@import"https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap";@import"https://fonts.googleapis.com/css2?family=Lilita+One&display=swap";.menu{box-shadow:0 2px 8px #00000014;display:flex;justify-content:center;position:relative;z-index:1000}@media screen and (max-width: 600px){.menu{position:sticky;top:0;background:var(--color-bg-white);box-shadow:0 2px 4px #0000000d}}.menu .menu__desktop{display:flex;justify-content:space-between;align-items:center;height:74px;max-width:1120px;width:100%}@media screen and (max-width: 600px){.menu .menu__desktop{display:none}}.menu .menu__desktop .menu__profileIcon{display:flex;width:200px;justify-content:flex-end;align-items:center;gap:10px;flex-shrink:0;cursor:pointer;flex:1}.menu .menu__logo-container{display:flex;gap:16px;width:200px;flex:1}.menu .menu__logo-container .menu__logo{cursor:pointer;width:50px;height:50px}.menu .menu__logo-container .menu__zone-container{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.menu .menu__logo-container .menu__zone-container .menu__zone-select{display:flex;align-items:center;gap:4px;cursor:pointer}.menu .menu__logo-container .menu__zone-container .menu__select-zone{font-size:12px;max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.menu .menu__links{display:flex;align-items:center;gap:32px;flex:1 0 0;align-self:stretch}.menu .menu__link{display:flex;align-items:center;gap:4px;cursor:pointer;height:74px;min-width:fit-content}.menu .menu__link--active{color:#00f;border-bottom:2px solid blue}.menu .menu__title{text-align:center;font-size:var(--font-size-body-sm);font-style:normal;font-weight:500;line-height:20px;letter-spacing:var(--letter-spacing-body, 0px)}.menu .menu__profile{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}.menu .menu__profile .menu__getApp-wrapper{display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:8px;cursor:pointer;border-radius:var(--radius-xl, 100px);background:linear-gradient(0deg,#ffffffe6,#ffffffe6),var(--color-brand-primary, #526ae3)}.menu .menu__profile .menu__getApp-wrapper .menu__getAppText{color:var(--color-brand-primary, #526ae3);font-size:var(--font-size-body-sm);font-style:normal;font-weight:500;line-height:20px;letter-spacing:var(--letter-spacing-body)}.menu .menu__profile .menu__signup-btn{cursor:pointer;border:none;padding:10px 20px;border-radius:var(--radius-xl, 100px);background:var(--color-brand-primary, #526ae3);color:var(--color-neutral-background-bg-white, #fff);font-size:var(--font-size-body-sm, 14px);font-style:normal;font-weight:500;line-height:140%;letter-spacing:var(--letter-spacing-body, 0px)}.menu .menu__mobile{display:none}@media screen and (max-width: 600px){.menu .menu__mobile{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:20px 16px;background:var(--color-neutral-background-bg-white);width:100%}.menu .menu__mobile .menu__mobile-left{display:flex;flex-direction:column;max-width:70%;overflow:hidden}.menu .menu__mobile .menu__mobile-title{font-weight:600;font-size:16px;display:flex;align-items:center;gap:4px}.menu .menu__mobile .menu__mobile-companyName{font-size:20px;color:var(--color-text-primary);font-weight:600}.menu .menu__mobile .menu__mobile-address{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu .menu__mobile .menu__mobile-icons{display:flex;align-items:center;gap:16px}.menu .menu__mobile .menu__mobile-icons .menu__icons-wrapper{display:flex;gap:28px}.menu .menu__mobile .menu__mobile-icons svg{width:20px;height:20px;cursor:pointer}.menu .menu__mobile .menu__mobile-points{display:flex;gap:12px;align-items:center}.menu .menu__mobile .menu__mobile-points-value{font-size:18px;color:var(--color-brand-primary);font-weight:700}.menu .menu__mobile .menu__mobile-drawer .drawer__panel--bottom{max-height:75%;height:100%}.menu .menu__mobile .menu__mobile-drawer .zone-selector{position:relative}.menu .menu__mobile .menu__mobile-drawer .drawer__content{padding:0}.menu .menu__mobile .menu__mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000}.menu .menu__mobile .menu__mobile-close{position:absolute;left:50%;top:-60px;transform:translate(-50%);width:36px;height:36px;background:var(--color-bg-white);border-radius:100px;border:none;z-index:1111;display:flex;align-items:center;justify-content:center;cursor:pointer}.menu .menu__mobile .menu__mobile-dropdown{position:fixed;left:0;right:0;bottom:0;background:#fff;z-index:1001;padding:20px 16px;flex-direction:column;display:flex;gap:16px;max-height:70%;height:100%}.menu .menu__mobile .menu__mobile-list{display:flex;flex-direction:column;gap:1rem;overflow:auto;width:100%}.menu .menu__mobile .menu__mobile-item{display:flex;gap:12px;padding:16px;border:1px solid var(--color-grey-medium);border-radius:16px;background-color:var(--color-bg-white);cursor:pointer;transition:all .2s ease}.menu .menu__mobile .menu__mobile-item--selected{border-color:var(--primary-main)}.menu .menu__mobile .menu__mobile-footerBtn{position:absolute;bottom:16px;left:0;right:0;padding:16px 16px 0;border-top:1px solid var(--color-grey-light);z-index:11111;background-color:var(--color-bg-white)}}.menu__zone-switch .drawer__panel--bottom{border-radius:12px 12px 0 0;overflow:visible;max-height:300px;height:100%}.menu__zone-switch .drawer__content{padding:0}.menu__mobile-zoneName{display:flex;gap:4px;align-items:center}.menu__mobile-gpsIcon{padding:14px;border:2px solid var(--primary-main);position:absolute;left:50%;transform:translate(-50%);border-radius:100px;background-color:#fff;top:-32px}.menu__mobile-switchContainer{margin-top:52px}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006}.drawer__panel{position:absolute;background:#fff;box-shadow:0 2px 10px #0003;transition:transform .3s ease;z-index:1001;overflow:auto}.drawer__panel--right{top:0;right:0;min-width:480px;height:100%;max-width:480px}.drawer__panel--left{top:0;left:0;min-width:300px;height:100%}.drawer__panel--top{top:0;left:0;width:100%;height:250px}.drawer__panel--bottom{bottom:0;left:0;width:100%;height:250px}.drawer__panel--center{left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.drawer__close{margin:40px 0 0 24px;border:none;font-size:24px;cursor:pointer;width:32px;height:32px;line-height:32px;border-radius:100px;background-color:var(--secondary-main);color:var(--primary-main)}.drawer__content{padding:36px 24px;height:100%}@media (max-width: 768px){.drawer__panel--right{min-width:unset;max-width:unset;width:100%}.drawer__content{padding:16px}}.text{line-height:1.56}.text--xxs{font-size:10px;line-height:14px}.text--xs{font-size:12px}.text--s{font-size:14px;line-height:20px}.text--m{font-size:16px;line-height:22px}.text--l{font-size:18px}.text--xl{font-size:20px}.text--xxl{font-size:22px}.text--xxxl{font-size:24px;line-height:30px}.text--thin{font-weight:300}.text--normal{font-weight:400}.text--semi-bold{font-weight:500}.text--bold{font-weight:600}.text--black{color:#000}.text--gray-dark{color:var(--color-grey-dark)}.text--gray{color:var(--color-grey-medium)}.text--gray-light{color:var(--color-grey-light)}.text--white{color:var(--color-bg-white)}.text--primary{color:var(--color-text-primary)}.text--secondary{color:var(--color-text-secondary)}.text--error{color:var(--color-error)}.text--success{color:var(--color-success)}@media (max-width: 768px){.text--xxxl{font-size:20px;line-height:24px}.text--s{font-size:12px;line-height:16px}.text--m{font-size:14px;line-height:20px}}.button{position:relative;background:none;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:var(--radius-xl);transition:background-position .4s ease-in-out;min-width:200px;cursor:pointer}.button--small{height:40px;padding:12px 20px}.button--medium{height:44px;padding:14px 24px}.button--large{height:56px;padding:14px 62px}.button--loading{pointer-events:none}.button--loading:after{content:"";position:absolute;top:9px;left:45%;width:28px;height:28px;border-radius:50%;border:2px solid transparent;animation:loading .7s infinite linear}.button--primary{background:red;color:#fff;background-size:300% 100%}.button--primary:hover,.button--primary:active,.button--primary:focus{background-position:right center;background-image:linear-gradient(to right,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px #f2616766}.button--primary-outline{background:#fff;color:red;border:1px solid red}.button--primary-outline:hover,.button--primary-outline:active{color:#fff;background:red}.button--primary-outline-loading{color:#fff}.button--primary-outline-loading:after{border-color:red;border-left-color:transparent}.button--primary-outline-loading:focus{background:#fff}.button--secondary{background:var(--secondary-main);color:var(--primary-main);min-width:fit-content}.button--secondary-outline{background:#fff;color:var(--primary-main);padding:0;height:unset;font-size:14px;min-width:fit-content;width:fit-content}.button--default{background:var(--primary-main);color:var(--color-bg-white);background-size:300% 100%}.button--default-loading{color:#fff}.button--default-loading:after{border-color:gray;border-left-color:transparent}.button--default-outline{background:#fff;padding:0;color:var(--primary-main);min-width:fit-content;height:auto;border:none;text-decoration:underline;border-radius:0}.button--disabled{pointer-events:none;background:var(--color-bg-grey);color:var(--color-grey-dark)}.button--block{width:100%}.button--flexible{min-width:unset}.button--with-icon{height:auto;padding:4px 16px}@media (max-width: 768px){.button--medium{font-size:14px}}.layout__row{display:flex;flex-wrap:wrap}.layout__row--gap-sm{gap:8px}.layout__row--gap-md{gap:16px}.layout__row--gap-lg{gap:24px}.layout__row--direction-row{flex-direction:row}.layout__row--direction-column{flex-direction:column}.layout__row--justify-start{justify-content:flex-start}.layout__row--justify-center{justify-content:center}.layout__row--justify-end{justify-content:flex-end}.layout__row--justify-between{justify-content:space-between}.layout__row--justify-around{justify-content:space-around}.layout__row--align-start{align-items:flex-start}.layout__row--align-center{align-items:center}.layout__row--align-end{align-items:flex-end}.layout__row--align-stretch{align-items:stretch}.custom-select{position:relative;width:100%}.custom-select__wrapper{position:relative;border:1px solid var(--color-grey-medium);border-radius:100px;padding:12px;cursor:pointer;background:#fff;transition:border-color .3s;height:56px;display:flex;align-items:center}.custom-select__wrapper--small{height:40px}.custom-select__wrapper.invalid{border-color:#d32f2f}.custom-select__wrapper.open{border-color:#1c1c1c}.custom-select__display{font-size:16px;min-height:18px;display:flex;gap:4px;align-items:center}.custom-select__display.has-value{padding-top:8px}.custom-select__label{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;color:var(--color-text-primary);background:#fff;transition:.2s ease all;pointer-events:none}.custom-select__label--has-value{top:0;font-size:12px;color:#555;padding:0 4px;transform:translateY(-50%)}.custom-select__required{color:var(--color-error);margin-left:4px;font-weight:700}.custom-select__arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:12px;color:#555}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);width:100%;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 4px 8px #0000000d;z-index:100;padding:8px 0;overflow:hidden}.custom-select__dropdown--mobile{position:fixed;top:unset;left:0;right:0;bottom:0;background:#fff;z-index:1001;padding:20px 16px;flex-direction:column;max-height:70%;border-radius:16px 16px 0 0;display:flex;gap:16px;overflow:visible}.custom-select__dropdown--mobile__search-wrapper{margin:0 16px 1rem;border-radius:12px}.custom-select__dropdown--mobile .custom-select__mobile-options{flex-grow:1;overflow-y:auto}.custom-select__dropdown ul{max-height:270px;overflow-y:scroll}@media (max-width: 768px){.custom-select__dropdown ul{max-height:70%}}.custom-select__option{padding:12px 16px;cursor:pointer;transition:background .2s;border-bottom:1px solid var(--color-grey-light);display:flex;justify-content:space-between;align-items:center}.custom-select__option:last-child{border-bottom:none}.custom-select__option:hover{background-color:#f9f9f9}.custom-select__option--selected{color:var(--primary-main);font-weight:500}.custom-select__error{color:#d32f2f;font-size:12px;margin-top:4px;display:block}.custom-select__search-wrapper{position:relative;display:flex;align-items:center;padding:14px 16px;border-radius:var(--radius-xl);background-color:var(--color-grey-light);gap:8px;margin:0 12px}.custom-select__search-input{width:100%;font-size:14px;border:none;outline:none;box-sizing:border-box;background-color:var(--color-grey-light)}.custom-select__search-input::placeholder{color:#aaa}.custom-select__option.no-result{color:#999;padding:12px 16px;font-style:italic;-webkit-user-select:none;user-select:none}.custom-select__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;display:none}.custom-select__backdrop.active{display:block}.custom-select__close{position:absolute;left:50%;top:-60px;transform:translate(-50%);width:36px;height:36px;background:var(--color-bg-white);border-radius:100px;border:none;z-index:1111;display:flex;align-items:center;justify-content:center;cursor:pointer}.custom-select__title{font-size:16px;color:var(--color-text-primary);font-weight:600;margin-bottom:20px;display:flex}@media (max-width: 768px){.custom-select__dropdown--mobile{display:flex}.custom-select__search-wrapper{margin:0}.custom-select__option{padding:12px 0;font-size:14px}.custom-select__wrapper{height:44px}.custom-select__display,.custom-select__label{font-size:14px}}.zone-selector{padding:1.5rem;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1111;display:flex;justify-content:center;align-items:center;height:100dvh;overflow:hidden}.zone-selector .menu__zone-switch .drawer__panel{overflow:visible}.zone-selector__container{min-width:640px;max-width:640px;background:var(--color-bg-white);border-radius:16px;padding:32px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.zone-selector__list{display:flex;flex-direction:column;gap:1rem;max-height:370px;overflow:auto;width:100%;padding-bottom:2px}.zone-selector__item{display:flex;gap:12px;padding:16px;border:1px solid var(--color-grey-medium);border-radius:16px;background-color:var(--tertiary-main);cursor:pointer;transition:all .2s ease}.zone-selector__item--selected{border-color:var(--primary-main)}.zone-selector__icon{font-size:1.5rem}.zone-selector__details{display:flex;flex-direction:column;gap:8px;flex:1}.zone-selector__name{font-size:1rem;font-weight:600;margin-bottom:.25rem}.zone-selector__address{font-size:.875rem;color:#666}.zone-selector__logoImg{width:80px;height:80px}.zone-selector__close{width:32px;height:32px;border-radius:50px;background-color:var(--secondary-main);display:flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width: 768px){.zone-selector{padding:0;width:100vw;overflow:hidden}.zone-selector__container{min-width:100%;height:100%;border-radius:unset;padding:16px}.zone-selector__item{background-color:var(--color-bg-white)}.zone-selector__footerBtn{position:absolute;bottom:16px;left:0;right:0;padding:16px 16px 0;border-top:1px solid var(--color-grey-light)}.zone-selector__list{flex:1;max-height:fit-content;margin-block-end:68px}.langDropdown .custom-select__dropdown{padding:12px}.langDropdown .custom-select__option{font-size:12px;padding:0;border-bottom:0}}.login__loginHeader{display:flex;flex-direction:column;gap:24px}.login .drawer__content{height:100%;display:flex;flex-direction:column;gap:24px}.login__countryCodeContainer{width:18%}.login__phoneInputContainer{width:79%}.login__termsAndConditionConatiner{display:flex;flex-direction:column;align-items:center;justify-content:center}.login__codeDropdown .custom-select__dropdown{width:280px}.login__close{display:flex;align-items:center;justify-content:center;border:none;font-size:24px;cursor:pointer;width:32px;height:32px;line-height:32px;border-radius:100px;background-color:var(--secondary-main);color:var(--primary-main)}.login__loginBottom{display:flex;flex-direction:column;gap:24px}.login__loginContent{display:flex;justify-content:space-between;flex-direction:column;height:100%}.login__loginFields{display:flex;flex-direction:column;gap:24px}.login__otpInputWrapper{width:100%}.login__otpInputWrapper div{justify-content:space-between}.login__otpContainer{display:flex;flex-direction:column;justify-content:space-between;height:100%}.login__otpContainer .login__otpText{display:flex;gap:4px}.login__otpContainer .login__otpText span{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--primary-main)}.login__otpText{display:flex;gap:4px;align-items:baseline}.login__resendBtn{font-size:14px;color:var(--primary-main);font-weight:500;cursor:pointer}.login__errorText{display:flex;gap:8px}.login__userDetailsContainer{width:100%}.login__referralText{display:flex;align-items:center;gap:4px}.login__userDetailsWrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.login__kycContainer{height:100%;display:flex;flex-direction:column;justify-content:space-between}.login__kycInfoText{padding:8px 16px;display:flex;gap:8px;border-radius:100px;background-color:var(--color-info-light);color:var(--color-info);line-height:16px}.login__singleFeature{display:flex;padding:12px;background-color:var(--color-grey-light);gap:12px;border-radius:100px;width:100%;align-items:center}.login__singleFeature img{width:20px}.login__reloadBtn{gap:8px}.login__requestStatusContainer{height:100%;display:flex;flex-direction:column;justify-content:space-between}.login__supportEmail{font-size:14px}.login__logoImg{width:80px;height:80px}.login__otpVerifyBtn{width:100%}.login__sessionContainer{position:fixed;background:#0006;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1111}.login__sessionContent{background-color:#fff;border-radius:16px;width:400px}.login__sessionClose{width:32px;height:32px;border-radius:100px;border-radius:var(--radius-xl, 100px);display:flex;justify-items:center;align-items:center;background:linear-gradient(0deg,#ffffffe6,#ffffffe6),var(--primary-main, #526AE3);padding:6px;cursor:pointer}.login__sessionTopContent{padding:24px;display:flex;flex-direction:column;gap:24px}.login__sessionFooter{border-top:1px solid var(--color-grey-medium);padding:24px}@media (max-width: 768px){.login__codeDropdown .custom-select__dropdown{width:100%}.login__loginContainer .drawer__panel--right{min-width:100%}.login__termsAndConditionConatiner,.login__termsAndConditionConatiner .button--medium{font-size:10px}.login__otpVerifyBtn{width:100%}.login__supportEmail{font-size:12px}.langDropdown .custom-select__dropdown{padding:12px}.langDropdown .custom-select__option{font-size:12px;padding:0;border-bottom:0}}.text-input{width:100%}.text-input__wrapper{position:relative;width:100%}.text-input__wrapper.invalid .text-input__control{border-color:var(--color-error)!important}.text-input__wrapper.invalid .text-input__label{color:var(--color-error)}.text-input__wrapper.valid .text-input__control{border-color:var(--color-success)}.text-input__wrapper.valid .text-input__label{color:var(--color-success)}.text-input__control{width:100%;padding:12px;font-size:16px;border:1px solid var(--color-grey-medium);border-radius:100px;outline:none;background-color:#fff;transition:border-color .3s;box-sizing:border-box;height:56px}.text-input__control--invalid{border-color:var(--color-error)}.text-input__control--valid{border-color:var(--color-success)}.text-input__control:focus+.text-input__label,.text-input__control.has-value+.text-input__label{top:0;left:10px;font-size:12px;color:#555;background-color:#fff;padding:0 4px;transform:translateY(-50%)}.text-input__control:focus+.text-input__label--invalid{color:var(--color-error)}.text-input__control:focus+.text-input__label--valid{color:var(--color-success)}.text-input__label{position:absolute;top:50%;left:14px;transform:translateY(-50%);font-size:16px;color:var(--color-text-primary);pointer-events:none;transition:.2s ease all;background-color:#fff}.text-input__label--has-value{top:0;left:10px;font-size:12px;color:#555;background-color:#fff;padding:0 4px;transform:translateY(-50%)}.text-input__label--invalid{color:var(--color-error)}.text-input__label--valid{color:var(--color-success)}.text-input__required{color:var(--color-error);margin-left:4px;font-weight:700}.text-input__error{color:var(--color-error);font-size:14px;margin-top:4px;font-weight:400;display:block}.text-input__error-icon,.text-input__success-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.text-input__success{color:var(--color-success);font-size:14px;margin-top:4px;font-weight:400}@media (max-width: 768px){.text-input__control{height:44px;font-size:14px}.text-input__control:focus+.text-input__label,.text-input__control.has-value+.text-input__label{font-size:10px}.text-input__label{font-size:14px}.text-input__label--has-value{font-size:10px}.text-input__error,.text-input__success{font-size:12px}}.toast-ctn{background-color:#000;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:var(--border-radius, 100px);position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:8px 16px;transition:all .4s ease;z-index:100}.toast-ctn.top-left{top:20px;left:20px}.toast-ctn.top-center{top:20px}.toast-ctn.top-right{top:20px;right:20px}.toast-ctn.bottom-left{bottom:20px;left:20px}.toast-ctn.bottom-center{bottom:20px;left:50%;transform:translate(-50%)}@media screen and (max-width: 600px){.toast-ctn.bottom-center{bottom:94px}}.toast-ctn.bottom-right{bottom:20px;right:20px}.toast-ctn.success{background-color:var(--color-success);border-radius:4px}.toast-ctn.pending{background-color:var(--color-pending);border-radius:4px}.toast-ctn .toast-text{color:#fff;font-size:var(--font-size-body-md);font-weight:500;white-space:nowrap}.footer-ctn-wrapper{border-top:1px solid var(--color-grey-light)}.footer-ctn-wrapper .footer-ctn{width:100%;max-width:1120px;min-height:270px;margin:0 auto;display:flex;flex-direction:column;gap:28px;padding:40px 0 20px}.footer-ctn-wrapper .footer-ctn .retailer-ctn{display:flex;gap:60px}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-logo-social-icon-wrapper{display:flex;gap:24px;flex-direction:column}.footer-ctn-wrapper .footer-ctn .retailer-ctn .retailer-data{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.footer-ctn-wrapper .footer-ctn .retailer-ctn .retailer-data .retailer-image{width:60px;height:60px}.footer-ctn-wrapper .footer-ctn .retailer-ctn .retailer-data .retailer-info{max-width:320px;height:60px;color:var(--color-text-secondary);font-size:var(--font-size-body-sm);line-height:20px;font-weight:400;letter-spacing:var(--letter-spacing-body)}.footer-ctn-wrapper .footer-ctn .retailer-ctn .retailer-socials{display:flex;align-items:center;gap:24px}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn{display:flex;justify-content:flex-end;align-items:flex-start;gap:24px;flex:1 0 0}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn .link-section{display:flex;flex-direction:column;gap:16px;flex:1 0 0}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn .link-section .section-title{position:relative;color:var(--color-brand-primary);font-size:var(--font-size-body-md);font-weight:600;line-height:22px;letter-spacing:var(--letter-spacing-body, 0px)}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn .link-section .section-title:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:1px;background-color:var(--color-brand-primary)}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn .link-section .links{display:flex;flex-direction:column;gap:12px;color:var(--color-text-secondary);font-size:var(--font-size-body-sm);font-weight:400;line-height:20px}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn .link-section .address{display:flex;gap:8px}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn .link-section .address-icon{min-width:20px}.footer-ctn-wrapper .footer-ctn .retailer-ctn .footer-links-ctn .link-section .address-text{color:var(--color-neutral-text-text-secondary);font-size:var(--font-size-body-sm);font-style:normal;font-weight:400;line-height:20px;letter-spacing:var(--letter-spacing-body)}.footer-ctn-wrapper .footer-ctn .footer-seperator-Hline{border:none;height:1px;opacity:.5;background:var(--color-neutral-text-grey-medium, #eaeaea)}.footer-ctn-wrapper .footer-ctn .footer-rights-reserved{display:flex;align-items:center;gap:24px}.footer-ctn-wrapper .footer-ctn .footer-rights-reserved .footer-copyrightWrapper{display:flex;gap:4px;align-items:center;flex:1 0 0}.footer-ctn-wrapper .footer-ctn .footer-rights-reserved .footer-copyrightWrapper>span{text-align:center;color:var(--color-neutral-text-text-secondary);font-size:var(--font-size-body-sm);font-style:normal;font-weight:400;line-height:20px;letter-spacing:var(--letter-spacing-body)}.footer-mobile{display:flex;justify-content:center;align-items:center;gap:5.25px;flex-direction:row;background:var(--color-bg-white);box-shadow:0 -2px 4px #0000000a;border-top:1px solid var(--color-grey-medium);position:fixed;bottom:0;height:74px;width:100%;z-index:500}.footer-mobile-menu{display:flex;justify-content:center;align-items:center;gap:4px;flex-direction:column;cursor:pointer;flex:1}.footer-mobile-scan-menu{display:flex;justify-content:center;align-items:center;gap:0;flex-direction:row;background:var(--primary-main);border-radius:var(--radius-xl);cursor:pointer;height:58px;width:58px}.footer-mobile-menu__text{color:var(--color-grey-dark);font-size:var(--font-size-body-xs);font-weight:500;line-height:140%;letter-spacing:var(--letter-spacing-body)}.footer-mobile-menu__text--active{color:var(--primary-main)}.Banner_MainCnt{background:var(--color-brand-primary, #526AE3);display:flex;align-items:center;justify-content:center;gap:200px;height:280px;flex:1 0 0}.Banner_MainCnt .Banner_getAppNow-text{color:var(--color-neutral-background-bg-white, #FFF);font-size:var(--font-size-heading-h2, 36px);font-style:normal;font-weight:700;line-height:43px;letter-spacing:var(--letter-spacing-header, 0px)}.Banner_MainCnt .Banner_offer-text{overflow:hidden;color:var(--color-neutral-background-bg-white, #FFF);text-overflow:ellipsis;font-size:var(--font-size-body-lg, 18px);font-style:normal;font-weight:400;line-height:25px;letter-spacing:var(--letter-spacing-body, 0px)}.Banner_MainCnt .Banner__leftContainer{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:36px}.Banner_MainCnt .Banner__appleStore_wrapper{display:flex;align-items:flex-start;gap:16px}.Banner_MainCnt .Banner__appleStore_wrapper span{cursor:pointer}.Banner_MainCnt .Banner_rightContainer{margin-top:auto}.Banner_MainCnt .bg_Image_Wrapper{position:relative}.Banner_MainCnt .center_Icon_wrapper{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.Banner_MainCnt .center_Icon_wrapper>*{max-width:none;flex-shrink:0}:root{--color-brand-primary: #526ae3;--color-text-primary: #1c1c1c;--color-text-secondary: #555150;--color-grey-dark: #969696;--color-grey-medium: #eaeaea;--color-grey-light: #f5f5f5;--color-bg-white: #ffffff;--color-bg-grey: #efefef;--color-white-40: rgba(255, 255, 255, .4);--color-white-16: rgba(255, 255, 255, .16);--color-overlay-72: rgba(28, 28, 28, .72);--color-success: #16a34a;--color-success-light: #f3faf6;--color-pending: #ca8a04;--color-pending-light: #fcf9f2;--color-error: #dc2626;--color-error-light: #fdf4f4;--color-info: #2563eb;--color-info-light: #f4f7fe;--font-family-header: Inter;--font-family-body: Inter;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-header: 1.2;--line-height-body: 1.4;--letter-spacing-header: 0;--letter-spacing-body: 0;--radius-xl: 100px;--radius-l: 16px;--radius-m: 12px;--radius-s: 8px;--radius-xs: 4px;--radius-default: 0;--stroke-l: 2px;--stroke-m: 1.5px;--stroke-s: 1px;--stroke-xs: .5px;--max-width: 1120px}:root{--font-size-h1: 36px;--font-size-h2: 32px;--font-size-h3: 28px;--font-size-h4: 24px;--font-size-h5: 20px;--font-size-h6: 18px;--font-size-body-lg: 16px;--font-size-body-md: 14px;--font-size-body-sm: 12px;--font-size-body-xs: 10px}@media (min-width: 768px){:root{--font-size-h1: 40px;--font-size-h2: 36px;--font-size-h3: 32px;--font-size-h4: 28px;--font-size-h5: 24px;--font-size-h6: 20px;--font-size-body-lg: 18px;--font-size-body-md: 16px;--font-size-body-sm: 14px;--font-size-body-xs: 12px}}html{box-sizing:border-box;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}*,*:after,*:before{box-sizing:inherit;-ms-overflow-style:none;scrollbar-width:none}*{margin:0;padding:0}body{min-height:100vh;line-height:1.5;scroll-behavior:smooth;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-family);-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed}*::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{text-wrap:balance}a:not([class]){text-decoration-skip-ink:all;color:currentColor}ul[class],ol[class]{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%;max-inline-size:100%}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.feed-ctn{position:relative;border-radius:var(--radius-l);height:100%;width:100%;border:.5px solid var(--color-grey-medium)}.feed-ctn .feed-featured{position:absolute;top:0;right:12px;z-index:2}.feed-ctn .feed-header{padding:16px;display:flex;align-items:center;gap:12px;background-color:var(--color-grey-light);border-radius:var(--radius-l) var(--radius-l) 0 0}.feed-ctn .feed-header .retailer-image{width:36px;height:36px;border-radius:50%}.feed-ctn .feed-header .retailer-text{color:var(--color-text-primary);font-size:var(--font-size-body-md);font-weight:600;line-height:22px}.feed-ctn .feed-data{display:flex;flex-direction:column;gap:12px;background-color:var(--color-grey-light);border-radius:0 0 var(--radius-l) var(--radius-l)}.feed-ctn .feed-data .feed-tags-ctn{display:flex;gap:12px}.feed-ctn .feed-data .feed-tags-ctn .feed-tag{color:var(--color-brand-primary);padding:4px 8px;font-size:var(--font-size-body-sm);line-height:20px;border-radius:var(--border-l);border:.5px solid var(--color-grey-medium);background-color:#fff;border-radius:var(--radius-xl)}.feed-ctn .feed-data .feed-description{font-size:var(--font-size-body-sm);color:var(--color-text-primary);word-break:break-all}.feed-ctn .feed-data .feed-description .read-more-less{color:var(--color-brand-primary);cursor:pointer}.feed-ctn .feed-data .feed-date-time{color:var(--color-grey-dark);font-size:var(--font-size-body-xs);font-weight:500;line-height:17px;display:flex;align-items:center;gap:4px}.feed-ctn .feed-data .feed-date-time .date-separator{width:3px;height:3px;border-radius:3px;background-color:var(--color-grey-dark)}.feed-ctn .feed-data .feed-divider{width:100%;height:1px;background-color:var(--color-grey-medium)}.feed-ctn .feed-data .like-share-ctn{display:flex;justify-content:space-between;align-items:center;border-radius:0 0 var(--radius-l) var(--radius-l)}.feed-ctn .feed-data .like-share-ctn .like-ctn{display:flex;gap:8px;align-items:center}.feed-ctn .feed-data .like-share-ctn .like-ctn .like-btn{cursor:pointer}.feed-ctn .feed-data .like-share-ctn .like-ctn .like-text{color:var(--color-text-primary);font-size:var(--font-size-body-xs);font-weight:500;line-height:17px}.feed-ctn .feed-data .like-share-ctn .share-ctn{cursor:pointer}.feed-ctn .share-modal-ctn{background-color:#fff;padding:16px;display:flex;gap:20px;border-radius:var(--radius-l);border:1px solid var(--color-grey-medium);position:absolute;bottom:60px;right:16px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.feed-ctn .share-modal-ctn.show{opacity:1;transform:translateY(0);pointer-events:auto}.feed-ctn .share-modal-ctn .link-ctn{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:4px;flex-direction:column}.feed-ctn .share-modal-ctn .logo-ctn{width:32px;height:32px;border-radius:var(--radius-xl)}@media screen and (min-width: 600px){.feed-ctn .share-modal-ctn .logo-ctn{width:40px;height:40px}}.feed-ctn .share-modal-ctn .logo-text{color:var(--color-text-secondary);font-size:8px;font-weight:400;line-height:140%;text-align:center}@media screen and (min-width: 600px){.feed-ctn .share-modal-ctn .logo-text{font-weight:500}}.variant-feed-swiper-main .swiper-pagination{background-color:var(--color-grey-light)}.swiper-pagination-bullet{opacity:1!important;background-color:var(--color-grey-medium)!important}.swiper-pagination-bullet-active{background-color:var(--primary-main)!important}.variant-feed-swiper-main .swiper-button-prev,.variant-feed-swiper-main .swiper-button-next{background-color:var(--color-overlay-72);border:1px solid gray;border-radius:50%;box-sizing:border-box;cursor:pointer;height:32px;width:32px;position:absolute;top:50%;transform:translateY(-50%);z-index:100;display:flex;justify-content:center;align-items:center;gap:0;flex-direction:row}@media (min-width: 600px){.variant-feed-swiper-main .swiper-button-prev,.variant-feed-swiper-main .swiper-button-next{height:24px;width:24px}}.variant-feed-swiper-main .swiper-button-prev:after,.variant-feed-swiper-main .swiper-button-next:after{display:none}.variant-feed-swiper-main .swiper-button-prev:before,.variant-feed-swiper-main .swiper-button-next:before{content:"";display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain}.variant-feed-swiper-main .swiper-button-prev{left:16px}.variant-feed-swiper-main .swiper-button-prev:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icons'%3e%3cg%20id='Frame%201000004356'%3e%3cpath%20id='keyboard_arrow_left'%20d='M8.94229%2010.792L12.3367%2014.1862C12.4519%2014.3016%2012.511%2014.4467%2012.5138%2014.6214C12.5164%2014.796%2012.4574%2014.9437%2012.3367%2015.0645C12.2158%2015.1852%2012.0694%2015.2456%2011.8975%2015.2456C11.7256%2015.2456%2011.5792%2015.1852%2011.4583%2015.0645L7.71312%2011.3193C7.63521%2011.2413%207.58021%2011.159%207.54812%2011.0725C7.51604%2010.9859%207.5%2010.8925%207.5%2010.792C7.5%2010.6916%207.51604%2010.5982%207.54812%2010.5116C7.58021%2010.4251%207.63521%2010.3428%207.71312%2010.2648L11.4583%206.51954C11.5738%206.40427%2011.7188%206.34524%2011.8935%206.34246C12.0681%206.33982%2012.2158%206.39885%2012.3367%206.51954C12.4574%206.64038%2012.5177%206.78677%2012.5177%206.95871C12.5177%207.13066%2012.4574%207.27705%2012.3367%207.39788L8.94229%2010.792Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.variant-feed-swiper-main .swiper-button-next{right:16px}.variant-feed-swiper-main .swiper-button-next:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icons'%3e%3cg%20id='Frame%201000004357'%3e%3cpath%20id='keyboard_arrow_right'%20d='M11.0754%2010.7959L7.68104%207.40175C7.56576%207.28634%207.50674%207.14127%207.50396%206.96654C7.50132%206.79196%207.56035%206.64425%207.68104%206.52342C7.80188%206.40272%207.94826%206.34238%208.12021%206.34238C8.29215%206.34238%208.43854%206.40272%208.55937%206.52342L12.3046%2010.2686C12.3825%2010.3467%2012.4375%2010.429%2012.4696%2010.5155C12.5017%2010.602%2012.5177%2010.6955%2012.5177%2010.7959C12.5177%2010.8963%2012.5017%2010.9898%2012.4696%2011.0763C12.4375%2011.1629%2012.3825%2011.2452%2012.3046%2011.3232L8.55937%2015.0684C8.44396%2015.1837%208.29889%2015.2427%208.12417%2015.2455C7.94958%2015.2481%207.80188%2015.1891%207.68104%2015.0684C7.56035%2014.9476%207.5%2014.8012%207.5%2014.6293C7.5%2014.4573%207.56035%2014.3109%207.68104%2014.1901L11.0754%2010.7959Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.variant-feed-swiper-main .swiper-button-disabled{opacity:0;cursor:default;pointer-events:none}.infinite-scroll-component{overflow:visible!important}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.feed{background:#fff;width:100%;max-width:1120px;margin-inline:auto;height:100%}@media (min-width: 600px){.feed{margin-bottom:60px}}.feed-masonry{margin:20px 16px 40px}@media screen and (min-width: 600px){.feed-masonry{margin:0}}.feed-masonry-layout{gap:24px!important}@media (min-width: 600px){.feed-masonry-layout{gap:32px!important}}.feed-masonry-layout>div{gap:24px!important}@media (min-width: 600px){.feed-masonry-layout>div{gap:32px!important}}.breadcrumb-mobile{background-color:var(--primary-main);height:56px;width:100%;padding:16px;display:flex;justify-content:space-between;align-items:center;gap:0;flex-direction:row}@media screen and (min-width: 600px){.breadcrumb-mobile{display:none}}.breadcrumb-mobile-navigation{display:flex;justify-content:center;align-items:center;gap:12px;flex-direction:row}.breadcrumb-mobile-navigation__icon{display:flex;justify-content:center;align-items:center;gap:0;flex-direction:row;cursor:pointer}.breadcrumb-mobile-navigation__text{font-size:var(--font-size-body-md);color:var(--color-bg-white)}.breadcrumb-mobile-options{display:flex;justify-content:center;align-items:center;gap:12px;flex-direction:row}.breadcrumb-mobile-options__icon{display:flex;justify-content:center;align-items:center;gap:0;flex-direction:row;cursor:pointer}.breadcrumb-desktop{height:104px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:0;flex-direction:row}@media screen and (max-width: 600px){.breadcrumb-desktop{display:none}}.breadcrumb-desktop-navigation{display:flex;justify-content:flex-start;align-items:center;gap:36px;flex-direction:row;flex:1}.breadcrumb-desktop-navigation__icon{background:var(--secondary-main);border-radius:var(--radius-xl);padding:8px;display:flex;justify-content:center;align-items:center;gap:0;flex-direction:row;cursor:pointer}.breadcrumb-desktop-text{font-weight:600;font-size:24px;line-height:32px;letter-spacing:0%;text-align:center;vertical-align:middle}.breadcrumb-desktop-options{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:0;flex-direction:row}.breadcrumb-desktop-navigation__pages{display:flex;justify-content:center;align-items:center;gap:0;flex-direction:row}.breadcrumb-desktop-navigation__pages-text{color:#555150;cursor:pointer;font-weight:500;font-size:var(--font-size-body-sm);line-height:140%;letter-spacing:var(--letter-spacing-body)}.breadcrumb-desktop-navigation__pages-text.breadcrumb-active-text{color:var(--primary-main)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.point-balance{background:var(--color-grey-light);border:1px solid var(--color-grey-medium);border-radius:40px;cursor:pointer;padding:8px 12px;display:flex;justify-content:center;align-items:center;gap:8px;flex-direction:row;width:fit-content}.point-balance-text{color:var(--color-text-primary);font-size:var(--font-size-h6);font-weight:600;line-height:120%}.feedChip__content-wrapper{display:flex;align-items:center;gap:16px;align-self:stretch;margin-bottom:40px}@media screen and (max-width: 600px){.feedChip__content-wrapper{display:none}}.feedChip__content-wrapper .feedChip__content{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:var(--radius-xl, 100px);border:var(--stroke-s, 1px) solid var(--color-neutral-text-grey-medium, #EAEAEA);background:var(--color-neutral-background-bg-white, #FFF);cursor:pointer;font-family:var(--font-family-body, Inter);font-size:var(--font-size-body-md, 16px);font-style:normal;font-weight:400;line-height:22px;letter-spacing:var(--letter-spacing-body, 0px)}.feedChip__content-wrapper .feedChip__content-active{border-radius:var(--radius-xl, 100px);background:linear-gradient(0deg,#ffffffe6,#ffffffe6),var(--color-brand-primary);color:var(--color-brand-primary);border:var(--stroke-s, 1px) solid var(--color-brand-primary);display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:8px;cursor:pointer}.feedChip__drawer .feedChip__drawer-btnwrapper{display:flex;align-items:center;justify-content:center}.feedChip__drawer .drawer__panel{box-shadow:none}.feedChip__drawer .feedChip__drawer-btn{background-color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0000001a}.feedChip__drawer .drawer__panel{background:none}.feedChip__drawer .drawer__content{padding:0%;display:flex;flex-direction:column;gap:24px}.feedChip__drawer .feedChip__footer{border-radius:12px 12px 0 0;background:#fff}.feedChip__drawer .feedChip__footer .feedChip__footer--title{display:flex;padding:20px 16px;align-items:center;align-self:stretch;color:var(--color-neutral-text-text-primary);font-size:var(--font-size-body-lg, 16px);font-style:normal;font-weight:600;line-height:19px;letter-spacing:var(--letter-spacing-body, 0px)}.feedChip__drawer .feedChip__footer .feedChip__footer--content{display:flex;padding:0 16px 20px;flex-direction:column;align-items:flex-start;align-self:stretch;max-height:216px;overflow-y:auto}.feedChip__drawer .feedChip__footer .feedChip__footer--content .feedChip__footer--content--text--wrapper{display:flex;align-items:center;gap:12px;height:54px;width:100%;border-bottom:.1px solid lightgray;padding:17px 0;cursor:pointer}.feedChip__drawer .feedChip__footer .feedChip__footer--content .feedChip__footer--content--text--wrapper:last-child{border-bottom:none}.feedChip__drawer .feedChip__footer .feedChip__footer--content .feedChip__footer--content-text{flex:1 0 0;color:var(--color-neutral-text-text-primary);font-size:var(--font-size-body-md, 14px);font-style:normal;font-weight:400;line-height:19px;letter-spacing:var(--letter-spacing-body, 0px)}.feedChip__drawer .feedChip__footer .feedChip__footer--content .custom-checkbox{position:relative;display:inline-block}.feedChip__drawer .feedChip__footer .feedChip__footer--content .custom-checkbox input[type=checkbox]{opacity:0;position:absolute;width:0;height:0}.feedChip__drawer .feedChip__footer .feedChip__footer--content .custom-checkbox input[type=checkbox]:checked+.checkmark{background-color:var(--primary-main);border:none}.feedChip__drawer .feedChip__footer .feedChip__footer--content .custom-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;left:9px;top:5px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.feedChip__drawer .feedChip__footer .feedChip__footer--content .custom-checkbox .checkmark{width:24px;height:24px;background-color:#fff;border:2px solid #ccc;border-radius:4px;display:inline-block;cursor:pointer;position:relative}.feedChip__drawer .feedChip__footer .feedChip__footer--button{border-top:1px solid lightgray;display:flex;padding:16px;align-items:center;gap:12px;align-self:stretch}.feedChip__drawer .feedChip__footer .feedChip__footer--button .feedChip__footer--clearButton{cursor:pointer;display:flex;border:none;height:40px;padding:10px 20px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;border-radius:var(--radius-xl, 100px);background:var(--color-grey-light);color:var(--color-grey-dark);font-size:var(--font-size-body-md, 14px);font-style:normal;font-weight:500;line-height:20px;letter-spacing:var(--letter-spacing-body, 0px)}.feedChip__drawer .feedChip__footer .feedChip__footer--button .applyBtn{border-radius:var(--radius-xl, 100px);background:var(--color-neutral-text-grey-light)}.feedChip__drawer .feedChip__footer .feedChip__footer--button .clearBtnActive{color:var(--color-brand-primary);background:linear-gradient(0deg,#ffffffe6,#ffffffe6),var(--color-brand-primary, #526AE3)}.feedChip__drawer .feedChip__footer .feedChip__footer--button .applyBtnActive{background:var(--color-brand-primary);color:var(--color-bg-white)}.feedChip__drawer .feedChip__footer .feedChip__footer--button .feedChip__footer--button-text{display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:8px}.feedChip__drawer .drawer__panel--bottom{min-height:fit-content;height:max-content}
