:root{font:400 14px/1.4 Inter,sans-serif;color:#333a40;scroll-behavior:smooth;box-sizing:border-box;background-color:#fff}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:grid;place-items:center;min-width:375px;min-height:100vh}h1{font-size:32px;font-weight:600;line-height:1.2;word-break:break-word}@media (min-width: 1024px){h1{font-size:60px;font-weight:700}}#app,.header{width:100%;margin:0 auto}@media (min-width: 1920px){#app,.header{width:1400px}}@media (min-width: 1440px){#app,.header{width:1360px}}@media (min-width: 1250px) and (max-width: 1439px){#app,.header{width:1170px}}@media (min-width: 1024px) and (max-width: 1249px){#app,.header{width:988px}}.header{display:flex;padding:14px 0;gap:30px;align-items:center;color:#2302f5}@media (max-width: 1023px){.header{padding:14px 20px}}.header_description{font-style:normal;font-size:18px;font-weight:600;line-height:1.2;word-break:break-word;margin:0}@media (max-width: 1023px){.header_description{display:none}}.footer{z-index:2;display:flex;gap:10px;justify-content:center;align-items:center;margin-top:auto;padding:28px 0;text-decoration:none;background:#f7f7fa;width:100%}.footer_link{font-style:normal;font-size:15px;font-weight:400;line-height:1.4;color:#888c8f;text-decoration:none}.footer_link:hover{color:#5a6065}.content{height:fit-content;display:grid;gap:20px;justify-content:center;margin:60px 24px;text-align:center}@media (min-width: 1024px){.content{margin:100px auto}}.content_text{font-size:26px}@media (max-width: 1023px){.content_text{font-size:20px;text-overflow:ellipsis;overflow:hidden}}.content_btns{display:flex;gap:10px;flex-direction:column;justify-content:center}@media (min-width: 1024px){.content_btns{gap:20px;flex-direction:initial;margin-top:30px}}button{position:relative;overflow:hidden;display:inline-block;padding:var(--btn-p, 11px 20px);font-size:var(--btn-fz, 15px);line-height:var(--btn-icon-size, 20px);text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;background:none;border:1px solid;border-radius:var(--btn-bdrs, 26px);cursor:pointer;font-weight:500}.content_btn_yes{color:#fff;background:#2302f5;border-color:#2302f5}.content_btn_yes:hover{background:#2d0cff;border-color:#2d0cff}.content_btn_yes:active{background:#0f00e1;border-color:#0f00e1}.content_btn_yes:focus-visible{background:#2302f5;border-color:#2302f5;outline:1px solid #2302f5}.content_btn_no{color:#2302f5;background:#fff;border-color:#2302f5}.content_btn_no:hover{color:#333a40;border-color:#8c8691}.content_btn_no:focus-visible{color:#333a40;background:#fff;border-color:#2302f5;outline:1px solid #2302f5}.description{display:grid;margin:40px 24px 30px;font-size:20px;font-weight:600}@media (min-width: 1024px){.description{font-size:32px;margin:50px 0 40px}}.brand_text{color:#2302f5}.stores{display:grid;grid-template-columns:1fr;grid-row-gap:15px;margin:0 24px 40px}@media (min-width: 1024px){.stores{grid-template-columns:repeat(6,1fr);grid-column-gap:20px;grid-row-gap:30px;margin:0 0 120px}}.storeCard{display:flex;justify-content:center;align-items:center;padding:20px;border:1px solid #ddd9e0;border-radius:26px}.storeCard_logo_wrap{height:68px;width:160px;align-items:center;display:flex;justify-content:center}.storeCard_logo{max-height:68px;max-width:160px}.content_text{align-items:center;display:flex;flex-direction:row;justify-content:center}.loader{display:flex;width:9px;height:9px;margin:14px 0;text-align:center;background-color:#333a40;border-radius:50%;box-shadow:18px 0 #fff2,-18px 0 #fff2;animation:loading-animation .5s ease-out infinite alternate}@keyframes loading-animation{0%{background-color:#fff2;box-shadow:18px 0 #fff2,-18px 0 #333a40}50%{background-color:#333a40;box-shadow:18px 0 #fff2,-18px 0 #fff2}to{background-color:#fff2;box-shadow:18px 0 #333a40,-18px 0 #fff2}}
