.side-modal{position:fixed;width:100%;background:#fff;height:100%;top:0;right:-100%;transform:rotateY(90deg);transition:.5s;z-index:8;visibility:hidden;opacity:0;display:flex;flex-direction:column;gap:24px}.side-modal.-open{transform:rotateY(0deg);right:0;visibility:visible;opacity:1}.side-modal__hide-button.button{display:none}@media screen and (min-width:1280px){.side-modal{width:776px}.side-modal.-slim{width:375px}.side-modal__hide-button.button{position:absolute;top:8px;left:-24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#EAF6F0,#E6F0FA);border-radius:8px;box-shadow:0 6.857px 10.286px 5.143px rgba(5,33,68,.15),0 3.429px 3.429px 0 rgba(5,33,68,.3);cursor:pointer;z-index:9}.side-modal__hide-button.button .side-modal__hide-button-icon{transform:rotate(-90deg)}}.ask-expert-modal{color:#052144;overflow-y:auto;position:relative;padding:60px 0 0;overflow-x:hidden;height:100%}.ask-expert-modal__header{position:fixed;top:0;left:0;width:100%;padding:16px;display:flex;justify-content:space-between;gap:10px;align-items:center;background-color:#fff;box-shadow:0 4px 12px 0 rgba(5,106,215,.12);z-index:2}.ask-expert-modal__header-title{font-size:20px;font-weight:600;line-height:24px;letter-spacing:.15px;color:#052144;width:100%}.ask-expert-modal__content{display:flex;flex-direction:column;gap:24px;padding:24px 16px 0}.ask-expert-modal__content-wrapper{opacity:1;visibility:visible;transform:rotateX(0deg);height:-moz-fit-content;height:fit-content;transition:.3s;position:relative}.ask-expert-modal__content-wrapper.-hidden{height:0;padding:0;opacity:0;visibility:hidden;transform:rotateX(90deg)}.ask-expert-modal__description{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;padding:0 16px}.ask-expert-modal__label{font-size:20px;font-weight:600;line-height:120%;padding:0 16px}.ask-expert-modal__attributes{display:flex;flex-wrap:wrap;gap:8px;height:160px}.ask-expert-modal__attribute{width:calc(50% - 4px);display:flex;justify-content:space-between;padding:8px;border-radius:8px;background:linear-gradient(140deg,#E6F0FA 40%,#EAF6F0);align-items:center}.ask-expert-modal__attribute-title{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.1px;color:#052144;padding:0 8px 0 0}.ask-expert-modal__attribute-description{color:#1f2026;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;display:none}.ask-expert-modal__form-wrapper{display:flex;flex-direction:column;gap:24px;padding:16px 0}.ask-expert-modal__form-consents{background-color:#f8fcff;border-radius:8px;padding:16px 0}.ask-expert-modal__form-consents-inner{padding:0 16px 24px;color:#052144;display:flex;flex-direction:column;gap:16px}.ask-expert-modal__form-consents-inner .consents-field{margin:0 0 0 32px}.ask-expert-modal__form-consents-inner .consents-field .consents-label a{font-weight:700;text-decoration:underline;color:#052144}.ask-expert-modal__form-consents-inner .consents-field .consents-error-message{padding:4px 0 0 28px}.ask-expert-modal__form-consents-group{margin:0 0 0 32px;display:flex;flex-direction:column;gap:16px}.ask-expert-modal__form-consents-lead{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px}.ask-expert-modal__form-clause{background:linear-gradient(140deg,#E6F0FA 40%,#EAF6F0);padding:16px;border-radius:4px;color:#052144}.ask-expert-modal__form-clause,.ask-expert-modal__form-clause .clause-lead{font-size:12px;font-weight:400;line-height:16px}.ask-expert-modal__form-clause-title{font-size:16px;font-weight:600;line-height:24px;letter-spacing:.15px;padding:0 0 8px}.ask-expert-modal__form-clause a{font-weight:700;text-decoration:underline}.ask-expert-modal__form-thank-you{width:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;gap:24px;opacity:0;visibility:hidden;height:0;transform:rotateX(90deg);transition:.3s;transition-delay:.5s;color:#052144}.ask-expert-modal__form-thank-you.-show{padding:32px 24px;opacity:1;visibility:visible;height:-moz-fit-content;height:fit-content;transform:rotateX(0deg)}.ask-expert-modal__form-thank-you-icon{margin:0 auto 16px}.ask-expert-modal__form-thank-you-title{font-size:20px;line-height:24px;font-weight:600;text-align:left}.ask-expert-modal__form-thank-you-subtitle{text-align:left;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.15px}.ask-expert-modal__form-thank-you-button.button{justify-content:center}.ask-expert-modal__form-pending{opacity:0;transform:scale(.1);position:fixed;top:56px;left:-16px;height:calc(100% + 32px);border-radius:8px;width:calc(100% + 32px);background-color:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:4;display:flex;justify-content:center;align-items:center;transition:.5s;visibility:hidden}.ask-expert-modal__form-pending-text{margin-top:-112px;color:#052144;display:block;font-weight:600;font-size:22px}.ask-expert-modal__form-pending.-show{visibility:visible;transform:scale(1);opacity:1}.ask-expert-modal__form-info{color:#b3261e;padding:0 16px;display:none}.ask-expert-modal__form-info.-show{display:block}.ask-expert-modal__form-check-all{position:relative;background:#fff;width:100%;height:100%;border-radius:4px;padding:16px}.ask-expert-modal__form-check-all .checkbox-field{height:24px}.ask-expert-modal__form-check-all .checkbox-checkmark{margin-top:3px}.ask-expert-modal__form-check-all .checkbox-label{font-size:20px;font-weight:600;line-height:120%;width:100%}.ask-expert-modal__form-check-all-outer{background:linear-gradient(90deg,#30A960,#056AD7);padding:2px;border-radius:4px;display:flex;align-items:center;margin:0 0 16px}.ask-expert-modal__footer{padding:16px;position:-webkit-sticky;position:sticky;bottom:0;background:#fff;z-index:2;box-shadow:0 -4px 12px 0 rgba(5,106,215,.12)}.ask-expert-modal__footer .button{width:100%;text-align:center;justify-content:center}@media screen and (min-width:1280px){.ask-expert-modal{padding-top:64px}.ask-expert-modal__header{padding:20px 48px 12px;justify-content:flex-start;height:64px}.ask-expert-modal__header-close{display:none}.ask-expert-modal__header-name{width:auto}.ask-expert-modal__content{gap:16px}.ask-expert-modal__label{font-size:24px;line-height:32px;padding:16px 16px 0}.ask-expert-modal__attributes{display:flex;flex-wrap:wrap;gap:24px;height:288px}.ask-expert-modal__attribute{padding:16px;width:calc(50% - 12px);align-items:flex-start;height:132px;flex-direction:column;flex-wrap:wrap}.ask-expert-modal__attribute-title{font-size:20px;width:274px;padding:0 0 4px}.ask-expert-modal__attribute-description{display:block;width:272px}.ask-expert-modal__attribute-icon{margin-left:16px}.ask-expert-modal__form-wrapper{flex-direction:row;flex-wrap:wrap;gap:24px}.ask-expert-modal__form-wrapper .input__fieldset{width:calc(50% - 12px)}.ask-expert-modal__form-thank-you.-show{padding:32px 58px}.ask-expert-modal__form-thank-you-button.button{display:none}.ask-expert-modal__form-pending{left:0}}