.cmp-bonus{align-items:center;background:var(--bg,#02214e);display:flex;flex-direction:column;padding:16px;position:relative}.cmp-bonus__icon{background:var(--bg,#fff);border-radius:50%;display:grid;height:24px;place-content:center;position:absolute;top:0;transform:translateY(-50%);width:24px}.cmp-bonus__icon svg path{stroke:var(--stroke,#02214e)}.cmp-bonus__text{color:var(--color,#fff);font-size:16px;font-weight:700;line-height:120%;margin:0;text-align:center}.cmp-table{border-collapse:collapse;width:100%}.cmp-table tr:first-of-type td:first-child{border-radius:16px 0 0 0}.cmp-table tr:first-of-type td:last-child{border-radius:0 16px 0 0}.cmp-table tr:last-of-type td:first-child{border-radius:0 0 0 16px}.cmp-table tr:last-of-type td:last-child{border-radius:0 0 16px 0}.cmp-table td{border:1px solid #eaeaea;font-size:16px;font-weight:700;line-height:20px;padding:10px}.cmp-table td:nth-child(2n){font-weight:400}.cmp-brand-block{align-items:center;background:var(--bg,#021939);border-radius:var(--border-radius,30px);display:flex;flex-direction:column;gap:20px;margin-bottom:25px;margin-top:65px;padding:16px;position:relative;z-index:1}.cmp-brand-block__icon{border-radius:var(--border-radius,20px);box-shadow:0 14px 19px 2px var(--shadow,rgba(57,22,156,.5));height:72px;position:absolute;top:0;transform:translateY(-50%);width:72px}.cmp-brand-block__icon img{height:100%;object-fit:cover;width:100%}.cmp-brand-block__title{color:var(--color,#fff);font-size:25px;font-weight:600;line-height:24px;margin:56px 0 0}.cmp-brand-block__bonus{align-self:stretch;display:flex;flex-direction:column;gap:24px}@media(min-width:800px){.cmp-brand-block__bonus{flex-direction:row;justify-content:center}}.cmp-brand-block__bonus-item{border-radius:calc(var(--border-radius, 30px)/2)}@media(min-width:800px){.cmp-brand-block__bonus-item{min-width:320px}}.cmp-brand-block__text{color:var(--color,#fff);font-size:16px;font-weight:400;line-height:24px;text-align:center;width:100%}.cmp-brand-block__text>*{margin:0 0 15px}.cmp-brand-block__text>:last-of-type{margin-bottom:0}.cmp-brand-block__button{align-self:stretch;background:transparent;border-radius:var(--border-radius,25px);color:var(--color,#fff);overflow:hidden;padding:12px 48px;position:relative;text-align:center;text-decoration:none}.cmp-brand-block__button:after{background:var(--bg,#e30639);content:"";height:100%;left:0;position:absolute;top:0;transition:all .25s ease-in-out;width:100%;z-index:-1}.cmp-brand-block__button:hover:after{opacity:.7}@media(min-width:800px){.cmp-brand-block__button{align-self:center}}