body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.intro-popup .header {
  padding: 28px 30px 50px 30px;
}
.intro-popup .header .program-logo {
  width: 200px;
  height: 150px;
}
.intro-popup .header h1 {
  padding-left: 5px;
  font-weight: 600;
  font-size: 16px;
}
.intro-popup .header p {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(58, 58, 58, .8);
  float: none;
  line-height: 1.64;
  margin: 4px 0 30px 0;
}
.intro-popup .header .button-container {
  height: 40px;
}
.intro-popup .header .button-container a {
  text-decoration: none;
  color: #fff;
  background-color: #368fff;
  width: 120px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  float: right;
}
.intro-popup .header p .remarks {
  font-size: 12px;
  color: #3a3a3a;
  font-weight: bold;
}
.intro-popup .description {
  line-height: normal;
}
.intro-popup .description .saving {
  padding: 40px 30px 50px 30px;
  background-color: #368fff;
  color: #fff;
}
.intro-popup .description .saving h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.intro-popup .description .saving p {
  opacity: 0.8;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.intro-popup .description .saving .rewards {
  padding: 0;
}
.intro-popup .description .saving .rewards .entry {
  display: inline-block;
  width: 50%;
  height: 76px;
  margin-right: -3px;
  vertical-align: top;
}
.intro-popup .description .saving .rewards .entry .icon {
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  vertical-align: top;
}
.intro-popup .description .saving .rewards .entry .description {
  display: inline-block;
  vertical-align: baseline;
}
.intro-popup .description .saving .rewards .entry .description .label,
.intro-popup .description .saving .rewards .entry .description .point {
  display: block;
  font-size: 15px;
  vertical-align: baseline;
}
.intro-popup .description .saving .rewards .entry .description .label {
  font-weight: 500;
}
.intro-popup .description .saving .rewards .entry .description .point {
  font-weight: bold;
}
.intro-popup .description .saving .actions {
  height: 30px;
}
.intro-popup .description .saving .actions a {
  width: 79px;
  color: #fff;
  float: right;
  border: solid 1px #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}
.intro-popup .description .benefits {
  padding: 50px 20px 100px 20px;
  line-height: normal;
}
.intro-popup .description .benefits h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #222;
}
.intro-popup .description .benefits table {
  width: 100%;
  margin-top: 20px;
  border: solid 1px rgba(34, 34, 34, .1);
  border-collapse: collapse;
}
.intro-popup .description .benefits table th,
.intro-popup .description .benefits table td {
  border: solid 1px rgba(34, 34, 34, .1);
}
.intro-popup .description .benefits table thead {
  background-color: #2987f0;
}
.intro-popup .description .benefits table thead tr {
  height: 53px;
  color: #fff;
}
.intro-popup .description .benefits table thead tr th {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.intro-popup .description .benefits table thead tr th.level-label {
  padding: 20px 0;
  width: 59px;
}
.intro-popup .description .benefits table thead tr th.point-label,
.intro-popup .description .benefits table thead tr th.badges {
  width: 52px;
}
.intro-popup .description .benefits table thead tr th.merits {
  padding-left: 15px;
  text-align: left;
}
.intro-popup .description .benefits table tbody {
  vertical-align: top;
}
.intro-popup .description .benefits table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.intro-popup .description .benefits table tbody td.level-label,
.intro-popup .description .benefits table tbody td.point-label,
.intro-popup .description .benefits table tbody td.badges {
  text-align: center;
}
.intro-popup .description .benefits table tbody td.level-label {
  color: #3a3a3a;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
}
.intro-popup .description .benefits table tbody td.level-label .number {
  display: block;
  font-size: 13px;
  line-height: 1.15;
}
.intro-popup .description .benefits table tbody td.point-label {
  color: #2987f0;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
}
.intro-popup .description .benefits table tbody td.point-label .number {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.intro-popup .description .benefits table tbody td.badges {
  font-size: 13px;
  color: rgba(38, 38, 38, .5);
  line0height: normal;
}
.intro-popup .description .benefits table tbody td.badges img {
  opacity: 1;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro-popup .description .benefits table tbody td.merits ol {
  padding-left: 10px;
  counter-reset: section 0;
  list-style: none;
  margin: 0;
}
.intro-popup .description .benefits table tbody td.merits ol>li {
  position: relative;
  margin-top: 10px;
  padding-left: 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: #222;
}
.intro-popup .description .benefits table tbody td.merits ol>li:first-child {
  margin-top: 0;
}
.intro-popup .description .benefits table tbody td.merits ol>li:before {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
  font-weight: 600;
  counter-increment: section;
  content: counter(section) ' ';
  color: #3a3a3a;
  text-align: center;
  width: 11px;
  height: 11px;
  line-height: 11px;
  border-radius: 50%;
  border: 1px solid #3a3a3a;
}
.intro-popup .description .benefits table tbody td.merits ol>li ul {
  padding: 0;
  font-size: 13px;
  color: #222;
  font-weight: normal;
}
.intro-popup .description .benefits table tbody td.merits ol>li ul li {
  position: relative;
  padding-left: 8px;
  list-style-type: none;
  font-size: 13px;
  font-weight: normal;
  color: #2097f0;
}
.intro-popup .description .benefits table tbody td.merits ol>li ul li .plain {
  color: #222;
}
.intro-popup .description .benefits table tbody td.merits ol>li ul li:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}
.intro-popup .description .benefits .remarks {
  opacity: 0.5;
  color: #222;
  font-size: 12px;
  line-height: normal;
}
.intro-popup .description .benefits .actions {
  height: 32px;
}
.intro-popup .description .benefits .actions a {
  width: 88px;
  border-radius: 2px;
  border: solid 1px #2987f0;
  font-size: 13px;
  line-height: 30px;
  color: #2987f0;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  float: right;
}
.intro-popup .description .benefits .benefits-description {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  word-wrap: break-word;
  color: #3a3a3a;
}
.intro-popup .description .benefits .benefits-description p {
  margin: 5px 0;
  opacity: 0.8;
}
.intro-popup .description .benefits .benefits-description .notice {
  line-height: normal;
  color: #368fff;
  font-weight: 500;
}
.intro-popup .description .benefits .benefits-description .notice a {
  margin-left: 5px;
  color: #368fff;
  font-weight: 600;
}
