@charset "UTF-8";
/* (max-width: 360px)
 * Odpowiednik dla @include media-breakpoint-down(xs)
 */
/* (min-width: 361px)
 * Odpowiednik dla @include media-breakpoint-up(sm)
 */
/* (min-width: 361px) and (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-between(sm,sm);
 */
/* (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-down(sm)
 */
/* (min-width: 601px)
 * Odpowiednik dla @include media-breakpoint-up(md)
 */
/* (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-down(md)
 */
/* (min-width: 601px) and (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-only(md)
 */
/* (min-width: 961px)
 * Odpowiednik dla @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Odpowiednik dla @include media-breakpoint-between(sm,lg)
 */
/* (max-width: 1280px)
 * Odpowiednik @include media-breakpoint-down(lg)
 */
/* (min-width: 961px)
 * Odpwiednik @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Niestandardowy breakpoint. Brak obsługi po stronie bootstrapa
 */
/**
  1. Colors
  2. Border
  3. Font
  4. Elementy interface
  5. Space
  6. z-index
  7. Button
  8. Shadows
  9. Icon
  10. Transitions
  11. Component variables

**/
/**
  * 1. Colors
*/
/**
  * 3. Font
*/
/**
  * 4. Elementy interface
*/
/* Line height's PING */
/* Header PWA */
/**
  * 5. Space
*/
/* Spacers PING */
/**
  * 6. z-index
*/
/**
  * 6. Button
*/
/**
  * 8. Shadows
*/
/* Box shadows */
/**
  * 9. Icon
*/
/* Icon sizes */
/**
  * 10. Transitions
*/
/**
  * 11. Component variables
*/
/* Ripple */
/** Component **/
/*Paddingi na strone główną, dla zajawek i karuzeli akutalności*/
/* Motion design
 * - Hover - dostępny wyłącznie min-width: 601 - założenie koncepcyjne
 */
@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.direct-account .table_type2 .badge:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

body.state-zoom400 .rate-filters div[role=radio] {
  padding: 4px 10px;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.direct-account .table_type2 .badge:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.direct-account .table_type2 .badge:after {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.direct-account .table_type2 {
  font-size: 18px;
  border-collapse: separate;
  border-spacing: 15px 0;
  border-bottom: 1px solid var(--color-ingWhite);
}
@media (max-width: 960px) {
  .direct-account .table_type2 {
    border-spacing: 8px 0;
    font-size: 15px;
  }
}
.direct-account .table_type2 p {
  line-height: 1.3;
}
.direct-account .table_type2 > thead > tr > th {
  border-bottom: none;
  padding: 0;
  width: 25%;
}
.direct-account .table_type2 > thead > tr > th:first-child {
  width: 26%;
}
.direct-account .table_type2 > tbody > tr > td {
  border-top: none;
  padding: 8px 8px 32px 4px;
}
@media (max-width: 960px) {
  .direct-account .table_type2 > tbody > tr > td {
    padding: 8px 12px 24px 4px;
  }
}
.direct-account .table_type2 > tbody > tr > td:not(:first-child) {
  text-align: center;
}
.direct-account .table_type2 > thead > tr th.hiddenColumn, .direct-account .table_type2 > thead > tr td.hiddenColumn, .direct-account .table_type2 > tbody > tr th.hiddenColumn, .direct-account .table_type2 > tbody > tr td.hiddenColumn {
  width: 0;
}
.direct-account .table_type2 .button-style {
  transition: 200ms ease;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  display: inline-block;
  background: var(--color-ingWhite);
  color: var(--color-ingOrange);
  border: 1px solid var(--color-ingOrange);
}
.direct-account .table_type2 .button-style:active, .direct-account .table_type2 .button-style:focus {
  text-decoration: none !important;
}
.direct-account .table_type2 .button-style.active {
  background-color: #ff9b17;
}
.direct-account .table_type2 .button-style:hover {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  border-color: var(--color-ingOrange);
}
.direct-account .table_type2 .button-style:hover:after {
  color: var(--color-ingWhite);
}
.direct-account .table_type2 .button-style:after {
  color: var(--color-ingWhite);
}
.direct-account .table_type2 .button-style:focus-visible {
  outline: unset;
}
.direct-account .table_type2 .button-style:focus {
  box-shadow: 0 0 8px 0 #525199;
  border-color: #525199;
}
.direct-account .table_type2 .button-style.disabled, .direct-account .table_type2 .button-style[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.direct-account .table_type2 .button-style.disabled:focus, .direct-account .table_type2 .button-style[disabled]:not(.modal):focus {
  outline: none;
}
.direct-account .table_type2 .button-style {
  transition: none;
  width: 103%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 21px;
  color: var(--color-fg-default);
  line-height: 36px;
}
.direct-account .table_type2 .button-style:hover {
  background-color: var(--color-ingWhite);
  color: var(--color-fg-default);
}
.direct-account .table_type2 .button-style:hover:after {
  color: var(--color-ingWhite);
}
@media (max-width: 960px) {
  .direct-account .table_type2 .button-style {
    padding: 10px;
    font-size: 13px;
    line-height: 26px;
  }
}
.direct-account .table_type2 .button-style--content {
  line-height: 1.4;
  font-weight: 500;
  padding: 0px 30px;
  height: 45px;
}
@media (max-width: 960px) {
  .direct-account .table_type2 .button-style--content {
    padding: 0px 4px;
    font-size: 13px;
  }
}
.direct-account .table_type2 .button-style--promo {
  font-size: 14px;
}
.direct-account .table_type2 .button-indigo {
  background-color: transparent;
  border: 1px solid #525199;
  color: #525199;
}
.direct-account .table_type2 .button-indigo:hover {
  background-color: #525199;
  border-color: #525199;
  box-shadow: none;
  color: var(--color-ingWhite);
}
.direct-account .table_type2 .button-indigo.disabled, .direct-account .table_type2 .button-indigo[disabled]:not(.modal) {
  background-color: transparent;
  border-color: #a8a8a8;
  color: #a8a8a8;
  pointer-events: none;
  cursor: default;
}
.direct-account .table_type2 .button-indigo.disabled:focus, .direct-account .table_type2 .button-indigo[disabled]:not(.modal):focus {
  outline: none;
}
.direct-account .table_type2 .button-indigo:active {
  background-color: #9898c3;
  border-color: #9898c3;
  color: var(--color-ingWhite);
  box-shadow: none;
}
.direct-account .table_type2 .button-indigo {
  transition: none;
}
.direct-account .table_type2 .button-indigo.active {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
  border: 1px solid var(--color-ingOrange);
}
.direct-account .table_type2 .column--1.active, .direct-account .table_type2 .column--2.active, .direct-account .table_type2 .column--3.active, .direct-account .table_type2 .column--4.active {
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  position: relative;
}
.direct-account .table_type2 .column--1.active:before, .direct-account .table_type2 .column--1.active:after, .direct-account .table_type2 .column--2.active:before, .direct-account .table_type2 .column--2.active:after, .direct-account .table_type2 .column--3.active:before, .direct-account .table_type2 .column--3.active:after, .direct-account .table_type2 .column--4.active:before, .direct-account .table_type2 .column--4.active:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 15px;
}
@media (max-width: 960px) {
  .direct-account .table_type2 .column--1.active:before, .direct-account .table_type2 .column--1.active:after, .direct-account .table_type2 .column--2.active:before, .direct-account .table_type2 .column--2.active:after, .direct-account .table_type2 .column--3.active:before, .direct-account .table_type2 .column--3.active:after, .direct-account .table_type2 .column--4.active:before, .direct-account .table_type2 .column--4.active:after {
    height: 0;
  }
}
.direct-account .table_type2 .column--1.active:before, .direct-account .table_type2 .column--2.active:before, .direct-account .table_type2 .column--3.active:before, .direct-account .table_type2 .column--4.active:before {
  box-shadow: -15px 0 15px -15px #a8a8a8 inset;
  left: -15px;
  opacity: 0.5;
}
.direct-account .table_type2 .column--1.active:after, .direct-account .table_type2 .column--2.active:after, .direct-account .table_type2 .column--3.active:after, .direct-account .table_type2 .column--4.active:after {
  box-shadow: 15px 0 15px -15px #a8a8a8 inset;
  right: -15px;
  opacity: 0.5;
}
@media (max-width: 960px) {
  .direct-account .table_type2 .column--1.active, .direct-account .table_type2 .column--2.active, .direct-account .table_type2 .column--3.active, .direct-account .table_type2 .column--4.active {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0;
  }
}
.direct-account .table_type2 .column--1.active .button-style, .direct-account .table_type2 .column--2.active .button-style, .direct-account .table_type2 .column--3.active .button-style, .direct-account .table_type2 .column--4.active .button-style {
  background-color: var(--color-ingOrange);
  color: var(--color-ingWhite);
}
.direct-account .table_type2 .last-row {
  padding-bottom: 32px;
}
.direct-account .table_type2 .last-row.active {
  border-bottom: 1px solid #a8a8a8;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .direct-account .table_type2 .last-row.active {
    border-bottom: 1px solid transparent;
  }
}
.direct-account .table_type2 .img-tick {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.direct-account .table_type2 .img-tick img {
  height: 27px !important;
}
.direct-account .table_type2 .badge {
  position: relative;
  display: block;
  text-align: left;
  padding-right: 4px;
  cursor: pointer;
}
.direct-account .table_type2 .badge:after {
  content: "\E055";
  position: absolute;
  right: -12px;
  top: 2px;
  font-size: 14px;
}
.direct-account .table_type2 .badge-content {
  display: none;
}
.direct-account .table_type2 .badge-content.visible {
  position: absolute;
  display: block;
  width: 300px;
  right: -300px;
  background-color: #f0f0f0;
  color: var(--color-fg-default);
  z-index: 1;
  text-align: left;
  padding: 12px;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .direct-account .table_type2 .badge-content.visible {
    width: 200px;
    right: -200px;
    font-size: 12px;
    top: 35px;
  }
}
.direct-account .table_type2 .note {
  line-height: 1.1;
  margin-top: 15px;
  text-align: left;
}
.direct-account .table_type2 .note.gray {
  color: #696969;
  text-align: center;
}
@media (max-width: 960px) {
  .direct-account .table_type2 .note {
    font-size: 12px;
  }
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on > .head {
  width: 0 !important;
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on > .body {
  width: 100% !important;
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on thead > tr:first-child > th {
  background-color: var(--color-ingWhite);
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--1.active, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--2.active, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--3.active, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--4.active {
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  position: relative;
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--1.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--1.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--2.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--2.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--3.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--3.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--4.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--4.active:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 15px;
}
@media (max-width: 960px) {
  .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--1.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--1.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--2.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--2.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--3.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--3.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--4.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--4.active:after {
    height: 0;
  }
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--1.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--2.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--3.active:before, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--4.active:before {
  box-shadow: -15px 0 15px -15px #a8a8a8 inset;
  left: -15px;
  opacity: 0.5;
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--1.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--2.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--3.active:after, .direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .column--4.active:after {
  box-shadow: 15px 0 15px -15px #a8a8a8 inset;
  right: -15px;
  opacity: 0.5;
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .last-row {
  padding-bottom: 32px;
}
.direct-account .table_type2.table_with_hiddenColumn + .scrollable_table.scrollable_table_on .last-row.active {
  border-bottom: 1px solid #a8a8a8;
  border-radius: 5px;
}
.direct-account .scrollable_table.scrollable_table_on > .head {
  width: 40% !important;
  overflow: unset;
}
.direct-account .scrollable_table.scrollable_table_on > .body {
  width: 60% !important;
}

.button-wide {
  width: 50%;
}