.svg-icon{color:#3c3c3c;flex-shrink:0;width:2.2rem;height:2.2rem;display:inline-flex}.svg-icon--secondary{color:#e10915}.svg-icon--small{width:1.6rem;height:1.6rem}.svg-icon--large{width:4.4rem;height:4.4rem}.svg-icon__icon{fill:currentColor;width:100%;height:100%}.svg-icon--rotate90{transform:rotate(90deg)}.svg-icon--rotate180{transform:rotate(180deg)}.svg-icon--rotate270{transform:rotate(270deg)}.svg-icon--rotate-90{transform:rotate(-90deg)}.svg-icon--rotate-180{transform:rotate(-180deg)}.svg-icon--rotate-270{transform:rotate(-270deg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(0)}50%{transform:scale(1.15)}to{transform:scale(1)}}.rd-loading-animation{border:.4rem solid #dedede;border-top-color:#3c3c3c;border-radius:50%;width:3.2rem;height:3.2rem;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}@media (prefers-reduced-motion){.rd-loading-animation{animation:none}}.rd-loading-animation--content{border-width:1.1rem;width:10rem;height:10rem}.rd-button{cursor:pointer;color:#fff;background-color:#3c3c3c;border-width:0;border-radius:4.8rem;outline:none;justify-content:center;align-items:center;width:100%;height:4.8rem;padding-left:2.4rem;padding-right:2.4rem;font-family:Kaufland,Open Sans,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.6rem;font-weight:600;line-height:1;text-decoration:none;display:flex}.rd-button .svg-icon{color:#fff}.rd-button:hover{background-color:#747474}.rd-button:focus-visible{outline-offset:.2rem;border-radius:4.8rem;outline:.2rem solid #0091c4}.rd-button:focus:not(:focus-visible),.rd-button:disabled{outline:none}.rd-button--link-overwrite{background:0 0;border:0}.rd-button--link{text-decoration:none}.rd-button--secondary{color:#3c3c3c;background-color:#fff;border:.2rem solid #3c3c3c}.rd-button--secondary:hover{background-color:#f5f5f5}.rd-button--secondary .svg-icon{color:currentColor}.rd-button--secondary:hover{background-color:#f5f5f5;border-width:.2rem}.rd-button--filter-tag{color:#3c3c3c;background-color:#fff;border:.1rem solid #8e8e8e;width:auto;margin:.4rem;padding:1.2rem 1.6rem;font-size:1.4rem;font-weight:400;line-height:1.5}.rd-button--filter-tag .svg-icon{color:#3c3c3c}.rd-button--filter-tag:hover{background-color:#f5f5f5}.rd-button--filter-tag:not(.rd-button--disabled) .svg-icon__icon{fill:#3c3c3c}.rd-button--filter-tag:hover:not(.rd-button--disabled){background-color:#f5f5f5}.rd-button--filter-tag:hover:not(.rd-button--disabled) .rd-button__text,.rd-button--filter-tag:focus-visible:not(.rd-button--disabled) .rd-button__text{font-weight:600}.rd-button--filter-tag.rd-button--selected{border-color:#3c3c3c;font-weight:600;box-shadow:0 0 0 .1rem #3c3c3c}.rd-button--filter-tag.rd-button--selected:hover:not(.rd-button--disabled){background-color:#f5f5f5;font-weight:600}.rd-button--filter-tag.rd-button--selected.rd-button--disabled{box-shadow:none;border-color:#c2c2c2}.rd-button--filter-tag.rd-button .svg-icon{width:1.6rem;height:1.6rem;margin-right:.8rem}.rd-button--filter-tag .rd-button__text:before{content:attr(data-text);visibility:hidden;height:0;font-weight:600;display:block}.rd-button--buy{color:#fff;background-color:#e10915}.rd-button--buy .svg-icon{color:#fff}.rd-button--buy:hover{background-color:#a0060f}.rd-button--mini{height:3.8rem}.rd-button:not(.rd-button--secondary,.rd-button--filter-tag) .svg-icon{color:#fff}.rd-button .svg-icon{margin-right:.8rem}.rd-button--disabled,.rd-button:disabled{cursor:not-allowed;color:#c2c2c2;background-color:#f5f5f5}.rd-button--disabled:hover,.rd-button:disabled:hover{color:#c2c2c2;background-color:#f5f5f5}.rd-button--disabled:hover .svg-icon,.rd-button:disabled:hover .svg-icon,.rd-button--disabled .svg-icon,.rd-button:disabled .svg-icon{color:#c2c2c2}.rd-button--disabled.rd-button--secondary,.rd-button--disabled.rd-button--filter-tag,.rd-button:disabled.rd-button--secondary,.rd-button:disabled.rd-button--filter-tag{border-width:0}.rd-button__text{text-align:center}.rd-button:hover{text-decoration:none}.rd-button--opens-new-tab{align-items:center;display:inline-flex}.rd-button--opens-new-tab .rd-button__text{display:inline-block}.rd-button--opens-new-tab .rd-link__external-icon{color:currentColor;font-size:inherit;line-height:inherit;width:.8em;height:.8em;margin:0 0 0 .4em}.rd-tooltips{color:#000;width:auto;margin:0;font-size:1.3rem;line-height:1.5;display:inline-flex;position:relative}.rd-tooltips__trigger{display:flex}.rd-tooltips__text{opacity:0;visibility:hidden;color:#fff;text-align:left;z-index:9000;background-color:#3c3c3c;border:.2rem solid #3c3c3c;border-radius:.8rem;width:auto;min-width:21rem;margin-bottom:1.2rem;padding:1.2rem;line-height:1.3;transition:opacity .2s ease-out .2s,bottom .2s ease-out .2s;display:block;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 .6rem 2.4rem -.2rem #00000047}@media (prefers-reduced-motion){.rd-tooltips__text{transition:none}}.rd-tooltips__text--close-button{padding-right:4rem}.rd-tooltips__text .rd-link{color:#fff;-webkit-text-decoration:underline #fff;text-decoration:underline #fff}.rd-tooltips__text .rd-link:hover{text-decoration:none}.rd-tooltips__text--l{min-width:32.4rem}.rd-tooltips__text--show{opacity:1;visibility:visible}.rd-tooltips__text .text{margin:0}.rd-tooltips__text--arrow-top:after,.rd-tooltips__text--arrow-top:before,.rd-tooltips__text--arrow-bottom:after,.rd-tooltips__text--arrow-bottom:before{content:"";pointer-events:none;border:solid #0000;width:0;height:0;position:absolute;top:100%;left:50%}.rd-tooltips__text--arrow-top:after,.rd-tooltips__text--arrow-bottom:after{border-width:.8rem;border-top-color:#3c3c3c;margin-left:-.8rem}.rd-tooltips__text--arrow-top:before,.rd-tooltips__text--arrow-bottom:before{border-width:1.1rem;border-top-color:#3c3c3c;margin-left:-1.1rem}.rd-tooltips__text--arrow-top{margin-top:1.2rem;margin-bottom:0;top:100%;bottom:auto}.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-top:before,.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-top:after,.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-bottom:before,.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-bottom:after{top:auto;bottom:100%}.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-top:after,.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-bottom:after,.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-top:before,.rd-tooltips__text--arrow-top.rd-tooltips__text--arrow-bottom:before{border-top-color:#0000;border-bottom-color:#3c3c3c}.rd-tooltips__text--arrow-left{bottom:0;left:calc(100% + 1.1rem);right:auto;transform:translateY(50%)}.rd-tooltips__text--arrow-left:after,.rd-tooltips__text--arrow-left:before{content:"";pointer-events:none;border:1.1rem solid #0000;border-right-color:#3c3c3c;width:0;height:0;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.rd-tooltips__text--arrow-right{bottom:0;left:auto;right:calc(100% + 1.1rem);transform:translateY(50%)}.rd-tooltips__text--arrow-right:after,.rd-tooltips__text--arrow-right:before{content:"";pointer-events:none;border:1.1rem solid #0000;border-left-color:#3c3c3c;width:0;height:0;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.rd-tooltips__text--leading.rd-tooltips__text--arrow-top,.rd-tooltips__text--leading.rd-tooltips__text--arrow-bottom{left:-2.3rem;transform:none}.rd-tooltips__text--leading.rd-tooltips__text--arrow-top:before,.rd-tooltips__text--leading.rd-tooltips__text--arrow-top:after,.rd-tooltips__text--leading.rd-tooltips__text--arrow-bottom:before,.rd-tooltips__text--leading.rd-tooltips__text--arrow-bottom:after{left:3.2rem}.rd-tooltips__text--leading.rd-tooltips__text--arrow-left,.rd-tooltips__text--leading.rd-tooltips__text--arrow-right{transform:translateY(calc(100% - 2.4rem))}.rd-tooltips__text--leading.rd-tooltips__text--arrow-left:before,.rd-tooltips__text--leading.rd-tooltips__text--arrow-left:after,.rd-tooltips__text--leading.rd-tooltips__text--arrow-right:before,.rd-tooltips__text--leading.rd-tooltips__text--arrow-right:after{top:1.2rem;transform:none}.rd-tooltips__text--leading.rd-tooltips__text--arrow-left{right:-2.3rem}.rd-tooltips__text--trailing.rd-tooltips__text--arrow-top,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-bottom{left:auto;right:-2.3rem;transform:none}.rd-tooltips__text--trailing.rd-tooltips__text--arrow-top:before,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-top:after,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-bottom:before,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-bottom:after{left:calc(100% - 3.2rem)}.rd-tooltips__text--trailing.rd-tooltips__text--arrow-left,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-right{transform:translateY(2.4rem)}.rd-tooltips__text--trailing.rd-tooltips__text--arrow-left:before,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-left:after,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-right:before,.rd-tooltips__text--trailing.rd-tooltips__text--arrow-right:after{top:auto;bottom:1.2rem;transform:none}.rd-tooltips__close-button{cursor:pointer;background-color:#0000;border:0;height:1.6rem;margin:0;padding:0;position:absolute;top:1.2rem;right:1.2rem}.rd-tooltips__close-button .svg-icon,.rd-tooltips__close-button .svg-icon__icon{color:#fff;width:1.6rem;height:1.6rem}
