.integrations-wrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:space-between}.integrations-wrapper .partner{align-items:center;border:2px solid rgba(13,132,255,.12);border-radius:8px;display:flex;flex-direction:row;gap:16px;justify-content:flex-start;min-height:100px;padding:0 24px;transition:.15s ease-in-out;width:calc(25% - 20px)}.integrations-wrapper .partner:hover{background-color:rgba(13,132,255,.12);border-color:rgba(13,132,255,.12);cursor:pointer}.integrations-wrapper .partner .partner-logo-container{align-items:center;aspect-ratio:1/1;background-color:#fff;border-radius:100%;display:flex;height:50px;justify-content:center;padding:4px;width:50px}.integrations-wrapper .partner .partner-logo-container .partner-logo{height:auto;max-width:30px;object-fit:contain;object-position:center;width:100%}.integrations-wrapper .partner .partner-name{color:#4f4f4f;font-size:20px;font-weight:600}.integrations-wrapper .partner.partner-last{align-items:center;background-color:rgba(13,132,255,.08);border-color:transparent;justify-content:center}.integrations-wrapper .partner.partner-last p{color:#0d84ff;font-size:1.25rem;font-weight:600;margin-bottom:0}@media screen and (max-width:1023px){.integrations-wrapper .partner{width:calc(50% - 20px)}}@media screen and (max-width:767px){.integrations-wrapper{flex-direction:column}.integrations-wrapper .partner{width:100%}}