section.form{--form-color:var(--color-blue-300);--form-color-bg:var(--color-blue-100);--form-input-border-radius:1rem;--form-input-border-radius-small:.25rem;--form-input-color:var(--color-gray-300);--form-input-color-bg:var(--color-blue-90);gap:var(--spacing-xxs);padding:0}@media not (max-width:1024px){section.form{flex-direction:row;align-items:stretch;gap:0;min-height:100vh}}section.form>div{width:100%}@media not (max-width:1024px){section.form>div{flex:50%}}section.form div.form-heading{border-radius:var(--border-radius-l);background-color:#0f0f0f;background-image:url(/real/assets/sectionFormStars-k24_R-tA.svg),linear-gradient(#000 -11.685%,#5d52df 191.576%);background-position:50%,50%;background-repeat:no-repeat,no-repeat;flex-direction:column;justify-content:space-between;align-items:center;padding:3.5rem 1.375rem;display:flex}@media not (max-width:1024px){section.form div.form-heading{background-image:url(/real/assets/sectionFormStarsDesktop-D0K3Ipmo.svg),linear-gradient(#000 17.578%,#5d52df 106.836%);background-position:center bottom 77px,bottom;border-radius:1.25rem 0 0 1.25rem;padding:9rem 0 5.625rem}}section.form div.form-heading h1{font-size:var(--font-size-xl);line-height:var(--font-lineheight-2m);color:var(--form-color-bg);text-align:center}@media not (max-width:1024px){section.form div.form-heading h1{max-width:27rem;font-size:4.875rem;line-height:5.25rem}}section.form div.form-heading svg.form-heading-card{display:none}@media not (max-width:1024px){section.form div.form-heading svg.form-heading-card{width:425.37px;height:373.6px;display:block}}section.form div.form-content{color:var(--form-color);background:var(--form-color-bg);border-radius:var(--border-radius-l);flex-direction:column;align-items:center;gap:1.5rem;padding:2rem .75rem;display:flex}@media not (max-width:1024px){section.form div.form-content{border-radius:0 1.25rem 1.25rem 0;gap:3rem;padding:5.875rem 2rem}}section.form div.form-content svg.form-content-logo-icon{width:52px;height:auto}@media not (max-width:1024px){section.form div.form-content svg.form-content-logo-icon{width:66px;height:auto}}section.form div.form-content div.form-success{background:var(--form-input-color-bg);border-radius:var(--form-input-border-radius);padding:1rem;display:none}section.form div.form-content .mktoHasWidth{width:100%!important}section.form div.form-content form{width:100%;max-width:31rem;padding:0}section.form div.form-content form>div{margin-bottom:var(--spacing-m)}section.form div.form-content form>div:last-of-type{margin-bottom:0}section.form div.form-content form label{font-size:var(--font-size-s);font-weight:500;line-height:var(--font-lineheight-m);margin-bottom:var(--spacing-xxs);display:inline-block}@media not (max-width:1024px){section.form div.form-content form label{font-size:var(--font-size-default);line-height:var(--font-lineheight-20);margin-bottom:var(--spacing-xs)}}section.form div.form-content form .mktoHtmlText{font-size:var(--font-size-s);font-weight:500;line-height:var(--font-lineheight-m);margin-bottom:var(--spacing-xxs);display:inline-block}@media not (max-width:1024px){section.form div.form-content form .mktoHtmlText{font-size:var(--font-size-default);line-height:var(--font-lineheight-20);margin-bottom:var(--spacing-xs)}}section.form div.form-content form .mktoFieldWrap>label:first-child{text-transform:lowercase}section.form div.form-content form .mktoFieldWrap>label:first-child:first-letter{text-transform:uppercase}section.form div.form-content form input{font-size:var(--font-size-default);line-height:var(--font-lineheight-20);color:var(--form-input-color);background:var(--form-input-color-bg);border-radius:var(--form-input-border-radius);border:none;width:100%;padding:1.125rem 1rem}section.form div.form-content form input::placeholder{color:var(--form-input-color);opacity:.7}section.form div.form-content form input:focus{outline-offset:max(2px, .15em);outline:max(2px,.15em) solid}section.form div.form-content form select{font-size:var(--font-size-default);line-height:var(--font-lineheight-20);color:var(--form-input-color);background:var(--form-input-color-bg);border-radius:var(--form-input-border-radius);border:none;width:100%;padding:1.125rem 1rem}section.form div.form-content form select::placeholder{color:var(--form-input-color);opacity:.7}section.form div.form-content form select:focus{outline-offset:max(2px, .15em);outline:max(2px,.15em) solid}section.form div.form-content form textarea{font-size:var(--font-size-default);line-height:var(--font-lineheight-20);color:var(--form-input-color);background:var(--form-input-color-bg);border-radius:var(--form-input-border-radius);border:none;width:100%;padding:1.125rem 1rem}section.form div.form-content form textarea::placeholder{color:var(--form-input-color);opacity:.7}section.form div.form-content form textarea:focus{outline-offset:max(2px, .15em);outline:max(2px,.15em) solid}section.form div.form-content form input[type=checkbox]{appearance:none;cursor:pointer;font:inherit;color:currentColor;border-radius:var(--form-input-border-radius-small);place-content:center;width:1.25rem;min-width:1.25rem;height:1.25rem;min-height:1.25rem;margin:0;padding:0;display:grid}section.form div.form-content form input[type=checkbox]:before{content:"";transform-origin:0 100%;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);border-radius:var(--form-input-border-radius-small);width:.8rem;height:.8rem;box-shadow:inset 1em 1em var(--form-color);transition:transform .12s ease-in-out;transform:scale(0)}section.form div.form-content form input[type=checkbox]:checked:before{transform:scale(1)}section.form div.form-content form select{appearance:none;cursor:pointer;scrollbar-width:thin;scrollbar-color:var(--form-color-bg) transparent;outline:none;justify-content:space-between;align-items:center;gap:1rem;display:flex}section.form div.form-content form select:invalid{opacity:.7}section.form div.form-content form select option{font-size:var(--font-size-default);color:var(--form-input-color);background-color:var(--form-input-color-bg);border-radius:var(--border-radius-xs);cursor:pointer;transition-property:color,background;transition-duration:var(--animation-duration-m);transition-timing-function:var(--animation-easing);margin-bottom:.25rem;padding:.5rem .75rem}section.form div.form-content form select option:last-child{margin-bottom:0}section.form div.form-content form select option:where(:hover,:focus,:active){color:var(--form-color);background:var(--form-color-bg)}section.form div.form-content form select option:focus{outline-offset:max(2px, .15em);outline:max(2px,.15em) solid}section.form div.form-content form select option:checked{color:var(--form-color-bg);background:var(--form-color)}section.form div.form-content form select option:first-child:checked{color:inherit;background:inherit}section.form div.form-content form select option::checkmark{display:none}@supports (appearance:base-select){section.form div.form-content form select{appearance:base-select}section.form div.form-content form select::picker-icon{content:"";background-image:url(/real/assets/iconChevronDown-D4t1B2EY.svg);width:1.25rem;height:1.25rem}section.form div.form-content form select:open::picker-icon{rotate:180deg}section.form div.form-content form select::picker(select){appearance:base-select;background:var(--form-input-color-bg);border-radius:var(--form-input-border-radius);box-shadow:var(--shadow-s);scrollbar-width:thin;scrollbar-color:var(--form-color-bg) transparent;border:none;margin:.25rem 0;padding:.75rem}}@supports not (appearance:base-select){section.form div.form-content form select{background-image:url(/real/assets/iconChevronDown-D4t1B2EY.svg);background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem}section.form div.form-content form select:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:2.5rem}section.form div.form-content form select:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:2.5rem}}section.form div.form-content form .mktoCheckboxList{align-items:center;gap:var(--spacing-xs);display:flex}section.form div.form-content form .mktoCheckboxList label{font-size:var(--font-size-xs);font-weight:400;line-height:var(--font-lineheight-s);margin-bottom:0}@media not (max-width:1024px){section.form div.form-content form .mktoCheckboxList label{font-size:var(--font-size-default);line-height:var(--font-lineheight-20)}}section.form div.form-content form .mktoButtonWrap{justify-content:center;display:flex}section.form div.form-content form button[type=submit]{font-size:var(--font-size-s);font-weight:500;line-height:var(--font-lineheight-20);color:var(--color-white);background:var(--form-color);margin-top:var(--spacing-xs);border-radius:1000px;padding:.5rem 2rem}@media not (max-width:1024px){section.form div.form-content form button[type=submit]{font-size:var(--font-size-default);margin-top:var(--spacing-2m);padding:.875rem 2.125rem}}section.form div.form-content form a{color:var(--form-color);text-decoration:underline}section.form div.form-content form .mktoInstruction{display:none}section.form div.form-content form .mktoFieldWrap:not(.filled) .mktoField[data-error]+.mktoInstruction{font-size:var(--font-size-s);color:var(--color-alert-error);background-color:var(--color-alert-error-bg);padding:var(--spacing-xxs) var(--spacing-m);border:1px solid var(--color-alert-error-border);border-radius:var(--form-input-border-radius);display:block;position:relative;top:.25rem}
