@font-face{font-family:SF Pro Text Regular;src:url(../fonts/sf-pro-text-regular.85bd46c1.ttf)}.box-mobile{box-shadow:0 0 21px rgba(0,0,0,.15)}.text-right{text-align:right}.text-center{text-align:center!important;text-align:-webkit-center!important;text-align:-moz-center!important}.text-left{text-align:left}.text-justify{text-align:justify}.align-center{align-items:center}.align-self-center{-ms-grid-row-align:center;align-self:center}.align-self-right{align-self:flex-end}.x-center{margin:0 auto}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between}.flex{display:flex}.flex-column{flex-direction:column}.mb-0{margin-bottom:0!important}.mb-half-1{margin-bottom:.5rem}.mb-1{margin-bottom:1rem!important}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mr-1{margin-right:1rem}.ml-2{margin-left:2rem}.mb-full{margin-bottom:50px!important}@media screen and (min-width:700px){.mb-full{margin-bottom:100px!important}}.mb-half{margin-bottom:50px!important}.mb-quarter{margin-bottom:25px!important}.mt-quarter{margin-top:25px!important}.mt-half{margin-top:25px}@media screen and (min-width:700px){.mt-half{margin-top:50px!important}}.pb-20{padding-bottom:20px}.rounded-big{border-radius:16px}.rounded-small{border-radius:5px}.bottom-dashed{border-bottom:1px dashed #c7c7c7}.bottom-solid{border-bottom:1px solid #c7c7c7}.weight-400{font-weight:400!important}.weight-700{font-weight:700!important}.size-14px{font-size:14px}.cursor-disabled{cursor:not-allowed}.op5{opacity:.5}@media screen and (min-width:700px){.user-mobile{display:none}}*{box-sizing:border-box;padding:0;margin:0}body{color:#111117;font-family:SF Pro Text Regular;overflow-x:hidden}a{text-decoration:none;color:#0095ff;display:inline-block}p{margin-bottom:1rem;line-height:1.88}p:last-child{margin-bottom:0}.card{padding:10px 20px;border-radius:16px;border:2px solid #c7c7c7;color:#111117;max-width:450px;width:100%}.card__title{display:block;font-weight:500}.card__sub-title{font-size:12px;font-weight:400}.card--active{border:2px solid #43b1ff;background:rgba(0,149,255,.07)}.card--payment{padding:15px 20px;display:flex;gap:20px}.card-user{padding:10px;position:relative;color:#111117;width:100%;height:100%}.card-user .icon{position:absolute;right:10px;top:0;bottom:0;display:flex;transform:translateY(-5px);opacity:0}.card-user .icon img{width:20px}.card-user.active{border-radius:5px;background-color:#f5f5f5;border:1px solid #e3e2e2}.card-user.active .icon{opacity:1}.box,.box-premium{padding:2rem 1.5rem;background-color:#ececec;border-radius:16px;width:100%;position:sticky;top:100px}.box{display:none}@media screen and (min-width:700px){.box{display:block}}.box-mobile{position:fixed;bottom:0;background-color:#fff;width:100%;padding:20px;border-radius:20px 20px 0 0}.box-mobile .line-top{position:relative;width:100%;text-align:center;transform:translateX(-50px)}.box-mobile .line-top:after{content:"";width:100px;height:4px;background:#d5d5e6;position:absolute;border-radius:35px}@media screen and (min-width:700px){.box-mobile{display:none}}.box-alert{position:relative;width:100%;max-width:350px;margin:3rem auto;padding:3rem 2rem 2rem 2rem;border-radius:10px;background-color:#fafafa}.box-alert .close{position:absolute;top:10px;right:10px;width:25px;cursor:pointer}.box-alert .icon{width:100px}.heading-xtra{font-size:26px;font-weight:700;margin-bottom:2rem}@media screen and (min-width:700px){.heading-xtra{font-size:36px}}@media screen and (min-width:1024px){.heading-xtra{font-size:46px}}.heading-xtra-sub{font-size:16px;font-weight:400;margin-bottom:.5rem}.heading{font-weight:500;font-size:18px;margin-bottom:.5rem}.heading--sub{color:#888}.heading--user{font-weight:700;margin-bottom:.5rem}.heading--user-desc{margin-bottom:0;font-size:14px;line-height:1.4}.heading--total{display:flex;justify-content:space-between;color:#008cfd;font-weight:700}.heading--total p{margin-bottom:0;font-size:14px}.heading--payment,.heading--payment-sub{margin-bottom:0;font-size:14px;line-height:1.4}.heading--payment-sub{font-weight:400;color:rgba(0,0,0,.6)}.head-alert{font-size:24px;font-weight:600}.head-alert.success{color:#00a6ff}.head-alert.failed{color:#ff0d00}.input{padding:15px;border-radius:5px;width:100%;background:rgba(0,149,255,.07);font-family:SF Pro Text Regular;font-size:14px;border:none;color:rgba(0,0,0,.6)}.input:-ms-input-placeholder{color:#888}.input::-moz-placeholder{color:#888}.input::placeholder{color:#888}.input:focus{outline-color:#0095ff}.input--failed{background:#ffded9}.input--failed:focus{outline-color:#ff0d00}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.msg-error{margin-top:.5rem;color:#ff0d00;font-size:14px}.list{list-style:none}.list--invoice>li{display:flex;justify-content:space-between}.list--invoice>li p{margin-bottom:0;font-size:14px;line-height:1.4}.button{text-transform:capitalize;display:inline-block;line-height:normal;padding:15px 20px;border-radius:5px;border:none}.button--submit{background-color:#0095ff;color:#fff;width:100%;border-radius:30px;font-size:16px;font-weight:600;cursor:pointer}.button--submit.disabled{background-color:#c1c1cf;cursor:not-allowed}.modal{position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .3s linear;display:flex;align-items:center}.modal.active{opacity:1;visibility:visible}.modal.active .contents{transform:translate(0)}.modal .contents{z-index:999;transform:translateY(-25%);transition:transform .3s ease-out}.modal-mobile{position:fixed;bottom:0;width:100%;z-index:99}.modal-mobile.active{transition:all .3s linear}.modal-mobile.detail-active{height:100%}.modal-mobile.detail-active .contents{transform:translateY(0);transition:all .3s linear}.modal-mobile.detail-active .contents .detail{display:block}.modal-mobile .contents{z-index:999;transform:translateY(100%);transition:all .3s linear}.modal-mobile .contents .detail{display:none}@media screen and (min-width:700px){.modal-mobile{display:none}}@media screen and (max-width:700px){.scroll-hidden-mobile{overflow:hidden}}.close-modal{position:fixed;z-index:998;width:100%;height:100%;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loader{border:3px solid #fff;border-top:3px solid #c7c7c7;border-radius:50%;width:18px;height:18px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{width:100%;max-width:1240px;padding:0 20px;margin:0 auto;z-index:1}.container--medium{max-width:1124px}.container--short{max-width:600px}.container--mini{max-width:500px}.section{position:relative;padding:100px 0 50px 0;overflow:visible}@media screen and (min-width:1024px){.section{padding:120px 0 50px 0}}.topbar{position:fixed;z-index:90;width:100%;background-color:#fff}.topbar__content{padding:1rem 20px;max-width:1124px;margin:0 auto;justify-content:center;display:flex;-moz-column-gap:20px;column-gap:20px}.topbar__content h2{color:#fff;-ms-grid-row-align:center;align-self:center;font-size:16px;font-weight:500}@media screen and (min-width:700px){.topbar__content h2{font-size:24px}}.topbar__logo{max-height:20px}@media screen and (min-width:700px){.topbar__logo{max-height:30px}}.grid{display:-ms-grid;display:grid;grid-column-gap:20px}.grid--half-bigger{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);grid-column-gap:20px}@media screen and (min-width:700px){.grid--half-bigger{-ms-grid-columns:1fr 40%;grid-template-columns:1fr 40%;grid-column-gap:50px}}@media screen and (min-width:1024px){.grid--half-bigger{-ms-grid-columns:1fr 35%;grid-template-columns:1fr 35%;grid-column-gap:100px}}.grid--fix-two{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.vision-instructions{line-height:1.8}.vision-instructions li{margin-bottom:12px;margin-left:20px}.vision-instructions p{margin-top:20px;font-weight:700}