@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.elem-category-color.category_33333 {
  background: #254441;
}

.elem-category-color.category_630 {
  background: #296f5a;
}

.elem-category-color.category_25930 {
  background: #2E6E2C;
}

.elem-category-color.category_25926 {
  background: #253031;
}

.elem-category-color.category_22872 {
  background: #315659;
}

.elem-category-color.category_22869 {
  background: #402E32;
}

.elem-category-color.category_32532 {
  background: #D12225;
}

.elem-category-color.category_30291 {
  background: #6987c9;
}

.elem-category-color.category_27735 {
  background: #048840;
}

.elem-category-color.category_360 {
  background: #544e61;
}

.elem-category-color.category_25928 {
  background: #2F4858;
}

.elem-category-color.category_361 {
  background: #4F4537;
}

.elem-category-color.category_25924 {
  background: #2978A0;
}

.elem-category-color.category_18916 {
  background: #2F1F00;
}

.elem-category-color.category_22871 {
  background: #9F3520;
}

.elem-category-color.category_23699 {
  background: #0082C9;
}

.elem-category-color.category_624 {
  background: #ff0000;
}

.elem-category-color.category_34721 {
  background: #000000;
}

.elem-category-color.category_25925 {
  background: #67597A;
}

.elem-category-color.category_25929 {
  background: #B38AAE;
}

.elem-category-color.category_22870 {
  background: #007791;
}

.elem-category-color.category_28090 {
  background: #51424F;
}

html,
body {
  font-family: Satoshi, sans-serif;
  background: #fff;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.only-mobile {
  display: block;
}

.only-desktop {
  display: none;
}

@media only screen and (min-width: 780px) {
  .only-mobile {
    display: none;
  }
  .only-desktop {
    display: block;
  }
}
.full-wide {
  width: 100%;
  background: #fff;
}

.page-wide {
  margin: 30px;
}
.page-wide a {
  color: #000;
  text-decoration: underline;
}
.page-wide a:hover {
  text-decoration: none;
}
.page-wide ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0 20px 20px;
}
.page-wide .wp-block-columns.is-layout-flex {
  gap: 1em;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  gap: 10px 40px;
}

.mobile-column-sg {
  padding: 0 10px;
  box-sizing: border-box;
}

.columns-hp {
  margin-top: 35px;
}

.column {
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 1280px) {
  .columns-hp {
    margin-top: 50px;
  }
  .columns {
    padding: 0 10px;
    box-sizing: border-box;
    gap: 0px 20px;
  }
  .column {
    padding: 0;
  }
  .column-right {
    width: 400px;
  }
  .column-main {
    width: 840px;
    position: relative;
  }
  .page-wide {
    max-width: 1280px;
    margin: 30px auto;
  }
  .search .columns,
  .single-post .columns,
  .single-partner .columns,
  .single-sdm_downloads .columns,
  .category .columns,
  .tag .columns,
  .archive .columns,
  .single-quote .columns,
  .page-id-220498 .columns,
  .page-id-430067 .columns,
  .page-id-441009 .columns,
  .page-id-276139 .columns,
  .page-id-442334 .columns,
  .page-id-446931 .columns {
    margin: 60px auto;
  }
  .columns.columns--article {
    margin-top: 30px;
  }
}
@media (min-width: 1480px) {
  .columns {
    padding: 0;
    gap: 10px 40px;
  }
}
.issue-over-head {
  position: relative;
  background: #000;
  color: #fff;
  z-index: 12;
  padding: 0 10px;
  z-index: 101;
}

.issue-over-head--small {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.issue-over-head_cover {
  position: absolute;
  width: 115px;
  left: -20px;
  top: 15px;
}

.issue-over-head_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
}

.issue-over-head_description {
  font: 700 18px/1.3em Satoshi, sans-serif;
  position: absolute;
  left: 120px;
  top: 15px;
}

.issue-over-head_description--second {
  display: none;
}

.issue-over-head_more-link {
  background: #fff;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  font: 500 12px/1.4em Satoshi, sans-serif;
  margin: 30px 0 10px;
  color: #000;
  position: absolute;
  right: 10px;
  top: 35px;
  cursor: pointer;
}

.issue-over-head_button::before {
  content: "Zobacz";
}

.issue-over-head--big {
  position: absolute;
  top: -100vh;
  transition: 0.5s ease;
  z-index: 100;
}

.active-issue .issue-over-head--big {
  top: 100px;
}
.active-issue .issue-over-head_button::before {
  content: "Zwiń";
}
.active-issue .issue-over-head_button::after {
  transform: rotate(225deg);
  top: 1px;
}

@media only screen and (min-width: 780px) {
  .issue-over-head--small {
    max-width: 1280px;
    margin: 0 auto;
  }
  .issue-over-head_bg {
    right: 180px;
    width: 600px;
    top: -10px;
    opacity: 0.6;
  }
  .issue-over-head_cover {
    top: 4px;
    left: 5px;
  }
  .issue-over-head--big {
    background: #222;
    position: absolute;
    top: -900px;
    padding: 20px;
    z-index: 11;
    transition: top 0.6s ease;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  .issue-over-head--big_container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .issue-over-head_button::before {
    content: "Czytaj więcej";
  }
  .active-issue .issue-over-head--big {
    top: 100px;
  }
  .active-issue .issue-over-head_button::before {
    content: "Zwiń szczegóły";
  }
  .active-issue .issue-over-head_button::after {
    transform: rotate(225deg);
    top: 1px;
  }
  .issue-over-head_cover:nth-of-type(2) {
    top: 10px;
    left: 15px;
    position: relative;
    z-index: -1;
  }
  .issue-over-head_description {
    font-size: 20px;
    max-width: inherit;
    padding-left: 155px;
    left: 0;
    right: 0;
    top: 20px;
  }
  .issue-over-head_description--second {
    display: block;
    font: 400 16px/1.4em Satoshi, sans-serif;
    position: absolute;
    top: 50px;
    left: 0;
    padding-left: 155px;
    opacity: 0.7;
  }
  .issue-over-head_cover-link {
    width: 200px;
    height: 100px;
    display: block;
  }
  .issue-over-head_more-link {
    padding: 8px 14px;
    font: 500 16px/1.4em Satoshi, sans-serif;
    margin: 30px 0 10px;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}
.header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
  padding: 0 15px;
}

.body-scrolled .header {
  box-shadow: 0 0 20px rgba(136, 136, 136, 0.5333333333);
}

.header-top {
  background: #fff;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.header-top_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}
.header-top-search_container {
  position: relative;
}
.header-top-search_container {
  width: 120px;
  padding: 10px 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.header-top-search_container img {
  width: 20px;
}
.header-top ul {
  display: flex;
  justify-content: space-around;
}
.header-top li {
  display: inline-block;
}
.header-top a {
  display: inline-block;
  font: 500 14px/1.5em Satoshi, sans-serif;
  padding: 15px 15px 15px 20px;
  color: #000;
  position: relative;
  text-decoration: none;
}
.header-top a:hover {
  text-decoration: underline;
}
.header-top a::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  left: 0;
}
.header-top .icon-key a::before {
  content: url("/wp-content/themes/alebank/assets/images/key.svg");
}
.header-top .icon-user a::before {
  content: url("/wp-content/themes/alebank/assets/images/user.svg");
}
.header-top .icon-mail a::before {
  content: url("/wp-content/themes/alebank/assets/images/mail.svg");
}

.header-top-search .search {
  position: absolute;
  top: 0;
  left: -500px;
  padding: 0 20px 0 0;
  background: #fff;
  width: 100%;
  transition: left 0.5s;
  box-sizing: border-box;
}
.header-top-search [type=search] {
  border: none;
  background: #f2f2f2;
  font: 400 16px/1.5em Satoshi, sans-serif;
  color: #666;
  padding: 10px 16px;
  width: 90%;
}
.header-top-search button {
  border: none;
  background: #f2f2f2;
  position: absolute;
  margin-left: -45px;
  margin-top: 6px;
}
.header-top-search .header-search-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.active-search .search {
  left: 0;
}

.header-latest-conferences {
  position: absolute;
  margin-top: -12px;
}

.header-middle {
  display: flex;
  max-width: 1280px;
  padding: 0;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.header-middle-menu {
  flex-basis: 50px;
  transition: all 0.3s ease;
  transform-origin: bottom left;
}

.header-middle_ico-menu {
  cursor: pointer;
}

.header-middle-logo {
  flex-basis: 40%;
  max-width: 175px;
  transition: all 0.3s ease;
  transform-origin: left bottom;
}
.header-middle-logo h1 {
  margin: 0;
}

.header-middle-partner {
  flex-basis: 0;
  display: none;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  margin-left: auto;
}

.header-latest-conferences {
  position: relative;
}
.header-latest-conferences .latest-conferences {
  right: 0;
  top: -47px;
}
.header-latest-conferences .latest-conferences__item {
  padding: 0;
}

.header-middle_ico-logo {
  display: block;
  margin: 20px 0;
  max-width: 105px;
  height: inherit;
}

.side-menu-container {
  position: fixed;
  height: 100%;
  background: #fff;
  top: 0;
  left: -100%;
  z-index: 102;
  padding: 30px;
  min-height: 290px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3333333333);
  transition: left 0.5s;
}

.active-menu .side-menu-container {
  left: 0;
}

.side-menu-close {
  cursor: pointer;
}

.side-menu_section1 {
  border-bottom: 1px dotted #000;
  padding: 20px 0;
}
.side-menu_section1 a {
  font: 700 22px/2em Satoshi, sans-serif;
  color: #000;
  text-decoration: none;
}
.side-menu_section1 a:hover {
  text-decoration: underline;
}

.side-menu_section3 {
  padding: 20px 0;
}
.side-menu_section3 a {
  text-decoration: none;
  margin-right: 20px;
}

.partner-below-header {
  background: #fff;
  padding: 15px;
  text-align: center;
}

.header_bottom {
  background: #1B1361;
  white-space: nowrap;
  position: relative;
  padding: 0 15px;
}
.header_bottom ul {
  overflow-x: auto;
  max-width: 1280px;
  margin: 0 auto;
}
.header_bottom ul::after {
  content: "";
  display: block;
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(100deg, rgba(143, 120, 82, 0) 0%, rgb(27, 19, 97) 70%);
}
.header_bottom li {
  display: inline-block;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
}
.header_bottom li:hover {
  border-bottom: 2px solid #fff;
}
.header_bottom li:nth-of-type(1) {
  margin-left: 2px;
}
.header_bottom .current-menu-item {
  border-bottom: 2px solid #fff;
}
.header_bottom a {
  display: inline-block;
  padding: 15px 0 13px;
  font: 500 16px/1.5em Satoshi, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
}

@media only screen and (max-width: 780px) {
  .header-top li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 780px) {
  .header-top {
    padding: 0 10px;
  }
  .header-top ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    justify-content: flex-end;
    padding: 0;
  }
  .header-top li {
    margin-left: 20px;
  }
  .header-top a {
    padding: 11px 0 11px 40px;
  }
  .header-middle {
    margin: 0 auto;
    width: 100%;
  }
  .header-middle .header-middle-logo {
    max-width: inherit;
  }
  .header-middle .header-top-search {
    flex-basis: 25%;
    order: inherit;
    transition: all 0.3s ease;
    transform-origin: left;
  }
  .header-middle .header-middle-partner {
    flex-basis: 30%;
    text-align: right;
    display: block;
  }
  .header-middle .header-middle-partner_description {
    margin-right: 20px;
    width: inherit;
  }
  .header-middle .header-middle_ico-logo {
    max-width: 250px;
  }
  .header-middle .header-middle_ico-search {
    cursor: pointer;
  }
  .header_bottom ul {
    overflow: inherit;
  }
  .header_bottom a {
    font-size: 15px;
  }
  .header-top-search .search {
    max-width: 370px;
    width: 300px;
    left: 0;
    top: -100px;
    transition: top 0.3s;
  }
  .header-top-search .search_container {
    display: flex;
  }
  .header-top-search button {
    right: 70px;
  }
  .active-search .search {
    top: 3px;
  }
  .body-scrolled .header {
    top: -20px;
  }
  .body-scrolled .header-middle .header-middle_ico-logo {
    max-width: 200px;
  }
  .body-scrolled .header-middle-logo {
    transform: scale(0.8);
  }
  .body-scrolled .header-middle-partner {
    transform: scale(0.8);
    margin-top: 10px;
  }
  .body-scrolled .header-middle-menu,
  .body-scrolled .header-top-search {
    margin-top: 20px;
  }
  .body-scrolled.active-search .search {
    top: 17px;
  }
}
.portal-partners .portal-partner_logo {
  max-height: 35px;
  width: inherit;
}
.portal-partners .slider-container {
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 150px;
  max-width: 180px;
}
.portal-partners .portal-partners_title {
  width: 90px;
  font: 700 13px/1.5em Satoshi, sans-serif;
  display: block;
  vertical-align: middle;
  margin-left: 50px;
}
.portal-partners .portal-partners_list-item {
  text-align: left;
  min-width: 180px;
}
.portal-partners .header-middle-partner_img {
  display: inline-block;
  vertical-align: middle;
  max-height: 43px;
}

@media only screen and (min-width: 780px) {
  .portal-partners {
    position: relative;
    right: 490px;
    width: 330px !important;
    top: -5px;
  }
  .portal-partners .slider-container {
    right: 0;
    left: auto;
  }
}
.footer {
  background: #fff;
  margin-top: 0;
}

.footer-bottom {
  background: #1B1361;
  color: #fff;
  padding: 15px;
  font: 500 14px/1.5em Satoshi, sans-serif;
  text-align: center;
}
.footer-bottom .menu-copyright-menu-container {
  display: inline;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.footer-bottom li {
  display: inline;
}
.footer-bottom a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-container {
  padding: 50px 15px;
  text-align: center;
}
.footer-container ul {
  list-style-type: none;
  padding: 0;
  margin: 20px;
}
.footer-container ul a {
  font: 500 16px/1.5em Satoshi, sans-serif;
  color: #000;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.footer-container ul a:hover {
  text-decoration: underline;
}

.menu-nowe-menu-footer-container {
  display: none;
}

.footer_social {
  display: flex;
  gap: 20px;
}

.footer_logo-bank {
  max-width: 175px;
  height: inherit;
}

.footer_logo-bank-link--small {
  display: block;
  text-align: center;
}

.footer_logo-bank--small {
  max-height: 25px;
  margin-bottom: 5px;
  width: inherit;
}

.footer_social-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer_social--mbank .footer_social-link img {
  filter: invert(48%) sepia(40%) saturate(363%) hue-rotate(359deg) brightness(92%) contrast(90%);
}
.footer_social--mbank .footer_social-link img:hover {
  filter: none;
}

@media only screen and (min-width: 780px) {
  .footer_logo-bank {
    max-width: 250px;
  }
  .footer-container ul {
    margin: 10px;
  }
  .footer-container li {
    display: inline-block;
  }
  .footer-container li a {
    font-size: 18px;
  }
  .footer-bottom {
    font-size: 15px;
  }
  .footer-bottom ul {
    display: inline;
    margin-left: 10px;
  }
  .footer_social-container {
    flex-direction: inherit;
    gap: 100px;
    margin: 30px auto 0;
    justify-content: center;
  }
}
.driver {
  overflow: hidden;
  margin-bottom: 30px;
}

.driver_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto !important;
  gap: 0;
  overflow: hidden;
  border-radius: 6px;
}

.driver_elem {
  padding-bottom: 20px;
  box-sizing: border-box;
}

.driver_elem_link {
  display: block;
}

.driver_elem_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, #000 40%, rgba(0, 0, 0, 0) 70%);
  transform: rotate(-180deg);
}

.driver_elem_description {
  text-align: left;
  padding: 0 25px 25px;
  z-index: 2;
  position: absolute;
  bottom: 0;
}

.slider-indicators {
  z-index: 3;
  display: block;
  text-align: center;
  bottom: 10px;
  max-width: 50%;
  margin: 0 auto 15px;
}
.slider-indicators button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.slider-indicators button.active {
  transform: scale(1.2);
}

.driver_elem_title {
  display: block;
  font: 700 20px/1.2em Satoshi, sans-serif;
  color: #fff;
  max-width: 880px;
  margin: 0 auto;
}

.driver_elem_image {
  position: relative;
  color: #fff;
}
.driver_elem_image .size-1280x715 {
  max-width: 100%;
  height: inherit;
}

.wrapper .slider-nav::after {
  display: none;
}

.wrapper .slider-item-helper:not(.slider-item-ratio) .slider-container > * {
  min-height: inherit;
}

.elem-category-color {
  display: inline-block;
  background: #1B1361;
  padding: 7px 12px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.driver_elem_category_link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.driver_elem_category_link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 780px) {
  .driver_elem {
    padding: 0;
    overflow: hidden;
  }
  .driver_elem .driver_elem_category {
    z-index: 50;
    margin-bottom: 0;
  }
  .driver_elem_image::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 40%);
  }
  .driver_elem_image .size-1280x715 {
    width: 100%;
    max-width: inherit;
    height: inherit;
  }
  .driver_elem_title {
    font-size: 32px;
  }
  .driver_elem_link::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 40%);
  }
}
@media only screen and (min-width: 1280px) {
  .driver_elem_image .size-1280x715 {
    width: 840px;
    height: 468px;
  }
}
.post {
  font: 400 18px/1.5em Satoshi, sans-serif;
  background: #fff;
  margin: 20px 10px;
  color: #000;
}

.article_category {
  font: 700 13px/1.2em Satoshi, sans-serif;
}
.article_category a {
  color: #0B5BF7;
  text-transform: uppercase;
  text-decoration: none;
}
.article_category a:hover {
  text-decoration: underline;
}

.article_title {
  font: 700 34px/1.2em Satoshi, sans-serif;
}

.article_subtitle {
  color: #1b1361;
}

.article_excerpt {
  font: 500 26px/1.2em Satoshi, sans-serif;
}

.article_date {
  font-size: 15px;
}

.article_image img {
  width: 100%;
  height: inherit;
  margin-top: 30px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.article_image-caption {
  background: #EAEAF3;
  font: 500 15px/1.2em Satoshi, sans-serif;
  color: #666;
  padding: 10px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.article_author {
  font: 700 15px/1.2em Satoshi, sans-serif;
  color: #000;
  margin-left: 15px;
}
.article_author a {
  color: #000;
  text-decoration: none;
}
.article_author a:hover {
  text-decoration: underline;
}

.article_social .article_social_share {
  font: 700 15px/1.2em Satoshi, sans-serif;
}
.article_social .article_social-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.article_social .article_social-img {
  display: block;
}

.article_content {
  overflow-wrap: break-word;
}
.article_content .wp-caption,
.article_content .size-full {
  max-width: 100%;
  height: inherit;
}
.article_content h2 {
  font: 700 24px/1.2em Satoshi, sans-serif;
}
.article_content h3 {
  font-size: 18px;
}
.article_content a {
  color: #000;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.article_content a:hover {
  text-decoration: none;
}
.article_content img {
  max-width: 100%;
  height: inherit;
}
.article_content .wp-block-quote {
  font: 500 20px/1.5em "Libre Baskerville", serif;
  position: relative;
  margin: 10px 10px 10px 50px;
}
.article_content .wp-block-quote::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  content: url("/wp-content/themes/alebank/assets/images/quote.svg");
  background: #f3c125;
  border-radius: 50%;
  padding: 8px;
  left: -50px;
}
.article_content p {
  overflow-wrap: break-word;
}
.article_content ul {
  list-style-type: disc;
}
.article_content ul li {
  margin-left: 20px;
  overflow-wrap: break-word;
}
.article_content.article_content::after {
  clear: both;
  display: block;
  content: "";
}
.article_content .wp-block-embed, .article_content .embed-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 20px 0 0;
}
.article_content .wp-block-embed iframe, .article_content .embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.article_content .wp-block-embed .wp-block-embed__wrapper, .article_content .embed-video .wp-block-embed__wrapper {
  position: unset;
}
.article_content table {
  max-width: 100% !important;
  display: block;
  table-layout: fixed;
  word-wrap: break-word;
  overflow: scroll;
  box-sizing: border-box;
}

.article-below {
  font: 400 14px/1.5em Satoshi, sans-serif;
  background: #fff;
  margin: 20px 10px;
  color: #000;
}

.article-below_social {
  border-top: 2px solid #CFCFE0;
  padding-top: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFE0;
  margin-bottom: 15px;
}

.article-below_title {
  display: block;
  font: 700 16px/1.5em Satoshi, sans-serif;
}

.article-below_author {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #ccc;
}
.article-below_author a {
  color: #000;
  text-decoration: underline;
  text-decoration: underline;
}
.article-below_author a:hover {
  text-decoration: none;
}

.article-below_social-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px 10px 0;
}

.article-below_tags {
  border-bottom: 1px solid #CFCFE0;
  padding-bottom: 30px;
  padding-top: 30px;
}
.article-below_tags a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #CFCFE0;
  border-radius: 20px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  color: #000;
  transition: all 0.2s ease;
}
.article-below_tags a:hover {
  background: #1B1361;
  color: #fff;
}

.section-inner-title {
  padding-top: 20px;
}

.section-inner-title_h3 {
  font: 700 28px/1.2em Satoshi, sans-serif;
  margin: 0 20px;
}

.single-quote .article_content {
  text-align: center;
}
.single-quote .article_image-caption {
  display: none;
}
.single-quote .article_quote_link {
  display: block;
  background: #000;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
}
.single-quote .article_quote_link:hover {
  background: #1B1361;
}

.article-audio {
  background: #f3f2ed;
  text-align: center;
  padding: 20px 0 15px;
  margin: 20px 0;
}
.article-audio audio {
  border: 1px solid #CFCFE0;
  border-radius: 30px;
  width: 90%;
  height: 40px;
  box-shadow: 0 0 8px #1B1361;
}

.article-chart {
  margin: 20px 0;
}

.article-chart-infogram {
  padding-bottom: 20px;
}

.article-chart-image {
  padding-bottom: 20px;
  width: 100%;
  height: auto;
}

.article-chart-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}

.article-below_related {
  margin-top: 0 !important;
}
.article-below_related .section-inner-title {
  margin-bottom: 30px;
}
.article-below_related .section-inner-title_h3 {
  margin: 0;
}

@media only screen and (min-width: 780px) {
  .article_image {
    margin-bottom: 50px;
  }
  .single-quote .article_image {
    float: left;
    max-width: 300px;
    margin: 0 40px 20px 0;
  }
  .single-quote .article_image img {
    object-fit: cover;
    width: 220px;
    height: 220px;
    border-radius: 50%;
  }
  .single-quote .article_quote {
    margin: 40px 0 0;
    font-size: 24px;
    line-height: 1.6em;
  }
  .single-quote .article_quote_link {
    display: inline-block;
  }
  .article_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .article_content .wp-block-quote {
    font-size: 26px;
    padding-left: 30px;
  }
  .article_content .wp-block-quote::before {
    width: 34px;
    height: 34px;
    text-align: center;
    margin-top: -5px;
  }
  .article-below_title {
    display: inline-block;
    width: 160px;
    flex: 0 0 160px;
  }
  .article-below_tags {
    display: flex;
  }
  .article-below_tags a {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .post {
    margin: 0;
  }
  .article-below {
    margin: 50px 0;
  }
}
.buy-info {
  background: #f3f2ed;
  clear: both;
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px -10px;
  justify-content: space-around;
}
.buy-info .wp-dialog {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  max-width: 300px;
  box-shadow: 0 0 10px #ccc;
  text-align: center;
  position: relative;
}
.buy-info .wp-dialog a {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.buy-info .wp-dialog input[type=text] {
  margin: 10px 0;
  padding: 6px;
  vertical-align: middle;
}
.buy-info .wp-dialog input[type=submit] {
  box-sizing: border-box;
  background: #000;
  border: 0;
  margin-top: 15px;
  font: 700 13px/1.4em Satoshi, sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  max-width: 480px;
  cursor: pointer;
}
.buy-info .wp-dialog input[type=submit]:hover {
  background: #1B1361;
}

.buy-info-content {
  flex-basis: 100%;
}

@media only screen and (min-width: 780px) {
  .buy-info {
    margin: 20px 0;
  }
}
.section_title {
  font: 700 28px/1.4em Satoshi, sans-serif;
  margin: 20px 30px;
  overflow-wrap: break-word;
}

.category-page .category_elem {
  margin: 20px 10px;
}
.category-page .category_elem_image-link {
  float: right;
}
.category-page .category_elem_image-img {
  max-width: 130px;
  height: inherit;
  display: block;
  margin-left: 10px;
  float: right;
  border-radius: 6px;
}
.category-page .category_elem_p p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: 500 15px/1.4em Satoshi, sans-serif;
  color: #666;
}
.category-page .category_elem_description {
  position: relative;
}
.category-page .category_elem_category,
.category-page .category_elem_date {
  font: 500 14px/1.4em Satoshi, sans-serif;
  color: #666;
  display: block;
}
.category-page .category_elem_title {
  font: 700 16px/1.2em Satoshi, sans-serif;
  margin-top: 20px;
}
.category-page .category_elem_title_link {
  color: #000;
}
.category-page .category_elem_title_link:hover .category_elem_title {
  text-decoration: underline;
}
.category-page .category_elem_see-all {
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: -30px;
  font-size: 12px;
}

@media only screen and (min-width: 780px) {
  .category-page .category_elem {
    padding: 0;
    margin: 30px 0;
  }
  .category-page .category_elem_title_link {
    display: flex;
  }
  .category-page .category_elem_image-img {
    float: none;
    margin: 0;
    flex: 0 0 370px;
    max-width: inherit;
    align-self: center;
  }
  .category-page .category_elem_description {
    padding: 10px 20px;
  }
  .category-page .category_elem_category {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
  }
  .category-page .category_elem_date {
    display: inline-block;
  }
  .category-page .category_elem_title {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 14px;
  }
  .category-page .category_elem_p p {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
  .category-page .category_elem_see-all {
    right: 20px;
    bottom: 10px;
  }
  .section_title {
    font-size: 40px;
    margin: 0;
  }
}
.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.card {
  flex: 1 1 100%;
}

.card_image {
  position: relative;
}
.card_image img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.card_image .card_image_audio {
  position: absolute;
  left: -16px;
  bottom: 30px;
  width: 139px;
  height: 39px;
  object-fit: contain;
}

.card_author {
  display: flex;
  gap: 12px;
  margin: 12px 0 0;
  color: #000;
  align-items: center;
}
.card_author .card_author_imgcontainer_img {
  border-radius: 50%;
}
.card_author .card_author_desc_name {
  font: 700 14px/1.2em Satoshi, sans-serif;
  margin-bottom: 4px;
}
.card_author .card_author_desc_title {
  font: 400 14px/1.2em Satoshi, sans-serif;
}

.card_title {
  font: 500 17px/1.2em Satoshi, sans-serif;
  color: #000;
  padding-top: 20px;
}
.card_title .card_category {
  display: none;
}

.display-categories .card_title .card_category,
.columns-1.cards .card_title .card_category {
  display: block;
  text-transform: uppercase;
  color: #1527bf;
  font: 700 13px/1.2em Satoshi, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.card_lead {
  font: 400 16px/1.2em Satoshi, sans-serif;
  color: #000;
  margin-bottom: 20px;
}

.section-SG-reports img {
  border: 1px solid #ccc;
  max-height: 540px;
}

.section-SG-reports-rotator {
  position: relative;
  overflow: hidden;
}
.section-SG-reports-rotator .cards {
  position: relative;
  min-height: 620px;
}
.section-SG-reports-rotator .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.section-SG-reports-rotator .card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.card-horizontal a {
  display: flex;
  gap: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.card-horizontal img {
  width: 114px;
  height: 64px;
  margin-bottom: 20px;
}
.card-horizontal .card_title {
  font-size: 17px;
  padding: 0;
}

@media (min-width: 780px) {
  .cards {
    flex-wrap: nowrap;
    gap: 30px;
    clear: both;
  }
  .card_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .card:hover .card_title span {
    text-decoration: underline;
  }
  .section-SG-reports .card_title {
    font-size: 20px;
  }
  .small-3-items .card_title {
    font-size: 17px;
  }
  .card-big {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 30px;
  }
  .card-big .card_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .card-big .card_lead {
    font-size: 18px;
  }
  .columns-1.cards {
    flex-wrap: wrap;
    gap: 0;
  }
  .columns-1.cards a {
    padding-top: 20px;
  }
  .columns-2.cards {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
    justify-content: space-between;
    gap: 20px 40px;
  }
  .columns-2.cards .card {
    flex: 0;
    flex-basis: calc(50% - 20px);
    border-bottom: 1px solid #CFCFE0;
  }
  .columns-2.cards .card a {
    border-top: none;
  }
  .columns-2.cards > :nth-last-child(2), .columns-2.cards > :last-child {
    border: none;
    padding-bottom: 0;
  }
  .columns-3 {
    flex-wrap: wrap;
  }
  .columns-3 .card {
    flex: 1 1 30%;
  }
  .columns-4 {
    flex-wrap: wrap;
    gap: 1%;
    justify-content: left;
  }
  .columns-4 .card {
    flex: 0 1 24%;
  }
  .card-horizontal a {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .card-horizontal .card_image {
    order: 1;
  }
  .card-horizontal img {
    width: 136px;
    height: 76px;
    margin-bottom: 20px;
  }
  .card-horizontal .card_title {
    font-size: 17px;
    padding: 0;
  }
}
.cards-verticals {
  gap: 15px;
  padding: 5px 0;
}
.cards-verticals .card {
  position: relative;
}
.cards-verticals .card:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.cards-verticals .cards-verticals_a {
  display: flex;
  gap: 15px;
}
.cards-verticals .elem-category-color {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 130px;
}
.cards-verticals .cards-verticals_description {
  padding: 0 0 10px;
}
.cards-verticals .card_category {
  text-transform: uppercase;
  color: #1527bf;
  font: 700 13px/1.2em Satoshi, sans-serif;
  letter-spacing: 1px;
}
.cards-verticals .card_title {
  padding-top: 0;
  padding-bottom: 10px;
}
.cards-verticals .card_image {
  flex: 0 0 115px;
}

@media (min-width: 780px) {
  .cards.cards-verticals {
    max-width: 1280px;
    margin: 0 auto;
    gap: 30px;
    padding: 30px 0;
  }
  .cards.cards-verticals .card {
    border: none;
    position: relative;
  }
  .cards.cards-verticals .cards-verticals_description {
    padding: 15px 0 0;
  }
  .cards.cards-verticals .elem-category-color {
    font-size: 15px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cards.cards-verticals .card_title {
    margin: 15px 0 0;
    font-size: 17px;
  }
  .cards.cards-verticals .cards-verticals_a {
    display: block;
  }
}
.list {
  padding: 20px 0;
}

.list_item {
  padding: 8px 0;
  color: #000;
  font: 400 18px/1.2em Satoshi, sans-serif;
  display: flex;
}

.list_item::before {
  content: "  ";
  background-color: #1B1361;
  width: 9px;
  height: 18px;
  margin: 2px 20px 0 0;
}

.list_item a {
  color: #000;
}
.list_item a:hover {
  text-decoration: underline;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
}

.section-title_h2 {
  font: 500 26px/1.2em Satoshi, sans-serif;
  color: #000;
  margin: 0 20px;
  padding: 0 0 0 5px;
}
.section-title_h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2229%22%20viewBox%3D%220%200%2017%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.821%2015.6386C16.1357%2015.3365%2016.3125%2014.927%2016.3125%2014.5C16.3125%2014.073%2016.1357%2013.6635%2015.821%2013.3614L2.3758%200.47122C2.06068%200.169482%201.63352%200%201.18814%200C0.742772%200%200.31561%200.169482%200.00048826%200.47122L0.00048701%2028.5288C0.315609%2028.8305%200.742771%2029%201.18814%2029C1.63352%2029%202.06068%2028.8305%202.3758%2028.5288L15.821%2015.6386Z%22%20fill%3D%22%230B5BF7%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section-title_h2_link {
  color: #000;
}
.section-title_h2_link:hover {
  color: #1B1361;
}

.section_description {
  margin: 10px 30px;
}

.section-partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin: -5px 0 0;
  background: #fff;
  padding: 15px 20px 0;
}

.bik-banner {
  background-color: #0041E1;
  color: white;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.bik-banner a, .bik-banner a:hover {
  color: white;
  text-decoration: none;
}
.bik-banner svg {
  fill: white;
  margin-bottom: 15px;
}

.section-partner_span {
  font: 700 16px/1.2em Satoshi, sans-serif;
}

.section-partner_link {
  display: inline-block;
  background: #fff;
  padding: 10px 8px;
  margin: 4px 0 4px 10px;
}

.section-partner_logo {
  max-height: 16px;
  width: inherit;
  display: block;
}

.section-green .section-partner {
  padding: 10px;
}

@media only screen and (min-width: 780px) {
  .section-title_h2 {
    font-size: 36px;
  }
  .section_description {
    margin: 10px 0;
  }
  .section-partner,
  .section-green .section-partner {
    float: right;
    max-width: 31%;
    right: 0;
    margin: -67px 0 0 10px;
    padding: 0 0 0 20px;
  }
  .section-partner_span {
    margin-right: 10px;
  }
  .section-partner_logo {
    max-height: 25px;
  }
}
.module-issue-bank {
  margin-top: 40px;
  position: relative;
}

.module_title {
  font: 700 26px/0.5em Satoshi, sans-serif;
}

.module_title--issue {
  padding-left: 110px;
  margin: 30px 0;
}

.module_title_issue {
  position: absolute;
  max-width: 68px;
  margin: -55px 0 0;
  left: 20px;
}

@media (min-width: 780px) {
  .module-issue-bank .card_title {
    height: 4em;
  }
}
#newsletter {
  background: #1B1361;
  padding: 20px 20px 0;
  position: relative;
  overflow: hidden;
}

.newsletter {
  max-width: 1280px;
  margin: 20px auto;
  padding: 20px 0 50px;
  font: 400 16px/1.4em Satoshi, sans-serif;
}

.newsletter_title {
  font: 400 26px/1em Satoshi, sans-serif;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
}

.newsletter_description {
  font: 400 18px/1.4em Satoshi, sans-serif;
  max-width: 580px;
}

.newsletter_input-email {
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0 30px;
  border: 1px solid #000;
  padding: 8px 15px;
  font: 500 16px/1.4em Satoshi, sans-serif;
  color: #888;
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.newsletter_button {
  width: 100%;
  box-sizing: border-box;
  background: #8F7852;
  border: 0;
  margin: 45px auto 0;
  font: 700 13px/1.4em Satoshi, sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  max-width: 480px;
  cursor: pointer;
  display: block;
}
.newsletter_button:hover {
  background: #000;
}

.newsletter-message {
  display: inline-block;
  margin: 30px 0 10px;
  background: #bbb;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
}

.newsletter-success {
  background: #a2dd87;
}

.newsletter-error {
  background: #ffbcbc;
}

.newsletter .input_checkbox_label {
  color: #fff;
}

@media only screen and (min-width: 780px) {
  #newsletter:before {
    content: url("/wp-content/themes/alebank/assets/images/nw_bg.png");
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #newsletter:after {
    content: url("/wp-content/themes/alebank/assets/images/nw_bg.png");
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: scaleX(-1);
  }
  .newsletter {
    margin: 0 auto;
    max-width: 850px;
  }
  .newsletter_title {
    font-size: 40px;
  }
}
.form-module {
  margin: 20px 10px;
}

.form-module_form {
  background: #fff;
  padding: 25px 20px;
}

.form-title {
  margin-top: 0;
  font: 700 28px/1.2em Satoshi, sans-serif;
}

.form_label {
  font: 500 15px/1.2em Satoshi, sans-serif;
}

.form_input {
  background: #fff;
  border: 1px solid #000;
  margin-top: 5px;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}

.login-form_p {
  margin: 10px 0;
}

.form-submit {
  width: 100%;
  box-sizing: border-box;
  background: #000;
  border: 0;
  margin-top: 15px;
  font: 700 13px/1.4em Satoshi, sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  max-width: 480px;
}

.form_remmember-password {
  text-align: center;
  margin-top: 25px;
  font: 500 16px/1.2em Satoshi, sans-serif;
}

.form_remmember-password_link {
  display: block;
  color: #000;
  text-decoration: underline;
}

.form-error {
  text-align: center;
  color: #fff;
  margin: 10px;
}
.form-error strong {
  font-size: 18px;
}
.form-error p {
  margin: 2px 0;
  font-weight: 700;
  background: #cd5c5c;
  padding: 10px;
  border-radius: 5px;
}

.form-logout {
  color: #000;
  text-decoration: underline;
}

.input_checkbox_label {
  margin: 15px 0;
  display: flex;
  cursor: pointer;
  line-height: 1.4em;
}

.input_checkbox {
  appearance: none;
  background-color: #fff;
  margin: -1px 15px 0 0;
  font: inherit;
  color: currentcolor;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
.input_checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #1527bf;
}

.input_checkbox:checked::before {
  transform: scale(1);
}

.input_checkbox:checked {
  border-color: #1527bf;
}

.form-module--register_newsletter {
  background: #f3f2ed;
  margin: 25px -15px;
  padding: 20px 15px;
}

.login-form_p--marketing {
  font-size: 15px;
}

.form-module--register_description {
  font: 400 13px/1.2em Satoshi, sans-serif;
  color: #555;
  margin-bottom: 30px;
}

.form-module--register_backtologin {
  font: 500 16px/1.2em Satoshi, sans-serif;
  margin: 30px 0 0;
  text-align: center;
  color: #000;
  display: block;
}

@media only screen and (min-width: 780px) {
  .form-module {
    max-width: 680px;
    margin: 20px auto;
    box-sizing: border-box;
  }
  .form-module_form {
    padding: 50px 100px;
  }
  .form-submit {
    cursor: pointer;
  }
  .form-submit:hover {
    background: #1B1361;
  }
  .form_remmember-password_link {
    display: inline;
  }
  .form_remmember-password_link:hover {
    text-decoration: none;
    color: #1B1361;
  }
  .form-module--register_newsletter {
    margin: 25px -90px;
    padding: 20px 90px;
  }
}
.pagination-wrapper {
  margin: 30px;
  font: 700 13px/1.2em Satoshi, sans-serif;
}
.pagination-wrapper .pagination {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.pagination-wrapper .page-numbers:not(.dots) {
  display: inline-block;
  margin: 10px 0 0;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 2.5em;
  padding: 0 16px;
  height: 2.5em;
  text-align: center;
  border: 1px solid #000;
}
.pagination-wrapper .page-numbers:not(.dots).current {
  background: #000;
  color: #fff;
}
.pagination-wrapper .next .see-all {
  margin-left: -12px;
}
.pagination-wrapper .prev .see-all {
  margin-left: -8px;
}
.pagination-wrapper .prev .see-all::after {
  transform: rotate(180deg);
  top: 5px;
  margin-left: 8px;
}
.pagination-wrapper .dots {
  margin: 10px;
}

@media only screen and (min-width: 780px) {
  .pagination-wrapper {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination-wrapper .pagination {
    gap: 10px;
    justify-content: flex-start;
  }
  .pagination-wrapper .page-numbers:not(.dots) {
    margin: 0;
    font-size: 16px;
  }
  .pagination-wrapper .page-numbers:not(.dots):hover {
    background: #000;
    color: #fff;
  }
  .pagination-wrapper .page-numbers:not(.dots):hover .see-all::after {
    border-color: #fff;
  }
  .pagination-wrapper .pagination-numbers {
    flex: 0 0 130px;
    font-size: 14px;
  }
}
.other-posts-widget {
  background: #EAEAF3;
  padding: 20px;
  margin: 0 -10px;
}

.other-posts-title {
  font: 700 20px/1.2em Satoshi, sans-serif;
  margin: 0 0 12px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #000;
}

.other-post-list {
  margin: 0;
  padding: 0;
}
.other-post-list .list_item {
  margin-left: 0;
}
.other-post-list .list_item::before {
  margin: 0 12px 0 0;
}
.other-post-list a {
  font: 500 15px/1.2em Satoshi, sans-serif;
  text-decoration: none;
}
.other-post-list a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 780px) {
  .other-posts-widget {
    max-width: 340px;
    float: right;
    clear: right;
    margin: 0 0 20px 20px;
  }
  .other-posts-title {
    font-size: 22px;
  }
  .other-post-list a {
    font-size: 18px;
  }
}
.partner-section {
  background: #fff;
  text-align: center;
  padding-bottom: 1px;
  margin-bottom: 30px;
}

.partner-section_title {
  font: 700 18px/1.2em Satoshi, sans-serif;
  padding: 10px 0;
  overflow-wrap: break-word;
  border-bottom: 1px solid #CFCFE0;
  padding-bottom: 15px;
  text-align: left;
}

.partner-section_link {
  display: block;
  max-width: 100%;
  margin: 35px 25px;
  box-sizing: border-box;
}

.partner-section_logo {
  display: block;
  margin: 0 auto;
  max-width: 220px;
  max-height: 70px;
  height: auto;
  width: auto;
}

#mobile-partner-section {
  margin: 20px 0;
  clear: both;
}

.single-partner .partner {
  background: #fff;
  padding: 20px;
}

.content-area.shop {
  font: 500 16px/1.2em Satoshi, sans-serif;
  background: #fff;
  margin: 10px;
  padding: 20px;
}
.content-area.shop h1 {
  font-size: 34px;
  line-height: 1.2em;
  margin: 0 0 10px;
}
.content-area.shop .column-6 {
  text-align: center;
}
.content-area.shop .bold {
  font-weight: 700;
}
.content-area.shop .add-btn {
  box-sizing: border-box;
  background: #000;
  border: 0;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
  max-width: 480px;
  cursor: pointer;
}
.content-area.shop .add-btn:hover {
  background: #1B1361;
}
.content-area.shop .position-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content-area.shop .count {
  display: none;
}
.content-area.shop .promo-code {
  display: none;
}
.content-area.shop .dialog {
  display: none;
}
.content-area.shop .login-btn {
  display: none;
  text-align: center;
  margin: 10px 0;
  color: #000;
  text-decoration: none;
}
.content-area.shop .login-btn:hover {
  text-decoration: underline;
}
.content-area.shop #submit_btn {
  box-sizing: border-box;
  width: 100%;
  background: #000;
  border: 0;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
  max-width: 480px;
  cursor: pointer;
}
.content-area.shop #submit_btn:hover {
  background: #1B1361;
}
.content-area.shop table:not(.delivery) {
  font-size: 13px;
  border-color: #ccc !important;
}
.content-area.shop table:not(.delivery) tr:nth-child(2n-1) {
  background: #f8f8f8;
}
.content-area.shop table:not(.delivery) tr:nth-child(1) {
  background: #eee;
}
.content-area.shop table:not(.delivery) td {
  vertical-align: top;
  padding: 0 0 10px !important;
}
.content-area.shop table:not(.delivery) td:nth-child(1) {
  text-align: right;
}
.content-area.shop .delivery {
  width: 100%;
  font-size: 15px;
}
.content-area.shop .delivery tr {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding-bottom: 10px;
}
.content-area.shop .delivery th {
  width: 100%;
}
.content-area.shop .delivery td {
  width: 100%;
}
.content-area.shop .delivery input,
.content-area.shop .delivery textarea {
  background: #fff;
  border: 1px solid #000;
  margin-top: 5px;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}
.content-area.shop .goback {
  color: #000;
  font-size: 14px;
}
.content-area.shop form:not(.form-sklep) input[type=submit] {
  background: url("/wp-content/themes/alebank/assets/images/payu.png") 0 0/contain no-repeat !important;
  width: 200px;
  height: 40px !important;
  border: 0;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.page-id-211295 {
  max-width: 100%;
  padding: 0;
  margin: 0 !important;
  background: #eaeaf3;
}
.page-id-211295 h1 {
  margin: 10px;
  font-size: 20px;
}
.page-id-211295 .ab-leftcol {
  max-width: 680px;
  margin: 20px auto;
  box-sizing: border-box;
}
.page-id-211295 .ab-leftcol a {
  display: inline-block;
  margin: 10px;
}
.page-id-211295 .login-form {
  background: #fff;
  padding: 5px 20px;
  margin: 10px;
}
.page-id-211295 .login-form p {
  margin: 10px 0 !important;
}
.page-id-211295 .login-form label {
  font: 500 15px/1.2em Satoshi, sans-serif;
}
.page-id-211295 .login-form input[type=text] {
  background: #fff;
  border: 1px solid #000;
  margin-top: 5px;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
}
.page-id-211295 .login-form input[type=submit] {
  width: 100%;
  box-sizing: border-box;
  background: #000;
  border: 0;
  margin-top: 15px;
  font: 700 13px/1.4em Satoshi, sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 1px;
  max-width: 480px;
  cursor: pointer;
}
.page-id-211295 .login-form input[type=checkbox] {
  margin-right: 10px;
}

@media only screen and (min-width: 780px) {
  .content-area.shop {
    max-width: 1280px;
    margin: 30px auto;
  }
  .content-area.shop .position-list {
    flex-direction: initial;
    justify-content: center;
  }
  .content-area.shop .position-list .column-6 {
    margin: 0 50px;
  }
  .content-area.shop .position-list .cover {
    min-height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-area.shop .delivery {
    width: 60%;
    margin: 0 auto;
  }
  .content-area.shop .delivery tr {
    display: block;
  }
  .content-area.shop .delivery th {
    width: 315px;
    text-align: right;
    padding-right: 10px;
  }
  .content-area.shop .delivery td {
    width: 300px;
  }
  .content-area.shop ul a {
    color: #000;
    text-decoration: underline;
  }
  .page-id-211295 .login-form {
    padding: 50px 100px;
  }
}
.page-id-341243 .page-wide .page-wide_title {
  line-height: 1.2em;
}
.page-id-341243 .page-wide .wp-block-columns {
  background: #fff;
  padding: 20px;
  display: flex;
}
.page-id-341243 .page-wide .wp-block-columns .wp-block-column:nth-child(1) {
  order: 2;
}
.page-id-341243 .page-wide .wp-block-columns .wp-block-column:nth-child(2) {
  order: 1;
}
.page-id-341243 .page-wide h3 {
  margin-top: 0;
  font-size: 22px;
}
.page-id-341243 .page-wide p {
  font-size: 18px;
}
.page-id-341243 .page-wide em a {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  font-style: normal;
}
.page-id-341243 .page-wide img {
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc;
}

@media only screen and (min-width: 780px) {
  .page-id-341243 .page-wide {
    max-width: 1080px;
  }
  .page-id-341243 .page-wide .wp-block-columns .wp-block-column:nth-child(1) {
    order: 1;
    max-width: 370px;
  }
  .page-id-341243 .page-wide .wp-block-columns .wp-block-column:nth-child(2) {
    order: 2;
  }
  .page-id-341243 .page-wide h3 {
    margin-top: 10px;
    font-size: 26px;
  }
  .page-id-341243 .page-wide p {
    font-size: 22px;
  }
  .page-id-341243 .page-wide em a {
    margin-top: 30px;
  }
  .page-id-341243 .page-wide img {
    max-width: 330px;
  }
}
.page-id-212806 .page-wide,
.page-id-2 .page-wide,
.page-id-218359 .page-wide,
.page-id-220727 .page-wide {
  font: 400 18px/1.4em Satoshi, sans-serif;
}

.page-id-220727 .page-wide h3 {
  background: #fff;
  padding: 20px;
  margin: 0;
}
.page-id-220727 .page-wide h3 a {
  text-decoration: none;
}
.page-id-220727 .page-wide h3 a:hover {
  text-decoration: underline;
}
.page-id-220727 .page-wide p {
  background: #fff;
  padding: 20px;
  margin-top: 0;
}
.page-id-220727 .page-wide .wp-block-image {
  background: #fff;
  text-align: center;
  margin: 0;
}
.page-id-220727 .page-wide .alignright {
  margin: 0;
  float: none;
  text-align: center;
  display: block;
  padding: 20px 0;
}

@media only screen and (min-width: 780px) {
  .page-id-212806 .page-wide,
  .page-id-2 .page-wide,
  .page-id-218359 .page-wide,
  .page-id-220727 .page-wide {
    max-width: 860px;
    margin: 0 auto;
    font-size: 20px;
  }
  .page-id-220727 .page-wide h3 {
    position: absolute;
    margin-left: 230px;
  }
  .page-id-220727 .page-wide .wp-block-image {
    margin: 70px 50px 50px;
    float: left;
  }
  .page-id-220727 .page-wide p {
    padding: 60px 30px 30px 250px;
  }
}
.category-bank_banner {
  background: #fff;
  font: 500 16px/1.2em Satoshi, sans-serif;
  padding: 20px 20px 0;
}

.category-bank_banner_title {
  font: 500 26px/1.2em Satoshi, sans-serif;
  margin-top: 0;
}

.category-bank_banner_mobile {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.category-bank_banner-bg {
  max-width: 300px;
  margin: 30px auto 0;
  display: block;
}

.category-bank_banner-button {
  max-height: 45px;
}

.category-bank_submenu {
  background: #fff;
  margin: 0;
  padding: 0 10px;
  box-shadow: 0 6px 7px #ccc;
  text-align: center;
}

.category-bank_submenu_link {
  font: 700 16px/1.2em Satoshi, sans-serif;
  color: #000;
  display: inline-block;
  padding: 15px 5px;
  margin: 0 10px;
}
.category-bank_submenu_link p {
  margin: 0;
}
.category-bank_submenu_link.active {
  border-bottom: 3px solid #1527bf;
}

.category-bank_title {
  margin: 10px 30px;
  font: 500 30px/1.2em Satoshi, sans-serif;
}

.category-bank {
  font: 500 16px/1.2em Satoshi, sans-serif;
}
.category-bank .art_lead {
  padding-top: 10px;
  font-size: 0;
}
.category-bank .art_lead a {
  display: block;
  font: 500 28px/1.2em Satoshi, sans-serif;
  color: #000;
}

.category-bank article,
.category-description {
  background: #fff;
  margin: 5px 10px;
  padding: 0 20px;
}
.category-bank article .art_lead,
.category-description .art_lead {
  padding-top: 10px;
  font-size: 0;
}
.category-bank article .art_lead a,
.category-description .art_lead a {
  display: block;
  font: 500 28px/1.2em Satoshi, sans-serif;
  color: #000;
}
.category-bank article li a,
.category-description li a {
  display: block;
  padding: 0 0 0 30px;
  font: 500 16px/1.2em Satoshi, sans-serif;
  color: #000;
}
.category-bank article li a::before,
.category-description li a::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1527bf;
  margin-left: -25px;
  border-radius: 50%;
  margin-top: 6px;
}
.category-bank article li audio,
.category-description li audio {
  height: 40px;
}
.category-bank article li::marker,
.category-description li::marker {
  color: transparent;
}
.category-bank article hr,
.category-description hr {
  clear: both;
}
.category-bank article img,
.category-description img {
  max-width: 270px;
  display: block;
  margin: 10px auto !important;
  padding: 5px;
  border: 1px solid #ccc !important;
  box-shadow: 0 0 5px #ccc;
  float: none !important;
}
.category-bank article h4 a,
.category-bank article .art_autor a,
.category-description h4 a,
.category-description .art_autor a {
  color: #000;
  text-decoration: underline;
}
.category-bank article h4 a:hover,
.category-bank article .art_autor a:hover,
.category-description h4 a:hover,
.category-description .art_autor a:hover {
  text-decoration: none;
}

.category-edition {
  margin-bottom: 25px;
}

@media only screen and (min-width: 780px) {
  .category-bank_banner_container {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    padding-left: 600px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .category-bank_banner-bg {
    max-width: 450px;
    position: absolute;
    left: 50px;
    bottom: 0;
    max-height: 100%;
  }
  .category-bank_banner_container_block {
    max-width: 480px;
  }
  .category-bank_banner_title {
    font: 700 32px/1.2em Satoshi, sans-serif;
  }
  .category-bank_banner_description {
    font: 500 20px/1.2em Satoshi, sans-serif;
  }
  .category-bank_banner_mobile {
    display: block;
    padding-bottom: 40px;
  }
  .category-bank_banner_mobile a {
    margin-right: 20px;
  }
  .category-bank_submenu {
    margin-bottom: 50px;
  }
  section.category-bank,
  .category-description {
    max-width: 1080px;
    margin: 0 auto;
  }
  section.category-bank .category-bank_title,
  .category-description .category-bank_title {
    font-size: 44px;
    margin: 20px;
    font-weight: 700;
  }
  section.category-bank .art_lead img,
  .category-description .art_lead img {
    float: left !important;
    margin-right: 40px !important;
  }
  section.category-bank li,
  .category-description li {
    margin-left: 320px;
    list-style-type: none;
  }
}
.category-description {
  padding: 20px 20px 10px;
  margin-bottom: 25px;
}
.category-description hr {
  display: none;
}

.subscription {
  font: 400 18px/1.4em Satoshi, sans-serif;
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
}
.subscription table {
  display: inline-block;
  background: #fff;
  margin: 0 -20px !important;
  width: calc(100% + 40px) !important;
  font: 400 14px/1.2em Satoshi, sans-serif;
}
.subscription table img {
  max-width: 100%;
  height: inherit;
}
.subscription a {
  color: #000;
  text-decoration: underline;
}
.subscription a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 780px) {
  .subscription {
    font: 400 18px/1.4em Satoshi, sans-serif;
  }
  .subscription table {
    font: 400 18px/1.2em Satoshi, sans-serif;
    padding: 20px 30px;
  }
}
.institution-managment {
  font: 700 20px/1.4em Satoshi, sans-serif;
  margin: 5px 0;
  text-align: center;
}

.institution-managment-desc {
  font: 400 14px/1.4em Satoshi, sans-serif;
  color: #888;
  margin: 5px 0;
  text-align: center;
}

.institution-managment_link {
  display: flex;
  flex-wrap: none;
  align-items: center;
  gap: 20px;
  margin: 25px 10px 40px;
  color: #000;
}
.institution-managment_link img {
  max-width: 140px;
  height: inherit;
  border-radius: 50%;
  flex-shrink: 0;
}
.institution-managment_link h4 {
  margin: 0 0 10px;
  font-size: 18px;
}
.institution-managment_link p {
  margin: 2px 0;
  color: #888;
  font-size: 14px;
}

.institution-see-all {
  color: #000;
  float: right;
  font-size: 16px;
}

@media only screen and (min-width: 780px) {
  .institution-managment {
    font-size: 30px;
  }
}
.error404 article {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.error404 article a {
  display: inline-block;
  margin: 20px 0 0;
  color: #fff;
  background: #000;
  padding: 10px 50px;
  font-size: 18px;
}
.error404 article a:hover {
  background: #1B1361;
}

.sdm_downloads,
.single-sdm_downloads .sdm_downloads {
  background: #fff;
  padding: 20px;
}

.sdm_downloads .category_elem_category {
  display: none;
}

.sdm_downloads .category_elem_description {
  width: 100%;
}

.sdm_downloads .category_elem_p {
  padding-bottom: 1em;
}

.sidebar-quote {
  margin: 20px;
  padding: 60px 30px 10px;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.sidebar-quote .sidebar-quote_content {
  color: #000;
  font: 400 20px/1.4em Georgia, serif;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
.sidebar-quote .sidebar-quote_content:hover {
  text-decoration: underline;
}
.sidebar-quote .quote-svg {
  position: absolute;
  left: 0;
  top: 20px;
}
.sidebar-quote .sidebar-quote_author-desc-container {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-quote .sidebar-quote_author-container {
  color: #000;
  margin: 25px 0 0;
  padding-bottom: 20px;
  font: 400 15px/1.4em Satoshi, sans-serif;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.sidebar-quote .sidebar-quote_author-name {
  font-size: 16px;
  font-weight: 700;
}
.sidebar-quote .sidebar-quote_author-desc {
  font: 400 15px/1.4em Satoshi, sans-serif;
}
.sidebar-quote .sidebar-quote_author-image {
  width: 75px;
  height: 75px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.page-id-442334 .category_elem,
.page-id-446931 .category_elem,
.page-id-442334 .category_elem {
  background: #fff;
  padding: 20px;
}
.page-id-442334 .category_elem_image-img,
.page-id-446931 .category_elem_image-img,
.page-id-442334 .category_elem_image-img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 100px;
}
.page-id-442334 p,
.page-id-446931 p,
.page-id-442334 p {
  font: 400 23px/1.4em Georgia, serif;
}
.page-id-442334 .category_elem_description,
.page-id-446931 .category_elem_description,
.page-id-442334 .category_elem_description {
  padding-top: 20px;
  font-size: 18px;
}

.page-id-446931 .category_elem_image-img {
  max-width: 280px;
  float: none;
  margin: 0 auto;
}
.page-id-446931 p {
  font-size: 16px;
  color: #444;
}
.page-id-446931 h2 {
  margin-top: 0;
  text-align: center;
}

@media only screen and (min-width: 780px) {
  .sidebar-quote {
    margin: 20px 0;
  }
  .sidebar-quote .sidebar-quote_content {
    font-size: 24px;
  }
  .sidebar-quote .sidebar-quote_content p {
    padding: 0;
    margin: 0;
  }
  .page-id-442334 .category_elem_image-img,
  .page-id-446931 .category_elem_image-img {
    max-width: 180px;
  }
  .page-id-442334 .category_elem_description,
  .page-id-446931 .category_elem_description {
    padding-top: 0;
    padding-right: 0;
  }
  .page-id-442334 .category_elem_date,
  .page-id-446931 .category_elem_date {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #000;
  }
  .page-id-446931 .category_elem_image-img {
    max-width: 280px;
  }
  .page-id-446931 h2 {
    text-align: left;
  }
  .page-id-446931 p {
    font-size: 20px;
  }
}
.quote {
  font: 400 18px/1.5em Satoshi, sans-serif;
  background: #fff;
  margin: 20px 10px;
  padding: 20px;
  color: #000;
}

.quote .article_title {
  margin-top: 0;
}

.sidebar-chart {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}

.sidebar-infogram {
  padding-bottom: 20px;
}

.sidebar-chart-image {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.sidebar-chart-title {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
}

.sidebar-chart-title-link {
  color: #000;
}
.sidebar-chart-title-link:hover {
  text-decoration: underline;
}

.sidebar-chart-desc {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 20px;
}
.sidebar-chart-desc p:first-child {
  margin-top: 0;
}
.sidebar-chart-desc p:last-child {
  margin-bottom: 0;
}

.sidebar-chart-source {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.charts-on-front-page {
  background-color: rgb(240, 240, 246);
  padding: 24px 0;
  margin-top: 40px;
}

.charts-on-front-page_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
}

.charts-on-front-page_item {
  position: relative;
  height: 200px;
  width: 100%;
}

@media (min-width: 1280px) {
  .charts-on-front-page_container {
    flex-direction: row;
  }
  .charts-on-front-page_item {
    width: 30%;
  }
}
.edition {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  color: white;
  background: #222;
}
.edition a, .edition a:hover {
  color: white;
  text-decoration: none;
}
.edition ul {
  list-style-type: disc;
}
.edition ul > li {
  margin-left: 25px;
  margin-top: 15px;
}

.edition-content {
  font: 500 16px/1.4em Satoshi, sans-serif;
}
.edition-content figure.wp-block-audio {
  margin: 10px 0 10px 20px;
}
.edition-content .wp-block-audio audio {
  height: 20px;
  width: 300px;
  max-width: 100%;
  min-width: unset;
}

.edition-title {
  font: 700 22px/1.2em Satoshi, sans-serif;
  display: none;
}

.edition-image {
  display: none;
}
.edition-image img {
  width: 240px;
  height: auto;
}

.edition--white {
  flex-direction: column;
  background: #fff;
  padding: 20px;
}
.edition--white .edition-content {
  padding: 10px 0;
}
.edition--white .edition-content a, .edition--white .edition-content a:hover {
  color: #000;
}
.edition--white .edition-content .wp-block-audio audio {
  height: 40px;
}
.edition--white .edition-content ul {
  list-style-type: none;
}
.edition--white .edition-content li::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #1527bf;
  margin-left: -25px;
  border-radius: 50%;
  margin-top: 6px;
}
.edition--white .edition-image {
  display: block;
  text-align: center;
}
.edition--white .edition-image img {
  border: 1px solid #ccc !important;
  box-shadow: 0 0 5px #ccc;
  width: 270px;
}
.edition--white .edition-title {
  font: 500 28px/1.2em Satoshi, sans-serif;
  display: block;
  color: #000;
}

.category-bank .edition--white {
  margin: 5px 10px;
}

.user-edition-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.user-edition {
  width: 215px;
  color: black;
  text-align: center;
}
.user-edition img {
  border: 1px solid #ccc !important;
  box-shadow: 0 0 5px #ccc;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 780px) {
  .edition-title {
    display: block;
  }
  .edition-image {
    display: block;
  }
  .edition--white {
    flex-direction: row;
  }
}
.timer {
  display: flex;
  align-items: center;
}

.timer__title {
  display: none;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  padding-right: 30px;
}

.timer__item {
  padding: 20px;
  background-color: #C53129;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  min-width: 94px;
  gap: 5px;
}
.timer__item--rounded-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: rgba(255, 255, 255, 0.2) solid 2px;
}
.timer__item--rounded-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: rgba(255, 255, 255, 0.2) solid 2px;
}

.timer__number {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.timer__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

@media only screen and (min-width: 780px) {
  .timer__title {
    display: block;
  }
}
.latest-conferences {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1000;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.latest-conferences__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 30px;
  background: #fff;
  color: black;
  border-top: 1px solid #CFCFE0;
  padding: 12px;
  outline-offset: 12px;
}
.latest-conferences__item:first-child {
  border-top: none;
}
.latest-conferences__item:hover {
  background: #EAEAF3;
}

.latest-conferences .onhover {
  display: none;
}

.latest-conferences:hover .onhover {
  display: flex;
}

.latest-conferences__item a {
  color: black;
  display: block;
  min-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  padding-left: 45px;
  position: relative;
  padding: 12px 24px 46px 45px;
}

.latest-conferences__item a {
  background: #EAEAF3;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.latest-conferences__title {
  line-clamp: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-conferences__date {
  font-size: 13px;
  padding-top: 8px;
  display: block;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-conferences__arrow {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1B1361;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 2;
  box-sizing: border-box;
}

.latest-conferences__item .timer {
  margin-top: -34px;
  z-index: 1;
  width: calc(100% - 24px);
  margin-left: 24px;
}

.latest-conferences__item .timer__title {
  display: none !important;
}

.latest-conferences__item .timer__item--rounded-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.latest-conferences__item .timer__item--rounded-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
}

.latest-conferences__item .timer__item {
  background: #0DA296;
  padding: 10px;
  min-width: 60px;
  min-width: 33.3%;
  flex-direction: row;
}

.latest-conferences__item .timer__number {
  font-size: 14px;
}

.latest-conferences__item .timer__label {
  font-size: 14px;
}

@media only screen and (min-width: 780px) {
  .latest-conferences {
    width: auto;
  }
  .latest-conferences__item {
    flex-direction: row;
  }
  .latest-conferences__item a {
    min-width: 340px;
    padding: 12px 24px 12px 45px;
  }
  .latest-conferences__item a.colored {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
  }
  .latest-conferences__item .timer {
    display: flex;
    align-items: stretch;
    margin-top: unset;
    margin-left: unset;
    width: 100%;
  }
  .latest-conferences__item .timer__number {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .latest-conferences__item .timer__item {
    width: 60px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .latest-conferences__item .timer__item--rounded-right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.events-title {
  max-width: 1280px;
  margin: 30px auto 0;
  padding: 0;
  font: 700 24px/1.2em Satoshi, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1px;
}

.events {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}

.event {
  background-color: #fff;
  margin-bottom: 30px;
  color: #1B1361;
  box-sizing: border-box;
  transition: all 0.2s;
  border-radius: 20px;
  flex-shrink: 0;
}
.event .event_left {
  cursor: pointer;
  display: block;
  color: #1B1361;
  position: relative;
  background: #fff;
  border-radius: 20px;
}
.event .event_right {
  padding: 0 15px 15px;
  background: #fff;
  border-radius: 20px;
  display: none;
}
.event:hover {
  text-decoration: none;
}
.event:hover a {
  text-decoration: none;
}

.event_date {
  font: 500 16px/1.2em Satoshi, sans-serif;
  color: #1B1361;
  border-bottom: 1px solid #cfcfe0;
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 160px;
}

.event_counter {
  background: #0DA296;
  width: 137px;
  height: 60px;
  display: block;
  position: absolute;
  border-top-left-radius: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  padding-top: 20px;
}

.event_calendar {
  vertical-align: text-bottom;
}

.event_image {
  max-width: 330px;
  height: 120px;
  padding: 20px;
  object-fit: contain;
  margin: 40px auto;
  display: block;
  box-sizing: border-box;
}

.event_separator {
  height: 1px;
  border-bottom: 1px solid #CFCFE0;
}

.event_place {
  font: 700 12px/1.2em Satoshi, sans-serif;
  color: #888;
  text-align: left;
  display: flex;
  align-items: center;
  height: 60px;
  gap: 10px;
  border-top: 1px solid #CFCFE0;
  margin: 0 20px;
}

.event_title {
  font: 700 18px/1.2em Satoshi, sans-serif;
  padding: 20px;
}

.event_details {
  font: 700 13px/1.2em Satoshi, sans-serif;
  padding: 20px 0 0;
  border-top: 1px dashed #000;
  width: 100%;
  margin-top: auto;
}

.event_description {
  font: 400 14px/1.4em Satoshi, sans-serif;
  border-top: 1px solid #CFCFE0;
  padding-top: 20px;
}

.event_button {
  padding: 15px 0;
}
.event_button .button {
  color: #C53129;
  font: 700 16px/1.2em Satoshi, sans-serif;
}
.event_button .button span {
  position: absolute;
  margin-left: 10px;
  font-size: 25px;
  margin-top: -5px;
}
.event_button .button:hover {
  color: #1B1361;
}

.event_gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.event_gallery img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
  margin-bottom: 10px;
  flex-basis: 100%;
}
.event_gallery img:nth-child(n+2) {
  max-width: 45%;
}

@media (min-width: 780px) {
  .events-title {
    padding: 20px 0;
    font-size: 32px;
  }
  .events {
    display: flex;
    gap: 30px;
    padding: 5px;
    max-width: 1240px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
  }
  .event-container {
    width: 390px;
    position: relative;
    min-height: 460px;
    perspective: 500px;
  }
  .event {
    margin-bottom: 0;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
  }
  .event .event_left {
    width: 390px;
    flex-basis: 390px;
    flex-shrink: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
  }
  .event .event_right {
    border-left: 1px solid #CFCFE0;
    display: block;
    padding: 25px;
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    overflow: hidden;
  }
  .event-container:hover .event {
    transform: rotateY(180deg);
    transition: transform 0.5s;
  }
  .event_description {
    border: none;
    font-size: 18px;
    padding: 0;
  }
  .event_gallery {
    flex-wrap: nowrap;
  }
  .event_gallery img {
    flex-basis: 30%;
    flex-shrink: 0;
    object-fit: cover;
    width: 160px;
    height: 100px;
  }
  .event_gallery img:nth-child(n+2) {
    max-width: 260px;
  }
  .event_place {
    font-size: 14px;
  }
  .event-online {
    display: inline-block;
    background: #009788;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 1px;
  }
  .event_place-svg {
    vertical-align: text-bottom;
  }
  .event_title {
    font-size: 20px;
    min-height: 7em;
  }
  .event_date {
    font-size: 16px;
  }
  .event_details {
    font-size: 14px;
  }
}
.promoted-event {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(55.29deg, #56A8A3 7.36%, #274195 46.31%, #613A79 72.83%);
  color: white;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.promoted-event_image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: right;
}

.promoted-event_date {
  font: 500 16px/1.2em Satoshi, sans-serif;
  padding: 25px 30px 16px 30px;
}

.promoted-event_title {
  font: 700 24px/1.2em Satoshi, sans-serif;
  padding: 0 30px 70px 30px;
}

.promoted-event_button {
  background: rgb(197, 49, 41);
  border-radius: 6px;
  font: 500 16px/1em Satoshi, sans-serif;
  padding: 10px 16px;
  color: white;
  margin-left: 30px;
}
.promoted-event_button:hover {
  color: rgb(197, 49, 41);
  background: white;
}

@media (min-width: 780px) {
  .promoted-event {
    height: 260px;
    padding-bottom: unset;
  }
  .promoted-event_image {
    width: 260px;
    float: left;
    padding-right: 30px;
  }
  .promoted-event_button {
    margin-left: unset;
  }
}
a {
  text-decoration: none;
}

.separator::after {
  content: " ";
  display: block;
  border-bottom: 1px solid #cbcbcb;
}

.see-all {
  padding: 10px 0;
  font: 700 20px/1.5em Satoshi, sans-serif;
}
.see-all::after {
  content: "➞";
  font-weight: 900;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 11px;
  font-size: 24px;
}

.see-all_a {
  color: #000;
}

.see-all--black {
  padding-left: 0;
  border-top: 1px dotted #fff;
}
.see-all--black .see-all_a {
  color: #fff;
}
.see-all--black::after {
  border-color: #fff;
}

.see-all--category {
  padding-left: 0;
}

.bg-white {
  background-color: #fff;
  flex-basis: 100%;
  clear: both;
}

.page-wide_title {
  font: 700 34px/1.4em Satoshi, sans-serif;
}

.randomSales {
  display: flex;
  flex-wrap: wrap;
}
.randomSales .salesman {
  flex-basis: 100%;
}
.randomSales .firstSalesMan {
  order: -1;
}

/* do not use advert for class name */
.block {
  margin-bottom: 30px;
  background: #fff;
}
.block:last-child {
  margin-bottom: 0;
}
.block > div {
  padding: 30px;
  max-width: 300px;
  margin: 0 auto;
  background-color: #fff;
}
.block > iframe {
  display: block;
  padding: 30px;
  margin: 0 auto;
}

#block-a1 iframe {
  padding: 0;
}

.info-page .info-list a {
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px 5px 0;
  color: #000;
}

.module-sg {
  margin-bottom: 20px;
}
.module-sg .section-title_h2 {
  margin: 0;
}
.module-sg .section-title_h2::before {
  display: none;
}

.module-sg-video .card_image::before {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  background-image: url("/wp-content/themes/alebank/assets/images/wideo.png");
  background-size: contain; /* lub cover */
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.module-sg-video .card-image {
  border: 1px solid #f00;
}
.module-sg-video .card-image::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
}

/* Transmission online page */
.page-id-218922 article iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* Newsletter form */
.post-296008,
.page-id-296008 h1 {
  max-width: 800px;
  margin: 0 auto;
}

/* do not use advert for class name */
.block-b {
  background: #EAEAF3;
}
.block-b > div {
  padding: 30px 0;
  max-width: 468px;
  margin: 0 auto;
}
.block-b > iframe {
  display: block;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 780px) {
  .page-wide_title {
    font-size: 32px;
  }
}
.cmplz-manage-consent {
  display: none;
}

.page-id-441009 article {
  overflow: hidden;
}
.page-id-441009 section.category-bank .art_lead img {
  height: inherit !important;
}

.userprofile-menu {
  display: flex;
  gap: 10px;
  margin: 30px 0;
}
.userprofile-menu a {
  color: black;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid black;
}
.userprofile-menu a:hover {
  color: black;
  text-decoration: none;
}

.userprofile-error {
  color: red;
}

.userprofile-success {
  color: green;
}

.title-list {
  margin-top: 0;
  font-size: 22px;
}
.title-list--with-gap {
  margin-top: 30px;
}

@media (min-width: 780px) {
  .event_title {
    min-height: 0;
  }
  .event_counter {
    height: 40px;
  }
  .events {
    padding-bottom: 30px;
    justify-content: space-between;
  }
  .event-container:hover .event {
    transform: unset;
    transition: unset;
  }
}

/*# sourceMappingURL=main.css.map */
