<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * General o&gt;
 *
 * ==================== 
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:700);
* {
  box-sizing: border-box;
  font-family: "Consolas", monospace;
  font-size: 14px;
}

.container {
  background: linear-gradient(to bottom, #245e69, #85aeaa);
  bottom: 0;
  color: #e3e3e3;
  display: block;
  left: 0;
  padding-top: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

h1 {
  font-size: 60px;
  font-weight: normal;
}

/*
 * The Card
 *
 * ==================== */
.cc,
.cc-back {
  background-color: #b3be31;
  border-radius: 10px;
  display: block;
  height: 145px;
  letter-spacing: 0.1rem;
  margin: 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 40%;
  cursor: pointer;
  float: left;
}

.chip {
  background: #efb77f;
  border-radius: 5px;
  display: block;
  height: 30px;
  left: 30px;
  position: absolute;
  top: 10px;
  width: 40px;
}

.nubank-logo {
  background-image: url("https://www.nubank.com.br/images/eeb5478f.header_logo.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  display: block;
  filter: grayscale(100%);
}

.nubank-logo:after {
  background: linear-gradient(rgb(12, 12, 12), #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "Platinum";
  display: block;
  text-align: center;
  padding-top: 60px;
}

.cc-number {
  background: linear-gradient(rgb(8, 8, 8), #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  bottom: 75px;
  font-size: 20px;
  left: 30px;
  position: absolute;
}

.cc-date {
  background: linear-gradient(rgb(10, 10, 10), #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  bottom: 40px;
  left: 30px;
  position: absolute;
}

.cc-date.expiry {
  left: 125px;
}

.cc-date.expiry:after {
  -webkit-text-fill-color: #0a0a0a;
  content: "Valid thru";
  font-size: 8px;
  left: -30px;
  position: absolute;
  text-transform: none;
  top: -10px;
}

.cc-name {
  background: linear-gradient(rgb(14, 13, 13), #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  bottom: 15px;
  left: 30px;
  position: absolute;
}

/*
 * Card back
 */
.cc-magnet {
  background-color: #c0c0c0;
  display: block;
  height: 30px;
  position: absolute;
  top: 15%;
  width: 100%;
}

/*
 * MasterCard logo in pure CSS in just ONE element
 * by Jaime Caballero (jaicab.com)
 */
.mastercard {
    display: none;
  font-family: "Droid Sans", Helvetica, sans-serif;
  position: absolute;
  width: 5rem;
  font-size: 12px;
  line-height: 3rem;
  letter-spacing: -0.0666666667rem;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-shadow: -0.04rem 0.04rem 0 #16226a;
  text-transform: none;
  top: -45px;
  right: 30px;
  margin: 20vh auto;
  z-index: 2;
}
.mastercard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  z-index: -1;
  background: linear-gradient(#fe9900 50%, #cd0001 50%);
  background-size: 0.375rem 0.375rem;
  box-shadow: 2rem 0 0 0 #fe9900, 2rem 0 0 0 #cd0001 inset;
}
.mastercard::after {
  content: "®";
  padding-left: 0.5em;
  font: 0.25em Helvetica, sans-serif lighter normal;
  text-shadow: none;
}

.cirrus {
  font-family: "Droid Sans", Helvetica, sans-serif;
  position: absolute;
  width: 4em;
  font-size: 12px;
  line-height: 2rem;
  letter-spacing: -0.0666666667rem;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-shadow: -0.04rem 0.04rem 0 #16226a;
  text-transform: none;
  top: -20px;
  left: 15px;
  margin: 20vh auto;
  z-index: 2;
}
.cirrus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: -1;
  background: linear-gradient(#0085c6 50%, #345399 50%);
  background-size: 0.375rem 0.375rem;
  box-shadow: 1.3333333333rem 0 0 0 #0085c6, 1.3333333333rem 0 0 0 #345399 inset;
}
.cirrus::after {
  content: "®";
  font: 0.25em Helvetica, sans-serif lighter normal;
  padding-left: 0.5em;
  text-shadow: none;
}

/*###############################################**/

/*body {
  background: #f2f4f7;
  color: #28333b;
  font-family: 'DM Sans', sans-serif;
  font-size: 1em;
  padding: 0px 25px;
}
body a {
  color: #28333b;
  text-decoration: none;
  border-bottom: 2px solid rgba(64,179,255,0.5);
  opacity: 0.75;
  transition: all 0.5s ease;
}
body a:hover {
  border-bottom: 2px solid #40b3ff;
  opacity: 1;
}
.field {
  margin-bottom: 25px;
}
.field.full {
  width: 100%;
}
.field.half {
  width: calc(50% - 12px);
}
.field label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.field input {
  padding: 12px;
  border-radius: 6px;
  border: 2px solid #e8ebed;
  display: block;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.field input:placeholder {
  color: #e8ebed !important;
}*/
.flex {
    display: flex;
    flex-direction: row wrap;
    align-items: center;
  }
  .flex.justify-space-between {
    justify-content: space-around;
  }
  .card {
    padding: 10px;
    /*margin: 50px auto;
    max-width: 850px;*/
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0px 24px 60px -1px rgba(37,44,54,0.14);
    margin-bottom: 20px;
  }
  .card .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .card .card-title {
    margin-bottom: 10px;
  }
  .card .card-title h2 {
    margin: 0;
  }
  .card .card-body .payment-type,
  .card .card-body .payment-info {
    margin-bottom: 25px;
  }
  .payment-info{
    display: none;
  }
  .card .card-body .payment-type h4 {
    margin: 0;
  }
  .card .card-body .payment-type .types {
    margin: 25px 0;
  }
  .card .card-body .payment-type .types .type {
    width: 30%;
    position: relative;
    background: #f2f4f7;
    border: 2px solid #e8ebed;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
  }
  .card .card-body .payment-type .types .type:hover {
    border-color: #28333b;
  }
  .card .card-body .payment-type .types .type:hover .logo,
  .card .card-body .payment-type .types .type:hover p {
    color: #28333b;
  }
  .card .card-body .payment-type .types .type.selected {
    border-color: #40b3ff;
    background: rgba(64,179,255,0.1);
  }
  .card .card-body .payment-type .types .type.selected .logo {
    color: #40b3ff;
  }
  .card .card-body .payment-type .types .type.selected p {
    color: #28333b;
  }
  .card .card-body .payment-type .types .type.selected::after {
    /*content: '\f00c';*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -21px;
    right: -21px;
    background: #fff;
    border: 2px solid #40b3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card .card-body .payment-type .types .type .logo,
  .card .card-body .payment-type .types .type p {
    transition: all 0.5s ease;
  }
  .card .card-body .payment-type .types .type .logo {
    font-size: 48px;
    color: #8a959c;
  }
  .card .card-body .payment-type .types .type p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #8a959c;
  }
  .card .card-body .payment-info .column {
    width: calc(50% - 25px);
  }
  .card .card-body .payment-info .title {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .card .card-body .payment-info .title .num {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid #40b3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
  }/*
  footer {
    margin: 50px auto;
    max-width: 850px;
    text-align: center;
  }
  .button {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
    background: transparent;
    border: 2px solid transparent;
  }
  .button.button-link {
    padding: 0 0 2px;
    margin: 0 25px;
    border-bottom: 2px solid rgba(64,179,255,0.5);
    border-radius: 0;
    opacity: 0.75;
  }
  .button.button-link:hover {
    border-bottom: 2px solid #40b3ff;
    opacity: 1;
  }
  .button.button-primary {
    background: #40b3ff;
    color: #fff;
  }
  .button.button-primary:hover {
    background: #218fd9;
  }
  .button.button-secondary {
    background: transparent;
    border-color: #e8ebed;
    color: #8a959c;
  }
  .button.button-secondary:hover {
    border-color: #28333b;
    color: #28333b;
  }*/</pre></body></html>