/*
Theme Name: Epicod Insti
Theme URI:
Author: Epicod
Author URI:
Description: Custom WordPress theme with ACF flexible content. Classic editor, no Gutenberg.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: epicod-insti
*/
@import url('https://fonts.googleapis.com/earlyaccess/opensanshebrew.css');
@font-face {
  font-family: 'Mikhmoret';
  src: url('assets/fonts/mikhmoret-regular-aaa.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mikhmoret';
  src: url('assets/fonts/mikhmoret-bold-aaa.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1vw;
  line-height: 1.5;
  scrollbar-gutter: stable;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.2vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 3.5vw;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  color: #1a1a1a;
  background-color: #ffffff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: #3558A2;
}
h1,
h2 {
  font-size: 3.4rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  h1,
  h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
h3 {
  font-size: 2.1rem;
  color: #3558A2;
}
h4 {
  font-weight: normal;
  font-size: 1.8rem;
  color: #3558A2;
}
p {
  margin: 0 0 1rem;
}
a {
  text-decoration: none;
  color: #3558A2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #FF9575;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #3558A2;
  margin: 1rem 0;
}
form {
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
}
input:not([type="submit"]),
select,
textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3rem;
  padding: 0.55rem 1.2rem;
  border: 2px solid #3558A2;
  border-radius: 0;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  outline: none;
}
input:not([type="submit"])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
input:not([type="submit"])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
input:not([type="submit"]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
input:not([type="submit"])::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
input:not([type="submit"])::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  border-color: #869ECE;
}
input[type='checkbox'] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #3558A2;
  background: #ffffff;
  margin: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 0;
  padding: 0;
}
input[type='checkbox']:checked {
  background: #3558A2;
  background-image: url('assets/images/check.svg');
  background-position: center;
  background-size: 0.5rem;
  background-repeat: no-repeat;
}
.form-field {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.form-field--select select,
.form-field--select .form-select {
  width: 100%;
  -webkit-padding-end: 2.2rem;
          padding-inline-end: 2.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form-field__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3558A2;
  font-size: 0.9rem;
  line-height: 1;
  pointer-events: none;
}
.form-field--multi .form-multi-toggle {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3rem;
  padding: 0.55rem 1.2rem;
  border: 2px solid #3558A2;
  border-radius: 0;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  outline: none;
  background: transparent;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.35rem;
  -webkit-padding-end: 2.2rem;
          padding-inline-end: 2.2rem;
  cursor: pointer;
  text-align: right;
  font-weight: 400;
}
.form-field--multi .form-multi-toggle::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle::-moz-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle::placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.form-field--multi .form-multi-toggle:focus {
  border-color: #869ECE;
}
.form-field--multi .form-multi-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.form-field--multi .form-multi-count {
  font-weight: 400;
}
.form-field--multi .form-multi-count[data-count="0"] {
  display: none;
}
.form-field--multi .form-multi-panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  width: 100%;
  min-width: 0;
  max-height: 14rem;
  overflow: auto;
  border: 2px solid #3558A2;
  background: #ffffff;
  z-index: 50;
  padding: 0.35rem 0.55rem;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl;
}
.form-field--multi .form-multi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.35rem;
  padding: 0.25rem 0;
  cursor: pointer;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #1a1a1a;
}
.form-field--multi .form-multi-item input[type='checkbox'] {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1024px) {
  .form-field--multi .form-multi-item {
    padding: 0.5rem 0;
  }
  .form-field--multi .form-multi-item input[type='checkbox'] {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.form-field--dark.form-field--select select,
.form-field--dark.form-field--select .form-select {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.form-field--dark.form-field--select select option,
.form-field--dark.form-field--select .form-select option {
  color: #1a1a1a;
  background-color: #ffffff;
}
.form-field--dark .form-field__icon {
  color: #ffffff;
}
.form-field--dark.form-field--multi .form-multi-toggle {
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
}
.form-field--dark.form-field--multi .form-multi-title {
  font-weight: 600;
}
.form-field--dark.form-field--multi .form-multi-panel {
  border-color: #ffffff;
}
textarea {
  resize: vertical;
}
input[type="submit"],
button[type="submit"] {
  --search-submit-clip-size: 1rem;
  min-width: 9rem;
  min-height: 3rem;
  padding: 0.55rem 1.6rem 0.55rem 3rem;
  border: 0;
  background-color: #FF9575;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--search-submit-clip-size) 100%, 0 calc(100% - var(--search-submit-clip-size)));
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
input[type="submit"]::after,
button[type="submit"]::after {
  content: '\e907';
  display: inline-block;
  -webkit-margin-start: 0.8rem;
          margin-inline-start: 0.8rem;
  font-family: 'icomoon';
  font-size: 0.95rem;
  font-weight: normal;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #ff764c;
}
.alignleft {
  float: left;
  margin: 0.35rem 1.5rem 1rem 0;
}
.alignright {
  float: right;
  margin: 0.35rem 0 1rem 1.5rem;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignnone {
  margin: 0 0 1rem;
}
.wp-caption {
  max-width: 100%;
  margin: 0 0 1rem;
  background: transparent;
}
.image__caption,
.wp-caption-text,
.wp-element-caption,
.simple-gallery__caption {
  margin: 0;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
  color: #869ECE;
  font-size: 0.85rem;
  line-height: 1.45;
  text-align: right;
}
.wp-caption img,
.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.text-content,
.entry-content,
.content-section__body,
.large-title__content,
.card__content {
  line-height: 1.6;
}
.text-content--standalone,
.entry-content--standalone,
.content-section__body--standalone,
.large-title__content--standalone,
.card__content--standalone {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .text-content--standalone,
  .entry-content--standalone,
  .content-section__body--standalone,
  .large-title__content--standalone,
  .card__content--standalone {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.text-content .has-small-font-size,
.entry-content .has-small-font-size,
.content-section__body .has-small-font-size,
.large-title__content .has-small-font-size,
.card__content .has-small-font-size {
  line-height: 1.75;
}
.text-content .has-normal-font-size,
.entry-content .has-normal-font-size,
.content-section__body .has-normal-font-size,
.large-title__content .has-normal-font-size,
.card__content .has-normal-font-size {
  line-height: 1.6;
}
.text-content .has-medium-font-size,
.entry-content .has-medium-font-size,
.content-section__body .has-medium-font-size,
.large-title__content .has-medium-font-size,
.card__content .has-medium-font-size {
  line-height: 1.55;
}
.text-content .has-large-font-size,
.entry-content .has-large-font-size,
.content-section__body .has-large-font-size,
.large-title__content .has-large-font-size,
.card__content .has-large-font-size {
  line-height: 1.35;
}
.text-content .has-huge-font-size,
.entry-content .has-huge-font-size,
.content-section__body .has-huge-font-size,
.large-title__content .has-huge-font-size,
.card__content .has-huge-font-size {
  line-height: 1.2;
}
.text-content [style*="font-size"],
.entry-content [style*="font-size"],
.content-section__body [style*="font-size"],
.large-title__content [style*="font-size"],
.card__content [style*="font-size"] {
  line-height: 1.6;
}
.text-content table,
.entry-content table,
.content-section__body table,
.large-title__content table,
.card__content table {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid #869ECE;
  border-collapse: collapse;
  table-layout: fixed;
}
.text-content table th,
.entry-content table th,
.content-section__body table th,
.large-title__content table th,
.card__content table th,
.text-content table thead td,
.entry-content table thead td,
.content-section__body table thead td,
.large-title__content table thead td,
.card__content table thead td {
  padding: 0.85rem 0.75rem;
  border: 1px solid #3558A2;
  background-color: #3558A2;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  vertical-align: middle;
}
.text-content table:not(:has(thead)) > tbody > tr:first-child > td,
.entry-content table:not(:has(thead)) > tbody > tr:first-child > td,
.content-section__body table:not(:has(thead)) > tbody > tr:first-child > td,
.large-title__content table:not(:has(thead)) > tbody > tr:first-child > td,
.card__content table:not(:has(thead)) > tbody > tr:first-child > td,
.text-content table:not(:has(thead)) > tr:first-child > td,
.entry-content table:not(:has(thead)) > tr:first-child > td,
.content-section__body table:not(:has(thead)) > tr:first-child > td,
.large-title__content table:not(:has(thead)) > tr:first-child > td,
.card__content table:not(:has(thead)) > tr:first-child > td {
  padding: 0.85rem 0.75rem;
  border: 1px solid #3558A2;
  background-color: #3558A2;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  vertical-align: middle;
}
.text-content table tbody td,
.entry-content table tbody td,
.content-section__body table tbody td,
.large-title__content table tbody td,
.card__content table tbody td {
  padding: 0.85rem 0.75rem;
  border: 1px solid #869ECE;
  background-color: #ffffff;
  color: #1a1a1a;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: right;
  vertical-align: middle;
}
.text-content table:has(thead) tbody tr:nth-child(odd) td,
.entry-content table:has(thead) tbody tr:nth-child(odd) td,
.content-section__body table:has(thead) tbody tr:nth-child(odd) td,
.large-title__content table:has(thead) tbody tr:nth-child(odd) td,
.card__content table:has(thead) tbody tr:nth-child(odd) td {
  background-color: #F5F6FA;
}
.text-content table:has(thead) tbody tr:nth-child(even) td,
.entry-content table:has(thead) tbody tr:nth-child(even) td,
.content-section__body table:has(thead) tbody tr:nth-child(even) td,
.large-title__content table:has(thead) tbody tr:nth-child(even) td,
.card__content table:has(thead) tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.text-content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.entry-content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.content-section__body table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.large-title__content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.card__content table:not(:has(thead)) > tbody > tr:nth-child(even) > td,
.text-content table:not(:has(thead)) > tr:nth-child(even) > td,
.entry-content table:not(:has(thead)) > tr:nth-child(even) > td,
.content-section__body table:not(:has(thead)) > tr:nth-child(even) > td,
.large-title__content table:not(:has(thead)) > tr:nth-child(even) > td,
.card__content table:not(:has(thead)) > tr:nth-child(even) > td {
  background-color: #F5F6FA;
}
.text-content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.entry-content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.content-section__body table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.large-title__content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.card__content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td,
.text-content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.entry-content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.content-section__body table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.large-title__content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td,
.card__content table:not(:has(thead)) > tr:nth-child(odd):not(:first-child) > td {
  background-color: #ffffff;
}
.text-content ul,
.entry-content ul,
.content-section__body ul,
.large-title__content ul,
.card__content ul {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.text-content ul li,
.entry-content ul li,
.content-section__body ul li,
.large-title__content ul li,
.card__content ul li {
  position: relative;
  margin-bottom: 0.75rem;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}
.text-content ul li::after,
.entry-content ul li::after,
.content-section__body ul li::after,
.large-title__content ul li::after,
.card__content ul li::after {
  content: '';
  position: absolute;
  top: 0.45em;
  inset-inline-start: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #FFE552;
}
.text-content ol,
.entry-content ol,
.content-section__body ol,
.large-title__content ol,
.card__content ol {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  counter-reset: ordered-item;
}
.text-content ol ol,
.entry-content ol ol,
.content-section__body ol ol,
.large-title__content ol ol,
.card__content ol ol {
  margin: 0.5rem 0 0.35rem;
  padding: 0;
  counter-reset: ordered-item;
}
.text-content ol > li,
.entry-content ol > li,
.content-section__body ol > li,
.large-title__content ol > li,
.card__content ol > li,
.text-content ol ol > li,
.entry-content ol ol > li,
.content-section__body ol ol > li,
.large-title__content ol ol > li,
.card__content ol ol > li {
  position: relative;
  margin-bottom: 0.55rem;
  -webkit-padding-start: 2.25rem;
          padding-inline-start: 2.25rem;
  counter-increment: ordered-item;
}
.text-content ol > li::before,
.entry-content ol > li::before,
.content-section__body ol > li::before,
.large-title__content ol > li::before,
.card__content ol > li::before,
.text-content ol ol > li::before,
.entry-content ol ol > li::before,
.content-section__body ol ol > li::before,
.large-title__content ol ol > li::before,
.card__content ol ol > li::before {
  content: counters(ordered-item, ".") ".";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  color: #3558A2;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: inherit;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: right;
}
.text-content ol ol > li,
.entry-content ol ol > li,
.content-section__body ol ol > li,
.large-title__content ol ol > li,
.card__content ol ol > li {
  -webkit-padding-start: 2.75rem;
          padding-inline-start: 2.75rem;
}
.text-content ol ol ol > li,
.entry-content ol ol ol > li,
.content-section__body ol ol ol > li,
.large-title__content ol ol ol > li,
.card__content ol ol ol > li {
  -webkit-padding-start: 3.5rem;
          padding-inline-start: 3.5rem;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.button,
button[type='submit'],
input[type='submit'] {
  --button-clip-size: 0.65rem;
  --button-border-width: 2px;
  position: relative;
  isolation: isolate;
  min-height: 3rem;
  padding: 0.55rem 1.35rem 0.55rem 1rem;
  border: 0;
  background-color: #FF9575;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--button-clip-size) 100%, 0 calc(100% - var(--button-clip-size)));
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button::after,
button[type='submit']::after,
input[type='submit']::after {
  content: '\e907';
  display: inline-block;
  font-family: 'icomoon';
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button.dark,
button[type='submit'].dark,
input[type='submit'].dark {
  background-color: #3558A2;
}
.button.light,
button[type='submit'].light,
input[type='submit'].light {
  background-color: #869ECE;
}
.button.light.button--clear-filters,
button[type='submit'].light.button--clear-filters,
input[type='submit'].light.button--clear-filters {
  color: #3558A2;
}
.button.light.button--clear-filters .button__label,
button[type='submit'].light.button--clear-filters .button__label,
input[type='submit'].light.button--clear-filters .button__label {
  color: #3558A2;
}
.button.light.button--clear-filters::after,
button[type='submit'].light.button--clear-filters::after,
input[type='submit'].light.button--clear-filters::after {
  content: '\00d7';
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
}
.button.light.button--clear-filters:hover:not(.clean):not(.pdf),
button[type='submit'].light.button--clear-filters:hover:not(.clean):not(.pdf),
input[type='submit'].light.button--clear-filters:hover:not(.clean):not(.pdf) {
  color: #3558A2;
}
.button.light.button--clear-filters:hover:not(.clean):not(.pdf)::after,
button[type='submit'].light.button--clear-filters:hover:not(.clean):not(.pdf)::after,
input[type='submit'].light.button--clear-filters:hover:not(.clean):not(.pdf)::after {
  -webkit-transform: none;
          transform: none;
  color: #3558A2;
}
.button.pdf,
button[type='submit'].pdf,
input[type='submit'].pdf {
  --button-border-width: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 1.5rem;
  background-color: #CC1E24;
  color: #CC1E24;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--button-clip-size) 100%, 0 calc(100% - var(--button-clip-size)));
}
.button.pdf::before,
button[type='submit'].pdf::before,
input[type='submit'].pdf::before {
  content: '';
  position: absolute;
  inset: var(--button-border-width);
  z-index: -1;
  background-color: #ffffff;
  pointer-events: none;
  clip-path: polygon(var(--button-border-width) var(--button-border-width), calc(100% - var(--button-border-width)) var(--button-border-width), calc(100% - var(--button-border-width)) calc(100% - var(--button-border-width)), calc(var(--button-clip-size) + var(--button-border-width) * 0.70710678) calc(100% - var(--button-border-width)), var(--button-border-width) calc(100% - var(--button-clip-size) - var(--button-border-width) * 0.70710678));
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button.pdf .button__label,
button[type='submit'].pdf .button__label,
input[type='submit'].pdf .button__label {
  position: relative;
  z-index: 1;
}
.button.pdf::after,
button[type='submit'].pdf::after,
input[type='submit'].pdf::after {
  position: relative;
  z-index: 1;
  content: '\e939';
  font-size: 1rem;
  color: #CC1E24;
}
.button.pdf:hover,
button[type='submit'].pdf:hover,
input[type='submit'].pdf:hover {
  background-color: #CC1E24;
  color: #ffffff;
}
.button.pdf:hover::before,
button[type='submit'].pdf:hover::before,
input[type='submit'].pdf:hover::before {
  background-color: #CC1E24;
}
.button.pdf:hover::after,
button[type='submit'].pdf:hover::after,
input[type='submit'].pdf:hover::after {
  color: #ffffff;
  -webkit-transform: none;
          transform: none;
}
.button.clean,
button[type='submit'].clean,
input[type='submit'].clean {
  --button-border-width: 1px;
  background-color: #3558A2;
  color: #3558A2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--button-clip-size) 100%, 0 calc(100% - var(--button-clip-size)));
}
.button.clean::before,
button[type='submit'].clean::before,
input[type='submit'].clean::before {
  content: '';
  position: absolute;
  inset: var(--button-border-width);
  z-index: -1;
  background-color: #ffffff;
  pointer-events: none;
  clip-path: polygon(var(--button-border-width) var(--button-border-width), calc(100% - var(--button-border-width)) var(--button-border-width), calc(100% - var(--button-border-width)) calc(100% - var(--button-border-width)), calc(var(--button-clip-size) + var(--button-border-width) * 0.70710678) calc(100% - var(--button-border-width)), var(--button-border-width) calc(100% - var(--button-clip-size) - var(--button-border-width) * 0.70710678));
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button.clean .button__label,
button[type='submit'].clean .button__label,
input[type='submit'].clean .button__label {
  position: relative;
  z-index: 1;
}
.button.clean::after,
button[type='submit'].clean::after,
input[type='submit'].clean::after {
  position: relative;
  z-index: 1;
  color: #3558A2;
}
.button.clean:hover,
button[type='submit'].clean:hover,
input[type='submit'].clean:hover {
  background-color: #3558A2;
  color: #3558A2;
}
.button.clean:hover::before,
button[type='submit'].clean:hover::before,
input[type='submit'].clean:hover::before {
  background-color: #ffffff;
}
.button.clean.white,
button[type='submit'].clean.white,
input[type='submit'].clean.white {
  background-color: #ffffff;
  color: #ffffff;
}
.button.clean.white::before,
button[type='submit'].clean.white::before,
input[type='submit'].clean.white::before {
  background-color: var(--button-surface-bg, #3558A2);
}
.button.clean.white::after,
button[type='submit'].clean.white::after,
input[type='submit'].clean.white::after {
  color: #ffffff;
}
.button.clean.white:hover,
button[type='submit'].clean.white:hover,
input[type='submit'].clean.white:hover {
  background-color: #ffffff;
  color: #ffffff;
}
.button.clean.white:hover::before,
button[type='submit'].clean.white:hover::before,
input[type='submit'].clean.white:hover::before {
  background-color: var(--button-surface-bg-hover, #748fc7);
}
.button:hover::after,
button[type='submit']:hover::after,
input[type='submit']:hover::after {
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
.button:hover:not(.clean):not(.pdf),
button[type='submit']:hover:not(.clean):not(.pdf),
input[type='submit']:hover:not(.clean):not(.pdf) {
  background-color: #ff7d56;
  color: #ffffff;
}
.button.dark:hover:not(.clean):not(.pdf),
button[type='submit'].dark:hover:not(.clean):not(.pdf),
input[type='submit'].dark:hover:not(.clean):not(.pdf) {
  background-color: #2d4b8b;
}
.button.light:hover:not(.clean):not(.pdf),
button[type='submit'].light:hover:not(.clean):not(.pdf),
input[type='submit'].light:hover:not(.clean):not(.pdf) {
  background-color: #708dc5;
}
.btn {
  --btn-clip-size: 2rem;
  height: 4.3rem;
  aspect-ratio: 1;
  border: 0;
  background-color: #869ECE;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clip-path: polygon(0 0, calc(100% - var(--btn-clip-size)) 0, 100% var(--btn-clip-size), 100% 100%, 0 100%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn::after {
  content: '\e907';
  display: inline-block;
  font-family: 'icomoon';
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 0.35rem;
}
.btn.play::after {
  content: '\e91d';
  font-size: 1.6rem;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 0;
}
.btn.tickets {
  --btn-clip-size: 1.35rem;
  background-color: #FF9575;
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--btn-clip-size) 100%, 0 calc(100% - var(--btn-clip-size)));
}
.btn.tickets::after {
  content: '\e93c';
  font-size: 1.55rem;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0 0 0.4rem 0.2rem;
}
.btn.tickets:hover {
  background-color: #ff7d56;
}
.btn.tickets:hover::after {
  -webkit-transform: none;
          transform: none;
}
.btn:hover {
  background-color: #708dc5;
  color: #ffffff;
}
.btn:hover::after {
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
.btn.accent {
  background-color: #FF9575;
}
.btn.accent:hover {
  background-color: #ff7d56;
}
.btn.dark {
  background-color: #3558A2;
}
.btn.dark:hover {
  background-color: #2d4b8b;
}
button {
  cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
  border: 2px solid #fff;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: transparent;
  z-index: 10;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0.7rem;
  font-family: 'icomoon';
}
.swiper-button-prev::after {
  content: '\e908';
}
.swiper-button-next {
  left: 100%;
  margin-left: 1rem;
}
.swiper-button-next::after {
  content: '\e90a';
}
.epicod-datepicker {
  position: absolute;
  z-index: 9999;
  width: 19.5rem;
}
.epicod-datepicker[hidden] {
  display: none !important;
}
.epicod-datepicker__panel {
  border: 4px solid #3558A2;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  padding: 0.7rem;
}
.epicod-datepicker__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.2rem 0.5rem 1fr 0.5rem 2.2rem;
  grid-template-columns: 2.2rem 1fr 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3558A2;
  color: #ffffff;
  padding: 0.4rem;
  gap: 0.5rem;
}
.epicod-datepicker__title {
  text-align: center;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.epicod-datepicker__nav {
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color color 0.3s ease;
  transition: background-color color 0.3s ease;
}
.epicod-datepicker__nav:hover {
  background: rgba(255, 255, 255, 0.12);
}
.epicod-datepicker__dow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  padding: 0.6rem 0.6rem 0;
  gap: 0.35rem;
}
.epicod-datepicker__dow-item {
  text-align: center;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #3558A2;
}
.epicod-datepicker__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr 0.35rem 1fr;
  grid-template-columns: repeat(7, 1fr);
  padding: 0.6rem 0.6rem 0.75rem;
  gap: 0.35rem;
}
.epicod-datepicker__day {
  position: relative;
  height: 2.2rem;
  border: 1px solid #1a1a1a;
  background: #ffffff;
  color: #1a1a1a;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color color border-color 0.3s ease;
  transition: background-color color border-color 0.3s ease;
}
.epicod-datepicker__day:hover {
  background: #3558A2;
  border-color: #3558A2;
  color: #ffffff;
}
.epicod-datepicker__day:hover .epicod-datepicker__clear {
  color: #3558A2;
}
.epicod-datepicker__day.is-today {
  border-color: #3558A2;
  color: #3558A2;
  font-weight: 700;
}
.epicod-datepicker__day.is-active {
  background: #FF9575;
  border-color: #FF9575;
  color: #ffffff;
}
.epicod-datepicker__day .epicod-datepicker__clear {
  position: absolute;
  top: 0.1rem;
  right: 0.15rem;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 0.5;
  cursor: pointer;
}
.epicod-datepicker__day--disabled {
  border-color: rgba(26, 26, 26, 0.28);
  color: rgba(26, 26, 26, 0.38);
  cursor: not-allowed;
  background: #ffffff;
}
.epicod-datepicker__day--disabled:hover {
  background: #ffffff;
  border-color: rgba(26, 26, 26, 0.28);
  color: rgba(26, 26, 26, 0.38);
}
.epicod-datepicker__day--blank {
  border-color: transparent;
  background: transparent;
  cursor: default;
}
.ico-list-sm:before {
  content: "\e915";
}
.ico-cart-sm:before {
  content: "\e928";
}
#page {
  padding-bottom: 3.4rem;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  #page {
    padding-bottom: 0;
  }
}
.container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 3.4rem;
}
.container.large {
  max-width: 100vw;
}
.container.full {
  max-width: 100%;
  padding: 0;
}
.container.small {
  max-width: 55rem;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}
.site-content {
  min-height: 50vh;
  position: relative;
  z-index: 1;
}
.page-section {
  position: relative;
}
.page-section {
  padding-top: var(--spacing-top);
  padding-bottom: var(--spacing-bottom);
}
.site-header {
  background-color: #ffffff;
  color: #1a1a1a;
  position: sticky;
  top: 0;
  z-index: 100;
  overflow: visible;
  -webkit-box-shadow: 0 4px 20px rgba(26, 26, 26, 0.09), 0 1px 4px rgba(26, 26, 26, 0.05);
          box-shadow: 0 4px 20px rgba(26, 26, 26, 0.09), 0 1px 4px rgba(26, 26, 26, 0.05);
}
.site-header .inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.site-header .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4rem;
}
.site-header .site-branding {
  max-width: 10rem;
  margin-bottom: -1.5rem;
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}
.site-header .site-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.site-header .bottom-header {
  position: relative;
  overflow: visible;
}
.site-header .bottom-header .container,
.site-header .inner-header,
.site-header .right-part,
.site-header .main-navigation {
  overflow: visible;
}
.site-header .main-navigation {
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.site-header .main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation .menu-item-has-children > a {
  gap: 0.35rem;
}
.site-header .main-navigation .menu > .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.site-header .main-navigation .menu > .menu-item.mega-menu {
  position: static;
}
.site-header .main-navigation .menu > .menu-item > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  font-weight: 100;
  padding: 2rem 0;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color border-color 0.3s ease;
  transition: color border-color 0.3s ease;
}
.site-header .main-navigation .menu > .menu-item > a:hover,
.site-header .main-navigation .menu > .menu-item > a:focus-visible {
  color: #3558A2;
}
.site-header .main-navigation .menu > .menu-item.current-menu-item > a,
.site-header .main-navigation .menu > .menu-item.current-menu-ancestor > a,
.site-header .main-navigation .menu > .menu-item.is-open > a {
  color: #3558A2;
  border-bottom-color: #3558A2;
}
.site-header .main-navigation .menu-item__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.55rem;
  line-height: 1;
  pointer-events: none;
}
.site-header .main-navigation .menu-item__toggle::before {
  content: '\e906';
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.55rem;
}
.site-header .main-navigation .menu > .menu-item:not(.menu-item-has-children) .menu-item__toggle {
  display: none;
}
.site-header .main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 60;
  min-width: 14rem;
  margin: 0;
  padding: 0.75rem 0;
  list-style: none;
  background-color: #E1E7F3;
  background-image: url(assets/images/menu-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.12);
          box-shadow: 0 8px 24px rgba(26, 26, 26, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.35rem);
          transform: translateY(0.35rem);
  -webkit-transition: opacity visibility transform 0.3s ease;
  transition: opacity visibility transform 0.3s ease;
}
.site-header .main-navigation .sub-menu a {
  display: block;
  padding: 0.45rem 1.25rem;
  color: #3558A2;
  font-weight: 100;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .main-navigation .sub-menu a:hover,
.site-header .main-navigation .sub-menu a:focus-visible {
  color: #FF9575;
}
.site-header .main-navigation .menu > .menu-item:not(.mega-menu):hover > .sub-menu,
.site-header .main-navigation .menu > .menu-item:not(.mega-menu):focus-within > .sub-menu,
.site-header .main-navigation .menu > .menu-item:not(.mega-menu).is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .main-navigation .mega-menu__panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.35rem);
          transform: translateY(0.35rem);
  -webkit-transition: opacity visibility transform 0.3s ease;
  transition: opacity visibility transform 0.3s ease;
  pointer-events: none;
}
.site-header .main-navigation .mega-menu__panel::before {
  content: '';
  position: absolute;
  top: -0.65rem;
  right: 0;
  left: 0;
  height: 0.65rem;
}
.site-header .main-navigation .mega-menu:hover > .mega-menu__panel,
.site-header .main-navigation .mega-menu:focus-within > .mega-menu__panel,
.site-header .main-navigation .mega-menu.is-open > .mega-menu__panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.site-header .main-navigation .mega-menu__columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 2rem 16% 3.4rem;
  background-color: #E1E7F3;
  background-image: url(assets/images/menu-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.site-header .main-navigation .mega-menu__column {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation .mega-menu__column > a {
  display: block;
  margin-bottom: 0.5rem;
  color: #3558A2;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}
.site-header .main-navigation .mega-menu__column > a:hover,
.site-header .main-navigation .mega-menu__column > a:focus-visible {
  color: #FF9575;
}
.site-header .main-navigation .mega-menu__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation .mega-menu__link-item > a {
  display: block;
  padding: 0.35rem 0;
  color: #3558A2;
  font-weight: 100;
  line-height: 1.35;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-header .main-navigation .mega-menu__link-item > a:hover,
.site-header .main-navigation .mega-menu__link-item > a:focus-visible {
  color: #FF9575;
}
@media (max-width: 1024px) {
  .site-header {
    background-color: #3558A2;
  }
  .site-header .main-navigation {
    display: none;
  }
  .site-header .right-part {
    padding-right: 0.7rem;
  }
  .site-header .left-part {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
  .site-header .left-part .header-actions {
    display: none;
  }
  .site-header .left-part .header-lang .header-lang__toggle {
    width: auto;
    min-width: 5rem;
    height: 100%;
    min-height: 5rem;
    padding: 0.7rem 0.7rem;
    gap: 0.2rem;
    border: 0;
    background-color: transparent;
  }
  .site-header .left-part .header-lang .header-lang__toggle:hover,
  .site-header .left-part .header-lang .header-lang__toggle:focus-visible {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-header .left-part .header-lang .header-lang__icon {
    font-size: 1.6rem;
  }
  .site-header .left-part .header-lang .header-lang__label {
    font-size: 1.1rem;
  }
  .site-header .left-part .header-lang .header-lang__chevron {
    font-size: 0.55rem;
  }
  .site-header .left-part .header-lang .header-lang__menu {
    inset-inline-start: auto;
    inset-inline-end: 0;
  }
  .site-header .container {
    padding: 0;
  }
}
.site-header .left-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 1025px) {
  .site-header .left-part {
    gap: 0.5rem;
  }
}
.site-header .header-lang {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.site-header .header-lang__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.site-header .header-lang__icon {
  line-height: 1;
}
.site-header .header-lang__label {
  display: block;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.site-header .header-lang__chevron {
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1025px) {
  .site-header .header-lang__toggle {
    gap: 0;
    width: calc(3rem + 6px);
    min-width: calc(3rem + 6px);
    height: calc(3rem + 6px);
    padding: 0.4rem 0.45rem;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    background-color: #3558A2;
  }
  .site-header .header-lang__toggle:hover,
  .site-header .header-lang__toggle:focus-visible {
    background-color: #2d4b8b;
  }
  .site-header .header-lang__icon {
    font-size: 1.05rem;
  }
  .site-header .header-lang__label {
    font-size: 0.75rem;
  }
  .site-header .header-lang__chevron {
    font-size: 0.42rem;
  }
}
.site-header .header-lang.is-open .header-lang__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-header .header-lang__menu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  z-index: 40;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #3558A2;
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 8px 24px rgba(26, 26, 26, 0.12);
          box-shadow: 0 8px 24px rgba(26, 26, 26, 0.12);
}
.site-header .header-lang__menu[hidden] {
  display: none;
}
.site-header .header-lang__menu a {
  display: block;
  width: 100%;
  padding: 0.45rem 0.35rem;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  text-align: center;
  font-size: 0.72rem;
  line-height: 1.15;
}
.site-header .header-lang__menu a:hover,
.site-header .header-lang__menu a:focus-visible {
  background-color: #2d4b8b;
}
.site-header .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 3px solid #3558A2;
}
.site-header .header-actions a,
.site-header .header-actions .header-actions__item {
  width: 3.5rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem;
  font-size: 1.55rem;
  color: #3558A2;
  border-left: 3px solid #3558A2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.site-header .header-actions a:hover,
.site-header .header-actions .header-actions__item:hover,
.site-header .header-actions a:focus-visible,
.site-header .header-actions .header-actions__item:focus-visible {
  background-color: #3558A2;
  color: #ffffff;
}
.site-header .header-actions a i,
.site-header .header-actions .header-actions__item i,
.site-header .header-actions a span,
.site-header .header-actions .header-actions__item span {
  display: block;
  line-height: 1;
}
.site-header .header-actions a:last-child,
.site-header .header-actions .header-actions__item:last-child {
  border-left: none;
}
.site-header .header-actions .header-actions__item--button,
.site-header .header-actions a.cta {
  width: auto;
  min-width: 0;
  font-size: 1rem;
  padding: 0.2rem;
}
.site-header .header-actions .header-actions__item--button:hover,
.site-header .header-actions a.cta:hover,
.site-header .header-actions .header-actions__item--button:focus-visible,
.site-header .header-actions a.cta:focus-visible {
  background-color: transparent;
  color: #ffffff;
}
.site-header .header-actions .header-actions__item--button:hover .header-actions__button-label,
.site-header .header-actions a.cta:hover .header-actions__button-label,
.site-header .header-actions .header-actions__item--button:focus-visible .header-actions__button-label,
.site-header .header-actions a.cta:focus-visible .header-actions__button-label,
.site-header .header-actions .header-actions__item--button:hover span,
.site-header .header-actions a.cta:hover span,
.site-header .header-actions .header-actions__item--button:focus-visible span,
.site-header .header-actions a.cta:focus-visible span {
  background-color: #869ECE;
  color: #ffffff;
}
.site-header .header-actions .header-actions__item--button .header-actions__button-label,
.site-header .header-actions a.cta .header-actions__button-label,
.site-header .header-actions .header-actions__item--button > span,
.site-header .header-actions a.cta > span {
  width: 100%;
  height: 100%;
  background-color: #3558A2;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  padding: 0.5rem 1.2rem;
  line-height: 1;
  font-size: 0.95rem;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  white-space: nowrap;
}
.site-header .header-actions a.cta .header-actions__button-label {
  font-size: 1.4rem;
}
.mobile-trigger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3558A2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color color ease;
  transition: background-color color ease;
}
.mobile-trigger:hover,
.mobile-trigger:focus-visible {
  background-color: rgba(53, 88, 162, 0.06);
}
.mobile-trigger__lines {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.15rem;
}
.mobile-trigger__line {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity, top;
  -webkit-transition: opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
  transition: transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 180ms ease, top 280ms cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-transform 280ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.mobile-trigger__line:nth-child(1) {
  top: 0;
}
.mobile-trigger__line:nth-child(2) {
  top: 0.48rem;
}
.mobile-trigger__line:nth-child(3) {
  top: 0.96rem;
}
.mobile-trigger.is-open .mobile-trigger__line:nth-child(1) {
  top: 0.48rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-trigger.is-open .mobile-trigger__line:nth-child(2) {
  opacity: 0;
}
.mobile-trigger.is-open .mobile-trigger__line:nth-child(3) {
  top: 0.48rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(26, 26, 26, 0.55);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity visibility ease;
  transition: opacity visibility ease;
}
body.is-nav-open {
  overflow: hidden;
}
body.is-nav-open .site-header-overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .site-header .right-part {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header .inner-header {
    height: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header .left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-header .site-branding {
    max-width: 8rem;
    z-index: 1;
  }
  .site-header .mobile-trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 5rem;
    height: 100%;
    min-height: 5rem;
    aspect-ratio: auto;
    color: #ffffff;
    background: transparent;
    -webkit-border-end: none;
            border-inline-end: none;
    -webkit-border-start: 1px solid rgba(255, 255, 255, 0.22);
            border-inline-start: 1px solid rgba(255, 255, 255, 0.22);
  }
  .site-header .mobile-trigger:hover,
  .site-header .mobile-trigger:focus-visible {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-header .mobile-trigger:active {
    background-color: rgba(255, 255, 255, 0.16);
  }
  .site-header .mobile-trigger .mobile-trigger__lines {
    width: 1.9rem;
    height: 0.95rem;
  }
  .site-header .mobile-trigger .mobile-trigger__line {
    height: 2px;
  }
  .site-header .mobile-trigger .mobile-trigger__line:nth-child(1) {
    top: 0;
  }
  .site-header .mobile-trigger .mobile-trigger__line:nth-child(2) {
    top: 0.47rem;
  }
  .site-header .mobile-trigger .mobile-trigger__line:nth-child(3) {
    top: 0.94rem;
  }
  .site-header .mobile-trigger.is-open .mobile-trigger__line:nth-child(1),
  .site-header .mobile-trigger.is-open .mobile-trigger__line:nth-child(3) {
    top: 0.47rem;
  }
  .site-header .main-navigation {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    z-index: 0;
    background: #F5F6FA;
    color: #3558A2;
    padding: 3rem 1.5rem 1.25rem;
    margin-top: 5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(-0.75rem);
            transform: translateY(-0.75rem);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    will-change: transform, opacity;
    -webkit-transition: opacity 260ms ease, visibility 0ms linear 420ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: opacity 260ms ease, visibility 0ms linear 420ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 420ms;
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 420ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .site-header .main-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .site-header .main-navigation .menu .menu-item.menu-item-has-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header .main-navigation .menu > .menu-item.current-menu-item > a,
  .site-header .main-navigation .menu > .menu-item.current-menu-ancestor > a {
    border-bottom: none;
    background-color: #3558A2;
    color: #ffffff;
  }
  .site-header .main-navigation .menu > .menu-item > a {
    width: 100%;
    padding: 1.1rem;
    font-size: 1.4rem;
    background: transparent;
    border-bottom: 1px solid rgba(53, 88, 162, 0.18);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1a1a1a;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.2;
  }
  .site-header .main-navigation .menu > .menu-item:last-child > a {
    border-bottom: 0;
  }
  .site-header .main-navigation .menu-item__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    line-height: 1;
    -webkit-margin-start: 1rem;
            margin-inline-start: 1rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header .main-navigation .menu-item__toggle::before {
    content: '\e900';
    font-size: 0.75rem;
  }
  .site-header .main-navigation .menu > .menu-item.current-menu-item > a .menu-item__toggle {
    color: #ffffff;
  }
  .site-header .main-navigation .menu > .menu-item.is-open > a .menu-item__toggle {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header .main-navigation .sub-menu {
    position: static;
    min-width: 0;
    padding: 0.25rem 1.5rem 1rem;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    display: none;
  }
  .site-header .main-navigation .sub-menu a {
    padding: 0.8rem 0;
    font-weight: 400;
    border-bottom: 1px solid rgba(53, 88, 162, 0.12);
    white-space: normal;
  }
  .site-header .main-navigation .sub-menu li:last-child > a {
    border-bottom: 0;
  }
  .site-header .main-navigation .mega-menu__panel {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
    display: none;
  }
  .site-header .main-navigation .mega-menu__columns {
    padding: 0;
    background-image: none;
    display: block;
    padding: 1rem 1.5rem;
    background-color: transparent;
  }
  .site-header .main-navigation .mega-menu__columns .menu-item a {
    padding: 0.6rem 0;
  }
  body.is-nav-open .site-header .main-navigation {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transition: opacity 260ms ease, visibility 0ms linear 0ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: opacity 260ms ease, visibility 0ms linear 0ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 0ms;
    transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease, visibility 0ms linear 0ms, -webkit-transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1);
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1024px) {
  .site-header .main-navigation,
  body.is-nav-open .site-header .main-navigation,
  .site-header-overlay {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@-webkit-keyframes header-slider-timer {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes header-slider-timer {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.header-slider {
  --header-slider-clip-left: 87.8746594%;
  --header-slider-slope-percent: 12.1253406%;
  --header-slider-outline-width: 5px;
  position: relative;
  height: clamp(22rem, 52vw, 734px);
  max-height: 734px;
  z-index: 2;
}
.header-slider:before {
  content: '';
  display: block;
  width: 7.8rem;
  height: 27rem;
  background-image: url(assets/images/hero-elem.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 65%;
  right: 0;
}
.header-slider__inner {
  position: relative;
  height: 100%;
  max-height: 734px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 var(--header-slider-clip-left));
  overflow: hidden;
}
.header-slider--has-outline .header-slider__inner::before,
.header-slider--has-outline .header-slider__inner::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}
.header-slider--has-outline .header-slider__inner::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3558A2)) top / 100% var(--header-slider-outline-width) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #3558A2)) right / var(--header-slider-outline-width) 100% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #3558A2)) left / var(--header-slider-outline-width) 100% no-repeat;
  background: linear-gradient(#3558A2 0 0) top / 100% var(--header-slider-outline-width) no-repeat, linear-gradient(#3558A2 0 0) right / var(--header-slider-outline-width) 100% no-repeat, linear-gradient(#3558A2 0 0) left / var(--header-slider-outline-width) 100% no-repeat;
}
.header-slider--has-outline .header-slider__inner::after {
  background: #3558A2;
  clip-path: polygon(0 var(--header-slider-clip-left), 100% 100%, 100% calc(100% - var(--header-slider-outline-width)), 0 calc(var(--header-slider-clip-left) - var(--header-slider-outline-width)));
}
.header-slider__timer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  clip-path: polygon(0 var(--header-slider-clip-left), 100% 100%, 100% calc(100% - 8px), 0 calc(var(--header-slider-clip-left) - 8px));
}
.header-slider__timer-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #FF9575;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.header-slider--timer-active .header-slider__timer-bar {
  -webkit-animation: header-slider-timer var(--header-slider-timer-duration, 2500ms) linear forwards;
          animation: header-slider-timer var(--header-slider-timer-duration, 2500ms) linear forwards;
}
.header-slider--timer-paused .header-slider__timer-bar {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
html[dir='rtl'] .header-slider__timer-bar {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.header-slider .swiper {
  width: 100%;
  height: 100%;
}
.header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header-slider .swiper-slide--has-text::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.35);
}
.header-slider__text {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 4rem 0;
  padding-bottom: calc(8px + 7rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  pointer-events: none;
  text-align: right;
}
.header-slider__text h1,
.header-slider__text h2,
.header-slider__text h3,
.header-slider__text h4,
.header-slider__text h5,
.header-slider__text h6 {
  color: #ffffff;
}
.header-slider__text p:last-child {
  margin-bottom: 0;
}
.header-slider__text-inner {
  width: 100%;
}
.header-slider__controls {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  pointer-events: none;
}
.header-slider__controls-spacer {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-slider__pagination-home {
  position: static;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.header-slider__pagination-home .swiper-pagination {
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  direction: ltr;
  gap: 0.45rem;
  margin: 0;
  pointer-events: auto;
}
.header-slider__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  direction: ltr;
  width: 100%;
  gap: 0.85rem;
  margin: 0;
  pointer-events: auto;
  z-index: 11;
}
.header-slider__nav .swiper-button-prev,
.header-slider__nav .swiper-button-next {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0.15rem;
  border: 0 !important;
  border-radius: 0;
  background: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
  cursor: pointer;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: none !important;
          transform: none !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-slider__nav .swiper-button-prev::after,
.header-slider__nav .swiper-button-next::after {
  display: none !important;
  content: none !important;
}
.header-slider__nav .swiper-button-prev svg,
.header-slider__nav .swiper-button-next svg {
  display: block !important;
  width: 1.15rem;
  height: 1.8rem;
  overflow: visible;
}
.header-slider__nav .swiper-button-prev svg line,
.header-slider__nav .swiper-button-next svg line {
  stroke: currentColor;
  stroke-width: 3.5;
}
.header-slider__nav .swiper-button-disabled {
  opacity: 0.4 !important;
}
.header-slider .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
  opacity: 1;
  background: transparent;
  border: 2px solid #ffffff;
}
.header-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.header-slider--next-only .header-slider__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-slider__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.header-slider__image,
.header-slider__video,
.header-slider__oembed-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .header-slider__text {
    padding-bottom: 1rem;
  }
  .header-slider__text-inner {
    max-width: 85%;
  }
}
@media (max-width: 1024px) {
  .header-slider:before {
    width: 8rem;
    height: 24rem;
  }
  .header-slider .swiper-slide--has-text::after {
    background: none;
  }
  .header-slider__text {
    inset: auto 0 0 0;
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #3558A2;
    pointer-events: auto;
    overflow: visible;
    background: transparent;
  }
  .header-slider__text h1,
  .header-slider__text h2,
  .header-slider__text h3,
  .header-slider__text h4,
  .header-slider__text h5,
  .header-slider__text h6 {
    color: #3558A2;
  }
  .header-slider__text-inner {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 4.25rem 2rem 4.5rem;
    color: #3558A2;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.94);
    -webkit-box-shadow: 0 -12px 26px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -12px 26px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 90%);
  }
  .header-slider__text-inner h1,
  .header-slider__text-inner h2,
  .header-slider__text-inner h3,
  .header-slider__text-inner h4,
  .header-slider__text-inner h5,
  .header-slider__text-inner h6 {
    color: #3558A2;
  }
  .header-slider__controls {
    inset: 0;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
  }
  .header-slider__controls-spacer {
    display: none !important;
  }
  .header-slider__pagination-home {
    position: absolute !important;
    left: 1.25rem !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(100% - var(--header-slider-clip-left) + 1.75rem) !important;
    width: auto !important;
    max-width: calc(100% - 2.5rem);
    margin: 0 !important;
    pointer-events: none;
    z-index: 10;
  }
  .header-slider__pagination-home .swiper-pagination {
    position: static !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    direction: ltr;
    gap: 0.45rem;
    width: auto !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
  .header-slider__pagination-home .swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    margin: 0 !important;
    border: 2px solid #3558A2 !important;
    background: transparent !important;
    opacity: 1 !important;
  }
  .header-slider__pagination-home .swiper-pagination .swiper-pagination-bullet-active {
    background: #3558A2 !important;
    border-color: #3558A2 !important;
  }
  .header-slider:not(:has(.swiper-slide-active.swiper-slide--has-text)) .header-slider__pagination-home .swiper-pagination .swiper-pagination-bullet {
    border-color: #ffffff !important;
  }
  .header-slider:not(:has(.swiper-slide-active.swiper-slide--has-text)) .header-slider__pagination-home .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff !important;
    border-color: #ffffff !important;
  }
  .header-slider__nav {
    display: none !important;
  }
}
.header-slider__oembed {
  position: relative;
  height: 100%;
}
.header-slider__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-slider__play-btn svg {
  display: block;
  width: 11rem;
  height: 11rem;
}
.header-slider__play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.header-slider__oembed-player {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.77777778;
}
.header-slider__oembed-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1024px) {
  .header-slider {
    height: 65dvh;
  }
}
.breadcrumbs {
  font-size: 0.8rem;
}
.image-banner {
  padding: 3.4rem 0;
}
.image-banner.simple-banner {
  padding-top: 6.5rem;
  padding-bottom: 1.5rem;
  background-color: #F5F6FA;
}
@media (max-width: 1024px) {
  .image-banner.simple-banner {
    padding-top: 4.5rem;
  }
}
.image-banner .page-header h1 {
  margin-bottom: 2rem;
  color: #3558A2;
}
.image-banner__media {
  margin-top: 2rem;
}
.image-banner__desktop {
  display: block;
}
.image-banner__mobile {
  display: none;
}
@media (max-width: 768px) {
  .image-banner__desktop {
    display: none;
  }
  .image-banner__mobile {
    display: block;
  }
}
.image-banner__text {
  margin-top: 1rem;
}
.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.image--align-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.image--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image--align-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.image__desktop,
.image__mobile {
  width: var(--image-width, 100%);
  max-width: 100%;
  line-height: 0;
}
.image__mobile {
  display: none;
}
.image:not(.image--has-desktop) .image__mobile {
  display: block;
}
.image__img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .image--has-mobile .image__desktop {
    display: none;
  }
  .image__mobile {
    display: block;
  }
}
.video {
  width: 100%;
}
.video__card {
  margin: 0;
}
.video__card--inline {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  min-height: 21rem;
  border: 0.45rem solid #FF9575;
  background: #3558A2;
  overflow: hidden;
}
.video__media--embed {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #3558A2;
}
.video__media--embed .video__embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.video__bar--caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  margin: 0;
}
.video__trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.77777778;
  min-height: 21rem;
  padding: 0;
  border: 0.45rem solid #FF9575;
  background: #3558A2;
  color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  line-height: 0;
}
.video__trigger::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(53, 88, 162, 0.22);
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video__trigger:hover .video__cover,
.video__trigger:focus .video__cover,
.video__trigger:hover .video__placeholder,
.video__trigger:focus .video__placeholder {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.video__trigger:hover .video__bar,
.video__trigger:focus .video__bar {
  background-color: #2c4987;
}
.video__trigger:hover .video__play,
.video__trigger:focus .video__play {
  color: #FF9575;
}
.video__trigger:focus-visible {
  outline: 3px solid #3558A2;
  outline-offset: 0.35rem;
}
.video__media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}
.video__cover,
.video__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.video__placeholder {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 88, 162, 0.35)), to(rgba(53, 88, 162, 0.35))), #E1E7F3;
  background: linear-gradient(rgba(53, 88, 162, 0.35), rgba(53, 88, 162, 0.35)), #E1E7F3;
}
.video__bar {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  max-width: min(52rem, 65%);
  padding: 1rem 1.35rem 1rem 2.5rem;
  border-radius: 3rem;
  background-color: #3558A2;
  color: #ffffff;
  line-height: 1.35;
  text-align: right;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video__title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.25rem);
  font-weight: 700;
}
.video__title--description {
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  font-weight: 400;
  line-height: 1.45;
}
.video__play {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.6rem;
  display: block;
}
.video__play i {
  display: block;
}
@media (max-width: 1024px) {
  .video__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    aspect-ratio: auto;
    min-height: 0;
    border: 0;
    background: transparent;
    overflow: visible;
    line-height: normal;
  }
  .video__trigger::after {
    content: none;
  }
  .video__trigger:hover .video__cover,
  .video__trigger:focus .video__cover,
  .video__trigger:hover .video__placeholder,
  .video__trigger:focus .video__placeholder {
    -webkit-transform: none;
            transform: none;
  }
  .video__trigger:hover .video__bar,
  .video__trigger:focus .video__bar {
    background-color: #2c4987;
  }
  .video__media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1.77777778;
    border: 0.45rem solid #FF9575;
    background: #3558A2;
    overflow: hidden;
    line-height: 0;
  }
  .video__cover,
  .video__placeholder {
    min-height: 0;
    height: 100%;
  }
  .video__bar {
    position: static;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.85rem;
    padding: 1rem 1.15rem 1rem 1.35rem;
    border-radius: 999px;
    gap: 1rem;
  }
  .video__title {
    font-size: 0.95rem;
  }
  .video__title--description {
    font-size: 0.85rem;
  }
  .video__play {
    font-size: 1.85rem;
  }
  .video__card--inline {
    aspect-ratio: auto;
    min-height: 0;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .video__media--embed {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1.77777778;
    border: 0.45rem solid #FF9575;
  }
  .video__bar--caption {
    position: static;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0.85rem;
  }
}
.highlights {
  width: 100%;
  color: #1a1a1a;
}
.highlights__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap, 3rem);
  row-gap: var(--gap, 3rem);
  -webkit-column-gap: var(--gap, 3rem);
     -moz-column-gap: var(--gap, 3rem);
          column-gap: var(--gap, 3rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.highlights__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  text-align: center;
}
.highlights__value {
  margin-bottom: 0.65rem;
  color: #3558A2;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(5rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 0.9;
}
.highlights__text {
  position: relative;
  min-width: 7.5rem;
  padding-top: 0.8rem;
  font-size: clamp(1.6rem, 1.1vw, 1.12rem);
  line-height: 1.45;
}
.highlights__text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 10rem;
  height: 1px;
  background-color: #FF9575;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.highlights__text > *:last-child {
  margin-bottom: 0;
}
.highlights--align-right .highlights__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
}
.highlights--align-right .highlights__text::before {
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.highlights--align-left .highlights__item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
.highlights--align-left .highlights__text::before {
  right: auto;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1024px) {
  .highlights__item.col-3,
  .highlights__item.col-4,
  .highlights__item.col-6 {
    -ms-flex-preferred-size: calc((100% - var(--gap, 3rem)) / 2);
        flex-basis: calc((100% - var(--gap, 3rem)) / 2);
    max-width: calc((100% - var(--gap, 3rem)) / 2);
    width: calc((100% - var(--gap, 3rem)) / 2);
  }
}
@media (max-width: 768px) {
  .highlights__item.col-3,
  .highlights__item.col-4,
  .highlights__item.col-6,
  .highlights__item.col-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.featured-banner {
  --featured-banner-clip-inset: 5rem;
  width: 100%;
  background-color: var(--featured-banner-bg, #3558A2);
  color: #ffffff;
}
.featured-banner__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 11rem;
  overflow: hidden;
}
.featured-banner__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 11rem;
}
.featured-banner__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  min-height: inherit;
  padding: 2rem 4rem 2rem 31%;
  color: #ffffff;
  background-color: var(--featured-banner-bg, #3558A2);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--featured-banner-clip-inset)) 100%, 0 100%);
}
.featured-banner__content > *:last-child {
  margin-bottom: 0;
}
.featured-banner__content h1,
.featured-banner__content h2 {
  color: #ffffff;
}
.featured-banner__media {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  max-width: 50%;
  overflow: hidden;
  line-height: 0;
}
.featured-banner__img {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-banner__arrow {
  --featured-banner-arrow-stroke: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(7rem, 30%, 18rem);
  padding-right: 2rem;
  background-color: #869ECE;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4rem) 100%, 0 100%);
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.featured-banner__arrow svg {
  display: block;
  width: clamp(2.7rem, 4vw, 5rem);
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-banner__arrow svg line {
  stroke-width: var(--featured-banner-arrow-stroke);
}
.featured-banner__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.featured-banner--image-left .featured-banner__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.featured-banner--image-left .featured-banner__arrow {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 2rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4rem 100%);
}
.featured-banner--image-left .featured-banner__arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featured-banner--image-left .featured-banner__content {
  padding-left: 4rem;
  padding-right: 22%;
  clip-path: polygon(var(--featured-banner-clip-inset) 0, 100% 0, 100% 100%, 0 100%);
}
.featured-banner:hover .featured-banner__arrow,
.featured-banner:focus-within .featured-banner__arrow {
  background-color: #9cafd7;
}
.featured-banner:hover .featured-banner__arrow svg,
.featured-banner:focus-within .featured-banner__arrow svg {
  -webkit-transform: translateX(-0.45rem);
          transform: translateX(-0.45rem);
}
.featured-banner:hover .featured-banner__img,
.featured-banner:focus-within .featured-banner__img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.featured-banner--image-left:hover .featured-banner__arrow svg,
.featured-banner--image-left:focus-within .featured-banner__arrow svg {
  -webkit-transform: rotate(180deg) translateX(-0.45rem);
          transform: rotate(180deg) translateX(-0.45rem);
}
@media (max-width: 1024px) {
  .featured-banner {
    --featured-banner-clip-inset: 2.75rem;
    margin: 0 -2rem;
    width: auto;
  }
  .featured-banner__inner,
  .featured-banner--image-left .featured-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 0;
  }
  .featured-banner__panel {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-height: 7.5rem;
  }
  .featured-banner__content {
    width: 100%;
    min-height: 7.5rem;
    padding: 2.35rem 1.5rem 2.35rem 30%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .featured-banner__media {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 100%;
    max-width: 100%;
  }
  .featured-banner__img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featured-banner__arrow {
    --featured-banner-arrow-stroke: 4;
    width: clamp(5.5rem, 28%, 9rem);
    padding-right: 1rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.5rem) 100%, 0 100%);
  }
  .featured-banner__arrow svg {
    width: clamp(1.8rem, 7vw, 2.6rem);
  }
  .featured-banner--image-left .featured-banner__content {
    padding: 1.35rem 30% 1.35rem 1.5rem;
  }
  .featured-banner--image-left .featured-banner__arrow {
    padding-left: 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2.5rem 100%);
  }
  .featured-banner:hover .featured-banner__img,
  .featured-banner:focus-within .featured-banner__img {
    -webkit-transform: none;
            transform: none;
  }
}
.lined-heading {
  width: 100%;
  color: #3558A2;
  margin-bottom: 1.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lined-heading__row {
  display: block;
}
.lined-heading__title {
  margin: 0;
}
.lined-heading__line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--lined-heading-line-color, #FF9575);
}
.lined-heading__chevron {
  display: none;
}
@media (max-width: 768px) {
  .lined-heading--close-on-mobile {
    width: 100%;
  }
  .lined-heading--close-on-mobile .lined-heading__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    width: 100%;
    cursor: pointer;
    padding: 0.7rem 0;
  }
  .lined-heading--close-on-mobile .lined-heading__chevron {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #3558A2;
    line-height: 1;
    -webkit-transition: -webkit-transform 220ms ease;
    transition: -webkit-transform 220ms ease;
    transition: transform 220ms ease;
    transition: transform 220ms ease, -webkit-transform 220ms ease;
  }
  .lined-heading--close-on-mobile .lined-heading__chevron::before {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 0.9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lined-heading--close-on-mobile.is-open .lined-heading__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.large-button {
  --large-button-clip: 2.5rem;
  width: 100%;
}
.large-button__inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 7.3rem;
  color: var(--large-button-text, #ffffff);
  text-decoration: none;
  overflow: hidden;
  direction: ltr;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.large-button__inner:hover,
.large-button__inner:focus {
  color: var(--large-button-text, #ffffff);
  -webkit-filter: brightness(0.97);
          filter: brightness(0.97);
}
.large-button__inner:focus-visible {
  outline: 3px solid #3558A2;
  outline-offset: 0.35rem;
}
.large-button__label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 7.3rem;
  width: 100%;
  padding: 1.25rem 2rem 1.25rem clamp(5rem, 20%, 8rem);
  background-color: var(--large-button-bg, #869ECE);
  direction: rtl;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.15rem, 2.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.large-button__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(4.5rem, 22%, 9.5rem);
  padding-right: 0.75rem;
  background-color: var(--large-button-accent, rgba(225, 231, 243, 0.5));
  color: var(--large-button-text, #ffffff);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--large-button-clip)) 100%, 0 100%);
  pointer-events: none;
}
.large-button__arrow i {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .large-button {
    --large-button-clip: 1.75rem;
  }
  .large-button__inner,
  .large-button__label {
    min-height: 5.5rem;
  }
  .large-button__label {
    padding: 1rem 1.25rem 1rem clamp(4rem, 24%, 6rem);
    font-size: clamp(1.8rem, 6vw, 1.25rem);
  }
  .large-button__arrow {
    width: clamp(3.75rem, 22%, 5.5rem);
  }
  .large-button__arrow i {
    font-size: 1.4rem;
  }
}
.buttons-grid {
  width: 100%;
}
.buttons-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  --gap: 1rem;
}
.buttons-grid__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - var(--gap));
          flex: 1 1 calc(33.33% - var(--gap));
  min-width: 12rem;
  min-height: 6.5rem;
  padding: 2rem 1.5rem;
  border: 2px solid #3558A2;
  background-color: var(--buttons-grid-item-bg-color, rgba(134, 158, 206, 0.12));
  color: #3558A2;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: background-color border-color color;
  transition: background-color border-color color;
}
.buttons-grid__item p {
  font-size: 1.3rem;
}
.buttons-grid__item:hover {
  color: #3558A2;
  border-color: #869ECE;
}
.buttons-grid__text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.35;
}
.buttons-grid__text > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .buttons-grid__item {
    padding: 1.2rem 1.5rem;
  }
  .buttons-grid__item p {
    font-size: 1.7rem;
  }
}
.featured-content-card {
  width: 100%;
}
.featured-content-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  min-height: 100%;
  padding: 1.6rem;
  background-color: var(--featured-card-bg, #3558A2);
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.featured-content-card__inner:hover {
  color: #ffffff;
  background-color: var(--featured-card-bg, #3558A2);
}
.featured-content-card__content {
  --clipped-panel-clip-inset: 14%;
  width: 82%;
  min-height: 100%;
  margin-left: auto;
  padding: 4rem 3.5rem 5rem 5rem;
  color: #1a1a1a;
}
.featured-content-card__content > *:last-child {
  margin-bottom: 0;
}
.featured-content-card__arrow {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.featured-content-card__arrow svg {
  display: block;
  width: clamp(2rem, 4vw, 6.2rem);
  height: auto;
}
@media (max-width: 1024px) {
  .featured-content-card__arrow {
    width: 17%;
  }
  .featured-content-card__content {
    padding: 2rem 2.5rem 2.5rem 2.5rem;
    width: 95%;
  }
}
.related-posts {
  width: 100%;
}
.related-posts__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  --gap: 2.5rem;
}
@media (max-width: 1024px) {
  .related-posts__grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0 2rem;
    margin: 0 -2rem;
  }
  .related-posts__grid::-webkit-scrollbar {
    display: none;
  }
  .related-posts__grid .post-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 82%;
    max-width: 36rem;
  }
}
.share-buttons__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-top: 4px solid #3558A2;
  border-bottom: 4px solid #3558A2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.share-buttons__title {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #3558A2;
}
.share-buttons__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.share-buttons__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.45rem;
  min-height: 2.6rem;
  padding: 0.45rem 1rem;
  background-color: #3558A2;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
.share-buttons__button:hover {
  background-color: #6987c2;
  color: #ffffff;
}
.share-buttons__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}
.share-buttons__icon--facebook::before {
  content: 'f';
}
.share-buttons__icon--linkedin::before {
  content: 'in';
  font-size: 0.7rem;
}
.share-buttons__icon--email::before {
  content: '@';
}
.share-buttons__icon--whatsapp::before {
  content: 'w';
}
@media (max-width: 1024px) {
  .share-buttons {
    text-align: center;
  }
  .share-buttons__button {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
  }
  .share-buttons__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .share-buttons__title {
    font-size: 2.5rem;
  }
}
.details-list {
  --details-list-clip-size: 3.5rem;
  background-color: #3558A2;
  color: #ffffff;
  padding: 4.5rem 0 0;
  clip-path: polygon(0 0, calc(100% - var(--details-list-clip-size)) 0, 100% var(--details-list-clip-size), 100% 100%, 0 100%);
}
.details-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 0 3rem 3rem;
}
.details-list__title {
  margin: 0 0 2rem;
  color: #ffffff;
  font-size: 2.8rem;
}
.details-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem 0.75rem minmax(0, 1fr);
  grid-template-columns: 2rem minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  direction: rtl;
}
.details-list__item:first-child {
  border-top: 0;
}
.details-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #3558A2;
  font-size: 0.9rem;
  line-height: 1;
}
.details-list__icon .dashicons,
.details-list__icon i,
.details-list__icon span {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}
.details-list__icon img {
  display: block;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.details-list__text {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.45;
}
.details-list__text p {
  margin: 0;
}
.details-list__text strong,
.details-list__text b {
  font-weight: 700;
}
.details-list .button,
.details-list button[type='submit'],
.details-list input[type='submit'] {
  --button-clip-size: 1.5rem;
  width: 100%;
  height: 4.2rem;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .details-list {
    margin: 0 -2rem;
  }
  .details-list__item {
    gap: 1rem;
  }
  .details-list__icon {
    width: 2.3rem;
    height: 2.3rem;
  }
  .details-list__text {
    font-size: 1.3rem;
  }
}
.mosaic {
  --mosaic-text-bg: #3558A2;
  position: relative;
}
.mosaic-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.5rem;
  border: 5px solid #3558A2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #ffffff;
  gap: 1.5rem;
}
.mosaic-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background-color: var(--mosaic-text-bg);
  padding: 6.2rem 6.2rem 8rem 6.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.mosaic-content__inner h1,
.mosaic-content__inner h2,
.mosaic-content__inner h3,
.mosaic-content__inner h4,
.mosaic-content__inner h5,
.mosaic-content__inner h6,
.mosaic-content__inner p,
.mosaic-content__inner li,
.mosaic-content__inner a {
  color: inherit;
}
.mosaic-content__inner a:hover {
  color: #FFE552;
}
.mosaic-content__inner > :last-child {
  margin-bottom: 0;
}
.mosaic-content--long-copy .mosaic-content__inner {
  font-size: 0.95em;
  line-height: 1.55;
}
.mosaic-content__cta {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mosaic-content__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #869ECE;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mosaic-content__cta-link:hover {
  background-color: #FF9575;
  color: #ffffff;
}
.mosaic-content__cta-link svg {
  display: block;
}
.mosaic-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.mosaic-image__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.mosaic-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(22rem, 52vw, 745px);
  max-height: 745px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mosaic--image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1024px) {
  .mosaic-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0.8rem;
  }
  .mosaic-content {
    padding: 3.5rem 2.5rem 5rem;
  }
}
.banner-button {
  --banner-button-bg: var(--banner-button-bg);
  --banner-button-border-color: var(--banner-button-border-color);
  --banner-button-media-clip-inset: 11%;
}
.banner-button__inner {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #ffffff;
}
.banner-button--has-border {
  border: 4px solid var(--banner-button-border-color);
}
.banner-button__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  padding: clamp(1.5rem, 4vw, 3rem) clamp(0.5rem, 2vw, 1.5rem) clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-button__content > :last-child:not(.banner-button__link-wrap) {
  margin-bottom: 0;
}
.banner-button__link-wrap {
  width: 100%;
}
.banner-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--banner-button-link-color, #3558A2);
  line-height: 0;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-button__link:hover {
  color: #FF9575;
}
.banner-button__link svg {
  display: block;
  width: clamp(4rem, 6vw, 6.2rem);
  height: auto;
}
.banner-button__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 60%;
          flex: 0 60%;
  overflow: hidden;
  line-height: 0;
  clip-path: polygon(var(--banner-button-media-clip-inset) 0%, 100% 0%, 100% 100%, 4% 100%);
}
.banner-button__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-button--on-left .banner-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.banner-button--on-left .banner-button__media {
  clip-path: polygon(0% 0%, calc(100% - var(--banner-button-media-clip-inset)) 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .banner-button__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-button--on-left .banner-button__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-button__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    clip-path: none;
  }
  .banner-button__media img {
    min-height: 0;
    height: auto;
  }
  .banner-button--on-left .banner-button__media {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 1024px) {
  .banner-button__inner {
    padding: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.global-section {
  display: contents;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(91.6667% - (var(--gap, 1rem) * 0.0833));
          flex: 0 1 calc(91.6667% - (var(--gap, 1rem) * 0.0833));
  max-width: calc(91.6667% - (var(--gap, 1rem) * 0.0833));
  width: calc(91.6667% - (var(--gap, 1rem) * 0.0833));
}
@media (max-width: 1024px) {
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(83.3333% - (var(--gap, 1rem) * 0.1667));
          flex: 0 1 calc(83.3333% - (var(--gap, 1rem) * 0.1667));
  max-width: calc(83.3333% - (var(--gap, 1rem) * 0.1667));
  width: calc(83.3333% - (var(--gap, 1rem) * 0.1667));
}
@media (max-width: 1024px) {
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(75% - (var(--gap, 1rem) * 0.25));
          flex: 0 1 calc(75% - (var(--gap, 1rem) * 0.25));
  max-width: calc(75% - (var(--gap, 1rem) * 0.25));
  width: calc(75% - (var(--gap, 1rem) * 0.25));
}
@media (max-width: 1024px) {
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(66.6667% - (var(--gap, 1rem) * 0.3333));
          flex: 0 1 calc(66.6667% - (var(--gap, 1rem) * 0.3333));
  max-width: calc(66.6667% - (var(--gap, 1rem) * 0.3333));
  width: calc(66.6667% - (var(--gap, 1rem) * 0.3333));
}
@media (max-width: 1024px) {
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
  }
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(58.3333% - (var(--gap, 1rem) * 0.4167));
          flex: 0 1 calc(58.3333% - (var(--gap, 1rem) * 0.4167));
  max-width: calc(58.3333% - (var(--gap, 1rem) * 0.4167));
  width: calc(58.3333% - (var(--gap, 1rem) * 0.4167));
}
@media (max-width: 1024px) {
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - var(--gap, 1rem) / 2);
          flex: 0 1 calc(50% - var(--gap, 1rem) / 2);
  max-width: calc(50% - var(--gap, 1rem) / 2);
  width: calc(50% - var(--gap, 1rem) / 2);
}
@media (max-width: 1024px) {
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(41.6667% - (var(--gap, 1rem) * 0.5833));
          flex: 0 1 calc(41.6667% - (var(--gap, 1rem) * 0.5833));
  max-width: calc(41.6667% - (var(--gap, 1rem) * 0.5833));
  width: calc(41.6667% - (var(--gap, 1rem) * 0.5833));
}
@media (max-width: 1024px) {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3333% - (var(--gap, 1rem) * 0.6667));
          flex: 0 1 calc(33.3333% - (var(--gap, 1rem) * 0.6667));
  max-width: calc(33.3333% - (var(--gap, 1rem) * 0.6667));
  width: calc(33.3333% - (var(--gap, 1rem) * 0.6667));
}
@media (max-width: 1024px) {
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - (var(--gap, 1rem) * 0.75));
          flex: 0 1 calc(25% - (var(--gap, 1rem) * 0.75));
  max-width: calc(25% - (var(--gap, 1rem) * 0.75));
  width: calc(25% - (var(--gap, 1rem) * 0.75));
}
@media (max-width: 1024px) {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(16.6667% - (var(--gap, 1rem) * 0.8333));
          flex: 0 1 calc(16.6667% - (var(--gap, 1rem) * 0.8333));
  max-width: calc(16.6667% - (var(--gap, 1rem) * 0.8333));
  width: calc(16.6667% - (var(--gap, 1rem) * 0.8333));
}
@media (max-width: 1024px) {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(8.3333% - (var(--gap, 1rem) * 0.9167));
          flex: 0 1 calc(8.3333% - (var(--gap, 1rem) * 0.9167));
  max-width: calc(8.3333% - (var(--gap, 1rem) * 0.9167));
  width: calc(8.3333% - (var(--gap, 1rem) * 0.9167));
}
@media (max-width: 1024px) {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.column.col-custom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--column-width);
          flex: 0 0 var(--column-width);
  max-width: var(--column-width);
  width: var(--column-width);
}
@media (max-width: 1024px) {
  .column.col-custom {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.page-section.row {
  position: relative;
  background-color: var(--bg-color, transparent);
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  padding-top: var(--spacing-top, 0);
  padding-right: var(--spacing-right, 0);
  padding-bottom: var(--spacing-bottom, 0);
  padding-left: var(--spacing-left, 0);
  margin-top: var(--offset-top, 0);
  margin-bottom: var(--offset-bottom, 0);
}
.page-section.row .row__visual-element {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
  width: var(--row-ve-width, auto);
  height: var(--row-ve-height, auto);
}
.page-section.row .row__visual-element img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .page-section.row {
    padding-top: calc(var(--spacing-top-mobile, var(--spacing-top, 0)) / 2);
    padding-right: calc(var(--spacing-right-mobile, var(--spacing-right, 0)) / 2);
    padding-bottom: calc(var(--spacing-bottom-mobile, var(--spacing-bottom, 0)) / 2);
    padding-left: calc(var(--spacing-left-mobile, var(--spacing-left, 0)) / 2);
    margin-top: var(--offset-top-mobile, var(--offset-top, 0));
    margin-bottom: var(--offset-bottom-mobile, var(--offset-bottom, 0));
  }
  .page-section.row .row__visual-element {
    width: calc(var(--row-ve-width, 0rem) / 3);
    height: calc(var(--row-ve-height, 0rem) / 3);
  }
}
.page-section.row .container {
  position: relative;
  z-index: 2;
}
.page-section.row .column {
  padding-top: var(--column-spacing-top, 0);
  padding-right: var(--column-spacing-right, 0);
  padding-bottom: var(--column-spacing-bottom, 0);
  padding-left: var(--column-spacing-left, 0);
  margin-top: var(--column-offset-top, 0);
  margin-right: var(--column-offset-right, 0);
  margin-bottom: var(--column-offset-bottom, 0);
  margin-left: var(--column-offset-left, 0);
  color: var(--text-color, inherit);
}
.page-section.row .column--has-background {
  background-color: var(--column-bg-color, transparent);
}
@media (max-width: 1024px) {
  .page-section.row .column--has-background {
    padding: 2rem 2.5rem;
  }
}
.page-section.row .column--has-text-color {
  color: var(--text-color);
}
.page-section.row .column--has-text-color h1,
.page-section.row .column--has-text-color h2,
.page-section.row .column--has-text-color h3,
.page-section.row .column--has-text-color h4,
.page-section.row .column--has-text-color h5,
.page-section.row .column--has-text-color h6,
.page-section.row .column--has-text-color p,
.page-section.row .column--has-text-color li,
.page-section.row .column--has-text-color a,
.page-section.row .column--has-text-color .heading__title,
.page-section.row .column--has-text-color .heading__subtitle,
.page-section.row .column--has-text-color .heading__label,
.page-section.row .column--has-text-color .post-label,
.page-section.row .column--has-text-color .lined-heading__title,
.page-section.row .column--has-text-color .text-content,
.page-section.row .column--has-text-color .text-content p,
.page-section.row .column--has-text-color .text-content li,
.page-section.row .column--has-text-color .text-content a,
.page-section.row .column--has-text-color .simple-text,
.page-section.row .column--has-text-color .accordion__heading,
.page-section.row .column--has-text-color .informative-accordion__heading,
.page-section.row .column--has-text-color .event-card-grid__label,
.page-section.row .column--has-text-color .event-card__label {
  color: inherit;
}
.page-section.row .column--has-text-color a:hover,
.page-section.row .column--has-text-color a:focus-visible {
  color: inherit;
  opacity: 0.85;
}
.page-section.row .column .text-content select {
  color: inherit;
  accent-color: #FF9575;
}
.page-section.row .column .text-content select option {
  color: #1a1a1a;
  background-color: #ffffff;
}
.page-section.row .column form label {
  color: var(--text-color, inherit);
}
.page-section.row .column form input,
.page-section.row .column form textarea,
.page-section.row .column form select,
.page-section.row .column form option,
.page-section.row .column form .file-input-wrapper {
  color: var(--text-color, inherit);
  border-color: var(--text-color, inherit);
}
.page-section.row .column form input::-webkit-input-placeholder, .page-section.row .column form textarea::-webkit-input-placeholder, .page-section.row .column form select::-webkit-input-placeholder, .page-section.row .column form option::-webkit-input-placeholder, .page-section.row .column form .file-input-wrapper::-webkit-input-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input::-moz-placeholder, .page-section.row .column form textarea::-moz-placeholder, .page-section.row .column form select::-moz-placeholder, .page-section.row .column form option::-moz-placeholder, .page-section.row .column form .file-input-wrapper::-moz-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input:-ms-input-placeholder, .page-section.row .column form textarea:-ms-input-placeholder, .page-section.row .column form select:-ms-input-placeholder, .page-section.row .column form option:-ms-input-placeholder, .page-section.row .column form .file-input-wrapper:-ms-input-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input::-ms-input-placeholder, .page-section.row .column form textarea::-ms-input-placeholder, .page-section.row .column form select::-ms-input-placeholder, .page-section.row .column form option::-ms-input-placeholder, .page-section.row .column form .file-input-wrapper::-ms-input-placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input::placeholder,
.page-section.row .column form textarea::placeholder,
.page-section.row .column form select::placeholder,
.page-section.row .column form option::placeholder,
.page-section.row .column form .file-input-wrapper::placeholder {
  color: var(--text-color, inherit);
}
.page-section.row .column form input svg path,
.page-section.row .column form textarea svg path,
.page-section.row .column form select svg path,
.page-section.row .column form option svg path,
.page-section.row .column form .file-input-wrapper svg path {
  fill: var(--text-color, inherit);
}
@media (max-width: 1024px) {
  .page-section.row .column {
    margin-right: 0;
    margin-left: 0;
    margin-top: var(--column-offset-top-mobile, var(--column-offset-top, 0));
    margin-bottom: var(--column-offset-bottom-mobile, var(--column-offset-bottom, 0));
    padding-top: calc(var(--column-spacing-top-mobile, var(--column-spacing-top, 0)) / 2);
    padding-right: calc(var(--column-spacing-right-mobile, var(--column-spacing-right, 0)) / 2);
    padding-bottom: calc(var(--column-spacing-bottom-mobile, var(--column-spacing-bottom, 0)) / 2);
    padding-left: calc(var(--column-spacing-left-mobile, var(--column-spacing-left, 0)) / 2);
  }
}
.row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--content-flex-direction, row);
          flex-direction: var(--content-flex-direction, row);
  -webkit-box-align: var(--content-align-items, stretch);
      -ms-flex-align: var(--content-align-items, stretch);
          align-items: var(--content-align-items, stretch);
  -webkit-box-pack: var(--content-justify-content, flex-start);
      -ms-flex-pack: var(--content-justify-content, flex-start);
          justify-content: var(--content-justify-content, flex-start);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--content-gap, 0);
  --gap: var(--content-gap, 0);
  background-color: var(--content-bg-color, transparent);
  background-image: var(--content-bg-image, none);
  background-size: cover;
  background-position: center;
  padding-top: var(--content-spacing-top, 0);
  padding-right: var(--content-spacing-right, 0);
  padding-bottom: var(--content-spacing-bottom, 0);
  padding-left: var(--content-spacing-left, 0);
}
@media (max-width: 1024px) {
  .row-wrapper {
    padding-top: calc(var(--content-spacing-top-mobile, var(--content-spacing-top, 0)) / 2);
    padding-right: calc(var(--content-spacing-right-mobile, var(--content-spacing-right, 0)) / 2);
    padding-bottom: calc(var(--content-spacing-bottom-mobile, var(--content-spacing-bottom, 0)) / 2);
    padding-left: calc(var(--content-spacing-left-mobile, var(--content-spacing-left, 0)) / 2);
    gap: calc(var(--content-gap-mobile, var(--content-gap, 0)) / 2);
    --gap: calc(var(--content-gap-mobile, var(--content-gap, 0)) / 2);
  }
}
.row-wrapper--layout-none {
  display: block;
}
.row-wrapper--vertical-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row-wrapper--vertical-stretch > .column,
.row-wrapper--vertical-stretch > * {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.row-wrapper--horizontal-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.row-wrapper--horizontal-stretch > .column,
.row-wrapper--horizontal-stretch > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.heading {
  width: 100%;
  margin-bottom: 1rem;
}
.heading__labels {
  margin-top: 1rem;
}
.heading__title {
  margin: 0 0 0.35rem;
  color: #3558A2;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.15;
}
.heading h2.heading__title {
  font-size: 2.6rem;
}
.heading__subtitle {
  color: #3558A2;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}
.heading__line {
  margin: 1.25rem 0 0;
}
@media (max-width: 1024px) {
  .heading__title {
    font-size: 2.4rem;
  }
  .heading h2.heading__title {
    font-size: 2rem;
  }
  .heading__subtitle {
    font-size: 1.1rem;
  }
}
.section-header {
  text-align: var(--align, center);
  width: 100%;
  padding-top: var(--spacing-top, 0);
  padding-bottom: var(--spacing-bottom, 0);
}
.large-title {
  --large-title-visual-color: #e1e7f3;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.large-title__visual {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.large-title__visual svg {
  display: block;
  height: auto;
  max-width: 26rem;
}
.large-title__visual svg path {
  fill: var(--large-title-visual-color);
}
.large-title__content {
  position: relative;
  z-index: 1;
}
.large-title__content h1,
.large-title__content h2,
.large-title__content h3 {
  margin: 0;
}
.large-title__content > :last-child {
  margin-bottom: 0;
}
.large-title--visual-single_rec .large-title__visual svg {
  width: min(8.8rem, 72vw);
}
.large-title--visual-three_rec .large-title__visual svg {
  width: min(31.5rem, 92vw);
  opacity: 0.55;
}
section.teasers .teasers-swiper.swiper {
  width: 100%;
}
section.teasers .teasers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  --gap: 1rem;
}
section.teasers .teaser {
  padding: 1rem 1rem 0 1rem;
  border: 4px solid #3558A2;
  background-color: #ffffff;
  font-size: 0.95rem;
  position: relative;
  height: auto;
}
section.teasers .teaser .teaser-image {
  overflow: hidden;
  width: 100%;
}
section.teasers .teaser .teaser-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  aspect-ratio: 2;
}
section.teasers .teaser .teaser-cta {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.teasers .teaser:hover .teaser-image img {
  -webkit-transform: scale(1.05) rotate(1deg);
          transform: scale(1.05) rotate(1deg);
}
section.teasers .teaser:hover a {
  color: #3558A2;
}
section.teasers .teaser-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.3rem 0.3rem 3.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.teasers .teaser-text p {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}
section.teasers .teaser--no-link .teaser-text {
  padding-bottom: 2rem;
}
section.teasers .text-title {
  width: 30%;
}
section.teasers .text-title h3 {
  margin: 0;
}
section.teasers.teasers--title-top .teaser-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 5rem;
}
section.teasers.teasers--title-top .text-title,
section.teasers.teasers--title-top .text {
  width: 100%;
}
@media (max-width: 1024px) {
  section.teasers {
    width: 100%;
  }
  section.teasers .teaser {
    padding: 0.8rem;
    font-size: 1.1rem;
  }
  section.teasers .teaser .teaser-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.teasers .teaser .teaser-text .text-title,
  section.teasers .teaser .teaser-text .text {
    width: 100%;
  }
  section.teasers.teasers--overlapped .teasers-swiper.swiper {
    overflow: hidden;
    margin: 0 -2rem;
    padding: 0 2rem;
    width: auto;
  }
  section.teasers.teasers--overlapped .teasers-wrapper.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 !important;
  }
  section.teasers.teasers--overlapped .teaser.swiper-slide {
    width: 72% !important;
    max-width: 82% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0.45;
    -webkit-transition: opacity 220ms ease;
    transition: opacity 220ms ease;
    scale: 0.9;
  }
  section.teasers.teasers--overlapped .teaser.swiper-slide-active {
    opacity: 1;
    scale: 1;
  }
}
section.posts-grid {
  width: 100%;
}
section.posts-grid .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.posts-grid .swiper-wrapper .swiper-slide {
  height: auto;
}
section.posts-grid .swiper-wrapper .post-card {
  height: 100%;
}
section.posts-grid .posts-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  --gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.posts-grid .posts-grid-wrapper .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.posts-grid .posts-grid-wrapper .post-card > article {
  width: 100%;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper {
  position: relative;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper {
  overflow: hidden;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide > * {
  width: 100%;
}
section.posts-grid--has-arrows .posts-grid-ticker-wrapper {
  padding: 0 4rem;
  margin: 0 -4rem;
}
section.posts-grid--arrows-in-filters.posts-grid--ticker .posts-grid-ticker-wrapper {
  padding: 0;
  margin: 0;
}
section.posts-grid--has-filters .posts-grid__body {
  width: 100%;
}
section.posts-grid--filters-dark .posts-grid__empty,
section.posts-grid--filters-dark .posts-grid__filters-meta {
  color: #ffffff;
}
section.posts-grid--filters-dark .posts-grid__filters-meta {
  border-top-color: rgba(255, 255, 255, 0.25);
}
section.posts-grid .posts-grid__filters-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem auto;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  margin: -1rem 0 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(53, 88, 162, 0.2);
  color: #3558A2;
  direction: ltr;
}
section.posts-grid .posts-grid__filters-meta-text {
  -ms-grid-column: 1;
  grid-column: 1;
  direction: rtl;
  min-width: 0;
  text-align: left;
}
section.posts-grid .posts-grid__filters-meta-text > :first-child {
  margin-top: 0;
}
section.posts-grid .posts-grid__filters-meta-text > :last-child {
  margin-bottom: 0;
}
section.posts-grid .posts-grid__filters-meta-count {
  -ms-grid-column: 2;
  grid-column: 2;
  direction: rtl;
  font-weight: 600;
  text-align: right;
  -ms-grid-column-align: end;
      justify-self: end;
}
section.posts-grid .posts-grid__filters-meta-count p {
  margin: 0;
}
section.posts-grid .posts-grid__filters {
  width: 100%;
  margin-bottom: 2rem;
}
section.posts-grid .posts-grid__filters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
section.posts-grid .posts-grid__filters-row--split {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.5rem;
}
section.posts-grid .posts-grid__filters-row--ticker {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date),
section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .form-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16rem;
          flex: 0 1 16rem;
  width: auto;
  min-width: 11rem;
  max-width: 20rem;
}
section.posts-grid .posts-grid__filters-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.85rem;
  min-width: 0;
}
section.posts-grid .posts-grid__filters-side--filters {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.posts-grid .posts-grid__filters-side--actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
}
section.posts-grid .posts-grid__filters-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
section.posts-grid .posts-grid__filters-nav.is-locked {
  display: none;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev,
section.posts-grid .posts-grid__filters-nav .swiper-button-next {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  border: 2px solid #3558A2;
  border-radius: 0;
  background: transparent;
  color: #3558A2;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev::after,
section.posts-grid .posts-grid__filters-nav .swiper-button-next::after {
  display: none !important;
  content: none !important;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev.swiper-button-lock,
section.posts-grid .posts-grid__filters-nav .swiper-button-next.swiper-button-lock {
  display: none !important;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev.swiper-button-disabled:not(.swiper-button-lock),
section.posts-grid .posts-grid__filters-nav .swiper-button-next.swiper-button-disabled:not(.swiper-button-lock) {
  opacity: 0.35;
}
section.posts-grid .posts-grid__filters-nav .swiper-button-prev i,
section.posts-grid .posts-grid__filters-nav .swiper-button-next i {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  color: inherit;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.posts-grid .posts-grid__filters-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-width: 0;
}
section.posts-grid .posts-grid__filters-fields .posts-grid__filter,
section.posts-grid .posts-grid__filters-fields .form-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: none;
}
section.posts-grid .posts-grid__filters-fields .posts-grid__filter--date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
section.posts-grid .posts-grid__filters-fields .form-field--select select,
section.posts-grid .posts-grid__filters-fields .form-field--multi select,
section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) select,
section.posts-grid .posts-grid__filters-fields .form-field--select .form-select,
section.posts-grid .posts-grid__filters-fields .form-field--multi .form-select,
section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-select,
section.posts-grid .posts-grid__filters-fields .form-field--select .form-multi-toggle,
section.posts-grid .posts-grid__filters-fields .form-field--multi .form-multi-toggle,
section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-multi-toggle {
  width: 100%;
}
section.posts-grid .posts-grid__filters-fields .button--clear-filters {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
  min-width: 0;
  max-width: none;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button {
  border-color: #ffffff;
  color: #ffffff;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button:hover {
  background: rgba(255, 255, 255, 0.1);
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.is-open,
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.has-value {
  background: #ffffff;
  border-color: #ffffff;
  color: #3558A2;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.is-open:hover,
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.has-value:hover {
  background: #ffffff;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.is-open .posts-grid__filter-date-icon,
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-button.has-value .posts-grid__filter-date-icon {
  color: #3558A2;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-icon {
  color: #ffffff;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-icon i {
  font-size: 1.2rem;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-clear {
  border-color: #ffffff;
  background: #3558A2;
  color: #ffffff;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filter-date-clear:hover {
  background: #ffffff;
  color: #3558A2;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filters-nav .swiper-button-prev,
section.posts-grid .posts-grid__filters--dark .posts-grid__filters-nav .swiper-button-next {
  border-color: #ffffff;
  color: #ffffff;
}
section.posts-grid .posts-grid__filters--dark .posts-grid__filters-nav .swiper-button-prev:hover,
section.posts-grid .posts-grid__filters--dark .posts-grid__filters-nav .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  section.posts-grid .posts-grid__filters-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.posts-grid .posts-grid__filters-row--ticker {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--filters,
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 0.65rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date),
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .form-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields .posts-grid__filter--date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.65rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline .posts-grid__cta,
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline .button,
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline button[type='submit'],
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__cta-inline input[type='submit'] {
    width: 100%;
    max-width: 100%;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-side--actions .posts-grid__filters-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  section.posts-grid .posts-grid__filters-side--filters {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  section.posts-grid .posts-grid__filters-side--actions {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.posts-grid .posts-grid__filters-fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0.85rem minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
  }
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter,
  section.posts-grid .posts-grid__filters-fields .form-field,
  section.posts-grid .posts-grid__filters-fields .button--clear-filters {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter--date {
    width: auto;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter-date-button {
    width: 3rem;
    min-width: 3rem;
  }
  section.posts-grid .posts-grid__filters-fields .form-field--select select,
  section.posts-grid .posts-grid__filters-fields .form-field--multi select,
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) select,
  section.posts-grid .posts-grid__filters-fields .form-field--select .form-select,
  section.posts-grid .posts-grid__filters-fields .form-field--multi .form-select,
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-select,
  section.posts-grid .posts-grid__filters-fields .form-field--select .form-multi-toggle,
  section.posts-grid .posts-grid__filters-fields .form-field--multi .form-multi-toggle,
  section.posts-grid .posts-grid__filters-fields .posts-grid__filter:not(.posts-grid__filter--date) .form-multi-toggle {
    width: 100%;
  }
  section.posts-grid .posts-grid__filters-fields .button--clear-filters {
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25rem 0.55rem;
    font-size: 1.1rem;
    line-height: 1.15;
    gap: 0.3rem;
    overflow: hidden;
  }
  section.posts-grid .posts-grid__filters-fields .button--clear-filters .button__label {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    white-space: normal;
    overflow: hidden;
    text-align: center;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  section.posts-grid .posts-grid__filters-fields .button--clear-filters::after {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0.85rem;
  }
  section.posts-grid .posts-grid__filters-row--ticker .posts-grid__filters-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
}
section.posts-grid .posts-grid__filter {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
}
section.posts-grid .posts-grid__filter--date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  min-width: auto;
  max-width: none;
}
section.posts-grid .posts-grid__filter-date-button {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  padding: 0;
  border: 2px solid #3558A2;
  border-radius: 0;
  background: transparent;
  color: #3558A2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color color border-color 0.3s ease;
  transition: background-color color border-color 0.3s ease;
}
section.posts-grid .posts-grid__filter-date-button:hover {
  background: rgba(53, 88, 162, 0.08);
}
section.posts-grid .posts-grid__filter-date-clear {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 2px solid #3558A2;
  background: #ffffff;
  color: #3558A2;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color color border-color 0.3s ease;
  transition: background-color color border-color 0.3s ease;
}
section.posts-grid .posts-grid__filter-date-clear:hover {
  background: #3558A2;
  color: #ffffff;
}
section.posts-grid .posts-grid__filter-date-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  color: inherit;
}
section.posts-grid .posts-grid__filter-date-icon i {
  font-size: 1.1rem;
  line-height: 1;
}
section.posts-grid .posts-grid__empty {
  width: 100%;
  padding: 2rem 0;
  color: #3558A2;
  font-size: 1.05rem;
  text-align: center;
}
section.posts-grid.posts-grid--filters-dark .posts-grid__empty,
section.posts-grid.posts-grid--filters-dark .posts-grid__filters-meta {
  color: #ffffff;
}
section.posts-grid .posts-grid__footer-wrap {
  width: 100%;
}
section.posts-grid .posts-grid__cta-wrap {
  width: 100%;
  margin-top: 2rem;
}
section.posts-grid .posts-grid__cta-inline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
section.posts-grid--cta-in-toolbar .posts-grid__cta-wrap {
  display: none;
}
@media (max-width: 1024px) {
  section.posts-grid--cta-in-toolbar .posts-grid__cta-inline {
    display: none;
  }
  section.posts-grid--cta-in-toolbar .posts-grid__cta-wrap {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  section.posts-grid--cta-in-toolbar.posts-grid--arrows-in-filters .posts-grid__cta-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  section.posts-grid--cta-in-toolbar.posts-grid--arrows-in-filters .posts-grid__cta-wrap {
    display: none;
  }
}
section.posts-grid .posts-grid__cta.button.clean,
section.posts-grid .posts-grid__ctabutton[type='submit'].clean,
section.posts-grid .posts-grid__ctainput[type='submit'].clean {
  background-color: #ffffff;
  color: #3558A2;
}
section.posts-grid .posts-grid__cta.button.clean::before,
section.posts-grid .posts-grid__ctabutton[type='submit'].clean::before,
section.posts-grid .posts-grid__ctainput[type='submit'].clean::before {
  background-color: #ffffff;
}
section.posts-grid .posts-grid__cta.button.clean .button__label,
section.posts-grid .posts-grid__ctabutton[type='submit'].clean .button__label,
section.posts-grid .posts-grid__ctainput[type='submit'].clean .button__label {
  color: #3558A2;
}
section.posts-grid .posts-grid__cta.button.clean::after,
section.posts-grid .posts-grid__ctabutton[type='submit'].clean::after,
section.posts-grid .posts-grid__ctainput[type='submit'].clean::after {
  color: #3558A2;
}
section.posts-grid .posts-grid__cta.button.clean:hover,
section.posts-grid .posts-grid__ctabutton[type='submit'].clean:hover,
section.posts-grid .posts-grid__ctainput[type='submit'].clean:hover {
  background-color: #ffffff;
  color: #3558A2;
}
section.posts-grid .posts-grid__cta.button.clean:hover::before,
section.posts-grid .posts-grid__ctabutton[type='submit'].clean:hover::before,
section.posts-grid .posts-grid__ctainput[type='submit'].clean:hover::before {
  background-color: #F8F7F7;
}
section.posts-grid .posts-grid__cta.button.clean:hover::after,
section.posts-grid .posts-grid__ctabutton[type='submit'].clean:hover::after,
section.posts-grid .posts-grid__ctainput[type='submit'].clean:hover::after {
  color: #3558A2;
}
section.posts-grid.is-loading .posts-grid__body {
  opacity: 0.55;
  pointer-events: none;
}
@media (max-width: 1024px) {
  section.posts-grid--ticker .posts-grid-ticker-wrapper {
    overflow: hidden;
    margin-left: -2rem !important;
    margin-right: -2rem !important;
    padding-right: 2rem !important;
  }
  section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper {
    width: auto;
    padding: 0 0 0 2rem;
    margin: 0;
    overflow: visible;
  }
  section.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide {
    width: 82%;
    max-width: 36rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  section.posts-grid--ticker .posts-grid-ticker-wrapper > .swiper-button-prev,
  section.posts-grid--ticker .posts-grid-ticker-wrapper > .swiper-button-next {
    display: none;
  }
  section.posts-grid--ticker.posts-grid--has-arrows .posts-grid-ticker-wrapper,
  section.posts-grid--ticker.posts-grid--arrows-in-filters .posts-grid-ticker-wrapper {
    padding: 0;
    margin: 0;
  }
}
section.simple-text {
  line-height: 1.7;
}
.spacer {
  height: var(--spacer-height, 0);
}
@media (max-width: 1024px) {
  .spacer {
    height: calc(var(--spacer-height, 0rem) / 2);
  }
}
.tabs {
  margin-top: -4.3rem;
}
.tabs__nav-wrap {
  position: relative;
  padding-bottom: 0;
}
.tabs__nav-wrap:after {
  content: "";
  display: block;
  width: 100dvw;
  height: 4px;
  background-color: #3558A2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  padding-bottom: 0;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
.tabs__trigger {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  white-space: nowrap;
  text-align: center;
  padding: 1rem 1.5rem;
  background: #3558A2;
  border: none;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  border-width: 4px 4px 0 4px;
  border-color: #3558A2;
  border-style: solid;
  -webkit-transition: color background-color ease;
  transition: color background-color ease;
}
.tabs__trigger:hover {
  color: #869ECE;
}
.tabs__trigger.is-active {
  color: #3558A2;
  background-color: #ffffff;
  z-index: 2;
}
.tabs__trigger.is-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  background-color: #ffffff;
  right: 0;
}
.tabs__panels {
  background-color: #ffffff;
  padding: 4.5rem 0;
  position: relative;
}
.tabs__panels:before {
  content: "";
  display: block;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  margin: 0 auto;
  position: absolute;
  border-bottom: 4px solid #3558A2;
}
.tabs__panel {
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tabs__panel.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
}
.tabs__panel--has-columns.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  --gap: 4rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1024px) {
  .tabs {
    margin-top: 2rem;
  }
  .tabs__nav {
    margin: 0 -2rem;
    padding: 0 2rem;
  }
  .tabs__trigger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 1.3rem;
  }
  .tabs__panels {
    padding-bottom: 0;
  }
  .tabs__panels:before {
    display: none;
  }
  .tabs__panels .details-list {
    margin: 0 -2rem;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.wysiwyg-font-mikhmoret {
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wysiwyg-read-more__intro > *:last-child,
.wysiwyg-read-more__content > *:last-child {
  margin-bottom: 0;
}
.wysiwyg-read-more__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
  padding: 0;
  border: 0;
  background: none;
  color: #869ECE;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.wysiwyg-read-more__button::before {
  content: '\2193';
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wysiwyg-read-more__button:hover,
.wysiwyg-read-more__button:focus {
  color: #3558A2;
}
.wysiwyg-read-more__button:hover::before,
.wysiwyg-read-more__button:focus::before {
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.wysiwyg-read-more.is-open .wysiwyg-read-more__button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wysiwyg-read-more__content {
  margin-top: 1.5rem;
}
.hidden {
  display: none;
}
.circle-arrow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--circle-arrow-icon-size, 2.6rem);
  height: var(--circle-arrow-icon-size, 2.6rem);
  border: 1px solid var(--circle-arrow-icon-color, #3558A2);
  border-radius: 50%;
  color: var(--circle-arrow-icon-color, #3558A2);
  padding-top: 0.2rem;
  -webkit-transition: -webkit-transform color border-color;
  transition: -webkit-transform color border-color;
  transition: transform color border-color;
  transition: transform color border-color, -webkit-transform color border-color;
}
.circle-arrow-icon i {
  display: block;
  font-size: var(--circle-arrow-icon-font-size, 0.75rem);
  font-style: normal;
  line-height: 1;
  -webkit-transform: all 0.4s ease;
          transform: all 0.4s ease;
}
.accordion {
  width: 100%;
}
.accordion__items {
  border-bottom: 2px solid #FF9575;
}
.accordion__item {
  border-top: 2px solid #FF9575;
}
.accordion__heading {
  margin: 0;
}
.accordion__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 4.1rem;
  padding: 1.5rem 0 1.5rem 3.2rem;
  border: 0;
  background: transparent;
  color: #3558A2;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1;
  text-align: right;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion__trigger:hover,
.accordion__trigger:focus {
  color: #2c4987;
}
.accordion__title {
  display: block;
}
.accordion__icon {
  position: absolute;
  left: 0;
  top: 50%;
  --circle-arrow-icon-color: #869ECE;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__content {
  color: #1a1a1a;
}
.accordion__body {
  padding: 0.4rem 0 2.3rem;
  font-size: 1rem;
  line-height: 1.75;
}
.accordion__body > *:last-child {
  margin-bottom: 0;
}
.accordion__item.is-open .accordion__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.informative-accordion {
  width: 100%;
  overflow-anchor: none;
}
.informative-accordion__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #869ECE;
}
.informative-accordion__item {
  background-color: #ffffff;
  overflow: hidden;
}
.informative-accordion__item p {
  color: #1a1a1a;
}
.informative-accordion__heading {
  margin: 0;
}
.informative-accordion__trigger,
.informative-accordion__title--static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 3.6rem;
  padding: 0.9rem 1.2rem 0.9rem 3.4rem;
  background-color: #869ECE;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}
.informative-accordion__trigger {
  position: relative;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.informative-accordion__trigger:hover,
.informative-accordion__trigger:focus {
  background-color: #708dc5;
}
.informative-accordion__title--static {
  position: relative;
}
.informative-accordion__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  --circle-arrow-icon-color: #ffffff;
  --circle-arrow-icon-size: 2.2rem;
  --circle-arrow-icon-font-size: 0.65rem;
  border-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.informative-accordion__list {
  padding: 0.35rem 1.2rem;
  background-color: #ffffff;
}
.informative-accordion__list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2rem 0.75rem minmax(0, 1fr);
  grid-template-columns: 2rem minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(134, 158, 206, 0.28);
  direction: rtl;
}
.informative-accordion__list-item:first-child {
  border-top: 0;
}
.informative-accordion__list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: rgba(134, 158, 206, 0.18);
  color: #3558A2;
  font-size: 0.85rem;
  line-height: 1;
}
.informative-accordion__list-icon .dashicons,
.informative-accordion__list-icon i,
.informative-accordion__list-icon span {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}
.informative-accordion__list-icon img {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.informative-accordion__list-text {
  color: #3558A2;
  font-size: 0.95rem;
  line-height: 1.45;
}
.informative-accordion__list-text strong {
  font-weight: 700;
}
.informative-accordion__body {
  padding: 1rem;
  color: #3558A2;
  font-size: 0.95rem;
  line-height: 1.5;
}
.informative-accordion__body > *:last-child {
  margin-bottom: 0;
}
.informative-accordion__item.is-open .informative-accordion__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.clipped-panel {
  background-color: var(--clipped-panel-bg, #ffffff);
}
.clipped-panel--bottom-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--clipped-panel-clip-inset, 11%) 100%);
}
.video-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease visibility 0.3s ease ease;
  transition: opacity 0.3s ease visibility 0.3s ease ease;
}
.video-popup[hidden] {
  display: none;
}
.video-popup.is-open {
  opacity: 1;
  visibility: visible;
}
.video-popup__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-popup__container {
  position: relative;
  width: 98%;
  max-width: 1600px;
  z-index: 1;
}
.video-popup__close {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FF9575;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 1rem;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.video-popup__close svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.video-popup__close:hover {
  background-color: #ff6e42;
}
.video-popup__content {
  position: relative;
  width: 100%;
  background-color: #1a1a1a;
}
.video-popup__player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-popup__player iframe,
.video-popup__player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-popup__player video {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #1a1a1a;
}
body.video-popup-open {
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.post-labels,
.event-card-grid__labels,
.event-card__labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post-labels--spaced,
.event-card-grid__labels--spaced,
.event-card__labels--spaced {
  margin-bottom: 0.75rem;
}
.post-label,
.event-card-grid__label,
.event-card__label {
  display: inline-block;
  padding: 0.25rem 1.7rem 0.25rem 1.5rem;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0.75rem 100%);
  margin-left: -0.9rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.post-label:nth-child(odd),
.event-card-grid__label:nth-child(odd),
.event-card__label:nth-child(odd) {
  background-color: #aabbdd;
}
.post-label:nth-child(odd):hover,
.event-card-grid__label:nth-child(odd):hover,
.event-card__label:nth-child(odd):hover {
  background-color: #869ECE;
}
.post-label:nth-child(even),
.event-card-grid__label:nth-child(even),
.event-card__label:nth-child(even) {
  background-color: #869ECE;
}
.post-label:nth-child(even):hover,
.event-card-grid__label:nth-child(even):hover,
.event-card__label:nth-child(even):hover {
  background-color: #6987c2;
}
.post-label:last-child,
.event-card-grid__label:last-child,
.event-card__label:last-child {
  padding-right: 1rem;
}
.post-label:first-child,
.event-card-grid__label:first-child,
.event-card__label:first-child {
  margin-left: 0;
}
.post-label:only-child,
.event-card-grid__label:only-child,
.event-card__label:only-child {
  margin-left: 0;
  padding-right: 1rem;
}
.post-label--inline,
.event-card-grid__label--inline,
.event-card__label--inline {
  margin: 0 0.15rem;
  padding: 0.25rem 1rem 0.25rem 1.5rem;
  background-color: #869ECE;
  vertical-align: middle;
}
.post-label--inline:hover,
.event-card-grid__label--inline:hover,
.event-card__label--inline:hover {
  background-color: #6987c2;
}
.post-label--inline.post-label--dark,
.event-card-grid__label--inline.post-label--dark,
.event-card__label--inline.post-label--dark {
  background-color: #3558A2;
}
.post-label--inline.post-label--dark:hover,
.event-card-grid__label--inline.post-label--dark:hover,
.event-card__label--inline.post-label--dark:hover {
  background-color: #2d4b8b;
}
.post-label--inline.post-label--light,
.event-card-grid__label--inline.post-label--light,
.event-card__label--inline.post-label--light {
  background-color: #aabbdd;
}
.post-label--inline.post-label--light:hover,
.event-card-grid__label--inline.post-label--light:hover,
.event-card__label--inline.post-label--light:hover {
  background-color: #869ECE;
}
.card-details-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
.card-details-layout > .more-details {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1024px) {
  .card-details-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-details-layout__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.more-details {
  width: 4rem;
  background-color: #869ECE;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  overflow: visible;
}
.more-details.is-open .more-details-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.more-details-btn {
  background-color: transparent;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.4rem;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.more-details-btn .more-details-btn-text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  -webkit-transition: gap 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: gap 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: gap 0.3s ease-in-out, transform 0.3s ease;
  transition: gap 0.3s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-details-btn .more-details-btn-text i {
  font-size: 0.9rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-details-btn:hover .more-details-btn-text {
  gap: 0.4rem;
}
.more-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #869ECE;
  color: #ffffff;
  min-width: 280px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 1rem 1.5rem 2rem;
  gap: 1rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.more-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
.more-details-item p {
  margin: 0;
}
.more-details-item i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #ffffff;
  color: #3558A2;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .more-details-item {
    font-size: 1.1rem;
  }
  .more-details-item i {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .more-details {
    width: 100%;
    z-index: 5;
  }
  .more-details .more-details-btn {
    min-height: 4rem;
    height: auto;
    padding: 0.7rem 1.5rem;
  }
  .more-details .more-details-btn .more-details-btn-text {
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.35rem;
    font-size: 1.6rem;
    line-height: 1;
  }
  .more-details.is-open .more-details-btn .more-details-btn-text i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .more-details .more-details-content {
    position: static;
    right: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    padding: 0 1.5rem;
    -webkit-transition: max-height 0.35s ease, padding 0.35s ease;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }
  .more-details.is-open .more-details-content {
    max-height: 30rem;
    padding: 1.25rem 1.5rem 1.5rem;
  }
}
section.breadcrumbs {
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  section.breadcrumbs {
    display: none;
  }
}
@media (max-width: 1024px) {
  .search-page .search-banner .breadcrumbs {
    display: none;
  }
}
.search-page .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10%;
  padding-bottom: 4rem;
}
.search-page .search-wrapper h1 {
  margin-bottom: 0;
}
.search-page .search-wrapper .site-search-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  min-width: 0;
}
.search-page .search-wrapper .site-search-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 3rem;
  height: 3rem;
}
.search-page .search-wrapper .site-search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  height: 3rem;
}
@media (max-width: 1024px) {
  .search-page .search-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .search-page .search-wrapper h1 {
    width: 100%;
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.85rem;
  }
  .search-page .search-wrapper .site-search-form__field {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::-webkit-input-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::-moz-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field:-ms-input-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::-ms-input-placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__field::placeholder {
    text-align: center;
  }
  .search-page .search-wrapper .site-search-form__submit {
    width: 100%;
    min-width: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-page .search-results {
  display: none;
}
.search-page .search-results.is-open,
.search-page .search-results.is-loading {
  display: block;
}
.search-page .search-results.is-loading {
  opacity: 0.65;
}
.search-page .search-results__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.search-page .search-results__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.search-page .search-results__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.5rem;
}
.search-page .search-results__empty {
  margin: 0;
  color: #3558A2;
  font-size: 1.2rem;
}
.search-page .search-result-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #3558A2;
  background-color: rgba(134, 158, 206, 0.1);
  color: #1a1a1a;
}
.search-page .search-result-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
}
.search-page .search-result-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-page .search-result-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.search-page .search-result-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}
.search-page .search-result-card__excerpt {
  font-size: 0.95rem;
  line-height: 1.5;
}
.search-page .search-result-card__excerpt p:last-child {
  margin-bottom: 0;
}
.event-card-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  height: 100%;
  overflow: hidden;
}
.event-card-grid__image {
  display: block;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.event-card-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.event-card-grid__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.event-card-grid__ticket {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 2;
  height: 3.75rem;
  pointer-events: none;
}
.event-card-grid__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.3rem 0;
}
.event-card-grid__content > .button:last-child,
.event-card-grid__content > button[type='submit']:last-child,
.event-card-grid__content > input[type='submit']:last-child {
  margin-top: auto;
}
.event-card-grid .top-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.event-card-grid__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.event-card-grid__date,
.event-card-grid__time {
  font-size: 0.9rem;
}
.event-card-grid__separator {
  opacity: 0.7;
}
.event-card-grid__title {
  margin: 0 0 0.5rem;
}
.event-card-grid__title a {
  color: #ffffff;
}
.event-card-grid__excerpt {
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10%;
}
.event-card-grid__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-card-grid__cta i {
  font-size: 0.7rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.event-card-grid__cta:hover {
  background-color: #ffffff;
  color: #869ECE;
}
.event-card-grid__cta:hover i {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.media-card-grid__image {
  aspect-ratio: 1.77777778;
}
.media-card-grid__content {
  padding-top: 1rem;
}
.media-card-grid .top-meta {
  margin-bottom: 0.75rem;
}
.media-card-grid__meta,
.media-card-grid__date {
  font-size: 0.82rem;
}
.media-card-grid__label {
  font-size: 0.75rem;
}
.media-card-grid__title {
  margin-bottom: 0.75rem;
  font-size: clamp(1.7rem, 2.35vw, 2.45rem);
  line-height: 1.05;
}
.media-card-grid__excerpt {
  margin-bottom: 1rem;
  padding-left: 6%;
  font-size: 0.9rem;
  line-height: 1.5;
}
.media-card-grid__excerpt p:last-child {
  margin-bottom: 0;
}
.media-card-grid__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-width: 7rem;
  padding-block: 0.45rem;
  font-size: 0.9rem;
}
.team-member-card {
  height: 100%;
  color: #3558A2;
}
.team-member-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.team-member-card__inner h3 {
  font-size: 1.8rem;
  margin: 0;
}
.team-member-card__inner:hover .team-member-card__img,
.team-member-card__inner:focus .team-member-card__img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.team-member-card__inner:hover .team-member-card__title,
.team-member-card__inner:focus .team-member-card__title {
  color: #2b4783;
}
.team-member-card__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.25rem;
          flex: 0 0 5.25rem;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.team-member-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.team-member-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  text-align: right;
  padding-top: 0.5rem;
}
.team-member-card__subtitle {
  margin-top: 0.25rem;
  color: #1a1a1a;
  font-size: 0.9rem;
  line-height: 1.3;
  max-width: 73%;
}
.movie-card {
  position: relative;
  min-height: 13rem;
  height: 100%;
  padding: 0;
  background-color: #F5F6FA;
  color: #3558A2;
  overflow: hidden;
}
.movie-card__body {
  min-height: inherit;
  height: 100%;
}
.movie-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  height: 100%;
  padding: 1.5rem;
}
.movie-card__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
.movie-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.movie-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.movie-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.movie-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: right;
  padding: 1rem 0 1rem 4rem;
}
.movie-card .card-short-text {
  color: #1a1a1a;
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.45;
}
.movie-card__title {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.movie-card__title a {
  color: inherit;
  text-decoration: none;
}
.movie-card__title a:hover {
  color: #6281bf;
}
.movie-card__subtitle {
  margin-bottom: 0.35rem;
  color: #3558A2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.movie-card__sinopsis {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #ffffff;
}
.movie-card__sinopsis p {
  margin: 0 0 0.25rem;
}
.movie-card__sinopsis p:last-child {
  margin-bottom: 0;
}
.movie-card__details {
  z-index: 5;
}
@media (min-width: 1025px) {
  .movie-card__details .more-details-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100vw - 4rem);
    max-width: 34rem;
    padding: 2rem;
  }
}
.movie-card__media .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .movie-card {
    min-height: 0;
  }
  .movie-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .movie-card__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem 1.5rem 0.5rem;
  }
  .movie-card__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
    padding: 1.5rem;
  }
  .movie-card__image {
    aspect-ratio: auto;
  }
  .movie-card__image img {
    height: auto;
  }
  .movie-card__title {
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .movie-card__title a {
    color: #3558A2;
  }
  .movie-card__subtitle {
    margin-top: 0.35rem;
    font-size: 1.15rem;
  }
  .movie-card .card-short-text {
    margin-top: 1.25rem;
    font-size: 1.2rem;
  }
}
.course-card {
  position: relative;
  height: 100%;
  min-height: 19rem;
  border: 2px solid #3558A2;
  background-color: #fff;
  color: #3558A2;
  overflow: hidden;
}
.course-card__body {
  min-height: inherit;
  height: 100%;
}
.course-card__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: inherit;
  height: 100%;
}
.course-card__image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
  line-height: 0;
}
.course-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.course-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.course-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  padding: 2rem 2rem 3.5rem;
}
.course-card__title {
  margin: 0 0 0.75rem;
  color: #3558A2;
  font-size: 1.65rem;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-card__title i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.course-card__title a {
  color: inherit;
  text-decoration: none;
}
.course-card__title a:hover {
  color: #28437c;
}
.course-card__excerpt {
  color: #1a1a1a;
  font-size: 0.95rem;
  line-height: 1.55;
}
.course-card__excerpt p {
  margin: 0 0 0.4rem;
}
.course-card__excerpt p:last-child {
  margin-bottom: 0;
}
.course-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .course-card {
    min-height: 0;
    height: auto;
    background-color: #ffffff;
  }
  .course-card__body {
    min-height: 0;
    height: auto;
  }
  .course-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 0;
    height: auto;
  }
  .course-card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
    aspect-ratio: 1.6;
  }
  .course-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .course-card__content {
    padding: 1.5rem 1.5rem 6.2rem 2.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .course-card__title {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0.85rem;
  }
  .course-card__title i {
    margin-bottom: 0.65rem;
  }
  .course-card__excerpt {
    font-size: 1.2rem;
  }
  .course-card__link {
    z-index: 2;
  }
}
.diploma-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 18rem;
  height: 100%;
  padding: 0.5rem;
  border: 2px solid #3558A2;
  background-color: #ffffff;
  color: #1a1a1a;
  overflow: hidden;
}
.diploma-card__image {
  display: block;
  aspect-ratio: 1.77777778;
  margin-bottom: 0.9rem;
  overflow: hidden;
  line-height: 0;
}
.diploma-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.diploma-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.diploma-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.8rem;
}
.diploma-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.4rem;
  padding: 1rem 1.2rem;
  background-color: #3558A2;
  color: #ffffff;
}
.diploma-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 2rem;
  line-height: 1;
}
.diploma-card__title {
  margin: 0;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.15;
}
.diploma-card__title a {
  color: inherit;
  text-decoration: none;
}
.diploma-card__subtitle {
  margin: 0 1.2rem 0.6rem;
  color: #3558A2;
  font-weight: 700;
  line-height: 1.35;
}
.diploma-card__excerpt {
  margin: 0 1.2rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.diploma-card__excerpt p {
  margin: 0 0 0.4rem;
}
.diploma-card__excerpt p:last-child {
  margin-bottom: 0;
}
.diploma-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.scholarship-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  height: 100%;
  background-color: #F5F6FA;
  color: #3558A2;
  overflow: hidden;
}
.scholarship-card__image {
  display: block;
  margin: 1.1rem 1.1rem 0;
  aspect-ratio: 3.2;
  overflow: hidden;
  line-height: 0;
}
.scholarship-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.scholarship-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.scholarship-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 2rem 4rem;
}
.scholarship-card__title {
  line-height: 1.05;
}
.scholarship-card__title a {
  color: inherit;
  text-decoration: none;
}
.scholarship-card__title a:hover {
  color: #28437c;
}
.scholarship-card__subtitle {
  color: #3558A2;
}
.scholarship-card__excerpt {
  color: #3558A2;
  font-size: 1.05rem;
}
.scholarship-card__excerpt p {
  margin: 0 0 0.4rem;
}
.scholarship-card__excerpt p:last-child {
  margin-bottom: 0;
}
.scholarship-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.events-content {
  position: relative;
  min-height: 20rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.events-content.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.events-content.is-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  border: 3px solid #E1E7F3;
  border-top-color: #3558A2;
  border-radius: 50%;
  -webkit-animation: events-spin 0.8s linear infinite;
          animation: events-spin 0.8s linear infinite;
}
@-webkit-keyframes events-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes events-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.events-page .events-calendar-section {
  padding: 3.4rem 0 5rem;
  background-color: #3558A2;
  color: #ffffff;
  background-image: url('assets/images/events-bg-mobile.svg');
  background-size: auto;
  background-position: right 30%;
  background-repeat: no-repeat;
}
.events-banner .breadcrumbs {
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .events-banner .breadcrumbs {
    display: none;
  }
}
.events-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events-header h1 {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.events-header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.events-header__type-filter {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14rem;
          flex: 0 1 14rem;
  min-width: 11rem;
  max-width: 18rem;
  margin: 0;
}
.events-header__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.events-header__view-label {
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  color: #3558A2;
}
.events-type-filter__toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 3rem;
  padding: 0.55rem 1.2rem;
  border: 2px solid #3558A2;
  border-radius: 0;
  background-color: #ffffff;
  color: #1a1a1a;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  outline: none;
  -webkit-padding-end: 2.2rem;
          padding-inline-end: 2.2rem;
  color: #3558A2;
  cursor: pointer;
}
.events-type-filter__toggle::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.events-type-filter__toggle::-moz-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.events-type-filter__toggle:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.events-type-filter__toggle::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.events-type-filter__toggle::placeholder {
  color: rgba(26, 26, 26, 0.55);
  opacity: 1;
}
.events-type-filter__toggle:focus {
  border-color: #869ECE;
}
.events-type-filter__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.events-type-filter.is-open .form-field__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.events-type-filter__panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  left: 0;
  z-index: 50;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  max-height: 16rem;
  overflow: auto;
  border: 2px solid #3558A2;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.events-type-filter__option {
  display: block;
  width: 100%;
  padding: 0.45rem 1rem;
  -webkit-padding-start: calc(1rem + (var(--events-type-depth, 0) * 1rem));
          padding-inline-start: calc(1rem + (var(--events-type-depth, 0) * 1rem));
  border: 0;
  background: transparent;
  color: #3558A2;
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  cursor: pointer;
}
.events-type-filter__option:hover,
.events-type-filter__option:focus-visible {
  background-color: rgba(53, 88, 162, 0.08);
  outline: none;
}
.events-type-filter__option.is-selected {
  background-color: #3558A2;
  color: #ffffff;
}
.events-type-filter__option--parent {
  color: #1a1a1a;
  font-size: 1.05rem;
  font-weight: 700;
}
.events-type-filter__option--parent.is-selected {
  color: #ffffff;
}
.events-type-filter__option--child {
  color: #3558A2;
  font-size: 0.95rem;
  font-weight: 400;
}
.events-type-filter__option--all {
  font-family: 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
}
.events-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.events-toolbar__view-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.events-toolbar__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.events-toolbar__labels::-webkit-scrollbar {
  display: none;
}
.events-view-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 2px solid #3558A2;
  background: transparent;
  color: #3558A2;
  font-size: 1.45rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color color border-color 0.3s ease;
  transition: background-color color border-color 0.3s ease;
}
.events-view-btn i {
  display: block;
  line-height: 1;
}
.events-view-btn .ico-f-list,
.events-view-btn .ico-list {
  font-size: 1.55rem;
}
.events-view-btn .ico-grid {
  font-size: 1.4rem;
}
.events-view-btn:hover,
.events-view-btn.is-active {
  background-color: #3558A2;
  border-color: #3558A2;
  color: #ffffff;
}
.events-month-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.events-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 2px solid #3558A2;
  background: #ffffff;
  color: #3558A2;
  font-size: 1.35rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: background-color color 0.3s ease;
  transition: background-color color 0.3s ease;
}
.events-nav-btn i {
  display: block;
  line-height: 1;
  font-size: 1.05rem;
}
.events-nav-btn:hover {
  background-color: #869ECE;
  color: #ffffff;
}
.events-month-title {
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #ffffff;
  min-width: 10rem;
  text-align: center;
}
.events-calendar__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  background-color: #3558A2;
}
.events-calendar__day-name {
  padding: 0 0.5rem;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.8rem;
}
.events-calendar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.events-calendar__week {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
.events-calendar__day {
  height: 19rem;
  padding: 0.8rem 0.6rem;
  border: 8px solid transparent;
  background-color: #ffffff;
  background-clip: padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.events-calendar__day--empty {
  background-color: #F5F6FA;
}
.events-calendar__day--today {
  background-color: #FFE552;
}
.events-calendar__day--has-events {
  cursor: pointer;
}
.events-calendar__day-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  color: #3558A2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.events-calendar__day-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #869ECE #E1E7F3;
}
.events-calendar__day-events::-webkit-scrollbar {
  width: 4px;
}
.events-calendar__day-events::-webkit-scrollbar-track {
  background: #E1E7F3;
}
.events-calendar__day-events::-webkit-scrollbar-thumb {
  background: #869ECE;
  border-radius: 2px;
}
.events-calendar__event {
  display: block;
  padding: 0.25rem 0.5rem;
  border-right: 3px solid #3558A2;
  font-size: 1rem;
  line-height: 1.3;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.events-calendar__event:hover {
  background-color: #869ECE;
  color: #ffffff;
}
.events-calendar__event-time {
  display: block;
  font-weight: 600;
  font-size: 0.7rem;
  background-color: #E1E7F3;
  padding: 0.25rem 0.4rem 0.08rem;
  color: #1a1a1a !important;
}
.events-calendar__event-short-title {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #3558A2;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 2px;
}
.events-calendar__event-title {
  display: block;
}
.events-calendar__event-location {
  display: block;
  font-size: 0.65rem;
  margin-top: 0.15rem;
}
.events-calendar__event-location:before {
  content: "\e938";
  font-family: 'icomoon';
  margin-left: 0.2rem;
  font-size: 0.7rem;
}
.events-calendar__more {
  font-size: 0.7rem;
  color: #3558A2;
  font-weight: 600;
  padding-right: 0.5rem;
}
.events-list__empty {
  padding: 3.4rem;
  text-align: center;
  color: #3558A2;
  font-size: 1.2rem;
}
.events-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.events-list__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.4rem;
}
.events-list__load-more .btn-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  padding: 0;
  background-color: transparent;
  color: #FFE552;
  border: none;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events-list__load-more .btn-load-more::after {
  content: '\e906';
  font-family: 'icomoon';
  font-size: 0.65rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events-list__load-more .btn-load-more:hover::after {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.events-list__load-more .btn-load-more.is-loading {
  opacity: 0.7;
  cursor: wait;
}
.events-list__load-more .btn-load-more.is-loading::after {
  display: none;
}
.event-card {
  max-width: 51.5rem;
  margin: 0 auto;
  width: 100%;
}
.event-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.event-card__header {
  color: rgba(255, 255, 255, 0.8);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-end: 1.8rem;
          padding-inline-end: 1.8rem;
}
.event-card .more-details {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.event-card__content {
  background-color: #ffffff;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.event-card__content .btn,
.event-card__content .event-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.event-card__image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  width: 12rem;
  background-color: #F8F7F7;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.event-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.event-card__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.event-card__text {
  padding: 2rem;
  position: relative;
  min-width: 0;
}
.event-card__date--range .event-card__day {
  font-size: 3rem;
}
.event-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.event-card__title a {
  color: #3558A2;
  text-decoration: none;
}
.event-card__title a:hover {
  color: #FF9575;
}
.event-card__labels {
  margin: 0 0 0.75rem;
}
.event-card__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 0.85;
  text-align: center;
}
.event-card__day {
  font-size: 6.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.event-card__month {
  font-size: 5rem;
  font-weight: 600;
  white-space: nowrap;
}
.event-card__time {
  font-size: 2.7rem;
  font-weight: 600;
  white-space: nowrap;
}
.event-card__excerpt {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #1a1a1a;
}
.event-card__button {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1024px) {
  .event-card {
    max-width: none;
  }
  .event-card__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1.25rem 7.5rem;
    grid-template-columns: minmax(0, 1fr) 7.5rem;
    -ms-grid-rows: auto 1rem auto 1rem auto;
        grid-template-areas: "details details" "meta image" "text text";
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1rem;
    padding: 0 1.5rem 3.8rem;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: #ffffff;
    border: 2px solid #3558A2;
  }
  .event-card__header {
    grid-area: meta;
    width: auto;
    color: #3558A2;
    -ms-grid-row-align: start;
        align-self: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.5rem 0 0;
  }
  .event-card .more-details {
    grid-area: details;
    width: calc(100% + 3rem);
    margin-inline: -1.5rem;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .event-card__content {
    display: contents;
    padding: 0;
    background: transparent;
  }
  .event-card__image {
    grid-area: image;
    width: 7.5rem;
    aspect-ratio: 1;
    margin-top: 1.5rem;
  }
  .event-card__text {
    grid-area: text;
    padding: 0;
  }
  .event-card__meta-item {
    text-align: right;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1;
  }
  .event-card__day {
    font-size: 3.6rem;
    color: #3558A2;
  }
  .event-card__month {
    font-size: 1.6rem;
    color: #3558A2;
    margin-top: 0.15rem;
  }
  .event-card__time {
    font-size: 1.6rem;
    color: #3558A2;
    margin-top: 0.35rem;
  }
  .event-card__title {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
  }
  .event-card__title a {
    color: #3558A2;
  }
  .event-card__excerpt {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .event-card .btn,
  .event-card .event-card__link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1024px){
  .event-card__header {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .event-card .more-details {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .event-card__image {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .event-card__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.single-event__hero {
  position: relative;
  max-height: 30rem;
  overflow: hidden;
  margin-bottom: 3.4rem;
}
.single-event__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-event__header {
  margin-bottom: 2rem;
}
.single-event__title {
  margin: 0 0 1rem;
  font-size: 2.5rem;
  color: #3558A2;
}
.single-event__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.single-event__label {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #E1E7F3;
  color: #3558A2;
  font-size: 0.85rem;
  font-weight: 600;
}
.single-event__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.4rem 20rem;
  grid-template-columns: 1fr 20rem;
  gap: 3.4rem;
}
@media (max-width: 1024px) {
  .single-event__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.single-event__main {
  min-width: 0;
}
.single-event__content {
  font-size: 1.1rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .single-event__sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.single-event__meta-box {
  padding: 1rem;
  background-color: #F5F6FA;
  border: 2px solid #869ECE;
  margin-bottom: 1rem;
}
.single-event__meta-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(53, 88, 162, 0.15);
}
.single-event__meta-item:last-child {
  border-bottom: none;
}
.single-event__meta-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #3558A2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-event__meta-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  color: #1a1a1a;
}
.single-event__meta-value i {
  color: #3558A2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2rem;
}
.single-event__all-dates .single-event__meta-label {
  margin-bottom: 0.5rem;
}
.single-event__dates-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-event__dates-list li {
  padding: 0.25rem 0;
  font-size: 0.9rem;
  color: #1a1a1a;
}
.single-event__dates-list li:not(:last-child) {
  border-bottom: 1px solid rgba(53, 88, 162, 0.1);
}
.single-event__back-btn {
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .events-header h1 {
    text-align: center !important;
    margin: 0 !important;
  }
  .events-header__view {
    display: none;
  }
  .events-header__controls {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .events-header__type-filter {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }
  .events-calendar {
    display: none;
  }
}
@media (max-width: 768px) {
  .events-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .events-header h1 {
    text-align: center;
  }
  .events-header__controls {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .events-header__view {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .events-toolbar__view-toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .events-toolbar__labels {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0.5rem;
  }
  .events-month-title {
    font-size: 2.3rem;
    min-width: 8rem;
  }
  .events-calendar__day {
    height: 6rem;
    padding: 0.25rem;
  }
  .events-calendar__day-number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.85rem;
  }
  .events-calendar__event {
    padding: 0.15rem 0.25rem;
    font-size: 0.65rem;
  }
  .events-calendar__event-time {
    display: none;
  }
  .events-list__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .single-event__title {
    font-size: 1.8rem;
  }
  .single-event__body {
    gap: 2rem;
  }
}
.site-footer {
  color: #ffffff;
  position: relative;
}
.site-footer .footer-elem {
  width: 100vw;
  height: 63rem;
  position: absolute;
  bottom: 88%;
  z-index: 1;
  left: 0;
}
.site-footer .footer-elem svg {
  width: 100%;
  height: auto;
}
.site-footer .top-footer {
  background-color: #3558A2;
  padding: 6rem;
}
.site-footer .bottom-footer {
  background-color: #869ECE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 6rem;
  font-size: 0.9rem;
  position: relative;
}
.site-footer .bottom-footer p {
  margin: 0;
}
.site-footer .bottom-footer ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .bottom-footer ul.menu li:after {
  content: '|';
  margin: 0 0.5rem;
  color: #ffffff;
}
.site-footer .bottom-footer ul.menu li:last-child:after {
  display: none;
}
.site-footer .bottom-footer ul.menu a:hover {
  color: #3558A2;
}
.site-footer .footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%;
}
.site-footer .footer-cols .footer-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.site-footer .widget-title {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  color: inherit;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
}
.site-footer .widget img.widget-image--rem-sized {
  display: block;
  max-width: 100%;
}
.site-footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul.menu li {
  margin-bottom: 0.1rem;
  color: #ffffff;
}
.site-footer ul.menu li a {
  color: #ffffff;
  font-size: 1rem;
}
.site-footer ul.menu li a:hover {
  color: #FF9575;
}
.site-footer .site-info {
  margin-top: 3.4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  text-align: center;
}
.site-footer .footer-col__chevron {
  display: none;
}
.site-footer .footer-col__content {
  display: block;
}
@media (max-width: 1024px) {
  .site-footer .footer-elem {
    display: none;
  }
  .site-footer .container {
    padding: 0;
  }
  .site-footer .top-footer {
    padding: 2.5rem 3rem;
  }
  .site-footer .bottom-footer {
    padding: 2.5rem 3rem 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    background-image: url(assets/images/mobile-footer-bg.svg);
    background-size: 10rem auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .site-footer .bottom-footer ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .site-footer .bottom-footer ul.menu li:after {
    content: none;
  }
  .site-footer .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .site-footer .footer-cols .footer-col {
    width: 100%;
  }
  .site-footer .footer-cols .footer-col--first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .site-footer .footer-cols .footer-col--accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .site-footer .footer-cols .footer-col--accordion .widget {
    margin: 0;
  }
  .site-footer .footer-cols .footer-col--accordion ul li {
    margin-bottom: 0.7rem;
  }
  .site-footer .footer-cols .footer-col--accordion .widget-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: start;
    cursor: pointer;
    font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }
  .site-footer .footer-cols .footer-col--accordion .footer-col__chevron {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: -webkit-transform 220ms ease;
    transition: -webkit-transform 220ms ease;
    transition: transform 220ms ease;
    transition: transform 220ms ease, -webkit-transform 220ms ease;
    padding-top: 0.2rem;
  }
  .site-footer .footer-cols .footer-col--accordion .footer-col__chevron::before {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 0.85rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .site-footer .footer-cols .footer-col--accordion .footer-col__content {
    display: none;
    padding: 0 0 1rem;
  }
  .site-footer .footer-cols .footer-col--accordion.is-open .footer-col__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.footer-details {
  padding: 2.5rem 0;
  position: relative;
  z-index: 2;
}
.footer-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-details h4 {
  margin-bottom: 0.5rem;
}
.footer-details__header {
  margin-bottom: 3.4rem;
}
.footer-details__header h2 {
  color: #869ECE;
  margin: 0;
}
.footer-details .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
}
.footer-details .quick-box {
  padding: 0.5rem 4.8rem 0.5rem 1rem;
}
.footer-details .quick-box ul li {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.footer-details .quick-box ul li:before {
  content: "\e907";
  font-family: 'icomoon';
  margin-left: 0.5rem;
  color: #3558A2;
  font-size: 0.7rem;
}
.footer-details .quick-box ul li a {
  color: #1a1a1a;
}
.footer-details .quick-box ul li:last-child {
  margin-bottom: 0;
}
.footer-details .primary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  background-color: #F8F7F7;
  padding: 3.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-details .primary-list__link-item .ico-f-email {
  font-size: 0.85rem;
}
.footer-details .primary-list__link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-details .primary-list__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  font-size: 1rem;
  color: #869ECE;
  padding-top: 0.1rem;
}
.footer-details .primary-list .primary-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.85rem;
}
.footer-details .primary-list .primary-list__item ul li {
  color: #3558A2;
  margin: 0.3rem 0;
}
.footer-details .primary-list .primary-list__item p {
  margin-bottom: 0.5rem;
}
.footer-details .primary-list .primary-list__trigger {
  display: block;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 400;
  text-align: start;
  cursor: default;
  font-family: 'Mikhmoret', 'Open Sans Hebrew', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #3558A2;
  font-size: 1.2rem;
}
.footer-details .primary-list .primary-list__chevron {
  display: none;
}
.footer-details .primary-list .primary-list__content {
  display: block;
}
@media (max-width: 1024px) {
  .footer-details {
    padding-top: 4rem;
  }
  .footer-details__header {
    margin-bottom: 2.5rem;
  }
  .footer-details .quick-box {
    padding: 2.2rem 2.5rem;
    background-color: #F8F7F7;
  }
  .footer-details .quick-box__title {
    margin-bottom: 1.1rem;
  }
  .footer-details .details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-details .details-wrapper .primary-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    background-color: transparent;
  }
  .footer-details .details-wrapper .primary-list__icon {
    font-size: 1.1rem;
  }
  .footer-details .details-wrapper .primary-list .primary-list__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    border-bottom: 1px solid rgba(53, 88, 162, 0.18);
    font-size: 1.2rem;
  }
  .footer-details .details-wrapper .primary-list .primary-list__item:last-child {
    border-bottom: 0;
  }
  .footer-details .details-wrapper .primary-list .primary-list__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    margin: 0;
    padding: 1rem 0;
    color: #3558A2;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .footer-details .details-wrapper .primary-list .primary-list__title:not(.primary-list__trigger) {
    margin: 0;
    padding: 1rem 0;
    color: #3558A2;
  }
  .footer-details .details-wrapper .primary-list .primary-list__title-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-details .details-wrapper .primary-list .primary-list__chevron {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border: 2px solid #3558A2;
    border-radius: 50%;
    color: #3558A2;
    line-height: 1;
    -webkit-transition: -webkit-transform 220ms ease;
    transition: -webkit-transform 220ms ease;
    transition: transform 220ms ease;
    transition: transform 220ms ease, -webkit-transform 220ms ease;
    padding-top: 0.2rem;
  }
  .footer-details .details-wrapper .primary-list .primary-list__chevron::before {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 0.85rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .footer-details .details-wrapper .primary-list .primary-list__content {
    display: none;
    padding: 0 0 1rem;
  }
  .footer-details .details-wrapper .primary-list .primary-list__item.is-open .primary-list__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.footer-actions {
  padding-top: 12.2rem;
  position: relative;
  z-index: 2;
}
.footer-actions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-actions__socials {
  width: calc(38% + 5rem);
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
  margin-top: -8rem;
  min-height: 18rem;
  color: #ffffff;
  padding: 5rem 6.4rem;
}
.footer-actions__socials h1,
.footer-actions__socials h2,
.footer-actions__socials h3 {
  color: #ffffff;
}
.footer-actions__newsletter {
  width: 62%;
  padding: 0.5rem 1rem;
  margin-right: -5rem;
  min-height: 18rem;
  position: relative;
}
.footer-actions__newsletter:before {
  content: "";
  display: block;
  width: 18rem;
  height: 18rem;
  background-image: url(assets/images/newsletter-box-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -2.5rem;
  top: -5.5rem;
  z-index: -1;
}
.footer-actions .socials-box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20%;
  margin-top: 1.5rem;
}
.footer-actions .socials-box__items li {
  color: #ffffff;
  font-size: 1.6rem;
}
.footer-actions .socials-box__items li a {
  color: inherit;
}
.footer-actions .socials-box__items li a:hover {
  color: #3558A2;
}
.footer-actions .newsletter-box {
  --clipped-panel-clip-inset: 11%;
  padding: 1.6rem;
}
.footer-actions .newsletter-box__text {
  --clipped-panel-bg: #fff;
  padding: 3.5rem 7rem 3.5rem 3.5rem;
  height: 100%;
  width: 100%;
}
.footer-actions .newsletter-box--linked {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.footer-actions .newsletter-box--linked .newsletter-box__arrow {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.footer-actions .newsletter-box--linked .newsletter-box__arrow svg {
  display: block;
  width: clamp(1.7rem, 5vw, 6.2rem);
  height: auto;
}
.footer-actions .newsletter-box--linked .newsletter-box__text {
  width: 80%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .footer-actions {
    padding-top: 2.2rem;
    margin-top: 2rem;
  }
  .footer-actions:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-image: url(assets/images/footer-mobile-elem.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    bottom: 20%;
    z-index: -1;
  }
  .footer-actions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-actions .socials-box {
    padding: 2rem 2.5rem;
    min-height: auto;
  }
  .footer-actions .newsletter-box {
    padding: 0.8rem;
    min-height: auto;
  }
  .footer-actions .newsletter-box--linked .newsletter-box__text {
    width: 92%;
  }
  .footer-actions .newsletter-box--linked .newsletter-box__arrow {
    width: 17%;
  }
  .footer-actions .newsletter-box__text {
    padding: 1.5rem 1.5rem 1rem 2.5rem;
    font-size: 14px;
  }
  .footer-actions .newsletter-box__text p br {
    display: none;
  }
  .footer-actions .newsletter-box:before {
    bottom: 120%;
    top: auto;
    width: 10rem;
    height: 10rem;
  }
  .footer-actions .newsletter-box,
  .footer-actions .socials-box {
    width: 100%;
    margin: 0;
  }
  .footer-actions .newsletter-box h2,
  .footer-actions .socials-box h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.mobile-dock .scroll-to-top {
  position: fixed;
  bottom: 2rem;
  inset-inline-end: 2rem;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 2px solid #3558A2;
  background-color: #ffffff;
  color: #3558A2;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-dock .scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mobile-dock .scroll-to-top:hover {
  background-color: #3558A2;
  color: #ffffff;
}
.mobile-dock .scroll-to-top__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-dock .scroll-to-top__icon svg {
  display: block;
  width: 1.6rem;
  height: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-actions {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    pointer-events: none;
    padding: 1rem 2rem;
  }
  .mobile-dock .scroll-to-top {
    left: 0.7rem;
    right: auto;
    bottom: 1.6rem;
    width: 3rem;
    height: 3rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
  .has-mobile-actions #page {
    padding-bottom: 5.5rem;
  }
  .has-mobile-actions .mobile-dock {
    -webkit-filter: drop-shadow(0 -6px 16px rgba(26, 26, 26, 0.18));
            filter: drop-shadow(0 -6px 16px rgba(26, 26, 26, 0.18));
  }
  .has-mobile-actions .mobile-dock .scroll-to-top {
    left: 0.7rem;
    right: auto;
    bottom: 1.6rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
  }
  .has-mobile-actions .mobile-actions {
    display: block;
    pointer-events: auto;
    width: 100%;
    background-color: #3558A2;
    padding-left: 1.5rem;
    border: 1px solid #fff;
  }
  .has-mobile-actions .mobile-actions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 4.2rem;
  }
  .has-mobile-actions .mobile-actions__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .has-mobile-actions .mobile-actions__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    bottom: 22%;
    left: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.45);
    pointer-events: none;
  }
  .has-mobile-actions .mobile-actions__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 4.2rem;
    padding: 0.75rem 0.5rem;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .has-mobile-actions .mobile-actions__link:hover,
  .has-mobile-actions .mobile-actions__link:focus-visible {
    opacity: 0.8;
    color: #ffffff;
  }
  .has-mobile-actions .mobile-actions__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
  }
  .has-mobile-actions .mobile-actions__icon .dashicons {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 1.55rem;
  }
  .has-mobile-actions .mobile-actions__icon img {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*# sourceMappingURL=style.css.map */