@keyframes lpFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.lp-animate{animation:.35s both lpFadeUp}.lp-page-title{text-align:center;padding:0 0 50px}@media (width<=767px){.lp-page-title{padding:0 0 30px}}.lp-page-title h1{color:#010727;letter-spacing:.16px;font-size:clamp(28px,5vw,64px);font-style:normal;font-weight:700;line-height:normal}.lp-wrapper{margin:0 auto;padding:0 0 60px}.lp-card{background:#f5f8fa;border-radius:18px;margin:0 auto 28px;padding:36px 100px}@media (width<=767px){.lp-card{padding:28px 50px}}.lp-card-title{color:#000;font-size:32px;font-style:normal;font-weight:700;line-height:24px}@media (width<=767px){.lp-card-title{font-size:24px}}.lp-card-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.lp-form-grid{grid-template-columns:1fr 1fr;gap:16px 20px;display:grid}.lp-intro-text{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:120%}@media (width<=767px){.lp-intro-text{font-size:16px}}.lp-checklist{padding:30px 0 14px;list-style:none}.lp-checklist li{color:#000;align-items:center;gap:12px;margin-bottom:1rem;font-size:16px;font-style:normal;font-weight:500;line-height:120%;display:flex}@media (width<=767px){.lp-checklist li{font-size:14px}}.lp-check-icon{color:#00c49a;flex-shrink:0;width:18px;height:18px}.lp-toggle-row{color:#333;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.lp-toggle-label .lp-star{color:#e71414}.lp-toggle-label{color:#000;margin-right:4px;font-size:12px;font-style:normal;font-weight:700;line-height:24px}.lp-toggle{width:46px;height:26px;display:inline-block;position:relative}.lp-toggle input{opacity:0;width:0;height:0}.lp-toggle-slider{cursor:pointer;background:#fff;border:1px solid #575757;border-radius:26px;width:48px;height:24px;transition:background .2s;position:absolute;inset:0}.lp-toggle-slider:before{content:"";background:#fff;border:1px solid #575757;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:3px;box-shadow:0 1px 4px #0003}.lp-toggle input:checked+.lp-toggle-slider{background:#121c51}.lp-toggle input:checked+.lp-toggle-slider:before{background:#fff;border-color:#0000;left:5px;transform:translate(20px)}.lp-toggle-value{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.lp-not-eligible-msg{color:#000;margin-top:10px;font-size:11px;font-style:italic;font-weight:300;line-height:140%}.lp-field label{color:#000;margin-bottom:5px;font-size:12px;font-style:normal;font-weight:700;line-height:18px;display:block}.lp-field input{box-sizing:border-box;color:#000;background:#fff;border:1px solid #575757;border-radius:6px;outline:none;width:100%;padding:16px 48px 16px 16px;font-size:16px;line-height:24px;transition:border-color .2s,box-shadow .2s}.lp-field input::placeholder{color:#cbd6e2;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.lp-field input:focus{border-color:var(--do-color-ink,#121c51);box-shadow:0 0 0 1px var(--do-color-ink,#121c51);border-radius:6px;outline:none}.lp-field input.lp-error{border-color:var(--do-color-error,red);box-shadow:0 0 0 1px var(--do-color-error,red)}.lp-field input .lp-error-icon{background:red;border-radius:9999px;width:20px;height:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.lp-field input .lp-error-icon:before{content:"!";text-align:center;color:#fff;font-size:14px;font-weight:700;line-height:20px;display:block}.lp-error-msg{color:red;margin-top:4px;font-size:12px;font-weight:400;line-height:18px}.lp-tc-scroll{color:#000;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:7px;height:400px;margin-top:16px;margin-bottom:18px;padding:16px;font-size:12px;font-style:italic;font-weight:400;line-height:24px;overflow-y:auto}.lp-tc-scroll p{margin:0 0 10px}.lp-checkbox{-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;display:inline-flex;position:relative}.lp-checkbox.is-disabled{opacity:.6;cursor:not-allowed}.lp-checkbox input[type=checkbox]{opacity:0;flex-shrink:0;width:24px;height:24px;position:absolute;top:0;left:0}.lp-checkbox .ta-checkbox-box{background:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:24px;height:24px;transition:box-shadow .2s;display:inline-grid;box-shadow:inset 0 0 0 1px #575757}.lp-checkbox .ta-checkbox-box.has-error{box-shadow:inset 0 0 0 1px red}.lp-checkbox input:focus-visible+.ta-checkbox-box{outline-offset:2px;outline:2px solid #121c51}.lp-checkbox .ta-checkbox-icon{opacity:0;width:20px;height:20px;transition:opacity .15s}.lp-checkbox input:checked+.ta-checkbox-box .ta-checkbox-icon{opacity:1}.lp-checkbox .lp-checkbox-label .lp-checkbox-first-label{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media (width<=767px){.lp-checkbox .lp-checkbox-label .lp-checkbox-first-label{font-size:14px}}.lp-checkbox .lp-checkbox-label .lp-checkbox-second-label{color:#000;font-size:16px;font-style:italic;font-weight:400;line-height:24px}@media (width<=767px){.lp-checkbox .lp-checkbox-label .lp-checkbox-second-label{font-size:12px;line-height:10px}}.lp-submit-row{justify-content:flex-end;margin-top:24px;display:flex}.lp-check-icon:before{content:"";pointer-events:none;image-rendering:auto;-webkit-backface-visibility:hidden;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='16'%20viewBox='0%200%2021%2016'%20fill='none'%3e%3cpath%20d='M7.125%2015.0313L0%207.90625L1.78125%206.125L7.125%2011.4688L18.5938%200L20.375%201.78125L7.125%2015.0313Z'%20fill='%234AE4A4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute}.lp-btn-primary{cursor:pointer;letter-spacing:.2px;color:#121c51;text-align:center;background:#4ae4a4;border:none;border-radius:30px;width:275px;height:48px;margin:28px auto 0;font-size:18px;font-style:normal;font-weight:400;line-height:24px;transition:background .18s,transform .12s;display:block}.lp-btn-primary:hover{background:#00b389}.lp-btn-primary:disabled{cursor:not-allowed;background:#b0e8da;transform:none}.lp-btn-ghost{cursor:not-allowed;color:#97a5b5;text-align:center;background:#fff;border:1px solid #e5eee7;border-radius:9999px;width:275px;height:48px;margin:10px auto 0;padding:11px 16px 16px;font-size:18px;font-style:normal;font-weight:400;line-height:24px;display:block}.lp-btn-dark{cursor:pointer;color:#fff;text-align:center;background:#1a1a2e;border:none;border-radius:30px;width:342px;height:59px;padding:13px 36px;font-size:24px;font-style:normal;font-weight:500;line-height:28px;text-decoration:none;transition:background .18s;display:inline-block}.lp-btn-dark:hover{background:#2d2d4a}@media (width<=767px){.lp-btn-dark{width:260px;font-size:18px}}.lp-clear-btn{color:#000;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:auto;text-underline-position:from-font;font-size:20px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:auto}@media (width<=767px){.lp-clear-btn{font-size:16px}}.lp-btn-submit{cursor:pointer;color:#121c51;text-align:center;background:#4ae4a4;border:none;border-radius:9999px;flex-direction:column;gap:10px;width:172px;height:48px;padding:11px 16px 16px;font-size:20px;font-style:normal;font-weight:400;line-height:24px;transition:background .18s,transform .12s;display:inline-flex}.lp-btn-submit:hover{background:#00b389}.lp-btn-submit:disabled{cursor:not-allowed;background:#b0e8da;transform:none}.lp-modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;animation:.2s both lpFadeUp;display:flex;position:fixed;inset:0}.lp-modal{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:32px 36px;box-shadow:0 8px 40px #0000002e}.lp-modal-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.lp-modal-header #lp-modal-title{color:#d19428;text-align:center;font-size:36px;font-style:normal;font-weight:700;line-height:24px}.lp-modal-close{color:#1e1e1e;cursor:pointer;background:0 0;border:none;padding:0;font-size:27px;line-height:1}.lp-modal-close:hover{color:#333}.lp-modal-message{color:#000;text-align:center;margin-top:2rem;margin-bottom:2rem;font-size:21px;font-style:normal;font-weight:400;line-height:24px}.lp-modal-footer{justify-content:center;display:flex}.lp-modal-footer .lp-btn-primary{width:200px;margin:0}.lp-confirm{text-align:center;padding:60px 20px 80px}.lp-confirm-icon{justify-content:center;align-items:center;width:171px;height:171px;margin:0 auto 28px;display:flex}@media (width<=767px){.lp-confirm-icon{width:150px;height:150px}}.lp-confirm h2{color:#4ae4a4;text-align:center;letter-spacing:.16px;margin-bottom:1rem;font-size:64px;font-style:normal;font-weight:700;line-height:normal}@media (width<=767px){.lp-confirm h2{font-size:48px}}.lp-confirm p{color:#000;text-align:center;letter-spacing:.06px;padding:1rem 0;font-size:24px;font-style:normal;font-weight:400;line-height:normal}@media (width<=767px){.lp-confirm p{font-size:20px}}.lp-confirm-actions{margin-top:32px}@media (width<=560px){.lp-form-grid{grid-template-columns:1fr}.lp-card{padding:24px 18px}}.not-enrolled{box-sizing:border-box;background:#121c51;border:1px solid #cbd6e2;border-radius:10px;align-items:center;gap:32px;width:100%;min-height:227px;max-height:227px;padding:2rem;display:flex}.not-enrolled__logo{background-color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:243px;height:145px;min-height:100px;padding:20px 24px;display:flex}.not-enrolled__content{flex-direction:column;flex:1;gap:5px;display:flex}.not-enrolled__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.not-enrolled__status-block{flex-direction:column;gap:4px;display:flex}.not-enrolled__label{text-transform:uppercase;color:#fff;letter-spacing:1.12px;font-size:14px;font-style:normal;font-weight:400}.not-enrolled__title{color:#fff;margin:0;font-size:21px;font-style:normal;font-weight:500}.not-enrolled__cta{cursor:pointer;white-space:nowrap;color:#121c51;text-align:center;background:#f0f0f0;border:1px solid #9ca3af;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:112px;height:42px;padding:7px 18px;font-size:16px;font-style:normal;font-weight:400;line-height:28px;transition:background-color .2s,transform .1s;display:flex}.not-enrolled__cta:active{transform:scale(.97)}.not-enrolled__description{color:#fff;letter-spacing:.48px;max-width:560px;margin:0;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.progress-wrap{background:#101b4f;width:100%;margin-top:10px;padding:10px 0 0;position:relative}.progress-wrap .progress-label.start{color:#fff;font-size:10.14px;font-style:normal;font-weight:600;line-height:normal}.progress-wrap .progress-bar{gap:6px;height:14px;display:flex;position:relative}.progress-wrap .segment{background:#d1f6ea;flex:1;width:59px;height:7px}.progress-wrap .segment.first{border-radius:7px 0 0 7px}.progress-wrap .segment.last{border-radius:0 7px 7px 0}.progress-wrap .limit{color:#121c51;background:#ffb743;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:11px;height:30px;font-size:8px;font-weight:800;line-height:1;display:flex;position:absolute;bottom:18px;transform:translate(-50%)}.earn-rewards-component,.level-up-tiers-component{flex:1}.level-up-tiers-component .level-up-content{background:#fff;border:1px solid #cbd6e2;border-top:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:1rem 2rem}.not-enrolled-body{gap:1rem;margin:1rem 0;display:flex}@media (width<=1024px){.not-enrolled-body{flex-direction:column}}.level-up-tiers-component .component-header,.earn-rewards-component .component-header,.claim-rewards-component .component-header{background:#4ae4a4;border-radius:10px 10px 0 0;align-items:center;height:69px;padding-left:2rem;display:flex}.level-up-tiers-component .component-header__title,.earn-rewards-component .component-header__title,.claim-rewards-component .component-header__title{color:#121c51;font-size:26px;font-style:normal;font-weight:700;line-height:20px}.level-up-tiers-component .trail-starter,.level-up-tiers-component .trail-explorer,.level-up-tiers-component .trail-blazer,.earn-rewards-component .trail-starter,.earn-rewards-component .trail-explorer,.earn-rewards-component .trail-blazer,.claim-rewards-component .trail-starter,.claim-rewards-component .trail-explorer,.claim-rewards-component .trail-blazer{flex-direction:column;align-items:end;gap:10px;margin-bottom:1rem;display:flex}.level-up-tiers-component .trail-starter__points-range,.level-up-tiers-component .trail-explorer__points-range,.level-up-tiers-component .trail-blazer__points-range,.earn-rewards-component .trail-starter__points-range,.earn-rewards-component .trail-explorer__points-range,.earn-rewards-component .trail-blazer__points-range,.claim-rewards-component .trail-starter__points-range,.claim-rewards-component .trail-explorer__points-range,.claim-rewards-component .trail-blazer__points-range{color:#121c51;text-align:center;background:#cbd6e280;border-radius:9999px;justify-content:center;align-items:center;width:100px;padding:2px 12px 3px;font-size:10px;font-style:normal;font-weight:400;line-height:20px;display:flex}.level-up-tiers-component .trail-starter__card,.level-up-tiers-component .trail-explorer__card,.level-up-tiers-component .trail-blazer__card,.earn-rewards-component .trail-starter__card,.earn-rewards-component .trail-explorer__card,.earn-rewards-component .trail-blazer__card,.claim-rewards-component .trail-starter__card,.claim-rewards-component .trail-explorer__card,.claim-rewards-component .trail-blazer__card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #ffd7001a;border-radius:6px;flex-direction:column;gap:1rem;width:100%;padding:10px 1rem 1rem;display:flex}.level-up-tiers-component .trail-starter__card.starter,.level-up-tiers-component .trail-explorer__card.starter,.level-up-tiers-component .trail-blazer__card.starter,.earn-rewards-component .trail-starter__card.starter,.earn-rewards-component .trail-explorer__card.starter,.earn-rewards-component .trail-blazer__card.starter,.claim-rewards-component .trail-starter__card.starter,.claim-rewards-component .trail-explorer__card.starter,.claim-rewards-component .trail-blazer__card.starter{background:linear-gradient(144deg,#191923 0%,#121c51 100%)}.level-up-tiers-component .trail-starter__card.explorer,.level-up-tiers-component .trail-explorer__card.explorer,.level-up-tiers-component .trail-blazer__card.explorer,.earn-rewards-component .trail-starter__card.explorer,.earn-rewards-component .trail-explorer__card.explorer,.earn-rewards-component .trail-blazer__card.explorer,.claim-rewards-component .trail-starter__card.explorer,.claim-rewards-component .trail-explorer__card.explorer,.claim-rewards-component .trail-blazer__card.explorer{background:linear-gradient(144deg,#121c51 0%,#010727 100%)}.level-up-tiers-component .trail-starter__card.blazer,.level-up-tiers-component .trail-explorer__card.blazer,.level-up-tiers-component .trail-blazer__card.blazer,.earn-rewards-component .trail-starter__card.blazer,.earn-rewards-component .trail-explorer__card.blazer,.earn-rewards-component .trail-blazer__card.blazer,.claim-rewards-component .trail-starter__card.blazer,.claim-rewards-component .trail-explorer__card.blazer,.claim-rewards-component .trail-blazer__card.blazer{background:linear-gradient(144deg,#010727 0% 100%)}.level-up-tiers-component .trail-starter__card-header,.level-up-tiers-component .trail-explorer__card-header,.level-up-tiers-component .trail-blazer__card-header,.earn-rewards-component .trail-starter__card-header,.earn-rewards-component .trail-explorer__card-header,.earn-rewards-component .trail-blazer__card-header,.claim-rewards-component .trail-starter__card-header,.claim-rewards-component .trail-explorer__card-header,.claim-rewards-component .trail-blazer__card-header{gap:10px;display:flex}.level-up-tiers-component .trail-starter__card-header .badge,.level-up-tiers-component .trail-explorer__card-header .badge,.level-up-tiers-component .trail-blazer__card-header .badge,.earn-rewards-component .trail-starter__card-header .badge,.earn-rewards-component .trail-explorer__card-header .badge,.earn-rewards-component .trail-blazer__card-header .badge,.claim-rewards-component .trail-starter__card-header .badge,.claim-rewards-component .trail-explorer__card-header .badge,.claim-rewards-component .trail-blazer__card-header .badge{padding-top:4px}.level-up-tiers-component .trail-starter__card-header .badge .badge-explorer,.level-up-tiers-component .trail-explorer__card-header .badge .badge-explorer,.level-up-tiers-component .trail-blazer__card-header .badge .badge-explorer,.earn-rewards-component .trail-starter__card-header .badge .badge-explorer,.earn-rewards-component .trail-explorer__card-header .badge .badge-explorer,.earn-rewards-component .trail-blazer__card-header .badge .badge-explorer,.claim-rewards-component .trail-starter__card-header .badge .badge-explorer,.claim-rewards-component .trail-explorer__card-header .badge .badge-explorer,.claim-rewards-component .trail-blazer__card-header .badge .badge-explorer{aspect-ratio:1;background:#2222c6;width:17px;height:17px;display:block}.level-up-tiers-component .trail-starter__card-header .title,.level-up-tiers-component .trail-explorer__card-header .title,.level-up-tiers-component .trail-blazer__card-header .title,.earn-rewards-component .trail-starter__card-header .title,.earn-rewards-component .trail-explorer__card-header .title,.earn-rewards-component .trail-blazer__card-header .title,.claim-rewards-component .trail-starter__card-header .title,.claim-rewards-component .trail-explorer__card-header .title,.claim-rewards-component .trail-blazer__card-header .title{color:#fff;text-transform:uppercase;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.level-up-tiers-component .trail-starter__card-header .sub-title,.level-up-tiers-component .trail-explorer__card-header .sub-title,.level-up-tiers-component .trail-blazer__card-header .sub-title,.earn-rewards-component .trail-starter__card-header .sub-title,.earn-rewards-component .trail-explorer__card-header .sub-title,.earn-rewards-component .trail-blazer__card-header .sub-title,.claim-rewards-component .trail-starter__card-header .sub-title,.claim-rewards-component .trail-explorer__card-header .sub-title,.claim-rewards-component .trail-blazer__card-header .sub-title{color:#9ca3af;font-size:12px;font-style:normal;font-weight:300;line-height:normal}.level-up-tiers-component .trail-starter__separator,.level-up-tiers-component .trail-explorer__separator,.level-up-tiers-component .trail-blazer__separator,.earn-rewards-component .trail-starter__separator,.earn-rewards-component .trail-explorer__separator,.earn-rewards-component .trail-blazer__separator,.claim-rewards-component .trail-starter__separator,.claim-rewards-component .trail-explorer__separator,.claim-rewards-component .trail-blazer__separator{background:linear-gradient(90deg,#4ae4a4 0%,#4ae4a44d 100%);border-radius:9999px;width:100px;height:4px}.level-up-tiers-component .trail-starter__description,.level-up-tiers-component .trail-explorer__description,.level-up-tiers-component .trail-blazer__description,.earn-rewards-component .trail-starter__description,.earn-rewards-component .trail-explorer__description,.earn-rewards-component .trail-blazer__description,.claim-rewards-component .trail-starter__description,.claim-rewards-component .trail-explorer__description,.claim-rewards-component .trail-blazer__description{color:#d1d5db;letter-spacing:-.28px;font-size:14px;font-style:normal;font-weight:500;line-height:24px}.level-up-tiers-component .trail-starter__reasons .reason,.level-up-tiers-component .trail-explorer__reasons .reason,.level-up-tiers-component .trail-blazer__reasons .reason,.earn-rewards-component .trail-starter__reasons .reason,.earn-rewards-component .trail-explorer__reasons .reason,.earn-rewards-component .trail-blazer__reasons .reason,.claim-rewards-component .trail-starter__reasons .reason,.claim-rewards-component .trail-explorer__reasons .reason,.claim-rewards-component .trail-blazer__reasons .reason{align-content:center;align-items:center;gap:10px;display:flex}.level-up-tiers-component .trail-starter__reasons .reason .text,.level-up-tiers-component .trail-explorer__reasons .reason .text,.level-up-tiers-component .trail-blazer__reasons .reason .text,.earn-rewards-component .trail-starter__reasons .reason .text,.earn-rewards-component .trail-explorer__reasons .reason .text,.earn-rewards-component .trail-blazer__reasons .reason .text,.claim-rewards-component .trail-starter__reasons .reason .text,.claim-rewards-component .trail-explorer__reasons .reason .text,.claim-rewards-component .trail-blazer__reasons .reason .text{color:#d1d5db;font-size:12px;font-style:normal;font-weight:400;line-height:24px}
/*$vite$:1*/