@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap);*{padding:0;margin:0}body{font-family:"Barlow Semi Condensed",sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.app{height:100vh;background-color:#edf2f8;display:grid;grid-template-columns:auto auto auto auto;grid-template-rows:auto auto;align-items:center;justify-content:center;grid-gap:30px}@media (max-width:1001px){.app{height:100%;padding:10vh;grid-template-columns:auto;grid-template-rows:auto auto auto auto}}@media (max-width:501px){.app{display:flex;flex-direction:column}}.card{border-radius:10px;padding:20px;display:flex;flex-direction:column;justify-content:space-evenly;box-shadow:0 5px 10px 0 #d1d1d1}.card.icon{background-image:url(/static/media/bg-pattern-quotation.6b460e30.svg);background-repeat:no-repeat;background-position:80% 0}.card.medium{width:440px;height:210px}.card.small{height:210px;width:190px}.card.long{height:490px;width:190px}.card.backgroundBlue{background-color:#733fc8}.card.backgroundBlue .card__description,.card.backgroundBlue .card__name>p:first-child,.card.backgroundDarkGray .card__description,.card.backgroundDarkGray .card__name>p:first-child,.card.backgroundGray .card__description,.card.backgroundGray .card__name>p:first-child{color:#fff}.card.backgroundDarkGray{background-color:#19212e}.card.backgroundGray{background-color:#49556b}.card.backgroundWhite{background-color:#fff}.card.backgroundWhite .card__name>p:last-child,.card.backgroundWhite .card__quote{color:#a1a1a1}.card.backgroundWhite .card__description,.card.backgroundWhite .card__name>p:first-child{color:#19212e}.card__personalInfo{display:flex;align-items:center}.card__personalInfo>img{width:27px;height:27px;border-radius:50%;margin-right:20px}.card__name>p:first-child{font-size:13px}.card__name>p:last-child{font-size:11px;color:#cfcfcf}.card__description{font-size:16px;font-weight:600}.card__quote{font-size:13px;color:#bfbfbf}@media (max-width:1001px){.card:nth-child(5n+1){grid-row-start:1!important;grid-row-end:2!important;grid-column-start:1!important;grid-column-end:2!important;align-self:center!important}.card:nth-child(5n+2){align-self:flex-start!important;justify-self:flex-end!important}.card:nth-child(5n+2),.card:nth-child(5n+3){grid-row-start:2!important;grid-row-end:4!important;grid-column-start:1!important;grid-column-end:2!important}.card:nth-child(5n+3){align-self:center!important}.card:nth-child(5n+4){grid-row-start:3!important;grid-row-end:4!important;align-self:flex-end!important;justify-self:flex-end!important}.card:nth-child(5n+4),.card:nth-child(5n+5){grid-column-start:1!important;grid-column-end:2!important}.card:nth-child(5n+5){grid-row-start:4!important;grid-row-end:5!important;align-self:center!important}}@media (max-width:501px){.card.medium{width:70vw;height:310px}.card.small{height:160px;width:70vw}.card.long{height:350px;width:70vw}.card:nth-child(5n+1),.card:nth-child(5n+2),.card:nth-child(5n+3),.card:nth-child(5n+4),.card:nth-child(5n+5){grid-row-start:unset!important;grid-row-end:unset!important;grid-column-start:unset!important;grid-column-end:unset!important;align-self:center!important;justify-self:center!important}}.card:nth-child(5n+1){grid-column-start:1;grid-column-end:3}.card:nth-child(5n+1),.card:nth-child(5n+2){grid-row-start:1;grid-row-end:2;align-self:flex-end}.card:nth-child(5n+2){grid-column-start:3;grid-column-end:4}.card:nth-child(5n+3){grid-row-start:1;grid-row-end:3;grid-column-start:4;grid-column-end:5;align-self:center}.card:nth-child(5n+4){grid-column-start:1;grid-column-end:2}.card:nth-child(5n+4),.card:nth-child(5n+5){grid-row-start:2;grid-row-end:3;align-self:flex-start}.card:nth-child(5n+5){grid-column-start:2;grid-column-end:4}
/*# sourceMappingURL=main.f89e8d19.chunk.css.map */