/*
! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px){

  .container{
    max-width: 480px;
  }
}
@media (min-width: 600px){

  .container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 782px){

  .container{
    max-width: 782px;
  }
}
@media (min-width: 960px){

  .container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){

  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1600px){

  .container{
    max-width: 1600px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-1\/2{
  right: 50%;
}
.top-0{
  top: 0px;
}
.top-\[48\%\]{
  top: 48%;
}
.top-full{
  top: 100%;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.\!m-0{
  margin: 0px !important;
}
.m-8{
  margin: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-5{
  height: 1.25rem;
}
.h-52{
  height: 13rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[445px\]{
  height: 445px;
}
.h-full{
  height: 100%;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-\[230px\]{
  max-height: 230px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[315px\]{
  max-height: 315px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.min-h-80{
  min-height: 20rem;
}
.min-h-9{
  min-height: 2.25rem;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-24{
  width: 6rem !important;
}
.\!w-\[145px\]{
  width: 145px !important;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-36{
  width: 9rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[123px\]{
  width: 123px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-36{
  max-width: 9rem;
}
.max-w-44{
  max-width: 11rem;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-\[80\%\]{
  --tw-translate-x: -80%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-outside{
  list-style-position: outside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.\!justify-center{
  justify-content: center !important;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-\[33px\]{
  border-radius: 33px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-mechinot{
  border-radius: 33px;
}
.border{
  border-width: 1px;
}
.border-\[5px\]{
  border-width: 5px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.\!border-red-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-mechinot-softblue{
  --tw-border-opacity: 1;
  border-color: rgb(97 158 229 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-\[\#0056AB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 171 / var(--tw-bg-opacity));
}
.bg-\[\#005FA7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 95 167 / var(--tw-bg-opacity));
}
.bg-\[\#359AD3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 154 211 / var(--tw-bg-opacity));
}
.bg-\[\#619EE5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(97 158 229 / var(--tw-bg-opacity));
}
.bg-\[\#C7C7C7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity));
}
.bg-\[\#D9642C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 100 44 / var(--tw-bg-opacity));
}
.bg-\[var\(--color-3\)\]{
  background-color: var(--color-3);
}
.bg-\[var\(--color-4\)\]{
  background-color: var(--color-4);
}
.bg-\[var\(--color-5\)\]{
  background-color: var(--color-5);
}
.bg-\[var\(--color-p\)\]{
  background-color: var(--color-p);
}
.bg-\[var\(--color-s\)\]{
  background-color: var(--color-s);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-mechinot-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 127 / var(--tw-bg-opacity));
}
.bg-mechinot-lightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(97 184 229 / var(--tw-bg-opacity));
}
.bg-mechinot-mustard{
  --tw-bg-opacity: 1;
  background-color: rgb(217 169 44 / var(--tw-bg-opacity));
}
.bg-mechinot-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(217 100 44 / var(--tw-bg-opacity));
}
.bg-mechinot-pumpkin{
  --tw-bg-opacity: 1;
  background-color: rgb(217 135 44 / var(--tw-bg-opacity));
}
.bg-mechinot-royalblue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 95 167 / var(--tw-bg-opacity));
}
.bg-mechinot-softblue{
  --tw-bg-opacity: 1;
  background-color: rgb(97 158 229 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\.\.\/images\/black-arrow-down\.svg\'\)\]{
  background-image: url(../images/black-arrow-down.svg?992a30bce04521d6b5ae256b00582da5);
}
.bg-\[url\(\'\.\.\/images\/select-arrow\.png\'\)\]{
  background-image: url(../images/select-arrow.png?0524ec232fe2835494c8a8372f8861c0);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.\!p-12{
  padding: 3rem !important;
}
.\!p-8{
  padding: 2rem !important;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!font-heebo{
  font-family: Heebo, sans-serif !important;
}
.font-heebo{
  font-family: Heebo, sans-serif;
}
.font-tel-bold{
  font-family: TelAviv-BrutalistBold, sans-serif;
}
.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[70px\]{
  font-size: 70px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-\[42px\]{
  line-height: 42px;
}
.leading-\[52px\]{
  line-height: 52px;
}
.leading-\[96px\]{
  line-height: 96px;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#3d3d3d\]{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.\!no-underline{
  text-decoration-line: none !important;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px){

  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
.sign-up-btn{
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Heebo, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.sign-up-btn.orange{
  --tw-bg-opacity: 1;
  background-color: rgb(217 100 44 / var(--tw-bg-opacity));
}
.sign-up-btn.lightblue{
  --tw-bg-opacity: 1;
  background-color: rgb(97 184 229 / var(--tw-bg-opacity));
}
.sign-up-btn.grey{
  --tw-bg-opacity: 1;
  background-color: rgb(199 199 199 / var(--tw-bg-opacity));
}
.mechinot-btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: TelAviv-BrutalistBold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 960px){

  .mechinot-btn{
    white-space: nowrap;
    padding-left: 6rem;
    padding-right: 6rem;
    font-size: 28px;
  }
}
.mechinot-btn.orange{
  --tw-bg-opacity: 1;
  background-color: rgb(217 100 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mechinot-btn.orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 95 25 / var(--tw-bg-opacity));
}
.mechinot-btn.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 127 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mechinot-btn.blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 115 / var(--tw-bg-opacity));
}
.nav-btn{
  border-radius: 12px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: TelAviv-BrutalistBold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-btn:hover{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@font-face {
  font-family: "Heebo";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  /* src: url("../fonts/Heebo-Regular.ttf") format("truetype"); */
}
@font-face {
  font-family: "TelAviv-BrutalistBold";
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/TelAviv-BrutalistBold.ttf?93145202fe852888777aa948a231e1c1) format("truetype");
}
@font-face {
  font-family: "TelAviv-BrutalistLight";
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/TelAviv-BrutalistLight.ttf?e3a6acdbadb7c00502da61887ef64d91) format("truetype");
}
@font-face {
  font-family: "TelAviv-ModernistBold";
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/TelAviv-ModernistBold.ttf?16556bf46541d6ad46ed8ad27526e0ad) format("truetype");
}
/* Contact Form */
.contact-form{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 782px){

  .contact-form{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1440px){

  .contact-form{
    row-gap: 1.75rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.contact-form .wpcf7-form-control-wrap{
  position: relative;
}
.contact-form .mechinot-input,
  .contact-form .mechinot-select{
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(97 158 229 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.5rem;
  padding-right: 3rem;
}
.contact-form .mechinot-input::-moz-placeholder, .contact-form .mechinot-select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.contact-form .mechinot-input::placeholder,
  .contact-form .mechinot-select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.contact-form .mechinot-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    position: relative;
    background-image: url(../images/select-arrow.png?0524ec232fe2835494c8a8372f8861c0);
    background-repeat: no-repeat;
    text-align: right;
    background-position: 5% 50%;
  }
.contact-form .mechinot-select option{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.contact-form .contact-submit-btn{
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(97 184 229 / var(--tw-bg-opacity));
  padding: 1rem;
}
.contact-page-form{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.contact-page-form .wpcf7-form-control-wrap{
  position: relative;
}
.contact-page-form .select-input,
  .contact-page-form .mechinot-input{
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.contact-page-form .select-input::-moz-placeholder, .contact-page-form .mechinot-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.contact-page-form .select-input::placeholder,
  .contact-page-form .mechinot-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.contact-page-form .mechinot-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    position: relative;
    background-image: url(../images/black-arrow-down.svg?992a30bce04521d6b5ae256b00582da5);
    background-repeat: no-repeat;
    text-align: right;
    background-position: 5% 50%;
  }
.contact-page-form .mechinot-select option{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.contact-page-form .contact-page-submit{
  width: 100%;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 95 167 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wpcf7 form.invalid .wpcf7-response-output{
  margin: 0px !important;
  width: -moz-fit-content;
  width: fit-content;
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 38 38 / var(--tw-border-opacity)) !important;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wpcf7 form.sent .wpcf7-response-output{
  margin: 0px !important;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(20 83 45 / var(--tw-text-opacity)) !important;
}
/* Animations */
.bounce {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}
.site-logo-container img{
  max-height: 6rem;
}
/* Select2 Multi-Select Styling - Force Override */
/* Main select2 container */
.select2-container--default .select2-selection--multiple{
  width: 100% !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(97 158 229 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding: 0.5rem !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  min-height: 48px !important;
  background-image: url(../images/select-arrow.png?0524ec232fe2835494c8a8372f8861c0) !important;
  background-repeat: no-repeat !important;
  background-position: 5% 50% !important;
}
/* Selected items container */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  text-align: right !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  align-items: center !important;
}
/* Search input inside select2 */
.select2-container--default .select2-search--inline .select2-search__field {
  width: auto !important;
  background: transparent !important;
  color: white !important;
  margin: 0 !important;
  padding: 0 !important;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: white !important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: white !important;
}
/* Selected choice tags */
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  border-radius: 9999px !important;
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important;
  padding: 4px 12px !important;
  margin: 0 !important;
  font-size: 14px !important;
}
/* Remove button on selected items */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
  margin-left: 5px !important;
  margin-right: 0 !important;
  font-weight: bold !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: white !important;
  opacity: 0.8 !important;
}
/* Dropdown styling */
.select2-dropdown{
  border-radius: 1rem !important;
  background: #61b8e5 !important;
  border-color: var(--mechinot-softblue) !important;
}
.select2-container--default .select2-results__option {
  text-align: right !important;
  color: white !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #005fa7 !important;
  color: white !important;
}
/* Focus state */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--mechinot-softblue) !important;
  outline: none !important;
}
/* RTL adjustments */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: 0 !important;
  margin-left: 4px !important;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 0 !important;
  margin-right: 5px !important;
}
.section-title{
  font-family: TelAviv-BrutalistBold, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 960px){

  .section-title{
    font-size: 3rem;
    line-height: 1;
  }
}
.swapper-text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 960px){

  .swapper-text{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.reg-transition{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.unit-showcase-info{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 960px){

  .unit-showcase-info{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.unit-showcase-info .info-heading{
  font-family: TelAviv-ModernistBold, sans-serif;
  text-decoration-line: underline;
}
.unit-showcase-info .info-text{
  font-family: Heebo, sans-serif !important;
  font-weight: 400 !important;
  text-decoration-line: none !important;
}
@media not all and (min-width: 960px){

  .unit-showcase-info .info-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.remove-scrollbar {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.remove-scrollbar::-webkit-scrollbar {
    display: none;
  }
article > *:not(.entry-content),
.entry-content > *{
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
  text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
  margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
  list-style-position: inside;
  list-style-type: decimal;
}
* {
  box-sizing: border-box;
}
.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
html{
  overflow-x: hidden;
  font-family: Heebo, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
  scroll-behavior: smooth !important;
}
body{
  overflow-y: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: TelAviv-BrutalistBold, sans-serif;
}
table,
th,
td{
  border-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 1.25rem;
}
@media (min-width: 960px){

  table,
th,
td{
    padding: 2rem;
  }
}
table{
  border-radius: 33px;
}
table th{
  --tw-bg-opacity: 1;
  background-color: rgb(217 169 44 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
table tr{
  --tw-bg-opacity: 1;
  background-color: rgb(217 65 44 / var(--tw-bg-opacity));
}
table tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(217 100 44 / var(--tw-bg-opacity));
}
@media not all and (min-width: 960px){

  table tr td:not(:first-child){
    min-width: 18rem;
  }
}
@media (min-width: 960px){

  table tr td:not(:first-child){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
table tr td:first-child{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 960px){

  table tr td:first-child{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
ul{
  list-style-position: inside;
  list-style-type: disc;
}
[x-cloak]{
  display: none;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
details > summary {
  /* list-style: none; */
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: url(../images/plus.svg?a2ba4fbfc12190c1e1ebc7ac62716493);
  display: flex;
  height: 3rem;
  width: 3rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
details[open] summary:after {
  content: url(../images/minus.svg?f909423afb327980830af8276f5d131b);
}
/* Swiper outline for current slide */
.swiper-slide-thumb-active img {
  border-style: inset;
  border: 5px solid #d9642c;
  border-radius: 33px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0px !important;
}
.wpml-ls-legacy-dropdown{
  width: 145px !important;
}
.wpml-ls-item-toggle,
.wpml-ls-link,
.wpml-ls-current-language:hover .wpml-ls-sub-menu{
  border-radius: 15px;
  border-style: none !important;
}
span.wpml-ls-native{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
  margin-top: 0.5rem;
}
@media (max-width: 782px) {
  .wpml-ls-legacy-dropdown{
    width: auto !important;
  }
  span.wpml-ls-native{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
  }
}
@media not all and (min-width: 960px){

  .max-lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .max-lg\:container{
      max-width: 480px;
    }
  }

  .max-lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .max-lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .max-lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  .max-lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .max-lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .max-lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px){

    .max-lg\:container{
      max-width: 782px;
    }
  }

  .max-lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .max-lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .max-lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px){

    .max-lg\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){

    .max-lg\:container{
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  .max-lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .max-lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .max-lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px){

    .max-lg\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){

    .max-lg\:container{
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  @media (min-width: 1280px){

    .max-lg\:container{
      max-width: 1280px;
    }
  }

  .max-lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .max-lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .max-lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px){

    .max-lg\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){

    .max-lg\:container{
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  @media (min-width: 1280px){

    .max-lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){

    .max-lg\:container{
      max-width: 1440px;
    }
  }

  .max-lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .max-lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .max-lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px){

    .max-lg\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){

    .max-lg\:container{
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  @media (min-width: 1280px){

    .max-lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){

    .max-lg\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1600px){

    .max-lg\:container{
      max-width: 1600px;
    }
  }
}
@media (min-width: 960px){

  .lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px){

    .lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 600px){

    .lg\:container{
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px){

    .lg\:container{
      max-width: 782px;
    }
  }

  @media (min-width: 960px){

    .lg\:container{
      max-width: 960px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }

  @media (min-width: 1280px){

    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px){

    .lg\:container{
      max-width: 1440px;
    }
  }

  @media (min-width: 1600px){

    .lg\:container{
      max-width: 1600px;
    }
  }
}
.odd\:bg-mechinot-royalblue:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(0 95 167 / var(--tw-bg-opacity));
}
.even\:bg-mechinot-softblue:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(97 158 229 / var(--tw-bg-opacity));
}
.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-\[\#003f73\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 115 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#c05f19\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 95 25 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:grayscale:hover{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}
@media not all and (min-width: 960px){

  .max-lg\:order-1{
    order: 1;
  }

  .max-lg\:hidden{
    display: none;
  }

  .max-lg\:\!h-7{
    height: 1.75rem !important;
  }

  .max-lg\:max-h-80{
    max-height: 20rem;
  }

  .max-lg\:max-h-\[100px\]{
    max-height: 100px;
  }

  .max-lg\:\!w-7{
    width: 1.75rem !important;
  }

  .max-lg\:w-full{
    width: 100%;
  }

  .max-lg\:min-w-72{
    min-width: 18rem;
  }

  .max-lg\:min-w-\[300px\]{
    min-width: 300px;
  }

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .max-lg\:items-center{
    align-items: center;
  }

  .max-lg\:justify-end{
    justify-content: flex-end;
  }

  .max-lg\:justify-center{
    justify-content: center;
  }

  .max-lg\:gap-10{
    gap: 2.5rem;
  }

  .max-lg\:gap-3{
    gap: 0.75rem;
  }

  .max-lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .max-lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .max-lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-lg\:\!px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .max-lg\:pb-24{
    padding-bottom: 6rem;
  }

  .max-lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .max-lg\:pr-6{
    padding-right: 1.5rem;
  }

  .max-lg\:pt-12{
    padding-top: 3rem;
  }

  .max-lg\:text-center{
    text-align: center;
  }

  .max-lg\:text-\[40px\]{
    font-size: 40px;
  }

  .max-lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:leading-\[42px\]{
    line-height: 42px;
  }
}
@media (min-width: 782px){

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 960px){

  .lg\:absolute{
    position: absolute;
  }

  .lg\:bottom-20{
    bottom: 5rem;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[170px\]{
    height: 170px;
  }

  .lg\:max-h-\[800px\]{
    max-height: 800px;
  }

  .lg\:min-h-20{
    min-height: 5rem;
  }

  .lg\:min-h-\[750px\]{
    min-height: 750px;
  }

  .lg\:min-h-\[800px\]{
    min-height: 800px;
  }

  .lg\:\!w-72{
    width: 18rem !important;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-\[145px\]{
    width: 145px;
  }

  .lg\:w-\[200px\]{
    width: 200px;
  }

  .lg\:w-\[40\%\]{
    width: 40%;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-80{
    max-width: 20rem;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-32{
    gap: 8rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-9{
    gap: 2.25rem;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .lg\:\!p-12{
    padding: 3rem !important;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:\!px-14{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:\!py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:font-tel-mod-light{
    font-family: TelAviv-BrutalistLight, sans-serif;
  }

  .lg\:\!text-3xl{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[56px\]{
    font-size: 56px;
  }

  .lg\:text-\[60px\]{
    font-size: 60px;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:\!text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-\[34px\]{
    line-height: 34px;
  }

  .lg\:leading-\[55px\]{
    line-height: 55px;
  }

  .lg\:leading-\[68px\]{
    line-height: 68px;
  }
}
@media (min-width: 1280px){

  .xl\:w-\[60\%\]{
    width: 60%;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }
}
@media (min-width: 1440px){

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:gap-y-7{
    row-gap: 1.75rem;
  }
}

