.submit-hub-hero .page-hero-panel::before{display:none}.submit-form-panel{margin-top:0}.submit-form-layout{--submit-form-control-min-height: 4.8rem;--submit-form-choice-min-height: 2.8rem;--submit-form-choice-padding-block: 0.66rem;--submit-form-choice-padding-inline: 0.95rem;display:grid;gap:clamp(1.5rem,2.4vw,2rem)}.submit-form-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.15rem 1.2rem}.submit-form-field{display:grid;gap:.55rem;min-width:0}.submit-form-field-full{grid-column:1/-1}.submit-form-field label,.submit-form-fieldset legend{margin:0;color:rgba(255,255,255,.84);font-size:1.11rem;font-weight:700;letter-spacing:.04em;line-height:1.32}.submit-form-fieldset{padding:0;margin:0;border:0}.submit-form-layout input[type=text],.submit-form-layout input[type=url],.submit-form-layout input[type=number],.submit-form-layout select,.submit-form-layout textarea{width:100%;min-height:var(--submit-form-control-min-height);padding:.95rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);color:var(--lightest);font-size:1.32rem;line-height:1.42;transition:border-color 180ms ease,box-shadow 180ms ease,background 180ms ease}.submit-form-layout textarea{min-height:9rem;resize:vertical}.submit-form-layout input[type=text]::placeholder,.submit-form-layout input[type=url]::placeholder,.submit-form-layout input[type=number]::placeholder,.submit-form-layout textarea::placeholder{color:rgba(255,255,255,.42)}.submit-form-layout input[type=text]:focus,.submit-form-layout input[type=url]:focus,.submit-form-layout input[type=number]:focus,.submit-form-layout select:focus,.submit-form-layout textarea:focus{border-color:rgba(57,163,228,.55);outline:none;box-shadow:0 0 0 3px rgba(57,163,228,.18);background:linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%)}.submit-form-help{margin:0;color:rgba(255,255,255,.68);font-size:1.05rem;line-height:1.45}.submit-form-layout select{appearance:none;-webkit-appearance:none;-moz-appearance:none;min-height:calc(var(--submit-form-control-min-height) + .25rem);padding-top:1rem;padding-bottom:1rem;padding-right:3rem;cursor:pointer;background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23F4F7FB' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,right 1rem center;background-size:auto,.95rem}.submit-form-layout select:focus{background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23F4F7FB' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,right 1rem center;background-size:auto,.95rem}.submit-form-layout select option{background:#173246;color:var(--lightest)}.submit-form-layout select option:checked{background:#21506f}.submit-form-inline-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.15rem 1.2rem;margin-top:.35rem}.submit-form-check-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 180px), 1fr));gap:.8rem;margin-top:.35rem}.submit-form-check{display:flex;align-items:center;gap:.75rem;min-height:var(--submit-form-choice-min-height);padding:var(--submit-form-choice-padding-block) var(--submit-form-choice-padding-inline);border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);cursor:pointer;transition:border-color 180ms ease,background 180ms ease,transform 180ms ease}.submit-form-check:hover{border-color:rgba(255,255,255,.16);transform:translateY(var(--page-hover-lift))}.submit-form-check input{margin:0;flex:0 0 auto;accent-color:#39a3e4}.submit-form-check span{min-width:0;color:rgba(255,255,255,.82);font-size:1.19rem;font-weight:600;line-height:1.28}.submit-form-check input:checked+span{color:var(--lightest)}.submit-form-actions{display:flex;flex-wrap:wrap;gap:.8rem}.submit-form-actions .button{margin-bottom:0}@media(max-width: 820px){.submit-form-grid{grid-template-columns:minmax(0, 1fr)}.submit-form-inline-grid{grid-template-columns:minmax(0, 1fr)}}html.theme-light .submit-form-field label,html.theme-light .submit-form-fieldset legend{color:rgba(20,24,28,.84)}html.theme-light .submit-form-layout input[type=text],html.theme-light .submit-form-layout input[type=url],html.theme-light .submit-form-layout input[type=number],html.theme-light .submit-form-layout select,html.theme-light .submit-form-layout textarea{border-color:rgba(27,50,74,.12);background:linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 242, 246, 0.96) 100%);color:var(--darkest)}html.theme-light .submit-form-layout input[type=text]::placeholder,html.theme-light .submit-form-layout input[type=url]::placeholder,html.theme-light .submit-form-layout input[type=number]::placeholder,html.theme-light .submit-form-layout textarea::placeholder{color:rgba(27,50,74,.46)}html.theme-light .submit-form-layout input[type=text]:focus,html.theme-light .submit-form-layout input[type=url]:focus,html.theme-light .submit-form-layout input[type=number]:focus,html.theme-light .submit-form-layout select:focus,html.theme-light .submit-form-layout textarea:focus{background:linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(244, 247, 251, 0.98) 100%)}html.theme-light .submit-form-layout select{background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 242, 246, 0.96) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231B324A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}html.theme-light .submit-form-layout select:focus{background-image:linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(244, 247, 251, 0.98) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231B324A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}html.theme-light .submit-form-layout select option{background:#fff;color:var(--darkest)}html.theme-light .submit-form-layout select option:checked{background:#e6eef6}html.theme-light .submit-form-check{border-color:rgba(27,50,74,.1);background:linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 242, 246, 0.96) 100%)}html.theme-light .submit-form-check:hover{border-color:rgba(27,50,74,.18)}html.theme-light .submit-form-check span{color:rgba(20,24,28,.78)}html.theme-light .submit-form-check input:checked+span{color:var(--darkest)}html.theme-light .submit-form-help{color:rgba(48,38,63,.68)}@media(prefers-color-scheme: light){html:not(.theme-dark) .submit-form-field label,html:not(.theme-dark) .submit-form-fieldset legend{color:rgba(20,24,28,.84)}html:not(.theme-dark) .submit-form-layout input[type=text],html:not(.theme-dark) .submit-form-layout input[type=url],html:not(.theme-dark) .submit-form-layout input[type=number],html:not(.theme-dark) .submit-form-layout select,html:not(.theme-dark) .submit-form-layout textarea{border-color:rgba(27,50,74,.12);background:linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 242, 246, 0.96) 100%);color:var(--darkest)}html:not(.theme-dark) .submit-form-layout input[type=text]::placeholder,html:not(.theme-dark) .submit-form-layout input[type=url]::placeholder,html:not(.theme-dark) .submit-form-layout input[type=number]::placeholder,html:not(.theme-dark) .submit-form-layout textarea::placeholder{color:rgba(27,50,74,.46)}html:not(.theme-dark) .submit-form-layout input[type=text]:focus,html:not(.theme-dark) .submit-form-layout input[type=url]:focus,html:not(.theme-dark) .submit-form-layout input[type=number]:focus,html:not(.theme-dark) .submit-form-layout select:focus,html:not(.theme-dark) .submit-form-layout textarea:focus{background:linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(244, 247, 251, 0.98) 100%)}html:not(.theme-dark) .submit-form-layout select{background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 242, 246, 0.96) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231B324A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}html:not(.theme-dark) .submit-form-layout select:focus{background-image:linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(244, 247, 251, 0.98) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231B324A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}html:not(.theme-dark) .submit-form-layout select option{background:#fff;color:var(--darkest)}html:not(.theme-dark) .submit-form-layout select option:checked{background:#e6eef6}html:not(.theme-dark) .submit-form-check{border-color:rgba(27,50,74,.1);background:linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 242, 246, 0.96) 100%)}html:not(.theme-dark) .submit-form-check:hover{border-color:rgba(27,50,74,.18)}html:not(.theme-dark) .submit-form-check span{color:rgba(20,24,28,.78)}html:not(.theme-dark) .submit-form-check input:checked+span{color:var(--darkest)}html:not(.theme-dark) .submit-form-help{color:rgba(48,38,63,.68)}}