.Price{justify-content:flex-end;align-items:center;gap:4px;display:flex}.Price.is-inverted{color:#fff}.Price.is-small .Price__starting,.Price.is-small .Price__price,.Price.is-small .Price__monthly{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1}.Price.is-small .Price__quantity{font-size:1.4rem}.Price.is-large .Price__starting,.Price.is-large .Price__price,.Price.is-large .Price__monthly{font-family:NouvelR\, sans-serif;font-size:2.8rem;font-weight:700;line-height:1}.Price.is-large .Price__quantity{font-size:2.8rem}.Price__starting,.Price__price,.Price__monthly{font-family:NouvelR\, sans-serif;font-size:1.8rem;font-weight:700;line-height:1}.Price__starting.is-promo,.Price__price.is-promo,.Price__monthly.is-promo{color:#e91630}.Price__quantity{font-size:1.8rem}.Price__monthly{text-transform:lowercase}.Price__tax{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1}.Indicator{--symbol-thickness:3px;border-radius:50%;width:24px;height:24px;display:inline-block;position:relative}.Indicator.is-success,.Indicator.is-tick{--check-width:6px;--check-height:10px;background-color:#72c293;border:2px solid #fff}.Indicator.is-success .Indicator__status:after,.Indicator.is-tick .Indicator__status:after{content:"";width:var(--check-width);height:var(--check-height);border-top:var(--symbol-thickness)solid #fff;border-right:var(--symbol-thickness)solid #fff;opacity:1;transform-origin:0 0;animation-name:indicator-checkmark;animation-duration:1s;animation-timing-function:ease;position:absolute;top:11px;left:5px;transform:scaleX(-1)rotate(135deg)}.Indicator.is-tick{background-color:#efdf00}.Indicator.is-tick .Indicator__status:after{border-color:#000}.Indicator.is-error{--cross-width:7px;background-color:#e91630;border:2px solid #fff;animation:none}.Indicator.is-error .Indicator__status{position:absolute;top:50%;left:50%;transform:rotate(45deg)}.Indicator.is-error .Indicator__status:before,.Indicator.is-error .Indicator__status:after{content:"";width:var(--cross-width);height:var(--cross-width);border-top:var(--symbol-thickness)solid #fff;border-right:var(--symbol-thickness)solid #fff;opacity:1;transform-origin:0 0;animation-name:indicator-crossmark;animation-duration:1s;animation-timing-function:ease;position:absolute}.Indicator.is-error .Indicator__status:before{top:-1.5px;left:6px;transform:scaleX(-1)}.Indicator.is-error .Indicator__status:after{top:1.5px;left:-5px;transform:scaleX(-1)rotate(180deg)}@keyframes indicator-checkmark{0%{opacity:1;width:0;height:0}20%{width:var(--check-width);opacity:1;height:0}40%{width:var(--check-width);height:var(--check-height);opacity:1}to{width:var(--check-width);height:var(--check-height);opacity:1}}@keyframes indicator-crossmark{0%{opacity:1;width:0;height:0}20%{width:var(--cross-width);opacity:1;height:0}40%{width:var(--cross-width);height:var(--cross-width);opacity:1}to{width:var(--cross-width);height:var(--cross-width);opacity:1}}.is-renew .Indicator.is-tick{background-color:#000}.is-renew .Indicator.is-tick .Indicator__status:after{border-color:#fff}.Message.is-error{color:#e91630;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.15}.Message.is-error a{color:#e91630;text-decoration:underline}.Message.is-legal{color:#656666;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.15}.Message.is-legal a{color:#656666;text-decoration:underline}.Message.is-introduction{color:#000;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4}.Message.is-introduction a{color:#000;text-decoration:underline}.Message.is-paragraph{color:#000;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.Message.is-paragraph a{color:#000;text-decoration:underline}.InfoIcon{width:var(--InfoIcon-size-default);fill:currentColor;vertical-align:middle}@media screen and (min-width:670px){.InfoIcon{width:var(--InfoIcon-size-medium)}}@media screen and (min-width:1024px){.InfoIcon{width:var(--InfoIcon-size-large)}}.Input{--input-padding-left:0;--input-padding-left-label-focused:0;color:#000;flex-direction:column;gap:4px;width:100%;display:flex}.Input.has-error,.Input.is-boxed,.Input.has-status{--input-padding-left:12px;--input-padding-left-label-focused:4px}.Input.has-no-arrows input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;-ms-appearance:textfield;appearance:textfield}.Input.has-no-arrows input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Input.has-no-arrows input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Input__wrapper{position:relative}.Input__status{z-index:5;position:absolute;top:-8px;right:-8px}.Input__input{width:100%;padding:6px 32px 6px var(--input-padding-left);background-color:#fff;border:1px solid transparent;border-bottom-color:#d9d9d6;font-size:1.6rem;line-height:3.2rem;transition:border-color .3s}.Input.has-error .Input__input,.Input.is-boxed .Input__input,.Input.has-status .Input__input{border:1px solid #d9d9d6;border-radius:4px}.Input:not(.has-error):not(.is-boxed):not(.has-status) .Input__input{border-top-color:#fff!important;border-left-color:#fff!important;border-right-color:#fff!important}.Input.is-date .Input__input,.Input.is-filled .Input__input,.Input__input:focus{color:#3e3f40}.Input__input:focus{border-color:#3e3f40}.Input.has-error .Input__input{border-color:#e91630}.Input.has-status:not(.has-error) .Input__input{border-color:#72c293}.Input.is-disabled .Input__input{background-color:initial;color:rgba(0,0,0,.5);border-color:#d9d9d6}.Input__input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fff!important}.Input.has-label .Input__input::-webkit-input-placeholder{opacity:0;transition:all .1s linear}.Input.has-label .Input__input::-ms-input-placeholder{opacity:0;transition:all .1s linear}.Input.has-label .Input__input::placeholder{opacity:0;transition:all .1s linear}.Input.has-label .Input__input:focus::-webkit-input-placeholder{opacity:1;transition:all .1s linear .15s}.Input.has-label .Input__input:focus::-ms-input-placeholder{opacity:1;transition:all .1s linear .15s}.Input.has-label .Input__input:focus::placeholder{opacity:1;transition:all .1s linear .15s}.Input.has-label .Input__input:active::-webkit-input-placeholder{opacity:1;transition:all .1s linear .15s}.Input.has-label .Input__input:active::-ms-input-placeholder{opacity:1;transition:all .1s linear .15s}.Input.has-label .Input__input:active::placeholder{opacity:1;transition:all .1s linear .15s}.Input.is-date .Input__input{padding-right:8px;line-height:3rem}.Input__input:invalid{box-shadow:none}.Input__label{z-index:2;top:6px;left:var(--input-padding-left);padding:0 var(--input-padding-left-label-focused);color:#656666;cursor:text;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;font-size:1.6rem;line-height:3.2rem;transition:all .5s cubic-bezier(1,0,0,1);position:absolute}.Input__input:focus+.Input__label,.Input.is-filled .Input__label,.Input.is-date .Input__label{top:-17px;left:var(--input-padding-left-label-focused);font-size:1.2rem}.Input__input:-webkit-autofill+.Input__label{top:-17px;left:var(--input-padding-left-label-focused);font-size:1.2rem}.Input__input:focus+.Input__label{color:#000;border-color:#000}.Input.has-error .Input__input:focus+.Input__label,.Input.has-error.is-filled .Input__label,.Input.has-error.is-date .Input__label{color:#e91630}.Input.has-status.is-filled:not(.has-error) .Input__label,.Input.has-status.is-date:not(.has-error) .Input__label{color:#72c293}.Input__indicator{z-index:3;aspect-ratio:1;justify-content:center;align-items:center;width:24px;display:flex;position:absolute;top:11px;right:11px}.Input.is-disabled .Input__indicator{display:none}.Input__indicatorButton{padding:0;display:flex}.Input__indicatorIcon{width:24px}.Input__loading{width:24px;height:24px;display:inline-block;position:relative}.Input__loading:before{content:"";box-sizing:border-box;border:2px solid #000;border-radius:50%;width:24px;height:24px;animation:1s linear infinite input-loading;position:absolute;top:0;left:0}@keyframes input-loading{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}.TradeInLightFunnelStepsRegistration{flex-direction:column;gap:24px;display:flex}.TradeInLightFunnelStepsRegistration__title{font-family:NouvelR\, sans-serif;font-size:1.8rem;font-weight:700;line-height:1}.TradeInLightFunnelStepsRegistration__introduction{font-size:1.4rem}.Section{color:#000;border-left:4px solid #efdf00;margin:16px 0;padding-left:12px;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4;display:block}.Section.is-disabled{color:#d9d9d6;border-color:#d9d9d6}.Section.has-no-margin{margin:0}@media screen and (min-width:670px){.Section{margin:32px 0 16px;padding-left:16px;font-size:1.6rem}}.is-renew .Section{border-left-color:#000}.Skeleton{width:var(--skeleton-default-width);height:var(--skeleton-default-height);aspect-ratio:var(--skeleton-default-aspect-ratio);border-radius:4px;animation:1s linear infinite alternate skeleton-loading}@media screen and (min-width:670px){.Skeleton{width:var(--skeleton-medium-width);height:var(--skeleton-medium-height);aspect-ratio:var(--skeleton-medium-aspect-ratio)}}@media screen and (min-width:1024px){.Skeleton{width:var(--skeleton-large-width);height:var(--skeleton-large-height);aspect-ratio:var(--skeleton-large-aspect-ratio)}}.Skeleton.is-inverted{animation:1s linear infinite alternate skeleton-loading-dark}.Skeleton.is-circle{border-radius:50%}.Skeleton.is-absolute{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes skeleton-loading{0%{background-color:#d9d9d6}to{background-color:#f2f2f2}}@keyframes skeleton-loading-dark{0%{background-color:#686868}to{background-color:#303030}}.TradeInLightFunnelStepsMyVehicle{flex-direction:column;display:flex}.TradeInLightFunnelStepsMyVehicle__error{color:#e91630;margin-top:8px;font-size:1.2rem}.TradeInLightFunnelStepsMyVehicle__model{text-transform:uppercase;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1}.TradeInLightFunnelStepsMyVehicle__selectVersion{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1}.TradeInLightFunnelStepsMyVehicle__versions{max-height:400px;overflow-y:scroll}.TradeInLightFunnelStepsMyVehicle__skeletons{flex-direction:column;gap:8px;display:flex}.TradeInLightFunnelStepsMyVehicle__version{cursor:pointer;border:1px solid #d9d9d6;padding:16px;font-size:1.2rem}.TradeInLightFunnelStepsMyVehicle__version:hover,.TradeInLightFunnelStepsMyVehicle__version:focus{border-color:#efdf00}.ReceiptSummary{border:1px solid #d9d9d6;flex-direction:column;padding:16px;display:flex}.ReceiptSummary.is-accordion .ReceiptSummary__header{margin-bottom:0}.ReceiptSummary.is-accordion .ReceiptSummary__child{padding-top:16px}.ReceiptSummary.is-accordion .ReceiptSummary__child:not(:last-child){border-bottom:1px solid #d9d9d6}.ReceiptSummary.is-accordion.is-opened .ReceiptSummary__header{margin-bottom:16px}.ReceiptSummary.is-accordion.is-opened .ReceiptSummary__icon{transform:rotate(180deg)}.ReceiptSummary.is-inverted{background-color:#3e3f40;border-color:#3e3f40}.ReceiptSummary.is-inverted .ReceiptSummary__header{color:#fff}.ReceiptSummary.is-inverted .ReceiptSummary__icon{fill:#fff}.ReceiptSummary__header{justify-content:flex-end;align-items:center;width:100%;margin-bottom:16px;padding:0;font-family:NouvelR\, sans-serif;font-size:1.6rem;font-weight:700;line-height:1.4;display:flex}.ReceiptSummary__label{text-align:left;width:100%}.ReceiptSummary__icon{width:20px;height:20px}.ProductPrice{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.ProductPrice.is-left{align-items:flex-start}.ProductPrice.is-inverted{color:#fff}.ProductPrice__price{align-items:center;gap:4px;display:flex}.ProductPrice__priceAlt{font-family:NouvelR\, sans-serif;font-size:1.8rem;font-weight:700;line-height:1}.ProductPrice__inlineMention{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4}.ReceiptSummaryPrice{justify-content:space-between;align-items:center;gap:32px;display:flex}.ReceiptSummaryPrice:not(:last-child){padding-bottom:16px}.ReceiptSummaryPrice.is-accordion:not(:first-child){padding-top:16px}.ReceiptSummaryPrice.is-accordion:not(:last-child){border-bottom:1px solid #d9d9d6}.ReceiptSummaryPrice.is-inverted{color:#fff}.ReceiptSummaryPrice.is-large .ReceiptSummaryPrice__label{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4}.ReceiptSummaryPrice__labels{flex-wrap:wrap;align-items:flex-start;gap:4px;display:flex}.ReceiptSummaryPrice__label{flex:100%;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4;position:relative}.ReceiptSummaryPrice__reference,.ReceiptSummaryPrice__quantity{font-family:NouvelR\, sans-serif;font-weight:400;line-height:1.4;position:relative}.ReceiptSummaryPrice__value{flex-direction:row;gap:12px;display:flex;position:relative}.ReceiptSummaryPrice__SvgIconClose{fill:#000;cursor:pointer;width:16px}.ReceiptSummaryPrice__deleteLink{display:flex}.ReceiptSummarySection{flex-direction:column;gap:12px;display:flex}.ReceiptSummarySection:not(:last-child){padding-bottom:24px}.ReceiptSummarySection.is-inverted{color:#fff}.ReceiptSummarySection__title{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4;position:relative}.ReceiptSummarySpec{justify-content:space-between;align-items:center;gap:24px;display:flex}.ReceiptSummarySpec:not(:last-child){padding-bottom:16px}.ReceiptSummarySpec.is-accordion:not(:first-child){padding-top:16px}.ReceiptSummarySpec.is-accordion:not(:last-child){border-bottom:1px solid #d9d9d6}.ReceiptSummarySpec.is-inverted{color:#fff}.ReceiptSummarySpec__label{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4;position:relative}.ReceiptSummarySpec__value{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1.4;position:relative}.TradeInLightFunnelStepsQuotations{flex-direction:column;display:flex}.TradeInLightFunnelStepsQuotations__error{color:#e91630;margin-top:8px;font-size:1.2rem}.TradeInLightFunnelStepsQuotations__quotation{flex-direction:column;gap:24px;display:flex}.TradeInLightFunnelStepsQuotations__noQuotation{background-color:#f2f2f2;flex-direction:column;align-items:center;gap:8px;padding:24px;font-size:1.4rem;display:flex}.TradeInLightFunnelStepsQuotations__noQuotationTitle{font-family:NouvelR\, sans-serif;font-size:1.6rem;font-weight:700;line-height:1}.TradeInLight{flex-direction:column;align-items:flex-start;display:flex}.TradeInLight__quotation{margin-top:8px;font-size:1.4rem}.TradeInLight__quotationPrice{gap:32px;display:flex}.TradeInLight__quotationDetails,.TradeInLight__quotationLegal{margin-top:8px;font-size:1.2rem}.TradeInLight__noQuotationTitle{font-family:NouvelR\, sans-serif;font-weight:700;line-height:1.4}.NormalizedPrice{font-family:NouvelR\, sans-serif;font-size:2rem;font-weight:700;line-height:.95}.NormalizedPrice.is-small{font-size:1.4rem}.NormalizedPrice.is-large{font-size:2.4rem}.NormalizedPrice.is-xlarge{font-size:3.2rem}@media screen and (min-width:1024px){.NormalizedPrice.is-xlarge{font-size:4rem}}.RCIOfferLegal .RCIOfferLegal__list,.RCIOfferLegal .RCIOfferLegal__item{margin:0 0 8px}.RCIOfferLegal .RCIOfferLegal__title{margin:0 0 8px;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1.4}.RCIOfferSummary__title{margin:0 0 8px;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4}.RCIOfferSummary__list{margin:0 0 8px}.RCIOfferSummary__item{margin-bottom:16px}.RCIOfferLabel.is-legal-mention .RCIOfferLabel__label{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.15}.RCIOfferLabel.is-dark-mode .RCIOfferLabel__label:not(.has-same-font-size){color:inherit}@media screen and (min-width:670px){.RCIOfferLabel{align-items:center;gap:4px;display:flex}}.RCIOfferLabel:empty{margin-bottom:16px}.RCIOfferLabel .RCIOfferLabel__label{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.RCIOfferLabel .RCIOfferLabel__label.monthly-payment{font-family:NouvelR\, sans-serif;font-size:2.5rem;font-weight:700;line-height:.95}@media screen and (min-width:1024px){.RCIOfferLabel .RCIOfferLabel__label.monthly-payment{font-size:2.8rem}}.RCIOfferLabel .RCIOfferLabel__value{flex:0;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4;display:inline}@media screen and (min-width:670px){.RCIOfferLabel .RCIOfferLabel__value{white-space:nowrap;display:block}}.RCIOfferLabel .RCIOfferLabel__inline{display:inline}.RCIOfferLabel__numberedValue{color:#fff;cursor:pointer;background-color:#000;border-radius:50%;justify-content:center;align-items:center;min-width:18px;min-height:18px;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1;display:flex;top:0}.RCIOfferLabel__cta{color:inherit;margin-left:4px;padding:0}.RCIOfferLabel__offerSummaryItem+.RCIOfferLabel__offerSummaryItem:not(:empty){margin-top:16px}.RCIOfferSummary .RCIOfferSummary__item .RCIOfferLabel .RCIOfferLabel__label{color:#656666;flex:1;align-items:baseline;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.15;display:flex}.RCIOfferSummary .RCIOfferSummary__item .RCIOfferLabel .RCIOfferLabel__label.summay-sub-header{justify-content:center;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1.15}.RCIOfferSummary .RCIOfferSummary__item .RCIOfferLabel .RCIOfferLabel__label:after{content:"";border-bottom:1px dashed #d9d9d6;flex:1;height:100%}.summay-sub-header .RCIOfferSummary .RCIOfferSummary__item .RCIOfferLabel .RCIOfferLabel__label:after{display:none}.RCIOfferSummary .RCIOfferSummary__item .RCIOfferLabel .RCIOfferLabel__value{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1}.RCIOfferLegal .RCIOfferLegal__item .RCIOfferLabel .RCIOfferLabel__label{color:#656666;text-align:justify;flex:1;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.15;display:block}.RCIOfferLegal .RCIOfferLegal__item .RCIOfferLabel .RCIOfferLabel__label:after{display:none}.FinancialOffer{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.FinancialOffer.is-centered{text-align:center;align-items:center}.FinancialOffer.is-dark-mode{color:#fff}.FinancialOffer.is-dark-mode .FinancialOffer__expirationOfferLabel{color:inherit}.FinancialOffer__expirationOffer{align-items:center;gap:4px;display:flex}.FinancialOffer__expirationOfferLabel{color:#3e3f40;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.FinancialOffer__SkeletonContainer{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.CfgNewReceiptFinance{color:#000;background-color:#fff;border:1px solid #d9d9d6;margin-bottom:16px;padding:16px;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.CfgNewReceiptFinance__financingTitle{margin-bottom:8px}.CfgNewReceiptFinance__CTAMFSLink{justify-content:center;align-items:center;width:100%;display:flex}@media screen and (min-width:670px){.CfgNewReceiptFinance__CTAMFSLink{width:100%}.CfgNewReceiptFinance__CTAMFSLink:not(:last-child){margin-bottom:8px}}.CfgNewReceiptFinance__financingTitle{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.Bonus{flex-direction:row;align-items:center;gap:4px;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1;display:flex}.Bonus.is-badge{width:-webkit-fit-content;color:#fff;background-color:#72c293;border-radius:2px;width:fit-content;padding:4px 8px;font-family:NouvelR\, sans-serif;font-weight:700;line-height:1}.Bonus.is-inverted:not(.is-badge){color:#72c293}.EfficiencyGraph{flex-direction:column;gap:8px;display:flex}.EfficiencyGraph__title{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1}.EfficiencyGraph__body{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1}.EfficiencyGraph__intro{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1}.EfficiencyGraph__classes{flex-direction:column;display:flex}.EfficiencyGraph__class{color:#fff;-webkit-clip-path:polygon(0% 0%,calc(100% - .8em) 0%,100% 50%,calc(100% - .8em) 100%,0% 100%);clip-path:polygon(0% 0%,calc(100% - .8em) 0%,100% 50%,calc(100% - .8em) 100%,0% 100%);text-shadow:0 2px 3px rgba(0,0,0,.2);align-items:center;margin-bottom:4px;padding:8px 48px 8px 12px;font-family:NouvelR\, sans-serif;font-size:2rem;font-weight:700;line-height:1;display:flex}.EfficiencyGraph__class.is-classA{background-color:#289548;width:calc(100% - 180px)}.EfficiencyGraph__class.is-classB{background-color:#75ac40;width:calc(100% - 150px)}.EfficiencyGraph__class.is-classC{background-color:#c9d22a;width:calc(100% - 120px)}.EfficiencyGraph__class.is-classD{background-color:#ebec00;width:calc(100% - 90px)}.EfficiencyGraph__class.is-classE{background-color:#e9b818;width:calc(100% - 60px)}.EfficiencyGraph__class.is-classF{background-color:#cf661c;width:calc(100% - 30px)}.EfficiencyGraph__class.is-classG{background-color:#c10e1a;width:100%}.EfficiencyGraph__class.is-current{width:100%;font-size:3.6rem;position:relative}.EfficiencyGraph__value{margin-left:16px;font-size:2.8rem}.EfficiencyClass{width:-webkit-fit-content;color:#656666;align-items:center;width:fit-content;display:flex}.EfficiencyClass.is-inverted{color:#fff}.EfficiencyClass__label{margin-right:8px;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1}.EfficiencyClass__icon{width:32px;display:flex}.EfficiencyClass__thumbnail{color:#fff;-webkit-clip-path:polygon(0% 0%,calc(100% - .4em) 0%,100% 50%,calc(100% - .4em) 100%,0% 100%);clip-path:polygon(0% 0%,calc(100% - .4em) 0%,100% 50%,calc(100% - .4em) 100%,0% 100%);width:100%;padding:2px 12px 2px 4px;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1}.EfficiencyClass__thumbnail.is-classA{background-color:#289548}.EfficiencyClass__thumbnail.is-classB{background-color:#75ac40}.EfficiencyClass__thumbnail.is-classC{background-color:#c9d22a}.EfficiencyClass__thumbnail.is-classD{background-color:#ebec00}.EfficiencyClass__thumbnail.is-classE{background-color:#e9b818}.EfficiencyClass__thumbnail.is-classF{background-color:#cf661c}.EfficiencyClass__thumbnail.is-classG{background-color:#c10e1a}.ModelVersionEngine.has-inheritColor{color:inherit}.ModelVersionEngine{color:#656666}.ModelVersionEngine_dark{color:#000}.ModalModelDisclaimer{text-transform:none;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.ModalModelDisclaimer__boldContent{font-family:NouvelR\, sans-serif;font-weight:700;line-height:1.4}.ModalModelDisclaimer__boldContent:not(:first-child){margin-top:32px}.ModalModelDisclaimer__loader{height:100px;position:relative}.DisclaimerTooltip__cta{color:currentColor;padding:0;display:contents}.CfgTaxeItem{align-items:baseline;width:100%;display:flex}.CfgTaxeItem__dots{border-bottom:1px dotted #000;flex:1 0 auto;min-width:16px;margin:0 4px}.CfgTaxesList__priceNumber{float:right;font-size:1.4rem;font-weight:700}.CfgTaxesList__subPriceNumber{float:right;font-size:1.2rem}.CfgTaxesList__priceLabel{margin-top:8px;font-weight:700}.CfgTaxesList__subPrices{margin-top:4px}.CfgTaxesList__subPriceLabel{max-width:70%;margin-left:8px;font-size:1.3rem}.CfgTaxesList__taxesList{background-color:#fff}.CfgTaxesList__priceNumber,.CfgTaxesList__subPriceNumber{color:#000}.CfgReceiptSummaryPrice{border:1px solid #d9d9d6;padding:16px 0 4px}.CfgReceiptSummaryPrice__summaryPrice{flex-direction:column;gap:8px;padding:0 16px;display:flex}.CfgReceiptSummaryPrice__summaryPrice.is-insteadOf{padding:16px 16px 0}.CfgReceiptSummaryPrice__priceNumber{font-family:NouvelR\, sans-serif;font-size:2rem;font-weight:700;line-height:.95}@media screen and (min-width:1024px){.CfgReceiptSummaryPrice__priceNumber{font-size:2.5rem}}.CfgReceiptSummaryPrice__totalPrice{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.CfgReceiptSummaryPrice__bonusPrice{width:-webkit-fit-content;color:#fff;background-color:#72c293;border-radius:2px;align-items:center;width:fit-content;margin-top:8px;padding:4px 8px;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1;display:flex}.CfgReceiptSummaryPrice__insteadOfPriceNumber{text-align:right;background-color:#f2f2f2;padding:0 48px 16px 16px}.CfgReceiptSummaryPrice__price{margin-right:4px}.CfgReceiptSummaryPrice__priceLabel{padding:4px 16px;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4}.CfgReceiptSummaryPrice__priceLabel:not(:last-child){border-bottom:none}.CfgReceiptSummaryPrice__LegalMentions{margin:16px;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4}.CfgReceiptSummaryPrice__subtitle{margin:8px}.CfgReceiptSummaryPrice__subtitle.is-not-priced{margin-left:0}.CfgReceiptSummaryPrice__tooltip{margin:4px 0 0 8px}.Toggle__heading{color:#000;text-transform:uppercase;background-color:#fff;border-bottom:1px solid #f2f2f2;padding:16px 48px 16px 16px;font-size:1.4rem;font-weight:700;transition:background-color .7s,color .7s;display:block;position:relative}.Toggle__heading:before,.Toggle__heading:after{content:"";will-change:transform;width:10px;height:2px;transition:transform .5s;position:absolute;top:50%;transform:translateY(-50%)}.Toggle__heading:before{right:22px;transform:translateY(-50%)rotate(45deg)}.Toggle__heading:after{right:16px;transform:translateY(-50%)rotate(-45deg)}.Toggle__heading.is-expanded:before{transform:translateY(-50%)rotate(-45deg)}.Toggle__heading.is-expanded:after{transform:translateY(-50%)rotate(45deg)}.Toggle_large .Toggle__heading{padding:32px 0;font-size:1.8rem;line-height:2rem}.Toggle_borderTop .Toggle__heading{border:none;border-top:1px solid #f2f2f2}.Toggle_withoutBorder .Toggle__heading{border-bottom:none}.Toggle_fullBorder .Toggle__heading{border:1px solid #d9d9d6}.Toggle__contents{grid-template-rows:1fr;padding:0;transition:grid-template-rows .3s cubic-bezier(.215,.61,.355,1);display:grid}.Toggle__contents.is-hidden{grid-template-rows:0fr}.Toggle__wrapper{overflow:hidden}.Toggle_clear>.Toggle__heading.is-expanded{background-color:transparent;border-bottom:transparent}.Toggle_white>.Toggle__heading.is-expanded{color:#000;background-color:#fff;border-bottom:none;padding-bottom:8px}.Toggle_white>.Toggle__heading.is-expanded:before,.Toggle_white>.Toggle__heading.is-expanded:after{background-color:#000}.Toggle_white .Toggle__wrapper{background-color:#fff}.Toggle_noCollapse>.Toggle__heading{cursor:default;pointer-events:none}.Toggle_noCollapse>.Toggle__heading:after,.Toggle_noCollapse>.Toggle__heading:before{display:none}.Toggle_dark>.Toggle__heading{color:#fff;background-color:#000;border-bottom:1px solid #000}.Toggle_dark>.Toggle__heading:before,.Toggle_dark>.Toggle__heading:after{background-color:#efdf00}.Toggle_tinyHeading>.Toggle__heading{min-height:16px;padding-top:12px;padding-bottom:8px}.Toggle_altWhite>.Toggle__heading{color:#000;background-color:#fff;border-bottom:1px solid #8c8c8b;padding:32px 0;font-size:1.8rem;font-weight:700;line-height:2rem}.Toggle_altWhite>.Toggle__heading:before,.Toggle_altWhite>.Toggle__heading:after{width:13px}.Toggle_altWhite>.Toggle__heading:before{right:24px}.Toggle_altWhite>.Toggle__heading.is-expanded{color:#000;background-color:#fff;border-bottom:none}.Toggle_noHeadingPaddingInline>.Toggle__heading{padding-left:0}.Toggle_noHeadingPaddingInline>.Toggle__heading:before{right:0}.Toggle_noHeadingPaddingInline>.Toggle__heading:after{right:6px}.Toggle__contents{background-color:#f2f2f2}.Toggle__heading:before,.Toggle__heading:after{background-color:#000}.Toggle__heading.is-expanded{color:#fff;background-color:#000}.Toggle__heading.is-expanded:before,.Toggle__heading.is-expanded:after{background-color:#efdf00}.Toggle_alt>.Toggle__contents{background-color:#fff}.Toggle_border{border:1px solid #f2f2f2;margin:8px 0}.Toggle_border>.Toggle__heading{border:none}.Toggle_altWhite>.Toggle__heading{font-size:2rem;line-height:2.4rem}.Toggle_altWhite>.Toggle__heading:before,.Toggle_altWhite>.Toggle__heading:after,.Toggle_altWhite>.Toggle__heading.is-expanded:before,.Toggle_altWhite>.Toggle__heading.is-expanded:after,.Toggle_fullDark>.Toggle__heading.is-expanded:before,.Toggle_fullDark>.Toggle__heading.is-expanded:after{background-color:#000}.CustomScroll{position:relative}.CustomScroll.is-full-height{align-items:center;height:100%}.CustomScroll.is-navbar-dots-below{margin-bottom:64px}.CustomScroll.is-navbar-arrows-bottom .CustomScroll__container{padding-bottom:32px}.CustomScroll__container{-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;width:100%;display:flex;overflow-x:scroll;overflow-y:hidden}.CustomScroll__container::-webkit-scrollbar{display:none}.CustomScroll__container.has-smooth-scroll{scroll-behavior:smooth}.CustomScroll__container.is-full-height{align-items:center;height:100%}@media screen and (min-width:670px){.CustomScroll__container.is-simplified{margin:0 32px}}.CustomScroll__container.is-display-card{margin:0}.CustomScroll__child.is-snap-center{scroll-snap-align:center}.CustomScroll__child.is-snap-start{scroll-snap-align:start}.CustomScroll__child.is-snap-center-start{scroll-snap-align:center}@media screen and (min-width:670px){.CustomScroll__child.is-snap-center-start{scroll-snap-align:start}}.CustomScroll__child.is-display-fullwidth{min-width:100%}.CustomScroll__child.is-full-height{height:100%}.CustomScroll__arrow{z-index:2;cursor:pointer;opacity:.75;background-color:#000;justify-content:center;align-items:center;width:25px;height:45px;display:none;position:absolute;top:50%;transform:translateY(-50%)}.CustomScroll__arrow.is-left-right-all{display:flex}.CustomScroll__arrow.is-simplified{background-color:transparent;padding:0}.CustomScroll__arrow.is-simplified .CustomScroll__Arrows_arrow path{fill:#efdf00}.CustomScroll__arrow .CustomScroll__Arrows_arrow path{fill:#fff}@media screen and (min-width:670px){.CustomScroll__arrow{width:auto;height:60px;display:flex}}.CustomScroll__arrowLeft{padding:0;left:0}.CustomScroll__arrowRight{padding:0;right:0}.CustomScroll_center{display:flex}.CustomScroll_center .CustomScroll__container{width:auto;margin:0 auto}.CustomScroll_electric .CustomScroll__arrow.is-simplified .CustomScroll__Arrows_arrow path{fill:#000}.CustomScroll__dots{z-index:1;line-height:0;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.CustomScroll__dots.is-below{bottom:-32px}@media screen and (min-width:670px){.CustomScroll__dots.is-mobile-only{display:none}}.CustomScroll__dot:not(:last-of-type){margin-right:4px}.CustomScroll__dotButton{width:18px;height:18px;padding:0;position:relative}.CustomScroll__dotButton:before{content:"";background-color:#fff;border:1px solid #d9d9d6;border-radius:50%;width:13px;height:13px;transition-duration:0s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomScroll__dotButton:after{content:"";border:1px solid transparent;border-radius:50%;width:16px;height:16px;padding-top:1px;transition-duration:0s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomScroll__tabs{-ms-overflow-style:none;scrollbar-width:none;z-index:2;gap:8px;width:calc(100% - 32px);display:flex;position:absolute;bottom:0;left:16px;overflow-x:scroll}.CustomScroll__tabs::-webkit-scrollbar{display:none}@media screen and (min-width:670px){.CustomScroll__tabs{width:80%;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.CustomScroll__tabs:before{content:none}}.CustomScroll__tab{flex:1 0 100px;min-width:0}@media screen and (min-width:670px){.CustomScroll__tab{flex:0 0 160px}}.CustomScroll__tab:first-of-type{margin-left:auto}.CustomScroll__tab:last-of-type{margin-right:auto}.CustomScroll__tabButton{color:#fff;text-align:left;white-space:nowrap;text-overflow:ellipsis;opacity:.6;width:100%;padding:16px 16px 16px 0;font-size:1.3rem;line-height:1.4;position:relative;overflow:hidden}.CustomScroll__tabButton:before{content:"";background:currentColor;width:100%;height:1px;position:absolute;top:2px}.CustomScroll__tabButton.is-active{opacity:1}.CustomScroll__tabButton.is-active:before{height:3px;top:0}.CustomScroll__bottomArrows{width:100%;display:flex;position:absolute;bottom:0}.CustomScroll__bottomArrows.is-darkmode .CustomScroll__bottomArrowsLeft .CustomScroll__Arrows_arrow,.CustomScroll__bottomArrows.is-darkmode .CustomScroll__bottomArrowsRight .CustomScroll__Arrows_arrow{fill:#fff}.CustomScroll__bottomArrows.is-right-bottom-arrows-displayed{justify-content:flex-end}@media screen and (min-width:670px){.CustomScroll__bottomArrows{max-width:calc(100vw - 40px)}}@media screen and (min-width:1024px){.CustomScroll__bottomArrows{max-width:calc(100vw - 80px)}}.CustomScroll__bottomArrowsLeft{margin-right:32px;padding:0}.CustomScroll__bottomArrowsRight{padding:0}.CustomScroll__Arrows_arrow{width:32px;display:block}.CustomScroll__Arrows_arrow.is-rtl{transform:rotate(180deg)}.CustomScroll__bottomArrows_disabled{opacity:.3}.CustomScroll__counter{color:#fff;text-align:center;background:#8c8c8b;border-radius:16px;justify-content:center;align-items:center;width:48px;height:24px;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4;display:flex;position:absolute;bottom:8px;left:8px}@media screen and (min-width:670px){.CustomScroll__counter{bottom:12px;left:12px}}.CustomScroll__dotButton.is-active:before{background-color:#efdf00;border:none;width:10px;height:10px;transition-duration:.3s}.CustomScroll__dotButton.is-active:after{border:1px solid #efdf00;transition-duration:.3s;transition-delay:.3s}.CustomScroll__arrow:focus{outline:1px dotted #3e3f40}.CustomScroll__arrowRight{background:linear-gradient(270deg,#000 50%,#000 50%) 100% 100%/200% 100%;transition:background-position .3s}.CustomScroll__arrowRight:hover{background-position:0 100%}.CustomScroll__arrowLeft{background:linear-gradient(90deg,#000 50%,#000 50%) 0 100%/200% 100%;transition:background-position .3s}.CustomScroll__arrowLeft:hover{background-position:100% 100%}.CustomScroll__arrowRight.is-simplified,.CustomScroll__arrowLeft.is-simplified{background:0 0}.CustomScroll__arrowRight.is-simplified .CustomScroll__Arrows_arrow :first-child,.CustomScroll__arrowLeft.is-simplified .CustomScroll__Arrows_arrow :first-child{fill:#000}.CustomScroll__arrowRight.is-dark-arrows,.CustomScroll__arrowLeft.is-dark-arrows{background:#8c8c8b}.CustomScroll__bottomArrows.is-darkmode .CustomScroll__bottomArrowsButton{fill:#fff}.is-renew .CustomScroll__dotButton.is-active:before{background-color:#000}.is-renew .CustomScroll__dotButton.is-active:after{border-color:#000}.TyreLabel{flex-direction:column;align-items:center;gap:8px;display:flex}.TyreLabel__image{border:1px solid #d9d9d6;align-self:center;width:250px}.CfgTyresLabelsModal{flex-direction:column;gap:16px;display:flex}.CfgTyresLabelsModal__bodyCopy{white-space:pre-wrap;font-size:1.6rem}.CfgTyresLabelsModal__title{margin:16px 0;font-size:1.8rem;font-weight:700}.CfgTyresLabelsModal__tyres{width:100%}.CfgTyresLabelsModal__tyreLabel{padding:16px}.CfgItemDetails__summaryItemDetail{align-items:baseline;display:flex}.CfgItemDetails__presentationItemLabel{max-width:70%;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.CfgItemDetails__presentationItemDots{border-bottom:1px dotted #000;flex:1 0 auto;margin:0 4px}.CfgItemDetails__presentationItemPrice{font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4}.CfgItemDetails__equipmentsItemDetail{margin:8px 0}.CfgItemDetails__packItemDetail{margin:8px 0 0}.CfgItemDetails__withoutPrice .CfgItemDetails__presentationItemDots{display:none}.CfgPackAndEquipments__packItems{padding:0 16px;list-style:inside}.CfgPackAndEquipments__packItem{font-size:1.1rem;font-style:italic}.CfgShapeItem{display:flex}.CfgShapeItem__shapeColumn{word-break:break-word;flex-direction:column;width:50%;display:flex}.CfgShapeItem__shapeColumn:not(:first-child){border-left:1px solid #d9d9d6;padding-left:16px}.CfgShapeItem__title{margin-top:8px;font-size:1.3rem;font-weight:700}.CfgReceiptSummaryPriceDetails{border:1px solid #d9d9d6;border-top:none;margin-bottom:16px}@media screen and (min-width:670px){.CfgReceiptSummaryPriceDetails{margin-bottom:0}}.CfgReceiptSummaryPriceDetails_withoutPrice{border-top:1px solid #d9d9d6;margin-bottom:0}.CfgReceiptSummaryPriceDetails_withoutPrice .CfgReceiptSummaryPriceDetails__step{padding-bottom:0}.CfgReceiptSummaryPriceDetails_withoutPrice .CfgReceiptSummaryPriceDetails__step:first-child{padding-top:8px}.CfgReceiptSummaryPriceDetails_withoutPrice .CfgReceiptSummaryPriceDetails__step:first-child .CfgReceiptSummaryPriceDetails__stepTitle{border-top:none}.CfgReceiptSummaryPriceDetails_withoutPrice .CfgReceiptSummaryPriceDetails__step:last-child{padding-bottom:16px}.CfgReceiptSummaryPriceDetails_withoutPrice .CfgReceiptSummaryPriceDetails__stepTitle{border-top:1px solid #d9d9d6;margin:0 0 8px;padding-top:16px}.CfgReceiptSummaryPriceDetails__stepTitle{text-transform:uppercase;margin:8px 0;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4}.CfgReceiptSummaryPriceDetails__step{padding:16px}.CfgReceiptSummaryPriceDetails__wheelInfo{cursor:pointer;vertical-align:-4px;width:16px;margin:0 8px}.CfgPriorityPass{color:#000;background-color:#fff;border:1px solid #d9d9d6;margin-bottom:16px;padding:16px;font-family:NouvelR\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.4}.CfgPriorityPass__priceLabel{font-size:1.4rem}.CfgPriorityPass__priceNumber{font-size:2.4rem}.CfgPriorityPass__price{font-weight:700}.CfgPriorityPass__title{text-transform:uppercase;padding-bottom:16px;font-size:1.1rem;font-weight:700}.CfgPriorityPass__description{font-size:1.1rem}.CfgPriorityPass__anchor{color:#000;margin-top:8px;padding:0;font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1;-webkit-text-decoration:underline #efdf00;text-decoration:underline #efdf00;text-decoration-thickness:2px;display:inline-block}:-webkit-any(.Product_accounts,.is-renew) .CfgPriorityPass__anchor{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}:-moz-any(.Product_accounts,.is-renew) .CfgPriorityPass__anchor{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}:is(.Product_accounts,.is-renew) .CfgPriorityPass__anchor{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.CfgPriorityPass__anchor:-webkit-any(:hover,:focus):not(:disabled):not(.is-loading){-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.CfgPriorityPass__anchor:-moz-any(:hover,:focus):not(:disabled):not(.is-loading){-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.CfgPriorityPass__anchor:is(:hover,:focus):not(:disabled):not(.is-loading){-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.UnauthenticatedCartView__introduction{font-size:1.8rem}.CfgReceiptCta{z-index:10;background-color:#fff;justify-content:space-evenly;align-items:stretch;width:100%;padding:8px;display:flex;position:fixed;bottom:0;box-shadow:0 0 4px rgba(0,0,0,.5)}@media screen and (min-width:670px){.CfgReceiptCta{flex-direction:column;order:1;padding:12px;position:-webkit-sticky;position:sticky;box-shadow:0 -5px 5px -5px rgba(0,0,0,.25)}}.CfgReceiptCta .CfgReceiptCta__cta{justify-content:center;align-items:center;width:calc(50% - 12px);display:flex}@media screen and (min-width:670px){.CfgReceiptCta .CfgReceiptCta__cta{width:100%}.CfgReceiptCta .CfgReceiptCta__cta:not(:last-child){margin-bottom:8px}}body.cfg-summary{padding-bottom:80px}@media screen and (min-width:670px){body.cfg-summary{padding-bottom:0}}.CfgNewReceipt{width:100%}@media screen and (min-width:670px){.CfgNewReceipt{flex-direction:row;margin-bottom:auto;padding:0 24px 24px}}.CfgNewReceipt__tradeIn{background-color:#fff;border:1px solid #d9d9d6;margin:16px 0 32px;padding:16px;display:flex}@media screen and (min-width:670px){.CfgNewReceipt__tradeIn{margin:24px 0}}