button,fieldset,input{all:unset}*{box-sizing:border-box;padding:0;margin:0;list-style:none;line-height:1.2em}*,body,html{font-family:var(--font-circular-std),sans-serif}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:auto;color:#121516;font-weight:500}@media screen and (max-width:768px){body,html{font-size:14px}}html{scroll-behavior:auto}a,button{color:inherit;text-decoration:none}a,button{cursor:pointer}@media(prefers-color-scheme:dark){html{scroll-behavior:auto}}.button-base{padding:6px 12px;border-radius:4px;font-size:14px;line-height:1.5em;font-weight:700}.navbarWrapper{background:hsla(0,0%,100%,.759);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:fixed;z-index:10;top:0;width:100%;transition:background-color .2s ease-in-out}@media screen and (max-width:768px){.navbarWrapper{display:none}}.navbarWrapper.navTransparent{background:transparent}#topNavMobile.navTransparent{background:none}#topNavMobile{background:#fff;transition:.4s;transition-delay:.6s}#topNavMobile.hidden{transform:translateY(-60px)}@media screen and (max-width:768px){.playstore{width:108px;object-fit:contain;height:auto}}.global-container{max-width:1296px;width:86%;margin:0 auto}.tnc{white-space:break-spaces;margin-top:30vh;font-family:var(--font-circular-std),sans-serif}.tnc ol,.tnc ul{list-style:circle;padding-left:2.5rem}.tnc ol li,.tnc ul li{list-style:circle;margin-bottom:1rem}.tnc>ol,.tnc>ol>li{list-style:decimal}.tnc>*{margin-bottom:1rem;font-weight:400;letter-spacing:.02em;font-family:var(--font-circular-std),sans-serif}.tnc *{font-weight:500}.tnc strong{font-weight:700}.light-theme,:root{--blackA1:rgba(0,0,0,.012);--blackA2:rgba(0,0,0,.027);--blackA3:rgba(0,0,0,.047);--blackA4:rgba(0,0,0,.071);--blackA5:rgba(0,0,0,.09);--blackA6:rgba(0,0,0,.114);--blackA7:rgba(0,0,0,.141);--blackA8:rgba(0,0,0,.22);--blackA9:rgba(0,0,0,.439);--blackA10:rgba(0,0,0,.478);--blackA11:rgba(0,0,0,.565);--blackA12:rgba(0,0,0,.91);--mauve1:#fdfcfd;--mauve2:#f9f8f9;--mauve3:#f4f2f4;--mauve4:#eeedef;--mauve5:#e9e8ea;--mauve6:#e4e2e4;--mauve7:#dcdbdd;--mauve8:#c8c7cb;--mauve9:#908e96;--mauve10:#86848d;--mauve11:#6f6e77;--mauve12:#1a1523;--violet1:#fdfcfe;--violet2:#fbfaff;--violet3:#f5f2ff;--violet4:#ede9fe;--violet5:#e4defc;--violet6:#d7cff9;--violet7:#c4b8f3;--violet8:#aa99ec;--violet9:#6e56cf;--violet10:#644fc1;--violet11:#5746af;--violet12:#20134b}.PopoverContent{border-radius:4px;padding:12px;border-radius:999px;background-color:#fafafa;box-shadow:0 10px 38px -10px rgba(14,18,22,.35),0 10px 20px -15px rgba(14,18,22,.2);animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.PopoverContent .langChoice{box-shadow:0 16px 34px rgba(0,46,92,.1),0 0 0 rgba(0,46,92,.1);border-radius:999px;transition:filter .2s ease-in-out}.PopoverContent .langChoice img{width:48px;height:48px}.PopoverContent .langChoice:hover{filter:brightness(.9)}.PopoverContent .langChoice.langActive{opacity:.6;filter:brightness(.8);cursor:not-allowed}.PopoverContent:focus{box-shadow:rgba(14,18,22,.35) 0 10px 38px -10px,rgba(14,18,22,.2) 0 10px 20px -15px,0 0 0 2px var(--violet7)}.PopoverContent[data-state=open][data-side=top]{animation-name:slideDownAndFade}.PopoverContent[data-state=open][data-side=right]{animation-name:slideLeftAndFade}.PopoverContent[data-state=open][data-side=bottom]{animation-name:slideUpAndFade}.PopoverContent[data-state=open][data-side=left]{animation-name:slideRightAndFade}.PopoverArrow{fill:#fff}.PopoverClose{font-family:inherit;border-radius:100%;height:25px;width:25px;display:inline-flex;align-items:center;justify-content:center;color:var(--violet11);position:absolute;top:5px;right:5px}.PopoverClose:hover{background-color:var(--violet4)}.PopoverClose:focus{box-shadow:0 0 0 2px var(--violet7)}.IconButton{font-family:inherit;border-radius:100%;height:35px;width:35px;display:inline-flex;align-items:center;justify-content:center;color:var(--violet11);background-color:#fff;box-shadow:0 2px 10px var(--blackA7)}.IconButton:hover{background-color:var(--violet3)}.IconButton:focus{box-shadow:0 0 0 2px #000}.Fieldset{display:flex;gap:20px;align-items:center}.Label{width:75px}.Input,.Label{font-size:13px;color:var(--violet11)}.Input{width:100%;display:inline-flex;align-items:center;justify-content:center;flex:1 1;border-radius:4px;padding:0 10px;line-height:1;box-shadow:0 0 0 1px var(--violet7);height:25px}.Input:focus{box-shadow:0 0 0 2px var(--violet8)}.Text{margin:0;color:var(--mauve12);font-size:15px;line-height:19px;font-weight:500}@keyframes slideUpAndFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRightAndFade{0%{opacity:0;transform:translateX(-2px)}to{opacity:1;transform:translateX(0)}}@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeftAndFade{0%{opacity:0;transform:translateX(2px)}to{opacity:1;transform:translateX(0)}}.button-base{background:#f76b00;padding:6px 16px;color:#fff;border-radius:10px;cursor:pointer;width:-moz-fit-content;width:fit-content;font-weight:500;display:flex;place-items:center;justify-content:space-between;gap:.5em}.button-base:hover svg{transform:translateX(5px)}.button-base svg{transition:transform .2s ease-in-out;height:1.2em;width:1.3em}.inputText label{display:block}.inputText input,.inputText textarea{display:block;padding:8px 10px;border:1px solid #b2c6cb;border-radius:10px;width:100%;font-size:inherit;box-sizing:border-box}.inputText input:focus-within,.inputText textarea:focus-within{border:1px solid #7e8c90}.inputText input::placeholder,.inputText textarea::placeholder{color:#c8d6d9}.parallax-image-wrapper{position:relative;overflow:hidden}.parallax-image-wrapper img{position:absolute;top:0;height:100%;width:100%}.parallax-image{object-fit:cover}.social-share{display:flex;justify-content:center;gap:12px}.social-share a{position:relative;padding:4px}.social-share a svg{color:#9cb1b6;width:24px;height:24px;transition:color .2s ease-in-out}.social-share a svg:hover{color:#7e8c90}.layout_navbar__tsatM{max-width:1296px;width:86%;margin:0 auto;display:grid;grid-template-columns:240px 1fr 240px;height:100px}.layout_navbar__tsatM .layout_logo__JeTsS{display:flex;place-items:center}.layout_navbar__tsatM nav{color:#f76b00;font-size:18px;font-weight:500;display:flex;justify-content:center;align-items:center;gap:3rem;flex-direction:row}.layout_navbar__tsatM nav a:hover{text-decoration:underline}.layout_navbar__tsatM .layout_navAction__ng59f{justify-self:flex-end;display:flex;place-items:center;gap:20px}.layout_langTrigger__cZ_bb img{width:48px;height:48px}.layout_lang__Yw89n.layout_active__R_v4i{background:#979797}.footer_footer__BkoC6{text-align:start}.footer_footer__BkoC6 .footer_content__YtZ9N{max-width:1296px;width:86%;margin:0 auto;padding-top:4rem;display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:2px solid #dee8ea;grid-gap:4rem;gap:4rem}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_info__5koh3{display:flex;flex-direction:column;gap:1rem;place-items:flex-start}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_orgMobile__54pFT,.footer_footer__BkoC6 .footer_content__YtZ9N .footer_org__ULq_V{display:flex;gap:2rem;place-items:center;margin:3rem 0}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_orgMobile__54pFT p,.footer_footer__BkoC6 .footer_content__YtZ9N .footer_org__ULq_V p{text-align:start;color:#64787c;font-size:10px;line-height:1.4em}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_orgMobile__54pFT img,.footer_footer__BkoC6 .footer_content__YtZ9N .footer_org__ULq_V img{width:48px;height:48px}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_orgMobile__54pFT{display:none}.footer_footer__BkoC6 .footer_links__gihMA{display:flex;gap:2rem}.footer_footer__BkoC6 .footer_links__gihMA .footer_linkGroupTitle__lUF2J{font-size:20px;font-weight:700;margin-bottom:14px}.footer_footer__BkoC6 .footer_links__gihMA .footer_linkGroupList__7W1VF{display:flex;flex-direction:column;color:#00a0c8;font-size:12px}.footer_footer__BkoC6 .footer_links__gihMA .footer_linkGroupList__7W1VF a{padding:4px 0}.footer_footer__BkoC6 .footer_links__gihMA .footer_linkGroupList__7W1VF a:hover{text-decoration:underline}@media screen and (max-width:768px){.footer_footer__BkoC6 .footer_content__YtZ9N{grid-template-columns:1fr;gap:20px}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_links__gihMA{flex-direction:column;gap:10px}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_org__ULq_V{display:none}.footer_footer__BkoC6 .footer_content__YtZ9N .footer_orgMobile__54pFT{display:flex;margin:0 0 2rem}}.footer_contact__41TM4 h3{margin-bottom:18px}.footer_contact__41TM4>div{display:flex;gap:1rem;place-items:flex-start;margin-bottom:16px;color:#64787c}.footer_contact__41TM4>div>:last-child{margin-top:3px}.footer_contact__41TM4>div p{font-size:10px;line-height:14px}.footer_contact__41TM4>div .footer_hotline__TDL5B{color:#9cb1b6;font-size:9px;line-height:12px}.footer_copyRight__xqeNa{max-width:1296px;width:86%;margin:0 auto;padding:1.5rem 0;height:90px;display:flex;justify-content:flex-end;place-items:flex-end}.footer_copyRight__xqeNa p{font-size:12px;line-height:16px}@media screen and (max-width:768px){.footer_copyRight__xqeNa{text-align:center;padding:1rem 0;height:auto}}.layoutmobile_nav__2tiIt{background:none;top:0;position:fixed;z-index:99;display:flex;justify-content:space-between;width:100%;padding:12px 24px}@media screen and (min-width:767px){.layoutmobile_nav__2tiIt{display:none}}.layoutmobile_logo__FXENh{width:92px}.layoutmobile_menu__7gQlI{opacity:0;pointer-events:none;position:fixed;background:#fff;z-index:100;min-height:100svh;padding:12px 24px;width:100%;display:flex;flex-direction:column;top:0}@media screen and (min-width:767px){.layoutmobile_menu__7gQlI{display:none}}.layoutmobile_menu__7gQlI>*{z-index:2;position:relative}.layoutmobile_menu__7gQlI .layoutmobile_header__H3CoR{display:flex;justify-content:space-between}.layoutmobile_menu__7gQlI nav{flex:1 1;display:flex;justify-content:center;flex-direction:column;font-size:36px;color:#f76b00;place-items:flex-end;gap:24px}.layoutmobile_menu__7gQlI nav a{z-index:1}.layoutmobile_menu__7gQlI nav a.layoutmobile_disabled__Drzi9{pointer-events:none;text-decoration:underline;opacity:.7}.layoutmobile_bg__pSuKE{display:none;background:#4acff1;height:100%;width:100%;position:absolute;z-index:0}.layoutmobile_langChoice__mACsq img{width:64px;height:64px}@font-face{font-family:__CircularStd_adb953;src:url(/_next/static/media/8d1f4fe7680b2b9d-s.p.otf) format("opentype");font-display:swap;font-weight:400}@font-face{font-family:__CircularStd_adb953;src:url(/_next/static/media/6786fef45cc941be-s.p.otf) format("opentype");font-display:swap;font-weight:500}@font-face{font-family:__CircularStd_adb953;src:url(/_next/static/media/4beff9a9a3a99e8c-s.p.otf) format("opentype");font-display:swap;font-weight:700}@font-face{font-family:__CircularStd_adb953;src:url(/_next/static/media/e7b44aa21675efa4-s.p.otf) format("opentype");font-display:swap;font-weight:800}@font-face{font-family:__CircularStd_Fallback_adb953;src:local("Arial");ascent-override:96.03%;descent-override:25.81%;line-gap-override:0.00%;size-adjust:103.82%}.__className_adb953{font-family:__CircularStd_adb953,__CircularStd_Fallback_adb953,sans-serif}.__variable_adb953{--font-circular-std:"__CircularStd_adb953","__CircularStd_Fallback_adb953",sans-serif}