.tri-select-crd .tri-select-crd-cntnr{align-items:center;display:flex;flex-direction:column;text-align:center}.crd-hdng{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.tri-select-crd .hdng-tri-select-crd{margin-bottom:30px}.tri-select-crd .card{align-items:center;background-color:currentColor;background-position:100%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1 20%;flex-direction:column;gap:20px;height:400px;overflow:hidden;padding:60px;position:relative;text-align:center}.tri-select-crd .card-scsn{display:flex;flex-wrap:wrap;width:100%}.tri-select-crd .crd-btn,.tri-select-crd .crd-dcrpsn,.tri-select-crd .crd-hdng,.tri-select-crd span.crd-icn{z-index:9}.tri-select-crd span.crd-icn svg{height:auto;line-height:1;width:50px;fill:currentColor;vertical-align:middle}.tri-select-crd span.crd-icn{background:#fff;border:1px solid;border-radius:10px;line-height:1;padding:12px;top:-8%}.tri-select-crd .crd-hdng *{color:#fff;margin:0}.tri-select-crd .crd-dcrpsn{color:#fff;font-size:14px;height:100%}.tri-select-crd .card:before{align-items:center;background:#23656e;border-radius:0;box-sizing:border-box;color:#fff;display:flex;justify-content:center;opacity:.4;padding:10px 20px;text-align:center;z-index:1}.tri-select-crd .card:after,.tri-select-crd .card:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.tri-select-crd .card:after{background-image:inherit;background-position:bottom;background-repeat:no-repeat;background-size:cover;transform:scale(1);transition:transform 3s ease;z-index:0}.tri-select-crd .card:hover:after{transform:scale(1.1)}.tri-select-crd .divider-cntr{background:var(--green-color);height:4px;width:40px}.tri-select-crd .card .content{align-items:center;backdrop-filter:blur(3px);background:rgba(35,101,110,.6);border:1px solid hsla(0,0%,100%,.2);bottom:-100%;box-shadow:0 -10 10px rgba(0,0,0,.1);display:flex;flex-direction:column;height:400px;justify-content:center;padding:20px;position:absolute;transition:bottom .4s;transition-delay:.6s;width:100%;z-index:10}.tri-select-crd .card:hover .content{bottom:0;transition-delay:0s}.tri-select-crd .card .content .contentBox{color:#fff;font-weight:500;letter-spacing:2px;line-height:1.1em;margin:20px 0 15px;opacity:0;text-align:center;text-transform:uppercase;transform:translate(20px,30px);transition:.4s;transition-delay:.4s}.tri-select-crd .card:hover .content .contentBox{opacity:1;transform:translateY(0)}.tri-select-crd .card .content .crd-btn{bottom:10px;display:flex;justify-content:center;position:relative}.tri-select-crd .card .content .crd-btn a{list-style:none;margin:0 10px;opacity:0;transform:translateY(40px);transition:.4s;transition-delay:calc(.2s*var(--i))}.tri-select-crd .card:hover .content .crd-btn a{opacity:1;transform:translateY(0)}@media (min-width:992px) and (max-width:1340px){.tri-select-crd .card,.tri-select-crd .card .content{height:550px}}@media only screen and (max-width:1100px){.tri-select-crd .card{flex:1 1 33%}}@media only screen and (max-width:991px){.tri-select-crd .card{flex:1 1 100%}}