@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}@keyframes showFormBottom{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes showFormLeft{0%{transform:translateX(-10px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes showFormRight{0%{transform:translateX(10px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes showFormLeftFull{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes hideFormLeftFull{0%{transform:translateX(0);opacity:0}to{transform:translateX(-100%);opacity:1}}@keyframes showFormRightForm{0%{transform:translateX(10px) translateY(-50%);opacity:0}to{transform:translateX(0) translateY(-50%);opacity:1}}@keyframes btn_scale{0%{transform:scale(1);text-shadow:0 0 0 #fff}50%{transform:scale(1.1);text-shadow:0 0 4px #fff}to{transform:scale(1);text-shadow:0 0 0 #fff}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes show-slide{0%{opacity:0}to{opacity:1}}@keyframes jump_from_top{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.show_title_v2{animation:show_title_v2 .5s forwards}@keyframes show_title_v2{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.show_stampa_v2{animation:show_stampa_v2 .5s forwards}.show_mark_v2{animation:show_mark_v2 .5s forwards}@keyframes show_mark_v2{0%{transform:translateY(100%) skew(15deg);opacity:0}to{transform:translateY(0) skew(15deg);opacity:1}}@keyframes show_stampa_v2{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.simpleInput{display:flex;flex-direction:column}.simpleInput .PhoneInputCountry{display:none}.simpleInput_label{display:block;text-align:left;color:#192755;font-family:Roboto;font-size:17px;font-weight:500;line-height:20px;margin-bottom:12px}@media(min-width:992px){.simpleInput_label{margin-bottom:8px}}.simpleInput_label span{color:#c52332}.simpleInput_error{color:red;text-align:left;font-size:16px;margin-top:5px}.simpleInput input,.simpleInput select{padding:15px 24px;background:#fff;border-radius:8px;border:1px solid #d1d1d1;width:100%;color:#313131;font-size:16px}@media(min-width:992px){.simpleInput input,.simpleInput select{padding:19px 24px}}.simpleInput input::placeholder,.simpleInput select::placeholder{color:#aaa}.simpleInput input::-webkit-inner-spin-button,.simpleInput input::-webkit-outer-spin-button,.simpleInput select::-webkit-inner-spin-button,.simpleInput select::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.simpleInput select{-webkit-appearance:none;-moz-appearance:none;background-image:url(/images/select-arrow.svg);background-repeat:no-repeat;background-position:calc(100% - 22px);padding:16px 24px 15px}@media(min-width:992px){.simpleInput select{padding:20px 24px 19px}}.simpleInput .dollar{-moz-appearance:textfield;background-image:url(/images/dollar.svg);background-repeat:no-repeat;background-position:calc(100% - 22px)}.simpleInput .dollar::-webkit-inner-spin-button,.simpleInput .dollar::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.simpleInput_toggle{display:flex;border:1px solid #d1d1d1;border-radius:7px;background-color:#fff;padding:1px}.simpleInput_toggle-single{flex-basis:50%;position:relative}.simpleInput_toggle-btn{background-color:unset;border:unset;width:100%;font-family:Roboto;font-size:16px;font-weight:700;line-height:19px;color:#aaa;padding:18px 10px}@media(min-width:992px){.simpleInput_toggle-btn{padding:17px 4px;font-weight:500}}.simpleInput_toggle-btn-active{color:#fff;background-color:#1a2754;border-radius:7px}.simpleInput_toggle input{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;opacity:0;cursor:pointer}.simpleInput.field-checkboxes{width:calc(100% - 20px)!important;flex-basis:calc(100% - 20px)!important;flex-shrink:0;display:flex;align-items:flex-start;position:relative}@media(min-width:1600px){.simpleInput.field-checkboxes{flex-basis:calc(100% - 20px)!important;width:calc(100% - 20px)!important}}.simpleInput.field-checkboxes input{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;z-index:1}.simpleInput.field-checkboxes input:checked~label:after{background-color:#1a2754;background-image:url(/images/check.svg);background-repeat:no-repeat;background-position:50%}.simpleInput.field-checkboxes label{color:#464646;padding-left:38px;display:block;text-align:left;font-size:12px;font-family:Roboto}.simpleInput.field-checkboxes label:after{content:"";border:2px solid #1a2754;width:26px;height:26px;border-radius:4px;position:absolute;top:0;left:0;background-color:#fff}.simpleInput.field-checkboxes label a{position:relative;z-index:2}.simpleInput.field-checkboxes label p:not(:last-child){margin-bottom:10px}