.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,.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-country-selector-button--disabled{cursor:auto}.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)}.dotLoader_overlay__jVlI0{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;padding:30px;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;gap:unset}.dotLoader_preloader__LoE1Z{position:relative;display:inline-block;width:180px;height:180px;padding:30px;border-radius:30px}.dotLoader_preloader__LoE1Z .dotLoader_loader__ce9rL{height:100%;width:100%;border-radius:7.5px;position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:flex-start;gap:15px;flex-wrap:wrap}.dotLoader_preloader__LoE1Z .dotLoader_loader__ce9rL span{display:block;width:calc((100% - 15px)/2);height:calc((100% - 15px)/2);border:2px solid #79849e;border-radius:15px;position:relative}.dotLoader_preloader__LoE1Z .dotLoader_loader__ce9rL span:after{content:"";position:absolute;top:50%;left:50%;width:calc(100% - 15px);height:calc(100% - 15px);transform:translate(-50%,-50%);background:#79849e;border-radius:7.5px}.dotLoader_preloader__LoE1Z .dotLoader_scaner__79Y3_{position:absolute;left:50%;transform:translateX(-50%);width:80%;height:7.5px;border-radius:7.5px;background:#06f;animation:dotLoader_scan__JLtKU 3s ease-in-out infinite;z-index:2}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;animation:dotLoader_outline__JjWyi 3s ease-in-out infinite}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span{position:absolute;width:calc((100% - 15px)/3);height:calc((100% - 15px)/3);border:7.5px solid #06f;background:rgba(0,0,0,0)}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:first-child{top:0;left:0;border-radius:15px 0 0 0;border-color:#06f rgba(0,0,0,0) rgba(0,0,0,0) #06f}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:nth-child(2){top:0;right:0;border-radius:0 15px 0 0;border-color:#06f #06f rgba(0,0,0,0) rgba(0,0,0,0)}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:nth-child(3){bottom:0;right:0;border-radius:0 0 15px 0;border-color:rgba(0,0,0,0) #06f #06f rgba(0,0,0,0)}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:nth-child(4){bottom:0;left:0;border-radius:0 0 0 15px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #06f #06f}@keyframes dotLoader_outline__JjWyi{0%,2%,98%,to{scale:.8}12%,88%{scale:1}}@keyframes dotLoader_scan__JLtKU{0%,10%,90%,to{top:50%;width:65%;transform:translateX(-50%) translateY(-50%)}15%,85%{top:50%;width:80%}35%{top:90%;transform:translateX(-50%) translateY(0)}65%{top:10%;transform:translateX(-50%) translateY(0)}}.dotLoader_spinner__eGfTx{display:inline-block;width:45px;padding:6px;aspect-ratio:1;border-radius:50%;border-color:#06f rgba(0,0,0,0);border-style:solid;border-width:5px;animation:dotLoader_spinner__eGfTx 1s linear infinite}@keyframes dotLoader_spinner__eGfTx{to{transform:rotate(1turn)}}.dotLoader_spinner2__E0pOi{display:inline-block;position:relative;width:50px;height:50px}.dotLoader_spinner2__E0pOi span{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border-radius:50%;animation:dotLoader_spinner2__E0pOi 1.5s cubic-bezier(.5,0,.5,1) infinite;border:6px solid rgba(0,0,0,0);border-top-color:#06f}.dotLoader_spinner2__E0pOi span:first-child{border-color:hsl(216,100%,80%) rgba(0,0,0,0) rgba(0,0,0,0);animation-delay:-.7s}.dotLoader_spinner2__E0pOi span:nth-child(2){border-color:hsl(216,100%,62%) rgba(0,0,0,0) rgba(0,0,0,0);animation-delay:-.45s}.dotLoader_spinner2__E0pOi span:nth-child(3){border-color:#06f rgba(0,0,0,0) rgba(0,0,0,0);animation-delay:-.2s}@keyframes dotLoader_spinner2__E0pOi{0%{transform:rotate(0deg)}80%{transform:rotate(1turn)}to{transform:rotate(1turn)}}@media screen and (max-width:575px){.dotLoader_preloader__LoE1Z{width:120px;height:120px;padding:20px}.dotLoader_preloader__LoE1Z .dotLoader_loader__ce9rL{gap:10px}.dotLoader_preloader__LoE1Z .dotLoader_loader__ce9rL span{width:calc((100% - 10px)/2);height:calc((100% - 10px)/2);border-radius:10px}.dotLoader_preloader__LoE1Z .dotLoader_loader__ce9rL span:after{width:calc(100% - 10px);height:calc(100% - 10px);border-radius:5px}.dotLoader_preloader__LoE1Z .dotLoader_scaner__79Y3_{height:5px;border-radius:5px}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span{border:5px solid #06f}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:first-child{border-radius:10px 0 0 0}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:nth-child(2){border-radius:0 10px 0 0}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:nth-child(3){border-radius:0 0 10px 0}.dotLoader_preloader__LoE1Z .dotLoader_outline__JjWyi span:nth-child(4){border-radius:0 0 0 10px}}.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:var(--font-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}}.Footer_footer__srdL8{position:relative}.Footer_footer__srdL8.Footer_footerBg__MTIXM{padding-top:30px}.Footer_footer__srdL8.Footer_footerBg__MTIXM:before{content:"";position:absolute;top:100%;left:0;height:200px;width:200px;transform:translateY(-100%);background:linear-gradient(45deg,#0066FF 50%,#ffffff 0);opacity:30%;z-index:-1}.Footer_footer__srdL8 .Footer_footerSec__T6cEG{position:relative;background-color:rgba(209,227,255,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS{position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:unset;gap:unset;flex-direction:column}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_fMenu__I7o_o,.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_footerLogo__j_Sa3{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:15px}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_fMenu__I7o_o .Footer_rightSec__B0bMU,.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_footerLogo__j_Sa3 .Footer_rightSec__B0bMU{display:flex;justify-content:flex-end;align-items:center;gap:30px}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_fMenu__I7o_o .Footer_rightSec__B0bMU .Footer_menuItem__hGW9n,.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_footerLogo__j_Sa3 .Footer_rightSec__B0bMU .Footer_menuItem__hGW9n{display:block;color:#000;font-weight:500;transition:all .3s ease-in-out}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_fMenu__I7o_o .Footer_rightSec__B0bMU .Footer_menuItem__hGW9n:hover,.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_footerLogo__j_Sa3 .Footer_rightSec__B0bMU .Footer_menuItem__hGW9n:hover{color:#f6339a}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_fMenu__I7o_o .Footer_rightSec__B0bMU .Footer_menuItem__hGW9n .Footer_icon__zVq9D,.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_footerLogo__j_Sa3 .Footer_rightSec__B0bMU .Footer_menuItem__hGW9n .Footer_icon__zVq9D{font-size:18px;line-height:28px}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_footerLogo__j_Sa3{border-bottom:1px solid #000;padding-top:30px;display:none}.Footer_footer__srdL8 .Footer_fMenu__I7o_o{padding-top:15px;border-bottom:0}.Footer_footer__srdL8 .Footer_fMenu__I7o_o.Footer_centerAligned__LjfUI{justify-content:center!important}.Footer_footer__srdL8 .Footer_fMenu__I7o_o.Footer_centerAligned__LjfUI .Footer_leftSec__87Ikk{margin-right:0}.Footer_footer__srdL8 .Footer_fMenu__I7o_o p{color:#000;font-weight:500;margin:0}.Footer_backToTopBtn___rd1_{position:fixed;bottom:110%;right:30px;z-index:50;border:2px solid #fff;display:none;opacity:0;visibility:hidden;transition:.3s}.Footer_backToTopBtn___rd1_.Footer_active__pUbMW{bottom:30px;opacity:1;visibility:visible;display:flex}@media screen and (max-width:1199px){.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerLogo__j_Sa3 .Footer_leftSec__87Ikk img{max-width:150px;height:auto}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_fMenu__I7o_o{flex-direction:column;gap:20px!important}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_fMenu__I7o_o .Footer_leftSec__87Ikk{order:2}.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_fMenu__I7o_o .Footer_rightSec__B0bMU{order:1;gap:10px 30px!important;flex-wrap:wrap;justify-content:center!important}.Footer_footer__srdL8 .Footer_footerSec__T6cEG.Footer_footerBg__MTIXM:after{height:230%;transform:translate(-50%,10%) rotate(-10deg)}}@media screen and (max-width:767px){.Footer_footer__srdL8 .Footer_footerSec__T6cEG .Footer_footerMenu__youaS .Footer_fMenu__I7o_o .Footer_rightSec__B0bMU{display:none}}@media screen and (max-width:575px){.Footer_footer__srdL8 .Footer_fMenu__I7o_o p{text-align:center}}