.dashboard-ctas{background:linear-gradient(180deg,transparent 30%,#fff 0);margin-bottom:100px;position:relative;z-index:2}.dashboard-ctas-inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media (min-width:768px) and (max-width:992px){.dashboard-ctas-inner{grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media only screen and (max-width:768px){.dashboard-ctas-inner{grid-template-columns:1fr}}.dashboard-cta{background:#005d69;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:20px 0;justify-content:space-between;outline:5px solid transparent;padding:2rem;transition:.2s}.dashboard-cta:hover{box-shadow:0 1px 15px 0 rgba(0,0,0,.17);cursor:pointer;outline-color:#ffed00}.dashboard-cta a{color:#ffed00;text-decoration:none}.dashboard-cta:last-child{background:#ffe800;color:#015d69;outline:transparent!important}.dashboard-cta:last-child:hover{outline:none!important}.dashboard-cta:last-child a{color:#015d69}.dc-title{font-size:25px;font-weight:600;margin-bottom:10px}.dc-top{font-size:15px;line-height:1.4}.dashboard-cta img{margin-bottom:10px;max-width:70%!important;object-fit:contain;object-position:left}