.trustFactors{display:flex;justify-content:space-between;align-items:center}.trustFactors__image{max-width:100%}.trustFactors__separator{width:1px;background:var(--neutral10);margin:0 8px}.infoButton{display:inline-block;padding:0 9px;border-radius:999px;height:22px;overflow:hidden;background-color:rgba(0,0,0,.3);border:.5px solid #fff;font-size:var(--text-xs);opacity:.6;box-sizing:border-box}.infoButton:hover{box-shadow:var(--slotCardHoverShadow)}.infoButton__info{color:#fff;font-weight:500;margin-top:2px;font-family:var(--fontFamily)}.infoButton__infoText{display:inline-block;overflow:hidden;width:0;opacity:0}.infoButton__info:before{display:inline-block;vertical-align:top;opacity:1;content:"i"}.infoButton:hover .infoButton__info:before{width:0;opacity:0}.infoButton:hover .infoButton__infoText{width:auto;opacity:1}.slotCardCompact{position:relative;transition:transform .2s ease-out,box-shadow .2s ease-out;border-radius:var(--radiusXLarge);padding-bottom:56.25%}.slotCardCompact--square{padding-bottom:0;aspect-ratio:1/1}.slotCardCompact--landscape{padding-bottom:0;aspect-ratio:16/9}.slotCardCompact--portrait{padding-bottom:0;aspect-ratio:9/16}.slotCardCompact__ribbon{background:url(https://cdn.mrq.com/images/card-slot/corner-ribbon.svg) no-repeat 100% 0/cover;position:absolute;top:-12px;right:-14px;width:125px;height:122px;display:flex;justify-content:center;cursor:pointer}.slotCardCompact.max-width-300 .slotCardCompact__ribbon{top:-7px;right:-8px;width:75px;height:73px}.slotCardCompact__ribbonText{transform:rotate(44deg);transform-origin:center;color:#fff;font-weight:800;font-size:26px;padding-top:0;line-height:83px}.slotCardCompact.max-width-300 .slotCardCompact__ribbonText{font-size:18px;padding-top:0;line-height:49px}.slotCardCompact__image{position:absolute;width:100%;border-radius:var(--radiusXLarge);object-position:center;object-fit:cover;height:100%;display:block}.slotCardCompact:hover{transform:translateY(-2px) scale(1.015);box-shadow:var(--slotCardHoverShadow)}.slotCardCompact__infoButton{max-width:calc(100% - 20px);position:absolute;bottom:10px;left:10px}.slotCardCompact__jackpot{position:absolute;top:0;left:0;padding:5px 14px 7px;color:#ffffff;font-family:var(--fontFamily);font-size:16px;font-weight:800;background-color:var(--dangerColor);border-radius:var(--radiusXLarge) var(--radiusXLarge) var(--radiusXLarge) 0;box-shadow:var(--dangerShadow)}.slotCardCompact__overlayImage{position:absolute;bottom:5%;right:5%;height:30%;width:auto}.slotCardCompact.max-width-100 .slotCardCompact__jackpot{font-size:14px}.slotCardCompact.max-width-90 .slotCardCompact__jackpot{display:none}.slotCardCompact .slotCardCompact__infoButton:hover .infoButton__infoText{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.roomCardCompact{color:var(--neutralText);position:relative;background:var(--cardBackground);border-radius:var(--radiusLarge);overflow:hidden}.roomCardCompact.roomCardCompact--horizontal:not(.max-width-600){display:flex;flex-flow:row nowrap;max-height:100%}.roomCardCompact__image-box{border-radius:var(--radiusLarge) var(--radiusLarge) 0 0;overflow:hidden;height:0;padding-bottom:56%}.roomCardCompact--horizontal:not(.max-width-600) .roomCardCompact__image-box{align-items:stretch;width:40%;flex-basis:40%;flex-shrink:0;border-radius:var(--radiusLarge) 0 0 var(--radiusLarge);max-height:100%;height:auto}.roomCardCompact__content{padding:22px}.roomCardCompact--horizontal:not(.max-width-600) .roomCardCompact__content{width:60%;flex-basis:60%;flex-shrink:0;height:auto;overflow:auto;min-height:170px}.roomCardCompact__description{margin:15px 0 0;line-height:1.5;color:var(--cardColor)}.roomCardCompact__description--showLink{margin-bottom:15px}.roomCardCompact__title{margin:0;font-size:20px}.roomCardCompact__image{display:block;object-fit:cover;width:100%;height:140px}.roomCardCompact--horizontal:not(.max-width-600) .roomCardCompact__image{max-height:100%;min-height:100%}.roomCardCompact__link{position:absolute;right:22px;bottom:8px;font-size:14px}@media (max-width:600px){.roomCardCompact{max-width:600px}}