/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

/* line 10, stdin */

.punch-rate-rise-calculator .parsley-error {
  color: red;
  background-color: rgba(255, 99, 99, 0.3);
}

/* line 15, stdin */

.punch-rate-rise-calculator .hide-item {
  display: none;
}

/* line 19, stdin */

.punch-rate-rise-calculator .parsely-single-error .filled ~ .filled {
  display: none;
}

/* line 23, stdin */

.punch-rate-rise-calculator #error-container {
  margin-top: 20px;
}

/* line 28, stdin */

.punch-rate-rise-calculator .show-item {
  display: block !important;
}

/* line 32, stdin */

.punch-rate-rise-calculator__title {
  margin-bottom: 40px;
}

/* line 37, stdin */

.punch-rate-rise-calculator .calculator-tooltip {
  border-radius: 50%;
  color: white;
  border: none;
  height: 14px;
  width: 14px;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
  font-size: 12px;
  margin-left: 10px;
}

/* line 53, stdin */

.punch-rate-rise-calculator .calculator-tooltip img {
  width: 18px;
  height: 18px;
}

/* line 64, stdin */

.punch-rate-rise-calculator__form__header {
  padding: 13px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 69, stdin */

.punch-rate-rise-calculator__form__header__title {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 78, stdin */

.punch-rate-rise-calculator__form form .form-top {
  padding: 13px 25px;
  margin-bottom: 21px;
}

/* line 83, stdin */

.punch-rate-rise-calculator__form form .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 83, stdin */

  .punch-rate-rise-calculator__form form .input-wrapper {
    width: inherit;
  }
}

/* line 95, stdin */

.punch-rate-rise-calculator__form form .form-bottom {
  padding: 13px 25px 20px 25px;
  margin-bottom: 50px;
}

@media (min-width: 991px) {
  /* line 95, stdin */

  .punch-rate-rise-calculator__form form .form-bottom {
    margin-bottom: 25px;
  }
}

/* line 103, stdin */

.punch-rate-rise-calculator__form form .form-bottom .punch-rate-rise-calculator__form__rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 108, stdin */

.punch-rate-rise-calculator__form form .form-bottom .punch-rate-rise-calculator__form__rates input {
  width: 100%;
}

@media (min-width: 991px) {
  /* line 108, stdin */

  .punch-rate-rise-calculator__form form .form-bottom .punch-rate-rise-calculator__form__rates input {
    width: 116px;
  }
}

/* line 116, stdin */

.punch-rate-rise-calculator__form form .form-bottom .punch-rate-rise-calculator__form__rates .form-group__interest {
  position: relative;
  width: 50%;
}

@media (min-width: 991px) {
  /* line 116, stdin */

  .punch-rate-rise-calculator__form form .form-bottom .punch-rate-rise-calculator__form__rates .form-group__interest {
    width: auto;
  }
}

/* line 124, stdin */

.punch-rate-rise-calculator__form form .form-bottom .punch-rate-rise-calculator__form__rates .form-group__interest:first-of-type {
  margin-right: 10px;
}

/* line 128, stdin */

.punch-rate-rise-calculator__form form .form-bottom .punch-rate-rise-calculator__form__rates .form-group__interest .percent-icon {
  position: absolute;
  right: 33px;
  top: 48px;
  width: 30px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  pointer-events: none;
}

@media (min-width: 768px) {
  /* line 146, stdin */

  .punch-rate-rise-calculator__form form .form-bottom .site-button {
    max-width: 100%;
    padding: 5px 20px 5px 20px;
    text-align: center;
  }
}

/* line 156, stdin */

.punch-rate-rise-calculator__form form label {
  font-weight: 700;
  font-size: 0.77em;
  margin-bottom: 10px;
}

/* line 163, stdin */

.punch-rate-rise-calculator__form form select {
  color: #59595B;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ffffff;
}

/* line 171, stdin */

.punch-rate-rise-calculator__form form input,
.punch-rate-rise-calculator__form form select {
  border-radius: 20px;
  border: none;
  padding: 2px 0px 2px 10px;
  width: 100%;
  height: 29px;
  font-size: 0.77em;
}

@media (min-width: 991px) {
  /* line 171, stdin */

  .punch-rate-rise-calculator__form form input,
  .punch-rate-rise-calculator__form form select {
    width: 140px;
  }
}

/* line 188, stdin */

.punch-rate-rise-calculator__form form .site-button {
  border: none;
  width: 100%;
  margin-top: 25px;
}

/* line 194, stdin */

.punch-rate-rise-calculator__form form .loan-balance-field {
  position: relative;
}

/* line 197, stdin */

.punch-rate-rise-calculator__form form .loan-balance-field input {
  padding-left: 40px;
}

/* line 201, stdin */

.punch-rate-rise-calculator__form form .loan-balance-field .pound-icon {
  position: absolute;
  left: 0px;
  top: 48px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  font-weight: 700;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

/* line 220, stdin */

.punch-rate-rise-calculator__form form .payment-type-field {
  position: relative;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 220, stdin */

  .punch-rate-rise-calculator__form form .payment-type-field {
    width: 192px;
  }
}

/* line 229, stdin */

.punch-rate-rise-calculator__form form .payment-type-field .down-arrow-icon {
  position: absolute;
  right: 34px;
  top: 48px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
  pointer-events: none;
}

@media (min-width: 991px) {
  /* line 229, stdin */

  .punch-rate-rise-calculator__form form .payment-type-field .down-arrow-icon {
    right: 54px;
  }
}

/* line 251, stdin */

.punch-rate-rise-calculator__form form .loan-term-group {
  position: relative;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 251, stdin */

  .punch-rate-rise-calculator__form form .loan-term-group {
    width: auto;
  }
}

/* line 259, stdin */

.punch-rate-rise-calculator__form form .loan-term-group .loan-term__input-style {
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  width: 53px;
  text-align: center;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 29px;
  font-size: 0.77em;
  pointer-events: none;
}

/* line 277, stdin */

.punch-rate-rise-calculator__form form .loan-term-group .loan-term__input-years {
  right: 0px;
}

/* line 281, stdin */

.punch-rate-rise-calculator__form form .loan-term-group .loan-term__input-months {
  width: 70px;
  right: 0px;
}

/* line 287, stdin */

.punch-rate-rise-calculator__form form .hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 297, stdin */

.punch-rate-rise-calculator__form .loan-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 303, stdin */

.punch-rate-rise-calculator__form .loan-term__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 991px) {
  /* line 303, stdin */

  .punch-rate-rise-calculator__form .loan-term__inputs {
    width: auto;
  }
}

/* line 314, stdin */

.punch-rate-rise-calculator__form .loan-term__inputs .form-group {
  width: 100%;
}

@media (min-width: 991px) {
  /* line 314, stdin */

  .punch-rate-rise-calculator__form .loan-term__inputs .form-group {
    width: 140px;
  }
}

/* line 321, stdin */

.punch-rate-rise-calculator__form .loan-term__inputs .form-group input {
  width: 100%;
}

@media (min-width: 991px) {
  /* line 321, stdin */

  .punch-rate-rise-calculator__form .loan-term__inputs .form-group input {
    width: 140px;
  }
}

/* line 329, stdin */

.punch-rate-rise-calculator__form .loan-term__inputs .form-group:first-of-type {
  margin-right: 10px;
}

/* line 338, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 348, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper input {
  width: 100%;
}

@media (min-width: 991px) {
  /* line 348, stdin */

  .punch-rate-rise-calculator__form .ppInterest-input-wrapper input {
    width: 140px;
  }
}

/* line 356, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper .ppInterestWrapper {
  position: relative;
}

/* line 359, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper .ppInterestWrapper #ppInterestBalanceVisual {
  padding-left: 40px;
  padding-right: 10px;
}

/* line 371, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper .ppInterestWrapper input:disabled {
  color: #e0e0e0 !important;
  background-color: #ffffff !important;
}

/* line 376, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper .ppInterestWrapper .disabled-icon {
  background-color: #e0e0e0 !important;
}

/* line 380, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper .ppInterestWrapper .pound-icon {
  position: absolute;
  left: 0px;
  top: 1px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  font-weight: 700;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

/* line 398, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper .ppInterestWrapper {
  position: relative;
}

/* line 401, stdin */

.punch-rate-rise-calculator__form .ppInterest-input-wrapper .ppInterestWrapper .percent-icon {
  position: absolute;
  right: 0px;
  top: 1px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  width: 30px;
  text-align: center;
  font-weight: 700;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

/* line 420, stdin */

.punch-rate-rise-calculator__form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

/* line 428, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial--mobile {
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 991px) {
  /* line 428, stdin */

  .punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial--mobile {
    display: none;
  }
}

/* line 437, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial--desktop {
  display: none;
}

@media (min-width: 991px) {
  /* line 437, stdin */

  .punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial--desktop {
    display: block;
  }
}

/* line 446, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial {
  border-radius: 10px;
  padding: 14px;
}

@media (min-width: 991px) {
  /* line 446, stdin */

  .punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial {
    padding: 34px;
  }
}

/* line 455, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial .bold {
  font-weight: 700;
}

/* line 459, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial a {
  color: #59595B;
}

/* line 463, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial .underline-text {
  text-decoration: underline;
  font-weight: 700;
}

/* line 470, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-initial ul li .bold {
  font-weight: 700;
}

/* line 478, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: none;
}

/* line 483, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner {
  padding: 13px 25px;
}

/* line 486, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom {
  border-top: 2px solid #59595B;
  padding-top: 17px;
}

/* line 490, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button:not(.collapsed) {
  color: #59595B;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-right-radius: none;
  border-top-left-radius: none;
}

/* line 497, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button:not(.collapsed):focus-visible {
  -webkit-box-shadow: 0px 0px 0px 4px #59595b;
          box-shadow: 0px 0px 0px 4px #59595b;
}

/* line 503, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button.collapsed:focus-visible {
  -webkit-box-shadow: 0px 0px 0px 4px #59595b;
          box-shadow: 0px 0px 0px 4px #59595b;
}

/* line 507, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 511, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button {
  font-size: 22px;
  font-weight: 700;
  color: #59595B;
  padding: 0px 25px 25px 0px;
}

/* line 519, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button svg {
  position: absolute;
  right: 0;
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  color: #ffffff;
  border-radius: 70px;
  padding: 8px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 534, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button:after {
  background-image: none;
}

/* line 538, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #59595B;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #59595B;
}

/* line 544, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button:not(.collapsed):after {
  background-image: none;
}

/* line 548, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-button:not(.collapsed) svg {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #ffffff;
  border-radius: 70px;
  padding: 8px;
  width: 40px;
  height: 40px;
}

/* line 563, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-body {
  padding: 0px 25px 0 0;
}

/* line 568, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results-inner-bottom .accordion-item {
  border: none;
}

/* line 576, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__header {
  padding: 13px 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 581, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__header__title {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 589, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}

/* line 597, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-left p {
  font-size: 0.87em;
  margin-bottom: 0;
}

/* line 602, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-left span {
  font-weight: 700;
  font-size: 20px;
}

/* line 607, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-left #summaryPayment {
  margin-bottom: 15px;
}

/* line 611, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-left .site-button {
  margin-bottom: 15px;
  margin-top: 30px;
}

/* line 618, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-right {
  padding: 25px 35px;
  text-align: center;
  border-radius: 14px;
  position: relative;
}

/* line 624, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-right .calculator-tooltip {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-left: 0;
}

/* line 632, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-right .monthly-payment-box {
  font-size: 0.87em;
  line-height: 17px;
}

/* line 639, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results__summary-box-right h2 {
  font-size: 1.93em;
}

/* line 645, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results .table > :not(caption) > * > * {
  padding: 0.6rem 0.2rem;
}

@media (min-width: 991px) {
  /* line 645, stdin */

  .punch-rate-rise-calculator .punch-rate-rise-calculator__results .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
  }
}

/* line 653, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results table {
  margin-bottom: 20px;
}

/* line 657, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results table .site-color-0 td,
.punch-rate-rise-calculator .punch-rate-rise-calculator__results table .site-color-1 td,
.punch-rate-rise-calculator .punch-rate-rise-calculator__results table .site-color-2 td {
  text-align: center;
}

/* line 663, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results table tr {
  font-size: 0.77em;
  font-weight: 700;
  line-height: 20px;
}

/* line 669, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results table th {
  color: #ffffff;
}

/* line 674, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results table tr:first-of-type th:first-of-type {
  width: 33%;
}

/* line 679, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results table tr th,
.punch-rate-rise-calculator .punch-rate-rise-calculator__results table tr td {
  text-align: center;
}

/* line 685, stdin */

.punch-rate-rise-calculator .punch-rate-rise-calculator__results table tbody th {
  text-align: left;
  color: #59595B;
}

/* line 693, stdin */

.punch-rate-rise-calculator .information-box {
  text-align: center;
  padding: 29px 18px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media (min-width: 991px) {
  /* line 693, stdin */

  .punch-rate-rise-calculator .information-box {
    margin-bottom: 0;
  }
}

/* line 707, stdin */

.punch-rate-rise-calculator .information-box__header__title {
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 713, stdin */

.punch-rate-rise-calculator .information-box p {
  margin-bottom: 25px;
}

/* line 718, stdin */

.punch-rate-rise-calculator .show-item {
  display: block !important;
  -webkit-animation: fadeIn .3s ease-in-out;
       -o-animation: fadeIn .3s ease-in-out;
          animation: fadeIn .3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* line 744, stdin */

.punch-rate-rise-calculator .hide-item {
  display: none;
  -webkit-animation: fadeOut .3s ease-in-out;
       -o-animation: fadeOut .3s ease-in-out;
          animation: fadeOut .3s ease-in-out;
}

/* line 750, stdin */

.punch-rate-rise-calculator .mortgage-calc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 755, stdin */

.punch-rate-rise-calculator form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 760, stdin */

.punch-rate-rise-calculator label {
  margin-top: 10px;
}

/* line 766, stdin */

.punch-rate-rise-calculator button {
  margin-top: 10px;
}

/* line 770, stdin */

.punch-rate-rise-calculator table {
  border-collapse: collapse;
  width: 100%;
}

/* line 775, stdin */

.punch-rate-rise-calculator th,
.punch-rate-rise-calculator td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

/* line 782, stdin */

.punch-rate-rise-calculator .ppInterestWrapper {
  position: relative;
}

/* line 786, stdin */

.punch-rate-rise-calculator .ppInterest-button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

/* line 795, stdin */

.punch-rate-rise-calculator .ppInterest-button.disabled {
  display: none;
}

/* line 799, stdin */

.punch-rate-rise-calculator .rate-rise-calculator__bottom {
  margin-top: 50px;
}

/* line 802, stdin */

.punch-rate-rise-calculator .rate-rise-calculator__bottom__content {
  margin-bottom: 50px;
}

/* line 805, stdin */

.punch-rate-rise-calculator .rate-rise-calculator__bottom__content__title {
  margin-bottom: 30px;
  font-weight: 700;
}

/* line 810, stdin */

.punch-rate-rise-calculator .rate-rise-calculator__bottom__content a {
  color: #59595B;
  text-decoration: underline;
}

@media (min-width: 991px) {
  /* line 823, stdin */

  .two-column-cards {
    margin-bottom: 0;
  }
}

/* line 831, stdin */

.two-column-cards--background {
  padding-top: 200px;
  -webkit-clip-path: polygon(50% 0, 100% 3%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 3%);
          clip-path: polygon(50% 0, 100% 3%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 3%);
}

@media (min-width: 768px) {
  /* line 831, stdin */

  .two-column-cards--background {
    -webkit-clip-path: polygon(50% 0, 100% 10%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 10%);
            clip-path: polygon(50% 0, 100% 10%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 10%);
    padding-bottom: 0;
  }
}

/* line 846, stdin */

.two-column-cards__wrapper .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 851, stdin */

.two-column-cards__card {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
  padding: 27px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 20px;
  text-align: center;
}

@media (min-width: 991px) {
  /* line 851, stdin */

  .two-column-cards__card {
    margin: 0;
    margin-bottom: 36px;
    text-align: left;
  }
}

/* line 868, stdin */

.two-column-cards__card .row {
  height: 100%;
}

/* line 875, stdin */

.two-column-cards__card-image img {
  margin: 0 auto 30px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 170px;
}

@media (min-width: 991px) {
  /* line 875, stdin */

  .two-column-cards__card-image img {
    width: 129px;
    margin: 0;
  }
}

/* line 890, stdin */

.two-column-cards__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 991px) {
  /* line 890, stdin */

  .two-column-cards__card-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

/* line 901, stdin */

.two-column-cards__card-content h3,
.two-column-cards__card-content p {
  margin-bottom: 17px;
}

/* line 906, stdin */

.two-column-cards__card-content h3 {
  font-weight: bold;
}

/* line 910, stdin */

.two-column-cards__card-content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) {
  /* line 910, stdin */

  .two-column-cards__card-content-buttons {
    margin-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 925, stdin */

.two-column-cards__card-content .site-button:first-of-type {
  margin-bottom: 17px;
}

/* line 931, stdin */

.two-column-cards .carousel-arrows {
  margin-top: 35px;
  text-align: center;
}

/* line 935, stdin */

.two-column-cards .carousel-arrows .next,
.two-column-cards .carousel-arrows .prev {
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

/* line 944, stdin */

.two-column-cards .carousel-arrows .next img,
.two-column-cards .carousel-arrows .prev img {
  width: 33px;
  height: 28px;
  padding: 5px;
}

/* line 954, stdin */

.two-column-cards .carousel-arrows .next {
  padding-left: 2px;
}

/* line 959, stdin */

.two-column-cards .carousel-arrows .prev {
  padding-left: 0;
}

/* line 964, stdin */

.two-column-cards .carousel-arrows--mobile {
  display: block;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 991px) {
  /* line 964, stdin */

  .two-column-cards .carousel-arrows--mobile {
    display: none;
  }
}

/* line 973, stdin */

.two-column-cards .carousel-arrows--mobile .prev {
  margin-right: 31px;
}

/* line 977, stdin */

.two-column-cards .carousel-arrows--mobile .next {
  margin-left: 31px;
}


/*# sourceMappingURL=punch-rate-rise-calculator.css.map*/