@charset "UTF-8";

/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* Temp fix for:
 * Issue #3233533: Core .placeholder class conflicts with new Bootstrap .placeholder class
 * https://www.drupal.org/project/drupal/issues/3233533
 * 
 * Issue #3246827: Fix em.placeholder style from Bootstrap 5 base styling with the Drupal core placeholder
 * https://www.drupal.org/i/3246827
 */

em.placeholder {
  cursor: unset !important;
  vertical-align: unset !important;
  opacity: unset !important;
  background-color: unset !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../../images/required.svg);
  background-repeat: no-repeat;
  background-size: calc(auto * .1667) calc(auto * .1667);
  width: calc(auto * .1667);
  height: calc(auto * .1667);
  margin: 0 .3em;
}

.ajax-progress {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-throbber .throbber {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-throbber .message {
  background-color: transparent !important;
  border: 0 !important;
}

.ajax-progress-fullscreen {
  background-color: transparent !important;
}

.hidden-anonymous,
.visible-admin,
.visible-logged-in {
  display: none !important;
}

body.user-logged-in .visible-admin,
body.user-logged-in .visible-logged-in,
body.user-logged-in .hidden-anonymous {
  display: inline-block !important;
}

body.user-logged-in .btn .visible-admin,
body.user-logged-in .btn .visible-logged-in,
body.user-logged-in .btn .hidden-anonymous {
  display: inline-block !important;
}

@media (max-width: 991.98px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.1;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: calc(1.25rem - 2px);
  }
}

@media (max-width: 991.98px) {
  h5,
  .h5 {
    font-size: calc(1.125rem - 2px);
  }
}

@media (max-width: 991.98px) {
  h6,
  .h6 {
    font-size: calc(1rem - 4px);
  }
}

.display-1 {
  font-size: 5rem !important;
}

@media (max-width: 991.98px) {
  .display-1 {
    font-size: 3.125rem !important;
  }
}

.display-2 {
  font-size: 3.75rem !important;
}

@media (max-width: 991.98px) {
  .display-2 {
    font-size: 2.375rem !important;
  }
}

.display-3 {
  font-size: 2.375rem !important;
}

@media (max-width: 991.98px) {
  .display-3 {
    font-size: 1.75rem !important;
  }
}

.display-4 {
  font-size: 1.875rem !important;
}

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 1.5rem !important;
  }
}

.display-5 {
  font-size: 1.5rem !important;
}

@media (max-width: 991.98px) {
  .display-5 {
    font-size: 1.25rem !important;
  }
}

.display-6 {
  font-size: 1.125rem !important;
}

@media (max-width: 991.98px) {
  .display-6 {
    font-size: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

a {
  text-underline-offset: .25em;
}

p:last-child {
  margin-bottom: 0;
}

ol ol {
  list-style: lower-alpha;
  padding-left: 2.1875rem;
}

[dir="rtl"] ol ol {
  padding-left: 0;
  padding-right: 2.1875rem;
}

ol ol ol {
  list-style: lower-roman;
  padding-left: 1.5625rem;
}

[dir="rtl"] ol ol ol {
  padding-left: 0;
  padding-right: 1.5625rem;
}

ul ul {
  padding-left: 2.1875rem;
}

[dir="rtl"] ul ul {
  padding-left: 0;
  padding-right: 2.1875rem;
}

ul ul ul {
  padding-left: 1.5625rem;
}

[dir="rtl"] ul ul ul {
  padding-left: 0;
  padding-right: 1.5625rem;
}

ol,
ul {
  padding-left: 2.5rem;
}

[dir="rtl"] ol,
[dir="rtl"] ul {
  padding-left: 0;
  padding-right: 2.5rem;
}

ol li,
ul li {
  margin-bottom: .3125rem;
}

ol li::marker,
ul li::marker {
  color: #132644;
}

ul li::marker {
  font-size: 1.375rem;
}

@media (max-width: 991.98px) {
  ul li::marker {
    font-size: 1.125rem;
  }
}

.lead,
em {
  font-style: italic;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .lead,
  em {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.xsmall {
  font-size: .875rem;
}

.small {
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .small {
    font-size: .75rem;
  }
}

.large {
  font-size: 1.375rem;
}

blockquote,
.blockquote {
  padding-left: 1.875rem;
  border-left: 2px solid #132644;
  font-style: italic;
}

[dir="rtl"] blockquote,
[dir="rtl"] .blockquote {
  padding-left: 0;
  padding-right: 1.875rem;
  border-left: none;
  border-right: 2px solid #132644;
}

blockquote .blockquote-footer,
.blockquote .blockquote-footer {
  margin-top: .625rem;
  font-style: normal;
}

blockquote .blockquote-footer::before,
.blockquote .blockquote-footer::before {
  content: "";
}

.text-date {
  font-size: .875rem;
  line-height: 1.4;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #1d4789 !important;
  border-color: #1d4789 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(29, 71, 137, .2) !important;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #5aa4c9 !important;
  border-color: #5aa4c9 !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(90, 164, 201, .2) !important;
}

.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #b5df0b !important;
  border-color: #b5df0b !important;
}

.btn-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(181, 223, 11, .2) !important;
}

.btn-success:hover, .btn-success:focus {
  background-color: #198754 !important;
  border-color: #198754 !important;
}

.btn-success:focus {
  box-shadow: 0 0 0 3px rgba(25, 135, 84, .2) !important;
}

.btn-info:hover, .btn-info:focus {
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}

.btn-info:focus {
  box-shadow: 0 0 0 3px rgba(13, 202, 240, .2) !important;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #ffcd39 !important;
  border-color: #ffcd39 !important;
}

.btn-warning:focus {
  box-shadow: 0 0 0 3px rgba(255, 205, 57, .2) !important;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #b02a37 !important;
  border-color: #b02a37 !important;
}

.btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(176, 42, 55, .2) !important;
}

.btn-light:hover, .btn-light:focus {
  background-color: #b5df0b !important;
  border-color: #b5df0b !important;
}

.btn-light:focus {
  box-shadow: 0 0 0 3px rgba(181, 223, 11, .2) !important;
}

.btn-dark:hover, .btn-dark:focus {
  background-color: #b5df0b !important;
  border-color: #b5df0b !important;
}

.btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(181, 223, 11, .2) !important;
}

.btn-subtle:hover, .btn-subtle:focus {
  background-color: #b5df0b !important;
  border-color: #b5df0b !important;
}

.btn-subtle:focus {
  box-shadow: 0 0 0 3px rgba(181, 223, 11, .2) !important;
}

.btn-white:hover, .btn-white:focus {
  background-color: #b5df0b !important;
  border-color: #b5df0b !important;
}

.btn-white:focus {
  box-shadow: 0 0 0 3px rgba(181, 223, 11, .2) !important;
}

.highlighted-text {
  background-color: #e1ff67;
}

@media (max-width: 991.98px) {
  .bg-lg-gradient {
    background-image: linear-gradient(235deg, rgba(19, 38, 68, 0) 35.52%, rgba(19, 38, 68, .8) 93.48%) !important;
  }

  [dir="rtl"] .bg-lg-gradient {
    background-image: linear-gradient(-235deg, rgba(19, 38, 68, 0) 35.52%, rgba(19, 38, 68, .8) 93.48%) !important;
  }
}

.bg-overlay-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
  z-index: 1;
  pointer-events: none;
}

[dir="rtl"] .bg-overlay-gradient::before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

@media (max-width: 991.98px) {
  body {
    font-size: .9375rem;
    line-height: 1.4;
  }
}

@media (max-width: 991.98px) {
  .row {
    margin-left: -0.4688rem;
    margin-right: -0.4688rem;
  }

  .row > * {
    padding-left: .4688rem;
    padding-right: .4688rem;
  }
}

@media (max-width: 991.98px) {
  .btn {
    --bs-btn-padding-y: .3125rem;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: 1.875rem;
    font-size: .875rem;
  }
}

.btn-outline {
  color: #000;
}

.path-frontpage .vlb-section .block h2 {
  font-size: 3.75rem;
}

@media (max-width: 991.98px) {
  .path-frontpage .vlb-section .block h2 {
    font-size: 2rem;
  }
}

.cfr-text table {
  border-collapse: separate;
  border-spacing: 0 20px;
}

.cfr-text table tbody tr:nth-child(odd) td {
  background-color: #efeff0 !important;
}

.cfr-text table tbody tr td {
  border-bottom: 1px solid #efeff0;
}

.slick .slick__arrow {
  position: relative;
  height: 2.625rem;
  top: 0;
  transform: none;
  margin-top: 1.875rem;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow {
    height: 1.5625rem;
    margin-top: 1.25rem;
  }
}

.slick .slick__arrow .slick-arrow {
  height: 2.75rem;
  width: 2.75rem !important;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow .slick-arrow {
    height: 1.5625rem;
    width: 1.5625rem !important;
  }
}

.slick .slick__arrow .slick-arrow::before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.125rem;
  height: 2.625rem;
  color: transparent;
  opacity: 1;
  transform: translateX(0);
  transition: transform .3s ease, background-image .2s ease;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow .slick-arrow::before {
    width: .75rem;
    height: 1.5625rem;
  }
}

.slick .slick__arrow .slick-arrow.slick-prev {
  background: #132644;
  right: 3.625rem;
  left: auto;
}

[dir="rtl"] .slick .slick__arrow .slick-arrow.slick-prev {
  left: 3.625rem;
  right: auto;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow .slick-arrow.slick-prev {
    right: 3.125rem;
  }

  [dir="rtl"] .slick .slick__arrow .slick-arrow.slick-prev {
    right: auto;
    left: 3.125rem;
  }
}

.slick .slick__arrow .slick-arrow.slick-prev::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M4.98047 0.16687C4.80557 0.0462183 4.56678 0.0667034 4.41309 0.227417L0.21875 4.61316C0.198969 4.63387 0.180171 4.6566 0.164062 4.68152L0.161133 4.68542C0.158943 4.6889 0.157375 4.69223 0.15625 4.69421C0.154911 4.69658 0.154759 4.69733 0.154297 4.69812C0.150484 4.7046 0.146551 4.71199 0.142578 4.7196L0.140625 4.72253L0.139648 4.72546C0.13662 4.73151 0.133043 4.73844 0.131836 4.74109C0.12852 4.74833 0.125481 4.75555 0.123047 4.7616L0.111328 4.7948L0.107422 4.80554L0.106445 4.80847H0.107422C0.105742 4.81441 0.104041 4.8205 0.103516 4.82312C0.103227 4.82456 0.103697 4.82517 0.103516 4.82605H0.102539L0.0966797 4.85242C0.0893152 4.89232 0.0874299 4.93214 0.0898438 4.97058C0.0907302 4.98472 0.0922225 5.00066 0.0947266 5.01648C0.0955784 5.02182 0.0972641 5.0281 0.0976562 5.03015C0.0990963 5.03773 0.100654 5.04579 0.101562 5.04968C0.101712 5.05033 0.10505 5.06377 0.107422 5.07214L0.133789 5.14343C0.134419 5.14502 0.136934 5.14972 0.139648 5.15515C0.142873 5.16155 0.146326 5.16731 0.148438 5.17078C0.150942 5.17489 0.151435 5.17605 0.152344 5.17761L0.15332 5.17859C0.153903 5.17968 0.153333 5.18068 0.154297 5.1825C0.155683 5.18511 0.158774 5.18991 0.162109 5.19519C0.176029 5.2172 0.192544 5.2364 0.208984 5.25476V5.25671L0.213867 5.26257L0.21875 5.26746L4.41309 9.65417C4.56669 9.81463 4.80563 9.83513 4.98047 9.71472L5.05078 9.65417C5.22396 9.47289 5.22393 9.18019 5.05078 8.9989L1.61328 5.40515H8.34668C8.59789 5.40477 8.79491 5.19325 8.79492 4.94031L8.78613 4.84753C8.74488 4.63764 8.56643 4.4758 8.34668 4.47546H1.61328L5.05078 0.881714C5.22389 0.700466 5.2236 0.408661 5.05078 0.227417L4.98047 0.16687ZM10.5332 4.47546C10.2817 4.47546 10.0842 4.68734 10.084 4.94031C10.084 5.1934 10.2816 5.40613 10.5332 5.40613C10.7847 5.40605 10.9814 5.19336 10.9814 4.94031C10.9812 4.68738 10.7846 4.47554 10.5332 4.47546Z" fill="white" stroke="white" stroke-width="0.178571"/></svg>');
}

.slick .slick__arrow .slick-arrow.slick-prev:hover::before, .slick .slick__arrow .slick-arrow.slick-prev:focus::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M8.48535 0.381104C8.1904 0.0730919 7.7089 0.0728003 7.41406 0.381104L0.368164 7.74927C0.336389 7.78249 0.307476 7.81992 0.28125 7.85962H0.280273L0.27832 7.86255L0.277344 7.8645L0.271484 7.87134V7.87231C0.267898 7.87803 0.265517 7.88371 0.263672 7.88696C0.261527 7.89075 0.260511 7.89154 0.259766 7.89282L0.239258 7.92993L0.237305 7.93384L0.235352 7.93872C0.230351 7.9487 0.224749 7.96048 0.222656 7.96509C0.217135 7.97715 0.212073 7.98917 0.208008 7.99927C0.20102 8.01671 0.193782 8.03604 0.1875 8.05591L0.181641 8.07446L0.179688 8.07837C0.176941 8.08807 0.175709 8.0973 0.174805 8.10181C0.174197 8.10484 0.17416 8.10605 0.173828 8.10767C0.173608 8.10873 0.173754 8.10895 0.173828 8.10864C0.173049 8.11182 0.172164 8.11402 0.169922 8.12231C0.168105 8.12904 0.165305 8.13967 0.163086 8.15161C0.150622 8.21889 0.147281 8.28602 0.151367 8.35083C0.15285 8.37446 0.155987 8.40056 0.160156 8.427V8.42798C0.161629 8.43714 0.163477 8.44833 0.164062 8.45142C0.166488 8.46413 0.169393 8.47718 0.170898 8.48364C0.171146 8.4847 0.175712 8.50669 0.179688 8.52075H0.180664C0.193003 8.56422 0.208507 8.60443 0.225586 8.64087L0.234375 8.66138C0.239658 8.67186 0.245471 8.68093 0.249023 8.68677C0.253532 8.69417 0.255135 8.69651 0.256836 8.69946L0.257812 8.70044C0.258779 8.70225 0.2582 8.70334 0.259766 8.7063L0.272461 8.72778C0.295396 8.76407 0.323545 8.79506 0.350586 8.82544L0.349609 8.82642L0.352539 8.8313L0.359375 8.84106L0.367188 8.84985L7.41406 16.219C7.70888 16.5272 8.1904 16.5271 8.48535 16.219C8.7763 15.9144 8.77625 15.423 8.48535 15.1184L2.71289 9.0813H14.0225C14.4446 9.08089 14.7762 8.725 14.7764 8.30005C14.7762 7.87513 14.4447 7.51823 14.0225 7.51782H2.71289L8.48535 1.48169C8.77647 1.17713 8.77697 0.685654 8.48633 0.381104H8.48535Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  transform: translateX(2px);
  width: .9375rem;
}

[dir="rtl"] .slick .slick__arrow .slick-arrow.slick-prev:hover::before, [dir="rtl"] .slick .slick__arrow .slick-arrow.slick-prev:focus::before {
  transform: translateX(-2px);
}

@media (max-width: 991.98px) {
  .slick .slick__arrow .slick-arrow.slick-prev:hover::before, .slick .slick__arrow .slick-arrow.slick-prev:focus::before {
    width: .5625rem;
  }
}

.slick .slick__arrow .slick-arrow.slick-next {
  background: #132644;
  right: 0;
}

[dir="rtl"] .slick .slick__arrow .slick-arrow.slick-next {
  right: auto;
  left: 0;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow .slick-arrow.slick-next {
    right: 1.25rem;
  }

  [dir="rtl"] .slick .slick__arrow .slick-arrow.slick-next {
    right: auto;
    left: 1.25rem;
  }
}

.slick .slick__arrow .slick-arrow.slick-next::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M6.09082 0.16687C6.26572 0.0462183 6.50451 0.0667034 6.6582 0.227417L10.8525 4.61316C10.8723 4.63387 10.8911 4.6566 10.9072 4.68152L10.9102 4.68542C10.9123 4.6889 10.9139 4.69223 10.915 4.69421C10.9164 4.69658 10.9165 4.69733 10.917 4.69812C10.9208 4.7046 10.9247 4.71199 10.9287 4.7196L10.9307 4.72253L10.9316 4.72546C10.9347 4.73151 10.9382 4.73844 10.9395 4.74109C10.9428 4.74833 10.9458 4.75555 10.9482 4.7616L10.96 4.7948L10.9639 4.80554L10.9648 4.80847H10.9639C10.9655 4.81441 10.9672 4.8205 10.9678 4.82312C10.9681 4.82456 10.9676 4.82517 10.9678 4.82605H10.9688L10.9746 4.85242C10.982 4.89232 10.9839 4.93214 10.9814 4.97058C10.9806 4.98472 10.9791 5.00066 10.9766 5.01648C10.9757 5.02182 10.974 5.0281 10.9736 5.03015C10.9722 5.03773 10.9706 5.04579 10.9697 5.04968C10.9696 5.05033 10.9662 5.06377 10.9639 5.07214L10.9375 5.14343C10.9369 5.14502 10.9344 5.14972 10.9316 5.15515C10.9284 5.16155 10.925 5.16731 10.9229 5.17078C10.9203 5.17489 10.9199 5.17605 10.9189 5.17761L10.918 5.17859C10.9174 5.17968 10.918 5.18068 10.917 5.1825C10.9156 5.18511 10.9125 5.18991 10.9092 5.19519C10.8953 5.2172 10.8787 5.2364 10.8623 5.25476V5.25671L10.8574 5.26257L10.8525 5.26746L6.6582 9.65417C6.5046 9.81463 6.26566 9.83513 6.09082 9.71472L6.02051 9.65417C5.84733 9.47289 5.84735 9.18019 6.02051 8.9989L9.45801 5.40515H2.72461C2.4734 5.40477 2.27638 5.19325 2.27637 4.94031L2.28516 4.84753C2.32641 4.63764 2.50486 4.4758 2.72461 4.47546H9.45801L6.02051 0.881714C5.8474 0.700466 5.84769 0.408661 6.02051 0.227417L6.09082 0.16687ZM0.538086 4.47546C0.789544 4.47546 0.987108 4.68734 0.987305 4.94031C0.987274 5.1934 0.789665 5.40613 0.538086 5.40613C0.286572 4.40605 0.0898749 5.19336 0.0898438 4.94031C0.0900412 4.68738 0.286693 4.47554 0.538086 4.47546Z" fill="white" stroke="white" stroke-width="0.178571"/></svg>');
}

.slick .slick__arrow .slick-arrow.slick-next:hover::before, .slick .slick__arrow .slick-arrow.slick-next:focus::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M6.44067 0.381104C6.73563 0.0730919 7.21713 0.0728003 7.51196 0.381104L14.5579 7.74927C14.5896 7.78249 14.6185 7.81992 14.6448 7.85962H14.6458L14.6477 7.86255L14.6487 7.8645L14.6545 7.87134V7.87231C14.6581 7.87803 14.6605 7.88371 14.6624 7.88696C14.6645 7.89075 14.6655 7.89154 14.6663 7.89282L14.6868 7.92993L14.6887 7.93384L14.6907 7.93872C14.6957 7.9487 14.7013 7.96048 14.7034 7.96509C14.7089 7.97715 14.714 7.98917 14.718 7.99927C14.725 8.01671 14.7322 8.03604 14.7385 8.05591L14.7444 8.07446L14.7463 8.07837C14.7491 8.08807 14.7503 8.0973 14.7512 8.10181C14.7518 8.10484 14.7519 8.10605 14.7522 8.10767C14.7524 8.10873 14.7523 8.10895 14.7522 8.10864C14.753 8.11182 14.7539 8.11402 14.7561 8.12231C14.7579 8.12904 14.7607 8.13967 14.7629 8.15161C14.7754 8.21889 14.7787 8.28602 14.7747 8.35083C14.7732 8.37446 14.77 8.40056 14.7659 8.427V8.42798C14.7644 8.43714 14.7625 8.44833 14.762 8.45142C14.7595 8.46413 14.7566 8.47718 14.7551 8.48364C14.7549 8.4847 14.7503 8.50669 14.7463 8.52075H14.7454C14.733 8.56422 14.7175 8.60443 14.7004 8.64087L14.6917 8.66138C14.6864 8.67186 14.6806 8.68093 14.677 8.68677C14.6725 8.69417 14.6709 8.69651 14.6692 8.69946L14.6682 8.70044C14.6672 8.70225 14.6678 8.70334 14.6663 8.7063L14.6536 8.72778C14.6306 8.76407 14.6025 8.79506 14.5754 8.82544L14.5764 8.82642L14.5735 8.8313L14.5667 8.84106L14.5588 8.84985L7.51196 16.219C7.21714 16.5272 6.73562 16.5271 6.44067 16.219C6.14973 15.9144 6.14978 15.423 6.44067 15.1184L12.2131 9.0813H0.903564C0.481419 9.08089 0.149831 8.725 0.149658 8.30005C0.149804 7.87513 0.481346 7.51823 0.903564 7.51782H12.2131L6.44067 1.48169C6.14956 1.17713 6.14906 0.685654 6.4397 0.381104H6.44067Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  width: .9375rem;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow .slick-arrow.slick-next:hover::before, .slick .slick__arrow .slick-arrow.slick-next:focus::before {
    width: .5625rem;
  }
}

.slick .slick__arrow .slick-arrow:hover, .slick .slick__arrow .slick-arrow:focus {
  background: #1d4789;
}

.slick .slick__arrow .slick-arrow:hover::before, .slick .slick__arrow .slick-arrow:focus::before {
  transform: translateX(-2px);
}

[dir="rtl"] .slick .slick__arrow .slick-arrow:hover::before, [dir="rtl"] .slick .slick__arrow .slick-arrow:focus::before {
  transform: translateX(2px);
}

.slick .slick__arrow .slick-arrow.slick-disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.slick .slick__arrow.has-dots-arrows {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow.has-dots-arrows {
    gap: .5rem;
  }
}

.slick .slick__arrow.has-dots-arrows .slick-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}

.slick .slick__arrow.has-dots-arrows .slick-dots-wrapper .slick-dots {
  position: static;
  bottom: auto;
  margin: 0;
  padding: 0;
  display: flex !important;
  gap: .625rem;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow.has-dots-arrows .slick-dots-wrapper .slick-dots {
    gap: .375rem;
  }
}

.slick .slick__arrow.has-dots-arrows .slick-dots-wrapper .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.slick .slick__arrow.has-dots-arrows .slick-dots-wrapper .slick-dots li button {
  width: .625rem;
  height: .625rem;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  border: 1px solid #132644;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow.has-dots-arrows .slick-dots-wrapper .slick-dots li button {
    width: .5rem;
    height: .5rem;
  }
}

.slick .slick__arrow.has-dots-arrows .slick-dots-wrapper .slick-dots li button::before {
  display: none;
}

.slick .slick__arrow.has-dots-arrows .slick-dots-wrapper .slick-dots li.slick-active button {
  background: #132644;
}

.slick .slick__arrow.has-dots-arrows .slick-arrow {
  position: relative;
}

.slick .slick__arrow.has-dots-arrows .slick-arrow.slick-disabled {
  opacity: 1;
}

.slick .slick__arrow.has-dots-arrows .slick-arrow.slick-prev {
  right: auto;
  left: auto;
  order: 1;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow.has-dots-arrows .slick-arrow.slick-prev {
    right: auto;
  }

  [dir="rtl"] .slick .slick__arrow.has-dots-arrows .slick-arrow.slick-prev {
    right: auto;
    left: auto;
  }
}

.slick .slick__arrow.has-dots-arrows .slick-arrow.slick-next {
  right: auto;
  left: auto;
  order: 3;
}

@media (max-width: 991.98px) {
  .slick .slick__arrow.has-dots-arrows .slick-arrow.slick-next {
    right: auto;
  }

  [dir="rtl"] .slick .slick__arrow.has-dots-arrows .slick-arrow.slick-next {
    right: auto;
    left: auto;
  }
}

.slick.slick--less .slick-track {
  margin: 0;
  text-align: start;
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-prev {
  background: #e1ff67;
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-prev::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 19 17" fill="none"><path d="M8.42798 0.327393C8.13101 0.0745957 7.69078 0.0920988 7.41431 0.381104L0.368408 7.74927C0.336653 7.78246 0.307706 7.81995 0.281494 7.85962H0.280518L0.276611 7.8645L0.271729 7.87134V7.87231C0.268117 7.87806 0.264791 7.8837 0.262939 7.88696C0.260765 7.8908 0.259867 7.8914 0.259033 7.89282H0.26001L0.239502 7.92993L0.236572 7.93384L0.234619 7.93872L0.221924 7.96509C0.216426 7.9771 0.212322 7.98916 0.208252 7.99927H0.207275C0.2003 8.01668 0.194024 8.03606 0.187744 8.05591L0.181885 8.07446L0.179932 8.07837C0.177195 8.08804 0.175955 8.0973 0.175049 8.10181C0.174443 8.10483 0.174402 8.10606 0.174072 8.10767L0.173096 8.10864C0.172335 8.11172 0.172363 8.11418 0.170166 8.12231C0.168349 8.12904 0.165554 8.13965 0.16333 8.15161C0.15086 8.21891 0.147524 8.28601 0.151611 8.35083C0.153092 8.37443 0.155269 8.40061 0.159424 8.427V8.42798C0.160893 8.43714 0.163724 8.44834 0.164307 8.45142L0.171143 8.48364C0.17138 8.48466 0.175958 8.50671 0.179932 8.52075L0.22583 8.64087L0.234619 8.66138C0.239925 8.6719 0.245716 8.68093 0.249268 8.68677C0.253776 8.69417 0.254396 8.6965 0.256104 8.69946L0.25708 8.70044C0.258055 8.70226 0.258409 8.70328 0.26001 8.7063L0.272705 8.72778C0.295535 8.7639 0.322951 8.79518 0.349854 8.82544L0.348877 8.82642L0.351807 8.8313L0.359619 8.84106L0.367432 8.84985L7.41431 16.219C7.70916 16.5271 8.19067 16.5271 8.4856 16.219C8.77654 15.9144 8.7765 15.423 8.4856 15.1184L2.71313 9.0813H14.0217C14.4441 9.08112 14.7755 8.72514 14.7756 8.30005C14.7755 7.875 14.4441 7.518 14.0217 7.51782H2.71313L8.4856 1.48169C8.77673 1.17711 8.7763 0.685649 8.4856 0.381104L8.42798 0.327393ZM17.6965 7.5188C17.274 7.5188 16.9418 7.87492 16.9417 8.30005C16.9417 8.72525 17.2739 9.08228 17.6965 9.08228C18.119 9.08201 18.4504 8.72509 18.4504 8.30005C18.4503 7.87508 18.1189 7.51906 17.6965 7.5188Z" fill="%23132644" stroke="%23132644" stroke-width="0.3"/></svg>');
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-prev:hover::before, .vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-prev:focus::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M8.48535 0.381104C8.1904 0.0730919 7.7089 0.0728003 7.41406 0.381104L0.368164 7.74927C0.336389 7.78249 0.307476 7.81992 0.28125 7.85962H0.280273L0.27832 7.86255L0.277344 7.8645L0.271484 7.87134V7.87231C0.267898 7.87803 0.265517 7.88371 0.263672 7.88696C0.261527 7.89075 0.260511 7.89154 0.259766 7.89282L0.239258 7.92993L0.237305 7.93384L0.235352 7.93872C0.230351 7.9487 0.224749 7.96048 0.222656 7.96509C0.217135 7.97715 0.212073 7.98917 0.208008 7.99927C0.20102 8.01671 0.193782 8.03604 0.1875 8.05591L0.181641 8.07446L0.179688 8.07837C0.176941 8.08807 0.175709 8.0973 0.174805 8.10181C0.174197 8.10484 0.17416 8.10605 0.173828 8.10767C0.173608 8.10873 0.173754 8.10895 0.173828 8.10864C0.173049 8.11182 0.172164 8.11402 0.169922 8.12231C0.168105 8.12904 0.165305 8.13967 0.163086 8.15161C0.150622 8.21889 0.147281 8.28602 0.151367 8.35083C0.15285 8.37446 0.155987 8.40056 0.160156 8.427V8.42798C0.161629 8.43714 0.163477 8.44833 0.164062 8.45142C0.166488 8.46413 0.169393 8.47718 0.170898 8.48364C0.171146 8.4847 0.175712 8.50669 0.179688 8.52075H0.180664C0.193003 8.56422 0.208507 8.60443 0.225586 8.64087L0.234375 8.66138C0.239658 8.67186 0.245471 8.68093 0.249023 8.68677C0.253532 8.69417 0.255135 8.69651 0.256836 8.69946L0.257812 8.70044C0.258779 8.70225 0.2582 8.70334 0.259766 8.7063L0.272461 8.72778C0.295396 8.76407 0.323545 8.79506 0.350586 8.82544L0.349609 8.82642L0.352539 8.8313L0.359375 8.84106L0.367188 8.84985L7.41406 16.219C7.70888 16.5272 8.1904 16.5271 8.48535 16.219C8.7763 15.9144 8.77625 15.423 8.48535 15.1184L2.71289 9.0813H14.0225C14.4446 9.08089 14.7762 8.725 14.7764 8.30005C14.7762 7.87513 14.4447 7.51823 14.0225 7.51782H2.71289L8.48535 1.48169C8.77647 1.17713 8.77697 0.685654 8.48633 0.381104H8.48535Z" fill="%231D4789" stroke="%231D4789" stroke-width="0.3"/></svg>');
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-next {
  background: #e1ff67;
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-next::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 19 17" fill="none"><path d="M10.1721 0.327393C10.4691 0.0745957 10.9093 0.0920988 11.1858 0.381104L18.2317 7.74927C18.2634 7.78246 18.2924 7.81995 18.3186 7.85962H18.3196L18.3235 7.8645L18.3284 7.87134V7.87231C18.332 7.87806 18.3353 7.8837 18.3372 7.88696C18.3393 7.8908 18.3402 7.8914 18.3411 7.89282H18.3401L18.3606 7.92993L18.3635 7.93384L18.3655 7.93872L18.3782 7.96509C18.3837 7.9771 18.3878 7.98916 18.3918 7.99927H18.3928C18.3998 8.01668 18.4061 8.03606 18.4124 8.05591L18.4182 8.07446L18.4202 8.07837C18.4229 8.08804 18.4241 8.0973 18.425 8.10181C18.4257 8.10483 18.4257 8.10606 18.426 8.10767L18.427 8.10864C18.4278 8.11172 18.4277 8.11418 18.4299 8.12231C18.4317 8.12904 18.4345 8.13965 18.4368 8.15161C18.4492 8.21891 18.4526 8.28601 18.4485 8.35083C18.447 8.37443 18.4448 8.40061 18.4407 8.427V8.42798C18.4392 8.43714 18.4364 8.44834 18.4358 8.45142L18.429 8.48364C18.4287 8.48466 18.4241 8.50671 18.4202 8.52075L18.3743 8.64087L18.3655 8.66138C18.3602 8.6719 18.3544 8.68093 18.3508 8.68677C18.3463 8.69417 18.3457 8.6965 18.344 8.69946L18.343 8.70044C18.342 8.70226 18.3417 8.70328 18.3401 8.7063L18.3274 8.72778C18.3046 8.7639 18.2771 8.79518 18.2502 8.82544L18.2512 8.82642L18.2483 8.8313L18.2405 8.84106L18.2327 8.84985L11.1858 16.219C10.8909 16.5271 10.4094 16.5271 10.1145 16.219C9.82356 15.9144 9.8236 15.423 10.1145 15.1184L15.887 9.0813H4.57837C4.15603 9.08112 3.82464 8.72514 3.82446 8.30005C3.82461 7.875 4.15596 7.518 4.57837 7.51782H15.887L10.1145 1.48169C9.82337 1.17711 9.8238 0.685649 10.1145 0.381104L10.1721 0.327393ZM0.903564 7.5188C1.32612 7.5188 1.65828 7.87492 1.65845 8.30005C1.65839 8.72525 1.32622 9.08228 0.903564 9.08228C0.481134 9.08201 0.149711 8.72509 0.149658 8.30005C0.149827 7.87508 0.481233 7.51906 0.903564 7.5188Z" fill="%23132644" stroke="%23132644" stroke-width="0.3"/></svg>');
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-next:hover::before, .vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-next:focus::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M6.44067 0.381104C6.73563 0.0730919 7.21713 0.0728003 7.51196 0.381104L14.5579 7.74927C14.5896 7.78249 14.6185 7.81992 14.6448 7.85962H14.6458L14.6477 7.86255L14.6487 7.8645L14.6545 7.87134V7.87231C14.6581 7.87803 14.6605 7.88371 14.6624 7.88696C14.6645 7.89075 14.6655 7.89154 14.6663 7.89282L14.6868 7.92993L14.6887 7.93384L14.6907 7.93872C14.6957 7.9487 14.7013 7.96048 14.7034 7.96509C14.7089 7.97715 14.714 7.98917 14.718 7.99927C14.725 8.01671 14.7322 8.03604 14.7385 8.05591L14.7444 8.07446L14.7463 8.07837C14.7491 8.08807 14.7503 8.0973 14.7512 8.10181C14.7518 8.10484 14.7519 8.10605 14.7522 8.10767C14.7524 8.10873 14.7523 8.10895 14.7522 8.10864C14.753 8.11182 14.7539 8.11402 14.7561 8.12231C14.7579 8.12904 14.7607 8.13967 14.7629 8.15161C14.7754 8.21889 14.7787 8.28602 14.7747 8.35083C14.7732 8.37446 14.77 8.40056 14.7659 8.427V8.42798C14.7644 8.43714 14.7625 8.44833 14.762 8.45142C14.7595 8.46413 14.7566 8.47718 14.7551 8.48364C14.7549 8.4847 14.7503 8.50669 14.7463 8.52075H14.7454C14.733 8.56422 14.7175 8.60443 14.7004 8.64087L14.6917 8.66138C14.6864 8.67186 14.6806 8.68093 14.677 8.68677C14.6725 8.69417 14.6709 8.69651 14.6692 8.69946L14.6682 8.70044C14.6672 8.70225 14.6678 8.70334 14.6663 8.7063L14.6536 8.72778C14.6306 8.76407 14.6025 8.79506 14.5754 8.82544L14.5764 8.82642L14.5735 8.8313L14.5667 8.84106L14.5588 8.84985L7.51196 16.219C7.21714 16.5272 6.73562 16.5271 6.44067 16.219C6.14973 15.9144 6.14978 15.423 6.44067 15.1184L12.2131 9.0813H0.903564C0.481419 9.08089 0.149831 8.725 0.149658 8.30005C0.149804 7.87513 0.481346 7.51823 0.903564 7.51782H12.2131L6.44067 1.48169C6.14956 1.17713 6.14906 0.685654 6.4397 0.381104H6.44067Z" fill="%231D4789" stroke="%231D4789" stroke-width="0.3"/></svg>');
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow:hover, .vlb-section.bg-image .slick .slick__arrow .slick-arrow:focus {
  background: #b5df0b;
}

.vlb-section.bg-image .slick .slick__arrow .slick-arrow.slick-disabled {
  opacity: 1;
  background: #fff;
}

.block-content--type-text-logos .media--type-svg {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.block-content--type-text-logos .media--type-svg img {
  max-height: 150px;
  max-width: 100%;
}

.node-layout-page .cfr-navbar {
  margin-bottom: 3.75rem;
}

#layout-builder-modal a.media-library-edit__link {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: -5px;
  border: 1px solid var(--color-gray-200) !important;
  border-radius: 20px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cg%3e%3cpath fill='%2355565B' d='M14.545 3.042l-1.586-1.585c-.389-.389-1.025-.389-1.414 0l-1.293 1.293 3 3 1.293-1.293c.389-.389.389-1.026 0-1.415z'/%3e%3crect fill='%2355565B' x='5.129' y='3.8' transform='matrix(-.707 -.707 .707 -.707 6.189 20.064)' width='4.243' height='9.899'/%3e%3cpath fill='%2355565B' d='M.908 14.775c-.087.262.055.397.316.312l2.001-.667-1.65-1.646-.667 2.001z'/%3e%3c/g%3e%3c/svg%3e");
  background-color: #383a40;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
}

[dir="rtl"] #layout-builder-modal a.media-library-edit__link {
  margin-right: 0;
  margin-left: -5px;
}

#layout-builder-modal a.media-library-edit__link:hover {
  opacity: .7;
  background-color: #fff;
}

#layout-builder-modal .paragraphs-dropdown-actions {
  top: 45px;
}

#layout-builder-modal .paragraphs-tabs-wrapper input[type=submit].button {
  margin: 0;
}

#layout-builder-modal .paragraphs-dropdown-toggle::after {
  background-color: #aeb0b3;
}

#layout-builder-modal .paragraphs-dropdown-toggle:hover::after {
  background-color: #fff;
}

#layout-builder-modal .paragraphs-dropdown-toggle:focus::after {
  background-color: #41a5ff;
}

form.media-form .form-text.description {
  color: var(--gin-color-text) !important;
}

div#sliding-popup {
  background: #132644;
  padding: 15px 20px;
}

div#sliding-popup .eu-cookie-compliance-content {
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  display: block;
}

div#sliding-popup .eu-cookie-compliance-content .eu-cookie-compliance-message {
  margin: 0px;
}

div#sliding-popup .eu-cookie-compliance-content .eu-cookie-compliance-message p {
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
}

div#sliding-popup .eu-cookie-compliance-content .eu-cookie-compliance-buttons {
  margin: 0px;
}

div#sliding-popup .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button {
  margin: 0px;
  background: #e1ff67;
  color: #000;
  padding: 8px 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
}

@media (max-width: 575.98px) {
  div#sliding-popup .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button {
    width: 100%;
    margin-top: 20px;
  }
}

div#sliding-popup .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:hover {
  background: #b5df0b;
}

body .media-library-item .media-library-item__preview,
.media-library-selection .media-library-item .media-library-item__preview {
  height: 180px;
}

body .media-library-item .media-library-item__preview .field svg,
body .media-library-item .media-library-item__preview .field img,
.media-library-selection .media-library-item .media-library-item__preview .field svg,
.media-library-selection .media-library-item .media-library-item__preview .field img {
  height: 180px;
  object-fit: contain;
  object-position: center center;
}

.link-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  transition: color .3s ease;
}

.link-arrow::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1rem;
  margin-left: .5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  transform: translateX(0);
  transition: transform .3s ease, background-image .2s ease;
}

[dir="rtl"] .link-arrow::after {
  margin-left: 0;
  margin-right: .5rem;
}

.link-arrow.link-primary.link-arrow-right::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 19 17" fill="none"><path d="M10.1721 0.327347C10.4691 0.0745499 10.9093 0.0920531 11.1858 0.381058L18.2317 7.74922C18.2634 7.78242 18.2924 7.81991 18.3186 7.85957H18.3196L18.3235 7.86446L18.3284 7.87129V7.87227C18.332 7.87802 18.3353 7.88365 18.3372 7.88692C18.3393 7.89076 18.3402 7.89136 18.3411 7.89278H18.3401L18.3606 7.92989L18.3635 7.93379L18.3655 7.93867L18.3782 7.96504C18.3837 7.97706 18.3878 7.98911 18.3918 7.99922H18.3928C18.3998 8.01663 18.4061 8.03601 18.4124 8.05586L18.4182 8.07442L18.4202 8.07832C18.4229 8.088 18.4241 8.09725 18.425 8.10176C18.4257 8.10478 18.4257 8.10602 18.426 8.10762L18.427 8.1086C18.4278 8.11167 18.4277 8.11414 18.4299 8.12227C18.4317 8.129 18.4345 8.1396 18.4368 8.15157C18.4492 8.21886 18.4526 8.28596 18.4485 8.35078C18.447 8.37439 18.4448 8.40056 18.4407 8.42696V8.42793C18.4392 8.43709 18.4364 8.44829 18.4358 8.45137L18.429 8.4836C18.4287 8.48461 18.4241 8.50666 18.4202 8.52071L18.3743 8.64082L18.3655 8.66133C18.3602 8.67186 18.3544 8.68088 18.3508 8.68672C18.3463 8.69413 18.3457 8.69646 18.344 8.69942L18.343 8.70039C18.342 8.70222 18.3417 8.70323 18.3401 8.70625L18.3274 8.72774C18.3046 8.76386 18.2771 8.79513 18.2502 8.82539L18.2512 8.82637L18.2483 8.83125L18.2405 8.84102L18.2327 8.84981L11.1858 16.2189C10.8909 16.5271 10.4094 16.5271 10.1145 16.2189C9.82356 15.9144 9.8236 15.4229 10.1145 15.1184L15.887 9.08125H4.57837C4.15603 9.08107 3.82464 8.72509 3.82446 8.3C3.82461 7.87495 4.15596 7.51796 4.57837 7.51778H15.887L10.1145 1.48164C9.82337 1.17707 9.8238 0.685604 10.1145 0.381058L10.1721 0.327347ZM0.903564 7.51875C1.32612 7.51875 1.65828 7.87487 1.65845 8.3C1.65839 8.7252 1.32622 9.08223 0.903564 9.08223C0.481134 9.08197 0.149711 8.72505 0.149658 8.3C0.149827 7.87503 0.481233 7.51901 0.903564 7.51875Z" fill="%23132644" stroke="%23132644" stroke-width="0.3"/></svg>');
}

.link-arrow.link-primary.link-arrow-right:hover::after, .link-arrow.link-primary.link-arrow-right:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M6.44067 0.381058C6.73563 0.0730461 7.21713 0.0727545 7.51196 0.381058L14.5579 7.74922C14.5896 7.78244 14.6185 7.81987 14.6448 7.85957H14.6458L14.6477 7.8625L14.6487 7.86446L14.6545 7.87129V7.87227C14.6581 7.87798 14.6605 7.88366 14.6624 7.88692C14.6645 7.8907 14.6655 7.8915 14.6663 7.89278L14.6868 7.92989L14.6887 7.93379L14.6907 7.93867C14.6957 7.94865 14.7013 7.96043 14.7034 7.96504C14.7089 7.9771 14.714 7.98913 14.718 7.99922C14.725 8.01666 14.7322 8.036 14.7385 8.05586L14.7444 8.07442L14.7463 8.07832C14.7491 8.08803 14.7503 8.09726 14.7512 8.10176C14.7518 8.10479 14.7519 8.10601 14.7522 8.10762C14.7524 8.10869 14.7523 8.1089 14.7522 8.1086C14.753 8.11177 14.7539 8.11397 14.7561 8.12227C14.7579 8.129 14.7607 8.13963 14.7629 8.15157C14.7754 8.21885 14.7787 8.28597 14.7747 8.35078C14.7732 8.37442 14.77 8.40051 14.7659 8.42696V8.42793C14.7644 8.43709 14.7625 8.44828 14.762 8.45137C14.7595 8.46409 14.7566 8.47714 14.7551 8.4836C14.7549 8.48466 14.7503 8.50664 14.7463 8.52071H14.7454C14.733 8.56417 14.7175 8.60438 14.7004 8.64082L14.6917 8.66133C14.6864 8.67181 14.6806 8.68088 14.677 8.68672C14.6725 8.69413 14.6709 8.69647 14.6692 8.69942L14.6682 8.70039C14.6672 8.7022 14.6678 8.7033 14.6663 8.70625L14.6536 8.72774C14.6306 8.76403 14.6025 8.79501 14.5754 8.82539L14.5764 8.82637L14.5735 8.83125L14.5667 8.84102L14.5588 8.84981L7.51196 16.2189C7.21714 16.5271 6.73562 16.527 6.44067 16.2189C6.14973 15.9144 6.14978 15.4229 6.44067 15.1184L12.2131 9.08125H0.903564C0.481419 9.08085 0.149831 8.72496 0.149658 8.3C0.149804 7.87509 0.481346 7.51818 0.903564 7.51778H12.2131L6.44067 1.48164C6.14956 1.17709 6.14906 0.685608 6.4397 0.381058H6.44067Z" fill="%231D4789" stroke="%231D4789" stroke-width="0.3"/></svg>');
  transform: translateX(-2px);
}

[dir="rtl"] .link-arrow.link-primary.link-arrow-right:hover::after, [dir="rtl"] .link-arrow.link-primary.link-arrow-right:focus::after {
  transform: translateX(2px);
}

.link-arrow.link-primary.link-arrow-up::after {
  width: .875rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1.8338 0.828797C1.86504 0.440055 2.18871 0.141139 2.58856 0.150002L12.7808 0.377878C12.8268 0.378897 12.8737 0.384937 12.9203 0.394451L12.921 0.39376L12.9272 0.394451L12.9355 0.395832L12.9362 0.396523C12.9428 0.398034 12.9492 0.399664 12.9528 0.400666C12.957 0.401844 12.9581 0.401632 12.9597 0.402047L12.959 0.402737L12.9997 0.414476L13.0046 0.415167L13.0094 0.417239L13.037 0.426906C13.0494 0.431513 13.0608 0.437137 13.0709 0.441407L13.0716 0.440717C13.0888 0.448095 13.1069 0.45736 13.1254 0.466957L13.1427 0.475934L13.1468 0.477315C13.1556 0.482221 13.163 0.487888 13.1668 0.490435C13.1694 0.492142 13.1703 0.492987 13.1717 0.493888H13.1731C13.1758 0.495525 13.1775 0.497288 13.1848 0.501484C13.1908 0.504956 13.2003 0.510477 13.2104 0.517366C13.2668 0.556134 13.3166 0.601223 13.3595 0.649948C13.3752 0.667686 13.3921 0.687732 13.4078 0.709334L13.4085 0.710025C13.414 0.717541 13.4199 0.727464 13.4217 0.73005L13.4396 0.757672C13.4402 0.758559 13.4525 0.777388 13.4596 0.790127L13.5121 0.907518L13.5204 0.928234C13.5241 0.939429 13.5264 0.949906 13.528 0.956546C13.53 0.96497 13.5313 0.967055 13.5321 0.970356V0.971737C13.5327 0.973717 13.5332 0.974685 13.5342 0.977952L13.5404 1.00212C13.5498 1.0438 13.5526 1.0853 13.5549 1.12573H13.5563L13.5577 1.13125L13.5591 1.14368L13.5598 1.15542L13.7876 11.3491C13.797 11.7755 13.4566 12.1159 13.0301 12.1066C12.609 12.097 12.2616 11.7494 12.2519 11.3284L12.0648 2.97774L4.06837 10.9741C3.76961 11.2726 3.28356 11.2552 2.98285 10.9548C2.6824 10.6541 2.66427 10.1674 2.96283 9.86858L10.9592 1.87219L2.60927 1.68575C2.18804 1.67625 1.84083 1.32842 1.83104 0.907518L1.8338 0.828797ZM0.365039 12.4677C0.663829 12.169 1.15052 12.1859 1.45125 12.4864C1.75187 12.7871 1.76944 13.2744 1.47058 13.5733C1.1717 13.8718 0.684964 13.8538 0.384374 13.5533C0.0839928 13.2526 0.06659 12.7666 0.365039 12.4677Z" fill="%23132644" stroke="%23132644" stroke-width="0.3"/></svg>');
}

.link-arrow.link-primary.link-arrow-up:hover::after, .link-arrow.link-primary.link-arrow-up:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.150368 0.907391C0.141134 0.481031 0.4814 0.140353 0.907884 0.149875L11.1002 0.377751C11.1461 0.378772 11.193 0.384797 11.2397 0.394324L11.2403 0.393633L11.2438 0.394324L11.2459 0.395015L11.2548 0.395705L11.2555 0.396396C11.2621 0.3979 11.2678 0.400232 11.2714 0.401229C11.2756 0.40239 11.2769 0.402232 11.2783 0.40261L11.3191 0.41435L11.3232 0.415731L11.328 0.417802C11.3386 0.421322 11.3509 0.425691 11.3557 0.42747C11.3681 0.432093 11.3802 0.437016 11.3902 0.44128C11.4075 0.44867 11.4263 0.457225 11.4447 0.46683L11.462 0.475807L11.4661 0.477188C11.475 0.482109 11.4823 0.487763 11.4862 0.490308C11.4887 0.49202 11.4896 0.492855 11.491 0.493761C11.4919 0.49436 11.492 0.494617 11.4917 0.494451C11.4945 0.496145 11.4967 0.497075 11.5041 0.501357C11.5102 0.504829 11.5197 0.510366 11.5297 0.517239C11.5861 0.556 11.6359 0.601104 11.6788 0.649822C11.6945 0.66758 11.7107 0.688252 11.7265 0.709898L11.7272 0.710589C11.7326 0.718106 11.7392 0.727325 11.741 0.729924C11.7483 0.740631 11.7554 0.751913 11.7589 0.757545C11.7595 0.75847 11.7718 0.777245 11.779 0.79L11.7783 0.790691C11.8003 0.830152 11.8178 0.869547 11.8314 0.907391L11.8397 0.928107C11.8434 0.939256 11.8457 0.949778 11.8473 0.956419C11.8494 0.964843 11.8499 0.96763 11.8508 0.97092V0.972301C11.8514 0.974264 11.8526 0.974629 11.8535 0.977825L11.8598 1.00199C11.8692 1.04387 11.8712 1.08569 11.8736 1.12629H11.8749L11.8763 1.13181L11.8784 1.14355L11.8791 1.15529L12.107 11.349C12.1164 11.7753 11.7758 12.1157 11.3494 12.1065C10.9284 12.0968 10.5809 11.7493 10.5712 11.3282L10.3841 2.97761L2.38701 10.9747C2.08822 11.2729 1.6021 11.2557 1.30149 10.9554C1.00113 10.6548 0.983195 10.168 1.28146 9.86914L9.27854 1.87207L0.9286 1.68562C0.507396 1.67612 0.159514 1.32894 0.149678 0.908081L0.150368 0.907391Z" fill="%231D4789" stroke="%231D4789" stroke-width="0.3"/></svg>');
  transform: translateY(2px) translateX(-2px);
}

[dir="rtl"] .link-arrow.link-primary.link-arrow-up:hover::after, [dir="rtl"] .link-arrow.link-primary.link-arrow-up:focus::after {
  transform: translateY(2px) translateX(2px);
}

.link-arrow.link-primary.link-arrow-down::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none"><path d="M16.2727 10.1721C16.5255 10.469 16.508 10.9093 16.219 11.1857L8.85083 18.2316C8.81763 18.2634 8.78014 18.2923 8.74048 18.3186V18.3195L8.7356 18.3234L8.72876 18.3283H8.72778C8.72203 18.3319 8.7164 18.3353 8.71313 18.3371C8.70929 18.3393 8.7087 18.3402 8.70728 18.341V18.34L8.67017 18.3605L8.66626 18.3635L8.66138 18.3654L8.63501 18.3781C8.623 18.3836 8.61094 18.3877 8.60083 18.3918V18.3928C8.58342 18.3998 8.56404 18.406 8.54419 18.4123L8.52563 18.4182L8.52173 18.4201C8.51205 18.4229 8.5028 18.4241 8.49829 18.425C8.49527 18.4256 8.49403 18.4256 8.49243 18.426L8.49146 18.427C8.48838 18.4277 8.48591 18.4277 8.47778 18.4299C8.47106 18.4317 8.46045 18.4345 8.44849 18.4367C8.38119 18.4492 8.31409 18.4525 8.24927 18.4484C8.22566 18.447 8.19949 18.4448 8.1731 18.4406H8.17212C8.16296 18.4392 8.15176 18.4363 8.14868 18.4357L8.11646 18.4289C8.11544 18.4287 8.09339 18.4241 8.07935 18.4201L7.95923 18.3742L7.93872 18.3654C7.92819 18.3601 7.91917 18.3543 7.91333 18.3508C7.90593 18.3463 7.9036 18.3457 7.90063 18.3439L7.89966 18.343C7.89783 18.342 7.89682 18.3416 7.8938 18.34L7.87231 18.3273C7.83619 18.3045 7.80492 18.2771 7.77466 18.2502L7.77368 18.2512L7.7688 18.2482L7.75903 18.2404L7.75024 18.2326L0.381104 11.1857C0.0729659 10.8909 0.0729688 10.4094 0.381104 10.1145C0.685668 9.82351 1.17713 9.82356 1.48169 10.1145L7.5188 15.8869L7.5188 4.57832C7.51898 4.15599 7.87496 3.82459 8.30005 3.82442C8.7251 3.82456 9.0821 4.15591 9.08228 4.57832V15.8869L15.1184 10.1145C15.423 9.82332 15.9144 9.82376 16.219 10.1145L16.2727 10.1721ZM9.0813 0.903519C9.0813 1.32607 8.72518 1.65823 8.30005 1.6584C7.87485 1.65835 7.51782 1.32617 7.51782 0.903519C7.51808 0.481088 7.875 0.149665 8.30005 0.149612C8.72502 0.149782 9.08104 0.481187 9.0813 0.903519Z" fill="%23132644" stroke="%23132644" stroke-width="0.3"/></svg>');
}

.link-arrow.link-primary.link-arrow-down:hover::after, .link-arrow.link-primary.link-arrow-down:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><path d="M16.219 6.44063C16.527 6.73558 16.5273 7.21708 16.219 7.51192L8.85083 14.5578C8.81761 14.5896 8.78018 14.6185 8.74048 14.6447L8.74048 14.6457L8.73755 14.6477L8.7356 14.6486L8.72876 14.6545L8.72778 14.6545C8.72207 14.6581 8.71639 14.6605 8.71313 14.6623C8.70935 14.6645 8.70856 14.6655 8.70727 14.6662L8.67017 14.6867L8.66626 14.6887L8.66138 14.6906C8.6514 14.6956 8.63962 14.7012 8.63501 14.7033C8.62295 14.7088 8.61093 14.7139 8.60083 14.718C8.58339 14.725 8.56406 14.7322 8.54419 14.7385L8.52563 14.7443L8.52173 14.7463C8.51202 14.749 8.50279 14.7503 8.49829 14.7512C8.49526 14.7518 8.49404 14.7518 8.49243 14.7522C8.49136 14.7524 8.49115 14.7522 8.49145 14.7522C8.48828 14.7529 8.48608 14.7538 8.47778 14.7561C8.47106 14.7579 8.46043 14.7607 8.44849 14.7629C8.38121 14.7754 8.31408 14.7787 8.24927 14.7746C8.22563 14.7731 8.19954 14.77 8.1731 14.7658L8.17212 14.7658C8.16296 14.7644 8.15177 14.7625 8.14868 14.7619C8.13596 14.7595 8.12291 14.7566 8.11645 14.7551C8.11539 14.7548 8.09341 14.7503 8.07935 14.7463L8.07935 14.7453C8.03588 14.733 7.99567 14.7175 7.95923 14.7004L7.93872 14.6916C7.92824 14.6863 7.91917 14.6805 7.91333 14.677C7.90593 14.6724 7.90359 14.6708 7.90063 14.6691L7.89966 14.6682C7.89785 14.6672 7.89675 14.6678 7.8938 14.6662L7.87231 14.6535C7.83602 14.6306 7.80504 14.6024 7.77466 14.5754L7.77368 14.5764L7.7688 14.5734L7.75903 14.5666L7.75024 14.5588L0.381103 7.51192C0.0729395 7.21709 0.0730417 6.73558 0.381103 6.44063C0.685668 6.14968 1.17713 6.14973 1.48169 6.44063L7.5188 12.2131L7.5188 0.903518C7.5192 0.481373 7.87509 0.149785 8.30005 0.149612C8.72497 0.149758 9.08187 0.4813 9.08228 0.903518L9.08227 12.2131L15.1184 6.44063C15.423 6.14951 15.9144 6.14901 16.219 6.43965L16.219 6.44063Z" fill="%231D4789" stroke="%231D4789" stroke-width="0.3"/></svg>');
  transform: translateY(-2px);
}

.link-arrow.link-primary:hover, .link-arrow.link-primary:focus {
  color: #1d4789 !important;
}

.link-arrow.link-light {
  color: #fff;
}

.link-arrow.link-light.link-arrow-right::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 19 17" fill="none"><path d="M10.1721 0.327347C10.4691 0.0745499 10.9093 0.0920531 11.1858 0.381058L18.2317 7.74922C18.2634 7.78242 18.2924 7.81991 18.3186 7.85957H18.3196L18.3235 7.86446L18.3284 7.87129V7.87227C18.332 7.87802 18.3353 7.88365 18.3372 7.88692C18.3393 7.89076 18.3402 7.89136 18.3411 7.89278H18.3401L18.3606 7.92989L18.3635 7.93379L18.3655 7.93867L18.3782 7.96504C18.3837 7.97706 18.3878 7.98911 18.3918 7.99922H18.3928C18.3998 8.01663 18.4061 8.03601 18.4124 8.05586L18.4182 8.07442L18.4202 8.07832C18.4229 8.088 18.4241 8.09725 18.425 8.10176C18.4257 8.10478 18.4257 8.10602 18.426 8.10762L18.427 8.1086C18.4278 8.11167 18.4277 8.11414 18.4299 8.12227C18.4317 8.129 18.4345 8.1396 18.4368 8.15157C18.4492 8.21886 18.4526 8.28596 18.4485 8.35078C18.447 8.37439 18.4448 8.40056 18.4407 8.42696V8.42793C18.4392 8.43709 18.4364 8.44829 18.4358 8.45137L18.429 8.4836C18.4287 8.48461 18.4241 8.50666 18.4202 8.52071L18.3743 8.64082L18.3655 8.66133C18.3602 8.67186 18.3544 8.68088 18.3508 8.68672C18.3463 8.69413 18.3457 8.69646 18.344 8.69942L18.343 8.70039C18.342 8.70222 18.3417 8.70323 18.3401 8.70625L18.3274 8.72774C18.3046 8.76386 18.2771 8.79513 18.2502 8.82539L18.2512 8.82637L18.2483 8.83125L18.2405 8.84102L18.2327 8.84981L11.1858 16.2189C10.8909 16.5271 10.4094 16.5271 10.1145 16.2189C9.82356 15.9144 9.8236 15.4229 10.1145 15.1184L15.887 9.08125H4.57837C4.15603 9.08107 3.82464 8.72509 3.82446 8.3C3.82461 7.87495 4.15596 7.51796 4.57837 7.51778H15.887L10.1145 1.48164C9.82337 1.17707 9.8238 0.685604 10.1145 0.381058L10.1721 0.327347ZM0.903564 7.51875C1.32612 7.51875 1.65828 7.87487 1.65845 8.3C1.65839 8.7252 1.32622 9.08223 0.903564 9.08223C0.481134 9.08197 0.149711 8.72505 0.149658 8.3C0.149827 7.87503 0.481233 7.51901 0.903564 7.51875Z" fill="white" stroke="white" stroke-width="0.3"/></svg>');
}

.link-arrow.link-light.link-arrow-right:hover::after, .link-arrow.link-light.link-arrow-right:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M6.44067 0.381058C6.73563 0.0730461 7.21713 0.0727545 7.51196 0.381058L14.5579 7.74922C14.5896 7.78244 14.6185 7.81987 14.6448 7.85957H14.6458L14.6477 7.8625L14.6487 7.86446L14.6545 7.87129V7.87227C14.6581 7.87798 14.6605 7.88366 14.6624 7.88692C14.6645 7.8907 14.6655 7.8915 14.6663 7.89278L14.6868 7.92989L14.6887 7.93379L14.6907 7.93867C14.6957 7.94865 14.7013 7.96043 14.7034 7.96504C14.7089 7.9771 14.714 7.98913 14.718 7.99922C14.725 8.01666 14.7322 8.036 14.7385 8.05586L14.7444 8.07442L14.7463 8.07832C14.7491 8.08803 14.7503 8.09726 14.7512 8.10176C14.7518 8.10479 14.7519 8.10601 14.7522 8.10762C14.7524 8.10869 14.7523 8.1089 14.7522 8.1086C14.753 8.11177 14.7539 8.11397 14.7561 8.12227C14.7579 8.129 14.7607 8.13963 14.7629 8.15157C14.7754 8.21885 14.7787 8.28597 14.7747 8.35078C14.7732 8.37442 14.77 8.40051 14.7659 8.42696V8.42793C14.7644 8.43709 14.7625 8.44828 14.762 8.45137C14.7595 8.46409 14.7566 8.47714 14.7551 8.4836C14.7549 8.48466 14.7503 8.50664 14.7463 8.52071H14.7454C14.733 8.56417 14.7175 8.60438 14.7004 8.64082L14.6917 8.66133C14.6864 8.67181 14.6806 8.68088 14.677 8.68672C14.6725 8.69413 14.6709 8.69647 14.6692 8.69942L14.6682 8.70039C14.6672 8.7022 14.6678 8.7033 14.6663 8.70625L14.6536 8.72774C14.6306 8.76403 14.6025 8.79501 14.5754 8.82539L14.5764 8.82637L14.5735 8.83125L14.5667 8.84102L14.5588 8.84981L7.51196 16.2189C7.21714 16.5271 6.73562 16.527 6.44067 16.2189C6.14973 15.9144 6.14978 15.4229 6.44067 15.1184L12.2131 9.08125H0.903564C0.481419 9.08085 0.149831 8.72496 0.149658 8.3C0.149804 7.87509 0.481346 7.51818 0.903564 7.51778H12.2131L6.44067 1.48164C6.14956 1.17709 6.14906 0.685608 6.4397 0.381058H6.44067Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  transform: translateX(-2px);
}

[dir="rtl"] .link-arrow.link-light.link-arrow-right:hover::after, [dir="rtl"] .link-arrow.link-light.link-arrow-right:focus::after {
  transform: translateX(2px);
}

.link-arrow.link-light.link-arrow-up::after {
  width: .875rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1.8338 0.828797C1.86504 0.440055 2.18871 0.141139 2.58856 0.150002L12.7808 0.377878C12.8268 0.378897 12.8737 0.384937 12.9203 0.394451L12.921 0.39376L12.9272 0.394451L12.9355 0.395832L12.9362 0.396523C12.9428 0.398034 12.9492 0.399664 12.9528 0.400666C12.957 0.401844 12.9581 0.401632 12.9597 0.402047L12.959 0.402737L12.9997 0.414476L13.0046 0.415167L13.0094 0.417239L13.037 0.426906C13.0494 0.431513 13.0608 0.437137 13.0709 0.441407L13.0716 0.440717C13.0888 0.448095 13.1069 0.45736 13.1254 0.466957L13.1427 0.475934L13.1468 0.477315C13.1556 0.482221 13.163 0.487888 13.1668 0.490435C13.1694 0.492142 13.1703 0.492987 13.1717 0.493888H13.1731C13.1758 0.495525 13.1775 0.497288 13.1848 0.501484C13.1908 0.504956 13.2003 0.510477 13.2104 0.517366C13.2668 0.556134 13.3166 0.601223 13.3595 0.649948C13.3752 0.667686 13.3921 0.687732 13.4078 0.709334L13.4085 0.710025C13.414 0.717541 13.4199 0.727464 13.4217 0.73005L13.4396 0.757672C13.4402 0.758559 13.4525 0.777388 13.4596 0.790127L13.5121 0.907518L13.5204 0.928234C13.5241 0.939429 13.5264 0.949906 13.528 0.956546C13.53 0.96497 13.5313 0.967055 13.5321 0.970356V0.971737C13.5327 0.973717 13.5332 0.974685 13.5342 0.977952L13.5404 1.00212C13.5498 1.0438 13.5526 1.0853 13.5549 1.12573H13.5563L13.5577 1.13125L13.5591 1.14368L13.5598 1.15542L13.7876 11.3491C13.797 11.7755 13.4566 12.1159 13.0301 12.1066C12.609 12.097 12.2616 11.7494 12.2519 11.3284L12.0648 2.97774L4.06837 10.9741C3.76961 11.2726 3.28356 11.2552 2.98285 10.9548C2.6824 10.6541 2.66427 10.1674 2.96283 9.86858L10.9592 1.87219L2.60927 1.68575C2.18804 1.67625 1.84083 1.32842 1.83104 0.907518L1.8338 0.828797ZM0.365039 12.4677C0.663829 12.169 1.15052 12.1859 1.45125 12.4864C1.75187 12.7871 1.76944 13.2744 1.47058 13.5733C1.1717 13.8718 0.684964 13.8538 0.384374 13.5533C0.0839928 13.2526 0.06659 12.7666 0.365039 12.4677Z" fill="white" stroke="white" stroke-width="0.3"/></svg>');
}

.link-arrow.link-light.link-arrow-up:hover::after, .link-arrow.link-light.link-arrow-up:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.150368 0.907391C0.141134 0.481031 0.4814 0.140353 0.907884 0.149875L11.1002 0.377751C11.1461 0.378772 11.193 0.384797 11.2397 0.394324L11.2403 0.393633L11.2438 0.394324L11.2459 0.395015L11.2548 0.395705L11.2555 0.396396C11.2621 0.3979 11.2678 0.400232 11.2714 0.401229C11.2756 0.40239 11.2769 0.402232 11.2783 0.40261L11.3191 0.41435L11.3232 0.415731L11.328 0.417802C11.3386 0.421322 11.3509 0.425691 11.3557 0.42747C11.3681 0.432093 11.3802 0.437016 11.3902 0.44128C11.4075 0.44867 11.4263 0.457225 11.4447 0.46683L11.462 0.475807L11.4661 0.477188C11.475 0.482109 11.4823 0.487763 11.4862 0.490308C11.4887 0.49202 11.4896 0.492855 11.491 0.493761C11.4919 0.49436 11.492 0.494617 11.4917 0.494451C11.4945 0.496145 11.4967 0.497075 11.5041 0.501357C11.5102 0.504829 11.5197 0.510366 11.5297 0.517239C11.5861 0.556 11.6359 0.601104 11.6788 0.649822C11.6945 0.66758 11.7107 0.688252 11.7265 0.709898L11.7272 0.710589C11.7326 0.718106 11.7392 0.727325 11.741 0.729924C11.7483 0.740631 11.7554 0.751913 11.7589 0.757545C11.7595 0.75847 11.7718 0.777245 11.779 0.79L11.7783 0.790691C11.8003 0.830152 11.8178 0.869547 11.8314 0.907391L11.8397 0.928107C11.8434 0.939256 11.8457 0.949778 11.8473 0.956419C11.8494 0.964843 11.8499 0.96763 11.8508 0.97092V0.972301C11.8514 0.974264 11.8526 0.974629 11.8535 0.977825L11.8598 1.00199C11.8692 1.04387 11.8712 1.08569 11.8736 1.12629H11.8749L11.8763 1.13181L11.8784 1.14355L11.8791 1.15529L12.107 11.349C12.1164 11.7753 11.7758 12.1157 11.3494 12.1065C10.9284 12.0968 10.5809 11.7493 10.5712 11.3282L10.3841 2.97761L2.38701 10.9747C2.08822 11.2729 1.6021 11.2557 1.30149 10.9554C1.00113 10.6548 0.983195 10.168 1.28146 9.86914L9.27854 1.87207L0.9286 1.68562C0.507396 1.67612 0.159514 1.32894 0.149678 0.908081L0.150368 0.907391Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  transform: translateY(2px) translateX(-2px);
}

[dir="rtl"] .link-arrow.link-light.link-arrow-up:hover::after, [dir="rtl"] .link-arrow.link-light.link-arrow-up:focus::after {
  transform: translateY(2px) translateX(2px);
}

.link-arrow.link-light.link-arrow-down::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none"><path d="M16.2727 10.1721C16.5255 10.469 16.508 10.9093 16.219 11.1857L8.85083 18.2316C8.81763 18.2634 8.78014 18.2923 8.74048 18.3186V18.3195L8.7356 18.3234L8.72876 18.3283H8.72778C8.72203 18.3319 8.7164 18.3353 8.71313 18.3371C8.70929 18.3393 8.7087 18.3402 8.70728 18.341V18.34L8.67017 18.3605L8.66626 18.3635L8.66138 18.3654L8.63501 18.3781C8.623 18.3836 8.61094 18.3877 8.60083 18.3918V18.3928C8.58342 18.3998 8.56404 18.406 8.54419 18.4123L8.52563 18.4182L8.52173 18.4201C8.51205 18.4229 8.5028 18.4241 8.49829 18.425C8.49527 18.4256 8.49403 18.4256 8.49243 18.426L8.49146 18.427C8.48838 18.4277 8.48591 18.4277 8.47778 18.4299C8.47106 18.4317 8.46045 18.4345 8.44849 18.4367C8.38119 18.4492 8.31409 18.4525 8.24927 18.4484C8.22566 18.447 8.19949 18.4448 8.1731 18.4406H8.17212C8.16296 18.4392 8.15176 18.4363 8.14868 18.4357L8.11646 18.4289C8.11544 18.4287 8.09339 18.4241 8.07935 18.4201L7.95923 18.3742L7.93872 18.3654C7.92819 18.3601 7.91917 18.3543 7.91333 18.3508C7.90593 18.3463 7.9036 18.3457 7.90063 18.3439L7.89966 18.343C7.89783 18.342 7.89682 18.3416 7.8938 18.34L7.87231 18.3273C7.83619 18.3045 7.80492 18.2771 7.77466 18.2502L7.77368 18.2512L7.7688 18.2482L7.75903 18.2404L7.75024 18.2326L0.381104 11.1857C0.0729659 10.8909 0.0729688 10.4094 0.381104 10.1145C0.685668 9.82351 1.17713 9.82356 1.48169 10.1145L7.5188 15.8869L7.5188 4.57832C7.51898 4.15599 7.87496 3.82459 8.30005 3.82442C8.7251 3.82456 9.0821 4.15591 9.08228 4.57832V15.8869L15.1184 10.1145C15.423 9.82332 15.9144 9.82376 16.219 10.1145L16.2727 10.1721ZM9.0813 0.903519C9.0813 1.32607 8.72518 1.65823 8.30005 1.6584C7.87485 1.65835 7.51782 1.32617 7.51782 0.903519C7.51808 0.481088 7.875 0.149665 8.30005 0.149612C8.72502 0.149782 9.08104 0.481187 9.0813 0.903519Z" fill="white" stroke="white" stroke-width="0.3"/></svg>');
}

.link-arrow.link-light.link-arrow-down:hover::after, .link-arrow.link-light.link-arrow-down:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><path d="M16.219 6.44063C16.527 6.73558 16.5273 7.21708 16.219 7.51192L8.85083 14.5578C8.81761 14.5896 8.78018 14.6185 8.74048 14.6447L8.74048 14.6457L8.73755 14.6477L8.7356 14.6486L8.72876 14.6545L8.72778 14.6545C8.72207 14.6581 8.71639 14.6605 8.71313 14.6623C8.70935 14.6645 8.70856 14.6655 8.70727 14.6662L8.67017 14.6867L8.66626 14.6887L8.66138 14.6906C8.6514 14.6956 8.63962 14.7012 8.63501 14.7033C8.62295 14.7088 8.61093 14.7139 8.60083 14.718C8.58339 14.725 8.56406 14.7322 8.54419 14.7385L8.52563 14.7443L8.52173 14.7463C8.51202 14.749 8.50279 14.7503 8.49829 14.7512C8.49526 14.7518 8.49404 14.7518 8.49243 14.7522C8.49136 14.7524 8.49115 14.7522 8.49145 14.7522C8.48828 14.7529 8.48608 14.7538 8.47778 14.7561C8.47106 14.7579 8.46043 14.7607 8.44849 14.7629C8.38121 14.7754 8.31408 14.7787 8.24927 14.7746C8.22563 14.7731 8.19954 14.77 8.1731 14.7658L8.17212 14.7658C8.16296 14.7644 8.15177 14.7625 8.14868 14.7619C8.13596 14.7595 8.12291 14.7566 8.11645 14.7551C8.11539 14.7548 8.09341 14.7503 8.07935 14.7463L8.07935 14.7453C8.03588 14.733 7.99567 14.7175 7.95923 14.7004L7.93872 14.6916C7.92824 14.6863 7.91917 14.6805 7.91333 14.677C7.90593 14.6724 7.90359 14.6708 7.90063 14.6691L7.89966 14.6682C7.89785 14.6672 7.89675 14.6678 7.8938 14.6662L7.87231 14.6535C7.83602 14.6306 7.80504 14.6024 7.77466 14.5754L7.77368 14.5764L7.7688 14.5734L7.75903 14.5666L7.75024 14.5588L0.381103 7.51192C0.0729395 7.21709 0.0730417 6.73558 0.381103 6.44063C0.685668 6.14968 1.17713 6.14973 1.48169 6.44063L7.5188 12.2131L7.5188 0.903518C7.5192 0.481373 7.87509 0.149785 8.30005 0.149612C8.72497 0.149758 9.08187 0.4813 9.08228 0.903518L9.08227 12.2131L15.1184 6.44063C15.423 6.14951 15.9144 6.14901 16.219 6.43965L16.219 6.44063Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  transform: translateY(-2px);
}

.link-arrow.link-light:hover, .link-arrow.link-light:focus {
  color: #e1ff67 !important;
}

.vlb-section.bg-image .link-arrow.link-primary {
  color: #fff !important;
}

.vlb-section.bg-image .link-arrow.link-primary.link-arrow-right::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="17" viewBox="0 0 19 17" fill="none"><path d="M10.1721 0.327347C10.4691 0.0745499 10.9093 0.0920531 11.1858 0.381058L18.2317 7.74922C18.2634 7.78242 18.2924 7.81991 18.3186 7.85957H18.3196L18.3235 7.86446L18.3284 7.87129V7.87227C18.332 7.87802 18.3353 7.88365 18.3372 7.88692C18.3393 7.89076 18.3402 7.89136 18.3411 7.89278H18.3401L18.3606 7.92989L18.3635 7.93379L18.3655 7.93867L18.3782 7.96504C18.3837 7.97706 18.3878 7.98911 18.3918 7.99922H18.3928C18.3998 8.01663 18.4061 8.03601 18.4124 8.05586L18.4182 8.07442L18.4202 8.07832C18.4229 8.088 18.4241 8.09725 18.425 8.10176C18.4257 8.10478 18.4257 8.10602 18.426 8.10762L18.427 8.1086C18.4278 8.11167 18.4277 8.11414 18.4299 8.12227C18.4317 8.129 18.4345 8.1396 18.4368 8.15157C18.4492 8.21886 18.4526 8.28596 18.4485 8.35078C18.447 8.37439 18.4448 8.40056 18.4407 8.42696V8.42793C18.4392 8.43709 18.4364 8.44829 18.4358 8.45137L18.429 8.4836C18.4287 8.48461 18.4241 8.50666 18.4202 8.52071L18.3743 8.64082L18.3655 8.66133C18.3602 8.67186 18.3544 8.68088 18.3508 8.68672C18.3463 8.69413 18.3457 8.69646 18.344 8.69942L18.343 8.70039C18.342 8.70222 18.3417 8.70323 18.3401 8.70625L18.3274 8.72774C18.3046 8.76386 18.2771 8.79513 18.2502 8.82539L18.2512 8.82637L18.2483 8.83125L18.2405 8.84102L18.2327 8.84981L11.1858 16.2189C10.8909 16.5271 10.4094 16.5271 10.1145 16.2189C9.82356 15.9144 9.8236 15.4229 10.1145 15.1184L15.887 9.08125H4.57837C4.15603 9.08107 3.82464 8.72509 3.82446 8.3C3.82461 7.87495 4.15596 7.51796 4.57837 7.51778H15.887L10.1145 1.48164C9.82337 1.17707 9.8238 0.685604 10.1145 0.381058L10.1721 0.327347ZM0.903564 7.51875C1.32612 7.51875 1.65828 7.87487 1.65845 8.3C1.65839 8.7252 1.32622 9.08223 0.903564 9.08223C0.481134 9.08197 0.149711 8.72505 0.149658 8.3C0.149827 7.87503 0.481233 7.51901 0.903564 7.51875Z" fill="white" stroke="white" stroke-width="0.3"/></svg>');
}

.vlb-section.bg-image .link-arrow.link-primary.link-arrow-right:hover::after, .vlb-section.bg-image .link-arrow.link-primary.link-arrow-right:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M6.44067 0.381058C6.73563 0.0730461 7.21713 0.0727545 7.51196 0.381058L14.5579 7.74922C14.5896 7.78244 14.6185 7.81987 14.6448 7.85957H14.6458L14.6477 7.8625L14.6487 7.86446L14.6545 7.87129V7.87227C14.6581 7.87798 14.6605 7.88366 14.6624 7.88692C14.6645 7.8907 14.6655 7.8915 14.6663 7.89278L14.6868 7.92989L14.6887 7.93379L14.6907 7.93867C14.6957 7.94865 14.7013 7.96043 14.7034 7.96504C14.7089 7.9771 14.714 7.98913 14.718 7.99922C14.725 8.01666 14.7322 8.036 14.7385 8.05586L14.7444 8.07442L14.7463 8.07832C14.7491 8.08803 14.7503 8.09726 14.7512 8.10176C14.7518 8.10479 14.7519 8.10601 14.7522 8.10762C14.7524 8.10869 14.7523 8.1089 14.7522 8.1086C14.753 8.11177 14.7539 8.11397 14.7561 8.12227C14.7579 8.129 14.7607 8.13963 14.7629 8.15157C14.7754 8.21885 14.7787 8.28597 14.7747 8.35078C14.7732 8.37442 14.77 8.40051 14.7659 8.42696V8.42793C14.7644 8.43709 14.7625 8.44828 14.762 8.45137C14.7595 8.46409 14.7566 8.47714 14.7551 8.4836C14.7549 8.48466 14.7503 8.50664 14.7463 8.52071H14.7454C14.733 8.56417 14.7175 8.60438 14.7004 8.64082L14.6917 8.66133C14.6864 8.67181 14.6806 8.68088 14.677 8.68672C14.6725 8.69413 14.6709 8.69647 14.6692 8.69942L14.6682 8.70039C14.6672 8.7022 14.6678 8.7033 14.6663 8.70625L14.6536 8.72774C14.6306 8.76403 14.6025 8.79501 14.5754 8.82539L14.5764 8.82637L14.5735 8.83125L14.5667 8.84102L14.5588 8.84981L7.51196 16.2189C7.21714 16.5271 6.73562 16.527 6.44067 16.2189C6.14973 15.9144 6.14978 15.4229 6.44067 15.1184L12.2131 9.08125H0.903564C0.481419 9.08085 0.149831 8.72496 0.149658 8.3C0.149804 7.87509 0.481346 7.51818 0.903564 7.51778H12.2131L6.44067 1.48164C6.14956 1.17709 6.14906 0.685608 6.4397 0.381058H6.44067Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  transform: translateX(-2px);
}

[dir="rtl"] .vlb-section.bg-image .link-arrow.link-primary.link-arrow-right:hover::after, [dir="rtl"] .vlb-section.bg-image .link-arrow.link-primary.link-arrow-right:focus::after {
  transform: translateX(2px);
}

.vlb-section.bg-image .link-arrow.link-primary.link-arrow-up::after {
  width: .875rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1.8338 0.828797C1.86504 0.440055 2.18871 0.141139 2.58856 0.150002L12.7808 0.377878C12.8268 0.378897 12.8737 0.384937 12.9203 0.394451L12.921 0.39376L12.9272 0.394451L12.9355 0.395832L12.9362 0.396523C12.9428 0.398034 12.9492 0.399664 12.9528 0.400666C12.957 0.401844 12.9581 0.401632 12.9597 0.402047L12.959 0.402737L12.9997 0.414476L13.0046 0.415167L13.0094 0.417239L13.037 0.426906C13.0494 0.431513 13.0608 0.437137 13.0709 0.441407L13.0716 0.440717C13.0888 0.448095 13.1069 0.45736 13.1254 0.466957L13.1427 0.475934L13.1468 0.477315C13.1556 0.482221 13.163 0.487888 13.1668 0.490435C13.1694 0.492142 13.1703 0.492987 13.1717 0.493888H13.1731C13.1758 0.495525 13.1775 0.497288 13.1848 0.501484C13.1908 0.504956 13.2003 0.510477 13.2104 0.517366C13.2668 0.556134 13.3166 0.601223 13.3595 0.649948C13.3752 0.667686 13.3921 0.687732 13.4078 0.709334L13.4085 0.710025C13.414 0.717541 13.4199 0.727464 13.4217 0.73005L13.4396 0.757672C13.4402 0.758559 13.4525 0.777388 13.4596 0.790127L13.5121 0.907518L13.5204 0.928234C13.5241 0.939429 13.5264 0.949906 13.528 0.956546C13.53 0.96497 13.5313 0.967055 13.5321 0.970356V0.971737C13.5327 0.973717 13.5332 0.974685 13.5342 0.977952L13.5404 1.00212C13.5498 1.0438 13.5526 1.0853 13.5549 1.12573H13.5563L13.5577 1.13125L13.5591 1.14368L13.5598 1.15542L13.7876 11.3491C13.797 11.7755 13.4566 12.1159 13.0301 12.1066C12.609 12.097 12.2616 11.7494 12.2519 11.3284L12.0648 2.97774L4.06837 10.9741C3.76961 11.2726 3.28356 11.2552 2.98285 10.9548C2.6824 10.6541 2.66427 10.1674 2.96283 9.86858L10.9592 1.87219L2.60927 1.68575C2.18804 1.67625 1.84083 1.32842 1.83104 0.907518L1.8338 0.828797ZM0.365039 12.4677C0.663829 12.169 1.15052 12.1859 1.45125 12.4864C1.75187 12.7871 1.76944 13.2744 1.47058 13.5733C1.1717 13.8718 0.684964 13.8538 0.384374 13.5533C0.0839928 13.2526 0.06659 12.7666 0.365039 12.4677Z" fill="white" stroke="white" stroke-width="0.3"/></svg>');
}

.vlb-section.bg-image .link-arrow.link-primary.link-arrow-up:hover::after, .vlb-section.bg-image .link-arrow.link-primary.link-arrow-up:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.150368 0.907391C0.141134 0.481031 0.4814 0.140353 0.907884 0.149875L11.1002 0.377751C11.1461 0.378772 11.193 0.384797 11.2397 0.394324L11.2403 0.393633L11.2438 0.394324L11.2459 0.395015L11.2548 0.395705L11.2555 0.396396C11.2621 0.3979 11.2678 0.400232 11.2714 0.401229C11.2756 0.40239 11.2769 0.402232 11.2783 0.40261L11.3191 0.41435L11.3232 0.415731L11.328 0.417802C11.3386 0.421322 11.3509 0.425691 11.3557 0.42747C11.3681 0.432093 11.3802 0.437016 11.3902 0.44128C11.4075 0.44867 11.4263 0.457225 11.4447 0.46683L11.462 0.475807L11.4661 0.477188C11.475 0.482109 11.4823 0.487763 11.4862 0.490308C11.4887 0.49202 11.4896 0.492855 11.491 0.493761C11.4919 0.49436 11.492 0.494617 11.4917 0.494451C11.4945 0.496145 11.4967 0.497075 11.5041 0.501357C11.5102 0.504829 11.5197 0.510366 11.5297 0.517239C11.5861 0.556 11.6359 0.601104 11.6788 0.649822C11.6945 0.66758 11.7107 0.688252 11.7265 0.709898L11.7272 0.710589C11.7326 0.718106 11.7392 0.727325 11.741 0.729924C11.7483 0.740631 11.7554 0.751913 11.7589 0.757545C11.7595 0.75847 11.7718 0.777245 11.779 0.79L11.7783 0.790691C11.8003 0.830152 11.8178 0.869547 11.8314 0.907391L11.8397 0.928107C11.8434 0.939256 11.8457 0.949778 11.8473 0.956419C11.8494 0.964843 11.8499 0.96763 11.8508 0.97092V0.972301C11.8514 0.974264 11.8526 0.974629 11.8535 0.977825L11.8598 1.00199C11.8692 1.04387 11.8712 1.08569 11.8736 1.12629H11.8749L11.8763 1.13181L11.8784 1.14355L11.8791 1.15529L12.107 11.349C12.1164 11.7753 11.7758 12.1157 11.3494 12.1065C10.9284 12.0968 10.5809 11.7493 10.5712 11.3282L10.3841 2.97761L2.38701 10.9747C2.08822 11.2729 1.6021 11.2557 1.30149 10.9554C1.00113 10.6548 0.983195 10.168 1.28146 9.86914L9.27854 1.87207L0.9286 1.68562C0.507396 1.67612 0.159514 1.32894 0.149678 0.908081L0.150368 0.907391Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  transform: translateY(2px) translateX(-2px);
}

[dir="rtl"] .vlb-section.bg-image .link-arrow.link-primary.link-arrow-up:hover::after, [dir="rtl"] .vlb-section.bg-image .link-arrow.link-primary.link-arrow-up:focus::after {
  transform: translateY(2px) translateX(2px);
}

.vlb-section.bg-image .link-arrow.link-primary.link-arrow-down::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none"><path d="M16.2727 10.1721C16.5255 10.469 16.508 10.9093 16.219 11.1857L8.85083 18.2316C8.81763 18.2634 8.78014 18.2923 8.74048 18.3186V18.3195L8.7356 18.3234L8.72876 18.3283H8.72778C8.72203 18.3319 8.7164 18.3353 8.71313 18.3371C8.70929 18.3393 8.7087 18.3402 8.70728 18.341V18.34L8.67017 18.3605L8.66626 18.3635L8.66138 18.3654L8.63501 18.3781C8.623 18.3836 8.61094 18.3877 8.60083 18.3918V18.3928C8.58342 18.3998 8.56404 18.406 8.54419 18.4123L8.52563 18.4182L8.52173 18.4201C8.51205 18.4229 8.5028 18.4241 8.49829 18.425C8.49527 18.4256 8.49403 18.4256 8.49243 18.426L8.49146 18.427C8.48838 18.4277 8.48591 18.4277 8.47778 18.4299C8.47106 18.4317 8.46045 18.4345 8.44849 18.4367C8.38119 18.4492 8.31409 18.4525 8.24927 18.4484C8.22566 18.447 8.19949 18.4448 8.1731 18.4406H8.17212C8.16296 18.4392 8.15176 18.4363 8.14868 18.4357L8.11646 18.4289C8.11544 18.4287 8.09339 18.4241 8.07935 18.4201L7.95923 18.3742L7.93872 18.3654C7.92819 18.3601 7.91917 18.3543 7.91333 18.3508C7.90593 18.3463 7.9036 18.3457 7.90063 18.3439L7.89966 18.343C7.89783 18.342 7.89682 18.3416 7.8938 18.34L7.87231 18.3273C7.83619 18.3045 7.80492 18.2771 7.77466 18.2502L7.77368 18.2512L7.7688 18.2482L7.75903 18.2404L7.75024 18.2326L0.381104 11.1857C0.0729659 10.8909 0.0729688 10.4094 0.381104 10.1145C0.685668 9.82351 1.17713 9.82356 1.48169 10.1145L7.5188 15.8869L7.5188 4.57832C7.51898 4.15599 7.87496 3.82459 8.30005 3.82442C8.7251 3.82456 9.0821 4.15591 9.08228 4.57832V15.8869L15.1184 10.1145C15.423 9.82332 15.9144 9.82376 16.219 10.1145L16.2727 10.1721ZM9.0813 0.903519C9.0813 1.32607 8.72518 1.65823 8.30005 1.6584C7.87485 1.65835 7.51782 1.32617 7.51782 0.903519C7.51808 0.481088 7.875 0.149665 8.30005 0.149612C8.72502 0.149782 9.08104 0.481187 9.0813 0.903519Z" fill="white" stroke="white" stroke-width="0.3"/></svg>');
}

.vlb-section.bg-image .link-arrow.link-primary.link-arrow-down:hover::after, .vlb-section.bg-image .link-arrow.link-primary.link-arrow-down:focus::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><path d="M16.219 6.44063C16.527 6.73558 16.5273 7.21708 16.219 7.51192L8.85083 14.5578C8.81761 14.5896 8.78018 14.6185 8.74048 14.6447L8.74048 14.6457L8.73755 14.6477L8.7356 14.6486L8.72876 14.6545L8.72778 14.6545C8.72207 14.6581 8.71639 14.6605 8.71313 14.6623C8.70935 14.6645 8.70856 14.6655 8.70727 14.6662L8.67017 14.6867L8.66626 14.6887L8.66138 14.6906C8.6514 14.6956 8.63962 14.7012 8.63501 14.7033C8.62295 14.7088 8.61093 14.7139 8.60083 14.718C8.58339 14.725 8.56406 14.7322 8.54419 14.7385L8.52563 14.7443L8.52173 14.7463C8.51202 14.749 8.50279 14.7503 8.49829 14.7512C8.49526 14.7518 8.49404 14.7518 8.49243 14.7522C8.49136 14.7524 8.49115 14.7522 8.49145 14.7522C8.48828 14.7529 8.48608 14.7538 8.47778 14.7561C8.47106 14.7579 8.46043 14.7607 8.44849 14.7629C8.38121 14.7754 8.31408 14.7787 8.24927 14.7746C8.22563 14.7731 8.19954 14.77 8.1731 14.7658L8.17212 14.7658C8.16296 14.7644 8.15177 14.7625 8.14868 14.7619C8.13596 14.7595 8.12291 14.7566 8.11645 14.7551C8.11539 14.7548 8.09341 14.7503 8.07935 14.7463L8.07935 14.7453C8.03588 14.733 7.99567 14.7175 7.95923 14.7004L7.93872 14.6916C7.92824 14.6863 7.91917 14.6805 7.91333 14.677C7.90593 14.6724 7.90359 14.6708 7.90063 14.6691L7.89966 14.6682C7.89785 14.6672 7.89675 14.6678 7.8938 14.6662L7.87231 14.6535C7.83602 14.6306 7.80504 14.6024 7.77466 14.5754L7.77368 14.5764L7.7688 14.5734L7.75903 14.5666L7.75024 14.5588L0.381103 7.51192C0.0729395 7.21709 0.0730417 6.73558 0.381103 6.44063C0.685668 6.14968 1.17713 6.14973 1.48169 6.44063L7.5188 12.2131L7.5188 0.903518C7.5192 0.481373 7.87509 0.149785 8.30005 0.149612C8.72497 0.149758 9.08187 0.4813 9.08228 0.903518L9.08227 12.2131L15.1184 6.44063C15.423 6.14951 15.9144 6.14901 16.219 6.43965L16.219 6.44063Z" fill="%23E1FF67" stroke="%23E1FF67" stroke-width="0.3"/></svg>');
  transform: translateY(-2px);
}

.vlb-section.bg-image .link-arrow.link-primary:hover, .vlb-section.bg-image .link-arrow.link-primary:focus {
  color: #e1ff67 !important;
}

.views-exposed-form .block__title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  line-height: 120%;
}

.views-exposed-form .form-item-changed-date {
  margin-bottom: 1.5rem;
  position: relative;
}

.views-exposed-form .form-item-changed-date input[type=date] {
  width: 100%;
  padding: .75rem 2.5rem .75rem .75rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 1rem;
  color: #666;
  background-color: #fff;
}

[dir="rtl"] .views-exposed-form .form-item-changed-date input[type=date] {
  padding: .75rem .75rem .75rem 2.5rem;
}

.views-exposed-form .form-item-changed-date input[type=date]::placeholder {
  color: #666;
}

.views-exposed-form .form-item-changed-date input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: .75rem;
  cursor: pointer;
  opacity: .6;
}

[dir="rtl"] .views-exposed-form .form-item-changed-date input[type=date]::-webkit-calendar-picker-indicator {
  right: auto;
  left: .75rem;
}

.views-exposed-form details {
  border-top: 1px solid #e0e0e0;
  padding: 0;
  margin-bottom: 0;
  margin: 0px !important;
}

.views-exposed-form details:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

.views-exposed-form details#edit-changed-collapsible--3 .form-item:last-child {
  margin-bottom: 0;
}

.views-exposed-form details summary {
  color: #000;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  transition: margin-bottom .28s ease;
}

.views-exposed-form details summary::-webkit-details-marker {
  display: none;
}

.views-exposed-form details summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #666;
}

.views-exposed-form details[open] summary::after {
  content: "−";
}

.views-exposed-form details.cfr-animated-details.is-collapsed summary::after {
  content: "+";
}

.views-exposed-form details.cfr-animated-details:not(.is-collapsed) summary::after {
  content: "−";
}

.views-exposed-form details.cfr-animated-details:not(.is-collapsed):not(.is-closing) summary, .views-exposed-form details.is-opening summary {
  margin-bottom: 1rem;
}

.views-exposed-form details .details-wrapper {
  padding-top: 0;
}

.views-exposed-form details.cfr-animated-details .details-wrapper, .views-exposed-form details[data-once*=cfr-animated-details] .details-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .28s ease, opacity .22s ease;
  will-change: max-height, opacity;
}

.views-exposed-form details.cfr-animated-details:not(.is-collapsed) .details-wrapper, .views-exposed-form details.cfr-animated-details.is-opening .details-wrapper, .views-exposed-form details[data-once*=cfr-animated-details]:not(.is-collapsed) .details-wrapper, .views-exposed-form details[data-once*=cfr-animated-details].is-opening .details-wrapper {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .views-exposed-form details summary {
    transition: none;
  }

  .views-exposed-form details.cfr-animated-details .details-wrapper, .views-exposed-form details[data-once*=cfr-animated-details] .details-wrapper {
    transition: none;
  }
}

.views-exposed-form details fieldset {
  margin: 0px;
  border: 0px;
}

.views-exposed-form details fieldset .card-header {
  display: none;
}

.views-exposed-form details fieldset .card-body {
  padding: 0px;
  margin: 0px;
}

.views-exposed-form .form-checkboxes .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0;
}

.views-exposed-form .form-checkboxes .form-item input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .75rem 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  flex-shrink: 0;
}

[dir="rtl"] .views-exposed-form .form-checkboxes .form-item input[type=checkbox] {
  margin: 0 0 0 .75rem;
}

.views-exposed-form .form-checkboxes .form-item input[type=checkbox]:checked {
  background-color: #132644;
  border-color: #132644;
}

.views-exposed-form .form-checkboxes .form-item label {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  cursor: pointer;
  flex: 1;
}

.views-exposed-form .form-actions {
  margin-top: 1.5rem;
}

.views-exposed-form .form-actions input[type=submit],
.views-exposed-form .form-actions .btn {
  width: 100%;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
}

.views-exposed-form .form-item.highlight {
  background: none;
  border: none;
  padding: 0;
}

.view-search-page .view-header {
  margin-bottom: 50px;
}

.view-search-page .horizontal-card__image {
  margin-bottom: 15px;
}

.view-search-page .views-row .field--name-field-media-image,
.view-search-page .views-row .field--name-field-image,
.view-search-page .views-row .field--name-field-media {
  overflow: hidden;
  border-radius: 8px;
}

.view-search-page .views-row .field--name-field-media-image img,
.view-search-page .views-row .field--name-field-image img,
.view-search-page .views-row .field--name-field-media img {
  transition: transform .4s ease;
}

.view-search-page .views-row:hover .field--name-node-title a {
  text-decoration: underline;
  color: #1d4789;
}

.view-search-page .views-row:hover .field--name-field-media-image img,
.view-search-page .views-row:hover .field--name-field-image img,
.view-search-page .views-row:hover .field--name-field-media img {
  transform: scale(1.1);
  transition: transform .4s ease;
}

.block-cfr-search-form .block__title {
  font-size: 3.625rem;
  margin-bottom: 30px;
}

.block-cfr-search-form .block__content .navbar-search-toggle {
  display: none;
}

.block-cfr-search-form .block__content .navbar-search-toggle:hover, .block-cfr-search-form .block__content .navbar-search-toggle:focus {
  color: #e1ff67;
}

.block-cfr-search-form .block__content .cfr-search-form {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  max-width: 815px;
}

.block-cfr-search-form .block__content .cfr-search-form .form-item-keyword {
  flex: 1;
  margin-bottom: 0;
}

.block-cfr-search-form .block__content .cfr-search-form .form-control {
  margin: 0px;
  border-radius: 7px;
  height: 49px;
  padding-right: 35px;
}

[dir="rtl"] .block-cfr-search-form .block__content .cfr-search-form .form-control {
  padding-right: 0;
  padding-left: 35px;
}

.block-cfr-search-form .block__content .cfr-search-form .form-group {
  margin: 0px;
}

.block-cfr-search-form .block__content .cfr-search-form .btn-tertiary {
  flex-shrink: 0;
}

.block-cfr-search-form .block__content .cfr-search-form .search-submit-wrapper i {
  display: none;
}

@media (max-width: 575.98px) {
  .block-cfr-search-form .block__content .cfr-search-form {
    flex-direction: column;
  }

  .block-cfr-search-form .block__content .cfr-search-form .form-item-keyword {
    width: 100%;
  }

  .block-cfr-search-form .block__content .cfr-search-form .btn-tertiary {
    width: 100%;
  }
}

.block-cfr-search-form .block__content .search-form-wrapper {
  position: relative;
}

.block-cfr-search-form .block__content .search-form-wrapper .navbar-search-close {
  display: none;
}

.block-cfr-search-form .block__content .search-form-wrapper .navbar-search-close:hover, .block-cfr-search-form .block__content .search-form-wrapper .navbar-search-close:focus {
  color: #e1ff67;
}

.node--view-mode-vertical-card-medium,
.node--view-mode-vertical-card {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .node--view-mode-vertical-card-medium,
  .node--view-mode-vertical-card {
    margin-bottom: 30px;
  }
}

.node--view-mode-vertical-card-medium .field--name-field-media,
.node--view-mode-vertical-card-medium .field--name-field-image,
.node--view-mode-vertical-card .field--name-field-media,
.node--view-mode-vertical-card .field--name-field-image {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.node--view-mode-vertical-card-medium .field--name-field-media .media,
.node--view-mode-vertical-card-medium .field--name-field-image .media,
.node--view-mode-vertical-card .field--name-field-media .media,
.node--view-mode-vertical-card .field--name-field-image .media {
  margin: 0;
}

.node--view-mode-vertical-card-medium .field--name-field-media .field--name-field-media-image,
.node--view-mode-vertical-card-medium .field--name-field-image .field--name-field-media-image,
.node--view-mode-vertical-card .field--name-field-media .field--name-field-media-image,
.node--view-mode-vertical-card .field--name-field-image .field--name-field-media-image {
  position: relative;
  border-radius: 8px;
}

.node--view-mode-vertical-card-medium .field--name-field-media .field--name-field-media-image .drimage,
.node--view-mode-vertical-card-medium .field--name-field-media .field--name-field-media-image img,
.node--view-mode-vertical-card-medium .field--name-field-media .field--name-field-media-image picture,
.node--view-mode-vertical-card-medium .field--name-field-image .field--name-field-media-image .drimage,
.node--view-mode-vertical-card-medium .field--name-field-image .field--name-field-media-image img,
.node--view-mode-vertical-card-medium .field--name-field-image .field--name-field-media-image picture,
.node--view-mode-vertical-card .field--name-field-media .field--name-field-media-image .drimage,
.node--view-mode-vertical-card .field--name-field-media .field--name-field-media-image img,
.node--view-mode-vertical-card .field--name-field-media .field--name-field-media-image picture,
.node--view-mode-vertical-card .field--name-field-image .field--name-field-media-image .drimage,
.node--view-mode-vertical-card .field--name-field-image .field--name-field-media-image img,
.node--view-mode-vertical-card .field--name-field-image .field--name-field-media-image picture {
  border-radius: 8px;
}

.node--view-mode-vertical-card-medium .field--name-field-media .field--name-field-media-image img,
.node--view-mode-vertical-card-medium .field--name-field-image .field--name-field-media-image img,
.node--view-mode-vertical-card .field--name-field-media .field--name-field-media-image img,
.node--view-mode-vertical-card .field--name-field-image .field--name-field-media-image img {
  object-fit: cover;
  transition: transform .4s ease;
  border-radius: 8px;
}

.node--view-mode-vertical-card-medium:hover,
.node--view-mode-vertical-card:hover {
  cursor: pointer;
}

.node--view-mode-vertical-card-medium:hover .field--name-field-media-image img,
.node--view-mode-vertical-card-medium:hover .field--name-field-image img,
.node--view-mode-vertical-card-medium:hover .field--name-field-media img,
.node--view-mode-vertical-card:hover .field--name-field-media-image img,
.node--view-mode-vertical-card:hover .field--name-field-image img,
.node--view-mode-vertical-card:hover .field--name-field-media img {
  transform: scale(1.1);
}

.node--view-mode-vertical-card-medium:hover .field--name-node-title h3 a,
.node--view-mode-vertical-card:hover .field--name-node-title h3 a {
  color: #1d4789;
}

.node--view-mode-vertical-card-medium:hover .field--name-node-link a,
.node--view-mode-vertical-card:hover .field--name-node-link a {
  color: #1d4789 !important;
}

.node--view-mode-vertical-card-medium:hover .field--name-node-link a::after,
.node--view-mode-vertical-card:hover .field--name-node-link a::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" viewBox="0 0 15 17" fill="none"><path d="M6.44067 0.381058C6.73563 0.0730461 7.21713 0.0727545 7.51196 0.381058L14.5579 7.74922C14.5896 7.78244 14.6185 7.81987 14.6448 7.85957H14.6458L14.6477 7.8625L14.6487 7.86446L14.6545 7.87129V7.87227C14.6581 7.87798 14.6605 7.88366 14.6624 7.88692C14.6645 7.8907 14.6655 7.8915 14.6663 7.89278L14.6868 7.92989L14.6887 7.93379L14.6907 7.93867C14.6957 7.94865 14.7013 7.96043 14.7034 7.96504C14.7089 7.9771 14.714 7.98913 14.718 7.99922C14.725 8.01666 14.7322 8.036 14.7385 8.05586L14.7444 8.07442L14.7463 8.07832C14.7491 8.08803 14.7503 8.09726 14.7512 8.10176C14.7518 8.10479 14.7519 8.10601 14.7522 8.10762C14.7524 8.10869 14.7523 8.1089 14.7522 8.1086C14.753 8.11177 14.7539 8.11397 14.7561 8.12227C14.7579 8.129 14.7607 8.13963 14.7629 8.15157C14.7754 8.21885 14.7787 8.28597 14.7747 8.35078C14.7732 8.37442 14.77 8.40051 14.7659 8.42696V8.42793C14.7644 8.43709 14.7625 8.44828 14.762 8.45137C14.7595 8.46409 14.7566 8.47714 14.7551 8.4836C14.7549 8.48466 14.7503 8.50664 14.7463 8.52071H14.7454C14.733 8.56417 14.7175 8.60438 14.7004 8.64082L14.6917 8.66133C14.6864 8.67181 14.6806 8.68088 14.677 8.68672C14.6725 8.69413 14.6709 8.69647 14.6692 8.69942L14.6682 8.70039C14.6672 8.7022 14.6678 8.7033 14.6663 8.70625L14.6536 8.72774C14.6306 8.76403 14.6025 8.79501 14.5754 8.82539L14.5764 8.82637L14.5735 8.83125L14.5667 8.84102L14.5588 8.84981L7.51196 16.2189C7.21714 16.5271 6.73562 16.527 6.44067 16.2189C6.14973 15.9144 6.14978 15.4229 6.44067 15.1184L12.2131 9.08125H0.903564C0.481419 9.08085 0.149831 8.72496 0.149658 8.3C0.149804 7.87509 0.481346 7.51818 0.903564 7.51778H12.2131L6.44067 1.48164C6.14956 1.17709 6.14906 0.685608 6.4397 0.381058H6.44067Z" fill="%231D4789" stroke="%231D4789" stroke-width="0.3"/></svg>');
  transform: translateX(-2px);
}

[dir="rtl"] .node--view-mode-vertical-card-medium:hover .field--name-node-link a::after,
[dir="rtl"] .node--view-mode-vertical-card:hover .field--name-node-link a::after {
  transform: translateX(2px);
}

.node--view-mode-vertical-card-medium .top-content,
.node--view-mode-vertical-card .top-content {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 20px 0px 10px;
  font-size: .875rem;
  color: #000;
}

.node--view-mode-vertical-card-medium .field--name-content-type-name,
.node--view-mode-vertical-card-medium .field--name-dynamic-token-fieldnode-content-type-name,
.node--view-mode-vertical-card .field--name-content-type-name,
.node--view-mode-vertical-card .field--name-dynamic-token-fieldnode-content-type-name {
  font-weight: 600;
  color: #1d4789;
  margin: 0;
  font-size: 16px;
}

.node--view-mode-vertical-card-medium .field--name-field-date,
.node--view-mode-vertical-card-medium .field--name-node-changed-date,
.node--view-mode-vertical-card .field--name-field-date,
.node--view-mode-vertical-card .field--name-node-changed-date {
  margin: 0;
  font-size: 14px;
}

.node--view-mode-vertical-card-medium .field--name-field-date:before,
.node--view-mode-vertical-card-medium .field--name-node-changed-date:before,
.node--view-mode-vertical-card .field--name-field-date:before,
.node--view-mode-vertical-card .field--name-node-changed-date:before {
  content: "|";
  margin-right: .75rem;
  color: #ced4da;
}

[dir="rtl"] .node--view-mode-vertical-card-medium .field--name-field-date:before,
[dir="rtl"] .node--view-mode-vertical-card-medium .field--name-node-changed-date:before,
[dir="rtl"] .node--view-mode-vertical-card .field--name-field-date:before,
[dir="rtl"] .node--view-mode-vertical-card .field--name-node-changed-date:before {
  margin-right: 0;
  margin-left: .75rem;
}

.node--view-mode-vertical-card-medium .field--name-node-title,
.node--view-mode-vertical-card .field--name-node-title {
  padding: 0px;
  margin: 0 0 10px;
}

.node--view-mode-vertical-card-medium .field--name-node-title h3,
.node--view-mode-vertical-card .field--name-node-title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #000;
}

.node--view-mode-vertical-card-medium .field--name-node-title h3 a,
.node--view-mode-vertical-card .field--name-node-title h3 a {
  color: #000;
  text-decoration: none;
}

.node--view-mode-vertical-card-medium .field--name-node-title h3 a:hover,
.node--view-mode-vertical-card .field--name-node-title h3 a:hover {
  color: #1d4789;
}

.node--view-mode-vertical-card-medium .field--name-field-highlighted-text,
.node--view-mode-vertical-card-medium .field--name-field-brief,
.node--view-mode-vertical-card .field--name-field-highlighted-text,
.node--view-mode-vertical-card .field--name-field-brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
          line-clamp: 3;
  overflow: hidden;
  padding: 0px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  max-height: 72px;
}

.node--view-mode-vertical-card-medium .field--name-field-highlighted-text p,
.node--view-mode-vertical-card-medium .field--name-field-brief p,
.node--view-mode-vertical-card .field--name-field-highlighted-text p,
.node--view-mode-vertical-card .field--name-field-brief p {
  margin: 0;
}

.node--view-mode-vertical-card-medium .field--name-node-link,
.node--view-mode-vertical-card .field--name-node-link {
  margin-top: 30px;
}

.all-reports-view .view-header,
.all-stories-view .view-header {
  margin-bottom: 15px;
}

.search-header {
  padding: 3.75rem 0 !important;
}

.block-views-exposed-filter-blocksearch-search-page {
  position: static;
  align-self: flex-start;
  z-index: 1;
  margin-top: 6.875rem;
}

@media (max-width: 767.98px) {
  .block-views-exposed-filter-blocksearch-search-page {
    position: static;
    top: auto;
    right: auto;
    width: auto;
  }

  [dir="rtl"] .block-views-exposed-filter-blocksearch-search-page {
    right: auto;
    left: auto;
  }
}

@media (max-width: 767.98px) {
  .block-views-exposed-filter-blocksearch-search-page {
    margin-top: 0;
  }
}

.block-views-exposed-filter-blocksearch-search-page .form-item-keyword {
  display: none;
}

.block-views-exposed-filter-blockstory-all-stories,
.block-views-exposed-filter-blockreport-all-reports {
  margin-top: 7.8125rem;
}

@media (max-width: 767.98px) {
  .block-views-exposed-filter-blockstory-all-stories,
  .block-views-exposed-filter-blockreport-all-reports {
    margin-top: 0;
  }
}

.view-display-id-search_page .horizontal-card__content .horizontal-card__body .field {
  margin-bottom: .9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.view-display-id-search_page .horizontal-card__content .horizontal-card__body .field.field--search-api-excerpt strong {
  background-color: #e1ff67;
}

.block-cfr-search-form .search-input-wrapper {
  position: relative;
}

.block-cfr-search-form .search-input-wrapper .bi-search {
  position: absolute;
  top: .625rem;
  right: .625rem;
}

[dir="rtl"] .block-cfr-search-form .search-input-wrapper .bi-search {
  right: auto;
  left: .625rem;
}

.block-cfr-search-form .search-input-wrapper .bi-search::before {
  color: #132644;
}

.form-required::after {
  margin: 0 .4em;
  width: 10px;
  height: 10px;
  vertical-align: baseline;
  background-size: contain;
}

.related-reports .node--view-mode-vertical-card-medium,
.related-reports .node--view-mode-vertical-card,
.view-display-id-story_insights .node--view-mode-vertical-card-medium,
.view-display-id-story_insights .node--view-mode-vertical-card,
.view-display-id-reports_insights .node--view-mode-vertical-card-medium,
.view-display-id-reports_insights .node--view-mode-vertical-card,
.view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card-medium,
.view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card {
  margin-bottom: 0px;
}

@media (max-width: 1199.98px) {
  .related-reports .node--view-mode-vertical-card-medium,
  .related-reports .node--view-mode-vertical-card,
  .view-display-id-story_insights .node--view-mode-vertical-card-medium,
  .view-display-id-story_insights .node--view-mode-vertical-card,
  .view-display-id-reports_insights .node--view-mode-vertical-card-medium,
  .view-display-id-reports_insights .node--view-mode-vertical-card,
  .view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card-medium,
  .view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card {
    margin-bottom: 30px;
  }
}

.related-reports .node--view-mode-vertical-card-medium .field--name-field-highlighted-text,
.related-reports .node--view-mode-vertical-card-medium .field--name-field-brief,
.related-reports .node--view-mode-vertical-card .field--name-field-highlighted-text,
.related-reports .node--view-mode-vertical-card .field--name-field-brief,
.view-display-id-story_insights .node--view-mode-vertical-card-medium .field--name-field-highlighted-text,
.view-display-id-story_insights .node--view-mode-vertical-card-medium .field--name-field-brief,
.view-display-id-story_insights .node--view-mode-vertical-card .field--name-field-highlighted-text,
.view-display-id-story_insights .node--view-mode-vertical-card .field--name-field-brief,
.view-display-id-reports_insights .node--view-mode-vertical-card-medium .field--name-field-highlighted-text,
.view-display-id-reports_insights .node--view-mode-vertical-card-medium .field--name-field-brief,
.view-display-id-reports_insights .node--view-mode-vertical-card .field--name-field-highlighted-text,
.view-display-id-reports_insights .node--view-mode-vertical-card .field--name-field-brief,
.view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card-medium .field--name-field-highlighted-text,
.view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card-medium .field--name-field-brief,
.view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card .field--name-field-highlighted-text,
.view-id-related_content.view-display-id-related_insights .node--view-mode-vertical-card .field--name-field-brief {
  display: none;
}

.related-reports .field--name-dynamic-token-fieldnode-content-type-name,
.view-display-id-story_insights .field--name-dynamic-token-fieldnode-content-type-name,
.view-display-id-reports_insights .field--name-dynamic-token-fieldnode-content-type-name,
.view-id-related_content.view-display-id-related_insights .field--name-dynamic-token-fieldnode-content-type-name {
  font-weight: 700;
  line-height: 140%;
}

.related-reports .field--name-field-date,
.related-reports .field--name-node-changed-date,
.view-display-id-story_insights .field--name-field-date,
.view-display-id-story_insights .field--name-node-changed-date,
.view-display-id-reports_insights .field--name-field-date,
.view-display-id-reports_insights .field--name-node-changed-date,
.view-id-related_content.view-display-id-related_insights .field--name-field-date,
.view-id-related_content.view-display-id-related_insights .field--name-node-changed-date {
  font-style: normal;
  line-height: 140%;
}

.block-views-blockspotlights-spotlights-view-block,
.block-views-blockstories-related-stories,
.block-views-blockreports-related-reports,
.block-views-blockrelated-content-related-insights {
  position: relative;
}

.block-views-blockspotlights-spotlights-view-block .contextual-region,
.block-views-blockstories-related-stories .contextual-region,
.block-views-blockreports-related-reports .contextual-region,
.block-views-blockrelated-content-related-insights .contextual-region {
  position: static;
}

.block-views-blockspotlights-spotlights-view-block .block__title,
.block-views-blockstories-related-stories .block__title,
.block-views-blockreports-related-reports .block__title,
.block-views-blockrelated-content-related-insights .block__title {
  max-width: 80%;
}

@media (max-width: 767.98px) {
  .block-views-blockspotlights-spotlights-view-block .block__title,
  .block-views-blockstories-related-stories .block__title,
  .block-views-blockreports-related-reports .block__title,
  .block-views-blockrelated-content-related-insights .block__title {
    max-width: 100%;
  }
}

.block-views-blockspotlights-spotlights-view-block .more-link,
.block-views-blockstories-related-stories .more-link,
.block-views-blockreports-related-reports .more-link,
.block-views-blockrelated-content-related-insights .more-link {
  position: absolute;
  right: 0;
  top: 4px;
  width: auto;
  padding: 0px;
  margin: 0px;
}

[dir="rtl"] .block-views-blockspotlights-spotlights-view-block .more-link,
[dir="rtl"] .block-views-blockstories-related-stories .more-link,
[dir="rtl"] .block-views-blockreports-related-reports .more-link,
[dir="rtl"] .block-views-blockrelated-content-related-insights .more-link {
  right: auto;
  left: 0;
}

.block-views-blockspotlights-spotlights-view-block .more-link .more-link,
.block-views-blockstories-related-stories .more-link .more-link,
.block-views-blockreports-related-reports .more-link .more-link,
.block-views-blockrelated-content-related-insights .more-link .more-link {
  position: relative;
  top: auto;
  right: auto;
}

[dir="rtl"] .block-views-blockspotlights-spotlights-view-block .more-link .more-link,
[dir="rtl"] .block-views-blockstories-related-stories .more-link .more-link,
[dir="rtl"] .block-views-blockreports-related-reports .more-link .more-link,
[dir="rtl"] .block-views-blockrelated-content-related-insights .more-link .more-link {
  right: auto;
  left: auto;
}

@media (max-width: 767.98px) {
  .block-views-blockspotlights-spotlights-view-block .more-link,
  .block-views-blockstories-related-stories .more-link,
  .block-views-blockreports-related-reports .more-link,
  .block-views-blockrelated-content-related-insights .more-link {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}

.view-display-id-story_insights .node--view-mode-vertical-card-medium .field--name-field-highlighted-text,
.view-display-id-story_insights .node--view-mode-vertical-card-medium .field--name-field-brief,
.view-display-id-story_insights .node--view-mode-vertical-card .field--name-field-highlighted-text,
.view-display-id-story_insights .node--view-mode-vertical-card .field--name-field-brief,
.view-display-id-reports_insights .node--view-mode-vertical-card-medium .field--name-field-highlighted-text,
.view-display-id-reports_insights .node--view-mode-vertical-card-medium .field--name-field-brief,
.view-display-id-reports_insights .node--view-mode-vertical-card .field--name-field-highlighted-text,
.view-display-id-reports_insights .node--view-mode-vertical-card .field--name-field-brief {
  display: -webkit-box;
}

.vlb-section.border-top {
  padding-top: 7.8125rem;
}

@media (max-width: 991.98px) {
  .vlb-section.border-top {
    padding-top: 3.125rem;
  }
}

@media (min-width: 768px) {
  .webform-flex--container {
    margin: 0 15px;
  }
}

.form-control {
  border: 1px solid #595959;
}

.form-control:focus, .form-control:focus-visible {
  outline: 2px solid #132644;
  outline-offset: 2px;
  border-color: #132644;
}

.ajax-progress.ajax-progress-fullscreen {
  background-image: url(../../images/spinner.svg);
  width: 75px;
  height: 75px;
}

