#container-form-alert-price{background-color:var(--R5-color-neutral-polarWhite);border-radius:24px;box-shadow:none;color:var(--R5-color-primary-kon);display:flex;flex-direction:column;gap:16px;padding:24px}#container-form-alert-price .container-km-inputs,#container-form-alert-price form .input-group{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){#container-form-alert-price .container-km-inputs{flex-direction:row}}@media (min-width:900px){#container-form-alert-price{flex-direction:row;padding:24px}#container-form-alert-price #form-alert-price,#container-form-alert-price .form-image{object-fit:contain;width:50%}#container-form-alert-price form .input-group{padding:10px}}#container-form-alert-price #btn-submit-alert-price{overflow:hidden;position:relative;z-index:1}#container-form-alert-price #btn-submit-alert-price.loading{background-color:#fff}#container-form-alert-price #btn-submit-alert-price.loading:before{animation:loading 10s linear infinite;background-color:var(--R5-color-primary-neonSea);bottom:0;content:"";height:100%;left:0;position:absolute;width:100%;z-index:-1}#container-form-alert-price #btn-submit-alert-price.complete:before{animation-duration:1s;animation-iteration-count:1;animation-name:complete}@keyframes loading{0%{width:0}to{width:100%}}@keyframes complete{0%{width:40%}to{width:100%}}.container-checkDataProcessing{display:flex;gap:8px}.bwdOdc{background:#fff;font-size:12px;list-style:none;margin-bottom:19px;padding:0!important;position:relative;width:100%}.bwdOdc input[type=checkbox]{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:1}.bwdOdc .head{-webkit-box-pack:justify;cursor:pointer;display:flex;font-size:16px;justify-content:space-between;-webkit-box-align:center;align-items:center}.bwdOdc .head p{margin:0}.bwdOdc .head i{float:right}.bwdOdc .body{cursor:default;margin-top:14px;opacity:1;overflow:hidden;position:relative;z-index:2}.bwdOdc .body>p{color:#a4acb8;font-size:12px;letter-spacing:-.1px;line-height:1.5}.bwdOdc input[type=checkbox]{margin:0}.bwdOdc input[type=checkbox]:checked~.head i{transform:rotate(-180deg)}.bwdOdc input[type=checkbox]:checked~.body{height:0;margin-top:0;opacity:0}.sc-imWYAI{background-color:transparent;margin:0}#container-form-alert-price .checkbox{display:flex;flex-direction:row;gap:9px}#container-form-alert-price .checkbox-container input[type=checkbox]{display:none}#container-form-alert-price .checkbox-container .custom-checkbox{border:2px solid var(--R5-color-primary-kon);border-radius:4px;display:block;height:22px;position:relative;width:22px}#container-form-alert-price .checkbox-container .custom-checkbox:after{color:transparent;content:"\f00c";display:block;font-family:Font Awesome\ 6 Pro;font-size:16px;font-weight:900;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}#container-form-alert-price .checkbox-container input[type=checkbox]:not(:checked)+.custom-checkbox{background:var(--R5-color-neutral-polarWhite)}#container-form-alert-price .checkbox-container input[type=checkbox]:checked+.custom-checkbox{background:var(--R5-color-primary-neonSea)}#container-form-alert-price .checkbox-container input[type=checkbox]:checked+.custom-checkbox:after{color:var(--R5-color-primary-kon)}