@layer components{.supported-countries-list{column-count:3}}@layer components{.wechat-section{padding:40px 0}.wechat-section__container{display:flex;flex-direction:column}.wechat-section__icon{flex-shrink:0;width:52px;height:52px}.wechat-section__title{margin:0;color:var(--color-navy-blue);font-weight:700;font-weight:400;font-size:16px;font-family:var(--font-secondary);line-height:normal}.wechat-section__header{display:flex;gap:24px;align-items:center;margin-bottom:32px}.wechat-section__qrcode{line-height:1px}.wechat-section__qrcode-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 44px}.wechat-section__qrcode-wrapper:before,.wechat-section__qrcode-wrapper:after{position:absolute;background-repeat:no-repeat;background-position:center;content:""}.wechat-section__qrcode-wrapper:before{top:0;left:0;width:45px;height:45px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='45'%20height='45'%20fill='none'%20viewBox='0%200%2045%2045'%3e%3cpath%20fill='%23FE9A01'%20d='M9.12%200%200%209.12V44.6h9.12V9.12H44.6V0H9.12Z'/%3e%3c/svg%3e")}.wechat-section__qrcode-wrapper:after{right:0;bottom:0;width:41px;height:41px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='41'%20height='41'%20fill='none'%20viewBox='0%200%2041%2041'%3e%3cpath%20fill='%23FE9A01'%20d='M31%200v31H0v10h41V0H31Z'/%3e%3c/svg%3e")}.wechat-section--theme-light-gray{background:var(--color-light-gray)}.wechat-section--theme-light-gray .wechat-section__theme,.wechat-section--theme-white .wechat-section__title{color:var(--color-navy-blue)}.wechat-section--theme-navy-blue{background:var(--color-navy-blue)}.wechat-section--theme-navy-blue .wechat-section__title{color:var(--ui-100)}@media(min-width:640px){.wechat-section{padding:48px 0}.wechat-section__title{font-size:24px}}@media(min-width:768px){.wechat-section{padding:58px 0}.wechat-section__container{flex-direction:row;gap:48px;align-items:center;justify-content:space-between;text-align:left}.wechat-section__icon{width:110px;height:110px}.wechat-section__title{font-weight:700;font-size:28px}.wechat-section__header{gap:24px;margin-bottom:0}}@media(min-width:992px){.wechat-section__title{font-size:34px}}}@layer components{.payments-cta-section{background-color:var(--color-light-gray)}.payments-cta-section__container{display:flex;flex-direction:column;gap:16px;align-items:center;padding-top:40px;padding-bottom:40px}.payments-cta-section__content{display:flex;flex-direction:column;order:2}.payments-cta-section__title{margin:0 0 16px;color:var(--color-navy-blue);font-weight:400;font-size:24px;line-height:1.3}.payments-cta-section__subtitle{margin:0;color:var(--text-primary);font-size:16px}.payments-cta-section__image{order:1;max-width:100%;height:auto}.payments-cta-section__cta{margin-top:32px}@media(min-width:992px){.payments-cta-section__container{flex-direction:row;gap:32px;justify-content:space-between;padding-top:0;padding-bottom:0}.payments-cta-section__content{order:1;width:490px;padding:60px 0}.payments-cta-section__title{margin-bottom:24px;font-size:34px}.payments-cta-section__subtitle{font-size:18px}.payments-cta-section__image{order:2}.payments-cta-section__cta{margin-top:48px}}}@layer components{.tooltip{position:fixed;z-index:-9999;margin:0;padding:0;font-weight:400;font-style:normal;line-height:1.5;letter-spacing:normal;white-space:normal;text-align:left;text-transform:none;text-decoration:none;text-shadow:none;word-break:normal;word-spacing:normal;overflow-wrap:break-word;visibility:hidden;opacity:0;transition:opacity 125ms ease-in-out,visibility 100s linear;line-break:auto}.tooltip__arrow{position:absolute;z-index:1;width:14px;height:14px;transform:rotate(45deg);pointer-events:none}.tooltip__content{box-sizing:border-box;max-width:320px;padding:12px;font-size:14px;line-height:150%;border-radius:var(--border-radius-default)}.tooltip[aria-hidden=false]{z-index:var(--z-index-floating);visibility:visible;opacity:1}.tooltip[data-placement^=top] .tooltip__arrow{box-shadow:2px 2px 1px #b8b8b833}.tooltip[data-placement^=bottom] .tooltip__arrow{box-shadow:-1px -1px 1px #b8b8b833}.tooltip[data-placement^=left] .tooltip__arrow{box-shadow:2px -2px 1px #b8b8b833}.tooltip[data-placement^=right] .tooltip__arrow{box-shadow:-2px 2px 1px #b8b8b833}.tooltip_theme_light .tooltip__content{background-color:var(--ui-100);box-shadow:2px 4px 15px #00000026}.tooltip_theme_light .tooltip__arrow{background-color:var(--ui-100)}@keyframes tooltip-fade-in{0%{opacity:0}99%{opacity:1}to{display:none}}@media(min-width:768px){.tooltip__content{padding:16px;font-size:16px}}}@layer components{.awards-section{padding:32px 0}.awards-section__container{display:flex;flex-direction:column;gap:48px}.awards-section__title{flex-shrink:1;margin:0;color:inherit;font-weight:700;font-size:18px;font-family:var(--font-primary);line-height:24px;text-align:center}.awards-section__list{display:flex;flex:1;flex-direction:column;gap:16px}.awards-section__group{display:flex;gap:10px}.awards-section--theme-white{background:var(--ui-100)}.awards-section--theme-white .awards-section__title{color:var(--color-navy-blue)}.awards-section--theme-light-gray{background-color:var(--color-light-gray)}.awards-section--theme-light-gray .awards-section__title{color:var(--color-navy-blue)}@media(min-width:768px){.awards-section{padding:48px 0}.awards-section__title{font-size:20px;line-height:25px}.awards-section__list{flex-direction:row;gap:24px;justify-content:space-between}}@media(min-width:992px){.awards-section__container{flex-direction:row;gap:0;align-items:center}.awards-section__title{display:flex;align-items:center;max-width:180px;min-height:60px;margin-right:48px;padding-right:48px;font-size:24px;line-height:normal;text-align:left;border-right:1px solid var(--color-light-blue)}}}
