@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, 0.7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:9999;z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, 9999);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));position:fixed;padding:4px;width:320px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto;left:initial}}.Toastify__toast{position:relative;min-height:64px;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:sans-serif;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-right:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:#fff;color:var(--toastify-text-color-info);background:#3498db;background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:#fff;color:var(--toastify-text-color-success);background:#07bc0c;background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:#fff;color:var(--toastify-text-color-warning);background:#f1c40f;background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:#fff;color:var(--toastify-text-color-error);background:#e74c3c;background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:rgba(255, 255, 255, 0.7);background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:#e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-right-color:#616161;border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes Toastify__bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes Toastify__bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes Toastify__bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(110%, 0, 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-110%, 0, 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.Typography--open-sans{font-family:"Open Sans",sans-serif}.Typography--ducati-style{font-family:"Ducati Style"}.Typography--ducati-style-bold{font-family:"Ducati Style XBold"}.Typography--ducati-style-ext{font-family:"Ducati Style Ext"}.Typography--ducati-style-cond{font-family:"Ducati Style Cond"}.Typography--white-1{color:#fff}.Typography--white-2{color:#fafafa}.Typography--black-1{color:#161616}.Typography--grey-1{color:#333}.Typography--grey-2{color:#7d7d7d}.Typography--grey-3{color:#545454}.Typography--red-1{color:#c00}.Typography--red-2{color:red}.Typography--m-8{margin-bottom:8px}@media only screen and (max-width: 991px){.Typography--m-8{margin-bottom:16px}}.Typography--weight-400{font-weight:400}.Typography--weight-700{font-weight:700}.Typography--weight-800{font-weight:800}.Typography--height-120{line-height:1.2}.Typography--height-130{line-height:1.3}.Typography--height-140{line-height:1.4}.Typography--height-150{line-height:1.5}.Typography--size-9px{font-size:2.25vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-9px{font-size:1.125vw}}@media only screen and (min-width: 992px){.Typography--size-9px{font-size:9px;font-size:rem(9)}}.Typography--size-10px{font-size:2.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-10px{font-size:1.25vw}}@media only screen and (min-width: 992px){.Typography--size-10px{font-size:10px;font-size:rem(10)}}.Typography--size-12px{font-size:3vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-12px{font-size:1.5vw}}@media only screen and (min-width: 992px){.Typography--size-12px{font-size:12px;font-size:rem(12)}}.Typography--size-14px{font-size:3.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-14px{font-size:1.75vw}}@media only screen and (min-width: 992px){.Typography--size-14px{font-size:14px;font-size:rem(14)}}.Typography--size-16px{font-size:4vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-16px{font-size:2vw}}@media only screen and (min-width: 992px){.Typography--size-16px{font-size:16px;font-size:rem(16)}}.Typography--size-18px{font-size:4.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-18px{font-size:2.25vw}}@media only screen and (min-width: 992px){.Typography--size-18px{font-size:18px;font-size:rem(18)}}@media only screen and (max-width: 991px){.Typography--size-18px{font-size:4vw}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.Typography--size-18px{font-size:2vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.Typography--size-18px{font-size:16px;font-size:rem(16)}}.Typography--size-20px{font-size:5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-20px{font-size:2.5vw}}@media only screen and (min-width: 992px){.Typography--size-20px{font-size:20px;font-size:rem(20)}}.Typography--size-24px{font-size:6vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-24px{font-size:3vw}}@media only screen and (min-width: 992px){.Typography--size-24px{font-size:24px;font-size:rem(24)}}.Typography--size-28px{font-size:7vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-28px{font-size:3.5vw}}@media only screen and (min-width: 992px){.Typography--size-28px{font-size:28px;font-size:rem(28)}}.Typography--size-38px{font-size:9.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Typography--size-38px{font-size:4.75vw}}@media only screen and (min-width: 992px){.Typography--size-38px{font-size:38px;font-size:rem(38)}}@media only screen and (max-width: 991px){.Typography--size-38px{font-size:4.5vw}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.Typography--size-38px{font-size:2.25vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.Typography--size-38px{font-size:18px;font-size:rem(18)}}.Typography--left{text-align:left}.Typography--right{text-align:right}.Typography--center{text-align:center}.Typography--start{text-align:center}.Typography--end{text-align:center}.Typography>strong,.Typography em{font-weight:700}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FooterNav__list{display:grid;grid-template-columns:repeat(2, 45%);justify-content:space-between;width:100%}@media only screen and (min-width: 992px){.FooterNav__list{display:flex;gap:32px;flex-direction:row;justify-content:flex-start}}.FooterNav__list li{position:relative;display:flex;align-items:center;border-bottom:1px solid #333;padding-top:3vh;padding-bottom:3vh}@media only screen and (min-width: 992px){.FooterNav__list li{border:none}.FooterNav__list li:after{content:"";background:#333;display:inline-block;width:1px;height:18px;margin-left:32px}.FooterNav__list li:last-child:after{display:none}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.Link-bt{border:none;background-color:rgba(0,0,0,0);padding:0;font-weight:400;font-family:"Ducati Style";cursor:pointer;-webkit-text-decoration:none;text-decoration:none;transition:all .4s ease-in-out}.Link-bt:hover{opacity:.7}.Link-bt--default{font-size:3vw;color:#161616;-webkit-text-decoration:underline;text-decoration:underline}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--default{font-size:1.5vw}}@media only screen and (min-width: 992px){.Link-bt--default{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.Link-bt--default{font-size:3vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--default{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.Link-bt--default{font-size:12px;font-size:rem(12)}}.Link-bt--red{font-size:3vw;font-family:"Open Sans",sans-serif;color:red}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red{font-size:1.5vw}}@media only screen and (min-width: 992px){.Link-bt--red{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red{font-size:3vw;font-family:"Open Sans",sans-serif}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red{font-size:1.5vw}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 992px){.Link-bt--red{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.Link-bt--red{font-size:3vw;font-family:"Open Sans",sans-serif}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.Link-bt--red{font-size:12px;font-size:rem(12)}}.Link-bt--red-bold{font-size:2.5vw;font-family:"Open Sans",sans-serif;color:#c00}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red-bold{font-size:1.25vw}}@media only screen and (min-width: 992px){.Link-bt--red-bold{font-size:10px;font-size:rem(10)}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red-bold{font-size:3vw;font-family:"Open Sans",sans-serif}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red-bold{font-size:1.5vw}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 992px){.Link-bt--red-bold{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.Link-bt--red-bold{font-size:3vw;font-family:"Open Sans",sans-serif;font-family:"Ducati Style";font-weight:700}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--red-bold{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.Link-bt--red-bold{font-size:12px;font-size:rem(12)}}.Link-bt--redButton{border-radius:4px;background:linear-gradient(0deg, #C00 0%, #F00 68.23%);-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;color:#fff;width:100%;max-width:340px;height:72px;display:flex;justify-content:center;align-items:center;font-weight:800;font-size:4.5vw;font-family:"Ducati Style Cond"}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--redButton{font-size:2.25vw}}@media only screen and (min-width: 992px){.Link-bt--redButton{font-size:18px;font-size:rem(18)}}.Link-bt--white{font-size:3vw;font-family:"Open Sans",sans-serif;color:#fff}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white{font-size:1.5vw}}@media only screen and (min-width: 992px){.Link-bt--white{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white{font-size:3vw;font-family:"Open Sans",sans-serif}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white{font-size:1.5vw}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 992px){.Link-bt--white{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.Link-bt--white{font-size:3vw;font-family:"Open Sans",sans-serif}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.Link-bt--white{font-size:12px;font-size:rem(12)}}.Link-bt--white-bold{font-size:3vw;color:#fff;font-weight:800}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white-bold{font-size:1.5vw}}@media only screen and (min-width: 992px){.Link-bt--white-bold{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white-bold{font-size:3vw}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white-bold{font-size:1.5vw}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 992px){.Link-bt--white-bold{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.Link-bt--white-bold{font-size:3vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.Link-bt--white-bold{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.Link-bt--white-bold{font-size:12px;font-size:rem(12)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.Footer{background-color:#161616;color:#fff;padding:2vh 0 5vh;display:flex}@media only screen and (min-width: 992px){.Footer{justify-content:center;align-items:center;padding:4vh 0;height:12.5vh}}.Footer__content{display:flex;flex-direction:column;justify-content:space-between;gap:36px;width:100%}@media only screen and (min-width: 992px){.Footer__content{flex-direction:row;align-items:center}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ButtonMenu{width:18px;height:18px;border:none;background-color:rgba(0,0,0,0);background-image:url(/assets/images/icon-menu-79df579e373259a644aa.png);background-repeat:no-repeat;background-position:center;background-size:100%;cursor:pointer}@media only screen and (min-width: 992px){.ButtonMenu{display:none}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.Logo__ducati{width:180px}@media only screen and (min-width: 992px){.Logo__ducati{width:240px}}.Logo img{display:block;max-width:100%}.Logo--position-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorHeader{display:flex;flex-direction:column;justify-content:center;gap:16px;width:100%;background:linear-gradient(360deg, rgba(189, 189, 189, 0.2) 12.02%, rgba(255, 255, 255, 0.2) 70.97%);position:relative;padding:24px;box-shadow:0 6px 24px 0 rgba(0,0,0,.2)}.SimulatorHeader__container{display:flex;align-items:center;justify-content:space-between}.SimulatorHeader__logo{margin-left:auto;margin-right:auto}.SimulatorHeader__containerLink{display:flex;justify-content:space-between}.SimulatorHeader__ofertas{margin-right:20px}@media only screen and (max-width: 991px){.SimulatorHeader{width:auto;top:3vh}.SimulatorHeader__containerLink{display:none}}.SimulatorHeader>a{font-family:"Ducati Style";color:#161616;font-size:3vw;font-weight:800;-webkit-text-decoration:none;text-decoration:none;display:none}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorHeader>a{font-size:1.5vw}}@media only screen and (min-width: 992px){.SimulatorHeader>a{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.SimulatorHeader>a{display:block}}@media only screen and (min-width: 992px){.SimulatorHeader{height:103px;padding:22px 34px;margin-bottom:6vh}.SimulatorHeader__logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}}.SimulatorHeader__steps-wrapper{display:flex;justify-content:space-between;gap:10px}@media only screen and (min-width: 992px){.SimulatorHeader__steps-wrapper{gap:16px}}.Active-step{color:red;font-family:"Open Sans",sans-serif;font-weight:700;line-height:1;position:relative;margin-left:10px;margin-right:10px}@media only screen and (min-width: 992px){.Active-step{margin-left:14px;margin-right:14px;line-height:1.1}}.Active-step::after{content:"";position:absolute;bottom:-8px;left:50%;width:150%;height:2px;background-color:red;transform:translateX(-50%)}@media only screen and (min-width: 992px){.Active-step::after{width:170%;bottom:-9px}}.Active-step:first-child{margin-left:0}.Active-step:last-child{margin-right:0}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FiancialPlanCard{width:100%;height:100%;display:flex;flex-direction:column;border-radius:4px;border:1px solid #f2f2f2}.FiancialPlanCard--dark{background:linear-gradient(180deg, #161616 0%, #E9E9E9 100%)}.FiancialPlanCard--light{background:linear-gradient(180deg, #8D8D8D 0%, #F2F2F2 100%)}.FiancialPlanCard--step-3{width:calc(50% - 6px);height:116px;padding:18px 16px 16px;border-radius:0;border:none;cursor:pointer}@media only screen and (min-width: 992px){.FiancialPlanCard--step-3{width:calc(50% - 10px);height:135px;padding:22px 18px 16px}}.FiancialPlanCard--side-bar{height:100px;padding:24px 32px}.FiancialPlanCard--step-completed{padding:24px 32px}@media only screen and (min-width: 992px){.FiancialPlanCard--step-completed{position:absolute;width:40%;padding-left:22px;padding-right:22px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.PlanCardContent{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.PlanCardContent__check{position:absolute;top:100%;left:100%;width:16px;height:16px;background-color:rgba(0,0,0,0);background-image:url(/assets/images/icon-check-f4fe5c8dc04432818d29.png);background-repeat:no-repeat;background-size:cover;opacity:0}.PlanCardContent__check--active{opacity:1;animation:slideCheckUp .9s forwards}.PlanCardContent p{font-size:2.25vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.PlanCardContent p{font-size:1.125vw}}@media only screen and (min-width: 992px){.PlanCardContent p{font-size:9px;font-size:rem(9)}}@media only screen and (min-width: 992px){.PlanCardContent p{font-size:3vw;text-align:left}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.PlanCardContent p{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.PlanCardContent p{font-size:12px;font-size:rem(12)}}.PlanCardContent img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.PlanCardContent--step-3{align-items:center}@media only screen and (min-width: 992px){.PlanCardContent--step-3{align-items:flex-start}}.PlanCardContent--step-3__top{width:100%;height:-moz-max-content;height:max-content;display:flex;flex-direction:column;align-items:flex-start;gap:2px}@media only screen and (min-width: 992px){.PlanCardContent--step-3__top{gap:10px}}.PlanCardContent--step-3__top__image{width:100%;max-width:100px}@media only screen and (min-width: 992px){.PlanCardContent--step-3__top__image{max-width:169px}}.PlanCardContent--side-bar__top,.PlanCardContent--step-completed__top{width:100%;height:-moz-max-content;height:max-content}.PlanCardContent--side-bar__top__image,.PlanCardContent--step-completed__top__image{width:100%;max-width:169px}@media only screen and (min-width: 992px){.DucatiFont{font-family:"Ducati Style"}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FullPlanSummary{width:100%;height:-moz-max-content;height:max-content;min-height:91px;display:flex;flex-direction:column;margin-top:12px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FullPlanSummary{width:30vw}}@media only screen and (min-width: 992px){.FullPlanSummary{width:100%}}@media only screen and (min-width: 992px){.FullPlanSummary--step-completed{position:relative;flex-direction:row;margin-top:0}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.PlanSummary{width:100%;height:-moz-max-content;height:max-content;display:flex;justify-content:space-between;gap:4%;background-color:#f2f2f2}.PlanSummary__descriptions,.PlanSummary__values{display:flex;flex-direction:column;gap:12px;width:100%;justify-content:inherit}.PlanSummary--side-bar{padding:16px 10px}.PlanSummary--step-completed{padding:16px 22px}@media only screen and (min-width: 992px){.PlanSummary--step-completed{width:60%;height:100%;padding:12px;margin-left:40%}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorSidebar{width:100%;position:relative;z-index:1}@media only screen and (min-width: 992px){.SimulatorSidebar{max-width:310px;background-color:#e5e5e5;box-shadow:0px 6px 40px 0px rgba(0,0,0,.06);padding:54px 20px}}.SimulatorSidebar__title{margin-bottom:12px}.SimulatorSidebar__list .SimulatorSidebarItem{padding-bottom:12px;margin-bottom:12px;position:relative;width:100%}.SimulatorSidebar__list .SimulatorSidebarItem:after{content:"";display:inline-block;background:#333;width:28px;height:1px}.SimulatorSidebar__list .SimulatorSidebarItem:last-child:after{display:none}.SimulatorSidebar__linksMobile{display:block}@media only screen and (min-width: 992px){.SimulatorSidebar__linksMobile{display:none}}.SimulatorSidebar__linksMobile .Link-bt{display:inline-block;width:100%;margin-bottom:3vh}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SideImage{width:100%;max-width:175px;height:100%;margin-top:16px}.SideImage>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.SideImage__name{text-align:center;text-transform:uppercase;font-size:4vw;font-weight:700;margin-top:18px;margin-bottom:18px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SideImage__name{font-size:2vw}}@media only screen and (min-width: 992px){.SideImage__name{font-size:16px;font-size:rem(16)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorSidebarItem__profile{margin-top:5px;padding-left:10px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ButtonClose{width:14px;height:14px;border:none;background-color:rgba(0,0,0,0);background-image:url(/assets/fonts/icon-close-9fca8acf002c59830c3c.svg);background-repeat:no-repeat;background-position:center;background-size:100%;cursor:pointer}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.MenuSidebar{position:fixed;top:0;width:100%;max-width:1060px;height:100vh;padding:10px 24px 20px 24px;background:#f2f2f2;z-index:99999999;left:120%;overflow:auto;transition:all .5s;-webkit-transition:all .25s}.MenuSidebar.open{left:0}.MenuSidebar .Header{margin:25px 0 35px 0;display:flex;justify-content:space-between}.MenuSidebar .Header h1{font-weight:800}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorLayout{background:#fafafa}@media only screen and (min-width: 992px){.SimulatorLayout{min-height:87.5vh;padding:6vh 0 94px 0}}@media only screen and (max-width: 991px){.SimulatorLayout .SimulatorPage .SimulatorSidebar,.SimulatorLayout .SimulatorModelsView .SimulatorSidebar,.SimulatorLayout .SimulatorPlansView .SimulatorSidebar,.SimulatorLayout .SimulatorProfileView .SimulatorSidebar{display:none}.SimulatorLayout .LeadSuccessView .ContainerImage{display:none}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.Loader--full{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;height:100%}.Loader--small .spinner{height:20px;width:44px}.Loader--small .spinner>div{width:2px}.Loader--white .spinner>div{background-color:#fff !important}.Loader .spinner{width:100%;height:40px;text-align:center;font-size:10px}.Loader .spinner>div{background-color:#c00;height:100%;width:6px;display:inline-block;margin-left:2px;animation:sk-stretchdelay 1.2s infinite ease-in-out}.Loader .spinner>div:first-child{margin-left:0}.Loader .spinner .rect2{animation-delay:-1.1s}.Loader .spinner .rect3{animation-delay:-1s}.Loader .spinner .rect4{animation-delay:-0.9s}.Loader .spinner .rect5{animation-delay:-0.8s}.Loader--small .spinner{height:20px;width:44px}.Loader--small .spinner>div{width:2px}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.4);-webkit-transform:scaleY(0.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}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,main,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,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,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}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0 auto}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}@font-face{font-family:"slick";src:url(/assets/fonts/slick-a4e97f5a2a64f0ab1323.eot);src:url(/assets/fonts/slick-a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/slick-295183786cd8a1389865.woff) format("woff"),url(/assets/fonts/slick-c94f7671dcc99dce43e2.ttf) format("truetype"),url(/assets/fonts/slick-2630a3e3eab21c607e21.svg#slick) format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:rgba(0,0,0,0);color:rgba(0,0,0,0);top:50%;transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:rgba(0,0,0,0);color:rgba(0,0,0,0)}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:5%;z-index:10}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{background-image:url(/assets/images/arrow-left-52d0c44a049e2d5fd3ae.png);background-repeat:no-repeat;content:"";opacity:1;width:16px;height:42px;display:block;background-size:contain}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:5%;z-index:10}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{background-image:url(/assets/images/arrow-right-9cf42365dbdb43781537.png);background-repeat:no-repeat;content:"";opacity:1;width:16px;height:42px;display:block;background-size:contain;margin-left:auto}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:rgba(0,0,0,0);display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:rgba(0,0,0,0);padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:19.5px;font-family:"slick";font-size:20px;line-height:22px;text-align:center;color:#000;opacity:1;border-radius:100%;border:0px solid #fff;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#fff;opacity:1;border:none}@font-face{font-family:"Ducati Style Ext";src:url(/assets/fonts/DucatiStyleExt-Bold-3e25487a8f61f2521f80.woff2) format("woff2"),url(/assets/fonts/DucatiStyleExt-Bold-562a1f7a2292a774d9d1.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Ducati Style";src:url(/assets/fonts/DucatiStyle-Bold-d4ef6b94b8838b6c31a1.woff2) format("woff2"),url(/assets/fonts/DucatiStyle-Bold-028ddd7c1b720fb6ff5d.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Ducati Style";src:url(/assets/fonts/DucatiStyle-Regular-4254be5d380dc96d2bf5.woff2) format("woff2"),url(/assets/fonts/DucatiStyle-Regular-0ec7de07ec362b8b5bb4.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Ducati Style Ext";src:url(/assets/fonts/DucatiStyleExt-Regular-a56bd5832cccfd83388a.woff2) format("woff2"),url(/assets/fonts/DucatiStyleExt-Regular-42044d1350198571f7bd.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Ducati Style Cond";src:url(/assets/fonts/DucatiStyleCond-Bold-5edce9df1064ed08d64f.woff2) format("woff2"),url(/assets/fonts/DucatiStyleCond-Bold-805559e09709e316c7a9.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Ducati Style XBold";src:url(/assets/fonts/DucatiStyle-XBd-68ee6ea9ea4dc12ce52e.woff2) format("woff2");font-weight:bold;font-style:normal;font-display:swap}*{outline:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#yield{height:100%}body{font-family:"Ducati Style";background:#fff;font-size:3.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){body{font-size:1.75vw}}@media only screen and (min-width: 992px){body{font-size:14px;font-size:rem(14)}}body p{font-family:"Ducati Style"}body p strong{font-weight:bold}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.TourPopup{background-color:rgba(0,0,0,0) !important;box-shadow:none !important;max-width:615px !important}@media only screen and (min-width: 992px){.TourPopup{padding-left:0 !important}}.TourPopup__inner{position:relative}@media only screen and (max-width: 991px){.TourPopup__inner{padding-left:25px}}.TourPopup__arrow{position:absolute;top:50%;right:100%;width:35px;transform:rotate(-120deg)}@media only screen and (min-width: 992px){.TourPopup__arrow{width:80px}}.TourPopup--title{font-family:inherit;color:#fff;font-size:5vw;font-weight:bold;margin-bottom:8px;line-height:1.3}@media only screen and (min-width: 768px)and (max-width: 991.98px){.TourPopup--title{font-size:2.5vw}}@media only screen and (min-width: 992px){.TourPopup--title{font-size:20px;font-size:rem(20)}}.TourPopup--label{font-family:inherit;color:#fff;font-size:4vw;font-weight:600;margin-bottom:8px;line-height:1.3}@media only screen and (min-width: 768px)and (max-width: 991.98px){.TourPopup--label{font-size:2vw}}@media only screen and (min-width: 992px){.TourPopup--label{font-size:16px;font-size:rem(16)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.HomeHeader{width:92vw;max-width:1060px;height:67px;padding-left:24px;padding-right:24px;background-color:#fafafa;display:flex;align-items:center;justify-content:flex-end;position:absolute;top:3vh;left:50%;transform:translateX(-50%);z-index:2;box-shadow:0 6px 24px 0 rgba(0,0,0,.2)}.HomeHeader__ofertas{margin-right:20px}.HomeHeader__containerLink{display:none}@media only screen and (min-width: 992px){.HomeHeader__containerLink{display:flex}}@media only screen and (min-width: 992px){.HomeHeader{height:103px;padding-left:34px;padding-right:34px;top:6vh}}.HomeHeader>a{font-family:"Ducati Style";color:#161616;font-size:2.25vw;font-weight:700;-webkit-text-decoration:none;text-decoration:none;text-align:right}@media only screen and (min-width: 768px)and (max-width: 991.98px){.HomeHeader>a{font-size:1.125vw}}@media only screen and (min-width: 992px){.HomeHeader>a{font-size:9px;font-size:rem(9)}}@media only screen and (min-width: 992px){.HomeHeader>a{font-size:3vw;font-weight:700;text-transform:uppercase}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.HomeHeader>a{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.HomeHeader>a{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.HomeHeader .ContainerMenuSidebar{display:none}}.HomeHeader .ButtonClose{margin:5px 95%}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SliderCard{background-position:center;background-size:cover;display:flex;position:relative;height:100vh;display:flex;justify-content:center;align-items:flex-end;padding-left:6vw;padding-right:6vw;padding-bottom:12vh}@media only screen and (min-width: 992px){.SliderCard{height:87.5vh;padding-left:46px;padding-right:46px;padding-bottom:5vh}}.SliderCard__overlay--default{position:absolute;left:0;bottom:0;z-index:1;width:100%}@media only screen and (min-width: 992px){.SliderCard__overlay--default{max-height:640px;height:100%}}.SliderCard__overlay--black{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)}.SliderCard__overlay--red{background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E51E23 50%, #640D0F 100%)}.SliderCard__overlay--gray{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #8D8D8D 54.69%)}.SliderCard__content{width:100%;position:relative;z-index:2;color:#fff;display:flex;flex-direction:column;min-height:250px}@media only screen and (min-width: 992px){.SliderCard__content{max-width:358px;min-height:190px;align-items:left}}@media only screen and (max-width: 991px){.SliderCard__content{max-width:400px;display:flex;justify-content:flex-end}.SliderCard__content>a{align-self:center}}.SliderCard__content .description{margin:24px 0}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.Slider{overflow:hidden;height:100vh}@media only screen and (min-width: 992px){.Slider{height:87.5vh}}.ButtonMobileFormat{display:flex;justify-content:center}@media only screen and (min-width: 992px){.ButtonMobileFormat{display:none}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.HomeView{position:relative;overflow:hidden}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.btDiv__button{width:100%;border:none;border-radius:4px;color:#fff;font-weight:800;line-height:1.2;text-align:center;transition:.4s;-webkit-transition:.4s;cursor:pointer;display:flex;justify-content:center;align-items:center}.btDiv__button--red{background:linear-gradient(360deg, #CC0000 0%, #FF0000 68.23%)}.btDiv__button--grey{background:linear-gradient(180deg, #545454 0%, #161616 100%)}.btDiv__button--light-grey{background:#8d8d8d;color:#fafafa}.btDiv__button--simple{background:none;color:#000;font-weight:400;-webkit-text-decoration:underline;text-decoration:underline;padding:0;text-align:left;border-radius:0}.btDiv__button--simple:hover{background:none;opacity:.8}.btDiv__button:hover{background:linear-gradient(360deg, #CC0000 0%, #FF0000 68.23%)}.btDiv__button--md72{padding:4vh 6vw}@media only screen and (max-width: 991px){.btDiv__button--md72{padding:1.5vh 6.5vw}}@media only screen and (min-width: 992px){.btDiv__button--md72{padding:20px;height:72px}}.btDiv__button--m40d75{padding:2.5vh 6vw}@media only screen and (min-width: 992px){.btDiv__button--m40d75{padding:20px 18px;height:75px}}.btDiv__button--m40d70{padding:3vh 6vw}@media only screen and (max-width: 991px){.btDiv__button--m40d70{padding:1.5vh 6.5vw}}@media only screen and (min-width: 992px){.btDiv__button--m40d70{padding:20px 18px;height:70px}}.btDiv__button--md48{padding:3.5vh 6vw}@media only screen and (max-width: 991px){.btDiv__button--md48{padding:1.5vh 6.5vw}}@media only screen and (min-width: 992px){.btDiv__button--md48{padding:10px 18px;height:48px}}.btDiv__button--md40{padding:3vh 6vw}@media only screen and (max-width: 991px){.btDiv__button--md40{padding:1.5vh 6.5vw}}@media only screen and (min-width: 992px){.btDiv__button--md40{padding:10px 18px;height:40px}}.btDiv__button--md0{padding:0;height:0;margin-top:20px}.btDiv__button--md18{font-size:4vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--md18{font-size:2vw}}@media only screen and (min-width: 992px){.btDiv__button--md18{font-size:16px;font-size:rem(16)}}@media only screen and (max-width: 991px){.btDiv__button--md18{font-size:3.75vw;text-transform:uppercase}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--md18{font-size:1.875vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.btDiv__button--md18{font-size:15px;font-size:rem(15)}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--md18{font-size:4.5vw}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--md18{font-size:2.25vw}}@media only screen and (min-width: 768px)and (max-width: 991.98px)and (min-width: 992px){.btDiv__button--md18{font-size:18px;font-size:rem(18)}}@media only screen and (min-width: 992px){.btDiv__button--md18{font-size:4.5vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--md18{font-size:2.25vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.btDiv__button--md18{font-size:18px;font-size:rem(18)}}.btDiv__button--m12d18{font-size:3vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--m12d18{font-size:1.5vw}}@media only screen and (min-width: 992px){.btDiv__button--m12d18{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.btDiv__button--m12d18{font-size:4.5vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--m12d18{font-size:2.25vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.btDiv__button--m12d18{font-size:18px;font-size:rem(18)}}.btDiv__button--md12{font-size:2.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--md12{font-size:1.25vw}}@media only screen and (min-width: 992px){.btDiv__button--md12{font-size:10px;font-size:rem(10)}}@media only screen and (min-width: 992px){.btDiv__button--md12{font-size:3vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--md12{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.btDiv__button--md12{font-size:12px;font-size:rem(12)}}.btDiv__button--m10d12{font-size:2.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--m10d12{font-size:1.25vw}}@media only screen and (min-width: 992px){.btDiv__button--m10d12{font-size:10px;font-size:rem(10)}}@media only screen and (min-width: 992px){.btDiv__button--m10d12{font-size:3vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.btDiv__button--m10d12{font-size:1.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.btDiv__button--m10d12{font-size:12px;font-size:rem(12)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ContractCode{width:100%;height:-moz-max-content;height:max-content;padding:10px;background-color:#333;margin-top:8px}@media only screen and (min-width: 992px){.ContractCode{padding-left:10%;padding-right:10%}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ButtonBack{background:none;border:0;display:flex;justify-content:space-between;align-items:center;padding:0;font-family:"Open Sans",sans-serif;margin-bottom:12px;font-size:2.5vw;cursor:pointer}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ButtonBack{font-size:1.25vw}}@media only screen and (min-width: 992px){.ButtonBack{font-size:10px;font-size:rem(10)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}@media only screen and (min-width: 992px){.Captcha .grecaptcha-badge{position:static !important;position:initial !important}.Captcha .grecaptcha-badge{margin-right:20px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FormLabel{color:#161616}.FormLabel--default{font-size:2.5vw;font-weight:800}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormLabel--default{font-size:1.25vw}}@media only screen and (min-width: 992px){.FormLabel--default{font-size:10px;font-size:rem(10)}}.FormLabel--checkbox{font-size:3vw;font-family:"Open Sans",sans-serif;font-weight:400;line-height:1.4}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormLabel--checkbox{font-size:1.5vw}}@media only screen and (min-width: 992px){.FormLabel--checkbox{font-size:12px;font-size:rem(12)}}.FormLabel span a{color:#c00}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FormCheckbox{width:100%;height:100%;display:flex;gap:32px;border:none;align-items:center}.FormCheckbox__input{cursor:pointer;min-width:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--form-background);margin:0;border-radius:4px;font:inherit;color:currentColor;height:24px;width:24px;border:.1em solid currentColor;transform:translateY(-0.075em);display:grid;align-content:center;justify-content:center;place-content:center}.FormCheckbox__input::before{content:"";position:absolute;right:50%;top:50%;width:8px;height:12px;border:solid #fafafa;border-width:0 2px 2px 0;margin:-1px -3px 0 -1px;transform:rotate(45deg) translate(-50%, -50%);z-index:2;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color)}.FormCheckbox__input:checked{position:relative;border:none;border-radius:4px;cursor:pointer;line-height:0;outline:0;margin:0;height:24px;width:24px;min-width:24px;-webkit-appearance:none;background-color:red;opacity:1}.FormCheckbox__input:checked ::before{transform:scale(1)}.FormCheckbox--error .FormLabel{color:red}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FormInput{width:100%;display:flex;flex-direction:column;gap:4px}.FormInput__input{width:100%;border:none;border-bottom:1px solid #161616;padding:12px 0;font-family:"Ducati Style";color:#161616;font-size:4vw;font-weight:normal}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormInput__input{font-size:2vw}}@media only screen and (min-width: 992px){.FormInput__input{font-size:16px;font-size:rem(16)}}.FormInput__input::-moz-placeholder{color:#545454}.FormInput__input::placeholder{color:#545454}.FormInput__input--error{border-color:red}.FormInput__input--price{text-align:center;font-weight:700;font-size:9vw;background:none}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormInput__input--price{font-size:4.5vw}}@media only screen and (min-width: 992px){.FormInput__input--price{font-size:36px;font-size:rem(36)}}@media only screen and (max-width: 991px){.FormInput__input--price{font-size:7vw}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.FormInput__input--price{font-size:3.5vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.FormInput__input--price{font-size:28px;font-size:rem(28)}}.FormInput--error-message{font-family:"Ducati Style";font-weight:800;margin-top:2%;color:red;margin:1px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FormRadio{width:100%;display:flex;flex-direction:column;gap:4px}.FormRadio__groupInputContainer{display:flex;flex-direction:row}.FormRadio__groupInputContainer div:first-child{padding:12px 12px 12px 0px}.FormRadio__inputContainer{border:none;padding:12px}.FormRadio__label{font-family:"Ducati Style";color:#161616;font-weight:normal}.FormRadio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--form-background);margin:0px 15px 0px 0px;font:inherit;color:currentColor;width:1.2em;height:1.2em;border:.1em solid currentColor;border-radius:50%;transform:translateY(-0.075em);display:inline-grid;align-content:center;justify-content:center;place-content:center}.FormRadio__input::before{content:"";width:.5em;height:.5em;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);background-color:red}.FormRadio__input:checked::before{transform:scale(1.5)}.FormRadio--error .FormRadio__input{border:.1em solid red}.FormRadio--error-message{font-family:"Ducati Style";font-weight:800;margin-top:2%;color:red;margin:1px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FormSelect{width:100%}.FormSelect .react-select__control{border:none !important;border-bottom:1px solid #161616 !important}.FormSelect .react-select__control{background-color:#fff;border:1px solid #161616;border-radius:0;box-shadow:none;padding:5px 0px;padding-top:4px}.FormSelect .react-select__control .react-select__value-container{padding-left:0}.FormSelect .react-select__control .react-select__value-container .react-select__input-container{margin:0}.FormSelect .react-select__single-value{color:#161616}.FormSelect .react-select__menu-list{background:#fff;max-height:260px}.FormSelect .react-select__option{cursor:pointer;color:#161616}.FormSelect .react-select__option--is-focused{background:#8d8d8d;color:#fff}.FormSelect .react-select__option--is-selected{background:#8d8d8d;color:#fff}.FormSelect--error .react-select__control{border-bottom:1px solid #c00 !important}.FormSelect__container{margin-bottom:5px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorContent{width:100%;position:relative;z-index:2}@media only screen and (max-width: 991px){.SimulatorContent{margin:8vh auto}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorContent{max-width:78vw;margin:8vh 0 8vh 0}}@media only screen and (min-width: 992px){.SimulatorContent{max-width:750px;background-color:#fff;box-shadow:0px 6px 40px 0px rgba(0,0,0,.06);padding:24px 38px;overflow:hidden}}@media only screen and (min-width: 992px){.SimulatorContent.success{max-width:50%}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.LeadFormContainer__form{margin-top:40px}.LeadFormContainer__form--line{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.LeadFormContainer__form--line{flex-direction:row}}@media only screen and (min-width: 992px){.LeadFormContainer__form--line{flex-direction:row}}.LeadFormContainer__form--line .box{width:100%;margin-bottom:3vh}@media only screen and (min-width: 768px)and (max-width: 991.98px){.LeadFormContainer__form--line .box{max-width:48%;margin-bottom:0}}@media only screen and (min-width: 992px){.LeadFormContainer__form--line .box{max-width:48%;margin-bottom:0}}.LeadFormContainer__form--action{display:flex;justify-content:center;margin-top:35px}@media only screen and (min-width: 992px){.LeadFormContainer__form--action{align-items:center}}.LeadFormContainer__form--action .btDiv{width:100%;max-width:192px}.SelectCustomFormCointainer{margin-bottom:-20px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ProductCard{width:100%;max-width:100%;height:-moz-max-content;height:max-content;display:flex;flex-direction:column;align-items:center;gap:18px;transition:.3s ease-in-out;position:relative;padding:2%;border:4px solid rgba(0,0,0,0);background-color:#fff;transition:border-color, background-color .5s ease-in-out}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ProductCard{max-width:30%}}@media only screen and (min-width: 992px){.ProductCard{max-width:48.5%}}.ProductCard__check{position:absolute;top:100%;left:100%;width:24px;height:24px;background-color:rgba(0,0,0,0);background-image:url(/assets/images/icon-check-f4fe5c8dc04432818d29.png);background-repeat:no-repeat;background-size:cover;opacity:0}.ProductCard__check--active{opacity:1;animation:slideCheckUp .9s forwards}.ProductCard--step-2{cursor:pointer}.ProductCard--step-2__image{width:100%}@media only screen and (min-width: 992px){.ProductCard--step-2__image{width:100%}}.ProductCard--step-2__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.ProductCard--step-2>figcaption{font-size:3vw;color:#7d7d7d}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ProductCard--step-2>figcaption{font-size:1.5vw}}@media only screen and (min-width: 992px){.ProductCard--step-2>figcaption{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.ProductCard--step-2>figcaption{font-size:4vw;color:#161616;font-weight:700}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.ProductCard--step-2>figcaption{font-size:2vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.ProductCard--step-2>figcaption{font-size:16px;font-size:rem(16)}}.ProductCard--step-2--active{border-color:rgba(255,0,0,.1);background-color:#fafafa}.ProductCard--step-2:hover{background-color:#f2f2f2}.ProductCard--step-3__image{width:154px;height:103px}@media only screen and (min-width: 992px){.ProductCard--step-3__image{width:238px;height:159px}}.ProductCard--step-3__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.ProductCard--step-3>figcaption{font-size:3vw;color:#161616;font-weight:700}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ProductCard--step-3>figcaption{font-size:1.5vw}}@media only screen and (min-width: 992px){.ProductCard--step-3>figcaption{font-size:12px;font-size:rem(12)}}@media only screen and (min-width: 992px){.ProductCard--step-3>figcaption{font-size:4.5vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.ProductCard--step-3>figcaption{font-size:2.25vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.ProductCard--step-3>figcaption{font-size:18px;font-size:rem(18)}}@media only screen and (min-width: 992px){.ProductCard--step-completed{gap:26px}}.ProductCard--step-completed__image{width:175px;height:117px}@media only screen and (min-width: 992px){.ProductCard--step-completed__image{width:279px;height:187px}}.ProductCard--step-completed>figcaption{font-size:4vw;color:#161616;font-weight:700}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ProductCard--step-completed>figcaption{font-size:2vw}}@media only screen and (min-width: 992px){.ProductCard--step-completed>figcaption{font-size:16px;font-size:rem(16)}}@media only screen and (min-width: 992px){.ProductCard--step-completed>figcaption{font-size:5vw;align-self:flex-start}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.ProductCard--step-completed>figcaption{font-size:2.5vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.ProductCard--step-completed>figcaption{font-size:20px;font-size:rem(20)}}.ProductCard--side-bar__image{width:175px;height:117px}@media only screen and (min-width: 992px){.ProductCard--side-bar__image{width:175px;height:117px}}.ProductCard--side-bar>figcaption{font-size:4vw;color:#161616;font-weight:700}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ProductCard--side-bar>figcaption{font-size:2vw}}@media only screen and (min-width: 992px){.ProductCard--side-bar>figcaption{font-size:16px;font-size:rem(16)}}@media only screen and (min-width: 992px){.ProductCard--side-bar>figcaption{font-size:4vw}}@media only screen and (min-width: 992px)and (min-width: 768px)and (max-width: 991.98px){.ProductCard--side-bar>figcaption{font-size:2vw}}@media only screen and (min-width: 992px)and (min-width: 992px){.ProductCard--side-bar>figcaption{font-size:16px;font-size:rem(16)}}@keyframes slideCheckUp{0%{top:28%;left:67%;opacity:0}100%{top:-12px;left:calc(100% - 12px);opacity:1}}@keyframes slideCheckDown{0%{top:-12px;left:calc(100% - 12px);opacity:1}100%{top:28%;left:67%;opacity:0}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.MotorcyclesListContainer{display:flex;flex-wrap:wrap;margin:20px 0 0 0;position:relative;gap:5px}.MotorcyclesListContainer:after{content:"";flex:auto}@media only screen and (min-width: 768px)and (max-width: 991.98px){.MotorcyclesListContainer:after{max-width:30%}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.MotorcyclesListContainer{display:flex;justify-content:space-between;-webkit-box-pack:justify}}@media only screen and (min-width: 992px){.MotorcyclesListContainer{display:flex;width:100%;max-width:584px;margin-top:34px;flex-wrap:wrap;justify-content:space-between;overflow-y:scroll;overflow-x:hidden;height:380px;padding:15px}.MotorcyclesListContainer::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(217,217,217,.3);background-color:#f2f2f2}.MotorcyclesListContainer::-webkit-scrollbar{width:6px;background-color:#f2f2f2}.MotorcyclesListContainer::-webkit-scrollbar-thumb{background-color:#d9d9d9}}.MotorcyclesListContainer__loader{width:100%;padding-top:70px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.LeadSuccessContainer .name{margin-top:25px;margin-bottom:8px}.LeadSuccessContainer .resume{margin-top:40px}.LeadSuccessContainer .button{display:flex;justify-content:center;margin-top:60px}@media only screen and (max-width: 991px){.LeadSuccessContainer .ProductCard--step-3__image{width:70%;height:auto;margin:0 auto}.LeadSuccessContainer .name p{text-align:center}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ContainerImage{background-image:url(/assets/images/banner-f396b73d9ea4c94338b7.jpg);background-size:cover;background-position:bottom;width:100%;max-width:50%}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ModalPrice{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:100}.ModalPrice__content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 991px){.ModalPrice__content{max-width:80%;margin:0 auto}}.ModalPrice__content--box{background:#f2f2f2;width:100%;max-width:410px;border-radius:8px;padding:32px;text-align:center;position:relative;z-index:2}@media only screen and (max-width: 991px){.ModalPrice__content--box{padding:26px 20px}}.ModalPrice__content--box .ButtonClose{position:absolute;top:13px;right:13px}.ModalPrice__content--box p{font-weight:700;font-size:4.5vw;line-height:22px;margin-bottom:34px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ModalPrice__content--box p{font-size:2.25vw}}@media only screen and (min-width: 992px){.ModalPrice__content--box p{font-size:18px;font-size:rem(18)}}@media only screen and (max-width: 991px){.ModalPrice__content--box p{font-size:3.5vw;margin-bottom:14px}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.ModalPrice__content--box p{font-size:1.75vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.ModalPrice__content--box p{font-size:14px;font-size:rem(14)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.MotorcyclesPriceContainer__action{padding:0 30px;margin-top:26px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorPage{display:flex;justify-content:space-between;min-height:56vh}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}@media only screen and (max-width: 991px){.SimulatorProfileContainer{margin-top:24px}}@media only screen and (min-width: 992px){.SimulatorProfileContainer{padding-top:24px}}@media only screen and (max-width: 991px){.SimulatorProfileContainer__actions{padding-top:25px;display:flex;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorProfileContainer__actions{justify-content:flex-start;gap:20px}}@media only screen and (min-width: 992px){.SimulatorProfileContainer__actions{margin-top:32px;width:100%;max-width:530px;display:flex;justify-content:flex-start;gap:20px}.SimulatorProfileContainer__actions .btDiv{width:100%;max-width:260px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.Edit-default{width:12px;height:12px;border:none;background-color:rgba(0,0,0,0);background-image:url(/assets/images/icon-edit-a51869161a6004fbd12f.png);background-repeat:no-repeat;background-position:center;background-size:84%;cursor:pointer}@media only screen and (min-width: 992px){.Edit-default{width:20px;height:20px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ToggleCheck{background:#161616;border-radius:60px;width:26px;height:14px;border:0;padding:2px;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;transition:all .5s ease-in-out}.ToggleCheck.active{justify-content:flex-end;background:red}.ToggleCheck__circle{background:#fff;width:10px;height:10px;border-radius:100%;display:block}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.ModalLegalText{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:100;overflow:scroll}.ModalLegalText__content{width:100%;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 992px){.ModalLegalText__content{height:100%}}.ModalLegalText__content--box{background:#f2f2f2;width:100%;max-width:900px;border-radius:8px;padding:32px;position:relative;z-index:2}.ModalLegalText__content--box p{font-size:3.5vw;line-height:22px;margin-bottom:12px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.ModalLegalText__content--box p{font-size:1.75vw}}@media only screen and (min-width: 992px){.ModalLegalText__content--box p{font-size:14px;font-size:rem(14)}}.ModalLegalText__content--box .Close{margin:0 auto;width:100px}.ModalLegalText__content--box .ButtonClose{margin:0 95% 20px}.ModalLegalText__content--box .title{display:flex;align-items:center}.ModalLegalText__content--box .title .ToggleCheck{margin-left:10px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.rangeslider{margin:20px 0;position:relative;background:#e6e6e6;touch-action:none}.rangeslider,.rangeslider .rangeslider__fill{display:block;box-shadow:inset 0 1px 3px rgba(0,0,0,.4)}.rangeslider .rangeslider__handle{background:#fff;border:1px solid #ccc;cursor:pointer;display:inline-block;position:absolute;box-shadow:0 1px 3px rgba(0,0,0,.4),0 -1px 3px rgba(0,0,0,.4)}.rangeslider .rangeslider__handle .rangeslider__active{opacity:1}.rangeslider .rangeslider__handle-tooltip{width:40px;height:40px;text-align:center;position:absolute;background-color:rgba(0,0,0,.8);font-weight:normal;font-size:14px;transition:all 100ms ease-in;border-radius:4px;display:inline-block;color:#fff;left:50%;transform:translate3d(-50%, 0, 0)}.rangeslider .rangeslider__handle-tooltip span{margin-top:12px;display:inline-block;line-height:100%}.rangeslider .rangeslider__handle-tooltip:after{content:" ";position:absolute;width:0;height:0}.rangeslider-horizontal{height:12px;border-radius:10px}.rangeslider-horizontal .rangeslider__fill{height:100%;background-color:#7cb342;border-radius:10px;top:0}.rangeslider-horizontal .rangeslider__handle{width:30px;height:30px;border-radius:30px;top:50%;transform:translate3d(-50%, -50%, 0)}.rangeslider-horizontal .rangeslider__handle:after{content:" ";position:absolute;width:16px;height:16px;top:6px;left:6px;border-radius:50%;background-color:#dadada;box-shadow:0 1px 3px rgba(0,0,0,.4) inset,0 -1px 3px rgba(0,0,0,.4) inset}.rangeslider-horizontal .rangeslider__handle-tooltip{top:-55px}.rangeslider-horizontal .rangeslider__handle-tooltip:after{border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid rgba(0,0,0,.8);left:50%;bottom:-8px;transform:translate3d(-50%, 0, 0)}.rangeslider-vertical{margin:20px auto;height:150px;max-width:10px;background-color:rgba(0,0,0,0)}.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{position:absolute}.rangeslider-vertical .rangeslider__fill{width:100%;background-color:#7cb342;box-shadow:none;bottom:0}.rangeslider-vertical .rangeslider__handle{width:30px;height:10px;left:-10px;box-shadow:none}.rangeslider-vertical .rangeslider__handle-tooltip{left:-100%;top:50%;transform:translate3d(-50%, -50%, 0)}.rangeslider-vertical .rangeslider__handle-tooltip:after{border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,.8);left:100%;top:12px}.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{right:0}.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{top:0;bottom:inherit}.rangeslider__labels{position:relative}.rangeslider-vertical .rangeslider__labels{position:relative;list-style-type:none;margin:0 0 0 24px;padding:0;text-align:left;width:250px;height:100%;left:10px}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item{position:absolute;transform:translate3d(0, -50%, 0)}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before{content:"";width:10px;height:2px;background:#000;position:absolute;left:-14px;top:50%;transform:translateY(-50%);z-index:-1}.rangeslider__labels .rangeslider__label-item{position:absolute;font-size:14px;cursor:pointer;display:inline-block;top:10px;transform:translate3d(-50%, 0, 0)}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.FormRange{border-radius:0;width:100%;position:relative}@media only screen and (min-width: 992px){.FormRange{margin-top:16px}}.FormRange__numbers{display:flex;justify-content:space-between;align-items:flex-end}.FormRange__numbers--inputValue .label{display:inline-block;font-size:2.5vw;margin-bottom:14px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormRange__numbers--inputValue .label{font-size:1.25vw}}@media only screen and (min-width: 992px){.FormRange__numbers--inputValue .label{font-size:10px;font-size:rem(10)}}.FormRange__numbers--inputValue .price{height:28px;display:flex;justify-content:flex-end;align-items:center}.FormRange__numbers--inputValue .price p{font-size:7vw;font-weight:700;font-family:"Open Sans",sans-serif}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormRange__numbers--inputValue .price p{font-size:3.5vw}}@media only screen and (min-width: 992px){.FormRange__numbers--inputValue .price p{font-size:28px;font-size:rem(28)}}.FormRange__numbers--inputValue .price p span{font-size:3.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormRange__numbers--inputValue .price p span{font-size:1.75vw}}@media only screen and (min-width: 992px){.FormRange__numbers--inputValue .price p span{font-size:14px;font-size:rem(14)}}@media only screen and (max-width: 991px){.FormRange__numbers--inputValue .price p{font-size:5vw}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.FormRange__numbers--inputValue .price p{font-size:2.5vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.FormRange__numbers--inputValue .price p{font-size:20px;font-size:rem(20)}}.FormRange__numbers--perc{background:#161616;color:#fff;padding:8px 16px;font-weight:700;font-size:4.5vw;width:100%;max-width:74px;text-align:center}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormRange__numbers--perc{font-size:2.25vw}}@media only screen and (min-width: 992px){.FormRange__numbers--perc{font-size:18px;font-size:rem(18)}}@media only screen and (max-width: 991px){.FormRange__numbers--perc{font-size:4vw;padding:8px 12px;width:auto}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.FormRange__numbers--perc{font-size:2vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.FormRange__numbers--perc{font-size:16px;font-size:rem(16)}}.FormRange__label{margin-bottom:20px;font-weight:bold;font-size:3.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormRange__label{font-size:1.75vw}}@media only screen and (min-width: 992px){.FormRange__label{font-size:14px;font-size:rem(14)}}.FormRange__value{text-align:center;font-weight:bold;font-size:4.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormRange__value{font-size:2.25vw}}@media only screen and (min-width: 992px){.FormRange__value{font-size:18px;font-size:rem(18)}}.FormRange .inactive{display:none}.FormRange--toggle .FormCheckbox{position:absolute;top:-4px;left:100px}.FormRange .rangeslider{box-shadow:none;background:#000;height:6px;margin:18px 0 20px;border-radius:2px}.FormRange .rangeslider__fill{background-color:red;border-top-left-radius:5px;border-bottom-left-radius:5px;border-radius:0;box-shadow:none}.FormRange .rangeslider__handle{width:18px;height:18px;border-radius:100%;outline:4px solid rgba(255,255,255,.7);border:0;box-shadow:none;background-color:red}.FormRange .rangeslider__handle:after{display:none}.FormRange .rangeslider__handle-label{background:rgba(0,0,0,0);color:#7d7d7d;font-size:4.5vw;width:95px;height:34px;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;margin-left:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (min-width: 768px)and (max-width: 991.98px){.FormRange .rangeslider__handle-label{font-size:2.25vw}}@media only screen and (min-width: 992px){.FormRange .rangeslider__handle-label{font-size:18px;font-size:rem(18)}}@media only screen and (max-width: 991px){.FormRange .rangeslider__handle-label{font-size:3.5vw}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.FormRange .rangeslider__handle-label{font-size:1.75vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.FormRange .rangeslider__handle-label{font-size:14px;font-size:rem(14)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorDeadline__config{display:flex;gap:20px;justify-content:space-between;align-items:flex-start}.SimulatorDeadline__config--list{width:60%}@media only screen and (min-width: 992px){.SimulatorDeadline__config--list{max-width:120px;width:100%}}.SimulatorDeadline__config--list .label{font-family:"Open Sans",sans-serif;font-size:2.5vw;margin-bottom:10px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__config--list .label{font-size:1.25vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__config--list .label{font-size:10px;font-size:rem(10)}}.SimulatorDeadline__config--list .buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px}.SimulatorDeadline__config--list .buttons .button{cursor:pointer;font-family:"Open Sans",sans-serif;border:1px solid #f2f2f2;display:flex;justify-content:center;align-items:center;background:#fff;font-size:2.5vw;font-weight:700;transition:all .4s ease-in-out;padding:4px 6px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__config--list .buttons .button{font-size:1.25vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__config--list .buttons .button{font-size:10px;font-size:rem(10)}}.SimulatorDeadline__config--list .buttons .button:hover{background:#8d8d8d;color:#fff}.SimulatorDeadline__config--list .buttons .button.active{color:#fff;background:#161616}.SimulatorDeadline__config--value{width:100%;max-width:134px;text-align:right;font-family:"Open Sans",sans-serif}.SimulatorDeadline__config--value .label{font-size:2.5vw;font-weight:700;margin-bottom:10px}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__config--value .label{font-size:1.25vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__config--value .label{font-size:10px;font-size:rem(10)}}.SimulatorDeadline__config--value .price{height:28px;display:flex;justify-content:flex-end;align-items:center}.SimulatorDeadline__config--value .price p{font-weight:700;font-size:7vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__config--value .price p{font-size:3.5vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__config--value .price p{font-size:28px;font-size:rem(28)}}.SimulatorDeadline__config--value .price p span{font-size:3.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__config--value .price p span{font-size:1.75vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__config--value .price p span{font-size:14px;font-size:rem(14)}}.SimulatorDeadline__toggle{width:100%;margin:20px 0;font-family:"Open Sans",sans-serif;font-size:2.5vw;display:flex;align-items:center}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__toggle{font-size:1.25vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__toggle{font-size:10px;font-size:rem(10)}}.SimulatorDeadline__toggle .price{height:28px;display:flex;justify-content:flex-end;align-items:center}.SimulatorDeadline__toggle .price p{font-weight:700;font-size:7vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__toggle .price p{font-size:3.5vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__toggle .price p{font-size:28px;font-size:rem(28)}}.SimulatorDeadline__toggle .price p span{font-size:3.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__toggle .price p span{font-size:1.75vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__toggle .price p span{font-size:14px;font-size:rem(14)}}.SimulatorDeadline__toggle .ToggleCheck{margin-left:32px}.SimulatorDeadline__unique{height:54px;margin-bottom:50px}.SimulatorDeadline__unique .price{height:28px;display:flex;justify-content:flex-start;align-items:center;margin:12px 0 0 0}.SimulatorDeadline__unique .price p{font-family:"Open Sans",sans-serif;font-weight:700;font-size:7vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__unique .price p{font-size:3.5vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__unique .price p{font-size:28px;font-size:rem(28)}}.SimulatorDeadline__unique .price p span{font-size:3.5vw}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__unique .price p span{font-size:1.75vw}}@media only screen and (min-width: 992px){.SimulatorDeadline__unique .price p span{font-size:14px;font-size:rem(14)}}@media only screen and (max-width: 991px){.SimulatorDeadline__unique .price p{font-size:5vw}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.SimulatorDeadline__unique .price p{font-size:2.5vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.SimulatorDeadline__unique .price p{font-size:20px;font-size:rem(20)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.SimulatorPlan__button .btDiv{max-width:192px}@media only screen and (max-width: 991px){.SimulatorPlan__button .btDiv{margin:0 auto}}.SimulatorPlan__title{margin-bottom:12px}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}.TabMenu{width:100%;max-width:592px;display:flex;justify-content:space-between}@media only screen and (min-width: 768px)and (max-width: 991.98px){.TabMenu{max-width:100%}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}@media only screen and (max-width: 991px){.SimulatorPlansContainer{overflow-x:hidden}}.SimulatorPlansContainer__tabs{margin-top:27px}.SimulatorPlansContainer__content{margin-top:18px;display:flex;justify-content:flex-start;align-items:flex-start;gap:30px}@media only screen and (max-width: 991px){.SimulatorPlansContainer__content{display:block}}.SimulatorPlansContainer__content--box{width:100%;max-width:280px}@media only screen and (max-width: 991px){.SimulatorPlansContainer__content--box{max-width:100%}.SimulatorPlansContainer__content--box:first-child{display:flex;margin-bottom:15px}.SimulatorPlansContainer__content--box figure{width:50%;margin-right:10px}.SimulatorPlansContainer__content--box .ProductCard--step-3__image{width:100%;height:auto}}@media only screen and (min-width: 768px)and (max-width: 991.98px){.SimulatorPlansContainer__content--box{justify-content:center}}.SimulatorPlansContainer__content--box .containerInfo{align-self:center}.SimulatorPlansContainer__content--box .name{margin-bottom:23px}@media only screen and (max-width: 991px){.SimulatorPlansContainer__content--box .name{margin-bottom:10px}}.SimulatorPlansContainer__content--box .price .btDiv{display:flex;justify-content:flex-start}.SimulatorPlansContainer__content--box .price .btDiv button{display:flex;justify-content:flex-start}@media only screen and (max-width: 991px){.SimulatorPlansContainer__content--box .price p{margin-bottom:0px}.SimulatorPlansContainer__content--box .price p.Typography--size-18px{font-size:5vw}}@media only screen and (max-width: 991px)and (min-width: 768px)and (max-width: 991.98px){.SimulatorPlansContainer__content--box .price p.Typography--size-18px{font-size:2.5vw}}@media only screen and (max-width: 991px)and (min-width: 992px){.SimulatorPlansContainer__content--box .price p.Typography--size-18px{font-size:20px;font-size:rem(20)}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
.container{padding:0 8vw;width:100%}@media only screen and (max-width: 991px){.container{padding:0 4vw}}@media only screen and (min-width: 992px){.container{width:100%;max-width:1060px;margin:0 auto;padding:0}}@media only screen and (min-width: 992px){.container--full{width:100%;max-width:100%;padding:0 80px}}
