.rr-button{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex:0 0 auto;position:relative;font-family:var(--font-family-base,"Montserrat",sans-serif);border-width:1px;border-style:solid;border-radius:var(--border-radius-base,2px);line-height:0;font-weight:var(--font-weight-semibold,600);text-align:center;cursor:pointer;padding-top:0;padding-bottom:0;box-shadow:none;text-decoration:none;outline:none;max-width:100%;transition:.3s ease-in-out;transition-property:color,border-color,fill,box-shadow,background-color;margin:0;-webkit-appearance:none;-moz-appearance:none}.rr-button:after{content:"";display:block;position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border:3px solid rgba(var(--color-primary),65);pointer-events:none;opacity:0;transition:.3s ease-in-out;border-radius:6px;z-index:1}.rr-button:focus{outline:none}.no-touch .rr-button:focus:after{opacity:1}.no-touch .rr-button:focus:not(:focus-visible):after{opacity:0}.rr-button__text{display:inline-block;vertical-align:middle;position:relative;z-index:1}.rr-button_done .rr-button__text,.rr-button_loading .rr-button__text{opacity:0}.rr-button__icon{display:inline-block;vertical-align:middle;text-align:center;position:relative;z-index:1}.rr-button__icon_auto{width:auto!important;height:auto!important}.rr-button_done .rr-button__icon,.rr-button_loading .rr-button__icon{opacity:0}.rr-button__icon svg{display:block;margin:0 auto}.rr-button__icon:first-child{margin-left:0!important}.rr-button__icon:last-child{margin-right:0!important}.rr-button__done,.rr-button__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity;margin:0!important}.rr-button__loading{color:transparent}.rr-button_loading .rr-button__loading{opacity:1}.rr-button__loading svg{-webkit-animation:rr-rotate 1s linear infinite;animation:rr-rotate 1s linear infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.728 1.774C10.728 1.07 11.298.5 12 .5a11.463 11.463 0 018.132 3.37 11.48 11.48 0 012.464 3.654c.6 1.418.903 2.926.903 4.477 0 1.55-.303 3.059-.903 4.477a11.443 11.443 0 01-2.464 3.655A11.48 11.48 0 0112 23.503a11.464 11.464 0 01-8.132-3.37A11.463 11.463 0 01.5 12a1.273 1.273 0 112.547 0 8.94 8.94 0 002.623 6.333 8.903 8.903 0 006.331 2.621 8.941 8.941 0 006.333-2.623 8.904 8.904 0 002.621-6.33 8.883 8.883 0 00-.704-3.487 8.965 8.965 0 00-1.919-2.847 8.904 8.904 0 00-6.33-2.621c-.705 0-1.274-.57-1.274-1.273z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='.5' y1='12.001' x2='23.5' y2='12.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23var(--color-gradient-primary-1)'/%3E%3Cstop offset='1' stop-color='%23var(--color-gradient-primary-2)'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-size:contain;background-repeat:no-repeat}.disabled .rr-button__loading{color:inherit}.disabled .rr-button__loading svg{background:none}.rr-button_done .rr-button__done{opacity:1}.rr-button_done .rr-button__done svg{-webkit-animation:rr-scale-in .1s ease-in-out;animation:rr-scale-in .1s ease-in-out}.rr-button_wide{width:100%}.rr-button.disabled{color:rgba(1,1,1,.25)!important;background:rgba(1,1,1,.04)!important;border:1px solid rgba(1,1,1,.15)!important;pointer-events:none}.rr-button_primary{background-color:var(--color-primary);color:#fff;border-color:transparent}.rr-button_primary:visited{color:#fff}.no-touch .rr-button_primary:hover{background-color:var(--color-primary-6)}.rr-button_primary.rr-button_loading{background-color:var(--color-primary-5)}.rr-button_primary .rr-button__loading{color:inherit}.rr-button_primary .rr-button__loading svg{background:none}.rr-button_primary.rr-button_danger{background-color:#ed1c24}.no-touch .rr-button_primary.rr-button_danger:hover{background-color:#c70e1a}.rr-button_primary.rr-button_danger.rr-button_loading{background-color:#fa4646}.rr-button_primary.rr-button_success{background-color:#51c41a}.no-touch .rr-button_primary.rr-button_success:hover{background-color:#369e0d}.rr-button_primary.rr-button_success.rr-button_loading{background-color:#71d13d}.rr-button_primary.rr-button_light{background-color:#fff;color:var(--color-primary)}.rr-button_primary.rr-button_light:after{border-color:#fff}.rr-button_primary.rr-button_light:visited{color:var(--color-primary)}.no-touch .rr-button_primary.rr-button_light:hover{background-color:var(--color-primary-5);color:#fff}.rr-button_primary.rr-button_light.disabled{background-color:hsla(0,0%,100%,.09)!important;border-color:hsla(0,0%,100%,.25)!important;color:hsla(0,0%,100%,.45)!important}.rr-button_secondary{background-color:#fff;border-color:rgba(1,1,1,.45)}.rr-button_secondary,.rr-button_secondary:visited{color:rgba(1,1,1,.85)}.no-touch .rr-button_secondary:hover{border-color:var(--color-primary-5);color:var(--color-primary)}.rr-button_secondary.rr-button_danger{color:#ed1c24;border-color:#ed1c24}.rr-button_secondary.rr-button_danger:visited{color:#ed1c24}.no-touch .rr-button_secondary.rr-button_danger:hover{border-color:#fa4646;color:#fa4646}.rr-button_secondary.rr-button_success{color:#51c41a;border-color:#51c41a}.rr-button_secondary.rr-button_success:visited{color:#51c41a}.no-touch .rr-button_secondary.rr-button_success:hover{border-color:#71d13d;color:#71d13d}.rr-button_secondary.rr-button_light{background-color:hsla(0,0%,100%,.25);color:hsla(0,0%,100%,.85);border-color:hsla(0,0%,100%,.45)}.rr-button_secondary.rr-button_light:after{border-color:#fff}.rr-button_secondary.rr-button_light:visited{color:hsla(0,0%,100%,.85)}.no-touch .rr-button_secondary.rr-button_light:hover{background-color:hsla(0,0%,100%,.09);border-color:hsla(0,0%,100%,.65);color:#fff}.rr-button_secondary.rr-button_light .rr-button__loading{color:inherit}.rr-button_secondary.rr-button_light .rr-button__loading svg{background:none}.rr-button_secondary.rr-button_light.disabled{background-color:hsla(0,0%,100%,.09)!important;border-color:hsla(0,0%,100%,.25)!important;color:hsla(0,0%,100%,.45)!important}.rr-button_ghost{background-color:transparent;border-color:var(--color-primary)}.rr-button_ghost,.rr-button_ghost:visited{color:var(--color-primary)}.no-touch .rr-button_ghost:hover{border-color:var(--color-primary-5);color:var(--color-primary-5)}.rr-button_ghost.rr-button_danger{color:#ed1c24;border-color:#ed1c24}.rr-button_ghost.rr-button_danger:visited{color:#ed1c24}.no-touch .rr-button_ghost.rr-button_danger:hover{border-color:#fa4646;color:#fa4646}.rr-button_ghost.rr-button_success{color:#51c41a;border-color:#51c41a}.rr-button_ghost.rr-button_success:visited{color:#51c41a}.no-touch .rr-button_ghost.rr-button_success:hover{border-color:#71d13d;color:#71d13d}.rr-button_ghost.rr-button_light{color:#fff;border-color:#fff}.rr-button_ghost.rr-button_light:after{border-color:#fff}.rr-button_ghost.rr-button_light:visited{color:#fff}.no-touch .rr-button_ghost.rr-button_light:hover{border-color:hsla(0,0%,100%,.85);color:hsla(0,0%,100%,.85)}.rr-button_ghost.rr-button_light .rr-button__loading{color:inherit}.rr-button_ghost.rr-button_light .rr-button__loading svg{background:none}.rr-button_ghost.rr-button_light.disabled{background-color:hsla(0,0%,100%,.09)!important;border-color:hsla(0,0%,100%,.25)!important;color:hsla(0,0%,100%,.45)!important}.rr-button_clear{background-color:transparent;border-color:transparent}.rr-button_clear,.rr-button_clear:visited{color:rgba(1,1,1,.85)}.no-touch .rr-button_clear:hover{color:var(--color-primary)}.rr-button_clear.rr-button_danger,.rr-button_clear.rr-button_danger:visited{color:#ed1c24}.no-touch .rr-button_clear.rr-button_danger:hover{color:#c70e1a}.rr-button_clear.rr-button_success,.rr-button_clear.rr-button_success:visited{color:#51c41a}.no-touch .rr-button_clear.rr-button_success:hover{color:#369e0d}.rr-button_clear.rr-button_light{color:#fff}.rr-button_clear.rr-button_light:after{border-color:#fff}.rr-button_clear.rr-button_light:visited{color:#fff}.no-touch .rr-button_clear.rr-button_light:hover{color:hsla(0,0%,100%,.85)}.rr-button_clear.rr-button_light .rr-button__loading{color:inherit}.rr-button_clear.rr-button_light .rr-button__loading svg{background:none}.rr-button_clear.rr-button_light.disabled{background-color:hsla(0,0%,100%,.09)!important;border-color:hsla(0,0%,100%,.25)!important;color:hsla(0,0%,100%,.45)!important}.rr-button[disabled]{pointer-events:none}.rr-button[disabled]:after{content:none}.rr-button_md{font-size:16px;min-height:40px;padding-left:16px;padding-right:16px}.rr-button_md.rr-button_circle,.rr-button_md.rr-button_square{width:40px}.rr-button_md .rr-button__text{line-height:.6666666667em}.rr-button_md .rr-button__icon{width:18px;height:18px;min-width:18px;margin-left:8px;margin-right:8px}@media(max-width:767.9px){.rr-button_md.rr-button_mobile{min-height:48px;padding-left:20px;padding-right:20px}.rr-button_md.rr-button_mobile.rr-button_circle,.rr-button_md.rr-button_mobile.rr-button_square{width:48px}}.rr-button_lg{font-size:18px;min-height:48px;padding-left:20px;padding-right:20px}.rr-button_lg.rr-button_circle,.rr-button_lg.rr-button_square{width:48px}.rr-button_lg .rr-button__text{line-height:.6923076923em}.rr-button_lg .rr-button__icon{width:20px;height:20px;min-width:20px;margin-left:12px;margin-right:12px}@media(max-width:767.9px){.rr-button_lg.rr-button_mobile{min-height:56px;padding-left:24px;padding-right:24px}.rr-button_lg.rr-button_mobile.rr-button_circle,.rr-button_lg.rr-button_mobile.rr-button_square{width:56px}}.rr-button_sm{font-size:14px;min-height:32px;padding-left:12px;padding-right:12px}.rr-button_sm.rr-button_circle,.rr-button_sm.rr-button_square{width:32px}.rr-button_sm .rr-button__text{line-height:.6363636364em}.rr-button_sm .rr-button__icon{width:16px;height:16px;min-width:16px;margin-left:6px;margin-right:6px}@media(max-width:767.9px){.rr-button_sm.rr-button_mobile{min-height:40px;padding-left:16px;padding-right:16px}.rr-button_sm.rr-button_mobile.rr-button_circle,.rr-button_sm.rr-button_mobile.rr-button_square{width:40px}}.rr-button_circle,.rr-button_square{padding-left:0!important;padding-right:0!important}.rr-button_circle{border-radius:99px}.rr-button_circle:after{border-radius:inherit}.rr-button_rounded{border-radius:99px}.rr-button_rounded:after{border-radius:inherit}.rr-icon{fill:currentColor;overflow:hidden;max-width:100%;max-height:100%}.rr-icon_xxs{width:12px;height:12px}.rr-icon_xs{width:14px;height:14px}.rr-icon_s{width:16px;height:16px}.rr-icon_m{width:18px;height:18px}.rr-icon_l{width:20px;height:20px}.rr-icon_xl{width:24px;height:24px}.rr-icon_xxl{width:32px;height:32px}.rr-link{display:inline-flex;flex-wrap:wrap;align-items:center;flex:0 0 auto;vertical-align:baseline;font-family:inherit;font-size:inherit;font-weight:var(--font-weight-semibold,600);color:inherit;text-decoration:none;cursor:pointer;position:relative;margin:0;padding:0;transition:.3s ease-in-out;transition-property:color,opacity}.rr-link,.rr-link:focus{outline:none}.rr-link[disabled]{pointer-events:none;color:rgba(1,1,1,.25)}.rr-link__icon{width:1em;height:1em;flex:0 0 auto}.rr-link__icon svg{display:block;width:100%;height:100%}.rr-link__icon:first-child{margin-left:0!important}.rr-link__icon:last-child{margin-right:0!important}.rr-link_primary{color:var(--color-primary)}.rr-link_primary:focus,.rr-link_primary:hover{color:var(--color-primary-6)}.rr-link_secondary{color:rgba(1,1,1,.45)}.rr-link_secondary:focus,.rr-link_secondary:hover{color:var(--color-primary-6)}.rr-link_inherit{color:inherit;opacity:.85}.rr-link_inherit:focus,.rr-link_inherit:hover{color:inherit;opacity:1}.rr-link_md{font-size:16px;line-height:1.5em}.rr-link_md .rr-link__icon{width:18px;height:18px;margin-left:8px;margin-right:8px}.rr-link_xs{font-size:12px;line-height:1.5em}.rr-link_xs .rr-link__icon{width:14px;height:14px;margin-left:4px;margin-right:4px}.rr-link_sm{font-size:14px;line-height:1.5714285714em}.rr-link_sm .rr-link__icon{width:16px;height:16px;margin-left:6px;margin-right:6px}.rr-link_lg{font-size:18px;line-height:1.4444444444em}.rr-link_lg .rr-link__icon{width:20px;height:20px;margin-left:10px;margin-right:10px}button.rr-link{border:0;border-radius:0;background:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none}.text-center[data-v-b26c8252]{text-align:center!important}.text-left[data-v-b26c8252]{text-align:left!important}.text-right[data-v-b26c8252]{text-align:right!important}.v-align-baseline[data-v-b26c8252]{vertical-align:baseline!important}.v-align-top[data-v-b26c8252]{vertical-align:top!important}.v-align-bottom[data-v-b26c8252]{vertical-align:bottom!important}.v-align-middle[data-v-b26c8252]{vertical-align:middle!important}.m-8[data-v-b26c8252]{margin:8px!important}.mt-8[data-v-b26c8252]{margin-top:8px!important}.mb-8[data-v-b26c8252]{margin-bottom:8px!important}.ml-8[data-v-b26c8252]{margin-left:8px!important}.mr-8[data-v-b26c8252]{margin-right:8px!important}.m-16[data-v-b26c8252]{margin:16px!important}.mt-16[data-v-b26c8252]{margin-top:16px!important}.mb-16[data-v-b26c8252]{margin-bottom:16px!important}.ml-16[data-v-b26c8252]{margin-left:16px!important}.mr-16[data-v-b26c8252]{margin-right:16px!important}.m-auto[data-v-b26c8252]{margin:auto!important}.mt-auto[data-v-b26c8252]{margin-top:auto!important}.mb-auto[data-v-b26c8252]{margin-bottom:auto!important}.ml-auto[data-v-b26c8252]{margin-left:auto!important}.mr-auto[data-v-b26c8252]{margin-right:auto!important}.m-0[data-v-b26c8252]{margin:0!important}.mt-0[data-v-b26c8252]{margin-top:0!important}.mb-0[data-v-b26c8252]{margin-bottom:0!important}.ml-0[data-v-b26c8252]{margin-left:0!important}.mr-0[data-v-b26c8252]{margin-right:0!important}.p-8[data-v-b26c8252]{padding:8px!important}.pt-8[data-v-b26c8252]{padding-top:8px!important}.pb-8[data-v-b26c8252]{padding-bottom:8px!important}.pl-8[data-v-b26c8252]{padding-left:8px!important}.pr-8[data-v-b26c8252]{padding-right:8px!important}.p-16[data-v-b26c8252]{padding:16px!important}.pt-16[data-v-b26c8252]{padding-top:16px!important}.pb-16[data-v-b26c8252]{padding-bottom:16px!important}.pl-16[data-v-b26c8252]{padding-left:16px!important}.pr-16[data-v-b26c8252]{padding-right:16px!important}.p-0[data-v-b26c8252]{padding:0!important}.pt-0[data-v-b26c8252]{padding-top:0!important}.pb-0[data-v-b26c8252]{padding-bottom:0!important}.pl-0[data-v-b26c8252]{padding-left:0!important}.pr-0[data-v-b26c8252]{padding-right:0!important}.bg-white[data-v-b26c8252]{background-color:#fff!important}.bg-light[data-v-b26c8252]{background-color:#f2f2f2!important}.bg-dark[data-v-b26c8252]{background-color:#2b2b2b!important}.bg-primary[data-v-b26c8252]{background-color:var(--color-primary)!important}.bg-steps[data-v-b26c8252]{background-color:#4731b4!important}.bg-running[data-v-b26c8252]{background-color:#36c597!important}.bg-walking[data-v-b26c8252]{background-color:#81d376!important}.bg-cycling[data-v-b26c8252]{background-color:#fc5200!important}.bg-swimming[data-v-b26c8252]{background-color:#09f!important}.color-primary[data-v-b26c8252]{color:var(--color-primary)!important}.color-success[data-v-b26c8252]{color:#51c41a!important}.color-warning[data-v-b26c8252]{color:#faad14!important}.color-danger[data-v-b26c8252]{color:#ed1c24!important}.color-muted[data-v-b26c8252]{color:rgba(1,1,1,.45)!important}.color-white[data-v-b26c8252]{color:#fff!important}.color-text[data-v-b26c8252]{color:rgba(1,1,1,.85)!important}.d-none[data-v-b26c8252]{display:none!important}.d-block[data-v-b26c8252]{display:block!important}.d-flex[data-v-b26c8252]{display:flex!important}.d-inline-block[data-v-b26c8252]{display:inline-block!important}.d-table-cell[data-v-b26c8252]{display:table-cell!important}@media(min-width:576px){.d-sm-none[data-v-b26c8252]{display:none!important}.d-sm-block[data-v-b26c8252]{display:block!important}.d-sm-flex[data-v-b26c8252]{display:flex!important}.d-sm-inline-block[data-v-b26c8252]{display:inline-block!important}.d-sm-table-cell[data-v-b26c8252]{display:table-cell!important}}@media(min-width:768px){.d-md-none[data-v-b26c8252]{display:none!important}.d-md-block[data-v-b26c8252]{display:block!important}.d-md-flex[data-v-b26c8252]{display:flex!important}.d-md-inline-block[data-v-b26c8252]{display:inline-block!important}.d-md-table-cell[data-v-b26c8252]{display:table-cell!important}}@media(min-width:1024px){.d-lg-none[data-v-b26c8252]{display:none!important}.d-lg-block[data-v-b26c8252]{display:block!important}.d-lg-flex[data-v-b26c8252]{display:flex!important}.d-lg-inline-block[data-v-b26c8252]{display:inline-block!important}.d-lg-table-cell[data-v-b26c8252]{display:table-cell!important}}@media(min-width:1200px){.d-xl-none[data-v-b26c8252]{display:none!important}.d-xl-block[data-v-b26c8252]{display:block!important}.d-xl-flex[data-v-b26c8252]{display:flex!important}.d-xl-inline-block[data-v-b26c8252]{display:inline-block!important}.d-xl-table-cell[data-v-b26c8252]{display:table-cell!important}}@media(min-width:1600px){.d-xxl-none[data-v-b26c8252]{display:none!important}.d-xxl-block[data-v-b26c8252]{display:block!important}.d-xxl-flex[data-v-b26c8252]{display:flex!important}.d-xxl-inline-block[data-v-b26c8252]{display:inline-block!important}.d-xxl-table-cell[data-v-b26c8252]{display:table-cell!important}}.w-100[data-v-b26c8252]{width:100%!important}.h-100[data-v-b26c8252]{height:100%!important}.text-nowrap[data-v-b26c8252]{white-space:nowrap!important}.cursor-default[data-v-b26c8252]{cursor:default!important}.transparent[data-v-b26c8252]{opacity:0!important}.mobile-app[data-v-b26c8252]{max-width:136px}.mobile-app__title[data-v-b26c8252]{margin:0 0 16px;color:#fff;font-size:16px;line-height:1.5em}@media(min-width:1024px){.mobile-app__title[data-v-b26c8252]{padding-top:3px}}.mobile-app__img[data-v-b26c8252],.mobile-app__link[data-v-b26c8252]{display:block}.mobile-app__link[data-v-b26c8252]{border:1px solid hsla(0,0%,100%,.85);border-radius:4px;transition:border-color .3s ease-in-out}.mobile-app__link[data-v-b26c8252]:hover{border-color:#fff;transition:border-color .3s ease-in-out}.text-center[data-v-b2d6154c]{text-align:center!important}.text-left[data-v-b2d6154c]{text-align:left!important}.text-right[data-v-b2d6154c]{text-align:right!important}.v-align-baseline[data-v-b2d6154c]{vertical-align:baseline!important}.v-align-top[data-v-b2d6154c]{vertical-align:top!important}.v-align-bottom[data-v-b2d6154c]{vertical-align:bottom!important}.v-align-middle[data-v-b2d6154c]{vertical-align:middle!important}.m-8[data-v-b2d6154c]{margin:8px!important}.mt-8[data-v-b2d6154c]{margin-top:8px!important}.mb-8[data-v-b2d6154c]{margin-bottom:8px!important}.ml-8[data-v-b2d6154c]{margin-left:8px!important}.mr-8[data-v-b2d6154c]{margin-right:8px!important}.m-16[data-v-b2d6154c]{margin:16px!important}.mt-16[data-v-b2d6154c]{margin-top:16px!important}.mb-16[data-v-b2d6154c]{margin-bottom:16px!important}.ml-16[data-v-b2d6154c]{margin-left:16px!important}.mr-16[data-v-b2d6154c]{margin-right:16px!important}.m-auto[data-v-b2d6154c]{margin:auto!important}.mt-auto[data-v-b2d6154c]{margin-top:auto!important}.mb-auto[data-v-b2d6154c]{margin-bottom:auto!important}.ml-auto[data-v-b2d6154c]{margin-left:auto!important}.mr-auto[data-v-b2d6154c]{margin-right:auto!important}.m-0[data-v-b2d6154c]{margin:0!important}.mt-0[data-v-b2d6154c]{margin-top:0!important}.mb-0[data-v-b2d6154c]{margin-bottom:0!important}.ml-0[data-v-b2d6154c]{margin-left:0!important}.mr-0[data-v-b2d6154c]{margin-right:0!important}.p-8[data-v-b2d6154c]{padding:8px!important}.pt-8[data-v-b2d6154c]{padding-top:8px!important}.pb-8[data-v-b2d6154c]{padding-bottom:8px!important}.pl-8[data-v-b2d6154c]{padding-left:8px!important}.pr-8[data-v-b2d6154c]{padding-right:8px!important}.p-16[data-v-b2d6154c]{padding:16px!important}.pt-16[data-v-b2d6154c]{padding-top:16px!important}.pb-16[data-v-b2d6154c]{padding-bottom:16px!important}.pl-16[data-v-b2d6154c]{padding-left:16px!important}.pr-16[data-v-b2d6154c]{padding-right:16px!important}.p-0[data-v-b2d6154c]{padding:0!important}.pt-0[data-v-b2d6154c]{padding-top:0!important}.pb-0[data-v-b2d6154c]{padding-bottom:0!important}.pl-0[data-v-b2d6154c]{padding-left:0!important}.pr-0[data-v-b2d6154c]{padding-right:0!important}.bg-white[data-v-b2d6154c]{background-color:#fff!important}.bg-light[data-v-b2d6154c]{background-color:#f2f2f2!important}.bg-dark[data-v-b2d6154c]{background-color:#2b2b2b!important}.bg-primary[data-v-b2d6154c]{background-color:var(--color-primary)!important}.bg-steps[data-v-b2d6154c]{background-color:#4731b4!important}.bg-running[data-v-b2d6154c]{background-color:#36c597!important}.bg-walking[data-v-b2d6154c]{background-color:#81d376!important}.bg-cycling[data-v-b2d6154c]{background-color:#fc5200!important}.bg-swimming[data-v-b2d6154c]{background-color:#09f!important}.color-primary[data-v-b2d6154c]{color:var(--color-primary)!important}.color-success[data-v-b2d6154c]{color:#51c41a!important}.color-warning[data-v-b2d6154c]{color:#faad14!important}.color-danger[data-v-b2d6154c]{color:#ed1c24!important}.color-muted[data-v-b2d6154c]{color:rgba(1,1,1,.45)!important}.color-white[data-v-b2d6154c]{color:#fff!important}.color-text[data-v-b2d6154c]{color:rgba(1,1,1,.85)!important}.d-none[data-v-b2d6154c]{display:none!important}.d-block[data-v-b2d6154c]{display:block!important}.d-flex[data-v-b2d6154c]{display:flex!important}.d-inline-block[data-v-b2d6154c]{display:inline-block!important}.d-table-cell[data-v-b2d6154c]{display:table-cell!important}@media(min-width:576px){.d-sm-none[data-v-b2d6154c]{display:none!important}.d-sm-block[data-v-b2d6154c]{display:block!important}.d-sm-flex[data-v-b2d6154c]{display:flex!important}.d-sm-inline-block[data-v-b2d6154c]{display:inline-block!important}.d-sm-table-cell[data-v-b2d6154c]{display:table-cell!important}}@media(min-width:768px){.d-md-none[data-v-b2d6154c]{display:none!important}.d-md-block[data-v-b2d6154c]{display:block!important}.d-md-flex[data-v-b2d6154c]{display:flex!important}.d-md-inline-block[data-v-b2d6154c]{display:inline-block!important}.d-md-table-cell[data-v-b2d6154c]{display:table-cell!important}}@media(min-width:1024px){.d-lg-none[data-v-b2d6154c]{display:none!important}.d-lg-block[data-v-b2d6154c]{display:block!important}.d-lg-flex[data-v-b2d6154c]{display:flex!important}.d-lg-inline-block[data-v-b2d6154c]{display:inline-block!important}.d-lg-table-cell[data-v-b2d6154c]{display:table-cell!important}}@media(min-width:1200px){.d-xl-none[data-v-b2d6154c]{display:none!important}.d-xl-block[data-v-b2d6154c]{display:block!important}.d-xl-flex[data-v-b2d6154c]{display:flex!important}.d-xl-inline-block[data-v-b2d6154c]{display:inline-block!important}.d-xl-table-cell[data-v-b2d6154c]{display:table-cell!important}}@media(min-width:1600px){.d-xxl-none[data-v-b2d6154c]{display:none!important}.d-xxl-block[data-v-b2d6154c]{display:block!important}.d-xxl-flex[data-v-b2d6154c]{display:flex!important}.d-xxl-inline-block[data-v-b2d6154c]{display:inline-block!important}.d-xxl-table-cell[data-v-b2d6154c]{display:table-cell!important}}.w-100[data-v-b2d6154c]{width:100%!important}.h-100[data-v-b2d6154c]{height:100%!important}.text-nowrap[data-v-b2d6154c]{white-space:nowrap!important}.cursor-default[data-v-b2d6154c]{cursor:default!important}.transparent[data-v-b2d6154c]{opacity:0!important}.lang-switch[data-v-b2d6154c]{position:relative}.lang-switch__trigger[data-v-b2d6154c]{color:#fff;line-height:22px;padding:5px 12px;display:flex;align-items:center;gap:6px;border:1px solid hsla(0,0%,100%,.45);border-radius:2px;transition:border-color .3s ease-in-out}@media(max-width:1024px){.lang-switch__trigger[data-v-b2d6154c]{padding:9px 16px}}.lang-switch__trigger[data-v-b2d6154c]:hover{border-color:#fff;transition:border-color .3s ease-in-out}.lang-switch .lang-switch__list[data-v-b2d6154c]{opacity:0;pointer-events:none;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;bottom:calc(100% + 5px);right:0;list-style:none;margin:0;padding:0;background-color:#fff;transition:opacity .3s ease-in-out;border-radius:4px}.lang-switch__list[data-v-b2d6154c]:before{content:"";position:absolute;top:100%;width:100%;height:5px}.lang-switch:hover .lang-switch__list[data-v-b2d6154c]{opacity:1;pointer-events:all;transition:opacity .3s ease-in-out}.lang-switch__item-button[data-v-b2d6154c]{color:#3b3b3b;border-color:#fff;display:flex;gap:.5em;padding:0;width:100%;padding:1em;transition:background-color .3s ease-in-out;border-radius:4px}.lang-switch__item-button[data-v-b2d6154c]:hover{background-color:var(--color-primary-1);transition:background-color .3s ease-in-out}.lang-switch__item .rr-button[data-v-b2d6154c]:hover{color:#3b3b3b;border-color:#fff}.text-center[data-v-73e19652]{text-align:center!important}.text-left[data-v-73e19652]{text-align:left!important}.text-right[data-v-73e19652]{text-align:right!important}.v-align-baseline[data-v-73e19652]{vertical-align:baseline!important}.v-align-top[data-v-73e19652]{vertical-align:top!important}.v-align-bottom[data-v-73e19652]{vertical-align:bottom!important}.v-align-middle[data-v-73e19652]{vertical-align:middle!important}.m-8[data-v-73e19652]{margin:8px!important}.mt-8[data-v-73e19652]{margin-top:8px!important}.mb-8[data-v-73e19652]{margin-bottom:8px!important}.ml-8[data-v-73e19652]{margin-left:8px!important}.mr-8[data-v-73e19652]{margin-right:8px!important}.m-16[data-v-73e19652]{margin:16px!important}.mt-16[data-v-73e19652]{margin-top:16px!important}.mb-16[data-v-73e19652]{margin-bottom:16px!important}.ml-16[data-v-73e19652]{margin-left:16px!important}.mr-16[data-v-73e19652]{margin-right:16px!important}.m-auto[data-v-73e19652]{margin:auto!important}.mt-auto[data-v-73e19652]{margin-top:auto!important}.mb-auto[data-v-73e19652]{margin-bottom:auto!important}.ml-auto[data-v-73e19652]{margin-left:auto!important}.mr-auto[data-v-73e19652]{margin-right:auto!important}.m-0[data-v-73e19652]{margin:0!important}.mt-0[data-v-73e19652]{margin-top:0!important}.mb-0[data-v-73e19652]{margin-bottom:0!important}.ml-0[data-v-73e19652]{margin-left:0!important}.mr-0[data-v-73e19652]{margin-right:0!important}.p-8[data-v-73e19652]{padding:8px!important}.pt-8[data-v-73e19652]{padding-top:8px!important}.pb-8[data-v-73e19652]{padding-bottom:8px!important}.pl-8[data-v-73e19652]{padding-left:8px!important}.pr-8[data-v-73e19652]{padding-right:8px!important}.p-16[data-v-73e19652]{padding:16px!important}.pt-16[data-v-73e19652]{padding-top:16px!important}.pb-16[data-v-73e19652]{padding-bottom:16px!important}.pl-16[data-v-73e19652]{padding-left:16px!important}.pr-16[data-v-73e19652]{padding-right:16px!important}.p-0[data-v-73e19652]{padding:0!important}.pt-0[data-v-73e19652]{padding-top:0!important}.pb-0[data-v-73e19652]{padding-bottom:0!important}.pl-0[data-v-73e19652]{padding-left:0!important}.pr-0[data-v-73e19652]{padding-right:0!important}.bg-white[data-v-73e19652]{background-color:#fff!important}.bg-light[data-v-73e19652]{background-color:#f2f2f2!important}.bg-dark[data-v-73e19652]{background-color:#2b2b2b!important}.bg-primary[data-v-73e19652]{background-color:var(--color-primary)!important}.bg-steps[data-v-73e19652]{background-color:#4731b4!important}.bg-running[data-v-73e19652]{background-color:#36c597!important}.bg-walking[data-v-73e19652]{background-color:#81d376!important}.bg-cycling[data-v-73e19652]{background-color:#fc5200!important}.bg-swimming[data-v-73e19652]{background-color:#09f!important}.color-primary[data-v-73e19652]{color:var(--color-primary)!important}.color-success[data-v-73e19652]{color:#51c41a!important}.color-warning[data-v-73e19652]{color:#faad14!important}.color-danger[data-v-73e19652]{color:#ed1c24!important}.color-muted[data-v-73e19652]{color:rgba(1,1,1,.45)!important}.color-white[data-v-73e19652]{color:#fff!important}.color-text[data-v-73e19652]{color:rgba(1,1,1,.85)!important}.d-none[data-v-73e19652]{display:none!important}.d-block[data-v-73e19652]{display:block!important}.d-flex[data-v-73e19652]{display:flex!important}.d-inline-block[data-v-73e19652]{display:inline-block!important}.d-table-cell[data-v-73e19652]{display:table-cell!important}@media(min-width:576px){.d-sm-none[data-v-73e19652]{display:none!important}.d-sm-block[data-v-73e19652]{display:block!important}.d-sm-flex[data-v-73e19652]{display:flex!important}.d-sm-inline-block[data-v-73e19652]{display:inline-block!important}.d-sm-table-cell[data-v-73e19652]{display:table-cell!important}}@media(min-width:768px){.d-md-none[data-v-73e19652]{display:none!important}.d-md-block[data-v-73e19652]{display:block!important}.d-md-flex[data-v-73e19652]{display:flex!important}.d-md-inline-block[data-v-73e19652]{display:inline-block!important}.d-md-table-cell[data-v-73e19652]{display:table-cell!important}}@media(min-width:1024px){.d-lg-none[data-v-73e19652]{display:none!important}.d-lg-block[data-v-73e19652]{display:block!important}.d-lg-flex[data-v-73e19652]{display:flex!important}.d-lg-inline-block[data-v-73e19652]{display:inline-block!important}.d-lg-table-cell[data-v-73e19652]{display:table-cell!important}}@media(min-width:1200px){.d-xl-none[data-v-73e19652]{display:none!important}.d-xl-block[data-v-73e19652]{display:block!important}.d-xl-flex[data-v-73e19652]{display:flex!important}.d-xl-inline-block[data-v-73e19652]{display:inline-block!important}.d-xl-table-cell[data-v-73e19652]{display:table-cell!important}}@media(min-width:1600px){.d-xxl-none[data-v-73e19652]{display:none!important}.d-xxl-block[data-v-73e19652]{display:block!important}.d-xxl-flex[data-v-73e19652]{display:flex!important}.d-xxl-inline-block[data-v-73e19652]{display:inline-block!important}.d-xxl-table-cell[data-v-73e19652]{display:table-cell!important}}.w-100[data-v-73e19652]{width:100%!important}.h-100[data-v-73e19652]{height:100%!important}.text-nowrap[data-v-73e19652]{white-space:nowrap!important}.cursor-default[data-v-73e19652]{cursor:default!important}.transparent[data-v-73e19652]{opacity:0!important}.hover[data-v-73e19652]{color:hsla(0,0%,100%,.85);transition:color .3s ease-in-out}.hover[data-v-73e19652]:hover{color:#fff;transition:color .3s ease-in-out}:where(.footer) ul[data-v-73e19652]{list-style:none;padding:0;margin:0}.footer[data-v-73e19652]{background-color:#3b3b3b;color:#fff;box-sizing:border-box;padding:0 20px}.footer__inner-wrapper[data-v-73e19652]{max-width:1220px;margin:0 auto}.footer__feedback[data-v-73e19652]{color:hsla(0,0%,100%,.85);align-items:center;display:flex;gap:6px;padding:0}.footer__feedback .rr-icon[data-v-73e19652]{transform:translateY(-1px)}@media(max-width:1024px){.footer__feedback[data-v-73e19652]{min-height:22px}}.footer__feedback-icon[data-v-73e19652]{padding:0 2px 5px 0}.footer__feedback.rr-button[data-v-73e19652]:hover{color:#fff}.footer__top[data-v-73e19652]{display:flex;padding-block:40px}@media(max-width:1024px){.footer__top[data-v-73e19652]{padding-block:30px}}@media(max-width:768px){.footer__top[data-v-73e19652]{padding:0}}.footer__logo[data-v-73e19652]{margin-right:calc(var(--offset)*1px);align-self:flex-start}@media(max-width:860px){.footer__logo[data-v-73e19652]{margin-right:30px}}@media(max-width:1024px){.footer__logo[data-v-73e19652]{display:none}}.footer__sections[data-v-73e19652]{display:flex;justify-content:space-between;-moz-column-gap:20px;column-gap:20px;width:100%}@media(max-width:768px){.footer__sections[data-v-73e19652]{flex-direction:column}}@media(min-width:768px){.footer__sections_left[data-v-73e19652]{justify-content:center;-moz-column-gap:40px;column-gap:40px}}@media(min-width:1024px){.footer__sections_left[data-v-73e19652]{justify-content:flex-start}}.footer__sections_left>li[data-v-73e19652]:last-child{margin-left:auto}.footer__section-title[data-v-73e19652]{pointer-events:none;background-color:transparent;border:none;font-weight:600;line-height:24px;padding:0;color:#fff;margin:0 0 12px;font-size:16px;transition:.3s ease-in-out}@media(max-width:768px){.footer__section-title[data-v-73e19652]{padding-block:20px;pointer-events:all;display:flex;align-items:center;justify-content:space-between;gap:1em;border-bottom:1px solid #585858;width:100%;text-align:left;margin-bottom:0}}@media(max-width:768px)and (min-width:768px){.footer__section-title[data-v-73e19652]{padding-block:30px}}@media(max-width:768px)and (min-width:1200px){.footer__section-title[data-v-73e19652]{padding-block:40px}}.footer__section-title.rr-button[data-v-73e19652]:hover{color:#fff}.footer__section-title span[data-v-73e19652]{pointer-events:none}.footer__section-item[data-v-73e19652]:not(:last-child){margin-bottom:8px}@media(max-width:768px){.footer__section-item[data-v-73e19652]:not(:last-child){margin-bottom:12px}}@media(max-width:768px)and (min-width:768px){.footer__section-item[data-v-73e19652]:not(:last-child){margin-bottom:18px}}@media(max-width:768px)and (min-width:1200px){.footer__section-item[data-v-73e19652]:not(:last-child){margin-bottom:24px}}.footer__section-link[data-v-73e19652]{font-weight:600;font-size:14px;line-height:1.5714285714em}.footer__middle[data-v-73e19652]{border-top:1px solid #585858;padding-block:20px}.footer__middle-items[data-v-73e19652]{display:flex;text-align:center;flex-wrap:wrap;gap:8px 40px}@media(max-width:1024px){.footer__middle-items[data-v-73e19652]{justify-content:center}}.footer__middle-link[data-v-73e19652]{font-size:14px}.footer__bottom[data-v-73e19652]{display:grid;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;gap:40px;align-items:center;padding-block:20px;border-top:1px solid #585858}@media(max-width:1024px){.footer__bottom[data-v-73e19652]{display:flex;flex-direction:column-reverse;row-gap:16px;align-items:center}}.footer__bottom-left[data-v-73e19652]{color:hsla(0,0%,100%,.65);font-size:14px}@media(max-width:1024px){.footer__bottom-left[data-v-73e19652]{text-align:center}}.footer__bottom-right[data-v-73e19652]{display:flex;gap:20px 40px}@media(max-width:768px){.footer__bottom-right[data-v-73e19652]{flex-direction:column;align-items:center;gap:16px}}.footer__socials[data-v-73e19652]{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.footer__social-link[data-v-73e19652]{display:block;color:hsla(0,0%,100%,.65);width:32px;height:32px;transition:color .3s ease-in-out;padding:6px}.footer__social-link[data-v-73e19652]:hover{color:#fff;transition:color .3s ease-in-out}.footer__social-link svg[data-v-73e19652]{fill:currentColor}.footer__mobile[data-v-73e19652]{display:none}@media(max-width:1024px){.footer__mobile[data-v-73e19652]{display:flex;align-items:center;justify-content:center;gap:96px;padding-block:20px;border-top:1px solid #585858}}@media(max-width:768px){.footer__mobile[data-v-73e19652]{gap:64px}}.footer__section-arrow[data-v-73e19652]{display:none}@media(max-width:768px){.footer__section-arrow[data-v-73e19652]{display:block;pointer-events:none}}.footer__labels[data-v-73e19652]{font-size:14px;line-height:1.5714285714em;color:hsla(0,0%,100%,.65)}@media(max-width:768px){.footer__labels[data-v-73e19652]{text-align:center}}.footer__label[data-v-73e19652]{margin-bottom:20px}@media(max-width:1024px){.footer__section_app[data-v-73e19652]{display:none}}@media(max-width:768px){.footer__section-items[data-v-73e19652]{padding-left:12px;max-height:0;overflow:hidden;transition:.3s ease-in-out}}@media(max-width:768px)and (min-width:768px){.footer__section-items[data-v-73e19652]{padding-left:18px}}@media(max-width:768px)and (min-width:1200px){.footer__section-items[data-v-73e19652]{padding-left:24px}}@media(max-width:768px){.footer__section-title.active[data-v-73e19652]{padding-bottom:12px;transition:.3s ease-in-out}}@media(max-width:768px)and (min-width:768px){.footer__section-title.active[data-v-73e19652]{padding-bottom:18px}}@media(max-width:768px)and (min-width:1200px){.footer__section-title.active[data-v-73e19652]{padding-bottom:24px}}@media(max-width:768px){.footer__section-title.active+.footer__section-items[data-v-73e19652]{max-height:100vh;transition:.3s ease-in-out}}@media(max-width:768px){.footer__section-title.active .footer__section-arrow[data-v-73e19652]{transform:rotate(180deg)}}@media(max-width:768px){.footer__section-title.active[data-v-73e19652],.footer__section:last-child .footer__section-title[data-v-73e19652],.footer__section_prev .footer__section-title[data-v-73e19652]{border:none}}@media(max-width:768px){.footer__section-title.active+.footer__section-items_prev[data-v-73e19652]{padding-bottom:20px}}@media(max-width:768px)and (min-width:768px){.footer__section-title.active+.footer__section-items_prev[data-v-73e19652]{padding-bottom:30px}}@media(max-width:768px)and (min-width:1200px){.footer__section-title.active+.footer__section-items_prev[data-v-73e19652]{padding-bottom:40px}}.tula-footer[data-v-673e0e8b] .footer{background:var(--color-primary);color:hsla(0,0%,100%,.85);box-shadow:0 4px 8px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);padding:0 16px}.tula-footer[data-v-673e0e8b] .footer__mobile{display:none}.tula-footer[data-v-673e0e8b] .footer__bottom{border-top:none;padding:20px 0}@media(min-width:768px){.tula-footer[data-v-673e0e8b] .footer__bottom{padding:25px 0}}.tula-footer[data-v-673e0e8b] .mail{font-weight:700}.tula-footer[data-v-673e0e8b] .footer__bottom-copyright,.tula-footer[data-v-673e0e8b] .footer__bottom-year,.tula-footer[data-v-673e0e8b] .footer__social-link{color:hsla(0,0%,100%,.85)}.tula-footer[data-v-673e0e8b] .footer__socials{gap:8px}.tula-footer[data-v-673e0e8b] .footer__social{padding:6px}.tula-footer[data-v-673e0e8b] .footer__social-link{width:20px;height:20px;padding:0}.tula-footer[data-v-673e0e8b] .footer__bottom-copyright a{text-decoration:none}