.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}}.whois-wrapper{border:solid #e0e0e0;border-width:1px 0;display:flex;gap:16px;padding:24px 0;display:flex;flex-direction:column}.whois__heading{display:none}.whois-list{gap:16px;display:flex;flex-direction:column}.whois-list__item{font-size:16px;gap:16px;line-height:1.5;display:flex;flex-direction:row;align-items:flex-start;justify-content:stretch}.whois-list__prop{color:#8c8c8c;display:block;flex:0 0 auto;width:clamp(120px,120px + 70*(100vw - 375px)/529,190px)}.whois-list__value{display:block;flex:1 1 auto;word-break:break-word}.whois__last-updated{display:none}@media screen and (min-width: 427px){.whois-wrapper{gap:24px;padding:24px}.whois-list{gap:0}.whois__heading{display:block;font-size:18px;font-weight:700;line-height:1.2;margin-bottom:0}.whois__last-updated{color:#8c8c8c;display:block;font-size:13px;line-height:1.54}}