.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,white));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,white));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,white));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,gainsboro);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,whitesmoke);color:var(--react-international-phone-disabled-text-color,#666)}.HomePage_homeBanner__Fgxzb{position:relative;padding:30px 0;min-height:600px}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP{position:relative;z-index:5;text-align:center}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP h1{font-size:30px;line-height:50px;font-weight:600;margin:20px 0 50px;font-family:Poppins}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP h1 span{color:#06f}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP p{max-width:800px;font-size:20px;line-height:30px;margin:0 auto 30px}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP .HomePage_btn-lg__0ZS5E{margin-top:30px}@keyframes HomePage_scrollDown__HeMf2{0%{top:10%;height:6px;opacity:0}15%{opacity:100%}30%{top:10%;height:9px}50%{height:12px}70%{top:calc(90% - 9px);height:9px}85%{opacity:100%}to{top:calc(90% - 6px);height:6px;opacity:0}}.HomePage_qrStepsSec__V7ipb{position:relative}.HomePage_qrStepsSec__V7ipb:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background-color:#06f;opacity:.06;z-index:-1}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:50px;margin:0 auto;padding-top:60px;z-index:5}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO:before{content:"";position:absolute;top:300px;left:0;width:100%;height:2px;background-color:rgb(209.7532467532,213.4675324675,222.2467532468);z-index:1}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp{position:relative;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:unset;flex-direction:column;border-radius:30px;padding:0}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cradNumber__Rae6O{display:block;position:relative;padding-top:50px;color:#79849e}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cradNumber__Rae6O:after{content:"";position:absolute;top:0;left:0;background:#06f;width:12px;height:12px;border:6px solid #fff;border-radius:50%;box-shadow:0 0 8px 1px rgb(209.7532467532,213.4675324675,222.2467532468);z-index:2}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardImg__21if2{display:flex;justify-content:center;align-items:center;gap:unset;text-align:center;width:100%;padding:0 0 30px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardImg__21if2 .HomePage_imgSrc__9Rfvw{width:100%;height:200px;object-fit:contain;object-position:center}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardTitle__lQz1d{color:#000;font-size:24px;font-style:normal;font-weight:600;line-height:36px}.HomePage_getStart__pC7hQ{position:relative;z-index:2;background-color:#06f;padding:60px;border-radius:30px;margin-bottom:60px;overflow:hidden}.HomePage_getStart__pC7hQ .HomePage_titleText__k3ViC{font-size:48px;font-weight:500;line-height:58px;color:#fff;position:relative;z-index:3}.HomePage_getStart__pC7hQ .HomePage_dText__BKZA8{font-size:20px;font-weight:500;line-height:30px;color:#fff;position:relative;z-index:3}.HomePage_getStart__pC7hQ .HomePage_getStartImg__WdMWc{position:absolute;right:100px;bottom:-30px;width:280px;height:auto;transform:rotate(10deg);filter:brightness(1.25);z-index:1}.HomePage_qrTypesSec__BOPM0{position:relative;background-color:hsl(216,100%,97.5%)}.HomePage_qrTypesSec__BOPM0:before{content:"";position:absolute;top:-200px;left:-104px;width:314px;height:314px;border-radius:50%;background-color:#06f;opacity:.06;z-index:1}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8{display:flex;justify-content:center;align-items:center;gap:50px 30px;flex-wrap:wrap;padding-top:60px;position:relative;z-index:5}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb{width:calc((100% - 120px)/5);display:flex;justify-content:center;align-items:center;gap:0;flex-direction:column;cursor:pointer}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo{position:relative;height:120px;width:120px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo .HomePage_qrTypeBg__NG26G{width:100%;height:auto;transition:all .3s ease-in-out}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo .HomePage_qrTypeIcon__iJd4F{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;color:#fff;z-index:3;transition:all .3s linear}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeTitle__78TVs{font-size:18px;color:#000;font-weight:600;text-align:center}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb:hover .HomePage_qrTypeImage__lGudo .HomePage_qrTypeBg__NG26G{rotate:25deg}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb:hover .HomePage_qrTypeImage__lGudo .HomePage_qrTypeIcon__iJd4F{transform:translate(-50%,-50%) scale(1.3)}@keyframes HomePage_rotarte___LKPk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.HomePage_faqSec__UKt7c,.HomePage_homeContent__D1Ylz{position:relative}.HomePage_faqSec__UKt7c:before,.HomePage_homeContent__D1Ylz:before{content:"";position:absolute;top:-100px;right:-144px;width:400px;height:400px;border-radius:50%;background-color:#06f;opacity:.06;z-index:1;pointer-events:none}.HomePage_qrTemplates__vW6lx{display:flex;justify-content:center;align-items:flex-start;gap:10px;flex-wrap:wrap;padding-top:10px;max-width:1080px;margin:30px auto}.HomePage_qrTemplates__vW6lx .HomePage_qrTemplate__NwF1Q{width:200px}.HomePage_qrTemplates__vW6lx .HomePage_qrTemplate__NwF1Q .HomePage_qrTemplateImage__32yB4{display:flex;justify-content:center;align-items:center;gap:15px;box-shadow:0 0 30px -10px rgba(1,58,99,.2);padding:15px;transition:all .3s}.HomePage_qrTemplates__vW6lx .HomePage_qrTemplate__NwF1Q .HomePage_qrTemplateImage__32yB4 .HomePage_qrTempImg__NJpRu{width:100%;height:auto}.HomePage_qrTemplates__vW6lx .HomePage_qrTemplate__NwF1Q:hover .HomePage_qrTemplateImage__32yB4{box-shadow:0 0 30px 0 rgba(1,58,99,.2)}.HomePage_qrTemplatesBtn__9iKKW{display:flex;justify-content:center;align-items:flex-start;gap:unset}.HomePage_faqSec__UKt7c:before{right:auto;left:-100px;z-index:-1}@media screen and (max-width:1399px){.HomePage_homeBanner__Fgxzb:before{height:1100px;width:720px}.HomePage_homeBanner__Fgxzb .HomePage_scrollDownBtn__69Xkv{bottom:30px}.HomePage_qrStepsSec__V7ipb:after{top:-150px;height:85%}}@media screen and (max-width:1199px){.HomePage_homeBanner__Fgxzb:before{width:600px;height:1000px}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP{text-align:center;display:flex;justify-content:center;align-items:center;gap:30px;flex-direction:column}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP h1{font-size:24px;line-height:30px}.HomePage_qrStepsSec__V7ipb{position:relative}.HomePage_qrStepsSec__V7ipb:before{width:300px;height:300px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO:before{top:260px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cradNumber__Rae6O{padding-top:38px;font-size:12px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardTitle__lQz1d{color:#000;font-size:20px;line-height:30px;margin-bottom:8px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardText__u4pBh{font-size:14px;line-height:20px}.HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy{gap:30px}.HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_prImage__jiGF2{min-width:360px;height:550px}.HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_prImage__jiGF2 img{width:auto;height:100%}.HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_prImage__jiGF2:before{height:400px;width:220px}.HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_qrText__Db89n .HomePage_title__2FAcR{font-size:38px}.HomePage_getStart__pC7hQ{padding:40px}.HomePage_getStart__pC7hQ .HomePage_titleText__k3ViC{font-size:40px;line-height:52px}.HomePage_getStart__pC7hQ .HomePage_dText__BKZA8{font-size:18px;line-height:30px}.HomePage_getStart__pC7hQ a{position:relative;z-index:3}.HomePage_qrTypesSec__BOPM0:before{top:-100px;height:240px;width:240px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo{width:100px;height:100px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeTitle__78TVs{font-size:16px;line-height:24px}.HomePage_homeContent__D1Ylz:before{width:270px;height:270px}.HomePage_faqSec__UKt7c:before{width:300px;height:300px}.HomePage_qrTemplates__vW6lx{max-width:900px}.HomePage_qrTemplates__vW6lx .HomePage_qrTemplate__NwF1Q{width:160px}}@media screen and (max-width:991px){.HomePage_qrStepsSec__V7ipb{position:relative}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO{margin-top:40px;padding-top:0;flex-direction:column;align-items:center}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO:before{top:0;left:11px;width:2px;height:100%}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp{width:100%;padding-left:60px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cradNumber__Rae6O{padding:0;position:unset}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cradNumber__Rae6O:before{top:0;left:0;z-index:1}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardTitle__lQz1d{font-size:22px;line-height:32px}.HomePage_qrStepsSec__V7ipb:before{width:200px;height:200px;right:-60px}.HomePage_tabingMainContainer__5JJHT .HomePage_qrTabBtnsList__F8Rxe .HomePage_qrTabBtns___8gTY{gap:20px}.HomePage_tabingMainContainer__5JJHT .HomePage_qrTabBtnsList__F8Rxe .HomePage_qrTabBtns___8gTY .HomePage_qrTabBtn__PGW4i{gap:10px}.HomePage_tabingMainContainer__5JJHT .HomePage_qrTabBtnsList__F8Rxe .HomePage_qrTabBtns___8gTY .HomePage_qrTabBtn__PGW4i .HomePage_qrTabIcon__70gVy{height:60px;width:60px;min-width:60px;border-radius:50%;font-size:24px}.HomePage_tabingMainContainer__5JJHT .HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy{flex-direction:column;padding-top:30px;gap:30px}.HomePage_tabingMainContainer__5JJHT .HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_prImage__jiGF2{min-width:auto;height:440px}.HomePage_tabingMainContainer__5JJHT .HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_prImage__jiGF2 img{width:auto;height:100%}.HomePage_tabingMainContainer__5JJHT .HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_prImage__jiGF2:before{height:400px;width:220px}.HomePage_tabingMainContainer__5JJHT .HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_qrText__Db89n{padding-bottom:0}.HomePage_tabingMainContainer__5JJHT .HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_qrText__Db89n .HomePage_title__2FAcR{font-size:28px}.HomePage_tabingMainContainer__5JJHT .HomePage_tabContainer__ZoQ8T .HomePage_tabContent__xUPUy .HomePage_qrText__Db89n .HomePage_text___Td0D{font-size:16px}.HomePage_qrTypesSec__BOPM0:before{top:-60px;height:200px;width:200px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8{gap:30px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb{width:calc((100% - 90px)/4)}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo{width:80px;height:80px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo .HomePage_qrTypeIcon__iJd4F{width:30px;height:30px}.HomePage_qrTemplates__vW6lx{max-width:760px}.HomePage_qrTemplates__vW6lx .HomePage_qrTemplate__NwF1Q{width:120px}.HomePage_qrTemplates__vW6lx .HomePage_qrTemplate__NwF1Q .HomePage_qrTemplateImage__32yB4{padding:10px}.HomePage_homeContent__D1Ylz:before{right:-100px;width:200px;height:200px}.HomePage_faqSec__UKt7c:before{top:-60px;left:-80px;width:200px;height:200px}}@media screen and (max-width:767px){.HomePage_homeBanner__Fgxzb:before{width:600px;height:1000px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO{margin-top:30px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardImg__21if2{padding-bottom:15px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8{gap:15px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb{width:calc((100% - 90px)/4)}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo .HomePage_qrTypeIcon__iJd4F{width:30px;height:30px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeTitle__78TVs{font-size:14px;line-height:22px}.HomePage_getStart__pC7hQ{padding:30px}.HomePage_getStart__pC7hQ .HomePage_titleText__k3ViC{font-size:30px;line-height:44px}.HomePage_getStart__pC7hQ .HomePage_dText__BKZA8{font-size:16px;line-height:24px}.HomePage_getStart__pC7hQ .HomePage_getStartImg__WdMWc{right:60px;width:180px}}@media screen and (max-width:575px){.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8{padding-top:30px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb{width:calc((100% - 60px)/3)}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeImage__lGudo .HomePage_qrTypeIcon__iJd4F{width:30px;height:30px}.HomePage_qrTypesSec__BOPM0 .HomePage_qrTypes__Xn3g8 .HomePage_qrType__duhjb .HomePage_qrTypeTitle__78TVs{font-size:14px;line-height:22px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp{padding-left:36px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardTitle__lQz1d{font-size:20px;line-height:30px}.HomePage_qrStepsSec__V7ipb .HomePage_qrCards__dgjgO .HomePage_stCard__RWNKp .HomePage_cardText__u4pBh{font-size:14px;line-height:20px}.HomePage_getStart__pC7hQ{padding:20px;margin-bottom:30px;border-radius:20px}.HomePage_getStart__pC7hQ .HomePage_titleText__k3ViC{font-size:26px;line-height:40px}.HomePage_getStart__pC7hQ .HomePage_dText__BKZA8{font-size:14px;line-height:22px}}@media screen and (max-width:480px){.HomePage_tabingMainContainer__5JJHT .HomePage_qrTabsBtn__NSw8J{padding:0 10px}.HomePage_tabingMainContainer__5JJHT .HomePage_qrTabsBtn__NSw8J:before{left:10px;width:30px}.HomePage_tabingMainContainer__5JJHT .HomePage_qrTabsBtn__NSw8J:after{right:10px;width:30px}}@media screen and (max-width:380px){.HomePage_homeBanner__Fgxzb:before{width:500px;height:900px}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP{gap:20px}.HomePage_homeBanner__Fgxzb .HomePage_bannerContent__6SSDP p{font-size:16px;line-height:26px}}