<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.credit-product-desktop {
  display: none;
  position: absolute;
  bottom: 100%;
  z-index: 9999;
  padding-bottom: 15px;
  left: -50px;
  transform: translateX(-50%);
  margin-top: 0;
}
.product-sale-credit--credit:hover .credit-product-desktop {
  display: block;
}
.credit-product-desktop::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  left: 80%;
  border: 1em solid var(--soft-grey);
  border-color: transparent transparent var(--white) var(--white);
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.credit-product-desktop.inverted {
  top: 100%;
  padding-top: 15px;
}
.credit-product-desktop.inverted::after {
  transform: rotate(135deg);
  top: 15px;
}
.credit-payment {
  display: block;
  position: static;
}
.credit__inner {
  width: auto;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.23), 0 3px 25px 0 rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  color: var(--dark-grey);
  padding-right: 20px;
  padding-left: 20px;
  background: var(--white);
}
.credit__heading-title-1 {
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  color: inherit;
  height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}
.credit__heading-title-2,
.credit__btnCb {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 3px solid var(--white);
}
.credit__table .credit__heading-title-2 {
  font-weight: bold;
  font-size: 15px;
  width: 163px;
}
.credit__heading-title-2.isClicked,
.credit__btnCb.isClicked {
  border-top: 3px solid var(--yellow);
}
.credit__btnCb {
  width: 115px;
}
.credit-payment-mobile .credit__btnCb {
  text-align: center;
}
.credit__table {
  table-layout: fixed;
  height: 210px;
  width: 437px;
  border-collapse: collapse;
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  box-sizing: border-box;
}
.credit-product-mobile .credit__table {
  table-layout: initial;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.credit-payment-mobile .credit__table {
  table-layout: initial;
  width: 100%;
}
.credit__first-column {
  width: 203px;
  text-align: right;
  padding-right: 24px;
  padding-left: 24px;
  white-space: nowrap;
  font-weight: normal;
}
.credit-payment-mobile .credit__first-column {
  padding-right: 8px;
  padding-left: 8px;
  white-space: initial;
}
.credit__first-column--bold {
  font-weight: 500;
}
.product-sale-credit--credit .credit__first-column {
  font-size: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
.credit__cell-colored {
  background: var(--light-grey);
}
.credit__cell-white {
  background: var(--white);
}
.credit__footer {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: var(--soft-grey);
  padding-top: 5px;
}
.credit__link {
  color: var(--dark-grey);
  text-decoration: underline;
  font-weight: bold;
}
.credit__small-p {
  color: var(--soft-grey);
  font-size: 11px;
  display: block;
  font-weight: normal;
  text-align: right;
}
.credit .credit__small-p {
  font-size: 13px;
  margin-top: 2px;
}
.credit__svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.credit__width-normal {
  width: 115px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.credit__radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.credit__radio-custom-label::before {
  border-radius: 50%;
}
.product-sale-credit--credit .credit__radio-custom-label {
  cursor: default;
}
.credit-payment-mobile .credit__radio-custom-label {
  display: inline-block;
}
.credit__payment-choice {
  position: relative;
  width: 80px;
  margin: 0 auto;
}
.credit-payment-desktop input[type="radio"] + label {
  padding: 0;
  background: none;
  height: auto;
  width: 60px;
}
input[type="radio"].credit__radio-custom {
  vertical-align: middle;
  visibility: visible;
  border: 0;
  display: inline-block;
  width: 15px;
}
.credit-product-mobile input[type="radio"].credit__radio-custom,
.product-sale-credit--credit input[type="radio"].credit__radio-custom {
  display: none;
}
.u-border-left-corner {
  border-top-left-radius: 6px;
  border: 1px solid var(--dark-grey);
}
.credit th,
.credit td {
  height: 45px;
  vertical-align: middle;
}
.credit td &gt; span:not(.credit__small-p) {
  display: inline-block;
}
.credit tr:first-child {
  border-bottom: 1px solid var(--light-grey);
}
.product-sale-credit--credit {
  display: inline-block;
  position: relative;
}
.credit.credit-payment-desktop {
  color: var(--dark-grey);
}
.credit-payment-mobile input + .credit__radio-custom-label {
  margin: 0;
}
.credit-payment-mobile input[type="radio"] {
  float: none;
}
.product-sale-credit--credit button[data-popup-simple]:focus + .credit {
  display: block;
}
.credit-product-mobile .price-actual {
  font-weight: bold;
  font-size: 15px;
}
.credit-product-mobile .credit__small-p .price-actual {
  font-weight: normal;
  color: var(--soft-grey);
}
.credit .inset-shadow {
  border-left: 1px solid var(--border-grey);
}
.credit-product-mobile {
  display: none;
  color: var(--dark-grey);
}
.popin .credit-product-mobile {
  display: block;
}
.credit-product-mobile__title {
  font-size: 18px;
  color: var(--dark-grey);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.credit-product-mobile__paragraph {
  font-size: 13px;
  color: var(--soft-grey);
  text-align: center;
  font-weight: bold;
}
.credit-product-mobile__link {
  color: var(--dark-grey);
  text-decoration: underline;
  white-space: nowrap;
}
.credit-payment-mobile {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.credit-payment-mobile__hr hr {
  display: block;
  margin: 30px 10px;
  border: 1px solid var(--border-grey);
}
.credit-payment-mobile__paragraph {
  font-size: 15px;
  margin: 10px;
  color: var(--dark-grey);
}
.credit-payment-mobile__logo {
  margin: 20px auto;
}
.credit-table {
  margin: 0 auto;
  background-color: var(--light-grey);
  border: 24px solid var(--light-grey);
  border-radius: 4px;
  margin-bottom: 24px;
  display: table;
  border-spacing: 7px 0;
  border-collapse: separate;
}
.credit-table__head-cell,
.credit-table__details-cell {
  vertical-align: middle;
}
.credit-table__head-cell {
  width: 100px;
  text-align: left;
  font-weight: normal;
  padding: 12px 24px 12px 0;
}
.credit-table__head-cell--is-first-cell {
  font-weight: bold;
  font-size: 16px;
}
.credit-table__details-cell {
  background-color: var(--white);
  padding: 12px;
  min-height: 40px;
  text-align: center;
}
.credit-table__details-cell--is-first-cell {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.credit-table__details-cell--is-last-cell {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.credit-table__details-cell__fees {
  display: block;
  color: var(--grey);
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  width: 76px;
}
.credit-table__container .credit-table__no-fees {
  text-align: center;
  margin-bottom: 24px;
  font-size: 12px;
}
.credit-table__container.monthly-payment .credit-table__details-cell {
  min-width: 83px;
}

</pre></body></html>