:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--max-width:77rem;--border-radius:12px;--padding-web-very-large:18rem;--padding-web-large:12rem;--pading-web:6.5rem;--padding-mobile:1rem;--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--card-background-rgb:170,169,247,0.1;--card-border-rgb:131,134,135;--card-blue-background-rgb-start:41,54,166,0.8;--card-blue-background-rgb-end:52,20,105,0.8;--deep-blue-background-rgb:7,40,154,1;--blue-title-rgb:4,30,114,1;--blue-text-rgb:50,58,144,1;--background-disabled:196,200,230,1;--text-orange-rgb:210,138,23,1;--p-text-rgb:180,188,208,1}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-size:100%}body{background-color:#000;color:#fff}a{color:inherit;text-decoration:none}h1{font-size:4.5rem;line-height:5.4rem;max-width:15ch}h1,h2{font-weight:700;text-align:center}h2{font-size:3rem;line-height:4.5rem;max-width:25ch}h3{line-height:2rem;color:#fff}h3,h4{font-weight:700;font-size:1.5rem}h4{line-height:1.5rem}h5{font-weight:500;font-size:.875rem;line-height:1.181rem;text-align:center;color:rgba(var(--text-orange-rgb))}p{font-size:1rem;font-weight:400;line-height:1.35rem;color:rgba(var(--p-text-rgb))}.layout-container{max-width:var(--max-width);width:100%}.card-section-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem;max-width:var(--max-width)}.card-section-title{display:flex;flex-direction:column;gap:.5rem}.card-section-content{flex-wrap:wrap;gap:1rem}.blue-button,.card-section-content{display:flex;flex-direction:row;align-items:center;justify-content:center}.blue-button{border:none;background-color:rgba(var(--deep-blue-background-rgb));border-radius:.75rem;padding:.75rem 1rem;color:#fff;font-weight:500;text-align:center;gap:.75rem;cursor:pointer}.blue-button[disabled]{background-color:rgba(var(--background-disabled));cursor:unset}.label{color:#3d3f41;font-size:.875rem;line-height:1.181rem}.PhoneInput{border:1px solid #bcc0c7;border-radius:.75rem;padding-left:1rem;height:2.875rem}.PhoneInput:hover{box-shadow:2px 4px 16px rgba(189,243,202,.6)}.PhoneInput--focus,.PhoneInput:hover{border:1px solid #40a158}.PhoneInputInput{border-radius:0 .75rem .75rem 0;border:none;height:100%;font-weight:400;color:#3d3f41}.PhoneInputInput:focus{outline:none}.lds-default,.lds-default div{box-sizing:border-box}.lds-default{display:inline-block;position:relative;width:80px;height:80px}.lds-default div{position:absolute;width:6.4px;height:6.4px;background:currentColor;border-radius:50%;animation:lds-default 1.2s linear infinite}.lds-default div:first-child{animation-delay:0s;top:36.8px;left:66.24px}.lds-default div:nth-child(2){animation-delay:-.1s;top:22.08px;left:62.29579px}.lds-default div:nth-child(3){animation-delay:-.2s;top:11.30421px;left:51.52px}.lds-default div:nth-child(4){animation-delay:-.3s;top:7.36px;left:36.8px}.lds-default div:nth-child(5){animation-delay:-.4s;top:11.30421px;left:22.08px}.lds-default div:nth-child(6){animation-delay:-.5s;top:22.08px;left:11.30421px}.lds-default div:nth-child(7){animation-delay:-.6s;top:36.8px;left:7.36px}.lds-default div:nth-child(8){animation-delay:-.7s;top:51.52px;left:11.30421px}.lds-default div:nth-child(9){animation-delay:-.8s;top:62.29579px;left:22.08px}.lds-default div:nth-child(10){animation-delay:-.9s;top:66.24px;left:36.8px}.lds-default div:nth-child(11){animation-delay:-1s;top:62.29579px;left:51.52px}.lds-default div:nth-child(12){animation-delay:-1.1s;top:51.52px;left:62.29579px}@keyframes lds-default{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}@media (min-width:1081px) and (max-width:1280px){html{font-size:90%}}@media (min-width:701px) and (max-width:1080px){html{font-size:80%}}@media (max-width:700px){html{font-size:100%}h1{font-size:2.125rem;line-height:3.188rem}h2{font-size:1.5rem;line-height:2.25rem}h3{font-size:1.25rem}.card-section-container{margin:0 var(--padding-mobile);gap:2.5rem}}@font-face{font-family:__satoshi_5ab76a;src:url(/_next/static/media/d9396795aa5ec363-s.p.woff2) format("woff2");font-display:swap}@font-face{font-family:__satoshi_Fallback_5ab76a;src:local("Arial");ascent-override:92.36%;descent-override:21.95%;line-gap-override:9.14%;size-adjust:109.35%}.__className_5ab76a{font-family:__satoshi_5ab76a,__satoshi_Fallback_5ab76a}.form_container__LGHU_{display:flex;flex-direction:column;gap:2.5rem;margin-right:4.25rem}.form_container__LGHU_ h3{color:#3d3f41}.form_container__LGHU_ p{font-size:.875rem;line-height:1.181rem;color:#626262}.form_input__RuOcf{display:flex;flex-direction:column;gap:1.5rem}.form_input__RuOcf span{display:flex;flex-direction:column;gap:.5rem}.form_name__enRug{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;width:100%}.form_link__PIQYX{display:flex;flex-direction:row;gap:.5rem;align-items:center;cursor:pointer}.form_link__PIQYX p{color:rgba(var(--deep-blue-background-rgb))}.form_web__ycZW4{display:block}.form_mobile__2_tpK{display:none}.form_mobile__2_tpK p{color:#3d3f41;font-size:.875rem;line-height:1.181rem}.form_terms__S0fnd{font-weight:400;color:#50555c;font-size:.813rem;margin-top:1rem}.form_validations__wyyle{max-height:5.375rem;display:flex;flex-direction:column;flex-wrap:wrap}.form_validations__wyyle p{line-height:1.75rem}.form_success__aWu1R p{color:#027a48}.form_validations__wyyle div{display:flex;flex-direction:row;gap:.5rem;align-items:center}.form_terms__S0fnd a{color:#07289a}.form_error__o_EzD p{color:#bf000b}@media (max-width:700px){.form_container__LGHU_{margin-right:0}.form_mobile__2_tpK{display:block}.form_web__ycZW4{display:none}}.page_container__LlCih{position:relative;display:flex;flex-direction:row;width:100%;min-height:100vh;height:100vh;overflow:hidden}.page_description__v3zMi{position:relative;display:flex;flex-direction:column;background-image:linear-gradient(to bottom right,rgba(32,94,255,.25),rgba(255,169,32,.18));padding:4.75rem 7.563rem;width:50%}.page_description__v3zMi h3{font-size:2rem;line-height:2.7rem}.page_content__YRDBM{position:relative;top:10rem;max-width:45ch;width:100%}.page_content__YRDBM h3{font-size:2.5rem;line-height:4rem}.page_link__FuC1T{cursor:pointer;z-index:1}.page_blue__l4n_j{position:absolute;top:0;left:0;opacity:.6}.page_gold__nkU16{position:absolute;bottom:0;right:0;opacity:.6}.page_form__rT1l_{background-color:#fff;width:50%;padding:4.75rem 7.5rem;overflow:auto}@media(max-width:1080px){.page_form__rT1l_{padding:2.5rem}}@media (max-width:700px){.page_description__v3zMi{display:none}.page_form__rT1l_{width:100%;padding:1.25rem}}