.v-slider .v-slider__container input{cursor:default;display:none;padding:0;width:100%}.v-slider>.v-input__append,.v-slider>.v-input__prepend{padding:0}.v-slider__container{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;min-height:inherit;position:relative;width:100%}.v-input--disabled .v-slider__container{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-slider__container{color:rgb(var(--v-theme-error))}.v-slider.v-input--horizontal{align-items:center;margin-inline:8px 8px}.v-slider.v-input--horizontal>.v-input__control{align-items:center;display:flex;min-height:32px}.v-slider.v-input--vertical{justify-content:center;margin-bottom:12px;margin-top:12px}.v-slider.v-input--vertical>.v-input__control{min-height:300px}.v-slider.v-input--disabled{pointer-events:none}.v-slider--has-labels>.v-input__control{margin-bottom:4px}.v-slider__label{margin-inline-end:12px}.v-slider-thumb{color:rgb(var(--v-theme-surface-variant));touch-action:none}.v-input--error:not(.v-input--disabled) .v-slider-thumb{color:inherit}.v-slider-thumb__label{background:rgba(var(--v-theme-surface-variant),.7);color:rgb(var(--v-theme-on-surface-variant))}.v-slider-thumb__label:before{color:rgba(var(--v-theme-surface-variant),.7)}.v-slider-thumb{outline:none;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider-thumb__surface{background-color:currentColor;border-radius:50%;cursor:pointer;height:var(--v-slider-thumb-size);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--v-slider-thumb-size)}@media (forced-colors:active){.v-slider-thumb__surface{background-color:highlight}}.v-slider-thumb__surface:before{background:currentColor;border-radius:50%;color:inherit;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:.3s cubic-bezier(.4,0,.2,1);width:100%}.v-slider-thumb__surface:after{content:"";height:42px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:42px}.v-slider-thumb__label,.v-slider-thumb__label-container{position:absolute;transition:.2s cubic-bezier(.4,0,1,1)}.v-slider-thumb__label{align-items:center;border-radius:4px;display:flex;font-size:.75rem;height:25px;justify-content:center;min-width:35px;padding:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-slider-thumb__label:before{content:"";height:0;position:absolute;width:0}.v-slider-thumb__ripple{background:inherit;height:calc(var(--v-slider-thumb-size)*2);left:calc(var(--v-slider-thumb-size)/-2);position:absolute;top:calc(var(--v-slider-thumb-size)/-2);width:calc(var(--v-slider-thumb-size)*2)}.v-slider.v-input--horizontal .v-slider-thumb{inset-inline-start:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size)/2);top:50%;transform:translateY(-50%)}.v-slider.v-input--horizontal .v-slider-thumb__label-container{left:calc(var(--v-slider-thumb-size)/2);top:0}.v-slider.v-input--horizontal .v-slider-thumb__label{bottom:calc(var(--v-slider-thumb-size)/2)}.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(-50%)}.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-thumb__label:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid;bottom:-6px}.v-slider.v-input--vertical .v-slider-thumb{top:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size)/2)}.v-slider.v-input--vertical .v-slider-thumb__label-container{right:0;top:calc(var(--v-slider-thumb-size)/2)}.v-slider.v-input--vertical .v-slider-thumb__label{left:calc(var(--v-slider-thumb-size)/2);top:-12.5px}.v-slider.v-input--vertical .v-slider-thumb__label:before{border-bottom:6px solid transparent;border-right:6px solid;border-top:6px solid transparent;left:-6px}.v-slider-thumb--focused .v-slider-thumb__surface:before{opacity:var(--v-focus-opacity);transform:scale(2)}.v-slider-thumb--pressed{transition:none}.v-slider-thumb--pressed .v-slider-thumb__surface:before{opacity:var(--v-pressed-opacity)}@media (hover:hover){.v-slider-thumb:hover .v-slider-thumb__surface:before{transform:scale(2)}.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface:before{opacity:var(--v-hover-opacity)}}.v-slider-track__background{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors:active){.v-slider-track__background{background-color:highlight}}.v-slider-track__fill{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors:active){.v-slider-track__fill{background-color:highlight}}.v-slider-track__tick{background-color:rgb(var(--v-theme-surface-variant))}.v-slider-track__tick--filled{background-color:rgb(var(--v-theme-surface-light))}.v-slider-track{border-radius:6px}@media (forced-colors:active){.v-slider-track{border:thin solid buttontext}}.v-slider-track__background,.v-slider-track__fill{border-radius:inherit;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider--pressed .v-slider-track__background,.v-slider--pressed .v-slider-track__fill{transition:none}.v-input--error:not(.v-input--disabled) .v-slider-track__background,.v-input--error:not(.v-input--disabled) .v-slider-track__fill{background-color:currentColor}.v-slider-track__ticks{height:100%;position:relative;width:100%}.v-slider-track__tick{border-radius:2px;height:var(--v-slider-tick-size);opacity:0;position:absolute;transform:translate(calc(var(--v-slider-tick-size)/-2),calc(var(--v-slider-tick-size)/-2));transition:opacity .2s cubic-bezier(.4,0,.2,1);width:var(--v-slider-tick-size)}.v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label{transform:none}.v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(100%)}.v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label{transform:none}.v-slider-track__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.v-slider.v-input--horizontal .v-slider-track{align-items:center;display:flex;height:calc(var(--v-slider-track-size) + 2px);touch-action:pan-y;width:100%}.v-slider.v-input--horizontal .v-slider-track__background{height:var(--v-slider-track-size)}.v-slider.v-input--horizontal .v-slider-track__fill{height:inherit}.v-slider.v-input--horizontal .v-slider-track__tick{margin-top:calc(var(--v-slider-track-size)/2 + 1px)}.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size)/2),calc(var(--v-slider-tick-size)/-2))}.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{margin-top:calc(var(--v-slider-track-size)/2 + 8px)}.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(-50%)}.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-track__tick--first{margin-inline-start:calc(var(--v-slider-tick-size) + 1px)}.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(0)}.v-slider.v-input--horizontal .v-slider-track__tick--last{margin-inline-start:calc(100% - var(--v-slider-tick-size) - 1px)}.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(100%)}.v-slider.v-input--vertical .v-slider-track{display:flex;height:100%;justify-content:center;touch-action:pan-x;width:calc(var(--v-slider-track-size) + 2px)}.v-slider.v-input--vertical .v-slider-track__background{width:var(--v-slider-track-size)}.v-slider.v-input--vertical .v-slider-track__fill{width:inherit}.v-slider.v-input--vertical .v-slider-track__ticks{height:100%}.v-slider.v-input--vertical .v-slider-track__tick{margin-inline-start:calc(var(--v-slider-track-size)/2 + 1px);transform:translate(calc(var(--v-slider-tick-size)/-2),calc(var(--v-slider-tick-size)/2))}.v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick,.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size)/2),calc(var(--v-slider-tick-size)/2))}.v-slider.v-input--vertical .v-slider-track__tick--first{bottom:calc(var(--v-slider-tick-size) + 1px)}.v-slider.v-input--vertical .v-slider-track__tick--last{bottom:calc(100% - var(--v-slider-tick-size) - 1px)}.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label{margin-inline-start:calc(var(--v-slider-track-size)/2 + 12px);transform:translateY(-50%)}.v-slider--focused .v-slider-track__tick,.v-slider-track__ticks--always-show .v-slider-track__tick{opacity:1}.v-slider-track__background--opacity{opacity:.38}[data-v-d131f173]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.bonus-calculator-block[data-v-d131f173]{color:#fff;isolation:isolate;padding:24px 0;position:relative}.bonus-calculator-block[data-v-d131f173] .smb-field{--smb-field-input-color:#fff;--smb-field-input-placeholder-color:#fff}.bonus-calculator-block[data-v-d131f173]:before{background-color:var(--smb-shades-black);content:"";inset:0 calc(50% - 50vw);position:absolute;z-index:-1}.bonus-calculator-block__header[data-v-d131f173]{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;margin-bottom:24px}@media (min-width:1280px){.bonus-calculator-block__header[data-v-d131f173]{flex-direction:row;margin-bottom:60px}}.bonus-calculator-block__header-title[data-v-d131f173]{align-items:center;display:flex;flex-wrap:wrap;font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);justify-content:center;letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);text-transform:var(--smb-typography-h6-text-transform)}@media (min-width:1280px){.bonus-calculator-block__header-title[data-v-d131f173]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);text-transform:var(--smb-typography-h4-text-transform)}}.bonus-calculator-block__header-title-image[data-v-d131f173]{width:24px}@media (min-width:1280px){.bonus-calculator-block__header-title-image[data-v-d131f173]{width:50px}}.bonus-calculator-block__header-title-additional[data-v-d131f173]{font-family:var(--smb-typography-body-2-font-family);font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);text-align:center;text-transform:var(--smb-typography-body-2-text-transform)}@media (min-width:1280px){.bonus-calculator-block__header-title-additional[data-v-d131f173]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);text-transform:var(--smb-typography-h4-text-transform)}}.bonus-calculator-block__content[data-v-d131f173]{display:grid;gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:900px}@media (min-width:1280px){.bonus-calculator-block__content[data-v-d131f173]{gap:40px;grid-template-columns:1fr 1fr}}.bonus-calculator-block__calculator[data-v-d131f173]{align-items:center;display:flex;flex-direction:column;gap:32px}@media (min-width:1280px){.bonus-calculator-block__calculator[data-v-d131f173]{align-items:flex-start}}.bonus-calculator-block__slider-field[data-v-d131f173]{padding:0 24px;width:100%}@media (min-width:1280px){.bonus-calculator-block__slider-field[data-v-d131f173]{padding:0;width:289px}}.bonus-calculator-block__button-container[data-v-d131f173]{align-items:center;display:flex;flex-direction:column;gap:16px;grid-row:3}@media (min-width:1280px){.bonus-calculator-block__button-container[data-v-d131f173]{align-items:flex-start;grid-row:2}}.bonus-calculator-block__button[data-v-d131f173]{width:100%}@media (min-width:1280px){.bonus-calculator-block__button[data-v-d131f173]{width:280px}}.bonus-calculator-block__slider[data-v-d131f173]{margin-inline:0!important}.bonus-calculator-block__slider-labels[data-v-d131f173]{display:flex;justify-content:space-between}.bonus-calculator-block__disclaimer[data-v-d131f173],.bonus-calculator-block__slider-labels[data-v-d131f173]{color:var(--smb-grey-base);font-family:var(--smb-typography-body-3-font-family);font-size:var(--smb-typography-body-3-size);font-weight:var(--smb-typography-body-3-weight);font-weight:400;letter-spacing:var(--smb-typography-body-3-letter-spacing);line-height:var(--smb-typography-body-3-line-height);text-transform:var(--smb-typography-body-3-text-transform)}.bonus-calculator-block__disclaimer[data-v-d131f173]{line-height:1.4;text-align:center;width:332px}@media (min-width:1280px){.bonus-calculator-block__disclaimer[data-v-d131f173]{text-align:left}}.bonus-calculator-block__disclaimer-highlight[data-v-d131f173]{color:rgb(var(--v-theme-primary))}.bonus-calculator-block__disclaimer-star[data-v-d131f173]{color:rgb(var(--v-theme-secondary))}.bonus-calculator-block__chart[data-v-d131f173]{align-items:center;display:flex;flex-direction:column;gap:24px}@media (min-width:1280px){.bonus-calculator-block__chart[data-v-d131f173]{grid-column:2/3;grid-row:1/3}}.bonus-calculator-block__chart-center[data-v-d131f173]{display:flex;flex-direction:column;gap:4px;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.bonus-calculator-block__chart-value-bonus[data-v-d131f173]{color:rgb(var(--v-theme-primary));font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);line-height:1;text-transform:var(--smb-typography-h6-text-transform);text-wrap:nowrap}.bonus-calculator-block__chart-value-star[data-v-d131f173]{color:rgb(var(--v-theme-secondary))}.bonus-calculator-block__chart-value-total[data-v-d131f173]{color:var(--smb-grey-darken-2);font-family:var(--smb-typography-subtitle-2-font-family);font-size:var(--smb-typography-subtitle-2-size);font-weight:var(--smb-typography-subtitle-2-weight);letter-spacing:var(--smb-typography-subtitle-2-letter-spacing);line-height:var(--smb-typography-subtitle-2-line-height);line-height:1;text-transform:var(--smb-typography-subtitle-2-text-transform)}.bonus-calculator-block__legend[data-v-d131f173]{display:flex;gap:24px}.bonus-calculator-block__legend-item[data-v-d131f173]{align-items:center;color:#fffc;display:flex;font-family:var(--smb-typography-subtitle-2-font-family);font-size:var(--smb-typography-subtitle-2-size);font-size:14px;font-weight:var(--smb-typography-subtitle-2-weight);gap:8px;letter-spacing:var(--smb-typography-subtitle-2-letter-spacing);line-height:var(--smb-typography-subtitle-2-line-height);text-transform:var(--smb-typography-subtitle-2-text-transform)}.bonus-calculator-block__legend-item--bonus[data-v-d131f173]{color:rgb(var(--v-theme-primary))}.bonus-calculator-block__legend-item--budget[data-v-d131f173]{color:var(--smb-grey-darken-2)}.bonus-calculator-block__legend-color[data-v-d131f173]{border-radius:4px;height:16px;width:16px}.bonus-calculator-block__legend-color--bonus[data-v-d131f173]{background:rgb(var(--v-theme-primary))}.bonus-calculator-block__legend-color--budget[data-v-d131f173]{background:var(--smb-grey-darken-2)}[data-v-833d70af]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-features-template[data-v-833d70af]{align-items:center;display:flex;flex-direction:column}.block-bonus-features-template__title[data-v-833d70af]{color:var(--smb-shades-black);font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);margin-bottom:24px;max-width:300px;text-align:center;text-transform:var(--smb-typography-h6-text-transform)}@media (min-width:1280px){.block-bonus-features-template__title[data-v-833d70af]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);margin-bottom:40px;max-width:100%;text-transform:var(--smb-typography-h4-text-transform)}}.block-bonus-features-template__grid[data-v-833d70af]{display:flex;flex-direction:column;gap:16px}@media (min-width:1280px){.block-bonus-features-template__grid[data-v-833d70af]{display:grid;gap:40px;grid-template-columns:repeat(6,1fr);grid-template-rows:auto}}.block-bonus-features-template__feature[data-v-833d70af]{align-items:center;background:var(--smb-grey-lighten-5);border-radius:16px;display:flex;gap:16px;grid-column:span 2;padding:24px}@media (min-width:1280px){.block-bonus-features-template__feature[data-v-833d70af]{justify-content:center}.block-bonus-features-template__feature[data-v-833d70af]:nth-child(4){grid-column:1/4;grid-row:2}.block-bonus-features-template__feature[data-v-833d70af]:nth-child(5){grid-column:4/7;grid-row:2}}.block-bonus-features-template__feature-image[data-v-833d70af]{flex:0 0 auto;height:40px;width:40px}@media (min-width:1280px){.block-bonus-features-template__feature-image[data-v-833d70af]{height:90px;width:90px}}.block-bonus-features-template__feature-content[data-v-833d70af]{display:flex;flex-direction:column;gap:4px}.block-bonus-features-template__feature-title[data-v-833d70af]{color:var(--smb-shades-black);font-family:var(--smb-typography-title-3-font-family);font-size:var(--smb-typography-title-3-size);font-weight:var(--smb-typography-title-3-weight);letter-spacing:var(--smb-typography-title-3-letter-spacing);line-height:var(--smb-typography-title-3-line-height);margin:0;text-transform:var(--smb-typography-title-3-text-transform)}@media (min-width:1280px){.block-bonus-features-template__feature-title[data-v-833d70af]{font-family:var(--smb-typography-title-1-font-family);font-size:var(--smb-typography-title-1-size);font-weight:var(--smb-typography-title-1-weight);letter-spacing:var(--smb-typography-title-1-letter-spacing);line-height:var(--smb-typography-title-1-line-height);text-transform:var(--smb-typography-title-1-text-transform)}}.block-bonus-features-template__feature-description[data-v-833d70af]{color:var(--smb-grey-darken-4);font-family:var(--smb-typography-body-2-font-family);font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);margin:0;text-transform:var(--smb-typography-body-2-text-transform)}@media (min-width:1280px){.block-bonus-features-template__feature-description[data-v-833d70af]{font-family:var(--smb-typography-body-1-font-family);font-size:var(--smb-typography-body-1-size);font-weight:var(--smb-typography-body-1-weight);letter-spacing:var(--smb-typography-body-1-letter-spacing);line-height:var(--smb-typography-body-1-line-height);text-transform:var(--smb-typography-body-1-text-transform)}}[data-v-a585c2f4]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-calculator-btns[data-v-a585c2f4]{align-items:center;display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width:1280px){.block-bonus-calculator-btns[data-v-a585c2f4]{width:auto}}.block-bonus-calculator-btns__primary[data-v-a585c2f4]{width:100%}@media (min-width:1280px){.block-bonus-calculator-btns__primary[data-v-a585c2f4]{width:280px}}@keyframes shake-text-partner-a585c2f4{0%{transform:translate(20%)}50%{transform:translate(-5px)}to{transform:translate(0)}}@keyframes shake-text-referral-a585c2f4{0%{transform:translate(-20%)}50%{transform:translate(5px)}to{transform:translate(0)}}@media (min-width:1280px){.block-bonus-calculator-btns__primary-text--partner[data-v-a585c2f4],.block-bonus-calculator-btns__primary-text--referral[data-v-a585c2f4]{animation:none!important}}.block-bonus-calculator-btns__primary-text--referral[data-v-a585c2f4]{animation:shake-text-referral-a585c2f4 .4s linear}.block-bonus-calculator-btns__primary-text--partner[data-v-a585c2f4]{animation:shake-text-partner-a585c2f4 .4s linear}.block-bonus-calculator-btns__secondary[data-v-a585c2f4]{color:rgb(var(--v-theme-primary));font-family:var(--smb-typography-body-2-font-family);font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);font-weight:400;letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);text-decoration:none;text-transform:var(--smb-typography-body-2-text-transform)}[data-v-8b40502d]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-how-earn-template__title[data-v-8b40502d]{font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);margin-bottom:20px;text-align:center;text-transform:var(--smb-typography-h6-text-transform)}@media (min-width:1280px){.block-bonus-how-earn-template__title[data-v-8b40502d]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);margin-bottom:40px;text-transform:var(--smb-typography-h4-text-transform)}}.block-bonus-how-earn-template__content[data-v-8b40502d]{align-items:start;display:flex;gap:16px}@media (min-width:1280px){.block-bonus-how-earn-template__content[data-v-8b40502d]{gap:24px}}.block-bonus-how-earn-template__points[data-v-8b40502d]{display:flex;flex-direction:column;gap:24px}.block-bonus-how-earn-template__point[data-v-8b40502d]{align-items:center;background:var(--smb-grey-lighten-5);border-radius:32px;display:flex;flex-direction:column;gap:8px;padding:24px;text-align:center}@media (min-width:1280px){.block-bonus-how-earn-template__point[data-v-8b40502d]{align-items:flex-start;flex-direction:row;gap:16px;text-align:left}}.block-bonus-how-earn-template__point-content[data-v-8b40502d]{display:flex;flex-direction:column;gap:4px}@media (min-width:1280px){.block-bonus-how-earn-template__point-content[data-v-8b40502d]{gap:8px}}.block-bonus-how-earn-template__point-subtitle[data-v-8b40502d]{color:var(--smb-shades-black);font-family:var(--smb-typography-title-3-font-family);font-size:var(--smb-typography-title-3-size);font-weight:var(--smb-typography-title-3-weight);letter-spacing:var(--smb-typography-title-3-letter-spacing);line-height:var(--smb-typography-title-3-line-height);text-transform:var(--smb-typography-title-3-text-transform)}@media (min-width:1280px){.block-bonus-how-earn-template__point-subtitle[data-v-8b40502d]{font-family:var(--smb-typography-title-1-font-family);font-size:var(--smb-typography-title-1-size);font-weight:var(--smb-typography-title-1-weight);letter-spacing:var(--smb-typography-title-1-letter-spacing);line-height:var(--smb-typography-title-1-line-height);text-transform:var(--smb-typography-title-1-text-transform)}}.block-bonus-how-earn-template__point-text[data-v-8b40502d]{color:var(--smb-grey-darken-4);font-family:var(--smb-typography-body-2-font-family);font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);text-transform:var(--smb-typography-body-2-text-transform)}@media (min-width:1280px){.block-bonus-how-earn-template__point-text[data-v-8b40502d]{font-family:var(--smb-typography-body-1-font-family);font-size:var(--smb-typography-body-1-size);font-weight:var(--smb-typography-body-1-weight);letter-spacing:var(--smb-typography-body-1-letter-spacing);line-height:var(--smb-typography-body-1-line-height);text-transform:var(--smb-typography-body-1-text-transform)}}.block-bonus-how-earn-template__video[data-v-8b40502d]{display:none}@media (min-width:1280px){.block-bonus-how-earn-template__video[data-v-8b40502d]{display:flex;justify-content:center}}.block-bonus-how-earn-template__video-element[data-v-8b40502d]{border:1px solid #f7f8f9;border-radius:32px;border-top:2px solid #f7f8f9;box-shadow:0 4px 6px #10212b0f,0 20px 40px #10212b0a;height:390px;width:612px}[data-v-3940d3c2]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-promo-template[data-v-3940d3c2]{align-items:center;color:#fff;display:flex;flex-direction:column;isolation:isolate;justify-content:center;padding:16px 0;position:relative}@media (min-width:1280px){.block-bonus-promo-template[data-v-3940d3c2]{padding:40px 0}}.block-bonus-promo-template[data-v-3940d3c2]:before{background:linear-gradient(180deg,#ff5a28,#ffb463);content:"";inset:0 calc(50% - 50vw);position:absolute;z-index:-1}.block-bonus-promo-template__content[data-v-3940d3c2]{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin:0 auto 24px;max-width:900px;position:relative;text-align:center;z-index:1}@media (min-width:1280px){.block-bonus-promo-template__content[data-v-3940d3c2]{gap:16px;margin-bottom:40px}}.block-bonus-promo-template__title[data-v-3940d3c2]{color:#fff;font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);margin:0;max-width:650px;text-transform:var(--smb-typography-h6-text-transform)}@media (min-width:1280px){.block-bonus-promo-template__title[data-v-3940d3c2]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);text-transform:var(--smb-typography-h4-text-transform)}}.block-bonus-promo-template__subtitle[data-v-3940d3c2]{color:#fff;font-family:var(--smb-typography-title-3-font-family);font-size:var(--smb-typography-title-3-size);font-weight:var(--smb-typography-title-3-weight);letter-spacing:var(--smb-typography-title-3-letter-spacing);line-height:var(--smb-typography-title-3-line-height);margin:0;max-width:600px;text-transform:var(--smb-typography-title-3-text-transform)}@media (min-width:1280px){.block-bonus-promo-template__subtitle[data-v-3940d3c2]{font-family:var(--smb-typography-title-1-font-family);font-size:var(--smb-typography-title-1-size);font-weight:var(--smb-typography-title-1-weight);letter-spacing:var(--smb-typography-title-1-letter-spacing);line-height:var(--smb-typography-title-1-line-height);text-transform:var(--smb-typography-title-1-text-transform)}}.block-bonus-promo-template__button[data-v-3940d3c2]{align-items:center;border:none;color:#fff;display:flex;gap:8px;margin-top:8px;width:100%}@media (min-width:1280px){.block-bonus-promo-template__button[data-v-3940d3c2]{width:300px}}.block-bonus-promo-template__button-icon[data-v-3940d3c2]{color:#fff}[data-v-6b406f23]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.bonus-header-block__header[data-v-6b406f23]{margin-bottom:40px;margin-top:40px}.bonus-header-block__switch-container[data-v-6b406f23]{display:flex;flex-direction:column;gap:16px;justify-content:center;margin-bottom:24px;position:relative;width:100%}@media (min-width:1280px){.bonus-header-block__switch-container[data-v-6b406f23]{display:none}}.bonus-header-block__switch[data-v-6b406f23]{align-items:center;background-color:var(--smb-shades-black);border:1px solid #fff;border-radius:50%;display:flex;height:24px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:24px}.bonus-header-block__switch-icon[data-v-6b406f23]{display:inline-block}@keyframes shake-referral-6b406f23{0%{transform:rotate(0)}25%{transform:rotate(200deg)}50%{transform:rotate(160deg)}to{transform:rotate(180deg)}}@keyframes shake-partner-6b406f23{0%{transform:rotate(180deg)}25%{transform:rotate(-20deg)}50%{transform:rotate(20deg)}to{transform:rotate(0)}}.bonus-header-block__switch-icon--referral[data-v-6b406f23]{animation:shake-referral-6b406f23 .8s ease-in-out}.bonus-header-block__switch-icon--partner[data-v-6b406f23]{animation:shake-partner-6b406f23 .8s ease-in-out}.bonus-header-block__title[data-v-6b406f23]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);margin-bottom:16px;text-align:center;text-transform:var(--smb-typography-h4-text-transform)}@media (min-width:1280px){.bonus-header-block__title[data-v-6b406f23]{font-family:var(--smb-typography-h2-font-family);font-size:var(--smb-typography-h2-size);font-weight:var(--smb-typography-h2-weight);letter-spacing:var(--smb-typography-h2-letter-spacing);line-height:var(--smb-typography-h2-line-height);text-transform:var(--smb-typography-h2-text-transform)}}.bonus-header-block__title-additional[data-v-6b406f23]{display:block;font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);text-transform:var(--smb-typography-h6-text-transform)}@media (min-width:1280px){.bonus-header-block__title-additional[data-v-6b406f23]{display:inline;font-family:var(--smb-typography-h2-font-family);font-size:var(--smb-typography-h2-size);font-weight:var(--smb-typography-h2-weight);letter-spacing:var(--smb-typography-h2-letter-spacing);line-height:var(--smb-typography-h2-line-height);text-transform:var(--smb-typography-h2-text-transform)}}.bonus-header-block__subtitle[data-v-6b406f23]{font-family:var(--smb-typography-body-1-font-family);font-size:var(--smb-typography-body-1-size);font-weight:var(--smb-typography-body-1-weight);letter-spacing:var(--smb-typography-body-1-letter-spacing);line-height:var(--smb-typography-body-1-line-height);text-align:center;text-transform:var(--smb-typography-body-1-text-transform)}@media (min-width:1280px){.bonus-header-block__subtitle[data-v-6b406f23]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);text-transform:var(--smb-typography-h4-text-transform)}}.bonus-header-block__cards[data-v-6b406f23]{position:relative}@media (min-width:1280px){.bonus-header-block__cards[data-v-6b406f23]{display:flex;gap:80px;justify-content:center;margin-top:40px}.bonus-header-block__cards[data-v-6b406f23]:before{display:none}}.bonus-header-block__cards[data-v-6b406f23]:before{background-color:var(--smb-shades-black);content:"";inset:0 calc(50% - 50vw);position:absolute;z-index:1}.bonus-header-block__card[data-v-6b406f23]{--bonus-page-card-background:var(--smb-grey-lighten-5);--bonus-page-card-color:#000;align-items:center;background:var(--bonus-page-card-background);border-radius:32px;color:var(--bonus-page-card-color);cursor:pointer;display:flex;display:none;flex:1;flex-direction:column;justify-content:space-between;padding:24px 0;position:relative;text-align:center;transition:all .3s ease;width:100%;z-index:2}@media (min-width:1280px){.bonus-header-block__card[data-v-6b406f23]{display:flex;padding:24px 40px}}.bonus-header-block__card--active[data-v-6b406f23]{--bonus-page-card-background:var(--smb-shades-black);--bonus-page-card-color:#fff;display:flex}.bonus-header-block__card-icon[data-v-6b406f23]{display:flex;height:60px;justify-content:center;margin-bottom:24px}@media (min-width:1280px){.bonus-header-block__card-icon[data-v-6b406f23]{height:100px}}.bonus-header-block__card-title[data-v-6b406f23]{font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);margin-bottom:8px;text-transform:var(--smb-typography-h6-text-transform)}@media (min-width:1280px){.bonus-header-block__card-title[data-v-6b406f23]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);margin-bottom:16px;text-transform:var(--smb-typography-h4-text-transform)}}.bonus-header-block__card-description[data-v-6b406f23]{font-family:var(--smb-typography-body-2-font-family);font-size:var(--smb-typography-body-2-size);font-weight:var(--smb-typography-body-2-weight);letter-spacing:var(--smb-typography-body-2-letter-spacing);line-height:var(--smb-typography-body-2-line-height);margin-bottom:16px;text-transform:var(--smb-typography-body-2-text-transform)}@media (min-width:1280px){.bonus-header-block__card-description[data-v-6b406f23]{font-family:var(--smb-typography-subtitle-1-font-family);font-size:var(--smb-typography-subtitle-1-size);font-weight:var(--smb-typography-subtitle-1-weight);letter-spacing:var(--smb-typography-subtitle-1-letter-spacing);line-height:var(--smb-typography-subtitle-1-line-height);margin-bottom:32px;text-transform:var(--smb-typography-subtitle-1-text-transform)}}.bonus-header-block__card-btns[data-v-6b406f23]{display:none}@media (min-width:1280px){.bonus-header-block__card-btns[data-v-6b406f23]{display:flex}.bonus-header-block__card-btn[data-v-6b406f23]{display:none}}.bonus-header-block__calculator[data-v-6b406f23]{margin-top:40px;position:relative}.bonus-header-block__calculator-arrow[data-v-6b406f23]{height:100px;left:50%;position:absolute;top:-40px;transform:translate(-50%);transition:all .3s ease;width:100px}[data-v-7f8d04cb]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-how-become-partner__title[data-v-7f8d04cb]{font-family:var(--smb-typography-h6-font-family);font-size:var(--smb-typography-h6-size);font-weight:var(--smb-typography-h6-weight);letter-spacing:var(--smb-typography-h6-letter-spacing);line-height:var(--smb-typography-h6-line-height);margin-bottom:16px;text-align:center;text-transform:var(--smb-typography-h6-text-transform)}@media (min-width:1280px){.block-bonus-how-become-partner__title[data-v-7f8d04cb]{font-family:var(--smb-typography-h4-font-family);font-size:var(--smb-typography-h4-size);font-weight:var(--smb-typography-h4-weight);letter-spacing:var(--smb-typography-h4-letter-spacing);line-height:var(--smb-typography-h4-line-height);margin-bottom:40px;text-transform:var(--smb-typography-h4-text-transform)}}.block-bonus-how-become-partner__content[data-v-7f8d04cb]{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-bottom:24px}@media (min-width:1280px){.block-bonus-how-become-partner__content[data-v-7f8d04cb]{flex-direction:row;margin-bottom:56px}}.block-bonus-how-become-partner__item[data-v-7f8d04cb]{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;max-width:250px;text-align:center}@media (min-width:1280px){.block-bonus-how-become-partner__item[data-v-7f8d04cb]{flex-direction:row;justify-content:flex-start;max-width:360px;text-align:left}}.block-bonus-how-become-partner__image[data-v-7f8d04cb]{display:block;height:40px;width:40px}@media (min-width:1280px){.block-bonus-how-become-partner__image[data-v-7f8d04cb]{height:60px;width:60px}}.block-bonus-how-become-partner__text[data-v-7f8d04cb]{color:var(--smb-grey-darken-4);font-family:var(--smb-typography-subtitle-1-font-family);font-size:var(--smb-typography-subtitle-1-size);font-weight:var(--smb-typography-subtitle-1-weight);letter-spacing:var(--smb-typography-subtitle-1-letter-spacing);line-height:var(--smb-typography-subtitle-1-line-height);text-transform:var(--smb-typography-subtitle-1-text-transform)}@media (min-width:1280px){.block-bonus-how-become-partner__text[data-v-7f8d04cb]{font-family:var(--smb-typography-title-1-font-family);font-size:var(--smb-typography-title-1-size);font-weight:var(--smb-typography-title-1-weight);letter-spacing:var(--smb-typography-title-1-letter-spacing);line-height:var(--smb-typography-title-1-line-height);text-transform:var(--smb-typography-title-1-text-transform)}}.block-bonus-how-become-partner__arrow[data-v-7f8d04cb]{flex:0 0 auto;transform:rotate(90deg)}@media (min-width:1280px){.block-bonus-how-become-partner__arrow[data-v-7f8d04cb]{transform:rotate(0)}}[data-v-0bf10714]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-how-earn__buttons[data-v-0bf10714]{margin-top:40px}:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-request-modal{--smb-landing-ui-kit-modal-border-radius:16px;--smb-landing-ui-kit-modal-header-padding-top:24px;--smb-landing-ui-kit-modal-header-padding-right:16px;--smb-landing-ui-kit-modal-header-padding-bottom:0;--smb-landing-ui-kit-modal-header-padding-left:16px;--smb-landing-ui-kit-modal-footer-padding-top:0;--smb-landing-ui-kit-modal-footer-padding-right:16px;--smb-landing-ui-kit-modal-footer-padding-bottom:24px;--smb-landing-ui-kit-modal-footer-padding-left:16px;--smb-landing-ui-kit-modal-main-padding-top:0;--smb-landing-ui-kit-modal-main-padding-right:16px;--smb-landing-ui-kit-modal-main-padding-bottom:0;--smb-landing-ui-kit-modal-main-padding-left:16px}[data-v-7e117398]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.block-bonus-request-modal__form[data-v-7e117398]{display:flex;flex-direction:column;gap:20px}.block-bonus-request-modal__success-message[data-v-7e117398]{align-items:center;display:flex;flex-direction:column;gap:16px;padding:32px 0;width:100%}.form-field__title[data-v-7e117398]{font-family:var(--smb-typography-title-1-font-family);font-size:var(--smb-typography-title-1-size);font-weight:var(--smb-typography-title-1-weight);letter-spacing:var(--smb-typography-title-1-letter-spacing);line-height:var(--smb-typography-title-1-line-height);text-transform:var(--smb-typography-title-1-text-transform)}[data-v-7e117398] .v-radio-group .v-selection-control-group{gap:8px}@media (min-width:1280px){.checkbox-wrapper[data-v-7e117398]{width:400px}}[data-v-9c11b0c9]:root{--smb-dark-blue-gradient:linear-gradient(180deg,#0e1624,#132853);--smb-shades-white:#fff;--smb-shades-white-rgb:255,255,255;--smb-shades-black:#0e1624;--smb-shades-black-rgb:14,22,36;--smb-grey-base:#8896ab;--smb-grey-base-rgb:136,150,171;--smb-grey-lighten-1:#a3afc0;--smb-grey-lighten-1-rgb:163,175,192;--smb-grey-lighten-2:#bbc3cf;--smb-grey-lighten-2-rgb:187,195,207;--smb-grey-lighten-3:#d5dae1;--smb-grey-lighten-3-rgb:213,218,225;--smb-grey-lighten-4:#eef0f3;--smb-grey-lighten-4-rgb:238,240,243;--smb-grey-lighten-5:#f7f8f9;--smb-grey-lighten-5-rgb:247,248,249;--smb-grey-darken-1:#556987;--smb-grey-darken-1-rgb:85,105,135;--smb-grey-darken-2:#4d5f7a;--smb-grey-darken-2-rgb:77,95,122;--smb-grey-darken-3:#404f65;--smb-grey-darken-3-rgb:64,79,101;--smb-grey-darken-4:#333f51;--smb-grey-darken-4-rgb:51,63,81;--smb-grey-darken-5:#1a2b44;--smb-grey-darken-5-rgb:26,43,68;--smb-font-family:"Inter",sans-serif;--smb-body-font-family:var(--smb-font-family);--smb-heading-font-family:var(--smb-body-font-family);--smb-typography-h2-size:60px;--smb-typography-h2-weight:700;--smb-typography-h2-line-height:60px;--smb-typography-h2-letter-spacing:0%;--smb-typography-h2-font-family:var(--smb-heading-font-family);--smb-typography-h2-text-transform:none;--smb-typography-h4-size:36px;--smb-typography-h4-weight:700;--smb-typography-h4-line-height:44px;--smb-typography-h4-letter-spacing:-2%;--smb-typography-h4-font-family:var(--smb-heading-font-family);--smb-typography-h4-text-transform:none;--smb-typography-h6-size:20px;--smb-typography-h6-weight:600;--smb-typography-h6-line-height:28px;--smb-typography-h6-letter-spacing:normal;--smb-typography-h6-font-family:var(--smb-heading-font-family);--smb-typography-h6-text-transform:none;--smb-typography-title-1-size:18px;--smb-typography-title-1-weight:700;--smb-typography-title-1-line-height:22px;--smb-typography-title-1-letter-spacing:normal;--smb-typography-title-1-font-family:var(--smb-body-font-family);--smb-typography-title-1-text-transform:none;--smb-typography-title-2-size:16px;--smb-typography-title-2-weight:700;--smb-typography-title-2-line-height:18px;--smb-typography-title-2-letter-spacing:normal;--smb-typography-title-2-font-family:var(--smb-body-font-family);--smb-typography-title-2-text-transform:none;--smb-typography-title-3-size:14px;--smb-typography-title-3-weight:700;--smb-typography-title-3-line-height:18px;--smb-typography-title-3-letter-spacing:normal;--smb-typography-title-3-font-family:var(--smb-body-font-family);--smb-typography-title-3-text-transform:none;--smb-typography-subtitle-1-size:16px;--smb-typography-subtitle-1-weight:500;--smb-typography-subtitle-1-line-height:18px;--smb-typography-subtitle-1-letter-spacing:normal;--smb-typography-subtitle-1-font-family:var(--smb-body-font-family);--smb-typography-subtitle-1-text-transform:none;--smb-typography-subtitle-2-size:14px;--smb-typography-subtitle-2-weight:600;--smb-typography-subtitle-2-line-height:18px;--smb-typography-subtitle-2-letter-spacing:normal;--smb-typography-subtitle-2-font-family:var(--smb-body-font-family);--smb-typography-subtitle-2-text-transform:none;--smb-typography-subtitle-3-size:12px;--smb-typography-subtitle-3-weight:500;--smb-typography-subtitle-3-line-height:16px;--smb-typography-subtitle-3-letter-spacing:normal;--smb-typography-subtitle-3-font-family:var(--smb-body-font-family);--smb-typography-subtitle-3-text-transform:none;--smb-typography-body-1-size:14px;--smb-typography-body-1-weight:400;--smb-typography-body-1-line-height:18px;--smb-typography-body-1-letter-spacing:normal;--smb-typography-body-1-font-family:var(--smb-body-font-family);--smb-typography-body-1-text-transform:none;--smb-typography-body-2-size:12px;--smb-typography-body-2-weight:400;--smb-typography-body-2-line-height:16px;--smb-typography-body-2-letter-spacing:normal;--smb-typography-body-2-font-family:var(--smb-body-font-family);--smb-typography-body-2-text-transform:none;--smb-typography-body-3-size:12px;--smb-typography-body-3-weight:400;--smb-typography-body-3-line-height:16px;--smb-typography-body-3-letter-spacing:normal;--smb-typography-body-3-font-family:var(--smb-body-font-family);--smb-typography-body-3-text-transform:none;--smb-typography-overline-size:9px;--smb-typography-overline-weight:500;--smb-typography-overline-line-height:16px;--smb-typography-overline-letter-spacing:normal;--smb-typography-overline-font-family:var(--smb-body-font-family);--smb-typography-overline-text-transform:none;--smb-typography-button-size:14px;--smb-typography-button-weight:500;--smb-typography-button-line-height:18px;--smb-typography-button-letter-spacing:normal;--smb-typography-button-font-family:var(--smb-body-font-family);--smb-typography-button-text-transform:none;--smb-border-radius-8:8px;--smb-border-radius-16:16px;--smb-border-radius-24:24px;--smb-border-radius-32:32px;--smb-border-radius-circle:50%;--smb-view-padding-top:8px;--smb-view-padding-right:8px;--smb-view-padding-bottom:8px;--smb-view-padding-left:8px;--smb-layout-top:0px;--smb-layout-right:0px;--smb-layout-bottom:0px;--smb-layout-left:0px;--smb-slider-state-track-background-opacity:1}.bonus-page__header[data-v-9c11b0c9]{margin-bottom:24px}@media (min-width:1280px){.bonus-page__header[data-v-9c11b0c9]{margin-top:40px}}.bonus-page__how-become-partner[data-v-9c11b0c9],.bonus-page__how-earn[data-v-9c11b0c9]{margin-bottom:40px}@media (min-width:1280px){.bonus-page__how-earn[data-v-9c11b0c9]{margin-bottom:80px}}.bonus-page__promo[data-v-9c11b0c9]{margin-bottom:40px}@media (min-width:1280px){.bonus-page__promo[data-v-9c11b0c9]{margin-bottom:80px}}.bonus-page__features[data-v-9c11b0c9]{margin-bottom:40px}@media (min-width:1280px){.bonus-page__features[data-v-9c11b0c9]{margin-bottom:80px}}
