@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('../fonts/YouSheBiaoTiHei-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display:swap;
}
@keyframes fadeIn{0%{opacity:0}
to{opacity:1}
}
html{scroll-padding-top:50px}
body{background:#0e0847;color:#fff;margin:0;min-width:1280px;font-family:Noto Sans,sans-serif;overflow-x:clip;overflow-y:auto;animation:fadeIn .4s ease-in;scroll-behavior:smooth}
a{color:#fff;text-decoration:none}
*{box-sizing:border-box}
.section-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:75px 0;position:relative}
@media screen and (max-width: 1279px){body{min-width:375px;width:100%}
.section-container{padding:60px 20px}
}
@keyframes bounceIn{0%{transform:scale(.1);opacity:0}
60%{transform:scale(1.1);opacity:1}
to{transform:scale(1)}
}
@keyframes pulsing{0%{transform:scale(1)}
30%{transform:scale(1.05)}
to{transform:scale(1)}
}
@keyframes floating{0%{transform:translateY(0)}
30%{transform:translateY(4px)}
to{transform:translateY(0)}
}
@keyframes floatingIntense{0%{transform:translateY(0)}
30%{transform:translateY(12px)}
to{transform:translateY(0)}
}
@keyframes flyInBottom{0%{transform:translateY(200px);opacity:0}
50%{opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes flyInTop{0%{transform:translateY(-200px);opacity:0}
50%{opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes flyInLeft{0%{transform:translate(-200px);opacity:0}
50%{opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes flyInRight{0%{transform:translate(200px);opacity:0}
50%{opacity:0}
to{transform:translateY(0);opacity:1}
}
.menu-container.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{display:flex;-webkit-user-select:none;user-select:none;cursor:pointer}
.menu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0,.submenu-label.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{display:inline-flex;flex-direction:column;align-items:center;cursor:pointer;margin:0 17px;border-bottom:1px solid transparent}
.menu-container.svelte-z7nzi0>.menu-item.svelte-z7nzi0.svelte-z7nzi0:hover{font-weight:700;border-bottom:1px solid #fff}
.submenu-label.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0:after,.menu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0:after{content:attr(data-title);height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;user-select:none;pointer-events:none;font-weight:700}
.menu-item.active-menu.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0,.submenu-label.active-menu.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{font-weight:700;border-bottom:1px solid #fff}
.submenu-container.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{position:relative;margin:0 17px}
.submenu-label.svelte-z7nzi0 .submenu-arrow.svelte-z7nzi0.svelte-z7nzi0{position:absolute;top:calc(50% - 4px);right:0}
.submenu-container.svelte-z7nzi0:hover>.submenu-label.svelte-z7nzi0.svelte-z7nzi0{font-weight:700}
.submenu-container.svelte-z7nzi0:hover>.submenu-label.svelte-z7nzi0>.submenu-arrow.svelte-z7nzi0{transform:rotate(180deg)}
.submenu-content.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{display:none;position:absolute;left:50%;transform:translate(-50%);min-width:140px;border-radius:4px;background:linear-gradient(180deg,rgba(131,204,255,0),#125a98);box-shadow:3px 3px 12px #00448b80,2px 2px 6px #154f8a66 inset}
.submenu-container.svelte-z7nzi0:hover>.submenu-content.svelte-z7nzi0.svelte-z7nzi0{display:block}
.submenu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{display:block;text-align:center;padding:10px 25px}
.submenu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0:hover{border-radius:4px;background:var(--blue-gradient);box-shadow:2px 2px 6px #1588ff99,0 -2px 5px #0062c84d inset,0 2px 6px #fff6 inset}
@media screen and (max-width: 1279px){.menu-container.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{flex-direction:column;position:relative;max-height:0px;overflow:hidden;background:#0b1f57;transition:all .4s;display:block;opacity:0}
.menu-container.active.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{max-height:800px;opacity:100}
.menu-container.svelte-z7nzi0>.menu-item.svelte-z7nzi0.svelte-z7nzi0:hover,.menu-item.active-menu.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0,.submenu-container.svelte-z7nzi0:hover>.submenu-label.svelte-z7nzi0.svelte-z7nzi0,.submenu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0:hover,.submenu-label.active-menu.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{background:linear-gradient(180deg,rgba(131,204,255,0),rgba(18,90,152,.5));box-shadow:3px 3px 12px #00448b80,2px 2px 6px #154f8a66 inset;border:none}
.submenu-label.active-menu.svelte-z7nzi0 a.svelte-z7nzi0.svelte-z7nzi0{border:none}
.submenu-content.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{width:100%;display:block;position:relative;border-radius:4px;background:rgba(0,0,0,.1);box-shadow:2px 2px 6px #0003 inset}
.menu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0,.submenu-container.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{display:flex;margin:0;font-size:16px;font-weight:700}
.menu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0,.submenu-label.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{height:55px;font-weight:400;margin:0;padding:0 20px;align-items:flex-start;justify-content:center}
.menu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{align-items:center;padding:0 20px}
.submenu-container.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{flex-direction:column}
.submenu-content.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0:before{content:"";height:85%;width:3px;position:absolute;left:20px;background-color:#162970}
.submenu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{position:relative;text-align:left;font-weight:400;padding:0 0 0 60px}
.menu-item.svelte-z7nzi0 a.svelte-z7nzi0.svelte-z7nzi0,.submenu-label.svelte-z7nzi0 a.svelte-z7nzi0.svelte-z7nzi0,.submenu-item.svelte-z7nzi0 a.svelte-z7nzi0.svelte-z7nzi0{width:100%;height:55px;display:flex;align-items:center}
.submenu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0:before{content:"";height:3px;width:25px;left:20px;top:28px;position:absolute;background-color:#162970}
.submenu-item.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0:after{content:"";height:6px;width:6px;left:40px;top:24px;border-radius:100%;position:absolute;background-color:#0b063d;border:3px solid #162970}
.submenu-arrow.svelte-z7nzi0.svelte-z7nzi0.svelte-z7nzi0{display:none}
}
:root{--blue-gradient:linear-gradient(#3e9dff, #64ccdd);--blue-hover-gradient:linear-gradient( rgba(100, 204, 221, .35), rgba(43, 147, 255, .35) ), rgba(255, 255, 255, .2);--animation-timing-function:opacity .7s ease-in-out}
.header-container.svelte-1vfk3tk.svelte-1vfk3tk{position:fixed;left:0;right:0;background:linear-gradient(rgba(11,6,61,1),rgba(11,6,61,0));width:100%;padding:30px 20px;z-index:20}
.header-navigation.svelte-1vfk3tk.svelte-1vfk3tk{display:flex;align-items:center;justify-content:space-between;width:1280px;margin:0 auto}
.site-logo.svelte-1vfk3tk.svelte-1vfk3tk{cursor:pointer}
.site-logo.svelte-1vfk3tk.svelte-1vfk3tk:hover{transform:scale(1.02)}
.site-logo.svelte-1vfk3tk.svelte-1vfk3tk:active{transform:scale(1)}
.mobile-menu-icon.svelte-1vfk3tk.svelte-1vfk3tk{position:absolute;top:16px;right:20px;display:none;width:24px;height:24px;background:url(../images/hamburg.svg) center center no-repeat;cursor:pointer}
.mobile-menu-icon.svelte-1vfk3tk.svelte-1vfk3tk:is(.active){background:url(../images/cross.svg) center center no-repeat}
@media screen and (max-width: 1279px){.header-container.svelte-1vfk3tk.svelte-1vfk3tk{padding:0;flex-direction:column}
.header-container.svelte-1vfk3tk.svelte-1vfk3tk:is(.active){height:100%;overflow-y:scroll}
.header-navigation.svelte-1vfk3tk.svelte-1vfk3tk{display:block;width:100%}
.site-logo.svelte-1vfk3tk.svelte-1vfk3tk{padding:10px 20px}
.site-logo.svelte-1vfk3tk.svelte-1vfk3tk:is(.active){background:#0b1f57}
.site-logo.svelte-1vfk3tk img.svelte-1vfk3tk{width:98px;height:auto}
.site-logo.svelte-1vfk3tk.svelte-1vfk3tk:hover,.site-logo.svelte-1vfk3tk.svelte-1vfk3tk:active{transform:none}
.mobile-menu-icon.svelte-1vfk3tk.svelte-1vfk3tk{display:flex}
}
.banner-container.svelte-ely3a9.svelte-ely3a9{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:center / cover no-repeat url(../images/banner-background.webp);height:752px;text-align:center}
.banner-billiard-ball.svelte-ely3a9.svelte-ely3a9{position:absolute;animation:floatingIntense ease-in-out infinite}
.banner-billiard-ball.svelte-ely3a9 img.svelte-ely3a9{width:50%;height:auto}
.first.svelte-ely3a9.svelte-ely3a9{bottom:138px;left:-84px;animation-duration:2.5s}
.second.svelte-ely3a9.svelte-ely3a9{bottom:54px;right:-63px;animation-duration:3.5s;animation-delay:.5s}
.third.svelte-ely3a9.svelte-ely3a9{top:127px;right:306px;animation-duration:2s;animation-delay:.3s}
.banner-title.svelte-ely3a9.svelte-ely3a9{font-family:YouSheBiaoTiHei,Impact,sans-serif;font-size:130px;line-height:100%;text-shadow:-4px 4px 4px rgba(21,136,255,.6);word-break:keep-all}
.banner-subtitle.svelte-ely3a9.svelte-ely3a9{font-size:22px;font-weight:700;letter-spacing:-.484px}
.banner-play-button.svelte-ely3a9.svelte-ely3a9{content:"";width:92px;height:92px;background-repeat:no-repeat;transition:.3s;cursor:pointer;animation:svelte-ely3a9-playButton 2s ease-in-out alternate infinite}
@keyframes svelte-ely3a9-playButton{0%,to{background-image:url(../images/play-button.svg);transform:scale(1)}
50%{background-image:url(../fonts/play-button-hover.svg);transform:scale(1.05)}
}
.banner-play-button.svelte-ely3a9.svelte-ely3a9:hover{transform:scale(1.1)!important}
@media screen and (max-width: 1279px){.banner-container.svelte-ely3a9.svelte-ely3a9{width:100%;padding:0 20px;background-image:url(../images/banner-background-mobile.webp);background-repeat:no-repeat;background-size:100% auto;background-position:center bottom;overflow:hidden}
.first.svelte-ely3a9.svelte-ely3a9{bottom:148px;left:-20px}
.first.svelte-ely3a9 img.svelte-ely3a9{height:127px;width:auto}
.second.svelte-ely3a9.svelte-ely3a9{bottom:14px;right:-13px}
.second.svelte-ely3a9 img.svelte-ely3a9{height:84px;width:auto}
.third.svelte-ely3a9.svelte-ely3a9{top:110px;right:80px}
.third.svelte-ely3a9 img.svelte-ely3a9{height:71px;width:auto}
.banner-title.svelte-ely3a9.svelte-ely3a9{font-size:85px}
.banner-subtitle.svelte-ely3a9.svelte-ely3a9{font-size:20px}
html[lang=en] .banner-container .banner-title.banner-title{font-size:65px}
html[lang=en] .banner-subtitle .banner-subtitle.banner-title{font-size:16px}
}
html[lang=en] .banner-container .banner-title{font-family:Noto Sans,sans-serif;font-size:100px;line-height:1.2;max-width:1100px}
html[lang=en] .banner-container .banner-subtitle{font-size:18px;padding-top:12px}
.banner-play-button.svelte-ely3a9.svelte-ely3a9{display:none}
.section-header.svelte-1v8jgrp{text-align:center;min-height:120px;padding-bottom:30px}
.section-title.svelte-1v8jgrp{font-size:56px;font-weight:700}
.section-subtitle.svelte-1v8jgrp{color:#fdcd40;font-size:16px;text-transform:uppercase}
@media screen and (max-width: 1279px){.section-title.svelte-1v8jgrp{font-size:40px}
}
.cooperation-cash-container.svelte-bvj33u.svelte-bvj33u{position:relative}
.cooperation-cash-static-image.svelte-bvj33u img.svelte-bvj33u{width:100%;object-fit:contain}
.cooperation-cash-animate-image.svelte-bvj33u.svelte-bvj33u{position:absolute;top:0;left:0;animation:floating ease-in-out infinite,svelte-bvj33u-rotate 3s ease-in-out infinite}
.top.svelte-bvj33u.svelte-bvj33u{animation-duration:2s}
.bottom.svelte-bvj33u.svelte-bvj33u{animation-duration:3s}
@keyframes svelte-bvj33u-rotate{0%,to{transform:rotate(0)}
50%{transform:rotate(10deg)}
}
.cooperation-cash-animate-image.svelte-bvj33u img.svelte-bvj33u{width:100%;height:auto}
.cooperation-api-container.svelte-1mgsxzb.svelte-1mgsxzb{position:relative}
.cooperation-api-static-image.svelte-1mgsxzb img.svelte-1mgsxzb{width:100%;object-fit:contain}
.cooperation-api-animate-image.svelte-1mgsxzb.svelte-1mgsxzb{position:absolute;top:0;left:0;animation:floating 3s linear infinite}
.cooperation-api-animate-image.svelte-1mgsxzb img.svelte-1mgsxzb{width:100%;height:auto}
.cooperation-container.svelte-q0fdj6{background:url(../images/cooperation-background.webp) 50% / cover no-repeat;min-height:850px}
.cooperation-content.svelte-q0fdj6{display:flex;gap:50px;min-height:423px}
.cooperation-card.svelte-q0fdj6{width:250px;display:flex;flex-direction:column;align-items:center}
.cooperation-card-img.svelte-q0fdj6{display:flex;height:225px;margin-top:10px}
.cooperation-card-content.svelte-q0fdj6{padding-bottom:25px;font-size:15px;text-align:center}
.cooperation-card-title.svelte-q0fdj6{font-size:20px;font-weight:700;margin-bottom:15px;text-align:center}
@media screen and (max-width: 1279px){.cooperation-content.svelte-q0fdj6{flex-direction:column;min-height:1365px}
.cooperation-card.svelte-q0fdj6{width:100%;text-align:center}
.cooperation-card-img.svelte-q0fdj6{margin:15px 0}
}
html[lang=en] .cooperation-card-title{white-space:pre}
.game-tab-container.svelte-1412lg3{display:flex;gap:12px;justify-content:center;padding-bottom:30px}
.game-tab-item.svelte-1412lg3{display:flex;align-items:center;padding:4px 22px;border-radius:23px;background:var(--button-hover-gradient);box-shadow:0 2px 4px #1c96ff66,0 4px 8px #00448ae6 inset,0 4px 8px #00448ae6 inset;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;text-shadow:-1px 1px 2px rgba(21,136,255,.4);font-family:YouSheBiaoTiHei,Impact,sans-serif;font-size:28px}
.game-tab-item.active-tab.svelte-1412lg3,.game-tab-item.svelte-1412lg3:hover{background:var(--blue-gradient);box-shadow:2px 2px 6px #1588ff99,0 -2px 5px #0062c84d inset,0 2px 6px #fff6 inset}
.game-tab-icon-1.svelte-1412lg3{width:32px;height:32px}
.game-tab-icon-2.svelte-1412lg3{width:35px;height:32px}
.game-tab-icon-3.svelte-1412lg3{width:31px;height:22px}
.game-tab-icon-4.svelte-1412lg3{width:37px;height:35px}
.game-tab-icon-5.svelte-1412lg3{width:36px;height:32px}
@media screen and (max-width: 1279px){.game-tab-container.svelte-1412lg3{flex-wrap:wrap;gap:10px}
.game-tab-item.svelte-1412lg3{font-size:20px;padding:4px 15px}
}
html[lang=en] .game-tab-item{font-family:Noto Sans,sans-serif;font-size:20px}
.game-tab-carousel.svelte-186vlpf.svelte-186vlpf{display:flex;flex-direction:column;min-height:115px}
.game-carousel-container.svelte-186vlpf.svelte-186vlpf{width:100%;padding:0 10px;position:relative;display:grid;grid-template:1fr / 1fr;overflow:hidden;min-height:97px}
.game-carousel-row.svelte-186vlpf.svelte-186vlpf{display:flex;width:100%;position:relative;visibility:hidden;grid-column:1 / 1;grid-row:1 / 1}
.game-row-align-center.svelte-186vlpf.svelte-186vlpf{justify-content:center;padding:0 10px}
.game-carousel-row.active-row.svelte-186vlpf.svelte-186vlpf{visibility:visible;transition:all .7s ease-in-out}
.game-carousel-item.svelte-186vlpf img.svelte-186vlpf{width:100%;max-width:92px;height:auto}
.game-carousel-buttons.svelte-186vlpf.svelte-186vlpf{position:absolute;top:35%;width:100%;cursor:pointer;z-index:8}
.game-carousel-left-arrow.svelte-186vlpf.svelte-186vlpf{position:absolute;left:0}
.game-carousel-right-arrow.svelte-186vlpf.svelte-186vlpf{position:absolute;right:-5px}
.game-carousel-pagination.svelte-186vlpf.svelte-186vlpf{display:flex;justify-content:center;margin-top:10px}
.game-carousel-dot.svelte-186vlpf.svelte-186vlpf{content:"";display:inline-block;width:8px;height:8px;margin:0 4px;border-radius:100%;opacity:.5;background:linear-gradient(#1588ff,#75b9ff);cursor:pointer}
.game-carousel-dot.active-row.svelte-186vlpf.svelte-186vlpf{opacity:1}
@media screen and (max-width: 1279px){.game-carousel-container.svelte-186vlpf.svelte-186vlpf{width:100%;min-height:unset}
.game-tab-carousel.svelte-186vlpf.svelte-186vlpf{min-height:unset}
.game-carousel-right-arrow.svelte-186vlpf.svelte-186vlpf{right:0}
.game-carousel-row.svelte-186vlpf.svelte-186vlpf{gap:6px;justify-content:center}
.game-carousel-item.svelte-186vlpf img.svelte-186vlpf{max-width:54px}
}
.game-tab-content-container.svelte-wdqjwg.svelte-wdqjwg{position:relative;display:grid;grid-template:1fr / 1fr;place-items:center;min-height:377px}
.game-tab-content.svelte-wdqjwg.svelte-wdqjwg{grid-column:1 / 1;grid-row:1 / 1;display:flex;align-items:center;gap:25px;position:relative}
.game-tab-image-container.svelte-wdqjwg.svelte-wdqjwg{position:relative;min-width:440px;height:337px}
.game-tab-image.svelte-wdqjwg.svelte-wdqjwg{position:absolute;top:0;left:0;max-width:430px}
.game-image-0.svelte-wdqjwg.svelte-wdqjwg{animation:floating 2s linear reverse infinite}
.game-image-1.svelte-wdqjwg.svelte-wdqjwg{animation-delay:.3s;animation:floating 1.5s ease-out reverse infinite}
.game-image-2.svelte-wdqjwg.svelte-wdqjwg{animation-delay:.5s;animation:floating 1s ease-out reverse infinite}
.game-tab-body.svelte-wdqjwg.svelte-wdqjwg{max-width:480px}
.game-tab-title.svelte-wdqjwg.svelte-wdqjwg{font-family:YouSheBiaoTiHei,Impact,sans-serif;font-size:36px;margin-bottom:10px}
.game-tab-text.svelte-wdqjwg.svelte-wdqjwg{font-size:15px;margin-bottom:30px}
@media screen and (max-width: 1279px){.game-tab-content-container.svelte-wdqjwg.svelte-wdqjwg{overflow:hidden;min-height:570px}
.game-tab-image-container.svelte-wdqjwg.svelte-wdqjwg{width:100%;min-width:unset}
.game-tab-image.svelte-wdqjwg img.svelte-wdqjwg,.game-tab-body.svelte-wdqjwg.svelte-wdqjwg{max-width:unset;width:100%;text-align:center}
.game-tab-content.svelte-wdqjwg.svelte-wdqjwg{flex-direction:column}
}
html[lang=en] .game-tab-title.game-tab-title{font-family:Noto Sans,sans-serif}
.tab-container.svelte-102uv2{display:flex;gap:12px;justify-content:center;margin-bottom:50px;padding:6px;border-radius:33px;background:var(--button-hover-gradient);box-shadow:0 2px 4px #1c96ff66,0 4px 8px #00448ae6 inset,0 4px 8px #00448ae6 inset;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}
.tab-item.svelte-102uv2{display:flex;align-items:center;padding:4px 22px;border-radius:23px;cursor:pointer;font-size:24px;font-weight:700}
.tab-item.active-tab.svelte-102uv2,.tab-item.svelte-102uv2:hover{background:var(--blue-gradient);box-shadow:2px 2px 6px #1588ff99,0 -2px 5px #0062c84d inset,0 2px 6px #fff6 inset}
html[lang=en] .tab-container .tab-item{font-size:20px}
.banner-wrapper.svelte-14el9jc.svelte-14el9jc{position:relative;min-height:500px;width:450px}
.banner-wrapper.svelte-14el9jc>img.svelte-14el9jc{position:absolute}
.banner-main.svelte-14el9jc.svelte-14el9jc{animation:2.5s floating 1.2s ease infinite}
.banner-icon.svelte-14el9jc.svelte-14el9jc{animation:1.8s floating ease infinite}
.banner-icon-2.svelte-14el9jc.svelte-14el9jc{animation:2.2s floating ease infinite}
@media screen and (max-width: 1279px){.banner-wrapper.svelte-14el9jc.svelte-14el9jc,.banner-wrapper.svelte-14el9jc>img.svelte-14el9jc{width:100%}
.banner-wrapper.svelte-14el9jc>img.svelte-14el9jc{max-height:400px;object-fit:contain;object-position:center bottom}
}
.feature-tab-content-container.svelte-wfneas{width:950px;display:grid;grid-template:1fr / 1fr}
.feature-tab-content.svelte-wfneas{justify-content:space-evenly;display:flex;align-items:center;gap:25px;grid-column:1 / 1;grid-row:1 / 1}
.feature-subtab-items.svelte-wfneas{display:flex;justify-content:center;padding:15px 60px;margin:10px 0;border-radius:30px;text-align:center;font-size:20px;opacity:.7;cursor:pointer}
.feature-subtab-items.active-tab.svelte-wfneas{font-weight:700;opacity:1;background:linear-gradient(rgba(43,147,255,.7),rgba(100,204,221,.03));box-shadow:2px 2px 6px #1588ff99,0 -2px 5px #0062c84d inset,0 2px 6px #fff6 inset}
.feature-subtab-img-container.svelte-wfneas{display:grid;grid-template:1fr / 1fr;min-height:500px;min-width:460px}
@media screen and (max-width: 1279px){.feature-tab-content-container.svelte-wfneas{width:100%;overflow:hidden}
.feature-subtab-img-container.svelte-wfneas{width:100%;min-width:unset;min-height:500px}
.feature-tab-content.svelte-wfneas{flex-direction:column-reverse}
}
html[lang=en] .feature-subtab-items.feature-subtab-items{font-size:18px;font-weight:400;padding:15px 40px;white-space:nowrap}
.feature-container.svelte-17tb7bw{background:url(../images/feature-background.webp) 50% / cover no-repeat}
.mobile-cash-container.svelte-1g0qzha.svelte-1g0qzha{overflow:hidden;position:relative;min-height:460px}
.mobile-cash-container.svelte-1g0qzha>img.svelte-1g0qzha{position:absolute}
.mobile-screen-1.svelte-1g0qzha.svelte-1g0qzha{z-index:2;left:18%}
.mobile-screen-2.svelte-1g0qzha.svelte-1g0qzha{top:15%;left:43%}
.mobile-cash-icons.svelte-1g0qzha.svelte-1g0qzha{z-index:3}
.mobile-cash-card.svelte-1g0qzha.svelte-1g0qzha{bottom:80px;right:6%;animation:1.9s linear floating infinite}
.mobile-cash-cloud.svelte-1g0qzha.svelte-1g0qzha{bottom:-50px;left:-10%;animation:2.2s ease floating infinite}
.mobile-cash-ticket-1.svelte-1g0qzha.svelte-1g0qzha{top:50px;left:0;animation:1.6s ease-in-out floating infinite}
.mobile-cash-ticket-2.svelte-1g0qzha.svelte-1g0qzha{bottom:180px;right:10%;animation:2.1s ease-out .5s floating infinite}
@media screen and (max-width: 1279px){.mobile-screen-1.svelte-1g0qzha.svelte-1g0qzha{height:280px}
.mobile-screen-2.svelte-1g0qzha.svelte-1g0qzha{left:47%;height:280px}
.mobile-cash-card.svelte-1g0qzha.svelte-1g0qzha{height:140px;right:-6%;bottom:120px}
.mobile-cash-cloud.svelte-1g0qzha.svelte-1g0qzha{height:240px;bottom:40px}
.mobile-cash-ticket-1.svelte-1g0qzha.svelte-1g0qzha{height:100px;top:50px;left:0}
.mobile-cash-ticket-2.svelte-1g0qzha.svelte-1g0qzha{height:100px;right:-5%;bottom:220px}
}
.mobile-tab-content-wrapper.svelte-uow2s7{display:grid;grid-template:1fr / 1fr}
.mobile-tab-content-container.svelte-uow2s7{display:flex;gap:50px;grid-column:1 / 1;grid-row:1 / 1;align-items:center}
.mobile-tab-img.svelte-uow2s7{width:550px}
.mobile-tab-title.svelte-uow2s7{font-size:32px;font-weight:700;margin-bottom:30px}
.mobile-tab-icons-container.svelte-uow2s7{display:grid;grid-template-columns:1fr 1fr;font-size:20px;font-weight:700}
.mobile-tab-icons.svelte-uow2s7{display:flex;align-items:center}
@media screen and (max-width: 1279px){.mobile-tab-content-container.svelte-uow2s7{flex-direction:column}
.mobile-tab-content.svelte-uow2s7{display:flex;flex-direction:column;align-items:center}
.mobile-tab-title.svelte-uow2s7{text-align:center}
.mobile-tab-icons-container.svelte-uow2s7{width:100%;justify-items:center}
.mobile-tab-img.svelte-uow2s7{width:100%}
}
.mobile-container.svelte-1e4k9je{background:url(../images/mobile-background.webp) 50% / cover no-repeat}
.about-container.svelte-qbmdst{display:flex;gap:35px}
.about-card.svelte-qbmdst{display:flex;flex-direction:column;justify-content:center;width:178px;height:478px;padding:0 44px;border-radius:11px;font-size:15px;cursor:pointer;overflow:hidden;background-repeat:no-repeat;box-shadow:2px 2px 8px #75b9ff33,4px -4px 10px #00396a66 inset,-4px 4px 10px #fff3 inset}
.about-card.active-tab.svelte-qbmdst{width:518px;cursor:unset}
.about-card-title.svelte-qbmdst{font-size:22px;font-weight:700;margin-bottom:25px}
.about-card-content.svelte-qbmdst{display:none;font-size:15px}
.about-card-content.active-tab.svelte-qbmdst{display:block;white-space:preserve}
.card-0.svelte-qbmdst{background:linear-gradient(180deg,rgba(70,164,245,.4),#114470),url(../images/about-small.webp)}
.card-0.active-tab.svelte-qbmdst{background:linear-gradient(180deg,rgba(17,68,112,0),#07365f),url(../images/about-full.webp)}
.card-1.svelte-qbmdst{background:linear-gradient(180deg,rgba(70,164,245,.4),#114470),url(../images/values-small.webp)}
.card-1.active-tab.svelte-qbmdst{background:linear-gradient(180deg,rgba(17,68,112,0),#07365f),url(../images/values-full.webp)}
.card-2.svelte-qbmdst{background:linear-gradient(180deg,rgba(70,164,245,.4),#114470),url(../images/charity-small.webp)}
.card-2.active-tab.svelte-qbmdst{background:linear-gradient(180deg,rgba(17,68,112,0),#07365f),url(../images/charity-full.webp)}
@media screen and (max-width: 1279px){.about-container.svelte-qbmdst{flex-direction:column}
.about-card.svelte-qbmdst{width:100%;height:100px;text-align:center;font-size:20px;padding:0}
.about-card.active-tab.svelte-qbmdst{width:100%;padding:0 20px;height:400px}
.about-card-title.svelte-qbmdst{margin-bottom:0}
.card-0.svelte-qbmdst{background:linear-gradient(180deg,rgba(70,164,245,.4),#114470),url(../images/about-small-mobile.webp)}
.card-0.active-tab.svelte-qbmdst{background:linear-gradient(180deg,rgba(17,68,112,0),#07365f),url(../images/about-full-mobile.webp)}
.card-1.svelte-qbmdst{background:linear-gradient(180deg,rgba(70,164,245,.4),#114470),url(../images/values-small-mobile.webp)}
.card-1.active-tab.svelte-qbmdst{background:linear-gradient(180deg,rgba(17,68,112,0),#07365f),url(../images/values-full-mobile.webp)}
.card-2.svelte-qbmdst{background:linear-gradient(180deg,rgba(70,164,245,.4),#114470),url(../images/charity-small-mobile.webp)}
.card-2.active-tab.svelte-qbmdst{background:linear-gradient(180deg,rgba(17,68,112,0),#07365f),url(../images/charity-full-mobile.webp)}
}
.small-star.svelte-jpdto5{height:46px}
.large-star.svelte-jpdto5{height:75px}
.star.svelte-jpdto5{position:absolute}
.star-1.svelte-jpdto5{top:0;right:150px;animation:1.8s floating ease infinite,3.05s svelte-jpdto5-spinning linear infinite}
.star-2.svelte-jpdto5{top:-35px;right:185px;animation:2.5s floating linear infinite,3s svelte-jpdto5-spinning ease-in-out infinite}
.star-3.svelte-jpdto5{top:16px;right:240px;animation:1.5s floating ease-in-out infinite,2.95s svelte-jpdto5-spinning ease infinite}
@keyframes svelte-jpdto5-spinning{0%{transform:rotate(0)}
15%{transform:rotate(360deg)}
20%{transform:rotate(360deg)}
35%{transform:rotate(0)}
}
@media screen and (max-width: 1279px){.star-1.svelte-jpdto5{top:30px;right:0}
.star-2.svelte-jpdto5{top:0;right:35px}
.star-3.svelte-jpdto5{top:50px;right:85px}
}
.contact-banner-container.svelte-10tthe5{position:relative;height:600px;width:600px}
.contact-screen-chat.svelte-10tthe5{animation:2.5s svelte-10tthe5-nudging ease-in infinite}
.contact-us-banner.svelte-10tthe5{position:absolute;left:0;max-width:560px;width:100%}
.contact-us-emoji.svelte-10tthe5{position:absolute;top:35%;left:-20px;animation:1.8s floating ease infinite}
.contact-us-like.svelte-10tthe5{position:absolute;right:150px;top:40px;animation:2s floating ease infinite}
@keyframes svelte-10tthe5-nudging{0%{transform:scale(1)}
5%{transform:scale(1.02)}
10%{transform:scale(1)}
15%{transform:scale(1.02)}
20%{transform:scale(1)}
to{transform:scale(1)}
}
@media screen and (max-width: 1279px){.contact-banner-container.svelte-10tthe5{position:relative;height:350px;width:100%;max-width:100vw;overflow:hidden;margin-right:-120px}
.contact-us-banner.svelte-10tthe5{padding:70px 0 0 22px}
.contact-us-emoji.svelte-10tthe5{top:40%;left:0;height:100px;max-width:100vw}
.contact-us-like.svelte-10tthe5{height:100px;right:10px;top:60px;max-width:100vw}
}
.contact-container.svelte-wdw23e.svelte-wdw23e{background:url(../images/contact-background.webp) 50% / cover no-repeat}
.contact-wrapper.svelte-wdw23e.svelte-wdw23e{display:flex;gap:35px;font-size:20px;font-weight:700}
.contact-title.svelte-wdw23e.svelte-wdw23e{font-size:32px;margin-bottom:40px}
.contact-table.svelte-wdw23e.svelte-wdw23e{border-collapse:collapse;margin-bottom:35px}
.contact-table.svelte-wdw23e tr:first-child td.svelte-wdw23e{padding-bottom:17px}
.contact-content-container.svelte-wdw23e.svelte-wdw23e{margin-top:100px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}
@media screen and (max-width: 1279px){.contact-wrapper.svelte-wdw23e.svelte-wdw23e{flex-direction:column;text-align:center}
.contact-content-container.svelte-wdw23e.svelte-wdw23e{margin-top:0;display:flex;flex-direction:column;align-items:center}
.contact-title.svelte-wdw23e.svelte-wdw23e{font-size:30px}
}
.footer-container.svelte-182g4v6{color:#ffffff80;background:linear-gradient(180deg,rgba(17,68,112,.3),#07365f);padding:70px 0 50px;text-align:center;font-size:15px}
@media screen and (max-width: 1279px){.footer-container.svelte-182g4v6{width:100%;padding:11px 20px}
}
.video-modal.svelte-20jz2u.svelte-20jz2u{display:flex;justify-content:center;align-items:center;position:fixed;opacity:0;top:0;visibility:hidden;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:999}
.video-modal.active.svelte-20jz2u.svelte-20jz2u{visibility:visible;opacity:1;transition:var(--animation-timing-function)}
.video-close-icon.svelte-20jz2u.svelte-20jz2u{position:absolute;top:16px;right:20px;width:30px;height:30px;background:url(../images/cross.svg) center / cover no-repeat;cursor:pointer}
.video-container.svelte-20jz2u.svelte-20jz2u{display:flex;justify-content:center;align-items:center}
.video-container.svelte-20jz2u video.svelte-20jz2u{width:70vw}
@media screen and (max-width: 1279px){.video-container.svelte-20jz2u video.svelte-20jz2u{width:100vw}
}

