.dgad-form-field__button{background-color:var(--dgad-forms-theme-tertiary,#fce500);border:none;border-radius:.4rem;color:var(--color-forms-black,#1a1a1a);font-size:1.6rem;height:4.8rem;line-height:1.15;margin:0;padding:1.2rem 1.6rem;transition:background-color .3s ease-out}.dgad-form-field__button:hover{cursor:pointer}.dgad-form-field__button.disable{background-color:var(--color-forms-grey-2,#ccc)}.dgad-form-field__button.disable:hover{cursor:default}.dgad-form-field__button.hide{display:none;opacity:0}@media screen and (max-width:960px){.dgad-form-field__button{border-radius:5rem;width:100%}}.dgad-form-field__error-message{align-items:center;background-color:var(--color-forms-error-bg,rgba(183,28,28,.25));border-radius:4px;color:var(--color-forms-error,#b71c1c);display:none;font-size:1.2rem;line-height:1.4rem;margin-top:4px;padding:8px 13px}.dgad-form-field__error-message-icon{height:15px;margin-right:8px;width:15px}.dgad-form-field__error-message--text{line-break:anywhere}.dgad-form-field__error-message--active{display:flex}.dgad-form-field-icon.dgad-form-field__icon--fail,.dgad-form-field-icon.dgad-form-field__icon--success{display:none}.dgad-form-field__icon.dgad-form-field__icon--remove{cursor:pointer;display:none;height:1.8rem;position:absolute;right:1.6rem;top:2rem;width:1.8rem}[data-dgad-form-field-status=success] .dgad-form-field .dgad-form-text .dgad-max-container{display:none}[data-dgad-form-field-status=success] .dgad-form-field__icon--success{display:flex;height:1.6rem;position:absolute;right:1.6rem;top:2rem;width:1.6rem}[data-dgad-form-field-status=success] .dgad-form-field__control,[data-dgad-form-field-status=success] .dgad-form-field__input{border:.2rem solid var(--color-forms-success,#2e7d32)}[data-dgad-form-field-status=error] .dgad-form-field__control,[data-dgad-form-field-status=error] .dgad-form-field__input{border:.2rem solid var(--color-forms-error,#b71c1c);color:var(--color-forms-error,#b71c1c)}[data-dgad-form-field-status=error] .dgad-form-field__control:focus,[data-dgad-form-field-status=error] .dgad-form-field__input:focus{color:var(--color-forms-black,#1a1a1a)}[data-dgad-form-field-status=error] .dgad-form-field__control.dgad-form-field-boolean__input,[data-dgad-form-field-status=error] .dgad-form-field__input.dgad-form-field-boolean__input{border:.2rem solid var(--color-forms-error,#b71c1c)}[data-dgad-form-field-status=error] .dgad-form-text .dgad-max-container,[data-dgad-form-field-status=error] .dgad-form-textarea .dgad-max-container{margin-right:2.5rem}[data-dgad-form-field-status=error] .dgad-form-field__icon--fail{display:flex;height:1.6rem;position:absolute;right:1.6rem;top:2rem;width:1.6rem}[data-dgad-form-field-status=error] .dgad-form-field__error-message{display:flex;gap:8px;width:100%}[data-dgad-form-field-status=error] .dgad-form-field__error-message .dgad-form-field__icon--error{display:flex}.dgad-form-field__helper{align-items:center;background-color:var(--color-forms-darkblue,rgba(39,80,155,.153));border-radius:4px;color:var(--dgad-forms-theme-primary,#27509b);display:flex;margin-top:4px}.dgad-form-field__helper p{font-size:12px;line-height:1.5;margin:8px 0}.dgad-form-field__helper .dgad-form-field-input-icon{display:inline-block;line-height:0;margin:8px;position:static}.dgad-form-field__helper .dgad-form-field-input-icon svg{height:1.3rem;width:1.3rem}.dgad-form-field-icon{align-items:center;display:flex;justify-content:center;line-height:1}.dgad-form-field-icon .dgad-form-field-svg{height:30px;width:30px}.dgad-form-field-icon.dgad-form-field-icon-filled{border-radius:100%;height:88px;width:88px}.dgad-form-field-icon.dgad-form-field-icon-filled .dgad-form-field-svg{height:55px;width:55px}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-field{margin-bottom:2.4rem;width:100%}.dgad-form-field__container{line-height:0;position:relative}.dgad-form-field__container input:-webkit-autofill,.dgad-form-field__container input:-webkit-autofill:focus,.dgad-form-field__container input:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--color-forms-white-1,#f2f2f2) inset}.dgad-form-field__control,.dgad-form-field__input{background-color:var(--color-forms-white-1,#f2f2f2);border:.1rem solid transparent;border-radius:.4rem;color:var(--color-forms-black,#1a1a1a);font-size:1.6rem;line-height:1.5;outline:none;padding:1.6rem 6rem 1.6rem 1.6rem;transition:border .25s ease-out;width:100%}.dgad-form-field__control:focus,.dgad-form-field__input:focus{border:.2rem solid var(--dgad-forms-theme-primary,#27509b);border-radius:.4rem}.dgad-form-field__control::-moz-placeholder,.dgad-form-field__input::-moz-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field__control:-ms-input-placeholder,.dgad-form-field__input:-ms-input-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field__control::placeholder,.dgad-form-field__input::placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field__control.hidden+.dgad-form-field__label,.dgad-form-field__input.hidden+.dgad-form-field__label{display:none}.dgad-form-field .dgad-form-text .dgad-max-container,.dgad-form-field .dgad-form-textarea .dgad-max-container{align-items:center;display:flex;justify-content:flex-end}.dgad-form-field .dgad-form-text .dgad-max-container__text,.dgad-form-field .dgad-form-textarea .dgad-max-container__text{color:var(--color-forms-grey-1,#7f7f7f);font-size:1.2rem}.dgad-form-field .dgad-form-text .dgad-max-container--max .dgad-max-container__text,.dgad-form-field .dgad-form-textarea .dgad-max-container--max .dgad-max-container__text{color:var(--color-forms-error,#b71c1c)}.dgad-form-field .dgad-form-text .dgad-max-container--show,.dgad-form-field .dgad-form-textarea .dgad-max-container--show{display:flex}.dgad-form-field--rtl .dgad-form-field__input{text-align:right}.dgad-form-field__label{font-size:1.4rem;line-height:1.71;margin-bottom:.8rem}.dgad-form-field .dgad-form-required{color:var(--color-forms-error,#b71c1c);display:inline-block;font-size:1.2rem;transform:translate(-2px,-5px)}.dgad-form-field .dgad-autocomplete-items,.dgad-form-field .iti__country-list,.dgad-form-field--scroll__wrapper{max-height:17.6rem;overflow:auto}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar,.dgad-form-field .iti__country-list::-webkit-scrollbar,.dgad-form-field--scroll__wrapper::-webkit-scrollbar{width:.8rem}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar-track,.dgad-form-field .iti__country-list::-webkit-scrollbar-track,.dgad-form-field--scroll__wrapper::-webkit-scrollbar-track{background:var(--color-forms-white-2,#e5e5e5);border-radius:.4rem;margin:.8rem 0}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar-thumb,.dgad-form-field .iti__country-list::-webkit-scrollbar-thumb,.dgad-form-field--scroll__wrapper::-webkit-scrollbar-thumb{background:var(--dgad-forms-theme-primary,#27509b);border-radius:.4rem}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar-thumb:hover,.dgad-form-field .iti__country-list::-webkit-scrollbar-thumb:hover,.dgad-form-field--scroll__wrapper::-webkit-scrollbar-thumb:hover{background:var(--dgad-forms-theme-primary,#27509b)}.dgad-form-field--disabled .dgad-form-field__control,.dgad-form-field__input:disabled{background-color:var(--color-forms-white-2,#e5e5e5);color:var(--color-forms-grey-1,#7f7f7f);cursor:default}.dgad-form-field--disabled .dgad-form-field__control::-moz-placeholder,.dgad-form-field__input:disabled::-moz-placeholder{color:var(--color-forms-grey-1,#7f7f7f);opacity:1}.dgad-form-field--disabled .dgad-form-field__control:-ms-input-placeholder,.dgad-form-field__input:disabled:-ms-input-placeholder{opacity:1}.dgad-form-field--disabled .dgad-form-field__control::placeholder,.dgad-form-field__input:disabled::placeholder{color:var(--color-forms-grey-1,#7f7f7f);opacity:1}.dgad-form-field--disabled .dgad-form-field__control:-ms-input-placeholder,.dgad-form-field__input:disabled:-ms-input-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field--disabled .dgad-form-field__control::-ms-input-placeholder,.dgad-form-field__input:disabled::-ms-input-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.apos-forms-hidden{display:none}.apos-forms-visible{display:inherit}.apos-ui .apos-forms-input,.apos-ui .apos-forms-fieldset{margin-bottom:20px}.apos-forms-checkboxes--dropdown{display:inline-block}.apos-forms-checkboxes-toggle{width:auto}.apos-forms-checkboxes-toggle:after{padding-left:24px;content:'▶'}.apos-forms-checkboxes-dropdown--active .apos-forms-checkboxes-toggle:after{padding-left:24px;content:'▲'}.apos-forms-checkboxes-dropdown-choices{width:auto;height:0px;overflow:hidden}.apos-forms-checkboxes-dropdown-choices label{width:auto;display:block;line-height:1.5}.apos-forms-checkboxes--dropdown-active .apos-forms-checkboxes-dropdown-choices{height:auto;overflow:auto}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-field-boolean{align-items:center;display:flex;margin-bottom:2.4rem}.dgad-form-field-boolean .dgad-form-field-boolean__input{align-self:flex-start;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-forms-white,#fff);border:1px solid var(--dgad-forms-theme-primary,#27509b);border-radius:3rem;cursor:pointer;height:2.2rem;margin:.4rem 1rem 0 0;min-width:4rem;outline:none;padding:0;position:relative;transition:all .2s ease-in-out;width:unset}.dgad-form-field-boolean .dgad-form-field-boolean__input:focus{border:.1rem solid var(--dgad-forms-theme-primary,#27509b);border-radius:3rem}.dgad-form-field-boolean .dgad-form-field-boolean__input:after{background:var(--dgad-forms-theme-primary,#27509b);border-radius:50%;content:"";height:1.6rem;left:.2rem;position:absolute;top:.2rem;transition:all .2s ease-in-out;width:1.6rem}.dgad-form-field-boolean .dgad-form-field-boolean__input:checked{background:var(--dgad-forms-theme-primary,#27509b);border:1px solid var(--dgad-forms-theme-primary,#27509b);border-radius:3rem}.dgad-form-field-boolean .dgad-form-field-boolean__input:checked:after{background:var(--color-forms-white,#fff);left:calc(100% - 1.8rem)}.dgad-form-field-boolean .dgad-form-field-boolean__input:disabled{background:var(--color-forms-white-2,#e5e5e5);border:1px solid var(--color-forms-grey-1,#7f7f7f);border-radius:3rem}.dgad-form-field-boolean .dgad-form-field-boolean__input:disabled:after{background:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field-boolean .dgad-form-field-boolean__label-second .apos-area{font-size:1.2rem;gap:0}.dgad-form-field-boolean .dgad-form-field-boolean__label-second .apos-area .apos-rich-text>*{margin:0}[data-dgad-form-field-status=error] .dgad-form-field-boolean .dgad-form-field__input.dgad-form-field-boolean__input{border:.1rem solid var(--color-forms-error,#b71c1c)}[data-dgad-form-field-status=error] .dgad-form-field-boolean__input:after{background:var(--color-forms-error,#b71c1c)}[data-dgad-form-field-status=error] .dgad-form-field__error-message{margin-bottom:2.4rem}.apos-forms-error>span,.dgad-form-field__error-message>span{padding-top:.3rem}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-field-checkbox__svg{height:0;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:0}.dgad-form-field-checkbox__content{margin-bottom:1.6rem}.dgad-form-field-checkbox__content span p{font-size:1.4rem;line-height:2.4rem;margin:0}.dgad-form-field-checkbox__input{position:absolute;visibility:hidden}.dgad-form-field-checkbox__input:checked+.dgad-form-field-checkbox__label span:first-child{animation:zoom-in-out .3s ease;background:var(--dgad-forms-theme-secondary,#e6efff);border-color:var(--dgad-forms-theme-primary,#27509b)}.dgad-form-field-checkbox__input:checked+.dgad-form-field-checkbox__label span:first-child .dgad-form-field-icon svg{stroke-dashoffset:0}.dgad-form-field-checkbox .dgad-form-field-checkbox__label{align-items:center;cursor:pointer;display:flex;overflow:hidden;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dgad-form-field-checkbox .dgad-form-field-checkbox__label:not(:last-child){margin-right:6px}.dgad-form-field-checkbox .dgad-form-field-checkbox__label span{transform:translateZ(0);vertical-align:middle}.dgad-form-field-checkbox .dgad-form-field-checkbox__label span:first-child{align-self:flex-start;background:var(--dgad-forms-theme-secondary,#e6efff);border:1px solid var(--dgad-forms-theme-primary,#27509b);border-radius:4px;flex:0 0 16px;height:16px;margin-top:5px;position:relative;transform:scale(1);transition:all .3s ease;width:16px}.dgad-form-field-checkbox .dgad-form-field-checkbox__label span:first-child .dgad-form-field-icon svg{fill:none;stroke:var(--dgad-forms-theme-primary,#27509b);stroke-dasharray:16px;stroke-dashoffset:16px;left:1px;position:absolute;top:2px;transform:translateZ(0);transition:all .3s ease}.dgad-form-field-checkbox .dgad-form-field-checkbox__label span:last-child{line-height:0;padding-left:.8rem}.dgad-form-field-checkbox .dgad-form-field-checkbox__label:hover span:first-child{border-color:var(--dgad-forms-theme-primary,#27509b)}@keyframes zoom-in-out{50%{transform:scale(.9)}}.dgad-form-checkbox .dgad-form-field__legend--text{font-weight:700}.dgad-form-field--disabled .dgad-form-field-checkbox__input:checked+.dgad-form-field-checkbox__label span:first-child svg{stroke:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field--disabled .dgad-form-field-checkbox__label span:first-child{background-color:var(--color-forms-white-2,#e5e5e5)!important;border:1px solid var(--color-forms-grey-1,#7f7f7f)!important}.dgad-form-field--disabled .dgad-form-field-checkbox__label span:first-child .dgad-form-field-icon svg{stroke:var(--color-forms-grey-1,#7f7f7f)!important}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-file{margin-bottom:2.4rem}.dgad-form-file .errors .dgad-form-field__error-message:not(:last-child){margin-bottom:0}.dgad-form-file .errors .dgad-form-field__error-message--text{font-size:1.6rem}.dgad-form-file input[type=file]{display:none}.dgad-form-file__input{display:flex;flex-direction:column}.dgad-form-file__input .upload-button-container{align-items:center;background-color:var(--color-forms-white-1,#f2f2f2);border-radius:8px;color:var(--color-forms-grey-1,#7f7f7f);cursor:pointer;display:flex;justify-content:space-between;padding-left:16px;width:100%}.dgad-form-file__input .upload-button-container-button{background-color:var(--dgad-forms-theme-primary,#27509b);border-radius:8px;color:var(--color-forms-white,#fff);margin:6px;padding:8px 16px}.dgad-form-file__input .uploadMessage{background-color:var(--color-forms-blue-1,#d4e7fa);border-radius:8px;color:var(--dgad-forms-theme-primary,#27509b);display:flex;margin-top:8px;padding:4px 8px;width:100%}.dgad-form-file__input .uploadMessage .dgad-form-field-icon:not(.dgad-form-field-icon-green-cross){margin-right:8px}.dgad-form-file__input .uploadMessage.success{background-color:var(--color-forms-green-1,#e8f5e5);color:var(--color-forms-success,#2e7d32);display:flex;margin-top:16px}.dgad-form-file__input .uploadMessage.success .text{direction:rtl;flex-grow:1;margin-right:8px;overflow:hidden;text-align:end;text-overflow:ellipsis;white-space:nowrap}.dgad-form-file__input .uploadMessage.success .dgad-form-field-icon{cursor:pointer}.dgad-form-file .upload-link{color:var(--dgad-forms-theme-primary,#27509b);cursor:pointer;display:inline-block;font-size:1.6rem;line-height:2.4rem;margin:0;text-decoration:underline}.dgad-form-file .upload-link label:hover{background:none;opacity:.5}.dgad-form-file output{display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.dgad-form-file .ext-container{align-self:center;color:var(--color-forms-white-2,#e5e5e5);font-size:1.2rem;font-weight:700;margin-left:auto;min-width:6.4rem;position:relative;text-align:center;top:.5rem}.dgad-form-file .img-src{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'><defs><path id='k3rrqtj5ua' d='M29.269 35.078c0 1.628-1.319 2.953-2.94 2.953H4.899c-1.621 0-2.939-1.325-2.939-2.953V9.723H5.55c2.468 0 4.476-2.019 4.476-4.498V1.969H26.33c1.62 0 2.939 1.325 2.939 2.953v10.362H11.865c-2.164 0-3.919 1.763-3.919 3.938v5.907c0 2.174 1.755 3.937 3.919 3.937h17.404v6.012zM8.067 3.288v1.937c0 1.394-1.13 2.529-2.517 2.529H3.42l4.647-4.466zm25.348 11.996h-2.187V4.922C31.228 2.208 29.03 0 26.33 0H8.114L0 7.806v27.272C0 37.792 2.197 40 4.898 40H26.33c2.7 0 4.898-2.208 4.898-4.922v-6.012h2.187c2.165 0 3.918-1.763 3.918-3.937v-5.907c0-2.175-1.753-3.938-3.918-3.938z'/></defs> <g fill='none' fill-rule='evenodd' transform='translate(1.333)'> <mask id='3nf0phldzb' fill='%23fff'> <use xlink:href='%23k3rrqtj5ua'/> </mask> <use fill='%23363636' xlink:href='%23k3rrqtj5ua'/> <path fill='%23363636' d='M-1.333 40L38.667 40 38.667 0 -1.333 0z' mask='url(%233nf0phldzb)'/> </g> </svg>");background-size:cover}.dgad-form-file .upload-thumb{background:var(--color-forms-white-1,#f2f2f2);border:.1rem solid transparent;display:inline-block;height:9rem;margin-bottom:3rem;padding:.5rem;position:relative;width:9rem}.dgad-form-file .upload-thumb-container{display:flex;height:100%;overflow:hidden;position:relative;width:100%}.dgad-form-file .upload-thumb.image .ext-container{display:none}.dgad-form-file .upload-thumb.image .img-src{background:none}.dgad-form-file .upload-thumb.error{background-color:rgba(255,0,31,.25);border-color:var(--color-forms-error,#b71c1c)}.dgad-form-file .upload-thumb .loader-container{background-color:hsla(0,0%,100%,.7);display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.dgad-form-file .upload-thumb .loader-container .loader{height:3rem;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:3rem}.dgad-form-file .upload-thumb.uploading .loader-container{display:block}.dgad-form-file .upload-thumb img{left:50%;max-width:inherit;min-height:1000%;min-width:1000%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(.1);width:auto}.dgad-form-file .upload-btn-close{background:var(--dgad-forms-theme-tertiary,#fce500);border:none;border-radius:50%;height:2.5rem;outline:none;position:absolute;right:0;top:0;transform:translate(50%,-50%);width:2.5rem}.dgad-form-file .upload-btn-close:hover{background:var(--color-upload-hover)}.dgad-form-file .upload-btn-close:after,.dgad-form-file .upload-btn-close:before{background:var(--color-forms-grey-3,#333);content:"";height:.2rem;left:50%;position:absolute;top:50%;width:1.5rem}.dgad-form-file .upload-btn-close:before{transform:translate(-50%,-50%) rotate(45deg)}.dgad-form-file .upload-btn-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.dgad-form-file .dgad-form-file__header{align-items:flex-start;display:flex;flex-direction:row;margin-bottom:1rem}.dgad-form-file .dgad-form-file__header--texts{display:inline-block;flex:1;font-size:1.6rem;position:relative}.dgad-form-file .dgad-form-file__header--texts-title{font-weight:700}.dgad-form-file .dgad-form-file__header .upload-counter{color:#a9a9a9;font-size:1.4rem;font-weight:lighter;margin-left:1.5rem}.dgad-form-file .dgad-form-file__header .upload-counter.error{color:var(--color-forms-error,#b71c1c)}.dgad-form-file .dgad-form-file__header .upload-counter.success{color:var(--color-forms-success,#2e7d32)}.dgad-form-file .dgad-form-file__header .upload-counter span{color:inherit}.dgad-form-file .upload-template{display:none;visibility:hidden}.dgad-form-file .hide-upload-btn,.dgad-form-file .hide-upload-link{display:none}[data-apos-widget=apostrophe-forms-google-address-field]{-moz-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:30px}[data-apos-widget=apostrophe-forms-google-address-field]>.dgad-crm-text-field-widget{flex-shrink:0;margin-bottom:0;width:100%}[data-apos-widget=apostrophe-forms-google-address-field]>br{display:none}[data-apos-widget=apostrophe-forms-google-address-field] .pac-container{left:1px!important;top:0!important;width:calc(100% - 1px)!important}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-select{margin-bottom:2.4rem}.dgad-form-select .dgad-custom-select{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.dgad-form-select .dgad-custom-select__wrapper{display:flex;flex-direction:column;outline:none}.dgad-form-select .dgad-custom-select__wrapper.open .dgad-form-select .dgad-custom-select__wrapper__trigger{border-radius:.4rem .4rem 0 0}.dgad-form-select .dgad-custom-select__trigger{align-items:center;background:var(--color-forms-white-1,#f2f2f2);color:var(--color-forms-black,#1a1a1a);cursor:pointer;display:flex;font-size:1.4rem;font-weight:300;justify-content:space-between;line-height:2.4rem;min-height:5.6rem;padding:0 1.6rem;position:relative}.dgad-form-select .dgad-custom-select__options{background:var(--color-forms-white-1,#f2f2f2);border-top:1px solid var(--color-forms-grey-2,#ccc);box-shadow:0 8px 9px 0 hsla(0,0%,58%,.5)!important;display:block;height:0;max-height:19.2rem;opacity:0;padding:0;pointer-events:none;visibility:hidden;z-index:3}.dgad-form-select .dgad-custom-select__options--opt{border-radius:.4rem;cursor:pointer;display:flex;font-size:1.4rem;line-height:2.4rem;margin-bottom:.4rem;margin-right:.8rem;padding:.4rem 0 .4rem .8rem;position:relative}.dgad-form-select .dgad-custom-select__options--opt:hover{background-color:var(--color-forms-white-2,#e5e5e5);cursor:pointer}.dgad-form-select .dgad-custom-select__options--opt.selected{background-color:var(--color-forms-white-2,#e5e5e5)}.dgad-form-select .dgad-custom-select .arrow{transition:all .5s}.dgad-form-select .dgad-custom-select .open .arrow{transform:rotate(180deg)}.dgad-form-select .dgad-form-select__input{display:none}.dgad-form-select .dgad-custom-select__wrapper.open .dgad-custom-select__options,.dgad-form-select.expanded .options{height:auto;opacity:1;padding:.8rem;pointer-events:all;visibility:visible}[data-dgad-form-field-status=success] .dgad-custom-select__arrow{display:none}.dgad-form-field--disabled .dgad-form-select--multiple .dgad-custom-select__options--opt.selected{background-color:var(--color-forms-grey-1,#7f7f7f);color:var(--color-forms-white-2,#e5e5e5)}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-field-radio{position:relative}.dgad-form-field-radio--option:checked,.dgad-form-field-radio--option:not(:checked){opacity:0;position:absolute}.dgad-form-field-radio--option__wrapper{line-height:0;margin-bottom:2.4rem}.dgad-form-field-radio [type=radio]:not(:checked)+label,.dgad-form-field-radio--option:checked+label{color:var(--color-forms-black,#1a1a1a);cursor:pointer;display:inline-block;font-size:1.4rem;line-height:2.4rem;padding-left:25px;position:relative}.dgad-form-field-radio--option:checked+label:before,.dgad-form-field-radio--option:not(:checked)+label:before{background:var(--dgad-forms-theme-secondary,#e6efff);border:1px solid var(--dgad-forms-theme-primary,#27509b);border-radius:100%;content:"";height:16px;left:0;position:absolute;top:2px;width:16px}.dgad-form-field-radio--option:checked+label:after,.dgad-form-field-radio--option:not(:checked)+label:after{background:var(--dgad-forms-theme-primary,#27509b);border-radius:100%;content:"";height:8px;left:5px;position:absolute;top:7px;transition:all .2s ease;width:8px}.dgad-form-field-radio--option:not(:checked)+label:after{opacity:0;transform:scale(0)}.dgad-form-field-radio--option:checked+label:after{opacity:1;transform:scale(1)}.dgad-form-field-radio--option:disabled+label:before{background-color:var(--color-forms-white-2,#e5e5e5);border:1px solid var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field-radio--option:disabled+label:after{background-color:var(--color-forms-grey-1,#7f7f7f)}[data-dgad-form-field-status=success] .dgad-legend-field{padding-right:4rem}[data-dgad-form-field-status=success] .dgad-form-field-radio .dgad-form-field__icon--success{top:1.3rem}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-select--multiple .dgad-custom-select__options--opt.selected{background-color:var(--dgad-forms-theme-primary,#27509b);color:var(--color-forms-white,#fff);margin:0 8px 0 0;padding:0 8px;white-space:nowrap}.dgad-form-select--multiple .dgad-custom-select__options--opt__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.798.204a.706.706 0 0 1-.005.994l-4.83 4.856 4.666 4.69a.706.706 0 0 1-.995 1L5.97 7.053l-4.712 4.738a.697.697 0 1 1-.984-.99l4.711-4.738L.202 1.255a.706.706 0 0 1 .995-1l4.781 4.809 4.83-4.855a.697.697 0 0 1 .99-.005z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");display:block;height:12px;margin:8px 0 8px 8px;width:12px}.dgad-form-select--multiple .dgad-custom-select__selected{display:flex;flex-wrap:wrap;gap:8px;padding:16px 0}.dgad-form-select--multiple .dgad-custom-select__options.hide-message .dgad-custom-select--empty{display:none}.dgad-form-select--multiple .dgad-custom-select__options.show-message,.dgad-form-select--multiple .dgad-custom-select__options.show-message .dgad-custom-select--empty{align-items:center;display:flex;flex-direction:column;justify-content:center}.dgad-form-select--multiple .dgad-custom-select__options.show-message .dgad-custom-select--empty__message,.dgad-form-select--multiple .dgad-custom-select__options.show-message__message{margin-top:8px}.dgad-form-select--multiple .dgad-custom-select--empty__clear{background:none!important;border:none;color:var(--dgad-forms-theme-primary,#27509b);cursor:pointer;padding:0!important;text-decoration:underline}.dgad-form-select--multiple .dgad-custom-select .hide{display:none}.dgad-form-text .dgad-max-container{position:absolute;right:1.6rem;top:2.8rem}.dgad-form-text__input{height:5.6rem}.dgad-form-textarea .dgad-max-container{padding:1rem 0 .6rem}.dgad-form-textarea__input{min-height:12.4rem;resize:vertical}.apos-forms-label{display:block}.apos-forms-label-message{padding-left:20px}.apos-forms-input,.apos-forms-fieldset{margin-bottom:20px}.apos-forms-input-error{outline:1px solid #EA433A}.apos-forms-error{color:#EA433A}.apos-forms-conditional[disabled]{display:none}.apos-modal-content .apos-forms-conditional[disabled]{display:block}.dgad-form-field__button{background-color:var(--dgad-forms-theme-tertiary,#fce500);border:none;border-radius:.4rem;color:var(--color-forms-black,#1a1a1a);font-size:1.6rem;height:4.8rem;line-height:1.15;margin:0;padding:1.2rem 1.6rem;transition:background-color .3s ease-out}.dgad-form-field__button:hover{cursor:pointer}.dgad-form-field__button.disable{background-color:var(--color-forms-grey-2,#ccc)}.dgad-form-field__button.disable:hover{cursor:default}.dgad-form-field__button.hide{display:none;opacity:0}@media screen and (max-width:960px){.dgad-form-field__button{border-radius:5rem;width:100%}}.dgad-form-field__error-message{align-items:center;background-color:var(--color-forms-error-bg,rgba(183,28,28,.25));border-radius:4px;color:var(--color-forms-error,#b71c1c);display:none;font-size:1.2rem;line-height:1.4rem;margin-top:4px;padding:8px 13px}.dgad-form-field__error-message-icon{height:15px;margin-right:8px;width:15px}.dgad-form-field__error-message--text{line-break:anywhere}.dgad-form-field__error-message--active{display:flex}.dgad-form-field-icon.dgad-form-field__icon--fail,.dgad-form-field-icon.dgad-form-field__icon--success{display:none}.dgad-form-field__icon.dgad-form-field__icon--remove{cursor:pointer;display:none;height:1.8rem;position:absolute;right:1.6rem;top:2rem;width:1.8rem}[data-dgad-form-field-status=success] .dgad-form-field .dgad-form-text .dgad-max-container{display:none}[data-dgad-form-field-status=success] .dgad-form-field__icon--success{display:flex;height:1.6rem;position:absolute;right:1.6rem;top:2rem;width:1.6rem}[data-dgad-form-field-status=success] .dgad-form-field__control,[data-dgad-form-field-status=success] .dgad-form-field__input{border:.2rem solid var(--color-forms-success,#2e7d32)}[data-dgad-form-field-status=error] .dgad-form-field__control,[data-dgad-form-field-status=error] .dgad-form-field__input{border:.2rem solid var(--color-forms-error,#b71c1c);color:var(--color-forms-error,#b71c1c)}[data-dgad-form-field-status=error] .dgad-form-field__control:focus,[data-dgad-form-field-status=error] .dgad-form-field__input:focus{color:var(--color-forms-black,#1a1a1a)}[data-dgad-form-field-status=error] .dgad-form-field__control.dgad-form-field-boolean__input,[data-dgad-form-field-status=error] .dgad-form-field__input.dgad-form-field-boolean__input{border:.2rem solid var(--color-forms-error,#b71c1c)}[data-dgad-form-field-status=error] .dgad-form-text .dgad-max-container,[data-dgad-form-field-status=error] .dgad-form-textarea .dgad-max-container{margin-right:2.5rem}[data-dgad-form-field-status=error] .dgad-form-field__icon--fail{display:flex;height:1.6rem;position:absolute;right:1.6rem;top:2rem;width:1.6rem}[data-dgad-form-field-status=error] .dgad-form-field__error-message{display:flex;gap:8px;width:100%}[data-dgad-form-field-status=error] .dgad-form-field__error-message .dgad-form-field__icon--error{display:flex}.dgad-form-field__helper{align-items:center;background-color:var(--color-forms-darkblue,rgba(39,80,155,.153));border-radius:4px;color:var(--dgad-forms-theme-primary,#27509b);display:flex;margin-top:4px}.dgad-form-field__helper p{font-size:12px;line-height:1.5;margin:8px 0}.dgad-form-field__helper .dgad-form-field-input-icon{display:inline-block;line-height:0;margin:8px;position:static}.dgad-form-field__helper .dgad-form-field-input-icon svg{height:1.3rem;width:1.3rem}.dgad-form-field-icon{align-items:center;display:flex;justify-content:center;line-height:1}.dgad-form-field-icon .dgad-form-field-svg{height:30px;width:30px}.dgad-form-field-icon.dgad-form-field-icon-filled{border-radius:100%;height:88px;width:88px}.dgad-form-field-icon.dgad-form-field-icon-filled .dgad-form-field-svg{height:55px;width:55px}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-field{margin-bottom:2.4rem;width:100%}.dgad-form-field__container{line-height:0;position:relative}.dgad-form-field__container input:-webkit-autofill,.dgad-form-field__container input:-webkit-autofill:focus,.dgad-form-field__container input:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--color-forms-white-1,#f2f2f2) inset}.dgad-form-field__control,.dgad-form-field__input{background-color:var(--color-forms-white-1,#f2f2f2);border:.1rem solid transparent;border-radius:.4rem;color:var(--color-forms-black,#1a1a1a);font-size:1.6rem;line-height:1.5;outline:none;padding:1.6rem 6rem 1.6rem 1.6rem;transition:border .25s ease-out;width:100%}.dgad-form-field__control:focus,.dgad-form-field__input:focus{border:.2rem solid var(--dgad-forms-theme-primary,#27509b);border-radius:.4rem}.dgad-form-field__control::-moz-placeholder,.dgad-form-field__input::-moz-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field__control:-ms-input-placeholder,.dgad-form-field__input:-ms-input-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field__control::placeholder,.dgad-form-field__input::placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field__control.hidden+.dgad-form-field__label,.dgad-form-field__input.hidden+.dgad-form-field__label{display:none}.dgad-form-field .dgad-form-text .dgad-max-container,.dgad-form-field .dgad-form-textarea .dgad-max-container{align-items:center;display:flex;justify-content:flex-end}.dgad-form-field .dgad-form-text .dgad-max-container__text,.dgad-form-field .dgad-form-textarea .dgad-max-container__text{color:var(--color-forms-grey-1,#7f7f7f);font-size:1.2rem}.dgad-form-field .dgad-form-text .dgad-max-container--max .dgad-max-container__text,.dgad-form-field .dgad-form-textarea .dgad-max-container--max .dgad-max-container__text{color:var(--color-forms-error,#b71c1c)}.dgad-form-field .dgad-form-text .dgad-max-container--show,.dgad-form-field .dgad-form-textarea .dgad-max-container--show{display:flex}.dgad-form-field--rtl .dgad-form-field__input{text-align:right}.dgad-form-field__label{font-size:1.4rem;line-height:1.71;margin-bottom:.8rem}.dgad-form-field .dgad-form-required{color:var(--color-forms-error,#b71c1c);display:inline-block;font-size:1.2rem;transform:translate(-2px,-5px)}.dgad-form-field .dgad-autocomplete-items,.dgad-form-field .iti__country-list,.dgad-form-field--scroll__wrapper{max-height:17.6rem;overflow:auto}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar,.dgad-form-field .iti__country-list::-webkit-scrollbar,.dgad-form-field--scroll__wrapper::-webkit-scrollbar{width:.8rem}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar-track,.dgad-form-field .iti__country-list::-webkit-scrollbar-track,.dgad-form-field--scroll__wrapper::-webkit-scrollbar-track{background:var(--color-forms-white-2,#e5e5e5);border-radius:.4rem;margin:.8rem 0}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar-thumb,.dgad-form-field .iti__country-list::-webkit-scrollbar-thumb,.dgad-form-field--scroll__wrapper::-webkit-scrollbar-thumb{background:var(--dgad-forms-theme-primary,#27509b);border-radius:.4rem}.dgad-form-field .dgad-autocomplete-items::-webkit-scrollbar-thumb:hover,.dgad-form-field .iti__country-list::-webkit-scrollbar-thumb:hover,.dgad-form-field--scroll__wrapper::-webkit-scrollbar-thumb:hover{background:var(--dgad-forms-theme-primary,#27509b)}.dgad-form-field--disabled .dgad-form-field__control,.dgad-form-field__input:disabled{background-color:var(--color-forms-white-2,#e5e5e5);color:var(--color-forms-grey-1,#7f7f7f);cursor:default}.dgad-form-field--disabled .dgad-form-field__control::-moz-placeholder,.dgad-form-field__input:disabled::-moz-placeholder{color:var(--color-forms-grey-1,#7f7f7f);opacity:1}.dgad-form-field--disabled .dgad-form-field__control:-ms-input-placeholder,.dgad-form-field__input:disabled:-ms-input-placeholder{opacity:1}.dgad-form-field--disabled .dgad-form-field__control::placeholder,.dgad-form-field__input:disabled::placeholder{color:var(--color-forms-grey-1,#7f7f7f);opacity:1}.dgad-form-field--disabled .dgad-form-field__control:-ms-input-placeholder,.dgad-form-field__input:disabled:-ms-input-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-field--disabled .dgad-form-field__control::-ms-input-placeholder,.dgad-form-field__input:disabled::-ms-input-placeholder{color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-container{margin:0 auto;width:100%}@media screen and (min-width:600px){.dgad-form-container .apos-area{--gap:2.4rem;align-items:flex-end;display:flex;flex-wrap:wrap;gap:0 var(--gap)}}.dgad-form-container .apos-area-widget-wrapper{margin-bottom:0!important;width:100%}@media screen and (max-width:600px){.dgad-form-container .apos-area-widget-wrapper{padding:0!important}}.dgad-form-container .apos-area-widget-wrapper-hide{display:none}.dgad-form-container .form-error-container-red{background-color:rgba(var(--color-forms-error,#b71c1c),.25);border-radius:.5rem;margin:3rem 0;padding:1.1rem}.dgad-form-container .form-error-container-red .apos-forms-error{color:var(--color-forms-error,#b71c1c);display:inline}.dgad-form-container a{color:#00e;text-decoration:underline}.dgad-form-input-container{width:100%}.dgad-legend-field{font-size:1.6rem;font-weight:700;margin-bottom:.8rem}.dgad-forms-textUnderButtonSubmitButton{margin-top:2rem}.require-asterisk{padding-right:1rem}.require-asterisk:after{color:var(--color-forms-error,#b71c1c);content:"*";font-size:1rem;position:absolute;right:0;top:-.3rem;vertical-align:top}legend.require-asterisk{position:relative}.input-field-container{display:flex}.input-field-container label{align-self:center}.container-fields{align-items:flex-start;display:flex;flex-direction:column}:root{--color-upload-hover:darken(#fce500,5)}.loader-container{margin-bottom:1rem}.loader{align-items:center;background:var(--dgad-forms-theme-primary,#27509b);border-radius:50%;display:flex;height:45px;justify-content:center;margin:auto;padding:5px;transition:background .2s ease-in-out;width:45px}.loader-svg{fill:transparent;stroke:#fff;stroke-dasharray:40% 0 40% 1000%;stroke-dashoffset:-95;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:2;animation-direction:normal;animation-duration:.8s;animation-fill-mode:none;animation-iteration-count:infinite;animation-name:rotate-loader;animation-timing-function:linear;height:100%;transform:rotate(0deg);width:100%}.loader.check{background:var(--color-forms-success,#2e7d32)}.loader.check .loader-svg{animation-duration:.4s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:loader-check;animation-timing-function:ease-out}.loader.error{background:var(--color-forms-error,#b71c1c)}.loader.error .loader-svg{animation-duration:.85s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:loader-error;animation-timing-function:ease-out}@keyframes rotate-loader{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes loader-check{0%{stroke-dashoffset:-95}to{stroke-dashoffset:-42}}@keyframes loader-error{0%{stroke-dasharray:40% 0% 40% 1000%;stroke-dashoffset:-95}38%{stroke-dasharray:40% 0% 40% 1000%}to{stroke-dasharray:57% 50% 56% 1000%;stroke-dashoffset:-1}}.regex-text-field__error-icon{margin-top:1rem;width:2rem}.regex-text-field__error-icon .dgad-form__alert-svg{height:100%;width:100%}#alert-svg-container{display:inline-block;padding-right:1.1rem;vertical-align:middle}#alert-svg-container .icon-error-container{height:1.8rem;width:2rem}#alert-svg-container .icon-error-container .dgad-form__alert-svg{height:100%;width:100%}.dgad-form-container.disable-submit .dgad-form-submit-container,.dgad-form-container.disable-submit .dgad-recaptcha{display:none}.dgad-form-container .dgad-recaptcha{width:100%}.dgad-form-container .dgad-form-buttons__submit{font-size:1.4rem;line-height:1.71;padding:12px 32px;position:relative}@media(min-width:961px){.dgad-form-container .dgad-form-buttons__submit:hover .dgad-form-buttons__submit-east{display:flex}}.dgad-form-container .dgad-form-buttons__submit-east{bottom:0;position:absolute;right:8px;top:0;width:18px}@media(min-width:961px){.dgad-form-container .dgad-form-buttons__submit-east{display:none}}.dgad-cta{display:flex;text-align:center}@media screen and (max-width:960px){.dgad-cta{justify-content:center}}.dgad-cta--left{justify-content:flex-start}.dgad-cta--centered{justify-content:center}.dgad-cta--right{justify-content:flex-end}.dgad-cta__item{display:inline-flex;justify-content:center;align-items:center;position:relative;font-size:1.4rem;line-height:1;cursor:pointer}.dgad-cta__fileSize{font-size:1.2rem}.dgad-cta__icon{display:flex;position:absolute;width:4rem;top:0;right:0;bottom:0;align-items:center;text-indent:0}@media screen and (min-width:960px){.dgad-cta__label--mobile{display:none}}.dgad-cta__label--desktop{display:none}@media screen and (min-width:960px){.dgad-cta__label--desktop{display:block}}.dgad-cta__item--callToActionPhone .dgad-cta__label--desktop{font-size:2rem}.dgad-cta .dgad-btn--icon-cta--rounded{border-radius:50%}.dgad-cta [data-apos-widget-wrapper=call-to-action]{margin:1.5rem 0}.flatpickr-calendar{-webkit-animation:none;animation:none;background:transparent;background:#fff;border:0;border-radius:5px;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);-webkit-box-sizing:border-box;box-sizing:border-box;direction:ltr;display:none;font-size:14px;line-height:24px;opacity:0;padding:0;position:absolute;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;visibility:hidden;width:307.875px}.flatpickr-calendar.inline,.flatpickr-calendar.open{max-height:640px;opacity:1;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{display:block;z-index:999}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{border-top:1px solid #e6e6e6;height:40px}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{border:solid transparent;content:"";display:block;height:0;left:22px;pointer-events:none;position:absolute;width:0}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{display:inline-block;position:relative}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{-webkit-box-flex:1;background:transparent;-webkit-flex:1;-ms-flex:1;flex:1;line-height:1;overflow:hidden;position:relative;text-align:center}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{fill:rgba(0,0,0,.9);color:rgba(0,0,0,.9);height:34px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{cursor:pointer;padding:10px;position:absolute;text-decoration:none;top:0;z-index:3}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{height:14px;width:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{fill:inherit;-webkit-transition:fill .1s;transition:fill .1s}.numInputWrapper{height:auto;position:relative}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.numInputWrapper span{border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;height:50%;line-height:50%;opacity:0;padding:0 4px 0 2px;position:absolute;right:0;width:14px}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{content:"";display:block;position:absolute}.numInputWrapper span.arrowUp{border-bottom:0;top:0}.numInputWrapper span.arrowUp:after{border-bottom:4px solid rgba(57,57,57,.6);border-left:4px solid transparent;border-right:4px solid transparent;top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{height:auto;width:inherit}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{color:inherit;display:inline-block;font-size:135%;font-weight:300;height:34px;left:12.5%;line-height:inherit;line-height:1;padding:7.48px 0 0;position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);width:75%}.flatpickr-current-month span.cur-month{color:inherit;display:inline-block;font-family:inherit;font-weight:700;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{display:inline-block;width:6ch;width:7ch\0}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:transparent;border:0;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;display:inline-block;font-family:inherit;font-size:inherit;font-weight:300;height:auto;line-height:inherit;margin:0;padding:0 0 0 .5ch;vertical-align:initial}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{background:transparent;color:rgba(0,0,0,.5);font-size:100%;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;-webkit-appearance:menulist;-moz-appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;-webkit-box-sizing:border-box;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:transparent;height:28px;overflow:hidden;text-align:center;width:100%}.flatpickr-weekdays,.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-weekdays .flatpickr-weekdaycontainer,span.flatpickr-weekday{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{background:transparent;color:rgba(0,0,0,.54);cursor:default;display:block;font-size:90%;font-weight:bolder;line-height:1;margin:0;text-align:center}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{-ms-flex-pack:justify;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-justify-content:space-around;justify-content:space-around;max-width:307.875px;min-width:307.875px;opacity:1;outline:0;padding:0;text-align:left;-webkit-transform:translateZ(0);transform:translateZ(0);width:307.875px}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{-ms-flex-preferred-size:14.2857143%;-webkit-box-pack:center;-ms-flex-pack:center;background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;display:inline-block;-webkit-flex-basis:14.2857143%;flex-basis:14.2857143%;font-weight:400;height:39px;-webkit-justify-content:center;justify-content:center;line-height:39px;margin:0;max-width:39px;position:relative;text-align:center;width:14.2857143%}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{background:#e6e6e6;border-color:#e6e6e6;cursor:pointer;outline:0}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{background:#959ea9;border-color:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;border-color:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{background:transparent;border-color:transparent;color:rgba(57,57,57,.3);cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{color:rgba(57,57,57,.1);cursor:not-allowed}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6;padding:0 12px}.flatpickr-weekwrapper .flatpickr-weekday{float:none;line-height:28px;width:100%}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{background:transparent;border:none;color:rgba(57,57,57,.3);cursor:default;display:block;max-width:none;width:100%}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.flatpickr-innerContainer,.flatpickr-rContainer{-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-rContainer{display:inline-block;padding:0}.flatpickr-time{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:0;line-height:40px;max-height:40px;outline:0;overflow:hidden;text-align:center}.flatpickr-time:after{clear:both;content:"";display:table}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;float:left;height:40px;width:40%}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:transparent;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;font-size:14px;height:inherit;line-height:inherit;margin:0;padding:0;position:relative;text-align:center}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{border:0;outline:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center;color:#393939;float:left;font-weight:700;height:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:2%}.flatpickr-time .flatpickr-am-pm{cursor:pointer;font-weight:400;outline:0;text-align:center;width:18%}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}:root{--color-upload-hover:darken(#fce500,5)}@keyframes datepicker-select-section-appear{0%{opacity:0}}.dgad-form-date .date-picker{width:100%}.dgad-form-date .date-picker .dgad-form-field__container{background:#fff;display:flex;flex-wrap:nowrap;padding:16px;width:100%}.dgad-form-date .date-picker .dgad-form-field__container>input{background:none;border:none;margin:0;padding:0 8px 0 0;width:100%}.dgad-form-date .date-picker .dgad-form-field__container>input:hover{cursor:pointer}.dgad-form-date .date-picker .dgad-form-field__container>input:focus{cursor:auto;outline:none}.dgad-form-date .date-picker .dgad-form-field__container button.date-picker-toggle{align-items:center;background:none;border:none;display:flex;height:100%;max-height:100%}.dgad-form-date .date-picker .dgad-form-field__container button.date-picker-toggle:hover{cursor:pointer}.dgad-form-date .date-picker .date-picker-container{align-items:center;background:#fff;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;width:100%}.dgad-form-date .date-picker .date-picker-container input.flatpickr-input{border:0;height:0;opacity:0}.dgad-form-date .date-picker .years-container{animation:datepicker-select-section-appear .5s;background-color:#fff;bottom:0;display:flex;height:calc(100% - 50px);justify-content:center;position:absolute;width:100%}.dgad-form-date .date-picker .years-container:not(.open){display:none}.dgad-form-date .date-picker .years-container>ul{display:flex;flex-wrap:wrap;height:-moz-fit-content;height:fit-content;list-style:none;margin:0;max-height:100%;overflow:auto;padding:0}.dgad-form-date .date-picker .years-container li{align-items:center;border:1px solid transparent;border-radius:.4rem;display:flex;font-size:1.4rem;font-weight:200;justify-content:center;padding:.4rem .8rem;white-space:nowrap;width:20%}.dgad-form-date .date-picker .years-container li.selected{border-color:#959ea9}.dgad-form-date .date-picker .years-container li:hover{cursor:pointer}@media screen and (max-width:768px){.dgad-form-date .date-picker .years-container li{padding:.8rem;width:25%}}.dgad-form-date div.flatpickr-calendar{background:none;box-shadow:none;margin-bottom:16px;width:100%}.dgad-form-date div.flatpickr-calendar div.dayContainer,.dgad-form-date div.flatpickr-calendar div.flatpickr-days,.dgad-form-date div.flatpickr-calendar div.flatpickr-innerContainer,.dgad-form-date div.flatpickr-calendar div.flatpickr-months,.dgad-form-date div.flatpickr-calendar div.flatpickr-rContainer,.dgad-form-date div.flatpickr-calendar div.flatpickr-weekdaycontainer,.dgad-form-date div.flatpickr-calendar div.flatpickr-weekdays{max-width:100%;min-width:100%;width:100%}.dgad-form-date div.flatpickr-calendar span.flatpickr-weekday{width:14.2857142857%}.dgad-form-date .flatpickr-next-month,.dgad-form-date .flatpickr-next-month:hover svg,.dgad-form-date .flatpickr-prev-month,.dgad-form-date .flatpickr-prev-month:hover svg{fill:#000}.dgad-form-date .arrowDown,.dgad-form-date .arrowUp{display:none}.dgad-form-date .flatpickr-current-month span.cur-month:hover{background:none}.dgad-form-date .numInputWrapper{border-radius:.4rem;margin-left:.2rem;position:relative;transition:background-color .3s;width:7rem}.dgad-form-date .numInputWrapper:hover{background-color:var(--color-forms-grey-2,#ccc);cursor:pointer}.dgad-form-date .numInputWrapper .year-input-cover{background:transparent;height:100%;position:absolute;width:100%}.dgad-form-date .numInputWrapper .arrow-icon{position:absolute;right:0;top:50%;transform:translate(-50%,-50%);transition:transform .3s;width:1rem}.dgad-form-date .numInputWrapper .arrow-icon.open{transform:translate(-50%,-50%) rotate(180deg)}.dgad-form-date .date-picker-container{overflow:hidden}.dgad-form-date div.flatpickr-calendar{max-width:312px;min-width:312px}.dgad-form-date span.flatpickr-day{align-items:center;display:flex;height:40.5714285714px;justify-content:center;margin:2px;max-width:40.5714285714px;min-width:40.5714285714px;width:40.5714285714px}.date-content-container{max-width:312px;min-width:312px}@media screen and (max-width:360px){.dgad-form-date div.flatpickr-calendar{max-width:234px;min-width:234px}.dgad-form-date span.flatpickr-day{font-size:12px;height:29.4285714286px;line-height:12px;max-width:29.4285714286px;min-width:29.4285714286px;width:29.4285714286px}.date-content-container{max-width:234px;min-width:234px}}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-date{margin-bottom:16px}.dgad-form-date .label-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;position:relative;width:100%}.dgad-form-date .label-container label{font-family:var(--font-primary);font-size:1.3rem;line-height:1.71;margin-bottom:8px}.dgad-form-date .dgad-crm-input-icon{position:inherit;top:auto}.dgad-form-date .dgad-form-field__container{background-color:var(--color-forms-white-1,#f2f2f2)!important}.dgad-form-date .dgad-form-field__container.focus{border-radius:.4rem .4rem 0 0;position:relative;z-index:9}.dgad-form-date .dgad-form-field__container>input{font-family:var(--font-primary);font-size:16px;font-weight:400}.dgad-form-date .date-picker-container{background-color:var(--color-forms-white-1,#f2f2f2)!important;box-shadow:0 1px 4px rgba(0,0,0,.16);z-index:8!important}.dgad-form-date .date-picker-container.open-top{border-bottom:1px solid #ccc;padding-bottom:8px}.dgad-form-date .date-picker-container.open-bottom{border-top:1px solid #ccc;padding-bottom:16px;padding-top:8px}.dgad-form-date .date-picker-container.open-middle{z-index:10!important}@media(min-width:769px){.dgad-form-date .date-picker-container{z-index:10!important}}.dgad-form-date .flatpickr-current-month span.cur-month{color:#1a1a1a;font-family:sans-serif;font-size:16px;font-weight:700}.dgad-form-date .flatpickr-current-month input.cur-year[disabled]{color:#1a1a1a;font-size:16px}.dgad-form-date .numInputWrapper>input{color:#1a1a1a;font-family:sans-serif;font-weight:700}.dgad-form-date .flatpickr-months{align-items:center;height:50px}.dgad-form-date .flatpickr-months .flatpickr-next-month,.dgad-form-date .flatpickr-months .flatpickr-prev-month{top:auto}.dgad-form-date .flatpickr-months .flatpickr-next-month svg,.dgad-form-date .flatpickr-months .flatpickr-prev-month svg{height:16px;width:16px}.dgad-form-date .flatpickr-months .flatpickr-next-month:hover svg,.dgad-form-date .flatpickr-months .flatpickr-prev-month:hover svg{fill:#1a1a1a}.dgad-form-date .flatpickr-weekday{color:#1a1a1a;font-family:sans-serif;font-weight:400}.dgad-form-date .flatpickr-day{color:#1a1a1a;font-family:sans-serif;font-weight:200;transition:background-color .3s,border-color .3s}.dgad-form-date .flatpickr-day:hover{background-color:var(--color-forms-grey-2,#ccc);border-color:var(--color-forms-grey-2,#ccc)}.dgad-form-date .flatpickr-day.nextMonthDay,.dgad-form-date .flatpickr-day.prevMonthDay{color:#7f7f7f}.dgad-form-date .flatpickr-day.flatpickr-disabled,.dgad-form-date .flatpickr-day.flatpickr-disabled:hover{color:#7f7f7f;opacity:.3}.dgad-form-date .flatpickr-day.selected{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-forms-grey-4,#363636)}.dgad-form-date .years-container{background:var(--color-forms-white-1,#f2f2f2)!important;font-family:sans-serif}.dgad-form-field--disabled .dgad-form-date .date-picker .dgad-form-field__container{background-color:var(--color-forms-white-2,#e5e5e5)!important;color:var(--color-forms-grey-1,#7f7f7f)}.dgad-form-date .date-picker,.dgad-form-date .date-picker .dgad-form-field__container{position:relative}.dgad-form-date .date-picker .date-picker-container{display:flex;position:absolute;z-index:100}.dgad-form-date .date-picker .date-picker-container:not(.open){display:none}.dgad-form-date .date-picker .date-picker-container.open-top{bottom:100%}.dgad-form-date .date-picker .date-picker-container.open-bottom{top:100%}.dgad-form-date .date-picker .date-picker-container.open-middle{top:-100px}:root{--select-width:96px;--select-height:10rem;--select-gap:8px;--select-image-size:16px;--select-color-disable:#7f7f7f;--select-color-primary-lighten:rgba(39,80,155,.24);--select-color-disable-lighten:hsla(0,0%,50%,.24);--select-color-dark:#000;--select-color-secondary:#27509b;--select-color-third:#6182bb;--select-option-bg-primary:#fff;--select-option-border-primary:#e5e5e5;--text-margin:16px}.dgad-select-cards-field{margin-bottom:24px;position:relative}.dgad-select-cards-field--hidden{display:none}.dgad-select-cards-field__container{display:flex;flex-wrap:wrap;gap:var(--select-gap)}.dgad-select-cards-field__label{font-size:18px;line-height:1.5rem}.dgad-select-cards-field__option{background-color:var(--select-option-bg-primary);border:1px solid var(--select-option-border-primary);border-radius:4px;gap:8px;min-height:120px;padding:14px;z-index:1}.dgad-select-cards-field__option__flex{align-items:center;display:flex;flex-direction:column;height:100%;overflow:hidden}.dgad-select-cards-field__option__image,.dgad-select-cards-field__option__image .apos-slideshow-item{height:var(--select-image-size);width:var(--select-image-size)}.dgad-select-cards-field__option__label__flex{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.dgad-select-cards-field__option__label{color:var(--select-color-dark);display:inline-block;font-size:14px;line-height:1.71;word-break:break-all}.dgad-select-cards-field__option .dgad-select-cards-field__icon-light-container{display:none}.dgad-select-cards-field__option .dgad-select-cards-field__icon-dark-container{display:block}.dgad-select-cards-field__option:hover{background-color:var(--select-color-third);cursor:pointer}.dgad-select-cards-field__option:hover .dgad-select-cards-field__icon-light-container{display:block}.dgad-select-cards-field__option:hover .dgad-select-cards-field__icon-dark-container{display:none}.dgad-select-cards-field__option:hover label{color:var(--select-option-bg-primary);cursor:pointer}.dgad-select-cards-field__option:hover>.apos-slideshow-item--svg img{fill:var(--select-option-bg-primary)}.dgad-select-cards-field__option--selected{background-color:var(--select-color-secondary);padding:14px 6px}.dgad-select-cards-field__option--selected .dgad-select-cards-field__icon-light-container{display:block}.dgad-select-cards-field__option--selected .dgad-select-cards-field__icon-dark-container{display:none}.dgad-select-cards-field__option--selected label{color:var(--select-option-bg-primary)}.dgad-select-cards-field__option--selected>.apos-slideshow-item--svg img{fill:var(--select-option-bg-primary)}.dgad-select-cards-field__option:focus{background-color:var(--select-color-third);border:2px solid var(--select-color-third);box-shadow:inset 0 0 0 2px var(--select-option-bg-primary);color:var(--select-option-bg-primary)}.dgad-select-cards-field__option:focus .dgad-select-cards-field__icon-light-container{display:block}.dgad-select-cards-field__option:focus .dgad-select-cards-field__icon-dark-container{display:none}.dgad-select-cards-field__option:focus>label{color:var(--select-option-bg-primary);cursor:pointer}.dgad-select-cards-field__option:focus>.apos-slideshow-item--svg img{fill:var(--select-option-bg-primary)}.dgad-select-cards-field__option--disabled{background-color:#e5e5e5}.dgad-select-cards-field__option--disabled .dgad-select-cards-field__icon-light-container{display:none}.dgad-select-cards-field__option--disabled .dgad-select-cards-field__icon-dark-container{display:block}.dgad-select-cards-field__option--disabled>label{color:var(--select-color-disable)}.dgad-select-cards-field__option--disabled>.apos-slideshow-item--svg img{fill:var(--select-option-bg-primary)}.dgad-select-cards-field .dgad-form-field-icon{top:1rem}.dgad-form-field--disabled .dgad-select-cards-field__option{background:var(--select-option-bg);transition:background .3s ease,border .3s ease}.dgad-form-field--disabled .dgad-select-cards-field__option.dgad-select-cards-field__option--selected{background:var(--select-color-disable-lighten);border:.2rem solid var(--select-color-disable)}.dgad-form-field--disabled .dgad-select-cards-field__option__label{color:var(--select-color-disable)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dgad-forms-tsu-plate{display:flex;flex-direction:column;margin-bottom:1.6rem;width:100%}.dgad-forms-tsu-plate__content{display:flex;flex-direction:row;height:5.6rem;position:relative}.dgad-forms-tsu-plate__content-button{background-color:#fce500;border:none;border-radius:5px;cursor:pointer;height:4.8rem;margin:auto;padding:1.2rem 1.6rem}@media screen and (max-width:599px){.dgad-forms-tsu-plate__content-button span{display:none}}@media screen and (min-width:600px){.dgad-forms-tsu-plate__content-button svg{display:none}}.dgad-forms-tsu-plate__content-country{background-color:#27509b;color:#fff;line-height:normal;padding:1.6rem}.dgad-forms-tsu-plate__content-input{background-color:#f2f2f2;border:none;line-height:1.71;margin-right:1.6rem;padding:1.6rem;width:100%}.dgad-forms-tsu-plate__content-input:disabled{background-color:#e5e5e5}.dgad-forms-tsu-plate__content-input:disabled ::-moz-placeholder{color:#7f7f7f;opacity:1}.dgad-forms-tsu-plate__content-input:disabled :-ms-input-placeholder{opacity:1}.dgad-forms-tsu-plate__content-input:disabled ::placeholder{color:#7f7f7f;opacity:1}.dgad-forms-tsu-plate__content-input:disabled :-ms-input-placeholder{color:#7f7f7f}.dgad-forms-tsu-plate__content-input:disabled ::-ms-input-placeholder{color:#7f7f7f}.dgad-forms-tsu-plate__content-input:focus{outline:none}.dgad-forms-tsu-plate__content-loader{animation:spin 2s linear infinite;border:8px solid #e5e5e5;border-radius:50%;border-top-color:#27509b;height:4.8rem;margin:.4rem 1.6rem;position:absolute;right:0;width:4.8rem}.dgad-forms-tsu-plate__label{font-size:1.3rem;margin-bottom:.8rem}.dgad-forms-tsu-plate__label--required{color:#ff001f;font-size:1.2rem;line-height:3rem;margin-left:2px}.dgad-forms-tsu-plate__message{align-items:center;border-radius:.5rem;display:inline-flex;margin-top:.8rem;width:100%}.dgad-forms-tsu-plate__message p{line-height:1.5;margin:.8rem 0}.dgad-forms-tsu-plate__message svg{margin:0 1.6rem}.dgad-forms-tsu-plate__message--error{background-color:rgba(183,28,28,.2)}.dgad-forms-tsu-plate__message--success{background-color:rgba(46,125,50,.2)}.dgad-forms-tsu-plate--hide{display:none}.dgad-forms-tsu-plate--visibilityhidden{visibility:hidden}:root{--color-upload-hover:darken(#fce500,5)}.dgad-form-autocomplete__wrapper:hover .dgad-form-field__input:not(:-moz-placeholder-shown)~.dgad-form-field__icon.dgad-form-field__icon--remove{display:flex}.dgad-form-autocomplete__wrapper:hover .dgad-form-field__input:not(:-ms-input-placeholder)~.dgad-form-field__icon.dgad-form-field__icon--remove{display:flex}.dgad-form-autocomplete__wrapper:hover .dgad-form-field__input:not(:placeholder-shown)~.dgad-form-field__icon.dgad-form-field__icon--remove{display:flex}.dgad-form-autocomplete__wrapper:hover .dgad-form-field__icon--success{display:none}.dgad-form-autocomplete__input{background-color:var(--color-forms-white-1,#f2f2f2);border:.1rem solid transparent;color:var(--color-forms-black,#1a1a1a);font-size:1.4rem;height:5.6rem;line-height:2.4rem;outline:none;padding:1.6rem;transition:border .25s ease-out;width:100%}.dgad-autocomplete-items{background:var(--color-forms-white-1,#f2f2f2);box-shadow:0 4px 9px 0 hsla(0,0%,58%,.5);margin-top:.1rem;max-height:18.8rem;overflow:auto;padding:1.6rem 2.4rem 0 .8rem;position:relative;transition:all .5s;z-index:2}.dgad-autocomplete-items div{color:var(--color-forms-black,#1a1a1a);font-size:1.4rem;line-height:2.4rem;padding:.4rem 0 .4rem .8rem}.dgad-autocomplete-items div.selected,.dgad-autocomplete-items div:hover{background-color:var(--color-forms-white-2,#e5e5e5);cursor:pointer}.dgad-autocomplete-items__noresult{padding:10rem 0;text-align:center}[data-dgad-form-field-status=error] .dgad-form-autocomplete .dgad-form-field__error-message{margin-bottom:0}:root{--color-upload-hover:darken(#fce500,5)}.iti{display:inline-block;position:relative}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{margin-bottom:0!important;margin-right:0;margin-top:0!important;padding-right:36px;position:relative;z-index:0}.iti__flag-container{bottom:0;padding:1px;position:absolute;right:0;top:0}.iti__selected-flag{align-items:center;display:flex;height:100%;padding:0 6px 0 8px;position:relative;z-index:1}.iti__arrow{border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;height:0;margin-left:6px;width:0}.iti__arrow--up{border-bottom:4px solid #555;border-top:none}.iti__country-list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ccc;box-shadow:1px 1px 4px rgba(0,0,0,.2);list-style:none;margin:0 0 0 -1px;max-height:200px;overflow-y:scroll;padding:0;position:absolute;text-align:left;white-space:nowrap;z-index:2}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media(max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.iti__country{outline:none;padding:5px 10px}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{margin-left:0;padding-left:52px;padding-right:6px}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{left:0;right:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{left:-1000px;padding:1px;position:absolute;top:-1000px;z-index:1060}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{bottom:30px;left:30px;position:fixed;right:30px;top:30px}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{line-height:1.5em;padding:10px}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{background-position:0 0;height:10px}.iti__flag.iti__ad{background-position:-22px 0;height:14px}.iti__flag.iti__ae{background-position:-44px 0;height:10px}.iti__flag.iti__af{background-position:-66px 0;height:14px}.iti__flag.iti__ag{background-position:-88px 0;height:14px}.iti__flag.iti__ai{background-position:-110px 0;height:10px}.iti__flag.iti__al{background-position:-132px 0;height:15px}.iti__flag.iti__am{background-position:-154px 0;height:10px}.iti__flag.iti__ao{background-position:-176px 0;height:14px}.iti__flag.iti__aq{background-position:-198px 0;height:14px}.iti__flag.iti__ar{background-position:-220px 0;height:13px}.iti__flag.iti__as{background-position:-242px 0;height:10px}.iti__flag.iti__at{background-position:-264px 0;height:14px}.iti__flag.iti__au{background-position:-286px 0;height:10px}.iti__flag.iti__aw{background-position:-308px 0;height:14px}.iti__flag.iti__ax{background-position:-330px 0;height:13px}.iti__flag.iti__az{background-position:-352px 0;height:10px}.iti__flag.iti__ba{background-position:-374px 0;height:10px}.iti__flag.iti__bb{background-position:-396px 0;height:14px}.iti__flag.iti__bd{background-position:-418px 0;height:12px}.iti__flag.iti__be{background-position:-440px 0;height:15px}.iti__flag.iti__bf{background-position:-460px 0;height:14px}.iti__flag.iti__bg{background-position:-482px 0;height:12px}.iti__flag.iti__bh{background-position:-504px 0;height:12px}.iti__flag.iti__bi{background-position:-526px 0;height:12px}.iti__flag.iti__bj{background-position:-548px 0;height:14px}.iti__flag.iti__bl{background-position:-570px 0;height:14px}.iti__flag.iti__bm{background-position:-592px 0;height:10px}.iti__flag.iti__bn{background-position:-614px 0;height:10px}.iti__flag.iti__bo{background-position:-636px 0;height:14px}.iti__flag.iti__bq{background-position:-658px 0;height:14px}.iti__flag.iti__br{background-position:-680px 0;height:14px}.iti__flag.iti__bs{background-position:-702px 0;height:10px}.iti__flag.iti__bt{background-position:-724px 0;height:14px}.iti__flag.iti__bv{background-position:-746px 0;height:15px}.iti__flag.iti__bw{background-position:-768px 0;height:14px}.iti__flag.iti__by{background-position:-790px 0;height:10px}.iti__flag.iti__bz{background-position:-812px 0;height:14px}.iti__flag.iti__ca{background-position:-834px 0;height:10px}.iti__flag.iti__cc{background-position:-856px 0;height:10px}.iti__flag.iti__cd{background-position:-878px 0;height:15px}.iti__flag.iti__cf{background-position:-900px 0;height:14px}.iti__flag.iti__cg{background-position:-922px 0;height:14px}.iti__flag.iti__ch{background-position:-944px 0;height:15px}.iti__flag.iti__ci{background-position:-961px 0;height:14px}.iti__flag.iti__ck{background-position:-983px 0;height:10px}.iti__flag.iti__cl{background-position:-1005px 0;height:14px}.iti__flag.iti__cm{background-position:-1027px 0;height:14px}.iti__flag.iti__cn{background-position:-1049px 0;height:14px}.iti__flag.iti__co{background-position:-1071px 0;height:14px}.iti__flag.iti__cp{background-position:-1093px 0;height:14px}.iti__flag.iti__cr{background-position:-1115px 0;height:12px}.iti__flag.iti__cu{background-position:-1137px 0;height:10px}.iti__flag.iti__cv{background-position:-1159px 0;height:12px}.iti__flag.iti__cw{background-position:-1181px 0;height:14px}.iti__flag.iti__cx{background-position:-1203px 0;height:10px}.iti__flag.iti__cy{background-position:-1225px 0;height:14px}.iti__flag.iti__cz{background-position:-1247px 0;height:14px}.iti__flag.iti__de{background-position:-1269px 0;height:12px}.iti__flag.iti__dg{background-position:-1291px 0;height:10px}.iti__flag.iti__dj{background-position:-1313px 0;height:14px}.iti__flag.iti__dk{background-position:-1335px 0;height:15px}.iti__flag.iti__dm{background-position:-1357px 0;height:10px}.iti__flag.iti__do{background-position:-1379px 0;height:14px}.iti__flag.iti__dz{background-position:-1401px 0;height:14px}.iti__flag.iti__ea{background-position:-1423px 0;height:14px}.iti__flag.iti__ec{background-position:-1445px 0;height:14px}.iti__flag.iti__ee{background-position:-1467px 0;height:13px}.iti__flag.iti__eg{background-position:-1489px 0;height:14px}.iti__flag.iti__eh{background-position:-1511px 0;height:10px}.iti__flag.iti__er{background-position:-1533px 0;height:10px}.iti__flag.iti__es{background-position:-1555px 0;height:14px}.iti__flag.iti__et{background-position:-1577px 0;height:10px}.iti__flag.iti__eu{background-position:-1599px 0;height:14px}.iti__flag.iti__fi{background-position:-1621px 0;height:12px}.iti__flag.iti__fj{background-position:-1643px 0;height:10px}.iti__flag.iti__fk{background-position:-1665px 0;height:10px}.iti__flag.iti__fm{background-position:-1687px 0;height:11px}.iti__flag.iti__fo{background-position:-1709px 0;height:15px}.iti__flag.iti__fr{background-position:-1731px 0;height:14px}.iti__flag.iti__ga{background-position:-1753px 0;height:15px}.iti__flag.iti__gb{background-position:-1775px 0;height:10px}.iti__flag.iti__gd{background-position:-1797px 0;height:12px}.iti__flag.iti__ge{background-position:-1819px 0;height:14px}.iti__flag.iti__gf{background-position:-1841px 0;height:14px}.iti__flag.iti__gg{background-position:-1863px 0;height:14px}.iti__flag.iti__gh{background-position:-1885px 0;height:14px}.iti__flag.iti__gi{background-position:-1907px 0;height:10px}.iti__flag.iti__gl{background-position:-1929px 0;height:14px}.iti__flag.iti__gm{background-position:-1951px 0;height:14px}.iti__flag.iti__gn{background-position:-1973px 0;height:14px}.iti__flag.iti__gp{background-position:-1995px 0;height:14px}.iti__flag.iti__gq{background-position:-2017px 0;height:14px}.iti__flag.iti__gr{background-position:-2039px 0;height:14px}.iti__flag.iti__gs{background-position:-2061px 0;height:10px}.iti__flag.iti__gt{background-position:-2083px 0;height:13px}.iti__flag.iti__gu{background-position:-2105px 0;height:11px}.iti__flag.iti__gw{background-position:-2127px 0;height:10px}.iti__flag.iti__gy{background-position:-2149px 0;height:12px}.iti__flag.iti__hk{background-position:-2171px 0;height:14px}.iti__flag.iti__hm{background-position:-2193px 0;height:10px}.iti__flag.iti__hn{background-position:-2215px 0;height:10px}.iti__flag.iti__hr{background-position:-2237px 0;height:10px}.iti__flag.iti__ht{background-position:-2259px 0;height:12px}.iti__flag.iti__hu{background-position:-2281px 0;height:10px}.iti__flag.iti__ic{background-position:-2303px 0;height:14px}.iti__flag.iti__id{background-position:-2325px 0;height:14px}.iti__flag.iti__ie{background-position:-2347px 0;height:10px}.iti__flag.iti__il{background-position:-2369px 0;height:15px}.iti__flag.iti__im{background-position:-2391px 0;height:10px}.iti__flag.iti__in{background-position:-2413px 0;height:14px}.iti__flag.iti__io{background-position:-2435px 0;height:10px}.iti__flag.iti__iq{background-position:-2457px 0;height:14px}.iti__flag.iti__ir{background-position:-2479px 0;height:12px}.iti__flag.iti__is{background-position:-2501px 0;height:15px}.iti__flag.iti__it{background-position:-2523px 0;height:14px}.iti__flag.iti__je{background-position:-2545px 0;height:12px}.iti__flag.iti__jm{background-position:-2567px 0;height:10px}.iti__flag.iti__jo{background-position:-2589px 0;height:10px}.iti__flag.iti__jp{background-position:-2611px 0;height:14px}.iti__flag.iti__ke{background-position:-2633px 0;height:14px}.iti__flag.iti__kg{background-position:-2655px 0;height:12px}.iti__flag.iti__kh{background-position:-2677px 0;height:13px}.iti__flag.iti__ki{background-position:-2699px 0;height:10px}.iti__flag.iti__km{background-position:-2721px 0;height:12px}.iti__flag.iti__kn{background-position:-2743px 0;height:14px}.iti__flag.iti__kp{background-position:-2765px 0;height:10px}.iti__flag.iti__kr{background-position:-2787px 0;height:14px}.iti__flag.iti__kw{background-position:-2809px 0;height:10px}.iti__flag.iti__ky{background-position:-2831px 0;height:10px}.iti__flag.iti__kz{background-position:-2853px 0;height:10px}.iti__flag.iti__la{background-position:-2875px 0;height:14px}.iti__flag.iti__lb{background-position:-2897px 0;height:14px}.iti__flag.iti__lc{background-position:-2919px 0;height:10px}.iti__flag.iti__li{background-position:-2941px 0;height:12px}.iti__flag.iti__lk{background-position:-2963px 0;height:10px}.iti__flag.iti__lr{background-position:-2985px 0;height:11px}.iti__flag.iti__ls{background-position:-3007px 0;height:14px}.iti__flag.iti__lt{background-position:-3029px 0;height:12px}.iti__flag.iti__lu{background-position:-3051px 0;height:12px}.iti__flag.iti__lv{background-position:-3073px 0;height:10px}.iti__flag.iti__ly{background-position:-3095px 0;height:10px}.iti__flag.iti__ma{background-position:-3117px 0;height:14px}.iti__flag.iti__mc{background-position:-3139px 0;height:15px}.iti__flag.iti__md{background-position:-3160px 0;height:10px}.iti__flag.iti__me{background-position:-3182px 0;height:10px}.iti__flag.iti__mf{background-position:-3204px 0;height:14px}.iti__flag.iti__mg{background-position:-3226px 0;height:14px}.iti__flag.iti__mh{background-position:-3248px 0;height:11px}.iti__flag.iti__mk{background-position:-3270px 0;height:10px}.iti__flag.iti__ml{background-position:-3292px 0;height:14px}.iti__flag.iti__mm{background-position:-3314px 0;height:14px}.iti__flag.iti__mn{background-position:-3336px 0;height:10px}.iti__flag.iti__mo{background-position:-3358px 0;height:14px}.iti__flag.iti__mp{background-position:-3380px 0;height:10px}.iti__flag.iti__mq{background-position:-3402px 0;height:14px}.iti__flag.iti__mr{background-position:-3424px 0;height:14px}.iti__flag.iti__ms{background-position:-3446px 0;height:10px}.iti__flag.iti__mt{background-position:-3468px 0;height:14px}.iti__flag.iti__mu{background-position:-3490px 0;height:14px}.iti__flag.iti__mv{background-position:-3512px 0;height:14px}.iti__flag.iti__mw{background-position:-3534px 0;height:14px}.iti__flag.iti__mx{background-position:-3556px 0;height:12px}.iti__flag.iti__my{background-position:-3578px 0;height:10px}.iti__flag.iti__mz{background-position:-3600px 0;height:14px}.iti__flag.iti__na{background-position:-3622px 0;height:14px}.iti__flag.iti__nc{background-position:-3644px 0;height:10px}.iti__flag.iti__ne{background-position:-3666px 0;height:15px}.iti__flag.iti__nf{background-position:-3686px 0;height:10px}.iti__flag.iti__ng{background-position:-3708px 0;height:10px}.iti__flag.iti__ni{background-position:-3730px 0;height:12px}.iti__flag.iti__nl{background-position:-3752px 0;height:14px}.iti__flag.iti__no{background-position:-3774px 0;height:15px}.iti__flag.iti__np{background-position:-3796px 0;height:15px}.iti__flag.iti__nr{background-position:-3811px 0;height:10px}.iti__flag.iti__nu{background-position:-3833px 0;height:10px}.iti__flag.iti__nz{background-position:-3855px 0;height:10px}.iti__flag.iti__om{background-position:-3877px 0;height:10px}.iti__flag.iti__pa{background-position:-3899px 0;height:14px}.iti__flag.iti__pe{background-position:-3921px 0;height:14px}.iti__flag.iti__pf{background-position:-3943px 0;height:14px}.iti__flag.iti__pg{background-position:-3965px 0;height:15px}.iti__flag.iti__ph{background-position:-3987px 0;height:10px}.iti__flag.iti__pk{background-position:-4009px 0;height:14px}.iti__flag.iti__pl{background-position:-4031px 0;height:13px}.iti__flag.iti__pm{background-position:-4053px 0;height:14px}.iti__flag.iti__pn{background-position:-4075px 0;height:10px}.iti__flag.iti__pr{background-position:-4097px 0;height:14px}.iti__flag.iti__ps{background-position:-4119px 0;height:10px}.iti__flag.iti__pt{background-position:-4141px 0;height:14px}.iti__flag.iti__pw{background-position:-4163px 0;height:13px}.iti__flag.iti__py{background-position:-4185px 0;height:11px}.iti__flag.iti__qa{background-position:-4207px 0;height:8px}.iti__flag.iti__re{background-position:-4229px 0;height:14px}.iti__flag.iti__ro{background-position:-4251px 0;height:14px}.iti__flag.iti__rs{background-position:-4273px 0;height:14px}.iti__flag.iti__ru{background-position:-4295px 0;height:14px}.iti__flag.iti__rw{background-position:-4317px 0;height:14px}.iti__flag.iti__sa{background-position:-4339px 0;height:14px}.iti__flag.iti__sb{background-position:-4361px 0;height:10px}.iti__flag.iti__sc{background-position:-4383px 0;height:10px}.iti__flag.iti__sd{background-position:-4405px 0;height:10px}.iti__flag.iti__se{background-position:-4427px 0;height:13px}.iti__flag.iti__sg{background-position:-4449px 0;height:14px}.iti__flag.iti__sh{background-position:-4471px 0;height:10px}.iti__flag.iti__si{background-position:-4493px 0;height:10px}.iti__flag.iti__sj{background-position:-4515px 0;height:15px}.iti__flag.iti__sk{background-position:-4537px 0;height:14px}.iti__flag.iti__sl{background-position:-4559px 0;height:14px}.iti__flag.iti__sm{background-position:-4581px 0;height:15px}.iti__flag.iti__sn{background-position:-4603px 0;height:14px}.iti__flag.iti__so{background-position:-4625px 0;height:14px}.iti__flag.iti__sr{background-position:-4647px 0;height:14px}.iti__flag.iti__ss{background-position:-4669px 0;height:10px}.iti__flag.iti__st{background-position:-4691px 0;height:10px}.iti__flag.iti__sv{background-position:-4713px 0;height:12px}.iti__flag.iti__sx{background-position:-4735px 0;height:14px}.iti__flag.iti__sy{background-position:-4757px 0;height:14px}.iti__flag.iti__sz{background-position:-4779px 0;height:14px}.iti__flag.iti__ta{background-position:-4801px 0;height:10px}.iti__flag.iti__tc{background-position:-4823px 0;height:10px}.iti__flag.iti__td{background-position:-4845px 0;height:14px}.iti__flag.iti__tf{background-position:-4867px 0;height:14px}.iti__flag.iti__tg{background-position:-4889px 0;height:13px}.iti__flag.iti__th{background-position:-4911px 0;height:14px}.iti__flag.iti__tj{background-position:-4933px 0;height:10px}.iti__flag.iti__tk{background-position:-4955px 0;height:10px}.iti__flag.iti__tl{background-position:-4977px 0;height:10px}.iti__flag.iti__tm{background-position:-4999px 0;height:14px}.iti__flag.iti__tn{background-position:-5021px 0;height:14px}.iti__flag.iti__to{background-position:-5043px 0;height:10px}.iti__flag.iti__tr{background-position:-5065px 0;height:14px}.iti__flag.iti__tt{background-position:-5087px 0;height:12px}.iti__flag.iti__tv{background-position:-5109px 0;height:10px}.iti__flag.iti__tw{background-position:-5131px 0;height:14px}.iti__flag.iti__tz{background-position:-5153px 0;height:14px}.iti__flag.iti__ua{background-position:-5175px 0;height:14px}.iti__flag.iti__ug{background-position:-5197px 0;height:14px}.iti__flag.iti__um{background-position:-5219px 0;height:11px}.iti__flag.iti__un{background-position:-5241px 0;height:14px}.iti__flag.iti__us{background-position:-5263px 0;height:11px}.iti__flag.iti__uy{background-position:-5285px 0;height:14px}.iti__flag.iti__uz{background-position:-5307px 0;height:10px}.iti__flag.iti__va{background-position:-5329px 0;height:15px}.iti__flag.iti__vc{background-position:-5346px 0;height:14px}.iti__flag.iti__ve{background-position:-5368px 0;height:14px}.iti__flag.iti__vg{background-position:-5390px 0;height:10px}.iti__flag.iti__vi{background-position:-5412px 0;height:14px}.iti__flag.iti__vn{background-position:-5434px 0;height:14px}.iti__flag.iti__vu{background-position:-5456px 0;height:12px}.iti__flag.iti__wf{background-position:-5478px 0;height:14px}.iti__flag.iti__ws{background-position:-5500px 0;height:10px}.iti__flag.iti__xk{background-position:-5522px 0;height:15px}.iti__flag.iti__ye{background-position:-5544px 0;height:14px}.iti__flag.iti__yt{background-position:-5566px 0;height:14px}.iti__flag.iti__za{background-position:-5588px 0;height:14px}.iti__flag.iti__zm{background-position:-5610px 0;height:14px}.iti__flag.iti__zw{background-position:-5632px 0;height:10px}.iti__flag{background-color:#dbdbdb;background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@dgad/forms-phone-field-widgets/img/flags.png);background-position:20px 0;background-repeat:no-repeat;box-shadow:0 0 1px 0 #888;height:15px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@dgad/forms-phone-field-widgets/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}.dgad-form-phone__OTP-field-container{align-items:center;display:flex;flex-wrap:nowrap;margin-bottom:1.6rem;max-height:6rem;opacity:1}.dgad-form-phone__OTP-field-container .dgad-form-phone{flex-grow:1;margin-bottom:0}.dgad-form-phone__OTP-field-container .dgad-form-field__button{margin-left:1.6rem;white-space:nowrap}.dgad-form-phone__OTP-field-container .dgad-form-field.status--error,.dgad-form-phone__OTP-field-container .dgad-form-field.status--focus,.dgad-form-phone__OTP-field-container .dgad-form-field.status--success{background-color:var(--color-forms-white-1,#f2f2f2);border-radius:.4rem}.dgad-form-phone__OTP-field-container .dgad-form-field.status--focus{border:.2rem solid var(--dgad-forms-theme-primary,#27509b)}.dgad-form-phone__OTP-field-container .dgad-form-field.status--error{border:.2rem solid var(--color-forms-error,#b71c1c)}.dgad-form-phone__OTP-field-container .dgad-form-field.status--success{border:.2rem solid var(--color-forms-success,#2e7d32)}.dgad-form-phone__OTP-field-container .dgad-form-field.status--success .dgad-form-field-icon.dgad-form-field__icon--success{z-index:4}.dgad-form-phone__OTP-field-container:last-child{margin-bottom:0}.dgad-form-phone__OTP-field-container.hide{margin-bottom:0;max-height:0;opacity:0;overflow:hidden}.dgad-form-phone__OTP-field-container.hide:not(.init){animation:verify-input-hide-desktop .6s}.dgad-form-phone__OTP-field-container:not(.hide):not(.init){animation:verify-input-appear-desktop .6s}@media screen and (max-width:960px){.dgad-form-phone__OTP-field-container{flex-direction:column;max-height:12rem}.dgad-form-phone__OTP-field-container .dgad-form-phone{width:100%}.dgad-form-phone__OTP-field-container .dgad-form-field__button{margin-left:0;max-width:25.6rem;width:100%}.dgad-form-phone__OTP-field-container .dgad-form-field__input-container{margin-bottom:1.6rem}.dgad-form-phone__OTP-field-container.hide:not(.init){animation:verify-input-hide-mobile .6s}.dgad-form-phone__OTP-field-container:not(.hide):not(.init){animation:verify-input-appear-mobile .6s}}@keyframes verify-input-appear-desktop{0%{margin-bottom:0;max-height:0;opacity:0}50%{max-height:6rem;opacity:0}to{margin-bottom:1.6rem;max-height:6rem;opacity:1}}@keyframes verify-input-hide-desktop{0%{margin-bottom:1.6rem;max-height:6rem;opacity:1}50%{margin-bottom:1.6rem;max-height:6rem;opacity:0}to{margin-bottom:0;max-height:0;opacity:0}}@keyframes verify-input-appear-mobile{0%{margin-bottom:0;max-height:0;opacity:0}50%{max-height:12rem;opacity:0}to{margin-bottom:1.6rem;max-height:12rem;opacity:1}}@keyframes verify-input-hide-mobile{0%{margin-bottom:1.6rem;max-height:12rem;opacity:1}50%{margin-bottom:1.6rem;max-height:12rem;opacity:0}to{margin-bottom:0;max-height:0;opacity:0}}.dgad-form-phone{display:flex;flex-direction:column;margin-bottom:1.6rem;overflow:inherit;transition:border .25s ease-out}.dgad-form-phone__inputList{height:100%;position:absolute;top:5.4rem;width:100%}.dgad-form-phone__inputList .iti__country-list{position:relative;white-space:nowrap;width:100%}.dgad-form-phone__inputList-hide{display:none}@media screen and (min-width:768px){.dgad-form-phone__inputList{display:none}}.dgad-form-phone--error,.dgad-form-phone--focus,.dgad-form-phone--success{background-color:var(--color-forms-white-1,#f2f2f2);border-radius:.4rem}.dgad-form-phone--focus{border:.2rem solid var(--dgad-forms-theme-primary,#27509b)}.dgad-form-phone--error{border:.2rem solid var(--color-forms-error,#b71c1c)}.dgad-form-phone--success{border:.2rem solid var(--color-forms-success,#2e7d32)}.dgad-form-phone--success .dgad-form-field-icon.dgad-form-field__icon--success{z-index:4}.dgad-form-phone.dgad-form-field__container--rtl .iti:not(:-moz-placeholder-shown)+.dgad-form-label{justify-content:flex-end}.dgad-form-phone.dgad-form-field__container--rtl .iti:not(:-ms-input-placeholder)+.dgad-form-label{justify-content:flex-end}.dgad-form-phone.dgad-form-field__container--rtl .iti .iti:focus+.dgad-form-label,.dgad-form-phone.dgad-form-field__container--rtl .iti:not(:placeholder-shown)+.dgad-form-label{justify-content:flex-end}.dgad-form-phone .dgad-form-field__container--rtl .iti__flag-container{left:auto;right:0}.dgad-form-phone .dgad-form-field__container--rtl .iti__flag-container .iti__country-list{right:0;text-align:right}.dgad-form-phone .dgad-form-field__container--rtl .iti .dgad-form-phone__input{padding:0 6.2rem 0 0;text-align:right}.dgad-form-phone input.dgad-form-phone__input[type=tel]{border:none;margin-left:5.4rem;padding-left:1rem!important;width:calc(100% - 5.4rem);z-index:4}.dgad-form-phone input.dgad-form-phone__input[type=tel]:focus{border-radius:0 .4rem .4rem 0}.iti{width:100%}.iti__flag-container{background-color:var(--color-forms-white-1,#f2f2f2);border-radius:.4rem 0 0 .4rem;width:100%}.iti__arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg class='arrow' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath d='M.349 3.564a1.285 1.285 0 0 0 0 1.76l6.808 7.112c.466.485 1.22.485 1.686 0l6.807-7.112a1.285 1.285 0 0 0 0-1.76 1.158 1.158 0 0 0-1.685 0L8 9.795l-5.966-6.23a1.153 1.153 0 0 0-1.588-.092z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");border:0!important;height:1.2rem!important;margin-left:.8rem;transition:all .5s;width:1.2rem!important}.iti__arrow--up{transform:rotate(180deg)}.iti input[type=tel]{background-color:var(--color-forms-white-1,#f2f2f2);color:var(--color-forms-black,#1a1a1a);font-size:1.6rem;height:5.6rem;line-height:1.5;outline:none;padding:1.6rem 6.2rem!important;transition:border .25s ease-out;width:100%}.iti__country-list{background:var(--color-forms-white-1,#f2f2f2)!important;border:0!important;box-shadow:0 .4rem .9rem 0 hsla(0,0%,58%,.5)!important;margin:.2rem 0 0!important;max-height:18.8rem!important;overflow-x:hidden!important;padding:1.6rem 2.4rem 0 .8rem!important;width:100%;z-index:10}@media(max-width:500px){.iti__country-list{white-space:nowrap!important}}.iti__country{font-size:1.4rem!important;padding:.8rem!important}.dgad-form-field--disabled .iti--allow-dropdown input[type=tel]{background-color:var(--color-forms-white-2,#e5e5e5);color:var(--color-forms-grey-1,#7f7f7f);cursor:default}.dgad-summary{margin-bottom:2.4rem}.dgad-summary .img-src{background-size:cover;cursor:pointer;display:inline-block;height:16px;vertical-align:middle;width:16px}.dgad-summary-section{border:.1rem solid #7f7f7f;border-radius:.4rem;color:#1a1a1a;line-height:1.5;margin-bottom:.8rem;padding:1.6rem;position:relative}@media screen and (min-width:1024px){.dgad-summary-section{display:inherit;flex-direction:inherit;margin:2.4rem 1.6rem 0 3.2rem;min-height:50px}}@media screen and (min-width:1920){.dgad-summary-section{margin:2.4rem 4rem .8rem 7.2rem}}.dgad-summary-section-content{align-items:flex-start;display:flex;flex-direction:column}.dgad-summary-section-content__item{display:flex;flex-direction:column;margin-bottom:.8rem}.dgad-summary-section-content__item--invisible{display:none}.dgad-summary-section-content__item-label{color:#7f7f7f;font-size:1.2rem}.dgad-summary-section-content__item-element{font-size:1.6rem}.dgad-summary-section-content__item-element--unlist{list-style:none;margin:inherit;padding:inherit}.dgad-summary-section-content__item-element--unlist li:not(:last-child){margin-bottom:.8rem}.dgad-summary-section-content__item-element--info{color:#7f7f7f;font-size:1.4rem}.dgad-summary-section-content__item-element-tag{background-color:rgba(39,80,155,.16);border:1px solid #27509b;border-radius:80px;display:inline-block;font-size:14px;margin:.8rem .8rem 0 0;padding:.4rem 1.6rem}.dgad-summary-section-content__item-element-tag:last-child{margin-bottom:.8rem}.dgad-summary-section-content__item:last-child{margin-bottom:0}.dgad-summary-section-content div:first-child{display:flex;flex-direction:row;justify-content:space-between;width:100%}.dgad-summary-section-content__title{font-size:1.8rem;font-weight:700;margin-bottom:1.6rem;margin-top:0}.dgad-summary-section-content__actions{bottom:1.6rem;margin-left:auto;min-width:-moz-fit-content;min-width:fit-content}@media screen and (max-width:1024px){.dgad-summary-section-content__actions{position:absolute}}.dgad-summary-section-content__actions-item{color:#27509b;cursor:pointer}.dgad-summary-section-content__actions-item span,.dgad-summary-section-content__actions-item svg{display:inline;text-decoration:underline;vertical-align:middle}.dgad-summary-section-content__actions-item svg{height:16px;width:16px}.dgad-summary-section-content__actions-item--invisible{display:none}@media screen and (max-width:1024px){.dgad-summary-section-content{margin-bottom:4rem}.dgad-summary-section-content--noaction{margin-bottom:0}}.apos-pieces-editor.apostrophe-forms-editor .dgad-summary{border:1px solid #7f7f7f;border-radius:.4rem;height:6rem}.dgad-forms-fallbackWidget-fallback[data-dgad-fallback-triggered=false]{display:none}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";left:2px;opacity:0;position:absolute;right:2px;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:7px;left:0;min-height:0;min-width:10px;right:auto;top:2px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}@keyframes nav-opacity{0%{opacity:0}to{opacity:1}}.immersive-card-list{overflow:hidden}@media(min-width:1340px){.immersive-card-list--center{display:flex;flex-direction:row;justify-content:center}}.immersive-card-list-nav{display:flex;flex-direction:row;justify-content:space-between;min-width:85px}@media(max-width:960px){.immersive-card-list-nav{display:none}}.immersive-card-list-nav-left,.immersive-card-list-nav-right{align-items:center;background-color:var(--color-immersive-card-secondary,#27509b);border-radius:20px;display:flex;gap:8px;height:36px;justify-content:center;opacity:1;width:36px}.immersive-card-list-nav-left:active,.immersive-card-list-nav-left:hover,.immersive-card-list-nav-right:active,.immersive-card-list-nav-right:hover{cursor:pointer}.immersive-card-list-nav-left.disabled,.immersive-card-list-nav-right.disabled{background-color:unset;pointer-events:none}.immersive-card-list--nav-arrow{align-items:center;background-color:var(--color-immersive-card-secondary,#27509b);border-radius:20px;display:flex;gap:8px;height:36px;justify-content:center;opacity:1;width:36px}.immersive-card-list--nav-arrow:active,.immersive-card-list--nav-arrow:hover{cursor:pointer}.immersive-card-list--nav-arrow .dgad-immersive-card-icon{height:25px;width:25px}.immersive-card-list--nav-arrow .dgad-immersive-card-icon path{fill:var(--color-immersive-card-white,#fff)}.immersive-card-list--container{display:flex;flex-direction:column}.immersive-card-list--block-header{display:flex;flex-direction:row;justify-content:space-between}.immersive-card-list--cards-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:2.4rem;max-width:100%;min-width:100%;overflow:auto;padding:0 0 2.25rem;position:relative;right:-50%;scrollbar-color:var(--color-immersive-card-secondary,#27509b) var(--color-immersive-card-white,#fff);scrollbar-width:thin;transform:translate(-50%)}@media(max-width:1279px){.immersive-card-list--cards-container{padding:0 0 1rem}}.immersive-card-list--card-link{color:var(--color-immersive-card-black,#000);cursor:pointer;text-decoration:none}.immersive-card-list--card-link.noLink{cursor:auto}.immersive-card-list--cards-container::-webkit-scrollbar{height:14px;width:12px}.immersive-card-list--cards-container::-webkit-scrollbar-track{background:var(--color-immersive-card-white,#fff);border-radius:20px}.immersive-card-list--cards-container::-webkit-scrollbar-thumb{background-color:var(--color-immersive-card-secondary,#27509b);border:3px solid var(--color-immersive-card-white,#fff);border-radius:20px}.immersive-card-list--card-container{width:242px}.immersive-card-list--card-container:first-of-type{padding-left:0}.immersive-card-list--card-container:last-of-type{padding-right:0}@media(min-width:769px){.immersive-card-list--card-container:hover{box-shadow:0 0 24px 0 rgba(0,0,0,.12)}}.dgad-immersive-card{background-color:var(--color-immersive-card-white,#fff);border-radius:.8rem;position:relative;width:100%}.dgad-immersive-card .apos-area,.dgad-immersive-card .apos-area-widget{height:100%}.dgad-immersive-card .apos-area .apos-area-widget,.dgad-immersive-card .apos-area .apos-area-widget-wrapper,.dgad-immersive-card .apos-area .dgad-images,.dgad-immersive-card .apos-area .dgad-images__img,.dgad-immersive-card .apos-area-widget .apos-area-widget,.dgad-immersive-card .apos-area-widget .apos-area-widget-wrapper,.dgad-immersive-card .apos-area-widget .dgad-images,.dgad-immersive-card .apos-area-widget .dgad-images__img{display:flex;flex-direction:row;height:100%;justify-content:center}.dgad-immersive-card .apos-area .apos-area-widget img,.dgad-immersive-card .apos-area .apos-area-widget-wrapper img,.dgad-immersive-card .apos-area .dgad-images img,.dgad-immersive-card .apos-area .dgad-images__img img,.dgad-immersive-card .apos-area-widget .apos-area-widget img,.dgad-immersive-card .apos-area-widget .apos-area-widget-wrapper img,.dgad-immersive-card .apos-area-widget .dgad-images img,.dgad-immersive-card .apos-area-widget .dgad-images__img img{height:242px;max-height:242px;max-width:242px;padding:10px 0;width:auto}.dgad-immersive-card .dgad-images__img img{-o-object-fit:cover;object-fit:cover}.dgad-immersive-card--description-panel{align-items:center;background-color:var(--color-immersive-card-white,#fff);border-radius:.8rem;display:flex;flex-direction:row;justify-content:center;max-height:100%;padding-bottom:0;width:100%}@media(max-width:767px){.dgad-immersive-card--description-panel{bottom:0}}.dgad-immersive-card--description-panel.grey{background-color:var(--color-immersive-card-background,#f2f2f2)}.dgad-immersive-card--description-content{height:8.6rem;max-height:100%;overflow:hidden;padding:16px;width:100%}.dgad-immersive-card--description-content>label{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;font-weight:700;line-height:1.5;margin:0 0 8px;max-height:6.6rem;max-width:54ch;overflow:hidden;text-overflow:ellipsis}.dgad-immersive-card--description-content-link{cursor:pointer}.dgad-immersive-card.grey{background-color:var(--color-immersive-card-background,#f2f2f2)}.immersive-cards-widget{color:var(--color-immersive-card-black,#000);font-family:var(--immersive-card-font-primary,"Noto Sans",sans-serif);margin:48px 0}.immersive-cards-widget--header{margin-bottom:1.5rem;width:calc(100% - 24px)}.immersive-cards-widget--header>label{color:var(--color-immersive-card-black,#000);font-size:2rem;font-weight:700;text-transform:none}.immersive-cards-widget.crm-full-screen-width{margin:0 auto}@media(max-width:600px){.immersive-cards-widget.crm-full-screen-width{margin:0 16px}}[data-dynamic-background-image]>picture>img{display:none}.dgad-video--error{pointer-events:none}.dgad-video__wrapper{position:relative;z-index:0;background:no-repeat 50%;background-size:cover}.dgad-video__wrapper:before{content:"";display:block;position:relative;padding-top:56.25%;z-index:3;cursor:pointer}.dgad-video__wrapper--error{filter:grayscale(1);pointer-events:none}.dgad-video__play-btn{top:50%;left:50%;transform:translate(-50%,-50%);width:5%;min-width:5rem;display:flex;align-items:center;justify-content:center;outline:#fff;cursor:pointer;position:absolute;z-index:2;padding:0;border:0;background:0;font-size:2.5rem;transition:opacity .2s ease}.dgad-video__progress-track{width:100%;position:absolute;bottom:0;left:0;z-index:4;transition:height .3s ease}.dgad-video__player,.dgad-video__progress{width:100%;height:100%}.dgad-video__player{display:none;position:absolute;top:0;left:0;z-index:1}.dgad-video.playing .dgad-video__play-btn{opacity:0}.dgad-video{background-color:#000}.dgad-video__progress-track{height:.3rem;background:hsla(0,0%,100%,.3)}.dgad-video__progress-bar{background:#ed1c24}.dgad-video:hover .dgad-video__progress-track{height:1rem}.dgad-video__consent{display:none}.dgad-video[data-blocked="1"]{border:0;background-color:transparent}.dgad-video[data-blocked="1"] .dgad-video__wrapper{display:none}.dgad-video[data-blocked="1"] .dgad-video__consent{display:block}/*! @build michelin-crm - v3.82.0 - Mon, 25 Aug 2025 12:41:01 GMT */.dgad-container,.dgad-container--fluid{margin-left:auto;margin-right:auto;max-width:calc(100% - 1.6rem);padding-left:.8rem;padding-right:.8rem;width:100%}@media(min-width:600px){.dgad-container,.dgad-container--fluid{max-width:calc(100% - 3.2rem);padding-left:.8rem;padding-right:.8rem}}@media(min-width:960px){.dgad-container,.dgad-container--fluid{max-width:86.4rem;padding-left:1.2rem;padding-right:1.2rem}}@media(min-width:1280px){.dgad-container,.dgad-container--fluid{max-width:105.6rem;padding-left:1.2rem;padding-right:1.2rem}}@media(min-width:1920px){.dgad-container,.dgad-container--fluid{max-width:153.6rem;padding-left:1.2rem;padding-right:1.2rem}}.dgad-container-{max-width:calc(100% - 1.6rem)}@media(min-width:600px){.dgad-container-,.dgad-container--xs{max-width:calc(100% - 3.2rem)}}@media(min-width:960px){.dgad-container-,.dgad-container--md,.dgad-container--xs{max-width:86.4rem}}@media(min-width:1280px){.dgad-container-,.dgad-container--lg,.dgad-container--md,.dgad-container--xs{max-width:105.6rem}}@media(min-width:1920px){.dgad-container-,.dgad-container--lg,.dgad-container--md,.dgad-container--xl,.dgad-container--xs{max-width:153.6rem}}.dgad-grid{--gutter-x:1.6rem;--gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter-x)*-.5);margin-right:calc(var(--gutter-x)*-.5);margin-top:calc(var(--gutter-y)*-1)}@media(min-width:600px){.dgad-grid{--gutter-x:1.6rem}}@media(min-width:960px){.dgad-grid{--gutter-x:2.4rem}}@media(min-width:1280px){.dgad-grid{--gutter-x:2.4rem}}@media(min-width:1920px){.dgad-grid{--gutter-x:2.4rem}}.dgad-grid>*{flex-shrink:0;margin-top:var(--gutter-y);max-width:100%;padding-left:calc(var(--gutter-x)*.5);padding-right:calc(var(--gutter-x)*.5);width:100%}.dgad-grid__col{flex:1 0 0%}.dgad-grid--row-cols-auto>*{flex:0 0 auto;width:auto}.dgad-grid--row-cols-1>*{flex:0 0 auto;width:100%}.dgad-grid--row-cols-2>*{flex:0 0 auto;width:50%}.dgad-grid--row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.dgad-grid--row-cols-4>*{flex:0 0 auto;width:25%}.dgad-grid__col--auto{flex:0 0 auto;width:auto}.dgad-grid__col--1{flex:0 0 auto;width:8.3333333333%}.dgad-grid__col--2{flex:0 0 auto;width:16.6666666667%}.dgad-grid__col--3{flex:0 0 auto;width:25%}.dgad-grid__col--4{flex:0 0 auto;width:33.3333333333%}.dgad-grid__col--5{flex:0 0 auto;width:41.6666666667%}.dgad-grid__col--6{flex:0 0 auto;width:50%}.dgad-grid__col--7{flex:0 0 auto;width:58.3333333333%}.dgad-grid__col--8{flex:0 0 auto;width:66.6666666667%}.dgad-grid__col--9{flex:0 0 auto;width:75%}.dgad-grid__col--10{flex:0 0 auto;width:83.3333333333%}.dgad-grid__col--11{flex:0 0 auto;width:91.6666666667%}.dgad-grid__col--12{flex:0 0 auto;width:100%}.dgad-grid--offset---0{margin-left:0}.dgad-grid--offset---1{margin-left:8.3333333333%}.dgad-grid--offset---2{margin-left:16.6666666667%}.dgad-grid--offset---3{margin-left:25%}.dgad-grid--offset---4{margin-left:33.3333333333%}.dgad-grid--offset---5{margin-left:41.6666666667%}.dgad-grid--offset---6{margin-left:50%}.dgad-grid--offset---7{margin-left:58.3333333333%}.dgad-grid--offset---8{margin-left:66.6666666667%}.dgad-grid--offset---9{margin-left:75%}.dgad-grid--offset---10{margin-left:83.3333333333%}.dgad-grid--offset---11{margin-left:91.6666666667%}@media(min-width:600px){.dgad-grid__col--xs{flex:1 0 0%}.dgad-grid--row-cols-xsauto>*{flex:0 0 auto;width:auto}.dgad-grid--row-cols-xs1>*{flex:0 0 auto;width:100%}.dgad-grid--row-cols-xs2>*{flex:0 0 auto;width:50%}.dgad-grid--row-cols-xs3>*{flex:0 0 auto;width:33.3333333333%}.dgad-grid--row-cols-xs4>*{flex:0 0 auto;width:25%}.dgad-grid__col--xs-auto{flex:0 0 auto;width:auto}.dgad-grid__col--xs-1{flex:0 0 auto;width:12.5%}.dgad-grid__col--xs-2{flex:0 0 auto;width:25%}.dgad-grid__col--xs-3{flex:0 0 auto;width:37.5%}.dgad-grid__col--xs-4{flex:0 0 auto;width:50%}.dgad-grid__col--xs-5{flex:0 0 auto;width:62.5%}.dgad-grid__col--xs-6{flex:0 0 auto;width:75%}.dgad-grid__col--xs-7{flex:0 0 auto;width:87.5%}.dgad-grid__col--xs-8{flex:0 0 auto;width:100%}.dgad-grid--offset--xs-0{margin-left:0}.dgad-grid--offset--xs-1{margin-left:12.5%}.dgad-grid--offset--xs-2{margin-left:25%}.dgad-grid--offset--xs-3{margin-left:37.5%}.dgad-grid--offset--xs-4{margin-left:50%}.dgad-grid--offset--xs-5{margin-left:62.5%}.dgad-grid--offset--xs-6{margin-left:75%}.dgad-grid--offset--xs-7{margin-left:87.5%}}@media(min-width:960px){.dgad-grid__col--md{flex:1 0 0%}.dgad-grid--row-cols-mdauto>*{flex:0 0 auto;width:auto}.dgad-grid--row-cols-md1>*{flex:0 0 auto;width:100%}.dgad-grid--row-cols-md2>*{flex:0 0 auto;width:50%}.dgad-grid--row-cols-md3>*{flex:0 0 auto;width:33.3333333333%}.dgad-grid--row-cols-md4>*{flex:0 0 auto;width:25%}.dgad-grid__col--md-auto{flex:0 0 auto;width:auto}.dgad-grid__col--md-1{flex:0 0 auto;width:8.3333333333%}.dgad-grid__col--md-2{flex:0 0 auto;width:16.6666666667%}.dgad-grid__col--md-3{flex:0 0 auto;width:25%}.dgad-grid__col--md-4{flex:0 0 auto;width:33.3333333333%}.dgad-grid__col--md-5{flex:0 0 auto;width:41.6666666667%}.dgad-grid__col--md-6{flex:0 0 auto;width:50%}.dgad-grid__col--md-7{flex:0 0 auto;width:58.3333333333%}.dgad-grid__col--md-8{flex:0 0 auto;width:66.6666666667%}.dgad-grid__col--md-9{flex:0 0 auto;width:75%}.dgad-grid__col--md-10{flex:0 0 auto;width:83.3333333333%}.dgad-grid__col--md-11{flex:0 0 auto;width:91.6666666667%}.dgad-grid__col--md-12{flex:0 0 auto;width:100%}.dgad-grid--offset--md-0{margin-left:0}.dgad-grid--offset--md-1{margin-left:8.3333333333%}.dgad-grid--offset--md-2{margin-left:16.6666666667%}.dgad-grid--offset--md-3{margin-left:25%}.dgad-grid--offset--md-4{margin-left:33.3333333333%}.dgad-grid--offset--md-5{margin-left:41.6666666667%}.dgad-grid--offset--md-6{margin-left:50%}.dgad-grid--offset--md-7{margin-left:58.3333333333%}.dgad-grid--offset--md-8{margin-left:66.6666666667%}.dgad-grid--offset--md-9{margin-left:75%}.dgad-grid--offset--md-10{margin-left:83.3333333333%}.dgad-grid--offset--md-11{margin-left:91.6666666667%}}@media(min-width:1280px){.dgad-grid__col--lg{flex:1 0 0%}.dgad-grid--row-cols-lgauto>*{flex:0 0 auto;width:auto}.dgad-grid--row-cols-lg1>*{flex:0 0 auto;width:100%}.dgad-grid--row-cols-lg2>*{flex:0 0 auto;width:50%}.dgad-grid--row-cols-lg3>*{flex:0 0 auto;width:33.3333333333%}.dgad-grid--row-cols-lg4>*{flex:0 0 auto;width:25%}.dgad-grid__col--lg-auto{flex:0 0 auto;width:auto}.dgad-grid__col--lg-1{flex:0 0 auto;width:8.3333333333%}.dgad-grid__col--lg-2{flex:0 0 auto;width:16.6666666667%}.dgad-grid__col--lg-3{flex:0 0 auto;width:25%}.dgad-grid__col--lg-4{flex:0 0 auto;width:33.3333333333%}.dgad-grid__col--lg-5{flex:0 0 auto;width:41.6666666667%}.dgad-grid__col--lg-6{flex:0 0 auto;width:50%}.dgad-grid__col--lg-7{flex:0 0 auto;width:58.3333333333%}.dgad-grid__col--lg-8{flex:0 0 auto;width:66.6666666667%}.dgad-grid__col--lg-9{flex:0 0 auto;width:75%}.dgad-grid__col--lg-10{flex:0 0 auto;width:83.3333333333%}.dgad-grid__col--lg-11{flex:0 0 auto;width:91.6666666667%}.dgad-grid__col--lg-12{flex:0 0 auto;width:100%}.dgad-grid--offset--lg-0{margin-left:0}.dgad-grid--offset--lg-1{margin-left:8.3333333333%}.dgad-grid--offset--lg-2{margin-left:16.6666666667%}.dgad-grid--offset--lg-3{margin-left:25%}.dgad-grid--offset--lg-4{margin-left:33.3333333333%}.dgad-grid--offset--lg-5{margin-left:41.6666666667%}.dgad-grid--offset--lg-6{margin-left:50%}.dgad-grid--offset--lg-7{margin-left:58.3333333333%}.dgad-grid--offset--lg-8{margin-left:66.6666666667%}.dgad-grid--offset--lg-9{margin-left:75%}.dgad-grid--offset--lg-10{margin-left:83.3333333333%}.dgad-grid--offset--lg-11{margin-left:91.6666666667%}}@media(min-width:1920px){.dgad-grid__col--xl{flex:1 0 0%}.dgad-grid--row-cols-xlauto>*{flex:0 0 auto;width:auto}.dgad-grid--row-cols-xl1>*{flex:0 0 auto;width:100%}.dgad-grid--row-cols-xl2>*{flex:0 0 auto;width:50%}.dgad-grid--row-cols-xl3>*{flex:0 0 auto;width:33.3333333333%}.dgad-grid--row-cols-xl4>*{flex:0 0 auto;width:25%}.dgad-grid__col--xl-auto{flex:0 0 auto;width:auto}.dgad-grid__col--xl-1{flex:0 0 auto;width:8.3333333333%}.dgad-grid__col--xl-2{flex:0 0 auto;width:16.6666666667%}.dgad-grid__col--xl-3{flex:0 0 auto;width:25%}.dgad-grid__col--xl-4{flex:0 0 auto;width:33.3333333333%}.dgad-grid__col--xl-5{flex:0 0 auto;width:41.6666666667%}.dgad-grid__col--xl-6{flex:0 0 auto;width:50%}.dgad-grid__col--xl-7{flex:0 0 auto;width:58.3333333333%}.dgad-grid__col--xl-8{flex:0 0 auto;width:66.6666666667%}.dgad-grid__col--xl-9{flex:0 0 auto;width:75%}.dgad-grid__col--xl-10{flex:0 0 auto;width:83.3333333333%}.dgad-grid__col--xl-11{flex:0 0 auto;width:91.6666666667%}.dgad-grid__col--xl-12{flex:0 0 auto;width:100%}.dgad-grid--offset--xl-0{margin-left:0}.dgad-grid--offset--xl-1{margin-left:8.3333333333%}.dgad-grid--offset--xl-2{margin-left:16.6666666667%}.dgad-grid--offset--xl-3{margin-left:25%}.dgad-grid--offset--xl-4{margin-left:33.3333333333%}.dgad-grid--offset--xl-5{margin-left:41.6666666667%}.dgad-grid--offset--xl-6{margin-left:50%}.dgad-grid--offset--xl-7{margin-left:58.3333333333%}.dgad-grid--offset--xl-8{margin-left:66.6666666667%}.dgad-grid--offset--xl-9{margin-left:75%}.dgad-grid--offset--xl-10{margin-left:83.3333333333%}.dgad-grid--offset--xl-11{margin-left:91.6666666667%}}:root{--color-upload-hover:darken(#fce500,5)}.iti{display:inline-block;position:relative}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{margin-bottom:0!important;margin-right:0;margin-top:0!important;padding-right:36px;position:relative;z-index:0}.iti__flag-container{bottom:0;padding:1px;position:absolute;right:0;top:0}.iti__selected-flag{align-items:center;display:flex;height:100%;padding:0 6px 0 8px;position:relative;z-index:1}.iti__arrow{border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;height:0;margin-left:6px;width:0}.iti__arrow--up{border-bottom:4px solid #555;border-top:none}.iti__country-list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ccc;box-shadow:1px 1px 4px rgba(0,0,0,.2);list-style:none;margin:0 0 0 -1px;max-height:200px;overflow-y:scroll;padding:0;position:absolute;text-align:left;white-space:nowrap;z-index:2}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media(max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.iti__country{outline:none;padding:5px 10px}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{margin-left:0;padding-left:52px;padding-right:6px}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{left:0;right:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{left:-1000px;padding:1px;position:absolute;top:-1000px;z-index:1060}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{bottom:30px;left:30px;position:fixed;right:30px;top:30px}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{line-height:1.5em;padding:10px}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{background-position:0 0;height:10px}.iti__flag.iti__ad{background-position:-22px 0;height:14px}.iti__flag.iti__ae{background-position:-44px 0;height:10px}.iti__flag.iti__af{background-position:-66px 0;height:14px}.iti__flag.iti__ag{background-position:-88px 0;height:14px}.iti__flag.iti__ai{background-position:-110px 0;height:10px}.iti__flag.iti__al{background-position:-132px 0;height:15px}.iti__flag.iti__am{background-position:-154px 0;height:10px}.iti__flag.iti__ao{background-position:-176px 0;height:14px}.iti__flag.iti__aq{background-position:-198px 0;height:14px}.iti__flag.iti__ar{background-position:-220px 0;height:13px}.iti__flag.iti__as{background-position:-242px 0;height:10px}.iti__flag.iti__at{background-position:-264px 0;height:14px}.iti__flag.iti__au{background-position:-286px 0;height:10px}.iti__flag.iti__aw{background-position:-308px 0;height:14px}.iti__flag.iti__ax{background-position:-330px 0;height:13px}.iti__flag.iti__az{background-position:-352px 0;height:10px}.iti__flag.iti__ba{background-position:-374px 0;height:10px}.iti__flag.iti__bb{background-position:-396px 0;height:14px}.iti__flag.iti__bd{background-position:-418px 0;height:12px}.iti__flag.iti__be{background-position:-440px 0;height:15px}.iti__flag.iti__bf{background-position:-460px 0;height:14px}.iti__flag.iti__bg{background-position:-482px 0;height:12px}.iti__flag.iti__bh{background-position:-504px 0;height:12px}.iti__flag.iti__bi{background-position:-526px 0;height:12px}.iti__flag.iti__bj{background-position:-548px 0;height:14px}.iti__flag.iti__bl{background-position:-570px 0;height:14px}.iti__flag.iti__bm{background-position:-592px 0;height:10px}.iti__flag.iti__bn{background-position:-614px 0;height:10px}.iti__flag.iti__bo{background-position:-636px 0;height:14px}.iti__flag.iti__bq{background-position:-658px 0;height:14px}.iti__flag.iti__br{background-position:-680px 0;height:14px}.iti__flag.iti__bs{background-position:-702px 0;height:10px}.iti__flag.iti__bt{background-position:-724px 0;height:14px}.iti__flag.iti__bv{background-position:-746px 0;height:15px}.iti__flag.iti__bw{background-position:-768px 0;height:14px}.iti__flag.iti__by{background-position:-790px 0;height:10px}.iti__flag.iti__bz{background-position:-812px 0;height:14px}.iti__flag.iti__ca{background-position:-834px 0;height:10px}.iti__flag.iti__cc{background-position:-856px 0;height:10px}.iti__flag.iti__cd{background-position:-878px 0;height:15px}.iti__flag.iti__cf{background-position:-900px 0;height:14px}.iti__flag.iti__cg{background-position:-922px 0;height:14px}.iti__flag.iti__ch{background-position:-944px 0;height:15px}.iti__flag.iti__ci{background-position:-961px 0;height:14px}.iti__flag.iti__ck{background-position:-983px 0;height:10px}.iti__flag.iti__cl{background-position:-1005px 0;height:14px}.iti__flag.iti__cm{background-position:-1027px 0;height:14px}.iti__flag.iti__cn{background-position:-1049px 0;height:14px}.iti__flag.iti__co{background-position:-1071px 0;height:14px}.iti__flag.iti__cp{background-position:-1093px 0;height:14px}.iti__flag.iti__cr{background-position:-1115px 0;height:12px}.iti__flag.iti__cu{background-position:-1137px 0;height:10px}.iti__flag.iti__cv{background-position:-1159px 0;height:12px}.iti__flag.iti__cw{background-position:-1181px 0;height:14px}.iti__flag.iti__cx{background-position:-1203px 0;height:10px}.iti__flag.iti__cy{background-position:-1225px 0;height:14px}.iti__flag.iti__cz{background-position:-1247px 0;height:14px}.iti__flag.iti__de{background-position:-1269px 0;height:12px}.iti__flag.iti__dg{background-position:-1291px 0;height:10px}.iti__flag.iti__dj{background-position:-1313px 0;height:14px}.iti__flag.iti__dk{background-position:-1335px 0;height:15px}.iti__flag.iti__dm{background-position:-1357px 0;height:10px}.iti__flag.iti__do{background-position:-1379px 0;height:14px}.iti__flag.iti__dz{background-position:-1401px 0;height:14px}.iti__flag.iti__ea{background-position:-1423px 0;height:14px}.iti__flag.iti__ec{background-position:-1445px 0;height:14px}.iti__flag.iti__ee{background-position:-1467px 0;height:13px}.iti__flag.iti__eg{background-position:-1489px 0;height:14px}.iti__flag.iti__eh{background-position:-1511px 0;height:10px}.iti__flag.iti__er{background-position:-1533px 0;height:10px}.iti__flag.iti__es{background-position:-1555px 0;height:14px}.iti__flag.iti__et{background-position:-1577px 0;height:10px}.iti__flag.iti__eu{background-position:-1599px 0;height:14px}.iti__flag.iti__fi{background-position:-1621px 0;height:12px}.iti__flag.iti__fj{background-position:-1643px 0;height:10px}.iti__flag.iti__fk{background-position:-1665px 0;height:10px}.iti__flag.iti__fm{background-position:-1687px 0;height:11px}.iti__flag.iti__fo{background-position:-1709px 0;height:15px}.iti__flag.iti__fr{background-position:-1731px 0;height:14px}.iti__flag.iti__ga{background-position:-1753px 0;height:15px}.iti__flag.iti__gb{background-position:-1775px 0;height:10px}.iti__flag.iti__gd{background-position:-1797px 0;height:12px}.iti__flag.iti__ge{background-position:-1819px 0;height:14px}.iti__flag.iti__gf{background-position:-1841px 0;height:14px}.iti__flag.iti__gg{background-position:-1863px 0;height:14px}.iti__flag.iti__gh{background-position:-1885px 0;height:14px}.iti__flag.iti__gi{background-position:-1907px 0;height:10px}.iti__flag.iti__gl{background-position:-1929px 0;height:14px}.iti__flag.iti__gm{background-position:-1951px 0;height:14px}.iti__flag.iti__gn{background-position:-1973px 0;height:14px}.iti__flag.iti__gp{background-position:-1995px 0;height:14px}.iti__flag.iti__gq{background-position:-2017px 0;height:14px}.iti__flag.iti__gr{background-position:-2039px 0;height:14px}.iti__flag.iti__gs{background-position:-2061px 0;height:10px}.iti__flag.iti__gt{background-position:-2083px 0;height:13px}.iti__flag.iti__gu{background-position:-2105px 0;height:11px}.iti__flag.iti__gw{background-position:-2127px 0;height:10px}.iti__flag.iti__gy{background-position:-2149px 0;height:12px}.iti__flag.iti__hk{background-position:-2171px 0;height:14px}.iti__flag.iti__hm{background-position:-2193px 0;height:10px}.iti__flag.iti__hn{background-position:-2215px 0;height:10px}.iti__flag.iti__hr{background-position:-2237px 0;height:10px}.iti__flag.iti__ht{background-position:-2259px 0;height:12px}.iti__flag.iti__hu{background-position:-2281px 0;height:10px}.iti__flag.iti__ic{background-position:-2303px 0;height:14px}.iti__flag.iti__id{background-position:-2325px 0;height:14px}.iti__flag.iti__ie{background-position:-2347px 0;height:10px}.iti__flag.iti__il{background-position:-2369px 0;height:15px}.iti__flag.iti__im{background-position:-2391px 0;height:10px}.iti__flag.iti__in{background-position:-2413px 0;height:14px}.iti__flag.iti__io{background-position:-2435px 0;height:10px}.iti__flag.iti__iq{background-position:-2457px 0;height:14px}.iti__flag.iti__ir{background-position:-2479px 0;height:12px}.iti__flag.iti__is{background-position:-2501px 0;height:15px}.iti__flag.iti__it{background-position:-2523px 0;height:14px}.iti__flag.iti__je{background-position:-2545px 0;height:12px}.iti__flag.iti__jm{background-position:-2567px 0;height:10px}.iti__flag.iti__jo{background-position:-2589px 0;height:10px}.iti__flag.iti__jp{background-position:-2611px 0;height:14px}.iti__flag.iti__ke{background-position:-2633px 0;height:14px}.iti__flag.iti__kg{background-position:-2655px 0;height:12px}.iti__flag.iti__kh{background-position:-2677px 0;height:13px}.iti__flag.iti__ki{background-position:-2699px 0;height:10px}.iti__flag.iti__km{background-position:-2721px 0;height:12px}.iti__flag.iti__kn{background-position:-2743px 0;height:14px}.iti__flag.iti__kp{background-position:-2765px 0;height:10px}.iti__flag.iti__kr{background-position:-2787px 0;height:14px}.iti__flag.iti__kw{background-position:-2809px 0;height:10px}.iti__flag.iti__ky{background-position:-2831px 0;height:10px}.iti__flag.iti__kz{background-position:-2853px 0;height:10px}.iti__flag.iti__la{background-position:-2875px 0;height:14px}.iti__flag.iti__lb{background-position:-2897px 0;height:14px}.iti__flag.iti__lc{background-position:-2919px 0;height:10px}.iti__flag.iti__li{background-position:-2941px 0;height:12px}.iti__flag.iti__lk{background-position:-2963px 0;height:10px}.iti__flag.iti__lr{background-position:-2985px 0;height:11px}.iti__flag.iti__ls{background-position:-3007px 0;height:14px}.iti__flag.iti__lt{background-position:-3029px 0;height:12px}.iti__flag.iti__lu{background-position:-3051px 0;height:12px}.iti__flag.iti__lv{background-position:-3073px 0;height:10px}.iti__flag.iti__ly{background-position:-3095px 0;height:10px}.iti__flag.iti__ma{background-position:-3117px 0;height:14px}.iti__flag.iti__mc{background-position:-3139px 0;height:15px}.iti__flag.iti__md{background-position:-3160px 0;height:10px}.iti__flag.iti__me{background-position:-3182px 0;height:10px}.iti__flag.iti__mf{background-position:-3204px 0;height:14px}.iti__flag.iti__mg{background-position:-3226px 0;height:14px}.iti__flag.iti__mh{background-position:-3248px 0;height:11px}.iti__flag.iti__mk{background-position:-3270px 0;height:10px}.iti__flag.iti__ml{background-position:-3292px 0;height:14px}.iti__flag.iti__mm{background-position:-3314px 0;height:14px}.iti__flag.iti__mn{background-position:-3336px 0;height:10px}.iti__flag.iti__mo{background-position:-3358px 0;height:14px}.iti__flag.iti__mp{background-position:-3380px 0;height:10px}.iti__flag.iti__mq{background-position:-3402px 0;height:14px}.iti__flag.iti__mr{background-position:-3424px 0;height:14px}.iti__flag.iti__ms{background-position:-3446px 0;height:10px}.iti__flag.iti__mt{background-position:-3468px 0;height:14px}.iti__flag.iti__mu{background-position:-3490px 0;height:14px}.iti__flag.iti__mv{background-position:-3512px 0;height:14px}.iti__flag.iti__mw{background-position:-3534px 0;height:14px}.iti__flag.iti__mx{background-position:-3556px 0;height:12px}.iti__flag.iti__my{background-position:-3578px 0;height:10px}.iti__flag.iti__mz{background-position:-3600px 0;height:14px}.iti__flag.iti__na{background-position:-3622px 0;height:14px}.iti__flag.iti__nc{background-position:-3644px 0;height:10px}.iti__flag.iti__ne{background-position:-3666px 0;height:15px}.iti__flag.iti__nf{background-position:-3686px 0;height:10px}.iti__flag.iti__ng{background-position:-3708px 0;height:10px}.iti__flag.iti__ni{background-position:-3730px 0;height:12px}.iti__flag.iti__nl{background-position:-3752px 0;height:14px}.iti__flag.iti__no{background-position:-3774px 0;height:15px}.iti__flag.iti__np{background-position:-3796px 0;height:15px}.iti__flag.iti__nr{background-position:-3811px 0;height:10px}.iti__flag.iti__nu{background-position:-3833px 0;height:10px}.iti__flag.iti__nz{background-position:-3855px 0;height:10px}.iti__flag.iti__om{background-position:-3877px 0;height:10px}.iti__flag.iti__pa{background-position:-3899px 0;height:14px}.iti__flag.iti__pe{background-position:-3921px 0;height:14px}.iti__flag.iti__pf{background-position:-3943px 0;height:14px}.iti__flag.iti__pg{background-position:-3965px 0;height:15px}.iti__flag.iti__ph{background-position:-3987px 0;height:10px}.iti__flag.iti__pk{background-position:-4009px 0;height:14px}.iti__flag.iti__pl{background-position:-4031px 0;height:13px}.iti__flag.iti__pm{background-position:-4053px 0;height:14px}.iti__flag.iti__pn{background-position:-4075px 0;height:10px}.iti__flag.iti__pr{background-position:-4097px 0;height:14px}.iti__flag.iti__ps{background-position:-4119px 0;height:10px}.iti__flag.iti__pt{background-position:-4141px 0;height:14px}.iti__flag.iti__pw{background-position:-4163px 0;height:13px}.iti__flag.iti__py{background-position:-4185px 0;height:11px}.iti__flag.iti__qa{background-position:-4207px 0;height:8px}.iti__flag.iti__re{background-position:-4229px 0;height:14px}.iti__flag.iti__ro{background-position:-4251px 0;height:14px}.iti__flag.iti__rs{background-position:-4273px 0;height:14px}.iti__flag.iti__ru{background-position:-4295px 0;height:14px}.iti__flag.iti__rw{background-position:-4317px 0;height:14px}.iti__flag.iti__sa{background-position:-4339px 0;height:14px}.iti__flag.iti__sb{background-position:-4361px 0;height:10px}.iti__flag.iti__sc{background-position:-4383px 0;height:10px}.iti__flag.iti__sd{background-position:-4405px 0;height:10px}.iti__flag.iti__se{background-position:-4427px 0;height:13px}.iti__flag.iti__sg{background-position:-4449px 0;height:14px}.iti__flag.iti__sh{background-position:-4471px 0;height:10px}.iti__flag.iti__si{background-position:-4493px 0;height:10px}.iti__flag.iti__sj{background-position:-4515px 0;height:15px}.iti__flag.iti__sk{background-position:-4537px 0;height:14px}.iti__flag.iti__sl{background-position:-4559px 0;height:14px}.iti__flag.iti__sm{background-position:-4581px 0;height:15px}.iti__flag.iti__sn{background-position:-4603px 0;height:14px}.iti__flag.iti__so{background-position:-4625px 0;height:14px}.iti__flag.iti__sr{background-position:-4647px 0;height:14px}.iti__flag.iti__ss{background-position:-4669px 0;height:10px}.iti__flag.iti__st{background-position:-4691px 0;height:10px}.iti__flag.iti__sv{background-position:-4713px 0;height:12px}.iti__flag.iti__sx{background-position:-4735px 0;height:14px}.iti__flag.iti__sy{background-position:-4757px 0;height:14px}.iti__flag.iti__sz{background-position:-4779px 0;height:14px}.iti__flag.iti__ta{background-position:-4801px 0;height:10px}.iti__flag.iti__tc{background-position:-4823px 0;height:10px}.iti__flag.iti__td{background-position:-4845px 0;height:14px}.iti__flag.iti__tf{background-position:-4867px 0;height:14px}.iti__flag.iti__tg{background-position:-4889px 0;height:13px}.iti__flag.iti__th{background-position:-4911px 0;height:14px}.iti__flag.iti__tj{background-position:-4933px 0;height:10px}.iti__flag.iti__tk{background-position:-4955px 0;height:10px}.iti__flag.iti__tl{background-position:-4977px 0;height:10px}.iti__flag.iti__tm{background-position:-4999px 0;height:14px}.iti__flag.iti__tn{background-position:-5021px 0;height:14px}.iti__flag.iti__to{background-position:-5043px 0;height:10px}.iti__flag.iti__tr{background-position:-5065px 0;height:14px}.iti__flag.iti__tt{background-position:-5087px 0;height:12px}.iti__flag.iti__tv{background-position:-5109px 0;height:10px}.iti__flag.iti__tw{background-position:-5131px 0;height:14px}.iti__flag.iti__tz{background-position:-5153px 0;height:14px}.iti__flag.iti__ua{background-position:-5175px 0;height:14px}.iti__flag.iti__ug{background-position:-5197px 0;height:14px}.iti__flag.iti__um{background-position:-5219px 0;height:11px}.iti__flag.iti__un{background-position:-5241px 0;height:14px}.iti__flag.iti__us{background-position:-5263px 0;height:11px}.iti__flag.iti__uy{background-position:-5285px 0;height:14px}.iti__flag.iti__uz{background-position:-5307px 0;height:10px}.iti__flag.iti__va{background-position:-5329px 0;height:15px}.iti__flag.iti__vc{background-position:-5346px 0;height:14px}.iti__flag.iti__ve{background-position:-5368px 0;height:14px}.iti__flag.iti__vg{background-position:-5390px 0;height:10px}.iti__flag.iti__vi{background-position:-5412px 0;height:14px}.iti__flag.iti__vn{background-position:-5434px 0;height:14px}.iti__flag.iti__vu{background-position:-5456px 0;height:12px}.iti__flag.iti__wf{background-position:-5478px 0;height:14px}.iti__flag.iti__ws{background-position:-5500px 0;height:10px}.iti__flag.iti__xk{background-position:-5522px 0;height:15px}.iti__flag.iti__ye{background-position:-5544px 0;height:14px}.iti__flag.iti__yt{background-position:-5566px 0;height:14px}.iti__flag.iti__za{background-position:-5588px 0;height:14px}.iti__flag.iti__zm{background-position:-5610px 0;height:14px}.iti__flag.iti__zw{background-position:-5632px 0;height:10px}.iti__flag{background-color:#dbdbdb;background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@dgad/forms-phone-field-widgets/img/flags.png);background-position:20px 0;background-repeat:no-repeat;box-shadow:0 0 1px 0 #888;height:15px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@dgad/forms-phone-field-widgets/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}.dgad-form-phone__OTP-field-container{align-items:center;display:flex;flex-wrap:nowrap;margin-bottom:1.6rem;max-height:6rem;opacity:1}.dgad-form-phone__OTP-field-container .dgad-form-phone{flex-grow:1;margin-bottom:0}.dgad-form-phone__OTP-field-container .dgad-form-field__button{margin-left:1.6rem;white-space:nowrap}.dgad-form-phone__OTP-field-container .dgad-form-field.status--error,.dgad-form-phone__OTP-field-container .dgad-form-field.status--focus,.dgad-form-phone__OTP-field-container .dgad-form-field.status--success{background-color:var(--color-forms-white-1,#f2f2f2);border-radius:.4rem}.dgad-form-phone__OTP-field-container .dgad-form-field.status--focus{border:.2rem solid var(--dgad-forms-theme-primary,#27509b)}.dgad-form-phone__OTP-field-container .dgad-form-field.status--error{border:.2rem solid var(--color-forms-error,#b71c1c)}.dgad-form-phone__OTP-field-container .dgad-form-field.status--success{border:.2rem solid var(--color-forms-success,#2e7d32)}.dgad-form-phone__OTP-field-container .dgad-form-field.status--success .dgad-form-field-icon.dgad-form-field__icon--success{z-index:4}.dgad-form-phone__OTP-field-container:last-child{margin-bottom:0}.dgad-form-phone__OTP-field-container.hide{margin-bottom:0;max-height:0;opacity:0;overflow:hidden}.dgad-form-phone__OTP-field-container.hide:not(.init){animation:verify-input-hide-desktop .6s}.dgad-form-phone__OTP-field-container:not(.hide):not(.init){animation:verify-input-appear-desktop .6s}@media screen and (max-width:960px){.dgad-form-phone__OTP-field-container{flex-direction:column;max-height:12rem}.dgad-form-phone__OTP-field-container .dgad-form-phone{width:100%}.dgad-form-phone__OTP-field-container .dgad-form-field__button{margin-left:0;max-width:25.6rem;width:100%}.dgad-form-phone__OTP-field-container .dgad-form-field__input-container{margin-bottom:1.6rem}.dgad-form-phone__OTP-field-container.hide:not(.init){animation:verify-input-hide-mobile .6s}.dgad-form-phone__OTP-field-container:not(.hide):not(.init){animation:verify-input-appear-mobile .6s}}@keyframes verify-input-appear-desktop{0%{margin-bottom:0;max-height:0;opacity:0}50%{max-height:6rem;opacity:0}to{margin-bottom:1.6rem;max-height:6rem;opacity:1}}@keyframes verify-input-hide-desktop{0%{margin-bottom:1.6rem;max-height:6rem;opacity:1}50%{margin-bottom:1.6rem;max-height:6rem;opacity:0}to{margin-bottom:0;max-height:0;opacity:0}}@keyframes verify-input-appear-mobile{0%{margin-bottom:0;max-height:0;opacity:0}50%{max-height:12rem;opacity:0}to{margin-bottom:1.6rem;max-height:12rem;opacity:1}}@keyframes verify-input-hide-mobile{0%{margin-bottom:1.6rem;max-height:12rem;opacity:1}50%{margin-bottom:1.6rem;max-height:12rem;opacity:0}to{margin-bottom:0;max-height:0;opacity:0}}.dgad-form-phone{display:flex;flex-direction:column;margin-bottom:1.6rem;overflow:inherit;transition:border .25s ease-out}.dgad-form-phone__inputList{height:100%;position:absolute;top:5.4rem;width:100%}.dgad-form-phone__inputList .iti__country-list{position:relative;white-space:nowrap;width:100%}.dgad-form-phone__inputList-hide{display:none}@media screen and (min-width:768px){.dgad-form-phone__inputList{display:none}}.dgad-form-phone--error,.dgad-form-phone--focus,.dgad-form-phone--success{background-color:var(--color-forms-white-1,#f2f2f2);border-radius:.4rem}.dgad-form-phone--focus{border:.2rem solid var(--dgad-forms-theme-primary,#27509b)}.dgad-form-phone--error{border:.2rem solid var(--color-forms-error,#b71c1c)}.dgad-form-phone--success{border:.2rem solid var(--color-forms-success,#2e7d32)}.dgad-form-phone--success .dgad-form-field-icon.dgad-form-field__icon--success{z-index:4}.dgad-form-phone.dgad-form-field__container--rtl .iti:not(:-moz-placeholder-shown)+.dgad-form-label{justify-content:flex-end}.dgad-form-phone.dgad-form-field__container--rtl .iti:not(:-ms-input-placeholder)+.dgad-form-label{justify-content:flex-end}.dgad-form-phone.dgad-form-field__container--rtl .iti .iti:focus+.dgad-form-label,.dgad-form-phone.dgad-form-field__container--rtl .iti:not(:placeholder-shown)+.dgad-form-label{justify-content:flex-end}.dgad-form-phone .dgad-form-field__container--rtl .iti__flag-container{left:auto;right:0}.dgad-form-phone .dgad-form-field__container--rtl .iti__flag-container .iti__country-list{right:0;text-align:right}.dgad-form-phone .dgad-form-field__container--rtl .iti .dgad-form-phone__input{padding:0 6.2rem 0 0;text-align:right}.dgad-form-phone input.dgad-form-phone__input[type=tel]{border:none;margin-left:5.4rem;padding-left:1rem!important;width:calc(100% - 5.4rem);z-index:4}.dgad-form-phone input.dgad-form-phone__input[type=tel]:focus{border-radius:0 .4rem .4rem 0}.iti{width:100%}.iti__flag-container{background-color:var(--color-forms-white-1,#f2f2f2);border-radius:.4rem 0 0 .4rem;width:100%}.iti__arrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg class='arrow' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath d='M.349 3.564a1.285 1.285 0 0 0 0 1.76l6.808 7.112c.466.485 1.22.485 1.686 0l6.807-7.112a1.285 1.285 0 0 0 0-1.76 1.158 1.158 0 0 0-1.685 0L8 9.795l-5.966-6.23a1.153 1.153 0 0 0-1.588-.092z' fill-rule='evenodd'/%3E%3C/svg%3E");border:0!important;height:1.2rem!important;margin-left:.8rem;transition:all .5s;width:1.2rem!important}.iti__arrow--up{transform:rotate(180deg)}.iti input[type=tel]{background-color:var(--color-forms-white-1,#f2f2f2);color:var(--color-forms-black,#1a1a1a);font-size:1.6rem;height:5.6rem;line-height:1.5;outline:none;padding:1.6rem 6.2rem!important;transition:border .25s ease-out;width:100%}.iti__country-list{background:var(--color-forms-white-1,#f2f2f2)!important;border:0!important;box-shadow:0 .4rem .9rem 0 hsla(0,0%,58%,.5)!important;margin:.2rem 0 0!important;max-height:18.8rem!important;overflow-x:hidden!important;padding:1.6rem 2.4rem 0 .8rem!important;width:100%;z-index:10}@media(max-width:500px){.iti__country-list{white-space:nowrap!important}}.iti__country{font-size:1.4rem!important;padding:.8rem!important}.dgad-form-field--disabled .iti--allow-dropdown input[type=tel]{background-color:var(--color-forms-white-2,#e5e5e5);color:var(--color-forms-grey-1,#7f7f7f);cursor:default}:root{--s-gutter:2.5rem;--s-stepper-container-padding:16px}.dgad-form-sections-stepper-container{background-color:var(--c-white);padding-bottom:16px;position:sticky;top:0;z-index:2}.dgad-form-sections-stepper-container[data-isSectionButtonLabelDisplayed=true]{padding-bottom:40px}.dgad-form-sections-stepper{--s-stepper-bullet:24px;--s-stepper-bullet-half:calc(var(--s-stepper-bullet)/2);--s-stepper-margin:16px;--s-stepper-bullet-half-and-margin:calc(var(--s-stepper-margin) + var(--s-stepper-bullet-half));--step-transition:background 0.5s,color 0.5s;--step-content:"✔︎";--step-color:var(--c-primary);--step-bar-bg:var(--c-primary);--step-bullet-bg:var(--step-bar-bg);--step-bullet-color:var(--c-white);color:#ccc;display:grid;grid-template-columns:repeat(auto-fit,minmax(1px,1fr));padding:var(--s-gutter) calc(50% - var(--s-width)/2);position:relative;z-index:1}.dgad-form-sections-stepper__number{display:none}.dgad-form-sections-stepper__tick{display:block}.dgad-form-sections-stepper__tick svg{width:var(--s-stepper-bullet-half)}.dgad-form-sections-stepper__tick path{fill:var(--c-white)}.dgad-form-sections-stepper__step.active~.dgad-form-sections-stepper__step .dgad-form-sections-stepper__button{background:none;color:var(--step-color)}.dgad-form-sections-stepper__step.active .dgad-form-sections-stepper__number,.dgad-form-sections-stepper__step.active~.dgad-form-sections-stepper__step .dgad-form-sections-stepper__number{display:block}.dgad-form-sections-stepper__step.active .dgad-form-sections-stepper__tick,.dgad-form-sections-stepper__step.active~.dgad-form-sections-stepper__step .dgad-form-sections-stepper__tick{display:none}.dgad-form-sections-stepper__button{align-items:center;background-color:var(--step-color);border:1px solid var(--step-color);border-radius:var(--s-stepper-bullet);bottom:0;color:var(--c-white);display:flex;height:var(--s-stepper-bullet);justify-content:center;left:0;margin:0 auto;position:absolute;right:0;top:0;transition:var(--step-transition);width:var(--s-stepper-bullet)}.dgad-form-sections-stepper__button-label{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;left:0;line-height:18px;overflow:hidden;position:absolute;right:0;top:28px}.dgad-form-sections-stepper__button-container{color:var(--step-color);display:block;position:relative;text-align:center}.dgad-form-sections-stepper__button-container:after{background-color:var(--c-primary);content:"";height:1px;left:calc(50% + var(--s-stepper-bullet-half-and-margin));position:absolute;top:var(--s-stepper-bullet-half);transform:translateY(-50%);width:calc(100% - var(--s-stepper-bullet-half-and-margin)*2);z-index:-1}.dgad-form-sections-stepper__step:last-child .dgad-form-sections-stepper__button-container:after{display:none}.dgad-form-sections-stepper__label-container{color:var(--step-bullet-bg);margin-top:calc(var(--s-stepper-bullet) + var(--s-stepper-margin))}.dgad-form-sections-stepper__label{color:var(--step-bullet-bg);text-align:center}.dgad-form-sections-stepper__button:hover,.dgad-form-sections-stepper__label:hover{cursor:pointer}.dgad-form-sections-title{color:var(--c-primary);font-size:18px;margin-top:calc(24px - var(--s-stepper-container-padding));text-align:center}.dgad-form-sections-label{text-align:center}.dgad-form-sections-buttons{display:flex;flex-direction:row;justify-content:space-between;visibility:hidden;width:100%}.dgad-form-sections-buttons-show{visibility:visible}.dgad-form-sections-buttons-flexEnd{justify-content:end}.dgad-form-sections-buttons-flexSpaceBetween{justify-content:space-between}.dgad-form-sections-buttons-visibilityHide{display:none}.dgad-form-sections-buttons-visibilityBlock{display:block}.dgad-form-section-hide{visibility:hidden}.dgad-form-section-remove{display:none!important}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.dgad-crm-color-primary{color:var(--color-primary)}.dgad-crm-color-secondary{color:var(--color-secondary)}.dgad-crm-color-tertiary{color:var(--color-tertiary)}body.bfg-theme{--color-background-alternative:#036;--color-tertiary:#00263e;--color-secondary:#c33;--color-secondary-alpha-15:#00263e27;--color-primary:#036;--color-font-on-primary:#fff;--step-color:#036}body.kleber-theme{--color-primary:#b20009;--color-secondary:#b20009;--color-tertiary:#4d0002;--color-secondary-alpha-15:#b2000926;--color-background-alternative:#4d0002;--color-font-on-primary:#fff;--step-color:#b20009}body.michelin-theme{--color-background-alternative:#27509b;--color-secondary:#27509b;--color-secondary-alpha-15:#27509b27;--color-primary:#fce500;--color-font-on-primary:#363636}body.uniroyal-theme{--color-primary:#ff1924;--color-secondary:#363636;--color-tertiary:#ff1924;--color-secondary-alpha-15:#f5ced1;--color-secondary-alpha-15-darken:#f1b9bd;--color-font-on-primary:#fff;--color-background-alternative:#363636}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:local("Noto Sans"),local("NotoSans"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-regular.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-regular.woff) format("woff")}@font-face{font-display:swap;font-family:Noto Sans;font-style:italic;font-weight:400;src:local("Noto Sans Italic"),local("NotoSans-Italic"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-italic.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-italic.woff) format("woff")}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:700;src:local("Noto Sans Bold"),local("NotoSans-Bold"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-700.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-700.woff) format("woff")}@font-face{font-display:swap;font-family:Noto Sans;font-style:italic;font-weight:700;src:local("Noto Sans Bold Italic"),local("NotoSans-BoldItalic"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-700italic.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/noto-sans-v9-latin-700italic.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:200;src:local("Michelin Light"),local("Michelin-Light"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Light.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:400;src:local("Michelin Regular"),local("Michelin-Regular"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Regular.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:600;src:local("Michelin SemiBold"),local("Michelin-SemiBold"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-SemiBold.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:700;src:local("Michelin Bold"),local("Michelin-Bold"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Bold.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:900;src:local("Michelin Black"),local("Michelin-Black"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Black.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/Michelin-Black.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin Titling;font-style:normal;font-weight:200;src:local("MichelinUnitTitling Light"),local("MichelinUnitTitling-Light"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Light.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Light.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin Titling;font-style:normal;font-weight:400;src:local("MichelinUnitTitling Regular"),local("MichelinUnitTitling-Regular"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Regular.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin Titling;font-style:normal;font-weight:600;src:local("MichelinUnitTitling SemiBold"),local("MichelinUnitTitling-SemiBold"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-SemiBold.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin Titling;font-style:normal;font-weight:700;src:local("MichelinUnitTitling Bold"),local("MichelinUnitTitling-Bold"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Bold.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Michelin Titling;font-style:normal;font-weight:900;src:local("MichelinUnitTitling Black"),local("MichelinUnitTitling-Black"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Black.woff2) format("woff2"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/MichelinUnitTitling-Black.woff) format("woff")}@font-face{font-family:Neue Haas Unica;font-style:normal;font-weight:400;src:local("NeueHaasUnicaW1G"),local("NeueHaasUnica"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/NeueHaasUnicaW1G-Regular.ttf) format("ttf")}@font-face{font-family:Neue Haas Unica;font-style:italic;font-weight:400;src:local("NeueHaasUnicaW1G"),local("NeueHaasUnica"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/NeueHaasUnicaW1G-Italic.ttf) format("ttf")}@font-face{font-family:Neue Haas Unica;font-style:normal;font-weight:700;src:local("NeueHaasUnicaW1G"),local("NeueHaasUnica"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/NeueHaasUnicaW1G-Bold.ttf) format("truetype")}@font-face{font-family:Neue Haas Unica;font-style:italic;font-weight:700;src:local("NeueHaasUnicaW1G"),local("NeueHaasUnica"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/NeueHaasUnicaW1G-BoldItalic.ttf) format("truetype")}@font-face{font-family:Neue Haas Unica;font-style:normal;font-weight:900;src:local("NeueHaasUnicaW1G"),local("NeueHaasUnica"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/NeueHaasUnicaW1G-Black.ttf) format("truetype")}@font-face{font-family:Neue Haas Unica;font-style:italic;font-weight:900;src:local("NeueHaasUnicaW1G"),local("NeueHaasUnica"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/NeueHaasUnicaW1G-BlackIt.ttf) format("truetype")}body.bfg-theme{--font-primary:Neue Haas Unica,sans-serif;--font-secondary:Neue Haas Unica,sans-serif;--font-tertiary:Neue Haas Unica,sans-serif}body.kleber-theme{--font-primary:Roboto,sans-serif;--font-secondary:Roboto,sans-serif;--font-tertiary:Roboto,sans-serif}body.michelin-theme{--font-primary:Noto Sans,sans-serif;--font-secondary:Michelin,sans-serif;--font-tertiary:Michelin Titling}body.uniroyal-theme{--font-primary:Noto Sans,sans-serif;--font-secondary:Noto Sans,sans-serif;--font-tertiary:Noto Sans,sans-serif}.dgad-crm-page-title{position:relative}.dgad-crm-sr-only{left:-999rem;position:absolute}.dgad-crm-sr-only--focusable:active,.dgad-crm-sr-only--focusable:focus{left:0;z-index:20}*{box-sizing:border-box}body,html{background-color:var(--color-background-alternative);font-size:10px;height:100%;min-height:100%;min-width:100%;width:100%}.dgad-crm,body,html{word-wrap:break-word;overflow-wrap:break-word}.dgad-crm{background-color:#fff;color:#363636;font-family:var(--font-primary);font-size:1.6rem;line-height:3.1rem;min-height:100vh}.dgad-crm-main{margin:0 auto}.dgad-crm-main .apos-dialog-box-pages{margin-top:unset;padding:15rem 8rem 8rem}@media(max-width:1279px){.dgad-crm-main .apos-dialog-box-pages{padding:10rem 8rem 8rem}}.dgad-crm-captcha{align-items:center;display:flex;justify-content:center;margin-bottom:24px;text-align:center}@media(max-width:369px){.dgad-crm-captcha iframe{width:29rem}}.dgad-crm-flex-wrapper{display:flex}.dgad-crm-flex-wrapper--center-vr{justify-content:center}.dgad-crm-state-hidden,.dgad-form-field-state-hidden{display:none!important}.crm-full-screen-width{left:50%;max-width:100vw;min-width:100vw;position:relative;right:-50%;transform:translate(-50%);width:100vw}@media(max-width:768px){.crm-full-screen-width.dgad-crm-panel-has-mobile-img{left:49%}.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image--desktop .dgad-over-image__content,.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image--mobile .dgad-over-image__content{display:none}.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image--desktop .dgad-over-image__content--show,.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image--mobile .dgad-over-image__content--show{display:block}.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image--under{display:block;min-height:28rem}}@media(min-width:769px){.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image--desktop .dgad-over-image__content{display:block}.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image--desktop .dgad-over-image__content .dgad-panel__cta .crm-cta{height:4.5rem;width:16rem}}@media(max-width:1279px){.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image:not(.dgad-over-image--under) .dgad-over-image__title{font-size:2rem}.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image:not(.dgad-over-image--under) .dgad-over-image__text .header-description{margin-top:.4rem}.crm-full-screen-width.dgad-crm-panel-has-mobile-img .dgad-over-image:not(.dgad-over-image--under) .dgad-over-image__text p{font-size:1.5rem}}.crm-full-screen-width.immersive-cards-widget,.crm-profile-page .crm-full-screen-width{left:0;max-width:100%;min-width:100%;position:relative;right:0;transform:translate(0);width:100%}.crm-full-screen-width.immersive-cards-widget .immersive-card-list--container,.crm-profile-page .crm-full-screen-width .immersive-card-list--container{margin:0 5rem}@font-face{font-display:swap;font-family:Icomoon;font-style:normal;font-weight:300;src:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/icomoon.eot);src:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/icomoon.woff) format("woff"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/icomoon.ttf) format("truetype"),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/fonts/icomoon.svg) format("svg")}[class*=" icon-"],[class^=icon-]{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-bank-account:before{content:""}.icon-gift:before{content:""}.icon-regroovable:before{content:""}.icon-retreadable:before{content:""}.icon-valid:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-reload:before{content:""}.icon-zoom-minus:before{content:""}.icon-zoom-plus:before{content:""}.icon-search:before{content:""}.icon-locate:before{content:""}.icon-ellipsis:before{content:""}.icon-filters:before{content:""}.icon-pause:before{content:""}.icon-play:before{content:""}.icon-close:before{content:""}.icon-plus:before{content:"fix"}.icon-download:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-up:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-left:before{content:""}.icon-youtube:before{content:""}.icon-x:before{content:""}.icon-instagram:before{content:""}.icon-facebook:before{content:""}.icon-articles:before{content:""}.icon-time:before{content:""}.icon-menu:before{content:""}.icon-home:before{content:""}.icon-information:before{content:""}.icon-mask-2-1:before{content:""}.icon-round-close:before{content:""}.icon-arrow-nav:before{content:""}.icon-alert:before{content:""}@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}div[data-anchor-separator]{position:relative}div[data-anchor-separator] .anchorscroll-stopper{height:.1rem;left:0;position:absolute;top:-13.5rem;visibility:hidden;width:.1rem;z-index:-1}div[data-anchor-separator] .apos-ui .apos-buttons{left:-80px;position:absolute}.apos-ui .apos-buttons{white-space:normal}.apos-rich-text a:visited,.apos-rich-text>a:link{color:var(--color-secondary);text-decoration-color:var(--color-secondary);text-underline-position:under}.apos-rich-text-widget table ol,.apos-rich-text-widget table ul{list-style-position:inside}.dgad-crm-campaign-button{text-align:center}.dgad-form-field-boolean.dgad-crm-state-valid~.dgad-crm-error-message{display:none}.dgad-form-field-boolean.dgad-crm-state-error{margin-bottom:0}.dgad-form-field-boolean.dgad-crm-state-error~.dgad-crm-error-message{display:flex;margin-bottom:2.4rem;margin-top:0}.dgad-form-field-boolean--rtl .dgad-form-field__label{margin:0 6rem 0 0}.dgad-form-checkbox .dgad-form-field-checkbox__input:checked+.dgad-form-field-checkbox__label span:first-child svg{stroke:var(--color-background-alternative)}.dgad-form-checkbox .dgad-form-field-checkbox__input:checked+.dgad-form-field-checkbox__label span:first-child{border-color:var(--color-background-alternative)}.dgad-form-checkbox-message{display:none}.dgad-form-checkbox:not(.michelin-theme) .dgad-form-field-checkbox__input:checked+.dgad-form-field-checkbox__label span:first-child,.dgad-form-checkbox:not(.michelin-theme) .dgad-form-field-checkbox__label span:first-child{background-color:#e5e5e5}.dgad-form-file.bfg-theme .upload-btn-close{background-color:var(--color-primary)}.dgad-form-file.bfg-theme .upload-btn-close:hover{background-color:#001a33}.dgad-form-file.bfg-theme .upload-btn-close:after,.dgad-form-file.bfg-theme .upload-btn-close:before{background-color:#fff}.dgad-form-file.kleber-theme .upload-btn-close{background-color:var(--color-primary)}.dgad-form-file.kleber-theme .upload-btn-close:hover{background-color:#1a1a1a}.dgad-form-file.kleber-theme .upload-btn-close:after,.dgad-form-file.kleber-theme .upload-btn-close:before{background-color:#fff}.dgad-form-file.uniroyal-theme .upload-btn-close{background-color:var(--color-primary)}.dgad-form-file.uniroyal-theme .upload-btn-close:hover{background-color:#e5000b}.dgad-form-file.uniroyal-theme .upload-btn-close:after,.dgad-form-file.uniroyal-theme .upload-btn-close:before{background-color:#fff}.dgad-form-field-radio__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;width:100%}.dgad-form-field-radio--image__frame{padding-bottom:56.25%;position:relative}.dgad-form-field-radio--option__wrapper{line-height:0;margin-bottom:2.4rem;position:relative;width:100%}.dgad-form-field-radio--option__wrapper:last-of-type{margin-right:auto}.dgad-form-field-radio[data-option-width] .dgad-form-field-radio--option__wrapper.dgad-form-field-radio--option--img{background-color:#f5f5f5;border-radius:4px;cursor:pointer;flex:unset;height:100%;margin-right:unset;padding:.8rem .8rem 3.2rem;width:100%}.dgad-form-field-radio[data-option-width] .dgad-form-field-radio--option__wrapper.dgad-form-field-radio--option--img .radio-label__text{margin-bottom:.8rem;overflow:auto;text-align:center}.dgad-form-field-radio[data-option-width] .dgad-form-field-radio--option__wrapper.dgad-form-field-radio--option--img .dgad-form-field__input{bottom:0;height:100%;left:unset;opacity:0}.dgad-form-field-radio[data-option-width] .dgad-form-field-radio--option__wrapper.dgad-form-field-radio--option--img.active{background-color:#e6efff;border:1px solid var(--color-secondary);cursor:default}@media(min-width:769px){.dgad-form-field-radio[data-option-width] .dgad-form-field-radio--option__wrapper.dgad-form-field-radio--option--img{width:47%}}.dgad-form-field-radio--option:checked+label:after,.dgad-form-field-radio--option:not(:checked)+label:after{background:var(--color-background-alternative)}.dgad-form-field-radio--option:checked+label:before,.dgad-form-field-radio--option:not(:checked)+label:before{background-color:#f5f5f5;border:.1rem solid var(--color-background-alternative)}.dgad-form-field-radio--option:disabled+label:before{background-color:#e5e5e5;border:1px solid #7f7f7f}.dgad-form-field-radio--option:disabled+label:after{background-color:#7f7f7f}.dgad-form-field--disabled .dgad-form-field-radio[data-option-width] .dgad-form-field-radio--option--img.active{background:#e5e5e5;border:.1rem solid #7f7f7f}.dgad-form-field-radio .dgad-form-field-radio--option--img [type=radio]+.radio-label{display:flex;justify-content:center;padding:0 1.6rem}.dgad-form-field-radio .dgad-form-field-radio--option--img [type=radio]+.radio-label:before{bottom:-1.6rem;left:unset;top:unset}.dgad-form-field-radio .dgad-form-field-radio--option--img [type=radio]+.radio-label:after{bottom:-1.1rem;left:unset;top:unset}.dgad-form-field-radio[data-option-width=full] .dgad-form-field-radio--option__wrapper{flex:0 0 100%}.dgad-form-field-radio[data-option-width=half] .dgad-form-field-radio--option__wrapper{flex:0 0 50%}.dgad-form-field-radio[data-option-width=one-third] .dgad-form-field-radio--option__wrapper{flex:0 0 33%}.dgad-form-field-radio[data-option-width=one-fourth] .dgad-form-field-radio--option__wrapper{flex:0 0 25%}.dgad-form-field .dgad-form-text__input--password[dgad-field-status="-1"]~.dgad-form-field__icon--fail,.dgad-form-field .dgad-form-text__input--password[dgad-field-status="1"]~.dgad-form-field-icon-check-green,.dgad-form-field input[type=date][dgad-field-status="-1"]~.dgad-form-field__icon--fail,.dgad-form-field input[type=date][dgad-field-status="1"]~.dgad-form-field-icon-check-green{right:4.1rem}.dgad-form-field input[type=date].dgad-form-text__input{padding-right:1.6rem}.dgad-form-field .dgad-form-text__input--password{padding-right:6rem}.dgad-form-field .dgad-form-field__icon--error,.dgad-form-field__container--success{display:none}.dgad-form-field__container--success.show{display:block}.dgad-form-select.dgad-form-select--multiple .dgad-custom-select__options--opt.selected{background-color:var(--color-background-alternative)}.dgad-form-field--disabled .dgad-form-select--multiple .dgad-custom-select__options--opt.selected{background-color:#7f7f7f;color:#e5e5e5}:root{--s-width:900px;--s-gutter:3.2rem;--c-primary:#27509b;--c-white:#fff;--c-color-lighten:#d3d3d3;--c-color-3:#7d7d7d;--c-color-4:#7f7f7f;--c-color-6:#333;--c-color-7:#ccc}.dgad-form-sections-buttons{align-items:center}.dgad-form-sections-buttons__previous{background:none!important;border:1px solid var(--c-primary)!important;color:var(--c-primary)!important;height:unset!important;min-width:14.2rem!important;padding:1.2rem 1rem!important}@media(min-width:961px){.dgad-form-sections-buttons__next,.dgad-form-sections-buttons__previous{border-radius:.4rem!important}}.dgad-form-sections-stepper-container{z-index:4}@media(min-width:769px){.dgad-summary.bfg-theme .dgad-summary-section{margin:0 0 .8rem;padding:1.6rem 2.4rem}}.dgad-summary.bfg-theme .dgad-summary-section-content__item-element-tag{color:var(--color-primary)}.dgad-summary.bfg-theme .dgad-summary-section-content__item-label{color:#4c4c4c;font-size:1.4rem}.dgad-summary.bfg-theme .dgad-summary-section-content__actions-item{color:var(--color-primary)}.dgad-form-container .dgad-form-submit-container{animation:submit-container--slideIn .2s ease-in-out 0s 1;background-color:#fff;bottom:0;box-shadow:0 0 16px 0 rgba(0,0,0,.1);display:flex;justify-content:space-evenly;left:0;padding:.8rem 1.6rem;position:fixed;width:100vw;z-index:9}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons{max-width:45.6rem}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__previous{border-radius:3.2rem;height:3.2rem;margin:.8rem 0;padding:0;width:3.2rem}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__previous .dgad-crm-icon .dgad-crm-svg{color:#fff}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons button.dgad-form-sections-buttons__previous{background-color:var(--color-background-alternative)}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__next-container{display:flex}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__next-text{width:100%}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__next,.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__submit{min-width:14.2rem;padding:1.2rem 1rem}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons .dgad-crm-icon .dgad-crm-svg{height:2.4rem;width:2.4rem}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__previous:before{background-color:var(--color-secondary);border:1px solid #00bfff;content:"";height:21px;left:10px;-webkit-mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/west.svg) no-repeat 50% 50%;mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/west.svg) no-repeat 50% 50%;position:absolute;top:15px;width:21px}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__next:before{background-color:var(--color-secondary);border:1px solid #ff1493;content:"";height:21px;-webkit-mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/east.svg) no-repeat 50% 50%;mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/east.svg) no-repeat 50% 50%;position:absolute;right:10px;top:15px;width:21px}@media(max-width:960px){.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__next:before,.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__previous:before{border:1px solid orange;opacity:1}}@media(min-width:961px){.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__next:before,.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__previous:before{border:1px solid purple;opacity:0;transition:opacity .3s ease}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__next:hover:before,.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons__previous:hover:before{border:1px solid blue;opacity:1}}.dgad-form-container .dgad-form-submit-container .dgad-form-buttons__submit,.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons{animation:buttons--blurIn .3s ease-in-out 0s 1}@media(min-width:769px){.dgad-form-container .dgad-form-submit-container .dgad-form-buttons__submit,.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons{animation:none}}@media(max-width:959px){.dgad-form-container .dgad-form-submit-container{align-items:center;flex-direction:column}}@media(min-width:769px){.dgad-form-container .dgad-form-submit-container{animation:none;box-shadow:unset;padding:0;position:relative;width:100%}.dgad-form-container .dgad-form-submit-container .dgad-form-sections-buttons{max-width:unset}}@keyframes submit-container--slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes buttons--blurIn{0%{opacity:0}60%{opacity:0}to{opacity:1}}@media(min-width:769px){.dgad-form-container .apos-area{--gap:2.4rem;align-items:flex-end;display:flex;flex-wrap:wrap;gap:0 var(--gap)}}.dgad-form-container .apos-area-widget-wrapper{margin-bottom:0!important;width:100%}@media(max-width:768px){.dgad-form-container .apos-area-widget-wrapper{padding:0!important}}.dgad-form-container .apos-forms-submission-thank-you{text-align:center}.dgad-form-container .apos-forms-input--rtl{text-align:right}.dgad-form-container .form-error-container-red{background-color:rgba(255,0,31,.25);border-radius:.5rem;margin:3rem 0;padding:1.1rem}.dgad-form-container .form-error-container-red .apos-forms-error{color:#ff001f;display:inline}.dgad-form-container .dgad-form-sections-title{font-size:2.4rem;font-weight:700;line-height:1.5;margin:0}.dgad-form-container .dgad-form-sections-label{font-size:1.4rem;line-height:1.71;margin:0 0 2.4rem}@media(min-width:769px){.dgad-form-container .dgad-form-sections-label{margin:0 0 3.2rem}.dgad-form-container .dgad-form-sections-label,.dgad-form-container .dgad-form-sections-title{text-align:center}}.dgad-form-container-scrollable{margin:2.4rem 1.6rem}@media(min-width:769px){.dgad-form-container-scrollable{margin:3.2rem}}@media(min-width:1281px){.dgad-form-container-scrollable{margin:3.2rem 7.2rem}}.dgad-form-container .dgad-crm-form .dgad-form-date .date-picker .date-picker-toggle[disabled],.dgad-form-container .dgad-crm-form .dgad-form-date .date-picker .form-date-field-input[disabled]{cursor:auto}.dgad-crm-forms-show-widget{margin:0 auto;max-width:63.2rem;position:relative;width:100%}@media(min-width:769px){.dgad-crm-forms-show-widget{max-width:61.6rem}}@media(min-width:1281px){.dgad-crm-forms-show-widget{max-width:66.4rem}}.dgad-crm-forms-show-widget .dgad-crm-button{max-width:25.6rem;min-width:auto;width:100%}@media(min-width:961px){.dgad-crm-forms-show-widget .dgad-crm-button{border-radius:.4rem;max-width:23rem;width:unset}}.dgad-crm-forms-show-widget .dgad-crm-button--disabled{background:#ccc;cursor:not-allowed;pointer-events:none}.dgad-crm-forms-show-widget .dgad-crm-forms-show-page-icon.dgad-crm-forms-show-page-icon--confirmation{border:0;margin:0;position:absolute;right:-1.5rem;top:-3.5rem}.dgad-crm-forms-show-widget .dgad-crm-forms-show-page-icon.dgad-crm-forms-show-page-icon--confirmation a{color:#333}.dgad-crm-forms-show-widget .dgad-crm-forms-show-page-icon.dgad-crm-forms-show-page-icon--confirmation .dgad-crm-svg{height:3rem;width:3rem}.dgad-crm-forms-show-widget .signup-display-resend-link .message{text-align:center}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-edition[data-crm-edition=false]{display:none}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-edition form>div>div:first-child .apos-rich-text :first-child{margin-top:0}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display{min-height:50px}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .apos-rich-text p{margin-block-end:16px;margin-block-start:16px}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .dgad-column-block{padding:0}@media(max-width:767px){.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .mdc-layout-grid__inner{grid-gap:0}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .mdc-layout-grid__cell+.mdc-layout-grid__cell .apos-rich-text :first-child{margin-top:0}}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display>:nth-child(2)>div:first-child .apos-rich-text :first-child{margin-top:0}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .dgad-select-cards-field__option{background-color:inherit;cursor:default}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .dgad-select-cards-field__option--selected{border:none}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display[data-crm-edition=true]{display:none}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .dgad-crm-profileInformation-edit{align-items:center;color:#27509b;cursor:pointer;display:flex;gap:8px;position:absolute;right:0;text-decoration:underline;top:0;z-index:1}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .dgad-crm-profileInformation-edit .dgad-crm-icon-edit-pen{height:16px;width:16px}.dgad-crm-forms-show-widget .dgad-crm-profileInformation-display .dgad-crm-profileInformation-edit span{line-height:16px}.dgad-forms-textUnderButtonSubmitButton{margin-top:2rem}.dgad-forms-textUnderButtonSubmitButton:not(:has(div)){margin-top:0}.crm-form--is-edit .crm-profile-informations__cancel-button,.crm-form--is-edit .dgad-form-buttons__submit,.crm-form--is-edit .dgad-recaptcha{display:none}.crm-form--is-edit .crm-profile-informations--editing .crm-profile-informations__cancel-button,.crm-form--is-edit .crm-profile-informations--editing .dgad-form-buttons__submit,.crm-form--is-edit .crm-profile-informations--editing .dgad-recaptcha{display:flex}.crm-form--is-edit .crm-profile-informations--editing .crm-profile-informations__edit-button{display:none}.crm-form--is-edit .crm-profile-informations--submitting .crm-profile-informations__cancel-button,.crm-form--is-edit .crm-profile-informations--submitting .crm-profile-informations__edit-button,.crm-form--is-edit .crm-profile-informations--submitting .dgad-form-buttons__submit{display:none!important}.dgad-form-success-iframe{border:none;box-shadow:2px 5px 8px #3333334a;left:0;margin:0 auto;position:absolute;right:0}.dgad-form-widget-iframe{position:relative}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-stepper-container{--step-bullet-bg:var(--color-primary);--step-color:var(--color-primary)}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-stepper-container-stepper__button{--step-bullet-bg:var(--color-primary)}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-stepper-container .dgad-form-sections-stepper{--step-bar-bg:var(--color-primary);--step-color:var(--color-primary);--step-bullet-bg:var(--color-primary)}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-stepper-container .dgad-form-sections-stepper__step.active{--step-bullet-bg:var(--color-primary)}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-stepper-container .dgad-form-sections-stepper__step.active .dgad-form-sections-stepper__button:before{box-shadow:none}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-title{color:var(--color-primary)}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-buttons__submit{background-color:#036;border-radius:2.4rem;color:#fff}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-buttons__next,.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-buttons__submit{background-color:#036!important;border-radius:2.4rem;color:#fff}.dgad-crm-forms-show-widget.bfg-theme .dgad-form-sections-buttons__previous{border:1px solid #036!important;color:#036!important}.dgad-crm-forms-show-widget.bfg-theme .loader-container .loader{background-color:#036}.dgad-crm-forms-show-widget.bfg-theme .loader-container .loader.check{background-color:green}.dgad-crm-forms-show-widget.bfg-theme .loader-container .loader.error{background-color:red}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-stepper-container{--step-bullet-bg:var(--color-primary);--step-color:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-stepper-container-stepper__button{--step-bullet-bg:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections .dgad-form-sections-stepper{--step-bar-bg:var(--color-primary);--step-color:var(--color-primary);--step-bullet-bg:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections .dgad-form-sections-stepper .dgad-form-sections-stepper__button-container:after{background-color:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections .dgad-form-sections-stepper__step.active{--step-bullet-bg:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections .dgad-form-sections-stepper__step.active .dgad-form-sections-stepper__button:before{box-shadow:none}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-title{color:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-buttons__submit{background-color:#fff;border:.1rem solid var(--color-primary);border-radius:.4rem;color:var(--color-primary);height:unset;justify-content:space-between;min-height:4.8rem;min-width:auto;overflow:hidden;padding:1rem 6rem 1rem 1.6rem!important;transition:background-color .3s ease-in-out}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-buttons__submit .crm-cta__side,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-buttons__submit .crm-cta__side:before{background-color:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-buttons__submit:hover{background-color:var(--color-primary);color:#fff}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-buttons__submit:before{background-color:var(--color-primary);border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__previous{border:1px solid #2a2a2a!important;color:#2a2a2a!important}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit{background-color:#fff;border:.1rem solid var(--color-primary);border-radius:.4rem;color:#1a1a1a;height:unset;justify-content:space-between;min-height:4.8rem;min-width:auto;overflow:hidden;padding:1rem 6rem 1rem 1.6rem!important;text-align:left;text-transform:uppercase;transition:background-color .3s ease-in-out}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next .dgad-crm-button__side,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next .dgad-crm-button__side:before,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit .dgad-crm-button__side,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit .dgad-crm-button__side:before{background-color:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next:hover,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit:hover{background-color:var(--color-primary);color:#fff}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next:before,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit:before{background-color:var(--color-primary);border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next .dgad-crm-icon,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit .dgad-crm-icon{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;opacity:1;position:absolute;right:0;top:0;width:4.5rem;z-index:2}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next .dgad-crm-icon--east svg,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit .dgad-crm-icon--east svg{height:1.6rem!important;width:1.6rem!important}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__next-next-text,.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons__submit-next-text{text-align:left;text-transform:uppercase}.dgad-crm-forms-show-widget.kleber-theme .dgad-form-sections-buttons-conceal{display:none!important}.dgad-crm-forms-show-widget.kleber-theme .loader-container .loader{background-color:var(--color-primary)}.dgad-crm-forms-show-widget.kleber-theme .loader-container .loader.check{background-color:green}.dgad-crm-forms-show-widget.kleber-theme .loader-container .loader.error{background-color:red}.dgad-crm-forms-show-widget.kleber-theme .dgad-crm-helper{color:#1a1a1a}.uniroyal-theme .crm-profile-informations__edit-button,.uniroyal-theme .dgad-form-buttons__submit{background-color:var(--color-primary);border-radius:0;clip-path:polygon(calc(var(--cta-height)*.42447) 0,100% 0,calc(100% - var(--cta-height)*.42447) 100%,0 100%);color:#fff;padding:1.2rem 4.8rem}.uniroyal-theme .crm-profile-informations__edit-button .dgad-crm-icon-east,.uniroyal-theme .dgad-form-buttons__submit .dgad-crm-icon-east{right:1.8rem}.uniroyal-theme .dgad-form-sections-stepper{--step-bar-bg:var(--color-primary)}.uniroyal-theme .dgad-form-sections-stepper__step.active{--step-bullet-bg:var(--color-primary)}.uniroyal-theme .dgad-form-sections-stepper__step.active .dgad-form-sections-stepper__button:before{box-shadow:none}.uniroyal-theme .dgad-form-sections-title{color:var(--color-primary)}.uniroyal-theme .dgad-form-sections-buttons__next .dgad-crm-icon-east_2{margin-right:.8rem}.uniroyal-theme .dgad-form-sections-buttons__previous{clip-path:none!important}.uniroyal-theme .dgad-crm-radio-input:after,.uniroyal-theme .dgad-crm-radio-input:before{border-color:var(--color-primary)!important}.uniroyal-theme .dgad-crm-radio-input:after{background-color:var(--color-primary)!important}.uniroyal-theme .loader-container .loader{background-color:var(--color-secondary)}.uniroyal-theme .loader-container .loader.check{background-color:green}.uniroyal-theme .loader-container .loader.error{background-color:red}.dgad-images{background-image:none!important}.dgad-images picture{display:block}.dgad-images picture img{display:block;width:100%}.dgad-column-block .apos-rich-text{margin:16px;overflow-x:auto;width:auto!important}.dgad-column-block--white{background-color:#fff}.dgad-column-block--primary{background-color:var(--color-primary)}.dgad-column-block--secondary{background-color:var(--color-secondary)}.dgad-column-block--secondary .apos-rich-text{color:#fff}.dgad-column-block--secondary .apos-rich-text a:link,.dgad-column-block--secondary .apos-rich-text a:visited{color:#fff;text-decoration-color:#fff}.dgad-column-block--tertiary{background-color:#f2f2f2}.dgad-column-block--font-white a,.dgad-column-block--font-white a>span,.dgad-column-block--font-white h1,.dgad-column-block--font-white h2,.dgad-column-block--font-white h3,.dgad-column-block--font-white h4,.dgad-column-block--font-white h5,.dgad-column-block--font-white h6,.dgad-column-block--font-white p{color:#fff}.dgad-column-block--font-black a,.dgad-column-block--font-black a>span,.dgad-column-block--font-black h1,.dgad-column-block--font-black h2,.dgad-column-block--font-black h3,.dgad-column-block--font-black h4,.dgad-column-block--font-black h5,.dgad-column-block--font-black h6,.dgad-column-block--font-black p{color:#363636}.dgad-column-block--full-width .mdc-layout-grid{max-width:100%;padding-left:0;padding-right:0;width:100%}@media(min-width:960px){.dgad-column-block--full-height{padding-bottom:0;padding-top:0}}@media(max-width:767px){.mdc-layout-grid__inner.sm-reverse-column-block{display:flex;flex-direction:column-reverse}}@keyframes accordion-section-opacity{0%{opacity:0}50%{opacity:0}to{opacity:1}}.dgad-accordion__section{background-color:#d3d3d3;margin:0 0 20px}.dgad-accordion__section-header{align-items:center;background-color:#f5f5f5;border-bottom:0;cursor:pointer;display:flex;font-family:var(--font-primary);font-size:14px;justify-content:flex-start;padding-bottom:2.4rem;padding-top:2.4rem;position:relative}.dgad-accordion__section-header-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.dgad-accordion__section-title{color:#000;font-weight:700;line-height:1.22;margin-bottom:0}.dgad-accordion__section-toggle{height:20px}.dgad-accordion__section-toggle svg.dgad-crm-svg{display:inline-block;height:20px;pointer-events:none;width:20px}.dgad-accordion__section-content{background-color:#f5f5f5;border-top:1px solid transparent;max-height:0;overflow:hidden;transition:max-height .5s,background-color .5s}.dgad-accordion__section-content p{color:#000}.dgad-accordion__section-content-container{padding-bottom:2.4rem;padding-top:2.4rem}.dgad-accordion__section--open .dgad-accordion__section-toggle{transform:rotate(180deg)}.dgad-accordion__section--open .dgad-accordion__section-content{border-color:#d3d3d3;display:block;max-height:50rem;overflow-y:scroll}@media(max-width:767px){.dgad-accordion__section--open .dgad-accordion__section-content{max-height:150rem}}.dgad-accordion__section--open .dgad-accordion__section-content-container{animation:accordion-section-opacity .5s}.dgad-accordion p:last-child{margin-bottom:0}.dgad-accordion [data-apos-widget-wrapper=dgad-accordion-section]:last-child .dgad-accordion{margin-bottom:50px}.dgad-accordion .dgad-accordion__section--open .dgad-accordion__section-content [data-apos-widget-wrapper=apostrophe-images]{margin-bottom:20px}.dgad-video__overlay{background-color:#000;bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease-out;z-index:4}.dgad-video__overlay:hover{opacity:.5}.dgad-video iframe{z-index:3}.dgad-video__play-btn{align-items:center;background:0;border:0;cursor:pointer;display:flex;font-size:2.5rem;justify-content:center;left:50%;min-width:5rem;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease;width:5%;z-index:5}.dgad-video__play-btn:focus{outline:none}.dgad-video__play,.dgad-video__play-btn{background-color:#ff001f;border-radius:8px;height:5.5rem;width:5.5rem}@media(min-width:769px){.dgad-video__play,.dgad-video__play-btn{border-radius:6px;height:5rem;width:5rem}}.dgad-video__play .dgad-btn,.dgad-video__play-btn .dgad-btn{height:4rem;width:4rem}@media(min-width:769px){.dgad-video__play .dgad-btn,.dgad-video__play-btn .dgad-btn{height:5rem;width:5rem}}.dgad-video__play .dgad-btn svg.dgad-crm-svg,.dgad-video__play-btn .dgad-btn svg.dgad-crm-svg{height:100%;width:100%}.dgad-video.playing .dgad-video__play-btn{opacity:0}.dgad-video.playing .dgad-video__overlay{visibility:hidden}.dgad-video.playing .dgad-video__progress-track{display:block}.dgad-video__progress-track{background:hsla(0,0%,100%,.3);display:none;height:.3rem}.dgad-video__progress-bar{background:var(--color-secondary);height:100%;transform:scaleX(0);transform-origin:0 0;transition:transform .25s ease}.flex-dropdown{display:flex!important;flex-wrap:wrap;max-width:70rem!important}.flex-dropdown .apos-dropdown-item{width:33.33%}.apos-area-widget-controls{z-index:401}.dgad-crm-password-reset-request.user-logged-in fieldset{display:none}.dgad-crm-login-switch{font-size:0;margin-bottom:2.4rem;text-align:center}.dgad-crm-login-switch .dgad-crm-login-link{background-color:#e6efff;color:#363636;display:inline-block;font-size:1.3rem;line-height:2.4rem;min-width:11rem;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s;white-space:nowrap}.dgad-crm-login-switch .dgad-crm-login-link:hover{background-color:#cddfff}.dgad-crm-login-switch .dgad-crm-login-link:first-child{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem}.dgad-crm-login-switch .dgad-crm-login-link:last-child{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.dgad-crm-login-switch .dgad-crm-login-link.dgad-crm-state-active{background-color:var(--color-secondary);color:#fff;font-weight:700}.dgad-crm-login-switch.bfg-theme .dgad-crm-login-link{background-color:#f2f2f2}.dgad-crm-login-switch.bfg-theme .dgad-crm-login-link.dgad-crm-state-active{background-color:var(--color-primary)}.dgad-crm-login-switch.kleber-theme .dgad-crm-login-link{background-color:var(--color-secondary-alpha-15);color:#4c4c4c}.dgad-crm-login-switch.kleber-theme .dgad-crm-login-link.dgad-crm-state-active{background-color:var(--color-primary);color:#fff}.dgad-crm-login-switch.uniroyal-theme a.dgad-crm-login-link{background-color:var(--color-secondary-alpha-15)}.dgad-crm-login-switch.uniroyal-theme a.dgad-crm-login-link:hover{background-color:var(--color-secondary-alpha-15-darken)}.dgad-crm-login-error{color:red;text-align:center}.dgad-crm-login-message{color:var(--color-secondary);text-align:center}.dgad-crm-login .dgad-crm-fieldset{margin-bottom:2.4rem}.dgad-crm-login-actions{text-align:center}.dgad-crm-login-actions .dgad-crm-button{margin-bottom:2.4rem}.dgad-crm-login .dgad-crm-dialog-title{margin:0 0 1.6rem;padding:0;text-align:center}@media(min-width:371px){.dgad-crm-login .apos-slideshow .apos-slideshow-item{min-height:26.7rem!important}}@media(min-width:769px){.dgad-crm-login .apos-slideshow .apos-slideshow-item{min-height:26.7rem!important}}@media(min-width:1281px){.dgad-crm-login .apos-slideshow .apos-slideshow-item{min-height:34.2rem!important}}.dgad-crm-signup-confirm .signup-confirmation-container{margin-top:70px;text-align:center}.dgad-crm-signup-confirm .signup-confirmation-container form{margin-top:50px}.dgad-crm-maintenance{align-items:center;background-color:var(--color-secondary);display:flex;flex-direction:column;justify-content:center;padding:10.6rem 0 3.2rem}@media(min-width:1281px){.dgad-crm-maintenance{flex-direction:row;padding:20.2rem 0 12.8rem}}.dgad-crm-maintenance>.dgad-crm-page-content p.dgad-crm-page-content__message{text-align:center}.dgad-crm-maintenance .dgad-crm-image .dgad-crm-svg,.dgad-crm-maintenance .dgad-crm-maintenance-content{width:32.8rem}@media(min-width:769px){.dgad-crm-maintenance .dgad-crm-image .dgad-crm-svg,.dgad-crm-maintenance .dgad-crm-maintenance-content{width:45.6rem}}@media(min-width:1281px){.dgad-crm-maintenance .dgad-crm-image .dgad-crm-svg,.dgad-crm-maintenance .dgad-crm-maintenance-content{width:48.8rem}}.dgad-crm-maintenance .dgad-crm-maintenance-content .dgad-crm-page-header{margin-bottom:1.6rem}.dgad-crm-maintenance .dgad-crm-maintenance-content .dgad-crm-page-header-content{padding:0}.dgad-crm-maintenance .dgad-crm-maintenance-content .dgad-crm-page-header-content .dgad-crm-page-title{font-size:2.4rem;font-weight:700;line-height:1.5;margin:0;padding:0}@media(min-width:1281px){.dgad-crm-maintenance .dgad-crm-maintenance-content .dgad-crm-page-header-content .dgad-crm-page-title{text-align:left}}.dgad-crm-maintenance .dgad-crm-maintenance-content__message{color:#fff;font-size:1.4rem;line-height:1.71;margin:0 0 2.4rem;text-align:center}@media(min-width:1281px){.dgad-crm-maintenance .dgad-crm-maintenance-content__message{text-align:left}}.dgad-crm-maintenance .dgad-crm-maintenance-content__timeout-content{background-color:#fff;border-radius:.4rem;display:none;margin-bottom:2.4rem;padding:.8rem 1.6rem}.dgad-crm-maintenance .dgad-crm-maintenance-content__timeout-content .dgad-crm-icon-warning{align-self:start;height:1.6rem;margin:.4rem 1.6rem 0 0;padding-top:1rem;width:1.6rem}.dgad-crm-maintenance .dgad-crm-maintenance-content__timeout-message{color:var(--color-secondary);font-size:1.4rem;line-height:1.71;margin:0}@media(min-width:1281px){.dgad-crm-maintenance .dgad-crm-maintenance-content{margin-left:2.4rem}}.dgad-crm-maintenance .dgad-crm-maintenance-content.disable .dgad-crm-timer .dgad-crm-box{color:#7f7f7f;opacity:.6}.dgad-crm-maintenance .dgad-crm-maintenance-content.disable .dgad-crm-timer .dgad-crm-minutes-label,.dgad-crm-maintenance .dgad-crm-maintenance-content.disable .dgad-crm-timer .dgad-crm-seconds-label{opacity:.6}.dgad-crm-maintenance .dgad-crm-maintenance-content.disable .dgad-crm-maintenance-content__timeout-content{display:flex}.dgad-crm-maintenance .dgad-crm-image .dgad-crm-svg{height:23.2rem;margin-bottom:3.2rem}@media(min-width:769px){.dgad-crm-maintenance .dgad-crm-image .dgad-crm-svg{height:32.2rem}}@media(min-width:1281px){.dgad-crm-maintenance .dgad-crm-image .dgad-crm-svg{height:34.4rem}}.dgad-crm-maintenance .dgad-crm-timer{display:flex;justify-content:center}@media(min-width:1281px){.dgad-crm-maintenance .dgad-crm-timer{justify-content:start}}.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-minutes-time,.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-seconds-time{display:flex;text-align:center}.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-minutes-time .dgad-crm-box,.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-seconds-time .dgad-crm-box{align-items:center;background-color:#fff;border-radius:.8rem;color:var(--color-secondary);display:flex;font-family:var(--font-tertiary);font-size:2.8rem;font-weight:700;height:7.4rem;justify-content:center;line-height:1.5;margin-bottom:.8rem;padding:1.6rem 0;width:7rem}.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-minutes-time{margin-right:1.6rem}.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-minutes-tens,.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-seconds-tens{margin-right:.8rem}.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-minutes-label,.dgad-crm-maintenance .dgad-crm-timer .dgad-crm-seconds-label{color:#fff;font-size:1.6rem;font-style:italic;font-weight:700;line-height:1.5;text-align:center}.dgad-crm-maintenance.bfg-theme{min-height:100vh;padding-right:20rem}@media(min-width:769px){.dgad-crm-maintenance.bfg-theme{min-height:40rem}}@media(min-width:1281px){.dgad-crm-maintenance.bfg-theme{min-height:60rem}}@media(max-width:1439px){.dgad-crm-maintenance.bfg-theme{padding-right:0}}.dgad-crm-maintenance.bfg-theme .dgad-crm-timer .dgad-crm-minutes-time .dgad-crm-box,.dgad-crm-maintenance.bfg-theme .dgad-crm-timer .dgad-crm-seconds-time .dgad-crm-box{color:var(--color-primary);font-size:3.2rem}.dgad-crm-maintenance.bfg-theme .dgad-crm-maintenance-content__timeout-message{color:var(--color-primary)}.dgad-crm-maintenance.bfg-theme .dgad-crm-image{height:22.4rem}@media(max-width:1439px){.dgad-crm-maintenance.bfg-theme .dgad-crm-image{height:15.9rem}}@media(max-width:1279px){.dgad-crm-maintenance.bfg-theme .dgad-crm-image{height:9.3rem;margin-bottom:6.4rem}}@media(max-width:767px){.dgad-crm-maintenance.bfg-theme .dgad-crm-image{height:unset;max-width:31rem;width:100%}}.dgad-crm-maintenance.bfg-theme .dgad-crm-image img{height:100%}@media(max-width:767px){.dgad-crm-maintenance.bfg-theme .dgad-crm-image img{height:unset;max-width:31rem;width:100%}}.dgad-crm-maintenance-mode .bfg-theme{height:100vh}.crm-profile-page-content-widget{align-items:center;display:flex;flex-direction:column}.crm-profile-page-content-widget .dgad-crm-image-profile.hidden{display:none}.crm-profile-page-content-widget .dgad-crm-image{border-radius:50%;position:relative}.crm-profile-page-content-widget .dgad-crm-image-picture{left:50%;position:absolute;top:0;transform:translateX(-50%)}.crm-profile-page-content-widget .crm-profile-informations__cancel-button{margin-bottom:24px}.crm-profile-page-content-widget .dgad-crm-profile-edit-image{display:flex;justify-content:center}.crm-profile-page-content-widget .crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-upload-button{left:calc(50% + 2.7rem)}.crm-profile-page-content-widget .dgad-form-submit-container{box-shadow:none;position:static;width:auto}.crm-profile-page-content-widget .dgad-crm-icon-user,.crm-profile-page-content-widget .dgad-crm-image{height:140px;width:140px}.crm-profile-page-content-widget .crm-profile-info-page-names{color:#000;font-size:18px;font-weight:700;margin:24px 0 32px}.crm-profile-page-content-widget .crm-profile-info-page-referral{width:75%}@media(max-width:1919px){.crm-profile-page-content-widget .crm-profile-info-page-referral{width:100%}}.crm-profile-page-content-widget .crm-profile-info-page-referral:not(:last-child){margin-bottom:24px}.dgad-crm-page-not-found .dgad-crm-page-title{color:#fff}.dgad-crm-page-not-found .dgad-crm-page-header{background:var(--color-secondary)}.dgad-crm-page-not-found .dgad-crm-page-header:before{border-radius:0;content:none}.dgad-crm-page-not-found .dgad-crm-page-header .mdc-layout-grid__cell{align-items:center;display:flex;flex-direction:column}@media(min-width:769px){.dgad-crm-page-not-found .dgad-crm-page-header .mdc-layout-grid__cell{flex-direction:row}}.dgad-crm-page-not-found .dgad-crm-page-header-content{margin:0;max-width:none;order:2;width:100%}@media(max-width:767px){.dgad-crm-page-not-found .dgad-crm-page-header-content{display:flex;flex-direction:column-reverse}}.dgad-crm-page-not-found .dgad-crm-page-header-content h1{font-family:var(--font-tertiary);font-size:32px;font-style:normal;line-height:1.5}.dgad-crm-page-not-found .dgad-crm-page-header-content p.header-description{font-size:16px}.dgad-crm-page-not-found .dgad-crm-page-header-content .dgad-crm-icon{background:transparent;margin:auto;padding:0}@media(min-width:769px){.dgad-crm-page-not-found .dgad-crm-page-header-content{display:flex;order:0;text-align:left}.dgad-crm-page-not-found .dgad-crm-page-header-content h1{font-size:36px}.dgad-crm-page-not-found .dgad-crm-page-header-content .dgad-crm-svg{height:30px;width:30px}}.dgad-crm-page-not-found .dgad-crm-page-header-image{display:flex;order:1;width:100%}.dgad-crm-page-not-found .dgad-crm-page-header-image .dgad-crm-icon{height:236px;margin:0 auto 24px;width:329px}.dgad-crm-page-not-found .dgad-crm-page-header-image .dgad-crm-icon svg{height:60%;width:100%}@media(max-width:767px){.dgad-crm-page-not-found .dgad-crm-page-header-image .dgad-crm-icon svg{height:80%;width:100%}}@media(min-width:769px){.dgad-crm-page-not-found .dgad-crm-page-header-image{width:40%}.dgad-crm-page-not-found .dgad-crm-page-header-image .dgad-crm-icon{height:400px;width:270px}}@media(min-width:1281px){.dgad-crm-page-not-found .dgad-crm-page-header-image .dgad-crm-icon{height:443px;width:618px}}.dgad-crm-page-not-found .dgad-crm-page-header.bfg-theme{align-items:center;display:flex;min-height:40.4rem}@media(min-width:769px){.dgad-crm-page-not-found .dgad-crm-page-header.bfg-theme{min-height:23.7rem}}@media(min-width:1281px){.dgad-crm-page-not-found .dgad-crm-page-header.bfg-theme{min-height:50rem}}.dgad-crm-page-header{color:#fff;min-height:auto;overflow:hidden;position:relative;text-align:center}.dgad-crm-page-content,.dgad-crm-page-header-content,.dgad-crm-page-section{position:relative}.dgad-crm-page-content .dgad-column-block .mdc-layout-grid,.dgad-crm-page-header-content .dgad-column-block .mdc-layout-grid,.dgad-crm-page-section .dgad-column-block .mdc-layout-grid{padding:0;width:100%}@media(min-width:1281px){.dgad-crm-page-content .dgad-column-block,.dgad-crm-page-header-content .dgad-column-block,.dgad-crm-page-section .dgad-column-block{padding:0}}.dgad-crm-page-header-content{padding-bottom:40px;padding-top:40px;position:relative}.dgad-crm-page-header-content .dgad-crm-icon{background-color:#fff;border-radius:100%;display:inline-block;margin-bottom:24px;padding:12px;width:64px}.dgad-crm-page-header-content .dgad-crm-svg{height:40px;width:40px}.dgad-crm-page-header-background{background-color:var(--color-secondary);border-radius:100%;bottom:0;box-shadow:0 5px 7px 0 rgba(0,0,0,.1);left:-600px;overflow:hidden;position:absolute;right:-600px;top:-400px}.dgad-crm-page-header-background--hasbg:before{background:#000;border-radius:100%;bottom:0;content:"";display:block;left:0;opacity:.4;position:absolute;right:0;top:0;z-index:0}.dgad-crm-page-header-background-image{bottom:0;left:0;margin:400px 600px 0;position:absolute;right:0;top:0}.dgad-crm-page-description{font-size:2rem;margin-bottom:0;margin-top:0}.dgad-crm-page-title{font-family:var(--font-primary);font-size:3.4rem;font-weight:900;line-height:4.6rem;margin-bottom:8px;margin-top:0}.dgad-crm-page-content{margin-bottom:64px;margin-top:64px}.dgad-crm-page-content .apos-area-widget-wrapper{margin-bottom:32px}.dgad-crm-page-content .apos-area-widget-wrapper:last-of-type{margin-bottom:0}@media(max-width:768px){.dgad-crm-page-content{margin-top:unset}}.apos-dropdown>.apos-button{z-index:1001}.apos-dropdown .apos-dropdown-items{z-index:1000}.apos-workflow-draft-page [data-apos-widget-wrapper="@dgad/column-block"] .dgad-column-block{padding:0}.apos-workflow-draft-page [data-apos-widget-wrapper="@dgad/column-block"] .dgad-column-block:before{background-color:#00bf9a;color:#fff;content:"Extra added padding for ease of column-block authoring and avoid overlap of Edit Buttons. Will dissapear in Live Mode";display:block;padding:1.5rem 0;text-align:center}.dgad-crm-business-line-page-promotions-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dgad-crm-business-lines-widget{display:flex;padding:0;position:relative}.dgad-crm-business-lines-widget-container{display:flex;flex-wrap:wrap;width:100%}.dgad-crm-business-lines-widget-container .mdc-layout-grid{padding:0;width:100%}.dgad-crm-business-lines-widget-container .mdc-layout-grid[data-vertical-display=true] .mdc-layout-grid__cell--span-6-md{grid-column-end:span 12}@media(max-width:767px){.dgad-crm-business-lines-widget-container .mdc-layout-grid__cell--span-6-md{grid-column-end:span 12}}@media(min-width:1281px){.dgad-crm-business-lines-widget-container .mdc-layout-grid__cell--span-6-md{grid-column-end:span 4}}.dgad-crm-business-lines-widget .dgad-crm-business-line-card{background-color:var(--color-secondary);height:27.5rem;overflow:hidden;position:relative}@media(max-width:1279px){.dgad-crm-business-lines-widget .dgad-crm-business-line-card{height:212px}}@media(max-width:767px){.dgad-crm-business-lines-widget .dgad-crm-business-line-card{height:185px}}.dgad-crm-business-lines-widget .dgad-crm-business-line-card>.dgad-crm-business-line-card-title{bottom:6.2rem;color:#fff;font-family:var(--font-primary);font-size:2.4rem;font-weight:700;line-height:1.5;margin:0 1.6rem;position:absolute}@media(min-width:1281px){.dgad-crm-business-lines-widget .dgad-crm-business-line-card>.dgad-crm-business-line-card-title{margin:0 2.4rem}}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-image{height:100%;width:100%}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-gradient{background-image:linear-gradient(180deg,transparent 26%,#000 130%);height:100%;position:absolute;top:0;width:100%}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-link{bottom:2.4rem;color:#fff;display:flex;flex-direction:row;margin-left:1.6rem;position:absolute;text-decoration:underline}@media(min-width:1281px){.dgad-crm-business-lines-widget .dgad-crm-business-line-card-link{margin-left:2.4rem}}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-link-container{border-radius:4px;display:block;overflow:hidden;position:relative}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-link-container.disable{cursor:default;pointer-events:none}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-link-container.disable .dgad-crm-business-line-card-image{filter:grayscale(1)}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-link-container.disable .dgad-crm-business-line-card-link{text-decoration:none}.dgad-crm-business-lines-widget .dgad-crm-business-line-card-link-container.disable:after{background:rgba(0,0,0,.7);content:" ";height:100%;position:absolute;top:0;width:100%}.dgad-crm-business-lines-widget-mini{flex-direction:column;margin-bottom:3rem;width:100%}@media(min-width:1281px){.dgad-crm-business-lines-widget-mini{width:85%}}.dgad-crm-business-lines-widget-mini-title{font-family:var(--font-primary);margin-bottom:.5rem}.dgad-crm-business-lines-widget-mini-contains{position:relative}.dgad-crm-business-lines-widget-mini-container{background-color:#fff;border:.1rem solid #dcdcdc;border-radius:.4rem;box-shadow:0 0 4px 2px rgba(0,0,0,.1);display:none;flex-direction:column;height:auto;margin:0;max-height:18rem;overflow:auto;padding:0;position:absolute;width:100%;z-index:1}.dgad-crm-business-lines-widget-mini-container.show{display:flex}.dgad-crm-business-lines-widget-mini-container--mobile{background-color:#fff;border:.1rem solid #dcdcdc;border-radius:.4rem;box-shadow:0 0 4px 2px rgba(0,0,0,.1);display:flex;height:auto;margin:0;min-height:4.8rem;padding:0 3.8rem 0 0;position:relative;width:100%}.dgad-crm-business-lines-widget-mini-container--mobile .dgad-crm-dropdown-arrow{cursor:pointer;height:2.4rem;position:absolute;right:1.4rem;top:1.4rem;width:2.4rem;z-index:2}.dgad-crm-business-lines-widget-mini-container--mobile .dgad-crm-dropdown-arrow--up{display:none}.dgad-crm-business-lines-widget-mini-container--mobile .dgad-crm-dropdown-arrow .dgad-crm-icon,.dgad-crm-business-lines-widget-mini-container--mobile .dgad-crm-dropdown-arrow .dgad-crm-icon svg{height:100%;pointer-events:none;width:100%}.dgad-crm-business-lines-widget-mini-container--mobile li{border:none;pointer-events:none}.dgad-crm-business-lines-widget-mini-container--mobile.highlight{border:.1rem solid var(--color-secondary)}.dgad-crm-business-lines-widget-mini-container--mobile.highlight .dgad-crm-dropdown-arrow--up{display:inline-flex}.dgad-crm-business-lines-widget-mini-container--mobile.highlight .dgad-crm-dropdown-arrow--down{display:none}@media(min-width:769px){.dgad-crm-business-lines-widget-mini-container{-ms-overflow-style:none;display:flex;flex-direction:row;height:7.2rem;overflow:hidden;overflow-x:auto;position:relative;scrollbar-width:none}.dgad-crm-business-lines-widget-mini-container .dgad-crm-dropdown-arrow,.dgad-crm-business-lines-widget-mini-container--mobile{display:none}}.dgad-crm-business-lines-widget-mini-button{background:#fff;border-radius:.4rem;font-family:var(--font-primary);list-style:none;padding:1.1rem 1.4rem 1.1rem 1.6rem}.dgad-crm-business-lines-widget-mini-button.highlight{display:none}.dgad-crm-business-lines-widget-mini-button a{display:flex;text-decoration:none;width:100%}.dgad-crm-business-lines-widget-mini-button__icon{height:2rem;margin-right:1.6rem;width:4rem}.dgad-crm-business-lines-widget-mini-button__icon .dgad-crm-icon .dgad-crm-svg{height:2rem;width:4rem}.dgad-crm-business-lines-widget-mini-button__title{color:#000;font-family:var(--font-primary);font-size:1.6rem;line-height:1.5}@media(min-width:769px){.dgad-crm-business-lines-widget-mini-button{border:1px solid #e5e5e5;border-radius:28px;margin:.8rem;padding:1.4rem 1.6rem}.dgad-crm-business-lines-widget-mini-button:hover{background-color:#f2f2f2;border:1px solid #f2f2f2}.dgad-crm-business-lines-widget-mini-button a{width:max-content}}.dgad-crm-business-lines-widget .dgad-crm-business-line-card.bfg-theme{background-color:#000}.dgad-crm-business-lines-widget .dgad-crm-business-lines-widget-mini-title.bfg-theme{color:var(--color-primary);font-weight:700}@media(min-width:769px){.dgad-crm-business-lines-widget .dgad-crm-business-lines-widget-mini-title.bfg-theme{font-size:2.4rem}}.dgad-crm-business-lines-widget .dgad-crm-business-lines-widget-mini-container--mobile.bfg-theme{border:.1rem solid #4c4c4c}.dgad-crm-business-lines-widget .dgad-crm-business-lines-widget-mini-button__title.bfg-theme{color:var(--color-primary)}.dgad-crm-business-lines-widget .dgad-crm-business-lines-widget-mini-title.kleber-theme{color:var(--color-primary);font-size:2.4rem;font-weight:700}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page{align-items:center;flex-direction:column;justify-content:center;min-height:100%;padding-top:2.4rem}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page--banner{padding-top:3.2rem}@media(min-width:1280px){.dgad-crm-campaigns-pages .dgad-crm-forms-show-page--twoLevels .dgad-crm-forms-show-page-back{position:relative}}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-back{padding-left:0;width:calc(100% - 3.2rem)}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-content{margin:7.2rem 0;padding:7.2rem}@media(max-width:425px){.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-content{margin:7.2rem 1.6rem;padding:3rem}}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-header{padding:0}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-error,.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-icon,.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-sucсess{margin:0 auto}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-description p{margin:1.2rem 0}@media(min-width:769px){.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-description p{margin:1.6rem 0}}.dgad-crm-campaigns-pages .dgad-crm-forms-show-page-title--error{color:#ff001f}.dgad-crm-campaigns-pages .dgad-crm-header{position:relative}.dgad-crm-campaigns-pages .dgad-crm-header.sticky{position:fixed;top:0;width:100%}.dgad-crm-benefit-widget{background:linear-gradient(0deg,#fff 40%,#f2f2f2 0);display:flex;flex-direction:column;left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.dgad-crm-benefit-widget-title{color:var(--color-secondary);font-family:var(--font-primary);font-size:2.4rem;font-weight:700;line-height:1.5;margin-bottom:2.4rem;margin-left:10%;margin-top:2.4rem}.dgad-crm-benefit-widget-content{display:flex;flex-direction:row;margin-left:10%}.dgad-crm-benefit-widget-content-container{-ms-overflow-style:none;display:flex;left:50%;margin-left:-50vw;margin-right:-50vw;overflow-x:scroll;position:relative;right:50%;scrollbar-width:none;width:100vw}.dgad-crm-benefit-widget-content-container::-webkit-scrollbar{display:none}.dgad-crm-benefit-widget-card{border-radius:.5rem;color:#fff;margin-right:1.6rem;min-height:21.9rem;padding:2.4rem;position:relative;width:28.8rem}.dgad-crm-benefit-widget-card .dgad-crm-icon.dgad-crm-icon-filled{height:4.8rem;margin-bottom:1.6rem;width:4.8rem}.dgad-crm-benefit-widget-card .dgad-crm-icon.dgad-crm-icon-filled .dgad-crm-svg{height:3rem;width:3rem}.dgad-crm-benefit-widget-card-content{color:#fff;font-family:var(--font-primary);position:relative;width:100%}.dgad-crm-benefit-widget-card-content-title{font-size:1.8rem;font-weight:700;margin-bottom:.8rem}.dgad-crm-benefit-widget-card-content-description p{margin:0}.dgad-crm-benefit-widget-card-content-description a,.dgad-crm-benefit-widget-card-content-description a:visited{color:#fff;text-decoration:underline}.dgad-crm-benefit-widget-card.color-background{background-color:var(--color-secondary)}@media(min-width:769px){.dgad-crm-benefit-widget-card{margin-right:2.4rem;width:29.6rem}}@media(min-width:1281px){.dgad-crm-benefit-widget-card{width:36rem}}@media(min-width:769px){.dgad-crm-benefit-widget .mdc-layout-grid{width:80%}}.dgad-crm-benefit-widget-container{overflow:visible}.dgad-crm-benefit-widget.bfg-theme .dgad-crm-benefit-widget-title{color:var(--color-primary)}.dgad-crm-benefit-widget.bfg-theme .color-background{background-color:var(--color-primary)}.dgad-crm-benefit-widget.bfg-theme .dgad-crm-icon-filled{background-color:var(--color-secondary)}.dgad-crm-benefit-widget.kleber-theme .dgad-crm-benefit-widget-title{color:var(--color-primary)}.dgad-crm-benefit-widget.kleber-theme .dgad-crm-benefit-widget-card.color-background{background-color:#1a1a1a}.dgad-crm-benefit-widget.kleber-theme .dgad-crm-benefit-widget-card-content-description .apos-rich-text>*{color:#fff}td.apos-manage-crm-content-card-pinned{vertical-align:bottom}td.apos-manage-crm-content-card-pinned .dgad-crm-icon-pin{justify-content:flex-start}td.apos-manage-crm-content-card-pinned .dgad-crm-icon-pin .dgad-crm-svg{height:16px;width:16px}.dgad-crm-anchor{color:var(--color-secondary);display:inline-block;font-size:1.6rem;font-weight:400;line-height:2.7rem}.dgad-crm-anchor.dgad-crm-icon-after{position:relative}.dgad-crm-anchor.dgad-crm-icon-after .dgad-crm-icon{bottom:0;margin:auto 0;max-height:18px;max-width:18px;padding-left:10px;position:absolute;right:16px;top:0}@media(min-width:769px){.dgad-crm-anchor.dgad-crm-icon-after .dgad-crm-icon{display:none}}.dgad-crm-anchor-text-white{color:#fff}.dgad-crm-anchor.dgad-crm-button{text-decoration:none}.dgad-crm-button{border:none;border-radius:24px;cursor:pointer;line-height:2.7rem;min-width:256px;padding:1.2rem 3.2rem;position:relative;text-align:center}.dgad-crm-button-disable{opacity:.3}@media(min-width:769px){.dgad-crm-button{min-width:288px}}.dgad-crm-button .dgad-crm-anchor-text{margin-right:18px}@media(min-width:769px){.dgad-crm-button .dgad-crm-anchor-text{margin-right:0}}.dgad-crm-button-icon-after,.dgad-crm-button-icon-before,.dgad-crm-button-image-before{bottom:0;margin:auto 0;max-height:18px;max-width:18px;position:absolute;right:16px;top:0}.dgad-crm-button-icon-before{left:16px;right:0}.dgad-crm-button-image-before{border-radius:50%;display:flex;height:2.4rem;margin:0 auto;position:unset;width:2.4rem}.dgad-crm-button-image-before>img{min-height:100%;min-width:100%;object-fit:cover;position:unset}.dgad-crm-button--circle,.dgad-crm-button--primary{background-color:var(--color-primary);color:#363636}.dgad-crm-button--circle{border-radius:50%;height:40px;min-width:inherit;padding:4px;width:40px}.dgad-crm-button--circle .dgad-crm-button-icon-after,.dgad-crm-button--circle .dgad-crm-button-icon-before{margin:auto;position:unset}.dgad-crm-button--secondary{background-color:var(--color-secondary);color:#fff}@media(min-width:1280px){.dgad-crm-button--primary,.dgad-crm-button--secondary,.dgad-crm-button--tertiary{border-radius:0}.dgad-crm-button--primary .dgad-crm-button-icon-after,.dgad-crm-button--primary .dgad-crm-button-icon-before,.dgad-crm-button--secondary .dgad-crm-button-icon-after,.dgad-crm-button--secondary .dgad-crm-button-icon-before,.dgad-crm-button--tertiary .dgad-crm-button-icon-after,.dgad-crm-button--tertiary .dgad-crm-button-icon-before{display:none}.dgad-crm-button--primary:hover .dgad-crm-button-icon-after,.dgad-crm-button--primary:hover .dgad-crm-button-icon-before,.dgad-crm-button--secondary:hover .dgad-crm-button-icon-after,.dgad-crm-button--secondary:hover .dgad-crm-button-icon-before,.dgad-crm-button--tertiary:hover .dgad-crm-button-icon-after,.dgad-crm-button--tertiary:hover .dgad-crm-button-icon-before{display:flex}}.dgad-crm-button.bfg-theme{background-color:var(--color-secondary);border-radius:80px;color:#fff;font-weight:700}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle){background-color:#fff;border-radius:.4rem;height:unset;justify-content:space-between;min-height:4.8rem;min-width:auto;overflow:hidden;padding:1rem 6rem 1rem 1.6rem!important;transition:background-color .3s ease-in-out}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--primary{border:.1rem solid var(--color-primary);color:var(--color-primary)}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--primary .dgad-crm-button__side,.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--primary .dgad-crm-button__side:before{background-color:var(--color-primary)}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--primary:hover{background-color:var(--color-primary);color:#fff}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--primary:before{background-color:var(--color-primary);border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--secondary{border:.1rem solid #1a1a1a;color:#1a1a1a}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--secondary .dgad-crm-button__side,.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--secondary .dgad-crm-button__side:before{background-color:#1a1a1a}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--secondary:hover{background-color:#1a1a1a;color:#fff}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle).dgad-crm-button--secondary:before{background-color:#1a1a1a;border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle) .dgad-crm-icon{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;opacity:1;position:absolute;right:10px;top:0;width:4.5rem;z-index:2}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle) .dgad-crm-icon--east svg{height:1.6rem!important;width:1.6rem!important}.dgad-crm-button.kleber-theme:not(.kleber-disable):not(.dgad-crm-button--circle) .dgad-crm-button-text{text-align:left;text-transform:uppercase}.dgad-crm-button.kleber-theme.dgad-crm-button--circle .dgad-crm-icon--east,.dgad-crm-button.kleber-theme.kleber-disable .dgad-crm-icon--east{display:none}.uniroyal-theme .dgad-crm-button{border-radius:0;clip-path:polygon(calc(var(--cta-height)*.42447) 0,100% 0,calc(100% - var(--cta-height)*.42447) 100%,0 100%)}.uniroyal-theme .dgad-crm-button--primary{background-color:var(--color-primary);color:#fff}.uniroyal-theme .dgad-crm-button--secondary{background-color:var(--color-secondary);color:#fff}.uniroyal-theme .dgad-crm-button--circle{border-radius:50%}.uniroyal-theme .dgad-crm-button .dgad-crm-icon-general-interface-edit use{fill:#fff!important}.ud-back-to-top{align-items:center;bottom:6rem;cursor:pointer;display:none;height:6.4rem;justify-content:center;position:fixed;right:3rem;width:6.4rem;z-index:10}.ud-back-to-top .dgad-crm-icon .dgad-crm-svg{height:50px;width:50px}.dgad-crm-card{position:relative}.dgad-crm-carousel-content{display:flex;height:540px;overflow:hidden;position:relative}@media(min-width:1281px){.dgad-crm-carousel-content{height:360px}}.dgad-crm-carousel-item.dgad-crm-state-active{left:0;margin-left:50%;transform:translateX(-50%);visibility:visible}.dgad-crm-carousel-item{left:100%;position:absolute;transition:left .4s ease}@media(min-width:1281px){.dgad-crm-carousel-item{transition:left .6s ease}}.dgad-crm-carousel-item-prev{left:-100%}.dgad-crm-carousel-navigation{align-items:center;display:flex;justify-content:center;margin-top:16px;position:relative}.dgad-crm-carousel-navigation-item{border:1px solid #979797;border-radius:50%;cursor:pointer;height:8px;margin-left:8px;width:8px}.dgad-crm-carousel-navigation-item.dgad-form-field-state-active{background-color:#979797}.dgad-crm-carousel-navigation-button{cursor:pointer}.dgad-crm-carousel-navigation-button[disabled]{opacity:.3;pointer-events:none}.dgad-crm-carousel-navigation-button:first-of-type{margin-right:16px}.dgad-crm-carousel-navigation-button:last-of-type{margin-left:16px}.dgad-crm-checkbox-label{cursor:pointer;display:inline-flex;flex-direction:row;position:relative}.dgad-crm-checkbox-checkmark{align-items:center;background-color:#f5f5f5;border:1px solid #7d7d7d;border-radius:2px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin:6px 14px 6px 5px;overflow:hidden;width:20px}.dgad-crm-checkbox-input.dgad-crm-state-error+.dgad-crm-checkbox-checkmark{border:1px solid #ff001f}.dgad-crm-checkbox-icon{align-items:center;display:none;justify-content:center}.dgad-crm-checkbox-icon .dgad-crm-icon .dgad-crm-svg{color:var(--color-secondary);height:19px;width:100%}.dgad-crm-checkbox-input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.dgad-crm-checkbox-input:checked~.dgad-crm-checkbox-checkmark{background-color:#e6efff;border-color:var(--color-secondary)}.dgad-crm-checkbox-input:checked~.dgad-crm-checkbox-checkmark .dgad-crm-checkbox-icon{display:flex}.dgad-crm-checkbox-input.dgad-crm-state-error~.dgad-crm-checkbox-checkmark{border-color:#ff001f}.dgad-crm-page-header-v2{color:#fff;margin:2.4rem 0;overflow:hidden;position:relative;text-align:left;width:100%}.dgad-crm-page-header-v2.bfg-theme .dgad-crm-page-header-v2-panel{background-color:#000}@media(min-width:769px){.dgad-crm-page-header-v2{margin:3.2rem 0}}.dgad-crm-page-header-v2 .dgad-crm-date-to-date{color:#363636;margin-bottom:2.4rem}.dgad-crm-page-header-v2 .dgad-crm-date-to-date-combineDate{background-color:#f5f5f5}.dgad-crm-page-header-v2 .header-description{font-size:2rem;margin-top:2.4rem}.dgad-crm-page-header-v2:before{display:none}.dgad-crm-page-header-v2-panel{background-color:#fff;display:block}:root{--cta-height:5.5rem}.crm-cta{align-items:center;background:var(--color-primary);border:none;border-radius:calc(var(--cta-height)/2);color:#363636;cursor:pointer;display:inline-flex;font-family:Noto Sans,sans-serif;font-size:1.6rem;height:var(--cta-height);justify-content:center;margin:.8rem 0;outline:0;padding:1rem 3rem;position:relative;text-decoration:none;width:33rem}@media(max-width:360px){.crm-cta{max-width:calc(100vw - 3rem);width:26rem}}@media(min-width:361px){.crm-cta{max-width:calc(100vw - 3rem);width:29rem}}@media(min-width:961px){.crm-cta{--cta-height:4.8rem;border-radius:.4rem;width:23rem}}.crm-cta.dgad-cta__item--callToActionPhone{text-decoration:none}@media(min-width:769px){.crm-cta.dgad-cta__item--callToActionPhone{border-radius:2.75rem}.crm-cta.dgad-cta__item--callToActionPhone .dgad-cta__label--desktop{font-size:inherit}}@media(min-width:961px){.crm-cta.dgad-cta__item--callToActionPhone{border-radius:.4rem;cursor:pointer}}.crm-cta.dgad-cta__item--callToActionRedirectFromSession .crm-cta__icon{left:1rem}.crm-cta.dgad-cta__item--callToActionRedirectFromSession .crm-cta__icon--michelin svg{transform:rotate(-180deg)}.crm-cta__label{text-align:center}.crm-cta__label--secondary{color:#d8d8d8;font-size:1rem;font-weight:700;line-height:1.6}.crm-cta__icon{align-items:center;display:flex;justify-content:center;overflow:hidden}.crm-cta__icon svg{fill:#d8d8d8}.crm-cta__icon i:before{font-size:1.5rem}.crm-cta__icon--download i:before,.crm-cta__icon--filters i:before{font-size:2rem}.crm-cta__icon--arrow-down i:before,.crm-cta__icon--arrow-up i:before,.crm-cta__icon--locate i:before,.crm-cta__icon--reload i:before{font-size:1.6rem}.crm-cta__icon--west{left:2rem}.crm-cta__icon--east svg{height:2rem!important;width:2rem!important}.crm-cta__icon--michelin svg{height:1.5rem!important;width:1.5rem!important}.crm-cta__icon .icon-play{padding:1.2rem 1.2rem 1.2rem 1.5rem}.crm-cta--primary{background:var(--color-primary)}.crm-cta--disable{background:#ccc;cursor:not-allowed;pointer-events:none}.crm-cta--secondary{background:var(--color-secondary);color:#fff}.crm-cta--secondary .crm-cta__icon i:before{color:#fff}.crm-cta--secondary .crm-cta__icon svg{fill:#fff;color:#fff}.crm-cta--tertiary{background:#fff;border:.1rem solid var(--color-secondary)}.crm-cta--tertiary,.crm-cta--tertiary .crm-cta__icon i:before,.crm-cta--tertiary .crm-cta__label{color:var(--color-secondary)}.crm-cta--tertiary .crm-cta__icon svg{fill:var(--color-secondary);color:var(--color-secondary)}.crm-cta--round{--cta-height:4rem;border-radius:100%;margin:.5rem;min-width:0;padding:0;text-indent:0;transition-property:border-radius;width:4rem}.crm-cta--round-edge,.crm-cta--round-edge-lg{border-radius:calc(var(--cta-height)/2)}.crm-cta--round-edge-lg{--cta-height:5.5rem}.crm-cta--round:hover{padding:0;text-indent:0}.crm-cta--round:after{content:none}.crm-cta--round .crm-cta--round i:before{font-size:2rem}.crm-cta--round .crm-cta__icon--ellipsis,.crm-cta--round .crm-cta__icon--play{bottom:0;height:4rem;left:0;position:absolute;right:0;text-indent:0;top:0;width:4rem}.crm-cta--round .crm-cta__icon--play{bottom:0;right:-.2rem;top:0}.crm-cta--round .crm-cta__icon--ellipsis{top:.1rem}.crm-cta__text-white,.crm-cta__text-white span{color:#fff}.crm-cta.bfg-theme{border-radius:8rem;color:#fff;font-weight:700}.crm-cta.bfg-theme.crm-cta--tertiary{color:var(--color-secondary)}.crm-cta.kleber-theme{background-color:#fff;border-radius:.4rem;height:unset;justify-content:space-between;min-height:4.8rem;min-width:auto;overflow:hidden;padding:1rem 6rem 1rem 1.6rem!important;transition:background-color .3s ease-in-out}.crm-cta.kleber-theme .dgad-cta__label{text-align:left;text-transform:uppercase}.crm-cta.kleber-theme .crm-cta__icon{animation:none!important;color:#fff;opacity:1;z-index:2}.crm-cta.kleber-theme .crm-cta__icon--east svg{height:1.6rem!important;width:1.6rem!important}.crm-cta.kleber-theme .crm-cta__icon--west{left:0}.crm-cta.kleber-theme.crm-cta--primary{border:.1rem solid var(--color-primary);color:var(--color-primary)}.crm-cta.kleber-theme.crm-cta--primary .crm-cta__side,.crm-cta.kleber-theme.crm-cta--primary .crm-cta__side:before{background-color:var(--color-primary)}.crm-cta.kleber-theme.crm-cta--primary:hover{background-color:var(--color-primary);color:#fff}.crm-cta.kleber-theme.crm-cta--primary:before{background-color:var(--color-primary);border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.crm-cta.kleber-theme.crm-cta--secondary{border:.1rem solid #1a1a1a;color:#1a1a1a}.crm-cta.kleber-theme.crm-cta--secondary .crm-cta__side,.crm-cta.kleber-theme.crm-cta--secondary .crm-cta__side:before{background-color:#1a1a1a}.crm-cta.kleber-theme.crm-cta--secondary:hover{background-color:#1a1a1a;color:#fff}.crm-cta.kleber-theme.crm-cta--secondary:before{background-color:#1a1a1a;border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.crm-cta.kleber-theme.crm-cta--tertiary{border:.1rem solid var(--color-primary);justify-content:center;padding:1.6rem!important}.crm-cta.kleber-theme.crm-cta--tertiary .dgad-cta__label{text-align:center}.crm-cta.uniroyal-theme{border-radius:0;clip-path:polygon(calc(var(--cta-height)*.42447) 0,100% 0,calc(100% - var(--cta-height)*.42447) 100%,0 100%)}.crm-cta.uniroyal-theme.crm-cta--primary{border:.1rem solid var(--color-primary);color:#fff}.crm-cta.uniroyal-theme.crm-cta--primary .crm-cta__side,.crm-cta.uniroyal-theme.crm-cta--primary .crm-cta__side:before{background-color:var(--color-primary)}.crm-cta.uniroyal-theme.crm-cta--primary:hover{background-color:var(--color-primary);color:#fff}.crm-cta.uniroyal-theme.crm-cta--primary:before{background-color:var(--color-primary);border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.crm-cta.uniroyal-theme.crm-cta--secondary{border:.1rem solid var(--color-secondary);color:#fff}.crm-cta.uniroyal-theme.crm-cta--secondary .crm-cta__side,.crm-cta.uniroyal-theme.crm-cta--secondary .crm-cta__side:before{background-color:var(--color-secondary)}.crm-cta.uniroyal-theme.crm-cta--secondary:hover{background-color:var(--color-secondary);color:#fff}.crm-cta.uniroyal-theme.crm-cta--secondary:before{background-color:var(--color-secondary);border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.crm-cta.uniroyal-theme.crm-cta--tertiary{background:var(--color-primary);border:none;padding:0}.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container{align-items:center;background-color:#fff;border:none!important;border:.1rem solid #fff;clip-path:polygon(calc((var(--cta-height) - .4rem)*.42447) 0,100% 0,calc(100% - (var(--cta-height) - .4rem)*.42447) 100%,0 100%);color:var(--color-primary);display:flex;height:calc(100% - .4rem);justify-content:center;padding:1rem 3rem;width:calc(100% - .6rem)}.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container .crm-cta__side,.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container .crm-cta__side:before{background-color:#fff}.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container:hover{background-color:#fff;color:var(--color-primary)}.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container:before{background-color:#fff;border-top-left-radius:1rem;content:" ";display:block;height:100%;position:absolute;right:-4.2rem;top:0;transform:skew(-30deg,0deg);transform-origin:top left;width:7.5rem}.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container .crm-cta__icon i:before,.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container .crm-cta__label{color:var(--color-primary)}.crm-cta.uniroyal-theme.crm-cta--tertiary .cta-content-container .crm-cta__icon svg{fill:var(--color-primary)}.crm-cta.uniroyal-theme .dgad-cta__icon{margin:0 calc(var(--cta-height)*.42447/2)}@media(min-width:769px){.crm-cta--animate:not(.dgad-cta__item--callToActionPhone):not(.dgad-cta__item--callToActionRedirectFromSession):not(.dgad-cta__item--callToActionForm) .crm-cta__icon{animation:crm-cta__icon--AnimationIn .3s ease-in-out;opacity:0}}@media(min-width:961px){.crm-cta--animate:hover:not(.dgad-cta__item--callToActionPhone):not(.crm-cta--disabled):not(.dgad-cta__item--callToActionRedirectFromSession):not(.dgad-cta__item--callToActionForm) .crm-cta__icon{animation:crm-cta__icon--AnimationOut .3s ease-in-out;opacity:1;width:4rem}}.crm-cta:not(.crm-cta--round)>.crm-cta__icon{bottom:0;position:absolute;right:0;text-indent:0;top:0;width:4.5rem}.crm-cta--disabled{cursor:not-allowed}@media(max-width:767px){.dgad-cta--left{justify-content:center}}@media(min-width:769px){.dgad-cta--centered{justify-content:center}}@keyframes crm-cta__icon--AnimationIn{0%{opacity:1;width:4rem}to{opacity:0;width:2.5rem}}@keyframes crm-cta__icon--AnimationOut{0%{opacity:0;width:4.75rem}to{opacity:1;width:4rem}}.dgad-crm-date-to-date,.dgad-crm-date-to-date-combineDate{align-items:center;display:inline-flex}.dgad-crm-date-to-date-combineDate{border-radius:2.15rem;color:#fff;padding:.6rem 1.6rem}.dgad-crm-date-to-date-combineDateShow{color:#fff;font-size:1.4rem;line-height:1.72}.dgad-crm-date-to-date--disabled .dgad-crm-date-to-date-combineDate{background:#ff001f}.dgad-crm-date-to-date--active .dgad-crm-date-to-date-combineDate{background:#2e7d32}.dgad-crm-date-to-date--coming .dgad-crm-date-to-date-combineDate{background:var(--color-secondary)}.dgad-crm-date-to-date.bfg-theme.dgad-crm-date-to-date--disabled .dgad-crm-date-to-date-combineDate{background-color:var(--color-primary)}.dgad-crm-date-to-date.bfg-theme.dgad-crm-date-to-date--coming .dgad-crm-date-to-date-combineDate{background-color:var(--color-secondary)}.dgad-crm-date-to-date.kleber-theme.dgad-crm-date-to-date--disabled .dgad-crm-date-to-date-combineDate{background-color:#b71c1c}.dgad-crm-date-to-date.kleber-theme.dgad-crm-date-to-date--coming .dgad-crm-date-to-date-combineDate{background-color:#1a1a1a;opacity:.5}.dgad-crm-dropdown{outline:none;position:relative}.dgad-crm-dropdown-trigger{display:flex;justify-content:space-between}.dgad-crm-dropdown-content{background-color:#fff;border-radius:0 0 5px 5px;box-shadow:0 3px 7px 0 rgba(0,0,0,.1);display:none;padding:16px 24px;position:absolute;z-index:1}.dgad-crm-dropdown-icon-after{margin-left:16px;max-height:24px;max-width:24px}.dgad-crm-dropdown:focus .dgad-crm-dropdown-content,.dgad-crm-dropdown:hover .dgad-crm-dropdown-content{display:block}.dgad-crm-error-message{align-items:center;background-color:rgba(183,28,28,.25);border-radius:3px;color:#b71c1c;display:none;font-size:1.2rem;line-height:1.4rem;margin-top:.4rem;padding:.8rem 1.3rem}.dgad-crm-error-message-icon{height:15px;margin-right:8px;width:15px}.dgad-crm-error-message--active{display:flex}.dgad-crm-error-message.hide{display:none}.dgad-crm-footer{border-top:4px solid var(--color-primary);text-align:center}.dgad-crm-footer-container{width:100%}.dgad-crm-footer-banner,.dgad-crm-footer-copyright,.dgad-crm-footer-links,.dgad-crm-footer-social{padding-bottom:16px;padding-top:16px}.dgad-crm-footer-banner{background-color:#f5f5f5;padding-top:32px}@media(min-width:769px){.dgad-crm-footer-banner{padding-bottom:32px;padding-top:36px}}.dgad-crm-footer-banner-links{display:flex;flex-direction:column;margin-bottom:36px}.dgad-crm-footer-banner-links>:not(:last-child){margin:0 0 20px}@media(min-width:769px){.dgad-crm-footer-banner-links>:not(:last-child){margin:0 24px 0 0}.dgad-crm-footer-banner-links{flex-direction:row;justify-content:center;margin-bottom:68px}}.dgad-crm-footer .dgad-crm-anchor{font-weight:700;text-align:left;text-decoration:none}.dgad-crm-footer .dgad-crm-anchor .dgad-crm-anchor-text:hover{text-decoration:underline}.dgad-crm-footer-links{background-color:var(--color-secondary)}.dgad-crm-footer-links-content{display:flex;flex-direction:column;gap:1.6rem;justify-content:center;max-width:100%}@media(min-width:768px){.dgad-crm-footer-links-content{flex-direction:row;gap:5.8rem}}.dgad-crm-footer-links-content .dgad-crm-anchor,.dgad-crm-footer-links-content .dgad-crm-anchor .dgad-crm-anchor-text{color:#fff;font-size:1.3rem;font-weight:400;line-height:2.3rem}.dgad-crm-footer-social{color:var(--color-secondary);display:flex;font-weight:700;justify-content:flex-start}.dgad-crm-footer-social-title{margin-right:32px;white-space:nowrap}.dgad-crm-footer-social .dgad-crm-anchor:not(:last-child){margin-right:5px}.dgad-crm-footer-copyright{background-color:#fff;font-size:1.3rem;justify-content:center;line-height:2.3rem}@media(max-width:767px){.dgad-crm-footer-copyright{padding-bottom:7rem}}.dgad-crm-footer .dgad-crm-icon-bib .dgad-crm-svg,.dgad-crm-footer .dgad-crm-icon-logo-bfg .dgad-crm-svg{height:auto;max-height:139px;width:auto}.dgad-crm-footer.bfg-theme{border-top:none}.dgad-crm-footer.bfg-theme .dgad-crm-footer-social{color:var(--color-primary)}.dgad-crm-footer.bfg-theme .dgad-crm-footer-social-container{background-color:#f5f5f5}.dgad-crm-footer.kleber-theme .dgad-crm-footer-social{color:#fff}.dgad-crm-footer.kleber-theme .dgad-crm-footer-social-container{background:#1a1a1a}.dgad-crm-footer.kleber-theme .dgad-crm-footer-copyright{color:#4c4c4c}.dgad-crm-footer.uniroyal-theme .dgad-crm-footer-social{color:#fff}.dgad-crm-footer.uniroyal-theme .dgad-crm-footer-social-container{background-color:var(--color-primary)}.dgad-crm-footer.uniroyal-theme .dgad-crm-footer-social-title{font-weight:500}.dgad-crm-footer.uniroyal-theme .dgad-crm-footer-links{background-color:var(--color-secondary)}.dgad-crm-footer.uniroyal-theme .dgad-crm-footer-copyright{color:#7f7f7f}.dgad-crm-form .dgad-crm-label{font-size:1.4rem}.dgad-crm-form.right-to-left .dgad-crm-label{left:unset;right:0;text-align:right}.dgad-crm-form.right-to-left .dgad-crm-label-detail{direction:rtl}.dgad-crm-form.right-to-left .dgad-crm-select-wrapper .dgad-crm-label{justify-content:flex-end}.dgad-crm-form.right-to-left .dgad-crm-input:focus+.dgad-crm-label{left:unset;position:relative;right:0;top:1rem}.dgad-crm-form.right-to-left .dgad-crm-input:not(:placeholder-shown)+.dgad-crm-label{display:flex;justify-content:flex-end;width:100%}.dgad-crm-form.right-to-left .dgad-crm-input:not(:placeholder-shown)+.dgad-crm-label .dgad-crm-label--text{margin-left:1.5rem;margin-right:0}.dgad-crm-form.right-to-left .dgad-crm-input+.dgad-crm-label .dgad-crm-label--text{margin-left:1.5rem;margin-right:0}.dgad-crm-form .apos-forms-conditional{border:none;margin:0;padding:0}.dgad-crm-fieldset{border:0;margin-bottom:24px;padding:0}.dgad-crm-fieldset__header{display:flex;flex-direction:row;justify-content:space-between}.dgad-crm-fieldset__header .dgad-crm-info{position:inherit}.dgad-crm-fieldset>*{margin-bottom:16px}.dgad-crm-fieldset>:last-child{margin-bottom:0}.dgad-crm-legend{color:var(--color-secondary);font-size:2rem;font-weight:700;line-height:3.3rem}.dgad-crm-legend.bfg-theme{color:var(--color-primary)}.dgad-crm-legend-label{color:#363636;font-size:1.3rem;line-height:3.1rem}.dgad-crm-header-mobile{align-items:center;background-color:#fff;display:flex;height:7.4rem;justify-content:center;position:relative;width:100%}@media(min-width:960px){.dgad-crm-header-mobile{box-shadow:0 .3rem .7rem 0 rgba(0,0,0,.1)}}.dgad-crm-header-mobile .dgad-crm-button--menu{left:1.6rem;position:absolute;top:1.6rem}.dgad-crm-header-mobile .dgad-crm-mobile-login-nouser{position:absolute;right:1.6rem;top:1.6rem}.dgad-crm-header-mobile .dgad-crm-mobile-login-nouser>span{font-size:1.3rem!important;font-weight:400!important}.dgad-crm-header-mobile .dgad-crm-header-mobile-login{position:absolute;right:1.6rem;top:1.6rem}.dgad-crm-header-mobile .dgad-crm-header-mobile-login .dgad-crm-icon .dgad-crm-svg{height:2.4rem;width:2.4rem}.dgad-crm-header-mobile .dgad-crm-header-mobile-login .dgad-crm-anchor .dgad-crm-anchor-text{color:var(--color-secondary);font-size:1.3rem;font-weight:400;line-height:1.71;position:relative;top:-.3rem}.dgad-crm-header-mobile .dgad-crm-header-mobile-login .dgad-crm-button-text{text-transform:capitalize}.dgad-crm-header-mobile .dgad-crm-header-mobile-login .dgad-crm-mobile-login-nouser,.dgad-crm-header-mobile-menu-container,.dgad-crm-header-mobile-profile-menu{position:fixed}.dgad-crm-header-mobile-profile-menu{background:#f5f5f5;box-shadow:-.7rem .7rem .7rem 0 rgba(0,0,0,.1);opacity:0;padding:2.4rem;position:absolute;right:0;top:73px;transition:transform .25s ease,visibility .25s ease,opacity .2s ease;visibility:hidden;z-index:998}@media(max-width:768px){.dgad-crm-header-mobile-profile-menu{width:100%}}.dgad-crm-header-mobile-profile-menu.profile-opened{opacity:1;visibility:visible}@media(max-width:370px){.dgad-crm-header-mobile-profile-menu.profile-opened{max-width:unset}}.dgad-crm-header-mobile-profile-menu .triangle-down{border-left:1.2rem solid transparent;border-right:1.2rem solid transparent;border-top:1.2rem solid #fff;height:0;position:absolute;right:2.2rem;top:0;width:0}.dgad-crm-header-mobile-menu-container{background:#fff;bottom:0;box-shadow:.7rem 0 .7rem 0 rgba(0,0,0,.1);height:100%;left:-100%;max-width:100%;padding-top:8rem;right:0;top:0;transition:left .25s ease;z-index:999}.dgad-crm-header-mobile-menu-container.opened{left:0}@media(max-width:370px){.dgad-crm-header-mobile-menu-container.opened{max-width:unset}}.dgad-crm-header-mobile-menu-container .dgad-crm-menu-header-items{display:flex;justify-content:center;padding:2.2rem 0;position:absolute;top:0;width:100%}.dgad-crm-header-mobile-menu-container .dgad-crm-button--circle{position:absolute;right:1.6rem;top:1.6rem}.dgad-crm-header-mobile-menu-container .dgad-crm-button--circle .dgad-crm-button-icon-before,.dgad-crm-header-mobile-menu-container .dgad-crm-button--circle .dgad-crm-button-image-before{height:2.4rem;min-height:2.4rem;min-width:2.4rem;width:2.4rem}.dgad-crm-header-mobile-menu-container .dgad-crm-button--round{display:inline-block;margin-bottom:3.2rem}.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container{border-top:.1rem solid #f5f5f5}.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container .dgad-crm-header-link{align-items:center;border-bottom:.1rem solid #f5f5f5;cursor:pointer;display:flex;height:5.5rem;justify-content:space-between;padding:1.3rem 1.6rem;width:100%}.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container .dgad-crm-header-link .dgad-crm-icon{color:var(--color-secondary);height:2rem;position:absolute;right:1.6rem;width:2rem}.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container .dgad-crm-header-link a.dgad-crm-anchor{display:inline-flex;height:100%;width:100%;z-index:1}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container{background-color:#f5f5f5;min-height:14rem;padding:1.6rem}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container .apos-rich-text p{line-height:1.5;margin:0}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container-title>h3{color:#1a1a1a;font-size:1.8rem;line-height:1.5;margin:0}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container-number{display:flex;margin-top:1.6rem}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container-number .apos-rich-text a{color:var(--color-secondary);margin:0 1.6rem}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container-number .dgad-crm-icon .dgad-crm-svg{color:var(--color-secondary);height:1.6rem;width:1.6rem}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container-description{margin-top:1.6rem}.dgad-crm-header-mobile-menu-container .dgad-crm-phone-container-description .apos-rich-text p{color:#7f7f7f;font-size:1.4rem}.dgad-crm-header-mobile.righttoleft{direction:rtl}.dgad-crm-header-mobile.righttoleft .dgad-crm-button--menu{right:1.6rem}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-login{left:1.6rem;right:unset}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-menu-container{margin:0 0 0 auto;right:-100%;transition:right .25s ease}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-menu-container.opened{right:0}.dgad-crm-header-mobile.righttoleft .triangle-down{left:2.2rem;right:unset}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-profile-menu .dgad-crm-header-user-info .dgad-crm-game-points .dgad-crm-svg{margin:0 0 0 .8rem}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-profile-menu .dgad-crm-header-user-info h3{text-transform:capitalize}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-profile-menu .dgad-crm-header-user-info .dgad-crm-header-user-info-menu .dgad-crm-header-link:last-of-type .dgad-crm-svg{margin:0 0 0 .8rem}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-profile-menu .dgad-crm-header-user-info .dgad-crm-header-user-info-menu .dgad-crm-anchor{padding:0}.dgad-crm-header-mobile.righttoleft .dgad-crm-header-mobile-profile-menu .dgad-crm-header-user-info .dgad-crm-header-user-info-menu .dgad-crm-icon-east{display:none}.dgad-crm-header-mobile-menu-container.bfg-theme .dgad-crm-button--circle,.dgad-crm-header-mobile-profile-menu.bfg-theme .dgad-crm-button--circle{color:var(--color-primary)}.dgad-crm-header-mobile-menu-container.bfg-theme button{background-color:var(--color-primary)}.dgad-crm-header-mobile-menu-container.bfg-theme button svg{color:#fff}.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container .dgad-crm-header-link.bfg-theme .dgad-crm-anchor,.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container .dgad-crm-header-link.bfg-theme .dgad-crm-icon{color:var(--color-primary)}.dgad-crm-header-mobile-menu-container.kleber-theme .dgad-crm-button--circle,.dgad-crm-header-mobile-profile-menu.kleber-theme .dgad-crm-button--circle{color:#fff}.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container .dgad-crm-header-link.kleber-theme .dgad-crm-anchor,.dgad-crm-header-mobile-menu-container .dgad-crm-header-links-container .dgad-crm-header-link.kleber-theme .dgad-crm-icon{color:#1a1a1a}.dgad-crm-phone-container.kleber-theme .apos-rich-text a,.dgad-crm-phone-container.kleber-theme .dgad-crm-icon .dgad-crm-svg,.dgad-crm-phone-container.kleber-theme .dgad-crm-phone-container-description .apos-rich-text *{color:#4c4c4c}.dgad-crm-header-wide{align-items:center;background-color:#fff;box-shadow:0 .3rem .7rem 0 rgba(0,0,0,.1);color:#363636;display:none;font-size:1.6rem;height:7.4rem;justify-content:space-between;padding-left:2.4rem}.dgad-crm-header-wide .dgad-crm-header-links{display:flex}.dgad-crm-header-wide .dgad-crm-header-links .dgad-crm-anchor+.dgad-crm-anchor,.dgad-crm-header-wide .dgad-crm-header-links-no-user-feature .dgad-crm-anchor+.dgad-crm-anchor{margin-left:3.2rem}.dgad-crm-header-wide .dgad-crm-header-login-button{margin-right:2.4rem}.dgad-crm-header-wide-user .dgad-crm-dropdown-trigger{align-items:center;background-color:#f5f5f5;font-weight:700;height:7.4rem;line-height:2.7rem;min-width:22rem;padding:0 2.4rem}.dgad-crm-header-wide-user .dgad-crm-dropdown-trigger-arrow{margin-left:1.6rem}.dgad-crm-header-wide-user .dgad-crm-dropdown-trigger .dgad-crm-header-user-info-wide{align-items:center;color:var(--color-secondary);display:flex;text-transform:capitalize}.dgad-crm-header-wide-user .dgad-crm-dropdown-trigger .dgad-crm-header-user-info-wide .crm-profile-page-user-photo{height:4rem;margin-right:.8rem;min-height:4rem;min-width:4rem;padding:0;width:4rem}.dgad-crm-header-wide-user .dgad-crm-dropdown-trigger .dgad-crm-header-user-info-wide .dgad-crm-wide-login-user{margin-right:1.1rem}.dgad-crm-header-wide-user .dgad-crm-wide-login-user .dgad-crm-svg{height:2.4rem;width:2.4rem}.dgad-crm-header-wide-user .dgad-crm-dropdown-trigger-arrow .dgad-crm-svg{height:1.6rem;width:1.6rem}.dgad-crm-header-wide-user .dgad-crm-dropdown-content{background-color:#f5f5f5;border-radius:unset;left:0;padding:0 2.4rem 2.4rem;right:0}.dgad-crm-header-wide-user .dgad-crm-dropdown-content .dgad-crm-header-user-info h3{display:none}.dgad-crm-header-wide.dgad-crm-first-level-header,.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-header-wide-user .dgad-crm-dropdown-trigger{height:6.2rem}.dgad-crm-header-wide.dgad-crm-first-level-header{position:relative;z-index:1}.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container{display:flex;margin-left:auto}.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-description .apos-rich-text p,.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-number .apos-rich-text p,.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-title h3{margin:0 2.4rem 0 0}.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-title{display:flex}.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-title .dgad-crm-svg{height:1.6rem;margin:0 1.6rem;width:1.6rem}.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-title h3{font-size:1.6rem}.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-description .apos-rich-text p{color:#7f7f7f;font-size:1.4rem}.dgad-crm-header-wide.dgad-crm-first-level-header .dgad-crm-phone-container-number .apos-rich-text p a{color:#1a1a1a;font-size:1.6rem}.dgad-crm-header-wide.dgad-crm-second-level-header{min-height:6.2rem;padding:1.6rem 0 1.6rem 2.4rem}.dgad-crm-header-wide.dgad-crm-second-level-header .dgad-crm-header-links-no-user-feature{display:flex}.dgad-crm-header-wide.dgad-crm-second-level-header .dgad-crm-header-links .dgad-crm-anchor,.dgad-crm-header-wide.dgad-crm-second-level-header .dgad-crm-header-links-no-user-feature .dgad-crm-anchor{font-size:1.4rem;line-height:1.71;margin-left:0;margin-right:4rem}.dgad-crm-header-wide .dgad-crm-header-links-no-user-feature{left:0;padding-left:22rem;position:absolute;right:0}.dgad-crm-header-wide .dgad-crm-first-level-header__left-content-container{align-items:center;display:flex}.dgad-crm-header-wide .dgad-crm-first-level-header__left-content-container>a{margin-right:16px}.dgad-crm-header-wide.righttoleft{direction:rtl;padding:0 2.4rem 0 0}.dgad-crm-header-wide.righttoleft .dgad-crm-header-links-no-user-feature{padding:0 22rem 0 0}.dgad-crm-header-wide.righttoleft .dgad-crm-header-user-info-wide .dgad-crm-wide-login-user{margin:0 0 0 1.1rem}.dgad-crm-header-wide.righttoleft.dgad-crm-first-level-header .dgad-crm-phone-container{margin:0 auto 0 0}.dgad-crm-header-wide.righttoleft.dgad-crm-first-level-header .dgad-crm-phone-container-description .apos-rich-text p,.dgad-crm-header-wide.righttoleft.dgad-crm-first-level-header .dgad-crm-phone-container-number .apos-rich-text p,.dgad-crm-header-wide.righttoleft.dgad-crm-first-level-header .dgad-crm-phone-container-title h3{margin:0 0 0 2.4rem}.dgad-crm-header-wide.righttoleft.dgad-crm-second-level-header .dgad-crm-header-links-no-user-feature{padding:0 2.4rem 0 0}.dgad-crm-header-wide.righttoleft .dgad-crm-header-links .dgad-crm-anchor,.dgad-crm-header-wide.righttoleft .dgad-crm-header-links-no-user-feature .dgad-crm-anchor{margin-left:4rem}.dgad-crm-header-wide.righttoleft .dgad-crm-header-links .dgad-crm-anchor:last-child,.dgad-crm-header-wide.righttoleft .dgad-crm-header-links-no-user-feature .dgad-crm-anchor:last-child{margin-left:0}.dgad-crm-header-wide.righttoleft .dgad-crm-header-wide-user .dgad-crm-dropdown .dgad-crm-header-user-info .dgad-crm-game-points .dgad-crm-svg,.dgad-crm-header-wide.righttoleft .dgad-crm-header-wide-user .dgad-crm-dropdown .dgad-crm-header-user-info-menu .dgad-crm-header-link:last-of-type .dgad-crm-svg{margin:0 0 0 .8rem}.dgad-crm-header-wide.righttoleft .dgad-crm-header-wide-user .dgad-crm-dropdown .dgad-crm-anchor{padding:0}.dgad-crm-header-wide.righttoleft .dgad-crm-header-wide-user .dgad-crm-dropdown .dgad-crm-icon-east{display:none}.dgad-crm-header-wide.righttoleft .dgad-crm-header-wide-user .dgad-crm-dropdown .dgad-crm-dropdown-content{direction:rtl}@media(min-width:769px){.dgad-crm-header-wide .dgad-crm-button--menu .dgad-crm-button-icon-before{display:flex}}.dgad-crm-header-wide-user .dgad-crm-dropdown-trigger .dgad-crm-header-user-info-wide.bfg-theme{color:var(--color-primary)}.dgad-crm-header-wide.dgad-crm-second-level-header.bfg-theme{background-color:var(--color-primary)}.dgad-crm-header-wide.dgad-crm-second-level-header.bfg-theme .dgad-crm-anchor{color:#fff}.dgad-crm-header-wide.dgad-crm-second-level-header .dgad-crm-header-links .dgad-crm-anchor.bfg-theme,.dgad-crm-header-wide.dgad-crm-second-level-header .dgad-crm-header-links-no-user-feature .dgad-crm-anchor.bfg-theme{font-weight:400}.dgad-crm-header-wide.kleber-theme.dgad-crm-second-level-header .dgad-crm-anchor{color:#1a1a1a}.dgad-crm-header-wide.kleber-theme .dgad-crm-phone-container-description .apos-rich-text *{color:#4c4c4c!important}.dgad-crm-header-wide.uniroyal-theme .dgad-crm-wide-login-user svg use{fill:var(--color-primary)}.dgad-crm-header{position:fixed;width:100%;z-index:11}.dgad-crm-header .dgad-crm-anchor{color:var(--color-secondary);font-weight:700;line-height:2.7rem;text-decoration:none}.dgad-crm-header .dgad-crm-button--round{color:#fff;font-size:1.3rem;font-weight:700;line-height:2.3;min-width:inherit;padding:.8rem 2.6rem}.dgad-crm-header .dgad-crm-button--round .dgad-crm-icon{display:inline-block;margin-right:.5rem;vertical-align:middle}@media(min-width:769px){.dgad-crm-header .dgad-crm-button--round{border-radius:10rem;min-width:auto}.dgad-crm-header .dgad-crm-button--round .dgad-crm-button-icon-before{display:flex}}@media(min-width:1281px){.dgad-crm-header .dgad-crm-button--round{padding:.8rem 1.6rem}}.dgad-crm-header .dgad-header-logo{height:3rem;width:15.4rem;z-index:1}.dgad-crm-header .dgad-header-logo .dgad-crm-svg{width:fit-content}.dgad-crm-header .dgad-header-logo-offset{left:45%;position:absolute}.dgad-crm-header .dgad-crm-headband{background-color:var(--color-primary);display:flex;min-height:4.7rem}@media(max-width:600px){.dgad-crm-header .dgad-crm-headband{padding:1.6rem}}.dgad-crm-header .dgad-crm-headband .content{align-items:center;display:flex;flex-direction:row;margin:0 auto;width:auto}.dgad-crm-header .dgad-crm-headband .content a{margin-left:2rem}.dgad-crm-header .dgad-crm-headband .content a button{min-width:15rem;padding:.4rem .8rem}.dgad-crm-header .dgad-crm-login-push-banner{align-items:center;background-color:var(--color-secondary);display:flex;flex-direction:row;justify-content:space-around;padding:2.4rem;width:100%}@media(max-width:767px){.dgad-crm-header .dgad-crm-login-push-banner{flex-direction:column}}.dgad-crm-header .dgad-crm-login-push-banner .buttons{flex-direction:column}.dgad-crm-header .dgad-crm-login-push-banner .buttons .crm-cta{font-size:1.6rem;margin:.8rem 0}.dgad-crm-header .dgad-crm-login-push-banner .icon{flex-shrink:0;height:4.8rem;width:4.8rem}@media(min-width:769px){.dgad-crm-header .dgad-crm-login-push-banner .icon{margin-right:3.2rem}}.dgad-crm-header .dgad-crm-login-push-banner .content{align-items:center;display:flex;flex-direction:row}@media(max-width:767px){.dgad-crm-header .dgad-crm-login-push-banner .content{flex-direction:column}}.dgad-crm-header .dgad-crm-login-push-banner .texts{color:#fff;display:flex;flex-direction:column;justify-content:space-around}.dgad-crm-header .dgad-crm-login-push-banner .texts p{margin-block:0}@media(max-width:767px){.dgad-crm-header .dgad-crm-login-push-banner .texts{align-items:center;text-align:center}}.dgad-crm-header .dgad-crm-login-push-banner .title{font-size:1.8rem;font-weight:700}.dgad-crm-header .dgad-crm-button--menu,.dgad-crm-header .dgad-crm-mobile-login-user{background:transparent;border-radius:0;color:var(--color-secondary);display:block;font-size:1.3rem;line-height:2.3rem;min-width:auto;padding:0}.dgad-crm-header .dgad-crm-button--menu .dgad-crm-button-icon-before,.dgad-crm-header .dgad-crm-mobile-login-user .dgad-crm-button-icon-before{margin:0 auto;max-height:2.4rem;max-width:2.4rem;position:unset}.dgad-crm-header .dgad-crm-button--menu .dgad-crm-button-icon-before .dgad-crm-svg,.dgad-crm-header .dgad-crm-mobile-login-user .dgad-crm-button-icon-before .dgad-crm-svg{height:2.4rem;width:2.4rem}@media(min-width:769px){.dgad-crm-header .dgad-crm-button--menu .dgad-crm-button-icon-after,.dgad-crm-header .dgad-crm-button--menu .dgad-crm-button-icon-before,.dgad-crm-header .dgad-crm-mobile-login-user .dgad-crm-button-icon-after,.dgad-crm-header .dgad-crm-mobile-login-user .dgad-crm-button-icon-before{display:block}}.dgad-crm-header-login-button{display:flex}.dgad-crm-header .dgad-crm-header-user-info{display:flex;flex-direction:column;height:100%}.dgad-crm-header .dgad-crm-header-user-info h3{color:var(--color-secondary);font-size:1.6rem;line-height:1.5;margin:0;text-transform:capitalize}.dgad-crm-header .dgad-crm-header-user-info .dgad-crm-game-points{align-self:start;background-color:var(--color-secondary);border-radius:1.1rem;color:#fff;display:flex;font-size:1.6rem;font-weight:400;height:4rem;line-height:1.5;margin-top:2.4rem;padding:.8rem 1.6rem .8rem 1.2rem}.dgad-crm-header .dgad-crm-header-user-info .dgad-crm-game-points .dgad-crm-svg{height:1.6rem;margin-right:.8rem;width:1.6rem}.dgad-crm-header .dgad-crm-header-user-info-menu{display:flex;flex-direction:column}.dgad-crm-header .dgad-crm-header-user-info-menu .dgad-crm-header-link{display:flex;margin-top:2.4rem}.dgad-crm-header .dgad-crm-header-user-info-menu .dgad-crm-header-link:last-of-type a.dgad-crm-anchor{color:#1a1a1a;display:flex;text-decoration:underline}.dgad-crm-header .dgad-crm-header-user-info-menu .dgad-crm-header-link .dgad-crm-svg{height:1.6rem;margin-left:.8rem;width:1.6rem}.dgad-crm-header .dgad-crm-header-user-info-menu .dgad-crm-icon-east{margin-left:-2.5rem}.dgad-crm-header .dgad-crm-header-user-info-menu .dgad-crm-header-link:last-of-type .dgad-crm-svg{margin:0 .8rem 0 0}.dgad-crm-header .dgad-crm-header-user-info-menu .dgad-crm-anchor{font-size:1.6rem;font-weight:400;line-height:1.5;padding-right:2.5rem;z-index:1}.dgad-crm-header [data-crm-dropdown-trigger=disable]{background-color:#fff}.dgad-crm-header [data-crm-dropdown-trigger=disable] .crm-profile-page-user-photo,.dgad-crm-header [data-crm-dropdown-trigger=disable] .crm-profile-page-username{cursor:pointer}.dgad-crm-header [data-crm-dropdown-trigger=disable] .crm-profile-page-username,.dgad-crm-header [data-crm-dropdown-trigger=disable] .dgad-crm-button-text,.dgad-crm-header [data-crm-dropdown-trigger=disable] .dgad-crm-header-mobile-login{color:var(--color-secondary);text-decoration:none}@media(min-width:1280px){.dgad-crm-header .dgad-crm-header-wide{display:flex}.dgad-crm-header .dgad-crm-header-mobile{display:none}}.dgad-crm-header .dgad-crm-headband.bfg-theme{color:#fff}.dgad-crm-header .dgad-crm-login-push-banner.bfg-theme{background-color:#4c4c4c}.dgad-crm-header .dgad-crm-login-push-banner.bfg-theme a{background:#fff}.dgad-crm-header .dgad-crm-button--menu.bfg-theme,.dgad-crm-header .dgad-crm-header-user-info.bfg-theme h3,.dgad-crm-header .dgad-crm-mobile-login-user.bfg-theme{color:var(--color-primary)}.dgad-crm-header-user-info-menu .dgad-crm-header-link a.dgad-crm-anchor.kleber-theme{color:#1a1a1a}@media(max-width:1279px){.dgad-crm-header .uniroyal-theme .dgad-crm-icon-user use{fill:var(--color-primary)}}.dgad-crm-header .dgad-crm-button.uniroyal-theme{clip-path:none}.dgad-crm-header .dgad-crm-button.uniroyal-theme.dgad-crm-button--round{background-color:var(--color-primary)}.dgad-crm-icon{align-items:center;display:flex;justify-content:center;line-height:1}.dgad-crm-icon .dgad-crm-svg{height:30px;width:30px}.dgad-crm-icon.dgad-crm-icon-filled{background-color:#fff;border-radius:100%;height:88px;width:88px}.dgad-crm-icon.dgad-crm-icon-filled .dgad-crm-svg{height:55px;width:55px}.dgad-crm-component-info{align-items:center;display:flex;flex-direction:row;margin-left:.8rem;position:relative}.dgad-crm-component-info-detail{background-color:#363636;border-radius:3px;color:#fff;display:none;font-family:var(--font-primary);font-size:1.2rem;left:2.5rem;padding:.5rem;position:absolute;text-align:center;width:15rem}.dgad-crm-component-info-arrow-detail{border-bottom:8px solid transparent;border-right:8px solid #363636;border-top:8px solid transparent;display:none;height:0;width:0}.dgad-crm-component-info .dgad-crm-icon{height:20px;width:20px}.dgad-crm-component-info .dgad-crm-icon:hover~div{display:block}.dgad-crm-image{overflow:hidden}.dgad-crm-image--fixed-height{position:relative}.dgad-crm-image--fixed-height .dgad-crm-image-picture{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.dgad-crm-image--responsive-height .dgad-crm-image-picture{height:16px;width:16px}.dgad-crm-image--responsive .dgad-crm-image-picture{height:100%;width:auto}.dgad-crm-required{color:#b71c1c;font-size:1.2rem;line-height:3rem;margin-left:2px}.dgad-crm-info{display:inline-block;position:absolute;right:0;top:2px}.dgad-crm-info .dgad-crm-info--icon{align-items:center;bottom:0;cursor:pointer;display:inline-flex;height:14px;left:0;margin:auto;position:relative;right:0;top:0;width:14px}.dgad-crm-input-wrapper{color:#363636;display:flex;flex-direction:column;margin-bottom:2.4rem;position:relative;width:100%}.dgad-crm-input-wrapper-splitted{max-width:45%}.dgad-crm-input-wrapper input:-webkit-autofill,.dgad-crm-input-wrapper input:-webkit-autofill:focus,.dgad-crm-input-wrapper input:-webkit-autofill:hover{box-shadow:inset 0 0 0 1000px #fff}.dgad-crm-input-wrapper.hidden{display:none}.dgad-crm-input-wrapper .dgad-crm-input.dgad-form-field-state-error~.dgad-form-field__error-message{display:flex!important}.dgad-crm-select-wrapper .dgad-crm-label{width:100%}.dgad-crm-input-icon{display:none;position:absolute;right:0;top:26px}.dgad-crm-input-icon .dgad-crm-svg{height:16px;width:16px}.right-to-left .dgad-crm-input-icon{left:0;right:unset}.right-to-left .dgad-crm-input.dgad-form-field-state-error~.dgad-crm-input-icon-error{bottom:10rem}.right-to-left .dgad-crm-input.dgad-form-field-state-valid~.dgad-crm-input-icon-success{bottom:4rem}.right-to-left .dgad-crm-boolean-field-widget.dgad-form-field-state-error .dgad-form-field__error-message,.right-to-left .dgad-crm-input.dgad-form-field-state-error~.dgad-form-field__error-message{direction:rtl}.right-to-left .dgad-crm-boolean-field-widget.dgad-form-field-state-error .dgad-form-field__error-message .dgad-form-field__icon--error,.right-to-left .dgad-crm-input.dgad-form-field-state-error~.dgad-form-field__error-message .dgad-form-field__icon--error{margin-left:.8rem;margin-right:0}.dgad-crm-input,.dgad-form-field__input{background-color:#f2f2f2;border:.1rem solid transparent;border-radius:.4rem;color:#1a1a1a;font-size:1.4rem;line-height:1.5;outline:none;padding:1.6rem 8rem 1.6rem 1.6rem;transition:border .25s ease-out;width:100%}.dgad-crm-input+.dgad-crm-label,.dgad-form-field__input+.dgad-crm-label{order:-1}.dgad-crm-input:focus,.dgad-form-field__input:focus{border:.2rem solid var(--color-background-alternative);border-radius:.4rem}.dgad-crm-input::placeholder,.dgad-form-field__input::placeholder{color:#7f7f7f}.dgad-crm-input~.dgad-crm-password-icon,.dgad-form-field__input~.dgad-crm-password-icon{cursor:pointer;display:flex;justify-content:center;margin:22px 18px;position:absolute;right:0;top:0;user-select:none}.dgad-crm-input~.dgad-crm-password-icon .dgad-crm-icon,.dgad-form-field__input~.dgad-crm-password-icon .dgad-crm-icon{line-height:.8}.dgad-crm-input~.dgad-crm-password-icon .dgad-crm-icon .dgad-crm-svg,.dgad-form-field__input~.dgad-crm-password-icon .dgad-crm-icon .dgad-crm-svg{height:16px;width:16px}.dgad-crm-input~.dgad-crm-password-icon .dgad-crm-password-icon--show,.dgad-form-field__input~.dgad-crm-password-icon .dgad-crm-password-icon--show{display:none}.dgad-crm-input~.dgad-crm-password-icon.show-password .dgad-crm-password-icon--show,.dgad-form-field__input~.dgad-crm-password-icon.show-password .dgad-crm-password-icon--show{display:inline-block}.dgad-crm-input.hidden+.dgad-crm-label,.dgad-crm-input:focus~.dgad-crm-input-icon,.dgad-crm-input~.dgad-crm-password-icon.show-password .dgad-crm-password-icon--hide,.dgad-form-field__input.hidden+.dgad-crm-label,.dgad-form-field__input:focus~.dgad-crm-input-icon,.dgad-form-field__input~.dgad-crm-password-icon.show-password .dgad-crm-password-icon--hide{display:none}.dgad-crm-input:disabled,.dgad-form-field__input:disabled{background:#e5e5e5}.dgad-crm-input:disabled::placeholder,.dgad-form-field__input:disabled::placeholder{color:#7f7f7f;opacity:1}.dgad-crm-input:disabled:-ms-input-placeholder,.dgad-form-field__input:disabled:-ms-input-placeholder{color:#7f7f7f}.dgad-crm-input:disabled::-ms-input-placeholder,.dgad-form-field__input:disabled::-ms-input-placeholder{color:#7f7f7f}.dgad-crm-input~.dgad-crm-password-icon{bottom:0;top:unset}.dgad-crm-offer-card-image{margin-bottom:1.6rem;overflow:hidden}@media(min-width:769px){.dgad-crm-offer-card-image{margin-bottom:2.4rem}}.dgad-crm-offer-card-image img{aspect-ratio:15/8;height:100%;width:100%}.dgad-crm-offer-card-image img.desktop{display:none}.dgad-crm-offer-card-image img.mobile{display:block}@media(min-width:769px){.dgad-crm-offer-card-image img.desktop{display:block}.dgad-crm-offer-card-image img.mobile{display:none}}.dgad-crm-offer-card-container{background-color:#f2f2f2;border-radius:5px;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;width:100%}.dgad-crm-offer-card-container-link{color:#000;cursor:pointer;margin-bottom:6rem;text-decoration:none;width:49%}.dgad-crm-offer-card-container-link.disable-card{opacity:.5;order:2}.dgad-crm-offer-card-container-link.coming-card,.dgad-crm-offer-card-container-link.coming-card.highlighted-card{opacity:.5}.dgad-crm-offer-card-container-link.disable{display:none}@media(max-width:1279px){.dgad-crm-offer-card-container-link{margin-bottom:5rem;width:49%}}@media(max-width:767px){.dgad-crm-offer-card-container-link{margin-bottom:1.6rem;width:100%}}.dgad-crm-offer-card-container-link.highlighted-card{order:-1;width:100%}.dgad-crm-offer-card-container-link.highlighted-card .dgad-crm-offer-card-image{overflow:hidden;width:100%}@media(min-width:769px){.dgad-crm-offer-card-container-link.highlighted-card .dgad-crm-offer-card-image img{height:auto}}.dgad-crm-offer-card-container-link:visited{color:#000!important}.dgad-crm-offer-card-content{display:flex;flex-direction:column;flex-grow:1;padding:0 .8rem 1.6rem}@media(min-width:769px){.dgad-crm-offer-card-content{padding:0 1.6rem 2.4rem}}.dgad-crm-offer-card-content-title{font-family:var(--font-primary);font-size:2.4rem;margin-top:1.6rem}.dgad-crm-offer-card-content-title.bfg-theme{color:var(--color-primary);font-weight:700}.dgad-crm-offer-card-content-description{font-family:var(--font-primary);font-size:1.6rem;margin-top:.8rem}.dgad-crm-offer-card-content-date-container{display:flex}.dgad-crm-offer-card-container.bfg-theme .dgad-crm-offer-card-content{padding:0 1.6rem 1.6rem}@media(min-width:1281px){.dgad-crm-offer-card-container.bfg-theme .dgad-crm-offer-card-content,.dgad-crm-offer-card-content{padding:0 2.4rem 2.4rem}}.panel-slide-component-wrapper{background-color:rgba(54,54,54,.5);bottom:0;display:none;height:100vh;justify-content:flex-end;left:0;position:fixed;right:0;top:0;width:100%;z-index:12}@media(max-width:767px){.panel-slide-component-wrapper{flex-direction:column;justify-content:flex-start}}.panel-slide-component-wrapper.show{animation:panel-slide-component-appear .3s;display:flex}.panel-slide-component-wrapper.show .panel-slide-component-container{animation:panel-slide-component-slide-in .5s}@media(max-width:767px){.panel-slide-component-wrapper.show .panel-slide-component-container{animation:panel-slide-component-slide-in-smallScreen .5s}}.panel-slide-component-wrapper.show .panel-slide-component-close{animation:panel-slide-component-close-button-appear .7s}.panel-slide-component-outside{flex-grow:1}.panel-slide-component-container{background-color:#fff;border:1px solid #f5f5f5;border-radius:.6rem;bottom:0;overflow-y:scroll;position:absolute;right:0;top:0}@media(max-width:767px){.panel-slide-component-container{height:100%;left:0;margin-bottom:16rem;padding-bottom:16rem}}@media(min-width:769px){.panel-slide-component-container{border-radius:0}}.panel-slide-component-container .dgad-form-sections-stepper-container{top:55px}.panel-slide-component-container .dgad-form-sections-stepper-container+.dgad-form-container-scrollable{margin-top:0}@media(max-width:767px){.panel-slide-component-container .dgad-form-sections-title{margin-left:16px}}.panel-slide-component-container .dgad-crm-icon-filled{background-color:var(--color-primary);height:4rem;width:4rem}.panel-slide-component-container .dgad-form-container{background-color:#fff;padding-bottom:.001rem}.panel-slide-component-container .dgad-form-container .dgad-recaptcha{margin:5rem 0}.panel-slide-component-container .dgad-form-container .dgad-form-submit-container{display:grid;justify-content:unset}.panel-slide-component-container .dgad-form-container .dgad-form-submit-container .dgad-form-buttons__submit{justify-self:end}.panel-slide-component-close{background-color:#fff;cursor:pointer;display:flex;justify-content:flex-end;padding:2.4rem 2.4rem 0 0;position:sticky;top:0;z-index:10}@media(max-width:959px){.panel-slide-component-close{padding:2.4rem 4rem 0 0}}.panel-slide-component-close svg{width:2rem!important}.panel-slide-component-close use{fill:var(--color-font-on-primary)}@keyframes panel-slide-component-slide-in{0%{margin-right:-100%}}@keyframes panel-slide-component-slide-in-smallScreen{0%{top:100%}}@keyframes panel-slide-component-appear{0%{opacity:0}}@keyframes panel-slide-component-close-button-appear{0%{opacity:0}70%{opacity:0}}.dgad-radio-image{border-radius:4px;height:100%;padding:.8rem .8rem 3.2rem}.dgad-radio-image.inactive{background-color:#f5f5f5}.dgad-radio-image.active{background-color:#e6efff;border:1px solid var(--color-secondary)}.dgad-radio-image>.dgad-crm-label{display:flex;justify-content:center;text-align:center}.dgad-radio-image>.dgad-radio-container{bottom:0;height:100%;left:0;position:absolute}.dgad-radio-image>.dgad-radio-container .dgad-crm-radio-input{bottom:8px;position:absolute;right:unset}.dgad-radio-image>.dgad-radio-container .dgad-crm-radio-input:before{left:.3rem;top:unset}.dgad-radio-image>.dgad-radio-container .dgad-crm-radio:checked+.dgad-crm-radio-input:after{left:.9rem;top:.6rem}.dgad-radio-image-container{padding-bottom:56.25%;position:relative}.dgad-radio-image-container__frame{height:100%;position:absolute;width:100%}.dgad-radio-container{display:flex;justify-content:center;width:100%}.dgad-crm-radio{height:2rem;margin-left:.5rem;margin-top:.4rem;opacity:0;position:absolute;width:2rem;z-index:1}.dgad-crm-radio:hover{cursor:pointer}.dgad-crm-radio-with-image{height:100%;top:0;width:100%;z-index:1}.dgad-crm-radio+.dgad-crm-radio-input{display:inline-block;height:2rem;padding-left:29px;position:relative;right:-.3rem;width:2rem}.dgad-crm-radio+.dgad-crm-radio-input:before{background:#fff;border:1px solid #363636;border-radius:50%;content:"";display:inline-block;height:19px;left:0;position:absolute;top:4px;vertical-align:middle;width:19px}.dgad-crm-radio:hover+.dgad-crm-radio-input:before{background:rgba(var(--color-secondary),.4);border:1px solid var(--color-secondary)}.dgad-crm-radio:focus+.dgad-crm-radio-input:before{box-shadow:0 0 0 1px rgba(0,0,0,.12)}.dgad-crm-radio:checked+.dgad-crm-radio-input:before{background:rgba(var(--color-secondary),.4);border:1px solid var(--color-secondary)}.dgad-crm-radio:disabled+.dgad-crm-radio-input{color:#b8b8b8;cursor:auto}.dgad-crm-radio:disabled+.dgad-crm-radio-input:before{background:#ddd;box-shadow:none}.dgad-crm-radio:checked+.dgad-crm-radio-input:after{background:var(--color-secondary);border-radius:50%;content:"";height:9px;left:6px;position:absolute;top:10px;width:9px}.dgad-radio-field-widget-option{position:relative;width:100%}.dgad-radio-field-widget-option--image{margin-bottom:1.6rem}@media(min-width:371px){.dgad-radio-field-widget-option--image{margin-bottom:2.4rem;min-width:15.4rem;width:47%}}.dgad-radio-field-widget-option--text{display:flex;min-width:50%}@media(min-width:371px){.dgad-radio-field-widget-option--text{min-width:25%}}.dgad-radio-field-widget-option--text:last-of-type{margin-right:auto}.dgad-radio-field-widget-option--text.full{width:100%}.dgad-radio-field-widget-option--text.half{width:50%}.dgad-radio-field-widget-option--text.one-third{width:33.33%}.dgad-radio-field-widget-option--text.one-fourth{width:25%}.dgad-radio-field-widget-option--text .dgad-crm-label{margin:0 .8rem}.right-to-left .dgad-radio-image>.dgad-crm-label{justify-content:center}.dgad-crm-font{line-height:1.5;margin:1em 0}.dgad-crm-font__10{font-size:1rem}.dgad-crm-font__12{font-size:1.2rem}.dgad-crm-font__14{font-size:1.4rem}.dgad-crm-font__16{font-size:1.6rem}.dgad-crm-font__18{font-size:1.8rem}.dgad-crm-font__20{font-size:2rem}.dgad-crm-font__22{font-size:2.2rem}.dgad-crm-font__24{font-size:2.4rem}.dgad-crm-horizontal-rule{border-bottom:1px dashed #d3d3d3;margin-bottom:10px;padding-bottom:10px}.dgad-crm-regular-white{color:#fff}@media(min-width:769px){.dgad-crm-scrollable{margin-bottom:1.6rem!important;max-height:27rem;overflow-x:hidden;overflow-y:auto;padding:1.6rem .8rem 1.6rem 0}.dgad-crm-scrollable::-webkit-scrollbar{width:.8rem}.dgad-crm-scrollable::-webkit-scrollbar-track-piece{background-color:#d8d8d8;border-radius:.4rem}.dgad-crm-scrollable::-webkit-scrollbar-thumb{background-color:var(--color-background-alternative);border-radius:.4rem}.dgad-crm-scrollable:after,.dgad-crm-scrollable:before{content:"";display:block;height:3.2rem;position:absolute;width:97%}.dgad-crm-scrollable:before{background:linear-gradient(0deg,hsla(0,0%,100%,.001),#fff);top:0}.dgad-crm-scrollable:after{background:linear-gradient(180deg,hsla(0,0%,100%,.001),#fff);bottom:0}}.dgad-crm-title-secondary{color:var(--color-secondary);font-size:1.8rem;font-weight:700;line-break:auto}.dgad-crm-title-tertiary{font-family:var(--font-tertiary);font-size:2.4rem;font-weight:700;line-height:2.8rem}.dgad-crm-no-margin{margin:0}.apos-rich-text-widget{position:relative}.dgad-crm-image-centered{margin:auto}.dgad-crm-font-secondary{color:var(--color-secondary)}.dgad-crm-font-michelinTilting{font-family:var(--font-tertiary)}.apos-rich-text>table{border-collapse:collapse;table-layout:fixed;width:100%}.apos-rich-text>table th{padding:2rem 1.2rem}.apos-rich-text>table th h3,.apos-rich-text>table th p{color:#fff}.apos-rich-text>table th p{margin:unset}.apos-rich-text>table th a{color:#fff!important}.apos-rich-text>table th:first-of-type h3{font-size:1.7rem;font-weight:700;line-height:2.3rem;margin-bottom:0;padding:1rem 1.2rem;text-align:center}@media(max-width:1280px){.apos-rich-text>table th:first-of-type h3{font-size:1.7rem;line-height:3rem}}.apos-rich-text>table tr td p{font-size:1.3rem;line-height:2.1rem;margin-bottom:0;padding:1rem 1.2rem}@media(max-width:959px){.apos-rich-text>table tr td p{padding:2rem 0}}.apos-rich-text>table tr:first-child td{vertical-align:middle}.apos-rich-text>table td{border:none;width:100%}.apos-rich-text>table tr:nth-of-type(odd){background:#f5f5f5}.apos-rich-text>table th,.apos-rich-text>table th:first-child{background:var(--color-secondary);color:#fff}.apos-rich-text>table tr{background:#fff;color:#4c4c4c}.apos-rich-text>table tbody tr:last-child{border-bottom:1rem solid var(--color-secondary)}.dgad-crm-select{display:none}.dgad-crm-select[dir=rtl]{background-position:1.6rem}.dgad-crm-select-wrapper{display:flex;flex-direction:column;font-size:1.6rem;position:relative;width:100%}.dgad-crm-select-wrapper .dgad-crm-label{display:flex;font-size:1.3rem;left:0;position:relative}.dgad-crm-select-wrapper .dgad-crm-label--rtl .dgad-crm-label--text{margin:0 0 0 1.5rem}.dgad-crm-select-wrapper .dgad-crm-label--text{display:inline-flex;margin-right:1.5rem;width:auto}.dgad-crm-select-placeholder{background:#ccc;opacity:.5;pointer-events:none}.dgad-crm-select--container{position:relative}.dgad-crm-select-selected{align-items:center;background:#f5f5f5;border-bottom:2px solid #f5f5f5;cursor:pointer;display:flex;min-height:55px;padding:5px 32px 5px 16px;position:relative;width:100%}.dgad-crm-select-selected:after{background:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/south.svg) no-repeat;content:"";height:21px;position:absolute;right:10px;width:21px}.dgad-crm-select-dropdown{background:#fff;border:1px solid #d4d4d4;display:none;margin:0;max-height:200px;overflow:auto;padding:0;position:absolute;width:100%;z-index:3}.dgad-crm-select-dropdown.enabled{display:block}@media(max-width:768px){.dgad-crm-select-dropdown.enabled{bottom:65%;top:auto}}.dgad-crm-select-dropdown--list{border-bottom:1px solid #d4d4d4;cursor:pointer;list-style:none;padding:0 10px}.dgad-crm-select-dropdown--list:hover{background:#f5f5f5}.dgad-crm-select.dgad-crm-state-error~.dgad-crm-error-message{display:flex;margin-bottom:2rem}.dgad-crm-select.dgad-crm-state-error+.dgad-crm-select-container .dgad-crm-select-selected{border-bottom-color:#ff001f}.dgad-crm-select.dgad-crm-state-valid+.dgad-crm-select-container .dgad-crm-select-selected{border-bottom-color:#2ae399}.crm-social-share{align-items:center;background-color:var(--social-color-background);border:1px solid var(--social-color-border);border-radius:28px;display:flex;flex-direction:row;height:56px;justify-content:center;min-width:56px;padding:3px;width:fit-content}.crm-social-share button{border:none;padding:0}.crm-social-share button svg,.crm-social-share-copy-success svg{height:16px!important;width:16px!important}.crm-social-share button svg use,.crm-social-share-copy-success svg use{fill:var(--social-color-icon)}.crm-social-share-copy-success svg use{fill:var(--social-color-success)}.crm-social-share-copy-button,.crm-social-share-copy-success,.crm-social-share-socials-button,.crm-social-share-socials-close,.crm-social-share-socials-list{align-items:center;background-color:var(--social-color-background);border-radius:24px;display:flex;flex-direction:row;height:48px;justify-content:center;min-width:48px;width:fit-content}.crm-social-share-copy-container,.crm-social-share-socials-container{display:flex;flex-direction:row}.crm-social-share-copy-container:not(:last-child),.crm-social-share-socials-container:not(:last-child){margin-right:4px}.crm-social-share-copy-button,.crm-social-share-socials-button{transition:background-color .4s}.crm-social-share-copy-button:hover,.crm-social-share-socials-button:hover{background-color:var(--social-color-background-focus)}.crm-social-share-copy-button:hover,.crm-social-share-social:hover,.crm-social-share-socials-button:hover,.crm-social-share-socials-close:hover{cursor:pointer}.crm-social-share-social,.crm-social-share-socials-close,.crm-social-share-socials-list{align-items:center;background-color:var(--social-color-background-focus);display:flex;justify-content:center}.crm-social-share-socials-list{list-style:none;margin:0;overflow:hidden;padding:0}.crm-social-share-socials-close{background:none}.crm-social-share-social{align-items:center;background-color:var(--color-secondary);border-radius:2px;display:flex;height:24px;justify-content:center;margin-left:8px;margin-right:8px;min-width:24px;width:24px}.crm-social-share-social:first-child{margin-left:16px}.crm-social-share-social.email{background-color:#27509b}.crm-social-share-social.messenger{background-color:#137ef4}.crm-social-share-social.viber{background-color:#7360f2}.crm-social-share-social.whatsapp{background-color:#29d366}.crm-social-share-social svg{height:100%!important;width:100%!important}.crm-social-share-social.email svg{height:1.4rem!important;width:1.4rem!important}.crm-social-share--alert,.crm-social-share-social.hidden{display:none}.crm-social-share.light{--social-color-background:#fff;--social-color-background-focus:#e5e5e5;--social-color-border:var(--color-secondary);--social-color-icon:var(--color-secondary);--social-color-success:#2e7d32}.crm-social-share.dark{--social-color-background:var(--color-secondary);--social-color-background-focus:hsla(0,0%,100%,.12);--social-color-border:var(--color-secondary);--social-color-icon:#fff;--social-color-success:#fff}@keyframes close-button{0%{min-width:48px;opacity:1}39%{min-width:48px;opacity:0;width:48px}40%{min-width:0;opacity:0;width:0}}.crm-social-share-socials-button.close{animation:close-button .8s;min-width:0;opacity:0;width:0}@keyframes open-button{0%{min-width:0;opacity:0;width:0}59%{min-width:0;width:0}60%{min-width:48px;opacity:0;width:48px}to{opacity:1}}.crm-social-share-socials-button.open{animation:open-button .8s}.crm-social-share-socials-list[data-socials-list-length="1"]{max-width:96px}@keyframes close-list-1{0%{min-width:96px;opacity:1;width:48px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="1"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="1"].close:not(.init){animation:close-list-1 .8s}.crm-social-share-socials-list[data-socials-list-length="1"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-1{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:96px}}.crm-social-share-socials-list[data-socials-list-length="1"].open{animation:open-list-1 .8s}.crm-social-share-socials-list[data-socials-list-length="1"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="2"]{max-width:136px}@keyframes close-list-2{0%{min-width:136px;opacity:1;width:68px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="2"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="2"].close:not(.init){animation:close-list-2 .8s}.crm-social-share-socials-list[data-socials-list-length="2"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-2{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:136px}}.crm-social-share-socials-list[data-socials-list-length="2"].open{animation:open-list-2 .8s}.crm-social-share-socials-list[data-socials-list-length="2"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="3"]{max-width:176px}@keyframes close-list-3{0%{min-width:176px;opacity:1;width:88px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="3"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="3"].close:not(.init){animation:close-list-3 .8s}.crm-social-share-socials-list[data-socials-list-length="3"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-3{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:176px}}.crm-social-share-socials-list[data-socials-list-length="3"].open{animation:open-list-3 .8s}.crm-social-share-socials-list[data-socials-list-length="3"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="4"]{max-width:216px}@keyframes close-list-4{0%{min-width:216px;opacity:1;width:108px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="4"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="4"].close:not(.init){animation:close-list-4 .8s}.crm-social-share-socials-list[data-socials-list-length="4"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-4{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:216px}}.crm-social-share-socials-list[data-socials-list-length="4"].open{animation:open-list-4 .8s}.crm-social-share-socials-list[data-socials-list-length="4"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="5"]{max-width:256px}@keyframes close-list-5{0%{min-width:256px;opacity:1;width:128px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="5"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="5"].close:not(.init){animation:close-list-5 .8s}.crm-social-share-socials-list[data-socials-list-length="5"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-5{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:256px}}.crm-social-share-socials-list[data-socials-list-length="5"].open{animation:open-list-5 .8s}.crm-social-share-socials-list[data-socials-list-length="5"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="6"]{max-width:296px}@keyframes close-list-6{0%{min-width:296px;opacity:1;width:148px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="6"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="6"].close:not(.init){animation:close-list-6 .8s}.crm-social-share-socials-list[data-socials-list-length="6"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-6{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:296px}}.crm-social-share-socials-list[data-socials-list-length="6"].open{animation:open-list-6 .8s}.crm-social-share-socials-list[data-socials-list-length="6"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="7"]{max-width:336px}@keyframes close-list-7{0%{min-width:336px;opacity:1;width:168px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="7"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="7"].close:not(.init){animation:close-list-7 .8s}.crm-social-share-socials-list[data-socials-list-length="7"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-7{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:336px}}.crm-social-share-socials-list[data-socials-list-length="7"].open{animation:open-list-7 .8s}.crm-social-share-socials-list[data-socials-list-length="7"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="8"]{max-width:376px}@keyframes close-list-8{0%{min-width:376px;opacity:1;width:188px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="8"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="8"].close:not(.init){animation:close-list-8 .8s}.crm-social-share-socials-list[data-socials-list-length="8"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-8{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:376px}}.crm-social-share-socials-list[data-socials-list-length="8"].open{animation:open-list-8 .8s}.crm-social-share-socials-list[data-socials-list-length="8"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="9"]{max-width:416px}@keyframes close-list-9{0%{min-width:416px;opacity:1;width:208px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="9"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="9"].close:not(.init){animation:close-list-9 .8s}.crm-social-share-socials-list[data-socials-list-length="9"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes open-list-9{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:416px}}.crm-social-share-socials-list[data-socials-list-length="9"].open{animation:open-list-9 .8s}.crm-social-share-socials-list[data-socials-list-length="9"].open>*{animation:child-opacity-open-list .8s}.crm-social-share-socials-list[data-socials-list-length="10"]{max-width:456px}@keyframes close-list-10{0%{min-width:456px;opacity:1;width:228px}59%{min-width:48px;opacity:0;width:48px}60%{min-width:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-socials-list[data-socials-list-length="10"].close{min-width:0;width:0}.crm-social-share-socials-list[data-socials-list-length="10"].close:not(.init){animation:close-list-10 .8s}.crm-social-share-socials-list[data-socials-list-length="10"].close:not(.init)>*{animation:child-opacity-close-list .8s}@keyframes child-opacity-close-list{0%{opacity:1}25%{opacity:0}to{opacity:0}}@keyframes open-list-10{0%{max-width:0;min-width:0;opacity:0}39%{min-width:0}40%{max-width:0;min-width:48px;opacity:0}to{max-width:456px}}.crm-social-share-socials-list[data-socials-list-length="10"].open{animation:open-list-10 .8s}.crm-social-share-socials-list[data-socials-list-length="10"].open>*{animation:child-opacity-open-list .8s}@keyframes child-opacity-open-list{75%{opacity:0}to{opacity:1}}@keyframes copy-button-animation{0%{min-width:48px;opacity:1;width:48px}32%{min-width:48px;opacity:0;width:48px}33%{min-width:0;opacity:0;width:0}76%{min-width:0;opacity:0;width:0}77%{min-width:48px;opacity:0;width:48px}to{min-width:48px;opacity:1;width:48px}}@keyframes copy-success-animation{0%{min-width:0;opacity:0;width:0}32%{min-width:0;opacity:0;width:0}33%{min-width:48px;opacity:0;width:48px}45%{opacity:1}65%{opacity:1}76%{min-width:48px;opacity:0;width:48px}77%{min-width:0;opacity:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-social-share-copy-button.active{animation:copy-button-animation 1.4s ease-in}.crm-social-share-copy-success{min-width:0;opacity:0;width:0}.crm-social-share-copy-success.active{animation:copy-success-animation 1.4s ease-in}.crm-state{align-items:center;background-color:#fefccb;border-radius:8px;color:#000;display:flex;padding:4px 6px;width:fit-content}.crm-state[data-state=Validated]{background-color:#e8f5e5;color:#2e7d32}.crm-state[data-state=Refused]{background-color:#f3c9bc;color:#b71c1c}.crm-state[data-state=Closed]{background-color:#fdecc0}.crm-state .dgad-crm-icon{margin-left:8px}.crm-state .dgad-crm-icon svg{height:16px;width:16px}.dgad-crm-switch{align-items:center;display:block;position:relative}.dgad-crm-switch .dgad-crm-label{cursor:pointer;margin-left:8px;width:100%}.dgad-crm-switch .dgad-crm-label-second{font-size:1.3rem;margin-left:60px}.dgad-crm-switch .dgad-crm-label-second p{margin-top:0}.dgad-crm-switch .dgad-crm-label-second .apos-rich-text>*{margin:0}.dgad-crm-switch-label{cursor:pointer;display:inline-flex}.dgad-crm-switch-container{display:inline-block;height:22px;margin:5px;min-width:42px;overflow:hidden;position:relative;width:49px}.dgad-crm-switch-slider{background-color:#f5f5f5;border:1px solid #363636;border-radius:12px;bottom:0;left:0;position:absolute;right:0;top:0;transition:.3s}.dgad-crm-switch-slider:after{background-color:#fff;border-radius:50%;box-shadow:1px 0 #cac8c8;content:"";height:20px;left:0;position:absolute;transition:.3s;width:20px}.dgad-crm-switch-input{height:0;opacity:0;position:absolute;width:0}.dgad-crm-switch-input:checked~.dgad-crm-switch-slider{background-color:var(--color-primary)}.dgad-crm-switch-input:checked~.dgad-crm-switch-slider:after{box-shadow:-1px 0 #cac8c8;transform:translateX(20px)}.right-to-left .dgad-crm-switch{text-align:right}.right-to-left .dgad-crm-switch .dgad-crm-label{display:inline-flex;margin:0 .8rem 0 0;order:-1}.right-to-left .dgad-crm-switch .dgad-crm-label-second{margin-left:0;margin-right:6rem}.dgad-crm-textarea-wrapper{color:#363636;display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%}.dgad-crm-textarea-wrapper-splitted{max-width:45%}.dgad-crm-textarea-wrapper input:-webkit-autofill,.dgad-crm-textarea-wrapper input:-webkit-autofill:focus,.dgad-crm-textarea-wrapper input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #fff}.dgad-crm-textarea{background-color:#f5f5f5;border:0;border-bottom:2px solid #f5f5f5;font-size:1.6rem;height:54px;outline:none;padding-left:16px}.dgad-crm-textarea+.dgad-crm-label{font-size:1.3rem;left:0;margin-bottom:.5rem;order:-1;position:relative;right:0;top:.5rem;width:100%}.dgad-crm-textarea+.dgad-crm-label>span{overflow:hidden;white-space:normal}.dgad-crm-textarea+.dgad-crm-label:hover{cursor:text}.dgad-crm-textarea+.dgad-crm-label .dgad-crm-label--text{display:inline-flex;margin-right:15px;width:auto}.dgad-crm-textarea-icon{display:none;position:absolute;right:0;top:14px}.dgad-crm-textarea-icon .dgad-crm-svg{height:14px;width:14px}.dgad-crm-textarea:focus{background-color:#fff;border-bottom-color:var(--color-primary)}.dgad-crm-textarea:focus:focus~.dgad-crm-input-icon{display:none}.dgad-crm-textarea:not(:placeholder-shown){background-color:transparent;border-bottom:2px solid #d3d3d3}.dgad-crm-textarea:not(:placeholder-shown):disabled{border-bottom-color:#7d7d7d;color:#7d7d7d}.dgad-crm-textarea:not(:placeholder-shown):disabled+.dgad-crm-label{color:#7d7d7d}.dgad-crm-textarea.dgad-crm-state-error,.dgad-crm-textarea.dgad-crm-state-valid{background-color:#fff;height:52px}.dgad-crm-textarea.dgad-crm-state-valid{border-bottom-color:#2ae399}.dgad-crm-textarea.dgad-crm-state-valid~.dgad-crm-input-icon-success{color:#2ae399;display:inline-block}.dgad-crm-textarea.dgad-crm-state-error{border-bottom-color:#ff001f}.dgad-crm-textarea.dgad-crm-state-error~.dgad-crm-input-icon-error{color:#ff001f;display:inline-block}.dgad-crm-textarea.dgad-crm-state-error~.dgad-crm-error-message{display:flex}.crm-copy-component{background-color:#f2f2f2;border-radius:5px;display:flex;padding:16px 24px;width:fit-content}.crm-copy-component span{color:#1a1a1a;font-family:MichelinUnitTitling,var(--font-primary);font-size:22px;font-weight:700}.crm-copy-component-container{color:#1a1a1a;display:flex;flex-direction:row;margin-left:24px}.crm-copy-component-container-button,.crm-copy-component-container-success{border:0;padding:0}.crm-copy-component-container-button svg,.crm-copy-component-container-success svg{height:24px!important;width:24px!important}.crm-copy-component-container-button{transition:background-color .4s}.crm-copy-component-container-button:hover{cursor:pointer}@keyframes copy-component-button-animation{0%{min-width:24px;opacity:1;width:24px}32%{min-width:24px;opacity:0;width:24px}33%{min-width:0;opacity:0;width:0}76%{min-width:0;opacity:0;width:0}77%{min-width:24px;opacity:0;width:24px}to{min-width:24px;opacity:1;width:24px}}@keyframes copy-component-success-animation{0%{min-width:0;opacity:0;width:0}32%{min-width:0;opacity:0;width:0}33%{min-width:24px;opacity:0;width:24px}45%{opacity:1}65%{opacity:1}76%{min-width:24px;opacity:0;width:24px}77%{min-width:0;opacity:0;width:0}to{min-width:0;opacity:0;width:0}}.crm-copy-component-container-button.active{animation:copy-component-button-animation 1.4s ease-in}.crm-copy-component-container-success{min-width:0;opacity:0;width:0}.crm-copy-component-container-success.active{animation:copy-component-success-animation 1.4s ease-in}.delete-modal{align-items:center;background-color:rgba(54,54,54,.5);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:12;z-index:20}.delete-modal:not(.open){display:none}.delete-modal__content{align-items:center;background-color:#fff;border-radius:.4rem;display:flex;flex-direction:column;height:auto;justify-content:center;margin:0 1.6rem;padding:2.4rem;z-index:31}.delete-modal__content .apos-rich-text>:first-child,.delete-modal__content>:first-child{margin-top:0}@media(max-width:425px){.delete-modal__content{width:90%}}.delete-modal__content p{color:#1a1a1a;font-size:1.8rem;font-weight:700;margin:0 0 14px;text-align:center}.delete-modal__button-container{width:fit-content}@media(max-width:1279px){.delete-modal__button-container{display:flex;flex-wrap:wrap;justify-content:center}}@media(max-width:424px){.delete-modal__button-container{width:inherit}}.delete-modal__no,.delete-modal__yes{margin-left:4px;margin-right:4px}.dgad-crm-counter-container{align-items:center;background-color:#f2f2f2;border-radius:8px;display:flex;flex-direction:column;font-family:Noto Sans,sans-serif;line-height:1.75;margin:0 auto;max-width:511px;padding:24px;text-align:center;width:100%}@media(max-width:425px){.dgad-crm-counter-container{height:245px}}@media(max-width:369px){.dgad-crm-counter-container{height:265px}}.dgad-crm-counter-title{font-size:18px;font-weight:700}.dgad-crm-counter-description{font-size:14px}.dgad-crm-counter-small-description{font-size:16px;font-weight:700;padding-top:.5rem}.dgad-crm-counter-numbers{display:flex;font-size:18px;font-weight:700;margin-top:1rem}.dgad-crm-counter-numbers .dgad-crm-counter-box{align-items:center;background-color:#fff;border-radius:8px;display:flex;font-weight:700;height:35px;justify-content:center;line-height:1.5;margin-bottom:.8rem;margin-right:.5rem;padding:1.6rem .5rem;width:26px}.dgad-crm-counter-current-open{color:#27509b;display:flex}.dgad-crm-counter-total{color:#1a1a1a;display:flex}.dgad-crm-counter-separator{font-size:2rem;margin:0 .5rem}.dgad-crm-counter-current-close{color:#a6192e;display:flex}@media(min-width:960px)and (max-width:1279px){.dgad-crm-counter{padding-bottom:2rem}}.accordion-component-button{align-items:center;background-color:#fff;border-radius:8px;color:#000;cursor:pointer;display:flex;justify-content:space-between;width:100%}.accordion-component-button:not(:last-child){margin-bottom:24px}.accordion-component-button-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:12px 24px;width:100%}.accordion-component-button-container .dgad-crm-svg{height:16px;width:16px}.accordion-component-button-title{font-weight:700}@media(min-width:1920px){.accordion-component-button{width:75%}}.accordion-component-button.accordion-content .dgad-crm-icon-north{display:none}.accordion-component-button.accordion-content .dgad-crm-icon-south{display:block}.accordion-component-button.accordion-content.open{flex-direction:column}.accordion-component-button.accordion-content.open .dgad-crm-icon-south{display:none}.accordion-component-button.accordion-content.open .dgad-crm-icon-north{display:block}.accordion-component-content{background-color:#fff;display:none;padding:12px 24px;width:100%}.accordion-component-content .dgad-crm-forms-show-widget{max-width:120rem}@media(min-width:960px){.accordion-component-content .dgad-crm-forms-show-widget .crm-profile-informations__cancel-button{margin-bottom:unset;margin-right:14px}}@media(max-width:959px){.accordion-component-content .dgad-crm-forms-show-widget .dgad-form-submit-container button{justify-content:center}}.accordion-component-content.open{display:block}:root{--mdc-layout-grid-margin-xxl:10rem;--mdc-layout-grid-margin-xl:10rem;--mdc-layout-grid-margin-lg:5rem;--mdc-layout-grid-margin-md:2.4rem;--mdc-layout-grid-gutter-md:2.4rem;--mdc-layout-grid-column-width-md:7rem;--mdc-layout-grid-margin-sm:2.4rem;--mdc-layout-grid-gutter-sm:1.6rem;--mdc-layout-grid-column-width-sm:7rem;--mdc-layout-grid-margin-xs:1.5rem;--mdc-layout-grid-gutter-xs:1.6rem;--mdc-layout-grid-column-width-xs:7rem}@media(min-width:960px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:2.4rem;padding:var(--mdc-layout-grid-margin-md,2.4rem)}}@media(min-width:600px)and (max-width:959px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:2.4rem;padding:var(--mdc-layout-grid-margin-sm,2.4rem)}}@media(min-width:0px)and (max-width:599px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:1.5rem;padding:var(--mdc-layout-grid-margin-xs,1.5rem)}}@media(min-width:960px){.mdc-layout-grid__inner{align-items:stretch;display:flex;flex-flow:row wrap;margin:-1.2rem;margin:calc(var(--mdc-layout-grid-gutter-md, 2.4rem)/2*-1)}@supports(display:grid){.mdc-layout-grid__inner{grid-gap:2.4rem;grid-gap:var(--mdc-layout-grid-gutter-md,2.4rem);display:grid;grid-template-columns:repeat(12,minmax(0,1fr));margin:0}}}@media(min-width:600px)and (max-width:959px){.mdc-layout-grid__inner{align-items:stretch;display:flex;flex-flow:row wrap;margin:-.8rem;margin:calc(var(--mdc-layout-grid-gutter-sm, 1.6rem)/2*-1)}@supports(display:grid){.mdc-layout-grid__inner{grid-gap:1.6rem;grid-gap:var(--mdc-layout-grid-gutter-sm,1.6rem);display:grid;grid-template-columns:repeat(8,minmax(0,1fr));margin:0}}}@media(min-width:0px)and (max-width:599px){.mdc-layout-grid__inner{align-items:stretch;display:flex;flex-flow:row wrap;margin:-.8rem;margin:calc(var(--mdc-layout-grid-gutter-xs, 1.6rem)/2*-1)}@supports(display:grid){.mdc-layout-grid__inner{grid-gap:1.6rem;grid-gap:var(--mdc-layout-grid-gutter-xs,1.6rem);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}}}@media(min-width:960px){.mdc-layout-grid__cell{box-sizing:border-box;margin:1.2rem;margin:calc(var(--mdc-layout-grid-gutter-md, 2.4rem)/2);width:calc(33.33333% - 2.4rem);width:calc(33.33333% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell{grid-column-end:span 4;margin:0;width:auto}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-md{width:calc(8.33333% - 2.4rem);width:calc(8.33333% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-md{grid-column-end:span 1;width:auto}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-md{width:calc(16.66667% - 2.4rem);width:calc(16.66667% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-md{grid-column-end:span 2;width:auto}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-md{width:calc(25% - 2.4rem);width:calc(25% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-md{grid-column-end:span 3;width:auto}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-md{width:calc(33.33333% - 2.4rem);width:calc(33.33333% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-md{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-md{width:calc(41.66667% - 2.4rem);width:calc(41.66667% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-md{grid-column-end:span 5;width:auto}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-md{width:calc(50% - 2.4rem);width:calc(50% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-md{grid-column-end:span 6;width:auto}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-md{width:calc(58.33333% - 2.4rem);width:calc(58.33333% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-md{grid-column-end:span 7;width:auto}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-md{width:calc(66.66667% - 2.4rem);width:calc(66.66667% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-md{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-md{width:calc(75% - 2.4rem);width:calc(75% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-md{grid-column-end:span 9;width:auto}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-md{width:calc(83.33333% - 2.4rem);width:calc(83.33333% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-md{grid-column-end:span 10;width:auto}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-md{width:calc(91.66667% - 2.4rem);width:calc(91.66667% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-md{grid-column-end:span 11;width:auto}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-md{width:calc(100% - 2.4rem);width:calc(100% - var(--mdc-layout-grid-gutter-md, 2.4rem))}@supports(display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-md{grid-column-end:span 12;width:auto}}}@media(min-width:600px)and (max-width:959px){.mdc-layout-grid__cell{box-sizing:border-box;margin:.8rem;margin:calc(var(--mdc-layout-grid-gutter-sm, 1.6rem)/2);width:calc(50% - 1.6rem);width:calc(50% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell{grid-column-end:span 4;margin:0;width:auto}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-sm{width:calc(12.5% - 1.6rem);width:calc(12.5% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-sm{grid-column-end:span 1;width:auto}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-sm{width:calc(25% - 1.6rem);width:calc(25% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-sm{grid-column-end:span 2;width:auto}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-sm{width:calc(37.5% - 1.6rem);width:calc(37.5% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-sm{grid-column-end:span 3;width:auto}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-sm{width:calc(50% - 1.6rem);width:calc(50% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-sm{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-sm{width:calc(62.5% - 1.6rem);width:calc(62.5% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-sm{grid-column-end:span 5;width:auto}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-sm{width:calc(75% - 1.6rem);width:calc(75% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-sm{grid-column-end:span 6;width:auto}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-sm{width:calc(87.5% - 1.6rem);width:calc(87.5% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-sm{grid-column-end:span 7;width:auto}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-sm{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-sm{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-sm{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-sm{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-sm{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-sm{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-sm{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-sm{grid-column-end:span 8;width:auto}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-sm{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-sm, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-sm{grid-column-end:span 8;width:auto}}}@media(min-width:0px)and (max-width:599px){.mdc-layout-grid__cell{box-sizing:border-box;margin:.8rem;margin:calc(var(--mdc-layout-grid-gutter-xs, 1.6rem)/2);width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell{grid-column-end:span 4;margin:0;width:auto}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-xs{width:calc(25% - 1.6rem);width:calc(25% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-xs{grid-column-end:span 1;width:auto}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-xs{width:calc(50% - 1.6rem);width:calc(50% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-xs{grid-column-end:span 2;width:auto}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-xs{width:calc(75% - 1.6rem);width:calc(75% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-xs{grid-column-end:span 3;width:auto}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-xs{grid-column-end:span 4;width:auto}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-xs{width:calc(100% - 1.6rem);width:calc(100% - var(--mdc-layout-grid-gutter-xs, 1.6rem))}@supports(display:grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-xs{grid-column-end:span 4;width:auto}}}.mdc-layout-grid__cell--order-1{order:1}.mdc-layout-grid__cell--order-2{order:2}.mdc-layout-grid__cell--order-3{order:3}.mdc-layout-grid__cell--order-4{order:4}.mdc-layout-grid__cell--order-5{order:5}.mdc-layout-grid__cell--order-6{order:6}.mdc-layout-grid__cell--order-7{order:7}.mdc-layout-grid__cell--order-8{order:8}.mdc-layout-grid__cell--order-9{order:9}.mdc-layout-grid__cell--order-10{order:10}.mdc-layout-grid__cell--order-11{order:11}.mdc-layout-grid__cell--order-12{order:12}.mdc-layout-grid__cell--align-top{align-self:flex-start}@supports(display:grid){.mdc-layout-grid__cell--align-top{align-self:start}}.mdc-layout-grid__cell--align-middle{align-self:center}.mdc-layout-grid__cell--align-bottom{align-self:flex-end}@supports(display:grid){.mdc-layout-grid__cell--align-bottom{align-self:end}}@media(min-width:960px){.mdc-layout-grid--fixed-column-width{width:115.2rem;width:calc(var(--mdc-layout-grid-column-width-md, 7rem)*12 + var(--mdc-layout-grid-gutter-md, 2.4rem)*11 + var(--mdc-layout-grid-margin-md, 2.4rem)*2)}}@media(min-width:600px)and (max-width:959px){.mdc-layout-grid--fixed-column-width{width:72rem;width:calc(var(--mdc-layout-grid-column-width-sm, 7rem)*8 + var(--mdc-layout-grid-gutter-sm, 1.6rem)*7 + var(--mdc-layout-grid-margin-sm, 2.4rem)*2)}}@media(min-width:0px)and (max-width:599px){.mdc-layout-grid--fixed-column-width{width:35.8rem;width:calc(var(--mdc-layout-grid-column-width-xs, 7rem)*4 + var(--mdc-layout-grid-gutter-xs, 1.6rem)*3 + var(--mdc-layout-grid-margin-xs, 1.5rem)*2)}}.mdc-layout-grid--align-left{margin-left:0;margin-right:auto}.mdc-layout-grid--align-right{margin-left:auto;margin-right:0}.mdc-layout-grid{margin:0 auto;max-width:192rem;min-width:min-content;padding-bottom:0;padding-top:0;padding:0 1.6rem;width:100%}@media(min-width:769px){.mdc-layout-grid{padding:0 2.4rem;width:80.47%}}@media(min-width:1281px){.mdc-layout-grid{width:81.25%}}.mdc-layout-grid__cell>.apos-area[data-current-widget-viewtype=vertical-card-with-icon]{height:100%}@media(max-width:767px){.mdc-layout-grid.mdc-layout-grid--no-padding{padding:0}.dgad-column-block .mdc-layout-grid__inner>.mdc-layout-grid__cell{grid-column-end:span 12}}.dgad-column-block{padding:2rem 0 0}.crm-menu-header{color:var(--color-secondary);display:flex;font-family:var(--font-tertiary);font-size:20px;font-weight:700;justify-content:center;margin-bottom:16px;text-align:center}@media(max-width:959px){.crm-menu-header{display:none}}.crm-menu-header .dgad-crm-image{overflow:visible}.crm-menu-item-container{display:flex;flex-direction:row;font-size:1.6rem;padding-left:3.2rem}.crm-menu-item-container-selected{color:var(--color-secondary);font-weight:700}.crm-menu-item-container-left-border{border-bottom-right-radius:.5rem;border-right:4px solid var(--color-secondary);border-top-right-radius:.5rem;height:100%;position:absolute}.crm-menu-item-container .dgad-crm-image{margin-right:.8rem}.crm-menu-item-link{color:#1a1a1a;display:flex;flex-direction:row;margin-bottom:1.6rem;position:relative;text-decoration:none}@media(max-width:959px){.crm-menu-item-link{margin:0 0 .8rem}}.crm-menu-item-link:visited{color:#000;text-decoration:none}.crm-menu-item-link.selected{pointer-events:none}.crm-menu-item-link:hover{font-weight:700}@media(min-width:960px){.crm-menu-container{padding-top:16px}}.crm-menu-container .dgad-crm-profile-logout{padding:1.6rem 0 1.6rem 3.2rem;position:relative;width:100%}.crm-menu-container .dgad-crm-profile-logout:before{background-color:#ccc;content:"";height:1px;left:32px;position:absolute;right:32px;top:0}.crm-menu-container .dgad-crm-anchor{color:#1a1a1a;display:flex;text-decoration:underline}.crm-menu-container .dgad-crm-svg{height:1.6rem;margin:0 .8rem 0 0;width:1.6rem}@media(max-width:959px){.crm-menu-container{background-color:#fff;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem;box-shadow:0 4px 8px 0 rgba(51,51,51,.12);left:0;max-height:calc(100% - 120px);position:fixed;right:0;z-index:3}.crm-menu-container.active .crm-menu-icon-south,.crm-menu-container:not(.active) .crm-menu-icon-north,.crm-menu-container:not(.active) .crm-menu-items-container{display:none}}.crm-menu-toggle-btn{color:var(--color-secondary);display:none;font-family:var(--font-tertiary);font-size:20px;font-weight:700}@media(max-width:959px){.crm-menu-toggle-btn{align-items:center;background-color:#fff;border:0;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem;cursor:pointer;display:flex;height:64px;justify-content:space-between;left:0;padding:0 1.6rem;right:0;top:0;width:100%;z-index:2}.crm-menu-toggle-btn:hover{cursor:pointer}.crm-menu-toggle-btn .crm-menu-item-container-left-border{display:none}.crm-menu-toggle-btn .crm-menu-item-link{margin:0}.crm-menu-toggle-btn .dgad-crm-icon-arrow-chevron-north .dgad-crm-svg{height:1.6rem;transition:all .05s ease-in-out;width:1.6rem}}.crm-menu-container.uniroyal-theme .crm-menu-item-container-left-border{border-color:var(--color-primary)}.crm-menu-container.uniroyal-theme .crm-menu-item-container-selected{color:var(--color-primary)}@keyframes notification{0%{height:0;opacity:0;width:0}1%{height:auto;opacity:0;padding:.8rem 4rem;transform:translateY(-100%);width:fit-content}10%{opacity:0}20%{opacity:1;transform:translateY(0)}90%{opacity:1}99%{height:auto;opacity:0;padding:.8rem 4rem;width:fit-content}to{height:0;opacity:0;width:0}}.crm-notifications-container{align-items:center;display:flex;flex-direction:column}.crm-notifications-container .crm-notification{align-items:center;animation:notification 4s;border-radius:.5rem;display:flex;flex-direction:row;height:0;margin-bottom:.8rem;overflow:hidden;width:0}.crm-notifications-container .crm-notification svg{height:1.6rem;margin-right:1.6rem;width:1.6rem}.crm-notifications-container .crm-notification p{margin:0}.crm-notifications-container .crm-notification.succeed{background-color:#c2e8c4}.crm-notifications-container .crm-notification.succeed svg use{fill:#2e7d32}.crm-notifications-container .crm-notification.failed{background-color:#f9d9d9}.crm-notifications-container .crm-notification.failed svg use{fill:#b71c1c}.crm-notifications-container .crm-notification.hide{display:none!important}.crm-notifications-container{left:50%;margin-top:1.8rem;position:fixed;top:var(--crm-header-height);transform:translate(-50%);width:100%;z-index:5}.crm-offer{background-color:#fff;border-radius:.4rem;display:flex;flex-direction:column;margin-bottom:2.4rem}.crm-offer-image .apos-slideshow div.apos-slideshow-item{background-size:0;height:100%}.crm-offer-image .apos-slideshow div.apos-slideshow-item img{height:180px;object-fit:cover;object-position:0 0;visibility:initial;width:100%}.crm-offer-image div{height:100%}.crm-offer-content{display:flex;flex-direction:column;padding:1.6rem;width:100%}.crm-offer-content-title{font-family:var(--font-tertiary);font-size:1.8rem;font-weight:700}.crm-offer-content-description{margin:.8rem 0}.crm-offer-content-description[data-crm-claimed=true]{display:none}.crm-offer-content-reward{background-color:rgba(39,80,155,.1);border-radius:.4rem;display:flex;flex-direction:row;margin-top:.8rem;padding:1.6rem}.crm-offer-content-reward-name{color:var(--color-secondary);flex-grow:1;line-height:2.4rem;margin-left:1.6rem}.crm-offer-content-reward .dgad-crm-icon{height:100%}.crm-offer-content-reward .dgad-crm-icon svg{height:1.6rem;width:1.6rem}.crm-offer-content-section{background-color:#f2f2f2;border-radius:.4rem;cursor:pointer;display:flex;flex-direction:row;margin-top:.8rem;padding:1.6rem}.crm-offer-content-section-name{flex-grow:1;line-height:2.4rem;margin-left:1.6rem}.crm-offer-content-section .dgad-crm-icon{height:100%}.crm-offer-content-section .dgad-crm-icon svg{height:1.6rem;width:1.6rem}.crm-offer-content-section[data-crm-validated=true] .state-icon svg{color:green}.crm-offer-content-section[data-crm-validated=false] .state-icon svg{color:red}.crm-offer-content-button{align-self:flex-end;border-radius:.4rem;margin:3.2rem 0 1.6rem;min-width:0;padding:1.2rem 1.6rem;width:fit-content}.crm-offer-content-button:disabled{background-color:#ccc;color:#7f7f7f}.crm-offer-content-button[data-crm-claimed=true]{display:none}@media(max-width:599px){.crm-offer-content-button{align-self:center;width:100%}}@media(max-width:1279px){.crm-offer-content-button{border-radius:8rem}}.crm-offer-form{background-color:rgba(54,54,54,.5);bottom:0;display:none;justify-content:flex-end;left:0;overflow:scroll;position:fixed;right:0;top:0;z-index:12}@media(max-width:767px){.crm-offer-form{flex-direction:column;justify-content:flex-start}}.crm-offer-form.show{display:flex;overflow:hidden}.crm-offer-form-container{background-color:#fff;border:1px solid #e1e1e1;padding-top:20px;right:0}@media(max-width:767px){.crm-offer-form-container{bottom:0;left:0;overflow-y:auto;position:fixed}}.crm-offer-form-container .dgad-form-container .dgad-form-submit-container{bottom:auto;box-shadow:none;left:auto;position:inherit;width:auto}.crm-offer-form-container .dgad-crm-icon-filled{background-color:var(--color-primary);height:4rem;width:4rem;z-index:2}.crm-offer-form-container__close{cursor:pointer;display:flex;justify-content:flex-end;padding:2.4rem 2.4rem 0 0;position:absolute;right:5px;top:5px}.crm-offer-form-container__close svg{width:2rem!important}.crm-offer-form-container .dgad-form-container{background-color:#fff}.crm-offer-form-success-container{pointer-events:none;position:absolute;right:10px;top:10px}.crm-offer-form-success-container__content{background-color:#2ecc71;border:1px solid #2eca70;color:#fff;cursor:pointer;font-size:12px;line-height:12px;padding:5px;pointer-events:all}.crm-coming{background-color:#fff;border-radius:.4rem;display:flex;justify-content:center;padding:3.2rem 3.2rem 0}.crm-coming[data-crm-bib-visible=true]{align-items:flex-end}.crm-coming[data-crm-bib-visible=false]{align-items:center}@media(max-width:599px){.crm-coming{flex-direction:column-reverse}}.crm-coming-bib{height:15rem}@media(max-width:599px){.crm-coming-bib{height:10.8rem}}.crm-coming-bib .dgad-crm-image{height:100%}.crm-coming-image{flex-shrink:0;width:14rem}@media(max-width:599px){.crm-coming-image{width:10rem}}.crm-coming-texts{display:flex;flex-direction:column;margin:0 0 3.2rem 3.2rem}.crm-coming-texts-title{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.4rem;font-weight:700;margin-bottom:1.6rem}.crm-coming.uniroyal-theme .crm-coming-texts-title{color:var(--color-primary)}.crm-progress-bar{margin-bottom:2.4rem;max-width:100%;width:100%}.crm-progress-bar[data-crm-closed~=true]{display:none}.crm-progress-bar-header{background-color:#fff;border-radius:.8rem;cursor:pointer;padding:.8rem;position:relative}.crm-progress-bar-header-upperSection{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.crm-progress-bar-header-upperSection-title{font-size:1.8rem;font-weight:700;margin-right:2.4rem}.crm-progress-bar-header-upperSection-button-container{height:1.6rem;position:absolute;right:.8rem;top:.8rem;width:1.6rem}.crm-progress-bar-header-upperSection-button-container div{height:100%;width:100%}.crm-progress-bar-header-upperSection-button-container svg{height:100%;overflow:visible;width:100%}.crm-progress-bar-header-upperSection-button-container svg.dgad-crm-svg{width:100%}.crm-progress-bar-header-upperSection-button-container:hover{cursor:pointer}.crm-progress-bar-header-upperSection-button-container-button{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:.15rem;transition:.3s}.crm-progress-bar-header-barSection{align-items:center;background-color:#e5e5e5;border-radius:.8rem;display:flex;height:1.6rem;justify-content:space-between;margin:auto 0;padding:0 .4rem;position:relative;width:calc(100% - 7.2rem);z-index:1}.crm-progress-bar-header-barSection-container{display:flex}.crm-progress-bar-header-barSection-fullPercent{align-items:center;background-color:var(--color-primary);border-radius:50%;display:flex;height:2.4rem;justify-content:center;left:-1rem;position:absolute;top:-1rem;width:2.4rem}.crm-progress-bar-header-barSection-fullPercent div{height:1.2rem;width:1.2rem}.crm-progress-bar-header-barSection-percent-container{color:var(--color-secondary);font-size:1.4rem;font-weight:700;line-height:1.71;margin-left:1.6rem;width:4.8rem}.crm-progress-bar-header-barSection-active{height:100%;left:0;position:absolute;right:0;width:100%}.crm-progress-bar-header-barSection-active-rect{fill:var(--color-secondary);height:100%}.crm-progress-bar-header-barSection-active-text{display:none;font-weight:700}.crm-progress-bar-header-barSection-active-circle{fill:none;stroke:#e5e5e5;stroke-width:.4rem;stroke-linecap:round;display:none;height:100%;width:100%}.crm-progress-bar-header-barSection-active-circle.active{stroke:var(--color-secondary);transform:rotate(270deg);transform-origin:center}.crm-progress-bar-header-barSection-dot{height:.4rem;position:relative;width:.4rem;z-index:3}.crm-progress-bar-header-barSection-container,.crm-progress-bar-header-upperSection{margin-bottom:1.6rem}.crm-progress-bar-content{background-color:#fff;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem;padding:.8rem;transform-origin:top}.crm-progress-bar-content-title{display:block;font-size:1.4rem;line-height:1.71}.crm-progress-bar-content-item{background-color:#f2f2f2;border-radius:.8rem;cursor:pointer;display:flex;justify-content:space-between;margin-top:.8rem;padding:1.6rem}.crm-progress-bar-content-item[data-progress-bar-item-validate=true] .dgad-crm-icon{margin-left:.8rem}.crm-progress-bar-content-item-right{color:var(--color-secondary);font-size:1.4rem;line-height:1.71;text-align:end;text-decoration:underline;width:45%}.crm-progress-bar-content-item a{color:#27509b}.crm-progress-bar-content-item-left{align-items:center;display:flex;flex-grow:1;width:50%}.crm-progress-bar-content-item-left-icon{flex-shrink:0;height:1.6rem;margin-right:1.6rem;width:1.6rem}.crm-progress-bar-content-item-left span{width:100%}.crm-progress-bar-content-item a,.crm-progress-bar-content-item-left span{font-size:1.4rem;line-height:1.71}.crm-progress-bar-content-item .dgad-crm-icon{height:100%}.crm-progress-bar-content-item .dgad-crm-icon svg{color:green;height:1.6rem;width:1.6rem}.crm-progress-bar[data-crm-opened~=true] .crm-progress-bar-header{border-bottom-left-radius:0;border-bottom-right-radius:0}.crm-progress-bar[data-crm-opened~=true] .crm-progress-bar-content{border-top-left-radius:0;border-top-right-radius:0}.crm-progress-bar[data-crm-opened~=true] [data-crm-progress-bar-content]{animation:growDown .3s ease-in-out forwards}.crm-progress-bar[data-crm-opened~=false] .crm-progress-bar-header{transition:border-bottom-left-radius .3s .3s,border-bottom-right-radius .3s .3s}.crm-progress-bar[data-crm-opened~=false] [data-crm-progress-bar-content]{animation:reduceUp .3s ease-in-out forwards}.crm-progress-bar[data-crm-progress-bar-desc-show=false] .crm-progress-bar-header-barSection-container{margin-bottom:0}.crm-profile-page{background-color:#f2f2f2}.crm-profile-page-section{margin-top:2.4rem;min-height:100vh}@media(max-width:959px){.crm-profile-page-section{min-height:unset}}.crm-profile-page .panel-slide-component-container{min-width:39.6rem}.crm-profile-page-back .dgad-cta a{background-color:unset;border:unset;text-decoration:underline}.crm-profile-page-back .dgad-cta__item{font-family:var(--font-primary);margin-bottom:.4rem;margin-left:22rem;margin-top:2rem;padding:1.2rem 3.2rem 1.2rem 1.4rem;width:27.5rem}.crm-profile-page-back .dgad-cta__item .dgad-crm-svg{height:16px;width:16px}@media(max-width:1279px){.crm-profile-page-back .dgad-cta__item{border:none;font-family:var(--font-primary);margin:2.4rem 0 .4rem 18rem;width:27.5rem}.crm-profile-page-back .dgad-cta__item .dgad-crm-svg{height:16px;width:16px}}@media(max-width:959px){.crm-profile-page-back .dgad-cta__item{background:none;border:none;font-family:var(--font-primary);margin:2rem 0 .4rem;padding:1.2rem 5.2rem 1.2rem 3.4rem;width:27.5rem}.crm-profile-page-back .dgad-cta__item .dgad-crm-svg{height:16px;width:16px}}.crm-profile-page-user-name{align-self:center;display:flex;font-size:2.2rem;font-weight:700;hyphens:auto;line-height:1.5;padding-right:1.6rem;text-transform:capitalize;word-break:break-word}.crm-profile-page-user-photo{background-color:#fff;border-radius:100%;display:flex;height:6.4rem;justify-content:center;min-height:6.4rem;min-width:6.4rem;padding:12px;width:6.4rem}.crm-profile-page-user-photo div{align-items:center;border-radius:50%;display:flex;justify-content:center;width:100%}.crm-profile-page-user-menu{background-color:#fff;border-radius:8px;margin-bottom:24px;width:100%}@media(max-width:959px){.crm-profile-page-user-menu{background-color:transparent;left:0;min-height:auto;position:fixed;right:0;width:auto;z-index:10}}.crm-profile-page-user-menu-container{position:relative}@media(min-width:960px){.crm-profile-page-user-menu-container{height:fit-content;margin-bottom:2rem}}@media(max-width:959px){.crm-profile-page-user-menu-container.crm-profile-page-section--two-levels{position:absolute}.crm-profile-page-user-menu-container .crm-loyalty-card,.crm-profile-page-user-menu-container .crm-progress-bar[data-page-type=crm-profile-page],.crm-profile-page-user-menu-container.crm-profile-page-section--two-levels .crm-loyalty-card{display:none}}.crm-profile-page-user-menu-header{align-items:center;display:flex;flex-direction:row;margin-bottom:3.6rem;padding-top:3.2rem}@media(max-width:959px){.crm-profile-page-user-menu-header{display:none}}.crm-profile-page-user-menu-bib{display:flex;justify-content:center;margin:3.2rem 0;padding:1.6rem}@media(max-width:959px){.crm-profile-page-user-menu-bib{display:none}}.crm-profile-page-user-menu-bib .dgad-crm-icon-filled{background-color:var(--color-primary)}.crm-profile-page-user-menu-bib .dgad-crm-icon-filled .dgad-crm-svg{height:40px;width:40px}.crm-profile-page-content{margin-bottom:2.4rem;position:relative}.crm-profile-page-content-header-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media(min-width:961px){.crm-profile-page-content-header-container .michelin-better-motion-logo{display:none}}.crm-profile-page-content-title{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.4rem;font-weight:700}.crm-profile-page-content-title.black{color:#000}.crm-profile-page-content-desc{font-family:var(--font-primary);font-weight:700;margin:1.5rem 0 1rem}.crm-profile-page-content-desc-user{text-transform:capitalize}.crm-profile-page-content-desc-complete{margin-bottom:unset;margin-top:1.5rem}.crm-profile-page-content-widget .apos-area{width:100%}@media(min-width:960px){.crm-profile-page-content-widget .crm-loyalty-card[data-page-type=crm-profile-page],.crm-profile-page-content-widget .crm-progress-bar[data-page-type=crm-profile-page]{display:none}}@media(max-width:959px){.crm-profile-page-content-widget .crm-content-card-filter-widget[data-page-type=crm-profile-page],.crm-profile-page-content-widget .crm-user-card-widgets[data-page-type=crm-profile-page]{margin-top:2rem}}@media(min-width:960px){.crm-profile-page-content-widget .crm-content-card-filter-widget[data-page-type=crm-profile-page],.crm-profile-page-content-widget .crm-user-card-widgets[data-page-type=crm-profile-page]{margin-top:1.5rem}}.crm-profile-page-content-widget .crm-loyalty-card[data-page-type=crm-profile-page],.crm-profile-page-content-widget .crm-user-card-widgets[data-page-type=crm-profile-details-page]{margin-top:2rem}.crm-profile-page-content-widget .crm-loyalty-card[data-page-type=crm-profile-details-page],.crm-profile-page-content-widget .crm-loyalty-history[data-page-type=crm-profile-details-page]{margin-top:1.5rem}.crm-profile-page-content-widget .dgad-column-block .mdc-layout-grid{padding:0;width:100%}.crm-profile-page-content-widget .dgad-column-block .mdc-layout-grid .mdc-layout-grid__cell--span-6-md{grid-column-end:span 6}@media(max-width:1280px){.crm-profile-page-content-widget .dgad-column-block .mdc-layout-grid .mdc-layout-grid__cell--span-6-md{grid-column-end:span 12}}.crm-profile-page-content-widget[data-page-type=crm-profile-informations-page]{margin-top:2rem}.crm-profile-page-content-header{display:flex;flex-direction:column}.crm-profile-page-content-header .dgad-crm-image{overflow:visible}.crm-profile-page.uniroyal-theme .crm-profile-page-content-title,.crm-profile-page.uniroyal-theme .crm-progress-bar-header-upperSection-title{color:var(--color-primary)}.crm-profile-page.uniroyal-theme .dgad-crm-icon-general-glyphs-star-0 use{fill:#fff}.crm-profile-page.uniroyal-theme .crm-progress-bar-header-barSection-percent-container{color:#fff}@keyframes reduceUp{0%{transform:scaleY(1)}20%{transform:scaleY(1.1)}99%{position:inherit;visibility:inherit}to{position:absolute;transform:scaleY(0);visibility:hidden}}@keyframes growDown{0%{position:absolute;transform:scaleY(0);visibility:hidden}1%{position:inherit;visibility:inherit}80%{transform:scaleY(1.1)}to{transform:scaleY(1)}}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-icon{background-color:transparent;margin-bottom:0;padding:0;position:static;transform:translate(0)}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-upload-button{border-radius:50%;bottom:12px;left:7.4rem;min-width:auto;outline:none;padding:9px;position:absolute;width:4.5rem}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-upload-button .dgad-crm-button-icon-before{display:inline-block;max-height:inherit;max-width:inherit}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-upload-button .dgad-crm-icon{height:auto;width:auto}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-upload-button .dgad-crm-svg{height:1.6rem;width:1.6rem}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-upload-button .dgad-crm-svg use{fill:#000}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-image{border-radius:50%;position:relative}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-image-picture{left:50%;position:absolute;top:0;transform:translateX(-50%)}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-icon-user,.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-image{height:10rem;width:10rem}.crm-profile-picture-widget .dgad-crm-profile-edit-image .dgad-crm-icon-user .dgad-crm-svg{height:100%;width:100%}.crm-profile-picture-widget .dgad-crm-profile-edit-image-error{left:14rem;position:absolute;top:0}.crm-profile-picture-widget.uniroyal-theme .dgad-crm-button{clip-path:none}body.modal-open{height:100vh;overflow:hidden;position:fixed;width:100%}.crm-user-card-widgets-card{background-color:#fff;border-radius:.4rem;height:auto;margin:0 1.6rem 1.6rem 0;min-height:2.4rem;min-width:26.7rem;padding:2.4rem;width:31.7%}.crm-user-card-widgets-card .apos-rich-text>:first-child,.crm-user-card-widgets-card>:first-child{margin-top:0}@media(max-width:1919px){.crm-user-card-widgets-card{min-width:20.5rem;width:47%}}@media(max-width:1340px){.crm-user-card-widgets-card{width:100%}}@media(max-width:1200px){.crm-user-card-widgets-card{max-width:unset}}@media(max-width:768px){.crm-user-card-widgets-card{margin:0 0 1.6rem;min-width:unset;width:100%}}.crm-user-card-widgets-card__title{color:var(--color-secondary);font-size:1.8rem;font-weight:700}.crm-user-card-widgets-card__date{color:#7f7f7f;font-size:1.4rem;margin-top:1.6rem}.crm-user-card-widgets-card__content{margin-top:1.6rem}.crm-user-card-widgets-card__content .dgad-crm-font{margin:0}.crm-user-card-widgets-card__content .dgad-crm-font hr{border:none;border-bottom:1px solid #ccc;margin:1.8rem 0}.crm-user-card-widgets-card__footer{display:flex;font-size:1.4rem;justify-content:space-between;margin-top:1.6rem}.crm-user-card-widgets-card__footer-status{border-radius:50%;display:inline-block;height:10px;margin-right:1rem;width:10px}.crm-user-card-widgets-card__footer-status--expired{background-color:red}.crm-user-card-widgets-card__footer-status--redeemed{background-color:orange}.crm-user-card-widgets-card__footer-status--valid{background-color:blue}.crm-user-card-widgets-card__badge img{max-height:50px;max-width:200px;object-fit:contain}.crm-user-card-widgets-card:hover{box-shadow:0 0 24px 0 rgba(0,0,0,.12)}.crm-user-card-widgets-card__no-element{box-shadow:none;margin-right:0}.crm-user-card-widgets-card__no-element:hover{box-shadow:none}.crm-user-card-widgets__tags{display:flex;flex-direction:row;overflow:auto}.crm-user-card-widgets__tags .crm-user-card-widgets-card__content,.crm-user-card-widgets__tags p{margin:0}.crm-user-card-widgets__tag use{fill:var(--color-secondary);transition:fill .5s}.crm-user-card-widgets__tag-button,.crm-user-card-widgets__tag-item{align-items:center;background-color:var(--color-secondary-alpha-15);border:.1rem solid var(--color-secondary);border-radius:8rem;color:var(--color-secondary);cursor:pointer;display:flex;margin-bottom:.8rem;margin-right:1.6rem;padding:.4rem 1.6rem;white-space:nowrap}.crm-user-card-widgets__tag-item{transition:background-color .5s,color .5s}.crm-user-card-widgets__tag-icon svg{height:16px!important;width:16px!important}.crm-user-card-widgets__tag-button{border-style:dashed;color:var(--color-secondary)}.crm-user-card-widgets__tag-button:active{background-color:var(--color-primary)}.crm-user-card-widgets__tag-button>span{font-size:2.4rem}.crm-user-card-widgets__tag-button>span,.crm-user-card-widgets__tag-icon svg{margin-right:8px}.crm-user-card-widgets__tag-item.selected,.crm-user-card-widgets__tag-selected{background-color:var(--color-secondary);color:#fff!important}.crm-user-card-widgets__tag-selected use{fill:#fff}.crm-user-card-widgets.vehicle,.crm-user-card-widgets.vehicle .crm-user-card-widgets__cards{margin-top:0}.crm-user-card-widgets__vehicle-container{width:100%}.crm-user-card-widgets__vehicle-container[data-version-display=false]{margin-top:8px}.crm-user-card-widgets__vehicle-nav{display:none}.crm-user-card-widgets__vehicle-list{display:flex;flex-direction:row;flex-grow:2;flex-wrap:nowrap;gap:2.4rem;list-style-type:none;margin:0 0 .8rem;overflow-x:auto;padding:0 0 1.6rem}@media(max-width:959px){.crm-user-card-widgets__vehicle-list:not(.disable-full-screen-width){left:0;position:relative}}@media(min-width:960px){.crm-user-card-widgets__vehicle-list{flex-wrap:wrap;overflow:visible}}.crm-user-card-widgets__vehicle-list[data-vehicle-list=apostrophe-forms-pages]>*{min-width:230px}@media(min-width:960px){.crm-user-card-widgets__vehicle-list[data-vehicle-list=apostrophe-forms-pages]>*{min-width:100%}}.crm-user-card-widgets__vehicle-list>*{min-width:250px}@media(min-width:768px){.crm-user-card-widgets__vehicle-list>*{min-width:340px}}@media(min-width:960px){.crm-user-card-widgets__vehicle-list>*{min-width:unset;width:100%}}@media(min-width:960px)and (min-width:1280px){.crm-user-card-widgets__vehicle-list>*{width:calc(50% - 1.2rem)}}@media(min-width:960px)and (min-width:1920px){.crm-user-card-widgets__vehicle-list>*{width:calc(33.33333% - 1.6rem)}}.crm-user-card-widgets__vehicle-item{align-items:center;background-color:#fff;border-radius:.8rem;display:flex;flex-direction:column;height:auto;justify-content:center;padding:2.4rem;transition:box-shadow .5s}.crm-user-card-widgets__vehicle-item .apos-rich-text>:first-child,.crm-user-card-widgets__vehicle-item>:first-child{margin-top:0}.crm-user-card-widgets__vehicle-item:hover{box-shadow:0 0 24px 0 rgba(0,0,0,.12);cursor:pointer}.crm-user-card-widgets__vehicle-item:active{box-shadow:none}.crm-user-card-widgets__vehicle-item .dgad-crm-icon .dgad-crm-svg{color:var(--color-secondary);height:5rem;width:5rem}.crm-user-card-widgets__vehicle-button-big{align-items:center;background-color:#fff;background-color:rgba(var(--color-secondary),.04);border:1px dashed var(--color-secondary);border-radius:.8rem;color:var(--color-secondary);display:flex;flex-direction:column;font-size:1.8rem;font-weight:700;height:auto;justify-content:center;padding:2.4rem}.crm-user-card-widgets__vehicle-button-big .apos-rich-text>:first-child,.crm-user-card-widgets__vehicle-button-big>:first-child{margin-top:0}.crm-user-card-widgets__vehicle-button-big:hover{cursor:pointer}.crm-user-card-widgets__vehicle-button-big span{align-items:center;background-color:var(--color-secondary);border-radius:2.4rem;color:#fff;display:flex;height:4.8rem;justify-content:center;margin-bottom:3.2rem;width:4.8rem}.crm-user-card-widgets__vehicle-button-big span .dgad-crm-icon .dgad-crm-svg{height:2.4rem;width:2.4rem}.crm-user-card-widgets__vehicle-button-big span .dgad-crm-icon .dgad-crm-svg use{fill:#fff}@media(max-width:1279px){.crm-user-card-widgets__vehicle-button-big{display:none}}.crm-user-card-widgets__vehicle-button-small{width:100%}@media(min-width:600px){.crm-user-card-widgets__vehicle-button-small{width:80%}}@media(min-width:960px){.crm-user-card-widgets__vehicle-button-small{width:100%}}@media(min-width:1280px){.crm-user-card-widgets__vehicle-button-small{display:none}}.crm-user-card-widgets.field-activated .crm-user-card-widgets__cards{justify-content:center}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-list{align-items:center;display:flex;flex-direction:column-reverse;gap:1.5rem}@media(min-width:600px){.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-list[data-vehicle-list=apostrophe-forms-pages]{flex-direction:row;flex-wrap:wrap;gap:1rem 1.5rem}}@media(min-width:960px){.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-list[data-vehicle-list=apostrophe-forms-pages]{flex-direction:column-reverse;gap:1.5rem}}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big,.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item{border:1px solid #e1e1e1;height:248px;min-width:235px;width:100%}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big[type=button],.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item[type=button]{order:-1}@media(min-width:600px){.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big,.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item{width:48%!important}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big[type=button],.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item[type=button]{order:1}}@media(min-width:960px){.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big,.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item{width:100%!important}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big[type=button],.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item[type=button]{order:-1}}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-small{display:none}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item .dgad-crm-icon .dgad-crm-svg{height:7rem;width:7rem}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item.selected,.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item:hover{background-color:var(--color-secondary);color:#fff}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item.selected .dgad-crm-icon .dgad-crm-svg,.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-item:hover .dgad-crm-icon .dgad-crm-svg{color:#fff}.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big{background-color:rgba(39,80,155,.04);border:1px dashed var(--color-secondary)}@media(max-width:1279px){.crm-user-card-widgets.field-activated .crm-user-card-widgets__vehicle-button-big{display:flex}}.apos-ui .crm-user-card-widgets__vehicle-warning-container{display:none}.crm-user-card-widgets__no-element__vehicle{align-items:flex-start;background-color:#fff;border-radius:.4rem;display:flex;flex-direction:column;height:auto;margin:unset;padding:2.4rem;text-align:center;text-transform:none;width:100%}.crm-user-card-widgets__no-element__vehicle .apos-rich-text>:first-child,.crm-user-card-widgets__no-element__vehicle>:first-child{margin-top:0}.crm-user-card-widgets__no-element__vehicle:hover{box-shadow:none}.crm-user-card-widgets__no-element__vehicle>label,.crm-user-card-widgets__no-element__vehicle>p{margin:0 0 1.6rem;text-transform:none}.crm-user-card-widgets__no-element__vehicle>label{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.4rem;font-weight:700}.crm-user-card-widgets__no-element__vehicle>p{font-family:var(--font-primary);text-align:start}.crm-user-card-widgets__no-element__vehicle-container{width:100%}.crm-user-card-widgets__no-element__vehicle-container button{border-radius:24px}@media(min-width:961px){.crm-user-card-widgets__no-element__vehicle-container button{border-radius:.4rem}}.crm-user-card-widgets__no-element__vehicle-container .crm-user-card-widgets__vehicle-buttons-container{display:flex;flex-direction:column-reverse;justify-content:space-between;width:100%}.crm-user-card-widgets__no-element__vehicle-container .crm-user-card-widgets__vehicle-buttons-container>a{align-self:center;margin-bottom:2rem;width:100%}@media(min-width:961px){.crm-user-card-widgets__no-element__vehicle-container .crm-user-card-widgets__vehicle-buttons-container>a{border-radius:.4rem;margin-right:3rem;min-width:unset;width:100%}}.crm-user-card-widgets__no-element__vehicle-container .crm-user-card-widgets__vehicle-buttons-container>a button{width:100%}@media(min-width:1280px){.crm-user-card-widgets__no-element__vehicle-container .crm-user-card-widgets__vehicle-buttons-container{flex-direction:row;justify-content:center;min-width:60rem}}.crm-user-card-widgets__vehicle-line{align-self:stretch;background-color:#ccc;flex-grow:1;height:.1rem;margin:2.4rem 0;width:100%}.crm-user-card-widgets__vehicle-buttons{align-items:center;display:flex;flex-direction:column}.crm-user-card-widgets__vehicle-buttons button{width:100%}.crm-user-card-widgets__vehicle-buttons [data-delete-vehicle-button]{background:#fff!important;border:.1rem solid #27509b!important;color:#27509b!important}@media(min-width:769px){.crm-user-card-widgets__vehicle-buttons [data-delete-vehicle-button]{border-radius:.4rem}}.dgad-form-container-scrollable{margin:0}.dgad-crm-font__24{margin-bottom:.8rem}.panel-slide-component-container{height:100vh;width:100%}.panel-slide-component-container .dgad-form-container .dgad-form-submit-container .dgad-crm-button{justify-self:center;min-width:100%}.panel-slide-component-container [data-panel-slide=vehicle-form]{margin:5.5rem 0 0}@media(min-width:960px){.panel-slide-component-container{width:36.5rem}}@media(min-width:1200px){.panel-slide-component-container{width:36.4rem}}@media(min-width:1920px){.panel-slide-component-container{width:43.6rem}}.panel-slide-component-content{padding:0 4rem 15.3rem 1rem}.display-panel{position:unset;width:100%}@media(min-width:960px){.display-panel{position:fixed}}.display-panel.panel-slide-component-wrapper.show .panel-slide-component-container{margin-top:0}.panel-slide-component-wrapper.display-panel{background-color:rgba(54,54,54,.5);bottom:0;display:none;height:100vh;justify-content:flex-end;left:0;position:fixed;right:0;top:0;width:100%;z-index:12;z-index:11}@media(max-width:767px){.panel-slide-component-wrapper.display-panel{flex-direction:column;justify-content:flex-start}}.panel-slide-component-wrapper.display-panel.show{animation:panel-slide-component-appear .3s;display:flex}.panel-slide-component-wrapper.display-panel.show .panel-slide-component-container{animation:panel-slide-component-slide-in .5s;height:100vh}.panel-slide-component-wrapper.display-panel.show .panel-slide-component-close{animation:panel-slide-component-close-button-appear .7s}.crm-user-card-widgets__vehicle-warning-container{align-items:center;background-color:rgba(54,54,54,.5);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:12}.crm-user-card-widgets__vehicle-warning-container.active{display:flex}.crm-user-card-widgets__vehicle-warning-modal{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:auto;justify-content:center;padding:2.4rem}.crm-user-card-widgets__vehicle-warning-modal .apos-rich-text>:first-child,.crm-user-card-widgets__vehicle-warning-modal>:first-child{margin-top:0}.crm-user-card-widgets__vehicle-container[data-version-display=true]{display:flex;flex-direction:column-reverse}@media(min-width:1201px){.crm-user-card-widgets__vehicle-container[data-version-display=true]{flex-direction:row}}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list-container{overflow:hidden}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-buttons-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:4rem;padding-left:3rem;padding-right:3.1rem;text-transform:none}@media(max-width:1200px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-buttons-container{padding:1rem 0}}@media(max-width:960px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-buttons-container{margin-bottom:unset;padding-bottom:unset;padding-top:1rem}}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-buttons-container .crm-cta--tertiary{background-color:unset}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button .crm-cta{width:100%}@media(min-width:600px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button .crm-cta{width:80%}}@media(min-width:960px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button .crm-cta{width:100%}}@media(min-width:1200px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button .crm-cta{width:23rem}}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button-big,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button[data-declare-purchase-button=true]{display:none}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav{display:flex;flex-direction:row;justify-content:space-between;min-width:85px;position:absolute;right:0;top:-5px}@media(max-width:960px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav{display:none}}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-left,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-right{align-items:center;background-color:var(--color-secondary);border-radius:20px;display:flex;gap:8px;height:36px;justify-content:center;opacity:1;width:36px}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-left:active,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-left:hover,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-right:active,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-right:hover{cursor:pointer}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-left.disabled,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-right.disabled{background-color:unset;pointer-events:none}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-left-icon,.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-nav-right-icon{color:#fff;height:25px;width:25px}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list{flex-wrap:nowrap;max-width:100%;min-width:100%;overflow:auto;padding:0 0 2.25rem;position:relative;right:-50%;scrollbar-color:var(--color-secondary) #f2f2f2;scrollbar-width:thin;transform:translate(-50%)}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list>*{min-width:242px}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list p{margin:unset}@media(max-width:960px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list{left:50%;margin-bottom:unset}}@media(max-width:1279px){.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list{padding:0 0 1rem}}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list::-webkit-scrollbar{height:14px;width:12px}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list::-webkit-scrollbar-track{background:#fff;border-radius:20px}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-list::-webkit-scrollbar-thumb{background-color:var(--color-secondary);border:3px solid #f2f2f2;border-radius:20px}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-card-link{color:#000;text-decoration:none}.crm-user-card-widgets__vehicle-container[data-version-display=true] .crm-user-card-widgets__vehicle-button-small{display:none}.crm-user-card-widgets.tire .crm-user-card-widgets__link a{cursor:pointer;text-decoration:underline}.crm-user-card-widgets.tire{margin-top:0;text-transform:none}.crm-user-card-widgets.tire .crm-user-card-widgets__cards{margin-top:0}.crm-user-card-widgets__tire-list{display:flex;flex-direction:row;flex-grow:2;flex-wrap:nowrap;gap:2.4rem;list-style-type:none;margin:0 0 .8rem;overflow-x:auto;padding:0 0 1.6rem}@media(max-width:959px){.crm-user-card-widgets__tire-list:not(.disable-full-screen-width){left:0;position:relative}}@media(min-width:960px){.crm-user-card-widgets__tire-list{flex-wrap:wrap;overflow:visible}}.crm-user-card-widgets__tire-list>*{min-width:250px}@media(min-width:768px){.crm-user-card-widgets__tire-list>*{min-width:340px}}@media(min-width:960px){.crm-user-card-widgets__tire-list>*{min-width:unset;width:100%}}@media(min-width:960px)and (min-width:1280px){.crm-user-card-widgets__tire-list>*{width:calc(50% - 1.2rem)}}@media(min-width:960px)and (min-width:1920px){.crm-user-card-widgets__tire-list>*{width:calc(33.33333% - 1.6rem)}}.crm-user-card-widgets__tire-list p{margin-block-end:0;margin-block-start:0}.crm-user-card-widgets__tire-list .panel-slide-component-container{width:436px}@media(max-width:1279px){.crm-user-card-widgets__tire-list .panel-slide-component-container{width:364px}}@media(max-width:959px){.crm-user-card-widgets__tire-list .panel-slide-component-container{width:395px}}@media(max-width:767px){.crm-user-card-widgets__tire-list .panel-slide-component-container{margin-bottom:0;width:100%}}.crm-user-card-widgets__tire-list .panel-slide-component-wrapper.show{position:fixed;width:auto}.crm-user-card-widgets__tire-item{align-items:center;background-color:#fff;border-radius:.8rem;display:flex;flex-direction:column;height:auto;justify-content:center;padding:2.4rem;transition:box-shadow .5s}.crm-user-card-widgets__tire-item .apos-rich-text>:first-child,.crm-user-card-widgets__tire-item>:first-child{margin-top:0}.crm-user-card-widgets__tire-item:hover{box-shadow:0 0 24px 0 rgba(0,0,0,.12);cursor:pointer}.crm-user-card-widgets__tire-item:active{box-shadow:none}.crm-user-card-widgets__tire-item--hidden{display:none}.crm-user-card-widgets__tire-image{height:80px;margin-bottom:24px;width:80px}.crm-user-card-widgets__tire-image .dgad-crm-image,.crm-user-card-widgets__tire-image .dgad-crm-image-picture{height:100%;width:100%}.crm-user-card-widgets__tire-vehicleLinked{background-color:#d4e7fa;border-radius:8px;margin-top:16px;padding:0 6px}.crm-user-card-widgets__tire-vehicleLinked.empty{background-color:#fefccb}.crm-user-card-widgets__tire-button-big{align-items:center;background-color:#fff;background-color:rgba(var(--color-secondary),.04);border:1px dashed var(--color-secondary);border-radius:.8rem;color:var(--color-secondary);display:flex;flex-direction:column;font-size:1.8rem;font-weight:700;height:auto;justify-content:center;padding:2.4rem}.crm-user-card-widgets__tire-button-big .apos-rich-text>:first-child,.crm-user-card-widgets__tire-button-big>:first-child{margin-top:0}.crm-user-card-widgets__tire-button-big:hover{cursor:pointer}.crm-user-card-widgets__tire-button-big span{align-items:center;background-color:var(--color-secondary);border-radius:2.4rem;color:#fff;display:flex;height:4.8rem;justify-content:center;margin-bottom:3.2rem;width:4.8rem}.crm-user-card-widgets__tire-button-big span .dgad-crm-icon .dgad-crm-svg{height:2.4rem;width:2.4rem}.crm-user-card-widgets__tire-button-big span .dgad-crm-icon .dgad-crm-svg use{fill:#fff}@media(max-width:1279px){.crm-user-card-widgets__tire-button-big{display:none}}.crm-user-card-widgets__tire-button-small{width:100%}@media(min-width:600px){.crm-user-card-widgets__tire-button-small{margin:0 auto;width:80%}}@media(min-width:960px){.crm-user-card-widgets__tire-button-small{width:100%}}@media(min-width:1280px){.crm-user-card-widgets__tire-button-small{display:none}}.container-wrapping-ctas{display:flex;gap:2rem}.crm-user-card-widgets__no-element__tire{align-items:flex-start;background-color:#fff;border-radius:.4rem;display:flex;flex-direction:column;height:auto;margin:0 0 1.6rem;padding:2.4rem;text-transform:none;width:100%}.crm-user-card-widgets__no-element__tire .apos-rich-text>:first-child,.crm-user-card-widgets__no-element__tire>:first-child{margin-top:0}.crm-user-card-widgets__no-element__tire:hover{box-shadow:none}.crm-user-card-widgets__no-element__tire>button{align-self:center;border-radius:24px}@media(min-width:961px){.crm-user-card-widgets__no-element__tire>button{border-radius:.4rem}}.crm-user-card-widgets__no-element__tire p{line-break:auto}.crm-user-card-widgets__tire-panel{display:flex;flex-direction:column;text-align:left}@media(max-width:369px){.crm-user-card-widgets__tire-panel{padding:0 16px 32px}}.crm-user-card-widgets__tire-panel-showMore{margin-top:24px;position:relative}.crm-user-card-widgets__tire-panel-showMore-title{cursor:pointer;display:flex;font-weight:700;justify-content:space-between;position:relative}.crm-user-card-widgets__tire-panel-showMore-title:after{background-color:#ccc;content:"";height:1px;left:0;position:absolute;top:100%;width:100%}.crm-user-card-widgets__tire-panel-showMore:not(.active) .crm-user-card-widgets__tire-panel-showMore-content{display:none}.crm-user-card-widgets__tire-panel-showMore.active .crm-user-card-widgets__tire-panel-showMore-title{margin-bottom:24px}.crm-user-card-widgets__tire-panel-showMore .crm-panel-icon-close{display:none}.crm-user-card-widgets__tire-panel-showMore.active .crm-panel-icon-close{display:inherit}.crm-user-card-widgets__tire-panel-showMore.active .crm-panel-icon-open{display:none}.crm-user-card-widgets__tire-panel-buttonContainer{display:flex;flex-direction:column;margin-top:35px}.crm-user-card-widgets__tire-panel-link{color:#27509b;text-align:center;text-decoration:underline}.crm-user-card-widgets__tire-panel-button-review{margin-bottom:24px;width:100%}.crm-user-card-widgets__tire-panel-button-delete{background-color:transparent;border:1px solid #27509b;color:#27509b;margin-top:57px}.crm-user-card-widgets__tire-panel-button-delete:before{background-color:#ccc;content:"";height:1px;left:0;position:absolute;top:-25px;width:100%}.crm-user-card-widgets__tire-panel .crm-cta{width:100%}@media(max-width:1279px){.crm-user-card-widgets__tire-panel .crm-cta{border-radius:24px}.crm-user-card-widgets__tire-panel .crm-cta .dgad-cta__icon{opacity:1}}.crm-user-card-widgets__tire-panel .dgad-crm-image-centered{width:80px}.crm-user-card-widgets__tire-panel .dgad-crm-font{margin:0}.crm-user-card-widgets__tire-listPanel{display:flex;flex-direction:column}.crm-user-card-widgets__tire-listPanel-card{background-color:#f2f2f2;border-radius:8px;cursor:pointer;display:flex;margin:12px 0;padding:16px}.crm-user-card-widgets__tire-listPanel-card:hover{box-shadow:0 0 24px 0 rgba(0,0,0,.12)}.crm-user-card-widgets__tire-listPanel-card-infos{display:flex;flex-direction:column;justify-content:space-between;margin-left:24px}.crm-user-card-widgets__tire-listPanel-card-infos span:first-child{color:#27509b;font-weight:700}.crm-user-card-widgets__tire-listPanel-card-infos span:last-child{font-size:14px;font-style:italic}.crm-user-card-widgets{margin-top:3.2rem;text-align:center;text-transform:uppercase}.crm-user-card-widgets__title{color:#0d0d0d;font-size:2rem;font-weight:700;text-transform:none}.crm-user-card-widgets__subtitle{text-transform:none}.crm-user-card-widgets__header{display:flex;flex-direction:row;margin-bottom:1.5rem;text-align:left}@media(max-width:960px){.crm-user-card-widgets__header{justify-content:space-between}}.crm-user-card-widgets__subheader{display:flex;flex-direction:column;margin-bottom:1.5rem;text-align:left;transform:translateY(-1.5rem)}@media(max-width:960px){.crm-user-card-widgets__subheader{justify-content:space-between}}.crm-user-card-widgets__link a{color:var(--color-secondary);text-transform:none}.crm-user-card-widgets__link a:visited{color:var(--color-secondary)}.crm-user-card-widgets__link-disable{display:none}.crm-user-card-widgets__separator{border-left:1px solid #d8d8d8;height:30px;margin:0 1rem;width:2px}@media(max-width:960px){.crm-user-card-widgets__separator{display:none}}.crm-user-card-widgets__cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-top:3.2rem}@media(max-width:1340px){.crm-user-card-widgets__cards{flex-wrap:wrap}}.crm-user-card-widgets__input{display:none}.crm-user-card-widgets.kleber-theme .crm-user-card-widgets__title{color:var(--color-primary)}.crm-user-card-widgets.kleber-theme .crm-user-card-widgets__link a{color:#1a1a1a}.crm-user-card-widgets.kleber-theme .crm-user-card-widgets-card__date{color:#4c4c4c}.crm-user-card-widgets.kleber-theme .crm-user-card-widgets__tags .crm-user-card-widgets__tag-item{color:#1a1a1a}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__title{color:var(--color-primary)}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__link a{color:#1a1a1a}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets-card__date{color:#4c4c4c}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets-card__title{color:var(--color-primary)}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag use{fill:var(--color-primary);transition:fill .5s}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-button,.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-item{align-items:center;background-color:var(--color-secondary-alpha-15);border:.1rem solid var(--color-primary);border-radius:8rem;color:var(--color-primary);cursor:pointer;display:flex;margin-bottom:.8rem;margin-right:1.6rem;padding:.4rem 1.6rem;white-space:nowrap}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-item{transition:background-color .5s,color .5s}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-icon svg{height:16px!important;width:16px!important}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-button{border-style:dashed;color:var(--color-primary)}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-button:active{background-color:var(--color-primary)}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-button>span{font-size:2.4rem}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-button>span,.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-icon svg{margin-right:8px}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-item.selected,.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-selected{background-color:var(--color-primary);color:#fff!important}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-selected use{fill:#fff}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__tag-item{color:#363636}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__no-element__vehicle__margin use{fill:var(--color-primary)}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle use{fill:var(--color-primary);transition:fill .6s}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-button,.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-item{align-items:center;background-color:var(--color-secondary-alpha-15);border:.1rem solid var(--color-primary);border-radius:8rem;color:var(--color-primary);cursor:pointer;display:flex;margin-bottom:.8rem;margin-right:1.6rem;padding:.4rem 1.6rem;white-space:nowrap}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-item{transition:background-color .6s,color .6s}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-icon svg{height:16px!important;width:16px!important}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-button{border-style:dashed;color:var(--color-primary)}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-button:active{background-color:var(--color-primary)}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-button>span{font-size:2.4rem}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-button>span,.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-icon svg{margin-right:8px}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-item.selected,.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-selected{background-color:var(--color-primary);color:#fff!important}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-selected use{fill:#fff}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-button,.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-item{color:#363636}.crm-user-card-widgets.uniroyal-theme .crm-user-card-widgets__vehicle-card__margin use{fill:var(--color-primary)}.display-content-variable-btn{color:#00bf9a;cursor:pointer}.copy-variable-btn{cursor:pointer}.copy-variable-btn:hover{color:#00bf9a}.crm-edito-card{background-color:#fff;border-radius:.4rem;height:100%;padding-bottom:8px}.crm-edito-card[data-padding-enabled=true]{padding:16px}.crm-edito-card [data-apos-widget-wrapper=apostrophe-images]{margin-bottom:23px!important}.crm-edito-card [data-apos-widget-wrapper="@dgad/call-to-action"]{margin:0 16px}.crm-edito-card .dgad-crm-title-secondary{margin:0 0 8px}.crm-edito-card .dgad-crm-no-margin,.crm-edito-card .dgad-crm-title-secondary{padding:0 15px}.crm-edito-card .dgad-cta{margin-top:24px}.crm-edito-card--image-format--full [data-apos-widget-wrapper="@dgad/images"],.crm-edito-card--image-format--full [data-apos-widget-wrapper=apostrophe-images]{width:100%}.crm-edito-card--image-format--icon{padding-top:16px}.crm-edito-card--image-format--icon.icon-small [data-apos-widget-wrapper="@dgad/images"],.crm-edito-card--image-format--icon.icon-small [data-apos-widget-wrapper=apostrophe-images]{height:3.2rem;margin:0 auto;width:3.2rem}.crm-edito-card--image-format--icon.icon-medium [data-apos-widget-wrapper="@dgad/images"],.crm-edito-card--image-format--icon.icon-medium [data-apos-widget-wrapper=apostrophe-images]{height:9.6rem;margin:0 auto;width:9.6rem}.crm-edito-card--image-format--icon.icon-large [data-apos-widget-wrapper="@dgad/images"],.crm-edito-card--image-format--icon.icon-large [data-apos-widget-wrapper=apostrophe-images]{height:12.8rem;margin:0 auto;width:12.8rem}@media(max-width:960px){.crm-edito-card [data-apos-widget-wrapper="@dgad/call-to-action"]{border-radius:80px}}.crm-edito-card.horizontal-content{display:flex;flex-direction:row;padding:0!important}.crm-edito-card.horizontal-content [data-apos-widget-wrapper="@dgad/call-to-action"]{margin:0}.crm-edito-card.horizontal-content .crm-edito-card-img-container{background-color:var(--color-secondary);min-width:30%;overflow:hidden;width:30%}.crm-edito-card.horizontal-content .crm-edito-card-img-container .apos-area-widget,.crm-edito-card.horizontal-content .crm-edito-card-img-container .apos-area-widgets,.crm-edito-card.horizontal-content .crm-edito-card-img-container .dgad-images,.crm-edito-card.horizontal-content .crm-edito-card-img-container [data-apos-widget-wrapper="@dgad/images"],.crm-edito-card.horizontal-content .crm-edito-card-img-container [data-apos-widget-wrapper=apostrophe-images],.crm-edito-card.horizontal-content .crm-edito-card-img-container picture{height:100%;width:100%}.crm-edito-card.horizontal-content .crm-edito-card-img-container .apos-area-widget img,.crm-edito-card.horizontal-content .crm-edito-card-img-container .apos-area-widgets img,.crm-edito-card.horizontal-content .crm-edito-card-img-container .dgad-images img,.crm-edito-card.horizontal-content .crm-edito-card-img-container [data-apos-widget-wrapper="@dgad/images"] img,.crm-edito-card.horizontal-content .crm-edito-card-img-container [data-apos-widget-wrapper=apostrophe-images] img,.crm-edito-card.horizontal-content .crm-edito-card-img-container picture img{height:100%;object-fit:cover;object-position:center;width:100%}.crm-edito-card.horizontal-content .crm-edito-card-img-container>.apos-area{height:100%}.crm-edito-card.horizontal-content .crm-edito-card-content-container{flex-grow:1;height:100%;max-width:70%;padding-left:2.4rem}.crm-edito-card.horizontal-content .crm-edito-card-content-container .dgad-column-block{padding:0}@media(max-width:767px){.crm-edito-card.horizontal-content{flex-direction:column}.crm-edito-card.horizontal-content .crm-edito-card-img-container{width:100%}.crm-edito-card.horizontal-content .crm-edito-card-content-container{max-width:100%;padding:2.4rem 0 0}}@media(min-width:1281px){.crm-edito-card.horizontal-content .crm-edito-card-img-container{min-width:20%;width:20%}}.crm-edito-card .apos-rich-text{overflow-x:auto;width:auto!important}.dgad-crm-game-widget:before{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/wheel-of-fortune-burst.svg),url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/wheel-of-fortune-banner.svg);background-position:50% 0;background-repeat:no-repeat;background-size:auto 100%,100% 100%;content:"";display:block;height:360px;left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}@media(min-width:1921px){.dgad-crm-game-widget:before{height:640px}}.dgad-crm-game-widget.christmas-theme-game-widget:before{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/images/wheel-of-fortune-christmas-320.png);background-size:cover}@media(min-width:371px){.dgad-crm-game-widget.christmas-theme-game-widget:before{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/images/wheel-of-fortune-christmas-1024.png)}}@media(min-width:1281px){.dgad-crm-game-widget.christmas-theme-game-widget:before{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/images/wheel-of-fortune-christmas-1920.png)}}.dgad-crm-game-widget-christmas-container{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/michelin/gifts.svg);background-position:50% 0;background-repeat:no-repeat;background-size:contain;display:flex;height:10rem;justify-content:center;position:relative;top:-8.5rem;width:100%}@media(max-width:767px){.dgad-crm-game-widget-christmas-container{display:none}}@media(min-width:1921px){.dgad-crm-game-widget-christmas-container{height:15rem;top:-12rem;width:110%}}.dgad-crm-game-widget-christmas-container-mobile{display:none;height:9.4rem;position:relative;top:-24rem;width:100%}.dgad-crm-game-widget-christmas-container-mobile>.dgad-crm-game-christmas-gift{height:50%;margin-right:25rem;min-width:4.7rem}.dgad-crm-game-widget-christmas-container-mobile>.dgad-crm-game-christmas-gift>svg{height:100%;width:100%}.dgad-crm-game-widget-christmas-container-mobile>.dgad-crm-game-christmas-ball{height:50%;margin-right:30rem;min-width:4.7rem}.dgad-crm-game-widget-christmas-container-mobile>.dgad-crm-game-christmas-ball>svg{height:100%;width:100%}@media(max-width:767px){.dgad-crm-game-widget-christmas-container-mobile{display:flex;flex-direction:column}}.dgad-crm-game-banner-image{height:100%;left:50%;position:absolute;top:0;transform:translate(-50%)}.dgad-crm-game-wheel-container{display:flex;justify-content:center;margin-top:-245px;position:relative;text-align:center}.dgad-crm-game-wheel-container-christmas-theme{margin-top:-34rem}@media(min-width:1921px){.dgad-crm-game-wheel-container{margin-top:-450px}.dgad-crm-game-wheel-container-christmas-theme{margin-top:-60rem}}.dgad-crm-game-bib{display:none;height:370px;position:absolute;right:75%;top:50px;width:225px}@media(min-width:1281px){.dgad-crm-game-bib{display:flex}}@media(min-width:1921px){.dgad-crm-game-bib{height:730px;left:-400px;width:450px}}.dgad-crm-game-bib .dgad-crm-svg{height:100%;width:100%}.dgad-crm-game-wheel-pointer{height:50px;left:50%;object-fit:contain;position:absolute;top:0;transform:translate(-50%,-30px);width:50px;z-index:1}@media(min-width:1921px){.dgad-crm-game-wheel-pointer{height:100px;transform:translate(-50%,-60px);width:100px}}.dgad-crm-game-wheel-pointer .dgad-crm-svg{filter:drop-shadow(0 10px 7px rgba(0,0,0,.5));height:100%;width:100%}.dgad-crm-game-wheel{height:285px;object-fit:contain;width:285px}@media(min-width:1921px){.dgad-crm-game-wheel{height:560px;width:560px}}.dgad-crm-game-wheel.dgad-crm-game-wheel-spinning{animation-duration:5s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear}.dgad-crm-game-wheel-center{height:80px;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px;z-index:1}@media(min-width:1921px){.dgad-crm-game-wheel-center{height:160px;width:160px}}.dgad-crm-game-wheel-center .dgad-crm-svg{height:100%;width:100%}.dgad-crm-game-text{margin-left:auto;margin-right:auto;max-width:640px;text-align:center}.dgad-crm-game-heading{color:#363636;font-family:var(--font-tertiary);font-size:2.6rem;font-weight:900;line-height:1.46;margin-top:32px;text-align:center}@media(min-width:1281px){.dgad-crm-game-heading{font-size:3.3rem;line-height:1.58}}.dgad-crm-game-rich-text h2{color:#363636;font-family:var(--font-tertiary);font-size:2.6rem;font-weight:900;line-height:1.46}@media(min-width:1281px){.dgad-crm-game-rich-text h2{font-size:3.3rem;line-height:1.58}}.dgad-crm-game-rich-text h3{color:#363636;font-family:var(--font-primary);font-size:2.2rem;font-weight:700;line-height:1.5}@media(min-width:1281px){.dgad-crm-game-rich-text h3{font-size:2.6rem;line-height:1.62}}.dgad-crm-game-rich-text p{color:#363636;font-family:var(--font-primary);font-size:1.6rem;line-height:1.69}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dgad-crm-offers-submitted-widget{background:transparent}.dgad-crm-offers-submitted-widget-title{color:var(--color-secondary);font-size:2rem;line-height:1.65}.dgad-crm-offers-submitted-widget-list{padding-left:0}@media(min-width:1281px){.dgad-crm-offers-submitted-widget-list{display:flex;flex-wrap:wrap;justify-content:space-between}}@media(min-width:1921px){.dgad-crm-offers-submitted-widget-list{justify-content:flex-start}}.dgad-crm-offers-submitted-widget-offer{display:flex;justify-content:center;list-style:none;position:relative;width:100%}.dgad-crm-offers-submitted-widget-offer+.dgad-crm-offers-submitted-widget-offer{margin-top:24px}@media(min-width:1281px){.dgad-crm-offers-submitted-widget-offer{width:calc(50% - 12px)}.dgad-crm-offers-submitted-widget-offer:nth-child(2){margin-top:0}}@media(min-width:1921px){.dgad-crm-offers-submitted-widget-offer{margin-right:24px;width:292px}.dgad-crm-offers-submitted-widget-offer:nth-child(3),.dgad-crm-offers-submitted-widget-offer:nth-child(4),.dgad-crm-offers-submitted-widget-offer:nth-child(5){margin-top:0}.dgad-crm-offers-submitted-widget-offer:nth-child(5n){margin-right:0}}.dgad-crm-offers-submitted-widget-offer-image{border-radius:10px;height:220px;left:0;object-fit:cover;position:absolute;top:0;width:100%}.dgad-crm-offers-submitted-widget-offer-inner-wrap{filter:drop-shadow(0 5px 7px rgba(0,0,0,.1));width:100%}.dgad-crm-offers-submitted-widget-offer-inner{background-color:#fff;border-radius:10px;margin-left:auto;margin-right:auto;margin-top:24px;padding:24px 16px;position:relative;text-align:center;width:calc(100% - 32px);z-index:1}.dgad-crm-offers-submitted-widget-offer-inner .dgad-crm-icon{height:45px;margin-left:auto;margin-right:auto;width:45px}.dgad-crm-offers-submitted-widget-offer-title{font-size:1.8rem;font-weight:700;line-height:1.67}.dgad-crm-offers-submitted-widget-offer-hr{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/dash-line.svg);background-repeat:round no-repeat;background-size:auto 100%;border-width:0;height:2px;margin-bottom:16px;width:100%}.dgad-crm-offers-submitted-widget-offer-info{align-items:center;display:flex;justify-content:center;margin-bottom:15px}.dgad-crm-offers-submitted-widget-offer-info .dgad-crm-icon{display:inline-block;height:24px;margin-left:0;margin-right:0;width:24px}.dgad-crm-offers-submitted-widget-offer-info-text{font-size:1.3rem;line-height:1.77;margin-left:8px;margin-right:8px}.dgad-crm-offers-submitted-widget-offer-info-date{color:#7d7d7d;font-size:1.3rem;font-style:italic;line-height:1.77}.dgad-crm-offers-submitted-widget-offer-info-link{color:#363636;font-size:1.3rem;line-height:1.77}.dgad-crm-offers-widget .dgad-crm-offer{background-color:#f5f5f5;display:flex;flex-direction:column-reverse;height:100%;max-width:1556px;width:100%}@media(min-width:769px){.dgad-crm-offers-widget .dgad-crm-offer{flex-direction:row;height:360px}}.dgad-crm-offers-widget .dgad-crm-offer-content{background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;padding:0 8px;text-align:center;width:100%}@media(min-width:769px){.dgad-crm-offers-widget .dgad-crm-offer-content{flex-direction:column;height:360px;padding:0 24px;width:50%}}@media(min-width:1281px){.dgad-crm-offers-widget .dgad-crm-offer-content{padding:0 19px 0 33px}}.dgad-crm-offers-widget .dgad-crm-offer .dgad-crm-image{border-radius:10px;height:50%;width:100%}@media(min-width:769px){.dgad-crm-offers-widget .dgad-crm-offer .dgad-crm-image{height:100%;width:50%}}.dgad-crm-offers-widget .dgad-crm-offer .dgad-crm-image-picture{height:100%;object-fit:cover;width:100%}.dgad-crm-offers-widget .dgad-crm-offer .dgad-crm-anchor{background-color:var(--color-primary);border-radius:50%;color:#000;height:40px;margin-bottom:24px;width:40px}@media(min-width:769px){.dgad-crm-offers-widget .dgad-crm-offer .dgad-crm-anchor{margin-bottom:0}}.dgad-crm-offers-widget .dgad-crm-offer .dgad-crm-anchor .dgad-crm-svg{height:40px;width:24px}.dgad-crm-offers-widget .dgad-crm-offer-title{font-family:var(--font-tertiary);font-size:2.6rem;font-weight:700;line-height:3.8rem;margin:15px 0 0}@media(min-width:769px){.dgad-crm-offers-widget .dgad-crm-offer-title{font-size:3.3rem}}.dgad-crm-offers-widget .dgad-crm-offer-description{font-family:var(--font-primary);font-size:1.6rem;margin:16px 0 24px}@media(min-width:769px){.dgad-crm-offers-widget .dgad-crm-carousel-content{height:360px}}.dgad-crm-offers-widget.bfg-theme use{fill:#fff}.dgad-crm-prizes{position:relative;text-align:center}@media(min-width:1281px){.dgad-crm-prizes{margin-top:77px;padding-bottom:33px}}.dgad-crm-prizes .dgad-form-field-state-active{left:0}.dgad-crm-prizes:before{content:"";display:none}@media(min-width:1281px){.dgad-crm-prizes:before{background-color:#f5f5f5;display:block;height:100%;left:50%;margin-left:-50vw;margin-right:-50vw;position:absolute;right:50%;width:100vw}}.dgad-crm-prizes [data-dgad-crm=carousel]{display:none}@media(min-width:961px){.dgad-crm-prizes [data-dgad-crm=carousel]{display:block}}@media(min-width:1921px){.dgad-crm-prizes [data-dgad-crm=carousel]{height:100%;left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}}.dgad-crm-prizes .dgad-crm-carousel-content{margin:auto;position:relative;width:100%}@media(min-width:961px){.dgad-crm-prizes .dgad-crm-carousel-content{height:100px}}@media(min-width:1201px){.dgad-crm-prizes .dgad-crm-carousel-content{height:120px}}@media(min-width:1441px){.dgad-crm-prizes .dgad-crm-carousel-content{height:140px}}@media(min-width:1921px){.dgad-crm-prizes .dgad-crm-carousel-content{height:160px}}.dgad-crm-prizes-icon{position:relative}.dgad-crm-prizes-icon .dgad-crm-svg{height:35px;width:35px}@media(min-width:1281px){.dgad-crm-prizes-icon .dgad-crm-svg{background-color:#fff;border-radius:50%;height:70px;padding:10px;transform:translateY(-50%);width:70px}}.dgad-crm-prizes-title{font-size:2.2rem;font-weight:700;line-height:1.5;position:relative}@media(min-width:1281px){.dgad-crm-prizes-title{font-size:2.6rem;line-height:1.62;margin-top:0}}.dgad-crm-mobile-slider{display:flex;height:116px;left:50%;margin-left:-50vw;margin-right:-50vw;overflow-x:auto;padding:9px 9px 9px 16px;position:relative;right:50%;width:100vw}@media(min-width:961px){.dgad-crm-mobile-slider{display:none}}.dgad-crm-slider-prize-image{height:100%;width:auto}.dgad-crm-slider-prize-image+.dgad-crm-slider-prize-image{margin-left:16px}.dgad-crm-mobile-slider-end{height:1px;min-width:16px;width:16px}.dgad-crm-prizes-content{display:flex;height:540px;overflow:hidden;position:relative}@media(min-width:1281px){.dgad-crm-prizes-content{height:360px}}.dgad-crm-prizes-item.dgad-crm-state-active{left:0;margin-left:50%;transform:translateX(-50%);visibility:visible}.dgad-crm-prizes-item{left:100%;position:absolute;transition:left .4s ease}@media(min-width:1281px){.dgad-crm-prizes-item{transition:left .6s ease}}.dgad-crm-prizes-item-prev{left:-100%}.dgad-crm-prizes-button-container{margin-top:32px}.dgad-crm-prize{height:100%;justify-content:center;width:100%}.dgad-crm-prize-image{height:100%;margin-left:12px;margin-right:12px}.dgad-crm-prizes-rich-text{display:block;position:relative}.dgad-crm-icon.dgad-crm-icon-promotion .dgad-crm-img{height:40px;width:40px}.dgad-crm-icon.dgad-crm-icon-promotion .apos-slideshow .apos-slideshow-item{background-size:cover;border-radius:50%;height:40px}.dgad-crm-promotions-pages .dgad-crm-page-header-v2{margin-bottom:1rem}@media(min-width:769px){.dgad-crm-promotions-pages .dgad-crm-page-header-v2 .dgad-over-image__content .dgad-over-image__title{max-width:100rem}}.dgad-crm-rules-widget{margin:0 auto}.dgad-crm-rules-widget .dgad-crm-rules-heading{text-align:center}.dgad-crm-rules-widget .dgad-crm-rules-list{list-style-type:none;margin-bottom:0;margin-top:0;padding-left:40px;position:relative}.dgad-crm-rules-widget .dgad-crm-rules-list:before{border-left:1px dashed #363636;bottom:16px;content:"";left:17px;position:absolute;top:16px}.dgad-crm-rules-widget .dgad-crm-rules-list .dgad-crm-rule{padding-bottom:8px;position:relative}.dgad-crm-rules-widget .dgad-crm-rules-list .dgad-crm-rule:before{background-color:var(--color-primary);border:1px solid #fff;border-radius:50%;box-shadow:0 0 0 4px var(--color-primary);content:"";display:block;height:13px;left:-30px;position:absolute;top:6px;width:13px}.dgad-crm-rules-widget .dgad-crm-rules-list .dgad-crm-rule:last-of-type{padding-bottom:0}.dgad-crm-rules-widget .dgad-crm-rules-button{display:block;margin:0;padding:30px 0;text-align:center;width:100%}.dgad-crm-rules-widget .dgad-crm-rules-button--cta{display:flex;justify-content:center;margin-bottom:20px}@media(min-width:769px){.dgad-crm-rules-widget .dgad-crm-rules-button--cta{display:inline-flex;margin:0}.dgad-crm-rules-widget .dgad-crm-rules-button--cta:not(:first-child) .dgad-crm-buttons-widgets{margin-left:10px}}.dgad-crm-step--default.dgad-crm-step-widget{background:#f5f5f5;display:flex;margin-top:1rem;padding:3.2rem 0}@media(min-width:769px){.dgad-crm-step--default.dgad-crm-step-widget_container{flex-direction:row;padding:4.8rem 0}}.dgad-crm-step--default .dgad-crm-step-title{font-family:var(--font-tertiary);font-size:3.2rem;font-weight:700;hyphens:auto;margin-bottom:1.6rem;word-break:break-word}@media(max-width:1279px){.dgad-crm-step--default .dgad-crm-step-title{text-align:center}}.dgad-crm-step--default .dgad-crm-step-title-description{font-family:var(--font-primary);font-size:2rem;font-weight:200;line-height:1.2;text-align:center}@media(min-width:1281px){.dgad-crm-step--default .dgad-crm-step-title-description{text-align:left}}.dgad-crm-step--default .dgad-crm-step-title-container{align-items:center;align-self:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.dgad-crm-step--default .dgad-crm-step-title-container>.dgad-crm-step-cta{align-self:center;margin-top:2.4rem}.dgad-crm-step--default .dgad-crm-step-title-container>.dgad-crm-step-cta:last-of-type{margin-bottom:2.4rem}.dgad-crm-step--default .dgad-crm-step-title-container>.dgad-crm-step-cta .dgad-crm-button{width:auto}@media(min-width:769px){.dgad-crm-step--default .dgad-crm-step-title-container>.dgad-crm-step-cta .dgad-crm-button{width:32.8rem}}@media(min-width:1281px){.dgad-crm-step--default .dgad-crm-step-title-container{align-items:unset;justify-content:left;padding-right:2.4rem;width:33%}.dgad-crm-step--default .dgad-crm-step-title-container>.dgad-crm-step-cta{align-self:unset;margin-top:3.2rem}.dgad-crm-step--default .dgad-crm-step-title-container>.dgad-crm-step-cta .dgad-crm-button{margin-bottom:auto;min-width:auto;width:23rem}.dgad-crm-step--default .dgad-crm-step-title-container.dgad-crm-step-title--vertical{width:100%}}.dgad-crm-step--default .dgad-crm-step-content{margin-top:2.8rem}@media(min-width:1281px){.dgad-crm-step--default .dgad-crm-step-content{margin-top:0}}.dgad-crm-step--default .dgad-crm-step-card-title{background-color:var(--color-secondary);border-radius:3rem;color:#fff;display:inline-block;margin-bottom:1.6rem;padding:.2rem 1rem}@media(max-width:767px){.dgad-crm-step--default .dgad-crm-step-card-description p{margin-bottom:0}}.dgad-crm-step--default .dgad-crm-step-widget.bfg-theme .dgad-crm-step-title{color:var(--color-primary)}.dgad-crm-step--default .dgad-crm-step-widget.bfg-theme .dgad-crm-step-content{margin-top:3.2rem}@media(min-width:1281px){.dgad-crm-step--default .dgad-crm-step-widget.bfg-theme .dgad-crm-step-content{margin-top:0}}.dgad-crm-step--default .dgad-crm-step-card-title.bfg-theme{background-color:var(--color-primary)}.dgad-crm-step--default .dgad-crm-step-widget.kleber-theme .dgad-crm-step-title{color:var(--color-secondary)}.dgad-crm-step--default .dgad-crm-step-widget.kleber-theme .dgad-crm-step-content{margin-top:3.2rem}@media(min-width:1281px){.dgad-crm-step--default .dgad-crm-step-widget.kleber-theme .dgad-crm-step-content{margin-top:0}}.dgad-crm-step--default .dgad-crm-step-card-title.kleber-theme{background-color:#1a1a1a}.dgad-crm-step--modality .dgad-crm-step-title{color:var(--color-secondary);font-size:1.8rem;font-weight:700;line-height:1.5;margin-bottom:2.4rem}.dgad-crm-step--modality .dgad-crm-step-card-title{background-color:#d4e7fa;border-radius:.8rem;color:var(--color-secondary);font-size:1.4rem;line-height:1.43;margin-bottom:.8rem;padding:.6rem .8rem;width:fit-content}.dgad-crm-step--modality .dgad-crm-step-card-description .apos-rich-text>*{font-size:1.6rem;line-height:1.5;margin:0 0 2.4rem}.dgad-crm-step--modality .dgad-crm-step-description{background-color:#f2f2f2;border-radius:.8rem;margin-bottom:1.6rem;padding:.8rem}.dgad-crm-step--modality .dgad-crm-step-description .apos-rich-text>*{font-size:1.4rem;line-height:1.71;margin:0}.dgad-crm-forms-show-page-content .dgad-crm-step-widget{left:unset;max-width:unset;min-width:unset;right:unset;transform:unset;width:unset}.record-manager .apos-modal-header{align-items:center;display:flex;flex-direction:row;padding:0!important}.record-manager .apos-modal-header .apos-modal-title{flex:1;max-width:100%!important;padding:20px}.record-manager .apos-modal-header .apos-modal-controls{align-items:center;display:flex!important;flex-direction:row;margin-right:30px}.michelin-crm-better-table-exports{display:flex;flex-direction:column;margin-right:20px}.michelin-crm-better-table-exports .export,.michelin-crm-better-table-exports .export .progress{align-items:center;display:flex;flex-direction:row}.michelin-crm-better-table-exports .export .progress .bar{background-color:hsla(0,0%,48%,.3);border-radius:5px;height:15px;position:relative;width:150px}.michelin-crm-better-table-exports .export .progress .bar .inner{background-color:#2ecc71;border-radius:5px;height:100%;left:0;position:absolute;top:0}.michelin-crm-better-table-exports .export .progress .count{margin-left:10px}.michelin-crm-better-table-exports .export .download{background-color:#e1e1e1;border:1px solid #e1e1e1;cursor:pointer;display:none;padding:5px}.michelin-crm-better-table-exports .export .download:hover{background-color:#74b9ff}.michelin-crm-better-table-exports .export .close{align-items:center;cursor:pointer;display:none;height:25px;margin-left:10px;padding:5px}.michelin-crm-better-table-exports .export .close:hover{background-color:#ff7675}.michelin-crm-better-table-exports .export .close img{height:100%}.michelin-crm-better-table-exports .export.finished .progress{display:none}.michelin-crm-better-table-exports .export.finished .download{display:block}.michelin-crm-better-table-exports .export.finished .close{display:flex}.michelin-crm-better-table{flex-direction:column;margin-bottom:20px;margin-top:20px}.michelin-crm-better-table .placeholder{align-items:center;cursor:pointer;display:flex;flex:1}.michelin-crm-better-table .placeholder:hover{background-color:rgba(116,185,255,.1)}.michelin-crm-better-table .placeholder span{color:rgba(54,54,54,.4);margin-left:5px}.michelin-crm-better-table .input{position:relative}.michelin-crm-better-table .input.hide{display:none}.michelin-crm-better-table .input input{border:none;outline:none;width:100%}.michelin-crm-better-table .input .suggestions{background-color:#fff;border:1px solid #e1e1e1;min-width:150px;position:absolute;top:calc(100% + 4px);width:fit-content;z-index:100000}.michelin-crm-better-table .input .suggestions .error{color:#c55}.michelin-crm-better-table .input .suggestions .suggestion{cursor:pointer;line-height:18px;padding:5px;width:100%}.michelin-crm-better-table .input .suggestions .suggestion.selected{background-color:rgba(116,185,255,.5)!important}.michelin-crm-better-table .input .suggestions .suggestion:hover{background-color:#e0e0e0}.michelin-crm-better-table>.header{padding:10px}.michelin-crm-better-table .sources{width:100%}.michelin-crm-better-table .sort{display:flex;flex-direction:row;margin-top:10px;min-width:150px;width:auto}.michelin-crm-better-table .sort>.row{background-color:#fff;border:1px solid #e1e1e1;display:flex;flex:1;flex-direction:row;height:36px;padding:3px}.michelin-crm-better-table .sort>.row:hover{border-color:#d4d4d4}.michelin-crm-better-table .sort>.row .fields{display:flex;flex-direction:row;height:100%}.michelin-crm-better-table .sort>.row .fields .separator{margin-right:10px}.michelin-crm-better-table .sort>.row .fields .separator img{height:100%;transform:rotate(180deg)}.michelin-crm-better-table .sort .field{border:1px solid #e1e1e1;display:flex;flex-direction:row;height:100%;margin-right:10px;padding:2px 5px;width:fit-content}.michelin-crm-better-table .sort .field .sense{align-items:center;cursor:pointer;display:flex;height:100%;padding:2px}.michelin-crm-better-table .sort .field .sense:hover{background-color:rgba(116,185,255,.5)}.michelin-crm-better-table .sort .field .sense img{height:100%}.michelin-crm-better-table .sort .field .sense.desc img{transform:rotate(180deg)}.michelin-crm-better-table .sort .field .name{align-items:center;display:flex;flex-direction:row}.michelin-crm-better-table .sort .field .name span{cursor:pointer;line-height:normal;padding:0 5px;white-space:nowrap}.michelin-crm-better-table .sort .field .name span:hover{background-color:rgba(116,185,255,.5)}.michelin-crm-better-table .table{display:block;margin-top:10px;min-height:250px;overflow-x:auto;position:relative;width:100%}.michelin-crm-better-table .table.loading .loader{display:block}.michelin-crm-better-table .table .loader{background-color:hsla(0,0%,88%,.7);border:1px solid #e1e1e1;border-radius:0;display:none;height:100%;left:0;position:absolute;top:0;width:100%}.michelin-crm-better-table .table .loader .lds-ring{display:inline-block;height:80px;left:50%;position:absolute;top:50px;transform:translateX(-50%);width:80px}.michelin-crm-better-table .table .loader .lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-radius:50%;border-top-color:#74b9ff;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.michelin-crm-better-table .table .loader .lds-ring div:first-child{animation-delay:-.45s}.michelin-crm-better-table .table .loader .lds-ring div:nth-child(2){animation-delay:-.3s}.michelin-crm-better-table .table .loader .lds-ring div:nth-child(3){animation-delay:-.15s}.michelin-crm-better-table .table table{border-left:1px solid #e1e1e1;border-top:1px solid #e1e1e1;white-space:nowrap;width:100%}.michelin-crm-better-table .table table td,.michelin-crm-better-table .table table th{border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;padding:2px 5px}.michelin-crm-better-table .table table tbody tr:nth-child(2n){background:hsla(0,0%,88%,.1)}.michelin-crm-better-table .table table tbody tr:nth-child(odd){background:hsla(0,0%,88%,.4)}.michelin-crm-better-table .table table tbody tr:hover{background-color:rgba(116,185,255,.3)}.michelin-crm-better-table .pagination{display:flex;flex-direction:row;margin-top:10px;position:relative}.michelin-crm-better-table .pagination>*{flex:1}.michelin-crm-better-table .pagination .infos{align-items:center;display:flex;flex-direction:row}.michelin-crm-better-table .pagination .infos .length{align-items:center;display:flex;flex-direction:row;margin-left:10px}.michelin-crm-better-table .pagination .infos .length .value{margin-right:5px}.michelin-crm-better-table .pagination .infos .length span{font-weight:700}.michelin-crm-better-table .pagination .export{margin-left:10px}.michelin-crm-better-table .pagination .export .popup{z-index:1}.michelin-crm-better-table .pagination .export .popup .button{border:none;border-top:1px solid #e1e1e1;margin:0;padding:5px 8px;width:100%}.michelin-crm-better-table .pagination .export .popup .formats{margin:7px;padding:5px;width:calc(100% - 14px)}.michelin-crm-better-table .pagination .export,.michelin-crm-better-table .pagination .fields{position:relative}.michelin-crm-better-table .pagination .export .button,.michelin-crm-better-table .pagination .fields .button{background-color:hsla(0,0%,88%,.3);border:1px solid #e1e1e1;cursor:pointer;padding:3px 5px}.michelin-crm-better-table .pagination .export .button:hover,.michelin-crm-better-table .pagination .fields .button:hover{background-color:rgba(116,185,255,.5)}.michelin-crm-better-table .pagination .export .button.loading,.michelin-crm-better-table .pagination .fields .button.loading{animation-direction:reverse;animation-duration:1s;animation-iteration-count:infinite;animation-name:borderstyling}@keyframes borderstyling{0%{border-color:rgba(116,185,255,.2) #74b9ff}50%{border-color:#74b9ff rgba(116,185,255,.2)}to{border-color:rgba(116,185,255,.2) #74b9ff}}.michelin-crm-better-table .pagination .export .button.error,.michelin-crm-better-table .pagination .fields .button.error{background-color:hsla(0,100%,73%,.3);border-color:#ff7675}.michelin-crm-better-table .pagination .export .popup,.michelin-crm-better-table .pagination .fields .popup{background-color:#fff;border:1px solid #e1e1e1;display:flex;flex-direction:column;max-width:350px;min-width:150px;position:absolute;top:100%;z-index:1}.michelin-crm-better-table .pagination .export .popup .search,.michelin-crm-better-table .pagination .fields .popup .search{border:none;border-bottom:1px solid #e1e1e1;height:100%;outline:none;overflow:hidden;width:100%}.michelin-crm-better-table .pagination .export .list,.michelin-crm-better-table .pagination .fields .list{display:flex;flex-direction:column;max-height:300px;overflow-y:auto}.michelin-crm-better-table .pagination .export .list .field,.michelin-crm-better-table .pagination .fields .list .field{align-items:center;display:flex;flex-direction:row;padding:3px}.michelin-crm-better-table .pagination .export .list .field span,.michelin-crm-better-table .pagination .fields .list .field span{margin-left:5px;white-space:nowrap}.michelin-crm-better-table .pagination .indexes{align-items:center;display:flex;flex-direction:column}.michelin-crm-better-table .pagination .indexes .content{display:flex;flex-direction:row}.michelin-crm-better-table .pagination .indexes .first,.michelin-crm-better-table .pagination .indexes .index,.michelin-crm-better-table .pagination .indexes .last{background-color:hsla(0,0%,88%,.2);border:1px solid #e1e1e1;cursor:pointer;margin-left:3px;padding:3px 10px}.michelin-crm-better-table .pagination .indexes .first.current,.michelin-crm-better-table .pagination .indexes .first:hover,.michelin-crm-better-table .pagination .indexes .index.current,.michelin-crm-better-table .pagination .indexes .index:hover,.michelin-crm-better-table .pagination .indexes .last.current,.michelin-crm-better-table .pagination .indexes .last:hover{background-color:#74b9ff}.michelin-crm-better-table .pagination .indexes .first.disabled,.michelin-crm-better-table .pagination .indexes .index.disabled,.michelin-crm-better-table .pagination .indexes .last.disabled{display:none}.michelin-crm-better-table .pagination .indexes .first.next.disabled,.michelin-crm-better-table .pagination .indexes .first.previous.disabled,.michelin-crm-better-table .pagination .indexes .index.next.disabled,.michelin-crm-better-table .pagination .indexes .index.previous.disabled,.michelin-crm-better-table .pagination .indexes .last.next.disabled,.michelin-crm-better-table .pagination .indexes .last.previous.disabled{background-color:hsla(0,0%,88%,.6);color:rgba(54,54,54,.4);cursor:auto;display:block}.michelin-crm-better-table .pagination .sizes{align-items:flex-end;display:flex;flex-direction:column}.michelin-crm-better-table .pagination .sizes .content{display:flex;flex-direction:row}.michelin-crm-better-table .pagination .sizes .content .size{background-color:hsla(0,0%,88%,.2);border:1px solid #e1e1e1;cursor:pointer;margin-left:3px;padding:3px 10px}.michelin-crm-better-table .pagination .sizes .content .size.current,.michelin-crm-better-table .pagination .sizes .content .size:hover{background-color:#74b9ff}.michelin-crm-better-table .template{display:none!important}.michelin-crm-better-table .close{align-items:center;cursor:pointer;display:flex;height:100%;padding:5px}.michelin-crm-better-table .close:hover{background-color:#ff7675}.michelin-crm-better-table .close img{height:100%}.michelin-manager-modal-filter{display:flex;flex-direction:row;margin-top:10px!important;min-width:150px;width:auto}.michelin-manager-modal-filter .null{color:#2c7ad6}.michelin-manager-modal-filter .string{color:#ce9178}.michelin-manager-modal-filter .string:after,.michelin-manager-modal-filter .string:before{content:'"'}.michelin-manager-modal-filter .boolean{color:#4769bb}.michelin-manager-modal-filter .number{color:#94ce9b}.michelin-manager-modal-filter .row{background-color:#fff;border:1px solid #e1e1e1;display:flex;flex:1;flex-direction:row;height:36px;padding:3px}.michelin-manager-modal-filter .row:hover{border-color:#d4d4d4}.michelin-manager-modal-filter .row .functionCalls{display:flex;flex-direction:row;height:100%}.michelin-manager-modal-filter .row .not{color:rgba(54,54,54,.2);cursor:pointer;display:block;font-size:18px;font-weight:700;height:100%;line-height:18px;margin-right:0;padding:2px 0;user-select:none}.michelin-manager-modal-filter .row .not.active,.michelin-manager-modal-filter .row .not:hover:not(.hover){color:#363636}.michelin-manager-modal-filter .row .not.active:not(.hover):hover{color:rgba(54,54,54,.2)}.michelin-manager-modal-filter .functionCall{border:1px solid #e1e1e1;display:flex;flex-direction:row;height:100%;margin-right:10px;padding:2px 5px;width:fit-content}.michelin-manager-modal-filter .functionCall .args>*,.michelin-manager-modal-filter .functionCall .function,.michelin-manager-modal-filter .functionCall .thisArg{cursor:pointer;display:none;height:100%;line-height:18px;margin-right:3px;padding:2px 5px}.michelin-manager-modal-filter .functionCall .args>.show,.michelin-manager-modal-filter .functionCall .function.show,.michelin-manager-modal-filter .functionCall .thisArg.show{display:block}.michelin-manager-modal-filter .functionCall .args>* .value,.michelin-manager-modal-filter .functionCall .function .value,.michelin-manager-modal-filter .functionCall .thisArg .value{cursor:pointer}.michelin-manager-modal-filter .functionCall .args>* .value.hide,.michelin-manager-modal-filter .functionCall .function .value.hide,.michelin-manager-modal-filter .functionCall .thisArg .value.hide{display:none}.michelin-manager-modal-filter .functionCall .args>* .value:hover,.michelin-manager-modal-filter .functionCall .function .value:hover,.michelin-manager-modal-filter .functionCall .thisArg .value:hover{background-color:rgba(116,185,255,.5)}.michelin-manager-modal-filter .functionCall .args>.datetime,.michelin-manager-modal-filter .functionCall .function.datetime,.michelin-manager-modal-filter .functionCall .thisArg.datetime{padding:0}.michelin-manager-modal-filter .functionCall .args>.datetime input,.michelin-manager-modal-filter .functionCall .function.datetime input,.michelin-manager-modal-filter .functionCall .thisArg.datetime input{border:none;cursor:pointer;font-size:15px;margin:0;outline:none;padding:0}.michelin-manager-modal-filter .functionCall .args>.datetime input[type=date],.michelin-manager-modal-filter .functionCall .function.datetime input[type=date],.michelin-manager-modal-filter .functionCall .thisArg.datetime input[type=date]{width:136px}.michelin-manager-modal-filter .functionCall .args>.datetime input[type=time],.michelin-manager-modal-filter .functionCall .function.datetime input[type=time],.michelin-manager-modal-filter .functionCall .thisArg.datetime input[type=time]{margin-left:10px;width:70px}.michelin-manager-modal-filter .functionCall .args>*{display:block!important}.apos-slideshow .apos-slideshow-item{background-position:top;background-repeat:no-repeat;background-size:contain;height:auto;width:100%}.apos-slideshow .apos-slideshow-item img{height:auto;visibility:hidden;width:100%}.apos-dialog-box,.apos-ui .apos-dialog-box{align-items:center;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:610px;padding:30px 70px 60px;position:relative;top:100px;width:100%}@media(max-width:1280px){.apos-dialog-box,.apos-ui .apos-dialog-box{display:flex;flex-direction:column;margin:0;padding:20px;top:0;width:100%}}.apos-dialog-box h3,.apos-ui .apos-dialog-box h3{font-size:20px;padding-bottom:10px;text-align:center}.apos-dialog-box-container,.apos-ui .apos-dialog-box-container{animation:inherit;background:rgba(54,54,54,.5);bottom:0;display:none;left:0;opacity:inherit;outline:0;overflow:auto;position:fixed;right:0;top:0;z-index:30}.apos-dialog-box-close-icon,.apos-ui .apos-dialog-box-close-icon{cursor:pointer;height:32px;opacity:.3;position:absolute;right:22px;top:12px;width:22px}.apos-dialog-box-close-icon:hover,.apos-ui .apos-dialog-box-close-icon:hover{opacity:1}.apos-dialog-box-close-icon:after,.apos-dialog-box-close-icon:before,.apos-ui .apos-dialog-box-close-icon:after,.apos-ui .apos-dialog-box-close-icon:before{background-color:#333;content:" ";height:22px;left:15px;position:absolute;width:2px}.apos-dialog-box-close-icon:before,.apos-ui .apos-dialog-box-close-icon:before{transform:rotate(45deg)}.apos-dialog-box-close-icon:after,.apos-ui .apos-dialog-box-close-icon:after{transform:rotate(-45deg)}.apos-dialog-box-icon,.apos-ui .apos-dialog-box-icon{align-items:center;border:4px solid;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 16px;width:60px}.apos-dialog-box-icon .dgad-crm-icon .dgad-crm-svg,.apos-ui .apos-dialog-box-icon .dgad-crm-icon .dgad-crm-svg{height:40px;width:40px}.apos-dialog-box-icon--logo,.apos-ui .apos-dialog-box-icon--logo{background:var(--color-primary);border:0;height:88px;width:88px}.apos-dialog-box-icon--logo .dgad-crm-icon,.apos-ui .apos-dialog-box-icon--logo .dgad-crm-icon{height:100%;width:100%}.apos-dialog-box-icon--logo .dgad-crm-icon .dgad-crm-svg,.apos-ui .apos-dialog-box-icon--logo .dgad-crm-icon .dgad-crm-svg{height:50px;width:50px}.crm-dialog-box{word-wrap:break-word;background-color:#fff;color:#363636;display:block;line-height:3.1rem;margin:auto;overflow-wrap:break-word}.crm-dialog-box,.dgad-crm-notification{font-family:var(--font-primary);font-size:1.6rem}.dgad-crm-notification{background-color:unset;color:#fff;display:none;opacity:inherit;position:fixed;z-index:10}.dgad-crm-notification-container{background-color:var(--color-secondary);bottom:1.6rem;margin:auto;max-width:1032px;padding:0 1.6rem 1.6rem;position:absolute;width:100%}@media(min-width:371px){.dgad-crm-notification-container{bottom:2.4rem}}@media(min-width:769px){.dgad-crm-notification-container{bottom:1.6rem}}.dgad-crm-notification-container-flex{display:flex;justify-content:center}.dgad-crm-notification-header{align-content:center;display:flex;padding-top:1.6rem}.dgad-crm-notification-title{display:inline-flex;font-weight:700;margin-left:1.6rem}.dgad-crm-notification .dgad-crm-icon{display:inline-flex;height:2rem;width:2rem}.dgad-crm-notification .dgad-cta{margin-bottom:1rem}.dgad-crm-pop-up-maintenance{color:#fff;display:none;font-family:var(--font-primary);font-size:1.4rem;line-height:1.7}.dgad-crm-pop-up-maintenance-fixed{background-color:var(--color-secondary);display:block;flex-direction:row;justify-content:space-between;padding:1.6rem 5rem 1.6rem 2.4rem}@media(max-width:767px){.dgad-crm-pop-up-maintenance-fixed{padding-left:1.6rem}}.dgad-crm-notification-close-container{position:absolute;right:0;top:0}.dgad-crm-notification-close-container .apos-dialog-box-close-icon{opacity:1}.dgad-crm-notification-close-container .apos-dialog-box-close-icon:after,.dgad-crm-notification-close-container .apos-dialog-box-close-icon:before{background-color:#fff}.dgad-crm-tooltip{--padding-dialog-box:2.4rem;align-items:flex-start;border-radius:0;height:100%;justify-content:flex-start;max-width:34rem;padding:6.4rem 0;position:absolute;right:0;top:0}@media(max-width:768px){.dgad-crm-tooltip{--padding-dialog-box:1.6rem;border-radius:.8rem .8rem 0 0;bottom:0;margin-bottom:0;max-height:75%;min-width:100%;padding:5.6rem 0;position:fixed;right:inherit;top:inherit}}.dgad-crm-tooltip h1{line-height:1.5;margin:0 0 2.4rem}.dgad-crm-tooltip__content{height:100%;margin-right:8px;overflow-y:auto;padding:0 calc(var(--padding-dialog-box)/2) 0 var(--padding-dialog-box)}.dgad-crm-tooltip__content::-webkit-scrollbar{width:.8rem}.dgad-crm-tooltip__content::-webkit-scrollbar-track-piece{background-color:#d8d8d8;border-radius:.4rem}.dgad-crm-tooltip__content::-webkit-scrollbar-thumb{background-color:var(--color-background-alternative);border-radius:.4rem}.dgad-crm-tooltip__close-icon{background-color:var(--color-primary);border-radius:50%;opacity:1;right:var(--padding-dialog-box);top:var(--padding-dialog-box);width:3.2rem}.dgad-crm-tooltip__close-icon:after,.dgad-crm-tooltip__close-icon:before{background-color:#333;top:5px}.dgad-crm-tooltip.bfg-theme .dgad-crm-tooltip__close-icon:after,.dgad-crm-tooltip.bfg-theme .dgad-crm-tooltip__close-icon:before{background-color:#fff}#apostrophe-dialog-box-render-area{position:-webkit-sticky;position:sticky;top:0;z-index:20}body{height:auto}.apos-dialog-box-blackout,.apos-ui .apos-dialog-box-blackout{display:none}.apos-dialog-box-blackout--active,.apos-ui .apos-dialog-box-blackout--active{display:block}@media(max-width:768px){.apos-dialog-box-blackout--active,.apos-ui .apos-dialog-box-blackout--active{align-items:center;display:flex}}@media(max-height:370px){.apos-dialog-box-blackout--active,.apos-ui .apos-dialog-box-blackout--active{align-items:flex-start}}.dgad-crm-panel{max-width:120rem;min-width:unset;overflow:hidden}.dgad-crm-panel__wrapper{display:flex;overflow:hidden;transition:margin .5s ease-out}.dgad-crm-panel__wrapper__count-1,.dgad-crm-panel__wrapper__count-1 .dgad-crm-panel__slide{width:100%}.dgad-crm-panel__wrapper__count-2{width:200%}.dgad-crm-panel__wrapper__count-2 .dgad-crm-panel__slide{width:50%}.dgad-crm-panel__wrapper__count-3{width:300%}.dgad-crm-panel__wrapper__count-3 .dgad-crm-panel__slide{width:33.33333%}.dgad-crm-panel__wrapper__count-4{width:400%}.dgad-crm-panel__wrapper__count-4 .dgad-crm-panel__slide{width:25%}.dgad-crm-panel__wrapper__count-5{width:500%}.dgad-crm-panel__wrapper__count-5 .dgad-crm-panel__slide{width:20%}.dgad-crm-panel__wrapper__count-6{width:600%}.dgad-crm-panel__wrapper__count-6 .dgad-crm-panel__slide{width:16.66667%}.dgad-crm-panel__wrapper__count-7{width:700%}.dgad-crm-panel__wrapper__count-7 .dgad-crm-panel__slide{width:14.28571%}.dgad-crm-panel__wrapper__count-8{width:800%}.dgad-crm-panel__wrapper__count-8 .dgad-crm-panel__slide{width:12.5%}.dgad-crm-panel__wrapper__count-9{width:900%}.dgad-crm-panel__wrapper__count-9 .dgad-crm-panel__slide{width:11.11111%}.dgad-crm-panel__wrapper__count-10{width:1000%}.dgad-crm-panel__wrapper__count-10 .dgad-crm-panel__slide{width:10%}.dgad-crm-panel__wrapper__count-11{width:1100%}.dgad-crm-panel__wrapper__count-11 .dgad-crm-panel__slide{width:9.09091%}.dgad-crm-panel__wrapper__count-12{width:1200%}.dgad-crm-panel__wrapper__count-12 .dgad-crm-panel__slide{width:8.33333%}.dgad-crm-panel__wrapper__count-13{width:1300%}.dgad-crm-panel__wrapper__count-13 .dgad-crm-panel__slide{width:7.69231%}.dgad-crm-panel__wrapper__count-14{width:1400%}.dgad-crm-panel__wrapper__count-14 .dgad-crm-panel__slide{width:7.14286%}.dgad-crm-panel__wrapper__count-15{width:1500%}.dgad-crm-panel__wrapper__count-15 .dgad-crm-panel__slide{width:6.66667%}.dgad-crm-panel__slide{position:relative}@media(min-width:960px){.dgad-crm-panel__slide{aspect-ratio:19/5}}.dgad-crm-panel__slide .dgad-crm-icon.dgad-crm-icon-bib-crossed{background-color:unset;bottom:0;display:none;margin:0;padding:0;position:absolute;right:0;width:40rem}@media(min-width:769px){.dgad-crm-panel__slide .dgad-crm-icon.dgad-crm-icon-bib-crossed{display:block;height:17rem;width:17rem}}@media(min-width:960px){.dgad-crm-panel__slide .dgad-crm-icon.dgad-crm-icon-bib-crossed{height:20rem;width:20rem}}@media(min-width:1280px){.dgad-crm-panel__slide .dgad-crm-icon.dgad-crm-icon-bib-crossed{height:23rem;width:23rem}}@media(min-width:1440px){.dgad-crm-panel__slide .dgad-crm-icon.dgad-crm-icon-bib-crossed{height:25rem;width:25rem}}@media(min-width:1920px){.dgad-crm-panel__slide .dgad-crm-icon.dgad-crm-icon-bib-crossed{height:35rem;width:35rem}}.dgad-crm-panel__slide .dgad-crm-icon.dgad-crm-icon-bib-crossed>svg{height:100%;width:100%}.dgad-crm-panel__slide--under-image .dgad-over-image--over .dgad-over-image__content{display:none}.dgad-crm-panel__slide--under-image .dgad-over-image--under{min-height:unset}.dgad-crm-panel__slide--under-image .dgad-over-image--under .dgad-over-image-content{margin-bottom:6.6rem}.dgad-crm-panel__slide--under-image .dgad-over-image--under .dgad-over-image-content--single{margin:1.6rem 0 0}.dgad-crm-panel__slide--under-image .dgad-over-image--under .dgad-over-image-content--single .dgad-crm-date-to-date:only-child{margin-bottom:1.6rem}.dgad-crm-panel__slide--over-image .dgad-over-image--under{display:none;min-height:unset}@media(min-width:769px){.dgad-crm-panel__slide .dgad-over-image--under{display:none}.dgad-crm-panel__slide .dgad-over-image--over .dgad-over-image__content{display:block}}.dgad-crm-panel__nav{color:#fff;display:flex;justify-content:space-between;position:absolute;top:calc(50% - .4rem);width:100%}.dgad-crm-panel__nav--left,.dgad-crm-panel__nav--right{cursor:pointer;display:none;margin:0 1.2rem;z-index:2}.dgad-crm-panel__nav--left .dgad-crm-svg,.dgad-crm-panel__nav--right .dgad-crm-svg{height:4rem;width:4rem}@media(min-width:961px){.dgad-crm-panel__nav--left,.dgad-crm-panel__nav--right{display:block}}.dgad-crm-panel__manual{align-items:center;bottom:0;display:flex;justify-content:center;padding-bottom:2.4rem;position:absolute;width:100%;z-index:2}.dgad-crm-panel__manual--switch{cursor:pointer;height:1.6rem;margin-left:1.8rem;transition:.2s ease-in-out;width:1.6rem}.dgad-crm-panel__manual--switch.pause{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/pause.svg)}.dgad-crm-panel__manual--switch.play{background-image:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/play-btn.svg)}.dgad-crm-panel__manual--btn{background-color:#7d7d7d;border-radius:50%;cursor:pointer;height:.8rem;margin:.1rem;transition:.1s ease-in-out;width:.8rem;z-index:4}.dgad-crm-panel__manual--btn:hover{background-color:var(--color-secondary);box-shadow:0 0 .1rem #fff;height:1rem;margin:0;width:1rem}.dgad-crm-panel__manual--circle{align-items:center;display:flex;justify-content:center;margin:0 .6rem}.dgad-crm-panel__manual--circle--active .dgad-crm-panel__manual--btn{background-color:var(--color-secondary);height:1rem;margin:0;width:1rem}.dgad-crm-panel__manual--circle--active .dgad-crm-panel__manual--circle__svg{border-radius:50%;box-shadow:0 0 .2rem #fff;display:block}.dgad-crm-panel__manual--circle__svg{display:none;height:1.6rem;position:absolute;width:1.6rem;z-index:2}.dgad-crm-panel__manual--circle__svg svg{position:absolute;transform:rotate(-90deg)}.dgad-crm-panel__manual--circle__svg svg circle:first-of-type{stroke:#d3d3d3;stroke-dashoffset:0}.dgad-crm-panel__manual--circle__svg svg circle{fill:none;stroke:var(--color-secondary);stroke-width:1.5px;stroke-dasharray:44;stroke-dashoffset:44}@media(min-width:360px){.dgad-crm-panel--has-mobile-img{max-width:35rem}}@media(min-width:425px){.dgad-crm-panel--has-mobile-img{max-width:43rem}}@keyframes rotateCircle{to{stroke-dashoffset:0}}@media(min-width:768px){.dgad-crm-panel{max-width:77rem}}@media(min-width:960px){.dgad-crm-panel{max-width:84rem}}@media(min-width:1280px){.dgad-crm-panel{max-width:103rem}}@media(min-width:1920px){.dgad-crm-panel{max-width:151rem}}.dgad-over-image{background-color:var(--color-background-alternative);background-position:50%;background-size:cover;color:#fff;min-height:15.5rem;overflow:hidden;position:relative}.dgad-over-image--desktop{display:block}@media(max-width:600px){.dgad-over-image--desktop{display:none}}.dgad-over-image--mobile{background-position:unset;display:none;min-height:30rem}@media(max-width:600px){.dgad-over-image--mobile{display:block}}@media(min-width:425px){.dgad-over-image--mobile{min-height:32rem}}@media screen and (min-width:500px){.dgad-over-image--mobile{min-height:37rem}}@media screen and (min-width:600px){.dgad-over-image--mobile{min-height:45rem}}.dgad-over-image--overlay{position:relative}.dgad-over-image--overlay:before{background-image:linear-gradient(to left,rgba(39,80,155,0) var(--gradientEndPosition,35%),#000 var(--gradientStartPosition,55%));bottom:0;content:"";display:block;left:0;opacity:.4;position:absolute;right:0;top:0;z-index:0}.dgad-over-image--overlay[overlay-opacity="0.1"]:before{opacity:.1}.dgad-over-image--overlay[overlay-opacity="0.2"]:before{opacity:.2}.dgad-over-image--overlay[overlay-opacity="0.3"]:before{opacity:.3}.dgad-over-image--overlay[overlay-opacity="0.4"]:before{opacity:.4}.dgad-over-image--overlay[overlay-opacity="0.5"]:before{opacity:.5}.dgad-over-image--overlay[overlay-opacity="0.6"]:before{opacity:.6}.dgad-over-image--overlay[overlay-opacity="0.7"]:before{opacity:.7}.dgad-over-image--overlay[overlay-opacity="0.8"]:before{opacity:.8}.dgad-over-image--overlay[overlay-opacity="0.9"]:before{opacity:.9}.dgad-over-image--overlay[overlay-opacity="1"]:before{opacity:1}.dgad-over-image .dgad-over-image__title{font-family:var(--font-tertiary);font-size:3.2rem;font-weight:700;hyphens:auto;line-height:1.3;margin:.5rem 0}@media(max-width:600px){.dgad-over-image .dgad-over-image__title{hyphens:none}}@media(min-width:960px){.dgad-over-image .dgad-over-image__title{font-size:2.8rem}.dgad-over-image .dgad-over-image__title p{margin-bottom:unset}}@media(min-width:1280px){.dgad-over-image .dgad-over-image__title{font-size:2.9rem;line-height:1.5}}@media(min-width:1281px){.dgad-over-image .dgad-over-image__title{font-size:2.2rem}}.dgad-over-image .dgad-over-image__title .apos-rich-text>*{color:#fff;margin:0}.dgad-over-image__text{width:unset}@media(min-width:960px){.dgad-over-image__text .header-description{margin-top:unset}}@media(min-width:1280px){.dgad-over-image__text .header-description{margin-top:3rem}}@media(min-width:1440px){.dgad-over-image__text .header-description{margin-top:unset}}@media(min-width:1920px){.dgad-over-image__text .header-description{margin-top:3rem}}.dgad-over-image__text p{word-wrap:break-word;font-family:var(--font-primary);font-size:2rem;hyphens:auto;line-height:1.5;margin-top:1.6rem}@media(max-width:600px){.dgad-over-image__text p{hyphens:none}}@media(min-width:960px){.dgad-over-image__text p{margin-bottom:unset;margin-top:unset}}@media(min-width:1280px){.dgad-over-image__text p{margin-bottom:2rem}}.dgad-over-image__text .apos-rich-text>*{color:#fff;max-width:100rem}@media(min-width:1340px){.dgad-over-image__text .apos-rich-text>*{margin-top:unset}}@media(max-width:959px){.dgad-over-image__text{width:56vw}}@media(min-width:1281px){.dgad-over-image .dgad-over-image__content{margin:2rem 0}}@media(min-width:1441px){.dgad-over-image .dgad-over-image__content{margin:2rem 0}}@media(min-width:768px){.dgad-over-image{height:32.5rem;min-height:32.5rem}}@media(min-width:960px){.dgad-over-image{height:22rem;min-height:22rem}}@media(min-width:1280px){.dgad-over-image{height:27rem;min-height:27rem}}@media(min-width:1920px){.dgad-over-image{min-height:40rem}.dgad-over-image .dgad-over-image__content{margin:5rem 0}}.dgad-over-image .dgad-panel-cta__content{display:flex}@media(max-width:960px){.dgad-over-image .dgad-panel-cta__content{display:block}}.dgad-over-image-content{align-items:center;display:flex;flex-direction:column;margin:3.2rem auto 10.6rem;max-width:calc(100% - 12.8rem);position:relative;text-align:center}.dgad-over-image-content--single{margin:3.2rem auto;max-width:unset}@media(min-width:961px){.dgad-over-image-content--single{margin-bottom:10.1rem}}@media(min-width:601px){.dgad-over-image-content{align-items:flex-start;margin:2rem auto 5rem;text-align:inherit}}@media(min-width:960px){.dgad-over-image-content{margin:2rem 1rem 2rem 3.5rem}}@media(min-width:1280px){.dgad-over-image-content{margin:4rem 3rem 2rem 6.5rem}}@media(min-width:1920px){.dgad-over-image-content{margin:9rem 3rem 2rem 10.5rem}}.dgad-over-image-content .dgad-cta{justify-content:center}@media(min-width:961px){.dgad-over-image-content .dgad-cta{justify-content:flex-start}}.dgad-over-image-content>.dgad-crm-date-to-date--active>.dgad-crm-date-to-date-combineDate{background-color:rgba(46,125,50,.5);border:.2rem solid #2e7d32}.dgad-over-image-content>.dgad-crm-date-to-date--coming>.dgad-crm-date-to-date-combineDate{background-color:hsla(0,0%,100%,.3)!important;border:1px solid #fff!important;opacity:1!important}.dgad-crm-page-back{cursor:pointer;display:flex;margin-bottom:3.2rem}.dgad-crm-page-back .dgad-crm-icon{height:3rem;width:3rem}.dgad-crm-page-back__label{margin-left:.4rem;text-decoration:underline}@media(min-width:961px){.dgad-crm-page-back{margin-bottom:2.4rem}}@media(min-width:1281px){.dgad-crm-page-back{margin-bottom:8.2rem}}.dgad-crm-page-content .dgad-crm-panel{display:flex;flex-direction:column;position:relative}.dgad-panel-cta__content{display:flex}@media(max-width:960px){.dgad-panel-cta__content{display:block}}.dgad-panel__cta .dgad-crm-button.bfg-theme{padding:1.5rem 3rem}.dgad-crm-page-header-v2.bfg-theme .dgad-crm-icon-bib-crossed{display:none}@media(min-width:1281px){.dgad-crm-page-header-v2-panel.bfg-theme .dgad-over-image__content{padding-right:33%}}.dgad-crm-page-header-v2-mobile-gradient.bfg-theme{background-image:linear-gradient(to bottom,rgba(39,80,155,0),var(--color-primary) 35%)}@media(min-width:769px){.dgad-crm-page-header-v2-mobile-gradient.bfg-theme{background-image:none}}.dgad-crm-page-header-v2.kleber-theme .dgad-crm-icon-bib-crossed,.dgad-crm-page-header-v2.uniroyal-theme .dgad-crm-icon-bib-crossed{display:none}.dgad-crm-page-header-v2.uniroyal-theme .dgad-crm-panel__manual--circle--active .dgad-crm-panel__manual--btn{background-color:var(--color-primary)}.crm-iframe{width:100%}.crm-iframe iframe{border:none;height:100%;max-width:100%!important;width:100%}.forms-date-field .flatpickr-day.selected{color:var(--color-font-on-primary)}.dgad-select-cards-field__label-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;position:relative;width:100%}.dgad-select-cards-field .dgad-crm-input-icon{position:inherit;top:auto}.dgad-select-cards-field__label-container label{font-size:2rem;font-weight:700;line-height:1.5;margin-bottom:8px}.dgad-select-cards-field__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));margin-bottom:-.4rem;margin-left:-.4rem;margin-right:-.4rem;width:calc(100% + .8rem)}@media(min-width:425px){.dgad-select-cards-field__container{grid-template-columns:repeat(auto-fill,minmax(15.7rem,1fr))}}@media(min-width:1200px){.dgad-select-cards-field__container{grid-template-columns:repeat(auto-fill,minmax(14.4rem,1fr))}}@media(min-width:1920px){.dgad-select-cards-field__container{grid-template-columns:repeat(auto-fill,minmax(15.6rem,1fr))}}.dgad-select-cards-field__option{margin:0 .4rem .4rem;padding:16px;width:calc(100% - .8rem)}.dgad-select-cards-field__option--selected{padding:14px}.dgad-select-cards-field__option__image,.dgad-select-cards-field__option__image .apos-slideshow-item{height:2.4rem;width:2.4rem}.dgad-select-cards-field__option__label{display:block;text-align:center;word-break:inherit}@keyframes crm-multi-tab--fade-in{0%{opacity:0}}@keyframes crm-multi-tab--fade-out{0%{opacity:1}to{opacity:0}}.crm-multi-tab{background-color:#f2f2f2;margin:0 auto;min-width:99vw;width:100%}@media(max-width:1439px){.crm-multi-tab{min-width:98vw}}@media(max-width:767px){.crm-multi-tab{min-width:97vw}}.crm-multi-tab--title{align-items:center;color:var(--color-secondary);font-family:var(--font-tertiary);font-size:32px;font-weight:700;justify-content:center;margin:0;padding:56px;text-align:center}@media(max-width:767px){.crm-multi-tab--title{margin:0 auto;padding:5.6rem 0;width:30rem;word-break:break-word}}.crm-multi-tab--articles{align-items:center;color:#363636;flex-wrap:nowrap;overflow:hidden;padding-bottom:56px}@media(max-width:1279px){.crm-multi-tab--articles{flex-wrap:wrap;justify-content:center}}.crm-multi-tab--aside{height:100%}@media(max-width:1279px){.crm-multi-tab--aside{height:auto;margin-bottom:24px;overflow-x:scroll}}.crm-multi-tab--button-list-container{display:flex;flex-direction:row;height:100%;margin-right:var(--mdc-layout-grid-gutter-md,2.4rem);width:100%}@media(max-width:1279px){.crm-multi-tab--button-list-container{flex-direction:column;margin:auto;width:fit-content}}.crm-multi-tab--button-list-container>ul{margin:0;margin-right:var(--mdc-layout-grid-gutter-md,2.4rem);padding:0;width:fit-content}@media(max-width:1279px){.crm-multi-tab--button-list-container>ul{display:flex;flex-direction:row;margin-right:0;width:max-content}}.crm-multi-tab--section-button{align-items:center;color:#7d7d7d;display:flex;font-size:16px;height:fit-content;justify-content:end;line-height:16px;list-style:none;margin-bottom:24px;max-height:fit-content;min-width:fit-content;transition:color .5s ease-out;width:100%}.crm-multi-tab--section-button .crm-multi-tab--dark-icon{display:none}.crm-multi-tab--section-button .crm-multi-tab--light-icon{display:flex}@media(max-width:1279px){.crm-multi-tab--section-button{justify-content:flex-start;padding-right:24px}.crm-multi-tab--section-button[data-section-button-last]{padding-right:0}}.crm-multi-tab--section-button:hover{color:#363636;cursor:pointer}.crm-multi-tab--section-button.selected{color:var(--color-secondary)}.crm-multi-tab--section-button.selected .crm-multi-tab--dark-icon{display:flex}.crm-multi-tab--section-button.selected .crm-multi-tab--light-icon{display:none}.crm-multi-tab--section-button.selected:hover{cursor:auto}.crm-multi-tab--section-button picture{align-items:center;display:flex;height:16px;justify-content:center;margin:0 0 0 16px;padding:0;width:16px}.crm-multi-tab--section-selector-row{display:flex;flex-direction:row;position:relative}@media(max-width:1279px){.crm-multi-tab--section-selector-row{flex-direction:column-reverse;height:8px;min-width:100%;width:100%}}.crm-multi-tab--row{background-color:#7d7d7d;height:100%;width:1px}@media(max-width:1279px){.crm-multi-tab--row{height:1px;width:100%}}.crm-multi-tab--section-selector{background-color:var(--color-secondary);border-radius:3px 0 0 3px;height:16px;position:absolute;right:0;width:7px}@media(min-width:1280px){.crm-multi-tab--section-selector{left:auto!important;transition:top .7s}}@media(max-width:1279px){.crm-multi-tab--section-selector{border-radius:3px 3px 0 0;bottom:0;height:7px;right:auto;top:auto!important;transition:left .7s;width:16px}}.crm-multi-tab--section-article{display:flex;opacity:0;order:2}@media(max-width:1279px){.crm-multi-tab--section-article{display:none}}.crm-multi-tab--section-article.fade-in{animation:fade-in .5s ease-in forwards}.crm-multi-tab--section-article.fade-out{animation:fade-out .5s ease-in forwards}.crm-multi-tab--section-article:not(.selected){height:0;height:auto;max-height:0;max-height:none;max-width:0;max-width:70%;overflow:hidden;width:0;width:70%}.crm-multi-tab--section-article.selected{height:auto;opacity:1;order:1}@media(max-width:1279px){.crm-multi-tab--section-article.selected{display:flex}}.crm-multi-tab .dgad-column-block{padding-top:24px}.crm-multi-tab .dgad-column-block .mdc-layout-grid{margin:0!important;padding:0!important;width:100%}.crm-multi-tab .dgad-column-block .mdc-layout-grid .mdc-layout-grid__inner{align-items:center}.crm-multi-tab .dgad-column-block .mdc-layout-grid .mdc-layout-grid__cell{height:fit-content}.crm-multi-tab.uniroyal-theme .crm-multi-tab--section-selector{background-color:var(--color-primary)}.dgad-crm-forms-show-page-contextualisedPage .dgad-crm-forms-show-page-contentBody{min-height:125vh}.dgad-crm-forms-show-page-contextualisedPage .dgad-crm-forms-show-page-contentBody .apos-rich-text-widget-wrapper:hover{z-index:0}@media(max-width:959px){.dgad-crm-forms-show-page-contextualisedPage .dgad-crm-forms-show-page-contentBody .dgad-crm-scrollable{padding-bottom:4rem}}@media(max-width:425px){.dgad-crm-forms-show-page-contextualisedPage .dgad-crm-forms-show-page-contentBody{min-height:50vh}}@media(min-width:1280px){.dgad-crm-forms-show-page-contextualisedPage .crm-content-card-filter-widget .crm-content-card{height:641px;width:100%}.dgad-crm-forms-show-page-contextualisedPage .crm-content-card-filter-widget .crm-content-card[data-format=small]{height:fit-content;width:100%}}@media(min-width:769px){.dgad-crm-forms-show-page-contextualisedPage{left:unset;position:relative;top:unset}}.dgad-crm-forms-show-page-contextualisedPage[data-form-type=true]{background-image:linear-gradient(90deg,#f2f2f2 0,#f2f2f2 50%,#fff 0,#fff);padding-top:2rem}@media(max-width:959px){.dgad-crm-forms-show-page-contextualisedPage[data-form-type=true]{background-color:#fff;background-image:unset}.dgad-crm-forms-show-page-contextualisedPage[data-form-type=true] .dgad-crm-forms-contextualised-content{display:none}}.dgad-crm-forms-show-page-contextualisedPage[data-form-type=true] .dgad-form-sections-stepper-container{background-color:unset}@media(min-width:1280px){.dgad-crm-forms-show-page-contextualisedPage[data-form-type=true] .dgad-crm-forms-show-page-contentBody{padding:3.2rem 8.8rem}}@media(min-width:1920px){.dgad-crm-forms-show-page-contextualisedPage[data-form-type=true] .dgad-crm-forms-show-page-contentBody{padding:3.2rem 20.8rem}}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised{align-items:center;display:flex;flex-direction:column}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised{align-items:flex-start;flex-direction:row;justify-content:center}}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised .dgad-crm-forms-show-page-header.inactive,.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore-title{display:none}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content{display:flex;flex-direction:column;margin-bottom:2.4rem}@media(max-width:959px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-presente.michelin-theme{display:none!important}}@media(max-width:424px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore{margin-top:24px;position:relative}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore-title{cursor:pointer;display:flex;font-weight:700;justify-content:space-between;position:relative}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore-title:after{background-color:#ccc;content:"";height:1px;left:0;position:absolute;top:100%;width:100%}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore:not(.active) .dgad-crm-forms-contextualised-content-body{display:none}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore.active .dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore-title{margin-bottom:24px}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore .crm-panel-icon-close{display:none}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore.active .crm-panel-icon-close{display:inherit}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-showMore.active .crm-panel-icon-open{display:none}}@media(min-width:961px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content{height:calc(100vh - 11.2rem);margin-bottom:0;max-height:120rem}}@media(min-width:1280px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content{height:calc(100vh - 6.4rem)}}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content .dgad-crm-contextualised-image{margin-bottom:2.4rem;padding-bottom:33.82%;position:relative}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content .dgad-crm-contextualised-image__frame{height:100%;position:absolute;width:100%}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content .dgad-crm-forms-show-page-back{left:unset;position:relative;top:unset}}@media(min-width:1921px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content .dgad-crm-forms-show-page-back{left:2.2rem;position:absolute;top:2.4rem}}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-title{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.8rem;line-height:1.5;margin:0 0 .8rem}@media(min-width:1281px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-title{font-size:3.2rem}}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-body{font-size:1.6rem;line-height:1.5}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-body .apos-rich-text>*{margin:0}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-body .dgad-images[data-dynamic-image-width=true]{width:10%}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-body .dgad-images[data-dynamic-image-position=true]{margin:auto}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-presente{display:none;height:28.8rem;width:17rem}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-presente.michelin-theme{display:flex;margin-bottom:2rem;margin-top:auto;position:relative;top:4rem}}@media(min-width:1920px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-presente.michelin-theme{height:47.2rem;width:29rem}}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content-presente.michelin-theme .dgad-crm-svg{height:100%;width:100%}@media(min-width:1920px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised-content{padding-top:0}}.dgad-crm-forms-show-page .dgad-crm-forms-contextualised .dgad-crm-forms-show-page-content{margin-top:2.4rem}@media(min-width:961px){.dgad-crm-forms-show-page .dgad-crm-forms-contextualised .dgad-crm-forms-show-page-content.scrollable .dgad-form-container-scrollable{max-height:calc(100vh - 22.4rem)}}.dgad-crm-forms-show-page-contentBody.hide .dgad-form-container{display:none}.dgad-crm-forms-show-page-onboardingPage{background-image:linear-gradient(90deg,#f2f2f2 0,#f2f2f2 50%,#fff 0,#fff);min-height:100vh!important;padding-top:3.2rem!important}.dgad-crm-forms-show-page-onboardingPage section{padding:0 3rem}@media(max-width:959px){.dgad-crm-forms-show-page-onboardingPage{background-color:#fff!important;background-image:unset}.dgad-crm-forms-show-page-onboardingPage .dgad-grid .dgad-crm-forms-onboarding-content{display:none}}@media(max-width:424px){.dgad-crm-forms-show-page-onboardingPage{padding-bottom:25rem;padding-top:9.2rem!important}.dgad-crm-forms-show-page-onboardingPage .apos-rich-text-widget{margin-bottom:2rem}}@media(min-width:960px){.dgad-crm-forms-show-page-onboardingPage .dgad-grid .dgad-crm-forms-onboarding-content-widgets{padding-left:3rem!important;width:50%}.dgad-crm-forms-show-page-onboardingPage .dgad-grid .dgad-crm-forms-onboarding-content-body{padding-right:8rem}}@media(min-width:769px){.dgad-crm-forms-show-page-onboardingPage{left:unset;position:relative;top:unset}}.dgad-crm-forms-show-page-onboardingPage .dgad-container{margin:unset;padding:unset}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-form .dgad-form-field input{background-color:#fff;border:1px solid #000;border-radius:8px;gap:16px;padding:12px 16px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-form .dgad-form-field__icon--error{display:none}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-form .dgad-form-submit-container{box-shadow:unset}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-form p{font-size:1.4rem;line-height:1.71;margin:0 0 2.4rem}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-form__icon--success{right:2rem}.dgad-crm-forms-show-page-onboardingPage .dgad-form-sections-stepper-container{background-color:#fff!important}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody h2{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.2rem;font-weight:700;line-height:1.5;margin-bottom:2.6rem;text-align:center}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody h3{color:var(--color-secondary);font-size:1.6rem;margin-bottom:2.2rem}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody p{font-size:1.4rem;line-height:1.71;margin-bottom:1.8rem}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-cta a{width:40rem}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-cta a .crm-cta__icon--east{display:none}@media(max-width:959px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-cta a{width:43rem}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-cta a .dgad-cta__icon.crm-cta__icon.crm-cta__icon--chevron{opacity:1}}@media(min-width:960px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-cta a{border-radius:.4rem;height:4.8rem}}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-title{font-size:1.8rem;margin:0 0 2.4rem;text-align:center}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-label{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.4rem;font-weight:700;line-height:1.5;margin:0 0 2.4rem;text-align:center}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:before{opacity:0}@media(max-width:960px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:not(.dgad-form-sections-buttons__previous){width:144px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:not(.dgad-form-sections-buttons__previous):after{background:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/east.svg) no-repeat;content:"";height:21px;position:absolute;right:10px;top:15px;width:21px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:not(.dgad-form-sections-buttons__submit,.dgad-form-sections-buttons__next){font-size:0;height:48px!important;min-width:unset!important;width:48px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:not(.dgad-form-sections-buttons__submit,.dgad-form-sections-buttons__next):after{background-color:var(--color-secondary);content:"";height:21px;-webkit-mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/west.svg) no-repeat 50% 50%;mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/west.svg) no-repeat 50% 50%;position:absolute;right:10px;right:12px!important;width:21px}}@media(max-width:959px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:not(.dgad-form-sections-buttons__previous){max-width:unset;width:29rem!important}}@media(max-width:424px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:not(.dgad-form-sections-buttons__previous){width:18rem!important}}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-sections-buttons button:not(.dgad-crm-button--primary){pointer-events:none!important}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field .dgad-form-field__icon--success{right:-5rem}@media(max-width:959px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field .dgad-form-field__icon--success{right:1.6rem}}@media(min-width:768px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field__container{grid-template-columns:repeat(auto-fill,minmax(21rem,1fr))}}@media(min-width:960px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field__container{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr))}}@media(min-width:1280px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field__container{grid-template-columns:repeat(auto-fill,minmax(13rem,1fr))}}@media(min-width:1920px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field__container{grid-template-columns:repeat(auto-fill,minmax(22rem,1fr))}}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field__option{border-radius:8px;min-height:88px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field__label{font-size:1.4rem;font-weight:400}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field .dgad-crm-info{top:-34px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field .dgad-crm-icon{height:25px;width:25px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field .dgad-crm-icon:after{background:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/question.svg) no-repeat;content:"";height:21px;position:absolute;right:10px;right:-3px;width:21px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field .dgad-crm-svg{display:none}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-select-cards-field[dgad-field-name=golden_record_q1] .dgad-select-cards-field__container{align-items:center;grid-template-columns:repeat(2,15rem);justify-content:center}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-legend-field{font-size:1.4rem;font-weight:400;line-height:1.5;margin-bottom:2.4rem}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-field-radio__wrapper{gap:2.4rem}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-field-radio--option__wrapper{margin-bottom:unset}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody .dgad-form-field-radio--option:checked+label{color:var(--color-secondary);font-weight:700}@media(min-width:960px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody{padding:0 6rem}}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success{margin-top:8rem;max-height:47rem!important;text-align:center}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-crm-icon-logo-michelin{display:none}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header h1{font-size:1.8rem!important;text-align:center}@media(max-width:959px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header h1{text-align:center!important}}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header h3{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.2rem;font-weight:700;line-height:1.5;margin-bottom:2.4rem!important}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header p{margin-bottom:2.5rem!important;text-align:left!important}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header-title{text-align:center!important}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header-description{font-size:1.4rem;line-height:1.71}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-cta{justify-content:center!important;margin-top:1rem!important}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-cta a{width:40rem!important}@media(max-width:424px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-cta a{width:24rem!important}}@media(max-width:960px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-cta a:not(.crm-cta--tertiary):after{background:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/east.svg) no-repeat;content:"";height:21px;position:absolute;right:10px;width:21px}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-cta a:not(.crm-cta--primary):after{background-color:var(--color-secondary);content:"";height:21px;-webkit-mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/east.svg) no-repeat 50% 50%;mask:url(https://cxf-prod.azureedge.net/michelin-crm-production/assets/cmer3xbpr000401qiy22rdx2n/modules/@crm-assets/svg/east.svg) no-repeat 50% 50%;position:absolute;right:10px;width:21px}}.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success .dgad-cta a:not(.crm-cta--round)>.crm-cta__icon{display:none}@media(max-width:424px){.dgad-crm-forms-show-page-onboardingPage .dgad-crm-forms-show-page-contentBody.success{margin-top:14rem!important}}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-form-sections-stepper{padding-top:.8rem}}@media(min-width:1281px){.dgad-crm-forms-show-page .dgad-form-sections-stepper{padding-top:1.6rem}}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding{align-items:center;display:flex;flex-direction:column}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding{align-items:flex-start;flex-direction:row;justify-content:center}}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding .dgad-crm-forms-show-page-header.inactive{display:none}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content{display:flex;flex-direction:column;margin-bottom:2.4rem}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content{height:calc(100vh - 11.2rem);margin-bottom:0;max-height:120rem}}@media(min-width:1280px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content{height:calc(100vh - 6.4rem)}}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content .dgad-crm-onboarding-image{margin-bottom:2.4rem;padding-bottom:33.82%;position:relative}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content .dgad-crm-onboarding-image__frame{height:100%;position:absolute;width:100%}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content .dgad-crm-forms-show-page-back{left:unset;position:relative;top:unset}}@media(min-width:1921px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content .dgad-crm-forms-show-page-back{left:2.2rem;position:absolute;top:2.4rem}}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-title{color:var(--color-secondary);font-family:var(--font-tertiary);font-size:2.8rem;font-weight:700;line-height:1.5;margin:0 0 2.4rem}@media(min-width:1281px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-title{font-size:3.2rem}}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-body{font-size:1.6rem;line-height:1.5}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-body .apos-rich-text>*{margin:0}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-presente{display:none;height:28.8rem;width:17rem}@media(min-width:769px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-presente.michelin-theme{display:flex;margin-top:auto;position:relative;top:4rem}}@media(min-width:1920px){.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-presente.michelin-theme{height:47.2rem;width:29rem}}.dgad-crm-forms-show-page .dgad-crm-forms-onboarding-content-presente.michelin-theme .dgad-crm-svg{height:100%;width:100%}.dgad-crm-tooltip{margin-top:unset;max-height:100%}.dgad-crm-tooltip .crm-dialog-box{line-height:1.5}.dgad-crm-tooltip h1{font-size:1.8rem;font-weight:700;text-align:center}.dgad-crm-tooltip p{margin:.5rem 0}@media(max-width:768px){.dgad-crm-tooltip{min-width:45%}}@media(max-width:424px){.dgad-crm-tooltip{min-width:70%}}@media(max-width:369px){.dgad-crm-tooltip{margin-top:8rem;min-width:100%}}.dgad-crm-tooltip .dgad-crm-tooltip__close-icon:after,.dgad-crm-tooltip .dgad-crm-tooltip__close-icon:before{height:19px;top:6px}.dgad-crm-forms-show-page{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;min-height:100vh}.dgad-crm-forms-show-page .centered-form{justify-content:center}@media(min-width:1280px){.dgad-crm-forms-show-page{align-items:flex-start;flex-direction:row;justify-content:center}}.dgad-crm-forms-show-page-header{margin-top:2.4rem}.dgad-crm-forms-show-page-header.inactive{display:none}@media(min-width:769px){.dgad-crm-forms-show-page-header{margin-top:3.2rem}}.dgad-crm-forms-show-page-icon{align-items:center;border:4px solid;border-radius:50%;display:flex;height:60px;justify-content:center;margin:1.6rem auto 0;width:60px}.dgad-crm-forms-show-page-icon--success{border-color:#2ae399;color:#2ae399}.dgad-crm-forms-show-page-icon--error{border-color:#ff001f;color:#ff001f}.dgad-crm-forms-show-page-icon .dgad-crm-icon .dgad-crm-svg{height:40px;width:40px}.dgad-crm-forms-show-page-icon--logo{align-self:start;background:var(--color-primary);border:0;height:6.4rem;margin:3.2rem 0 0 1.6rem;width:6.4rem}@media(min-width:769px){.dgad-crm-forms-show-page-icon--logo{height:7.2rem;width:7.2rem}}@media(min-width:1281px){.dgad-crm-forms-show-page-icon--logo{height:8.8rem;width:8.8rem}}.dgad-crm-forms-show-page-icon--logo .dgad-crm-icon{height:100%;width:100%}.dgad-crm-forms-show-page-icon--logo .dgad-crm-icon .dgad-crm-svg{height:4rem;width:4rem}@media(min-width:769px){.dgad-crm-forms-show-page-icon--logo .dgad-crm-icon .dgad-crm-svg{height:4.5rem;width:4.5rem}}@media(min-width:1281px){.dgad-crm-forms-show-page-icon--logo .dgad-crm-icon .dgad-crm-svg{height:5.5rem;width:5.5rem}}@media(min-width:769px){.dgad-crm-forms-show-page-icon--logo{align-self:center;margin:unset}.dgad-crm-forms-show-page-icon+.dgad-crm-forms-show-page-header{padding:0 3.2rem}}.dgad-crm-forms-show-page-error{color:#ff001f;text-align:center}.dgad-crm-forms-show-page-sucсess{font-weight:700;text-align:center}.dgad-crm-forms-show-page-content{background-color:#fff}.dgad-crm-forms-show-page-content:has(>div.dgad-form-success-iframe-overlay){position:unset}.dgad-crm-forms-show-page-contentImage{background-color:#f2f2f2;height:auto;position:relative;width:100%}.dgad-crm-forms-show-page-contentImage .apos-slideshow .apos-slideshow-item{width:100%}.dgad-crm-forms-show-page-back{margin:32px 0;padding-left:.4rem}.dgad-crm-forms-show-page-back .dgad-crm-anchor{color:var(--color-background-alternative);display:flex}.dgad-crm-forms-show-page-back .dgad-crm-anchor-text{line-height:1.5;margin:0 .4rem;max-width:unset}@media(min-width:1280px){.dgad-crm-forms-show-page-back .dgad-crm-anchor-text{max-width:16rem}}@media(min-width:1201px){.dgad-crm-forms-show-page-back .dgad-crm-anchor-text{max-width:24rem}}@media(min-width:1921px){.dgad-crm-forms-show-page-back .dgad-crm-anchor-text{max-width:50rem}}.dgad-crm-forms-show-page-back .dgad-crm-icon .dgad-crm-svg{height:2.4rem;width:2.4rem}@media(min-width:1280px){.dgad-crm-forms-show-page-back{left:2.2rem;padding:0;position:absolute;top:0;width:unset}}.dgad-crm-forms-show-page-title{color:var(--color-secondary);font-size:2rem;font-weight:700;line-height:3.3rem;margin:0 0 8px;text-align:center}.dgad-crm-forms-show-page-description{font-size:1.3rem;line-height:2.3rem;margin:0 0 24px;text-align:center}@media(min-width:769px){.dgad-crm-forms-show-page-description{font-size:1.6rem;line-height:2.7rem}}.dgad-crm-forms-show-page-actions{display:flex;justify-content:center}.dgad-crm-forms-show-page-actions>a{width:100%}@media(min-width:1281px){.dgad-crm-forms-show-page-actions{margin-top:50px}}.dgad-crm-forms-show-page .dgad-crm-fieldset{margin-top:24px}.dgad-crm-forms-show-page .dgad-crm-forms-show-widget{max-width:unset}.dgad-crm-forms-show-page .dgad-form-sections-stepper-container{background-color:#f2f2f2;z-index:2}.dgad-crm-forms-show-page-contentBody.success{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:140rem}.dgad-crm-forms-show-page-contentBody.success .dgad-cta{justify-content:center}.dgad-crm-forms-show-page-contentBody.success .crm-cta{font-size:1.6rem;height:inherit;line-height:2.4rem;margin:2.4rem 0 0;padding:1.2rem 4.8rem;width:inherit}@media(max-width:369px){.dgad-crm-forms-show-page-contentBody.success .crm-cta{max-width:calc(100vw - 6.4rem)}}.dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header{align-self:center;margin:0 1.6rem}.dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header .dgad-crm-forms-show-page-title{font-size:2.4rem;line-height:3.6rem;margin:2.4rem 0 0;text-align:center}.dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header p{font-size:1.4rem;line-height:2.4rem;margin:0;text-align:center}@media(min-width:769px){.dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header p{margin:0 3.2rem;text-align:left}.dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header{margin:unset}.dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header .dgad-crm-forms-show-page-title,.dgad-crm-forms-show-page-contentBody.success .dgad-crm-forms-show-page-header p{text-align:center}.dgad-crm-forms-show-page-contentBody.success{height:calc(100vh - 11.2rem)}}@media(min-width:1281px){.dgad-crm-forms-show-page-contentBody.success{height:calc(100vh - 6.5rem)}}.dgad-crm-forms-show-page .dgad-crm-form{overflow-x:unset}@media(max-width:767px){.dgad-crm-forms-show-page .dgad-crm-form{margin-bottom:7rem}}.dgad-crm-forms-show-page .dgad-crm-forms-show-page-back{display:block;position:absolute}@media(max-width:1279px){.dgad-crm-forms-show-page .dgad-crm-forms-show-page-back{position:relative}}.dgad-crm-forms-show-page .dgad-crm-forms-show-page-back .dgad-crm-anchor{color:var(--color-secondary)}.dgad-crm-forms-show-page-userPage{align-items:center;background-color:var(--color-secondary);width:100%}.dgad-crm-forms-show-page-userPage .crm-forms-user{flex-direction:column;margin:0 auto;width:50%}@media(max-width:767px){.dgad-crm-forms-show-page-userPage .crm-forms-user{align-items:center;width:100%}}@media(min-width:1280px){.dgad-crm-forms-show-page-userPage .crm-forms-user{max-width:61.6rem}}.dgad-crm-forms-show-page-userPage.dgad-crm-forms-show-page .dgad-crm-forms-show-page-back{display:flex;left:auto;position:relative;top:auto}.dgad-crm-forms-show-page-userPage.dgad-crm-forms-show-page .dgad-crm-forms-show-page-back a{color:#fff!important}.dgad-crm-forms-show-page-userPage .dgad-crm-forms-show-page-content{border-radius:10px;margin:0 auto;max-width:100%;width:100%}.dgad-crm-forms-show-page-userPage .dgad-crm-forms-show-page-content.dgad-crm-forms-show-page-content-with-img{border-radius:0 0 10px 10px}.dgad-crm-forms-show-page-userPage .dgad-crm-dialog-header{border-radius:10px 10px 0 0;overflow:hidden}.dgad-crm-forms-show-page-userPage .dgad-crm-dialog-header .apos-slideshow .apos-slideshow-item{min-height:auto!important}.dgad-crm-forms-show-page.bfg-theme .dgad-crm-forms-show-page-contentBody.success .crm-cta{border-radius:2.4rem}.dgad-crm-forms-show-page.bfg-theme .dgad-crm-forms-show-page-contentBody.success .crm-cta--primary{color:#fff}.dgad-crm-forms-show-page.bfg-theme .dgad-crm-forms-show-page-icon--logo{background-color:#f2f2f2}.dgad-crm-forms-show-page.bfg-theme .dgad-crm-forms-show-page-icon--logo .dgad-crm-icon .dgad-crm-svg{height:4.8rem;width:4.8rem}@media(min-width:769px){.dgad-crm-forms-show-page.bfg-theme .dgad-crm-forms-show-page-icon--logo .dgad-crm-icon .dgad-crm-svg{height:5.4rem;width:5.4rem}}@media(min-width:1281px){.dgad-crm-forms-show-page.bfg-theme .dgad-crm-forms-show-page-icon--logo .dgad-crm-icon .dgad-crm-svg{height:6.6rem;width:6.6rem}}.dgad-crm-forms-show-page.bfg-theme .dgad-crm-icon-logo-michelin{display:none}.dgad-crm-forms-show-page-title.bfg-theme{color:var(--color-primary)}.dgad-crm-forms-show-page.kleber-theme .dgad-crm-forms-show-page-back .dgad-crm-anchor{color:#1a1a1a}.dgad-crm-forms-show-page.kleber-theme .dgad-crm-icon-logo-michelin,.dgad-crm-forms-show-page.uniroyal-theme .dgad-crm-icon-logo-michelin{display:none}@media(max-width:767px){.dgad-crm-forms-show-page-contentBody{margin:0 auto;padding:3.2rem 1.6rem}.dgad-crm-forms-show-page-contentBody .dgad-form-sections-stepper-container{margin-bottom:3.2rem;margin-left:-1.6rem;margin-top:-3.2rem;width:calc(100% + 3.2rem)}}@media(min-width:768px){.dgad-crm-forms-show-page-contentBody{padding:3.2rem 4.8rem}.dgad-crm-forms-show-page-contentBody .dgad-form-sections-stepper-container{margin-bottom:3.2rem;margin-left:-4.8rem;margin-top:-3.2rem;width:calc(100% + 9.6rem)}}@media(min-width:1281px){.dgad-crm-forms-show-page-contentBody{padding:3.2rem 8rem}.dgad-crm-forms-show-page-contentBody .dgad-form-sections-stepper-container{margin-bottom:3.2rem;margin-left:-8rem;margin-top:-3.2rem;width:calc(100% + 16rem)}}.dgad-crm-forms-show-page-contentBody .dgad-crm-forms-show-page-header{margin-top:0}.dgad-crm-forms-show-page-contentBody .dgad-form-container-scrollable{margin:0}.dgad-crm-forms-show-page-contentBody .dgad-crm-icon-logo-michelin .dgad-crm-svg{height:auto;width:250px}.dgad-crm-forms-show-page-contentBody .apos-slideshow-item--jpg{width:250px}@media(min-width:1280px)and (min-width:961px){.dgad-crm-forms-show-page-content.scrollable .dgad-crm-forms-show-page-contentBody{display:flex;flex-direction:column;padding:0 2rem;width:100%}.dgad-crm-forms-show-page-content.scrollable .dgad-crm-forms-show-page-contentBody .dgad-form-container-scrollable{max-height:calc(100vh - 20rem);padding-right:4.2rem}.dgad-crm-forms-show-page-content.scrollable .dgad-crm-forms-show-page-contentBody .dgad-form-container-scrollable .simplebar-scrollbar{background-color:var(--color-secondary);border-radius:4px;left:auto;width:.8rem}.dgad-crm-forms-show-page-content.scrollable .dgad-crm-forms-show-page-contentBody .dgad-form-container-scrollable .simplebar-scrollbar:before{background:none}.dgad-crm-forms-show-page-content.scrollable .dgad-crm-forms-show-page-contentBody .dgad-form-sections-stepper-container{margin-bottom:3.2rem;margin-left:-8rem;margin-top:-3.2rem;width:calc(100% + 11rem)}.dgad-crm-forms-show-page-userPage .dgad-crm-forms-show-page-content.scrollable .dgad-form-container-scrollable{max-height:calc(100vh - 11.2rem)}}.fb-root-hide{display:none}.immersive-cards-widget{--color-immersive-card-primary:var(--color-primary);--color-immersive-card-over-primary:var(--color-font-on-primary);--color-immersive-card-secondary:var(--color-secondary);--color-immersive-card-background:#f2f2f2;--color-immersive-card-font:#363636;--immersive-card-font-primary:var(--font-primary);--immersive-card-font-secondary:var(--font-tertiary)}.crm-user-data-card{background-color:#fff;border-radius:.4rem;display:flex;flex-direction:column;height:auto;margin:0 0 1.6rem;padding:2.4rem}.crm-user-data-card .apos-rich-text>:first-child,.crm-user-data-card>:first-child{margin-top:0}.crm-user-data-card[data-color=blue]{background-color:#27509b;color:#fff}.crm-user-data-card-socials{align-self:flex-end;margin-bottom:16px}@media(max-width:767px){.crm-user-data-card-socials{display:flex;justify-content:space-between}.crm-user-data-card-socials-icon{color:#fff;height:72px;width:72px}}@media(min-width:768px){.crm-user-data-card-socials-icon{display:none}}.crm-user-data-card-content{display:flex;margin-bottom:.8rem}.crm-user-data-card-content-icon{height:72px;margin-right:24px;min-width:72px;width:72px}@media(max-width:767px){.crm-user-data-card-content-icon{display:none}}.crm-user-data-card-content :first-child{margin-bottom:0;margin-top:0}.crm-user-data-card-content :last-child{margin-bottom:0}[data-apos-widget=apostrophe-forms-google-address-field]{position:relative}[data-apos-widget=apostrophe-forms-google-address-field] .pac-container{top:6px!important;z-index:1}.dgad-form-phone__inputList{display:none}body .fb_reset .fb_mpn_mobile_landing_page_slide_up__intermediate{margin-left:auto!important;margin-right:auto!important;padding-left:10px!important;padding-right:10px!important;top:90%!important}body .fb_dialog.fb_dialog_mobile{background:rgba(82,82,82,.7);position:absolute;top:-10000px;z-index:inherit}.dgad-crm-crm-dialog-page,.dgad-crm-dialog{align-items:center;background-color:var(--color-background-alternative);display:flex;justify-content:center;min-height:100vh;padding:32px}.dgad-crm-crm-dialog-page-content,.dgad-crm-dialog-content{background:#fff;border-radius:10px;box-shadow:0 5px 7px 0 rgba(0,0,0,.1);max-width:96vw;padding:46px 15px;width:344px}@media(min-width:371px){.dgad-crm-crm-dialog-page-content,.dgad-crm-dialog-content{padding:46px 27px;width:475px}}@media(min-width:769px){.dgad-crm-crm-dialog-page-content,.dgad-crm-dialog-content{padding:46px 48px}}@media(min-width:1280px){.dgad-crm-crm-dialog-page-content,.dgad-crm-dialog-content{padding:80px;width:600px}}.dgad-crm-crm-dialog-page-header,.dgad-crm-dialog-header{text-align:center}.dgad-crm-crm-dialog-page-header .dgad-crm-icon,.dgad-crm-dialog-header .dgad-crm-icon{margin:0 auto 24px}.dgad-crm-crm-dialog-page-header.bfg-theme .dgad-crm-icon,.dgad-crm-dialog-header.bfg-theme .dgad-crm-icon{display:none}.dgad-crm-crm-dialog-page-header.bfg-theme .dgad-crm-dialog-title,.dgad-crm-dialog-header.bfg-theme .dgad-crm-dialog-title{color:var(--color-primary)}.dgad-crm-crm-dialog-page .dgad-crm-icon-filled,.dgad-crm-dialog .dgad-crm-icon-filled{background-color:var(--color-primary)}.dgad-crm-crm-dialog-page-title,.dgad-crm-dialog-title{color:var(--color-secondary);font-size:2rem;font-weight:700;line-height:3.3rem;margin-top:0}.dgad-crm-crm-dialog-page-description,.dgad-crm-dialog-description{color:#363636}.dgad-crm-crm-dialog-page .apos-rich-text>:last-of-type,.dgad-crm-dialog .apos-rich-text>:last-of-type{margin-bottom:0}.dgad-crm-crm-dialog-page .apos-area-widget-wrapper,.dgad-crm-dialog .apos-area-widget-wrapper{margin-bottom:10px}.dgad-crm-crm-dialog-page .apos-area-widget-wrapper:last-of-type,.dgad-crm-dialog .apos-area-widget-wrapper:last-of-type{margin-bottom:0}.dgad-crm-home .dgad-crm-page-header{color:var(--color-secondary);min-height:auto;overflow:hidden;padding-top:20px}.dgad-crm-home .dgad-crm-page-header:before{display:none}.dgad-crm-home .dgad-crm-page-header-v2{background-color:var(--color-secondary);color:#fff;height:auto;overflow:hidden;text-align:left;width:100%}.dgad-crm-home .dgad-crm-page-header-v2-content{margin-top:3.2rem}.dgad-crm-home .dgad-crm-page-header-v2-content .dgad-over-image-content{margin:7.2rem 0 14.6rem}@media(min-width:769px){.dgad-crm-home .dgad-crm-page-header-v2-content .dgad-over-image-content{margin-bottom:14.2rem}}.dgad-crm-home .dgad-crm-page-header-v2-content .dgad-over-image-content .dgad-over-image__title{margin-bottom:2.4rem}@media(min-width:769px){.dgad-crm-home .dgad-crm-page-header-v2-content{margin-top:7.5%}.dgad-crm-home .dgad-crm-page-header-v2-content .header-description{margin-right:14rem}}@media(min-width:1281px){.dgad-crm-home .dgad-crm-page-header-v2-content .header-description{margin-bottom:14.2rem;margin-right:30.5%}}.dgad-crm-home .dgad-crm-page-header-v2:before{display:none}.dgad-crm-home .dgad-crm-page-header-v2.bfg-theme{background-color:#000;background-image:linear-gradient(90deg,#00263e,#00263e 66%,rgba(0,38,62,.16))}.dgad-crm-home .dgad-crm-page-header-v2.kleber-theme .dgad-crm-page-header-v2-panel{background-color:#1a1a1a}.dgad-crm-home .dgad-crm-page .apos-rich-text,.dgad-crm-home .dgad-crm-page .apos-rich-text a{color:#363636}.dgad-crm-home .dgad-crm-page-content{margin-top:0}.dgad-crm-home .dgad-crm-page-header-v2-panel__content{margin-bottom:0}.dgad-crm-home .crm-top-content{margin-bottom:6.4rem}.dgad-crm-internal-qa .dgad-crm-page-content .apos-ui .apos-dropdown.apos-dropdown--area-controls>.apos-dropdown-items{display:grid;grid-template-columns:auto auto auto;margin:auto 0;max-width:unset;text-align:center}.crm-loyalty-card{background-color:#fff;border-radius:8px;padding:16px}.crm-loyalty-card a{text-decoration:unset}.crm-loyalty-card a:-webkit-any-link{color:unset}.crm-loyalty-card-header{align-items:center;color:var(--color-secondary);display:flex;font-family:var(--font-tertiary);font-size:20px;font-weight:700;margin-bottom:16px}.crm-loyalty-card-image{border-radius:50%;overflow:hidden}.crm-loyalty-card-image,.crm-loyalty-card-image-tier3 .dgad-crm-svg{height:40px;margin-right:16px;width:40px}.crm-loyalty-card-points{align-items:center;background-color:#f2f2f2;border-radius:8px;display:flex;flex-direction:column;padding:8px;width:100%}.crm-loyalty-card-currentPoints{align-items:baseline;color:var(--color-secondary);display:flex;font-family:var(--font-tertiary);font-size:20px;font-weight:700;text-transform:uppercase}.crm-loyalty-card-currentPoints div{font-size:28px;margin-right:8px}.crm-loyalty-card-nextTierPoints{color:#333}.crm-loyalty-card-subText{margin-top:17px;position:relative}.crm-loyalty-card-subText:before{background-color:#ccc;content:"";height:1px;left:0;position:absolute;right:0;top:-8px}.crm-loyalty-card-subText .dgad-crm-font{margin:0}.crm-loyalty-history{margin:3.2rem 0}@media(min-width:1920px){.crm-loyalty-history{margin-top:unset}}.crm-loyalty-history__header{display:flex;justify-content:space-between;margin-bottom:2.4rem}.crm-loyalty-history__title{font-size:2rem;font-weight:700;line-height:1.5;text-align:left}.crm-loyalty-history__more{background:transparent;border:none;color:var(--color-secondary);cursor:pointer;font-size:16px;line-height:1.5;text-decoration:underline;text-underline-offset:.3rem}.crm-loyalty-history--default{background-color:#fff;border-radius:.8rem;padding:1.6rem}.crm-loyalty-history--default__title{font-size:1.6rem;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.5;min-height:2.4rem;text-align:center}.crm-loyalty-history--default__button{margin-top:.8rem}.crm-loyalty-history--default__button .crm-cta{background:none;color:var(--color-secondary);font-size:1.6rem;height:unset;line-height:1.5;margin:unset;padding:unset;text-decoration:underline;text-underline-offset:.3rem;width:unset}.crm-loyalty-history--default__button .crm-cta .icon-arrow-right,.crm-loyalty-history--default__button .crm-cta__icon--chevron{display:none}.crm-loyalty-history--activity{display:flex;flex-direction:column;gap:.8rem}.crm-loyalty-history--activity__card{background-color:#fff;border-radius:.8rem;display:flex;gap:.8rem;justify-content:space-between;padding:1.6rem}.crm-loyalty-history--activity__card__details{display:flex;flex-direction:column}.crm-loyalty-history--activity__card__points{align-items:center;color:var(--color-secondary);display:flex;font-size:1.6rem;font-weight:700;line-height:1.5}.crm-loyalty-history--activity__card__title{font-size:1.6rem;line-height:1.5}.crm-loyalty-history--activity__card__date{color:#666;font-size:1.4rem;font-style:italic;line-height:1.71;margin-top:.8rem}.crm-loyalty-history__header .panel-slide-component-container{margin-top:unset}@media(min-width:768px){.crm-loyalty-history__header .panel-slide-component-container{min-width:39.5rem}}@media(min-width:769px){.crm-loyalty-history__header .panel-slide-component-container{min-width:43.6rem}}.crm-loyalty-history__header .panel-slide-component-container .panel-slide-component-close{margin-bottom:.8rem}@media(max-width:959px){.crm-loyalty-history__header .panel-slide-component-container .panel-slide-component-content{padding-left:2rem;padding-right:4rem}}.crm-loyalty-history__header .panel-slide-component-container .panel-slide-component-content .crm-loyalty-history__panel__cards{display:flex;flex-direction:column;gap:2.4rem}.crm-loyalty-history__header .panel-slide-component-container .panel-slide-component-content .crm-loyalty-history__panel__title{font-size:2.4rem;font-weight:700;line-height:1.5;margin-bottom:.8rem}.crm-loyalty-history__header .panel-slide-component-container .panel-slide-component-content .crm-loyalty-history__panel__description{font-size:1.6rem;line-height:1.5;margin-bottom:3.2rem}.crm-loyalty-history__header .panel-slide-component-container .crm-loyalty-history--activity__card{background-color:#f2f2f2}.crm-loyalty-status-card{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-top:3.2rem}.crm-loyalty-status-card a{text-decoration:none}.crm-loyalty-status-card a:-webkit-any-link{color:#000}@media(max-width:1340px){.crm-loyalty-status-card{flex-wrap:wrap}}.crm-loyalty-status-card-image{border-radius:50%;height:8rem;margin:0 auto;width:8rem}.crm-loyalty-status-card-contentImage{display:table-cell;height:8rem;margin-bottom:2.4rem;text-align:center;vertical-align:middle;width:8rem}.crm-loyalty-status-card-cards{display:flex;flex-direction:row;flex-grow:2;flex-wrap:nowrap;gap:2.4rem;list-style-type:none;margin:0;overflow-x:auto;padding:0}@media(max-width:959px){.crm-loyalty-status-card-cards:not(.disable-full-screen-width){left:0;position:relative}}.crm-loyalty-status-card-cards>*{min-width:328px}.crm-loyalty-status-card-content{display:flex;flex:1 1 auto;flex-direction:column}.crm-loyalty-status-card-item{background-color:#fff;display:flex;flex-direction:column;padding:24px 16px;width:100%}.crm-loyalty-status-card-tierLevel{color:#27509b;font-family:var(--font-tertiary);font-size:2.4rem;font-weight:700;text-align:center}.crm-loyalty-status-card-points{color:#333;font-style:italic;margin-bottom:2.4rem;text-align:center}.crm-loyalty-status-card-marketingClaims{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column}.crm-loyalty-status-card-infos{display:flex;flex-direction:row}.crm-loyalty-status-card-button{display:flex;justify-content:center}.crm-loyalty-status-card-checkbox{align-self:self-start;margin-top:1rem;width:1.6rem}.crm-loyalty-status-card-checkbox--enabled{margin-right:1.6rem;width:1.6rem}.crm-loyalty-status-card-label{color:#000;margin-left:1.6rem}.crm-loyalty-status-card-label p{margin:unset}.crm-loyalty-status-card-label--enabled{color:#7f7f7f}.crm-loyalty-status-card-label--enabled p{margin:unset}.crm-loyalty-status-card-label--newLabel{color:#000;font-weight:700;margin-left:1.6rem}.crm-loyalty-status-card-label--newLabel p{margin:unset}.crm-loyalty-status-card-line{background-color:#ccc;height:.1rem;margin:1.7rem 0;width:100%}.crm-content-card-filter-widget{display:flex;flex-direction:column}.crm-content-card-filter-widget-title .dgad-crm-font__16{color:#000;font-size:2rem;margin-bottom:8px;margin-top:unset}.crm-content-card-filter-widget-title .dgad-crm-font__12,.crm-content-card-filter-widget-title p{margin:unset}.crm-content-card-filter-widget-filterContent.hide{display:none}.crm-content-card-filter-widget-filters{display:flex;font-size:14px;margin-bottom:14px;overflow-x:auto;width:100%}.crm-content-card-filter-widget-filters-button{border-radius:24px;margin:5px 0;padding:10px 16px;position:relative;white-space:nowrap}.crm-content-card-filter-widget-filters-button:not(.crm-content-card-filter-widget-filters-button[data-state=disable]){cursor:pointer}.crm-content-card-filter-widget-filters-button:not(.crm-content-card-filter-widget-filters-button[data-state=disable]):hover{background-color:#6182bb;border:1px solid #6182bb;color:#fff}.crm-content-card-filter-widget-filters-button:not(.crm-content-card-filter-widget-filters-button[data-state=disable]):focus:after{border:2px solid #27509b;border-radius:29px;bottom:-6px;content:"";left:-6px;position:absolute;right:-6px;top:-6px}.crm-content-card-filter-widget-filters-button:not(:first-child){margin-left:24px}@media(max-width:959px){.crm-content-card-filter-widget-filters-button{padding:6px 12px}}.crm-content-card-filter-widget-filters-button[data-state=selected]{background-color:#27509b;border:1px solid #27509b;color:#fff}.crm-content-card-filter-widget-filters-button[data-state=initial]{border:1px solid #27509b;color:#27509b}.crm-content-card-filter-widget-filters-button[data-state=disable]{border:1px solid #999;color:#999}.crm-content-card-filter-widget-filters-button.hide{display:none}.crm-content-card-filter-widget-cards-container{display:flex;flex-wrap:wrap;gap:24px;margin-top:1.5rem;padding-bottom:16px}@media(max-width:600px){.crm-content-card-filter-widget-cards-container{gap:16px}}.crm-content-card-filter-widget-cards-container-column{display:flex;flex-direction:column;gap:24px}@media(min-width:1280px){.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="1"]:not([data-onlyOneColumn=true]){display:none}}.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="2"]{flex-wrap:nowrap}.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="2"] .crm-content-card-filter-widget-cards-container-column{width:calc(50% - 24px)}@media(max-width:1279px){.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="2"]{display:none}}@media(min-width:1920px){.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="2"]{display:none}}.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="3"]{flex-wrap:nowrap}.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="3"] .crm-content-card-filter-widget-cards-container-column{width:calc(50% - 48px)}@media(max-width:1919px){.crm-content-card-filter-widget-cards-container[data-card-offer=false][data-column="3"]{display:none}}.crm-content-card-filter-widget .offer.crm-content-card,.crm-content-card-filter-widget .offer.crm-content-card[data-format=small]{height:auto}.crm-content-card-filter-widget .offer.crm-content-card[data-format=small] .crm-content-card-image{aspect-ratio:15/8;height:auto;width:100%}.crm-content-card-filter-widget .offer.crm-content-card[data-format=small] .crm-content-card-content{height:244px}@media(max-width:424px){.crm-content-card-filter-widget .offer.crm-content-card[data-format=small] .crm-content-card-content{height:260px}}.crm-content-card-filter-widget .offer.crm-content-card-image{aspect-ratio:15/8;height:auto;width:100%}.crm-content-card-filter-widget .offer.crm-content-card .dgad-crm-button{min-width:220px}.crm-content-card-filter-widget .offer.crm-content-card[data-disabled=true] .dgad-crm-button{background-color:#ccc;cursor:default}.crm-content-card-filter-widget .offer.crm-content-card[data-disabled=true] .dgad-crm-button .dgad-crm-icon{display:none}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content{background-color:#f2f2f2;height:244px}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content.white{background-color:#fff}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-dates{color:#2e7d32;margin:16px 0}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-title{color:#1a1a1a;flex-grow:1;font-size:16px}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-description{max-width:42ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1280px)and (max-width:1919px){.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-description{max-width:51ch}}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-description .apos-rich-text{margin:0 auto}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-infos-container{flex-direction:row;overflow-x:auto}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-infos-container-info{align-items:center;display:flex;margin-bottom:16px}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-infos-container-info .dgad-crm-icon{margin-right:8px}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-infos-container-info .dgad-crm-svg{height:16px;width:16px}.crm-content-card-filter-widget .offer.crm-content-card .crm-content-card-content-infos-container-multiple-categories{flex-wrap:wrap}@media(max-width:370px){.crm-content-card-filter-widget .offer.crm-content-card[data-format=small] .crm-content-card-content.multiple-categories{height:295px}}@media(min-width:600px)and (max-width:767px){.crm-content-card-filter-widget .offer.crm-content-card{width:47%}.crm-content-card-filter-widget .offer.crm-content-card[data-format=small] .crm-content-card-content{height:270px}.crm-content-card-filter-widget .offer.crm-content-card[data-format=small] .crm-content-card-content.multiple-categories{height:320px}}@media(min-width:768px){.crm-content-card-filter-widget .offer.crm-content-card{width:47%}.crm-content-card-filter-widget .offer.crm-content-card[data-format=small] .crm-content-card-content{height:255px}}@media(min-width:1920px){.crm-content-card-filter-widget .offer.crm-content-card{width:360px}}.crm-content-card-filter-widget .crm-content-card{border-radius:8px;display:flex;flex-direction:column;height:fit-content;overflow:hidden;width:100%}.crm-content-card-filter-widget .crm-content-card-image{aspect-ratio:15/8;overflow:hidden;position:relative;width:100%}.crm-content-card-filter-widget .crm-content-card.hide{display:none}.crm-content-card-filter-widget .crm-content-card:hover{box-shadow:0 8px 16px 0 rgba(51,51,51,.16)}.crm-content-card-filter-widget .crm-content-card:hover:not(.offer) .dgad-crm-button{transform:rotate(90deg)}.crm-content-card-filter-widget .crm-content-card[data-format=small]:hover[data-open=false]{cursor:pointer}.crm-content-card-filter-widget .crm-content-card[data-format=small] .crm-content-card-content{height:fit-content}.crm-content-card-filter-widget .crm-content-card[data-format=small] .crm-content-card-content-mediumPartContainer{max-height:0;overflow:hidden;transition:max-height 1s ease-out}.crm-content-card-filter-widget .crm-content-card[data-format=small][data-open=true] .crm-content-card-content{height:fit-content;transition:max-height 1s ease-in-out}.crm-content-card-filter-widget .crm-content-card[data-format=small][data-open=true] .crm-content-card-content-infos-container .dgad-crm-button{display:none}.crm-content-card-filter-widget .crm-content-card[data-format=small][data-open=true] .crm-content-card-content-mediumPartContainer{height:fit-content;max-height:700px;transition:max-height 1s ease-in-out}.crm-content-card-filter-widget .crm-content-card[data-disabled=true]:not(.offer) .crm-content-card-content-mediumPartContainer a{background-color:#ccc;pointer-events:none}.crm-content-card-filter-widget .crm-content-card[data-disabled=true]:not(.offer) .crm-content-card-content-mediumPartContainer .dgad-cta__icon{display:none}.crm-content-card-filter-widget .crm-content-card-content{background-color:#fff;display:flex;flex-direction:column;line-height:24px;padding:8px 16px 16px;position:relative}.crm-content-card-filter-widget .crm-content-card-content-smallCtaContainer{width:fit-content}.crm-content-card-filter-widget .crm-content-card-content-infos-container{display:flex;flex-direction:column}.crm-content-card-filter-widget .crm-content-card-content-infos-container-line{display:flex}.crm-content-card-filter-widget .crm-content-card-content-infos-container-line-leftPart{align-items:center;display:flex;flex-grow:1;overflow:hidden}.crm-content-card-filter-widget .crm-content-card-content-infos-container-line-leftPart .dgad-crm-icon{height:36px;margin-right:8px;margin-top:20px;width:24px}.crm-content-card-filter-widget .crm-content-card-content-infos-container-lockedText{display:flex;font-size:14px;font-style:italic;font-weight:700;margin-right:8px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-content-card-filter-widget .crm-content-card-content-infos-container-info{border-radius:8px;height:fit-content;padding:6px 8px;width:fit-content}.crm-content-card-filter-widget .crm-content-card-content-infos-container-info.category{background-color:#d4e7fa;color:#27509b;margin-right:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-content-card-filter-widget .crm-content-card-content-infos-container-info.points{background-color:#fef79e;color:#000;margin-top:20px}.crm-content-card-filter-widget .crm-content-card-content-infos-container .dgad-crm-button{border-radius:50%;display:flex;height:36px;justify-content:center;margin:20px 0 0;min-width:0;padding:0;transition:transform .25s ease-in-out;width:36px}.crm-content-card-filter-widget .crm-content-card-content-infos-container .dgad-crm-button .dgad-crm-icon{display:flex;position:static}.crm-content-card-filter-widget .crm-content-card-content-titleContainer{display:flex;flex-direction:column;height:60px;justify-content:center;margin-bottom:16px;overflow:hidden}.crm-content-card-filter-widget .crm-content-card-content-title{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#27509b;display:-webkit-box;font-size:20px;font-weight:700;line-height:1.5}.crm-content-card-filter-widget .crm-content-card-content-dates{color:#1a1a1a;font-size:16px;font-style:italic;margin-top:16px}.crm-content-card-filter-widget .crm-content-card-anchor{position:relative;visibility:hidden}.crm-profile-account-deletion{align-items:center;display:flex;flex-direction:column}.crm-profile-account-deletion .apos-area{width:100%}@media(min-width:1201px){.dgad-crm-maintenance-form-page>.dgad-crm-maintenance{flex-direction:row;padding:20.2rem 0 12.8rem}}.iframe-loader{border:1px solid #e1e1e1;border-radius:0;left:0;margin:auto;position:absolute;right:0}.iframe-loader .lds-ring{bottom:0;display:inline-block;height:80px;left:50%;margin:auto;position:absolute;top:0;transform:translateX(-50%);width:80px}.iframe-loader .lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-radius:50%;border-top-color:#74b9ff;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.iframe-loader .lds-ring div:first-child{animation-delay:-.45s}.iframe-loader .lds-ring div:nth-child(2){animation-delay:-.3s}.iframe-loader .lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.crm-referral-code-form,.crm-referral-code-form .accordion-component-button,.crm-referral-code-form .accordion-content.open .accordion-component-wrapper{width:100%}