.d1-l{font-weight:100}.d1-l,.d1-r{font-size:6rem;line-height:9rem;font-style:normal}.d1-r{font-weight:300}.d1-m{font-weight:500}.d1-b,.d1-m{font-size:6rem;line-height:9rem;font-style:normal}.d1-b{font-weight:700}.d1-xb{font-size:6rem;font-weight:900;line-height:9rem;font-style:normal}.d2-l{font-weight:100}.d2-l,.d2-r{font-size:4.5rem;line-height:7rem;font-style:normal}.d2-r{font-weight:300}.d2-m{font-weight:500}.d2-b,.d2-m{font-size:4.5rem;line-height:7rem;font-style:normal}.d2-b{font-weight:700}.d2-xb{font-size:4.5rem;font-weight:900;line-height:7rem;font-style:normal}.d3-l{font-weight:100}.d3-l,.d3-r{font-size:3.625rem;line-height:5.5rem;font-style:normal}.d3-r{font-weight:300}.d3-m{font-weight:500}.d3-b,.d3-m{font-size:3.625rem;line-height:5.5rem;font-style:normal}.d3-b{font-weight:700}.d3-xb{font-size:3.625rem;font-weight:900;line-height:5.5rem;font-style:normal}.d4-l{font-weight:100}.d4-l,.d4-r{font-size:3rem;line-height:4.5rem;font-style:normal}.d4-r{font-weight:300}.d4-m{font-weight:500}.d4-b,.d4-m{font-size:3rem;line-height:4.5rem;font-style:normal}.d4-b{font-weight:700}.d4-xb{font-size:3rem;font-weight:900;line-height:4.5rem;font-style:normal}.h1-l{font-weight:100}.h1-l,.h1-r{font-size:2rem;line-height:2.5rem;font-style:normal}.h1-r{font-weight:300}.h1-m{font-weight:500}.h1-b,.h1-m{font-size:2rem;line-height:2.5rem;font-style:normal}.h1-b{font-weight:700}.h1-xb{font-size:2rem;font-weight:900;line-height:2.5rem;font-style:normal}.h2-l{font-weight:100}.h2-l,.h2-r{font-size:1.75rem;line-height:2.5rem;font-style:normal}.h2-r{font-weight:300}.h2-m{font-weight:500}.h2-b,.h2-m{font-size:1.75rem;line-height:2.5rem;font-style:normal}.h2-b{font-weight:700}.h2-xb{font-size:1.75rem;font-weight:900;line-height:2.5rem;font-style:normal}.h3-l{font-size:1.25rem}.h3-r{font-weight:300}.h3-m,.h3-r{font-size:1.25rem;line-height:2rem;font-style:normal}.h3-m{font-weight:500}.h3-b{font-weight:700}.h3-b,.h3-xb{font-size:1.25rem;line-height:2rem;font-style:normal}.h3-xb{font-weight:900}.h3-l{font-size:1.5rem;font-weight:100;line-height:2rem;font-style:normal}.h4-r{font-weight:300}.h4-m,.h4-r{font-size:1.25rem;line-height:1.75rem;font-style:normal}.h4-m{font-weight:500}.h4-b{font-weight:700}.h4-b,.h4-xb{font-size:1.25rem;line-height:1.75rem;font-style:normal}.h4-xb{font-weight:900}.body1-l{font-weight:100}.body1-l,.body1-r{font-size:1rem;line-height:1.5rem;font-style:normal}.body1-r{font-weight:300}.body1-m{font-weight:500}.body1-b,.body1-m{font-size:1rem;line-height:1.5rem;font-style:normal}.body1-b{font-weight:700}.body1-xb{font-size:1rem;font-weight:900;line-height:1.5rem;font-style:normal}.body2-l{font-weight:100}.body2-l,.body2-r{font-size:.875rem;line-height:1.375rem;font-style:normal}.body2-r{font-weight:300}.body2-m{font-weight:500}.body2-b,.body2-m{font-size:.875rem;line-height:1.375rem;font-style:normal}.body2-b{font-weight:700}.body2-xb{font-size:.875rem;font-weight:900;line-height:1.375rem;font-style:normal}.button-l{font-weight:100}.button-l,.button-r{font-size:.75rem;line-height:1.25rem;font-style:normal}.button-r{font-weight:300}.button-m{font-weight:500}.button-b,.button-m{font-size:.75rem;line-height:1.25rem;font-style:normal}.button-b{font-weight:700}.button-xb{font-size:.75rem;font-weight:900;line-height:1.25rem;font-style:normal}.over1-l{font-weight:100}.over1-l,.over1-r{font-size:.625rem;line-height:1.125rem;font-style:normal}.over1-r{font-weight:300}.over1-m{font-weight:500}.over1-b,.over1-m{font-size:.625rem;line-height:1.125rem;font-style:normal}.over1-b{font-weight:700}.over1-xb{font-size:.625rem;font-weight:900;line-height:1.125rem;font-style:normal}.over2-b,.over2-l,.over2-m,.over2-r,.over2-xb{font-size:.5rem;font-weight:100;line-height:1rem;font-style:normal}#input{position:relative;display:flex;flex-direction:column;gap:.5rem;width:100%}#input .label{color:var(--Neutral_400);-webkit-padding-start:var(--3);padding-inline-start:var(--3);transition:color .2s ease}#input .label.error-label{color:var(--Red_600)}#input .icon{position:absolute;top:54%;pointer-events:none}[dir=ltr] #input .icon{right:.75rem;left:auto}[dir=rtl] #input .icon{left:.75rem;right:auto}#input .input{position:relative;border:1px solid var(--Neutral_400);border-radius:.5rem;padding:0 1rem;outline:none;transition:border-color .2s ease}#input .input[type=email],#input .input[type=tel]{direction:ltr;text-align:left}#input .input[type=email]::placeholder,#input .input[type=tel]::placeholder{direction:lte;text-align:left}#input .input.outline{background-color:transparent;color:var(--Neutral_500)}#input .input.fill{background-color:var(--Neutral_50);color:var(--Neutral_500)}#input .input.error-border{border-color:var(--Red_600)}#input .input.lg{height:3.75rem}#input .input.lg,#input .input.md{font-size:1rem;font-weight:500;line-height:1.5rem;font-style:normal}#input .input.md{height:3rem}#input .input.sm{height:2.75rem;font-size:1rem;font-weight:500;line-height:1.5rem;font-style:normal}#input .input.xsm{height:2.5rem}#input .input.dxsm,#input .input.xsm{font-size:.875rem;font-weight:500;line-height:1.375rem;font-style:normal}#input .input.dxsm{height:2rem}.error{color:var(--Red_600)}