@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
.___pk-widget {
  font-family: "Open Sans", serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  background: #f1f6f9;
  color: #7083A0;
  line-height: 1.33;
  text-align: left;
  transition: none;
  box-sizing: border-box;
}
.___pk-widget b {
  font-weight: 600;
  pointer-events: none;
}
.___pk-widget * {
  box-sizing: border-box;
}

.___pk-widget__500x70 {
  width: 500px;
  max-width: 100%;
  min-height: 70px;
}
.___pk-widget__500x70 .___pk-widget-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.___pk-widget__500x70 .___pk-widget-layout-logo {
  padding: 5px 10px;
}
.___pk-widget__500x70 .___pk-widget-range-control-visual {
  width: 130px;
}
.___pk-widget__500x70 .___pk-widget-layout-range {
  padding: 5px 0 0 0;
}
.___pk-widget__500x70 .___pk-widget-layout-result {
  padding: 5px 0 0 10px;
}
.___pk-widget__500x70 .___pk-widget-layout-buttons {
  padding: 5px 10px 0 10px;
}

.___pk-widget__992x90 {
  width: 992px;
  max-width: 100%;
  min-height: 90px;
}
.___pk-widget__992x90 .___pk-widget-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.___pk-widget__992x90 .___pk-widget-layout-logo {
  padding: 20px 24px 19px 24px;
}
.___pk-widget__992x90 .___pk-widget-layout-range {
  padding: 5px 0 0 0;
  flex: 1;
}
.___pk-widget__992x90 .___pk-widget-layout-range .___pk-widget-range {
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}
.___pk-widget__992x90 .___pk-widget-layout-result {
  padding: 5px 33px 0 33px;
}
.___pk-widget__992x90 .___pk-widget-layout-buttons {
  padding: 5px 42px 0 33px;
}
.___pk-widget__992x90 .___pk-widget-button {
  min-width: 87px;
}

.___pk-widget__300x125 {
  width: 300px;
  max-width: 100%;
  min-height: 125px;
}
.___pk-widget__300x125 .___pk-widget-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.___pk-widget__300x125 .___pk-widget-layout-logo {
  padding: 10px 10px 0 10px;
  order: 1;
  text-align: center;
  flex-basis: 67%;
}
.___pk-widget__300x125 .___pk-widget-layout-range {
  order: 3;
  padding: 10px 10px 0 10px;
  flex: 1;
  flex-basis: 67%;
}
.___pk-widget__300x125 .___pk-widget-layout-result {
  padding: 10px 10px 0 0;
  order: 2;
  text-align: left;
  flex-basis: 33%;
}
.___pk-widget__300x125 .___pk-widget-layout-buttons {
  padding: 20px 10px 10px 0;
  order: 4;
  flex-basis: 33%;
}
.___pk-widget__300x125 .___pk-widget-layout-marquee {
  order: 5;
}
.___pk-widget__300x125 .___pk-widget-button {
  min-width: 87px;
}

.___pk-widget__402x150 {
  
  width: 402px;
  max-width: 100%;
  min-height: 150px;
}
.___pk-widget__402x150 .___pk-widget-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.___pk-widget__402x150 .___pk-widget-layout-logo {
  padding: 15px 10px 0 10px;
  order: 1;
  text-align: center;
  flex-basis: 75%;
}
.___pk-widget__402x150 .___pk-widget-layout-range {
  order: 3;
  padding: 10px 20px 0 20px;
  flex: 1;
  flex-basis: 75%;
}
.___pk-widget__402x150 .___pk-widget-layout-result {
  padding: 15px 10px 0 0;
  order: 2;
  text-align: left;
  flex-basis: 25%;
}
.___pk-widget__402x150 .___pk-widget-layout-buttons {
  padding: 20px 10px 10px 0;
  order: 4;
  flex-basis: 25%;
}
.___pk-widget__402x150 .___pk-widget-layout-marquee {
  order: 5;
  padding-top: 20px;
}
.___pk-widget__402x150 .___pk-widget-button {
  min-width: 87px;
}

.___pk-widget__640x590 {
  width: 640px;
  max-width: 100%;
  min-height: 590px;
}

.___pk-widget-logo {
  width: 100px;
  height: 30px;
  background: transparent url("images/pay-for-you-logo.svg") no-repeat center center/contain;
  display: inline-block;
}

.___pk-widget-range {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: left;
}

.___pk-widget-range-l {
  flex: 0;
  position: relative;
  z-index: 2;
  align-self: center;
  margin-right: 3px;
}

.___pk-widget-range-c {
  flex: 1;
}

.___pk-widget-range-r {
  flex: 0;
  position: relative;
  z-index: 2;
  align-self: center;
  margin-left: 3px;
}

.___pk-widget-range-title {
  font-size: 9px;
  margin-bottom: 2px;
}

.___pk-widget-range-min-max {
  font-size: 9px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.___pk-widget-range-min-max div {
  display: inline-block;
  vertical-align: top;
}

.___pk-widget-layout-result {
  color: #123B71;
  text-align: right;
}

.___pk-widget-button {
  background: #3677F7;
  color: #fff;
  display: inline-block;
  line-height: 2.91;
  padding: 0 1.1em;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: 0.35s opacity;
}
.___pk-widget-button:hover {
  opacity: 0.85;
}

.___pk-widget-range-control-wrap {
  position: relative;
  min-height: 20px;
  margin: 0;
  margin-bottom: 1px;
}
.___pk-widget-range-control-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  margin: auto 0;
  border-radius: 2px;
  background: linear-gradient(to right, transparent 0, transparent calc(var(--p) + 2.5px), #d8dae7 var(--p), #d8dae7 100%);
}
.___pk-widget-range-control-wrap::before {
  content: "";
  position: absolute;
  pointer-events: none;
  height: 4px;
  margin: auto 0;
  background: #3677f7;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
}

.___pk-widget-range-control-thumb-text {
  position: absolute;
  top: 2px;
  left: var(--p);
  -webkit-appearance: none;
  appearance: none;
  white-space: nowrap;
  min-width: 48px;
  line-height: 2;
  font-size: 10px;
  pointer-events: none;
  padding: 0 4px;
  transform: translateX(-50%);
  text-align: center;
  background: #3677f7;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}

.___pk-widget-range-control-visual {
  margin: 0;
  top: 7px;
  padding: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #d8dae7;
  opacity: 1;
  transition: opacity 0.2s;
  border-radius: 2px;
  position: relative;
}
.___pk-widget-range-control-visual:before {
  background: #3677f7;
  width: 50%;
  height: 4px;
  display: block;
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  content: " ";
}

.___pk-widget-range-control-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
  margin: 0 24px;
}

.___pk-widget-range-control {
  position: realtive;
  z-index: 1;
  width: calc(100% - 40px);
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  font: inherit;
  background: transparent;
  border: 0;
  margin: 0 24px;
  padding: 0;
}
.___pk-widget-range-control::-webkit-slider-runnable-track {
  background: transparent;
  padding: 28.125px 0;
  margin: 0 -22.5px;
  cursor: pointer;
}
.___pk-widget-range-control::-moz-range-track {
  background: transparent;
  padding: 28.125px 0;
  margin: 0 -22.5px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.___pk-widget-range-control::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  width: 45px;
  margin: -20px 0;
  border-radius: 5px;
  background: transparent;
  cursor: grab;
}
.___pk-widget-range-control::-moz-range-thumb {
  position: relative;
  appearance: none;
  height: 40px;
  width: 45px;
  margin: -20px 0;
  border-radius: 5px;
  border: 0;
  outline: none;
  background: transparent;
  cursor: grab;
}
.___pk-widget-range-control:focus {
  outline: none;
}
.___pk-widget-range-control:active::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  width: 45px;
  margin: -20px 0;
  border-radius: 5px;
  background: transparent;
  cursor: grabbing;
}
.___pk-widget-range-control:active::-moz-range-thumb {
  position: relative;
  appearance: none;
  height: 40px;
  width: 45px;
  margin: -20px 0;
  border-radius: 5px;
  background: transparent;
  cursor: grabbing;
}

.___pk-widget-range-btn {
  width: 22px;
  background: #fff;
  border: #D8DAE7 1px solid;
  border-radius: 50%;
  height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 0;
  position: relative;
  cursor: pointer;
  top: 1px;
  transition: 0.35s border-color;
}
.___pk-widget-range-btn:hover {
  border: #b8bcd4 1px solid;
}

.___pk-widget-range-btn__decrease:before {
  content: " ";
  width: 8px;
  height: 1px;
  background: #3677F7;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
}

.___pk-widget-range-btn__increase:before {
  content: " ";
  width: 8px;
  height: 1px;
  background: #3677F7;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
}
.___pk-widget-range-btn__increase:after {
  content: " ";
  width: 8px;
  height: 1px;
  background: #3677F7;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  transform: rotate(90deg);
}


@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%) }
}

.___pk-widget-layout-marquee {
  overflow: hidden;
  display: block;
}
.marquee-effect .___pk-widget-typicalExampleText {
  animation: marquee 15s linear infinite;
  white-space: nowrap;
}

.___pk-widget-modal-panel {
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
}
.___pk-widget-modal-panel b {
  font-weight: 600;
}
.___pk-widget-modal-panel * {
  box-sizing: border-box;
}

.___pk-widget-modal-panel-body {
  padding: 24px 40px 25px 40px;
  text-align: center;
}
.___pk-widget-modal-panel-body p:last-child {
  margin-bottom: 0;
}

.___pk-widget-modal-panel-separator {
  height: 1px;
  background: #D8DAE7;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 10px;
}

.___pk-widget-modal-texting {
  text-align: left;
  font-size: 12px;
}

.___pk-widget-modal-panel-table {
  width: 100%;
  margin-bottom: 36px;
}

.___pk-widget-modal-panel-table-key {
  text-align: right;
  padding-top: 4px;
  padding-bottom: 4px;
}

.___pk-widget-modal-panel-table-value {
  color: #003669;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
}

.___pk-widget-modal-panel-table-value__larger {
  font-size: 14px;
  font-weight: 700;
}

.___pk-widget-modal-panel-title {
  color: #003669;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 38px;
}

.___pk-widget-modal-logo {
  width: 133px;
  height: 40px;
  background: transparent url("images/pay-for-you-logo.svg") no-repeat center center/contain;
  display: inline-block;
  margin: 0 auto 28px auto;
}

.___pk-widget-modal-range-list {
  margin-bottom: 8px;
}

.___pk-widget-modal-range {
  margin-bottom: 8px;
}

.___pk-widget-modal-panel-results {
  text-align: right;
  margin-bottom: 16px;
  color: #003669;
}

.___pk-widget-modal-panel-results-value {
  font-weight: 600;
}

.___pk-widget-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9995;
  display: flex;
  padding: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: auto;
  box-sizing: border-box;
}
.___pk-widget-modal-overlay * {
  box-sizing: border-box;
}

.___pk-widget-modal-overlay-main {
  align-self: center;
}

.___pk-widget-modal-overlay-head {
  text-align: right;
  padding: 15px 15px 0 15px;
  background: #f1f6f9;
}

.___pk-widget-modal-overlay-close {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.___pk-widget-modal-overlay-close:hover:after, .___pk-widget-modal-overlay-close:hover:before {
  background: #2d2d2d;
}
.___pk-widget-modal-overlay-close:before {
  content: " ";
  width: 16px;
  height: 2px;
  background: #9b9b9b;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  transform: rotate(-45deg);
  transition: 0.35s all;
}
.___pk-widget-modal-overlay-close:after {
  content: " ";
  width: 16px;
  height: 2px;
  background: #9b9b9b;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  transform: rotate(45deg);
  transition: 0.35s all;
}
