/*
Theme Name: Epicod Rachel
Theme URI: https://epicod.co.il
Author: Epicod
Description: Classic theme for Rachel, built with ACF flexible content sections (rows & columns).
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: epicod-rachel
*/
@import url("https://fonts.googleapis.com/earlyaccess/opensanshebrew.css");
@font-face {
  font-family: 'Carter One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/carterone/v18/q5uCsoe5IOB2-pXv9UcNIxQ.ttf) format('truetype');
}
@font-face {
  font-family: "Kartiv";
  src: url("assets/fonts/KartivRegular_web/Kartiv-Regular.woff2") format("woff2"), url("assets/fonts/KartivRegular_web/Kartiv-Regular.woff") format("woff"), url("assets/fonts/KartivRegular_web/Kartiv-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kartiv";
  src: url("assets/fonts/KartivBlack_web/Kartiv-Black.woff2") format("woff2"), url("assets/fonts/KartivBlack_web/Kartiv-Black.woff") format("woff"), url("assets/fonts/KartivBlack_web/Kartiv-Black.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kartiv";
  src: url("assets/fonts/KartivBlack_web/Kartiv-Black.woff2") format("woff2"), url("assets/fonts/KartivBlack_web/Kartiv-Black.woff") format("woff"), url("assets/fonts/KartivBlack_web/Kartiv-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carter One HE";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/carterone/v18/q5uCsoe5IOB2-pXv9UcNExN8hA.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  size-adjust: 78%;
}
:root {
  --font-heading: "Carter One HE", "Kartiv", "Open Sans Hebrew", "Segoe UI", Arial, sans-serif;
}
html[lang^="en"],
body.lang-en {
  --font-heading: "Carter One", "Kartiv", "Open Sans Hebrew", "Segoe UI", Arial, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 1vw;
  line-height: 1.5;
  overflow-x: clip;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
body {
  margin: 0;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-weight: 400;
  color: #3E3E3E;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.15rem;
  overflow-x: clip;
  max-width: 100%;
}
p,
li,
td,
th,
label,
input,
textarea,
select,
button {
  font-family: inherit;
}
p a {
  color: #8B51B0;
  text-decoration: underline;
}
p a:hover,
p a:focus-visible {
  color: #4B2566;
}
.wysiwyg-font-kartiv {
  font-family: var(--font-heading);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
  margin: 0.6em 0 0.4em;
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.15;
  margin: 0.5rem 0 0;
}
.h1,
.h2,
.h3 {
  display: block;
}
h1,
.h1 {
  font-size: clamp(2.10526316rem, 3.15789474vw, 3.15789474rem);
  line-height: 1.15;
  color: #4B2566;
}
h2,
.h2 {
  font-size: clamp(1.78947368rem, 2.63157895vw, 2.63157895rem);
  line-height: 1;
  color: #4B2566;
}
h3,
.h3 {
  font-size: 1.57894737rem;
  font-family: var(--font-heading);
}
h4,
.h4 {
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
ul {
  padding-right: 1rem;
  margin: 0 0 1rem;
}
p:first-of-type {
  margin-top: 0;
}
hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: 1.5rem 0;
}
fieldset {
  border: none;
  padding: 0.85rem 0;
  margin: 0;
  position: relative;
}
fieldset br {
  display: none;
}
fieldset > p {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
}
fieldset.column {
  padding-top: 1.2rem !important;
}
fieldset.column p {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
form {
  margin: 0;
  padding: 0;
  direction: rtl;
}
label {
  text-align: right;
  display: block;
  font-size: 1.1rem;
  white-space: nowrap;
}
input:not([type]),
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 1.84210526rem;
  margin: 0 0 0.85rem;
  padding: 0 1.35rem;
  border: 0;
  border-radius: 0.52631579rem;
  background-color: #ffffff;
  color: #3E3E3E;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.84210526rem;
  text-align: start;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.2s ease;
}
input:not([type])::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
select::placeholder {
  color: rgba(62, 62, 62, 0.45);
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
select:focus,
input:not([type]):focus-visible,
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="url"]:focus-visible,
input[type="search"]:focus-visible,
input[type="password"]:focus-visible,
input[type="number"]:focus-visible,
input[type="date"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(75, 37, 102, 0.35);
  outline-offset: 2px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12);
}
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
select:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
select {
  padding-inline-end: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%233E3E3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1.2rem center;
  background-size: 0.7rem 0.45rem;
  cursor: pointer;
}
html[dir="ltr"] select,
body.lang-en select {
  background-position: right 1.2rem center;
}
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 0.85rem;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 0.52631579rem;
  background-color: #ffffff;
  color: #3E3E3E;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: start;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  appearance: none;
  resize: vertical;
  height: 7.89473684rem;
  min-height: 7.89473684rem;
  overflow: hidden;
}
textarea::placeholder {
  color: rgba(62, 62, 62, 0.45);
}
textarea:focus,
textarea:focus-visible {
  outline: 2px solid rgba(75, 37, 102, 0.35);
  outline-offset: 2px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12);
}
.wpcf7 fieldset:not(.column):not(.hidden-fields-container) > p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.wpcf7 fieldset:not(.column):not(.hidden-fields-container) > p > label {
  flex: 0 0 5.78947368rem;
  width: 5.78947368rem;
  max-width: 5.78947368rem;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.wpcf7 .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]),
.wpcf7 .wpcf7-form-control-wrap select,
.wpcf7 .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
  width: 100%;
}
.wpcf7 .wpcf7-acceptance,
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item-label::before,
.wpcf7 .wpcf7-list-item-label::after {
  content: none;
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.42105263rem;
  width: auto;
  max-width: none;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  color: #3E3E3E;
  text-align: start;
  white-space: normal;
  cursor: pointer;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 0.52631579rem;
  height: 0.52631579rem;
  margin: 0;
  padding: 0;
  border: 1px solid #8a8a8a;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.wpcf7 input[type="checkbox"]:checked,
.wpcf7 input[type="radio"]:checked {
  border-color: #3E3E3E;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.2L4.8 9L10 3' stroke='%233E3E3E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.42105263rem 0.42105263rem;
}
.wpcf7 input[type="checkbox"]:focus-visible,
.wpcf7 input[type="radio"]:focus-visible {
  outline: 2px solid rgba(75, 37, 102, 0.35);
  outline-offset: 2px;
  box-shadow: none;
}
.wpcf7 fieldset.column > p {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
}
.wpcf7 fieldset.column label {
  flex: none;
  width: auto;
  max-width: none;
  margin-bottom: 0;
}
.wpcf7 fieldset.column .wpcf7-form-control-wrap {
  flex: none;
  width: 100%;
}
.wpcf7 form > p {
  margin: 0;
}
.wpcf7 .wpcf7-not-valid input:not([type="checkbox"]):not([type="radio"]),
.wpcf7 input.wpcf7-not-valid:not([type="checkbox"]):not([type="radio"]),
.wpcf7 .wpcf7-not-valid select,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 .wpcf7-not-valid textarea,
.wpcf7 textarea.wpcf7-not-valid {
  outline: none;
  border: 1px solid #C45C4A;
  box-shadow: 0 4px 16px rgba(196, 92, 74, 0.12);
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 2;
  display: block;
  margin: 0.21052632rem 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: #C45C4A;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 0.63157895rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  text-align: start;
  pointer-events: none;
}
.wpcf7 .wpcf7-not-valid-tip::before {
  content: none;
}
.wpcf7 .wpcf7-response-output {
  margin: 0.55rem 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: #C45C4A;
  font-size: 0.68421053rem;
  line-height: 1.4;
  text-align: start;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #2F6B4F;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #C45C4A;
}
input[type="submit"]:not(.site-search-form__submit),
input[type="button"]:not(.site-search-form__submit),
button[type="submit"]:not(.site-search-form__submit) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.73684211rem;
  margin: 0.55rem 0 0;
  padding: 0.55rem 1.35rem;
  border: 0;
  border-radius: 0.73684211rem;
  background-color: #E8B03A;
  color: #111111;
  font-family: var(--font-heading);
  font-size: 1.26315789rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  appearance: none;
  -webkit-appearance: none;
  transition: filter 180ms ease, box-shadow 180ms ease;
}
input[type="submit"]:not(.site-search-form__submit):hover,
input[type="button"]:not(.site-search-form__submit):hover,
button[type="submit"]:not(.site-search-form__submit):hover,
input[type="submit"]:not(.site-search-form__submit):focus-visible,
input[type="button"]:not(.site-search-form__submit):focus-visible,
button[type="submit"]:not(.site-search-form__submit):focus-visible {
  filter: brightness(1.06);
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.18);
}
input[type="submit"]:not(.site-search-form__submit):focus-visible,
input[type="button"]:not(.site-search-form__submit):focus-visible,
button[type="submit"]:not(.site-search-form__submit):focus-visible {
  outline: 2px solid rgba(75, 37, 102, 0.45);
  outline-offset: 3px;
}
input[type="submit"]:not(.site-search-form__submit):disabled,
input[type="button"]:not(.site-search-form__submit):disabled,
button[type="submit"]:not(.site-search-form__submit):disabled {
  opacity: 0.65;
  cursor: not-allowed;
  filter: none;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.button {
  --button-grad-start: #FDD87B;
  --button-grad-end: #F9A43E;
  --button-text: #1a1a1a;
  --button-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.28);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.6rem 1.55rem;
  border: 0;
  border-radius: 999px;
  color: var(--button-text);
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.1rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--button-shadow);
  appearance: none;
  background-color: var(--button-grad-end);
  background-image: linear-gradient(90deg, var(--button-grad-start) 0%, var(--button-grad-end) 50%, var(--button-grad-start) 100%);
  background-size: 200% 100%;
  background-position: 0% center;
  transition: background-position 0.55s cubic-bezier(0.33, 0.08, 0.18, 1), translate 0.28s ease, box-shadow 0.28s ease;
}
.button:hover,
.button:focus-visible {
  background-position: 100% center;
  translate: 0 -2px;
  box-shadow: 0 0.55rem 1.25rem rgba(0, 0, 0, 0.3);
}
.button:hover,
.button:focus-visible {
  color: var(--button-text);
  text-decoration: none;
  filter: none;
}
.button:focus-visible {
  outline: 2px solid #4B2566;
  outline-offset: 3px;
}
.button::after {
  content: "";
  flex: 0 0 auto;
  width: 0.89474rem;
  height: 0.8rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 6.65691C-0.0976315 7.04743 -0.0976314 7.6806 0.292893 8.07112L6.65686 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36402L8.07107 1.70716C8.46159 1.31664 8.46159 0.683471 8.07107 0.292947C7.68054 -0.0975776 7.04738 -0.0975776 6.65685 0.292947L0.292892 6.65691ZM18 7.36401L18 6.36401L1 6.36402L1 7.36402L1 8.36402L18 8.36401L18 7.36401Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 6.65691C-0.0976315 7.04743 -0.0976314 7.6806 0.292893 8.07112L6.65686 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36402L8.07107 1.70716C8.46159 1.31664 8.46159 0.683471 8.07107 0.292947C7.68054 -0.0975776 7.04738 -0.0975776 6.65685 0.292947L0.292892 6.65691ZM18 7.36401L18 6.36401L1 6.36402L1 7.36402L1 8.36402L18 8.36401L18 7.36401Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}
.button--no-arrow::after {
  content: none;
  display: none;
}
.button .button__surface {
  display: none;
}
.button .button__label {
  position: relative;
  z-index: 1;
}
.button.white,
.button.clean,
.button.light,
.button.accent {
  color: var(--button-text);
}
.button.read-more {
  --button-text: #3E3E3E;
  padding: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  font-weight: 400;
  gap: 0.75rem;
  font-size: inherit;
  color: #8B51B0;
  text-decoration: underline;
}
.button.read-more:hover,
.button.read-more:focus-visible {
  color: #8B51B0;
  filter: none;
  transform: none;
  translate: none;
  box-shadow: none;
  background-position: 0% center;
}
.button.read-more::after {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: #4B2566;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 6.65691C-0.0976315 7.04743 -0.0976314 7.6806 0.292893 8.07112L6.65686 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36402L8.07107 1.70716C8.46159 1.31664 8.46159 0.683471 8.07107 0.292947C7.68054 -0.0975776 7.04738 -0.0975776 6.65685 0.292947L0.292892 6.65691ZM18 7.36401L18 6.36401L1 6.36402L1 7.36402L1 8.36402L18 8.36401L18 7.36401Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85rem auto;
  -webkit-mask: none;
  mask: none;
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
  .button:hover,
  .button:focus-visible {
    transform: none;
    translate: none;
  }
}
.site-content table {
  width: 100%;
  margin: 2rem 0 2.5rem;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.55rem 1.7rem rgba(75, 37, 102, 0.14);
  color: #3E3E3E;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: start;
}
.site-content table caption {
  caption-side: top;
  margin: 0 0 0.75rem;
  text-align: start;
  font-weight: 700;
}
.site-content table th,
.site-content table td {
  padding: 0.85rem 1.1rem !important;
  border: 0 !important;
  vertical-align: middle;
  text-align: start !important;
}
.site-content table thead th,
.site-content table tbody tr:first-child:has(> th) th {
  background: #f1e6d3;
  color: #3E3E3E;
  font-weight: 700;
}
.site-content table tbody tr:nth-child(odd) {
  background: #ffffff;
}
.site-content table tbody tr:nth-child(even) {
  background: #faf6f0;
}
.site-content table tbody tr:first-child:has(> th) {
  background: #f1e6d3;
}
.site-content table tbody td:first-child {
  font-weight: 700;
}
.theme-table {
  position: relative;
  width: 100%;
  margin: 2rem 0 2.75rem;
}
.theme-table__scroll {
  padding: 1rem;
  border-radius: 0.85rem;
  background: #ffffff;
  box-shadow: 0 0.55rem 1.7rem rgba(75, 37, 102, 0.14);
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.theme-table table {
  margin: 0;
  border-radius: 0.55rem;
  box-shadow: none;
  overflow: hidden;
}
.theme-table thead th:first-child,
.theme-table tbody tr:first-child:has(> th) th:first-child {
  border-start-start-radius: 0.55rem;
}
.theme-table thead th:last-child,
.theme-table tbody tr:first-child:has(> th) th:last-child {
  border-start-end-radius: 0.55rem;
}
.theme-table tbody tr:last-child td:first-child {
  border-end-start-radius: 0.55rem;
}
.theme-table tbody tr:last-child td:last-child {
  border-end-end-radius: 0.55rem;
}
.theme-table--collapsible {
  padding-bottom: 0.15rem;
}
.theme-table.is-collapsed tbody tr:nth-child(n + 6) {
  display: none;
}
.theme-table.is-collapsed tbody tr:nth-child(5) td:first-child {
  border-end-start-radius: 0.55rem;
}
.theme-table.is-collapsed tbody tr:nth-child(5) td:last-child {
  border-end-end-radius: 0.55rem;
}
.theme-table__toggle {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 2.15rem;
  margin: 0;
  padding: 0;
  transform: translate(-50%, 50%);
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #4B2566;
  box-shadow: 0 0.2rem 0.85rem rgba(75, 37, 102, 0.2);
  cursor: pointer;
  appearance: none;
}
.theme-table__toggle:hover,
.theme-table__toggle:focus-visible {
  background: #ffffff;
  outline: none;
  box-shadow: 0 0.25rem 1rem rgba(75, 37, 102, 0.26);
}
.theme-table__toggle-icon {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  line-height: 0;
  transition: transform 0.2s ease;
}
.theme-table__toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.theme-table.is-expanded .theme-table__toggle-icon {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .theme-table__scroll {
    padding: 0.85rem;
  }
  .theme-table table {
    font-size: 0.88rem;
  }
  .site-content .theme-table table th,
  .site-content .theme-table table td,
  .theme-table table th,
  .theme-table table td {
    padding: 0.7rem 0.8rem;
  }
}
.container {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
  padding-left: 6rem;
  padding-right: 6rem;
}
.container.full {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.container.wide {
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.container.large {
  max-width: 87rem;
}
.container.medium {
  max-width: 73rem;
}
.container.small {
  max-width: 65rem;
}
.container.tiny {
  max-width: 57rem;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.site-content {
  min-height: 50vh;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.entry-content--standalone {
  padding-block: clamp(2rem, 4vw, 4rem);
}
.site-header {
  background: #ffffff;
  color: #3E3E3E;
}
.site-header.is-scrolled {
  position: sticky;
  top: 0.75rem;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  width: calc(100% - 2rem);
  max-width: 100rem;
  margin: 0 auto;
  padding: 0.35rem 0.75rem;
  border-radius: 2rem;
  box-shadow: 0 0.35rem 1.25rem rgba(0, 0, 0, 0.18);
}
.site-header.is-scrolled .site-header__top,
.site-header.is-scrolled .site-header__top > .container,
.site-header.is-scrolled .site-header__bottom,
.site-header.is-scrolled .site-header__bottom > .container,
.site-header.is-scrolled .site-header__bottom-inner {
  display: contents;
}
.site-header.is-scrolled .site-header__branding {
  order: 1;
  max-width: 3.25rem;
}
.site-header.is-scrolled .site-header__main {
  order: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
  padding: 0;
}
.site-header.is-scrolled .site-header__tagline {
  flex: 0 0 auto;
  font-size: 1.15rem;
  line-height: 1.15;
  white-space: nowrap;
}
.site-header.is-scrolled .primary-navigation {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.site-header.is-scrolled .primary-navigation__list {
  flex-wrap: nowrap;
  gap: 1.15rem;
}
.site-header.is-scrolled .primary-navigation a {
  font-size: 0.95rem;
}
.site-header.is-scrolled .site-header__top-actions {
  position: static;
  order: 3;
  flex: 0 0 auto;
  padding: 0;
}
.site-header.is-scrolled .site-header__search-panel {
  top: calc(100% + 0.65rem);
}
.site-header__top-actions {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.25rem;
  padding: 0.9rem 0;
  z-index: 40;
}
.site-header__lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.35rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #FDD465 0%, #F3B05F 100%);
  box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.12);
  color: #1f1f1f;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.site-header__lang:hover,
.site-header__lang:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.site-header__lang--placeholder {
  min-width: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  pointer-events: none;
  border-radius: 0;
}
.site-header__lang--placeholder img {
  display: block;
  height: 1.89473684rem;
  width: auto;
}
.site-header__phone {
  color: #3E3E3E;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}
.site-header__phone:hover,
.site-header__phone:focus-visible {
  opacity: 0.75;
}
.site-header__search {
  position: static;
  display: flex;
  align-items: center;
  z-index: 30;
}
.site-header__search-toggle {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3E3E3E;
  cursor: pointer;
}
.site-header__search-toggle svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.site-header__search-toggle:hover,
.site-header__search-toggle:focus-visible {
  opacity: 0.7;
}
.site-header__search-toggle[aria-expanded="true"] {
  opacity: 0.55;
}
.site-header__search-panel {
  position: absolute;
  top: calc(100% + 0.65rem);
  inset-inline-end: 0;
  inset-inline-start: 0;
  z-index: 40;
  width: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -0.55rem, 0) scale(0.96);
  transform-origin: top center;
  transition: opacity 0.28s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.34s;
  will-change: opacity, transform;
}
.site-header__search-panel[hidden] {
  display: block !important;
}
.site-header__search.is-search-open .site-header__search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .site-header__search-panel {
    transition: none;
    transform: none;
  }
}
.site-header .site-search-form {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.site-header .site-search-form__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
}
.site-header .site-search-form__icon {
  display: grid;
  flex: 0 0 auto;
  order: -1;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: #6b6b6b;
}
.site-header .site-search-form__icon svg {
  display: block;
}
.site-header .site-search-form__field {
  flex: 1 1 auto;
  order: 0;
  min-width: 0;
  height: 2.35rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #3E3E3E;
  font: inherit;
  font-size: 1.05rem;
  line-height: 1.3;
  text-align: start;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.site-header .site-search-form__field:focus,
.site-header .site-search-form__field:focus-visible {
  outline: none !important;
  outline-offset: 0;
  border: 0;
  box-shadow: none !important;
}
.site-header .site-search-form__field::-webkit-search-decoration,
.site-header .site-search-form__field::-webkit-search-cancel-button,
.site-header .site-search-form__field::-webkit-search-results-button,
.site-header .site-search-form__field::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}
.site-header .site-search-form__field::placeholder {
  color: #9a9a9a;
  text-align: start;
}
.site-header .site-search-form__submit {
  display: grid;
  flex: 0 0 auto;
  order: 1;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.site-header .site-search-form__submit svg {
  display: block;
  transform: scaleX(-1);
}
.site-header .site-search-form__submit:hover,
.site-header .site-search-form__submit:focus-visible {
  background: #000;
}
.site-header .site-search-form__results {
  border-top: 1px solid #ececec;
  min-height: 7rem;
  max-height: min(22rem, 55vh);
  overflow: auto;
  text-align: start;
}
.site-header .site-search-form__status {
  padding: 1.35rem 1.25rem 1.5rem;
}
.site-header .site-search-form__loading,
.site-header .site-search-form__empty-title,
.site-header .site-search-form__empty-text {
  margin: 0;
}
.site-header .site-search-form__loading,
.site-header .site-search-form__empty-title {
  color: #3E3E3E;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}
.site-header .site-search-form__empty-text {
  margin-top: 0.35rem;
  color: #8a8a8a;
  font-size: 0.95rem;
  line-height: 1.4;
}
.site-header .site-search-form__result-list {
  display: flex;
  flex-direction: column;
}
.site-header .site-search-form__result {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1.1rem;
  color: inherit;
  text-align: start;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.site-header .site-search-form__result:hover,
.site-header .site-search-form__result:focus-visible {
  background: #f7f7f7;
}
.site-header .site-search-form__result-thumb {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  border-radius: 0.45rem;
  background: #f0f0f0;
}
.site-header .site-search-form__result-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header .site-search-form__result-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.site-header .site-search-form__result-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.site-header .site-search-form__result-excerpt {
  color: #7a7a7a;
  font-size: 0.88rem;
  line-height: 1.35;
}
.site-header .site-search-form__view-all {
  display: block;
  padding: 0.85rem 1.1rem 1.1rem;
  border-top: 1px solid #ececec;
  color: #4B2566;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: start;
  text-decoration: none;
}
.site-header .site-search-form__view-all:hover,
.site-header .site-search-form__view-all:focus-visible {
  text-decoration: underline;
}
html[dir="rtl"] .site-header .site-search-form__icon svg,
.rtl .site-header .site-search-form__icon svg,
html[dir="rtl"] .site-header__search-toggle svg,
.rtl .site-header__search-toggle svg {
  transform: scaleX(-1);
}
html[dir="rtl"] .site-header .site-search-form__submit svg,
.rtl .site-header .site-search-form__submit svg {
  transform: none;
}
.site-header__bottom {
  position: relative;
  z-index: 25;
  margin-top: -2rem;
  overflow: visible;
}
.site-header__bottom-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 0 0.5rem;
}
.site-header__branding {
  flex: 0 0 auto;
  max-width: 6.7rem;
}
.site-header__branding .custom-logo-link,
.site-header__branding img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-header__site-title {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.site-header__main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
  padding-bottom: 0.5rem;
}
.site-header__tagline {
  margin: 0;
  color: #4B2566;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
}
.site-header .primary-navigation {
  width: 100%;
}
.site-header .primary-navigation__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .primary-navigation > .primary-navigation__list > .menu-item {
  position: relative;
}
.site-header .primary-navigation > .primary-navigation__list > .menu-item-has-children::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 100%;
  height: 0.85rem;
  z-index: 36;
}
.site-header .primary-navigation a {
  display: block;
  color: #3E3E3E;
  font-size: 1.26316rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .primary-navigation a:hover,
.site-header .primary-navigation a:focus-visible {
  color: #4B2566;
}
.site-header .primary-navigation .current-menu-item > a,
.site-header .primary-navigation .current_page_item > a,
.site-header .primary-navigation .current-menu-ancestor > a,
.site-header .primary-navigation .current-menu-parent > a,
.site-header .primary-navigation .current_page_ancestor > a,
.site-header .primary-navigation .current_page_parent > a {
  font-weight: 600;
  color: #4B2566;
}
.site-header .primary-navigation .menu-item-has-children > a {
  padding-inline-end: 0.15rem;
}
.site-header .primary-navigation .sub-menu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  z-index: 35;
  display: flex;
  flex-direction: column;
  min-width: 14rem;
  margin: 0;
  padding: 0.55rem 0 0.45rem;
  list-style: none;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.25rem);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  transition-delay: 0.12s;
}
.site-header .primary-navigation .sub-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.55rem;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.14);
}
.site-header .primary-navigation .sub-menu .menu-item {
  margin: 0;
}
.site-header .primary-navigation .sub-menu .menu-item:first-child > a {
  border-radius: 1.35rem 1.35rem 0 0;
  padding-top: 1rem;
}
.site-header .primary-navigation .sub-menu .menu-item:last-child > a {
  border-radius: 0 0 1.35rem 1.35rem;
}
.site-header .primary-navigation .sub-menu .menu-item:only-child > a {
  border-radius: 1.35rem;
}
.site-header .primary-navigation .sub-menu a {
  padding: 0.75rem 1.15rem;
  color: #3E3E3E;
  font-weight: 400;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
  font-size: 1rem;
}
.site-header .primary-navigation .sub-menu a:hover,
.site-header .primary-navigation .sub-menu a:focus-visible {
  background: #f7f7f7;
  color: #4B2566;
}
.site-header .primary-navigation .sub-menu .current-menu-item > a,
.site-header .primary-navigation .sub-menu .current_page_item > a,
.site-header .primary-navigation .sub-menu .current-menu-ancestor > a,
.site-header .primary-navigation .sub-menu .current-menu-parent > a,
.site-header .primary-navigation .sub-menu .current_page_ancestor > a,
.site-header .primary-navigation .sub-menu .current_page_parent > a {
  font-weight: 600;
  color: #4B2566;
}
.site-header .primary-navigation .menu-item-has-children:hover > .sub-menu,
.site-header .primary-navigation .menu-item-has-children:focus-within > .sub-menu,
.site-header .primary-navigation .menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
@media (max-width: 1024px) {
  .site-header__bottom-inner {
    gap: 1.25rem;
  }
  .site-header__branding {
    max-width: 5.5rem;
  }
  .site-header .primary-navigation__list {
    gap: 0.25rem 1rem;
  }
  .site-header .primary-navigation a {
    font-size: 0.95rem;
  }
}
@media (max-width: 767px) {
  .site-header__top-actions {
    gap: 0.85rem;
    min-height: 2.5rem;
  }
  .site-header__bottom-inner {
    flex-wrap: wrap;
    padding: 0.75rem 0 1rem;
  }
  .site-header__main {
    flex: 1 1 100%;
    order: 3;
  }
  .site-header__tagline {
    font-size: 1.25rem;
  }
  .site-header .primary-navigation__list {
    gap: 0.5rem 0.9rem;
  }
  .site-header__search-panel {
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: auto;
  }
}
.top-header--simple .top-header__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 31.57894737rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #2a1a33;
}
.top-header--simple .top-header__banner-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-header--simple .top-header__banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(20, 10, 28, 0.42);
  pointer-events: none;
}
.top-header--simple .top-header__banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  padding: 1.5rem 2rem;
  color: #ffffff;
  text-align: center;
}
.top-header--simple .top-header__page-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}
.top-header--simple .top-header__intro {
  max-width: 36rem;
  margin-top: 0.85rem;
  color: #ffffff;
  font-size: 0.84210526rem;
  line-height: 1.55;
  text-align: center;
}
.top-header--simple .top-header__intro > :first-child {
  margin-top: 0;
}
.top-header--simple .top-header__intro > :last-child {
  margin-bottom: 0;
}
.top-header--simple .top-header__intro p,
.top-header--simple .top-header__intro a,
.top-header--simple .top-header__intro strong {
  color: inherit;
}
.top-header--simple .top-header__breadcrumbs-list {
  margin: 0;
}
.top-header--simple .top-header__breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}
.top-header--simple .top-header__breadcrumbs-list a:hover,
.top-header--simple .top-header__breadcrumbs-list a:focus-visible {
  color: #4B2566;
}
@media (max-width: 1024px) {
  .top-header--simple .top-header__banner {
    height: 22.10526316rem;
  }
}
@media (max-width: 767px) {
  .top-header--simple .top-header__banner {
    height: 16.84210526rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }
  .top-header--simple .top-header__banner-content {
    padding: 1.25rem;
  }
}
.top-header--simple .top-header__banner-content > * {
  opacity: 0;
  animation: top-header-from-left 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.top-header--simple .top-header__banner-content > *:nth-child(1) {
  animation-delay: 0.12s;
}
.top-header--simple .top-header__banner-content > *:nth-child(2) {
  animation-delay: 0.26s;
}
.top-header--simple .top-header__banner-content > *:nth-child(n + 3) {
  animation-delay: 0.38s;
}
.top-header__page-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
}
.top-header__intro {
  max-width: 50rem;
  margin-top: 1.25rem;
}
.top-header__viewport {
  position: relative;
  overflow: hidden;
  border-radius: clamp(0.75rem, 1.4vw, 1.5rem);
  background: #241d25;
}
.top-header--outlined .top-header__viewport {
  border: 1px solid #a95f55;
}
.top-header__track {
  position: relative;
  aspect-ratio: 3.06 / 1;
  min-height: 285px;
}
.top-header__slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--top-header-speed, 700ms) ease;
}
.top-header__slide.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.top-header--effect-slide .top-header__slide {
  opacity: 1;
  visibility: visible;
  transform: translateX(100%);
  transition: transform var(--top-header-speed, 700ms) ease;
}
.top-header--effect-slide .top-header__slide.is-active {
  transform: translateX(0);
}
.top-header__media,
.top-header__image,
.top-header__video,
.top-header__embed,
.top-header__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.top-header__image,
.top-header__video {
  display: block;
  object-fit: cover;
}
.top-header__embed {
  overflow: hidden;
}
.top-header__embed iframe {
  border: 0;
  transform: scale(1.01);
}
.top-header__content-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: clamp(1.5rem, 3.5vw, 4rem);
  overflow: hidden;
  background: transparent;
}
.top-header__content-blend {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 200%;
  pointer-events: none;
  background-color: rgba(75, 37, 102, 0.7);
  background-image: var(--slide-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.top-header__slide:not(.has-blend-image) .top-header__content-blend {
  width: 100%;
  background-color: #4b2566;
  background-image: none;
  mix-blend-mode: multiply;
}
.top-header__content {
  position: relative;
  z-index: 1;
  width: min(100%, 31rem);
  color: #ffffff;
  text-align: right;
}
.top-header__text > :first-child {
  margin-top: 0;
}
.top-header__text > :last-child {
  margin-bottom: 0;
}
.top-header__text h1,
.top-header__text h2,
.top-header__text h3,
.top-header__text .h1,
.top-header__text .h2,
.top-header__text .h3 {
  color: inherit;
  font-size: 3.15rem;
  line-height: 2.63158rem;
}
.top-header__cta {
  margin-top: clamp(1.25rem, 2vw, 2rem);
}
.top-header__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #241d25;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
}
.top-header__arrow--prev {
  left: 1rem;
}
.top-header__arrow--next {
  right: 1rem;
}
.top-header__pagination {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 1rem;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.top-header__dot {
  width: 0.65rem;
  height: 0.65rem;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.top-header__dot.is-active {
  background: #ffffff;
}
@media (max-width: 767px) {
  .top-header {
    width: calc(100% - 1.5rem);
  }
  .top-header__track {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }
  .top-header__content-wrap {
    inset: auto 0 0;
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .top-header__content-blend {
    width: 100%;
    height: 100%;
    background-position: center bottom;
  }
  .top-header__slide:not(.has-blend-image) .top-header__content-blend {
    width: 100%;
  }
  .top-header__content {
    width: 100%;
  }
  .top-header__arrow {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .top-header__slide {
    transition: none;
  }
  .top-header__text > *,
  .top-header__cta,
  .top-header--simple .top-header__banner-content > * {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
@keyframes top-header-from-left {
  from {
    opacity: 0;
    transform: translateX(-2.75rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.top-header__text > *,
.top-header__cta {
  opacity: 0;
  transform: translateX(-2.75rem);
}
.top-header__slide.is-active .top-header__text > *,
.top-header__slide.is-active .top-header__cta {
  animation: top-header-from-left 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.top-header__slide.is-active .top-header__text > *:nth-child(1) {
  animation-delay: 0.12s;
}
.top-header__slide.is-active .top-header__text > *:nth-child(2) {
  animation-delay: 0.26s;
}
.top-header__slide.is-active .top-header__text > *:nth-child(n + 3) {
  animation-delay: 0.38s;
}
.top-header__slide.is-active .top-header__cta {
  animation-delay: 0.48s;
}
@media (prefers-reduced-motion: reduce) {
  .top-header__text > *,
  .top-header__cta {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.global-section {
  display: contents;
}
.col-12 {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
.col-11 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-10 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-9 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-8 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-7 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-6 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-5 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-4 {
  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 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-3 {
  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 {
    flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-3 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-2 {
  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 {
    flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-2 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.col-1 {
  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 {
    flex: 0 1 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col-1 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.column.col-custom {
  flex: 0 0 var(--column-width);
  max-width: var(--column-width);
  width: var(--column-width);
}
@media (max-width: 1024px) {
  .column.col-custom {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.page-section {
  position: relative;
}
.page-section.row {
  position: relative;
  background-color: var(--bg-color, transparent);
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  max-width: 11.25rem;
  pointer-events: none;
  line-height: 0;
  transform: none;
}
.page-section.row .row__visual-element img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.page-section.row .row__visual-element--desktop-top_left {
  top: var(--row-ve-desktop-offset-y, 0%);
  left: var(--row-ve-desktop-offset-x, 0%);
}
.page-section.row .row__visual-element--desktop-top_center {
  top: var(--row-ve-desktop-offset-y, 0%);
  left: calc(50% + var(--row-ve-desktop-offset-x, 0%));
  transform: translateX(-50%);
}
.page-section.row .row__visual-element--desktop-top_right {
  top: var(--row-ve-desktop-offset-y, 0%);
  right: var(--row-ve-desktop-offset-x, 0%);
}
.page-section.row .row__visual-element--desktop-bottom_left {
  bottom: var(--row-ve-desktop-offset-y, 0%);
  left: var(--row-ve-desktop-offset-x, 0%);
}
.page-section.row .row__visual-element--desktop-bottom_center {
  bottom: var(--row-ve-desktop-offset-y, 0%);
  left: calc(50% + var(--row-ve-desktop-offset-x, 0%));
  transform: translateX(-50%);
}
.page-section.row .row__visual-element--desktop-bottom_right {
  right: var(--row-ve-desktop-offset-x, 0%);
  bottom: var(--row-ve-desktop-offset-y, 0%);
}
@media (max-width: 1024px) {
  .page-section.row {
    background-image: var(--bg-image-mobile, var(--bg-image, none));
    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--mobile-hide {
    display: none;
  }
  .page-section.row .row__visual-element--mobile-top_left {
    top: var(--row-ve-mobile-offset-y, 0%);
    right: auto;
    bottom: auto;
    left: var(--row-ve-mobile-offset-x, 0%);
    transform: none;
  }
  .page-section.row .row__visual-element--mobile-top_center {
    top: var(--row-ve-mobile-offset-y, 0%);
    right: auto;
    bottom: auto;
    left: calc(50% + var(--row-ve-mobile-offset-x, 0%));
    transform: translateX(-50%);
  }
  .page-section.row .row__visual-element--mobile-top_right {
    top: var(--row-ve-mobile-offset-y, 0%);
    right: var(--row-ve-mobile-offset-x, 0%);
    bottom: auto;
    left: auto;
    transform: none;
  }
  .page-section.row .row__visual-element--mobile-bottom_left {
    top: auto;
    right: auto;
    bottom: var(--row-ve-mobile-offset-y, 0%);
    left: var(--row-ve-mobile-offset-x, 0%);
    transform: none;
  }
  .page-section.row .row__visual-element--mobile-bottom_center {
    top: auto;
    right: auto;
    bottom: var(--row-ve-mobile-offset-y, 0%);
    left: calc(50% + var(--row-ve-mobile-offset-x, 0%));
    transform: translateX(-50%);
  }
  .page-section.row .row__visual-element--mobile-bottom_right {
    top: auto;
    right: var(--row-ve-mobile-offset-x, 0%);
    bottom: var(--row-ve-mobile-offset-y, 0%);
    left: auto;
    transform: none;
  }
}
.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 .h1,
.page-section.row .column--has-text-color .h2,
.page-section.row .column--has-text-color .h3,
.page-section.row .column--has-text-color p,
.page-section.row .column--has-text-color li,
.page-section.row .column--has-text-color a {
  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;
}
@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: flex;
  flex-direction: var(--content-flex-direction, row);
  align-items: var(--content-align-items, stretch);
  justify-content: var(--content-justify-content, flex-start);
  flex-wrap: nowrap;
  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--layout-none > .column {
  display: block;
}
.row-wrapper--vertical-stretch {
  align-items: stretch;
}
.row-wrapper--vertical-stretch > .column,
.row-wrapper--vertical-stretch > * {
  align-self: stretch;
}
.row-wrapper--horizontal-stretch {
  justify-content: stretch;
}
.row-wrapper--horizontal-stretch > .column,
.row-wrapper--horizontal-stretch > * {
  flex-grow: 1;
}
.tabs {
  width: 100%;
}
.tabs__nav-wrap {
  position: relative;
  margin-bottom: 1.5rem;
}
.tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
.tabs__trigger {
  flex: 0 0 auto;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #3E3E3E;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tabs__trigger:hover,
.tabs__trigger:focus-visible {
  border-color: #4B2566;
  color: #4B2566;
}
.tabs__trigger.is-active {
  background: #4B2566;
  border-color: #4B2566;
  color: #ffffff;
}
.tabs__panels {
  position: relative;
}
.tabs__panel {
  display: none;
}
.tabs__panel.is-active {
  display: block;
}
.tabs__panel--has-columns {
  display: none;
}
.tabs__panel--has-columns.is-active {
  display: flex;
  flex-wrap: wrap;
  gap: var(--content-gap, 1rem);
}
.spacer {
  display: block;
  width: 100%;
  height: var(--spacer-height, 0);
  flex: 0 0 auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .spacer {
    height: calc(var(--spacer-height, 0) / 2);
  }
}
.archive-intro {
  padding: 2rem 0 1.5rem;
}
.archive-intro__breadcrumbs {
  margin: 0 0 1.25rem;
  color: #686868;
  font-size: 0.84211rem;
  line-height: 1.4;
  text-align: start;
  padding: 0.8rem 0;
}
.archive-intro__breadcrumbs p {
  margin: 0;
}
.archive-intro__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.archive-intro__breadcrumbs a:hover,
.archive-intro__breadcrumbs a:focus-visible {
  color: #8B51B0;
  text-decoration: underline;
}
.archive-intro__description,
.archive-sections .text-content,
.archive-sections .simple-text-content,
.archive-sections .large-title__content,
.archive-sections .heading__subtitle,
.archive-sections .accordion__body,
.archive-sections .informative-accordion__body,
.archive-sections .mosaic-content__inner,
.archive-sections .mosaic-slider__text {
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: start;
}
.archive-intro__description > *:first-child,
.archive-sections .text-content > *:first-child,
.archive-sections .simple-text-content > *:first-child,
.archive-sections .large-title__content > *:first-child,
.archive-sections .heading__subtitle > *:first-child,
.archive-sections .accordion__body > *:first-child,
.archive-sections .informative-accordion__body > *:first-child,
.archive-sections .mosaic-content__inner > *:first-child,
.archive-sections .mosaic-slider__text > *:first-child {
  margin-top: 0;
}
.archive-intro__description > *:last-child,
.archive-sections .text-content > *:last-child,
.archive-sections .simple-text-content > *:last-child,
.archive-sections .large-title__content > *:last-child,
.archive-sections .heading__subtitle > *:last-child,
.archive-sections .accordion__body > *:last-child,
.archive-sections .informative-accordion__body > *:last-child,
.archive-sections .mosaic-content__inner > *:last-child,
.archive-sections .mosaic-slider__text > *:last-child {
  margin-bottom: 0;
}
.archive-intro__description h1,
.archive-sections .text-content h1,
.archive-sections .simple-text-content h1,
.archive-sections .large-title__content h1,
.archive-sections .heading__subtitle h1,
.archive-sections .accordion__body h1,
.archive-sections .informative-accordion__body h1,
.archive-sections .mosaic-content__inner h1,
.archive-sections .mosaic-slider__text h1,
.archive-intro__description h2,
.archive-sections .text-content h2,
.archive-sections .simple-text-content h2,
.archive-sections .large-title__content h2,
.archive-sections .heading__subtitle h2,
.archive-sections .accordion__body h2,
.archive-sections .informative-accordion__body h2,
.archive-sections .mosaic-content__inner h2,
.archive-sections .mosaic-slider__text h2,
.archive-intro__description h3,
.archive-sections .text-content h3,
.archive-sections .simple-text-content h3,
.archive-sections .large-title__content h3,
.archive-sections .heading__subtitle h3,
.archive-sections .accordion__body h3,
.archive-sections .informative-accordion__body h3,
.archive-sections .mosaic-content__inner h3,
.archive-sections .mosaic-slider__text h3,
.archive-intro__description h4,
.archive-sections .text-content h4,
.archive-sections .simple-text-content h4,
.archive-sections .large-title__content h4,
.archive-sections .heading__subtitle h4,
.archive-sections .accordion__body h4,
.archive-sections .informative-accordion__body h4,
.archive-sections .mosaic-content__inner h4,
.archive-sections .mosaic-slider__text h4,
.archive-intro__description h5,
.archive-sections .text-content h5,
.archive-sections .simple-text-content h5,
.archive-sections .large-title__content h5,
.archive-sections .heading__subtitle h5,
.archive-sections .accordion__body h5,
.archive-sections .informative-accordion__body h5,
.archive-sections .mosaic-content__inner h5,
.archive-sections .mosaic-slider__text h5,
.archive-intro__description h6,
.archive-sections .text-content h6,
.archive-sections .simple-text-content h6,
.archive-sections .large-title__content h6,
.archive-sections .heading__subtitle h6,
.archive-sections .accordion__body h6,
.archive-sections .informative-accordion__body h6,
.archive-sections .mosaic-content__inner h6,
.archive-sections .mosaic-slider__text h6,
.archive-intro__description .h1,
.archive-sections .text-content .h1,
.archive-sections .simple-text-content .h1,
.archive-sections .large-title__content .h1,
.archive-sections .heading__subtitle .h1,
.archive-sections .accordion__body .h1,
.archive-sections .informative-accordion__body .h1,
.archive-sections .mosaic-content__inner .h1,
.archive-sections .mosaic-slider__text .h1,
.archive-intro__description .h2,
.archive-sections .text-content .h2,
.archive-sections .simple-text-content .h2,
.archive-sections .large-title__content .h2,
.archive-sections .heading__subtitle .h2,
.archive-sections .accordion__body .h2,
.archive-sections .informative-accordion__body .h2,
.archive-sections .mosaic-content__inner .h2,
.archive-sections .mosaic-slider__text .h2,
.archive-intro__description .h3,
.archive-sections .text-content .h3,
.archive-sections .simple-text-content .h3,
.archive-sections .large-title__content .h3,
.archive-sections .heading__subtitle .h3,
.archive-sections .accordion__body .h3,
.archive-sections .informative-accordion__body .h3,
.archive-sections .mosaic-content__inner .h3,
.archive-sections .mosaic-slider__text .h3,
.archive-intro__description .h4,
.archive-sections .text-content .h4,
.archive-sections .simple-text-content .h4,
.archive-sections .large-title__content .h4,
.archive-sections .heading__subtitle .h4,
.archive-sections .accordion__body .h4,
.archive-sections .informative-accordion__body .h4,
.archive-sections .mosaic-content__inner .h4,
.archive-sections .mosaic-slider__text .h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  color: #4B2566;
  text-align: start;
}
.archive-intro__description h2,
.archive-sections .text-content h2,
.archive-sections .simple-text-content h2,
.archive-sections .large-title__content h2,
.archive-sections .heading__subtitle h2,
.archive-sections .accordion__body h2,
.archive-sections .informative-accordion__body h2,
.archive-sections .mosaic-content__inner h2,
.archive-sections .mosaic-slider__text h2,
.archive-intro__description .h2,
.archive-sections .text-content .h2,
.archive-sections .simple-text-content .h2,
.archive-sections .large-title__content .h2,
.archive-sections .heading__subtitle .h2,
.archive-sections .accordion__body .h2,
.archive-sections .informative-accordion__body .h2,
.archive-sections .mosaic-content__inner .h2,
.archive-sections .mosaic-slider__text .h2 {
  font-size: clamp(1.78947368rem, 2.63157895vw, 2.63157895rem);
  line-height: 1.15;
  margin: 1.5rem 0 0;
}
.archive-intro__description h3,
.archive-sections .text-content h3,
.archive-sections .simple-text-content h3,
.archive-sections .large-title__content h3,
.archive-sections .heading__subtitle h3,
.archive-sections .accordion__body h3,
.archive-sections .informative-accordion__body h3,
.archive-sections .mosaic-content__inner h3,
.archive-sections .mosaic-slider__text h3,
.archive-intro__description .h3,
.archive-sections .text-content .h3,
.archive-sections .simple-text-content .h3,
.archive-sections .large-title__content .h3,
.archive-sections .heading__subtitle .h3,
.archive-sections .accordion__body .h3,
.archive-sections .informative-accordion__body .h3,
.archive-sections .mosaic-content__inner .h3,
.archive-sections .mosaic-slider__text .h3 {
  font-size: clamp(1.35rem, 1.6vw, 1.65rem);
  line-height: 1.3;
  margin: 1.5rem 0 0.5rem;
}
.archive-intro__description h4,
.archive-sections .text-content h4,
.archive-sections .simple-text-content h4,
.archive-sections .large-title__content h4,
.archive-sections .heading__subtitle h4,
.archive-sections .accordion__body h4,
.archive-sections .informative-accordion__body h4,
.archive-sections .mosaic-content__inner h4,
.archive-sections .mosaic-slider__text h4,
.archive-intro__description .h4,
.archive-sections .text-content .h4,
.archive-sections .simple-text-content .h4,
.archive-sections .large-title__content .h4,
.archive-sections .heading__subtitle .h4,
.archive-sections .accordion__body .h4,
.archive-sections .informative-accordion__body .h4,
.archive-sections .mosaic-content__inner .h4,
.archive-sections .mosaic-slider__text .h4 {
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 1.25rem 0 0.55rem;
}
.archive-intro__description p,
.archive-sections .text-content p,
.archive-sections .simple-text-content p,
.archive-sections .large-title__content p,
.archive-sections .heading__subtitle p,
.archive-sections .accordion__body p,
.archive-sections .informative-accordion__body p,
.archive-sections .mosaic-content__inner p,
.archive-sections .mosaic-slider__text p,
.archive-intro__description li,
.archive-sections .text-content li,
.archive-sections .simple-text-content li,
.archive-sections .large-title__content li,
.archive-sections .heading__subtitle li,
.archive-sections .accordion__body li,
.archive-sections .informative-accordion__body li,
.archive-sections .mosaic-content__inner li,
.archive-sections .mosaic-slider__text li,
.archive-intro__description td,
.archive-sections .text-content td,
.archive-sections .simple-text-content td,
.archive-sections .large-title__content td,
.archive-sections .heading__subtitle td,
.archive-sections .accordion__body td,
.archive-sections .informative-accordion__body td,
.archive-sections .mosaic-content__inner td,
.archive-sections .mosaic-slider__text td,
.archive-intro__description th,
.archive-sections .text-content th,
.archive-sections .simple-text-content th,
.archive-sections .large-title__content th,
.archive-sections .heading__subtitle th,
.archive-sections .accordion__body th,
.archive-sections .informative-accordion__body th,
.archive-sections .mosaic-content__inner th,
.archive-sections .mosaic-slider__text th {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.archive-intro__description p,
.archive-sections .text-content p,
.archive-sections .simple-text-content p,
.archive-sections .large-title__content p,
.archive-sections .heading__subtitle p,
.archive-sections .accordion__body p,
.archive-sections .informative-accordion__body p,
.archive-sections .mosaic-content__inner p,
.archive-sections .mosaic-slider__text p {
  margin: 0 0 1rem;
}
.archive-intro__description ul,
.archive-sections .text-content ul,
.archive-sections .simple-text-content ul,
.archive-sections .large-title__content ul,
.archive-sections .heading__subtitle ul,
.archive-sections .accordion__body ul,
.archive-sections .informative-accordion__body ul,
.archive-sections .mosaic-content__inner ul,
.archive-sections .mosaic-slider__text ul,
.archive-intro__description ol,
.archive-sections .text-content ol,
.archive-sections .simple-text-content ol,
.archive-sections .large-title__content ol,
.archive-sections .heading__subtitle ol,
.archive-sections .accordion__body ol,
.archive-sections .informative-accordion__body ol,
.archive-sections .mosaic-content__inner ol,
.archive-sections .mosaic-slider__text ol {
  margin: 0 0 1.25rem;
  padding-inline-start: 1rem;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.archive-intro__description ul,
.archive-sections .text-content ul,
.archive-sections .simple-text-content ul,
.archive-sections .large-title__content ul,
.archive-sections .heading__subtitle ul,
.archive-sections .accordion__body ul,
.archive-sections .informative-accordion__body ul,
.archive-sections .mosaic-content__inner ul,
.archive-sections .mosaic-slider__text ul {
  list-style: disc;
}
.archive-intro__description ol,
.archive-sections .text-content ol,
.archive-sections .simple-text-content ol,
.archive-sections .large-title__content ol,
.archive-sections .heading__subtitle ol,
.archive-sections .accordion__body ol,
.archive-sections .informative-accordion__body ol,
.archive-sections .mosaic-content__inner ol,
.archive-sections .mosaic-slider__text ol {
  list-style: decimal;
}
.archive-intro__description li:last-child,
.archive-sections .text-content li:last-child,
.archive-sections .simple-text-content li:last-child,
.archive-sections .large-title__content li:last-child,
.archive-sections .heading__subtitle li:last-child,
.archive-sections .accordion__body li:last-child,
.archive-sections .informative-accordion__body li:last-child,
.archive-sections .mosaic-content__inner li:last-child,
.archive-sections .mosaic-slider__text li:last-child {
  margin-bottom: 0;
}
.archive-intro__description ul ul,
.archive-sections .text-content ul ul,
.archive-sections .simple-text-content ul ul,
.archive-sections .large-title__content ul ul,
.archive-sections .heading__subtitle ul ul,
.archive-sections .accordion__body ul ul,
.archive-sections .informative-accordion__body ul ul,
.archive-sections .mosaic-content__inner ul ul,
.archive-sections .mosaic-slider__text ul ul,
.archive-intro__description ol ol,
.archive-sections .text-content ol ol,
.archive-sections .simple-text-content ol ol,
.archive-sections .large-title__content ol ol,
.archive-sections .heading__subtitle ol ol,
.archive-sections .accordion__body ol ol,
.archive-sections .informative-accordion__body ol ol,
.archive-sections .mosaic-content__inner ol ol,
.archive-sections .mosaic-slider__text ol ol,
.archive-intro__description ul ol,
.archive-sections .text-content ul ol,
.archive-sections .simple-text-content ul ol,
.archive-sections .large-title__content ul ol,
.archive-sections .heading__subtitle ul ol,
.archive-sections .accordion__body ul ol,
.archive-sections .informative-accordion__body ul ol,
.archive-sections .mosaic-content__inner ul ol,
.archive-sections .mosaic-slider__text ul ol,
.archive-intro__description ol ul,
.archive-sections .text-content ol ul,
.archive-sections .simple-text-content ol ul,
.archive-sections .large-title__content ol ul,
.archive-sections .heading__subtitle ol ul,
.archive-sections .accordion__body ol ul,
.archive-sections .informative-accordion__body ol ul,
.archive-sections .mosaic-content__inner ol ul,
.archive-sections .mosaic-slider__text ol ul {
  margin: 0.45rem 0;
}
.archive-intro__description a,
.archive-sections .text-content a,
.archive-sections .simple-text-content a,
.archive-sections .large-title__content a,
.archive-sections .heading__subtitle a,
.archive-sections .accordion__body a,
.archive-sections .informative-accordion__body a,
.archive-sections .mosaic-content__inner a,
.archive-sections .mosaic-slider__text a {
  color: #8B51B0;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.archive-intro__description a:hover,
.archive-sections .text-content a:hover,
.archive-sections .simple-text-content a:hover,
.archive-sections .large-title__content a:hover,
.archive-sections .heading__subtitle a:hover,
.archive-sections .accordion__body a:hover,
.archive-sections .informative-accordion__body a:hover,
.archive-sections .mosaic-content__inner a:hover,
.archive-sections .mosaic-slider__text a:hover,
.archive-intro__description a:focus-visible,
.archive-sections .text-content a:focus-visible,
.archive-sections .simple-text-content a:focus-visible,
.archive-sections .large-title__content a:focus-visible,
.archive-sections .heading__subtitle a:focus-visible,
.archive-sections .accordion__body a:focus-visible,
.archive-sections .informative-accordion__body a:focus-visible,
.archive-sections .mosaic-content__inner a:focus-visible,
.archive-sections .mosaic-slider__text a:focus-visible {
  color: #4B2566;
}
.archive-intro__description strong,
.archive-sections .text-content strong,
.archive-sections .simple-text-content strong,
.archive-sections .large-title__content strong,
.archive-sections .heading__subtitle strong,
.archive-sections .accordion__body strong,
.archive-sections .informative-accordion__body strong,
.archive-sections .mosaic-content__inner strong,
.archive-sections .mosaic-slider__text strong,
.archive-intro__description b,
.archive-sections .text-content b,
.archive-sections .simple-text-content b,
.archive-sections .large-title__content b,
.archive-sections .heading__subtitle b,
.archive-sections .accordion__body b,
.archive-sections .informative-accordion__body b,
.archive-sections .mosaic-content__inner b,
.archive-sections .mosaic-slider__text b {
  font-weight: 700;
  color: #3E3E3E;
}
.archive-intro__description em,
.archive-sections .text-content em,
.archive-sections .simple-text-content em,
.archive-sections .large-title__content em,
.archive-sections .heading__subtitle em,
.archive-sections .accordion__body em,
.archive-sections .informative-accordion__body em,
.archive-sections .mosaic-content__inner em,
.archive-sections .mosaic-slider__text em,
.archive-intro__description i,
.archive-sections .text-content i,
.archive-sections .simple-text-content i,
.archive-sections .large-title__content i,
.archive-sections .heading__subtitle i,
.archive-sections .accordion__body i,
.archive-sections .informative-accordion__body i,
.archive-sections .mosaic-content__inner i,
.archive-sections .mosaic-slider__text i {
  font-style: italic;
}
.archive-intro__description blockquote,
.archive-sections .text-content blockquote,
.archive-sections .simple-text-content blockquote,
.archive-sections .large-title__content blockquote,
.archive-sections .heading__subtitle blockquote,
.archive-sections .accordion__body blockquote,
.archive-sections .informative-accordion__body blockquote,
.archive-sections .mosaic-content__inner blockquote,
.archive-sections .mosaic-slider__text blockquote {
  margin: 0 0 1.25rem;
  padding-inline-start: 1rem;
  border-inline-start: 3px solid rgba(75, 37, 102, 0.25);
  color: #3E3E3E;
  font-size: inherit;
  line-height: inherit;
}
.archive-intro__description hr,
.archive-sections .text-content hr,
.archive-sections .simple-text-content hr,
.archive-sections .large-title__content hr,
.archive-sections .heading__subtitle hr,
.archive-sections .accordion__body hr,
.archive-sections .informative-accordion__body hr,
.archive-sections .mosaic-content__inner hr,
.archive-sections .mosaic-slider__text hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid rgba(62, 62, 62, 0.18);
}
.archive-intro__title,
.archive-sections .heading__title,
.archive-sections .large-title__content h1,
.archive-sections .large-title__content h2,
.archive-sections .large-title__content .h1,
.archive-sections .large-title__content .h2 {
  text-align: center;
  font-size: 3.36842rem;
  line-height: 1.15;
  margin: 0 0 3.2rem;
  font-family: var(--font-heading);
  font-weight: 400;
  color: #4B2566;
}
.archive-sections .heading__subtitle {
  margin: 0 0 1rem;
}
.archive-posts-section {
  padding: 1.5rem 0 3rem;
}
.archive-posts-empty {
  padding: 2rem 0 3rem;
  text-align: center;
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(-0.75rem);
  transition: opacity 0.95s cubic-bezier(0.33, 0.08, 0.18, 1) var(--reveal-delay, 0ms), transform 0.95s cubic-bezier(0.33, 0.08, 0.18, 1) var(--reveal-delay, 0ms);
}
.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: none;
}
@keyframes row-visual-pop {
  0% {
    opacity: 0;
    transform: scale(0.18);
  }
  58% {
    opacity: 1;
    transform: scale(1.16);
  }
  78% {
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.row__visual-element.pop-on-scroll > * {
  opacity: 0;
  transform: scale(0.18);
  transform-origin: center center;
}
.row__visual-element.pop-on-scroll.is-revealed > * {
  animation: row-visual-pop 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 80ms) both;
}
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .row__visual-element.pop-on-scroll > * {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.single-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0 2rem;
}
.single-content__title {
  font-size: clamp(2.10526316rem, 3.15789474vw, 3.15789474rem);
  line-height: 1.15;
  margin: 0 0 0.75rem;
}
.single-content .intro,
.single-content .single-text-content {
  width: 100%;
}
.single-content--simple .single-content__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.single-content .parts-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  overflow: visible;
}
.single-content .right-part {
  flex: 0 0 16.5rem;
  width: 16.5rem;
  max-width: 100%;
  position: sticky;
  top: 1.25rem;
  z-index: 3;
  align-self: flex-start;
  background: #ffffff;
}
.admin-bar .single-content .right-part {
  top: calc(1.25rem + 32px);
}
.single-content .left-part {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  overflow: visible;
}
.single-content .left-part > section.row,
.single-content .left-part > section.page-section.row {
  width: 100%;
  max-width: none;
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .single-content {
    padding: 1.5rem 0 3.5rem;
  }
  .single-content__title {
    font-size: clamp(1.89473684rem, 3.15789474vw, 3.15789474rem);
  }
  .single-content .parts-wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }
  .single-content .right-part,
  .single-content .left-part {
    width: 100%;
    flex: none;
  }
  .single-content .right-part {
    position: static;
    top: auto;
  }
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.6rem;
  margin: 0 0 1.75rem;
  color: #3E3E3E;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: start;
}
.article-meta__item {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .article-meta {
    gap: 0.25rem 0.8rem;
    font-size: 0.88rem;
    margin-bottom: 1.35rem;
  }
}
.post-toc {
  color: #3E3E3E;
  padding: 1.15rem 1.25rem 1.05rem;
  background: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.post-toc[hidden] {
  display: none !important;
}
.post-toc__header {
  display: block;
  margin: 0 0 0.75rem;
}
.post-toc__title {
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0;
  color: #3E3E3E;
}
.post-toc__toggle {
  display: none;
}
.post-toc__list {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-inline-start: 1.2rem;
}
.post-toc__item {
  padding: 0 0 0.4rem;
  color: #3E3E3E;
}
.post-toc__item::marker {
  color: #3E3E3E;
}
.post-toc__item:last-child {
  margin-bottom: 0;
}
.post-toc__link {
  display: inline;
  text-decoration: none;
  font-weight: 400;
  padding: 0;
  transition: color 0.2s ease;
}
.post-toc__link:hover,
.post-toc__link:focus-visible,
.post-toc__link.is-active {
  color: #8B51B0;
}
@media (max-width: 1024px) {
  .post-toc {
    position: static;
    margin-bottom: 0.5rem;
  }
  .post-toc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
  }
  .post-toc__title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
  }
  .post-toc__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #3E3E3E;
    cursor: pointer;
  }
  .post-toc__toggle-icon {
    display: block;
    width: 0.95rem;
    height: 0.95rem;
    line-height: 0;
  }
  .post-toc__toggle-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .post-toc.is-collapsed .post-toc__toggle {
    transform: rotate(45deg);
  }
  .post-toc.is-collapsed .post-toc__list {
    display: none;
  }
}
#primary.site-content .post-toc__list {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-inline-start: 1.2rem;
}
.post-summary {
  width: 100%;
  margin: 0 0 2.25rem;
  padding: 1.5rem 2rem 1.6rem;
  background-color: #f1e6d3;
  color: #3E3E3E;
  border-radius: 0.85rem;
  position: relative;
}
.post-summary__header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.1rem;
  padding: 0;
  border: 0;
}
.post-summary__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  line-height: 0;
}
.post-summary__icon svg {
  display: block;
  width: 2.4rem;
  height: auto;
}
.post-summary__title {
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
  color: #3E3E3E;
}
.post-summary__content {
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
  color: #3E3E3E;
  text-align: start;
}
.post-summary__content > *:first-child {
  margin-top: 0;
}
.post-summary__content > *:last-child {
  margin-bottom: 0;
}
.post-summary__content p {
  margin: 0 0 0.75rem;
}
.post-summary__content ul,
.post-summary__content ol {
  margin: 0;
  padding-inline-start: 1.25rem;
}
.post-summary__content ul {
  list-style: disc;
}
.post-summary__content li {
  margin: 0 0 0.55rem;
  padding-inline-start: 0.15rem;
  color: #3E3E3E;
}
.post-summary__content li::marker {
  color: #3E3E3E;
}
.post-summary__content li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-summary {
    padding: 1.25rem 1.2rem 1.15rem;
    border-radius: 0.7rem;
  }
  .post-summary__title {
    font-size: 1.1rem;
  }
  .post-summary__icon svg {
    width: 2rem;
  }
}
.content-oembed {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #111;
  box-shadow: 0 0.45rem 1.6rem rgba(0, 0, 0, 0.16);
  aspect-ratio: 16 / 9;
  margin: 1.75rem auto;
}
@media (max-width: 767px) {
  .content-oembed {
    border-radius: 0.75rem;
    box-shadow: 0 0.35rem 1.15rem rgba(0, 0, 0, 0.14);
  }
}
.content-oembed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  border: 0;
}
@media (max-width: 767px) {
  .content-oembed {
    margin: 1.35rem auto;
  }
}
.entry-content .wp-block-embed,
.single-text-content .wp-block-embed,
.archive-sections .text-content .wp-block-embed,
.archive-sections .simple-text-content .wp-block-embed {
  margin: 1.75rem auto;
  max-width: 100%;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper,
.single-text-content .wp-block-embed .wp-block-embed__wrapper,
.archive-sections .text-content .wp-block-embed .wp-block-embed__wrapper,
.archive-sections .simple-text-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #111;
  box-shadow: 0 0.45rem 1.6rem rgba(0, 0, 0, 0.16);
  aspect-ratio: 16 / 9;
  margin: 0;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .entry-content .wp-block-embed .wp-block-embed__wrapper,
  .single-text-content .wp-block-embed .wp-block-embed__wrapper,
  .archive-sections .text-content .wp-block-embed .wp-block-embed__wrapper,
  .archive-sections .simple-text-content .wp-block-embed .wp-block-embed__wrapper {
    border-radius: 0.75rem;
    box-shadow: 0 0.35rem 1.15rem rgba(0, 0, 0, 0.14);
  }
}
.entry-content .wp-block-embed .wp-block-embed__wrapper::before,
.single-text-content .wp-block-embed .wp-block-embed__wrapper::before,
.archive-sections .text-content .wp-block-embed .wp-block-embed__wrapper::before,
.archive-sections .simple-text-content .wp-block-embed .wp-block-embed__wrapper::before {
  display: none !important;
}
.entry-content .wp-block-embed iframe,
.single-text-content .wp-block-embed iframe,
.archive-sections .text-content .wp-block-embed iframe,
.archive-sections .simple-text-content .wp-block-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  border: 0;
}
.entry-content .wp-block-embed figcaption,
.single-text-content .wp-block-embed figcaption,
.archive-sections .text-content .wp-block-embed figcaption,
.archive-sections .simple-text-content .wp-block-embed figcaption {
  margin: 0.65rem 0 0;
  padding: 0;
  color: #3E3E3E;
  font-size: 0.92rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-content .wp-block-embed,
  .single-text-content .wp-block-embed,
  .archive-sections .text-content .wp-block-embed,
  .archive-sections .simple-text-content .wp-block-embed {
    margin: 1.35rem auto;
  }
}
.entry-content > iframe,
.single-text-content > iframe,
.archive-sections .text-content > iframe,
.archive-sections .simple-text-content > iframe,
.entry-content p:has(> iframe:only-child) > iframe,
.single-text-content p:has(> iframe:only-child) > iframe,
.archive-sections .text-content p:has(> iframe:only-child) > iframe,
.archive-sections .simple-text-content p:has(> iframe:only-child) > iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin: 1.75rem auto;
  border: 0;
  border-radius: 1rem;
  background: #111;
  box-shadow: 0 0.45rem 1.6rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .entry-content > iframe,
  .single-text-content > iframe,
  .archive-sections .text-content > iframe,
  .archive-sections .simple-text-content > iframe,
  .entry-content p:has(> iframe:only-child) > iframe,
  .single-text-content p:has(> iframe:only-child) > iframe,
  .archive-sections .text-content p:has(> iframe:only-child) > iframe,
  .archive-sections .simple-text-content p:has(> iframe:only-child) > iframe {
    margin: 1.35rem auto;
    border-radius: 0.75rem;
  }
}
.entry-content p:has(> iframe:only-child),
.single-text-content p:has(> iframe:only-child),
.archive-sections .text-content p:has(> iframe:only-child),
.archive-sections .simple-text-content p:has(> iframe:only-child) {
  margin: 0;
}
.swiper-button-prev,
.swiper-button-next {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0;
  color: #4B2566;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #4B2566;
  border-radius: 50%;
  z-index: 10;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0.8rem;
  font-weight: 700;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.swiper-button-prev svg,
.swiper-button-next svg,
.swiper-button-prev i,
.swiper-button-next i {
  display: none;
}
.swiper-pagination-bullet {
  background: #4B2566;
  opacity: 0.35;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.cta-button {
  --cta-button-grad-start: #FDD87B;
  --cta-button-grad-end: #F9A43E;
  --cta-button-text: #1a1a1a;
  --cta-button-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.22);
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.35rem;
  white-space: nowrap;
}
.cta-button__inner {
  position: relative;
  display: inline-flex;
  max-width: 100%;
}
.cta-button--has-pointer {
  padding-top: 0;
}
.cta-button--has-pointer .cta-button__inner {
  padding-top: 1.6rem;
  padding-inline-start: 2.75rem;
}
.cta-button__pointer {
  position: absolute;
  top: -0.5rem;
  inset-inline-start: 0;
  z-index: 2;
  display: block;
  width: 4.3rem;
  height: auto;
  pointer-events: none;
}
.cta-button__pointer svg {
  display: block;
  width: 100%;
  height: auto;
}
.cta-button__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  max-width: 100%;
  margin: 0;
  padding: 0.85rem 2rem;
  border: 0;
  border-radius: 999px;
  color: var(--cta-button-text);
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--cta-button-shadow);
  background-color: var(--cta-button-grad-end);
  background-image: linear-gradient(90deg, var(--cta-button-grad-start) 0%, var(--cta-button-grad-end) 50%, var(--cta-button-grad-start) 100%);
  background-size: 200% 100%;
  background-position: 0% center;
  transition: background-position 0.55s cubic-bezier(0.33, 0.08, 0.18, 1), translate 0.28s ease, box-shadow 0.28s ease;
}
.cta-button__link:hover,
.cta-button__link:focus-visible {
  background-position: 100% center;
  translate: 0 -2px;
  box-shadow: 0 0.55rem 1.25rem rgba(0, 0, 0, 0.3);
}
.cta-button__link:hover,
.cta-button__link:focus-visible {
  color: var(--cta-button-text);
  text-decoration: none;
}
.cta-button__link:focus-visible {
  outline: 2px solid #4B2566;
  outline-offset: 3px;
}
.cta-button--has-icon .cta-button__link {
  padding-block: 0.55rem;
  padding-inline: 1.35rem 0.65rem;
  gap: 0.85rem;
}
.cta-button__label {
  position: relative;
  z-index: 1;
}
.cta-button__icon {
  flex: 0 0 auto;
  display: block;
  line-height: 0;
}
.cta-button__icon img {
  display: block;
  width: auto;
  height: auto;
  max-height: 2.75rem;
}
@media (max-width: 767px) {
  .cta-button__pointer {
    width: 3.4rem;
  }
  .cta-button--has-pointer .cta-button__inner {
    padding-top: 1.35rem;
    padding-inline-start: 2.1rem;
  }
  .cta-button__link {
    padding: 0.75rem 1.35rem;
    font-size: clamp(1rem, 4.2vw, 1.25rem);
  }
  .cta-button--has-icon .cta-button__link {
    padding-block: 0.45rem;
    padding-inline: 1rem 0.5rem;
  }
  .cta-button__icon img {
    max-height: 2.35rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cta-button__link {
    transition: none;
  }
  .cta-button__link:hover,
  .cta-button__link:focus-visible {
    transform: none;
    translate: none;
  }
}
.teasers-blocks {
  width: 100%;
}
.teasers-blocks__list {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  height: 25rem;
  max-height: 25rem;
}
.teasers-blocks__item {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  color: #ffffff;
  font-family: var(--font-heading);
  text-decoration: none;
  transform: translateZ(0);
  transition: flex-grow 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.teasers-blocks__item:focus-visible {
  outline: 2px solid #FDD465;
  outline-offset: 3px;
}
.teasers-blocks__item:hover,
.teasers-blocks__item:focus-visible,
.teasers-blocks__item.is-active {
  color: #ffffff;
}
.teasers-blocks__list.is-hovering .teasers-blocks__item {
  flex-grow: 0.78;
}
.teasers-blocks__list.is-hovering .teasers-blocks__item.is-active {
  flex-grow: 1.55;
}
.teasers-blocks__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.teasers-blocks__media img,
.teasers-blocks__media .teasers-blocks__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108%;
  height: 108%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}
.teasers-blocks__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0) 62%);
}
.teasers-blocks__content {
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  bottom: 0;
  padding: 1.15rem 1.25rem 1rem;
  pointer-events: none;
}
.teasers-blocks__title {
  margin: 0;
  font-size: clamp(2.6rem, 1.15vw, 1.25rem);
  letter-spacing: 0.15789rem;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .teasers-blocks__list {
    height: min(25rem, 55vw);
    max-height: 25rem;
    gap: 0.55rem;
  }
  .teasers-blocks__content {
    padding: 0.85rem 0.9rem 1rem;
  }
  .teasers-blocks__title {
    font-size: 0.95rem;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .teasers-blocks__list {
    flex-direction: column;
    height: auto;
    max-height: none;
    gap: 0.75rem;
  }
  .teasers-blocks__item {
    flex: none !important;
    width: 100%;
    max-width: none;
    height: 16rem;
    max-height: 25rem;
    transition: none;
  }
  .teasers-blocks__list.is-hovering .teasers-blocks__item,
  .teasers-blocks__list.is-hovering .teasers-blocks__item.is-active {
    flex-grow: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .teasers-blocks__item {
    transition: none;
  }
}
.image {
  --image-tilt: 0deg;
  --image-radius: 1.35rem;
  --image-tilt-inset: 0%;
  width: 100%;
  max-width: 100%;
  padding: 1.25rem 0.85rem;
  overflow: visible;
}
.image__frame {
  position: relative;
  width: calc(100% - var(--image-tilt-inset));
  max-width: 100%;
  margin: 0 auto;
  border-radius: var(--image-radius);
  overflow: hidden;
  background: #F9F5ED;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  transform: rotate(var(--image-tilt));
  transform-origin: center center;
  transition: transform 0.35s ease, width 0.35s ease;
}
.image__desktop,
.image__mobile {
  line-height: 0;
}
.image__img,
.image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: inherit;
}
.image__caption {
  margin: 0.65rem 0 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #3E3E3E;
  text-align: center;
  background: transparent;
}
.image--crop-square .image__frame {
  border-radius: var(--image-radius);
  overflow: hidden;
  background: #F9F5ED;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.image--crop-square .image__img,
.image--crop-square img {
  object-fit: cover;
}
.image--crop-rounded .image__frame {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #F9F5ED;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.image--crop-rounded .image__desktop,
.image--crop-rounded .image__mobile,
.image--crop-rounded picture,
.image--crop-rounded .image__img,
.image--crop-rounded img {
  width: 100%;
  height: 100%;
}
.image--crop-rounded .image__img,
.image--crop-rounded img {
  object-fit: cover;
  object-position: center;
}
.image--crop-none .image__frame {
  border-radius: 0 !important;
  overflow: visible;
  background: transparent;
  box-shadow: none !important;
}
.image--crop-none .image__img,
.image--crop-none img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.image--tilt-left {
  --image-tilt: -4deg;
  --image-tilt-inset: 8%;
}
.image--tilt-right {
  --image-tilt: 4deg;
  --image-tilt-inset: 8%;
}
.image--tilt-none {
  --image-tilt: 0deg;
  --image-tilt-inset: 0%;
}
.image--has-desktop .image__mobile,
.image--has-desktop .image__caption--mobile {
  display: none;
}
.image--has-mobile:not(.image--has-desktop) .image__desktop,
.image--has-mobile:not(.image--has-desktop) .image__caption--desktop {
  display: none;
}
@media (max-width: 1024px) {
  .image {
    padding: 1rem 0.5rem;
  }
  .image--tilt-left {
    --image-tilt: -2.5deg;
    --image-tilt-inset: 6%;
  }
  .image--tilt-right {
    --image-tilt: 2.5deg;
    --image-tilt-inset: 6%;
  }
}
@media (max-width: 767px) {
  .image {
    padding: 0.75rem 0.35rem;
  }
  .image--has-mobile.image--has-desktop .image__desktop,
  .image--has-mobile.image--has-desktop .image__caption--desktop {
    display: none;
  }
  .image--has-mobile.image--has-desktop .image__mobile,
  .image--has-mobile.image--has-desktop .image__caption--mobile {
    display: block;
  }
  .image--tilt-left {
    --image-tilt: -2deg;
    --image-tilt-inset: 5%;
  }
  .image--tilt-right {
    --image-tilt: 2deg;
    --image-tilt-inset: 5%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .image__frame {
    transition: none;
  }
}
.tour-card {
  height: 100%;
  max-height: 25rem;
  border-radius: 0.6rem;
  background: #ffffff;
  box-shadow: 0 0.65rem 1.5rem rgba(62, 62, 62, 0.1), 0 0.15rem 0.4rem rgba(62, 62, 62, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.tour-card:hover,
.tour-card:focus-within {
  box-shadow: 0 0.9rem 1.85rem rgba(62, 62, 62, 0.14), 0 0.25rem 0.55rem rgba(62, 62, 62, 0.08);
  transform: translateY(-0.15rem);
}
.tour-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.tour-card__link:hover,
.tour-card__link:focus-visible {
  color: inherit;
}
.tour-card__link:focus-visible {
  outline: 2px solid #4B2566;
  outline-offset: 3px;
}
.tour-card__media {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 4 / 3;
  max-height: 13.5rem;
  overflow: hidden;
  background: #F9F5ED;
  line-height: 0;
}
.tour-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.tour-card:hover .tour-card__img,
.tour-card:focus-within .tour-card__img {
  transform: scale(1.03);
}
.tour-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 1.15rem 1.2rem;
  background: #ffffff;
  text-align: start;
}
.tour-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid rgba(62, 62, 62, 0.14);
}
.tour-card__title {
  margin: 0;
  flex: 1 1 auto;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  color: #3E3E3E;
}
.tour-card__arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  color: #3E3E3E;
  transition: transform 0.3s ease;
}
.tour-card__arrow svg {
  display: block;
  width: 0.8rem;
  height: auto;
}
.tour-card:hover .tour-card__arrow,
.tour-card:focus-within .tour-card__arrow {
  transform: translateX(-0.2rem);
}
.tour-card__excerpt {
  margin: 0;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  font-weight: 400;
  line-height: 1.45;
}
.tour-card--style-overlay {
  max-height: none;
  height: 100%;
  min-height: 0;
  border-radius: 1.05rem;
  background: #2a2a2a;
  box-shadow: none;
  overflow: hidden;
}
.tour-card--style-overlay:hover,
.tour-card--style-overlay:focus-within {
  box-shadow: none;
  transform: none;
}
.tour-card--style-overlay .tour-card__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 16rem;
  color: #ffffff;
}
.tour-card--style-overlay .tour-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  flex: none;
  aspect-ratio: auto;
  max-height: none;
  height: 100%;
  background: #2a2a2a;
}
.tour-card--style-overlay .tour-card__img {
  width: 100%;
  height: 100%;
}
.tour-card--style-overlay:hover .tour-card__img,
.tour-card--style-overlay:focus-within .tour-card__img {
  transform: scale(1.04);
}
.tour-card--style-overlay .tour-card__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0) 68%);
}
.tour-card--style-overlay .tour-card__body {
  position: absolute;
  z-index: 2;
  inset-inline: 0;
  bottom: 0;
  flex: none;
  padding: 1.15rem 1.25rem 1.1rem;
  background: transparent;
  text-align: start;
  color: #ffffff;
}
.tour-card--style-overlay .tour-card__header {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.tour-card--style-overlay .tour-card__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.tour-card--style-overlay .tour-card__arrow {
  display: none;
}
.tour-card--style-overlay .tour-card__excerpt {
  margin: 0.35rem 0 0;
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 1.1vw, 1.15rem);
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .tour-card--style-overlay {
    border-radius: 0.9rem;
  }
  .tour-card--style-overlay .tour-card__link {
    min-height: 14rem;
  }
  .tour-card--style-overlay .tour-card__body {
    padding: 0.95rem 1rem 0.9rem;
  }
  .tour-card--style-overlay .tour-card__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .tour-card {
    max-height: none;
  }
  .tour-card__media {
    max-height: 11rem;
  }
  .tour-card__body {
    padding: 0.9rem 1rem 1.05rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tour-card,
  .tour-card__img,
  .tour-card__arrow {
    transition: none;
  }
  .tour-card:hover,
  .tour-card:focus-within {
    transform: none;
  }
  .tour-card:hover .tour-card__arrow,
  .tour-card:focus-within .tour-card__arrow {
    transform: none;
  }
}
.archive-posts--overlay {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(15.5rem, 18.5rem);
  grid-auto-flow: dense;
  align-items: stretch;
  gap: 0.75rem;
  direction: rtl;
  width: 100%;
  flex-wrap: nowrap;
}
.archive-posts--overlay > .post-card {
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 100%;
  min-height: 0;
  direction: rtl;
  flex: none;
}
.archive-posts--overlay > .post-card:nth-child(6n + 5) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .archive-posts--overlay {
    grid-auto-rows: minmax(13.5rem, 16rem);
    gap: 0.6rem;
  }
}
@media (max-width: 767px) {
  .archive-posts--overlay {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(14rem, 16rem);
    grid-auto-flow: row;
    gap: 0.75rem;
    direction: rtl;
  }
  .archive-posts--overlay > .post-card:nth-child(6n + 5) {
    grid-column: auto;
    grid-row: auto;
  }
}
html[dir="ltr"] .archive-posts--overlay,
body.lang-en .archive-posts--overlay {
  direction: ltr;
}
html[dir="ltr"] .archive-posts--overlay > .post-card,
body.lang-en .archive-posts--overlay > .post-card {
  direction: ltr;
}
html[dir="ltr"] .archive-posts--overlay > .post-card:nth-child(6n + 5),
body.lang-en .archive-posts--overlay > .post-card:nth-child(6n + 5) {
  grid-column: auto;
  grid-row: auto;
}
html[dir="ltr"] .archive-posts--overlay > .post-card:nth-child(6n + 4),
body.lang-en .archive-posts--overlay > .post-card:nth-child(6n + 4) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 767px) {
  html[dir="ltr"] .archive-posts--overlay > .post-card:nth-child(6n + 4),
  body.lang-en .archive-posts--overlay > .post-card:nth-child(6n + 4) {
    grid-column: auto;
    grid-row: auto;
  }
}
.archive-posts-section--overlay {
  padding: 1.5rem 0 3rem;
}
.archive-posts-section--overlay .posts-grid__footer {
  margin-top: 1.75rem;
}
.recommendation-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 4px 30px 0 rgba(139, 81, 176, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: default;
}
.recommendation-card:hover {
  box-shadow: 0 4px 30px 0 rgba(139, 81, 176, 0.25);
  transform: translateY(-0.12rem);
}
.recommendation-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.recommendation-card__media {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  max-height: 13.94736842rem;
  overflow: hidden;
  background: #F9F5ED;
  line-height: 0;
}
.recommendation-card__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 13.94736842rem;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.recommendation-card:hover .recommendation-card__img {
  transform: scale(1.03);
}
.recommendation-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.15rem 1.25rem 1.35rem;
  text-align: start;
}
.recommendation-card__subtitle {
  margin: 0 0 0.45rem;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.75rem, 0.85vw, 0.9rem);
  font-weight: 400;
  line-height: 1.35;
  color: rgba(62, 62, 62, 0.55);
}
.recommendation-card__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-heading);
  font-size: 1.57894737rem;
  line-height: 1.25;
  color: #3E3E3E;
}
.recommendation-card__excerpt {
  margin: 0;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #3E3E3E;
}
.recommendation-card__excerpt p,
.recommendation-card__excerpt ul,
.recommendation-card__excerpt ol {
  margin: 0 0 0.7em;
}
.recommendation-card__excerpt p:last-child,
.recommendation-card__excerpt ul:last-child,
.recommendation-card__excerpt ol:last-child {
  margin-bottom: 0;
}
.recommendation-card__author {
  margin-top: auto;
  padding-top: 1.1rem;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.8rem, 0.95vw, 0.8rem);
  font-weight: 700;
  line-height: 1.35;
  color: #3E3E3E;
}
.recommendation-card--masonry {
  height: auto;
}
.recommendation-card--masonry .recommendation-card__link {
  height: auto;
}
.recommendation-card--masonry .recommendation-card__media {
  aspect-ratio: auto;
  max-height: 13.94736842rem;
}
.recommendation-card--masonry .recommendation-card__img {
  height: auto;
  max-height: 13.94736842rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .recommendation-card__media {
    aspect-ratio: 16 / 11;
  }
  .recommendation-card__body {
    padding: 1rem 1.05rem 1.15rem;
  }
  .recommendation-card--masonry .recommendation-card__media {
    aspect-ratio: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .recommendation-card,
  .recommendation-card__img {
    transition: none;
  }
  .recommendation-card:hover,
  .recommendation-card:focus-within {
    transform: none;
  }
  .recommendation-card:hover .recommendation-card__img,
  .recommendation-card:focus-within .recommendation-card__img {
    transform: none;
  }
}
.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(139, 81, 176, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.article-card:hover,
.article-card:focus-within {
  box-shadow: 0 4px 30px 0 rgba(139, 81, 176, 0.25);
  transform: translateY(-0.12rem);
}
.article-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.article-card__link:hover,
.article-card__link:focus-visible {
  color: inherit;
}
.article-card__link:focus-visible {
  outline: 2px solid #4B2566;
  outline-offset: 3px;
}
.article-card__media {
  position: relative;
  flex: 0 0 auto;
  height: 19.47368421rem;
  overflow: hidden;
  background: #F9F5ED;
  line-height: 0;
}
.article-card__accent {
  position: absolute;
  top: 1rem;
  inset-inline-start: 0;
  z-index: 1;
  width: 0.55rem;
  height: 2.05rem;
  background: #4B2566;
  clip-path: polygon(0 0, 100% 0.12rem, 70% 0.42rem, 100% 0.78rem, 62% 1.1rem, 100% 1.42rem, 72% 1.72rem, 100% 2.05rem, 0 2.05rem);
  pointer-events: none;
}
.article-card__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 19.47368421rem;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.article-card:hover .article-card__img,
.article-card:focus-within .article-card__img {
  transform: scale(1.03);
}
.article-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0;
  text-align: start;
}
.article-card__title {
  margin: 0;
  padding: 1.25rem 1.35rem 0.95rem;
  font-family: var(--font-heading);
  font-size: 1.57894737rem;
  font-weight: 400;
  line-height: 1.1;
  color: #3E3E3E;
}
.article-card__excerpt {
  margin: 0;
  padding: 0.95rem 1.35rem 1.45rem;
  border-top: 1px solid rgba(62, 62, 62, 0.16);
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(62, 62, 62, 0.82);
}
.article-card--masonry {
  height: auto;
}
.article-card--masonry .article-card__link {
  height: auto;
}
.article-card--masonry .article-card__media {
  height: 19.47368421rem;
}
.article-card--masonry .article-card__img {
  height: 100%;
  max-height: 19.47368421rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .article-card__title {
    padding: 1.05rem 1.15rem 0.85rem;
  }
  .article-card__excerpt {
    padding: 0.85rem 1.15rem 1.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .article-card,
  .article-card__img {
    transition: none;
  }
  .article-card:hover,
  .article-card:focus-within {
    transform: none;
  }
  .article-card:hover .article-card__img,
  .article-card:focus-within .article-card__img {
    transform: none;
  }
}
.delegation-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(139, 81, 176, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.delegation-card:hover,
.delegation-card:focus-within {
  transform: translateY(-0.12rem);
}
.delegation-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.delegation-card__link:hover,
.delegation-card__link:focus-visible {
  color: inherit;
}
.delegation-card__link:focus-visible {
  outline: 2px solid #4B2566;
  outline-offset: 3px;
}
.delegation-card__media {
  position: relative;
  flex: 1 1 auto;
  min-height: 13.94736842rem;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #F9F5ED;
  line-height: 0;
}
.delegation-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
.delegation-card:hover .delegation-card__img,
.delegation-card:focus-within .delegation-card__img {
  transform: scale(1.03);
}
.delegation-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex: 0 0 auto;
  padding: 3.5rem 2.5rem;
  text-align: start;
}
.delegation-card__title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.1rem);
  font-weight: 700;
  line-height: 1.35;
  color: #3E3E3E;
}
.delegation-card__arrow {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 0.85rem;
  background-color: #3E3E3E;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 6.65691C-0.0976315 7.04743 -0.0976314 7.6806 0.292893 8.07112L6.65686 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36402L8.07107 1.70716C8.46159 1.31664 8.46159 0.683471 8.07107 0.292947C7.68054 -0.0975776 7.04738 -0.0975776 6.65685 0.292947L0.292892 6.65691ZM18 7.36401L18 6.36401L1 6.36402L1 7.36402L1 8.36402L18 8.36401L18 7.36401Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 6.65691C-0.0976315 7.04743 -0.0976314 7.6806 0.292893 8.07112L6.65686 14.4351C7.04738 14.8256 7.68054 14.8256 8.07107 14.4351C8.46159 14.0446 8.46159 13.4114 8.07107 13.0209L2.41421 7.36402L8.07107 1.70716C8.46159 1.31664 8.46159 0.683471 8.07107 0.292947C7.68054 -0.0975776 7.04738 -0.0975776 6.65685 0.292947L0.292892 6.65691ZM18 7.36401L18 6.36401L1 6.36402L1 7.36402L1 8.36402L18 8.36401L18 7.36401Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[dir="ltr"] .delegation-card__arrow,
body.lang-en .delegation-card__arrow {
  transform: scaleX(-1);
}
@media (prefers-reduced-motion: reduce) {
  .delegation-card,
  .delegation-card__img {
    transition: none;
  }
  .delegation-card:hover,
  .delegation-card:focus-within {
    transform: none;
  }
  .delegation-card:hover .delegation-card__img,
  .delegation-card:focus-within .delegation-card__img {
    transform: none;
  }
}
.icons {
  width: 100%;
}
.icons__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.57894737rem;
  width: 100%;
}
.icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(25% - 1.5rem);
  min-width: 10rem;
  max-width: 16rem;
  text-align: center;
}
.icons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.5rem;
  height: 8.5rem;
  margin: 0 0 1.25rem;
  border: 3px solid #F3B05F;
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
}
.icons__icon img,
.icons__icon picture,
.icons__icon svg {
  display: block;
  width: 55%;
  height: auto;
  max-width: 3.25rem;
  max-height: 3.25rem;
  object-fit: contain;
}
.icons__icon picture img {
  width: 100%;
  max-width: 3.25rem;
}
.icons__title {
  margin: 0 0 0.65rem;
  font-size: 1.47368421rem;
  color: #3E3E3E;
}
.icons__text {
  width: 100%;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  font-weight: 400;
  line-height: 1.55;
  color: #3E3E3E;
  text-align: center;
  padding: 0 1rem;
}
.icons__text > :first-child {
  margin-top: 0;
}
.icons__text > :last-child {
  margin-bottom: 0;
}
.icons__text p {
  margin: 0 0 0.5em;
}
@media (max-width: 1024px) {
  .icons__grid {
    gap: 2rem 1.25rem;
  }
  .icons__item {
    flex: 1 1 calc(50% - 1.25rem);
    max-width: none;
  }
}
@media (max-width: 767px) {
  .icons__item {
    flex: 1 1 100%;
    max-width: 22rem;
  }
  .icons__icon {
    width: 5.75rem;
    height: 5.75rem;
  }
}
.numbers {
  width: 100%;
  color: inherit;
}
.numbers__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.75rem 1rem;
  width: 100%;
}
.numbers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  min-width: 7.5rem;
  text-align: center;
}
.numbers__value {
  display: block;
  margin: 0 0 0.55rem;
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 4.7vw, 4.7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: inherit;
}
.numbers__label {
  width: 100%;
  max-width: 11rem;
  font-style: normal;
  color: inherit;
  text-align: center;
}
.numbers__label > :first-child {
  margin-top: 0;
}
.numbers__label > :last-child {
  margin-bottom: 0;
}
.numbers__label p {
  margin: 0;
}
@media (max-width: 1024px) {
  .numbers__grid {
    justify-content: center;
    gap: 1.75rem 1.5rem;
  }
  .numbers__item {
    flex: 1 1 calc(33.333% - 1.5rem);
    min-width: 8rem;
  }
}
@media (max-width: 767px) {
  .numbers__item {
    flex: 1 1 calc(50% - 1rem);
  }
  .numbers__value {
    font-size: clamp(2.6rem, 10vw, 3.5rem);
  }
}
.cards-gallery {
  --cards-gallery-size: 34.21rem;
  --cards-gallery-radius: 1.15rem;
  --cards-gallery-shadow: 0 0.45rem 1.4rem rgba(26, 26, 26, 0.18);
  --cards-front: translate(-49%, -48%) rotate(4deg);
  --cards-mid: translate(-52.5%, -53%) rotate(-6deg);
  --cards-back: translate(-54.5%, -54.5%) rotate(-10deg);
  --cards-exit-next: translate(-50%, -49%) scale(0.97) rotate(2deg);
  --cards-exit-prev: translate(-51%, -50%) scale(0.97) rotate(-3deg);
  --cards-enter-next: translate(-53%, -51%) scale(0.97) rotate(-5deg);
  --cards-enter-prev: translate(-48%, -49%) scale(0.97) rotate(6deg);
  width: 100%;
  overflow: visible;
}
.cards-gallery__stage {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: visible;
}
.cards-gallery__pile {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  touch-action: pan-y;
  user-select: none;
  overflow: hidden;
}
.cards-gallery__sheet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: var(--cards-gallery-radius);
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--cards-gallery-shadow);
  transform-origin: center center;
  transition: transform var(--cards-duration, 0.55s) cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
  will-change: transform, opacity;
}
.cards-gallery__sheet[data-role="back"] {
  z-index: 1;
  transform: var(--cards-back);
}
.cards-gallery__sheet[data-role="mid"] {
  z-index: 2;
  transform: var(--cards-mid);
}
.cards-gallery__sheet[data-role="front"] {
  z-index: 3;
  transform: var(--cards-front);
}
.cards-gallery__sheet[data-role="outgoing"] {
  z-index: 0;
  pointer-events: none;
}
.cards-gallery__sheet.is-exit-next,
.cards-gallery__sheet.is-exit-prev {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.cards-gallery__sheet.is-exit-next {
  transform: var(--cards-exit-next) !important;
}
.cards-gallery__sheet.is-exit-prev {
  transform: var(--cards-exit-prev) !important;
}
.cards-gallery__sheet.is-enter-next,
.cards-gallery__sheet.is-enter-prev {
  z-index: 0;
  opacity: 0;
}
.cards-gallery__sheet.is-enter-next {
  transform: var(--cards-enter-next) !important;
}
.cards-gallery__sheet.is-enter-prev {
  transform: var(--cards-enter-prev) !important;
}
.cards-gallery__pile.is-animating {
  pointer-events: none;
}
.cards-gallery__pagination {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
}
.cards-gallery__bullet {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(75, 37, 102, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.cards-gallery__bullet.is-active {
  background: #4B2566;
  transform: scale(1.2);
}
.cards-gallery .swiper-button-prev,
.cards-gallery .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.cards-gallery .swiper-button-prev {
  left: 0.25rem;
}
.cards-gallery .swiper-button-next {
  right: 0.25rem;
}
@media (max-width: 1024px) {
  .cards-gallery {
    --cards-front: translate(-49%, -48%) rotate(3.5deg);
    --cards-mid: translate(-52%, -52.5%) rotate(-5deg);
    --cards-back: translate(-54%, -54%) rotate(-8.5deg);
  }
}
@media (max-width: 767px) {
  .cards-gallery {
    --cards-front: translate(-49.5%, -48.5%) rotate(3deg);
    --cards-mid: translate(-51.5%, -52%) rotate(-4.5deg);
    --cards-back: translate(-53%, -53%) rotate(-7deg);
  }
  .cards-gallery__sheet {
    width: 82%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cards-gallery__sheet {
    transition: none;
  }
}
.posts-grid {
  --posts-grid-gap: 2.63157895rem;
  width: 100%;
}
.posts-grid--type-post,
.posts-grid--type-delegation,
.posts-grid.archive-posts-section {
  --posts-grid-gap: 1.05263158rem;
}
.posts-grid .post-card--load-more-hidden {
  display: none !important;
}
.posts-grid .posts-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--posts-grid-gap);
  --gap: var(--posts-grid-gap);
  width: 100%;
}
.posts-grid .posts-grid-wrapper > .post-card {
  display: flex;
}
.posts-grid .posts-grid-wrapper > .post-card > article {
  width: 100%;
}
.posts-grid--hide-thumbnails .tour-card__media,
.posts-grid--hide-thumbnails .recommendation-card__media,
.posts-grid--hide-thumbnails .article-card__media,
.posts-grid--hide-thumbnails .delegation-card__media {
  display: none;
}
.posts-grid--ticker .posts-grid-ticker-wrapper {
  position: relative;
  width: 100%;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper {
  overflow: visible;
  width: 100%;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-wrapper {
  align-items: stretch;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide {
  height: auto;
  display: flex;
  box-sizing: border-box;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide > .post-card {
  width: 100%;
  display: flex;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide > .post-card > article {
  width: 100%;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-button-prev,
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-button-prev.swiper-button-lock,
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-button-next.swiper-button-lock {
  display: none;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-button-prev {
  left: 0;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-button-next {
  right: 0;
}
.posts-grid--ticker .posts-grid-ticker-wrapper .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
  width: 100%;
}
.posts-grid--ticker.posts-grid--has-arrows .posts-grid-ticker-wrapper {
  padding: 0 3rem;
}
.posts-grid .posts-grid__footer {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}
.posts-grid .posts-grid__cta-wrap {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .posts-grid--ticker .posts-grid-ticker-wrapper {
    overflow: hidden;
    margin-inline: -1.25rem;
    padding-inline-start: 1.25rem;
  }
  .posts-grid--ticker .posts-grid-ticker-wrapper .swiper {
    overflow: visible;
    width: auto;
  }
  .posts-grid--ticker .posts-grid-ticker-wrapper .swiper-slide {
    width: 82%;
    max-width: 36rem;
    flex-shrink: 0;
  }
  .posts-grid--ticker .posts-grid-ticker-wrapper > .swiper-button-prev,
  .posts-grid--ticker .posts-grid-ticker-wrapper > .swiper-button-next {
    display: none;
  }
  .posts-grid--ticker.posts-grid--has-arrows .posts-grid-ticker-wrapper,
  .posts-grid--ticker.posts-grid--arrows-in-filters .posts-grid-ticker-wrapper {
    padding: 0;
    margin-inline: -1.25rem;
    padding-inline-start: 1.25rem;
  }
}
.posts-grid--masonry .posts-grid-wrapper,
.posts-grid-wrapper--masonry {
  --gap: var(--posts-grid-gap, 2.63157895rem);
  display: block;
  column-count: var(--posts-grid-cols, 4);
  column-gap: var(--gap);
  align-items: start;
}
.posts-grid--masonry .posts-grid-wrapper > .post-card,
.posts-grid-wrapper--masonry > .post-card {
  display: block;
  flex: none;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 var(--gap);
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.posts-grid--masonry .posts-grid-wrapper > .post-card > article,
.posts-grid-wrapper--masonry > .post-card > article {
  width: 100%;
  height: auto;
}
.posts-grid--masonry .posts-grid-wrapper .recommendation-card,
.posts-grid-wrapper--masonry .recommendation-card,
.posts-grid--masonry .posts-grid-wrapper .recommendation-card__link,
.posts-grid-wrapper--masonry .recommendation-card__link,
.posts-grid--masonry .posts-grid-wrapper .article-card,
.posts-grid-wrapper--masonry .article-card,
.posts-grid--masonry .posts-grid-wrapper .article-card__link,
.posts-grid-wrapper--masonry .article-card__link {
  height: auto;
}
.posts-grid--masonry .posts-grid-wrapper .recommendation-card__media,
.posts-grid-wrapper--masonry .recommendation-card__media {
  aspect-ratio: auto;
  max-height: 13.94736842rem;
}
.posts-grid--masonry .posts-grid-wrapper .recommendation-card__img,
.posts-grid-wrapper--masonry .recommendation-card__img {
  height: auto;
  max-height: 13.94736842rem;
  object-fit: cover;
  object-position: center;
}
.posts-grid--masonry .posts-grid-wrapper .article-card__media,
.posts-grid-wrapper--masonry .article-card__media {
  height: 19.47368421rem;
  max-height: 19.47368421rem;
}
.posts-grid--masonry .posts-grid-wrapper .article-card__img,
.posts-grid-wrapper--masonry .article-card__img {
  height: 100%;
  max-height: 19.47368421rem;
  object-fit: cover;
  object-position: center;
}
@supports (grid-template-rows: masonry) {
  .posts-grid--masonry .posts-grid-wrapper,
  .posts-grid-wrapper--masonry {
    display: grid;
    grid-template-columns: repeat(var(--posts-grid-cols, 4), minmax(0, 1fr));
    grid-template-rows: masonry;
    gap: var(--gap);
    column-count: unset;
    column-gap: unset;
  }
  .posts-grid--masonry .posts-grid-wrapper > .post-card,
  .posts-grid-wrapper--masonry > .post-card {
    margin-bottom: 0;
    width: auto !important;
    max-width: none !important;
  }
}
@media (max-width: 1024px) {
  .posts-grid--masonry .posts-grid-wrapper,
  .posts-grid-wrapper--masonry {
    column-count: 2;
  }
  @supports (grid-template-rows: masonry) {
    .posts-grid--masonry .posts-grid-wrapper,
    .posts-grid-wrapper--masonry {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@media (max-width: 767px) {
  .posts-grid--masonry .posts-grid-wrapper,
  .posts-grid-wrapper--masonry {
    column-count: 1;
  }
  @supports (grid-template-rows: masonry) {
    .posts-grid--masonry .posts-grid-wrapper,
    .posts-grid-wrapper--masonry {
      grid-template-columns: minmax(0, 1fr);
    }
  }
}
.accordion {
  --accordion-gap: 0.85rem;
  --accordion-radius: 0.65rem;
  --accordion-pad-y: 1rem;
  --accordion-pad-x: 1.5rem;
  --accordion-shadow: 0 4px 10px 0 rgba(147, 161, 248, 0.35);
  --accordion-title: #2f2f2f;
  --accordion-body: #6b6b6b;
  width: 100%;
}
.accordion__items {
  display: flex;
  flex-direction: column;
  gap: var(--accordion-gap);
}
.accordion__item {
  background: #ffffff;
  border-radius: var(--accordion-radius);
  box-shadow: var(--accordion-shadow);
  overflow: hidden;
  transition: box-shadow 220ms ease;
}
.accordion__heading {
  margin: 0;
}
.accordion__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.6rem;
  margin: 0;
  padding: var(--accordion-pad-y) var(--accordion-pad-x);
  border: 0;
  background: transparent;
  color: var(--accordion-title);
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(1.05rem, 1.15vw, 1.25rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: start;
  cursor: pointer;
  transition: color 180ms ease, padding 280ms ease;
}
.accordion__trigger:hover,
.accordion__trigger:focus-visible {
  color: #4B2566;
}
.accordion__trigger:focus-visible {
  outline: 2px solid #8B51B0;
  outline-offset: -2px;
}
.accordion__trigger[disabled] {
  cursor: default;
}
.accordion__title {
  display: block;
  width: 100%;
}
.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  color: var(--accordion-body);
  transition: grid-template-rows 320ms ease;
}
.accordion__content-inner {
  overflow: hidden;
  min-height: 0;
}
.accordion__body {
  padding: 0 var(--accordion-pad-x) var(--accordion-pad-y);
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.1rem);
  font-weight: 400;
  line-height: 1.7;
  text-align: start;
  opacity: 0;
  transform: translateY(-0.35rem);
  transition: opacity 220ms ease 40ms,
            transform 280ms ease;
}
.accordion__body > *:first-child {
  margin-top: 0;
}
.accordion__body > *:last-child {
  margin-bottom: 0;
}
.accordion__body p {
  color: var(--accordion-body);
}
.accordion__item.is-open .accordion__trigger {
  padding-bottom: 0.55rem;
}
.accordion__item.is-open .accordion__content {
  grid-template-rows: 1fr;
}
.accordion__item.is-open .accordion__body {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .accordion__content,
  .accordion__body,
  .accordion__trigger {
    transition: none;
  }
  .accordion__body {
    transform: none;
  }
}
@media (max-width: 767px) {
  .accordion {
    --accordion-pad-y: 1rem;
    --accordion-pad-x: 1.15rem;
    --accordion-gap: 0.7rem;
  }
  .accordion__trigger {
    min-height: 3.25rem;
    font-size: 1.05rem;
  }
}
.simple-slider {
  --simple-slider-cols: var(--simple-slider-cols-desktop, 3);
  --simple-slider-gap: 1rem;
  width: 100%;
  max-width: 100%;
}
.simple-slider .slider-wrapper {
  position: relative;
  width: 100%;
}
.simple-slider .slider-stage {
  position: relative;
  width: 100%;
  container-type: inline-size;
  container-name: simple-slider;
}
.simple-slider .swiper {
  overflow: hidden;
  width: 100%;
}
.simple-slider .swiper-wrapper {
  align-items: stretch;
}
.simple-slider .swiper-slide {
  height: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #ece7df;
  aspect-ratio: 4 / 3;
}
.simple-slider .swiper-slide picture,
.simple-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.simple-slider .swiper-button-prev,
.simple-slider .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.simple-slider .swiper-button-prev {
  inset-inline-start: -0.4rem;
  inset-inline-end: auto;
  left: auto;
  right: auto;
}
.simple-slider .swiper-button-next {
  inset-inline-end: -0.4rem;
  inset-inline-start: auto;
  left: auto;
  right: auto;
}
.simple-slider .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
  width: 100%;
}
.simple-slider--centered {
  overflow: visible;
}
.simple-slider--centered .slider-wrapper,
.simple-slider--centered .slider-stage {
  overflow: visible;
}
.simple-slider--centered .swiper {
  overflow: visible;
  width: 100vw;
  max-width: none;
  margin-inline-start: calc(50% - 50vw);
}
.simple-slider--centered .swiper-slide {
  width: calc((100cqw - (var(--simple-slider-cols) - 1) * var(--simple-slider-gap)) / var(--simple-slider-cols));
}
.simple-slider--effect-fade .swiper-slide {
  width: 100%;
  opacity: 0;
  transition-property: opacity;
}
@media (max-width: 1024px) {
  .simple-slider--centered {
    --simple-slider-cols: 2;
  }
  .simple-slider .swiper-button-prev,
  .simple-slider .swiper-button-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .simple-slider--centered {
    --simple-slider-cols: 1.2;
  }
}
.simple-gallery {
  --simple-gallery-peek: 2.75rem;
  --simple-gallery-left-bleed: calc(0px + 6rem + var(--simple-gallery-peek));
  --simple-gallery-cols: var(--simple-gallery-cols-desktop, 3);
  --simple-gallery-gap: 1rem;
  --simple-gallery-slide: calc((100cqw - (var(--simple-gallery-cols) - 1) * var(--simple-gallery-gap)) / var(--simple-gallery-cols));
  width: 100%;
  overflow: visible;
}
.simple-gallery__stage {
  position: relative;
  overflow: visible;
  container-type: inline-size;
  clip-path: inset(-1rem -100vw -1rem 0);
}
html[dir="rtl"] .simple-gallery__stage {
  clip-path: inset(-1rem 0 -1rem -100vw);
}
.simple-gallery .swiper {
  overflow: visible;
  width: calc(100% + var(--simple-gallery-left-bleed));
  max-width: none;
  margin-inline-end: calc(-1 * var(--simple-gallery-left-bleed));
  margin-inline-start: 0;
  padding: 0.35rem 0;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.simple-gallery .swiper:active {
  cursor: grabbing;
}
.simple-gallery .swiper-slide {
  width: var(--simple-gallery-slide);
  height: auto;
  box-sizing: border-box;
  -webkit-user-drag: none;
  user-select: none;
}
.simple-gallery--centered {
  --simple-gallery-left-bleed: 0;
  --simple-gallery-slide: calc((min(100cqw, 87rem) - (var(--simple-gallery-cols) - 1) * var(--simple-gallery-gap)) / var(--simple-gallery-cols));
}
.simple-gallery--centered .simple-gallery__stage {
  clip-path: none;
}
html[dir="rtl"] .simple-gallery--centered .simple-gallery__stage {
  clip-path: none;
}
.simple-gallery--centered .swiper {
  width: 100vw;
  max-width: none;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: 0;
}
.simple-gallery__item {
  height: auto;
}
.simple-gallery__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-user-drag: none;
  user-select: none;
}
.simple-gallery__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.7rem;
  overflow: hidden;
  background: #ece7df;
  box-shadow: 0 0.35rem 1.1rem rgba(75, 37, 102, 0.14);
}
.simple-gallery__img,
.simple-gallery__placeholder,
.simple-gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}
.simple-gallery__img {
  object-fit: cover;
  object-position: center;
  -webkit-user-drag: none;
  pointer-events: none;
}
.simple-gallery picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-user-drag: none;
  pointer-events: none;
}
.simple-gallery__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.simple-gallery__play svg {
  display: block;
  width: 3.6rem;
  height: auto;
  filter: drop-shadow(0 0.2rem 0.45rem rgba(0, 0, 0, 0.35));
}
.simple-gallery .swiper-button-prev,
.simple-gallery .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.simple-gallery .swiper-button-prev {
  left: -0.4rem;
}
.simple-gallery .swiper-button-next {
  right: -0.4rem;
}
.simple-gallery .swiper-pagination {
  position: static;
  margin-top: 1.25rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .simple-gallery {
    --simple-gallery-left-bleed: calc(2rem + var(--simple-gallery-peek));
    --simple-gallery-cols: 2;
  }
  .simple-gallery .swiper-button-prev,
  .simple-gallery .swiper-button-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .simple-gallery {
    --simple-gallery-left-bleed: calc(1.25rem + var(--simple-gallery-peek));
    --simple-gallery-cols: 1.2;
  }
}
.grid-gallery {
  --grid-gallery-cols: var(--grid-gallery-cols-desktop, 2);
  --grid-gallery-gap: 1.15rem;
  width: 100%;
}
.grid-gallery__grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-gallery-cols), minmax(0, 1fr));
  gap: var(--grid-gallery-gap);
}
.grid-gallery__item {
  min-width: 0;
}
.grid-gallery__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.grid-gallery__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #ece7df;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.grid-gallery__img,
.grid-gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}
.grid-gallery__img {
  object-fit: cover;
  object-position: center;
}
.grid-gallery picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .grid-gallery {
    --grid-gallery-cols: 2;
    --grid-gallery-gap: 1rem;
  }
}
@media (max-width: 767px) {
  .grid-gallery {
    --grid-gallery-cols: 1;
    --grid-gallery-gap: 0.85rem;
  }
}
.masonry-gallery {
  --masonry-gallery-gap: 1.05263158rem;
  --masonry-gallery-radius: 1.26315789rem;
  width: 100%;
}
.masonry-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: var(--masonry-gallery-gap);
  width: 100%;
}
.masonry-gallery__item {
  display: flex;
  min-width: 0;
  min-height: 0;
}
.masonry-gallery__item--a-start {
  grid-column: 1 / span 3;
}
.masonry-gallery__item--a-center {
  grid-column: 4 / span 6;
  grid-row: span 2;
}
.masonry-gallery__item--a-end {
  grid-column: 10 / span 3;
}
.masonry-gallery__item--b-1 {
  grid-column: 1 / span 4;
}
.masonry-gallery__item--b-2 {
  grid-column: 5 / span 4;
}
.masonry-gallery__item--b-3 {
  grid-column: 9 / span 4;
}
.masonry-gallery__item--c-wide {
  grid-column: 1 / span 8;
  grid-row: span 2;
}
.masonry-gallery__item--c-end {
  grid-column: 9 / span 4;
}
.masonry-gallery__item--fill {
  grid-column: span 4;
}
.masonry-gallery__item--tall {
  grid-row: span 2;
}
.masonry-gallery__link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.masonry-gallery__link:focus-visible {
  outline: 2px solid #4B2566;
  outline-offset: 3px;
}
.masonry-gallery__media {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--masonry-gallery-radius);
  background: #F9F5ED;
  line-height: 0;
}
.masonry-gallery__item--short .masonry-gallery__media {
  aspect-ratio: 4 / 3;
}
.masonry-gallery__img,
.masonry-gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}
.masonry-gallery picture img,
.masonry-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .masonry-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .masonry-gallery__item--a-start,
  .masonry-gallery__item--a-center,
  .masonry-gallery__item--a-end,
  .masonry-gallery__item--b-1,
  .masonry-gallery__item--b-2,
  .masonry-gallery__item--b-3,
  .masonry-gallery__item--c-wide,
  .masonry-gallery__item--c-end,
  .masonry-gallery__item--fill {
    grid-column: auto;
  }
  .masonry-gallery__item--tall {
    grid-row: span 2;
  }
}
@media (max-width: 767px) {
  .masonry-gallery {
    --masonry-gallery-gap: 0.84210526rem;
    --masonry-gallery-radius: 1.05263158rem;
  }
  .masonry-gallery__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .masonry-gallery__item--tall {
    grid-row: span 1;
  }
  .masonry-gallery__item--short .masonry-gallery__media {
    aspect-ratio: 16 / 10;
  }
  .masonry-gallery__item--tall .masonry-gallery__media {
    aspect-ratio: 3 / 4;
  }
}
.cards-grid {
  --cards-grid-cols: var(--cards-grid-cols-desktop, 5);
  --cards-grid-gap: 2.2rem;
  --cards-grid-shadow: 0 4px 30px 0 rgba(139, 81, 176, 0.25);
  width: 100%;
}
.cards-grid__grid {
  display: grid;
  grid-template-columns: repeat(var(--cards-grid-cols), minmax(0, 1fr));
  gap: var(--cards-grid-gap);
  align-items: stretch;
}
.cards-grid__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 1.7rem 1.5rem 1rem;
  border-radius: 1.05rem;
  background: #ffffff;
  box-shadow: var(--cards-grid-shadow);
  color: inherit;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.cards-grid__card--link {
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.cards-grid__card--link:hover,
.cards-grid__card--link:focus-visible {
  box-shadow: 0 0.65rem 1.7rem rgba(147, 161, 248, 0.45);
  transform: translateY(-0.15rem);
  outline: none;
}
.cards-grid__media {
  display: block;
  max-width: 100%;
  margin: 0 0 0.85rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
}
.cards-grid__img,
.cards-grid picture {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0.35rem;
  box-shadow: 0 0.2rem 0.55rem rgba(0, 0, 0, 0.12);
}
.cards-grid picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
}
.cards-grid__title {
  margin: 0 0 0.35rem;
  font-size: 1.57894737rem;
  line-height: 1.3;
  color: #1a1a1a;
}
.cards-grid__text {
  width: 100%;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.8rem, 0.9vw, 0.92rem);
  font-weight: 400;
  line-height: 1.45;
  color: #555555;
}
.cards-grid__text > :first-child {
  margin-top: 0;
}
.cards-grid__text > :last-child {
  margin-bottom: 0;
}
.cards-grid__text p {
  margin: 0 0 0.4em;
}
@media (max-width: 1024px) {
  .cards-grid {
    --cards-grid-cols: 3;
  }
}
@media (max-width: 767px) {
  .cards-grid {
    --cards-grid-cols: 2;
    --cards-grid-gap: 0.85rem;
  }
}
.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.75rem 5.75rem 2.25rem;
}
.media-lightbox[hidden] {
  display: none !important;
}
.media-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 28, 0.82);
}
.media-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(78rem, 100%);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.media-lightbox__stage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 8rem);
}
.media-lightbox__stage img,
.media-lightbox__stage video,
.media-lightbox__stage iframe {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 8rem);
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0.45rem;
  background: #000;
  box-shadow: 0 0.6rem 2.4rem rgba(0, 0, 0, 0.35);
}
.media-lightbox__stage iframe,
.media-lightbox__stage video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: calc(100vh - 8rem);
}
.media-lightbox__caption {
  margin: 1.26315789rem 0 0;
  padding: 0.42105263rem 0.75rem 0;
  color: #ffffff;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: clamp(0.92rem, 1.15vw, 1.1rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  max-width: min(46rem, 100%);
}
.media-lightbox__caption:empty {
  display: none;
  margin: 0;
}
.media-lightbox.has-caption .media-lightbox__stage {
  max-height: calc(100vh - 11.5rem);
}
.media-lightbox.has-caption .media-lightbox__stage img,
.media-lightbox.has-caption .media-lightbox__stage video,
.media-lightbox.has-caption .media-lightbox__stage iframe {
  max-height: calc(100vh - 11.5rem);
}
.media-lightbox__close,
.media-lightbox__prev,
.media-lightbox__next {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  direction: ltr;
  cursor: pointer;
  appearance: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.media-lightbox__close svg,
.media-lightbox__prev svg,
.media-lightbox__next svg {
  display: block;
  flex: 0 0 auto;
  pointer-events: none;
}
.media-lightbox__close:focus-visible,
.media-lightbox__prev:focus-visible,
.media-lightbox__next:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.media-lightbox__close {
  top: 1.15rem;
  left: 1.15rem;
  width: 2.85rem;
  height: 2.85rem;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  border-radius: 0;
}
.media-lightbox__close:hover,
.media-lightbox__close:focus-visible {
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  opacity: 0.8;
  transform: scale(1.08);
}
.media-lightbox__prev,
.media-lightbox__next {
  top: 50%;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #4B2566;
  box-shadow: 0 0.25rem 1.1rem rgba(0, 0, 0, 0.28);
  transform: translateY(-50%);
}
.media-lightbox__prev:hover,
.media-lightbox__next:hover,
.media-lightbox__prev:focus-visible,
.media-lightbox__next:focus-visible {
  background: #ffffff;
  box-shadow: 0 0.35rem 1.4rem rgba(0, 0, 0, 0.32);
  transform: translateY(-50%) scale(1.07);
}
.media-lightbox__prev {
  left: 1.15rem;
}
.media-lightbox__next {
  right: 1.15rem;
}
.media-lightbox.is-single .media-lightbox__prev,
.media-lightbox.is-single .media-lightbox__next {
  display: none;
}
html.admin-bar .media-lightbox {
  top: 32px;
}
@media (max-width: 1024px) {
  .media-lightbox {
    padding: 4.25rem 4.5rem 1.75rem;
  }
  .media-lightbox__close {
    width: 2.6rem;
    height: 2.6rem;
  }
  .media-lightbox__prev,
  .media-lightbox__next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 767px) {
  .media-lightbox {
    padding: 3.75rem 1.15rem 1.4rem;
  }
  .media-lightbox__close {
    top: 0.85rem;
    left: 0.85rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  .media-lightbox__prev,
  .media-lightbox__next {
    width: 2.9rem;
    height: 2.9rem;
  }
  .media-lightbox__prev {
    left: 0.65rem;
  }
  .media-lightbox__next {
    right: 0.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .media-lightbox__close,
  .media-lightbox__prev,
  .media-lightbox__next {
    transition: none;
  }
  .media-lightbox__close:hover,
  .media-lightbox__prev:hover,
  .media-lightbox__next:hover,
  .media-lightbox__close:focus-visible,
  .media-lightbox__prev:focus-visible,
  .media-lightbox__next:focus-visible {
    transform: none;
  }
  .media-lightbox__prev:hover,
  .media-lightbox__next:hover,
  .media-lightbox__prev:focus-visible,
  .media-lightbox__next:focus-visible {
    transform: translateY(-50%);
  }
}
.site-footer {
  --footer-text: #ffffff;
  --footer-muted: #ffffff;
  --footer-line: rgba(255, 255, 255, 0.22);
  --footer-accent: #FDD465;
  --footer-accent-dark: #F3B05F;
  --footer-credits-bg: #120c18;
  color: #ffffff;
  font-size: 0.84210526rem;
}
.site-footer form {
  max-width: 17rem;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
  opacity: 1;
}
.site-footer__main {
  padding: 0.5rem 0 2rem;
  background: radial-gradient(227.4% 46.81% at 55.56% 50%, #504D7F 0%, #34213D 130%);
}
.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
.site-footer__branding {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  min-width: 0;
  margin-top: -2.5rem;
  margin-right: -1rem;
}
.site-footer__logo {
  flex: 0 0 auto;
  width: 7.5rem;
}
.site-footer__logo .custom-logo-link,
.site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.site-footer__site-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff;
  white-space: nowrap;
}
.site-footer__socials-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-footer__lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.4rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--footer-accent) 0%, var(--footer-accent-dark) 100%);
  box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.18);
  color: #1f1f1f !important;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}
.site-footer__lang:hover,
.site-footer__lang:focus-visible {
  filter: brightness(1.05);
  color: #1f1f1f !important;
}
.site-footer__lang--placeholder {
  min-width: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  pointer-events: none;
  border-radius: 0;
}
.site-footer__lang--placeholder img {
  display: block;
  height: 1.89473684rem;
  width: auto;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}
.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.site-footer__social-link svg {
  display: block;
}
.site-footer__middle {
  padding: 0.5rem 0 2.5rem;
}
.site-footer__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 2.25rem;
}
.site-footer__col {
  flex: 1 1 auto;
  width: max-content;
  max-width: 100%;
  min-width: 0;
}
.site-footer__col--last {
  margin-right: -9rem;
}
.site-footer__widget {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-size: 0.84210526rem;
}
.site-footer__widget:last-child {
  margin-bottom: 0;
}
.site-footer__widget .wp-block-image,
.site-footer__widget .wp-block-image img,
.site-footer__widget figure,
.site-footer__widget img {
  display: block;
  width: 31rem !important;
  height: auto !important;
  padding: 0;
}
.site-footer__widget .wp-block-image,
.site-footer__widget figure {
  margin: 0;
}
.site-footer__widget ul {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__widget li {
  margin: 0;
  padding: 0;
}
.site-footer__widget a {
  color: #ffffff;
  font-size: 0.84210526rem;
  font-weight: 400;
  line-height: 1.45;
}
.site-footer__widget a:hover,
.site-footer__widget a:focus-visible {
  color: var(--footer-accent);
}
.site-footer__widget p,
.site-footer__widget li {
  color: #ffffff;
  font-size: 0.84210526rem;
  font-weight: 400;
  line-height: 1.55;
}
.site-footer__widget p {
  margin: 0 0 0.55rem;
}
.site-footer__widget p:last-child {
  margin-bottom: 0;
}
.site-footer__col-title,
.site-footer .widget-title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Open Sans Hebrew", "Open Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 0.84210526rem;
  font-weight: 700;
  line-height: 1.3;
}
.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__list a {
  color: #ffffff;
  font-size: 0.84210526rem;
  font-weight: 400;
  line-height: 1.45;
}
.site-footer__list a:hover,
.site-footer__list a:focus-visible {
  color: var(--footer-accent);
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--footer-line);
}
.site-footer__signature {
  flex: 0 0 auto;
  max-width: 11rem;
  margin-inline-start: auto;
}
.site-footer__signature-img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.site-footer__legal {
  flex: 1 1 auto;
  min-width: 0;
}
.site-footer__bottom-widget {
  margin: 0;
}
.site-footer__bottom-widget .widget-title {
  display: none;
}
.site-footer__bottom-widget ul,
.site-footer__bottom-widget .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__bottom-widget li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.site-footer__bottom-widget li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin-inline: 0.75rem;
  background: rgba(255, 255, 255, 0.45);
}
.site-footer__bottom-widget a {
  color: #ffffff;
  font-size: 0.84210526rem;
  line-height: 1.3;
  white-space: nowrap;
}
.site-footer__bottom-widget a:hover,
.site-footer__bottom-widget a:focus-visible {
  color: var(--footer-accent);
}
.site-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__legal-list > li {
  display: inline-flex;
  align-items: center;
}
.site-footer__legal-list > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin-inline: 0.75rem;
  background: rgba(255, 255, 255, 0.45);
}
.site-footer__legal-list a {
  color: #ffffff;
  font-size: 0.84210526rem;
  line-height: 1.3;
  white-space: nowrap;
}
.site-footer__legal-list a:hover,
.site-footer__legal-list a:focus-visible {
  color: var(--footer-accent);
}
.site-footer__credits {
  background: #34213D;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.4;
}
.site-footer__credits-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}
.site-footer__credits-by a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.site-footer__credits-by a:hover,
.site-footer__credits-by a:focus-visible {
  color: var(--footer-accent);
}
.site-footer .wpcf7 {
  color: #ffffff;
  direction: rtl;
}
.site-footer .wpcf7 fieldset:not(.hidden-fields-container) {
  padding: 0.65rem 0;
}
.site-footer .wpcf7 fieldset:not(.hidden-fields-container) br {
  display: none;
}
.site-footer .wpcf7 fieldset:not(.hidden-fields-container) > p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
  text-align: start;
}
.site-footer .wpcf7 fieldset:not(.hidden-fields-container) > p > label {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  height: 1.15789474rem;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.84210526rem;
  line-height: 1.15789474rem;
  white-space: nowrap;
}
.site-footer .wpcf7 fieldset.column {
  padding-top: 0.65rem !important;
}
.site-footer .wpcf7 fieldset.column label {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.site-footer .wpcf7 fieldset.column .wpcf7-form-control-wrap {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.site-footer .wpcf7 .wpcf7-form-control-wrap {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.site-footer .wpcf7 .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]),
.site-footer .wpcf7 .wpcf7-form-control-wrap select,
.site-footer .wpcf7 .wpcf7-form-control-wrap textarea {
  height: 1.15789474rem;
  min-height: 0;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  line-height: 1.15789474rem;
  resize: none;
}
.site-footer .wpcf7 .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"])::placeholder,
.site-footer .wpcf7 .wpcf7-form-control-wrap select::placeholder,
.site-footer .wpcf7 .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.site-footer .wpcf7 .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]):focus,
.site-footer .wpcf7 .wpcf7-form-control-wrap select:focus,
.site-footer .wpcf7 .wpcf7-form-control-wrap textarea:focus,
.site-footer .wpcf7 .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]):focus-visible,
.site-footer .wpcf7 .wpcf7-form-control-wrap select:focus-visible,
.site-footer .wpcf7 .wpcf7-form-control-wrap textarea:focus-visible {
  outline: none;
  border-bottom-color: #ffffff;
  box-shadow: none;
}
.site-footer .wpcf7 fieldset:not(.hidden-fields-container):has(.wpcf7-acceptance) {
  padding: 0.3rem 0;
}
.site-footer .wpcf7 .wpcf7-acceptance {
  margin-top: 0;
}
.site-footer .wpcf7 input.wpcf7-not-valid:not([type="checkbox"]):not([type="radio"]),
.site-footer .wpcf7 select.wpcf7-not-valid,
.site-footer .wpcf7 textarea.wpcf7-not-valid,
.site-footer .wpcf7 .wpcf7-not-valid input:not([type="checkbox"]):not([type="radio"]),
.site-footer .wpcf7 .wpcf7-not-valid select,
.site-footer .wpcf7 .wpcf7-not-valid textarea {
  border: 0;
  border-bottom: 1px solid #C45C4A;
  box-shadow: none;
}
.site-footer .wpcf7 .wpcf7-not-valid-tip {
  color: #F3B0A8;
}
.site-footer .wpcf7 input[type="checkbox"],
.site-footer .wpcf7 input[type="radio"] {
  border-color: #ffffff;
  background-color: transparent;
}
.site-footer .wpcf7 input[type="checkbox"]:checked,
.site-footer .wpcf7 input[type="radio"]:checked {
  border-color: #ffffff;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6.2L4.8 9L10 3' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.site-footer .wpcf7 .wpcf7-list-item label {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1200px) {
  .site-footer__col--last {
    margin-inline-start: 0;
  }
}
@media (max-width: 1024px) {
  .site-footer__main {
    padding: 2.75rem 0 1.5rem;
  }
  .site-footer__top {
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }
  .site-footer__site-title {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .site-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__socials-wrap {
    width: 100%;
    justify-content: flex-start;
  }
  .site-footer__cols {
    flex-direction: column;
    gap: 1.75rem;
  }
  .site-footer__col,
  .site-footer__col--last {
    width: 100%;
    margin-inline-start: 0;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer__signature {
    margin-inline-start: 0;
    order: -1;
  }
  .site-footer__legal {
    width: 100%;
  }
  .site-footer__legal-list {
    justify-content: flex-start;
  }
  .site-footer__legal-list > li:not(:last-child)::after {
    margin-inline: 0.55rem;
  }
  .site-footer__credits-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }
}
.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  display: grid;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #4B2566;
  color: #FDD465;
  box-shadow: 0 0.45rem 1.2rem rgba(26, 26, 26, 0.28);
  cursor: pointer;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.6rem);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.2s ease, box-shadow 0.2s ease;
}
.back-to-top svg {
  display: block;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.back-to-top:hover,
.back-to-top:focus-visible {
  background: #8B51B0;
  color: #FDD465;
  box-shadow: 0 0.55rem 1.4rem rgba(26, 26, 26, 0.34);
  transform: translateY(-0.15rem);
}
.back-to-top:focus-visible {
  outline: 2px solid #FDD465;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .back-to-top {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 2.65rem;
    height: 2.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transform: none;
  }
  .back-to-top:hover,
  .back-to-top:focus-visible {
    transform: none;
  }
}
