.rewards-section{width:100%;margin:20px 0;padding:0 16px;background:transparent}.rewards-card{background:linear-gradient(135deg,#f0f4ff,#e8f0fe 50%,#e0ecff);border-radius:20px;padding:20px 16px;box-shadow:0 4px 16px rgba(59,130,246,.15),0 2px 8px rgba(0,0,0,.08);position:relative;overflow:hidden;border:1px solid rgba(59,130,246,.15);transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.rewards-card-clickable:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.2),0 4px 12px rgba(0,0,0,.1)}.rewards-card-clickable:active{-webkit-transform:translateY(0);transform:translateY(0)}.rewards-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.1) 0,rgba(147,197,253,.06) 50%,transparent 70%);pointer-events:none;-webkit-animation:cardGlow 3s ease-in-out infinite;animation:cardGlow 3s ease-in-out infinite}@-webkit-keyframes cardGlow{0%,to{opacity:1}50%{opacity:.7}}@keyframes cardGlow{0%,to{opacity:1}50%{opacity:.7}}.rewards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.rewards-title{font-size:20px;line-height:24px;letter-spacing:-.3px;color:rgba(2,6,12,.92);margin:0}.rewards-points,.rewards-title{font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased}.rewards-points{font-size:24px;line-height:28px;color:#3b82f6}.rewards-next{display:flex;align-items:center;grid-gap:6px;gap:6px;margin-bottom:16px}.rewards-next-label{font-weight:500;color:rgba(2,6,12,.6)}.rewards-next-item,.rewards-next-label{font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}.rewards-next-item{font-weight:600;color:#3b82f6}.rewards-progress-container{margin-bottom:16px}.rewards-progress-bar{width:100%;height:8px;background:#e0e0e0;margin-bottom:8px}.rewards-progress-bar,.rewards-progress-fill{border-radius:10px;overflow:hidden;position:relative}.rewards-progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#66bb6a);transition:width .5s ease}.rewards-progress-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);-webkit-animation:progressShine 2s infinite;animation:progressShine 2s infinite}@-webkit-keyframes progressShine{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes progressShine{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.rewards-progress-text{display:flex;align-items:center;justify-content:center;grid-gap:4px;gap:4px;font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.rewards-progress-current{font-size:13px;font-weight:700;color:#4caf50}.rewards-progress-separator,.rewards-progress-total{font-size:13px;font-weight:500;color:rgba(2,6,12,.6)}.rewards-list{width:100%;margin-top:8px}.rewards-list-scroll{display:flex;overflow-x:auto;overflow-y:hidden;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;grid-gap:12px;gap:12px;padding-bottom:4px}.rewards-list-scroll::-webkit-scrollbar{display:none}.rewards-item-wrapper{flex:0 0 auto;scroll-snap-align:start;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.rewards-item-wrapper:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.rewards-item-wrapper:active{-webkit-transform:scale(.98);transform:scale(.98)}.rewards-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:16px 12px;min-width:120px;text-decoration:none;color:inherit;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06);border:2px solid transparent}.rewards-item:active,.rewards-item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12);text-decoration:none;color:inherit}.rewards-item-available{border-color:#3b82f6;background:linear-gradient(135deg,#f0f4ff,#fff);box-shadow:0 2px 8px rgba(59,130,246,.2)}.rewards-item-claimed{opacity:.85;background:linear-gradient(135deg,#e8f5e9,#f1f8f4);border:2px solid #4caf50;position:relative}.rewards-item-disabled{opacity:.5;cursor:pointer;position:relative}.rewards-item-disabled:active,.rewards-item-disabled:hover{-webkit-transform:none;transform:none;box-shadow:0 2px 8px rgba(0,0,0,.06)}.rewards-item-disabled .rewards-item-icon{background:#e0e0e0}.rewards-item-disabled .rewards-item-name,.rewards-item-disabled .rewards-item-points{color:rgba(2,6,12,.4)}.rewards-item-row{display:flex;align-items:center;grid-gap:12px;gap:12px;width:100%}.rewards-item-icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.rewards-item-icon img{width:100%;height:100%;object-fit:cover}.rewards-item-icon-default{font-size:32px;line-height:1}.rewards-item-available .rewards-item-icon{background:linear-gradient(135deg,#dbeafe,#e0f2fe);border:2px solid #3b82f6;box-shadow:0 2px 8px rgba(59,130,246,.2)}.rewards-item-content{text-align:left;flex:1 1;min-width:0}.rewards-item-name{font-size:13px;font-weight:600;color:rgba(2,6,12,.92);margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden}.rewards-item-name,.rewards-item-points{font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.rewards-item-points{font-size:11px;font-weight:500;color:rgba(2,6,12,.6);margin:0}.rewards-item-badge{top:8px;right:8px;background:#4caf50;padding:4px 8px;border-radius:6px;font-size:10px}.rewards-item-badge,.rewards-item-claim-btn{position:absolute;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.rewards-item-claim-btn{bottom:8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#3b82f6;border:none;padding:6px 16px;border-radius:8px;font-size:11px;cursor:pointer;transition:background .2s ease,-webkit-transform .2s ease;transition:background .2s ease,transform .2s ease;transition:background .2s ease,transform .2s ease,-webkit-transform .2s ease;font-family:Basis Grotesque Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.rewards-item-claim-btn:hover{background:#2563eb;-webkit-transform:translateX(-50%) scale(1.05);transform:translateX(-50%) scale(1.05)}.rewards-item-claim-btn:active{-webkit-transform:translateX(-50%) scale(.95);transform:translateX(-50%) scale(.95)}.rewards-item-claimed-badge{position:absolute;bottom:8px;right:8px;background:#4caf50;color:#fff;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 6px rgba(76,175,80,.3);width:25px;height:25px}.rewards-item-claimed-badge svg{width:16px;height:16px;flex-shrink:0}.rewards-item-claimed .rewards-item-icon{background:linear-gradient(135deg,#c8e6c9,#e8f5e9);border:2px solid #4caf50}.rewards-item-claimed .rewards-item-name,.rewards-item-claimed .rewards-item-points{color:rgba(2,6,12,.7)}.rewards-item-locked{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.6);color:#fff;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;width:28px;height:28px}.rewards-item-locked svg{width:14px;height:14px}@media (max-width:480px){.rewards-section{padding:0 12px;margin:16px 0}.rewards-card{padding:16px 12px;border-radius:16px}.rewards-title{font-size:18px}.rewards-points{font-size:20px}.rewards-item{min-width:100px;padding:12px 10px}.rewards-item-icon{width:48px;height:48px}.rewards-item-name{font-size:12px}}@-webkit-keyframes rewardsFadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes rewardsFadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.rewards-card{-webkit-animation:rewardsFadeIn .4s ease-out;animation:rewardsFadeIn .4s ease-out}@-webkit-keyframes rewardItemSlide{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes rewardItemSlide{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.rewards-item-wrapper{-webkit-animation:rewardItemSlide .3s ease-out;animation:rewardItemSlide .3s ease-out}.rewards-item-wrapper:first-child{-webkit-animation-delay:.1s;animation-delay:.1s}.rewards-item-wrapper:nth-child(2){-webkit-animation-delay:.15s;animation-delay:.15s}.rewards-item-wrapper:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.rewards-item-wrapper:nth-child(4){-webkit-animation-delay:.25s;animation-delay:.25s}.rewards-item-wrapper:nth-child(n+5){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes pulse{0%,to{box-shadow:0 2px 8px rgba(0,0,0,.06)}50%{box-shadow:0 4px 16px rgba(59,130,246,.25)}}@keyframes pulse{0%,to{box-shadow:0 2px 8px rgba(0,0,0,.06)}50%{box-shadow:0 4px 16px rgba(59,130,246,.25)}}.rewards-item-available{-webkit-animation:pulse 2s ease-in-out infinite;animation:pulse 2s ease-in-out infinite}:root{--ios-statusbar-height:0px;--ios-bottom-offset:0px;--web-bottom-bar-height:0px}.MTgMy{justify-content:center}.KXBNs{display:flex;align-items:center;justify-content:center;height:inherit;position:relative;align-items:flex-start;padding-top:40px}._3RQIs{-webkit-animation:luDm5 1.2s linear infinite;animation:luDm5 1.2s linear infinite}._3RQIs:first-child{-webkit-transform:rotate(0);transform:rotate(0);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}._3RQIs:after{content:" ";display:block;position:absolute;top:7px;left:0;width:3px;height:8px;border-radius:20%;background:#a3a3a3;background:var(--spinner-color,#a3a3a3)}@-webkit-keyframes luDm5{0%{opacity:1}to{opacity:0}}@keyframes luDm5{0%{opacity:1}to{opacity:0}}._3e2f_{background-color:#fff}._3_DNG{opacity:1}._2dKJV{position:relative;padding:0 16px}._1anN8,._1b3KF,._1NvDX,._2QS14,._3rBiQ{display:flex;align-items:center}._2QS14{padding-left:1px}._1anN8,._1NvDX,._3rBiQ{justify-content:space-between}._1NvDX{border-radius:100%;width:36px;height:36px;margin-right:8px;margin-left:0;flex:0 0 36px;background-color:#efefef;justify-content:center;align-items:center}._1Eaan{stroke:currentColor;fill:currentColor}._1dWUb{width:20px;height:20px}._1Tiex{fill:transparent;width:16px;height:16px}.irWmdV{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:20px;font-weight:800;line-height:24px;letter-spacing:-.3px;color:#1b1e24;overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}._3TkWB{padding-left:4px;height:24px;text-transform:capitalize;width:auto!important;word-break:break-word}.hXVfSX{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:14px;font-weight:200;line-height:18px;letter-spacing:-.3px;color:#36393e;overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}._3N5VT{padding-top:1px;height:18px;text-transform:capitalize;word-break:break-word}._1anN8{margin-left:auto;padding:0;background:0 0;border:0}._3VG_8{height:48px;width:100%}._1rnlc,._2PS93,.Yheri{display:flex}.Yheri{align-items:center;margin:16px 0 12px;position:relative}.Cqh3P{margin-bottom:24px}._2KBHX{width:50%}._1ueIV{position:relative;width:auto;height:auto;transition:opacity 1s;opacity:.5}._3D0Ew{opacity:1}._1UMjk{margin-left:auto}._1rnlc{flex-direction:column;align-items:flex-end}.dNWRoj{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.3px;color:#36393e}._2PS93{align-items:center}._20ccv{position:relative;top:-1px;margin-right:4px;-webkit-animation-name:_8TSdM;animation-name:_8TSdM;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes _8TSdM{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.4);transform:scale(1.4)}}@keyframes _8TSdM{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.4);transform:scale(1.4)}}.eloRCG{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:18px;line-height:20px;letter-spacing:-.3px;color:#9e1e62}._1FIpQ,.eloRCG{font-weight:700}._1zMUG{position:-webkit-sticky;position:sticky;top:0;opacity:0;z-index:-1;transition:opacity .2s;margin-top:-60px;margin-top:calc(-60px - var(--status-bar-height,0px))}.RWgCd{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);opacity:1;z-index:11}._2bjXv{background:#fff;margin-bottom:-1px}._2_0N8,._2_HOH,._2uP5n,.xxDtq{display:flex}._2_0N8,._2_HOH,._2uP5n{align-items:center}._2uP5n{-webkit-font-smoothing:antialiased;padding:0 16px;overflow:hidden;color:#fff;background:#fff;height:64px}._1Ijjy{box-shadow:none;min-height:60px;height:60px;z-index:1;position:relative;overflow:hidden}.MgmM9{width:16px;height:16px}._2_0N8,._2_HOH,.xxDtq{justify-content:center}.xxDtq{flex-direction:column;flex:1 1;overflow:hidden;margin:2px 16px 0;color:#282c3f}._1reO5,.Eb7S4{display:flex;align-items:center}._1reO5{margin-left:0;padding-right:2px;height:12px;width:12px}._1Mxm2{margin:0;height:auto}.l4FVG{padding:20px 16px;overflow:hidden}._2srew{overflow-x:scroll;overflow-y:hidden}._1buJ8,._2dG20,._2x2jV,.rKVoK,.XjI6m{display:flex}.rKVoK:first-child{padding-top:0}._3aZ5w{width:100%}._3aZ5w:first-child{padding-left:16px}._3aZ5w:last-child{padding-right:16px}._34w38:first-child{padding-left:0}._34w38:last-child{padding-right:0}._23GWk{margin:0;border-radius:8px;transition:box-shabow .3s ease-in-out;position:relative;flex:0 0 auto;background:0 0}._3ee0w:last-of-type,._3TrmS:last-of-type,._3TrmS:nth-last-of-type(2),._23GWk:last-of-type,._23GWk:nth-last-of-type(2){display:flex}._3HX_K,._3HX_KLX{display:grid;width:100%;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);grid-gap:3px;gap:3px;overflow-y:auto}._3HX_KLX{padding:5px}._2mw6_3,._3HX_KLX{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}._2mw6_3{margin:0 10px 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}._3WJD_{border:1px solid #f0f0f5;border-radius:15px;box-shadow:0 8px 16px rgba(27,30,36,.06),0 0 8px rgba(27,30,36,.04);height:calc(100vw - 210px)}._3WJD_,._3WJF_{background:#f0f0f5;width:calc((100vw - 53px)/2)}._3WJF_{border:1px solid #f0f0f5;border-radius:12px;height:calc((100vw - 130px)/3)}.imNZOe{display:flex;justify-content:center;flex-direction:row;align-items:center;padding:16px 0;height:100%;width:100%}.jevwRu{--fill-color:rgba(2,6,12,0.92);--stroke-color:rgba(2,6,12,0.92);line-height:0}.hwVdcu{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-weight:700;font-size:15px;line-height:16px;letter-spacing:-.3px;color:rgba(2,6,12,.6)}.eQMPBM{margin:0 4px;letter-spacing:4px}.styles_slider__podEu{display:flex;overflow-x:scroll;overflow-y:hidden;-ms-scroll-snap-type:x mandatory;-webkit-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;flex-direction:column;width:100%}.styles_row__1ivP1,.styles_scrollContainer__3x6cO{display:flex}.styles_slide__2c207{scroll-snap-align:center;flex-shrink:0}.Carousel_slide__klR8u{scroll-snap-align:center;min-width:100%;min-height:100%}.styles_container__1Nshr{display:inline-block;background-size:contain}.Ripple_container__17nxL{position:relative;overflow:hidden}.styles_containerImg__3AXGh,.styles_img__3HNZ4{width:100%;height:100%}.styles_img__3HNZ4{vertical-align:bottom}.styles_scrollContainer__3x6cO{justify-content:center}.styles_outerScroll__1FczW{border-radius:4px}.styles_innerScroll__3h73E{position:relative;border-radius:4px}._3wU45{width:100vw}.slider-pagination{text-align:center;margin-top:10px}.pagination-dot{display:inline-block;width:10px;height:10px;margin:0 5px;background-color:#ccc;border-radius:50%;transition:background-color .3s ease}.pagination-dot.active{background-color:#d60265}._3VG_8{border:1px solid #e2e2e7;border-radius:12px;background:#fff;margin-top:16px}._3VG_8,.hpyD_{height:48px;width:100%}._1eWs7:first-child{padding-left:0}._12s3o{min-height:100vh;height:100vh;height:100dvh}._34fNe{display:flex;flex-direction:column;width:100%;min-height:100vh;height:100vh;height:100dvh}._2_95H{flex:1 1;overflow-x:hidden;overflow-y:scroll;-ms-scroll-chaining:none;overscroll-behavior:none}._3JriE,._34fNe{min-height:100vh!important;height:100vh!important;height:100dvh!important}._2_95H{-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}._3p4LD{padding-bottom:calc(var(--cart-bottom-bar-height) + var(--view-cart-bar-margin-bottom) + var(--web-bottom-bar-height))}.MTgMy{display:flex;align-items:center;position:absolute;left:0;right:0;background:inherit;padding-bottom:4px}._2b0a4{display:none}.EUFPr{background-color:#fff;padding:16px;padding-top:calc(16px + var(--ios-statusbar-height))}.v3eLo{background-color:#f0f0f5}.E_KIR{position:absolute;top:0;bottom:0;left:0;right:0}._1T78N{position:relative}._1OYOX,._1zP3k,._2pa_H,._2ZOJX,._8v0vm,._26Z-u,._30Cpx,._33FOq,.saMII{display:flex}._1OYOX,._1zP3k,._2ZOJX,._8v0vm,._26Z-u,._30Cpx,._33FOq,.saMII{align-items:center}._1OYOX,._1zP3k,._2ZOJX,._30Cpx,.saMII{justify-content:center}._1zP3k{background:rgba(226,226,231,.43);border-radius:100%;width:36px;height:36px;margin-right:8px;margin-left:0;flex:0 0 36px}._3os1_{width:20px;height:20px}._2v20i{-webkit-transform:translate3d(0,2px,0);transform:translate3d(0,2px,0)}._5V4bX,._8XYsS,.Gtw7V{display:flex;align-items:center}.kqvlpO{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:16px;font-weight:700;line-height:19px;letter-spacing:-.3px;color:rgba(2,6,12,.92);overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}._2He9w{text-transform:capitalize;width:auto!important;word-break:break-word}._5V4bX{padding-left:1px}._3OyHE{fill:transparent;width:16px;height:16px}.cuoJzs{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:13px;font-weight:200;line-height:16px;letter-spacing:-.3px;color:rgba(2,6,12,.6);overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}._3cIIs{padding-top:1px;height:18px;text-transform:capitalize;word-break:break-word}._148wZ{display:flex;align-items:center;justify-content:center;margin-left:auto;padding-left:16px;background:0 0;border:0}._116Jv{height:32px;width:32px}.hpyD_{text-align:left}._1Skod,.hpyD_{height:48px;width:100%}._1Skod{border:1px solid #e2e2e7;border-radius:12px;background:#fff;margin-top:16px}._1AaZg,._1wmlH,._3Z-L6{display:flex}._1AaZg{align-items:center;justify-content:center;height:100%;padding:0 16px;width:100%;border-radius:12px;position:relative}.ftrPfO{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:16px;font-weight:200;line-height:19px;letter-spacing:-.3px;color:rgba(2,6,12,.6);overflow:hidden;width:100%;display:-webkit-box;overflow-wrap:break-word;-webkit-line-clamp:1}.uSZQU{text-align:left}._1wmlH{margin-left:12px;margin-right:-4px}._2ZWqx{top:-1px!important;left:16px!important}._1GbBF,._1iqQ0,._3MZy1,.wcQtF{display:flex}._3MZy1{position:absolute;pointer-events:none;grid-gap:5px;gap:5px;top:0;left:37px;height:47px;overflow:hidden}.bTcOkd{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:16px;font-weight:400;line-height:19px;letter-spacing:-.3px;color:rgba(2,6,12,.45)}._1GbBF,._1iqQ0{align-items:center}._1iqQ0{-webkit-transform:translateY(2px);transform:translateY(2px)}._2nUSE{overflow:hidden}.wcQtF{flex-direction:column;align-items:flex-start;-webkit-transform:translateY(14px);transform:translateY(14px)}._1GbBF{margin-bottom:23px;-webkit-transform:translateY(2px);transform:translateY(2px)}._2IvOx{margin:32px 0 48px;display:flex;flex-direction:column;justify-content:center;align-items:center}.jibVwL{-webkit-font-smoothing:antialiased;font-family:Basis Grotesque Pro;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.3px;color:rgba(2,6,12,.15)}._3HX_K{display:flex;margin-left:6px;margin-top:10px}._3WfG_{width:calc((100vw - 76px)/3.5)}._3WfG_,._3WJG_{background:#f0f0f5;border:1px solid #f0f0f5;border-radius:12px;height:calc((100vw - 76px)/3.5)}._3WJG_{width:calc(100vw - 33px)}._3WJI_{background:#f0f0f5;border:1px solid #f0f0f5;border-radius:12px;height:calc((100vw - 62px)/2);width:calc((100vw - 53px)/2)}._3WJA1_,._3WJA_{background:#f0f0f5;border:1px solid #f0f0f5;border-radius:12px;height:calc((100vw - 130px)/3.5);width:calc((100vw - 53px)/2)}._3WJA_{margin-top:10px}._3WJB_{margin-top:16px;border:1px solid #f0f0f5;border-radius:12px;height:calc((100vw - 130px)/3.5);width:calc((100vw - 53px)/2)}._3WJB_,._fWXx{background:#f0f0f5}._fWXx{height:15px;margin-top:8px;border-radius:7.5px}._2dVNI{flex:0 0 auto;margin-left:10px;margin-right:16px;background:#f0f0f5;border:1px solid #f0f0f5;border-radius:20px;height:calc((100vw - 32px)/1.2);width:calc((100vw - 32px)/1.2)}._1Jw4W{height:32px;width:32px}