@charset "UTF-8";
:root {
  --desktop-font-size: 14px;
  --h1-font-size: 32px;
  --h2-font-size: 20px;
  --h3-font-size: 16px;
  --disclaimer_font_size:14px; }
  @media (min-width: 768px) and (max-width: 821px) {
    :root {
      --h1-font-size: 3.75vw;
      --desktop-font-size: 20px; } }
  @media (min-width: 1400px) {
    :root {
      --desktop-font-size: 1.042vw;
      --disclaimer_font_size:15px;
      --h2-font-size: 1.667vw;
      --h3-font-size: 1.25vw; } }

:root {
  --vh: 100vh; }

body {
  text-align: right; }
  body:not(.no_background):not(.campaign_page) main {
    padding-top: calc(4.79vw + var(--brusting_text_top, 0px)); }
    @media (max-width: 820px) {
      body:not(.no_background):not(.campaign_page) main {
        padding-top: calc(108px + var(--brusting_text_top, 0px)); } }
  body main .layout-content {
    position: relative; }
    body main .layout-content .paragraph--type--from-library.container {
      max-width: unset; }
  body #block-leumi-new-local-tasks {
    display: none; }
  body a {
    color: var(--Primary-vivid-blue, #06F);
    font-weight: 400; }
    body a:hover {
      color: var(--Secondary-06, #0D54D8); }
    body a:active {
      color: var(--Primary-main-dark, #070762); }
  body a.link_button {
    padding: 14px;
    justify-content: center;
    align-items: center;
    background: var(--Primary-vivid-blue, #06F);
    color: var(--Neutral-white, #FFF);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    width: fit-content;
    display: inline-block;
    margin: 0;
    border-radius: 8px; }
    @media (min-width: 769px) {
      body a.link_button {
        font-size: var(--desktop-font-size, 1.042vw);
        display: inline-flex;
        border-radius: 0.833vw;
        padding: 8px 48px 8px 48px; } }
    body a.link_button:after {
      content: '';
      background-image: none;
      width: unset;
      height: unset;
      margin: 0; }
    body a.link_button:hover {
      background: var(--Secondary-06, #0D54D8); }
  @media (max-width: 768px) {
    body.leumi_new_design:not(.investor_relation) .tab-content .table-container {
      margin-left: calc(-48px - 1.0em); } }
  body.leumi_new_design:not(.investor_relation) ul > li::marker {
    color: var(--Primary-vivid-blue, #06F);
    font-size: 1.3em; }
  @media (max-width: 768px) {
    body.leumi_new_design:not(.investor_relation) ul > li {
      overflow-wrap: break-word; } }
  body.leumi_new_design:not(.investor_relation) .table-container {
    border-radius: 1.042vw;
    border: 0;
    background: linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%);
    box-shadow: 0px 0.781vw 3.125vw -1.563vw rgba(7, 7, 98, 0.4);
    backdrop-filter: blur(1.042vw); }
    @media (max-width: 768px) {
      body.leumi_new_design:not(.investor_relation) .table-container {
        overflow: auto;
        max-height: 500px;
        white-space: nowrap;
        max-width: 99vw;
        border-radius: 0 20px 20px 0; } }
    body.leumi_new_design:not(.investor_relation) .table-container .table {
      margin: 0;
      padding: 0;
      border-collapse: collapse;
      width: 100%;
      border: 0;
      line-height: 1.15; }
      @media (min-width: 769px) {
        body.leumi_new_design:not(.investor_relation) .table-container .table {
          table-layout: auto;
          width: 100% !important;
          border-spacing: 0;
          border-collapse: separate;
          border-radius: 1.042vw;
          background-color: white; } }
      body.leumi_new_design:not(.investor_relation) .table-container .table thead {
        position: sticky;
        z-index: 3; }
        body.leumi_new_design:not(.investor_relation) .table-container .table thead tr {
          background: linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%);
          box-shadow: 0 15px 60px -30px rgba(7, 7, 98, 0.4);
          backdrop-filter: blur(20px);
          border-radius: 20px; }
          @media (min-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table thead tr {
              border-radius: 1.042vw; } }
        body.leumi_new_design:not(.investor_relation) .table-container .table thead th {
          position: sticky;
          z-index: 2;
          top: -1px;
          padding: 20px 14px 20px 20px;
          text-align: right;
          background-color: rgba(224, 236, 254, 0.5);
          border-bottom: 3px solid var(--Neutral-white, #FFF);
          border-top: 3px solid var(--Neutral-white, #FFF);
          backdrop-filter: blur(20px);
          color: #070762;
          font-style: normal;
          font-weight: 700;
          text-align: right;
          leading-trim: both;
          text-edge: cap;
          font-size: 16px;
          line-height: 125%;
          vertical-align: top; }
          @media (min-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table thead th {
              padding: 1.042vw 0.729vw 1.042vw 1.042vw;
              font-size: var(--desktop-font-size, 1.042vw);
              line-height: 140%;
              position: unset; } }
          body.leumi_new_design:not(.investor_relation) .table-container .table thead th:first-of-type {
            right: 0;
            border-right: 3px solid var(--Neutral-white, #FFF);
            border-radius: 0px 20px 0px 0px; }
            @media (min-width: 769px) {
              body.leumi_new_design:not(.investor_relation) .table-container .table thead th:first-of-type {
                padding-right: 1.563vw;
                border-right: 3px solid var(--Neutral-white, #FFF);
                border-radius: 0px 1.04vw 1.04vw 0px; } }
            body.leumi_new_design:not(.investor_relation) .table-container .table thead th:first-of-type.scrolled-th-cell {
              z-index: 3;
              background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, #e0ecfe 7%); }
          body.leumi_new_design:not(.investor_relation) .table-container .table thead th.scrolled-th-cell {
            background-color: #e0ecfe; }
          body.leumi_new_design:not(.investor_relation) .table-container .table thead th:last-of-type {
            border-radius: 20px 0px 0px 0px;
            padding-left: 3px;
            border-left: 3px solid var(--Neutral-white, #FFF); }
            @media (min-width: 769px) {
              body.leumi_new_design:not(.investor_relation) .table-container .table thead th:last-of-type {
                border-radius: 1.04vw 0 0 1.04vw;
                padding-left: 1.563vw;
                border-left: 3px solid var(--Neutral-white, #FFF); } }
      body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr {
        border-spacing: 0;
        line-height: 1; }
        body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td {
          padding: 17px 14px 17px 10px;
          font-size: 16px;
          font-weight: 300;
          vertical-align: middle; }
          @media (max-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td {
              border-top: none;
              background-image: linear-gradient(to right, #A2C7FD 0 100%, transparent 50% 100%);
              background-repeat: no-repeat;
              background-size: 100% 1px;
              background-color: white; } }
          @media (min-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td {
              border-top: 1px solid #A2C7FD;
              padding: 1.042vw 0.729vw 1.042vw 1.042vw;
              font-size: var(--desktop-font-size, 1.042vw);
              background-color: white; } }
          body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:first-of-type:not(.ignoreTitle) {
            position: sticky;
            right: -1px;
            text-align: right;
            background-repeat: no-repeat;
            background-size: 98% 1px;
            background-color: white; }
            @media (min-width: 769px) {
              body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:first-of-type:not(.ignoreTitle) {
                background-image: linear-gradient(to right, #A2C7FD 0 100%, transparent 50% 100%);
                background-repeat: no-repeat;
                padding-right: 1.563vw;
                position: unset;
                border-top: none;
                background-size: 98% 1px; } }
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:first-of-type:not(.ignoreTitle) strong {
              color: var(--Secondary-06, #0D54D8);
              font-weight: 600; }
          @media (min-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:first-of-type.ignoreTitle {
              border-top: 1px solid #A2C7FD; } }
          body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:first-of-type[rowspan]:not(.scrolled-first-cell) {
            position: relative; }
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:first-of-type[rowspan]:not(.scrolled-first-cell):before {
              content: "";
              border-left: 1px solid #A2C7FD;
              position: absolute;
              width: 1px;
              left: 4px;
              top: 10px;
              bottom: 10px; }
          body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:first-of-type.scrolled-first-cell {
            border-bottom: 1px solid  #A2C7FD !important;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, white 7%); }
          body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td[rowspan]:not(:first-child) {
            position: relative; }
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td[rowspan]:not(:first-child):before {
              content: "";
              border-right: 1px solid #A2C7FD;
              position: absolute;
              width: 1px;
              right: 2px;
              top: 10px;
              bottom: 10px; }
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td[rowspan]:not(:first-child):not(:last-child):after {
              content: "";
              border-right: 1px solid #A2C7FD;
              position: absolute;
              width: 1px;
              left: 2px;
              top: 10px;
              bottom: 10px; }
          @media (min-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td:last-of-type:not(.ignoreTitle) {
              border-top: none;
              background: linear-gradient(to left, #A2C7FD 0 95%, transparent 50% 100%);
              background-repeat: no-repeat;
              background-size: 100% 1px;
              background-color: white; } }
          body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr td ul {
            margin: 0 -20px; }
        body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:first-of-type td {
          background: linear-gradient(to right, #fff 0 100%, transparent 50% 100%); }
          @media (min-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:first-of-type td {
              border-top: 0;
              background-image: none !important;
              background-color: white !important; } }
        body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:last-of-type td {
          border-bottom: 0px;
          padding-left: 10px; }
          body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:last-of-type td:first-of-type:not(.ignoreTitle) {
            border-bottom-right-radius: 20px; }
          body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:last-of-type td:last-of-type:not(.ignoreTitle) {
            border-bottom-left-radius: 20px; }
          @media (min-width: 769px) {
            body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:last-of-type td {
              padding-left: 1.563vw; }
              body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:last-of-type td:first-of-type:not(.ignoreTitle) {
                border-bottom-right-radius: 1.04vw; }
              body.leumi_new_design:not(.investor_relation) .table-container .table tbody tr:last-of-type td:last-of-type:not(.ignoreTitle) {
                border-bottom-left-radius: 1.04vw; } }
      @media (max-width: 767px) {
        body.leumi_new_design:not(.investor_relation) .table-container .table a.link_button {
          width: fit-content;
          display: inline-block;
          margin: 0; } }
    body.leumi_new_design:not(.investor_relation) .table-container h3, body.leumi_new_design:not(.investor_relation) .table-container h4 {
      color: #070762;
      font-size: 17px; }
      body.leumi_new_design:not(.investor_relation) .table-container h3.text-align-center, body.leumi_new_design:not(.investor_relation) .table-container h4.text-align-center {
        text-align: center; }
      body.leumi_new_design:not(.investor_relation) .table-container h3.text-align-left, body.leumi_new_design:not(.investor_relation) .table-container h4.text-align-left {
        text-align: left; }
      body.leumi_new_design:not(.investor_relation) .table-container h3.text-align-right, body.leumi_new_design:not(.investor_relation) .table-container h4.text-align-right {
        text-align: right; }
    body.leumi_new_design:not(.investor_relation) .table-container h5 {
      font-size: 14px; }
      body.leumi_new_design:not(.investor_relation) .table-container h5.text-align-center {
        text-align: center; }
      body.leumi_new_design:not(.investor_relation) .table-container h5.text-align-left {
        text-align: left; }
      body.leumi_new_design:not(.investor_relation) .table-container h5.text-align-right {
        text-align: right; }
    body.leumi_new_design:not(.investor_relation) .table-container h6 {
      font-size: 12px; }
      body.leumi_new_design:not(.investor_relation) .table-container h6.text-align-center {
        text-align: center; }
      body.leumi_new_design:not(.investor_relation) .table-container h6.text-align-left {
        text-align: left; }
      body.leumi_new_design:not(.investor_relation) .table-container h6.text-align-right {
        text-align: right; }
    @media (max-width: 768px) {
      body.leumi_new_design:not(.investor_relation) .table-container ul > li {
        overflow-wrap: break-word; } }
    @media (max-width: 768px) {
      body.leumi_new_design:not(.investor_relation) .table-container ol > li {
        overflow-wrap: break-word; } }
    body.leumi_new_design:not(.investor_relation) .table-container .links {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -0.521vw; }
      body.leumi_new_design:not(.investor_relation) .table-container .links .complex-link {
        flex: 0 0 33.3%; }
        body.leumi_new_design:not(.investor_relation) .table-container .links .complex-link a {
          display: flex;
          color: grey;
          width: 100%;
          padding: 5px;
          background-color: white;
          font-weight: normal;
          margin: 0.521vw;
          border-radius: 8px; }
          body.leumi_new_design:not(.investor_relation) .table-container .links .complex-link a.pdf:before {
            content: "";
            background: url("/images/article/pdf.png") no-repeat;
            background-size: 16px 16px;
            background-position: center;
            width: 16px;
            height: 16px;
            margin: 0 0.521vw; }
          body.leumi_new_design:not(.investor_relation) .table-container .links .complex-link a.xlsx:before {
            content: "";
            background: url("/images/article/xls.png") no-repeat;
            background-size: 16px 16px;
            background-position: center;
            width: 16px;
            height: 16px;
            display: inline-block;
            margin: 0 0.521vw; }
          body.leumi_new_design:not(.investor_relation) .table-container .links .complex-link a.docx:before {
            content: "";
            background: url("/images/article/docx.png") no-repeat;
            background-size: 16px 16px;
            background-position: center;
            width: 16px;
            height: 16px;
            display: inline-block;
            margin: 0 0.521vw; }
    body.leumi_new_design:not(.investor_relation) .table-container .links-wrapper.hide .complex-link:first-child {
      display: none; }

.replaceSiteLoader {
  height: 100%;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  top: 0;
  font-size: 40px; }
  .replaceSiteLoader .switch_site_loader {
    width: 90px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#0066FF 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1.5s infinite linear; }

@keyframes l3 {
  20% {
    background-position: 0%   0%, 50%  50%,100%  50%; }
  40% {
    background-position: 0% 100%, 50%   0%,100%  50%; }
  60% {
    background-position: 0%  50%, 50% 100%,100%   0%; }
  80% {
    background-position: 0%  50%, 50%  50%,100% 100%; } }

.leumi_new_design {
  --footer-bg: transparent; }
  .leumi_new_design footer.leumi_marketing_footer {
    background-color: var(--footer-bg);
    padding-bottom: 5.208vw;
    padding-right: 5.208vw;
    padding-left: 5.208vw; }
    .leumi_new_design footer.leumi_marketing_footer.grey_color {
      --footer-bg:#F8FAFC; }
    .leumi_new_design footer.leumi_marketing_footer .block-footer {
      order: 1;
      border-bottom: 0; }
      .leumi_new_design footer.leumi_marketing_footer .block-footer > ul {
        padding: 0; }
        @media (min-width: 821px) {
          .leumi_new_design footer.leumi_marketing_footer .block-footer > ul {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between; } }
        .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li {
          width: 20%;
          text-align: right; }
          @media (max-width: 768px) {
            .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li {
              border-bottom: 1px solid var(--Neutral-gray-04, #D9D9D9);
              margin: 0;
              width: 100%;
              padding: 12px 8px;
              position: relative; }
              .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li.open {
                border-bottom: 0; } }
          .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li > ul {
            margin-right: 0; }
            @media (max-width: 768px) {
              .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li > ul li {
                border-bottom: 1px solid var(--Neutral-gray-04, #D9D9D9); } }
            .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li > ul li:last-child {
              border-bottom: 0; }
          @media (max-width: 768px) {
            .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li h4 {
              margin: 0; } }
          @media (max-width: 768px) {
            .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li .footerIcon {
              display: block;
              width: 20px;
              height: 20px;
              background-image: url("/images/leumi_new/footer/arrow.svg");
              position: absolute;
              left: 10px;
              top: 15px; }
              .leumi_new_design footer.leumi_marketing_footer .block-footer > ul > li .footerIcon.open {
                transform: rotate(180deg);
                transition: all 0.25s ease-in-out; } }
    .leumi_new_design footer.leumi_marketing_footer nav[id$=block-leumi-new-footer-bottom-links] {
      order: 3; }
      .leumi_new_design footer.leumi_marketing_footer nav[id$=block-leumi-new-footer-bottom-links] > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        padding: 0; }
        .leumi_new_design footer.leumi_marketing_footer nav[id$=block-leumi-new-footer-bottom-links] > ul > li {
          margin: 0;
          padding: 5px 15px;
          border-bottom: 0;
          text-align: center; }
          .leumi_new_design footer.leumi_marketing_footer nav[id$=block-leumi-new-footer-bottom-links] > ul > li a {
            font-size: 14px;
            color: #070762;
            font-weight: 400; }
            @media (min-width: 1300px) {
              .leumi_new_design footer.leumi_marketing_footer nav[id$=block-leumi-new-footer-bottom-links] > ul > li a {
                font-size: 16px; } }
    .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] {
      order: 2;
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 20px;
      align-items: center; }
      @media (max-width: 768px) {
        .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] {
          padding: 25px 0 0 0; } }
      .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] h4 {
        display: none; }
      .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links {
        width: 250px !important;
        flex-wrap: nowrap !important;
        margin-bottom: 0; }
        .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li {
          line-height: 0;
          margin-bottom: 20px; }
          .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a {
            font-size: 0;
            background-size: 24px;
            display: flex;
            width: 32px;
            height: 32px;
            padding: 4px;
            align-items: center;
            gap: 10px;
            border-radius: 50%;
            background-color: var(--Primary-main-dark, #070762);
            background-position: center;
            background-repeat: no-repeat; }
            .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a:hover {
              background-color: var(--Secondary-07, #0B3BB1); }
            .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a:active {
              background-color: var(--Primary-main-dark, #070762); }
          .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a.facebook {
            background-image: url("/images/leumi_new/footer/facebook_icon.svg"); }
          .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a.instagram {
            background-image: url("/images/leumi_new/footer/instgram_icon.svg"); }
          .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a.youtube {
            background-image: url("/images/leumi_new/footer/youtube_icon.svg"); }
          .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a.linkedin {
            background-image: url("/images/leumi_new/footer/linkdin_icon.svg"); }
          .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] ul.links li a.twitter {
            background-image: url("/images/leumi_new/footer/twitter_icon.svg");
            background-size: 50%; }
      .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] .links a:focus,
      .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] .links a:focus-visible {
        outline: 3px solid #000;
        /* טבעת ברורה */
        outline-offset: 3px;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
        /* גיבוי ויזואלי */ }
      .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] .links a {
        /* ודא שהקישור אכן ניתן למיקוד */
        -webkit-tap-highlight-color: transparent; }
      .leumi_new_design footer.leumi_marketing_footer nav[id$=footersocial] .links a > * {
        pointer-events: none;
        /* מוודא שה־a הוא המקבל העליון של האירוע */ }
    .leumi_new_design footer.leumi_marketing_footer div[id$=footer-disclaimer] {
      order: 2;
      font-size: 14px;
      color: #070762;
      font-weight: 400;
      margin-top: 20px; }
      @media (min-width: 1300px) {
        .leumi_new_design footer.leumi_marketing_footer div[id$=footer-disclaimer] {
          font-size: 16px; } }
    .leumi_new_design footer.leumi_marketing_footer .container {
      max-width: unset;
      margin: auto; }
      .leumi_new_design footer.leumi_marketing_footer .container > div {
        padding: 40px;
        border-radius: 20px;
        background-color: #F1F2F9;
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap; }
    @media (max-width: 820px) {
      .leumi_new_design footer.leumi_marketing_footer nav > ul li {
        width: 100%; } }
    .leumi_new_design footer.leumi_marketing_footer nav > ul > li {
      width: auto;
      cursor: pointer; }
      @media (min-width: 821px) {
        .leumi_new_design footer.leumi_marketing_footer nav > ul > li {
          text-align: center; } }
      .leumi_new_design footer.leumi_marketing_footer nav > ul > li h4 {
        padding: 0;
        font-weight: bold;
        font-size: 16px; }
      @media (max-width: 820px) {
        .leumi_new_design footer.leumi_marketing_footer nav > ul > li ul:not(.open) {
          display: none; } }
      .leumi_new_design footer.leumi_marketing_footer nav > ul > li ul li {
        padding: 15px; }
        @media (min-width: 1024px) {
          .leumi_new_design footer.leumi_marketing_footer nav > ul > li ul li {
            padding: 6px 0 7px 0; } }
        .leumi_new_design footer.leumi_marketing_footer nav > ul > li ul li a {
          font-size: 16px;
          color: #070762;
          font-weight: normal; }
          @media (min-width: 1300px) {
            .leumi_new_design footer.leumi_marketing_footer nav > ul > li ul li a {
              padding: 0; } }
          .leumi_new_design footer.leumi_marketing_footer nav > ul > li ul li a:hover {
            color: #408CFE;
            font-weight: normal; }

.leumi_new_design {
  --brusting_text_top: 0px; }
  .leumi_new_design .brusting_flag_on:not(.hide) {
    --brusting_text_top: 50px; }
  .leumi_new_design header.leumi_marketing_header {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--drupal-displace-offset-top , 0px) + var(--brusting_text_top , 0px));
    left: 0;
    right: 0;
    justify-content: space-between;
    z-index: 130;
    width: 100%;
    padding: 1.146vw 1.875vw; }
    @media (max-width: 820px) {
      .leumi_new_design header.leumi_marketing_header {
        padding: 0px; }
        .hide-header-footer .leumi_new_design header.leumi_marketing_header, .is_form .leumi_new_design header.leumi_marketing_header {
          height: 0px;
          background: none; } }
    @media (max-width: 900px) and (min-width: 821px) {
      .leumi_new_design header.leumi_marketing_header {
        height: 4.792vw; }
        .hide-header-footer .leumi_new_design header.leumi_marketing_header, .is_form .leumi_new_design header.leumi_marketing_header {
          height: 0px; } }
    .leumi_new_design header.leumi_marketing_header .date {
      font-family: SimplerPro;
      font-size: 16px;
      color: #2d72e1;
      direction: rtl;
      /*@media (max-width: 820px) and (min-width: 769px) {
        font-size: 12px;
        font-weight: normal;
      }*/ }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .date {
          font-size: 13px;
          font-weight: bold;
          clear: both;
          list-style: none;
          position: absolute;
          left: 9px;
          right: auto;
          top: 28px;
          letter-spacing: .1px;
          margin: 17px 8px 0 8px;
          direction: ltr; } }
      @media (max-width: 900px) and (min-width: 821px) {
        .leumi_new_design header.leumi_marketing_header .date {
          font-size: 15px;
          font-weight: bold; } }
    .leumi_new_design header.leumi_marketing_header .main-header {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0; }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .main-header {
          height: 60px;
          border-bottom: 1px solid var(--Neutral-gray-03, #F0F0F0);
          background: rgba(255, 255, 255, 0.3);
          box-shadow: 0px 4px 20px 0px rgba(7, 7, 98, 0.11); } }
    .leumi_new_design header.leumi_marketing_header .sub-header {
      display: none; }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .sub-header {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0;
          height: 48px; } }
    .leumi_new_design header.leumi_marketing_header .logo {
      display: table-cell;
      vertical-align: middle;
      width: auto;
      padding: 9px 0.313vw 9px 10px; }
      .leumi_new_design header.leumi_marketing_header .logo.logo-top {
        display: block;
        float: right;
        z-index: auto; }
      @media (min-width: 821px) {
        .leumi_new_design header.leumi_marketing_header .logo {
          display: flex;
          vertical-align: top;
          position: absolute;
          top: 93px;
          z-index: -1;
          left: 25px;
          right: auto;
          padding: 0px; }
          .leumi_new_design header.leumi_marketing_header .logo.logo-top {
            position: static;
            left: auto;
            top: auto;
            width: 2.619vw;
            height: 2.5vw;
            padding: 0.1vw;
            justify-content: center;
            align-items: center;
            border-radius: 5.083px;
            transition: transform .2s; }
            .leumi_new_design header.leumi_marketing_header .logo.logo-top:hover {
              /*width: 2.62vw;
            height: 2.51vw;
            padding: 0vw;*/
              transform: scale(1.2); } }
      @media (min-width: 821px) {
        .leumi_new_design header.leumi_marketing_header .logo {
          top: 78px;
          left: 41px;
          right: auto;
          width: 80px; } }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .logo.logo-top {
          display: flex;
          justify-content: center;
          width: 100%;
          padding: 0; } }
      @media (min-width: 821px) {
        .leumi_new_design header.leumi_marketing_header .logo {
          top: 70px;
          left: 41px;
          right: auto; } }
      @media (min-width: 821px) {
        .leumi_new_design header.leumi_marketing_header .logo a {
          display: inline-block;
          width: 100%;
          display: inline-block; } }
      .leumi_new_design header.leumi_marketing_header .logo a img {
        display: block;
        width: 37px;
        height: auto; }
        @media (min-width: 821px) {
          .leumi_new_design header.leumi_marketing_header .logo a img {
            width: 100%; } }
    .leumi_new_design header.leumi_marketing_header .header-pane.header-pane-first {
      display: flex;
      align-items: center; }
    .leumi_new_design header.leumi_marketing_header .header-pane.header-pane-second {
      display: flex;
      align-items: center; }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .header-pane.header-pane-second {
          width: 100%; } }
    .leumi_new_design header.leumi_marketing_header .menu-header-links > ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .leumi_new_design header.leumi_marketing_header .menu-header-links > ul li {
        display: inline-block;
        padding: 0 7px;
        font-size: 24px; }
        .leumi_new_design header.leumi_marketing_header .menu-header-links > ul li a:hover {
          text-decoration: underline; }
    .leumi_new_design header.leumi_marketing_header .menu-header-tabs-mobile {
      display: none; }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs-mobile {
          display: block;
          position: absolute;
          right: 20px;
          top: 72px;
          font-size: 16px;
          font-weight: 600;
          background-size: 14px;
          padding-left: 20px; }
          .leumi_new_design header.leumi_marketing_header .menu-header-tabs-mobile::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            background-image: url("/images/header/down.svg");
            background-position: 50% 60%;
            background-repeat: no-repeat;
            background-size: 10px;
            font-size: 0;
            width: 10px;
            height: 5px;
            top: 8px;
            transform: none;
            transition: all .25s ease-in-out;
            transform-origin: center; } }
      .leumi_new_design header.leumi_marketing_header .menu-header-tabs-mobile.active {
        color: #0066FF; }
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs-mobile.active::after {
          background-image: url("/images/header/down_blue.svg");
          transform: rotate(180deg); }
    @media (max-width: 820px) {
      .leumi_new_design header.leumi_marketing_header .menu-header-tabs {
        position: absolute;
        width: 100%;
        top: 108px;
        background-color: white;
        display: none;
        z-index: 1; } }
    .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul {
      position: relative;
      margin: 0 2.083vw 0 2.083vw;
      list-style: none;
      line-height: 1.3em;
      display: flex;
      padding: 0.288vw;
      align-items: center;
      gap: 0.313vw;
      border-radius: 0.625vw;
      border: 1px solid var(--Neutral-gray-05, #BFBFBF);
      height: 2.5vw;
      background: rgba(255, 255, 255, 0.3); }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul {
          margin: 12px 20px 16px 20px;
          display: flex;
          padding: 6px;
          gap: 6px;
          border-radius: 12px;
          background: rgba(255, 255, 255, 0.3);
          justify-content: center;
          height: auto; } }
      .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul .overlay {
        background-color: #C1DAFE;
        overflow: hidden;
        z-index: -1;
        position: absolute;
        display: block;
        transition: 300ms all ease-in-out;
        height: 35px;
        width: 47%;
        top: 6px;
        border-radius: 8px;
        right: 6px; }
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul .overlay.biz {
          right: 51%; }
        @media (min-width: 821px) {
          .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul .overlay {
            height: 1.875vw;
            width: 4.688vw;
            top: 0.288vw;
            right: 0.288vw;
            border-radius: 0.417vw; }
            .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul .overlay.biz {
              right: 5.289vw; } }
      .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li {
        background: rgba(255, 255, 255, 0.3);
        display: flex;
        width: 4.688vw;
        height: 1.875vw;
        justify-content: center;
        align-items: center;
        border-radius: 0.417vw;
        cursor: pointer; }
        @media (max-width: 820px) {
          .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li {
            width: 50%;
            height: 35px; } }
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li a {
          color: #595959; }
          .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li a:hover {
            color: #06F; }
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li.checked {
          background-color: transparent; }
          @media (max-width: 820px) {
            .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li.checked {
              border-radius: 8px; } }
          .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li.checked a {
            font-weight: bold;
            color: #10069A; }
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li a {
          text-decoration: none;
          font-size: var(--desktop-font-size, 1.042vw);
          padding-top: 0.1vw;
          font-weight: normal;
          width: 100%;
          display: flex;
          justify-content: center;
          height: 100%;
          align-items: center;
          margin: auto; }
          @media (max-width: 820px) {
            .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li a {
              font-size: 16px; } }
          .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li a[data-drupal-link-system-path="<front>"] {
            font-weight: bold; }
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li a:hover {
          text-decoration: none; }
        .leumi_new_design header.leumi_marketing_header .menu-header-tabs > ul li:not(.checked):hover {
          background-color: #F7F7F7; }
    @media (max-width: 820px) {
      .leumi_new_design header.leumi_marketing_header .menu-header-tabs.open {
        display: block; } }
    .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul {
      padding: 0;
      list-style: none;
      line-height: 1.3em;
      display: flex;
      align-items: center;
      height: 2.5vw;
      margin: 0;
      gap: 0.781vw; }
      @media (min-width: 1280px) {
        .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul {
          margin: 0 0.625vw 0 0; } }
      @media (-webkit-min-device-pixel-ratio: 1.75) {
        .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul {
          margin: 0px 2.083vw 0 0px; } }
      .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li {
        display: flex;
        width: auto;
        justify-content: center;
        align-items: center;
        /*gap: 0.521vw;
          height: 2.292vw;
          padding: 0.729vw 1.25vw;
          border-radius: 0.521vw;
          border: 1px solid $header-menu-links-color;

           */ }
        .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a {
          background: rgba(255, 255, 255, 0.3);
          font-size: var(--desktop-font-size, 1.042vw);
          font-weight: 600;
          color: #10069A;
          text-decoration: none;
          height: 2.292vw;
          padding: 0.729vw 1.25vw;
          border-radius: 0.521vw;
          border: 1px solid #10069A;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 820px) {
            .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a {
              font-size: 14px; } }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a[data-drupal-link-system-path="<front>"] {
            font-weight: bold; }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a:hover {
            background: var(--Neutral-gray-02, rgba(246, 246, 246, 0.96)); }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a:focus-visible {
            outline-offset: 4px; }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a:active {
            background: var(--Neutral-gray-03, #F0F0F0); }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a.external_link_icon {
            background-image: url(/images/leumi_new/header/external_link_icon.svg);
            background-size: 0.79vw;
            background-repeat: no-repeat;
            background-position: 98% 45%;
            background-color: transparent;
            border: 0;
            font-weight: normal; }
            .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li a.external_link_icon:hover {
              background-image: url(/images/leumi_new/header/external_link_icon_hover.svg);
              color: #0066FF;
              background-color: transparent; }
        @media (max-width: 820px) {
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li:nth-child(1) {
            display: none; } }
        @media (max-width: 820px) {
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) {
            position: absolute;
            left: 12px; } }
        .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a {
          background: #10069A;
          color: white; }
          @media (max-width: 820px) {
            .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a {
              height: 36px;
              padding: 12px 8px;
              gap: 8px;
              border-radius: 8px; } }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a:hover {
            background: var(--Secondary-07, #0B3BB1);
            border: 1px solid #0B3BB1; }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a:active {
            background: var(--Secondary-06, #0D54D8);
            border: 1px solid #0D54D8; }
          .leumi_new_design header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a:focus-visible {
            outline-offset: 4px; }
    .toolbar-fixed .leumi_new_design header.leumi_marketing_header {
      top: 80px; }
    .leumi_new_design header.leumi_marketing_header .menu-header-accessability {
      width: unset;
      height: unset;
      margin: 0.111vw;
      padding: 0.417vw;
      border-radius: 0.417vw; }
      @media (max-width: 820px) {
        .leumi_new_design header.leumi_marketing_header .menu-header-accessability {
          display: none; } }
      .leumi_new_design header.leumi_marketing_header .menu-header-accessability button {
        background-image: url(/images/header/accessability.svg);
        width: 1.042vw !important;
        height: 1.042vw !important;
        background-size: contain;
        background-repeat: no-repeat; }
        .leumi_new_design header.leumi_marketing_header .menu-header-accessability button:hover {
          background-image: url(/images/header/accessability_blue.svg) !important; }
        .leumi_new_design header.leumi_marketing_header .menu-header-accessability button:active {
          background-image: url(/images/header/accessability_blue.svg) !important; }
    .leumi_new_design header.leumi_marketing_header.active {
      background-color: #ffffff !important; }
    .leumi_new_design header.leumi_marketing_header.scroll {
      background: rgba(255, 255, 255, 0.7);
      box-shadow: 0px 35px 60px 0px rgba(7, 7, 98, 0.11);
      backdrop-filter: blur(20px); }
    .leumi_new_design header.leumi_marketing_header.scrollDown {
      background-color: #ffffff !important; }
      .leumi_new_design header.leumi_marketing_header.scrollDown .main-header {
        background-color: #ffffff !important;
        box-shadow: unset !important; }
      .leumi_new_design header.leumi_marketing_header.scrollDown .sub-header, .leumi_new_design header.leumi_marketing_header.scrollDown .menu-header-language, .leumi_new_design header.leumi_marketing_header.scrollDown .menu-header-tabs-mobile, .leumi_new_design header.leumi_marketing_header.scrollDown a.talk-to-us, .leumi_new_design header.leumi_marketing_header.scrollDown .menu-header-tabs {
        display: none !important;
        opacity: 0;
        height: 0;
        transition: opacity 400ms, height 400ms, display 400ms;
        transition-behavior: allow-discrete; }
      .leumi_new_design header.leumi_marketing_header.scrollDown .header_account_buttons .external_link_icon {
        display: none !important;
        opacity: 0;
        height: 0;
        transition: opacity 400ms, height 400ms, display 400ms;
        transition-behavior: allow-discrete; }
    .leumi_new_design header.leumi_marketing_header.scrollUp {
      background-color: #ffffff !important; }
      .leumi_new_design header.leumi_marketing_header.scrollUp .main-header {
        background-color: #ffffff !important;
        box-shadow: unset !important; }
    .leumi_new_design header.leumi_marketing_header body::after {
      content: "";
      display: none;
      background-image: url(/images/header/blue_lang.svg), url(/images/header/blue_search.svg), url(/images/header/accessability_blue.svg); }
  .leumi_new_design.investor_relation header.leumi_marketing_header {
    padding: 0.88vw 2.92vw;
    background: #FEFEFE; }
    @media (max-width: 820px) {
      .leumi_new_design.investor_relation header.leumi_marketing_header {
        padding: 0; }
        .leumi_new_design.investor_relation header.leumi_marketing_header .main-header {
          box-shadow: unset;
          border-bottom: 0px; }
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header .menu-header-tabs-mobile {
            display: none; }
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header .header_menus > ul > li:nth-child(1) {
            left: 0;
            top: 0;
            right: 0; }
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header .header-pane.header-pane-second {
            width: 100%;
            justify-content: flex-start;
            padding-right: 24px; }
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header .header_account_buttons, .leumi_new_design.investor_relation header.leumi_marketing_header .main-header .menu-header-language {
            display: none; }
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header .parent-item a:not(.LogoTopIcon) {
            display: none; }
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header .menu-header-search {
            display: flex;
            flex-direction: row-reverse;
            left: 0px; }
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu {
            height: 100vh;
            align-items: flex-start;
            padding-top: 24px; }
            .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus > ul > li:nth-child(1) {
              left: 0px;
              top: -57px;
              position: absolute; }
            .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links {
              display: flex;
              position: absolute;
              top: 80px; } }
        @media (max-width: 820px) and (max-width: 820px) {
          .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links {
            width: 87%; } }
    @media (max-width: 820px) {
              .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul {
                align-items: flex-start;
                flex-direction: column; } }
          @media (max-width: 820px) and (max-width: 820px) {
            .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul {
              overflow: hidden; }
              .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul > li:not(:first-child):not(:last-child) {
                width: 100%;
                border-bottom: 1px solid var(--Color-Border-light, #EDEEF4); } }
          @media (max-width: 820px) and (min-width: 821px) {
            .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul li:nth-child(1) {
              top: -21px; } }
    @media (max-width: 820px) {
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul li:nth-child(2) {
                  top: unset;
                  right: 0; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul .parent-item a {
                  color: #070762; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul .parent-item a:not(.LogoTopIcon) {
                  padding: 20px 7px;
                  display: flex; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul .parent-item .Main {
                  margin-right: 36px; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul .parent-item a:not(.LogoTopIcon):not(.Main):before {
                  content: "+";
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin-left: 12px;
                  background-image: url(/images/leumi_new/investor_relation/circle.svg);
                  background-position: 48% 50%;
                  background-repeat: no-repeat;
                  background-size: contain;
                  font-size: 18px;
                  height: 24px;
                  width: 24px;
                  font-weight: 300;
                  transition: transform 0.6s ease; } }
          @media (max-width: 820px) and (max-width: 820px) {
            .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header_menus.parent_menu_links > ul .parent-item.active a:not(.LogoTopIcon):not(.Main):before {
              transform: rotate(180deg);
              content: "-"; } }
    @media (max-width: 820px) {
            .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first {
              flex-direction: row-reverse; }
              .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .menu-header-search {
                position: unset; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .menu-header-search button.menu-icon {
                  background-image: url(/images/leumi_new/investor_relation/x.svg) !important;
                  margin: 0 10px; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .menu-header-search::after {
                  content: "";
                  display: block;
                  background-image: url(/images/leumi_new/investor_relation/line.svg);
                  background-position: 50% 60%;
                  background-repeat: no-repeat;
                  background-size: contain;
                  font-size: 0;
                  height: 32px;
                  width: 1px; }
              .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons {
                position: absolute;
                bottom: 130px;
                width: 100%;
                display: flex; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons .links {
                  justify-content: center;
                  flex-direction: column;
                  width: 100%;
                  gap: 16px !important;
                  margin: 0 24px; }
                  .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons .links li {
                    position: relative;
                    top: 0;
                    left: 0;
                    display: flex; }
                    .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons .links li:first-of-type {
                      order: 2; }
                    .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons .links li:last-of-type {
                      width: 100%; }
                      .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons .links li:last-of-type a {
                        width: 100%; }
                    .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons .links li a {
                      color: #10069B; }
                      .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .header_account_buttons .links li a span {
                        padding-top: 3px; }
              .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .menu-header-language {
                display: flex;
                position: relative;
                top: unset;
                z-index: 2; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .menu-header-language:after {
                  content: "EN";
                  padding-right: 8px;
                  display: block;
                  font-size: 14px;
                  color: #3E3E75;
                  padding-top: 6px; }
              .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .menu-header-accessability {
                display: flex;
                position: relative; }
                .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first .menu-header-accessability button {
                  width: 32px !important;
                  height: 32px !important;
                  background-size: unset;
                  margin-left: 30px; }
              .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-first button.search-icon {
                display: none; }
            .leumi_new_design.investor_relation header.leumi_marketing_header .main-header.open_menu .header-pane-second {
              justify-content: flex-start; }
        .leumi_new_design.investor_relation header.leumi_marketing_header .sub-header {
          display: none; } }
    .leumi_new_design.investor_relation header.leumi_marketing_header .header-pane.header-pane-first {
      gap: 0.42vw; }
    .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul {
      gap: 0.781vw !important; }
      .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li a {
        color: #10069B;
        font-size: 16px;
        font-weight: 600;
        padding: 0.83vw 1.25vw; }
        .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li a:hover {
          color: #0D057D; }
        .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li a.external_link_icon {
          padding: 3px 0 0 0;
          padding-left: 20px;
          background-size: 14px;
          background-position: left;
          height: 14px;
          background-image: url(/images/leumi_new/header/external_link_icon_he.svg); }
          .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li a.external_link_icon:hover {
            color: #0D057D;
            background-image: url(/images/leumi_new/header/external_link_icon_he.svg); }
      .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a {
        border-radius: 0.42vw;
        border: 0.04vw solid var(--Color-Border-medium, #B7BAD4);
        background-color: #FFFFFF; }
        .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a:hover {
          background-color: rgba(16, 6, 155, 0.04); }
        @media (max-width: 820px) {
          .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li:nth-child(2) a {
            border-radius: 8px;
            border: 0.75px solid var(--Color-Border-medium, #B7BAD4); } }
      .leumi_new_design.investor_relation header.leumi_marketing_header .header_account_buttons > ul li::before {
        content: '';
        display: block;
        margin-left: 0.94vw;
        background-image: url("/images/leumi_new/investor_relation/line.svg");
        background-position: 50% 60%;
        background-repeat: no-repeat;
        background-size: 0.08vw;
        font-size: 0;
        height: 1.04vw;
        width: 0.94vw;
        top: 8px; }
    .leumi_new_design.investor_relation header.leumi_marketing_header .menu-header-accessability {
      padding: 0;
      margin: 0; }
      .leumi_new_design.investor_relation header.leumi_marketing_header .menu-header-accessability button {
        background-image: url(/images/leumi_new/investor_relation/accessability.svg);
        background-repeat: no-repeat; }
        @media (min-width: 1001px) {
          .leumi_new_design.investor_relation header.leumi_marketing_header .menu-header-accessability button {
            width: 2.08vw !important;
            height: 2.08vw !important;
            border-radius: 0.63vw;
            background-size: 0.94vw;
            background-position: center;
            background-repeat: no-repeat; } }
        .leumi_new_design.investor_relation header.leumi_marketing_header .menu-header-accessability button:hover {
          background: rgba(16, 6, 155, 0.04);
          background-position: center;
          vertical-align: middle;
          background-image: url(/images/leumi_new/investor_relation/accessability.svg) !important;
          background-size: 0.94vw; }
        .leumi_new_design.investor_relation header.leumi_marketing_header .menu-header-accessability button:active {
          background: rgba(16, 6, 155, 0.08);
          background-position: center;
          vertical-align: middle;
          background-image: url(/images/leumi_new/investor_relation/accessability.svg) !important;
          background-size: 0.94vw; }
    @media (max-width: 820px) {
      .leumi_new_design.investor_relation header.leumi_marketing_header.scrollDown .main-header, .leumi_new_design.investor_relation header.leumi_marketing_header.scrollUp .main-header {
        border-bottom: 1px solid var(--Color-Border-light, #EDEEF4) !important;
        background: rgba(255, 255, 255, 0.82) !important;
        box-shadow: 0 4px 20px 0 rgba(7, 7, 98, 0.16) !important;
        backdrop-filter: blur(9.35px) !important; }
        .leumi_new_design.investor_relation header.leumi_marketing_header.scrollDown .main-header .header_account_buttons .external_link_icon, .leumi_new_design.investor_relation header.leumi_marketing_header.scrollUp .main-header .header_account_buttons .external_link_icon {
          display: flex !important;
          opacity: unset;
          transition: unset;
          transition-behavior: unset; }
        .leumi_new_design.investor_relation header.leumi_marketing_header.scrollDown .main-header.open_menu .menu-header-language, .leumi_new_design.investor_relation header.leumi_marketing_header.scrollUp .main-header.open_menu .menu-header-language {
          display: flex !important;
          opacity: 1 !important;
          height: unset;
          transition: unset;
          transition-behavior: unset; } }

.menu-header-language {
  margin: 0.521vw;
  position: relative; }
  @media (max-width: 820px) {
    .menu-header-language {
      position: absolute;
      top: 64px;
      left: 20px; } }
  .menu-header-language button {
    background-image: url(/images/header/lang.svg);
    width: 1.042vw !important;
    height: 1.042vw !important;
    background-size: contain;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    background-position: 50%;
    font-size: 0;
    outline: 0px;
    border: 0px;
    display: block;
    border-radius: 50%; }
    @media (max-width: 820px) {
      .menu-header-language button {
        width: 32px !important;
        height: 32px !important;
        background-size: unset; } }
    .menu-header-language button:hover {
      background-image: url(/images/header/blue_lang.svg); }
  .menu-header-language .menu-languages {
    position: absolute;
    left: auto;
    right: -0.542vw;
    top: 2.91vw;
    background-color: white;
    display: none;
    flex-direction: column;
    border-radius: 0px 0px 0.833vw 0.833vw;
    border: 0.052vw solid var(--Neutral-white, #FFF);
    padding: 0 0.542vw 1.042vw 0.542vw; }

@keyframes move_languages_down {
  0% {
    transform: translateY(-20%);
    opacity: 0;
    transition: transform 0.5s ease-out; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
    @media (max-width: 820px) {
      .menu-header-language .menu-languages {
        position: fixed;
        left: 0;
        bottom: 0;
        top: unset;
        width: 100%;
        padding: 20px 20px 1px 20px;
        justify-content: start;
        align-items: self-start;
        flex-shrink: 0;
        border-radius: 20px 20px 0px 0px;
        border: 1px solid var(--Neutral-white, #FFF);
        background: #FFF;
        box-shadow: 0px -20px 60px 0px rgba(7, 7, 98, 0.11);
        backdrop-filter: blur(20px);
        list-style-type: none;
        margin: 0; }
      @keyframes move_languages_up {
        0% {
          transform: translateY(100%);
          opacity: 0;
          transition: transform 0.5s ease-out; }
        100% {
          transform: translateY(0%);
          opacity: 1; } }
      @keyframes move_languages_down_mobile {
        0% {
          transform: translateY(0%);
          opacity: 1;
          transition: transform 0.5s ease-out; }
        100% {
          transform: translateY(-100%);
          opacity: 0; } } }
    .menu-header-language .menu-languages .menu-languages-top {
      display: none; }
      @media (max-width: 820px) {
        .menu-header-language .menu-languages .menu-languages-top {
          display: flex;
          flex-direction: row; }
          .menu-header-language .menu-languages .menu-languages-top .title {
            color: #070762;
            text-align: right;
            font-size: 20px;
            font-style: normal;
            font-weight: 900;
            line-height: 120%;
            /* 24px */
            padding-right: 20px;
            margin-bottom: 8px; }
          .menu-header-language .menu-languages .menu-languages-top button.close-menu-icon {
            background-image: url(/images/header/close.svg);
            cursor: pointer;
            position: absolute;
            left: 20px;
            right: auto;
            width: 22px !important;
            height: 22px !important;
            margin: 0px;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            background-size: contain;
            border: 0px; } }
    .menu-header-language .menu-languages ul {
      padding: 0;
      margin: 0;
      width: 100%; }
      .menu-header-language .menu-languages ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 2px;
        align-self: stretch;
        padding: 0.56vw 0.765vw; }
        @media (max-width: 820px) {
          .menu-header-language .menu-languages ul li {
            padding: 18px 0px;
            border-bottom: 1px solid var(--Neutral-gray-03, #F0F0F0); } }
        .menu-header-language .menu-languages ul li a {
          font-weight: normal;
          font-size: 0.938vw;
          color: #070762;
          text-decoration: none;
          min-width: 7vw; }
          @media (max-width: 820px) {
            .menu-header-language .menu-languages ul li a {
              font-size: 16px;
              font-weight: 400;
              line-height: 150%;
              /* 24px */
              letter-spacing: 0.32px;
              padding-right: 20px; } }
        .menu-header-language .menu-languages ul li:hover {
          border-radius: 0.417vw;
          background: var(--Neutral-gray-02, rgba(246, 246, 246, 0.96));
          color: var(--Primary-vivid-blue, #06F); }
          @media (max-width: 820px) {
            .menu-header-language .menu-languages ul li:hover {
              border-radius: 8px; } }
        .menu-header-language .menu-languages ul li:last-child {
          border-bottom: none; }
          @media (max-width: 820px) {
            .menu-header-language .menu-languages ul li:last-child {
              padding-bottom: 26px; } }
          .menu-header-language .menu-languages ul li:last-child a {
            font-size: 1.04vw; }
            @media (max-width: 820px) {
              .menu-header-language .menu-languages ul li:last-child a {
                font-size: 18px; } }
  .menu-header-language.active .menu-languages {
    display: flex;
    animation: move_languages_down 0.3s ease-out; }
    @media (max-width: 820px) {
      .menu-header-language.active .menu-languages {
        animation: move_languages_up 0.3s ease-out; } }
  .menu-header-language.active button {
    background-image: url(/images/header/blue_lang.svg); }

.investor_relation .menu-header-language {
  margin: 0; }
  .investor_relation .menu-header-language button {
    background-image: url(/images/leumi_new/investor_relation/lang.svg);
    background-repeat: no-repeat; }
    @media (min-width: 1001px) {
      .investor_relation .menu-header-language button {
        width: 2.08vw !important;
        height: 2.08vw !important;
        border-radius: 0.63vw;
        background-size: 0.94vw;
        background-position: center;
        background-repeat: no-repeat; } }
    @media (min-width: 821px) {
      .investor_relation .menu-header-language button:hover {
        background: rgba(16, 6, 155, 0.04);
        background-position: center;
        vertical-align: middle;
        background-image: url(/images/leumi_new/investor_relation/lang.svg) !important;
        background-repeat: no-repeat;
        background-size: 0.94vw; }
      .investor_relation .menu-header-language button:active {
        background: rgba(16, 6, 155, 0.08);
        background-position: center;
        vertical-align: middle;
        background-image: url(/images/leumi_new/investor_relation/lang.svg) !important;
        background-repeat: no-repeat;
        background-size: 0.94vw; } }
  .investor_relation .menu-header-language.active button {
    background: rgba(16, 6, 155, 0.08);
    background-position: center;
    vertical-align: middle;
    background-image: url(/images/leumi_new/investor_relation/lang.svg) !important;
    background-repeat: no-repeat;
    background-size: 0.94vw; }
  .investor_relation .menu-header-language .menu-languages {
    top: 2.4vw;
    border-radius: 0.63vw;
    background: linear-gradient(333deg, rgba(183, 186, 212, 0.08) 34.18%, rgba(255, 255, 255, 0.14) 66.8%), var(100, #F8F8F8);
    box-shadow: 0 9px 29.4px -5px rgba(174, 174, 174, 0.3), 0 28px 32px -24px rgba(14, 11, 66, 0.12);
    backdrop-filter: blur(1.04vw);
    flex-direction: column;
    padding: 0.63vw; }
    .investor_relation .menu-header-language .menu-languages ul.links {
      padding: 0;
      margin: 0; }
      .investor_relation .menu-header-language .menu-languages ul.links li {
        width: 100%;
        white-space: nowrap;
        border-bottom: 0.1vw solid #EDEEF4;
        padding: 0; }
        .investor_relation .menu-header-language .menu-languages ul.links li a {
          color: #64647B;
          margin: 0.42vw 0;
          padding: 0.63vw;
          gap: 0;
          font-size: 16px; }
          .investor_relation .menu-header-language .menu-languages ul.links li a:hover {
            border-radius: 0.42vw;
            background: rgba(16, 6, 155, 0.04); }
          .investor_relation .menu-header-language .menu-languages ul.links li a:active {
            color: #070762; }
          .investor_relation .menu-header-language .menu-languages ul.links li a.is-active {
            color: #070762; }
        .investor_relation .menu-header-language .menu-languages ul.links li:last-of-type {
          border: 0; }
          .investor_relation .menu-header-language .menu-languages ul.links li:last-of-type a {
            color: #070762;
            font-weight: 900; }
        .investor_relation .menu-header-language .menu-languages ul.links li:last-child a {
          font-size: 16px; }
        .investor_relation .menu-header-language .menu-languages ul.links li:hover {
          background: unset; }

.header_menus {
  display: flex; }
  @media (min-width: 821px) {
    .header_menus > ul > li {
      padding-right: 1.042vw; } }
  .header_menus > ul > li:nth-child(1) .active + div.menu-list {
    max-width: 37.97vw; }
  @media (max-width: 820px) {
    .header_menus > ul > li:nth-child(1) {
      position: absolute;
      right: 12px;
      top: 10px; }
      .header_menus > ul > li:nth-child(1) .active + div.menu-list {
        animation: move_menus_down 0.3 ease-out;
        position: fixed;
        right: 0;
        top: 0;
        width: fit-content;
        max-width: unset;
        padding: 97px 22px 32px 22px;
        justify-content: start;
        align-items: self-start;
        flex-shrink: 0;
        border: 1px solid var(--Neutral-white, #FFF);
        background: #FFF;
        box-shadow: 0px -20px 60px 0px rgba(7, 7, 98, 0.11);
        backdrop-filter: blur(20px);
        list-style-type: none;
        margin: 0;
        z-index: 99;
        height: 100%; }
        .header_menus > ul > li:nth-child(1) .active + div.menu-list u {
          overflow-y: auto; }
        .header_menus > ul > li:nth-child(1) .active + div.menu-list h2.display-mobile {
          margin-top: 40px;
          display: none; }
        .header_menus > ul > li:nth-child(1) .active + div.menu-list .close-menu-icon {
          top: 25px;
          left: unset;
          right: 89vw; }
        .header_menus > ul > li:nth-child(1) .active + div.menu-list .language-menu-icon, .header_menus > ul > li:nth-child(1) .active + div.menu-list .talk-to-us-menu-icon {
          display: flex;
          flex-direction: column;
          position: absolute;
          top: 20px;
          margin: 0px; }
          .header_menus > ul > li:nth-child(1) .active + div.menu-list .language-menu-icon button, .header_menus > ul > li:nth-child(1) .active + div.menu-list .talk-to-us-menu-icon button {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            border: 0px;
            width: 22px;
            height: 22px;
            background-color: transparent;
            margin: auto; }
          .header_menus > ul > li:nth-child(1) .active + div.menu-list .language-menu-icon .icon-title, .header_menus > ul > li:nth-child(1) .active + div.menu-list .talk-to-us-menu-icon .icon-title {
            text-align: center;
            font-size: 12px;
            font-weight: 400; }
        .header_menus > ul > li:nth-child(1) .active + div.menu-list .language-menu-icon {
          right: 110px; }
          .header_menus > ul > li:nth-child(1) .active + div.menu-list .language-menu-icon button {
            background-image: url(/images/header/lang.svg); }
        .header_menus > ul > li:nth-child(1) .active + div.menu-list .talk-to-us-menu-icon {
          right: 30px; }
          .header_menus > ul > li:nth-child(1) .active + div.menu-list .talk-to-us-menu-icon button {
            background-image: url("/images/header/talk.svg"); } }
  .header_menus > ul > li:nth-child(2) .active + div.menu-list {
    max-width: 40.1vw; }
  @media (max-width: 820px) {
    .header_menus > ul > li:nth-child(2) {
      position: absolute;
      top: 64px;
      left: 64px; }
      .header_menus > ul > li:nth-child(2) .active + div.menu-list {
        max-width: unset !important;
        animation: move_languages_up 300ms ease-out !important;
        height: auto; } }
  .header_menus ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    width: 100%; }
    .header_menus ul li .parent-item {
      padding: 0.26vw 0.365vw;
      height: 100%;
      font-weight: normal;
      font-size: var(--desktop-font-size, 1.042vw);
      margin: 0; }
      @media (max-width: 820px) {
        .header_menus ul li .parent-item {
          font-size: 1.1em; } }
      .header_menus ul li .parent-item a {
        color: #10069A;
        text-decoration: none;
        position: relative;
        padding: 0 1.823vw 0 1.323vw; }
        .header_menus ul li .parent-item a.products-and-services {
          background-image: url("/images/header/services.svg");
          background-size: 0.885vw;
          background-repeat: no-repeat;
          background-position: 95% 50%; }
          @media (max-width: 820px) {
            .header_menus ul li .parent-item a.products-and-services {
              background-image: url(/images/header/services_mobile.svg);
              background-position: 50% 60%;
              background-repeat: no-repeat;
              background-size: 24px;
              font-size: 0;
              width: 32px;
              height: 32px;
              display: block; } }
          .header_menus ul li .parent-item a.products-and-services:hover {
            background-image: url("/images/header/blue_services.svg"); }
            @media (max-width: 820px) {
              .header_menus ul li .parent-item a.products-and-services:hover {
                background-image: unset; } }
        .header_menus ul li .parent-item a.talk-to-us {
          background-image: url("/images/header/talk.svg");
          background-size: 0.99vw;
          background-repeat: no-repeat;
          background-position: 95% 50%; }
          @media (max-width: 820px) {
            .header_menus ul li .parent-item a.talk-to-us {
              background-position: 50% 60%;
              background-size: 24px;
              font-size: 0;
              width: 33px;
              height: 33px;
              display: block; } }
          .header_menus ul li .parent-item a.talk-to-us:hover {
            background-image: url("/images/header/blue_talk.svg"); }
        .header_menus ul li .parent-item a:hover {
          color: #0066FF; }
          .header_menus ul li .parent-item a:hover:after {
            background-image: url("/images/header/down_blue.svg"); }
        .header_menus ul li .parent-item a.LogoTopIcon {
          width: 33px !important;
          height: 33px !important;
          border: none;
          cursor: pointer;
          font-size: 0;
          outline: 0px;
          border: 0px;
          display: block;
          padding: 0; }
          .header_menus ul li .parent-item a.LogoTopIcon:after {
            background-image: unset !important; }
          .header_menus ul li .parent-item a.LogoTopIcon:hover {
            transform: scale(1.2); }
          .header_menus ul li .parent-item a.LogoTopIcon img {
            width: 100%; }
        .header_menus ul li .parent-item a.Main:after, .header_menus ul li .parent-item a.no_below_links:after {
          background-image: unset !important; }
        .header_menus ul li .parent-item a.Main.is-active, .header_menus ul li .parent-item a.no_below_links.is-active {
          color: #070762;
          font-weight: 900; }
      @media (min-width: 821px) {
        .header_menus ul li .parent-item a::after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          background-image: url("/images/header/down.svg");
          background-position: 50% 60%;
          background-repeat: no-repeat;
          background-size: contain;
          font-size: 0;
          width: 0.521vw;
          height: 0.521vw;
          top: 0.2vw;
          transform: none;
          transition: all .25s ease-in-out;
          transform-origin: center; } }
      .header_menus ul li .parent-item.active a {
        color: #0066FF; }
        .header_menus ul li .parent-item.active a.products-and-services {
          background-image: url("/images/header/blue_services.svg"); }
          @media (max-width: 820px) {
            .header_menus ul li .parent-item.active a.products-and-services {
              background-image: url("/images/header/services_mobile.svg"); } }
        .header_menus ul li .parent-item.active a.talk-to-us {
          background-image: url("/images/header/blue_talk.svg"); }
          @media (max-width: 820px) {
            .header_menus ul li .parent-item.active a.talk-to-us {
              background-image: url("/images/header/blue_talk.svg"); } }
      .header_menus ul li .parent-item.active a::after {
        background-image: url("/images/header/down_blue.svg");
        transform: rotate(180deg); }
      .header_menus ul li .parent-item.active + div.menu-list {
        display: flex; }
        @media (min-width: 821px) {
          .header_menus ul li .parent-item.active + div.menu-list {
            height: auto;
            animation: move_menus_down 0.3s ease-out;
            width: fit-content; } }
        @media (max-width: 820px) {
          .header_menus ul li .parent-item.active + div.menu-list {
            flex-direction: column; } }
    .header_menus ul li .menu-list {
      display: none;
      position: absolute;
      right: 17.427vw;
      left: 0;
      top: 3.64vw;
      list-style: none;
      height: auto; }
      .header_menus ul li .menu-list .header-buttons {
        display: none; }
        @media (max-width: 820px) {
          .header_menus ul li .menu-list .header-buttons {
            display: flex;
            flex-direction: row;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; }
            .header_menus ul li .menu-list .header-buttons .close-menu-icon {
              position: absolute;
              display: block;
              background-image: url(/images/header/close.svg);
              left: 20px;
              top: 20px;
              width: 22px !important;
              height: 22px !important;
              margin: 0;
              background-repeat: no-repeat !important;
              background-position: center center !important;
              background-size: contain;
              border: 0;
              background-color: transparent;
              outline-color: transparent; }
            .header_menus ul li .menu-list .header-buttons .language-menu-icon, .header_menus ul li .menu-list .header-buttons .talk-to-us-menu-icon {
              display: none; } }
      .header_menus ul li .menu-list h2.display-mobile {
        display: none; }
        @media (max-width: 820px) {
          .header_menus ul li .menu-list h2.display-mobile {
            display: block;
            font-size: 20px;
            font-style: normal;
            font-weight: 900;
            line-height: 120%;
            /* 24px */
            padding-right: 10px; } }
      .header_menus ul li .menu-list div[role="list"] {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0 1.042vw 1.042vw 1.042vw;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        border-radius: 0 0 0.833vw 0.833vw;
        border: 0.052vw solid var(--Neutral-white, #FFF);
        background: #FFF; }
        @media (min-width: 821px) {
          .header_menus ul li .menu-list div[role="list"] {
            display: grid;
            grid-template-columns: auto auto; } }
        @media (max-width: 820px) {
          .header_menus ul li .menu-list div[role="list"] {
            max-width: unset;
            flex-direction: column;
            padding: 0; } }
      .header_menus ul li .menu-list li .item-text {
        display: none; }
      .header_menus ul li .menu-list li.menu-icon {
        width: 11.925vw;
        display: flex; }
        @media (max-width: 820px) {
          .header_menus ul li .menu-list li.menu-icon {
            width: 100%;
            padding: 1px 0; } }
        .header_menus ul li .menu-list li.menu-icon a {
          display: flex;
          padding: 0.417vw 0.313vw 0.417vw 1.146vw;
          justify-content: flex-start;
          align-items: center;
          gap: 0.104vw;
          align-self: stretch;
          text-decoration: none;
          color: #10069A;
          width: 100%; }
          @media (max-width: 820px) {
            .header_menus ul li .menu-list li.menu-icon a {
              padding: 8px 6px 8px 22px;
              outline: none; } }
          .header_menus ul li .menu-list li.menu-icon a .iconImg {
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            width: 2.5vw;
            height: 2.5vw;
            background-position: center center; }
            @media (max-width: 820px) {
              .header_menus ul li .menu-list li.menu-icon a .iconImg {
                width: 40px;
                height: 40px;
                background-size: contain; } }
          .header_menus ul li .menu-list li.menu-icon a .item-text {
            max-width: 100%;
            display: block;
            text-align: right;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 27px */
            letter-spacing: 0.019vw;
            font-size: 18px;
            padding-right: 10px; }
            @media (min-width: 821px) {
              .header_menus ul li .menu-list li.menu-icon a .item-text {
                font-size: 14px;
                padding-right: 0.443vw; } }
            @media (min-width: 1400px) {
              .header_menus ul li .menu-list li.menu-icon a .item-text {
                font-size: 0.94vw; } }
        .header_menus ul li .menu-list li.menu-icon.menu_hover:hover {
          border-radius: 0.417vw;
          background: var(--Neutral-gray-02, rgba(246, 246, 246, 0.96));
          color: var(--Primary-vivid-blue, #06F);
          outline-color: transparent; }

@keyframes move_menus_down {
  0% {
    transform: translateY(-20%);
    opacity: 0;
    transition: transform 0.5s ease-out; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }

@keyframes move_menus_up {
  0% {
    left: 0;
    transform: translateY(100%);
    height: 100%;
    opacity: 1;
    transition: transform 0.5s ease-out; }
  100% {
    transform: translateY(0%);
    height: 0;
    opacity: 1;
    display: none; } }
    @media (min-width: 821px) {
      .header_menus ul li:nth-child(1) .menu-list div[role="list"] {
        grid-template-columns: auto auto auto; } }
    .header_menus ul li:nth-child(2) .menu-list {
      right: 29.127vw; }
      .header_menus ul li:nth-child(2) .menu-list li.menu-icon {
        width: 18.925vw; }
      @media (max-width: 820px) {
        .header_menus ul li:nth-child(2) .menu-list li {
          border-bottom: 1px solid var(--Neutral-gray-03, #F0F0F0); }
          .header_menus ul li:nth-child(2) .menu-list li.menu-icon {
            width: 100%; }
          .header_menus ul li:nth-child(2) .menu-list li:last-child {
            border-bottom: unset; } }
      @media (max-width: 820px) {
        .header_menus ul li:nth-child(2) .menu-list {
          position: fixed;
          left: 0;
          right: unset;
          bottom: 0;
          top: unset;
          width: 100%;
          padding: 20px 20px 1px 20px;
          justify-content: start;
          align-items: self-start;
          flex-shrink: 0;
          border-radius: 20px 20px 0px 0px;
          border: 1px solid var(--Neutral-white, #FFF);
          background: #FFF;
          box-shadow: 0px -20px 60px 0px rgba(7, 7, 98, 0.11);
          backdrop-filter: blur(20px);
          list-style-type: none;
          margin: 0; }
        @keyframes move_languages_up {
          0% {
            transform: translateY(100%);
            opacity: 0;
            transition: transform 0.3s ease-out; }
          100% {
            transform: translateY(0%);
            opacity: 1; } } }

.mobile_header_menu_container {
  display: none; }
  @media (max-width: 820px) {
    .mobile_header_menu_container {
      display: flex;
      opacity: 0;
      transition: opacity 0.2s linear; }
      .mobile_header_menu_container.active {
        top: 0;
        width: 100vw;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 131;
        opacity: 1;
        right: 0;
        left: 0; } }

.header_menu_container {
  opacity: 0;
  transition: opacity 0.2s linear; }
  .header_menu_container.active {
    top: 4.792vw;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 2;
    opacity: 1;
    right: 0;
    left: 0; }
  .header_menu_container.activePlus {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 131;
    opacity: 1;
    transition: opacity 0.2ms; }

.closeMenuMobile .layout-wrapper .layout-container {
  transition: all 0.5s ease;
  padding-right: 0; }
  .closeMenuMobile .layout-wrapper .layout-container .brusting_text_wrapper {
    width: 100%;
    left: 0; }
  .closeMenuMobile .layout-wrapper .layout-container header {
    transition: none; }

.openMenuMobile {
  overflow: hidden; }
  .openMenuMobile .header_menu_container.active {
    top: 100px;
    background: transparent;
    width: 30%;
    right: unset;
    left: 0; }
  .openMenuMobile .layout-wrapper {
    background: var(--Neutral-gray-01, #FAFAFA); }
    .openMenuMobile .layout-wrapper .layout-container {
      padding-right: 69.167vw;
      overflow: hidden;
      transition: all 0.5s ease;
      border-radius: 0px 20px 20px 0px;
      box-shadow: 0px 0px 60px 0px rgba(7, 7, 98, 0.16);
      padding-top: 100px;
      position: absolute;
      z-index: 6666;
      top: 0;
      width: 100%; }
      .openMenuMobile .layout-wrapper .layout-container .brusting_text_wrapper {
        position: unset;
        width: 300%; }
      .openMenuMobile .layout-wrapper .layout-container header {
        position: unset;
        width: 200%; }
        .openMenuMobile .layout-wrapper .layout-container header .main-header {
          border-radius: 0px 20px 0px 0px;
          width: 200%; }
          .openMenuMobile .layout-wrapper .layout-container header .main-header .header-menu-links .menu-list {
            background: var(--Neutral-gray-01, #FAFAFA);
            width: 100%;
            z-index: -1; }
            .openMenuMobile .layout-wrapper .layout-container header .main-header .header-menu-links .menu-list ul {
              overflow: auto; }
              @media (max-width: 820px) {
                .openMenuMobile .layout-wrapper .layout-container header .main-header .header-menu-links .menu-list ul {
                  -ms-overflow-style: none;
                  /* IE and Edge */
                  scrollbar-width: none; } }
              .openMenuMobile .layout-wrapper .layout-container header .main-header .header-menu-links .menu-list ul div[role=list] {
                max-width: 68.167vw;
                height: 100%;
                background: linear-gradient(358deg, #FAFAFA 2.27%, rgba(250, 250, 250, 0) 89.77%);
                border: 0;
                flex-wrap: nowrap; }
                .openMenuMobile .layout-wrapper .layout-container header .main-header .header-menu-links .menu-list ul div[role=list]::after {
                  content: "";
                  position: fixed;
                  bottom: 0;
                  left: 0;
                  width: 100%;
                  height: 100px;
                  /* height of shadow area */
                  pointer-events: none;
                  /* allows clicks to pass through */
                  background: linear-gradient(358deg, #FAFAFA 5.27%, rgba(250, 250, 250, 0.5) 84.77%);
                  z-index: 0; }
                .openMenuMobile .layout-wrapper .layout-container header .main-header .header-menu-links .menu-list ul div[role=list] li:last-child {
                  padding-bottom: 65px; }
      .openMenuMobile .layout-wrapper .layout-container #main-container {
        width: 200%;
        height: 57vh;
        margin-bottom: 1vh;
        overflow: hidden;
        padding-top: 0;
        box-shadow: 0px -10px 60px 0px rgba(7, 7, 98, 0.16);
        border: 1px solid white;
        border-radius: 0 0 20px 0; }
      .openMenuMobile .layout-wrapper .layout-container .categories_toolbar_wrapper .categories_toolbar_wrapper {
        left: unset;
        right: unset;
        margin: 0 46px 0 0;
        width: 114%;
        overflow: hidden; }
      .openMenuMobile .layout-wrapper .layout-container .hero_lobby {
        width: 200%; }
    .openMenuMobile .layout-wrapper footer {
      display: none; }

.investor_relation .header_menus ul li {
  position: relative; }
  @media (max-width: 820px) {
    .investor_relation .header_menus ul li {
      display: flex;
      flex-direction: column; } }
  .investor_relation .header_menus ul li .menu-list {
    top: 1.94vw;
    right: 1.94vw; }
    @media (max-width: 820px) {
      .investor_relation .header_menus ul li .menu-list {
        top: -12px;
        right: 45px;
        height: auto;
        animation: move_menus_down 0.6s ease;
        width: fit-content;
        position: relative; }
        .investor_relation .header_menus ul li .menu-list .header-buttons, .investor_relation .header_menus ul li .menu-list .display-mobile {
          display: none; }
        .investor_relation .header_menus ul li .menu-list ul {
          display: block; } }
    .investor_relation .header_menus ul li .menu-list div[role=list] {
      display: flex;
      flex-direction: column; }
      @media (min-width: 821px) {
        .investor_relation .header_menus ul li .menu-list div[role=list] {
          border-radius: 0.63vw;
          background: linear-gradient(333deg, rgba(183, 186, 212, 0.08) 34.18%, rgba(255, 255, 255, 0.14) 66.8%), var(100, #F8F8F8);
          box-shadow: 0 9px 29.4px -5px rgba(174, 174, 174, 0.3), 0 28px 32px -24px rgba(14, 11, 66, 0.12);
          backdrop-filter: blur(1.04vw);
          padding: 0.63vw; } }
    .investor_relation .header_menus ul li .menu-list li.menu-icon {
      width: 100%;
      white-space: nowrap; }
      @media (min-width: 821px) {
        .investor_relation .header_menus ul li .menu-list li.menu-icon {
          border-bottom: 0.1vw solid #EDEEF4; } }
      .investor_relation .header_menus ul li .menu-list li.menu-icon a {
        color: #64647B;
        margin: 0.42vw 0;
        padding: 0.63vw;
        gap: 0; }
        .investor_relation .header_menus ul li .menu-list li.menu-icon a .iconImg {
          display: none; }
        .investor_relation .header_menus ul li .menu-list li.menu-icon a .item-text {
          font-size: 16px; }
        @media (min-width: 821px) {
          .investor_relation .header_menus ul li .menu-list li.menu-icon a:hover {
            border-radius: 0.42vw;
            background: rgba(16, 6, 155, 0.04); } }
        .investor_relation .header_menus ul li .menu-list li.menu-icon a:active {
          color: #070762; }
        .investor_relation .header_menus ul li .menu-list li.menu-icon a.is-active {
          color: #070762; }
      .investor_relation .header_menus ul li .menu-list li.menu-icon:last-of-type {
        border: 0; }
  .investor_relation .header_menus ul li .parent-item {
    font-size: 16px;
    font-weight: 400; }
    .investor_relation .header_menus ul li .parent-item a {
      color: #64647B;
      font-synthesis: none;
      position: relative;
      display: inline-block; }
      @media (min-width: 821px) {
        .investor_relation .header_menus ul li .parent-item a:before {
          content: attr(data-text);
          visibility: hidden;
          font-weight: 900;
          display: block;
          height: 0;
          overflow: hidden; } }
      .investor_relation .header_menus ul li .parent-item a:after {
        width: 9px;
        height: 11px;
        top: 0.2vw;
        background-image: url(/images/leumi_new/investor_relation/menu-arrow.svg); }
      .investor_relation .header_menus ul li .parent-item a:hover {
        color: #070762; }
      .investor_relation .header_menus ul li .parent-item a.active {
        color: #070762; }
        @media (min-width: 821px) {
          .investor_relation .header_menus ul li .parent-item a.active {
            font-weight: 900; } }
      .investor_relation .header_menus ul li .parent-item a.LogoTopIcon:focus-visible {
        outline: 2px solid black;
        outline-offset: 2px; }
    .investor_relation .header_menus ul li .parent-item.active a {
      color: #070762; }
      @media (min-width: 821px) {
        .investor_relation .header_menus ul li .parent-item.active a {
          font-weight: 900; } }
      .investor_relation .header_menus ul li .parent-item.active a:hover {
        color: #070762 !important; }
    .investor_relation .header_menus ul li .parent-item:first-of-type {
      padding: 0; }
  .investor_relation .header_menus ul li:first-of-type {
    padding: 0; }

.menu-header-search {
  margin: 0.521vw; }
  @media (max-width: 820px) {
    .menu-header-search {
      position: absolute;
      right: 60px; } }
  .menu-header-search button {
    background-image: url(/images/header/search.svg);
    width: 1.042vw !important;
    height: 1.042vw !important;
    background-size: contain;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    background-position: 50%;
    font-size: 0;
    outline: 0px;
    border: 0px;
    display: block; }
    @media (max-width: 820px) {
      .menu-header-search button {
        width: 32px !important;
        height: 32px !important;
        background-size: unset; } }
    .menu-header-search button.close-menu-icon {
      display: none; }
    .menu-header-search button:hover {
      background-image: url(/images/header/blue_search.svg); }
  .menu-header-search ul {
    padding: 0; }
  .menu-header-search .menu-search {
    position: absolute;
    top: 2.64vw;
    display: none;
    flex-disrection: row;
    width: 100%;
    max-width: 32.999vw;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.354vw;
    border-radius: 0px 0px 0.833vw 0.833vw;
    border: 0.052vw solid var(--Neutral-white, #FFF);
    background: #FFF;
    padding: 0vw 1.667vw 1.667vw 1.667vw;
    left: 23vw;
    right: unset; }
    .menu-header-search .menu-search div {
      width: 100%; }

@keyframes move_search_down {
  0% {
    transform: translateY(-20%);
    opacity: 0;
    transition: transform 0.5s ease; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
    @media (max-width: 820px) {
      .menu-header-search .menu-search {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: unset;
        padding: 64px 32px 32px 32px;
        justify-content: start;
        align-items: self-start;
        flex-shrink: 0;
        border: 1px solid var(--Neutral-white, #FFF);
        background: #FFF;
        box-shadow: 0px -20px 60px 0px rgba(7, 7, 98, 0.11);
        backdrop-filter: blur(20px);
        list-style-type: none;
        margin: 0;
        z-index: 99; }
      @keyframes move_search_down {
        0% {
          transform: translateY(-20%);
          opacity: 0;
          transition: transform 0.5s ease-out; }
        100% {
          transform: translateY(0%);
          opacity: 1; } }
        .menu-header-search .menu-search button.close-menu-icon {
          display: flex;
          background-image: url(/images/header/close.svg);
          cursor: pointer;
          position: absolute;
          left: 20px;
          top: 20px;
          width: 22px !important;
          height: 22px !important;
          margin: 0px;
          background-repeat: no-repeat !important;
          background-position: center center !important;
          background-size: contain;
          border: 0px; } }
    .menu-header-search .menu-search li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 2px;
      align-self: stretch; }
      @media (max-width: 820px) {
        .menu-header-search .menu-search li {
          display: block; } }
      .menu-header-search .menu-search li ul {
        width: 100%; }
      .menu-header-search .menu-search li div {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%; }
        .menu-header-search .menu-search li div .search-box {
          padding: 0vw 1.042vw 0vw 0.417vw;
          border-radius: 0.833vw;
          background-color: var(--Neutral-gray-02, rgba(246, 246, 246, 0.96)); }
          @media (max-width: 820px) {
            .menu-header-search .menu-search li div .search-box {
              padding: 0 20px 0 10px;
              border-radius: 8px; } }
          .menu-header-search .menu-search li div .search-box.focus {
            border-radius: 0.417vw 0.417vw 0vw 0vw;
            border-bottom: 0.052vw solid var(--Primary-vivid-blue, #06F); }
            @media (max-width: 820px) {
              .menu-header-search .menu-search li div .search-box.focus {
                border-radius: 8px 8px 0px 0px;
                border-bottom: 1px solid var(--Primary-vivid-blue, #06F); } }
            .menu-header-search .menu-search li div .search-box.focus button.search-button.active {
              background: var(--Primary-vivid-blue, #06F);
              background-image: url(/images/header/white_search.svg);
              background-position: 50%;
              background-repeat: no-repeat;
              background-size: 2.4vw; }
              @media (max-width: 820px) {
                .menu-header-search .menu-search li div .search-box.focus button.search-button.active {
                  background-size: contain; } }
          .menu-header-search .menu-search li div .search-box input[type=text] {
            outline: none;
            background-color: transparent;
            width: 96%;
            border: 0px;
            height: 2.917vw;
            padding: 0px 0px 0px 1.563vw;
            margin: 0px;
            font-weight: 400;
            font-size: 1.081vw;
            line-height: 160%;
            color: black; }
            @media (max-width: 820px) {
              .menu-header-search .menu-search li div .search-box input[type=text] {
                height: 48px; } }
            @media (max-width: 820px) {
              .menu-header-search .menu-search li div .search-box input[type=text] {
                font-size: 20px; } }
          .menu-header-search .menu-search li div .search-box button.search-button {
            position: absolute;
            left: 0.642vw;
            right: auto;
            top: 0.577vw;
            border-radius: 0.625vw;
            background: transparent;
            background-image: url(/images/header/blue_search2.svg);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 2.4vw;
            padding: 1vw; }
            @media (max-width: 820px) {
              .menu-header-search .menu-search li div .search-box button.search-button {
                left: 8px;
                top: 8px;
                background-size: contain;
                border-radius: 8px; } }
          .menu-header-search .menu-search li div .search-box ::-webkit-input-placeholder {
            /* Edge */
            color: var(--Primary-vivid-blue, #06F); }
          .menu-header-search .menu-search li div .search-box :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: var(--Primary-vivid-blue, #06F); }
          .menu-header-search .menu-search li div .search-box ::placeholder {
            color: var(--Primary-vivid-blue, #06F); }
        .menu-header-search .menu-search li div .items {
          display: flex !important;
          flex-direction: column !important;
          color: black; }
          .menu-header-search .menu-search li div .items h2 {
            max-width: 100%;
            font-weight: 600;
            font-size: 1.081vw;
            line-height: 100%;
            padding-top: 1.042vw; }
            @media (max-width: 820px) {
              .menu-header-search .menu-search li div .items h2 {
                font-size: 20px;
                padding-top: 32px; } }
          .menu-header-search .menu-search li div .items ul {
            display: flex;
            flex-disrection: row;
            width: 100%;
            max-width: 100%;
            padding: 1.042vw 0 0 0;
            justify-content: flex-start;
            flex-wrap: wrap;
            /* align-items: flex-start; */
            gap: 0.625vw; }
            @media (max-width: 820px) {
              .menu-header-search .menu-search li div .items ul {
                padding: 8px 0 0 0;
                gap: 12px; } }
          .menu-header-search .menu-search li div .items a {
            font-weight: normal;
            font-size: 0.863vw;
            color: black;
            text-decoration: none;
            border-radius: 15.625vw;
            border: 0.052vw solid var(--Secondary-03, #A2C7FD);
            display: flex;
            padding: 0.625vw 1.042vw;
            justify-content: flex-end;
            align-items: center;
            gap: 0.521vw; }
            @media (max-width: 820px) {
              .menu-header-search .menu-search li div .items a {
                font-size: 20px;
                border-radius: 300px;
                border: 1px solid var(--Secondary-03, #A2C7FD);
                padding: 5px 15px;
                gap: 10px; } }
            .menu-header-search .menu-search li div .items a:hover {
              background: var(--Secondary-01, #E0ECFE); }
            .menu-header-search .menu-search li div .items a:active {
              background: var(--Secondary-01, #C1DAFE); }
  .menu-header-search.active .menu-search {
    display: flex;
    animation: move_search_down 0.3s ease; }
    @media (max-width: 820px) {
      .menu-header-search.active .menu-search {
        display: block;
        animation: move_search_down 0.3s ease-out; } }
  .menu-header-search.active button.search-icon {
    background-image: url(/images/header/blue_search.svg); }

.investor_relation .menu-header-search {
  margin: 0; }
  @media (max-width: 820px) {
    .investor_relation .menu-header-search {
      right: 60px; } }
  .investor_relation .menu-header-search button {
    background-image: url(/images/leumi_new/investor_relation/search.svg);
    background-repeat: no-repeat; }
    .investor_relation .menu-header-search button.menu-icon {
      background-image: url(/images/leumi_new/investor_relation/menu-mobile.svg) !important;
      margin: 0 24px;
      z-index: 9999; }
      @media (min-width: 1001px) {
        .investor_relation .menu-header-search button.menu-icon {
          display: none; } }
    .investor_relation .menu-header-search button.close-menu-icon {
      background-image: url(/images/leumi_new/investor_relation/x.svg) !important;
      width: 32px !important;
      height: 32px !important;
      background-size: unset; }
    @media (min-width: 1001px) {
      .investor_relation .menu-header-search button {
        width: 2.08vw !important;
        height: 2.08vw !important;
        border-radius: 0.63vw;
        background-size: 0.94vw;
        background-position: center;
        background-repeat: no-repeat; } }
    .investor_relation .menu-header-search button:not(.menu-icon):hover {
      background: rgba(16, 6, 155, 0.04);
      background-position: center;
      vertical-align: middle;
      background-image: url(/images/leumi_new/investor_relation/search.svg) !important;
      background-repeat: no-repeat;
      background-size: 0.94vw; }
    .investor_relation .menu-header-search button:not(.menu-icon):active {
      background: rgba(16, 6, 155, 0.08);
      background-position: center;
      vertical-align: middle;
      background-image: url(/images/leumi_new/investor_relation/search.svg) !important;
      background-repeat: no-repeat;
      background-size: 0.94vw; }
    .investor_relation .menu-header-search button.clear-button {
      display: none;
      background-position: center !important;
      background-image: url(/images/leumi_new/investor_relation/x.svg) !important;
      background-repeat: no-repeat !important;
      background-size: 0.52vw !important;
      margin-left: 2.1vw;
      margin-top: 0.1vw; }
      @media (max-width: 820px) {
        .investor_relation .menu-header-search button.clear-button {
          background-size: 10px !important;
          margin-left: 32px;
          margin-top: -3px; } }
      .investor_relation .menu-header-search button.clear-button:hover {
        background: transparent;
        background-image: url(/images/leumi_new/investor_relation/x.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 0.52vw !important; }
  .investor_relation .menu-header-search .menu-search {
    top: 2.4vw;
    border-radius: 0.63vw;
    background: linear-gradient(333deg, rgba(183, 186, 212, 0.08) 34.18%, rgba(255, 255, 255, 0.14) 66.8%), var(100, #F8F8F8);
    box-shadow: 0 9px 29.4px -5px rgba(174, 174, 174, 0.3), 0 28px 32px -24px rgba(14, 11, 66, 0.12);
    backdrop-filter: blur(1.04vw);
    flex-direction: column;
    padding: 1.04vw;
    gap: 1.04vw;
    max-width: 18.75vw;
    left: auto;
    right: unset; }
    @media (max-width: 820px) {
      .investor_relation .menu-header-search .menu-search {
        height: 100vh;
        position: fixed;
        max-width: unset;
        top: 0;
        padding: 66px 24px 24px 24px; } }
    .investor_relation .menu-header-search .menu-search .title {
      color: #070762;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      /* 150% */ }
      @media (max-width: 820px) {
        .investor_relation .menu-header-search .menu-search .title {
          display: none; } }
    .investor_relation .menu-header-search .menu-search .menu-search-top {
      display: none; }
    .investor_relation .menu-header-search .menu-search .items {
      display: none !important; }
    .investor_relation .menu-header-search .menu-search li {
      display: block;
      width: 100%; }
      .investor_relation .menu-header-search .menu-search li div .search-box {
        display: flex;
        flex-direction: row-reverse;
        border: 1px solid #B7BAD4;
        padding: 12px;
        border-radius: 12px; }
        @media (min-width: 821px) {
          .investor_relation .menu-header-search .menu-search li div .search-box {
            padding: 0.2vw;
            border-radius: 0.63vw; } }
        .investor_relation .menu-header-search .menu-search li div .search-box input[type=text] {
          height: unset;
          color: #070762;
          font-size: 18px;
          margin-right: 4px;
          padding: 0 !important; }
          @media (min-width: 821px) {
            .investor_relation .menu-header-search .menu-search li div .search-box input[type=text] {
              height: 2.3vw;
              margin-right: 0.31vw; } }
          .investor_relation .menu-header-search .menu-search li div .search-box input[type=text].not_empty::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            background-image: url("/images/header/down.svg");
            background-position: 50% 60%;
            background-repeat: no-repeat;
            background-size: 10px;
            font-size: 0;
            width: 10px;
            height: 5px;
            top: 8px; }
        .investor_relation .menu-header-search .menu-search li div .search-box ::-webkit-input-placeholder {
          /* Edge */
          color: #A0A0AE; }
        .investor_relation .menu-header-search .menu-search li div .search-box :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #A0A0AE; }
        .investor_relation .menu-header-search .menu-search li div .search-box ::placeholder {
          color: #A0A0AE; }
        @media (min-width: 821px) {
          .investor_relation .menu-header-search .menu-search li div .search-box ::-webkit-input-placeholder {
            /* Edge */
            color: #fff; }
          .investor_relation .menu-header-search .menu-search li div .search-box :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #fff; }
          .investor_relation .menu-header-search .menu-search li div .search-box ::placeholder {
            color: #fff; } }
        .investor_relation .menu-header-search .menu-search li div .search-box button.search-button {
          position: absolute;
          left: 0.392vw;
          right: auto;
          top: 0.392vw;
          background-image: url(/images/leumi_new/investor_relation/searchGray.svg) !important;
          background-repeat: no-repeat !important;
          background-size: contain !important;
          border-radius: 0.625vw; }
          .investor_relation .menu-header-search .menu-search li div .search-box button.search-button.active {
            background-image: url(/images/leumi_new/investor_relation/searchGray.svg) !important;
            background-repeat: no-repeat !important;
            border-radius: 0.625vw;
            background-color: #10069B; }
          @media (max-width: 820px) {
            .investor_relation .menu-header-search .menu-search li div .search-box button.search-button {
              left: 8px;
              top: 10px;
              background-size: 42px !important;
              border-radius: 12px; }
              .investor_relation .menu-header-search .menu-search li div .search-box button.search-button.active {
                border-radius: 12px; } }
        .investor_relation .menu-header-search .menu-search li div .search-box.focus {
          border: 1px solid #10069B; }
          .investor_relation .menu-header-search .menu-search li div .search-box.focus button.search-button.active {
            background-image: url(/images/leumi_new/investor_relation/searchGray.svg) !important;
            background-repeat: no-repeat !important;
            background-size: contain !important; }
            @media (max-width: 820px) {
              .investor_relation .menu-header-search .menu-search li div .search-box.focus button.search-button.active {
                background-size: 42px !important; } }
  .investor_relation .menu-header-search.active button.search-icon {
    background: rgba(16, 6, 155, 0.08);
    background-position: center;
    vertical-align: middle;
    background-image: url(/images/leumi_new/investor_relation/search.svg) !important;
    background-repeat: no-repeat;
    background-size: 0.94vw; }
  .investor_relation .menu-header-search.active button.menu-icon {
    display: none; }

body.homepage {
  --brusting_text_top: 0px;
  --template_5_margin_top:0px;
  --template_5_center_area_top:0vh;
  --content_template_5_margin:108px;
  --template_1_3_top_margin:0;
  --drupal_toolbar_fixed:0px;
  background-image: url("/images/leumi_new/HP/Background-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F8FAFC;
  --space_from_top:0px;
  --add_to_width:0%; }
  @media (min-width: 821px) {
    body.homepage {
      --template_1_3_top_margin:5vh;
      background-image: url("/images/leumi_new/HP/Background.png");
      background-size: 100vw 100vh;
      background-repeat: repeat-x;
      overflow-x: hidden; }
      body.homepage.toolbar-fixed {
        --drupal_toolbar_fixed:80px; }
      body.homepage.no_background {
        --template_1_3_top_margin:0px; } }
  @media (min-width: 821px) and (max-aspect-ratio: 4 / 3) {
    body.homepage {
      --space_from_top:5vh;
      --add_to_width:10%; } }
  body.homepage.no_background {
    --template_5_margin_top:4.79vw;
    --template_5_center_area_top:10vh;
    --content_template_5_margin:0vh; }
    @media (max-width: 820px) {
      body.homepage.no_background {
        --template_5_margin_top:108px;
        --content_template_5_margin:0vh; } }
    body.homepage.no_background header {
      background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%); }
    body.homepage.no_background main {
      padding-top: var(--brusting_text_top, 0px); }
      @media (max-width: 820px) {
        body.homepage.no_background main .leumi-home {
          top: 0; } }
  body.homepage .hide-for-user {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    margin-left: -1px; }
  body.homepage .brusting_flag_on .brusting_text_wrapper {
    position: fixed;
    height: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    top: var(--drupal_toolbar_fixed, 0px);
    z-index: 130;
    padding: 0 3.6vw; }
    @media (min-width: 821px) {
      body.homepage .brusting_flag_on .brusting_text_wrapper {
        padding: 0 1.927vw;
        height: 50px; } }
    body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text {
      color: var(--Primary-main-dark, #070762);
      text-align: center;
      flex-grow: 1;
      font-size: clamp(13px, 3.611vw, 15.5px);
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      /* 19.5px */
      letter-spacing: 0.26px;
      padding: 6px 0 3px; }
      @media (min-width: 821px) {
        body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text {
          font-size: var(--desktop-font-size, 14px);
          line-height: 160%;
          /* 32px */
          font-weight: 400;
          padding: 0; }
          body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text br {
            display: none; } }
  @media (min-width: 821px) and (min-width: 821px) {
    body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text p {
      display: inline-block;
      padding-left: 4px; } }
      body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text a {
        color: var(--Primary-main-dark, #070762); }
        @media (min-width: 821px) {
          body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text a {
            padding-right: 4px; } }
      body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text p {
        margin-bottom: 0;
        line-height: 1.2; }
    body.homepage .brusting_flag_on .brusting_text_wrapper .close_message {
      line-height: 1; }
      body.homepage .brusting_flag_on .brusting_text_wrapper .close_message button {
        width: 24px;
        height: 24px;
        border: 0;
        background-color: transparent; }
    body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text a {
      text-decoration: underline;
      font-weight: 600; }
      @media (min-width: 821px) {
        body.homepage .brusting_flag_on .brusting_text_wrapper .brusting_text a {
          font-weight: 400; } }
    body.homepage .brusting_flag_on .brusting_text_wrapper.close_message_animation {
      animation: close_message_up 1s ease-out;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -ms-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@keyframes close_message_up {
  0% {
    height: auto;
    transform: translateY(-1vh);
    transition: transform 0.5s ease-out; }
  100% {
    height: 0px;
    transform: translateY(100px);
    opacity: 0;
    display: none; } }
    body.homepage .brusting_flag_on .brusting_text_wrapper.lightblue {
      border-bottom: 2px solid var(--Neutral-white, #FFF);
      background: var(--Secondary-01, #E0ECFE); }
      body.homepage .brusting_flag_on .brusting_text_wrapper.lightblue .brusting_text {
        color: var(--Primary-main-dark, #070762); }
        body.homepage .brusting_flag_on .brusting_text_wrapper.lightblue .brusting_text a {
          color: var(--Primary-main-dark, #070762); }
      body.homepage .brusting_flag_on .brusting_text_wrapper.lightblue .close_message button {
        background-image: url(/images/header/close.svg);
        background-repeat: no-repeat;
        cursor: pointer; }
    body.homepage .brusting_flag_on .brusting_text_wrapper.regularblue {
      border-bottom: 2px solid var(--Neutral-white, #FFF);
      background: var(--Secondary-01, #06F); }
      body.homepage .brusting_flag_on .brusting_text_wrapper.regularblue .brusting_text {
        color: var(--Primary-main-dark, #fff); }
        body.homepage .brusting_flag_on .brusting_text_wrapper.regularblue .brusting_text a {
          color: var(--Primary-main-dark, #fff); }
      body.homepage .brusting_flag_on .brusting_text_wrapper.regularblue .close_message button {
        background-image: url(/images/header/close-white.svg);
        background-repeat: no-repeat; }
    body.homepage .brusting_flag_on .brusting_text_wrapper.darkblue {
      border-bottom: 2px solid var(--Neutral-white, #FFF);
      background: var(--Secondary-01, #070762); }
      body.homepage .brusting_flag_on .brusting_text_wrapper.darkblue .brusting_text {
        color: var(--Primary-main-dark, #fff); }
        body.homepage .brusting_flag_on .brusting_text_wrapper.darkblue .brusting_text a {
          color: var(--Primary-main-dark, #fff); }
      body.homepage .brusting_flag_on .brusting_text_wrapper.darkblue .close_message button {
        background-image: url(/images/header/close-white.svg); }
  body.homepage .brusting_flag_on.hide .brusting_text_wrapper {
    height: 0;
    opacity: 0;
    transition: all 0.5s ease; }
  body.homepage .brusting_flag_on.hide .leumi_marketing_header {
    top: 0; }
  body.homepage .leumi-home {
    --margin-bottom-area: 2000px; }
    @media (min-width: 821px) {
      body.homepage .leumi-home {
        --margin-bottom-area: 70.804vw; } }
    body.homepage .leumi-home .hero_section {
      visibility: hidden;
      position: relative;
      margin-top: calc(var(--template_1_3_top_margin ,0) * -1); }
      body.homepage .leumi-home .hero_section .floating_ball {
        display: none; }
      body.homepage .leumi-home .hero_section .leumi-home .section-slider .hp-slider-wrapper .hp-slider .slick-list {
        height: 100%; }
      body.homepage .leumi-home .hero_section.start_animation {
        background-color: transparent;
        visibility: visible; }
        body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner .content_wrapper {
          visibility: hidden; }
        body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner .img {
          visibility: hidden; }
        body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.backwards {
          --move_wall_right_start: 100%;
          --right_wall_timing_duration:600ms;
          --right_start_delay:0.2ms;
          --move_wall_left_start: 400%;
          --left_wall_start_delay:0s;
          --move_text_start:220%;
          --move_text_middle:200%;
          --move_text_delay:200ms;
          --move_text_timing_duration:600ms;
          --move_ball_start: 120vw;
          --move_ball_end: 20%;
          --rotate_ball_start:360deg;
          --rotate_ball_end:0deg;
          --ball-delay:200ms;
          --move_button_start:620%;
          --move_button_middle:610%;
          --move_button_delay:300ms;
          --move_button_timing_duration:600ms;
          --move_img_end:0%;
          --move_img_start:220%;
          --move_img_middle:200%;
          --img-delay:100ms;
          --img_timing_duration:700ms;
          --move_disclaimer_delay:1s; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.backwards.template_4 {
            --img-delay:0;
            --move_img_end:-1%; }
        body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.forwards {
          --right_wall_timing_duration:800ms;
          --move_wall_right_start: -200%;
          --move_wall_left_start: -100%;
          --left_wall_start_delay:500ms;
          --move_text_start:-50%;
          --move_text_delay:600ms;
          --move_text_timing_duration:500ms;
          --move_ball_start: -100%;
          --move_ball_end: 20%;
          --rotate_ball_start:0deg;
          --rotate_ball_end:360deg;
          --ball-delay:300ms;
          --move_button_start:-120%;
          --move_button_middle:-50%;
          --move_button_delay:700ms;
          --move_button_timing_duration:450ms;
          --move_img_start:-200%;
          --move_img_middle:-300%;
          --move_img_end:0%;
          --img-delay:100ms;
          --img_timing_duration:750ms;
          --move_disclaimer_delay:1s; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.forwards.template_1 {
            --move_img_end:5%; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.forwards.template_4 {
            --move_img_start:-200%;
            --img_timing_duration:1000ms;
            --img-delay:0ms; }
        body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.leave_animation_forwards {
          animation: exit_animation_forward alternate 1000ms ease-out;
          -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
          -ms-animation-fill-mode: forwards;
          -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@keyframes exit_animation_forward {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(100vw + 100%)); } }
        body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.leave_animation_backwards {
          animation: exit_animation_backwards 1000ms ease-out;
          -webkit-animation-fill-mode: forwards;
          -moz-animation-fill-mode: forwards;
          -ms-animation-fill-mode: forwards;
          -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@keyframes exit_animation_backwards {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-100%); } }
        body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner {
          --main-text-color: $text-color;
          --button-background-color: #0066FF;
          --button-text-color:white;
          --h2_strong_color:  #0D54D8;
          --button-hover-background-color: #0D54D8;
          --button-pressed-background-color: var(--Secondary-07, #0B3BB1);
          display: flex;
          justify-content: center;
          position: relative; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .right_wall_slide {
            background-image: url("/images/leumi_new/HP/Wall-right-white-mobile.png"); }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .right_wall_slide {
                background-image: url("/images/leumi_new/HP/Wall-right-white.png"); } }
          @media (max-width: 820px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_1 .img img {
              width: 100%;
              object-fit: contain;
              object-position: center;
              left: 0;
              top: 0; } }
          @media (min-width: 821px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_1 .img img {
              height: 100%; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .right_wall_slide {
            display: none; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .left_wall_slide {
            display: none; }
          @media (max-width: 821px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .content_wrapper {
              padding-right: 15px;
              padding-left: 15px; }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .content_wrapper .main_text {
                text-align: center; }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .content_wrapper h2, body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .content_wrapper .disclaimer {
                text-align: center; }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .content_wrapper h2 {
                padding-top: 0; }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .content_wrapper .action_button {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .floating_ball {
            left: 9vw; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .img {
            width: 100%; }
            @media (max-width: 820px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .img img {
                left: 0;
                right: 0;
                margin: auto;
                object-fit: contain;
                width: 100%; } }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .img img {
                object-position: center;
                width: 100%;
                height: 100%; } }
            @media (min-width: 1900px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_2 .img img {
                width: 100%;
                height: 100%; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_3 {
            --main-text-color: white;
            --button-background-color:white;
            --button-text-color:#0066FF;
            --h2_strong_color: white;
            --button-hover-background-color:var(--Neutral-gray-02, rgba(247, 247, 247, 0.96));
            --button-pressed-background-color: var(--Neutral-gray-03, #F0F0F0); }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_3 .right_wall_slide {
              background-image: url("/images/leumi_new/HP/Wall-right-blue-mobile.png"); }
              @media (min-width: 821px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_3 .right_wall_slide {
                  background-image: url("/images/leumi_new/HP/Wall-right-blue.png");
                  background-position: 0 0;
                  background-size: cover;
                  height: calc(87vh - var(--brusting_text_top));
                  top: calc(var(--space_from_top , 0) - var(--template_1_3_top_margin,0)); } }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_3 .floating_ball {
              display: none; }
            @media (max-width: 820px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_3 .img img {
                object-fit: contain;
                left: 0;
                right: 0;
                margin: auto;
                width: 100%; } }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_3 .img img {
                height: 100%; } }
          @media (max-width: 821px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .right_wall_slide {
              display: none; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .floating_ball {
            display: none; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .left_wall_slide {
            display: none; }
          @media (max-width: 821px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .content_wrapper {
              padding-right: 16.389vw;
              padding-left: 5.556vw; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .img {
            position: absolute;
            width: 98%;
            height: 76vh;
            left: 0;
            top: 0.5vh;
            z-index: -1; }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .img {
                left: -8%;
                top: 13.5vh;
                width: 65.365vw;
                height: 60.78vh; } }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .img img {
              position: relative;
              width: 100%;
              right: 3.969vw; }
              @media (max-width: 820px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .img img {
                  height: 104%;
                  object-fit: cover;
                  object-position: center;
                  border-radius: 40px 40px 0 0;
                  right: 4.969vw;
                  box-shadow: 20px 25px 50px 7px #dbdbdb; } }
              @media (min-width: 821px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .img img {
                  object-position: right;
                  object-fit: contain;
                  border-radius: 60px 60px 0px 0px;
                  box-shadow: 20px 25px 50px 7px #dbdbdb; } }
              @media (min-width: 821px) and (max-aspect-ratio: 3 / 2) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_4 .img img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; } }
          .homepage body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 {
            background-image: none; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .floating_ball {
            display: none; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .left_wall_slide {
            display: none; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .right_wall_slide {
            display: none; }
          @media (max-width: 821px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .content_wrapper {
              padding-right: 15px;
              padding-left: 15px;
              padding-top: calc(2.266vh + var(--template_5_margin_top,0px)); }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .content_wrapper .main_text, body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .content_wrapper .disclaimer {
                text-align: center; }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .content_wrapper h2 {
                text-align: center;
                padding-top: 0; }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .content_wrapper .action_button {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                margin-top: 0px; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .img {
            width: 100%;
            position: absolute;
            z-index: -1;
            left: 0;
            visibility: visible;
            animation: none;
            height: calc(100vh -  var(--brusting_text_top, 0px));
            /*@media (min-width: 821px) {
                  top: calc(92px  * -1);
                }*/ }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .img img {
              width: 100%;
              height: 100%;
              object-position: center;
              object-fit: cover;
              visibility: hidden;
              position: unset;
              animation: fade_in_template5_img 1000ms;
              -webkit-animation-fill-mode: forwards;
              -moz-animation-fill-mode: forwards;
              -ms-animation-fill-mode: forwards;
              -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@keyframes fade_in_template5_img {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
              @media (min-width: 1280px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner.template_5 .img img {
                  object-position: left; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .inner_template {
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: flex-start; }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .inner_template {
                width: 83%;
                flex-direction: row;
                margin: var(--template_1_3_top_margin, 0) auto 0; } }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .inner_template .content_wrapper {
              visibility: hidden; }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .right_wall_slide {
            background-position: 0 -7vh;
            height: 100%;
            background-size: 110% 62%;
            width: 100%;
            min-width: 525px;
            right: calc((100vw - 525px) * 0.8);
            /*background-position: right -14.222vw;
              height: 100%;
              background-size: 106%;
              width: 100%;*/
            position: absolute;
            z-index: -1;
            border-radius: 4.604vw 0 0 0;
            background-repeat: no-repeat;
            animation: move_on_x_right var(--right_wall_timing_duration) ease-out;
            animation-delay: var(--right_start_delay, 0s); }
            @media (min-width: 500px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .right_wall_slide {
                width: 120%;
                right: -16%; } }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .right_wall_slide {
                height: calc(82vh - var(--brusting_text_top));
                background-size: cover;
                background-position: left 0;
                width: calc(90% + var(--add_to_width, 0%));
                top: 0;
                border-radius: 4.604vw 4.604vw 0 0;
                right: -25vw; } }

@keyframes move_on_x_right {
  0% {
    transform: translateX(var(--move_wall_right_start)); }
  100% {
    visibility: visible;
    transform: translateX(0%); } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .floating_ball {
            display: none; }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .floating_ball {
                visibility: hidden;
                background-image: url("/images/leumi_new/HP/Shadow-Ball-Leumi.png");
                background-repeat: no-repeat;
                position: absolute;
                height: auto;
                width: 26.563vw;
                background-size: cover;
                background-position: bottom;
                display: flex;
                align-items: flex-end;
                z-index: -1;
                left: 0;
                top: calc(73vh - 23.63vw  - var(--brusting_text_top, 0));
                -webkit-animation: shadowMove_homepage 700ms ease-out;
                animation: shadowMove_homepage 700ms ease-out;
                animation-delay: var(--ball-delay, 0);
                -webkit-animation-delay: var(--ball-delay, 0);
                -webkit-animation-fill-mode: forwards;
                -moz-animation-fill-mode: forwards;
                -ms-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
              @keyframes shadowMove_homepage {
                0% {
                  transform: translateX(var(--move_ball_start)); }
                100% {
                  visibility: visible;
                  transform: translateX(var(--move_ball_end)); } }
              @keyframes move_ball_homepage {
                0% {
                  transform: rotate(var(--rotate_ball_start)); }
                100% {
                  transform: rotate(var(--rotate_ball_end)); } }
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .floating_ball .ball {
                  height: auto;
                  width: 26.563vw;
                  background-color: transparent;
                  border-radius: 50%;
                  -webkit-animation: move_ball_homepage 1000ms ease-out;
                  animation: move_ball_homepage 1000ms ease-out;
                  -webkit-animation-fill-mode: forwards;
                  -moz-animation-fill-mode: forwards;
                  -ms-animation-fill-mode: forwards;
                  -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; } }
          @media (min-width: 821px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .left_wall_slide {
              visibility: hidden;
              background-image: url("/images/leumi_new/HP/LeftWallWhite.png");
              background-repeat: no-repeat;
              position: absolute;
              width: 42vw;
              height: 68vh;
              left: -20vw;
              top: calc(12.667vh  - var(--brusting_text_top, 0));
              z-index: -1;
              background-size: cover;
              background-position: right;
              -webkit-animation: move_on_x_left 600ms ease-out;
              animation-delay: var(--left_wall_start_delay, 0);
              -webkit-animation-delay: var(--left_wall_start_delay, 0);
              -webkit-animation-fill-mode: forwards;
              -moz-animation-fill-mode: forwards;
              -ms-animation-fill-mode: forwards;
              -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
            @keyframes move_on_x_left {
              0% {
                transform: translateX(var(--move_wall_left_start)); }
              100% {
                visibility: visible;
                transform: translateX(0%); } } }
          @media (min-width: 821px) and (max-height: 600px) {
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .left_wall_slide {
              bottom: 59vh; } }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper {
            visibility: visible !important;
            padding-top: calc(2.266vh + var(--template_5_margin_top,0px));
            width: 100%;
            padding-left: 15.222vw;
            padding-right: 23px; }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper {
                padding-left: 0;
                padding-right: 0;
                max-width: 34.635vw;
                padding-top: 0;
                margin-top: calc(2vh + var(--template_5_margin_top,0px) + var(--space_from_top , 0));
                height: 59.155vh;
                width: 60%;
                display: flex;
                flex-direction: column;
                justify-content: center; } }
            @media (max-width: 820px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper.mobile_white {
                --main-text-color: white;
                --button-background-color: white;
                --button-text-color: #0066FF; } }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper.desktop_white {
                --main-text-color: white;
                --button-background-color: white;
                --button-text-color: #0066FF; } }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper h2 {
              padding-top: 1.004vh;
              text-align: right;
              font-size: 8.889vw;
              font-style: normal;
              font-weight: 700;
              line-height: 100%;
              /* 72px */ }
              @media (min-width: 821px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper h2 {
                  padding-top: 0;
                  font-size: 3.75vw; } }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text {
              visibility: hidden;
              color: var(--main-text-color);
              text-align: right;
              font-size: 4.444vw;
              font-style: normal;
              font-weight: normal;
              line-height: 150%;
              /* 30px */
              animation-delay: var(--move_text_delay, 0);
              animation: move_on_x_text var(--move_text_timing_duration) ease-out, opacity_text var(--move_text_timing_duration);
              -webkit-animation-delay: var(--move_text_delay, 0);
              -webkit-animation-fill-mode: forwards;
              -moz-animation-fill-mode: forwards;
              -ms-animation-fill-mode: forwards;
              -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
              @media (max-width: 820px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text.main_text_desktop {
                  display: none; }
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text.main_text_mobile {
                  display: block; } }
              @media (min-width: 821px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text.main_text_desktop {
                  display: block; }
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text.main_text_mobile {
                  display: none; } }

@keyframes move_on_x_text {
  0% {
    transform: translateX(var(--move_text_start)); }
  100% {
    visibility: visible;
    transform: translateX(0%); } }

@keyframes opacity_text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
              @media (min-width: 479px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text {
                  font-size: 2.444vw; } }
              @media (min-width: 821px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text {
                  font-size: var(--desktop-font-size, 1.042vw);
                  line-height: 160%; } }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .main_text p {
                margin-bottom: 0px; }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .disclaimer {
              margin-top: 2.125vh;
              color: var(--main-text-color);
              font-size: 14px;
              font-style: normal;
              font-weight: 200;
              line-height: 130%;
              /* 18.2px */
              padding: 0 0 9px 0;
              visibility: hidden;
              animation-name: fade_in_disclaimer;
              animation-duration: 500ms;
              animation-timing-function: ease-out;
              animation-delay: var(--move_disclaimer_delay, 0);
              -webkit-animation-delay: var(--move_disclaimer_delay, 0);
              -webkit-animation-fill-mode: forwards;
              -moz-animation-fill-mode: forwards;
              -ms-animation-fill-mode: forwards;
              -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@keyframes fade_in_disclaimer {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
              @media (min-width: 821px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .disclaimer {
                  text-align: right; } }
              @media (min-width: 2000px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .disclaimer {
                  font-size: 22px; } }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .disclaimer p {
                margin-bottom: 0; }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .action_button {
              visibility: hidden;
              width: fit-content;
              padding-top: 20px;
              animation: move_on_x_button var(--move_button_timing_duration) ease-out, opacity_button var(--move_button_timing_duration);
              animation-delay: var(--move_button_delay, 0);
              -webkit-animation-delay: var(--move_button_delay, 0);
              -webkit-animation-fill-mode: forwards;
              -moz-animation-fill-mode: forwards;
              -ms-animation-fill-mode: forwards;
              -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }

@keyframes move_on_x_button {
  0% {
    transform: translateX(var(--move_button_start)); }
  100% {
    visibility: visible;
    transform: translateX(0%); } }

@keyframes opacity_button {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .action_button a {
                border-radius: 8px;
                text-align: center;
                background-color: var(--button-background-color);
                color: var(--button-text-color);
                font-style: normal;
                font-weight: 600;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 18px;
                padding: 10px 14px;
                letter-spacing: 0.27px;
                line-height: normal; }
                @media (min-width: 821px) {
                  body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .action_button a {
                    border-radius: 0.833vw;
                    height: 3.125vw;
                    min-width: 10.417vw;
                    padding: 0.417vw 2.5vw;
                    font-size: var(--desktop-font-size, 1.042vw); } }
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .action_button a:hover {
                  text-decoration: none;
                  background: var(--button-hover-background-color); }
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .content_wrapper .action_button a:focus {
                  text-decoration: none;
                  background: var(--button-pressed-background-color); }
          body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .img {
            visibility: hidden;
            position: relative;
            animation: move_on_x_img var(--img_timing_duration, 700ms) ease-out 200ms;
            width: 100%;
            height: 130vh;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            -ms-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@keyframes move_on_x_img {
  0% {
    transform: translateX(var(--move_img_start)); }
  100% {
    visibility: visible;
    transform: translateX(var(--move_img_end)); } }
            @media (min-width: 821px) {
              body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .img {
                width: 100%; } }
            body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .img img {
              position: absolute; }
              @media (min-width: 821px) {
                body.homepage .leumi-home .hero_section.start_animation .hp-hero-banner.animation_on_banner .img img {
                  display: block;
                  object-position: right;
                  object-fit: cover; } }
      body.homepage .leumi-home .hero_section .slider-buttons {
        display: flex;
        flex-direction: row;
        position: absolute;
        background: transparent;
        top: calc(83vh - 30px - var(--content_template_5_margin,0px) - var(--brusting_text_top, 0px));
        left: 10px;
        width: fit-content;
        height: 30px; }
        @media (min-width: 821px) {
          body.homepage .leumi-home .hero_section .slider-buttons {
            top: calc(61.122vh + var(--template_1_3_top_margin,0) +  var(--template_5_margin_top,0) - var(--brusting_text_top, 0) +  var(--space_from_top , 0));
            right: 0;
            left: 0;
            width: 83%;
            margin: auto; } }
        body.homepage .leumi-home .hero_section .slider-buttons button {
          display: flex;
          width: 30px;
          height: 30px;
          padding: 9.702px 0px;
          justify-content: center;
          align-items: center;
          border-radius: 100px;
          background: white;
          border: 1px solid white;
          box-shadow: 0px 1.712px 6.85px 0px rgba(114, 113, 160, 0.25);
          font-size: 0;
          background-repeat: no-repeat;
          background-position: center;
          margin-left: 10px;
          cursor: pointer; }
          body.homepage .leumi-home .hero_section .slider-buttons button:hover {
            box-shadow: 0px 1.712px 6.85px 0px rgba(114, 113, 160, 0.55); }
        @media (max-width: 821px) {
          body.homepage .leumi-home .hero_section .slider-buttons .prev {
            display: none !important; } }
        @media (min-width: 821px) {
          body.homepage .leumi-home .hero_section .slider-buttons .prev {
            background-image: url("/images/leumi_new/HP/arrow_right.svg"); }
            body.homepage .leumi-home .hero_section .slider-buttons .prev.slick-disabled {
              background-image: url("/images/leumi_new/HP/arrow_right_disabled.svg"); }
            body.homepage .leumi-home .hero_section .slider-buttons .prev:hover {
              background-image: url("/images/leumi_new/HP/arrow_right_pressed.svg"); } }
        @media (max-width: 821px) {
          body.homepage .leumi-home .hero_section .slider-buttons .next {
            display: none !important; } }
        @media (min-width: 821px) {
          body.homepage .leumi-home .hero_section .slider-buttons .next {
            background-position: 48%;
            display: block;
            background-image: url("/images/leumi_new/HP/arrow_left.svg"); } }
        body.homepage .leumi-home .hero_section .slider-buttons .next:hover {
          background-image: url("/images/leumi_new/HP/arrow_left_pressed.svg"); }
        body.homepage .leumi-home .hero_section .slider-buttons .pause {
          background-image: url("/images/leumi_new/HP/pause.svg"); }
          body.homepage .leumi-home .hero_section .slider-buttons .pause:hover {
            background-image: url("/images/leumi_new/HP/pause_pressed.svg"); }
          body.homepage .leumi-home .hero_section .slider-buttons .pause:focus {
            background-image: url("/images/leumi_new/HP/pause_pressed.svg"); }
        body.homepage .leumi-home .hero_section .slider-buttons .play {
          background-image: url("/images/leumi_new/HP/play.svg"); }
          body.homepage .leumi-home .hero_section .slider-buttons .play:hover {
            background-image: url("/images/leumi_new/HP/play_pressed.svg"); }
    body.homepage .leumi-home .center_area {
      position: relative;
      display: flex;
      flex-direction: column;
      top: var(--template_5_margin_top, 0);
      left: 0;
      right: 0;
      padding: 0;
      align-items: center;
      gap: 30px;
      margin: 0 20px 20px;
      direction: ltr;
      background-color: transparent; }
      @media (min-width: 821px) {
        body.homepage .leumi-home .center_area {
          max-width: 71vw;
          height: fit-content;
          margin: 0 14vw 3.39vw 14vw;
          gap: 1.302vw;
          flex-direction: row-reverse;
          top: calc(-35vh + var(--template_5_center_area_top, 0));
          display: inline-flex;
          align-items: flex-start; } }
      @media (max-width: 820px) {
        body.homepage .leumi-home .center_area .widget[mobile_index="1"] {
          order: 1; }
        body.homepage .leumi-home .center_area .widget[mobile_index="2"] {
          order: 2; }
        body.homepage .leumi-home .center_area .widget[mobile_index="3"] {
          order: 3; }
        body.homepage .leumi-home .center_area .widget[mobile_index="4"] {
          order: 4; }
        body.homepage .leumi-home .center_area .widget[mobile_index="5"] {
          order: 5; }
        body.homepage .leumi-home .center_area .widget[mobile_index="6"] {
          order: 6; }
        body.homepage .leumi-home .center_area .widget[mobile_index="7"] {
          order: 7; }
        body.homepage .leumi-home .center_area .widget[mobile_index="8"] {
          order: 8; } }
      @media (max-width: 820px) {
        body.homepage .leumi-home .center_area .column {
          width: 100%; } }
      @media (min-width: 821px) {
        body.homepage .leumi-home .center_area .column:nth-child(1) {
          margin-top: 70px; }
        body.homepage .leumi-home .center_area .column:nth-child(3) {
          margin-top: 40px; } }
      @media (max-width: 820px) {
        body.homepage .leumi-home .center_area .widget {
          width: 100%;
          opacity: 0; }
          body.homepage .leumi-home .center_area .widget.show {
            animation: move_widget 500ms ease-out;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            -ms-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
        @keyframes move_widget {
          0% {
            transform: translateY(100%);
            opacity: 0;
            filter: blur(5px); }
          100% {
            filter: blur(0);
            transform: translateY(0);
            opacity: 1; } } }
      @media (min-width: 821px) {
        body.homepage .leumi-home .center_area .widget {
          height: fit-content;
          opacity: 0;
          filter: blur(5px);
          width: unset;
          backdrop-filter: blur(20px);
          break-inside: avoid;
          margin-bottom: 1.302vw;
          border-radius: 1.042vw;
          direction: rtl; }
          body.homepage .leumi-home .center_area .widget.show {
            animation: move_widget 500ms ease-out;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            -ms-animation-fill-mode: forwards;
            -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
        @keyframes move_widget {
          0% {
            transform: translateY(100%);
            opacity: 0;
            filter: blur(5px); }
          100% {
            filter: blur(0);
            transform: translateY(0);
            opacity: 1; } } }
      body.homepage .leumi-home .center_area .widget.level_3 {
        clear: both; }
    body.homepage .leumi-home .bottom_disclaimer {
      position: relative;
      top: var(--template_5_margin_top, 0);
      left: 0;
      right: 0;
      padding: 0;
      margin: 0 35px 20px;
      background-color: transparent;
      text-align: center;
      font-size: var(--disclaimer_font_size, 15px); }
      @media (min-width: 821px) {
        body.homepage .leumi-home .bottom_disclaimer {
          width: 71vw;
          top: calc(-30vh + var(--template_5_center_area_top, 0));
          margin: -3.39vw auto 3.39vw; } }
  body.homepage footer.leumi_marketing_footer {
    padding-top: calc(40px + var(--template_5_center_area_top, 0) * 2);
    padding-bottom: 30px; }
    @media (min-width: 821px) {
      body.homepage footer.leumi_marketing_footer {
        padding-bottom: 5.208vw;
        position: relative;
        top: calc(-30vh + var(--template_5_center_area_top, 0));
        padding-top: 0; } }
  @media (min-width: 821px) {
    body.homepage:lang(biz) .type_rectangle {
      height: 16.542vw; }
      body.homepage:lang(biz) .type_rectangle .image {
        width: 12.333vw; } }

.categories_toolbar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: calc(var(--vh) + var(--template_5_margin_top,0px) - var(--brusting_text_top, 0px) - 160px);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 30px 0 rgba(7, 7, 98, 0.2);
  backdrop-filter: blur(20px);
  width: 73%;
  padding-bottom: 20px; }
  @media (min-width: 821px) {
    .categories_toolbar_wrapper {
      width: 83%;
      background-color: rgba(255, 255, 255, 0.6);
      box-shadow: 0 35px 60px 0 rgba(7, 7, 98, 0.11);
      padding-bottom: 0;
      top: calc(69.824vh + var(--template_1_3_top_margin,0) + var(--template_5_margin_top,0) - var(--brusting_text_top, 0px) + var(--space_from_top , 0)); } }
  .categories_toolbar_wrapper .categories_title_mobile {
    text-align: center; }
    @media (min-width: 821px) {
      .categories_toolbar_wrapper .categories_title_mobile {
        display: none; } }
    .categories_toolbar_wrapper .categories_title_mobile button {
      color: #070762;
      background: transparent;
      text-align: center;
      padding: 20px 0 14px 0;
      font-size: 4.444vw;
      font-style: normal;
      font-weight: 700;
      line-height: 125%;
      /* 20px */
      border: 0;
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;
      margin: auto;
      cursor: pointer; }
      @media (min-width: 821px) {
        .categories_toolbar_wrapper .categories_title_mobile button {
          font-size: 2.444vw; } }
      .categories_toolbar_wrapper .categories_title_mobile button:after {
        content: "";
        display: inline-block;
        background-image: url(/images/leumi_new/HP/arrow_bottom.svg);
        background-position: 0px 0.26vw;
        background-repeat: no-repeat;
        background-size: 20px;
        font-size: 0;
        width: 20px;
        height: 20px; }
        @media (min-width: 768px) {
          .categories_toolbar_wrapper .categories_title_mobile button:after {
            background-size: 4.444vw;
            width: 4.444vw;
            height: 4.444vw; } }
  .categories_toolbar_wrapper ul.categories_toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 821px) {
      .categories_toolbar_wrapper ul.categories_toolbar {
        height: 6.979vw;
        padding: 0.781vw 2.604vw;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        flex-wrap: nowrap; } }
    .categories_toolbar_wrapper ul.categories_toolbar li {
      width: 50%; }
      @media (min-width: 821px) {
        .categories_toolbar_wrapper ul.categories_toolbar li {
          width: 10.417vw; } }
      .categories_toolbar_wrapper ul.categories_toolbar li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 10px 12px 10px;
        color: #070762;
        text-decoration: none;
        font-size: 4.444vw;
        font-weight: 400;
        line-height: 100%;
        /* 20px */
        letter-spacing: 0.8px;
        text-align: center; }
        @media (min-width: 820px) {
          .categories_toolbar_wrapper ul.categories_toolbar li a {
            font-size: 20px; } }
        @media (min-width: 821px) {
          .categories_toolbar_wrapper ul.categories_toolbar li a {
            font-size: var(--desktop-font-size, 1.042vw);
            padding: 0.52vw 0.52vw 0.83vw 0.52vw; } }
        .categories_toolbar_wrapper ul.categories_toolbar li a img {
          width: 60px;
          height: 60px; }
          @media (min-width: 821px) {
            .categories_toolbar_wrapper ul.categories_toolbar li a img {
              width: 4.167vw;
              height: 4.167vw; } }
        .categories_toolbar_wrapper ul.categories_toolbar li a .category_lottie_icon {
          width: 60px;
          height: 60px; }
          @media (min-width: 821px) {
            .categories_toolbar_wrapper ul.categories_toolbar li a .category_lottie_icon {
              width: 4.167vw;
              height: 4.167vw; } }
        .categories_toolbar_wrapper ul.categories_toolbar li a .item_text {
          overflow: hidden;
          text-align: center;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 20px */
          letter-spacing: 0.8px; }
        .categories_toolbar_wrapper ul.categories_toolbar li a:hover {
          font-weight: 600; }

#mortgage-calculator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%);
  box-shadow: 0px 15px 60px -30px rgba(7, 7, 98, 0.4);
  padding: 50px 40px;
  margin-top: 30px;
  position: relative;
  transition: transform .2s; }
  @media (min-width: 821px) {
    #mortgage-calculator {
      padding: 1.604vw 2.344vw 2.604vw;
      width: 22.656vw;
      margin-top: 0; } }
  #mortgage-calculator .arrow-link a {
    background-image: url(/images/leumi_new/paragraphs/link.svg);
    cursor: pointer;
    position: absolute;
    width: 32.965px;
    height: 32.965px;
    left: 18px;
    top: 18px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    border: 0;
    font-size: 0;
    border-radius: 50%; }
  @media (min-width: 821px) {
    #mortgage-calculator .arrow-link a {
      background-size: contain;
      left: 1.042vw;
      top: 1.042vw;
      width: 1.467vw;
      height: 1.467vw; } }
  #mortgage-calculator h2, #mortgage-calculator h3 {
    color: #0D54D8;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    font-family: 'SimplerPro'; }
    @media (min-width: 821px) {
      #mortgage-calculator h2, #mortgage-calculator h3 {
        font-size: 1.25vw; } }
    #mortgage-calculator h2.title, #mortgage-calculator h3.title {
      text-align: center;
      direction: rtl; }
  #mortgage-calculator .calculator-wrapper {
    direction: ltr; }
    #mortgage-calculator .calculator-wrapper .details {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      flex-direction: column; }
      @media (min-width: 821px) {
        #mortgage-calculator .calculator-wrapper .details {
          padding-bottom: 10px; } }
      #mortgage-calculator .calculator-wrapper .details .inputs {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 77.778vw; }
        @media (min-width: 821px) {
          #mortgage-calculator .calculator-wrapper .details .inputs {
            width: 14.844vw; } }
        #mortgage-calculator .calculator-wrapper .details .inputs label {
          top: 0;
          overflow: hidden;
          color: #070762;
          text-align: right;
          text-overflow: ellipsis;
          font-size: 4.444vw;
          font-style: normal;
          font-weight: 400;
          direction: rtl; }
          @media (min-width: 821px) {
            #mortgage-calculator .calculator-wrapper .details .inputs label {
              font-size: var(--desktop-font-size, 1.042vw);
              margin-bottom: 1.002vw; } }
        #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          direction: rtl;
          margin-bottom: 12px; }
          #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper span.placeholder {
            font-size: 5.556vw;
            display: block;
            align-items: center;
            color: #4D8FF7;
            font-family: SimplerPro;
            font-style: normal;
            font-weight: 700;
            line-height: 7.222vw;
            padding-right: 5px; }
            @media (min-width: 821px) {
              #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper span.placeholder {
                font-size: 1.25vw; } }
            #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper span.placeholder:first-child {
              font-size: 0.781vw; }
              @media (min-width: 821px) {
                #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper span.placeholder:first-child {
                  font-size: 0.781vw; } }
            @media (min-width: 821px) {
              #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper span.placeholder {
                line-height: 1.042vw; } }
          #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper span.input {
            color: #4D8FF7;
            font-family: SimplerPro;
            font-size: 6.667vw;
            font-style: normal;
            font-weight: 700;
            line-height: 5.556vw; }
            @media (min-width: 821px) {
              #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper span.input {
                font-size: 1.25vw;
                line-height: 1.042vw; } }
          #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper input.input::-webkit-outer-spin-button,
          #mortgage-calculator .calculator-wrapper .details .inputs .input_wrapper input.input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        #mortgage-calculator .calculator-wrapper .details .inputs .separator {
          text-align: center; }
          #mortgage-calculator .calculator-wrapper .details .inputs .separator hr {
            width: 100%;
            color: #D8DFE7;
            height: 1px;
            margin: 5.556vw 0; }
            @media (min-width: 821px) {
              #mortgage-calculator .calculator-wrapper .details .inputs .separator hr {
                margin: 1.094vw 0; } }
      #mortgage-calculator .calculator-wrapper .details datalist, #mortgage-calculator .calculator-wrapper .details .values_list {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0; }
        #mortgage-calculator .calculator-wrapper .details datalist option, #mortgage-calculator .calculator-wrapper .details datalist li, #mortgage-calculator .calculator-wrapper .details .values_list option, #mortgage-calculator .calculator-wrapper .details .values_list li {
          color: #595959;
          text-align: right;
          font-size: 3.889vw;
          font-style: normal;
          font-weight: 400;
          line-height: 120%; }
          @media (min-width: 821px) {
            #mortgage-calculator .calculator-wrapper .details datalist option, #mortgage-calculator .calculator-wrapper .details datalist li, #mortgage-calculator .calculator-wrapper .details .values_list option, #mortgage-calculator .calculator-wrapper .details .values_list li {
              font-size: 0.781vw;
              line-height: 160%; } }
    #mortgage-calculator .calculator-wrapper .tab1_legal_disclaimer {
      padding-top: 5.556vw;
      width: 90%;
      margin: auto;
      font-size: var(--disclaimer_font_size, 14px);
      text-align: center; }
      @media (min-width: 821px) {
        #mortgage-calculator .calculator-wrapper .tab1_legal_disclaimer {
          padding-top: 1.094vw;
          font-size: var(--disclaimer_font_size, 15px); } }
      #mortgage-calculator .calculator-wrapper .tab1_legal_disclaimer p {
        margin-bottom: 0px;
        direction: rtl; }
    #mortgage-calculator .calculator-wrapper .button {
      padding-top: 13.889vw;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 821px) {
        #mortgage-calculator .calculator-wrapper .button {
          padding-top: 21px; } }
      #mortgage-calculator .calculator-wrapper .button .complex-link.end {
        justify-content: center;
        align-items: center; }
      #mortgage-calculator .calculator-wrapper .button a {
        height: 36px;
        padding: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        align-self: stretch;
        cursor: pointer;
        border-radius: 8px;
        background-color: #06F;
        border: 1px solid #06F;
        text-decoration: none;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        /* 24px */
        letter-spacing: 0.24px;
        width: 66.667vw; }
        @media (min-width: 821px) {
          #mortgage-calculator .calculator-wrapper .button a {
            width: 14.844vw;
            font-size: 1.042vw;
            height: 2.969vw;
            padding: 1.042vw; } }
        #mortgage-calculator .calculator-wrapper .button a:hover {
          border: 1px solid #0D54D8;
          background-color: #0D54D8; }
  #mortgage-calculator .progress_bar {
    direction: ltr;
    position: relative;
    padding-top: 10px;
    height: 40px;
    /* Thumb: webkit */ }
    #mortgage-calculator .progress_bar input[type="range"] {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      cursor: pointer;
      border-radius: 15px;
      height: 14px;
      background: #fff; }
      #mortgage-calculator .progress_bar input[type="range"]:focus-visible {
        outline: 2px solid inherit; }
    #mortgage-calculator .progress_bar input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 30px;
      height: 30px;
      background-color: #126CF9;
      border-radius: 50%;
      border: 10px solid #fff;
      box-shadow: 0 0 0 3px #EBF2FF;
      transition: .2s ease-in-out; }
  #mortgage-calculator:hover {
    transform: scale(1.02); }

.capital_market_widget {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.042vw;
  border: 0.1042vw solid var(--Neutral-white, #FFF);
  background: var(--Card-Background, linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%));
  box-shadow: 0px 0.781vw 3.125vw -1.563vw rgba(7, 7, 98, 0.4);
  width: 22.656vw;
  padding: 2.604vw 2.344vw;
  direction: rtl;
  transition: transform .2s; }
  @media (max-width: 1025px) {
    .capital_market_widget {
      border-radius: 20px;
      border: 2px solid var(--Neutral-white, #FFF);
      background: linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%);
      box-shadow: 0px 15px 60px -30px rgba(7, 7, 98, 0.4);
      backdrop-filter: blur(20px);
      width: 100%;
      padding: 50px 17px; }
      .capital_market_widget .header {
        display: block;
        width: 100%; } }
  .capital_market_widget .menu-header-tabs > ul {
    margin: 0 2.083vw 0 2.083vw;
    list-style: none;
    line-height: 1.3em;
    display: flex;
    padding: 0.288vw;
    align-items: center;
    gap: 0.313vw;
    border-radius: 0.625vw;
    border: 1px solid var(--Neutral-gray-05, #BFBFBF);
    height: 2.5vw;
    position: relative; }
    @media (max-width: 1025px) {
      .capital_market_widget .menu-header-tabs > ul {
        margin: 0px;
        display: flex;
        padding: 6px;
        gap: 6px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.3);
        justify-content: center;
        height: auto; } }
    .capital_market_widget .menu-header-tabs > ul .overlay_toggle {
      background-color: #C1DAFE;
      overflow: hidden;
      z-index: -1;
      position: absolute;
      display: block;
      transition: 300ms all ease-in-out;
      height: 35px;
      width: 50%;
      top: 6px;
      border-radius: 8px;
      right: 6px; }
      @media (min-width: 1026px) {
        .capital_market_widget .menu-header-tabs > ul .overlay_toggle {
          height: 1.979vw;
          width: 7.496vw;
          top: 0.2vw;
          right: 0.288vw;
          border-radius: 0.417vw; } }
    .capital_market_widget .menu-header-tabs > ul li {
      display: flex;
      width: 7.496vw;
      height: 1.979vw;
      justify-content: center;
      align-items: center; }
      .capital_market_widget .menu-header-tabs > ul li button {
        cursor: pointer;
        border: 0;
        background: transparent;
        border-radius: 0.417vw;
        font-size: var(--desktop-font-size, 1.042vw);
        font-weight: 400;
        padding: 0.617vw 0.833vw 0.521vw 0.833vw;
        width: 100%; }
        @media (min-width: 769px) {
          .capital_market_widget .menu-header-tabs > ul li button:hover {
            color: var(--Primary-vivid-blue, #06F); } }
      @media (max-width: 1400px) {
        .capital_market_widget .menu-header-tabs > ul li button {
          padding: 0.617vw 0.233vw 0.521vw 0.233vw; } }
      @media (max-width: 1024px) {
        .capital_market_widget .menu-header-tabs > ul li {
          width: 50%;
          height: 35px; }
          .capital_market_widget .menu-header-tabs > ul li button {
            border-radius: 8px;
            font-size: 0.8em;
            font-style: normal;
            line-height: 150%;
            /* 27px */
            letter-spacing: 0.27px;
            width: 100%; } }
      @media (max-width: 1023px) {
        .capital_market_widget .menu-header-tabs > ul li {
          width: 50%;
          height: 35px; }
          .capital_market_widget .menu-header-tabs > ul li button {
            border-radius: 8px;
            font-size: 1.06em;
            font-style: normal;
            line-height: 150%;
            /* 27px */
            letter-spacing: 0.27px;
            width: 100%; } }
      .capital_market_widget .menu-header-tabs > ul li.selected {
        background-color: transparent; }
        @media (max-width: 768px) {
          .capital_market_widget .menu-header-tabs > ul li.selected {
            border-radius: 8px; } }
      .capital_market_widget .menu-header-tabs > ul li.selected > button {
        font-weight: 700;
        color: #10069A; }
        .capital_market_widget .menu-header-tabs > ul li.selected > button:hover {
          background-color: transparent;
          color: #10069A; }
      .capital_market_widget .menu-header-tabs > ul li button {
        color: var(--Neutral-gray-07, #595959); }
      .capital_market_widget .menu-header-tabs > ul li a {
        font-size: 1.2vw;
        padding-top: 0.1vw;
        font-weight: normal; }
        @media (max-width: 768px) {
          .capital_market_widget .menu-header-tabs > ul li a {
            font-size: 16px; } }
        .capital_market_widget .menu-header-tabs > ul li a[data-drupal-link-system-path="<front>"] {
          font-weight: bold; }
      .capital_market_widget .menu-header-tabs > ul li a:hover {
        text-decoration: none; }
      .capital_market_widget .menu-header-tabs > ul li:not(.selected):hover {
        background-color: #F7F7F7;
        border-radius: 0.417vw; }
  @media (max-width: 768px) {
    .capital_market_widget .menu-header-tabs.open {
      display: block; } }
  .capital_market_widget .update_date_text {
    color: var(--Neutral-gray-07, #595959);
    text-align: center;
    font-size: 0.83em;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }
    @media (min-width: 769px) {
      .capital_market_widget .update_date_text {
        font-size: 0.781vw; } }
  .capital_market_widget .link {
    font-size: 0.95em;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center; }
    .capital_market_widget .link .complex-link {
      justify-content: center; }
    @media (min-width: 769px) {
      .capital_market_widget .link {
        font-size: var(--desktop-font-size, 1.042vw); } }
    .capital_market_widget .link a {
      color: var(--Primary-vivid-blue, #06F);
      text-decoration: none; }
      .capital_market_widget .link a:hover {
        color: var(--Secondary-06, #0D54D8); }
      .capital_market_widget .link a:active {
        text-decoration: underline;
        color: var(--Primary-main-dark, #070762);
        text-decoration: none; }
  @media (max-width: 768px) {
    .capital_market_widget {
      /* .currency_rates_tab{
      width: 100%;
    }*/ } }
  .capital_market_widget .tab_data {
    min-height: 18.854vw; }
    @media (max-width: 768px) {
      .capital_market_widget .tab_data {
        min-height: 346px; } }
  .capital_market_widget .latest_capital_rates {
    padding-top: 2.396vw; }
    @media (max-width: 768px) {
      .capital_market_widget .latest_capital_rates {
        padding: 3.2em 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.35em;
        margin: 0 1.65em; } }
  .capital_market_widget .latest_indices {
    padding-top: 0.938vw;
    margin: auto; }
    @media (max-width: 768px) {
      .capital_market_widget .latest_indices {
        padding: 1.5em 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.88em;
        margin: 0 1.65em; } }
  .capital_market_widget .latest_capital_rates > div, .capital_market_widget .latest_indices > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(--Primary-main-dark, #070762);
    text-align: right;
    font-size: 0.95em;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }
    @media (min-width: 769px) {
      .capital_market_widget .latest_capital_rates > div, .capital_market_widget .latest_indices > div {
        font-size: var(--desktop-font-size, 1.042vw);
        width: 14.844vw;
        padding: 0 0 1.01vw 0; } }
    .capital_market_widget .latest_capital_rates > div .rightData, .capital_market_widget .latest_indices > div .rightData {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch; }
      .capital_market_widget .latest_capital_rates > div .rightData .currencyImage, .capital_market_widget .latest_indices > div .rightData .currencyImage {
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.25vw;
        height: 1.25vw;
        border-radius: 150px;
        box-shadow: 0px 1.5px 6px 0px rgba(0, 0, 0, 0.25);
        margin-left: 0.5vw; }
        @media (max-width: 768px) {
          .capital_market_widget .latest_capital_rates > div .rightData .currencyImage, .capital_market_widget .latest_indices > div .rightData .currencyImage {
            width: 1.4em;
            height: 1.4em;
            margin-left: 5px; } }
        .capital_market_widget .latest_capital_rates > div .rightData .currencyImage.icon_dollar, .capital_market_widget .latest_indices > div .rightData .currencyImage.icon_dollar {
          background-image: url(/images/leumi_new/paragraphs/dollar.svg); }
        .capital_market_widget .latest_capital_rates > div .rightData .currencyImage.icon_euro, .capital_market_widget .latest_indices > div .rightData .currencyImage.icon_euro {
          background-image: url(/images/leumi_new/paragraphs/euro.svg); }
        .capital_market_widget .latest_capital_rates > div .rightData .currencyImage.icon_sterling, .capital_market_widget .latest_indices > div .rightData .currencyImage.icon_sterling {
          background-image: url(/images/leumi_new/paragraphs/sterling.svg); }
        .capital_market_widget .latest_capital_rates > div .rightData .currencyImage.icon_yen, .capital_market_widget .latest_indices > div .rightData .currencyImage.icon_yen {
          background-image: url(/images/leumi_new/paragraphs/yen.svg); }
      .capital_market_widget .latest_capital_rates > div .rightData .stockImage, .capital_market_widget .latest_indices > div .rightData .stockImage {
        background-size: contain;
        background-repeat: no-repeat;
        width: 1.36em;
        height: 1.36em;
        margin-left: 5px; }
        @media (min-width: 769px) {
          .capital_market_widget .latest_capital_rates > div .rightData .stockImage, .capital_market_widget .latest_indices > div .rightData .stockImage {
            width: 0.885vw;
            height: 0.885vw;
            margin-left: 0.5vw; } }
        .capital_market_widget .latest_capital_rates > div .rightData .stockImage.icon_TA125, .capital_market_widget .latest_indices > div .rightData .stockImage.icon_TA125 {
          background-image: url(/images/leumi_new/paragraphs/TA125.svg); }
        .capital_market_widget .latest_capital_rates > div .rightData .stockImage.icon_TA35, .capital_market_widget .latest_indices > div .rightData .stockImage.icon_TA35 {
          background-image: url(/images/leumi_new/paragraphs/TA35.svg); }
        .capital_market_widget .latest_capital_rates > div .rightData .stockImage.icon_BlueTec, .capital_market_widget .latest_indices > div .rightData .stockImage.icon_BlueTec {
          background-image: url(/images/leumi_new/paragraphs/BlueTec.svg); }
      @media (min-width: 769px) {
        .capital_market_widget .latest_capital_rates > div .rightData .currencyName, .capital_market_widget .latest_indices > div .rightData .currencyName {
          width: 5.729vw; } }
    .capital_market_widget .latest_capital_rates > div .leftData, .capital_market_widget .latest_indices > div .leftData {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch; }
      .capital_market_widget .latest_capital_rates > div .leftData span, .capital_market_widget .latest_indices > div .leftData span {
        margin-right: 0.5vw; }
      .capital_market_widget .latest_capital_rates > div .leftData .shaar, .capital_market_widget .latest_indices > div .leftData .shaar {
        direction: ltr; }
      .capital_market_widget .latest_capital_rates > div .leftData .megama, .capital_market_widget .latest_indices > div .leftData .megama {
        background-size: contain;
        background-repeat: no-repeat;
        width: 0.677vw;
        height: 0.677vw; }
        .capital_market_widget .latest_capital_rates > div .leftData .megama.iconUp, .capital_market_widget .latest_indices > div .leftData .megama.iconUp {
          background-image: url(/images/leumi_new/paragraphs/up_arrow.svg); }
        .capital_market_widget .latest_capital_rates > div .leftData .megama.iconDown, .capital_market_widget .latest_indices > div .leftData .megama.iconDown {
          background-image: url(/images/leumi_new/paragraphs/down_arrow.svg); }
      .capital_market_widget .latest_capital_rates > div .leftData .percentUp, .capital_market_widget .latest_indices > div .leftData .percentUp {
        color: var(--Semantic-Green-Success, #47971C);
        font-weight: 600;
        direction: ltr; }
      .capital_market_widget .latest_capital_rates > div .leftData .percentDown, .capital_market_widget .latest_indices > div .leftData .percentDown {
        color: var(--Semantic-Red-Error, #C60A15);
        font-weight: 600;
        direction: ltr; }
  .capital_market_widget .latest_capital_rates > div {
    padding-top: 1.01vw; }
  .capital_market_widget .indices_tab {
    opacity: 0;
    height: 0; }
    .capital_market_widget .indices_tab .tab_data {
      display: flex;
      flex-direction: column; }
    .capital_market_widget .indices_tab img.graph_bursa {
      padding-top: 2.058em;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
      @media (min-width: 769px) {
        .capital_market_widget .indices_tab img.graph_bursa {
          padding-top: 1.458vw; } }
  .capital_market_widget .legal_note {
    color: var(--Primary-main-dark, #070762);
    text-align: center;
    font-size: 0.83em;
    margin-top: 0.83em;
    font-style: normal;
    font-weight: 200;
    line-height: 130%;
    letter-spacing: 0.28px; }
    @media (min-width: 769px) {
      .capital_market_widget .legal_note {
        display: none;
        font-size: 0.729vw;
        margin-top: 1.25vw; } }
  .capital_market_widget p {
    margin: 0; }
  .capital_market_widget:hover {
    transform: scale(1.02); }
  .capital_market_widget #foreignExchange {
    width: 285px;
    height: 366px;
    border: 0;
    overflow: hidden; }
  .capital_market_widget #stockExchange {
    width: 345px;
    height: 366px;
    border: 0;
    overflow: hidden; }

.marketing-widget {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.042vw;
  border: 2px solid var(--Neutral-white, #FFF);
  background: linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%);
  box-shadow: 0px 0.781vw 3.125vw -1.563vw rgba(7, 7, 98, 0.4);
  width: 100%;
  transition: transform .2s; }
  @media (max-width: 820px) {
    .marketing-widget {
      border-radius: 20px;
      border: 2px solid var(--Neutral-white, #FFF);
      background: linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%);
      box-shadow: 0px 15px 60px -30px rgba(7, 7, 98, 0.4);
      backdrop-filter: blur(20px); } }
  .marketing-widget > a {
    text-decoration: none;
    width: 100%;
    height: 100%; }
  .marketing-widget .content {
    direction: rtl;
    display: flex;
    flex-direction: column;
    padding: 50px 60px;
    justify-content: center;
    align-items: center; }
    @media (min-width: 821px) {
      .marketing-widget .content {
        padding: 1.577vw 1.584vw 1.577vw 1.571vw; } }
    .marketing-widget .content .image {
      display: flex;
      width: 100%;
      height: 100%; }
      .marketing-widget .content .image img {
        width: 100%;
        height: 100%;
        background: transparent; }
    .marketing-widget .content .text h2, .marketing-widget .content .text h3 {
      color: var(--Secondary-06, #0D54D8);
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 28.8px */
      letter-spacing: 0.052vw; }
      @media (min-width: 821px) {
        .marketing-widget .content .text h2, .marketing-widget .content .text h3 {
          font-size: 1.25vw; } }
    .marketing-widget .content .text p {
      padding: 0;
      margin: 0; }
    @media (min-width: 821px) {
      .marketing-widget .content .text span {
        display: inline-block; } }
    @media (max-width: 820px) {
      .marketing-widget .content .text br {
        display: none; } }
  .marketing-widget:hover {
    transform: scale(1.02); }
  .marketing-widget.type_cube {
    height: auto; }
    @media (min-width: 821px) {
      .marketing-widget.type_cube {
        width: 17.188vw; } }
    @media (max-width: 820px) {
      .marketing-widget.type_cube .content {
        padding: 30px 50px; } }
    .marketing-widget.type_cube .content .image {
      width: 10.5em; }
      @media (min-width: 821px) {
        .marketing-widget.type_cube .content .image {
          width: 9.2vw;
          height: 9.2vw; } }
  @media (min-width: 821px) {
    .marketing-widget.type_cube_small {
      max-width: 18.2vw;
      width: fit-content;
      min-width: 14.84vw; } }
  .marketing-widget.type_cube_small .content {
    width: 100%;
    align-items: self-start;
    padding: 2.08vw 1.56vw 1.56vw 1.56vw; }
    @media (max-width: 820px) {
      .marketing-widget.type_cube_small .content {
        padding: 2.35em;
        width: 100%; } }
    .marketing-widget.type_cube_small .content .image {
      height: auto;
      min-height: 2.76vw;
      width: unset; }
      @media (min-width: 821px) {
        .marketing-widget.type_cube_small .content .image {
          height: auto;
          min-height: 35px;
          width: unset; } }
  .marketing-widget.type_cube_small .text {
    text-align: right; }
    .marketing-widget.type_cube_small .text h2 {
      text-align: right; }
  .marketing-widget.type_rectangle {
    height: 297px; }
    @media (min-width: 821px) {
      .marketing-widget.type_rectangle {
        width: 23.333vw;
        height: 16.602vw;
        margin-bottom: 1vw; } }
    .marketing-widget.type_rectangle .content {
      position: sticky;
      padding: 50px 25px 0 25px; }
      @media (min-width: 821px) {
        .marketing-widget.type_rectangle .content {
          padding: 2.1vw 1.584vw 0 1.571vw; } }
      @media (max-width: 820px) {
        .marketing-widget.type_rectangle .content .text {
          margin: 0;
          padding: 0px 60px 10px 60px; } }
      .marketing-widget.type_rectangle .content .image {
        order: 2;
        width: 14em; }
        @media (min-width: 821px) {
          .marketing-widget.type_rectangle .content .image {
            width: 14.333vw; } }
      .marketing-widget.type_rectangle .content .lottie_creditCard {
        order: 2;
        width: 14em; }
        @media (min-width: 821px) {
          .marketing-widget.type_rectangle .content .lottie_creditCard {
            width: 14.333vw; } }
  .marketing-widget.type_rectangle2 {
    height: 297px; }
    @media (min-width: 821px) {
      .marketing-widget.type_rectangle2 {
        width: 22.76vw;
        min-height: 12.76vw;
        height: fit-content; } }
    .marketing-widget.type_rectangle2 .content {
      position: sticky;
      padding: 50px 25px 0 25px; }
      @media (min-width: 821px) {
        .marketing-widget.type_rectangle2 .content {
          padding: 0; } }
      .marketing-widget.type_rectangle2 .content .text {
        text-align: center; }
      .marketing-widget.type_rectangle2 .content .image {
        width: 140px; }
        @media (min-width: 821px) {
          .marketing-widget.type_rectangle2 .content .image {
            width: 7.56vw; } }
  @media (min-width: 821px) {
    .marketing-widget.type_bg_image {
      width: 22.76vw;
      direction: rtl; } }
  .marketing-widget.type_bg_image .image {
    width: 22.76vw;
    height: 12.76vw; }
    @media (max-width: 820px) {
      .marketing-widget.type_bg_image .image {
        height: 245px; } }
  @media (min-width: 821px) {
    .marketing-widget.type_biz_bg_image {
      width: 18.75vw;
      direction: rtl; } }
  .marketing-widget.type_biz_bg_image .image {
    width: 18.75vw;
    height: 15.05vw; }
    @media (max-width: 820px) {
      .marketing-widget.type_biz_bg_image .image {
        height: 245px; } }
  @media (min-width: 821px) {
    .marketing-widget.type_biz_bg_tall_image {
      width: 22.76vw;
      direction: rtl; } }
  .marketing-widget.type_biz_bg_tall_image .image {
    width: 22.76vw;
    height: 30.68vw; }
    @media (max-width: 820px) {
      .marketing-widget.type_biz_bg_tall_image .image {
        height: 425px; } }
  @media (min-width: 821px) {
    .marketing-widget.type_biz_bg_tall_image .text {
      bottom: 2.521vw !important; } }
  .marketing-widget.type_bg_image .content, .marketing-widget.type_biz_bg_image .content, .marketing-widget.type_biz_bg_tall_image .content {
    display: block;
    padding: 0; }
    @media (max-width: 820px) {
      .marketing-widget.type_bg_image .content, .marketing-widget.type_biz_bg_image .content, .marketing-widget.type_biz_bg_tall_image .content {
        width: 100%; } }
    .marketing-widget.type_bg_image .content .image, .marketing-widget.type_biz_bg_image .content .image, .marketing-widget.type_biz_bg_tall_image .content .image {
      border-radius: 1.042vw;
      border: 0.1042vw solid var(--Neutral-white, #FFF);
      box-shadow: 0 0.781vw 3.125vw -1.563vw rgba(7, 7, 98, 0.4); }
      @media (max-width: 820px) {
        .marketing-widget.type_bg_image .content .image, .marketing-widget.type_biz_bg_image .content .image, .marketing-widget.type_biz_bg_tall_image .content .image {
          border-radius: 20px;
          border: 2px solid var(--Neutral-white, #FFF);
          box-shadow: 0px 15px 60px -30px rgba(7, 7, 98, 0.4);
          width: 100%; } }
    .marketing-widget.type_bg_image .content .text, .marketing-widget.type_biz_bg_image .content .text, .marketing-widget.type_biz_bg_tall_image .content .text {
      position: absolute;
      bottom: 0.521vw;
      text-align: right;
      margin: 0 1.302vw; }
      @media (max-width: 820px) {
        .marketing-widget.type_bg_image .content .text, .marketing-widget.type_biz_bg_image .content .text, .marketing-widget.type_biz_bg_tall_image .content .text {
          margin: 0 1.7em;
          bottom: 0.6em; } }
      .marketing-widget.type_bg_image .content .text h2, .marketing-widget.type_bg_image .content .text h3, .marketing-widget.type_biz_bg_image .content .text h2, .marketing-widget.type_biz_bg_image .content .text h3, .marketing-widget.type_biz_bg_tall_image .content .text h2, .marketing-widget.type_biz_bg_tall_image .content .text h3 {
        font-weight: 900;
        font-size: 1.35vw;
        text-align: right; }
        @media (max-width: 820px) {
          .marketing-widget.type_bg_image .content .text h2, .marketing-widget.type_bg_image .content .text h3, .marketing-widget.type_biz_bg_image .content .text h2, .marketing-widget.type_biz_bg_image .content .text h3, .marketing-widget.type_biz_bg_tall_image .content .text h2, .marketing-widget.type_biz_bg_tall_image .content .text h3 {
            font-size: 24px; } }
      @media (max-width: 820px) {
        .marketing-widget.type_bg_image .content .text .text_legal_note, .marketing-widget.type_biz_bg_image .content .text .text_legal_note, .marketing-widget.type_biz_bg_tall_image .content .text .text_legal_note {
          display: none; } }
  .marketing-widget.type_bg_image .link, .marketing-widget.type_biz_bg_image .link, .marketing-widget.type_biz_bg_tall_image .link {
    opacity: 0.8;
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(7, 7, 98, 0.25));
    border-radius: 1.042vw;
    border: 0.1042vw solid var(--Neutral-white, #FFF); }
    @media (max-width: 767px) {
      .marketing-widget.type_bg_image .link, .marketing-widget.type_biz_bg_image .link, .marketing-widget.type_biz_bg_tall_image .link {
        border-radius: 50%; } }
  .marketing-widget .text {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 2.2em;
    color: var(--Brand-Main-Blue, #070762); }
    .marketing-widget .text .text_legal_note {
      font-size: 16px !important;
      font-weight: 200; }
      @media (min-width: 821px) {
        .marketing-widget .text .text_legal_note {
          font-size: 14px !important; } }
    .marketing-widget .text .xsmall {
      color: var(--Brand-Main-Blue, #070762);
      font-size: 0.759vw;
      font-weight: 400;
      line-height: 130%;
      /* 18.2px */ }
      @media (max-width: 767px) {
        .marketing-widget .text .xsmall {
          display: none; } }
    @media (min-width: 821px) {
      .marketing-widget .text {
        font-size: 1.042vw !important;
        margin-top: 0.729vw; } }
    .marketing-widget .text .extraLarge {
      font-size: 38px !important;
      color: var(--Brand-Main-Blue, #070762);
      font-weight: 200; }
      @media (min-width: 821px) {
        .marketing-widget .text .extraLarge {
          font-size: 1.995vw !important;
          margin-top: 0.729vw; } }
    .marketing-widget .text.color_1 {
      color: var(--Primary-white, #FFF); }
    .marketing-widget .text.color_1 H2, .marketing-widget .text .color_1 H3 {
      color: var(--Primary-white, #FFF); }
  .marketing-widget .link {
    background-image: url(/images/leumi_new/paragraphs/link.svg);
    cursor: pointer;
    position: absolute;
    width: 32.965px;
    height: 32.965px;
    left: 18px;
    top: 18px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    border: 0px;
    font-size: 0; }
    @media (min-width: 821px) {
      .marketing-widget .link {
        background-size: contain;
        left: 1.042vw;
        top: 1.042vw;
        width: 1.467vw;
        height: 1.467vw; } }
    .marketing-widget .link:hover {
      background-image: url(/images/leumi_new/paragraphs/link_hover.svg); }
    .marketing-widget .link:active {
      background-image: url(/images/leumi_new/paragraphs/link_select.svg); }

body.cookie_disable_scroll {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%; }

.cookie_container.cookie_active {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 131; }

.cookie_container .cookie-alert {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: calc(5em + env(safe-area-inset-bottom));
  color: #4d8ff7;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 131;
  border-radius: 20px 20px 0 0;
  animation: move_cookie_up 1s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  @media (min-width: 769px) {
    .cookie_container .cookie-alert {
      padding: 20px 45px;
      left: 5.104vw;
      right: 5.104vw;
      height: 125px; } }

@keyframes move_cookie_up {
  0% {
    transform: translateY(0);
    transition: transform 0.5s ease-out; }
  100% {
    transform: translateY(0); } }
  .cookie_container .cookie-alert.closeCookie {
    animation: move_cookie_down 1s ease-out;
    z-index: -1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@keyframes move_cookie_down {
  0% {
    height: auto;
    transform: translateY(-1vh);
    transition: transform 0.5s ease-out; }
  100% {
    height: 0px;
    transform: translateY(100px);
    opacity: 0; } }
  .cookie_container .cookie-alert .text {
    display: flex;
    flex-direction: row; }
    @media (min-width: 768px) {
      .cookie_container .cookie-alert .text i {
        background: url(/images/leumi_new/IconCookie.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 5.614vw auto;
        width: 5.573vw;
        height: 3.75vw; } }
    .cookie_container .cookie-alert .text .title {
      font-size: 16px;
      color: #070762;
      font-weight: 400; }
      @media (max-width: 767px) {
        .cookie_container .cookie-alert .text .title {
          text-align: center;
          background: url(/images/leumi_new/IconCookie.png);
          background-repeat: no-repeat;
          background-position: right 8px top;
          background-size: 57px auto;
          line-height: 125%; }
          .cookie_container .cookie-alert .text .title > span {
            display: block;
            padding-right: 62px;
            padding-left: 34px; } }
      @media (min-width: 768px) {
        .cookie_container .cookie-alert .text .title {
          font-size: var(--desktop-font-size, 1.042vw);
          text-align: right;
          padding-right: 6.875vw; } }
    .cookie_container .cookie-alert .text .sub-title {
      font-size: 16px;
      color: #070762;
      font-weight: 400;
      text-align: center;
      line-height: 150%;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .cookie_container .cookie-alert .text .sub-title {
          text-align: right;
          font-size: var(--desktop-font-size, 1.042vw);
          margin-top: 0px;
          padding-right: 6.875vw;
          max-width: 91%; } }
      .cookie_container .cookie-alert .text .sub-title span {
        display: block; }
      .cookie_container .cookie-alert .text .sub-title a {
        font-size: 16px;
        color: #070762;
        font-weight: 400;
        text-align: center;
        /*&:after {
            content: "";
            display: inline-flex;
            text-decoration: none;
            background-image: url("/images/leumi_new/HP/arrow_left_pressed.svg");
            height: 17px;
            width: 17px;
            position: relative;
            top: 5px;
            background-repeat: no-repeat;
            background-size: 40%;
            background-position: center;
            @if $is-russian or $is-english {
              rotate: 180deg;
            }

          }*/ }
        @media (min-width: 768px) {
          .cookie_container .cookie-alert .text .sub-title a {
            font-size: var(--desktop-font-size, 1.042vw); } }
  .cookie_container .cookie-alert .hide-alert {
    background-image: url(/images/header/close.svg);
    cursor: pointer;
    left: 20px;
    width: 22px;
    height: 22px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0px; }
    .cookie_container .cookie-alert .hide-alert .x {
      display: none; }
    @media (min-width: 768px) {
      .cookie_container .cookie-alert .hide-alert {
        background-image: none;
        width: 8.49vw;
        height: 2.292vw;
        border-radius: 0.417vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: var(--desktop-font-size, 1.042vw);
        border: 1px solid #0066FF;
        color: #0066FF;
        top: 15px;
        bottom: 0;
        margin: auto;
        left: 2.604vw; } }

.widget-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 2px solid var(--Neutral-white, #FFF);
  background: var(--Card-Background, linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%));
  box-shadow: 0px 15px 60px -30px rgba(7, 7, 98, 0.4);
  backdrop-filter: blur(20px);
  width: 100%;
  padding: 2.7em 0;
  direction: rtl;
  transition: transform .2s; }
  @media (min-width: 821px) {
    .widget-list {
      padding: 2.604vw 2.344vw;
      border-radius: 1.042vw;
      border: 0.1042vw solid var(--Neutral-white, #FFF);
      background: linear-gradient(94deg, rgba(0, 0, 0, 0) 35.05%, rgba(0, 0, 0, 0.01) 60.77%), linear-gradient(71deg, rgba(255, 255, 255, 0.6) 14.9%, rgba(255, 255, 255, 0.45) 45.79%);
      box-shadow: 0px 0.781vw 3.125vw -1.563vw rgba(7, 7, 98, 0.4);
      backdrop-filter: unset;
      margin-top: 0; } }
  .widget-list h2.title-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 28.8px */
    color: var(--Secondary-06, #0D54D8);
    text-align: center; }
    @media (min-width: 821px) {
      .widget-list h2.title-text {
        font-size: 1.25vw;
        line-height: 120%;
        /* 28.8px */
        letter-spacing: 1px; } }
    .widget-list h2.title-text p {
      margin: 0; }
  .widget-list .widgets-list-marketing_text {
    margin-top: 1.302em;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center; }
    @media (min-width: 821px) {
      .widget-list .widgets-list-marketing_text {
        margin-top: 1.302vw;
        font-size: var(--desktop-font-size, 1.042vw); } }
    .widget-list .widgets-list-marketing_text p {
      margin: 0; }
    @media (max-width: 820px) {
      .widget-list .widgets-list-marketing_text {
        padding: 0 1.302em; }
        .widget-list .widgets-list-marketing_text br {
          display: none; } }
  .widget-list .widgets-list-legal_note {
    margin-top: 1.302em;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-align: center; }
    @media (min-width: 821px) {
      .widget-list .widgets-list-legal_note {
        margin-top: 1.302vw;
        font-size: 15px; } }
    .widget-list .widgets-list-legal_note p {
      margin: 0; }
    @media (max-width: 820px) {
      .widget-list .widgets-list-legal_note {
        padding: 0 1.302em; }
        .widget-list .widgets-list-legal_note br {
          display: none; } }
  .widget-list .widgets-list-link a {
    background-image: url(/images/leumi_new/paragraphs/link.svg);
    cursor: pointer;
    position: absolute;
    width: 32.965px;
    height: 32.965px;
    left: 18px;
    top: 18px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    border: 0;
    font-size: 0;
    border-radius: 50%; }
    @media (min-width: 821px) {
      .widget-list .widgets-list-link a {
        background-size: contain;
        left: 1.042vw;
        top: 1.042vw;
        width: 1.467vw;
        height: 1.467vw; } }
  .widget-list.list {
    height: auto; }
    @media (min-width: 821px) {
      .widget-list.list {
        width: 22.656vw; } }
    .widget-list.list .widgets-list-slider-list {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2em;
      justify-content: center;
      padding: 1.5em 2.66em;
      align-items: start; }
      @media (min-width: 821px) {
        .widget-list.list .widgets-list-slider-list {
          margin-top: 1.302vw;
          padding: 0; } }
      .widget-list.list .widgets-list-slider-list .widgets {
        display: flex;
        height: auto;
        padding: 0.625vw 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.469vw;
        flex-shrink: 0; }
        @media (max-width: 820px) {
          .widget-list.list .widgets-list-slider-list .widgets {
            width: 100%;
            flex-basis: 44%; } }
        .widget-list.list .widgets-list-slider-list .widgets .widgets-main {
          display: flex;
          flex-direction: column;
          justify-content: center;
          justify-items: center; }
          .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon {
            margin: auto; }
            .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon img {
              width: 75px; }
              @media (min-width: 821px) {
                .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon img {
                  border: 2px solid #fff;
                  border-radius: 50%;
                  padding: 2px;
                  width: 4.427vw; } }
            .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon a {
              color: #070762;
              text-decoration: none;
              display: flex;
              flex-direction: column;
              align-items: center; }
              .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon a:hover {
                text-decoration: none; }
                .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon a:hover img {
                  border: 2px solid #070762;
                  border-radius: 50%;
                  padding: 2px;
                  width: 75px; }
                  @media (min-width: 821px) {
                    .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon a:hover img {
                      width: 4.427vw; } }
              .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon a:active img {
                border: 2px solid #070762;
                border-radius: 50%;
                padding: 0px;
                width: 73px; }
                @media (min-width: 821px) {
                  .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-icon a:active img {
                    width: calc(4.427vw - 2px); } }
          .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-content {
            margin-top: 1.302em;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            text-align: center; }
            @media (min-width: 821px) {
              .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-content {
                margin-top: 9px;
                font-size: var(--desktop-font-size, 1.042vw); } }
            .widget-list.list .widgets-list-slider-list .widgets .widgets-main .widgets-content p {
              margin: 0; }
      @media (min-width: 821px) {
        .widget-list.list .widgets-list-slider-list.two_column {
          gap: 1.35vw 2.4vw; }
          .widget-list.list .widgets-list-slider-list.two_column .widgets {
            width: 6.65vw; } }
      @media (min-width: 821px) {
        .widget-list.list .widgets-list-slider-list.three_column {
          gap: 0.99vw 1.042vw; }
          .widget-list.list .widgets-list-slider-list.three_column .widgets {
            width: 5vw; } }
  .widget-list.carousel {
    height: auto; }
    @media (min-width: 821px) {
      .widget-list.carousel {
        padding: 2.604vw;
        width: 22.656vw; } }
    .widget-list.carousel .widgets-list-container {
      margin: 0;
      padding: 0 2.604em;
      width: 100%; }
      .widget-list.carousel .widgets-list-container .widgets-list-dots {
        padding-bottom: 20px; }
        @media (min-width: 821px) {
          .widget-list.carousel .widgets-list-container .widgets-list-dots {
            padding-bottom: 1.56vw;
            padding-right: 1.04vw; } }
      @media (min-width: 821px) {
        .widget-list.carousel .widgets-list-container {
          width: 22.656vw; } }
      .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel {
        display: flex; }
        .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets {
          display: flex !important;
          width: 100%;
          height: auto; }
          .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main {
            display: flex;
            flex-direction: column;
            justify-content: center;
            justify-items: center; }
            .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content {
              font-size: var(--desktop-font-size, 1.042vw) !important;
              font-weight: 400;
              color: var(--Brand-Main-Blue, #070762); }
              @media (max-width: 820px) {
                .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content {
                  display: block;
                  line-height: 1.2em;
                  font-size: 16px !important; }
                  .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content br {
                    display: none; }
                  .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content a {
                    margin-top: 1em;
                    display: block; } }
              .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content a {
                color: var(--Primary-vivid-blue, #06F);
                text-decoration: none; }
                .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content a:hover {
                  color: var(--Secondary-06, #0D54D8); }
                .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content a:active {
                  text-decoration: underline;
                  color: var(--Primary-main-dark, #070762); }
              .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content p {
                margin: 0; }
              .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content h2, .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content h3 {
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 160%;
                text-align: right;
                color: var(--Secondary-06, #0D54D8); }
                @media (min-width: 821px) {
                  .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content h2, .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content h3 {
                    font-size: 1.25vw; } }
              .widget-list.carousel .widgets-list-container .widgets-list-slider-carousel .widgets .widgets-main .widgets-content .link_widget {
                margin-top: 0.68vh; }
    .widget-list.carousel .slick-list {
      padding: 0 !important; }
    .widget-list.carousel .slick-arrow {
      display: none !important; }
    .widget-list.carousel .slick-track {
      display: flex; }
      .widget-list.carousel .slick-track .slick-slide {
        display: flex;
        height: auto;
        justify-content: center; }
    .widget-list.carousel .slick-dotted.slick-slider {
      margin-bottom: 0 !important; }
    .widget-list.carousel .slick-dots {
      position: relative;
      bottom: unset;
      text-align: right;
      display: flex;
      flex-direction: row;
      gap: 12px;
      height: 20px; }
      @media (min-width: 821px) {
        .widget-list.carousel .slick-dots {
          gap: 16px; } }
      @media (min-width: 1024px) {
        .widget-list.carousel .slick-dots {
          height: fit-content; } }
      .widget-list.carousel .slick-dots li {
        margin: 0; }
        .widget-list.carousel .slick-dots li a {
          background-color: #C1DAFE;
          border: 1px solid #C1DAFE;
          font-size: 0;
          line-height: 0;
          display: block;
          cursor: pointer;
          color: transparent;
          border: 0;
          border-radius: 50%;
          width: 12px;
          height: 12px; }
          @media (min-width: 821px) {
            .widget-list.carousel .slick-dots li a {
              width: 14px;
              height: 14px; } }
        .widget-list.carousel .slick-dots li.slick-active a {
          background-color: #0066FF;
          border: 1px solid #0066FF; }
          .widget-list.carousel .slick-dots li.slick-active a:before {
            opacity: 1; }
          .widget-list.carousel .slick-dots li.slick-active a:focus-visible {
            outline-offset: 3px; }
  .widget-list:hover {
    transform: scale(1.02); }

/*# sourceMappingURL=style-homepage.css.map */