#toast__container *{-webkit-box-sizing:border-box;box-sizing:border-box}.toast__message{opacity:0;position:fixed;z-index:1000;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:90%;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.toast__message--top-center,.toast__message--bottom-center,.toast__message--center{left:50%}.toast__message--enter-active,.toast__message--appear-active{opacity:1}.toast__message--exit-active{opacity:0}.toast__message--loading .toast__spinner-wrap{visibility:visible;opacity:1;width:1.1em;margin-right:12px}.toast__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.toast__content--clickable{cursor:pointer}.toast__theme-content{-webkit-transition:all .2s;transition:all .2s}.toast__spinner-wrap{display:inline-block;visibility:hidden;opacity:0;width:0;margin-right:0}.toast__spinner{display:block;overflow:hidden;width:1.1em;height:1.1em;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;text-indent:-99999px;-webkit-animation:toast_spinner-spin 1s ease-in-out infinite;animation:toast_spinner-spin 1s ease-in-out infinite}@-webkit-keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:Poppins;src:url(/assets/Poppins-Thin-leD9T1nx.ttf) format("truetype"),url(/assets/Poppins-Thin-leD9T1nx.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf) format("truetype"),url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype"),url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype"),url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype"),url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype"),url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype"),url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraBold-W_qeO1XX.ttf) format("truetype"),url(/assets/Poppins-ExtraBold-W_qeO1XX.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Black-yHqY0KRU.ttf) format("truetype"),url(/assets/Poppins-Black-yHqY0KRU.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:InterFallback;src:url(/assets/InterFallback-8kRkwJBP.woff2) format("woff2"),url(./InterFallback.woff) format("woff2");font-style:normal}:root{--primary-color: #ff9100;--secondary-color: #1739b4;--title-color: #333333;--paragraph-color: #101010;--white-color: #ffffff;--background-color-main: #141414;--background-color-secondary: #ffffff;--background-color-third: rgba(46, 16, 51, .15);--background-gradient: linear-gradient(135deg, #ff9100 0%, #ff5e00 100%);--icon-background: #faf8f2;--icon-gradient-start: #ff9100;--icon-gradient-stop: #ff9100;--color-1: #51c333;--color-2: #ff0000;--color-3: #fcb500;font-family:Poppins,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--header-height: 50px;--primary-font: "Poppins", sans-serif;--secondary-font: "InterFallback";--max-width: 1200px}*{padding:0;margin:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--white-color);line-height:normal;font-family:var(--primary-font);background:var(--background-color-secondary)}body.modal-open{overflow:hidden;height:100vh}img{width:100%;display:block}.customContainer{max-width:425px!important;margin:0 auto;background-color:var(--background-color-secondary);position:relative}.no-scroll{overflow:hidden;height:100vh}.marquee-containe{height:36px}.marqueeBox{background:var(--background-color-secondary);position:relative;width:100%;height:36px;overflow:hidden;padding:0;display:flex;align-items:center;color:#000}.marquee .scroll{white-space:nowrap;overflow:hidden;display:inline-block;animation:marquee 30s linear infinite}.marquee{font-weight:500;font-size:14px;line-height:10px;color:#000}@keyframes marquee{0%{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-moz-transform:translate3d(-50%,0,0);-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}.marquee-container{height:100%}.theForm{background:#f6f6f6;color:#282828!important;border-radius:2px;width:100%}.theForm .MuiInput-underline:before{border-bottom:none!important}.theForm .MuiInput-underline:after{border-bottom:none!important}.theForm .MuiInputBase-root{width:100%}.theForm .MuiInputBase-root{font-weight:500!important}.theForm .MuiOutlinedInput-notchedOutline{border:unset!important;border-radius:2px}.theForm .MuiOutlinedInput-input{color:#282828!important;font-weight:500;padding:15px 16px!important;font-size:12px;border-radius:2px}.theForm input::placeholder{font-weight:500;opacity:1;color:#282828!important}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}.my-toast-alert{background-color:var(--color-2)!important;padding:10px 20px;color:#fff;border-radius:30px;z-index:100000!important}.my-toast-success{background-color:var(--color-1)!important;padding:10px 20px;color:#fff;border-radius:30px;z-index:100000!important}.Mui-disabled{-webkit-text-fill-color:rgb(0 0 0 / 65%)!important}.theModalPop .slick-next:before,.slick-prev:before{font-size:20px!important}@media screen and (min-width: 1024px){.theModalPop .slick-next:before,.slick-prev:before{font-size:40px!important}}.theModalPop .slick-next{position:fixed;right:4%;z-index:2}@media screen and (min-width: 768px){.theModalPop .slick-next{position:fixed;right:22%;z-index:2}}@media screen and (min-width: 1024px){.theModalPop .slick-next{position:fixed;right:23%;z-index:2}}@media screen and (min-width: 1440px){.theModalPop .slick-next{position:fixed;right:26%;z-index:2}}@media screen and (min-width: 1920px){.theModalPop .slick-next{position:fixed;right:32%;z-index:2}}.theModalPop .slick-prev{position:fixed;left:2%;z-index:2}@media screen and (min-width: 768px){.theModalPop .slick-prev{position:fixed;left:22%;z-index:2}}@media screen and (min-width: 1024px){.theModalPop .slick-prev{position:fixed;left:21%;z-index:2}}@media screen and (min-width: 1440px){.theModalPop .slick-prev{position:fixed;left:25%;z-index:2}}@media screen and (min-width: 1920px){.theModalPop .slick-prev{position:fixed;left:31%;z-index:2}}._theSticky_164md_1{position:fixed;width:100%;left:0;top:0;z-index:999;box-shadow:0 4px 4px #0000000d;background:var(--background-color-secondary)}._theSticky_164md_1 ._theNavBar_164md_10{position:relative;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;background-color:var(--background-color-secondary)}._theSticky_164md_1 ._theNavBar_164md_10 ._theLogo_164md_18{width:30%}@media screen and (min-width: 426px){._theSticky_164md_1 ._theNavBar_164md_10 ._theLogo_164md_18{width:120px}}._theSticky_164md_1 ._theNavBar_164md_10 ._theLogo_164md_18 img{width:100%;display:block;object-fit:cover}._theSticky_164md_1 ._theNavBar_164md_10 ._theNLeft_164md_31{display:flex;justify-content:flex-end;align-items:center;width:30%}._theSticky_164md_1 ._theNavBar_164md_10 ._theNLeft_164md_31 ._theField_164md_37{position:relative;width:70%;z-index:1;margin:0 16px 0 0}@media screen and (min-width: 426px){._theSticky_164md_1 ._theNavBar_164md_10 ._theNLeft_164md_31 ._theField_164md_37{width:80px}}._theSticky_164md_1 ._theNavBar_164md_10 ._theNLeft_164md_31 ._theIcon20_164md_48{display:flex}._theSticky_164md_1 ._theNavBar_164md_10 ._theNLeft_164md_31 ._theIcon20_164md_48 svg{fill:var(--title-color)}._theSticky_164md_1 ._theFloatNavBar_164md_54{position:relative}._theSticky_164md_1 ._theFloatNavBar_164md_54 ._theFNBBox_164md_57{position:absolute;bottom:10px;right:10px;width:35px;display:flex;justify-content:center;align-items:center;background:var(--primary-color);border:1px solid var(--white-color);border-radius:3px;cursor:pointer;aspect-ratio:1}._theSticky_164md_1 ._theFloatNavBar_164md_54 ._theFNBBox_164md_57 ._theFNBBIcon_164md_71{width:25px}._theSticky_164md_1 ._theFloatNavBar_164md_54 ._theFNBBox_164md_57 ._theFNBBIcon_164md_71 img{width:100%;display:block}._theStickyDrawer_164md_79{position:fixed;top:calc(var(--header-height));right:0;bottom:0;width:100%;height:100vh;z-index:10;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}@media screen and (min-width: 1024px){._theStickyDrawer_164md_79{top:0;z-index:999}}._theStickyDrawer_164md_79 ._theDrawerWrapper_164md_97{position:fixed;width:100%;right:-500px;background-color:var(--background-color-secondary);box-shadow:-4px 4px 4px #0000000d;transform:translate(100%);transition:transform .3s ease;z-index:100}@media screen and (min-width: 426px){._theStickyDrawer_164md_79 ._theDrawerWrapper_164md_97{width:443px}}._theStickyDrawer_164md_79 ._customDrawer_164md_112{position:absolute;width:100%;height:100vh;right:-100%;top:calc(var(--header-height) + 1px);z-index:9999;transition:all 225ms cubic-bezier(0,0,.2,1) 0ms}._theStickyDrawer_164md_79 ._customDrawerShow_164md_122{position:absolute;width:100%;height:100vh;top:calc(var(--header-height) + 1px);right:0%;transition:all 225ms cubic-bezier(0,0,.2,1) 0ms;z-index:9999;box-shadow:-4px 4px 4px #0000000d}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132{position:relative;overflow:hidden;height:100vh;width:100%;margin:0 0 0 auto}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._customDrawerContent_164md_132{position:absolute;background-color:var(--white-color);height:100vh;width:100%;top:0;overflow-y:auto;transition:transform .3s ease-in-out;display:flex;flex-direction:column}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._customDrawerContentHide_164md_154{position:absolute;background-color:var(--white-color);margin:0 0 0 auto;height:100vh;width:100%;top:-100%;overflow-y:auto;transition:transform .3s ease-in-out}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeader_164md_164{display:flex;align-items:center;margin:16px 26px;cursor:pointer}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeader_164md_164 ._theNLHIcon_164md_170{width:20px}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeader_164md_164 ._theNLHIcon_164md_170 img{width:100%;display:block}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeader_164md_164 ._theNLHIconFill_164md_177{display:flex;color:var(--title-color)}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLink_164md_164{padding:14px 26px;cursor:pointer}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeaderBorder_164md_185{margin:16px;padding:12px 0;display:flex;align-items:center;border-top:1px solid rgb(216,216,216);border-bottom:1px solid rgb(216,216,216);cursor:pointer}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeaderBorder_164md_185 ._theNLHIcon_164md_170{width:20px}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeaderBorder_164md_185 ._theNLHIcon_164md_170 img{width:100%;display:block}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLinkHeaderBorder_164md_185 ._theNLHIconFill_164md_177{display:flex;color:var(--title-color)}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLoginBox_164md_205{padding:0 32px 16px 16px}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLoginBox_164md_205 ._theNavLBFlex_164md_208{display:flex;justify-content:flex-start;align-items:center}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLoginBox_164md_205 ._theNavLBFlex_164md_208 ._theNavLBIcon_164md_213{width:20px}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLoginBox_164md_205 ._theNavLBFlex_164md_208 ._theNavLBIcon_164md_213 img{width:100%;display:block}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLoginBox_164md_205 ._theSideBalance_164md_220{padding:0 15px;cursor:pointer}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavLoginBox_164md_205 ._theNavLBButton_164md_224{width:fit-content;padding:16px 0}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavSecondBox_164md_228{background-color:#f2f2f2;padding:16px 0 150px;flex:1}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavSecondBox_164md_228 ._theNavSBFlex_164md_235{display:flex;justify-content:flex-start;align-items:center;padding:0 0 32px}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavSecondBox_164md_228 ._theNavSBFlex_164md_235 ._theNavSBFIcon_164md_241{display:flex;color:var(--title-color)}._theStickyDrawer_164md_79 ._customDrawerContentRelative_164md_132 ._theNavSecondBox_164md_228 ._theNavSBButton_164md_245{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid rgb(203,203,203);border-radius:8px;background:#fff;cursor:pointer}._showDrawer_164md_256{visibility:visible;opacity:1}._showDrawer_164md_256 ._theDrawerWrapper_164md_97{right:0;transform:translate(0);transition:transform .3s ease}._theFloatIconDaily_164md_268{position:relative;top:450px;z-index:999}._theFloatIconDaily_164md_268 ._theWheelWrapper_164md_273{position:absolute;right:5px;width:70px}._theFloatIconDaily_164md_268 ._theWheelWrapper_164md_273 img{width:100%;display:flex;cursor:pointer}._theModalBackdrop_164md_284{background-color:#00000080;width:100%;height:100%;position:absolute;z-index:999;display:flex;justify-content:center;align-items:center}._theModalBackdrop_164md_284 ._theModalClose_164md_294{position:absolute;top:10px;right:10px;width:20px;z-index:2;cursor:pointer}@media screen and (min-width: 1024px){._theModalBackdrop_164md_284 ._theModalClose_164md_294{width:40px}}._theModalBackdrop_164md_284 ._theModalClose_164md_294 svg{display:block}._theModalBackdrop_164md_284 ._theModalLogin_164md_310{width:100%;max-width:765px;max-height:100vh;overflow-x:hidden;overflow-y:scroll;position:relative}@media screen and (min-width: 768px){._theModalBackdrop_164md_284 ._theModalLogin_164md_310{width:60%}}@media screen and (min-width: 1024px){._theModalBackdrop_164md_284 ._theModalLogin_164md_310{max-height:90vh}}._root_1i6e9_1{margin:0;text-align:var(--align, left);color:var(--color, var(--paragraph-color));font-size:var(--font-size-small, var(--font-size));font-weight:var(--bold, normal);text-decoration:var(--text-decoration, none);text-transform:var(--text-transform, none);line-height:var(--line-height, 18px);letter-spacing:var(--letter-spacing, 0);font-family:var(--font-family, var(--primary-font))}@media screen and (min-width: 1024px){._root_1i6e9_1{font-size:var(--font-size, 14px)}}._root_14r17_1{width:100%;margin-bottom:var(--margin-bottom, 0);padding:var(--padding, .4rem 2rem);background:var(--background, var(--white-color));border-radius:var(--border-radius, 0);border:var(--border, unset);box-shadow:var(--box-shadow, unset);display:var(--display, flex);align-items:center;justify-content:center;cursor:pointer}._root_14r17_1:hover{background:var(--hover-background, var(--white-color))}._root_14r17_1 ._label_14r17_17{width:100%;margin:0;color:var(--color, var(--white-color));font-weight:var(--font-weight, normal);text-align:var(--text-align, center);font-size:var(--font-size, 16px);text-decoration:var(--text-decoration, none)}._theFooter_1uso0_1{position:relative;background:#142032;z-index:1}._theFooter_1uso0_1 ._theNav_1uso0_6{width:100%;padding:30px 15px 48px;margin:0 auto}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theLogo_1uso0_11{width:45%;margin:0 0 30px}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theNavLink_1uso0_15{padding:0 0 20px;cursor:pointer}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theButton_1uso0_19{margin:10px 0 0;width:max-content}@media screen and (min-width: 426px){._theFooter_1uso0_1 ._theNav_1uso0_6{padding:40px 0}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theLogo_1uso0_11{width:160px;margin:0 0 50px}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theButton_1uso0_19{margin:50px 0 0}}@media screen and (min-width: 1024px){._theFooter_1uso0_1 ._theNav_1uso0_6{display:flex;align-items:center;justify-content:space-between}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theLogo_1uso0_11{margin:0}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theNavLinksWrapper_1uso0_44{display:flex;align-items:center}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theNavLink_1uso0_15{padding:0 18px;cursor:pointer}._theFooter_1uso0_1 ._theNav_1uso0_6 ._theButton_1uso0_19{margin:0}}._theFooter_1uso0_1 ._theCopyRight_1uso0_56{padding:17px 15px;background-color:var(--primary-color)}@media screen and (min-width: 1024px){._theFooter_1uso0_1{position:relative;height:180px;bottom:0;left:0;right:0;margin:0 auto}}
