.compare--container{display:flex;flex-direction:column;margin-bottom:64px;width:100%}.compare-row{border-radius:6px;display:flex;flex-direction:row;width:100%}.compare-row:first-child{margin-bottom:16px}.compare-item:first-child p{color:hsla(0,0%,100%,.5)!important}.compare-row p{color:#fff;margin:0!important}.compare-row i{color:#fff}.compare-item{align-items:center;background:#212226;display:flex;flex-direction:row;justify-content:space-between;margin:2px 0;padding:16px;width:25%}.compare-item p{text-align:center}.compare-content{justify-content:center}.tool{cursor:help;position:relative}.tool:after,.tool:before{left:50%;opacity:0;position:absolute;z-index:-100}.tool:focus:after,.tool:focus:before,.tool:hover:after,.tool:hover:before{opacity:1;transform:scale(1) translateY(0);z-index:100}.tool:before{border-color:#1b1e1f transparent transparent;border-style:solid;border-width:1rem .75rem 0;bottom:100%;content:"";margin-left:-.75rem;transform:scale(.6) translateY(-90%);transition:all .65s cubic-bezier(.84,-.18,.31,1.26),opacity .65s .5s}.tool:after,.tool:focus:before,.tool:hover:before{transition:all .65s cubic-bezier(.84,-.18,.31,1.26) .2s}.tool:after{background:#ccc;border-radius:.25rem;bottom:180%;color:#333;content:attr(data-tip);margin-left:-8.75rem;padding:1rem;transform:scale(.6) translateY(50%);width:300px}.tool:focus:after,.tool:hover:after{transition:all .65s cubic-bezier(.84,-.18,.31,1.26)}@media only screen and (max-width:700px){.compare-row{flex-direction:column}.compare-item{width:100%}}