@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&family=Outfit:wght@100..900&display=swap");
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1, h2, h3, h4, h5, h6, p {
  font-variant-ligatures: none;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  margin: 0px;
}

html {
  scroll-behavior: smooth;
}

.col-12 {
  width: 100%;
}

.page-main .component-divider.component-divider {
  padding-top: 70px;
}

.shell {
  max-width: none !important;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.hovering-side-bar {
  margin-top: 0px !important;
}

.shell.full-width-shell {
  width: 100%;
}
@media (min-width: 1024px) {
  .shell.full-width-shell {
    max-width: none;
  }
}

.row {
  margin-left: 0px;
}

.component-promo:not(.btn-anchored).overlay-horizontal-position-middle.overlay-vertical-position-bottom .bg-type-image {
  bottom: 0;
  left: 0;
  transform: none;
}

.page-main {
  padding: 0px;
}

.header-wrap, .navs, div.navs nav {
  display: none;
}

.page-wrapper {
  margin-top: 0px !important;
}

.component-container > :last-child {
  margin-bottom: 0px !important;
}

.hovering-side-bar {
  margin-top: 0px;
}

a {
  transition: 0.3s;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.mobile-hide-btn .row .col-12 .component-button .button.btn-black {
  display: none !important;
}
@media (min-width: 768px) {
  .mobile-hide-btn .row .col-12 .component-button .button.btn-black {
    display: block !important;
  }
}

.mobile-only .row .col-12 .component-button .button.btn-black {
  margin-top: 0px;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  h3 {
    line-height: 150%;
  }
}

h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 27px;
  }
}
p strong, p em, p b {
  font-weight: 400;
  color: #2A2A2A;
}
p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

p.large {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
p.large strong, p.large em, p.large b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  p.large {
    font-size: 24px;
    line-height: 150%;
  }
}
p.large.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}

p.caption {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: #2A2A2A;
  margin-top: 3px;
}
@media (min-width: 1024px) {
  p.caption {
    font-size: 15px;
    line-height: 150%;
  }
}
p.caption.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.rich-text h1, .page.page-main h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-align: center;
}
@media (min-width: 1024px) {
  .rich-text h1, .page.page-main h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.rich-text h1.hebrew, .page.page-main h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text h2, .page.page-main h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .rich-text h2, .page.page-main h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.rich-text h2.hebrew, .page.page-main h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text h3, .page.page-main h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
.rich-text h3.hebrew, .page.page-main h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .rich-text h3, .page.page-main h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .rich-text h3, .page.page-main h3 {
    line-height: 150%;
  }
}
.rich-text h4, .page.page-main h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .rich-text h4, .page.page-main h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.rich-text h4.hebrew, .page.page-main h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text h5, .page.page-main h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .rich-text h5, .page.page-main h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.rich-text h5.hebrew, .page.page-main h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text h6, .page.page-main h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .rich-text h6, .page.page-main h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.rich-text h6.hebrew, .page.page-main h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text p, .page.page-main p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .rich-text p, .page.page-main p {
    font-size: 18px;
    line-height: 27px;
  }
}
.rich-text p strong, .rich-text p em, .rich-text p b, .page.page-main p strong, .page.page-main p em, .page.page-main p b {
  font-weight: 400;
  color: #2A2A2A;
}
.rich-text p.hebrew, .page.page-main p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text p.large, .page.page-main p.large {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
.rich-text p.large strong, .rich-text p.large em, .rich-text p.large b, .page.page-main p.large strong, .page.page-main p.large em, .page.page-main p.large b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .rich-text p.large, .page.page-main p.large {
    font-size: 24px;
    line-height: 150%;
  }
}
.rich-text p.large.hebrew, .page.page-main p.large.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.rich-text p.caption, .page.page-main p.caption {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: #2A2A2A;
  margin-top: 3px;
}
@media (min-width: 1024px) {
  .rich-text p.caption, .page.page-main p.caption {
    font-size: 15px;
    line-height: 150%;
  }
}
.rich-text p.caption.hebrew, .page.page-main p.caption.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text p b, .rich-text p strong, .page.page-main p b, .page.page-main p strong {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .rich-text p b, .rich-text p strong, .page.page-main p b, .page.page-main p strong {
    font-size: 18px;
    line-height: 27px;
  }
}
.rich-text p b strong, .rich-text p b em, .rich-text p b b, .rich-text p strong strong, .rich-text p strong em, .rich-text p strong b, .page.page-main p b strong, .page.page-main p b em, .page.page-main p b b, .page.page-main p strong strong, .page.page-main p strong em, .page.page-main p strong b {
  font-weight: 600;
  color: #2A2A2A;
}
.rich-text p b.hebrew, .rich-text p strong.hebrew, .page.page-main p b.hebrew, .page.page-main p strong.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.rich-text ul li, .page.page-main ul li {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .rich-text ul li, .page.page-main ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
.rich-text ul li strong, .rich-text ul li em, .rich-text ul li b, .page.page-main ul li strong, .page.page-main ul li em, .page.page-main ul li b {
  font-weight: 400;
  color: #2A2A2A;
}
.rich-text ul li.hebrew, .page.page-main ul li.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

a.button {
  padding: 12px 24px;
  border-radius: 30px;
}
a.button span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
}
a.button.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

p a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
}
p a:hover {
  text-decoration: none;
}
p a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

h4.section-header {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin: 0 auto;
}

h4.section-header-white {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #FDFDFD;
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #D2E9FF;
  margin: 0 auto;
  color: #FDFDFD;
}
@media (min-width: 1024px) {
  h4.section-header-white {
    font-size: 32px;
    line-height: 42px;
  }
}
h4.section-header-white.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

h4.section-header-center {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin: 0 auto;
  margin-bottom: 40px;
}

h4.section-header-left {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin-left: 0;
}

h4.section-header-right {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin-right: 0;
  margin-left: auto;
}

h5.section-header {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin: 0 auto;
  color: #1E3EAF !important;
}

h5.section-header-center {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin: 0 auto;
  margin-bottom: 40px;
}

h5.section-header-left {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin-left: 0;
  color: #1E3EAF !important;
}

h5.section-header-right {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin-right: 0;
  margin-left: auto;
}

.make-a-difference h4.section-header, h4.section-header-diff {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 6px solid #1c88ed;
  margin-left: 0;
}

.bg-navy-blue h4.section-header-center {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #D2E9FF;
  margin: 0 auto;
  color: #FDFDFD;
  color: #FDFDFD !important;
}

h5.section-header {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 8px solid #1E3EAF;
  margin: 0 auto;
}

p.section-header, p.eyebrow {
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 4px solid #1c88ed;
}

p.eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
  display: table;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: 4px solid #1c88ed;
  margin-right: auto;
  margin-left: 0px;
}
@media (min-width: 1024px) {
  p.eyebrow {
    font-size: 18px;
    line-height: 27px;
  }
}
p.eyebrow strong, p.eyebrow em, p.eyebrow b {
  font-weight: 600;
  color: #1E3EAF;
}
p.eyebrow.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

mark {
  color: #1c88ed !important;
  background-color: transparent !important;
}

.arrow-link a {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  margin-right: auto;
  margin-left: 0px;
  height: 26px;
  width: 26px;
  padding: 7px;
}
.arrow-link a:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}

.arrow-btn span {
  display: none;
}
.arrow-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #D2E9FF;
  transition: 0.3s;
  color: #1E3EAF;
}
.arrow-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #D2E9FF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  flex: none;
}
.arrow-btn a:hover::after {
  transition: 0.3s;
  background: #D2E9FF;
}
.arrow-btn a::after {
  background: #D2E9FF;
}
.arrow-btn a:hover::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  background: #1c88ed;
}
.arrow-btn.align-center {
  margin-top: 30px;
}
.arrow-btn.align-center a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1E3EAF;
  transition: 0.3s;
  color: #27277C;
}
.arrow-btn.align-center a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  flex: none;
}
.arrow-btn.align-center a:hover::after {
  transition: 0.3s;
  background: #D2E9FF;
}
.arrow-btn.align-center a::after {
  background: #1E3EAF;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
}
.arrow-btn.align-center a:hover::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  background: #1c88ed;
}
.arrow-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
.arrow-btn.align-center a::after {
  left: 0px;
}
@media (min-width: 768px) {
  .arrow-btn.align-center a {
    flex-direction: row;
  }
  .arrow-btn.align-center a::after {
    left: 12px;
  }
}

.back-btn span {
  display: none;
}
.back-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1E3EAF;
  transition: 0.3s;
  color: #27277C;
}
.back-btn a::before {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  right: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  transform: rotate(180deg);
  flex: none;
}
.back-btn a:hover::before {
  transition: 0.3s;
  background: #D2E9FF;
}
.back-btn a::before {
  background: #1E3EAF;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
}
.back-btn a:hover::before {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  background: #1c88ed;
}

.external-btn span {
  display: none;
}
.external-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.external-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 22 22" xml:space="preserve"><g transform="scale(0.7586)"><path fill="%23F5F5F5" d="M16.3,14.2c0.4,0,0.8-0.1,1.1-0.4l7.5-7.5v3.9c0,0.4,0.1,0.7,0.4,1s0.6,0.5,1,0.5c0.4,0,0.8-0.1,1.1-0.4c0.3-0.3,0.4-0.6,0.4-1V2.7c0-0.4-0.1-0.8-0.4-1c-0.3-0.3-0.6-0.4-1-0.4H19c-0.4,0-0.8,0.2-1.1,0.5c-0.3,0.3-0.4,0.7-0.4,1.1c0,0.4,0.2,0.7,0.4,1c0.3,0.3,0.6,0.4,1,0.4h3.9l-7.5,7.5c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1S15.9,14.2,16.3,14.2z"/><path fill="%23F5F5F5" d="M26.5,15.8c-0.8,0-1.5,0.7-1.5,1.5v7.4H4.4V4.1h7.4c0.4,0,0.7-0.1,1-0.4c0.3-0.2,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1c-0.2-0.3-0.6-0.4-1-0.4H4.4c-0.8,0-1.5,0.3-2.1,0.9C1.7,2.8,1.4,3.5,1.4,4.3v20.6c0,0.8,0.3,1.5,0.9,2.1c0.6,0.6,1.3,0.9,2.1,0.9v-0.2H25c0.8,0,1.5-0.3,2.1-0.9c0.6-0.6,0.9-1.3,0.9-2.1v-7.4C28,16.5,27.3,15.8,26.5,15.8z"/></g></svg>');
  height: 38px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  padding-bottom: 2px;
  flex: none;
}
.external-btn a:hover::after {
  transition: 0.3s;
  background: #1c88ed;
}
.external-btn.align-center {
  margin-top: 30px;
}
.external-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
.external-btn.align-center a::after {
  left: 0px;
}
@media (min-width: 768px) {
  .external-btn.align-center a {
    flex-direction: row;
  }
  .external-btn.align-center a::after {
    left: 12px;
  }
}

.email-btn span {
  display: none;
}
.email-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.email-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26" height="26" x="0px" y="0px" viewBox="0 0 26 26" xml:space="preserve"><g transform="scale(0.65)"><path fill="%23F5F5F5" d="M39,29.2c-0.1-0.2-0.2-0.4-0.4-0.6l-4.9-4.9c-0.3-0.3-0.8-0.5-1.3-0.5s-1,0.2-1.3,0.5c-0.4,0.4-0.6,0.8-0.6,1.3s0.2,1,0.5,1.3l1.7,1.7h-6c-0.5,0-1,0.2-1.3,0.5c-0.4,0.4-0.5,0.8-0.5,1.3s0.2,1,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h6L31,33.3c-0.3,0.3-0.5,0.8-0.5,1.3s0.2,1,0.5,1.3c0.4,0.4,0.8,0.6,1.3,0.5c0.5,0,1-0.2,1.3-0.5l4.9-4.9c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.1-0.5,0.1-0.7C39.1,29.7,39.1,29.5,39,29.2z"/><path fill="%23F5F5F5" d="M19.3,28.1H6V11.9l12.1,8.6l12.4-8.7v5c0,0.5,0.2,1,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5s0.9-0.2,1.3-0.6c0.4-0.4,0.6-0.8,0.6-1.3V9.2c0-1-0.4-1.9-1.1-2.7c-0.7-0.7-1.6-1.1-2.7-1.1H6c-1,0-1.9,0.4-2.7,1.1C2.6,7.3,2.2,8.2,2.2,9.2v18.9c0,1,0.4,1.9,1.1,2.7C4,31.5,4.9,31.9,6,31.9h13.3c0.5,0,1-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3s-0.2-1-0.5-1.3C20.3,28.2,19.9,28.1,19.3,28.1z M27.7,9.2l-9.6,6.7L8.7,9.2H27.7z"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  flex: none;
}
.email-btn a:hover::after {
  transition: 0.3s;
  background: #1c88ed;
}
.email-btn.align-center {
  margin-top: 30px;
}
.email-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
.email-btn.align-center a::after {
  left: 0px;
}
@media (min-width: 768px) {
  .email-btn.align-center a {
    flex-direction: row;
  }
  .email-btn.align-center a::after {
    left: 12px;
  }
}

.scroll-btn span {
  display: none;
}
.scroll-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.scroll-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  transform: rotate(90deg);
  flex: none;
}
.scroll-btn a:hover::after {
  transition: 0.3s;
  background: #1c88ed;
}
.scroll-btn.align-center {
  margin-top: 30px;
}
.scroll-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
.scroll-btn.align-center a::after {
  left: 0px;
}
@media (min-width: 768px) {
  .scroll-btn.align-center a {
    flex-direction: row;
  }
  .scroll-btn.align-center a::after {
    left: 12px;
  }
}

.download-btn span {
  display: none;
}
.download-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.download-btn a::after {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8%2011.575C7.86667%2011.575%207.74167%2011.5542%207.625%2011.5125C7.50833%2011.4708%207.4%2011.4%207.3%2011.3L3.7%207.7C3.5%207.5%203.40417%207.26667%203.4125%207C3.42083%206.73333%203.51667%206.5%203.7%206.3C3.9%206.1%204.1375%205.99583%204.4125%205.9875C4.6875%205.97917%204.925%206.075%205.125%206.275L7%208.15V1C7%200.716667%207.09583%200.479167%207.2875%200.2875C7.47917%200.0958333%207.71667%200%208%200C8.28333%200%208.52083%200.0958333%208.7125%200.2875C8.90417%200.479167%209%200.716667%209%201V8.15L10.875%206.275C11.075%206.075%2011.3125%205.97917%2011.5875%205.9875C11.8625%205.99583%2012.1%206.1%2012.3%206.3C12.4833%206.5%2012.5792%206.73333%2012.5875%207C12.5958%207.26667%2012.5%207.5%2012.3%207.7L8.7%2011.3C8.6%2011.4%208.49167%2011.4708%208.375%2011.5125C8.25833%2011.5542%208.13333%2011.575%208%2011.575ZM2%2016C1.45%2016%200.979167%2015.8042%200.5875%2015.4125C0.195833%2015.0208%200%2014.55%200%2014V12C0%2011.7167%200.0958333%2011.4792%200.2875%2011.2875C0.479167%2011.0958%200.716667%2011%201%2011C1.28333%2011%201.52083%2011.0958%201.7125%2011.2875C1.90417%2011.4792%202%2011.7167%202%2012V14H14V12C14%2011.7167%2014.0958%2011.4792%2014.2875%2011.2875C14.4792%2011.0958%2014.7167%2011%2015%2011C15.2833%2011%2015.5208%2011.0958%2015.7125%2011.2875C15.9042%2011.4792%2016%2011.7167%2016%2012V14C16%2014.55%2015.8042%2015.0208%2015.4125%2015.4125C15.0208%2015.8042%2014.55%2016%2014%2016H2Z%22%20fill%3D%22%231E3EAF%22/%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 12px;
  background: #ffffff00;
  border-radius: 100%;
}
.download-btn a:hover {
  transition: 0.3s;
}
.download-btn a:hover::after {
  background: #E9ECF7;
}
.download-btn.align-center {
  margin-top: 30px;
}
.download-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .download-btn.align-center a {
    flex-direction: row;
  }
}
.download-btn.circle a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.download-btn.circle a::after {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8%2011.575C7.86667%2011.575%207.74167%2011.5542%207.625%2011.5125C7.50833%2011.4708%207.4%2011.4%207.3%2011.3L3.7%207.7C3.5%207.5%203.40417%207.26667%203.4125%207C3.42083%206.73333%203.51667%206.5%203.7%206.3C3.9%206.1%204.1375%205.99583%204.4125%205.9875C4.6875%205.97917%204.925%206.075%205.125%206.275L7%208.15V1C7%200.716667%207.09583%200.479167%207.2875%200.2875C7.47917%200.0958333%207.71667%200%208%200C8.28333%200%208.52083%200.0958333%208.7125%200.2875C8.90417%200.479167%209%200.716667%209%201V8.15L10.875%206.275C11.075%206.075%2011.3125%205.97917%2011.5875%205.9875C11.8625%205.99583%2012.1%206.1%2012.3%206.3C12.4833%206.5%2012.5792%206.73333%2012.5875%207C12.5958%207.26667%2012.5%207.5%2012.3%207.7L8.7%2011.3C8.6%2011.4%208.49167%2011.4708%208.375%2011.5125C8.25833%2011.5542%208.13333%2011.575%208%2011.575ZM2%2016C1.45%2016%200.979167%2015.8042%200.5875%2015.4125C0.195833%2015.0208%200%2014.55%200%2014V12C0%2011.7167%200.0958333%2011.4792%200.2875%2011.2875C0.479167%2011.0958%200.716667%2011%201%2011C1.28333%2011%201.52083%2011.0958%201.7125%2011.2875C1.90417%2011.4792%202%2011.7167%202%2012V14H14V12C14%2011.7167%2014.0958%2011.4792%2014.2875%2011.2875C14.4792%2011.0958%2014.7167%2011%2015%2011C15.2833%2011%2015.5208%2011.0958%2015.7125%2011.2875C15.9042%2011.4792%2016%2011.7167%2016%2012V14C16%2014.55%2015.8042%2015.0208%2015.4125%2015.4125C15.0208%2015.8042%2014.55%2016%2014%2016H2Z%22%20fill%3D%22%23f5f5f5%22/%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 12px;
  background: #1E3EAF;
  border-radius: 100%;
  flex: none;
}
.download-btn.circle a:hover {
  transition: 0.3s;
}
.download-btn.circle a:hover::after {
  background: #1c88ed;
}

.rich-text .arrow-btn span {
  display: none;
}
.rich-text .arrow-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #D2E9FF;
  transition: 0.3s;
  color: #1E3EAF;
}
.rich-text .arrow-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #D2E9FF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  flex: none;
}
.rich-text .arrow-btn a:hover::after {
  transition: 0.3s;
  background: #D2E9FF;
}
.rich-text .arrow-btn a::after {
  background: #D2E9FF;
}
.rich-text .arrow-btn a:hover::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  background: #1c88ed;
}
.rich-text .arrow-btn.align-center {
  margin-top: 30px;
}
.rich-text .arrow-btn.align-center a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1E3EAF;
  transition: 0.3s;
  color: #27277C;
}
.rich-text .arrow-btn.align-center a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  flex: none;
}
.rich-text .arrow-btn.align-center a:hover::after {
  transition: 0.3s;
  background: #D2E9FF;
}
.rich-text .arrow-btn.align-center a::after {
  background: #1E3EAF;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
}
.rich-text .arrow-btn.align-center a:hover::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  background: #1c88ed;
}
.rich-text .arrow-btn.align-center a {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.rich-text .arrow-btn.align-center a::after {
  left: 0;
}
@media (min-width: 1024px) {
  .rich-text .arrow-btn.align-center a {
    flex-direction: row;
    gap: 0px;
  }
  .rich-text .arrow-btn.align-center a::after {
    left: 12px;
  }
}
.rich-text .external-btn span {
  display: none;
}
.rich-text .external-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.rich-text .external-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 22 22" xml:space="preserve"><g transform="scale(0.7586)"><path fill="%23F5F5F5" d="M16.3,14.2c0.4,0,0.8-0.1,1.1-0.4l7.5-7.5v3.9c0,0.4,0.1,0.7,0.4,1s0.6,0.5,1,0.5c0.4,0,0.8-0.1,1.1-0.4c0.3-0.3,0.4-0.6,0.4-1V2.7c0-0.4-0.1-0.8-0.4-1c-0.3-0.3-0.6-0.4-1-0.4H19c-0.4,0-0.8,0.2-1.1,0.5c-0.3,0.3-0.4,0.7-0.4,1.1c0,0.4,0.2,0.7,0.4,1c0.3,0.3,0.6,0.4,1,0.4h3.9l-7.5,7.5c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1S15.9,14.2,16.3,14.2z"/><path fill="%23F5F5F5" d="M26.5,15.8c-0.8,0-1.5,0.7-1.5,1.5v7.4H4.4V4.1h7.4c0.4,0,0.7-0.1,1-0.4c0.3-0.2,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1c-0.2-0.3-0.6-0.4-1-0.4H4.4c-0.8,0-1.5,0.3-2.1,0.9C1.7,2.8,1.4,3.5,1.4,4.3v20.6c0,0.8,0.3,1.5,0.9,2.1c0.6,0.6,1.3,0.9,2.1,0.9v-0.2H25c0.8,0,1.5-0.3,2.1-0.9c0.6-0.6,0.9-1.3,0.9-2.1v-7.4C28,16.5,27.3,15.8,26.5,15.8z"/></g></svg>');
  height: 38px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  padding-bottom: 2px;
  flex: none;
}
.rich-text .external-btn a:hover::after {
  transition: 0.3s;
  background: #1c88ed;
}
.rich-text .external-btn.align-center {
  margin-top: 30px;
}
.rich-text .external-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
.rich-text .external-btn.align-center a::after {
  left: 0;
}
@media (min-width: 768px) {
  .rich-text .external-btn.align-center a {
    flex-direction: row;
  }
  .rich-text .external-btn.align-center a::after {
    left: 12px;
  }
}
.rich-text .email-btn span {
  display: none;
}
.rich-text .email-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.rich-text .email-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26" height="26" x="0px" y="0px" viewBox="0 0 26 26" xml:space="preserve"><g transform="scale(0.65)"><path fill="%23F5F5F5" d="M39,29.2c-0.1-0.2-0.2-0.4-0.4-0.6l-4.9-4.9c-0.3-0.3-0.8-0.5-1.3-0.5s-1,0.2-1.3,0.5c-0.4,0.4-0.6,0.8-0.6,1.3s0.2,1,0.5,1.3l1.7,1.7h-6c-0.5,0-1,0.2-1.3,0.5c-0.4,0.4-0.5,0.8-0.5,1.3s0.2,1,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h6L31,33.3c-0.3,0.3-0.5,0.8-0.5,1.3s0.2,1,0.5,1.3c0.4,0.4,0.8,0.6,1.3,0.5c0.5,0,1-0.2,1.3-0.5l4.9-4.9c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.1-0.5,0.1-0.7C39.1,29.7,39.1,29.5,39,29.2z"/><path fill="%23F5F5F5" d="M19.3,28.1H6V11.9l12.1,8.6l12.4-8.7v5c0,0.5,0.2,1,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5s0.9-0.2,1.3-0.6c0.4-0.4,0.6-0.8,0.6-1.3V9.2c0-1-0.4-1.9-1.1-2.7c-0.7-0.7-1.6-1.1-2.7-1.1H6c-1,0-1.9,0.4-2.7,1.1C2.6,7.3,2.2,8.2,2.2,9.2v18.9c0,1,0.4,1.9,1.1,2.7C4,31.5,4.9,31.9,6,31.9h13.3c0.5,0,1-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3s-0.2-1-0.5-1.3C20.3,28.2,19.9,28.1,19.3,28.1z M27.7,9.2l-9.6,6.7L8.7,9.2H27.7z"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  flex: none;
}
.rich-text .email-btn a:hover::after {
  transition: 0.3s;
  background: #1c88ed;
}
.rich-text .email-btn.align-center {
  margin-top: 30px;
}
.rich-text .email-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
.rich-text .email-btn.align-center a::after {
  left: 0;
}
@media (min-width: 768px) {
  .rich-text .email-btn.align-center a {
    flex-direction: row;
  }
  .rich-text .email-btn.align-center a::after {
    left: 12px;
  }
}
.rich-text .download-btn span {
  display: none;
}
.rich-text .download-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.rich-text .download-btn a::after {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8%2011.575C7.86667%2011.575%207.74167%2011.5542%207.625%2011.5125C7.50833%2011.4708%207.4%2011.4%207.3%2011.3L3.7%207.7C3.5%207.5%203.40417%207.26667%203.4125%207C3.42083%206.73333%203.51667%206.5%203.7%206.3C3.9%206.1%204.1375%205.99583%204.4125%205.9875C4.6875%205.97917%204.925%206.075%205.125%206.275L7%208.15V1C7%200.716667%207.09583%200.479167%207.2875%200.2875C7.47917%200.0958333%207.71667%200%208%200C8.28333%200%208.52083%200.0958333%208.7125%200.2875C8.90417%200.479167%209%200.716667%209%201V8.15L10.875%206.275C11.075%206.075%2011.3125%205.97917%2011.5875%205.9875C11.8625%205.99583%2012.1%206.1%2012.3%206.3C12.4833%206.5%2012.5792%206.73333%2012.5875%207C12.5958%207.26667%2012.5%207.5%2012.3%207.7L8.7%2011.3C8.6%2011.4%208.49167%2011.4708%208.375%2011.5125C8.25833%2011.5542%208.13333%2011.575%208%2011.575ZM2%2016C1.45%2016%200.979167%2015.8042%200.5875%2015.4125C0.195833%2015.0208%200%2014.55%200%2014V12C0%2011.7167%200.0958333%2011.4792%200.2875%2011.2875C0.479167%2011.0958%200.716667%2011%201%2011C1.28333%2011%201.52083%2011.0958%201.7125%2011.2875C1.90417%2011.4792%202%2011.7167%202%2012V14H14V12C14%2011.7167%2014.0958%2011.4792%2014.2875%2011.2875C14.4792%2011.0958%2014.7167%2011%2015%2011C15.2833%2011%2015.5208%2011.0958%2015.7125%2011.2875C15.9042%2011.4792%2016%2011.7167%2016%2012V14C16%2014.55%2015.8042%2015.0208%2015.4125%2015.4125C15.0208%2015.8042%2014.55%2016%2014%2016H2Z%22%20fill%3D%22%231E3EAF%22/%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 12px;
  background: #ffffff00;
  border-radius: 100%;
}
.rich-text .download-btn a:hover {
  transition: 0.3s;
}
.rich-text .download-btn a:hover::after {
  background: #E9ECF7;
}
.rich-text .download-btn.align-center {
  margin-top: 30px;
}
.rich-text .download-btn.align-center a {
  justify-content: center;
  flex-direction: column;
}
.rich-text .download-btn.align-center a::after {
  left: 0;
}
@media (min-width: 768px) {
  .rich-text .download-btn.align-center a {
    flex-direction: row;
  }
  .rich-text .download-btn.align-center a::after {
    left: 12px;
  }
}
.rich-text .download-btn.circle a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #27277C;
  transition: 0.3s;
}
.rich-text .download-btn.circle a::after {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8%2011.575C7.86667%2011.575%207.74167%2011.5542%207.625%2011.5125C7.50833%2011.4708%207.4%2011.4%207.3%2011.3L3.7%207.7C3.5%207.5%203.40417%207.26667%203.4125%207C3.42083%206.73333%203.51667%206.5%203.7%206.3C3.9%206.1%204.1375%205.99583%204.4125%205.9875C4.6875%205.97917%204.925%206.075%205.125%206.275L7%208.15V1C7%200.716667%207.09583%200.479167%207.2875%200.2875C7.47917%200.0958333%207.71667%200%208%200C8.28333%200%208.52083%200.0958333%208.7125%200.2875C8.90417%200.479167%209%200.716667%209%201V8.15L10.875%206.275C11.075%206.075%2011.3125%205.97917%2011.5875%205.9875C11.8625%205.99583%2012.1%206.1%2012.3%206.3C12.4833%206.5%2012.5792%206.73333%2012.5875%207C12.5958%207.26667%2012.5%207.5%2012.3%207.7L8.7%2011.3C8.6%2011.4%208.49167%2011.4708%208.375%2011.5125C8.25833%2011.5542%208.13333%2011.575%208%2011.575ZM2%2016C1.45%2016%200.979167%2015.8042%200.5875%2015.4125C0.195833%2015.0208%200%2014.55%200%2014V12C0%2011.7167%200.0958333%2011.4792%200.2875%2011.2875C0.479167%2011.0958%200.716667%2011%201%2011C1.28333%2011%201.52083%2011.0958%201.7125%2011.2875C1.90417%2011.4792%202%2011.7167%202%2012V14H14V12C14%2011.7167%2014.0958%2011.4792%2014.2875%2011.2875C14.4792%2011.0958%2014.7167%2011%2015%2011C15.2833%2011%2015.5208%2011.0958%2015.7125%2011.2875C15.9042%2011.4792%2016%2011.7167%2016%2012V14C16%2014.55%2015.8042%2015.0208%2015.4125%2015.4125C15.0208%2015.8042%2014.55%2016%2014%2016H2Z%22%20fill%3D%22%23f5f5f5%22/%3E%3C/svg%3E");
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 12px;
  background: #1E3EAF;
  border-radius: 100%;
  flex: none;
}
.rich-text .download-btn.circle a:hover {
  transition: 0.3s;
}
.rich-text .download-btn.circle a:hover::after {
  background: #1c88ed;
}

.button, a.button {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #1E3EAF;
  color: #FDFDFD !important;
  border: none;
  display: inline-block;
}
.button span, .button p, a.button span, a.button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FDFDFD;
  transition: 0.3s;
}
.button span:hover, .button p:hover, a.button span:hover, a.button p:hover {
  transition: 0.3s;
}
.button a, .button span, a.button a, a.button span {
  color: #FDFDFD !important;
}
.button:hover, a.button:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.button:hover a, .button:hover span, a.button:hover a, a.button:hover span {
  color: #F5F5F5 !important;
}
.button:active, a.button:active {
  background: #27277C;
}

.button-primary {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #1E3EAF;
  color: #FDFDFD !important;
  border: none;
  display: inline-block;
}
.button-primary span, .button-primary p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FDFDFD;
  transition: 0.3s;
}
.button-primary span:hover, .button-primary p:hover {
  transition: 0.3s;
}
.button-primary a, .button-primary span {
  color: #FDFDFD !important;
}
.button-primary:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.button-primary:hover a, .button-primary:hover span {
  color: #F5F5F5 !important;
}
.button-primary:active {
  background: #27277C;
}

.button-primary-outline {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  color: #1E3EAF !important;
  border: 3px solid #1E3EAF;
  display: inline-block;
}
.button-primary-outline span, .button-primary-outline p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
.button-primary-outline span:hover, .button-primary-outline p:hover {
  transition: 0.3s;
}
.button-primary-outline a, .button-primary-outline span {
  color: #1E3EAF !important;
}
.button-primary-outline:hover {
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.button-primary-outline:hover a, .button-primary-outline:hover span {
  color: #1c88ed !important;
}
.button-primary-outline:active {
  background: #27277C;
}

.button-secondary {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #D2E9FF;
  color: #1E3EAF !important;
  border: none;
  display: inline-block;
}
.button-secondary span, .button-secondary p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
.button-secondary span:hover, .button-secondary p:hover {
  transition: 0.3s;
}
.button-secondary a, .button-secondary span {
  color: #1E3EAF !important;
}
.button-secondary:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.button-secondary:hover a, .button-secondary:hover span {
  color: #F5F5F5 !important;
}
.button-secondary:active {
  background: #27277C;
}

.button-secondary-outline {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  color: #D2E9FF !important;
  border: 3px solid #D2E9FF;
  display: inline-block;
}
.button-secondary-outline span, .button-secondary-outline p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #D2E9FF;
  transition: 0.3s;
}
.button-secondary-outline span:hover, .button-secondary-outline p:hover {
  transition: 0.3s;
}
.button-secondary-outline a, .button-secondary-outline span {
  color: #D2E9FF !important;
}
.button-secondary-outline:hover {
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.button-secondary-outline:hover a, .button-secondary-outline:hover span {
  color: #1c88ed !important;
}
.button-secondary-outline:active {
  background: #27277C;
}

.button-white {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #FDFDFD;
  color: #1E3EAF !important;
  border: none;
  display: inline-block;
}
.button-white span, .button-white p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
.button-white span:hover, .button-white p:hover {
  transition: 0.3s;
}
.button-white a, .button-white span {
  color: #1E3EAF !important;
}
.button-white:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.button-white:hover a, .button-white:hover span {
  color: #F5F5F5 !important;
}
.button-white:active {
  background: #27277C;
}

.button-white-outline {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  color: #FDFDFD !important;
  border: 3px solid #FDFDFD;
  display: inline-block;
}
.button-white-outline span, .button-white-outline p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FDFDFD;
  transition: 0.3s;
}
.button-white-outline span:hover, .button-white-outline p:hover {
  transition: 0.3s;
}
.button-white-outline a, .button-white-outline span {
  color: #FDFDFD !important;
}
.button-white-outline:hover {
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.button-white-outline:hover a, .button-white-outline:hover span {
  color: #1c88ed !important;
}
.button-white-outline:active {
  background: #27277C;
}

.component-promo .button-container .button.btn-blue, .component-button .button-container .button.btn-blue {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #1E3EAF;
  color: #FDFDFD !important;
  border: none;
  display: inline-block;
  margin-top: 30px;
  height: auto;
  min-height: 10px;
  line-height: inherit;
}
.component-promo .button-container .button.btn-blue span, .component-promo .button-container .button.btn-blue p, .component-button .button-container .button.btn-blue span, .component-button .button-container .button.btn-blue p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FDFDFD;
  transition: 0.3s;
}
.component-promo .button-container .button.btn-blue span:hover, .component-promo .button-container .button.btn-blue p:hover, .component-button .button-container .button.btn-blue span:hover, .component-button .button-container .button.btn-blue p:hover {
  transition: 0.3s;
}
.component-promo .button-container .button.btn-blue a, .component-promo .button-container .button.btn-blue span, .component-button .button-container .button.btn-blue a, .component-button .button-container .button.btn-blue span {
  color: #FDFDFD !important;
}
.component-promo .button-container .button.btn-blue:hover, .component-button .button-container .button.btn-blue:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.component-promo .button-container .button.btn-blue:hover a, .component-promo .button-container .button.btn-blue:hover span, .component-button .button-container .button.btn-blue:hover a, .component-button .button-container .button.btn-blue:hover span {
  color: #F5F5F5 !important;
}
.component-promo .button-container .button.btn-blue:active, .component-button .button-container .button.btn-blue:active {
  background: #27277C;
}

.component-promo .button-container .button.btn-black, .component-button .button-container .button.btn-black {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  color: #1E3EAF !important;
  border: 3px solid #1E3EAF;
  display: inline-block;
  margin-top: 30px;
  height: auto;
  min-height: 10px;
  line-height: inherit;
}
.component-promo .button-container .button.btn-black span, .component-promo .button-container .button.btn-black p, .component-button .button-container .button.btn-black span, .component-button .button-container .button.btn-black p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
.component-promo .button-container .button.btn-black span:hover, .component-promo .button-container .button.btn-black p:hover, .component-button .button-container .button.btn-black span:hover, .component-button .button-container .button.btn-black p:hover {
  transition: 0.3s;
}
.component-promo .button-container .button.btn-black a, .component-promo .button-container .button.btn-black span, .component-button .button-container .button.btn-black a, .component-button .button-container .button.btn-black span {
  color: #1E3EAF !important;
}
.component-promo .button-container .button.btn-black:hover, .component-button .button-container .button.btn-black:hover {
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.component-promo .button-container .button.btn-black:hover a, .component-promo .button-container .button.btn-black:hover span, .component-button .button-container .button.btn-black:hover a, .component-button .button-container .button.btn-black:hover span {
  color: #1c88ed !important;
}
.component-promo .button-container .button.btn-black:active, .component-button .button-container .button.btn-black:active {
  background: #27277C;
}
.component-promo .button-container .button.btn-black:hover, .component-button .button-container .button.btn-black:hover {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.component-promo .button-container .button.btn-black:hover span, .component-promo .button-container .button.btn-black:hover p, .component-button .button-container .button.btn-black:hover span, .component-button .button-container .button.btn-black:hover p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1c88ed;
  transition: 0.3s;
}
.component-promo .button-container .button.btn-black:hover span:hover, .component-promo .button-container .button.btn-black:hover p:hover, .component-button .button-container .button.btn-black:hover span:hover, .component-button .button-container .button.btn-black:hover p:hover {
  transition: 0.3s;
}
.component-promo .button-container .button.btn-black:hover a, .component-promo .button-container .button.btn-black:hover span, .component-button .button-container .button.btn-black:hover a, .component-button .button-container .button.btn-black:hover span {
  color: #1c88ed !important;
}
.component-promo .button-container .button.btn-black:hover:hover, .component-button .button-container .button.btn-black:hover:hover {
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.component-promo .button-container .button.btn-black:hover:hover a, .component-promo .button-container .button.btn-black:hover:hover span, .component-button .button-container .button.btn-black:hover:hover a, .component-button .button-container .button.btn-black:hover:hover span {
  color: #1c88ed !important;
}
.component-promo .button-container .button.btn-black:hover:active, .component-button .button-container .button.btn-black:hover:active {
  background: #27277C;
}

.component-promo .button-container .button.btn-red, .component-button .button-container .button.btn-red {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  color: #F5F5F5 !important;
  border: 3px solid #F5F5F5;
  display: inline-block;
  margin-top: 30px;
  height: auto;
  min-height: 10px;
  line-height: inherit;
}
.component-promo .button-container .button.btn-red span, .component-promo .button-container .button.btn-red p, .component-button .button-container .button.btn-red span, .component-button .button-container .button.btn-red p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #F5F5F5;
  transition: 0.3s;
}
.component-promo .button-container .button.btn-red span:hover, .component-promo .button-container .button.btn-red p:hover, .component-button .button-container .button.btn-red span:hover, .component-button .button-container .button.btn-red p:hover {
  transition: 0.3s;
}
.component-promo .button-container .button.btn-red a, .component-promo .button-container .button.btn-red span, .component-button .button-container .button.btn-red a, .component-button .button-container .button.btn-red span {
  color: #F5F5F5 !important;
}
.component-promo .button-container .button.btn-red:hover, .component-button .button-container .button.btn-red:hover {
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.component-promo .button-container .button.btn-red:hover a, .component-promo .button-container .button.btn-red:hover span, .component-button .button-container .button.btn-red:hover a, .component-button .button-container .button.btn-red:hover span {
  color: #1c88ed !important;
}
.component-promo .button-container .button.btn-red:active, .component-button .button-container .button.btn-red:active {
  background: #27277C;
}

.component-promo .button-container .button.btn-green, .component-button .button-container .button.btn-green {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #D2E9FF;
  color: #1E3EAF !important;
  border: none;
  display: inline-block;
  margin-top: 30px;
  height: auto;
  min-height: 10px;
  line-height: inherit;
}
.component-promo .button-container .button.btn-green span, .component-promo .button-container .button.btn-green p, .component-button .button-container .button.btn-green span, .component-button .button-container .button.btn-green p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
.component-promo .button-container .button.btn-green span:hover, .component-promo .button-container .button.btn-green p:hover, .component-button .button-container .button.btn-green span:hover, .component-button .button-container .button.btn-green p:hover {
  transition: 0.3s;
}
.component-promo .button-container .button.btn-green a, .component-promo .button-container .button.btn-green span, .component-button .button-container .button.btn-green a, .component-button .button-container .button.btn-green span {
  color: #1E3EAF !important;
}
.component-promo .button-container .button.btn-green:hover, .component-button .button-container .button.btn-green:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.component-promo .button-container .button.btn-green:hover a, .component-promo .button-container .button.btn-green:hover span, .component-button .button-container .button.btn-green:hover a, .component-button .button-container .button.btn-green:hover span {
  color: #F5F5F5 !important;
}
.component-promo .button-container .button.btn-green:active, .component-button .button-container .button.btn-green:active {
  background: #27277C;
}

footer.page-footer .rich-text *, footer.page-footer * {
  color: #F5F5F5;
}
footer.page-footer section.copy {
  display: none;
}
footer.page-footer .shell {
  padding: 0px;
}
footer.page-footer .footer-section > .footer-column:nth-child(2n) {
  background-color: #2A2A2A;
}
footer.page-footer .footer-section {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  footer.page-footer .footer-section {
    grid-template-columns: 2fr 1fr;
  }
}
footer.page-footer .footer-section .flex-item {
  box-sizing: border-box;
  width: 100%;
}
footer.page-footer .footer-section .flex-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer.page-footer .footer-section .flex-item .footer-column-wrapper {
  padding: 0px;
}
footer.page-footer .footer-row.row-has-code .footer-section {
  display: flex;
}
footer.page-footer .footer-wrapper {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #2A2A2A;
}
@media (min-width: 768px) {
  footer.page-footer .footer-wrapper {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  footer.page-footer .footer-wrapper {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  footer.page-footer .footer-wrapper {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  footer.page-footer .footer-wrapper {
    padding: 60px 10%;
  }
}
footer.page-footer .footer-wrapper .footer-row {
  background-color: #2A2A2A;
}
footer.page-footer .footer-wrapper .footer-row.row-has-code {
  background-color: rgba(236, 236, 236, 0.1);
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 50px;
}
footer.page-footer .footer-wrapper ul.social-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  margin: 0px;
  margin-top: 30px;
}
footer.page-footer .footer-wrapper ul.social-links li {
  margin: 0;
}
footer.page-footer .footer-wrapper ul.social-links li img {
  width: 25px;
  margin: 0px;
  height: auto;
}
footer.page-footer .footer-wrapper form#subForm {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer.page-footer .footer-wrapper form#subForm {
    flex-direction: row;
  }
}
footer.page-footer .footer-wrapper form#subForm input {
  padding: 9px 16px;
  border-radius: 10px;
  border: 2px solid #c9c9c9;
  background: #ECECEC;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #2A2A2A;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  footer.page-footer .footer-wrapper form#subForm input {
    max-width: 280px;
  }
}
footer.page-footer .footer-wrapper form#subForm button {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #D2E9FF;
  color: #1E3EAF !important;
  border: none;
}
footer.page-footer .footer-wrapper form#subForm button span, footer.page-footer .footer-wrapper form#subForm button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
footer.page-footer .footer-wrapper form#subForm button span:hover, footer.page-footer .footer-wrapper form#subForm button p:hover {
  transition: 0.3s;
}
footer.page-footer .footer-wrapper form#subForm button a, footer.page-footer .footer-wrapper form#subForm button span {
  color: #1E3EAF !important;
}
footer.page-footer .footer-wrapper form#subForm button:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
footer.page-footer .footer-wrapper form#subForm button:hover a, footer.page-footer .footer-wrapper form#subForm button:hover span {
  color: #F5F5F5 !important;
}
footer.page-footer .footer-wrapper form#subForm button:active {
  background: #27277C;
}
footer.page-footer .footer-wrapper .footer-navigation .flex-container {
  gap: 20px;
  margin-bottom: 20px;
}
footer.page-footer .footer-wrapper .footer-navigation h4 {
  text-transform: none;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  footer.page-footer .footer-wrapper .footer-navigation h4 {
    font-size: 18px;
    line-height: 27px;
  }
}

.footer-column {
  flex-basis: auto !important;
}

.footer-navigation .flex-item .flex-item a, .page-footer .jobs a:hover, .page-footer .upcoming a:hover, .page-footer ul.links li a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .footer-navigation .flex-item .flex-item a, .page-footer .jobs a:hover, .page-footer .upcoming a:hover, .page-footer ul.links li a {
    font-size: 18px;
    line-height: 27px;
  }
}
.footer-navigation .flex-item .flex-item a.hebrew, .page-footer .jobs a:hover.hebrew, .page-footer .upcoming a:hover.hebrew, .page-footer ul.links li a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.navbar {
  background-color: #ffffff;
  color: #1E3EAF;
}

.navbar__brand {
  padding: 8px 0px;
}

@media (min-width: 1024px) {
  #home-link {
    display: none;
  }
}

.navbar__container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0px 20px;
}
@media (min-width: 768px) {
  .navbar__container {
    padding: 0px 20px;
  }
}
@media (min-width: 1024px) {
  .navbar__container {
    padding: 0px 60px;
  }
}
@media (min-width: 1300px) {
  .navbar__container {
    padding: 0px 60px;
  }
}
@media (min-width: 1500px) {
  .navbar__container {
    padding: 0px 10%;
  }
}

.navbar__toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
.navbar__toggle .back-button {
  position: absolute;
  display: none;
  left: 15px;
  top: 29px;
}
.navbar__toggle .back-button svg path {
  fill: #27277C;
}

.navbar__toggle .hamburger {
  width: 25px;
  height: 2px;
  background: #27277C;
  position: relative;
  display: block;
  border-radius: 10px;
  transition: 0.3s;
}

.navbar__toggle .hamburger::before,
.navbar__toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #27277C;
  transition: 0.3s;
  left: 0;
  border-radius: 10px;
}

.navbar__toggle .hamburger::before {
  top: -8px;
}

.navbar__toggle .hamburger::after {
  top: 8px;
}

.navbar__toggle.open-menu .hamburger {
  height: 0;
  width: 18px;
}
.navbar__toggle.open-menu .hamburger::before {
  transform: rotate(45deg);
  top: 0px;
  transition: 0.3s;
}
.navbar__toggle.open-menu .hamburger::after {
  transform: rotate(-45deg);
  top: 0px;
  transition: 0.3s;
}
.navbar__toggle.open-menu .back-button.visible {
  position: absolute;
  display: block;
  left: 15px;
  top: 29px;
}
.navbar__toggle.open-menu .back-button.visible svg path {
  fill: #27277C;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .nav-menu {
    gap: 20px;
  }
}
@media (min-width: 1300px) {
  .nav-menu {
    gap: 10px;
  }
}
.nav-menu .nav-item {
  position: relative;
}
.nav-menu .nav-item.has-button {
  padding: 0px 0px;
}
.nav-menu .nav-item a {
  text-decoration: none;
  padding: 20px 0px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1300px) {
  .nav-menu .nav-item a {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .nav-menu .nav-item a {
    font-size: 18px;
    line-height: 27px;
  }
}
.nav-menu .nav-item a strong, .nav-menu .nav-item a em, .nav-menu .nav-item a b {
  font-weight: 600;
  color: #2A2A2A;
}
.nav-menu .nav-item a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.nav-menu .nav-item a.button {
  z-index: 2000;
  position: relative;
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #1E3EAF;
  color: #FDFDFD !important;
  border: none;
  border-radius: 40px;
  padding: 12px 15px;
}
.nav-menu .nav-item a.button span, .nav-menu .nav-item a.button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FDFDFD;
  transition: 0.3s;
}
.nav-menu .nav-item a.button span:hover, .nav-menu .nav-item a.button p:hover {
  transition: 0.3s;
}
.nav-menu .nav-item a.button a, .nav-menu .nav-item a.button span {
  color: #FDFDFD !important;
}
.nav-menu .nav-item a.button:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.nav-menu .nav-item a.button:hover a, .nav-menu .nav-item a.button:hover span {
  color: #F5F5F5 !important;
}
.nav-menu .nav-item a.button:active {
  background: #27277C;
}
@media (min-width: 1300px) {
  .nav-menu .nav-item a.button {
    padding: 12px 24px;
  }
}
.nav-menu .nav-item a.button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item a.button p {
    font-size: 18px;
    line-height: 27px;
  }
}
.nav-menu .nav-item a.button p strong, .nav-menu .nav-item a.button p em, .nav-menu .nav-item a.button p b {
  font-weight: 600;
  color: #F5F5F5;
}
.nav-menu .nav-item a.button p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.nav-menu .nav-item a.button:hover {
  border-bottom: 0px solid #1E3EAF;
}
.nav-menu .nav-item a:hover {
  color: #1E3EAF;
  border-bottom: 8px solid #1E3EAF;
}
.nav-menu .nav-item.search a:hover {
  border-bottom: 0px solid #1E3EAF;
}
.nav-menu .nav-item.has-dropdown a:hover {
  color: #1E3EAF;
  border-bottom: 0px solid #1E3EAF;
}

.nav-menu .nav-item.has-dropdown .dropdown {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 4000;
  padding: 0px;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: -15px;
    z-index: 1000;
    padding: 50px 30px 40px;
    width: 225px;
    height: auto;
  }
}
.nav-menu .nav-item.has-dropdown .dropdown a:hover, .nav-menu .nav-item.has-dropdown .dropdown a:hover p {
  background: #ECECEC !important;
  transition: 0.3s;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega {
  overflow: scroll;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega {
    width: 900px;
    left: -500%;
    overflow: visible;
  }
}
.nav-menu .nav-item.has-dropdown .dropdown.mega > p {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #27277C;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega > p b {
  color: #27277C;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega > p {
    margin-top: 0px;
    line-height: inherit;
  }
}
@media (min-width: 1300px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega {
    left: -270%;
  }
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul {
  margin-top: 10px;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b {
    font-size: 18px;
    line-height: 27px;
  }
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b strong, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b em, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b b {
  font-weight: 600;
  color: #2A2A2A;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li a p b span {
  color: #1E3EAF;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li a p {
  display: inline;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li a:hover, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a:hover p {
  background: #ECECEC !important;
  transition: 0.3s;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li p.caption {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li p.caption {
    font-size: 18px;
    line-height: 27px;
  }
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li p.caption strong, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li p.caption em, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li p.caption b {
  font-weight: 400;
  color: #2A2A2A;
}
.nav-menu .nav-item.has-dropdown .dropdown.mega ul li p.caption.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul {
    display: inline-block;
    column-count: 2;
  }
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li {
    break-inside: avoid;
    margin-bottom: 20px;
    padding-right: 60px;
  }
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #2A2A2A;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b strong, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b em, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b b {
    font-weight: 600;
    color: #2A2A2A;
  }
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a b.hebrew {
    font-family: "Noto Sans Hebrew", sans-serif !important;
    font-weight: 600;
    text-align: right;
    direction: rtl;
  }
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a p b span {
    color: #1E3EAF;
  }
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a p {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a:hover, .nav-menu .nav-item.has-dropdown .dropdown.mega ul li a:hover p {
    background: #ECECEC !important;
    transition: 0.3s;
  }
}
.nav-menu .nav-item.has-dropdown .dropdown ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.nav-menu .nav-item.has-dropdown .dropdown ul li {
  margin: 0px;
  padding: 0px;
}
.nav-menu .nav-item.has-dropdown .dropdown ul li:last-child {
  margin-bottom: 0px;
}
.nav-menu .nav-item.has-dropdown .dropdown ul li a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
  padding: 0px;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown .dropdown ul li a {
    font-size: 18px;
    line-height: 27px;
  }
}
.nav-menu .nav-item.has-dropdown .dropdown ul li a strong, .nav-menu .nav-item.has-dropdown .dropdown ul li a em, .nav-menu .nav-item.has-dropdown .dropdown ul li a b {
  font-weight: 400;
  color: #2A2A2A;
}
.nav-menu .nav-item.has-dropdown .dropdown ul li a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.nav-menu .nav-item.has-dropdown .dropdown ul li a:hover, .nav-menu .nav-item.has-dropdown .dropdown ul li a:hover p {
  background: #ECECEC !important;
  transition: 0.3s;
}

@media (min-width: 1024px) {
  .nav-menu .nav-item.has-dropdown:hover .dropdown {
    display: block;
  }

  .quick-links-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-item a.active {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1E3EAF;
    border-bottom: 8px solid #1E3EAF;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .nav-item a.active {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {
  .nav-item a.active strong, .nav-item a.active em, .nav-item a.active b {
    font-weight: 600;
    color: #1E3EAF;
  }
}
@media (min-width: 1024px) {
  .nav-item a.active.hebrew {
    font-family: "Noto Sans Hebrew", sans-serif !important;
    font-weight: 600;
    text-align: right;
    direction: rtl;
  }
}
/* Responsive styles */
@media (max-width: 1024px) {
  .navbar__toggle {
    display: block;
    z-index: 5000;
  }

  .nav-menu {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .nav-menu .nav-item {
    width: 100%;
  }

  .nav-menu .nav-item .dropdown {
    position: static;
    background: #444;
  }

  .nav-menu .nav-item.open .dropdown {
    display: block;
  }

  .nav-menu.open {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 4000;
    padding: 80px 20px;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .nav-menu .nav-item.open .dropdown {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 4001;
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
  }

  .quick-links-nav {
    width: 100%;
    gap: 10px;
    display: grid;
  }
  .quick-links-nav div.flex-item a {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #2A2A2A;
    text-decoration: none;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .quick-links-nav div.flex-item a {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 1024px) {
  .quick-links-nav div.flex-item a strong, .quick-links-nav div.flex-item a em, .quick-links-nav div.flex-item a b {
    font-weight: 600;
    color: #2A2A2A;
  }
}
@media (max-width: 1024px) {
  .quick-links-nav div.flex-item a.hebrew {
    font-family: "Noto Sans Hebrew", sans-serif !important;
    font-weight: 600;
    text-align: right;
    direction: rtl;
  }
}
.menu-trigger {
  position: absolute;
  top: 25px;
  right: 13px;
  width: 37px;
  height: 25px;
  border: 0px solid red;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
@media (min-width: 1024px) {
  .search-container {
    margin: 0px 0px;
  }
}
.search-container .submit-button {
  display: none;
}
.search-container button.search-toggle {
  background: none;
  border: none;
  position: relative;
  left: 7px;
  z-index: 300000;
}
@media (min-width: 1024px) {
  .search-container button.search-toggle {
    left: 0px;
  }
}

.search-input {
  width: 230px;
  height: 100%;
  position: absolute;
  top: -12px;
  left: -3px;
  opacity: 1;
  border-radius: 4px;
  z-index: 10000;
  border-radius: 100px;
  border: 2px solid #1E3EAF;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
  padding: 8px 10px 8px 40px;
}
@media (min-width: 1024px) {
  .search-input {
    font-size: 18px;
    line-height: 27px;
  }
}
.search-input strong, .search-input em, .search-input b {
  font-weight: 400;
  color: #2A2A2A;
}
.search-input.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .search-input {
    width: 0;
    opacity: 0;
    padding: 5px 10px;
    transition: width 0.3s ease;
    border: 0px solid #ccc;
    border-radius: 4px;
    z-index: 10000;
    position: absolute;
    top: -12px;
    left: -20px;
  }
}

.search-container.active .search-input {
  opacity: 1;
  padding: 5px 10px;
  transition: width 0.3s ease;
  position: absolute;
  top: -12px;
  left: -13px;
  width: 320px;
  z-index: 30000;
  height: 100%;
  padding: 10px 10px 10px 40px;
  border-radius: 100px;
  border: 2px solid #1E3EAF;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .search-container.active .search-input {
    font-size: 18px;
    line-height: 27px;
  }
}
.search-container.active .search-input strong, .search-container.active .search-input em, .search-container.active .search-input b {
  font-weight: 400;
  color: #2A2A2A;
}
.search-container.active .search-input.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

#emergency-bar {
  background: #490E0A;
  position: relative;
  background: linear-gradient(90deg, #490e0a 0%, #9c1b13 80%);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px 20px;
}
@media (min-width: 768px) {
  #emergency-bar {
    padding: 20px 20px;
  }
}
@media (min-width: 1024px) {
  #emergency-bar {
    padding: 20px 60px;
  }
}
@media (min-width: 1300px) {
  #emergency-bar {
    padding: 20px 60px;
  }
}
@media (min-width: 1500px) {
  #emergency-bar {
    padding: 20px 10%;
  }
}
@media (min-width: 768px) {
  #emergency-bar {
    grid-template-columns: 1fr 5fr;
  }
}
#emergency-bar h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FDFDFD;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #emergency-bar h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
#emergency-bar h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
#emergency-bar p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (min-width: 1024px) {
  #emergency-bar p {
    font-size: 18px;
    line-height: 27px;
  }
}
#emergency-bar p strong, #emergency-bar p em, #emergency-bar p b {
  font-weight: 400;
  color: #FDFDFD;
}
#emergency-bar p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
#emergency-bar div img {
  max-width: 100%;
  border-radius: 20px;
}
#emergency-bar a.button {
  margin-top: 10px;
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #D2E9FF;
  color: #1E3EAF !important;
  border: none;
}
#emergency-bar a.button span, #emergency-bar a.button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
#emergency-bar a.button span:hover, #emergency-bar a.button p:hover {
  transition: 0.3s;
}
#emergency-bar a.button a, #emergency-bar a.button span {
  color: #1E3EAF !important;
}
#emergency-bar a.button:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
#emergency-bar a.button:hover a, #emergency-bar a.button:hover span {
  color: #F5F5F5 !important;
}
#emergency-bar a.button:active {
  background: #27277C;
}
#emergency-bar a.button:hover {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #FDFDFD;
  color: #1E3EAF !important;
  border: none;
  background-color: #FDFDFD !important;
}
#emergency-bar a.button:hover span, #emergency-bar a.button:hover p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
#emergency-bar a.button:hover span:hover, #emergency-bar a.button:hover p:hover {
  transition: 0.3s;
}
#emergency-bar a.button:hover a, #emergency-bar a.button:hover span {
  color: #1E3EAF !important;
}
#emergency-bar a.button:hover:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
#emergency-bar a.button:hover:hover a, #emergency-bar a.button:hover:hover span {
  color: #F5F5F5 !important;
}
#emergency-bar a.button:hover:active {
  background: #27277C;
}
#emergency-bar #close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  border: none;
  background: transparent;
  font-size: 1.2em;
  cursor: pointer;
  color: white;
}
@media (min-width: 768px) {
  #emergency-bar #close-btn {
    top: 35px;
    right: 50px;
  }
}

#home-hero .row-has-promo .item-count-1 .component-class-promo {
  height: 50vh;
}
@media (min-width: 1024px) {
  #home-hero .row-has-promo .item-count-1 .component-class-promo {
    height: 100%;
  }
}
#home-hero .component-promo:not(.btn-anchored).overlay-horizontal-position-middle.overlay-vertical-position-middle .bg-type-image {
  top: 40%;
}
#home-hero .component-promo .mobile-image {
  height: 100%;
  width: auto;
  left: -50%;
}

.home-areas {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .home-areas {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .home-areas {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .home-areas {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .home-areas {
    padding: 60px 10%;
  }
}
.home-areas .component-code {
  display: grid;
  grid-template-columns: 1fr;
  /* 3 columns */
  grid-template-rows: repeat(1, auto);
  /* Uneven row heights */
  gap: 20px;
  grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6" "item7";
}
@media (min-width: 1024px) {
  .home-areas .component-code {
    grid-template-columns: 1fr 1fr 1fr;
    /* 3 columns */
    grid-template-rows: repeat(9, 100px);
    /* Uneven row heights */
    gap: 20px;
    grid-template-areas: "item1 item3 item6" "item1 item3 item6" "item1 item3 item6" "item1 item4 item6" "item2 item4 item6" "item2 item4 item7" "item2 item5 item7" "item2 item5 item7" "item2 item5 item7";
  }
}
.home-areas .focus-area-home {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  display: inline;
  position: relative;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.05);
  height: 310px;
}
@media (min-width: 1024px) {
  .home-areas .focus-area-home {
    height: auto;
  }
}
.home-areas .focus-area-home img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.home-areas .focus-area-home .area-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  box-sizing: border-box;
  gap: 12px;
  padding: 40px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(9, 14, 32, 0) 15.22%, rgba(9, 14, 32, 0.4) 47.07%, rgba(9, 14, 32, 0.7) 80.72%);
}
.home-areas .focus-area-home .area-overlay h4 {
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .home-areas .focus-area-home .area-overlay h4 {
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.home-areas .focus-area-home .area-overlay h4, .home-areas .focus-area-home .area-overlay p, .home-areas .focus-area-home .area-overlay p a {
  color: #F5F5F5;
}
.home-areas .focus-area-home .area-overlay P.arrow-btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-areas .focus-area-home .area-overlay P.arrow-btn::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #D2E9FF;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
}
.home-areas .focus-area-home .area-overlay P.arrow-btn::after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}
.home-areas .focus-area-home .show-hide {
  position: relative;
  gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .home-areas .focus-area-home .show-hide {
    min-height: 100px;
    margin-bottom: -40%;
    opacity: 0;
    transition: opacity 0.5s ease-out, margin-bottom 0.5s ease-in-out;
  }
}
@media (min-width: 1300px) {
  .home-areas .focus-area-home .show-hide {
    margin-bottom: -30%;
  }
}
@media (min-width: 1024px) {
  .home-areas .focus-area-home:hover .area-overlay h4 {
    padding-left: 0px;
    padding-bottom: 0px;
    transition: 0.5s;
  }
  .home-areas .focus-area-home:hover .area-overlay .show-hide {
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 0%;
  }
  .home-areas .focus-area-home:hover .area-overlay P.arrow-btn::after {
    transition-delay: 1s;
    transition: 0.3s;
    position: relative;
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
    height: 40px;
    width: 40px;
    background: #1c88ed;
    border-radius: 100%;
    left: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: 0.3s;
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  }
  .home-areas .focus-area-home:hover .area-overlay P.arrow-btn::after:hover {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
    background: #1c88ed;
  }
}
@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    margin-bottom: -40%;
  }
  100% {
    opacity: 1;
    margin-bottom: 0%;
  }
}
@keyframes slideUpFadeOut {
  0% {
    opacity: 1;
    margin-bottom: 0%;
  }
  100% {
    opacity: 0;
    margin-bottom: -40%;
  }
}
.home-areas .item-1 {
  grid-area: item1;
}
.home-areas .item-2 {
  grid-area: item2;
}
.home-areas .item-3 {
  grid-area: item3;
}
.home-areas .item-4 {
  grid-area: item4;
}
.home-areas .item-5 {
  grid-area: item5;
}
.home-areas .item-6 {
  grid-area: item6;
}
.home-areas .item-7 {
  grid-area: item7;
}

.featured-posts .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}
.featured-posts .row img {
  border-radius: 24px;
}
.featured-posts .row .rich-text * {
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .featured-posts .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.our-history {
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .our-history {
    padding: 40px 120px;
  }
}

.page.page-main div.timeline > div {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page.page-main div.timeline > div h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1c88ed;
  text-align: center;
}
@media (min-width: 1024px) {
  .page.page-main div.timeline > div h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.page.page-main div.timeline > div h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.page.page-main div.timeline > div p {
  text-align: center;
}
.page.page-main div.timeline > div > div {
  height: 135px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.page.page-main div.timeline > div > div img {
  border-radius: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .page.page-main div.timeline > div > div {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .page.page-main div.timeline > div {
    width: 50%;
  }
  .page.page-main div.timeline > div h4, .page.page-main div.timeline > div p {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page.page-main div.timeline > div:nth-child(odd) {
    border-right: 2px solid #1E3EAF;
    margin-right: auto;
    right: -1px;
    position: relative;
  }
  .page.page-main div.timeline > div:nth-child(odd):not(:first-child):nth-child(odd) {
    margin-top: -13%;
  }
}
@media (min-width: 1024px) {
  .page.page-main div.timeline > div:nth-child(even) {
    border-left: 2px solid #1E3EAF;
    margin-left: auto;
    margin-top: -13%;
    left: -1px;
    position: relative;
  }
}

.modals {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.modals .row {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .modals .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .modals .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .modals .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .modals .row {
    padding: 60px 10%;
  }
}
@media (min-width: 768px) {
  .modals .row {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .modals .row {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1300px) {
  .modals .row {
    gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.modals.two-modals .row {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .modals.two-modals .row {
    gap: 68px;
    grid-template-columns: 3fr 1fr 3fr 1fr;
  }
}
.modals.one-modals .row {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .modals.one-modals .row {
    gap: 68px;
    grid-template-columns: 6fr 1fr 1fr 0fr;
  }
  .modals.one-modals .row .col-3 {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .modals.one-modals .row .col-3 > div {
    flex: 1;
  }
}
.modals .col-3 {
  width: 100%;
  transition: 0.3s;
}
.modals .col-3 .component-image {
  margin-bottom: 15px;
}
.modals .col-3 .component-image .aspect-ratio {
  border-radius: 24px;
  overflow: hidden;
}
.modals .col-3 .component-class-richtext .rich-text {
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 1024px) {
  .modals .col-3 .component-class-richtext .rich-text {
    text-align: left;
  }
}
.modals .col-3 .component-class-richtext h5 {
  color: #000000;
  margin-top: 10px;
}
.modals .col-3 .component-class-richtext p {
  color: #000000;
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .modals .col-3 .component-class-richtext p {
    margin-top: 10px;
  }
}
.modals .col-3 .component-class-wysiwyg {
  display: none;
}
.modals.enabled .col-3:hover {
  cursor: pointer;
  transition: 0.3s;
  transform: scale(1.02);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  background: #fff;
  box-sizing: border-box;
  padding: 30px 20px;
  width: 85%;
  max-height: 80%;
  overflow: scroll;
  border-radius: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .modal-content {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .modal-content {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .modal-content {
    padding: 60px 10%;
  }
}
.modal-content #modal-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "title" "bio";
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .modal-content #modal-body {
    grid-template-columns: auto 1fr;
    grid-template-areas: "image title" "bio bio";
    grid-gap: 20px;
  }
}
.modal-content #modal-body .component-image {
  grid-area: image;
  margin-bottom: 10px;
  width: 200px;
}
.modal-content #modal-body .component-image .aspect-ratio {
  border-radius: 24px;
  overflow: hidden;
}
.modal-content #modal-body .component-class-richtext {
  grid-area: title;
}
.modal-content #modal-body .component-class-richtext .rich-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.modal-content #modal-body .component-class-richtext .rich-text * {
  margin: 0px;
}
@media (min-width: 1024px) {
  .modal-content #modal-body .component-class-richtext .rich-text {
    gap: 10px;
  }
}
.modal-content #modal-body .component-class-richtext .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  /* 24px */
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .modal-content #modal-body .component-class-richtext .rich-text h5 {
    font-size: 45px;
    line-height: 150%;
    /* 24px */
    line-height: 58.5px;
    margin-bottom: 0px;
  }
}
.modal-content #modal-body .component-class-richtext .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}
@media (min-width: 1024px) {
  .modal-content #modal-body .component-class-richtext .rich-text p {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal-content #modal-body .component-class-wysiwyg {
  grid-area: bio;
}
.modal-content #modal-body .component-class-wysiwyg .editor-copy {
  margin-bottom: 0px;
}
.modal-content #modal-body .component-class-wysiwyg .editor-copy p:last-child {
  padding-bottom: 0px;
}

.close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  cursor: pointer;
}

/* Just for visual demo */
.modal-trigger {
  cursor: pointer;
}

.our-work-header {
  width: 100%;
  box-sizing: border-box;
  height: 480px;
  overflow: hidden;
}
.our-work-header .row {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.our-work-header .row .page-column.col-12 {
  height: 100%;
}
@media (min-width: 768px) {
  .our-work-header .row .page-column.col-12 {
    height: auto;
  }
}

.our-work-intro {
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0px;
  margin-top: -300px;
}
@media (min-width: 768px) {
  .our-work-intro {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .our-work-intro {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .our-work-intro {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .our-work-intro {
    padding: 60px 10%;
  }
}
.our-work-intro .row {
  box-shadow: 0px 6px 20px 5px #0000000f;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
  background: #FDFDFD;
  width: auto;
}
@media (min-width: 1024px) {
  .our-work-intro .row .rich-text p.align-center, .our-work-intro .row .rich-text h4.align-center, .our-work-intro .row .rich-text h5.align-center, .our-work-intro .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 1300px) {
  .our-work-intro .row .rich-text p.align-center, .our-work-intro .row .rich-text h4.align-center, .our-work-intro .row .rich-text h5.align-center, .our-work-intro .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
.our-work-intro .row .rich-text, .our-work-intro .row .component-icon-row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .our-work-intro .row .rich-text, .our-work-intro .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .our-work-intro .row .rich-text, .our-work-intro .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .our-work-intro .row .rich-text, .our-work-intro .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .our-work-intro .row .rich-text, .our-work-intro .row .component-icon-row {
    padding: 60px 10%;
  }
}
.our-work-intro.overlap .row {
  margin-top: -120px;
}
@media (min-width: 1024px) {
  .our-work-intro {
    margin-top: -170px;
  }
}
.our-work-intro h2 {
  padding-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 80px;
}
.our-work-intro h4 {
  margin-top: 0px;
}
.our-work-intro .rich-text .align-center {
  max-width: none !important;
}

.our-focus {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .our-focus {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .our-focus {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .our-focus {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .our-focus {
    padding: 60px 10%;
  }
}
.our-focus .row {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {
  .our-focus .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .our-focus .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .our-focus .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .our-focus .row {
    padding: 60px 10%;
  }
}
.our-focus .section-header {
  margin-left: 0px;
}

.our-focus-item {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-top: 0px !important;
}
@media (min-width: 768px) {
  .our-focus-item {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .our-focus-item {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .our-focus-item {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .our-focus-item {
    padding: 60px 10%;
  }
}
.our-focus-item .row {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {
  .our-focus-item .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .our-focus-item .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .our-focus-item .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .our-focus-item .row {
    padding: 60px 10%;
  }
}
.our-focus-item .row .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .our-focus-item .row .col-12 {
    grid-template-columns: 2fr 3fr;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .our-focus-item .row .col-12 {
    grid-template-columns: 2fr 3fr;
    gap: 30px;
  }
}
.our-focus-item .row .col-12 .arrow-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1E3EAF;
  transition: 0.3s;
  color: #27277C;
}
.our-focus-item .row .col-12 .arrow-btn a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  flex: none;
}
.our-focus-item .row .col-12 .arrow-btn a:hover::after {
  transition: 0.3s;
  background: #D2E9FF;
}
.our-focus-item .row .col-12 .arrow-btn a::after {
  background: #1E3EAF;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
}
.our-focus-item .row .col-12 .arrow-btn a:hover::after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  background: #1c88ed;
}
.our-focus-item .row .col-12 .rich-text {
  border-bottom: 2px solid #ECECEC;
  padding: 15px 0px;
  margin-bottom: 0px;
}
.our-focus-item .row .col-12 img {
  object-fit: cover;
  border-radius: 24px !important;
}

ul.stats-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  ul.stats-main {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  ul.stats-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
  }
}
ul.stats-main li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.stats-main li h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
ul.stats-main li h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  ul.stats-main li h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  ul.stats-main li h3 {
    line-height: 150%;
  }
}
ul.stats-main li p.large {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
ul.stats-main li p.large strong, ul.stats-main li p.large em, ul.stats-main li p.large b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  ul.stats-main li p.large {
    font-size: 24px;
    line-height: 150%;
  }
}
ul.stats-main li p.large.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}

ul.stats-main.col2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  ul.stats-main.col2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
ul.stats-main.col2 li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-main.error-page {
  height: 45vh;
}
.page-main.error-page h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-main.error-page h2 {
    font-size: 70px;
    line-height: 91px;
  }
}
.page-main.error-page h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.page-main.error-page p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
.page-main.error-page p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .page-main.error-page p {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .page-main.error-page p {
    line-height: 150%;
  }
}

.extra-padding .row {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {
  .extra-padding .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .extra-padding .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .extra-padding .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .extra-padding .row {
    padding: 60px 10%;
  }
}

.spacer {
  padding-bottom: 0px !important;
}

.spacer-row > .row {
  padding-bottom: 0px !important;
}

.no-top-pad {
  padding-top: 0px !important;
}

.bg-primary-blue {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #1E3EAF;
}
@media (min-width: 768px) {
  .bg-primary-blue {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-primary-blue {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-primary-blue {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-primary-blue {
    padding: 60px 10%;
  }
}
.bg-primary-blue .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-primary-blue .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-primary-blue .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-primary-blue .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-primary-blue .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-primary-blue .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-primary-blue .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
.bg-primary-blue .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-primary-blue .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-primary-blue .rich-text h3 {
    line-height: 150%;
  }
}
.bg-primary-blue .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-primary-blue .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-primary-blue .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-primary-blue .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-primary-blue .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-primary-blue .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-primary-blue .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-primary-blue .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-primary-blue .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-primary-blue .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-primary-blue .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-primary-blue .rich-text p strong, .bg-primary-blue .rich-text p em, .bg-primary-blue .rich-text p b {
  font-weight: 400;
  color: #F5F5F5;
}
.bg-primary-blue .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-medium-blue {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #1c88ed;
}
@media (min-width: 768px) {
  .bg-medium-blue {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-medium-blue {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-medium-blue {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-medium-blue {
    padding: 60px 10%;
  }
}
.bg-medium-blue .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-medium-blue .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-medium-blue .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-medium-blue .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-medium-blue .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-medium-blue .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-medium-blue .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
.bg-medium-blue .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-medium-blue .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-medium-blue .rich-text h3 {
    line-height: 150%;
  }
}
.bg-medium-blue .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-medium-blue .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-medium-blue .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-medium-blue .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-medium-blue .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-medium-blue .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-medium-blue .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-medium-blue .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-medium-blue .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-medium-blue .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-medium-blue .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-medium-blue .rich-text p strong, .bg-medium-blue .rich-text p em, .bg-medium-blue .rich-text p b {
  font-weight: 400;
  color: #F5F5F5;
}
.bg-medium-blue .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-navy-blue {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #27277C;
}
@media (min-width: 768px) {
  .bg-navy-blue {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-navy-blue {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-navy-blue {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-navy-blue {
    padding: 60px 10%;
  }
}
.bg-navy-blue .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-navy-blue .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-navy-blue .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-navy-blue .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-navy-blue .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
.bg-navy-blue .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-navy-blue .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-navy-blue .rich-text h3 {
    line-height: 150%;
  }
}
.bg-navy-blue .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-navy-blue .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-navy-blue .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-navy-blue .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-navy-blue .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-navy-blue .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-navy-blue .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-navy-blue .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-navy-blue .rich-text p strong, .bg-navy-blue .rich-text p em, .bg-navy-blue .rich-text p b {
  font-weight: 400;
  color: #F5F5F5;
}
.bg-navy-blue .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-light-blue {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #D2E9FF;
}
@media (min-width: 768px) {
  .bg-light-blue {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-light-blue {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-light-blue {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-light-blue {
    padding: 60px 10%;
  }
}
.bg-light-blue .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-light-blue .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-light-blue .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-blue .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light-blue .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-light-blue .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-blue .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.bg-light-blue .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-light-blue .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-light-blue .rich-text h3 {
    line-height: 150%;
  }
}
.bg-light-blue .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light-blue .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-light-blue .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-blue .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-light-blue .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-light-blue .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-blue .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-light-blue .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-light-blue .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-blue .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-light-blue .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-light-blue .rich-text p strong, .bg-light-blue .rich-text p em, .bg-light-blue .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.bg-light-blue .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-light {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  .bg-light {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-light {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-light {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-light {
    padding: 60px 10%;
  }
}
.bg-light .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-light .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-light .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-light .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.bg-light .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-light .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-light .rich-text h3 {
    line-height: 150%;
  }
}
.bg-light .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-light .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-light .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-light .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-light .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-light .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-light .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-light .rich-text p strong, .bg-light .rich-text p em, .bg-light .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.bg-light .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light .rich-text p.eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light .rich-text p.eyebrow {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-light .rich-text p.eyebrow strong, .bg-light .rich-text p.eyebrow em, .bg-light .rich-text p.eyebrow b {
  font-weight: 600;
  color: #1E3EAF;
}
.bg-light .rich-text p.eyebrow.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-white {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .bg-white {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-white {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-white {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-white {
    padding: 60px 10%;
  }
}
.bg-white .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-white .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-white .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-white .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-white .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-white .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-white .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.bg-white .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-white .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-white .rich-text h3 {
    line-height: 150%;
  }
}
.bg-white .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-white .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-white .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-white .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-white .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-white .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-white .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-white .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-white .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-white .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-white .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-white .rich-text p strong, .bg-white .rich-text p em, .bg-white .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.bg-white .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-white .rich-text p.eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-white .rich-text p.eyebrow {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-white .rich-text p.eyebrow strong, .bg-white .rich-text p.eyebrow em, .bg-white .rich-text p.eyebrow b {
  font-weight: 600;
  color: #1E3EAF;
}
.bg-white .rich-text p.eyebrow.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-gray {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #c9c9c9;
}
@media (min-width: 768px) {
  .bg-gray {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-gray {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-gray {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-gray {
    padding: 60px 10%;
  }
}
.bg-gray .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-gray .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-gray .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-gray .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-gray .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.bg-gray .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-gray .rich-text h3 {
    line-height: 150%;
  }
}
.bg-gray .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-gray .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-gray .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-gray .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-gray .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-gray .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-gray .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-gray .rich-text p strong, .bg-gray .rich-text p em, .bg-gray .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.bg-gray .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-gray .rich-text p.eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-gray .rich-text p.eyebrow {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-gray .rich-text p.eyebrow strong, .bg-gray .rich-text p.eyebrow em, .bg-gray .rich-text p.eyebrow b {
  font-weight: 600;
  color: #1E3EAF;
}
.bg-gray .rich-text p.eyebrow.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-light-gray {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #ECECEC;
}
@media (min-width: 768px) {
  .bg-light-gray {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-light-gray {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-light-gray {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-light-gray {
    padding: 60px 10%;
  }
}
.bg-light-gray .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-light-gray .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-gray .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-light-gray .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-gray .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.bg-light-gray .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-light-gray .rich-text h3 {
    line-height: 150%;
  }
}
.bg-light-gray .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-light-gray .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-gray .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-light-gray .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-gray .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-light-gray .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-gray .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-light-gray .rich-text p strong, .bg-light-gray .rich-text p em, .bg-light-gray .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.bg-light-gray .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-light-gray .rich-text p.eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-light-gray .rich-text p.eyebrow {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-light-gray .rich-text p.eyebrow strong, .bg-light-gray .rich-text p.eyebrow em, .bg-light-gray .rich-text p.eyebrow b {
  font-weight: 600;
  color: #1E3EAF;
}
.bg-light-gray .rich-text p.eyebrow.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-footer-gray {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #2A2A2A;
}
@media (min-width: 768px) {
  .bg-footer-gray {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .bg-footer-gray {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .bg-footer-gray {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .bg-footer-gray {
    padding: 60px 10%;
  }
}
.bg-footer-gray .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-footer-gray .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-footer-gray .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-footer-gray .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-footer-gray .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.bg-footer-gray .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-footer-gray .rich-text h3 {
    line-height: 150%;
  }
}
.bg-footer-gray .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-footer-gray .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-footer-gray .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-footer-gray .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-footer-gray .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-footer-gray .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-footer-gray .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-footer-gray .rich-text p strong, .bg-footer-gray .rich-text p em, .bg-footer-gray .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.bg-footer-gray .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-footer-gray .rich-text p.eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-footer-gray .rich-text p.eyebrow {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-footer-gray .rich-text p.eyebrow strong, .bg-footer-gray .rich-text p.eyebrow em, .bg-footer-gray .rich-text p.eyebrow b {
  font-weight: 600;
  color: #1E3EAF;
}
.bg-footer-gray .rich-text p.eyebrow.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.bg-navy-blue.gray-card .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.bg-navy-blue.gray-card .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.gray-card .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.bg-navy-blue.gray-card .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.gray-card .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.bg-navy-blue.gray-card .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .bg-navy-blue.gray-card .rich-text h3 {
    line-height: 150%;
  }
}
.bg-navy-blue.gray-card .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.bg-navy-blue.gray-card .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.gray-card .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-navy-blue.gray-card .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.gray-card .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-navy-blue.gray-card .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.gray-card .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-navy-blue.gray-card .rich-text p strong, .bg-navy-blue.gray-card .rich-text p em, .bg-navy-blue.gray-card .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.bg-navy-blue.gray-card .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.gray-card .rich-text p.eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .bg-navy-blue.gray-card .rich-text p.eyebrow {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-navy-blue.gray-card .rich-text p.eyebrow strong, .bg-navy-blue.gray-card .rich-text p.eyebrow em, .bg-navy-blue.gray-card .rich-text p.eyebrow b {
  font-weight: 600;
  color: #1E3EAF;
}
.bg-navy-blue.gray-card .rich-text p.eyebrow.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.white-card, .bg-navy-blue .white-card {
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0px;
}
@media (min-width: 768px) {
  .white-card, .bg-navy-blue .white-card {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .white-card, .bg-navy-blue .white-card {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .white-card, .bg-navy-blue .white-card {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .white-card, .bg-navy-blue .white-card {
    padding: 60px 10%;
  }
}
.white-card .row, .bg-navy-blue .white-card .row {
  box-shadow: 0px 6px 20px 5px #0000000f;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
  background: #FDFDFD;
  width: auto;
}
@media (min-width: 1024px) {
  .white-card .row .rich-text p.align-center, .white-card .row .rich-text h4.align-center, .white-card .row .rich-text h5.align-center, .white-card .row .rich-text h6.align-center, .bg-navy-blue .white-card .row .rich-text p.align-center, .bg-navy-blue .white-card .row .rich-text h4.align-center, .bg-navy-blue .white-card .row .rich-text h5.align-center, .bg-navy-blue .white-card .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 1300px) {
  .white-card .row .rich-text p.align-center, .white-card .row .rich-text h4.align-center, .white-card .row .rich-text h5.align-center, .white-card .row .rich-text h6.align-center, .bg-navy-blue .white-card .row .rich-text p.align-center, .bg-navy-blue .white-card .row .rich-text h4.align-center, .bg-navy-blue .white-card .row .rich-text h5.align-center, .bg-navy-blue .white-card .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
.white-card .row .rich-text, .white-card .row .component-icon-row, .bg-navy-blue .white-card .row .rich-text, .bg-navy-blue .white-card .row .component-icon-row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .white-card .row .rich-text, .white-card .row .component-icon-row, .bg-navy-blue .white-card .row .rich-text, .bg-navy-blue .white-card .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .white-card .row .rich-text, .white-card .row .component-icon-row, .bg-navy-blue .white-card .row .rich-text, .bg-navy-blue .white-card .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .white-card .row .rich-text, .white-card .row .component-icon-row, .bg-navy-blue .white-card .row .rich-text, .bg-navy-blue .white-card .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .white-card .row .rich-text, .white-card .row .component-icon-row, .bg-navy-blue .white-card .row .rich-text, .bg-navy-blue .white-card .row .component-icon-row {
    padding: 60px 10%;
  }
}
.white-card.overlap .row, .bg-navy-blue .white-card.overlap .row {
  margin-top: -120px;
}
.white-card .row .rich-text, .bg-navy-blue .white-card .row .rich-text {
  margin-bottom: 0px;
}
.white-card.features .rich-text, .bg-navy-blue .white-card.features .rich-text {
  padding: 0px;
}

.blue-card {
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0px;
}
@media (min-width: 768px) {
  .blue-card {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .blue-card {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .blue-card {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .blue-card {
    padding: 60px 10%;
  }
}
.blue-card .row {
  box-shadow: 0px 6px 20px 5px #0000000f;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
  background: #1E3EAF;
  width: auto;
}
@media (min-width: 1024px) {
  .blue-card .row .rich-text p.align-center, .blue-card .row .rich-text h4.align-center, .blue-card .row .rich-text h5.align-center, .blue-card .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 1300px) {
  .blue-card .row .rich-text p.align-center, .blue-card .row .rich-text h4.align-center, .blue-card .row .rich-text h5.align-center, .blue-card .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
.blue-card .row .rich-text, .blue-card .row .component-icon-row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .blue-card .row .rich-text, .blue-card .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .blue-card .row .rich-text, .blue-card .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .blue-card .row .rich-text, .blue-card .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .blue-card .row .rich-text, .blue-card .row .component-icon-row {
    padding: 60px 10%;
  }
}
.blue-card .row .rich-text * {
  color: #F5F5F5;
}
.blue-card.overlap .row {
  margin-top: -120px;
}
.blue-card .row .rich-text {
  margin-bottom: 0px;
}

.gray-card, .bg-navy-blue .gray-card {
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0px;
}
@media (min-width: 768px) {
  .gray-card, .bg-navy-blue .gray-card {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .gray-card, .bg-navy-blue .gray-card {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .gray-card, .bg-navy-blue .gray-card {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .gray-card, .bg-navy-blue .gray-card {
    padding: 60px 10%;
  }
}
.gray-card .row, .bg-navy-blue .gray-card .row {
  box-shadow: 0px 6px 20px 5px #0000000f;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
  background: #F5F5F5;
  width: auto;
}
@media (min-width: 1024px) {
  .gray-card .row .rich-text p.align-center, .gray-card .row .rich-text h4.align-center, .gray-card .row .rich-text h5.align-center, .gray-card .row .rich-text h6.align-center, .bg-navy-blue .gray-card .row .rich-text p.align-center, .bg-navy-blue .gray-card .row .rich-text h4.align-center, .bg-navy-blue .gray-card .row .rich-text h5.align-center, .bg-navy-blue .gray-card .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 1300px) {
  .gray-card .row .rich-text p.align-center, .gray-card .row .rich-text h4.align-center, .gray-card .row .rich-text h5.align-center, .gray-card .row .rich-text h6.align-center, .bg-navy-blue .gray-card .row .rich-text p.align-center, .bg-navy-blue .gray-card .row .rich-text h4.align-center, .bg-navy-blue .gray-card .row .rich-text h5.align-center, .bg-navy-blue .gray-card .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
.gray-card .row .rich-text, .gray-card .row .component-icon-row, .bg-navy-blue .gray-card .row .rich-text, .bg-navy-blue .gray-card .row .component-icon-row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .gray-card .row .rich-text, .gray-card .row .component-icon-row, .bg-navy-blue .gray-card .row .rich-text, .bg-navy-blue .gray-card .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .gray-card .row .rich-text, .gray-card .row .component-icon-row, .bg-navy-blue .gray-card .row .rich-text, .bg-navy-blue .gray-card .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .gray-card .row .rich-text, .gray-card .row .component-icon-row, .bg-navy-blue .gray-card .row .rich-text, .bg-navy-blue .gray-card .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .gray-card .row .rich-text, .gray-card .row .component-icon-row, .bg-navy-blue .gray-card .row .rich-text, .bg-navy-blue .gray-card .row .component-icon-row {
    padding: 60px 10%;
  }
}
.gray-card.overlap .row, .bg-navy-blue .gray-card.overlap .row {
  margin-top: -120px;
}
.gray-card .row .rich-text, .bg-navy-blue .gray-card .row .rich-text {
  margin-bottom: 0px;
}

.container.promo-text h1, .container.promo-text h2, .container.promo-text h3, .container.promo-text h4, .container.promo-text h5, .container.promo-text h6, .container.promo-text p, .container.promo-text p a, .container.promo-text a {
  color: #F5F5F5;
  margin: 0px;
}
.container.promo-text p {
  display: inline-block;
  /* Ensures border fits text width */
  padding-bottom: 10px;
  border-bottom: 4px solid #1c88ed;
}

@media (min-width: 1024px) {
  .rich-text p.align-center, .rich-text h4.align-center, .rich-text h5.align-center, .rich-text h6.align-center {
    max-width: 75%;
  }
}
@media (min-width: 1300px) {
  .rich-text p.align-center, .rich-text h4.align-center, .rich-text h5.align-center, .rich-text h6.align-center {
    max-width: 70%;
  }
}
.about-us-header .bg-overlay {
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .about-us-header .bg-overlay {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .about-us-header .bg-overlay {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .about-us-header .bg-overlay {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .about-us-header .bg-overlay {
    padding: 60px 10%;
  }
}
.about-us-header .component-promo {
  position: relative;
  display: inline-block;
  height: 320px;
}
@media (min-width: 1024px) {
  .about-us-header .component-promo {
    height: 520px;
  }
}
.about-us-header .component-promo div.has-ratio {
  height: 100%;
}
.about-us-header .component-promo img {
  object-fit: cover;
  object-position: center !important;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  transform: none;
  translate: -50% -50%;
  z-index: -1;
}
.about-us-header .component-promo .promo-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .about-us-header .component-promo .promo-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.about-us-header .component-promo .promo-text p strong, .about-us-header .component-promo .promo-text p em, .about-us-header .component-promo .promo-text p b {
  font-weight: 600;
  color: #F5F5F5;
}
.about-us-header .component-promo .promo-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.about-us-header .component-promo .promo-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-align: center;
  text-align: left;
}
@media (min-width: 1024px) {
  .about-us-header .component-promo .promo-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.about-us-header .component-promo .promo-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.about-us-header .component-promo .promo-title p strong {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .about-us-header .component-promo .promo-title p strong {
    font-size: 18px;
    line-height: 27px;
  }
}
.about-us-header .component-promo .promo-title p strong strong, .about-us-header .component-promo .promo-title p strong em, .about-us-header .component-promo .promo-title p strong b {
  font-weight: 600;
  color: #F5F5F5;
}
.about-us-header .component-promo .promo-title p strong.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.about-us-header .component-promo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 14, 32, 0) 17.76%, rgba(9, 14, 32, 0.18) 34.21%, rgba(9, 14, 32, 0.6) 54.77%, rgba(9, 14, 32, 0.8) 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .about-us-header.pushdown .component-promo img {
    translate: -50% -42%;
  }
  .about-us-header.pushup .component-promo img {
    translate: -50% -62%;
  }
}

.component-icon-row {
  margin-top: 30px;
  padding-top: 0px;
}
.component-icon-row .flex-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .component-icon-row .flex-container {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .component-icon-row .flex-container {
    flex-direction: row;
  }
}
.component-icon-row .icon-row-item {
  padding: 0px;
  background: #1E3EAF;
  padding: 40px 16px;
  border-radius: 24px;
  flex: 1;
}
@media (min-width: 1024px) {
  .component-icon-row .icon-row-item {
    padding: 54px 16px;
  }
}
.component-icon-row .icon-row-item .text {
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0px;
}
.component-icon-row .icon-row-item .text * {
  color: #F5F5F5;
  margin: 0px;
  text-transform: none;
}
.component-icon-row .icon-row-item .text p {
  font-weight: 300;
}
.component-icon-row .icon-row-item .text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
.component-icon-row .icon-row-item .text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .component-icon-row .icon-row-item .text h4 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .component-icon-row .icon-row-item .text h4 {
    line-height: 150%;
  }
}
@media (min-width: 1024px) {
  .component-icon-row .icon-row-item .text {
    gap: 20px;
  }
}

.fa-handshake-o::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M23.25%2034.0007L33.1666%2030.9173C33.0277%2030.6673%2032.8263%2030.452%2032.5625%2030.2715C32.2986%2030.0909%2032%2030.0007%2031.6666%2030.0007H23.25C22.5%2030.0007%2021.9027%2029.9729%2021.4583%2029.9173C21.0138%2029.8618%2020.5555%2029.7507%2020.0833%2029.584L17.7083%2028.7923C17.2638%2028.6534%2016.9444%2028.3757%2016.75%2027.959C16.5555%2027.5423%2016.5277%2027.1118%2016.6666%2026.6673C16.8055%2026.2229%2017.0763%2025.8965%2017.4791%2025.6882C17.8819%2025.4798%2018.3055%2025.4451%2018.75%2025.584L20.5%2026.1673C20.9722%2026.3062%2021.5069%2026.4173%2022.1041%2026.5007C22.7013%2026.584%2023.5138%2026.6395%2024.5416%2026.6673H25C25%2026.3618%2024.9097%2026.0701%2024.7291%2025.7923C24.5486%2025.5145%2024.3333%2025.334%2024.0833%2025.2507L14.3333%2021.6673H11.6666V30.834L23.25%2034.0007ZM22.375%2037.2507L11.6666%2034.2507C11.4444%2034.9729%2011.0069%2035.5562%2010.3541%2036.0007C9.70135%2036.4451%209.02774%2036.6673%208.33329%2036.6673H4.99996C4.08329%2036.6673%203.29857%2036.3409%202.64579%2035.6882C1.99301%2035.0354%201.66663%2034.2507%201.66663%2033.334V21.6673C1.66663%2020.7507%201.99301%2019.9659%202.64579%2019.3132C3.29857%2018.6604%204.08329%2018.334%204.99996%2018.334H14.3333C14.5277%2018.334%2014.7222%2018.3548%2014.9166%2018.3965C15.1111%2018.4382%2015.2916%2018.4868%2015.4583%2018.5423L25.25%2022.1673C26.1666%2022.5007%2026.9097%2023.084%2027.4791%2023.9173C28.0486%2024.7507%2028.3333%2025.6673%2028.3333%2026.6673H31.6666C33.0555%2026.6673%2034.2361%2027.1257%2035.2083%2028.0423C36.1805%2028.959%2036.6666%2030.1673%2036.6666%2031.6673C36.6666%2032.2784%2036.5069%2032.7576%2036.1875%2033.1048C35.868%2033.452%2035.375%2033.7368%2034.7083%2033.959L24.2916%2037.209C23.9861%2037.3201%2023.6666%2037.3757%2023.3333%2037.3757C23%2037.3757%2022.6805%2037.334%2022.375%2037.2507ZM4.99996%2033.334H8.33329V21.6673H4.99996V33.334ZM26.6666%2020.334C26.25%2020.334%2025.8402%2020.2576%2025.4375%2020.1048C25.0347%2019.952%2024.6666%2019.7229%2024.3333%2019.4173L19.75%2014.9173C18.8888%2014.084%2018.1597%2013.1604%2017.5625%2012.1465C16.9652%2011.1326%2016.6666%2010.0284%2016.6666%208.83398C16.6666%207.30621%2017.2013%206.0076%2018.2708%204.93815C19.3402%203.86871%2020.6388%203.33398%2022.1666%203.33398C23.0555%203.33398%2023.8888%203.52148%2024.6666%203.89648C25.4444%204.27148%2026.1111%204.77843%2026.6666%205.41732C27.2222%204.77843%2027.8888%204.27148%2028.6666%203.89648C29.4444%203.52148%2030.2777%203.33398%2031.1666%203.33398C32.6944%203.33398%2033.993%203.86871%2035.0625%204.93815C36.1319%206.0076%2036.6666%207.30621%2036.6666%208.83398C36.6666%2010.0284%2036.375%2011.1326%2035.7916%2012.1465C35.2083%2013.1604%2034.4861%2014.084%2033.625%2014.9173L29%2019.4173C28.6666%2019.7229%2028.2986%2019.952%2027.8958%2020.1048C27.493%2020.2576%2027.0833%2020.334%2026.6666%2020.334ZM26.6666%2017.0007L31.2083%2012.5423C31.7361%2012.0145%2032.2222%2011.452%2032.6666%2010.8548C33.1111%2010.2576%2033.3333%209.58398%2033.3333%208.83398C33.3333%208.22287%2033.125%207.70898%2032.7083%207.29232C32.2916%206.87565%2031.7777%206.66732%2031.1666%206.66732C30.7777%206.66732%2030.4097%206.74371%2030.0625%206.89648C29.7152%207.04926%2029.4166%207.27843%2029.1666%207.58398L27.9583%209.04232C27.625%209.43121%2027.1944%209.62565%2026.6666%209.62565C26.1388%209.62565%2025.7083%209.43121%2025.375%209.04232L24.1666%207.58398C23.9166%207.27843%2023.618%207.04926%2023.2708%206.89648C22.9236%206.74371%2022.5555%206.66732%2022.1666%206.66732C21.5555%206.66732%2021.0416%206.87565%2020.625%207.29232C20.2083%207.70898%2020%208.22287%2020%208.83398C20%209.58398%2020.2222%2010.2576%2020.6666%2010.8548C21.1111%2011.452%2021.5972%2012.0145%2022.125%2012.5423L26.6666%2017.0007Z%22%20fill%3D%22%2327277C%22/%3E%3C/svg%3E");
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2230%22%20viewBox%3D%220%200%2036%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.08331%2024.6257C6.52776%2024.3201%206.0972%2023.9104%205.79165%2023.3965C5.48609%2022.8826%205.33331%2022.3062%205.33331%2021.6673V13.6673L1.33331%2011.459C1.02776%2011.2923%200.805535%2011.084%200.666646%2010.834C0.527757%2010.584%200.458313%2010.3062%200.458313%2010.0007C0.458313%209.6951%200.527757%209.41732%200.666646%209.16732C0.805535%208.91732%201.02776%208.70899%201.33331%208.54232L15.4166%200.875651C15.6666%200.736762%2015.9236%200.632596%2016.1875%200.563151C16.4514%200.493707%2016.7222%200.458984%2017%200.458984C17.2778%200.458984%2017.5486%200.493707%2017.8125%200.563151C18.0764%200.632596%2018.3333%200.736762%2018.5833%200.875651L34.4583%209.54232C34.7361%209.68121%2034.9514%209.8826%2035.1042%2010.1465C35.2569%2010.4104%2035.3333%2010.6951%2035.3333%2011.0007V21.6673C35.3333%2022.1395%2035.1736%2022.5354%2034.8542%2022.8548C34.5347%2023.1743%2034.1389%2023.334%2033.6667%2023.334C33.1944%2023.334%2032.7986%2023.1743%2032.4792%2022.8548C32.1597%2022.5354%2032%2022.1395%2032%2021.6673V11.834L28.6666%2013.6673V21.6673C28.6666%2022.3062%2028.5139%2022.8826%2028.2083%2023.3965C27.9028%2023.9104%2027.4722%2024.3201%2026.9166%2024.6257L18.5833%2029.1257C18.3333%2029.2645%2018.0764%2029.3687%2017.8125%2029.4382C17.5486%2029.5076%2017.2778%2029.5423%2017%2029.5423C16.7222%2029.5423%2016.4514%2029.5076%2016.1875%2029.4382C15.9236%2029.3687%2015.6666%2029.2645%2015.4166%2029.1257L7.08331%2024.6257ZM17%2016.1673L28.4166%2010.0007L17%203.83398L5.58331%2010.0007L17%2016.1673ZM17%2026.209L25.3333%2021.709V15.4173L18.625%2019.1257C18.375%2019.2645%2018.1111%2019.3687%2017.8333%2019.4382C17.5555%2019.5076%2017.2778%2019.5423%2017%2019.5423C16.7222%2019.5423%2016.4444%2019.5076%2016.1666%2019.4382C15.8889%2019.3687%2015.625%2019.2645%2015.375%2019.1257L8.66665%2015.4173V21.709L17%2026.209Z%22%20fill%3D%22%2327277C%22/%3E%3C/svg%3E");
}

.fa-shield:before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2234%22%20viewBox%3D%220%200%2028%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11.5%2018.6673V21.1673C11.5%2021.6395%2011.6597%2022.0354%2011.9792%2022.3548C12.2986%2022.6743%2012.6944%2022.834%2013.1667%2022.834H14.8333C15.3055%2022.834%2015.7014%2022.6743%2016.0208%2022.3548C16.3403%2022.0354%2016.5%2021.6395%2016.5%2021.1673V18.6673H19C19.4722%2018.6673%2019.868%2018.5076%2020.1875%2018.1882C20.5069%2017.8687%2020.6667%2017.4729%2020.6667%2017.0007V15.334C20.6667%2014.8618%2020.5069%2014.4659%2020.1875%2014.1465C19.868%2013.827%2019.4722%2013.6673%2019%2013.6673H16.5V11.1673C16.5%2010.6951%2016.3403%2010.2993%2016.0208%209.97982C15.7014%209.66037%2015.3055%209.50065%2014.8333%209.50065H13.1667C12.6944%209.50065%2012.2986%209.66037%2011.9792%209.97982C11.6597%2010.2993%2011.5%2010.6951%2011.5%2011.1673V13.6673H8.99999C8.52777%2013.6673%208.13193%2013.827%207.81249%2014.1465C7.49305%2014.4659%207.33332%2014.8618%207.33332%2015.334V17.0007C7.33332%2017.4729%207.49305%2017.8687%207.81249%2018.1882C8.13193%2018.5076%208.52777%2018.6673%208.99999%2018.6673H11.5ZM14%2033.5007C13.8055%2033.5007%2013.625%2033.4868%2013.4583%2033.459C13.2917%2033.4312%2013.125%2033.3895%2012.9583%2033.334C9.20832%2032.084%206.22221%2029.7715%203.99999%2026.3965C1.77777%2023.0215%200.666656%2019.3895%200.666656%2015.5007V7.62565C0.666656%206.93121%200.868045%206.30621%201.27082%205.75065C1.6736%205.1951%202.19443%204.79232%202.83332%204.54232L12.8333%200.792318C13.2222%200.653429%2013.6111%200.583984%2014%200.583984C14.3889%200.583984%2014.7778%200.653429%2015.1667%200.792318L25.1667%204.54232C25.8055%204.79232%2026.3264%205.1951%2026.7292%205.75065C27.1319%206.30621%2027.3333%206.93121%2027.3333%207.62565V15.5007C27.3333%2019.3895%2026.2222%2023.0215%2024%2026.3965C21.7778%2029.7715%2018.7917%2032.084%2015.0417%2033.334C14.875%2033.3895%2014.7083%2033.4312%2014.5417%2033.459C14.375%2033.4868%2014.1944%2033.5007%2014%2033.5007ZM14%2030.1673C16.8889%2029.2507%2019.2778%2027.4173%2021.1667%2024.6673C23.0555%2021.9173%2024%2018.8618%2024%2015.5007V7.62565L14%203.87565L3.99999%207.62565V15.5007C3.99999%2018.8618%204.94443%2021.9173%206.83332%2024.6673C8.72221%2027.4173%2011.1111%2029.2507%2014%2030.1673Z%22%20fill%3D%22%2327277C%22/%3E%3C/svg%3E");
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2234%22%20height%3D%2233%22%20viewBox%3D%220%200%2034%2033%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.33333%2024.6673V16.334C5.33333%2015.8618%205.49305%2015.4659%205.8125%2015.1465C6.13194%2014.827%206.52777%2014.6673%207%2014.6673C7.47222%2014.6673%207.86805%2014.827%208.1875%2015.1465C8.50694%2015.4659%208.66666%2015.8618%208.66666%2016.334V24.6673C8.66666%2025.1395%208.50694%2025.5354%208.1875%2025.8548C7.86805%2026.1743%207.47222%2026.334%207%2026.334C6.52777%2026.334%206.13194%2026.1743%205.8125%2025.8548C5.49305%2025.5354%205.33333%2025.1395%205.33333%2024.6673ZM15.3333%2024.6673V16.334C15.3333%2015.8618%2015.4931%2015.4659%2015.8125%2015.1465C16.1319%2014.827%2016.5278%2014.6673%2017%2014.6673C17.4722%2014.6673%2017.8681%2014.827%2018.1875%2015.1465C18.5069%2015.4659%2018.6667%2015.8618%2018.6667%2016.334V24.6673C18.6667%2025.1395%2018.5069%2025.5354%2018.1875%2025.8548C17.8681%2026.1743%2017.4722%2026.334%2017%2026.334C16.5278%2026.334%2016.1319%2026.1743%2015.8125%2025.8548C15.4931%2025.5354%2015.3333%2025.1395%2015.3333%2024.6673ZM1.99999%2033.0007C1.52777%2033.0007%201.13194%2032.8409%200.812495%2032.5215C0.49305%2032.202%200.333328%2031.8062%200.333328%2031.334C0.333328%2030.8618%200.49305%2030.4659%200.812495%2030.1465C1.13194%2029.827%201.52777%2029.6673%201.99999%2029.6673H32C32.4722%2029.6673%2032.8681%2029.827%2033.1875%2030.1465C33.5069%2030.4659%2033.6667%2030.8618%2033.6667%2031.334C33.6667%2031.8062%2033.5069%2032.202%2033.1875%2032.5215C32.8681%2032.8409%2032.4722%2033.0007%2032%2033.0007H1.99999ZM25.3333%2024.6673V16.334C25.3333%2015.8618%2025.4931%2015.4659%2025.8125%2015.1465C26.1319%2014.827%2026.5278%2014.6673%2027%2014.6673C27.4722%2014.6673%2027.8681%2014.827%2028.1875%2015.1465C28.5069%2015.4659%2028.6667%2015.8618%2028.6667%2016.334V24.6673C28.6667%2025.1395%2028.5069%2025.5354%2028.1875%2025.8548C27.8681%2026.1743%2027.4722%2026.334%2027%2026.334C26.5278%2026.334%2026.1319%2026.1743%2025.8125%2025.8548C25.4931%2025.5354%2025.3333%2025.1395%2025.3333%2024.6673ZM32%2011.334H1.83333C1.41666%2011.334%201.06249%2011.1882%200.770828%2010.8965C0.479162%2010.6048%200.333328%2010.2507%200.333328%209.83398V8.91732C0.333328%208.61176%200.409717%208.34787%200.562495%208.12565C0.715273%207.90343%200.916662%207.72287%201.16666%207.58398L15.5%200.417318C15.9722%200.195095%2016.4722%200.0839844%2017%200.0839844C17.5278%200.0839844%2018.0278%200.195095%2018.5%200.417318L32.75%207.54232C33.0556%207.68121%2033.2847%207.88954%2033.4375%208.16732C33.5903%208.4451%2033.6667%208.73676%2033.6667%209.04232V9.66732C33.6667%2010.1395%2033.5069%2010.5354%2033.1875%2010.8548C32.8681%2011.1743%2032.4722%2011.334%2032%2011.334ZM7.75%208.00065H26.25L17%203.41732L7.75%208.00065Z%22%20fill%3D%22%2327277C%22/%3E%3C/svg%3E");
}

.offices {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .offices {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .offices {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .offices {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .offices {
    padding: 60px 10%;
  }
}
.offices .row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .offices .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .offices .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .offices .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .offices .row {
    padding: 60px 10%;
  }
}
.offices .section-header {
  margin: 0;
}
.offices .flex-container {
  padding: 0px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .offices .flex-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .offices .flex-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.offices .icon-row-item {
  background: #D2E9FF;
}
.offices .icon-row-item .text h4 {
  color: #1E3EAF;
}
.offices .icon-row-item .text p {
  color: #2A2A2A;
}

.view-more-bar {
  padding-bottom: 0px !important;
}
.view-more-bar .row {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {
  .view-more-bar .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .view-more-bar .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .view-more-bar .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .view-more-bar .row {
    padding: 60px 10%;
  }
}
.view-more-bar .row .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-more-bar .row .col-12 .component-button .button.btn-black {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  color: #1E3EAF !important;
  border: 3px solid #1E3EAF;
  min-height: 0px !important;
  height: auto;
}
.view-more-bar .row .col-12 .component-button .button.btn-black span, .view-more-bar .row .col-12 .component-button .button.btn-black p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
.view-more-bar .row .col-12 .component-button .button.btn-black span:hover, .view-more-bar .row .col-12 .component-button .button.btn-black p:hover {
  transition: 0.3s;
}
.view-more-bar .row .col-12 .component-button .button.btn-black a, .view-more-bar .row .col-12 .component-button .button.btn-black span {
  color: #1E3EAF !important;
}
.view-more-bar .row .col-12 .component-button .button.btn-black:hover {
  color: #1c88ed !important;
  border: 3px solid #1c88ed;
}
.view-more-bar .row .col-12 .component-button .button.btn-black:hover a, .view-more-bar .row .col-12 .component-button .button.btn-black:hover span {
  color: #1c88ed !important;
}
.view-more-bar .row .col-12 .component-button .button.btn-black:active {
  background: #27277C;
}
.view-more-bar .row .col-12 .component-button .button.btn-black span {
  padding: 0px;
}
.view-more-bar.bg-light, .view-more-bar.bg-navy-blue {
  padding-bottom: 0px !important;
}
.view-more-bar.bg-light .row, .view-more-bar.bg-navy-blue .row {
  padding: 0px;
}
.view-more-bar.extra-padding .row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .view-more-bar.extra-padding .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .view-more-bar.extra-padding .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .view-more-bar.extra-padding .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .view-more-bar.extra-padding .row {
    padding: 60px 10%;
  }
}

.col-12 .component-feature.-alignment-side-by-side .box {
  margin-left: 0px;
}

.view-posts.extra-padding .row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .view-posts.extra-padding .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .view-posts.extra-padding .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .view-posts.extra-padding .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .view-posts.extra-padding .row {
    padding: 60px 10%;
  }
}
.view-posts .row .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "features" "button";
  gap: 20px;
}
@media (min-width: 768px) {
  .view-posts .row .col-12 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header button" "features features";
    gap: 30px;
  }
}
.view-posts .row .col-12 .component-class-richtext {
  grid-area: header;
}
.view-posts .row .col-12 .component-class-button {
  grid-area: button;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .view-posts .row .col-12 .component-class-button {
    justify-content: flex-end;
  }
}
.view-posts .row .col-12 .component-class-button a.button {
  margin-top: 0px;
}
.view-posts .row .col-12 .component-class-featuredynamic {
  grid-area: features;
}

div.two-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  div.two-videos {
    grid-template-columns: 1fr 1fr;
  }
}

.page-main .israel-stats {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "one" "two" "three" "four";
  gap: 10px;
  margin-top: 40px;
}
.page-main .israel-stats div h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1c88ed;
}
@media (min-width: 1024px) {
  .page-main .israel-stats div h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.page-main .israel-stats div h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.page-main .israel-stats div h6 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .page-main .israel-stats div h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-main .israel-stats div h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.page-main .israel-stats div h5 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F5F5F5;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page-main .israel-stats div h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-main .israel-stats div h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.page-main .israel-stats div h5 span {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #1c88ed;
}
@media (min-width: 1024px) {
  .page-main .israel-stats div h5 span {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-main .israel-stats div h5 span.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.page-main .israel-stats div:nth-child(1) {
  grid-area: one;
}
.page-main .israel-stats div:nth-child(2) {
  grid-area: two;
}
.page-main .israel-stats div:nth-child(3) {
  grid-area: three;
}
.page-main .israel-stats div:nth-child(4) {
  grid-area: four;
}
.page-main .israel-stats div {
  background: #27277C;
  border-radius: 24px;
  padding: 25px;
}
@media (min-width: 768px) {
  .page-main .israel-stats {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "one two three" "four four four";
  }
}
@media (min-width: 1024px) {
  .page-main .israel-stats {
    gap: 20px;
  }
}

.jotform-form ul {
  list-style: none;
}
.jotform-form .form-line {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .jotform-form .form-line {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .jotform-form .form-line {
    margin-top: 50px;
  }
}
.jotform-form #cid_3 > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .jotform-form #cid_3 > div {
    grid-template-columns: 1fr 1fr;
  }
}
.jotform-form span.form-required {
  color: #AC1E15;
}
.jotform-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.jotform-form input, .jotform-form textarea {
  padding: 9px 16px;
  border-radius: 10px;
  border: 2px solid #c9c9c9;
  background: #FDFDFD;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #2A2A2A;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
.jotform-form button {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #1E3EAF;
  color: #F5F5F5 !important;
  border: none;
}
.jotform-form button span, .jotform-form button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #F5F5F5;
  transition: 0.3s;
}
.jotform-form button span:hover, .jotform-form button p:hover {
  transition: 0.3s;
}
.jotform-form button a, .jotform-form button span {
  color: #F5F5F5 !important;
}
.jotform-form button:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.jotform-form button:hover a, .jotform-form button:hover span {
  color: #F5F5F5 !important;
}
.jotform-form button:active {
  background: #27277C;
}

.bg-light.inspo {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.features-4-up {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .features-4-up {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .features-4-up {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .features-4-up {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .features-4-up {
    padding: 60px 10%;
  }
}
.features-4-up .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.features-4-up .row .col-3 {
  width: 100%;
}
@media (min-width: 1024px) {
  .features-4-up .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}

.features-3-up {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .features-3-up {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .features-3-up {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .features-3-up {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .features-3-up {
    padding: 60px 10%;
  }
}
.features-3-up .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.features-3-up .row .col-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .features-3-up .row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

.features-2-up {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .features-2-up {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .features-2-up {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .features-2-up {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .features-2-up {
    padding: 60px 10%;
  }
}
.features-2-up .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.features-2-up .row .col-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .features-2-up .row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.features-4-up .component-class-featuremanual .component-feature, .features-2-up .component-class-featuremanual .component-feature, .features-3-up .component-class-featuremanual .component-feature, .features .component-class-featuremanual .component-feature {
  height: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes, .features-2-up .component-class-featuremanual .home-boxes, .features-3-up .component-class-featuremanual .home-boxes, .features .component-class-featuremanual .home-boxes {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  top: 0px;
  box-shadow: 0px 1.541px 4.141px 0px rgba(0, 0, 0, 0.04), 0px 0.326px 1.059px 0px rgba(0, 0, 0, 0.02);
  height: 260px;
}
@media (min-width: 1024px) {
  .features-4-up .component-class-featuremanual .home-boxes, .features-2-up .component-class-featuremanual .home-boxes, .features-3-up .component-class-featuremanual .home-boxes, .features .component-class-featuremanual .home-boxes {
    height: 344px;
  }
}
.features-4-up .component-class-featuremanual .home-boxes::after, .features-2-up .component-class-featuremanual .home-boxes::after, .features-3-up .component-class-featuremanual .home-boxes::after, .features .component-class-featuremanual .home-boxes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(9, 14, 32, 0) 17.76%, rgba(9, 14, 32, 0.18) 34.21%, rgba(9, 14, 32, 0.6) 54.77%, rgba(9, 14, 32, 0.8) 100%);
  pointer-events: none;
}
.features-4-up .component-class-featuremanual .home-boxes .box, .features-2-up .component-class-featuremanual .home-boxes .box, .features-3-up .component-class-featuremanual .home-boxes .box, .features .component-class-featuremanual .home-boxes .box {
  margin: 0px;
  width: 100%;
  height: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes .box ul, .features-2-up .component-class-featuremanual .home-boxes .box ul, .features-3-up .component-class-featuremanual .home-boxes .box ul, .features .component-class-featuremanual .home-boxes .box ul {
  height: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes .box ul li:first-child, .features-2-up .component-class-featuremanual .home-boxes .box ul li:first-child, .features-3-up .component-class-featuremanual .home-boxes .box ul li:first-child, .features .component-class-featuremanual .home-boxes .box ul li:first-child {
  height: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes .box ul li:first-child div.image, .features-2-up .component-class-featuremanual .home-boxes .box ul li:first-child div.image, .features-3-up .component-class-featuremanual .home-boxes .box ul li:first-child div.image, .features .component-class-featuremanual .home-boxes .box ul li:first-child div.image {
  height: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes .box ul li:first-child div.image div.has-ratio, .features-2-up .component-class-featuremanual .home-boxes .box ul li:first-child div.image div.has-ratio, .features-3-up .component-class-featuremanual .home-boxes .box ul li:first-child div.image div.has-ratio, .features .component-class-featuremanual .home-boxes .box ul li:first-child div.image div.has-ratio {
  height: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes .box ul li:first-child img, .features-2-up .component-class-featuremanual .home-boxes .box ul li:first-child img, .features-3-up .component-class-featuremanual .home-boxes .box ul li:first-child img, .features .component-class-featuremanual .home-boxes .box ul li:first-child img {
  object-fit: cover;
  height: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item, .features-2-up .component-class-featuremanual .home-boxes .box .body-item, .features-3-up .component-class-featuremanual .home-boxes .box .body-item, .features .component-class-featuremanual .home-boxes .box .body-item {
  position: absolute;
  bottom: 0;
  z-index: 2;
  min-height: auto;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body, .features .component-class-featuremanual .home-boxes .box .body-item .body {
  min-height: auto;
  padding: 25px;
  hyphens: none;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body *, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body *, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body *, .features .component-class-featuremanual .home-boxes .box .body-item .body * {
  color: #F5F5F5;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body h4, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body h4, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body h4, .features .component-class-featuremanual .home-boxes .box .body-item .body h4 {
  text-transform: none;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body h4 a:hover, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body h4 a:hover, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body h4 a:hover, .features .component-class-featuremanual .home-boxes .box .body-item .body h4 a:hover {
  text-decoration: none;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body::after, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body::after, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body::after, .features .component-class-featuremanual .home-boxes .box .body-item .body::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #D2E9FF;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body::after:hover, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body::after:hover, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body::after:hover, .features .component-class-featuremanual .home-boxes .box .body-item .body::after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body .text, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body .text, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body .text, .features .component-class-featuremanual .home-boxes .box .body-item .body .text {
  display: block !important;
  min-height: 55px;
  width: 100%;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button, .features .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  z-index: 2000;
}
.features-4-up .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button span, .features-2-up .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button span, .features-3-up .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button span, .features .component-class-featuremanual .home-boxes .box .body-item .body .button-container a.button span {
  display: none;
}
.features-4-up .component-class-featuremanual .home-boxes:hover, .features-2-up .component-class-featuremanual .home-boxes:hover, .features-3-up .component-class-featuremanual .home-boxes:hover, .features .component-class-featuremanual .home-boxes:hover {
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.08), 0px 0.326px 1.059px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
  cursor: pointer;
}
.features-4-up .component-class-featuremanual .home-boxes:hover::after, .features-2-up .component-class-featuremanual .home-boxes:hover::after, .features-3-up .component-class-featuremanual .home-boxes:hover::after, .features .component-class-featuremanual .home-boxes:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(9, 14, 32, 0.01) 17.76%, rgba(9, 14, 32, 0.25) 34.21%, rgba(9, 14, 32, 0.6) 54.77%, rgba(9, 14, 32, 0.9) 100%);
  pointer-events: none;
}
.features-4-up .component-class-featuremanual .home-boxes:hover .box .body-item .body::after, .features-2-up .component-class-featuremanual .home-boxes:hover .box .body-item .body::after, .features-3-up .component-class-featuremanual .home-boxes:hover .box .body-item .body::after, .features .component-class-featuremanual .home-boxes:hover .box .body-item .body::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1c88ed;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
}
.features-4-up .component-class-featuremanual .home-boxes:hover .box .body-item .body::after:hover, .features-2-up .component-class-featuremanual .home-boxes:hover .box .body-item .body::after:hover, .features-3-up .component-class-featuremanual .home-boxes:hover .box .body-item .body::after:hover, .features .component-class-featuremanual .home-boxes:hover .box .body-item .body::after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}
.features-4-up .component-class-featuremanual .home-boxes:hover .box .body-item .body h4, .features-2-up .component-class-featuremanual .home-boxes:hover .box .body-item .body h4, .features-3-up .component-class-featuremanual .home-boxes:hover .box .body-item .body h4, .features .component-class-featuremanual .home-boxes:hover .box .body-item .body h4 {
  color: #D2E9FF;
}

.livesecure-features.features-2-up .home-boxes .box .body-item .body .text {
  min-height: 0px;
}
.livesecure-features .component-class-featuremanual .home-boxes .box .body-item .body::after {
  height: 38px;
  width: 40px;
  padding-bottom: 2px;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 22 22" xml:space="preserve"><g transform="scale(0.7586)"><path fill="%231E3EAF" d="M16.3,14.2c0.4,0,0.8-0.1,1.1-0.4l7.5-7.5v3.9c0,0.4,0.1,0.7,0.4,1s0.6,0.5,1,0.5c0.4,0,0.8-0.1,1.1-0.4c0.3-0.3,0.4-0.6,0.4-1V2.7c0-0.4-0.1-0.8-0.4-1c-0.3-0.3-0.6-0.4-1-0.4H19c-0.4,0-0.8,0.2-1.1,0.5c-0.3,0.3-0.4,0.7-0.4,1.1c0,0.4,0.2,0.7,0.4,1c0.3,0.3,0.6,0.4,1,0.4h3.9l-7.5,7.5c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1S15.9,14.2,16.3,14.2z"/><path fill="%231E3EAF" d="M26.5,15.8c-0.8,0-1.5,0.7-1.5,1.5v7.4H4.4V4.1h7.4c0.4,0,0.7-0.1,1-0.4c0.3-0.2,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1c-0.2-0.3-0.6-0.4-1-0.4H4.4c-0.8,0-1.5,0.3-2.1,0.9C1.7,2.8,1.4,3.5,1.4,4.3v20.6c0,0.8,0.3,1.5,0.9,2.1c0.6,0.6,1.3,0.9,2.1,0.9v-0.2H25c0.8,0,1.5-0.3,2.1-0.9c0.6-0.6,0.9-1.3,0.9-2.1v-7.4C28,16.5,27.3,15.8,26.5,15.8z"/></g></svg>');
}
.livesecure-features .component-class-featuremanual .home-boxes:hover .box .body-item .body::after {
  height: 38px;
  width: 40px;
  padding-bottom: 2px;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 22 22" xml:space="preserve"><g transform="scale(0.7586)"><path fill="%23f5f5f5" d="M16.3,14.2c0.4,0,0.8-0.1,1.1-0.4l7.5-7.5v3.9c0,0.4,0.1,0.7,0.4,1s0.6,0.5,1,0.5c0.4,0,0.8-0.1,1.1-0.4c0.3-0.3,0.4-0.6,0.4-1V2.7c0-0.4-0.1-0.8-0.4-1c-0.3-0.3-0.6-0.4-1-0.4H19c-0.4,0-0.8,0.2-1.1,0.5c-0.3,0.3-0.4,0.7-0.4,1.1c0,0.4,0.2,0.7,0.4,1c0.3,0.3,0.6,0.4,1,0.4h3.9l-7.5,7.5c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1S15.9,14.2,16.3,14.2z"/><path fill="%23f5f5f5" d="M26.5,15.8c-0.8,0-1.5,0.7-1.5,1.5v7.4H4.4V4.1h7.4c0.4,0,0.7-0.1,1-0.4c0.3-0.2,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1c-0.2-0.3-0.6-0.4-1-0.4H4.4c-0.8,0-1.5,0.3-2.1,0.9C1.7,2.8,1.4,3.5,1.4,4.3v20.6c0,0.8,0.3,1.5,0.9,2.1c0.6,0.6,1.3,0.9,2.1,0.9v-0.2H25c0.8,0,1.5-0.3,2.1-0.9c0.6-0.6,0.9-1.3,0.9-2.1v-7.4C28,16.5,27.3,15.8,26.5,15.8z"/></g></svg>');
}

.white-card.features.features-2 .row .page-column {
  display: grid;
  grid-template-areas: "header" "leftfeature" "rightfeature";
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .white-card.features.features-2 .row .page-column {
    grid-template-areas: "header header" "leftfeature rightfeature";
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 40px 80px;
  }
}
.white-card.features.features-2 .row .page-column .component-class-richtext {
  grid-area: header;
}
.white-card.features.features-2 .row .page-column .component-class-featuremanual:first-child {
  grid-area: leftfeature;
}
.white-card.features.features-2 .row .page-column .component-class-featuremanual:last-child {
  grid-area: rightfeature;
}

.white-card.features.features-3 .row .page-column {
  display: grid;
  grid-template-areas: "header" "leftfeature" "middlefeature" "rightfeature";
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .white-card.features.features-3 .row .page-column {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .white-card.features.features-3 .row .page-column {
    grid-template-areas: "header header header" "leftfeature middlefeature rightfeature";
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 40px 80px;
    width: auto;
  }
}
.white-card.features.features-3 .row .page-column .component-class-richtext {
  grid-area: header;
}
.white-card.features.features-3 .row .page-column .component-class-featuremanual:nth-child(2) {
  grid-area: leftfeature;
}
.white-card.features.features-3 .row .page-column .component-class-featuremanual:nth-child(3) {
  grid-area: middlefeature;
}
.white-card.features.features-3 .row .page-column .component-class-featuremanual:last-child {
  grid-area: rightfeature;
}

.advocate-sub-grid .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .advocate-sub-grid .col-12 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .advocate-sub-grid .col-12 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.feature-cards {
  padding-top: 0px;
}
.feature-cards .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .feature-cards .col-12 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .feature-cards .col-12 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.feature-cards .col-12 .rich-text {
  flex: 1;
  border-radius: 24px;
  border: 1px solid #c9c9c9;
  background: white;
  padding: 15px;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .feature-cards .col-12 .rich-text {
    padding: 20px;
  }
}
.feature-cards .col-12 .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .feature-cards .col-12 .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.feature-cards .col-12 .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-cards .col-12 .rich-text h6 {
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .feature-cards .col-12 .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.feature-cards .col-12 .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-cards .col-12 .rich-text p, .feature-cards .col-12 .rich-text p a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .feature-cards .col-12 .rich-text p, .feature-cards .col-12 .rich-text p a {
    font-size: 18px;
    line-height: 27px;
  }
}
.feature-cards .col-12 .rich-text p strong, .feature-cards .col-12 .rich-text p em, .feature-cards .col-12 .rich-text p b, .feature-cards .col-12 .rich-text p a strong, .feature-cards .col-12 .rich-text p a em, .feature-cards .col-12 .rich-text p a b {
  font-weight: 400;
  color: #2A2A2A;
}
.feature-cards .col-12 .rich-text p.hebrew, .feature-cards .col-12 .rich-text p a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-cards .col-12 .rich-text p b {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .feature-cards .col-12 .rich-text p b {
    font-size: 18px;
    line-height: 27px;
  }
}
.feature-cards .col-12 .rich-text p b strong, .feature-cards .col-12 .rich-text p b em, .feature-cards .col-12 .rich-text p b b {
  font-weight: 600;
  color: #2A2A2A;
}
.feature-cards .col-12 .rich-text p b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-cards .col-12 .rich-text figure:first-child {
  height: 130px;
  max-height: 130px;
  border-radius: 24px;
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
}
@media (min-width: 768px) {
  .feature-cards .col-12 .rich-text figure:first-child {
    height: 220px;
    max-height: 220px;
  }
}
.feature-cards .col-12 .rich-text figure:first-child img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  max-width: 100% !important;
  width: 100% !important;
}
.feature-cards .col-12 .rich-text:hover {
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.08), 0px 0.326px 1.059px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.feature-cards .col-12 .rich-text:hover h5, .feature-cards .col-12 .rich-text:hover p, .feature-cards .col-12 .rich-text:hover a {
  text-decoration: none;
}

.features-flex .row .col-12 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .features-flex .row .col-12 {
    flex-direction: row;
    gap: 20px;
  }
}

.advocate-hero .col-12 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .advocate-hero .col-12 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .advocate-hero .col-12 {
    grid-template-columns: 2fr 1fr;
  }
}
.advocate-hero .col-12 .component-container.component-class-image {
  max-height: 330px;
  overflow: hidden;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .advocate-hero .col-12 .component-container.component-class-image {
    max-height: 330px;
  }
}
@media (min-width: 1024px) {
  .advocate-hero .col-12 .component-container.component-class-image {
    max-height: 330px;
  }
}

.advocate-subgrid {
  padding-top: 0px;
}
.advocate-subgrid .row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .advocate-subgrid .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.advocate-subgrid .component-class-featuremanual .home-boxes .box .body-item .body::after {
  height: 38px;
  width: 40px;
  padding-bottom: 2px;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 22 22" xml:space="preserve"><g transform="scale(0.7586)"><path fill="%231E3EAF" d="M16.3,14.2c0.4,0,0.8-0.1,1.1-0.4l7.5-7.5v3.9c0,0.4,0.1,0.7,0.4,1s0.6,0.5,1,0.5c0.4,0,0.8-0.1,1.1-0.4c0.3-0.3,0.4-0.6,0.4-1V2.7c0-0.4-0.1-0.8-0.4-1c-0.3-0.3-0.6-0.4-1-0.4H19c-0.4,0-0.8,0.2-1.1,0.5c-0.3,0.3-0.4,0.7-0.4,1.1c0,0.4,0.2,0.7,0.4,1c0.3,0.3,0.6,0.4,1,0.4h3.9l-7.5,7.5c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1S15.9,14.2,16.3,14.2z"/><path fill="%231E3EAF" d="M26.5,15.8c-0.8,0-1.5,0.7-1.5,1.5v7.4H4.4V4.1h7.4c0.4,0,0.7-0.1,1-0.4c0.3-0.2,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1c-0.2-0.3-0.6-0.4-1-0.4H4.4c-0.8,0-1.5,0.3-2.1,0.9C1.7,2.8,1.4,3.5,1.4,4.3v20.6c0,0.8,0.3,1.5,0.9,2.1c0.6,0.6,1.3,0.9,2.1,0.9v-0.2H25c0.8,0,1.5-0.3,2.1-0.9c0.6-0.6,0.9-1.3,0.9-2.1v-7.4C28,16.5,27.3,15.8,26.5,15.8z"/></g></svg>');
}
.advocate-subgrid .component-class-featuremanual .home-boxes:hover .box .body-item .body::after {
  height: 38px;
  width: 40px;
  padding-bottom: 2px;
  content: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22" height="22" viewBox="0 0 22 22" xml:space="preserve"><g transform="scale(0.7586)"><path fill="%23f5f5f5" d="M16.3,14.2c0.4,0,0.8-0.1,1.1-0.4l7.5-7.5v3.9c0,0.4,0.1,0.7,0.4,1s0.6,0.5,1,0.5c0.4,0,0.8-0.1,1.1-0.4c0.3-0.3,0.4-0.6,0.4-1V2.7c0-0.4-0.1-0.8-0.4-1c-0.3-0.3-0.6-0.4-1-0.4H19c-0.4,0-0.8,0.2-1.1,0.5c-0.3,0.3-0.4,0.7-0.4,1.1c0,0.4,0.2,0.7,0.4,1c0.3,0.3,0.6,0.4,1,0.4h3.9l-7.5,7.5c-0.3,0.3-0.4,0.6-0.4,1c0,0.4,0.1,0.7,0.4,1S15.9,14.2,16.3,14.2z"/><path fill="%23f5f5f5" d="M26.5,15.8c-0.8,0-1.5,0.7-1.5,1.5v7.4H4.4V4.1h7.4c0.4,0,0.7-0.1,1-0.4c0.3-0.2,0.4-0.6,0.4-1c0-0.4-0.1-0.7-0.4-1c-0.2-0.3-0.6-0.4-1-0.4H4.4c-0.8,0-1.5,0.3-2.1,0.9C1.7,2.8,1.4,3.5,1.4,4.3v20.6c0,0.8,0.3,1.5,0.9,2.1c0.6,0.6,1.3,0.9,2.1,0.9v-0.2H25c0.8,0,1.5-0.3,2.1-0.9c0.6-0.6,0.9-1.3,0.9-2.1v-7.4C28,16.5,27.3,15.8,26.5,15.8z"/></g></svg>');
}

.component-feature .box .body .text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .component-feature .box .body .text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.component-feature .box .body .text p strong, .component-feature .box .body .text p em, .component-feature .box .body .text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.component-feature .box .body .text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.component-entry-list {
  margin-top: 20px;
}
.component-entry-list .upcoming.news-list.tidy h4 a, .component-entry-list .upcoming.news-list.tidy h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
  text-transform: lowercase;
  text-transform: capitalize;
  display: none;
}
@media (min-width: 1024px) {
  .component-entry-list .upcoming.news-list.tidy h4 a, .component-entry-list .upcoming.news-list.tidy h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.component-entry-list .upcoming.news-list.tidy h4 a.hebrew, .component-entry-list .upcoming.news-list.tidy h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.component-entry-list .upcoming.news-list.tidy h4 a i, .component-entry-list .upcoming.news-list.tidy h4 i {
  display: none;
}
.component-entry-list .news-list .entry {
  padding: 30px 0px;
}
.component-entry-list .jobs .entry:first-of-type, .component-entry-list .upcoming .entry:first-of-type, .component-entry-list .news-list .entry:first-of-type {
  border-top: 0px solid #ffffff !important;
}
.component-entry-list .news-list .entry p.meta a {
  position: relative;
}
.component-entry-list .news-list .entry p.meta a::after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1E3EAF;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
  left: 95px;
  top: 8px;
}
.component-entry-list .news-list .entry p.meta a::after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}
.component-entry-list .news-list .entry p.meta a::before {
  content: "Apply now";
  position: absolute;
  top: 40px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .component-entry-list .news-list .entry p.meta a::before {
    font-size: 18px;
    line-height: 27px;
  }
}
.component-entry-list .news-list .entry p.meta a::before strong, .component-entry-list .news-list .entry p.meta a::before em, .component-entry-list .news-list .entry p.meta a::before b {
  font-weight: 600;
  color: #27277C;
}
.component-entry-list .news-list .entry p.meta a::before.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.component-entry-list .upcoming.news-list.tidy .entry.news-entry p.title a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .component-entry-list .upcoming.news-list.tidy .entry.news-entry p.title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.component-entry-list .upcoming.news-list.tidy .entry.news-entry p.title a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.component-entry-list .upcoming.news-list.tidy .entry.news-entry p.meta a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .component-entry-list .upcoming.news-list.tidy .entry.news-entry p.meta a {
    font-size: 18px;
    line-height: 27px;
  }
}
.component-entry-list .upcoming.news-list.tidy .entry.news-entry p.meta a strong, .component-entry-list .upcoming.news-list.tidy .entry.news-entry p.meta a em, .component-entry-list .upcoming.news-list.tidy .entry.news-entry p.meta a b {
  font-weight: 400;
  color: #2A2A2A;
}
.component-entry-list .upcoming.news-list.tidy .entry.news-entry p.meta a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.feature-posts {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .feature-posts {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .feature-posts {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .feature-posts {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .feature-posts {
    padding: 60px 10%;
  }
}
.feature-posts .row .col-4 {
  flex: 1;
}
.feature-posts .row .col-4 .component-image img {
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 20px;
}
.feature-posts .row .col-4 h5, .feature-posts .row .col-4 h5 a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
  text-transform: none !important;
}
@media (min-width: 1024px) {
  .feature-posts .row .col-4 h5, .feature-posts .row .col-4 h5 a {
    font-size: 24px;
    line-height: 32px;
  }
}
.feature-posts .row .col-4 h5.hebrew, .feature-posts .row .col-4 h5 a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts .row .col-4 p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .feature-posts .row .col-4 p {
    font-size: 18px;
    line-height: 27px;
  }
}
.feature-posts .row .col-4 p strong, .feature-posts .row .col-4 p em, .feature-posts .row .col-4 p b {
  font-weight: 400;
  color: #2A2A2A;
}
.feature-posts .row .col-4 p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts .home-boxes {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .feature-posts .home-boxes {
    flex-direction: row;
  }
}
.feature-posts .home-boxes .box {
  flex: 1;
  border-radius: 24px;
  border: 1px solid #c9c9c9;
  background: white;
  padding: 15px;
  box-shadow: 0px 1.541px 4.141px 0px rgba(0, 0, 0, 0.04), 0px 0.326px 1.059px 0px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .feature-posts .home-boxes .box {
    padding: 20px;
  }
}
.feature-posts .home-boxes .box .body {
  padding: 0px;
  padding-top: 2px;
  min-height: auto;
  margin-top: 20px;
}
.feature-posts .home-boxes .box .body:after {
  margin-top: 20px;
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #D2E9FF;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
}
.feature-posts .home-boxes .box .body:after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}
.feature-posts .home-boxes .box .body .button-container {
  margin-top: 0px;
}
.feature-posts .home-boxes .box .body .button-container a.button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  z-index: 2000;
}
.feature-posts .home-boxes .box .body .button-container a.button span {
  display: none;
}
.feature-posts .home-boxes .box .image img {
  height: 130px;
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .feature-posts .home-boxes .box .image img {
    height: 250px;
  }
}
.feature-posts .home-boxes .box h4.title, .feature-posts .home-boxes .box h4.title a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
  text-transform: none !important;
}
@media (min-width: 1024px) {
  .feature-posts .home-boxes .box h4.title, .feature-posts .home-boxes .box h4.title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.feature-posts .home-boxes .box h4.title.hebrew, .feature-posts .home-boxes .box h4.title a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts .home-boxes .box p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .feature-posts .home-boxes .box p {
    font-size: 18px;
    line-height: 27px;
  }
}
.feature-posts .home-boxes .box p strong, .feature-posts .home-boxes .box p em, .feature-posts .home-boxes .box p b {
  font-weight: 400;
  color: #2A2A2A;
}
.feature-posts .home-boxes .box p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts .home-boxes .box .text-container .text br {
  display: none;
}
.feature-posts .home-boxes .box .text-container .text p a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .feature-posts .home-boxes .box .text-container .text p a {
    font-size: 18px;
    line-height: 27px;
  }
}
.feature-posts .home-boxes .box .text-container .text p a strong, .feature-posts .home-boxes .box .text-container .text p a em, .feature-posts .home-boxes .box .text-container .text p a b {
  font-weight: 400;
  color: #2A2A2A;
}
.feature-posts .home-boxes .box .text-container .text p a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts .home-boxes .box:hover {
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.08), 0px 0.326px 1.059px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.feature-posts .home-boxes .box:hover .body:after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1c88ed;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
}
.feature-posts .home-boxes .box:hover .body:after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}

.feature-posts-manual {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .feature-posts-manual {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .feature-posts-manual {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .feature-posts-manual {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .feature-posts-manual {
    padding: 60px 10%;
  }
}
.feature-posts-manual .row .col-4 .component-image img {
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 20px;
}
.feature-posts-manual .row .col-4 h5, .feature-posts-manual .row .col-4 h5 a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
  text-transform: none !important;
}
@media (min-width: 1024px) {
  .feature-posts-manual .row .col-4 h5, .feature-posts-manual .row .col-4 h5 a {
    font-size: 24px;
    line-height: 32px;
  }
}
.feature-posts-manual .row .col-4 h5.hebrew, .feature-posts-manual .row .col-4 h5 a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts-manual .row .col-4 p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .feature-posts-manual .row .col-4 p {
    font-size: 18px;
    line-height: 27px;
  }
}
.feature-posts-manual .row .col-4 p strong, .feature-posts-manual .row .col-4 p em, .feature-posts-manual .row .col-4 p b {
  font-weight: 400;
  color: #2A2A2A;
}
.feature-posts-manual .row .col-4 p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts-manual .home-boxes {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .feature-posts-manual .home-boxes {
    flex-direction: row;
  }
}
.feature-posts-manual .home-boxes .box {
  flex: 1;
  border-radius: 24px;
  border: 1px solid #c9c9c9;
  background: white;
  padding: 15px;
  box-shadow: 0px 1.541px 4.141px 0px rgba(0, 0, 0, 0.04), 0px 0.326px 1.059px 0px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .feature-posts-manual .home-boxes .box {
    padding: 20px;
  }
}
.feature-posts-manual .home-boxes .box .body {
  padding: 0px;
  padding-top: 2px;
  min-height: auto;
  margin-top: 20px;
}
.feature-posts-manual .home-boxes .box .body:after {
  margin-top: 20px;
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #D2E9FF;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
}
.feature-posts-manual .home-boxes .box .body:after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}
.feature-posts-manual .home-boxes .box .body .button-container {
  margin-top: 0px;
}
.feature-posts-manual .home-boxes .box .body .button-container a.button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  z-index: 2000;
}
.feature-posts-manual .home-boxes .box .body .button-container a.button span {
  display: none;
}
.feature-posts-manual .home-boxes .box .image img {
  height: 130px;
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .feature-posts-manual .home-boxes .box .image img {
    height: 250px;
  }
}
.feature-posts-manual .home-boxes .box h4.title, .feature-posts-manual .home-boxes .box h4.title a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
  text-transform: none !important;
}
@media (min-width: 1024px) {
  .feature-posts-manual .home-boxes .box h4.title, .feature-posts-manual .home-boxes .box h4.title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.feature-posts-manual .home-boxes .box h4.title.hebrew, .feature-posts-manual .home-boxes .box h4.title a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts-manual .home-boxes .box p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .feature-posts-manual .home-boxes .box p {
    font-size: 18px;
    line-height: 27px;
  }
}
.feature-posts-manual .home-boxes .box p strong, .feature-posts-manual .home-boxes .box p em, .feature-posts-manual .home-boxes .box p b {
  font-weight: 400;
  color: #2A2A2A;
}
.feature-posts-manual .home-boxes .box p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.feature-posts-manual .home-boxes .box:hover {
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.08), 0px 0.326px 1.059px 0px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.feature-posts-manual .home-boxes .box:hover .body:after {
  position: relative;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%231E3EAF"/></g></svg>');
  height: 40px;
  width: 40px;
  background: #1c88ed;
  border-radius: 100%;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.3s;
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23f5f5f5"/></g></svg>');
}
.feature-posts-manual .home-boxes .box:hover .body:after:hover {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><path id="icon" d="M17.3938 14.0287L13.5799 17.8533L15.082 19.3554L21.474 12.9633L15.082 6.57129L13.5799 8.07342L17.3938 11.898H4.42859V14.0287H17.3938Z" fill="%23D2E9FF"/></g></svg>');
  background: #1c88ed;
}

.feature-posts-manual.advocate-subgrid {
  box-sizing: border-box;
  padding: 30px 20px;
}
.feature-posts-manual.advocate-subgrid > .row {
  display: inline-block;
}
@media (min-width: 768px) {
  .feature-posts-manual.advocate-subgrid {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .feature-posts-manual.advocate-subgrid {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .feature-posts-manual.advocate-subgrid {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .feature-posts-manual.advocate-subgrid {
    padding: 60px 10%;
  }
}
.feature-posts-manual.advocate-subgrid .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.feature-posts-manual.advocate-subgrid .col-12 .component-class-featuremanual {
  position: relative;
  display: flex;
}
.feature-posts-manual.advocate-subgrid .col-12 .component-class-featuremanual .home-boxes {
  height: 100%;
}
@media (min-width: 768px) {
  .feature-posts-manual.advocate-subgrid .col-12 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .feature-posts-manual.advocate-subgrid .col-12 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.feature-posts-manual.advocate-subgrid .col-12 .component-feature .box {
  width: auto;
}

.bg-navy-blue.feature-posts .component-feature .home-boxes .box {
  border-radius: 24px;
  border: 0px solid #F5F5F5;
  background: #27277C;
  padding: 20px;
}
.bg-navy-blue.feature-posts .component-feature .home-boxes .box .body {
  padding: 0px;
  padding-top: 2px;
}
.bg-navy-blue.feature-posts .component-feature .home-boxes .box .body h4.title, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body h4.title a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-transform: none !important;
}
@media (min-width: 1024px) {
  .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body h4.title, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body h4.title a {
    font-size: 24px;
    line-height: 32px;
  }
}
.bg-navy-blue.feature-posts .component-feature .home-boxes .box .body h4.title.hebrew, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body h4.title a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p a {
    font-size: 18px;
    line-height: 27px;
  }
}
.bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p strong, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p em, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p b, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p a strong, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p a em, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p a b {
  font-weight: 400;
  color: #F5F5F5;
}
.bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p.hebrew, .bg-navy-blue.feature-posts .component-feature .home-boxes .box .body .text p a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.bg-navy-blue.feature-posts .component-feature .home-boxes .box .image img {
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
  object-fit: cover;
}

.section-type-calendar .title-container {
  margin-bottom: 10px;
}
.section-type-calendar .date-box {
  width: 40px;
}
@media (min-width: 1024px) {
  .section-type-calendar .date-box {
    width: 70px;
  }
}
.section-type-calendar .date-box .month {
  border: 0px;
  background: #D2E9FF;
  text-transform: capitalize;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
  font-weight: 600;
  padding: 3px;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 1024px) {
  .section-type-calendar .date-box .month {
    font-size: 20px;
    line-height: 26px;
  }
}
.section-type-calendar .date-box .month.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.section-type-calendar .date-box p {
  background: #F5F5F5;
  border: 0px;
  border-radius: 0px 0px 10px 10px;
  padding: 5px 0px;
}
.section-type-calendar .date-box p span.day {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .section-type-calendar .date-box p span.day {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-type-calendar .date-box p span.day.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

.callout {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #1E3EAF;
  position: relative;
}
@media (min-width: 768px) {
  .callout {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .callout {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .callout {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .callout {
    padding: 60px 10%;
  }
}
.callout .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-align: center;
}
@media (min-width: 1024px) {
  .callout .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.callout .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.callout .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
.callout .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .callout .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .callout .rich-text h3 {
    line-height: 150%;
  }
}
.callout .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.callout .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.callout .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.callout .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.callout .rich-text p strong, .callout .rich-text p em, .callout .rich-text p b {
  font-weight: 400;
  color: #F5F5F5;
}
.callout .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout .row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 80px;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .callout .row {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    column-gap: 80px;
  }
}
.callout .row .col-6 {
  width: 100%;
}
.callout .row .component-image {
  margin-bottom: 0px;
}
.callout .row img {
  border-radius: 24px;
}
.callout::before {
  position: absolute;
  width: 80%;
  height: 30%;
  content: "";
  background-color: #1c88ed;
  border-radius: 0;
  left: 0;
  top: 0px;
}
@media (min-width: 768px) {
  .callout::before {
    width: 50%;
    height: 72%;
    border-radius: 0 24px 0 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
.callout .rich-text h3, .callout .rich-text p {
  color: #F5F5F5;
  text-align: left;
}
.callout .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
.callout .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .callout .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .callout .rich-text h3 {
    line-height: 150%;
  }
}
.callout .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.callout .rich-text p strong, .callout .rich-text p em, .callout .rich-text p b {
  font-weight: 400;
  color: #F5F5F5;
}
.callout .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout .rich-text .button {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #D2E9FF;
  color: #1E3EAF !important;
  border: none;
}
.callout .rich-text .button span, .callout .rich-text .button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
.callout .rich-text .button span:hover, .callout .rich-text .button p:hover {
  transition: 0.3s;
}
.callout .rich-text .button a, .callout .rich-text .button span {
  color: #1E3EAF !important;
}
.callout .rich-text .button:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
.callout .rich-text .button:hover a, .callout .rich-text .button:hover span {
  color: #F5F5F5 !important;
}
.callout .rich-text .button:active {
  background: #27277C;
}
.callout .rich-text .button span {
  display: none;
}
.callout.dark {
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #27277C;
}
@media (min-width: 768px) {
  .callout.dark {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .callout.dark {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .callout.dark {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .callout.dark {
    padding: 60px 10%;
  }
}
.callout.dark .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #F5F5F5;
  text-align: center;
}
@media (min-width: 1024px) {
  .callout.dark .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.callout.dark .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout.dark .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout.dark .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.callout.dark .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout.dark .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
.callout.dark .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .callout.dark .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .callout.dark .rich-text h3 {
    line-height: 150%;
  }
}
.callout.dark .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout.dark .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.callout.dark .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout.dark .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout.dark .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.callout.dark .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout.dark .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout.dark .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.callout.dark .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout.dark .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .callout.dark .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.callout.dark .rich-text p strong, .callout.dark .rich-text p em, .callout.dark .rich-text p b {
  font-weight: 400;
  color: #F5F5F5;
}
.callout.dark .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.callout.dark::before {
  background-color: #1E3EAF;
}

.inspo-block {
  display: flex;
  margin: 30px 0px;
  flex-direction: column-reverse;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .inspo-block {
    flex-direction: row;
    margin: 50px 0px;
  }
}
.inspo-block .text-side {
  background-color: #1c88ed;
  border-radius: 0px 24px 24px 0px;
  flex: 1;
  display: flex;
  padding: 90px 20px 20px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.inspo-block .text-side h4, .inspo-block .text-side h3, .inspo-block .text-side h2, .inspo-block .text-side h1, .inspo-block .text-side p, .inspo-block .text-side h5, .inspo-block .text-side h6 {
  text-align: left;
  color: #F5F5F5;
}
.inspo-block .text-side h4.hebrew, .inspo-block .text-side h3.hebrew, .inspo-block .text-side h2.hebrew, .inspo-block .text-side h1.hebrew, .inspo-block .text-side p.hebrew, .inspo-block .text-side h5.hebrew, .inspo-block .text-side h6.hebrew {
  text-align: right;
  margin-bottom: 30px;
  direction: rtl;
}
@media (min-width: 1024px) {
  .inspo-block .text-side {
    padding: 50px 18% 50px 60px;
  }
}
.inspo-block .image-side {
  overflow: hidden;
  flex: 1;
  margin: 0px 10px -90px;
  z-index: 2;
  align-items: center;
  display: flex;
  padding: 35px 0 0;
}
.inspo-block .image-side.push-down {
  align-items: flex-start;
}
.inspo-block .image-side.push-up {
  align-items: flex-end;
}
.inspo-block .image-side img {
  max-width: 100%;
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .inspo-block .image-side {
    margin: 0 60px 0 -15%;
    padding: 35px 0;
  }
}
.inspo-block.reverse {
  margin-left: 16px;
  margin-right: 0px;
}
.inspo-block.reverse .text-side {
  border-radius: 24px 0px 0px 24px;
  gap: 10px;
  padding: 20px 20px 90px;
}
.inspo-block.reverse .image-side {
  z-index: 2;
  margin: -90px 10px 0px;
}
@media (min-width: 1024px) {
  .inspo-block.reverse {
    margin: 30px 0;
  }
  .inspo-block.reverse .text-side {
    border-radius: 24px 0px 0px 24px;
    padding: 50px 60px 50px 18%;
    gap: 10px;
  }
  .inspo-block.reverse .image-side {
    margin: 0 -15% 0 60px;
    z-index: 2;
  }
}
.inspo-block.gray {
  display: flex;
  margin: 30px 20px;
  flex-direction: column-reverse;
  gap: 10px;
}
@media (min-width: 1024px) {
  .inspo-block.gray {
    flex-direction: row;
    gap: 0px;
    margin: 50px 0px;
  }
}
.inspo-block.gray .text-side {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .inspo-block.gray .text-side {
    border-radius: 0px 24px 24px 0;
    padding: 50px 18% 50px 150px;
  }
}
.inspo-block.gray .text-side h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .inspo-block.gray .text-side h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.inspo-block.gray .text-side h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.inspo-block.gray .text-side h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .inspo-block.gray .text-side h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.inspo-block.gray .text-side h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.inspo-block.gray .text-side p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .inspo-block.gray .text-side p {
    font-size: 18px;
    line-height: 27px;
  }
}
.inspo-block.gray .text-side p strong, .inspo-block.gray .text-side p em, .inspo-block.gray .text-side p b {
  font-weight: 400;
  color: #2A2A2A;
}
.inspo-block.gray .text-side p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.inspo-block.gray .text-side p.large {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
.inspo-block.gray .text-side p.large strong, .inspo-block.gray .text-side p.large em, .inspo-block.gray .text-side p.large b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .inspo-block.gray .text-side p.large {
    font-size: 24px;
    line-height: 150%;
  }
}
.inspo-block.gray .text-side p.large.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.inspo-block.gray .image-side {
  overflow: hidden;
  flex: 1;
  margin: 0px;
  z-index: 2;
  align-items: center;
  display: flex;
  padding: 0;
  max-height: 130px;
  border-radius: 24px;
}
.inspo-block.gray .image-side.push-down {
  align-items: flex-start;
}
.inspo-block.gray .image-side.push-up {
  align-items: flex-end;
}
.inspo-block.gray .image-side img {
  max-width: 100%;
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .inspo-block.gray .image-side {
    max-height: 220px;
  }
}
@media (min-width: 1024px) {
  .inspo-block.gray .image-side {
    max-height: none;
    padding: 35px 0;
    margin: 0 60px 0 -15%;
  }
}
@media (min-width: 768px) {
  .inspo-block.gray {
    border-radius: 0px 24px 24px 0px;
  }
}
.inspo-block.gray.reverse {
  flex-direction: column;
}
.inspo-block.gray.reverse .text-side {
  background-color: #F5F5F5;
  padding: 20px;
}
@media (min-width: 1024px) {
  .inspo-block.gray.reverse .text-side {
    padding: 50px 150px 50px 18%;
    border-radius: 24px 0px 0px 24px;
  }
}
.inspo-block.gray.reverse .image-side.push-down {
  align-items: flex-start;
}
.inspo-block.gray.reverse .image-side.push-up {
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .inspo-block.gray.reverse {
    margin: 30px 0;
    flex-direction: row;
  }
  .inspo-block.gray.reverse .image-side {
    margin: 0 -15% 0 60px;
    z-index: 2;
  }
}

.donor-quote {
  padding-left: 0px;
  padding-top: 45%;
}
@media (min-width: 768px) {
  .donor-quote {
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .donor-quote {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .donor-quote {
    padding: 50px 60px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .donor-quote {
    padding: 60px 80px;
  }
}
@media (min-width: 768px) and (min-width: 1500px) {
  .donor-quote {
    padding: 60px 10%;
  }
}
@media (min-width: 768px) {
  .donor-quote .row {
    box-shadow: 0px 6px 20px 5px #0000000f;
    position: relative;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background: #1E3EAF;
    width: auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .donor-quote .row .rich-text p.align-center, .donor-quote .row .rich-text h4.align-center, .donor-quote .row .rich-text h5.align-center, .donor-quote .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .donor-quote .row .rich-text p.align-center, .donor-quote .row .rich-text h4.align-center, .donor-quote .row .rich-text h5.align-center, .donor-quote .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .donor-quote .row .rich-text, .donor-quote .row .component-icon-row {
    box-sizing: border-box;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .donor-quote .row .rich-text, .donor-quote .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .donor-quote .row .rich-text, .donor-quote .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .donor-quote .row .rich-text, .donor-quote .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 768px) and (min-width: 1500px) {
  .donor-quote .row .rich-text, .donor-quote .row .component-icon-row {
    padding: 60px 10%;
  }
}
@media (min-width: 768px) {
  .donor-quote .row .rich-text * {
    color: #F5F5F5;
  }
}
@media (min-width: 768px) {
  .donor-quote.overlap .row {
    margin-top: -120px;
  }
}
.donor-quote .row {
  border-radius: 0px 24px 24px 0px;
  padding: 0 10px 0 30px;
}
@media (min-width: 768px) {
  .donor-quote .row {
    border-radius: 24px;
    padding: 0px;
  }
}
.donor-quote .row .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0 0px;
  width: auto;
  gap: 10px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .donor-quote .row .col-12 {
    padding: 0 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .donor-quote .row .col-12 {
    padding: 0 85px;
    grid-template-columns: 3fr 2fr;
  }
}
.donor-quote .row .col-12 div:first-child {
  order: 2;
}
@media (min-width: 768px) {
  .donor-quote .row .col-12 div:first-child {
    order: inherit;
  }
}
.donor-quote .row .col-12 .rich-text {
  position: relative;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .donor-quote .row .col-12 .rich-text {
    padding-right: 30px;
  }
}
.donor-quote .row .col-12 .rich-text::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034%2027%22%20style%3D%22enable-background%3Anew%200%200%2034%2027%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill%3A%23D2E9FF%3B%7D%3C/style%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9.5%2C0.1L3.1%2C12c-1%2C1.8-1.6%2C3.3-2%2C4.4c-0.3%2C1.1-0.5%2C2.1-0.5%2C3c0%2C2.1%2C0.7%2C3.9%2C2.2%2C5.4C4.3%2C26.2%2C6%2C26.9%2C8%2C26.9c2.1%2C0%2C3.8-0.7%2C5.2-2.2c1.4-1.5%2C2.2-3.3%2C2.2-5.4c0-2-0.6-3.6-1.9-4.8c-0.9-0.9-1.9-1.5-2.9-1.8l5-9.3L9.5%2C0.1z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M28.5%2C12.7l5-9.3l-5.9-3.3L21.1%2C12c-1%2C1.8-1.6%2C3.3-1.9%2C4.4s-0.5%2C2.1-0.5%2C3c0%2C2.1%2C0.7%2C3.9%2C2.2%2C5.4c1.5%2C1.4%2C3.2%2C2.2%2C5.2%2C2.2c2.1%2C0%2C3.8-0.7%2C5.2-2.2c1.4-1.5%2C2.2-3.3%2C2.2-5.4c0-2-0.6-3.6-1.9-4.8C30.6%2C13.6%2C29.6%2C13%2C28.5%2C12.7z%22/%3E%3C/g%3E%3C/svg%3E");
  left: -7px;
  top: 18px;
  width: 23px;
}
@media (min-width: 768px) {
  .donor-quote .row .col-12 .rich-text::before {
    left: -7px;
    top: 30px;
    width: 20px;
  }
}
@media (min-width: 1024px) {
  .donor-quote .row .col-12 .rich-text::before {
    left: 15px;
    top: 40px;
    width: 37px;
  }
}
@media (min-width: 1300px) {
  .donor-quote .row .col-12 .rich-text::before {
    left: 32px;
    top: 51px;
    width: 37px;
  }
}
.donor-quote .row .col-12 .rich-text p.caption {
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .donor-quote .row .col-12 .rich-text p.caption {
    font-size: 18px;
    line-height: 27px;
  }
}
.donor-quote .row .col-12 .rich-text p.caption strong, .donor-quote .row .col-12 .rich-text p.caption em, .donor-quote .row .col-12 .rich-text p.caption b {
  font-weight: 400;
  color: #F5F5F5;
}
.donor-quote .row .col-12 .rich-text p.caption.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.donor-quote .row .col-12 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: relative;
  margin-bottom: -15px;
  border: 9px solid #1c88ed;
  margin-top: -45%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .donor-quote .row .col-12 img {
    margin-top: -15px;
  }
}
.donor-quote .row .col-12 .component-image {
  margin-bottom: 0px;
  padding: 0px;
}

.donor-quote.reverse .row .col-12 {
  padding: 0 20px;
}
.donor-quote.reverse .row .col-12 div:first-child {
  order: 1;
}
.donor-quote.reverse .row .col-12 div:last-child {
  order: 2;
}
@media (min-width: 768px) {
  .donor-quote.reverse .row .col-12 {
    padding: 0 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .donor-quote.reverse .row .col-12 {
    padding: 0 85px;
    grid-template-columns: 2fr 3fr;
  }
}
@media (min-width: 768px) {
  .donor-quote.reverse .row .col-12 div:first-child {
    order: 2;
    order: inherit;
  }
}
.donor-quote.reverse .row .col-12 .rich-text {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .donor-quote.reverse .row .col-12 .rich-text {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .donor-quote.reverse .row .col-12 .rich-text {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .donor-quote.reverse .row .col-12 .rich-text {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .donor-quote.reverse .row .col-12 .rich-text {
    padding: 60px 10%;
  }
}
@media (min-width: 768px) {
  .donor-quote.reverse .row .col-12 .rich-text {
    padding-left: 30px;
  }
}
.donor-quote.reverse .row .col-12 .rich-text::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034%2027%22%20style%3D%22enable-background%3Anew%200%200%2034%2027%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text/css%22%3E.st0%7Bfill%3A%23D2E9FF%3B%7D%3C/style%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M9.5%2C0.1L3.1%2C12c-1%2C1.8-1.6%2C3.3-2%2C4.4c-0.3%2C1.1-0.5%2C2.1-0.5%2C3c0%2C2.1%2C0.7%2C3.9%2C2.2%2C5.4C4.3%2C26.2%2C6%2C26.9%2C8%2C26.9c2.1%2C0%2C3.8-0.7%2C5.2-2.2c1.4-1.5%2C2.2-3.3%2C2.2-5.4c0-2-0.6-3.6-1.9-4.8c-0.9-0.9-1.9-1.5-2.9-1.8l5-9.3L9.5%2C0.1z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M28.5%2C12.7l5-9.3l-5.9-3.3L21.1%2C12c-1%2C1.8-1.6%2C3.3-1.9%2C4.4s-0.5%2C2.1-0.5%2C3c0%2C2.1%2C0.7%2C3.9%2C2.2%2C5.4c1.5%2C1.4%2C3.2%2C2.2%2C5.2%2C2.2c2.1%2C0%2C3.8-0.7%2C5.2-2.2c1.4-1.5%2C2.2-3.3%2C2.2-5.4c0-2-0.6-3.6-1.9-4.8C30.6%2C13.6%2C29.6%2C13%2C28.5%2C12.7z%22/%3E%3C/g%3E%3C/svg%3E");
  left: -7px;
}
@media (min-width: 768px) {
  .donor-quote.reverse .row .col-12 .rich-text::before {
    left: -7px;
  }
}
@media (min-width: 1024px) {
  .donor-quote.reverse .row .col-12 .rich-text::before {
    left: -18px;
  }
}
@media (min-width: 1300px) {
  .donor-quote.reverse .row .col-12 .rich-text::before {
    left: -18px;
  }
}

.basic-header .col-12 {
  display: grid;
  gap: 20px;
}
.basic-header .rich-text {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {
  .basic-header .rich-text {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic-header .rich-text {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic-header .rich-text {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic-header .rich-text {
    padding: 60px 10%;
  }
}
@media (min-width: 768px) {
  .basic-header .rich-text {
    max-width: 70%;
  }
}
.basic-header .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #1c88ed;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .basic-header .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.basic-header .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic-header p.back {
  position: relative;
}
.basic-header p.back a {
  padding-left: 30px;
  color: #2A2A2A;
  transition: 0.3s;
}
.basic-header p.back::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%206L6%200L12%206L10.6%207.4L6%202.8L1.4%207.4L0%206Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  width: auto;
  height: auto;
  left: 0px;
  transform: rotate(270deg);
  transition: 0.3s;
}
.basic-header p.back a:hover {
  padding-left: 20px;
  opacity: 0.9;
  transition: 0.3s;
}

.page-title p.back {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.page-title p.back a {
  color: #2A2A2A;
  transition: 0.3s;
}
.page-title p.back::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%206L6%200L12%206L10.6%207.4L6%202.8L1.4%207.4L0%206Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  width: auto;
  height: auto;
  left: 0px;
  transform: rotate(270deg);
  transition: 0.3s;
}
.page-title p.back a:hover {
  padding-left: 20px;
  opacity: 0.9;
  transition: 0.3s;
  text-decoration: none;
}

.basic {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .basic {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic {
    padding: 60px 10%;
  }
}
.basic h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .basic h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.basic h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .basic h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.basic h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.basic h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .basic h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .basic h3 {
    line-height: 150%;
  }
}
.basic h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.basic h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .basic h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.basic h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .basic h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.basic h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .basic p {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic p strong, .basic p em, .basic p b {
  font-weight: 400;
  color: #2A2A2A;
}
.basic p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic p b {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic p b {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic p b strong, .basic p b em, .basic p b b {
  font-weight: 600;
  color: #1E3EAF;
}
.basic p b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic p.large {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
.basic p.large strong, .basic p.large em, .basic p.large b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic p.large {
    font-size: 24px;
    line-height: 150%;
  }
}
.basic p.large.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.basic p.large b {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #1E3EAF;
  font-weight: 600;
}
.basic p.large b strong, .basic p.large b em, .basic p.large b b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic p.large b {
    font-size: 24px;
    line-height: 150%;
  }
}
.basic p.large b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.basic .rich-text h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1E3EAF;
  text-align: center;
}
@media (min-width: 1024px) {
  .basic .rich-text h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.basic .rich-text h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic .rich-text h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic .rich-text h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.basic .rich-text h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.basic .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .basic .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .basic .rich-text h3 {
    line-height: 150%;
  }
}
.basic .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.basic .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .basic .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.basic .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic .rich-text h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .basic .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.basic .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .basic .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic .rich-text p strong, .basic .rich-text p em, .basic .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.basic .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic .rich-text p b {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic .rich-text p b {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic .rich-text p b strong, .basic .rich-text p b em, .basic .rich-text p b b {
  font-weight: 600;
  color: #1E3EAF;
}
.basic .rich-text p b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic .rich-text p.large {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
.basic .rich-text p.large strong, .basic .rich-text p.large em, .basic .rich-text p.large b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic .rich-text p.large {
    font-size: 24px;
    line-height: 150%;
  }
}
.basic .rich-text p.large.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.basic .rich-text p.large b {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #1E3EAF;
  font-weight: 600;
}
.basic .rich-text p.large b strong, .basic .rich-text p.large b em, .basic .rich-text p.large b b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic .rich-text p.large b {
    font-size: 24px;
    line-height: 150%;
  }
}
.basic .rich-text p.large b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.basic ul li {
  margin-bottom: 10px;
}
.basic ul li:last-child {
  margin-bottom: 0px;
}
.basic .rich-text h6 {
  margin-top: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .basic .rich-text h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.basic .rich-text h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #FDFDFD;
  text-align: center;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue h1 {
    font-size: 70px;
    line-height: 91px;
  }
}
.basic.bg-primary-blue h1.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue h2 {
    font-size: 60px;
    line-height: 78px;
  }
}
.basic.bg-primary-blue h2.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #D2E9FF;
}
.basic.bg-primary-blue h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .basic.bg-primary-blue h3 {
    line-height: 150%;
  }
}
.basic.bg-primary-blue h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #D2E9FF;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.basic.bg-primary-blue h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.basic.bg-primary-blue h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.basic.bg-primary-blue h6.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue p {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic.bg-primary-blue p strong, .basic.bg-primary-blue p em, .basic.bg-primary-blue p b {
  font-weight: 400;
  color: #FDFDFD;
}
.basic.bg-primary-blue p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue p b {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue p b {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic.bg-primary-blue p b strong, .basic.bg-primary-blue p b em, .basic.bg-primary-blue p b b {
  font-weight: 600;
  color: #FDFDFD;
}
.basic.bg-primary-blue p b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue p.large {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FDFDFD;
}
.basic.bg-primary-blue p.large strong, .basic.bg-primary-blue p.large em, .basic.bg-primary-blue p.large b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue p.large {
    font-size: 24px;
    line-height: 150%;
  }
}
.basic.bg-primary-blue p.large.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.basic.bg-primary-blue p.large b {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FDFDFD;
  font-weight: 500;
}
.basic.bg-primary-blue p.large b strong, .basic.bg-primary-blue p.large b em, .basic.bg-primary-blue p.large b b {
  font-weight: 600;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic.bg-primary-blue p.large b {
    font-size: 24px;
    line-height: 150%;
  }
}
.basic.bg-primary-blue p.large b.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
.basic.gray-card {
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0px;
}
@media (min-width: 768px) {
  .basic.gray-card {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.gray-card {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.gray-card {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.gray-card {
    padding: 60px 10%;
  }
}
.basic.gray-card .row {
  box-shadow: 0px 6px 20px 5px #0000000f;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
  background: #FDFDFD;
  width: auto;
}
@media (min-width: 1024px) {
  .basic.gray-card .row .rich-text p.align-center, .basic.gray-card .row .rich-text h4.align-center, .basic.gray-card .row .rich-text h5.align-center, .basic.gray-card .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 1300px) {
  .basic.gray-card .row .rich-text p.align-center, .basic.gray-card .row .rich-text h4.align-center, .basic.gray-card .row .rich-text h5.align-center, .basic.gray-card .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
.basic.gray-card .row .rich-text, .basic.gray-card .row .component-icon-row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .basic.gray-card .row .rich-text, .basic.gray-card .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.gray-card .row .rich-text, .basic.gray-card .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.gray-card .row .rich-text, .basic.gray-card .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.gray-card .row .rich-text, .basic.gray-card .row .component-icon-row {
    padding: 60px 10%;
  }
}
.basic.gray-card.overlap .row {
  margin-top: -120px;
}
.basic.gray-card .row {
  box-shadow: none;
}
.basic.gray-card .row .rich-text {
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  padding: 0px;
}
.basic.gray-card .row .rich-text p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .basic.gray-card .row .rich-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic.gray-card .row .rich-text p strong, .basic.gray-card .row .rich-text p em, .basic.gray-card .row .rich-text p b {
  font-weight: 400;
  color: #2A2A2A;
}
.basic.gray-card .row .rich-text p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .basic.gray-card .row .rich-text {
    max-width: 80%;
  }
}
.basic.gray-card .row .component-icon-row {
  margin-top: 0px;
}
.basic.gray-card .row .component-icon-row .flex-container {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 0px;
}
@media (min-width: 1024px) {
  .basic.gray-card .row .component-icon-row .flex-container {
    flex-direction: row;
    gap: 20px;
  }
}
.basic.gray-card .row .component-icon-row .icon-row-item {
  padding: 0px;
  background: #F5F5F5;
  padding: 25px 16px;
  border-radius: 24px;
  flex: 1;
}
@media (min-width: 1024px) {
  .basic.gray-card .row .component-icon-row .icon-row-item {
    padding: 25px 16px;
  }
}
.basic.gray-card .row .component-icon-row .icon-row-item .text * {
  text-align: left;
}
.basic.gray-card .row .component-icon-row .icon-row-item .text i {
  color: #27277C;
  position: relative;
}
.basic.gray-card .row .component-icon-row .icon-row-item .text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .basic.gray-card .row .component-icon-row .icon-row-item .text h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.basic.gray-card .row .component-icon-row .icon-row-item .text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.gray-card .row .component-icon-row .icon-row-item .text p {
  color: #2A2A2A;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .basic.gray-card .row .component-icon-row .icon-row-item .text {
    gap: 20px;
  }
}
.basic.navy-card {
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0px;
}
@media (min-width: 768px) {
  .basic.navy-card {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.navy-card {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.navy-card {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.navy-card {
    padding: 60px 10%;
  }
}
.basic.navy-card .row {
  box-shadow: 0px 6px 20px 5px #0000000f;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
  background: #27277C;
  width: auto;
}
@media (min-width: 1024px) {
  .basic.navy-card .row .rich-text p.align-center, .basic.navy-card .row .rich-text h4.align-center, .basic.navy-card .row .rich-text h5.align-center, .basic.navy-card .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 1300px) {
  .basic.navy-card .row .rich-text p.align-center, .basic.navy-card .row .rich-text h4.align-center, .basic.navy-card .row .rich-text h5.align-center, .basic.navy-card .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
.basic.navy-card .row .rich-text, .basic.navy-card .row .component-icon-row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .basic.navy-card .row .rich-text, .basic.navy-card .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.navy-card .row .rich-text, .basic.navy-card .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.navy-card .row .rich-text, .basic.navy-card .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.navy-card .row .rich-text, .basic.navy-card .row .component-icon-row {
    padding: 60px 10%;
  }
}
.basic.navy-card.overlap .row {
  margin-top: -120px;
}
.basic.navy-card h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .basic.navy-card h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.basic.navy-card h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.navy-card .row {
  box-shadow: none;
}
.basic.navy-card .row .rich-text {
  max-width: 90%;
  margin: 0 auto;
}
.basic.light-card {
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 0px;
}
@media (min-width: 768px) {
  .basic.light-card {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.light-card {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.light-card {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.light-card {
    padding: 60px 10%;
  }
}
.basic.light-card .row {
  box-shadow: 0px 6px 20px 5px #0000000f;
  position: relative;
  margin: 0 auto;
  border-radius: 24px;
  box-sizing: border-box;
  background: #F5F5F5;
  width: auto;
}
@media (min-width: 1024px) {
  .basic.light-card .row .rich-text p.align-center, .basic.light-card .row .rich-text h4.align-center, .basic.light-card .row .rich-text h5.align-center, .basic.light-card .row .rich-text h6.align-center {
    max-width: 87%;
  }
}
@media (min-width: 1300px) {
  .basic.light-card .row .rich-text p.align-center, .basic.light-card .row .rich-text h4.align-center, .basic.light-card .row .rich-text h5.align-center, .basic.light-card .row .rich-text h6.align-center {
    max-width: 85%;
  }
}
.basic.light-card .row .rich-text, .basic.light-card .row .component-icon-row {
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .basic.light-card .row .rich-text, .basic.light-card .row .component-icon-row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.light-card .row .rich-text, .basic.light-card .row .component-icon-row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.light-card .row .rich-text, .basic.light-card .row .component-icon-row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.light-card .row .rich-text, .basic.light-card .row .component-icon-row {
    padding: 60px 10%;
  }
}
.basic.light-card.overlap .row {
  margin-top: -120px;
}
.basic.light-card .row {
  box-shadow: none;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .basic.light-card .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.light-card .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.light-card .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.light-card .row {
    padding: 60px 10%;
  }
}
.basic.light-card .row .rich-text {
  padding-left: 0px;
  padding-right: 0px;
}
.basic.light-card .row .rich-text {
  margin-bottom: 0px;
  padding: 0px;
}
.basic.light-card .row .rich-text h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1E3EAF;
}
.basic.light-card .row .rich-text h3.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .basic.light-card .row .rich-text h3 {
    font-size: 45px;
    line-height: 58.5px;
  }
}
@media (min-width: 1300px) {
  .basic.light-card .row .rich-text h3 {
    line-height: 150%;
  }
}
.basic.light-card.narrow .row .rich-text {
  margin: 0 auto;
}
.basic.light-card.left-title .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.basic.light-card.left-title .col-12 .rich-text {
  padding: 0px !important;
}
@media (min-width: 1024px) {
  .basic.light-card.left-title .col-12 .rich-text {
    box-sizing: border-box;
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .basic.light-card.left-title .col-12 .rich-text {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .basic.light-card.left-title .col-12 .rich-text {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) and (min-width: 1300px) {
  .basic.light-card.left-title .col-12 .rich-text {
    padding: 60px 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1500px) {
  .basic.light-card.left-title .col-12 .rich-text {
    padding: 60px 10%;
  }
}
@media (min-width: 1024px) {
  .basic.light-card.left-title .col-12 {
    grid-template-columns: 1fr 2fr;
  }
}
.basic.cards .component-image {
  max-height: none !important;
}
.basic.cards .row {
  gap: 20px;
  align-items: stretch;
}
.basic.cards .row .rich-text h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .basic.cards .row .rich-text h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.basic.cards .row .rich-text h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.cards .row .rich-text h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
}
@media (min-width: 1024px) {
  .basic.cards .row .rich-text h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.basic.cards .row .rich-text h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.basic.cards .row .rich-text ul li a {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .basic.cards .row .rich-text ul li a {
    font-size: 18px;
    line-height: 27px;
  }
}
.basic.cards .row .rich-text ul li a strong, .basic.cards .row .rich-text ul li a em, .basic.cards .row .rich-text ul li a b {
  font-weight: 400;
  color: #2A2A2A;
}
.basic.cards .row .rich-text ul li a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
@media (min-width: 1024px) {
  .basic.cards .row {
    gap: 40px;
  }
}
.basic.cards .col-8 {
  background: #FDFDFD;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 30px 20px;
  flex: 2;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .basic.cards .col-8 {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .basic.cards .col-8 {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .basic.cards .col-8 {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .basic.cards .col-8 {
    padding: 60px 10%;
  }
}
.basic.cards .col-8 .button {
  float: left;
  margin-right: 10px;
}
.basic.cards.bg-white .col-8 {
  background: #F5F5F5;
}
.basic.cards .col-4 {
  background: #ECECEC;
  border-radius: 24px;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}
.basic.cards .col-4 .rich-text {
  padding: 20px;
}
.basic.cards .col-4 .component-class-image, .basic.cards .col-4 .component-class-image * {
  height: 100%;
}
.basic.cards .col-4 img {
  object-fit: cover;
  width: 100%;
}
.basic .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basic .row .col-1, .basic .row .col-6, .basic .row .col-12 {
  width: 100%;
}
.basic .row .col-6 {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .basic .row {
    flex-direction: row;
  }
  .basic .row .col-6:first-child {
    padding-right: 60px;
  }
  .basic .row .col-6:last-child {
    padding-right: 60px;
  }
}
.basic .component-image {
  max-height: 530px;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  align-items: center;
}
.basic .component-image .has-ratio-image {
  border-radius: 24px;
}

@media (min-width: 1024px) {
  .accordion-widget {
    box-sizing: border-box;
    padding: 30px 20px;
    padding-right: 0px !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .accordion-widget {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .accordion-widget {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) and (min-width: 1300px) {
  .accordion-widget {
    padding: 60px 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1500px) {
  .accordion-widget {
    padding: 60px 10%;
  }
}
.accordion-widget .row {
  background: #E9ECF7;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 30px 20px;
  margin: 20px;
}
@media (min-width: 768px) {
  .accordion-widget .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .accordion-widget .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .accordion-widget .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .accordion-widget .row {
    padding: 60px 10%;
  }
}
@media (min-width: 1024px) {
  .accordion-widget .row {
    margin: 0px;
    border-radius: 24px 0 0 24px;
  }
}
.accordion-widget h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  .accordion-widget h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.accordion-widget h4.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.accordion-widget .acc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .accordion-widget .acc {
    gap: 100px;
    grid-template-columns: 1fr 1fr;
  }
}
.accordion-widget .acc::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  height: 50px;
  background: linear-gradient(to bottom, #e9ecf700 0%, #E9ECF7 50%, #E9ECF7 100%);
  pointer-events: none;
}
.accordion-widget .accWrap {
  order: 2;
  margin: 1em auto;
  overflow-y: scroll;
  /* always shows vertical scrollbar */
  max-height: none;
  height: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #B9C3E6 #B9C3E6;
}
@media (min-width: 768px) {
  .accordion-widget .accWrap {
    max-height: 500px;
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .accordion-widget .accWrap {
    order: 0;
  }
}
.accordion-widget .accWrap::-webkit-scrollbar {
  width: 10px;
  display: block;
}
.accordion-widget .accWrap::-webkit-scrollbar-track {
  background: #B9C3E6;
}
.accordion-widget .accWrap::-webkit-scrollbar-thumb {
  background-color: #B9C3E6;
}
.accordion-widget .accBox {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-top: 1px solid #c9c9c9;
}
.accordion-widget .accBox:first-of-type {
  border-top: 0px solid #c9c9c9;
}
.accordion-widget .accBox h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #27277C;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .accordion-widget .accBox h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.accordion-widget .accBox h5.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.accordion-widget .accBox h5::after {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%206L6%200L12%206L10.6%207.4L6%202.8L1.4%207.4L0%206Z%22%20fill%3D%22black%22/%3E%3C/svg%3E");
  width: auto;
  height: auto;
  transform: rotate(180deg);
  transition: 0.3s;
  transform-origin: center center;
  /* Default */
}
.accordion-widget .accBox.active h5::after {
  transform: rotate(0deg);
  transition: 0.3s;
}
.accordion-widget .accBox:hover {
  color: #fff;
  cursor: pointer;
}
.accordion-widget .accContent {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.accordion-widget .accContent p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2A2A2A;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .accordion-widget .accContent p {
    font-size: 18px;
    line-height: 27px;
  }
}
.accordion-widget .accContent p strong, .accordion-widget .accContent p em, .accordion-widget .accContent p b {
  font-weight: 400;
  color: #2A2A2A;
}
.accordion-widget .accContent p.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
.accordion-widget #accWrapImage, .accordion-widget #accWrapImageOne, .accordion-widget #accWrapImageTwo, .accordion-widget #accWrapImageThree, .accordion-widget #accWrapImageFour {
  background: black;
  border-radius: 24px;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 500px;
  background-image: url("https://cdn.fedweb.org/fed-42/2/Image-%25289%2529.jpg");
  background-position: center;
  background-size: cover;
}

.sticky-nav {
  background: light;
  z-index: 50000;
  list-style: none;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  flex-direction: column;
}
.sticky-nav p a {
  color: #8F8F8F;
}
@media (min-width: 1024px) {
  .sticky-nav {
    gap: 35px;
    flex-direction: row;
  }
}

.sticky-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 0px;
  height: 150px;
  background: #F5F5F5;
}
.sticky-nav.fixed li.nav-link:not(.active) p a {
  font-size: 80%;
}
@media (min-width: 1024px) {
  .sticky-nav.fixed {
    height: 85px;
  }
  .sticky-nav.fixed li.nav-link:not(.active) p a {
    font-size: 100%;
  }
}

.sticky-nav a {
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.3s ease;
}

.sticky-nav p a:hover {
  color: #1c88ed;
}

.sticky-nav li.nav-link.active a {
  color: #27277C;
}
@media (min-width: 1024px) {
  .sticky-nav li.nav-link.active a {
    border-bottom: 6px solid #27277C;
  }
}

#communal-infrastructure .row-has-promo {
  margin-right: 30px 40px;
  border-radius: 0 24px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #communal-infrastructure .row-has-promo {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  #communal-infrastructure .row-has-promo {
    margin-right: 120px;
  }
}
#communal-infrastructure.about-us-header .component-promo img {
  translate: -50% -30% !important;
}

.communal-infrastructure {
  position: relative;
  z-index: 3001;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .communal-infrastructure {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .communal-infrastructure {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .communal-infrastructure {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .communal-infrastructure {
    padding: 60px 10%;
  }
}
.communal-infrastructure .row {
  box-sizing: border-box;
  padding: 30px 20px;
  padding-right: 0px !important;
}
@media (min-width: 768px) {
  .communal-infrastructure .row {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .communal-infrastructure .row {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  .communal-infrastructure .row {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  .communal-infrastructure .row {
    padding: 60px 10%;
  }
}
.communal-infrastructure .section-header-white {
  margin-top: -300px;
  color: #FDFDFD !important;
  margin-left: 0px;
  margin-bottom: 30px;
}
.communal-infrastructure ul.stats-wide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
}
@media (min-width: 1024px) {
  .communal-infrastructure ul.stats-wide {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.communal-infrastructure ul.stats-wide.alt-padding {
  z-index: 3000;
  position: relative;
}
.communal-infrastructure ul.stats-wide.alt-padding li {
  background: #F5F5F5;
  border-radius: 24px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Base styles - scoped to FedFinder */
#fed-finder-wrap {
  --primary-color: #1c88ed;
  --secondary-color: #1E3EAF;
  --border-color: #c9c9c9;
  --light-bg: #F5F5F5;
  --text-color: #555;
  --light-text: #868686;
  display: flex;
  /* Sidebar styles */
  /* Search form styles */
  /* Search results styles */
  /* Map container */
  /* Search UI */
  /* Loading spinner */
  /* Download button */
}
#fed-finder-wrap #finder-sidebar {
  box-sizing: border-box;
  padding: 1.875rem 1.25rem;
  /* 30px 20px */
  background: var(--light-bg);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5625rem;
  /* 25px */
  overflow-y: auto;
  height: 50rem;
  /* 800px */
}
#fed-finder-wrap #finder-sidebar h3, #fed-finder-wrap #finder-sidebar h4 {
  text-align: left;
}
#fed-finder-wrap #finder-sidebar h3 {
  color: var(--primary-color);
  margin-bottom: 1.25rem;
  /* 20px */
  font-size: 2.8125rem;
  /* 45px */
  line-height: 3.66rem;
  /* 58.5px */
}
#fed-finder-wrap #finder-sidebar h5 {
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
}
@media (min-width: 1024px) {
  #fed-finder-wrap #finder-sidebar {
    padding: 2.5rem 3.75rem;
    /* 40px 60px */
  }
}
#fed-finder-wrap .fedfinder-search-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  /* 20px */
}
#fed-finder-wrap .fedfinder-search-form input#fedfinder-search {
  padding: 0.75rem 1rem 0.75rem 2.7rem !important;
  /* 12px 16px 12px 43px */
  border-radius: 1.5625rem;
  /* 25px */
  position: relative;
  border: 2px solid var(--border-color);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  /* 20px */
  width: 100%;
  box-sizing: border-box;
}
#fed-finder-wrap .fedfinder-search-form label {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  /* 16px */
  line-height: 1.5;
}
#fed-finder-wrap .finder-message {
  margin: auto 0;
}
#fed-finder-wrap .finder-message.loading h3, #fed-finder-wrap .finder-message.loading h5 {
  text-align: center;
}
#fed-finder-wrap .finder-results {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  /* Proximity note for search results */
}
#fed-finder-wrap .finder-results .result {
  padding: 0 0 1.875rem 0;
  /* 0 0 30px 0 */
  margin-bottom: 1.875rem;
  /* 30px */
  border-bottom: 1px solid var(--border-color);
}
#fed-finder-wrap .finder-results .result:last-child, #fed-finder-wrap .finder-results .result:only-of-type {
  border-bottom: none;
}
#fed-finder-wrap .finder-results h5 {
  margin-bottom: 0.625rem;
  /* 10px */
}
#fed-finder-wrap .finder-results p {
  font-weight: 500;
}
#fed-finder-wrap .finder-results .proximity-note {
  background-color: #f8f9fa;
  border-left: 4px solid var(--secondary-color);
  padding: 0.625rem 0.9375rem;
  /* 10px 15px */
  margin-bottom: 1.25rem;
  /* 20px */
  font-size: 0.875rem;
  /* 14px */
  color: var(--text-color);
}
#fed-finder-wrap .finder-results .fed-card {
  margin-top: 0.625rem;
  /* 10px */
  display: grid;
  grid-gap: 0.625rem;
  /* 10px */
}
#fed-finder-wrap .finder-results .fed-card ul {
  list-style: none;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
}
#fed-finder-wrap .finder-results .fed-card ul li:first-child p {
  color: var(--light-text);
}
#fed-finder-wrap .finder-results a.button {
  height: auto;
  font-size: 0.875rem;
  /* 14px */
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  /* 10px */
}
#fed-finder-wrap #finder-map {
  flex: 1;
  width: 100%;
}
#fed-finder-wrap .search-wrap {
  position: relative;
}
#fed-finder-wrap .search-wrap .search-icon {
  position: absolute;
  left: 0.9375rem;
  /* 15px */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#fed-finder-wrap .loading-spinner {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
  /* 20px 0 */
}
#fed-finder-wrap .loading-spinner .spinner {
  width: 3.125rem;
  /* 50px */
  height: 3.125rem;
  /* 50px */
  border: 0.3125rem solid rgba(0, 0, 0, 0.1);
  /* 5px */
  border-radius: 50%;
  border-top-color: var(--primary-color);
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#fed-finder-wrap .button-download::after {
  position: relative;
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8%2011.575C7.86667%2011.575%207.74167%2011.5542%207.625%2011.5125C7.50833%2011.4708%207.4%2011.4%207.3%2011.3L3.7%207.7C3.5%207.5%203.40417%207.26667%203.4125%207C3.42083%206.73333%203.51667%206.5%203.7%206.3C3.9%206.1%204.1375%205.99583%204.4125%205.9875C4.6875%205.97917%204.925%206.075%205.125%206.275L7%208.15V1C7%200.716667%207.09583%200.479167%207.2875%200.2875C7.47917%200.0958333%207.71667%200%208%200C8.28333%200%208.52083%200.0958333%208.7125%200.2875C8.90417%200.479167%209%200.716667%209%201V8.15L10.875%206.275C11.075%206.075%2011.3125%205.97917%2011.5875%205.9875C11.8625%205.99583%2012.1%206.1%2012.3%206.3C12.4833%206.5%2012.5792%206.73333%2012.5875%207C12.5958%207.26667%2012.5%207.5%2012.3%207.7L8.7%2011.3C8.6%2011.4%208.49167%2011.4708%208.375%2011.5125C8.25833%2011.5542%208.13333%2011.575%208%2011.575ZM2%2016C1.45%2016%200.979167%2015.8042%200.5875%2015.4125C0.195833%2015.0208%200%2014.55%200%2014V12C0%2011.7167%200.0958333%2011.4792%200.2875%2011.2875C0.479167%2011.0958%200.716667%2011%201%2011C1.28333%2011%201.52083%2011.0958%201.7125%2011.2875C1.90417%2011.4792%202%2011.7167%202%2012V14H14V12C14%2011.7167%2014.0958%2011.4792%2014.2875%2011.2875C14.4792%2011.0958%2014.7167%2011%2015%2011C15.2833%2011%2015.5208%2011.0958%2015.7125%2011.2875C15.9042%2011.4792%2016%2011.7167%2016%2012V14C16%2014.55%2015.8042%2015.0208%2015.4125%2015.4125C15.0208%2015.8042%2014.55%2016%2014%2016H2Z%22%20fill%3D%22%231E3EAF%22/%3E%3C/svg%3E);
  height: 2.5rem;
  /* 40px */
  width: 2.5rem;
  /* 40px */
  left: 0.75rem;
  /* 12px */
}

div#fed-finder-wrap {
  display: grid;
}
@media (min-width: 768px) {
  div#fed-finder-wrap {
    display: flex;
  }
}

div#finder-sidebar {
  box-sizing: border-box;
  padding: 30px 20px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  overflow: hidden;
  overflow-y: scroll;
  height: 800px;
  order: 1;
}
@media (min-width: 768px) {
  div#finder-sidebar {
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  div#finder-sidebar {
    padding: 50px 60px;
  }
}
@media (min-width: 1300px) {
  div#finder-sidebar {
    padding: 60px 80px;
  }
}
@media (min-width: 1500px) {
  div#finder-sidebar {
    padding: 60px 10%;
  }
}
@media (min-width: 768px) {
  div#finder-sidebar {
    order: 0;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  div#finder-sidebar {
    max-width: 608px !important;
  }
}
div#finder-sidebar h3, div#finder-sidebar h4 {
  text-align: left;
}
div#finder-sidebar h3 {
  color: #1c88ed;
}
div#finder-sidebar .fedfinder-search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
div#finder-sidebar .fedfinder-search-form input {
  padding: 12px 16px;
  border-radius: 25px;
  position: relative;
  border: 2px solid #c9c9c9;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
div#finder-sidebar .fedfinder-search-form input::before {
  position: relative;
  content: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.05001 10.9504L1.57501 8.32539C1.35835 8.24206 1.20001 8.11289 1.10001 7.93789C1.00001 7.76289 0.950012 7.58372 0.950012 7.40039C0.950012 7.21706 1.00418 7.03789 1.11251 6.86289C1.22085 6.68789 1.38335 6.55872 1.60001 6.47539L16.95 0.775391C17.15 0.692057 17.3417 0.675391 17.525 0.725391C17.7083 0.775391 17.8667 0.867057 18 1.00039C18.1333 1.13372 18.225 1.29206 18.275 1.47539C18.325 1.65872 18.3083 1.85039 18.225 2.05039L12.525 17.4004C12.4417 17.6171 12.3125 17.7796 12.1375 17.8879C11.9625 17.9962 11.7833 18.0504 11.6 18.0504C11.4167 18.0504 11.2375 18.0004 11.0625 17.9004C10.8875 17.8004 10.7583 17.6421 10.675 17.4254L8.05001 10.9504ZM11.55 14.3004L15.6 3.40039L4.70001 7.45039L9.60001 9.40039L11.55 14.3004Z" fill="black"/></svg>');
  height: 40px;
  width: 40px;
  left: 12px;
}
div#finder-sidebar .fedfinder-search-form label {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
div#finder-sidebar .finder-message {
  margin-top: auto;
  margin-bottom: auto;
}
div#finder-sidebar ul.finder-results {
  list-style: none;
}
div#finder-sidebar ul.finder-results > li {
  padding: 0px 0 30px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}
div#finder-sidebar ul.finder-results > li:last-child {
  border-bottom: 0px solid #c9c9c9;
}
div#finder-sidebar ul.finder-results > li:only-of-type {
  border-bottom: 0px solid #c9c9c9;
}
div#finder-sidebar ul.finder-results > li p {
  font-weight: 500;
}
div#finder-sidebar ul.finder-results > li div.fed-card ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
div#finder-sidebar ul.finder-results > li div.fed-card ul li:first-child {
  color: #8F8F8F;
}
div#finder-sidebar ul.finder-results > li div.fed-card ul li a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1E3EAF;
}
@media (min-width: 1024px) {
  div#finder-sidebar ul.finder-results > li div.fed-card ul li a {
    font-size: 18px;
    line-height: 27px;
  }
}
div#finder-sidebar ul.finder-results > li div.fed-card ul li a strong, div#finder-sidebar ul.finder-results > li div.fed-card ul li a em, div#finder-sidebar ul.finder-results > li div.fed-card ul li a b {
  font-weight: 600;
  color: #1E3EAF;
}
div#finder-sidebar ul.finder-results > li div.fed-card ul li a.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}
div#finder-sidebar ul.finder-results > li div.fed-card ul li a:hover {
  color: #1c88ed;
}
div#finder-sidebar ul.finder-results .proximity-note {
  border-left: 0px solid #ECECEC !important;
  border-radius: 10px;
  padding: 10px 15px !important;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
  color: #2A2A2A;
  margin-top: 3px;
  background-color: #ECECEC !important;
}
@media (min-width: 1024px) {
  div#finder-sidebar ul.finder-results .proximity-note {
    font-size: 15px;
    line-height: 150%;
  }
}
div#finder-sidebar ul.finder-results .proximity-note.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif !important;
  font-weight: 600;
  text-align: right;
  direction: rtl;
}

div#finder-map {
  flex: 1;
  width: 100%;
  height: 400px;
  width: 100%;
}
@media (min-width: 768px) {
  div#finder-map {
    height: auto;
  }
}

div.ff-form form div.inputs {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  div.ff-form form div.inputs {
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
div.ff-form form .input-group {
  display: grid;
  gap: 10px;
}
div.ff-form form label {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  div.ff-form form label {
    font-size: 16px;
    line-height: 150%;
  }
}
div.ff-form form input {
  padding: 9px 16px;
  border-radius: 10px;
  border: 2px solid #c9c9c9;
  background: #ECECEC;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #2A2A2A;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
div.ff-form form button {
  padding: 12px 24px;
  border-radius: 30px;
  height: auto;
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #D2E9FF;
  color: #1E3EAF !important;
  border: none;
}
div.ff-form form button span, div.ff-form form button p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #1E3EAF;
  transition: 0.3s;
}
div.ff-form form button span:hover, div.ff-form form button p:hover {
  transition: 0.3s;
}
div.ff-form form button a, div.ff-form form button span {
  color: #1E3EAF !important;
}
div.ff-form form button:hover {
  background: #1c88ed;
  color: #F5F5F5 !important;
}
div.ff-form form button:hover a, div.ff-form form button:hover span {
  color: #F5F5F5 !important;
}
div.ff-form form button:active {
  background: #27277C;
}
