/* Reset style */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

td, td img {
  vertical-align: top;
}

input, select, button, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type=checkbox] {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reset style end */
/* Basic style */
html {
  height: 100% !important;
  overflow-y: scroll !important;
  font-size: 24px;
}
@media (max-width: 1799px) {
  html {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 19px;
  }
}
html.no-scroll {
  overflow: hidden !important;
}

html, body {
  height: 100%;
  margin-right: 0 !important;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  min-height: 100%;
  height: auto !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

input, select, button, textarea {
  font-family: inherit;
  outline: none;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  outline: none;
}

a {
  color: #152E57;
}

a, input, button, a img, textarea {
  -webkit-transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, -webkit-box-shadow 0.35s;
  transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, -webkit-box-shadow 0.35s;
  transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, box-shadow 0.35s;
  transition: color 0.35s, background 0.35s, opacity 0.35s, border 0.35s, box-shadow 0.35s, -webkit-box-shadow 0.35s;
  outline: none;
}
a:hover, a:focus, input:hover, input:focus, button:hover, button:focus, a img:hover, a img:focus, textarea:hover, textarea:focus {
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

svg {
  -webkit-transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
  transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
  max-width: 100%;
  height: auto;
  direction: ltr;
}
svg path, svg rect, svg g, svg circle, svg line {
  -webkit-transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
  transition: fill 0.35s, stroke 0.35s, opacity 0.35s;
}

ul, ol {
  list-style-type: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-none {
  display: none;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pt-20 {
  padding-top: 20px;
}

.position-relative {
  position: relative;
}

.row {
  display: grid;
  grid-gap: 30px;
}
.row--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .row--2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 576px) {
  .row--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.row--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .row--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.row--5 {
  grid-template-columns: repeat(5, 1fr);
}
.row--6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Basic style end */
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Regular.woff2") format("woff2"), url("../fonts/SimplerPro_BEZEQ_HEBREW2-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Bold.woff2") format("woff2"), url("../fonts/SimplerPro_BEZEQ_HEBREW2-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Black";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Black.woff2") format("woff2"), url("../fonts/SimplerPro_BEZEQ_HEBREW2-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 20px;
  position: relative;
  line-height: 25px;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  width: 100%;
  height: 100%;
  background: #fff;
  color: #152E57;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  line-height: 1.2;
}

strong {
  font-weight: normal;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
}

.container {
  margin: 0 auto;
  width: 1200px;
  padding: 0 15px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Header */
.sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sticky-wrapper.is-sticky .header {
  background: #fff;
}
.sticky-wrapper.is-sticky .header__logo svg path {
  fill: #15254F;
}
.sticky-wrapper.is-sticky .header__nav a {
  color: #152E57;
}
@media (max-width: 767px) {
  .sticky-wrapper.is-sticky .header__nav a {
    color: #fff;
  }
}
.sticky-wrapper.is-sticky .header__nav a:hover {
  border-color: #152E57;
}
@media (max-width: 767px) {
  .sticky-wrapper.is-sticky .header__nav a:hover {
    border-color: #fff;
  }
}
.sticky-wrapper.is-sticky .header__nav a:after {
  background: #152E57;
}
.sticky-wrapper.is-sticky .header__btn {
  background: #15254F;
  color: #ffffff;
}
.sticky-wrapper.is-sticky .header__btn:hover {
  background: transparent;
  color: #15254F;
  border-color: #15254F;
}
.sticky-wrapper.is-sticky .header__mnuBtn {
  border-color: #15254F;
}
.sticky-wrapper.is-sticky .header__mnuBtn svg circle, .sticky-wrapper.is-sticky .header__mnuBtn svg line {
  stroke: #15254F;
}

.header {
  position: relative;
  z-index: 101 !important;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  background: transparent;
}
.header .leftBox {
  grid-gap: 20px 30px;
}
@media (max-width: 1199px) {
  .header .leftBox {
    grid-gap: 15px;
  }
}
.header .rightBox {
  grid-gap: 10px;
}
.header .container {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .header .container {
    padding: 0 10px;
  }
}
.header__logo svg {
  display: block;
}
@media (max-width: 1199px) {
  .header__logo svg {
    height: 56px;
    width: auto;
  }
}

.header__nav {
  grid-gap: 20px 26px;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    right: 0;
    background: #15254F;
    padding: 20px;
  }
}
.header__nav a {
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1199px) {
  .header__nav a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .header__nav a {
    display: block;
    margin-bottom: 10px;
  }
  .header__nav a:last-child {
    margin-bottom: 0;
  }
}
.header__nav a:hover {
  border-bottom-color: #ffffff;
}
.header__nav a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -13px;
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .header__nav a:not(:last-child):after {
    display: none;
  }
}

.header__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  height: 60px;
  font-size: 18px;
  color: #15254F;
  border-radius: 7px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header__btn {
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    height: 38px;
    width: 110px;
  }
  .header__btn .mobile {
    display: none;
  }
}
.header__btn:hover {
  background: transparent;
  color: #ffffff;
}

.header__mnuBtn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .header__mnuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__mnuBtn.active line:nth-child(2) {
  opacity: 0;
}
.header__mnuBtn.active line:first-child {
  -webkit-transform: translate(17.5px, 23.5px) rotate(45deg);
      -ms-transform: translate(17.5px, 23.5px) rotate(45deg);
          transform: translate(17.5px, 23.5px) rotate(45deg);
}
.header__mnuBtn.active line:last-child {
  -webkit-transform: translate(17.5px, 33.428px) rotate(-45deg);
      -ms-transform: translate(17.5px, 33.428px) rotate(-45deg);
          transform: translate(17.5px, 33.428px) rotate(-45deg);
}
.header__mnuBtn svg {
  display: block;
}

/* Header End */
/* Banner */
.banner {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.banner__bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21, 37, 79, 0.45);
}
.banner__bg img, .banner__bg video {
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__bg video {
  pointer-events: none;
}
.banner__bg video::-webkit-media-control {
  display: none;
}

.banner__title {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Black";
  font-size: 3.875rem;
  line-height: 5rem;
}
@media (max-width: 991px) {
  .banner__title {
    font-size: 2.0833333333rem;
    line-height: 2.5833333333rem;
  }
}
.banner__title em {
  font-style: normal;
  background: linear-gradient(220deg, #4470db 0%, #1ecbaf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 6.6666666667rem;
}
@media (max-width: 991px) {
  .banner__title em {
    font-size: 5rem;
    line-height: 4.1666666667rem;
  }
}
@media (max-width: 576px) {
  .banner__title em {
    display: block;
  }
}
@media (max-width: 991px) {
  .banner__title span {
    display: block;
  }
}
@media (max-width: 991px) {
  .banner__title br {
    display: none;
  }
}
.banner__title svg {
  width: 20.0416666667rem;
}
@media (max-width: 991px) {
  .banner__title svg {
    width: 11.6666666667rem;
    display: block;
    height: auto;
  }
}
@media (max-width: 767px) {
  .banner__title svg {
    margin: 5px auto;
  }
}

.banner__arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -16.5px;
  -webkit-animation: arrow_down 3s linear infinite;
          animation: arrow_down 3s linear infinite;
}

.banner .container {
  height: 100vh;
  max-height: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .banner .container {
    max-height: 660px;
    text-align: center;
  }
}

/* Banner End */
/* Financial */
.financial ::-webkit-scrollbar {
  width: 30px;
  height: 6px;
}
.financial ::-webkit-scrollbar-track {
  background-color: #DCE6F2;
  border-radius: 10px;
}
.financial ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(68, 112, 219);
}
.financial__titleBox {
  padding: 25px 0;
  border-top: 1px solid #B6BFD8;
  border-bottom: 1px solid #B6BFD8;
}
.financial__titleBox--dark {
  background: #15254F;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.financial__title {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media (max-width: 767px) {
  .financial__title {
    text-align: center;
    font-size: 1.6666666667rem;
    line-height: 1.6666666667rem;
  }
}

.financial__box, .financial__box--blue, .financial__box--dark-bg, .financial__box--white, .financial__box--bg, .financial__box--blue-gradient, .financial__box--padding {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .financial__box:not(.normal_order) .row:not(:last-child), .financial__box--blue:not(.normal_order) .row:not(:last-child), .financial__box--dark-bg:not(.normal_order) .row:not(:last-child), .financial__box--white:not(.normal_order) .row:not(:last-child), .financial__box--bg:not(.normal_order) .row:not(:last-child), .financial__box--blue-gradient:not(.normal_order) .row:not(:last-child), .financial__box--padding:not(.normal_order) .row:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .financial__box:not(.normal_order) .row:nth-child(even) > div, .financial__box--blue:not(.normal_order) .row:nth-child(even) > div, .financial__box--dark-bg:not(.normal_order) .row:nth-child(even) > div, .financial__box--white:not(.normal_order) .row:nth-child(even) > div, .financial__box--bg:not(.normal_order) .row:nth-child(even) > div, .financial__box--blue-gradient:not(.normal_order) .row:nth-child(even) > div, .financial__box--padding:not(.normal_order) .row:nth-child(even) > div {
    grid-row: 1;
  }
  .financial__box:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--blue:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--dark-bg:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--white:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--bg:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--blue-gradient:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--padding:not(.normal_order) .row:nth-child(even) > div:first-child {
    grid-column: 2;
  }
  .financial__box:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--blue:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--dark-bg:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--white:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--bg:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--blue-gradient:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--padding:not(.normal_order) .row:nth-child(even) > div:last-child {
    grid-column: 1;
  }
}
@media (max-width: 767px) {
  .financial__box:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--blue:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--dark-bg:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--white:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--bg:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--blue-gradient:not(.normal_order) .row:nth-child(even) > div:first-child, .financial__box--padding:not(.normal_order) .row:nth-child(even) > div:first-child {
    grid-row: 1;
  }
  .financial__box:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--blue:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--dark-bg:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--white:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--bg:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--blue-gradient:not(.normal_order) .row:nth-child(even) > div:last-child, .financial__box--padding:not(.normal_order) .row:nth-child(even) > div:last-child {
    grid-row: 2;
  }
}
@media (max-width: 767px) {
  .financial__box:not(.normal_order) .row:nth-child(even), .financial__box--blue:not(.normal_order) .row:nth-child(even), .financial__box--dark-bg:not(.normal_order) .row:nth-child(even), .financial__box--white:not(.normal_order) .row:nth-child(even), .financial__box--bg:not(.normal_order) .row:nth-child(even), .financial__box--blue-gradient:not(.normal_order) .row:nth-child(even), .financial__box--padding:not(.normal_order) .row:nth-child(even) {
    margin-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .financial__box:not(.normal_order) .row:nth-child(even):not(.row--reverse) > div:last-child, .financial__box--blue:not(.normal_order) .row:nth-child(even):not(.row--reverse) > div:last-child, .financial__box--dark-bg:not(.normal_order) .row:nth-child(even):not(.row--reverse) > div:last-child, .financial__box--white:not(.normal_order) .row:nth-child(even):not(.row--reverse) > div:last-child, .financial__box--bg:not(.normal_order) .row:nth-child(even):not(.row--reverse) > div:last-child, .financial__box--blue-gradient:not(.normal_order) .row:nth-child(even):not(.row--reverse) > div:last-child, .financial__box--padding:not(.normal_order) .row:nth-child(even):not(.row--reverse) > div:last-child {
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  .financial__box:not(.normal_order) .row.row--reverseMobile > div:last-child, .financial__box--blue:not(.normal_order) .row.row--reverseMobile > div:last-child, .financial__box--dark-bg:not(.normal_order) .row.row--reverseMobile > div:last-child, .financial__box--white:not(.normal_order) .row.row--reverseMobile > div:last-child, .financial__box--bg:not(.normal_order) .row.row--reverseMobile > div:last-child, .financial__box--blue-gradient:not(.normal_order) .row.row--reverseMobile > div:last-child, .financial__box--padding:not(.normal_order) .row.row--reverseMobile > div:last-child {
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  .financial__box:not(.normal_order) .row.row--reverse > div:last-child, .financial__box--blue:not(.normal_order) .row.row--reverse > div:last-child, .financial__box--dark-bg:not(.normal_order) .row.row--reverse > div:last-child, .financial__box--white:not(.normal_order) .row.row--reverse > div:last-child, .financial__box--bg:not(.normal_order) .row.row--reverse > div:last-child, .financial__box--blue-gradient:not(.normal_order) .row.row--reverse > div:last-child, .financial__box--padding:not(.normal_order) .row.row--reverse > div:last-child {
    grid-row: 1;
  }
  .financial__box:not(.normal_order) .row.row--reverse > div:first-child, .financial__box--blue:not(.normal_order) .row.row--reverse > div:first-child, .financial__box--dark-bg:not(.normal_order) .row.row--reverse > div:first-child, .financial__box--white:not(.normal_order) .row.row--reverse > div:first-child, .financial__box--bg:not(.normal_order) .row.row--reverse > div:first-child, .financial__box--blue-gradient:not(.normal_order) .row.row--reverse > div:first-child, .financial__box--padding:not(.normal_order) .row.row--reverse > div:first-child {
    grid-row: 2;
  }
}
.financial__box:not(.normal_order) .row.mt, .financial__box--blue:not(.normal_order) .row.mt, .financial__box--dark-bg:not(.normal_order) .row.mt, .financial__box--white:not(.normal_order) .row.mt, .financial__box--bg:not(.normal_order) .row.mt, .financial__box--blue-gradient:not(.normal_order) .row.mt, .financial__box--padding:not(.normal_order) .row.mt {
  margin-top: -120px;
}
@media (max-width: 767px) {
  .financial__box:not(.normal_order) .row.mt, .financial__box--blue:not(.normal_order) .row.mt, .financial__box--dark-bg:not(.normal_order) .row.mt, .financial__box--white:not(.normal_order) .row.mt, .financial__box--bg:not(.normal_order) .row.mt, .financial__box--blue-gradient:not(.normal_order) .row.mt, .financial__box--padding:not(.normal_order) .row.mt {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .financial__box:not(.normal_order) .row > div.mr, .financial__box--blue:not(.normal_order) .row > div.mr, .financial__box--dark-bg:not(.normal_order) .row > div.mr, .financial__box--white:not(.normal_order) .row > div.mr, .financial__box--bg:not(.normal_order) .row > div.mr, .financial__box--blue-gradient:not(.normal_order) .row > div.mr, .financial__box--padding:not(.normal_order) .row > div.mr {
    margin-right: -60px;
  }
}
.financial__box.active svg.lines-vertical rect.anim, .active.financial__box--blue svg.lines-vertical rect.anim, .active.financial__box--dark-bg svg.lines-vertical rect.anim, .active.financial__box--white svg.lines-vertical rect.anim, .active.financial__box--bg svg.lines-vertical rect.anim, .active.financial__box--blue-gradient svg.lines-vertical rect.anim, .active.financial__box--padding svg.lines-vertical rect.anim, .financial__box.active svg.lines-vertical path.anim, .active.financial__box--blue svg.lines-vertical path.anim, .active.financial__box--dark-bg svg.lines-vertical path.anim, .active.financial__box--white svg.lines-vertical path.anim, .active.financial__box--bg svg.lines-vertical path.anim, .active.financial__box--blue-gradient svg.lines-vertical path.anim, .active.financial__box--padding svg.lines-vertical path.anim {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.financial__box.active svg.lines-horizontal rect.anim, .active.financial__box--blue svg.lines-horizontal rect.anim, .active.financial__box--dark-bg svg.lines-horizontal rect.anim, .active.financial__box--white svg.lines-horizontal rect.anim, .active.financial__box--bg svg.lines-horizontal rect.anim, .active.financial__box--blue-gradient svg.lines-horizontal rect.anim, .active.financial__box--padding svg.lines-horizontal rect.anim, .financial__box.active svg.lines-horizontal path.anim, .active.financial__box--blue svg.lines-horizontal path.anim, .active.financial__box--dark-bg svg.lines-horizontal path.anim, .active.financial__box--white svg.lines-horizontal path.anim, .active.financial__box--bg svg.lines-horizontal path.anim, .active.financial__box--blue-gradient svg.lines-horizontal path.anim, .active.financial__box--padding svg.lines-horizontal path.anim {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.financial__box.active svg.fade-in, .active.financial__box--blue svg.fade-in, .active.financial__box--dark-bg svg.fade-in, .active.financial__box--white svg.fade-in, .active.financial__box--bg svg.fade-in, .active.financial__box--blue-gradient svg.fade-in, .active.financial__box--padding svg.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.financial__box.active svg.zoom-in, .active.financial__box--blue svg.zoom-in, .active.financial__box--dark-bg svg.zoom-in, .active.financial__box--white svg.zoom-in, .active.financial__box--bg svg.zoom-in, .active.financial__box--blue-gradient svg.zoom-in, .active.financial__box--padding svg.zoom-in {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@media (max-width: 767px) {
  .financial__box, .financial__box--blue, .financial__box--dark-bg, .financial__box--white, .financial__box--bg, .financial__box--blue-gradient, .financial__box--padding {
    text-align: center;
  }
}
.financial__box--padding {
  padding: 35px 0;
}

.financial__box--blue-gradient {
  padding: 35px 0;
  background: linear-gradient(45deg, rgb(239, 243, 250) 0%, rgb(239, 242, 249) 10%, rgb(255, 255, 255) 25%, rgb(234, 241, 250) 75%, rgb(222, 235, 255) 100%);
}

.financial__box--bg {
  padding: 2.0833333333rem 0;
  min-height: 24.5833333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.financial__box--bg:after {
  content: "";
  mix-blend-mode: multiply;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21, 37, 79, 0.71);
}
.financial__box--bg .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.financial__box--bg .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
}

.financial__box--white {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .financial__box--white {
    padding: 2.9166666667rem 0;
  }
}

.financial__box--dark-bg {
  background: #15254F;
  padding: 4.1666666667rem 0;
}
@media (max-width: 767px) {
  .financial__box--dark-bg {
    padding: 3.125rem 0;
  }
}

.financial__box--blue {
  background: #E6EFFC;
  padding: 4.1666666667rem 0;
}
@media (max-width: 767px) {
  .financial__box--blue {
    padding: 3.125rem 0;
  }
}

.financial__box svg, .financial__box--padding svg, .financial__box--blue-gradient svg, .financial__box--bg svg, .financial__box--white svg, .financial__box--dark-bg svg, .financial__box--blue svg, .financial__box img, .financial__box--padding img, .financial__box--blue-gradient img, .financial__box--bg img, .financial__box--white img, .financial__box--dark-bg img, .financial__box--blue img {
  display: block;
}
@media (max-width: 767px) {
  .financial__box svg, .financial__box--padding svg, .financial__box--blue-gradient svg, .financial__box--bg svg, .financial__box--white svg, .financial__box--dark-bg svg, .financial__box--blue svg, .financial__box img, .financial__box--padding img, .financial__box--blue-gradient img, .financial__box--bg img, .financial__box--white img, .financial__box--dark-bg img, .financial__box--blue img {
    margin: 0 auto;
    height: auto;
  }
}
.financial__box svg.with-shadow, .financial__box--padding svg.with-shadow, .financial__box--blue-gradient svg.with-shadow, .financial__box--bg svg.with-shadow, .financial__box--white svg.with-shadow, .financial__box--dark-bg svg.with-shadow, .financial__box--blue svg.with-shadow, .financial__box img.with-shadow, .financial__box--padding img.with-shadow, .financial__box--blue-gradient img.with-shadow, .financial__box--bg img.with-shadow, .financial__box--white img.with-shadow, .financial__box--dark-bg img.with-shadow, .financial__box--blue img.with-shadow {
  margin-bottom: -105px;
}
@media (max-width: 767px) {
  .financial__box svg.with-shadow, .financial__box--padding svg.with-shadow, .financial__box--blue-gradient svg.with-shadow, .financial__box--bg svg.with-shadow, .financial__box--white svg.with-shadow, .financial__box--dark-bg svg.with-shadow, .financial__box--blue svg.with-shadow, .financial__box img.with-shadow, .financial__box--padding img.with-shadow, .financial__box--blue-gradient img.with-shadow, .financial__box--bg img.with-shadow, .financial__box--white img.with-shadow, .financial__box--dark-bg img.with-shadow, .financial__box--blue img.with-shadow {
    margin-bottom: -55px;
  }
}
.financial__box svg .shadow, .financial__box--padding svg .shadow, .financial__box--blue-gradient svg .shadow, .financial__box--bg svg .shadow, .financial__box--white svg .shadow, .financial__box--dark-bg svg .shadow, .financial__box--blue svg .shadow, .financial__box img .shadow, .financial__box--padding img .shadow, .financial__box--blue-gradient img .shadow, .financial__box--bg img .shadow, .financial__box--white img .shadow, .financial__box--dark-bg img .shadow, .financial__box--blue img .shadow {
  -webkit-filter: drop-shadow(0px 23px 35px rgba(20, 33, 71, 0.14));
          filter: drop-shadow(0px 23px 35px rgba(20, 33, 71, 0.14));
}
.financial__box svg.lines-vertical rect, .financial__box--padding svg.lines-vertical rect, .financial__box--blue-gradient svg.lines-vertical rect, .financial__box--bg svg.lines-vertical rect, .financial__box--white svg.lines-vertical rect, .financial__box--dark-bg svg.lines-vertical rect, .financial__box--blue svg.lines-vertical rect, .financial__box svg.lines-vertical path.anim, .financial__box--padding svg.lines-vertical path.anim, .financial__box--blue-gradient svg.lines-vertical path.anim, .financial__box--bg svg.lines-vertical path.anim, .financial__box--white svg.lines-vertical path.anim, .financial__box--dark-bg svg.lines-vertical path.anim, .financial__box--blue svg.lines-vertical path.anim, .financial__box img.lines-vertical rect, .financial__box--padding img.lines-vertical rect, .financial__box--blue-gradient img.lines-vertical rect, .financial__box--bg img.lines-vertical rect, .financial__box--white img.lines-vertical rect, .financial__box--dark-bg img.lines-vertical rect, .financial__box--blue img.lines-vertical rect, .financial__box img.lines-vertical path.anim, .financial__box--padding img.lines-vertical path.anim, .financial__box--blue-gradient img.lines-vertical path.anim, .financial__box--bg img.lines-vertical path.anim, .financial__box--white img.lines-vertical path.anim, .financial__box--dark-bg img.lines-vertical path.anim, .financial__box--blue img.lines-vertical path.anim {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transform-box: fill-box;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.financial__box svg.lines-horizontal rect, .financial__box--padding svg.lines-horizontal rect, .financial__box--blue-gradient svg.lines-horizontal rect, .financial__box--bg svg.lines-horizontal rect, .financial__box--white svg.lines-horizontal rect, .financial__box--dark-bg svg.lines-horizontal rect, .financial__box--blue svg.lines-horizontal rect, .financial__box svg.lines-horizontal path.anim, .financial__box--padding svg.lines-horizontal path.anim, .financial__box--blue-gradient svg.lines-horizontal path.anim, .financial__box--bg svg.lines-horizontal path.anim, .financial__box--white svg.lines-horizontal path.anim, .financial__box--dark-bg svg.lines-horizontal path.anim, .financial__box--blue svg.lines-horizontal path.anim, .financial__box img.lines-horizontal rect, .financial__box--padding img.lines-horizontal rect, .financial__box--blue-gradient img.lines-horizontal rect, .financial__box--bg img.lines-horizontal rect, .financial__box--white img.lines-horizontal rect, .financial__box--dark-bg img.lines-horizontal rect, .financial__box--blue img.lines-horizontal rect, .financial__box img.lines-horizontal path.anim, .financial__box--padding img.lines-horizontal path.anim, .financial__box--blue-gradient img.lines-horizontal path.anim, .financial__box--bg img.lines-horizontal path.anim, .financial__box--white img.lines-horizontal path.anim, .financial__box--dark-bg img.lines-horizontal path.anim, .financial__box--blue img.lines-horizontal path.anim {
  transform-box: fill-box;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.financial__box svg.fade-in, .financial__box--padding svg.fade-in, .financial__box--blue-gradient svg.fade-in, .financial__box--bg svg.fade-in, .financial__box--white svg.fade-in, .financial__box--dark-bg svg.fade-in, .financial__box--blue svg.fade-in, .financial__box img.fade-in, .financial__box--padding img.fade-in, .financial__box--blue-gradient img.fade-in, .financial__box--bg img.fade-in, .financial__box--white img.fade-in, .financial__box--dark-bg img.fade-in, .financial__box--blue img.fade-in {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.financial__box svg.zoom-in, .financial__box--padding svg.zoom-in, .financial__box--blue-gradient svg.zoom-in, .financial__box--bg svg.zoom-in, .financial__box--white svg.zoom-in, .financial__box--dark-bg svg.zoom-in, .financial__box--blue svg.zoom-in, .financial__box img.zoom-in, .financial__box--padding img.zoom-in, .financial__box--blue-gradient img.zoom-in, .financial__box--bg img.zoom-in, .financial__box--white img.zoom-in, .financial__box--dark-bg img.zoom-in, .financial__box--blue img.zoom-in {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.financial__box img, .financial__box--padding img, .financial__box--blue-gradient img, .financial__box--bg img, .financial__box--white img, .financial__box--dark-bg img, .financial__box--blue img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .financial__box img[alt=icon], .financial__box--padding img[alt=icon], .financial__box--blue-gradient img[alt=icon], .financial__box--bg img[alt=icon], .financial__box--white img[alt=icon], .financial__box--dark-bg img[alt=icon], .financial__box--blue img[alt=icon] {
    max-height: 56px;
    width: auto;
  }
}
.financial__box .notes, .financial__box--padding .notes, .financial__box--blue-gradient .notes, .financial__box--bg .notes, .financial__box--white .notes, .financial__box--dark-bg .notes, .financial__box--blue .notes {
  margin-top: 30px;
  font-size: 0.625rem;
  line-height: 0.8333333333rem;
}
@media (max-width: 767px) {
  .financial__box .notes--desktop, .financial__box--padding .notes--desktop, .financial__box--blue-gradient .notes--desktop, .financial__box--bg .notes--desktop, .financial__box--white .notes--desktop, .financial__box--dark-bg .notes--desktop, .financial__box--blue .notes--desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .financial__box .notes--mobile, .financial__box--padding .notes--mobile, .financial__box--blue-gradient .notes--mobile, .financial__box--bg .notes--mobile, .financial__box--white .notes--mobile, .financial__box--dark-bg .notes--mobile, .financial__box--blue .notes--mobile {
    display: block;
  }
}
.financial__box .notes p, .financial__box--padding .notes p, .financial__box--blue-gradient .notes p, .financial__box--bg .notes p, .financial__box--white .notes p, .financial__box--dark-bg .notes p, .financial__box--blue .notes p {
  margin-bottom: 15px;
}
.financial__box .notes p:last-child, .financial__box--padding .notes p:last-child, .financial__box--blue-gradient .notes p:last-child, .financial__box--bg .notes p:last-child, .financial__box--white .notes p:last-child, .financial__box--dark-bg .notes p:last-child, .financial__box--blue .notes p:last-child {
  margin-bottom: 0;
}
.financial__box .titleBox, .financial__box--padding .titleBox, .financial__box--blue-gradient .titleBox, .financial__box--bg .titleBox, .financial__box--white .titleBox, .financial__box--dark-bg .titleBox, .financial__box--blue .titleBox {
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .financial__box .titleBox, .financial__box--padding .titleBox, .financial__box--blue-gradient .titleBox, .financial__box--bg .titleBox, .financial__box--white .titleBox, .financial__box--dark-bg .titleBox, .financial__box--blue .titleBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .financial__box .titleBox > img, .financial__box--padding .titleBox > img, .financial__box--blue-gradient .titleBox > img, .financial__box--bg .titleBox > img, .financial__box--white .titleBox > img, .financial__box--dark-bg .titleBox > img, .financial__box--blue .titleBox > img, .financial__box .titleBox > svg, .financial__box--padding .titleBox > svg, .financial__box--blue-gradient .titleBox > svg, .financial__box--bg .titleBox > svg, .financial__box--white .titleBox > svg, .financial__box--dark-bg .titleBox > svg, .financial__box--blue .titleBox > svg {
    margin: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .financial__box .titleBox .yes, .financial__box--padding .titleBox .yes, .financial__box--blue-gradient .titleBox .yes, .financial__box--bg .titleBox .yes, .financial__box--white .titleBox .yes, .financial__box--dark-bg .titleBox .yes, .financial__box--blue .titleBox .yes {
    width: 90px;
  }
}
.financial__box .element, .financial__box--padding .element, .financial__box--blue-gradient .element, .financial__box--bg .element, .financial__box--white .element, .financial__box--dark-bg .element, .financial__box--blue .element {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .financial__box .element, .financial__box--padding .element, .financial__box--blue-gradient .element, .financial__box--bg .element, .financial__box--white .element, .financial__box--dark-bg .element, .financial__box--blue .element {
    height: 225px;
    width: auto;
    right: -50px;
  }
}
@media (max-width: 576px) {
  .financial__box .pieBox, .financial__box--padding .pieBox, .financial__box--blue-gradient .pieBox, .financial__box--bg .pieBox, .financial__box--white .pieBox, .financial__box--dark-bg .pieBox, .financial__box--blue .pieBox {
    margin-bottom: 0;
  }
}

.financial__text {
  font-size: 1.2083333333rem;
  line-height: 1.625rem;
  margin-bottom: 15px;
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .financial__text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .financial__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 5px;
  }
  .financial__text .dash {
    display: none;
  }
}
.financial__text.mb-0 {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .financial__text br {
    display: none;
  }
}
.financial__text br.mobile {
  display: none;
}
@media (max-width: 576px) {
  .financial__text br.mobile {
    display: block;
  }
}

.financial__subtitle, .financial__subtitle--light-blue {
  font-size: 1.6666666667rem;
  line-height: 2.0833333333rem;
  position: relative;
}
@media (max-width: 767px) {
  .financial__subtitle, .financial__subtitle--light-blue {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 475px) {
  .financial__subtitle, .financial__subtitle--light-blue {
    font-size: 23px;
    line-height: 28px;
  }
  .financial__subtitle br, .financial__subtitle--light-blue br {
    display: none;
  }
}
.financial__subtitle--light-blue {
  color: #20C0D8;
}

.financial__subtext, .financial__subtext--light-blue {
  font-size: 1.125rem;
  line-height: 1.5833333333rem;
}
.financial__subtext--light-blue {
  color: #20C0D8;
}

.financial__guidance {
  padding: 2.7083333333rem 0;
}
.financial__guidance.active svg.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.financial__guidance.active svg.zoom-in {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@media (max-width: 767px) {
  .financial__guidance img[alt=icon] {
    max-height: 56px;
  }
}
@media (max-width: 767px) {
  .financial__guidance .row.pt-40 {
    padding-top: 0;
    grid-gap: 0;
  }
  .financial__guidance .row.pt-40 > div:first-child {
    margin-bottom: 10px;
  }
}
.financial__guidance svg.fade-in {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.financial__guidance svg.zoom-in {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .financial__guidance .d-mobile-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .financial__guidance .d-none {
    display: block;
    margin-top: 10px;
  }
}
.financial__guidance .scrollIconBox {
  display: none;
}
@media (max-width: 975px) {
  .financial__guidance .scrollIconBox {
    display: block;
    margin-top: 10px;
    margin-bottom: -40px;
  }
}
@media (max-width: 975px) {
  .financial__guidance .financial__guidance-notes {
    padding-right: 35px;
  }
}

.financial__guidance-wrapper .rowBox {
  overflow-y: visible;
}
@media (max-width: 991px) {
  .financial__guidance-wrapper .rowBox {
    overflow-x: auto;
    margin-right: -15px;
    padding-bottom: 20px;
    padding-top: 135px;
  }
}
@media (max-width: 991px) {
  .financial__guidance-wrapper .rowBox .row {
    width: 961px;
  }
}
@media (max-width: 576px) {
  .financial__guidance-wrapper .rowBox .row {
    width: 470px;
  }
}

.financial__guidance-notes {
  font-size: 15px;
  margin-top: 15px;
  line-height: 20px;
}

.financial__guidance-box, .financial__guidance-box--targets, .financial__guidance-box--mobile, .financial__guidance-box--desktop {
  background: linear-gradient(27deg, rgb(242, 245, 250) 0%, rgb(255, 255, 255) 100%);
  padding: 40px 0;
  border-radius: 15px;
  grid-template-columns: 0.25fr 0.75fr;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .financial__guidance-box, .financial__guidance-box--targets, .financial__guidance-box--mobile, .financial__guidance-box--desktop {
    padding-bottom: 5px;
    grid-gap: 0;
    margin-top: 0;
    grid-template-columns: 0.45fr 0.55fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .financial__guidance-box--desktop {
    display: grid;
    padding: 0 0 40px;
  }
}

.financial__guidance-box--mobile {
  display: none;
}
@media (max-width: 991px) {
  .financial__guidance-box--mobile {
    display: grid;
  }
}

.financial__guidance-box--targets {
  padding-right: 10px;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .financial__guidance-box--targets {
    padding: 10px;
  }
}
.financial__guidance-box--targets .row {
  grid-gap: 10px;
}
.financial__guidance-box--targets .financial__guidance-list {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .financial__guidance-box--targets .financial__guidance-list p:last-child {
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  .financial__guidance-box--targets .rowBox {
    padding-top: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 0;
  }
  .financial__guidance-box--targets .rowBox .row {
    width: auto;
  }
}

.financial__guidance-box .row--2, .financial__guidance-box--desktop .row--2, .financial__guidance-box--mobile .row--2, .financial__guidance-box--targets .row--2 {
  grid-gap: 10px;
}
@media (max-width: 576px) {
  .financial__guidance-box .row--2, .financial__guidance-box--desktop .row--2, .financial__guidance-box--mobile .row--2, .financial__guidance-box--targets .row--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.financial__guidance-list {
  padding: 0 22px;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  text-align: right;
  line-height: 20px;
}
@media (max-width: 991px) {
  .financial__guidance-list {
    font-size: 13px;
    line-height: 38px;
    padding: 0 12px;
    margin-top: 125px;
  }
}
.financial__guidance-list p {
  padding: 12px 0;
}
@media (max-width: 991px) {
  .financial__guidance-list p {
    padding: 14px 0;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .financial__guidance-list p:nth-child(1) {
    margin-top: -5px;
  }
}
.financial__guidance-list p:not(:last-child) {
  border-bottom: 1px solid #D4DAE3;
}
.financial__guidance-list p:nth-child(4) {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .financial__guidance-list p:nth-child(4) {
    min-height: 1px;
    margin-top: 45px;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .financial__guidance-list p:last-child {
    margin-top: 7px;
  }
}

.financial__guidance-item {
  margin-top: -130px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 23px 56px rgba(20, 33, 71, 0.14);
          box-shadow: 0 23px 56px rgba(20, 33, 71, 0.14);
  min-height: 360px;
  text-align: center;
  padding: 25px 18px;
}
@media (max-width: 991px) {
  .financial__guidance-item {
    font-size: 14.5px;
    padding: 25px 6px;
    margin-top: -135px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    min-height: 1px;
    border: 1px solid rgba(204, 204, 204, 0.4);
  }
}
.financial__guidance-item:first-child h3 {
  color: #2BB9DD;
}
.financial__guidance-item:first-child strong {
  color: #2BB9DD;
}
.financial__guidance-item:nth-child(2) h3 {
  color: #3881CD;
}
.financial__guidance-item:nth-child(2) strong {
  color: #3881CD;
}
.financial__guidance-item:nth-child(3) h3 {
  color: #476EE2;
}
.financial__guidance-item:nth-child(3) strong {
  color: #476EE2;
}
.financial__guidance-item .iconBox {
  height: 58px;
}
.financial__guidance-item .iconBox img, .financial__guidance-item .iconBox svg {
  max-height: 100%;
}
.financial__guidance-item h3 {
  font-size: 20px;
  line-height: 39px;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  margin-bottom: 2px;
  min-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .financial__guidance-item h3 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .financial__guidance-item h3 {
    font-size: 15px;
  }
}
.financial__guidance-item h3 sup {
  font-size: smaller;
  vertical-align: super;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  top: 13px;
  line-height: 0;
}
.financial__guidance-item p {
  line-height: 47px;
}
.financial__guidance-item p:last-child {
  display: none;
}
.financial__guidance-item p:not(:last-child) {
  border-bottom: 1px solid #ECF0F7;
}

.financial__guidance-banner {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 23px 56px rgba(20, 33, 71, 0.14);
          box-shadow: 0 23px 56px rgba(20, 33, 71, 0.14);
  font-size: 20px;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .financial__guidance-banner {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px;
    font-size: 13px;
    line-height: 15px;
  }
}

.financial__table-box {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .financial__table-box {
    grid-template-columns: 34px 1fr;
  }
}

.financial__table-name, .financial__table-name--without {
  background: #15254F;
  color: #ffffff;
  font-size: 15px;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  text-transform: uppercase;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
          transform: rotateY(180deg) rotateX(180deg);
  height: calc(100% - 82px);
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .financial__table-name, .financial__table-name--without {
    height: calc(100% - 68px);
    font-size: 14px;
  }
}
@media (max-width: 475px) {
  .financial__table-name, .financial__table-name--without {
    height: calc(100% - 62px);
  }
}
.financial__table-name--without {
  height: calc(100% - 30px) !important;
}
@media (max-width: 991px) {
  .financial__table-name--without {
    height: calc(100% - 30px) !important;
  }
}

.financial__table {
  font-size: 17px;
  text-align: center;
  border-collapse: separate !important;
  border-spacing: 0 4px !important;
}
@media (max-width: 991px) {
  .financial__table {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 475px) {
  .financial__table {
    font-size: 14px;
    line-height: 20px;
  }
}
.financial__table tr:first-child {
  font-size: 20px;
}
@media (max-width: 991px) {
  .financial__table tr:first-child {
    font-size: 16px;
  }
}
.financial__table tr:not(:first-child) {
  background: #ffffff;
  -webkit-box-shadow: 0 10px 9px rgba(20, 33, 71, 0.19);
          box-shadow: 0 10px 9px rgba(20, 33, 71, 0.19);
}
.financial__table td {
  vertical-align: middle;
  padding: 9px 15px;
  min-height: 44px;
  grid-gap: 5px;
  position: relative;
  width: 33.3333333333%;
}
.financial__table td span {
  font-family: SimplerPro_BEZEQ_HEBREW2-Regular;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .financial__table td span {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .financial__table td {
    min-height: 34px;
    padding: 5px 10px;
  }
}
@media (max-width: 576px) {
  .financial__table td {
    padding: 5px;
  }
}
.financial__table td:first-child {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .financial__table td:first-child {
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .financial__table td:first-child {
    padding-left: 2px;
  }
}
@media (max-width: 767px) {
  .financial__table td .double > div:first-child {
    width: 60% !important;
  }
  .financial__table td .double > div:last-child {
    width: 40% !important;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .financial__table td .double > div:last-child {
    padding-left: 5px;
  }
}

/* Financial End */
/* Strategic */
@media (max-width: 576px) {
  .strategic .normal_order .row--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.strategic__item {
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.41);
  background: radial-gradient(120.7% 125.29% at 5.58% 10.46%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .strategic__item {
    padding: 15px;
  }
}
.strategic__item .logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.strategic__item .number {
  background: #ffffff;
  position: absolute;
  bottom: -124px;
  right: -70px;
  color: #15254F;
  width: 218px;
  height: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Black";
  font-size: 75px;
  line-height: 75px;
  padding-bottom: 100px;
  padding-right: 55px;
}
.strategic__item .number span {
  font-size: 45px;
}
.strategic__item p {
  font-size: 35px;
  line-height: 121%;
  min-height: 85px;
}
.strategic__item .percentage {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Black";
  line-height: 121%;
  font-size: 75px;
}

/* Strategic End */
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Regular.woff2") format("woff2"), url("../fonts/SimplerPro_BEZEQ_HEBREW2-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Bold.woff2") format("woff2"), url("../fonts/SimplerPro_BEZEQ_HEBREW2-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Black";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Black.woff2") format("woff2"), url("../fonts/SimplerPro_BEZEQ_HEBREW2-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Footer */
.footer {
  background: #15254F;
  padding: 45px 0;
}

/* Footer End*/
@-webkit-keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldIn {
  0% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes unfoldOut {
  0% {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1);
  }
  50% {
    -webkit-transform: scaleY(0.005) scaleX(1);
            transform: scaleY(0.005) scaleX(1);
  }
  100% {
    -webkit-transform: scaleY(0.005) scaleX(0);
            transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
/* Modal End */
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(1000px);
            transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@-webkit-keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes scaleBack {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleForward {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes quickScaleDown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow_down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes arrow_down {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
  }
}