Order more blank cards

Here you can create cards without needing to add any information.
You can add it later, whenever you need to.
It’s important to fill in the details before printing the cards. 
 
 
 1. From the Cards section, click the I want more cards button , you’ll find it in the top left corner: 
 
 
 
 
 
 
 
 
 
 
 2. The following panel will open, and we’ll click on “Digital Cards”.
 
 
 
 
 
 
 
 3. Blank cards: They are created instantly, and you can edit the details after requesting the new cards.
 
 
 
 
 4. Choose the quantity and brand of the new cards. Once you generate them, they’ll be ready in just a few seconds! 
 
 
 
 
 
 5. If you want to modify the data, you can do it using this guide. 
 
 
 
 .link ,u,a{
 color: rgb(2, 165, 108);
 }
 .link u,a:hover{
 color: rgb(21, 59, 68);
 }
 .color{
 color: rgb(2, 165, 108);
 font-weight: 600;
 }
 .step-container {/*normal*/
 display: flex;
 align-items: center;
 justify-content: left;
 height: 580px; 
 }
 .step-container img {
 transition: width 0.3s ease;
 transform-origin: left top;
 width: 482px;
 }
 .step-container img:hover {
 width: 580px; 
 }
 .step-container-small {/*small*/
 display: flex;
 align-items: center;
 justify-content: left;
 height: 200px;
 }
 .step-container-small img {
 transition: width 0.3s ease;
 transform-origin: left top;
 width: 482px;
 }
 .step-container-small img:hover {
 width: 580px; 
 }
 .step-container-big {/*big*/
 display: flex;
 align-items: center;
 justify-content: left;
 height: 400px;
 }
 .step-container-big img {
 transition: width 0.3s ease;
 transform-origin: left top;
 width: 700px;
 }
 .step-container-big img:hover {
 width: 800px; 
 }
 .step-container-dividido { /*dividido-dividido*/
 display: flex;
 align-items: center;
 justify-content: center;
 justify-content: space-between;
 margin: 20px auto;
 max-width: auto;
 }
 .step-container-dividido img { 
 height: 425px;
 transition: transform 0.3s;
 }
 .step-container-dividido img:hover {
 transform: scale(1.1);
 }
 .step-container-dividido:nth-child(even) {
 flex-direction: row-reverse;
 }
 .step-text {
 margin: 0 20px;
 max-width: 50%;
 }