@import url(https://fonts.googleapis.com/css2?family=Alata:wght@400&display=swap);.navigation[data-v-28da8dba]{background-color:#fef9dc;padding:0;position:fixed;top:0;left:0;right:0;width:100%;z-index:9999}.navigation .nav-container[data-v-28da8dba]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.navigation .nav-container .nav-left .nav-logo[data-v-28da8dba]{text-decoration:none;display:flex;align-items:center;gap:8px}.navigation .nav-container .nav-left .nav-logo .logo-icon[data-v-28da8dba]{width:1.8rem;height:100%;background-color:#ff6b35;border-radius:6px;display:flex;align-items:center;justify-content:center}.navigation .nav-container .nav-left .nav-logo .logo-icon .logo-text[data-v-28da8dba]{color:#fff;font-weight:700;font-size:14px;font-family:-apple-system,Segoe UI,Roboto,Arial,sans-serif}.navigation .nav-container .nav-left .nav-logo .logo-brand[data-v-28da8dba]{color:#192e35;font-size:18px;font-weight:500;font-family:Alata,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.navigation .nav-container .nav-center[data-v-28da8dba]{display:flex;gap:32px}.navigation .nav-container .nav-center .nav-item[data-v-28da8dba]{color:#192e35;text-decoration:none;font-size:20px;font-weight:400;padding:8px 0;transition:all .2s;font-family:Alata,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.navigation .nav-container .nav-center .nav-item[data-v-28da8dba]:active,.navigation .nav-container .nav-center .nav-item[data-v-28da8dba]:hover{color:gold}.navigation .nav-container .nav-center .nav-item.active[data-v-28da8dba]{color:gold;font-weight:500}.navigation .nav-container .nav-right[data-v-28da8dba]{display:flex;align-items:center;gap:16px}.navigation .nav-container .nav-right .search-icon[data-v-28da8dba]{color:#192e35;cursor:pointer;padding:8px;border-radius:4px;transition:all .2s}.navigation .nav-container .nav-right .search-icon[data-v-28da8dba]:hover{background-color:rgba(255,215,0,.1);color:gold}.navigation .nav-container .nav-right .search-icon[data-v-28da8dba]:active{color:gold}.navigation .nav-container .nav-right .ctaGet-link[data-v-28da8dba]{text-decoration:none;display:inline-flex;align-items:center;gap:6px;line-height:1}.navigation .nav-container .nav-right .cta-button[data-v-28da8dba]{background-color:#ffc336;color:#192e35;border:2px solid #192e35;border-radius:40px;padding:10px 20px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .25s ease-out;display:flex;align-items:center;gap:5px;font-family:Alata,-apple-system,Segoe UI,Roboto,Arial,sans-serif;text-decoration:none}.navigation .nav-container .nav-right .cta-button[data-v-28da8dba]:active,.navigation .nav-container .nav-right .cta-button[data-v-28da8dba]:hover{transform:translateY(-3px);box-shadow:0 4px 0 #192e35;border-radius:40px}.navigation .nav-container .nav-right .cta-button .cta-text[data-v-28da8dba]{color:#192e35}.navigation .nav-container .nav-right .cta-button svg[data-v-28da8dba]{color:#192e35;display:block}@media(max-width:768px){.navigation .nav-container[data-v-28da8dba]{padding:0 15px;height:50px}.navigation .nav-container .nav-left .nav-logo[data-v-28da8dba]{gap:6px}.navigation .nav-container .nav-left .nav-logo .logo-icon .logo-text[data-v-28da8dba]{font-size:12px}.navigation .nav-container .nav-left .nav-logo .logo-brand[data-v-28da8dba]{font-size:16px}.navigation .nav-container .nav-center[data-v-28da8dba]{gap:20px}.navigation .nav-container .nav-center .nav-item[data-v-28da8dba]{font-size:20px}.navigation .nav-container .nav-right[data-v-28da8dba]{gap:12px}.navigation .nav-container .nav-right .search-icon[data-v-28da8dba]{padding:6px}.navigation .nav-container .nav-right .search-icon svg[data-v-28da8dba]{width:18px;height:18px}.navigation .nav-container .nav-right .cta-button[data-v-28da8dba]{padding:8px 12px;font-size:15px}.navigation .nav-container .nav-right .cta-button svg[data-v-28da8dba]{width:14px;height:14px}}@media(max-width:480px){.navigation .nav-container[data-v-28da8dba]{padding:0 10px}.navigation .nav-container .nav-center[data-v-28da8dba]{gap:15px}.navigation .nav-container .nav-center .nav-item[data-v-28da8dba]{font-size:18px}.navigation .nav-container .nav-right .cta-button[data-v-28da8dba]{padding:6px 10px;font-size:14px}.navigation .nav-container .nav-right .cta-button .cta-text[data-v-28da8dba]{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.animate{animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease}.main{padding-top:.65rem}.animate_up{animation-name:fadeInUp}.animate_down{animation-name:fadeInDown}html{font-size:13.8888888889vw;font-size:13.88889vw;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}*{font-family:Alata,sans-serif}#app{width:100%;position:relative;overflow:hidden}#app .main{transform-origin:center top;transition:all 1s}#app .pop_box{width:100%;height:100vh;background-color:#18191b;position:fixed;left:0;transition:all 1s}