.main-form{display:flex;flex-wrap:wrap;gap:18px;position:relative;background:#fff;border-radius:12px;box-shadow:0 4px 32px -9px rgba(0,0,0,.168627451);padding:24px}.main-form__sect{position:relative}.main-form__cell{row-gap:8px;width:100%;display:flex;flex-direction:column}.main-form__cell .btn{width:100%}.main-form:after{background:var(--form-status-bg, #38d87a);border-radius:8px;bottom:4px;content:"";display:block;filter:blur(32px);height:52px;left:50%;position:absolute;transform:translateX(-50%);transition:background .3s ease-in-out;width:min(100% - 48px,792px);will-change:background;z-index:-1}.main-form.--error{--form-status-bg: #ff683a}.main-form.--submitted{animation:form-move-up .5s ease-in-out both}.main-form.--submitted:after{opacity:0;will-change:opacity}@keyframes form-move-up{100%{margin-top:calc(var(--form-height, 94px)*-1);opacity:0;visibility:hidden}}@keyframes form-move-down{100%{margin-top:94px}}@media screen and (min-width: 768px){.main-form__cell{flex-grow:0;width:auto}.main-form__cell--desktop2{flex-grow:1}.main-form__cell--select{width:243px}.main-form__cell--btn{flex-grow:0}}.faq{--row-gap: 16px;display:flex;flex-direction:column;row-gap:var(--row-gap)}.faq__heading{border-bottom:1px solid #e0e0e0;display:block;font-size:clamp(24px,24px + 8*(100vw - 375px)/529,32px);font-weight:700;margin-bottom:24px;padding-bottom:24px}.faq-item{display:flex;flex-direction:column;-webkit-tap-highlight-color:rgba(0,0,0,0)}.faq-item:not(:last-child){border-bottom:1px solid #e0e0e0;padding-bottom:var(--row-gap)}.faq-item__question{align-items:center;display:flex;font-weight:700;gap:5px;justify-content:space-between;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.faq-item__question span{text-align:left}.faq-item__question:after{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkgMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjkzNDU3IDE0LjEzTDcuMzIxNzYgNy43NDI4MkwwLjkzNDU3IDEuMzU1NjMiIHN0cm9rZT0iIzExNjdGNCIgc3Ryb2tlLXdpZHRoPSIyLjEyOTA2Ii8+Cjwvc3ZnPgo=") no-repeat center;background-size:contain;content:"";flex:0 0 auto;height:14px;transition:rotate .5s ease-in-out;width:9px}@media screen and (max-width: 768px){.faq-item__question:after{height:12px;width:6px}}._active .faq-item__question:after{transform:rotate(90deg)}@media screen and (min-width: 768px){.faq-item__question{font-size:1.5rem;line-height:1.2}}.faq-item__answer{display:block;max-height:var(--h, 0);opacity:0;overflow:hidden;transition:opacity .5s ease-in-out,max-height .5s ease-in-out,margin .5s ease-in-out}.faq-item__answer-text{--lines: 4;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines);max-height:calc(1.6em*var(--lines));overflow:hidden}.faq-item__answer-text._show{-webkit-line-clamp:unset;max-height:none}.faq-item__answer-more{color:#1167f4;cursor:pointer;display:block;margin-top:16px}@media screen and (hover: hover){.faq-item__answer-more:hover{color:#3f8cfe}}._active .faq-item__answer{margin-top:16px;opacity:1}.faq-item__answer-btn-more{color:#1167f4}@media screen and (max-width: 768px){.faq-item__answer{font-size:.875rem;line-height:1.6}}.faq-item.--alwaysOpened .faq-item__answer{margin-top:16px;max-height:unset;opacity:1}.faq-item.--alwaysOpened .faq-item__answer-text{--lines: unset;max-height:none}.faq-item.--alwaysOpened .faq-item__question{cursor:initial}.faq-item.--alwaysOpened .faq-item__question:after{display:none}@media screen and (hover: hover){.faq-item{transition:color .1s ease-in-out}.faq-item:not(._active,.--alwaysOpened) .faq-item__question:hover{color:#1167f4}}@media screen and (min-width: 767px){.faq{--row-gap: 24px}.faq__heading{font-size:32px}}.protected-card{background:#fff;border-bottom:4px solid var(--accent, #00be40);border-radius:16px;box-shadow:0 4px 32px -9px rgba(0,0,0,.17);gap:16px;padding:16px;display:flex;flex-direction:column}.protected-card.--loading{--accent: #ffda52;position:relative}.protected-card.--loading .spinner{height:24px;position:absolute;right:16px;top:16px;width:24px}.protected-card.--failed{--accent: #ff683a}.protected-card:not(:last-child){margin-bottom:40px}.protected-card__start{gap:8px;line-height:1.2;display:flex;flex-direction:column}.protected-card__title{color:var(--accent, #00be40);display:block;font-size:24px;font-weight:700;margin-bottom:0}.protected-card__desc{font-size:18px}.protected-card__data{column-gap:8px;display:flex;line-height:1.4}.protected-card__data-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:stretch;flex-wrap:wrap;--cols: 1;--gap: 16px;gap:var(--gap)}@media screen and (min-width: 427px){.protected-card__data-row{--cols: 2}}@media screen and (min-width: 767px){.protected-card__data-row{--cols: 4}}.protected-card__data-row .protected-card__data{display:block;width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.protected-card__prop{color:#7b8caa}.protected-card__data-row .protected-card__prop{margin-bottom:8px}.protected-card__data-row .protected-card__value{display:block;overflow-wrap:break-word}@media screen and (min-width: 767px){.protected-card{padding:24px}}.graph-bar{align-items:stretch;display:flex;flex:0 1 auto;flex-direction:column;gap:4px;justify-content:flex-start;width:100%;width:calc((100% - var(--gap)*(var(--cols, 4) - 1))/var(--cols, 4))}.graph-bar-wrapper{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;--cols: 1;--gap: calc(16px / 2);gap:var(--gap)}.graph-bar-wrapper:not(:last-child){margin-bottom:16px}.graph-bar-wrapper.--detail{--gap: 16px;--cols: 1}@media screen and (min-width: 767px){.graph-bar-wrapper{--gap: 32px;flex-direction:row;flex-wrap:wrap;row-gap:16px}.graph-bar-wrapper:not(:last-child){margin-bottom:32px}}.graph-bar-wrapper.--detail .graph-bar{background:#f4f8fb;border-radius:20px;gap:16px;padding:16px}.graph-bar-wrapper.--detail .graph-bar-line-col{min-height:clamp(48px,48px + 16*(100vw - 375px)/529,64px);padding:0 10px}.graph-bar-wrapper.--detail .graph-bar-line-val{font-size:18px}.graph-bar-wrapper.--detail .graph-bar-info{font-size:clamp(20px,20px + 4*(100vw - 375px)/529,24px);font-weight:600;line-height:1.4}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details__item{gap:8px}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details .graph-bar-info{font-size:16px;font-weight:400}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details .graph-bar-line-col{min-height:32px}.graph-bar-wrapper.--detail .graph-bar .graph-bar-details .graph-bar-line-val{font-size:14px}.graph-bar-info{align-items:flex-start;display:flex;font-size:12px;gap:8px;justify-content:space-between;line-height:2}@media screen and (min-width: 767px){.graph-bar-info{font-size:16px;line-height:1.2}}.graph-bar.-good .graph-bar-info{color:#38d87a}.graph-bar.-med .graph-bar-info{color:#ffda52}.graph-bar.-poor .graph-bar-info{color:#ff683a}.graph-bar-line{align-items:stretch;background:#f4f8fb;border-radius:8px;display:flex;overflow:hidden}.graph-bar-line-col{align-items:center;display:flex;flex:1 1 auto;justify-content:flex-start;min-height:24px;min-width:min-content;padding:0 8px;transform:translate3d(0, 0, 0);width:var(--p);will-change:transform,width,height}.graph-bar-line-col:first-child{border-radius:8px 0 0 8px}.graph-bar-line-col:last-child{border-radius:0 8px 8px 0}.graph-bar-line-col.-good{background:#38d87a}.graph-bar-line-col.-med{background:#ffda52}.graph-bar-line-col.-poor{background:#ff683a}.graph-bar-line-val{color:#fff;display:block;font-size:12px;line-height:1.4}.graph-bar-details.--open{display:contents}.graph-bar-details.--open .graph-bar-details__summary{order:3}.graph-bar-details__summary{--color: #1167f4;align-items:center;color:var(--color);cursor:pointer;display:flex;gap:8px;justify-content:space-between;list-style:none}.graph-bar-details__summary:hover{--color: #3f8cfe}.graph-bar-details__summary::-webkit-details-marker{display:none}.graph-bar-details__summary:before{content:attr(data-open-text)}.graph-bar-details__summary:after{--s: 30px;background:var(--color);content:"";display:block;height:var(--s);mask:url("../sprite.svg#ico-arrow") center/43% no-repeat;transform:rotate(90deg);width:var(--s)}.graph-bar-details__summary:active{-webkit-tap-highlight-color:rgba(0,0,0,0)}.graph-bar-details.--open .graph-bar-details__summary:after{transform:rotate(-90deg)}.graph-bar-details.--open .graph-bar-details__summary span,.graph-bar-details:not(.--open) .graph-bar-details__summary:before{display:none}.graph-bar-details__content{display:flex;flex-direction:column;gap:16px;transform-origin:center top;will-change:transform}.graph-bar-details.--open .graph-bar-details__content{animation:graph-details-show .1s ease-in-out both}@keyframes graph-details-show{0%{opacity:0;transform:scaleY(0.9)}}.graph-bar-details__item{display:flex;flex-direction:column;gap:4px}@media screen and (min-width: 767px){.graph-bar-wrapper{--cols: 2}.graph-bar-wrapper.--detail .graph-bar{gap:20px}.graph-bar-line{min-height:32px}.graph-bar-line-col{font-size:14px}.graph-bar-details__summary{gap:12px;justify-content:flex-end}}