/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2022 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

/*! 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 {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
  }
  
  .exemplary-bank {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
  }
  
  .eb-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .eb-aligns-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .eb-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .eb-justify-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .eb-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .eb-button {
    border-radius: 24px;
    padding: 8px 18px;
    font-size: 14px;
    line-height: 1.15;
    text-align: center;
  }
  
  .eb-button--big {
    min-width: 134px;
    padding: 10px 12px;
    font-size: 16px;
  }
  
  .eb-button--full-width {
    width: 100%;
  }
  
  .eb-button--border-white {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
  }
  
  .eb-button--border-green {
    color: #1e4c31;
    border: 2px solid #1e4c31;
    background: transparent;
  }
  
  .eb-button--space-top {
    margin-top: 18px;
  }
  
  .eb-button--space-left {
    margin-left: 18px;
  }
  
  .eb-button--fill-white {
    border: 2px solid #f3fff8;
    background: #f3fff8;
    color: #1e4c31;
  }
  
  .eb-button--fill-green {
    border: 2px solid #1e4c31;
    background: #1e4c31;
    color: #fff;
  }
  
  .eb-button:hover, .eb-button:focus, .eb-button:active {
    text-decoration: none;
    color: inherit;
  }
  
  .eb-balance-value {
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #000;
  }
  
  .eb-balance-value--positive {
    color: #2aa86d;
  }
  
  .eb-balance-value--negative {
    color: #ad1f00;
  }
  
  .eb-content-title {
    margin: 0 0 10px;
    font-size: 28px;
    color: #1e4c31;
    line-height: 1.2;
  }
  
  .eb-content-subtitle {
    margin: 0 0 15px;
    font-size: 16px;
    color: #1e4c31;
    line-height: 1.4;
  }
  
  .eb-content-subtitle--black {
    color: #000;
  }
  
  .eb-wrapper {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 12px;
  }
  
  .eb-wrapper--content {
    max-width: 832px;
  }
  
  .eb-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    padding: 16px 48px;
    background: linear-gradient(109.73deg, #153d26 0.48%, #2db374 101.43%);
    height: 76px;
    z-index: 20;
  }
  
  .eb-header--white {
    background: #fff;
    -webkit-box-shadow: 0px 13px 22px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 13px 22px rgba(0, 0, 0, 0.3);
  }
  
  .eb-header-col--left, .eb-header-col--right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .eb-header-col--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
  }
  
  .eb-header-logo {
    margin-right: 16px;
  }
  
  .eb-header-logo img {
    height: 36px;
  }
  
  .eb-header-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .eb-header-name img {
    margin-top: 4px;
    height: 22px;
  }
  
  .eb-header__icon--location img {
    width: 18px;
  }
  
  .eb-header__icon--flag {
    position: relative;
    padding-top: 6px;
    padding-right: 8px;
  }
  
  .eb-header__icon--flag img {
    width: 20px;
  }
  
  .eb-header__icon-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff7474;
    color: #052413;
    font-size: 10px;
  }
  
  .eb-container {
    height: 100%;
    min-height: calc(100vh - 76px);
  }
  
  .eb-nav-container {
    width: 250px;
    -webkit-box-shadow: -1px 5px 35px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 5px 35px rgba(0, 0, 0, 0.05);
    padding: 40px 28px 40px 48px;
  }
  
  .eb-nav-container--inline {
    padding: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .eb-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .eb-nav__item {
    font-size: 14px;
    color: #000;
  }
  
  .eb-nav__item + .eb-nav__item {
    margin-top: 24px;
  }
  
  .eb-nav__item + .eb-nav__item--inline {
    margin-top: 0;
  }
  
  .eb-nav__item--inline {
    margin: 0 24px;
    font-size: 16px;
    color: #1e4c31;
    font-weight: 500;
  }
  
  .eb-body {
    width: 100%;
    padding: 36px 48px;
    background: #f2f2f2;
  }
  
  .eb-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .eb-card-title {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #153d26;
  }
  
  .eb-card {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    padding: 20px 28px;
    height: 100%;
  }
  
  .eb-card__row {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .eb-card__row:first-of-type {
    padding-top: 0;
    padding-bottom: 18px;
  }
  
  .eb-card__row:last-of-type {
    padding-bottom: 0;
  }
  
  .eb-card__row + .eb-card__row {
    border-top: 1px solid #f0f0f0;
  }
  
  .eb-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #525252;
  }
  
  .eb-text-block__title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
  
  .eb-text-block__subtitle {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
  }
  
  .eb-text-block__subtitle--border {
    position: relative;
  }
  
  .eb-text-block__subtitle--border::after {
    content: "";
    display: block;
    height: 2px;
    border-top: 1px dashed #525252;
  }
  
  .eb-card-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    margin-top: 36px;
  }
  
  .eb-hero {
    position: relative;
    padding: 58px 24px;
    background: linear-gradient(109.73deg, #153d26 0.48%, #2db374 101.43%);
    text-align: center;
    overflow: hidden;
  }
  
  .eb-hero__cta-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    z-index: 10;
  }
  
  .eb-hero__cta-title {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #f3fff8;
  }
  
  .eb-hero-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    background-size: contain;
  }
  
  .eb-hero-logo--right {
    right: 0;
    background: url("../img/exemplary-bank/cta-right.png") center center;
    background-size: contain;
  }
  
  .eb-hero-logo--left {
    left: 0;
    background: url("../img/exemplary-bank/cta-left.png") center center;
    background-size: contain;
  }
  
  .eb-products {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  
  .eb-products-intro {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
  }
  
  .eb-product-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 24px;
  }
  
  .eb-product-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f2f2f2;
  }
  
  .eb-product-card__image {
    width: 100%;
    height: 137px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .eb-product-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 12px;
    min-height: 172px;
    height: calc(100% - 137px);
    text-align: center;
  }
  
  .eb-product-card__title {
    color: #1e4c31;
    margin: 0;
    font-size: 18px;
  }
  
  .eb-product-card__intro {
    margin: 12px 0 16px;
    font-size: 11px;
    line-height: 1;
  }
  
  .eb-book-meeting {
    position: relative;
    background: #daffe9;
    overflow: hidden;
  }
  
  .eb-book-meeting::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 214px;
    background: url("../img/exemplary-bank/polygon-1.svg") center center no-repeat;
    background-size: cover;
  }
  
  .eb-book-meeting::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 114px;
    height: 141px;
    background: url("../img/exemplary-bank/polygon-4.svg") center center no-repeat;
    background-size: cover;
  }
  
  .eb-book-meeting__image {
    width: calc(50% - 12px);
  }
  
  .eb-book-meeting__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 32px 68px 40px 48px;
  }
  
  .eb-footer {
    position: relative;
    height: 132px;
  }
  
  .eb-footer::before {
    content: "";
    display: block;
    position: absolute;
    left: 76px;
    width: 274px;
    height: 100%;
    background: url("../img/exemplary-bank/polygon-2.svg") center center no-repeat;
    background-size: contain;
  }
  
  .eb-footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 282px;
    width: 140px;
    height: 84px;
    background: url("../img/exemplary-bank/polygon-3.svg") center center;
    background-size: cover;
  }
  