/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 6.25vw;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.3125vw;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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: -0.3125vw;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
.frontCopyButton-pf {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='50' height='50' rx='25' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_163_4766)'%3E %3Cpath d='M20.1964 14.8667H35.6075C36.927 14.8667 38.0002 15.9516 38.0002 17.2854V39.5814C38.0002 40.9152 36.927 42.0001 35.6075 42.0001H20.1964C18.8769 42.0001 17.8037 40.9152 17.8037 39.5814V17.2854C17.8037 15.9516 18.8769 14.8667 20.1964 14.8667ZM19.5348 39.5814C19.5348 39.9492 19.8325 40.2502 20.1964 40.2502H35.6075C35.9714 40.2502 36.2691 39.9492 36.2691 39.5814V17.2854C36.2691 16.9176 35.9714 16.6166 35.6075 16.6166H20.1964C19.8325 16.6166 19.5348 16.9176 19.5348 17.2854V39.5814Z' fill='white'/%3E %3Cpath d='M14.3927 9H29.8038C31.1233 9 32.1965 10.0849 32.1965 11.4187V12.0689C32.1965 12.5519 31.8106 12.942 31.3328 12.942C30.855 12.942 30.469 12.5519 30.469 12.0689V11.4187C30.469 11.0472 30.1713 10.7462 29.8075 10.7462H14.3927C14.0252 10.7462 13.7275 11.0472 13.7275 11.4187V33.7147C13.7275 34.0825 14.0252 34.3835 14.3927 34.3835H15.0359C15.5137 34.3835 15.8996 34.7736 15.8996 35.2566C15.8996 35.7396 15.5137 36.1297 15.0359 36.1297H14.3927C13.0732 36.1297 12 35.0448 12 33.711V11.4187C12 10.0849 13.0732 9 14.3927 9Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_163_4766'%3E %3Crect width='26' height='33' fill='white' transform='translate(12 9)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
}
.copyPopup {
  position: fixed;
  bottom: 22.65625vw;
  left: 50%;
  transform: translate(-50%, 0%);
  width: max-content;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.78125vw;
  padding: 1.25vw 0.9375vw;
  color: #fff;
  z-index: 10000;
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .copyPopup {
    background-color: #de1a1a;
  }
}
.specialHeader .campaignArea {
  display: flex;
  text-decoration: unset;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
.specialHeader .campaignArea span {
  font-size: 3.4375vw;
  color: #fff;
  font-weight: 400;
}
.specialHeader .campaignArea img {
  max-width: 12.5vw;
  margin-right: 3.125vw;
}
.ImageSlider {
  width: 100% ! important;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  max-width: 153.125vw;
  max-height: 102.03125vw;
  overflow: hidden;
}
.ImageSlider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ImageSlider .imagesSliderTitle {
  width: 100%;
  min-height: 6.25vw;
  font-size: 3.28125vw;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  line-height: 6.25vw;
  padding: 1px 1.5625vw;
  box-sizing: border-box;
}
.ImageSlider .bottomPicture {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ImageSlider .topPicture {
  background-size: cover;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 50%;
  height: 100%;
  left: 0;
}
.ImageSlider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ImageSlider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: calc(50% - 6.25vw);
  left: calc(0% - 4.6875vw);
  background-color: rgba(255, 255, 255, 0);
  width: calc(100% + 9.375vw);
  direction: ltr;
  padding: 0;
}
.ImageSlider input[type=range]:focus {
  outline: none;
}
.ImageSlider input[type=range]:active {
  outline: none;
}
.ImageSlider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  outline: none;
}
.ImageSlider input[type=range]::active {
  border: none;
  outline: none;
}
.ImageSlider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9.375vw;
  height: 9.375vw;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 9.375vw;
  height: 9.375vw;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]:focus::-webkit-slider-thumb {
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
}
.ImageSlider .imgTitle {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: calc(50% - 3.4375vw);
  padding: 0.5rem;
  font-size: 0.875rem;
  z-index: 6;
  max-width: 40%;
  box-sizing: border-box;
}
.ImageSlider .imgTitle.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.ImageSlider .imgTitle.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.ImageSlider .bottomImg {
  right: 0;
}
.ImageSlider .topImg {
  left: 0;
}
.ImageSlider #innerSliderDiv {
  height: 100%;
  position: absolute;
  left: 0;
}
.ImageSliderContainer .ImageDetails {
  color: #78787B;
  font-family: "Moses";
  font-weight: 340;
  font-size: 0.875rem !important;
  line-height: 1rem;
}
.calcalistRatingWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-top: 0.625rem;
}
.calcalistRatingWrapper .rating_text {
  text-align: center;
  font-family: "Open Sans Hebrew", sans-serif;
  font-size: 0.9375rem;
  color: #969696;
  margin-top: 0.625rem;
}
.calcalistRatingWrapper .calcalistRatingStars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.1875rem;
  font-weight: 700;
}
.calcalistRatingWrapper .calcalistRatingStars .calcalistRatingStar {
  width: 1.1875rem;
  height: 1.1875rem;
  padding: 0 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.calcalistRatingWrapper .calcalistRatingStars .calcalistRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23FF0000; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalistRatingWrapper .calcalistRatingStars .calcalistRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cg id='star_h' transform='translate(-848.358 -4004.139)'%3E %3Cg id='Path' transform='translate(848.358 4004.139)' fill='none'%3E %3Cpath d='M15.052,7.57,11.5,0,7.947,7.57,0,8.785l5.749,5.892L4.393,23,11.5,19.071,18.608,23,17.25,14.678,23,8.785Z' stroke='none'/%3E %3Cpath d='M 11.49977684020996 4.707538604736328 L 9.303762435913086 9.38587760925293 L 4.149341583251953 10.1739673614502 L 7.885472297668457 14.00314712524414 L 7.029115676879883 19.25698280334473 L 11.50011253356934 16.78522682189941 L 15.97040176391602 19.256591796875 L 15.11327266693115 14.00314712524414 L 18.85025024414063 10.17397022247314 L 13.69497299194336 9.38587760925293 L 11.49977684020996 4.707538604736328 M 11.50011253356934 -1.9073486328125e-06 L 15.05220222473145 7.570127487182617 L 23.00022315979004 8.785147666931152 L 17.24974250793457 14.67749786376953 L 18.60757255554199 22.99981689453125 L 11.50011253356934 19.07051849365234 L 4.39265251159668 22.99981689453125 L 5.749162673950195 14.67749786376953 L 1.9073486328125e-06 8.785147666931152 L 7.94670295715332 7.570127487182617 L 11.50011253356934 -1.9073486328125e-06 Z' stroke='none' fill='%23FF0000'/%3E %3C/g%3E %3Cpath id='Path_451' data-name='Path 451' d='M6510.858,18490.334v-16.084l-3.233,6.906-7.5,1.031,5.625,5.563-1.625,7.875s5.483-3.646,6.733-4.312' transform='translate(-5651 -14469)' fill='%23FF0000'/%3E %3C/g%3E %3C/svg%3E");
  transform: scaleX(-1);
}
.calcalistRatingWrapper .calcalistRatingStars .calcalistRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23FF0000; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23FF0000; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 2.96875vw;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.96875vw;
  font-weight: 700;
  height: 3.75vw;
  margin: 0 0.46875vw 0.3125vw 0;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 2.96875vw;
  height: 2.96875vw;
  padding: 0 0.46875vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cg id='star_h' transform='translate(-848.358 -4004.139)'%3E %3Cg id='Path' transform='translate(848.358 4004.139)' fill='none'%3E %3Cpath d='M15.052,7.57,11.5,0,7.947,7.57,0,8.785l5.749,5.892L4.393,23,11.5,19.071,18.608,23,17.25,14.678,23,8.785Z' stroke='none'/%3E %3Cpath d='M 11.49977684020996 4.707538604736328 L 9.303762435913086 9.38587760925293 L 4.149341583251953 10.1739673614502 L 7.885472297668457 14.00314712524414 L 7.029115676879883 19.25698280334473 L 11.50011253356934 16.78522682189941 L 15.97040176391602 19.256591796875 L 15.11327266693115 14.00314712524414 L 18.85025024414063 10.17397022247314 L 13.69497299194336 9.38587760925293 L 11.49977684020996 4.707538604736328 M 11.50011253356934 -1.9073486328125e-06 L 15.05220222473145 7.570127487182617 L 23.00022315979004 8.785147666931152 L 17.24974250793457 14.67749786376953 L 18.60757255554199 22.99981689453125 L 11.50011253356934 19.07051849365234 L 4.39265251159668 22.99981689453125 L 5.749162673950195 14.67749786376953 L 1.9073486328125e-06 8.785147666931152 L 7.94670295715332 7.570127487182617 L 11.50011253356934 -1.9073486328125e-06 Z' stroke='none' fill='%23ffb813'/%3E %3C/g%3E %3Cpath id='Path_451' data-name='Path 451' d='M6510.858,18490.334v-16.084l-3.233,6.906-7.5,1.031,5.625,5.563-1.625,7.875s5.483-3.646,6.733-4.312' transform='translate(-5651 -14469)' fill='%23ffb813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Half' d='M15 6V21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .hideRecipeVoters {
  display: none;
}
.ToggleSwitch {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: none;
}
.ToggleSwitch .toggleContainer {
  height: 2.8125vw;
  width: 5.78125vw;
  display: flex;
  align-items: center;
  padding: 0.3125vw;
  background-color: #ccc;
  border-radius: 3.90625vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer.active {
  background-color: #de1a1a;
}
.ToggleSwitch .toggleContainer .toggleBtn {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-106%);
}
body {
  margin: 0;
}
.ynetnews .ArticleBodyComponent .text_editor_indent,
.vesty .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-left: 7.8125vw !important;
}
.ynetnews .ArticleBodyComponent .text_editor_indent.ltr,
.vesty .ArticleBodyComponent .text_editor_indent.ltr {
  margin-left: initial !important;
  margin-right: 7.8125vw !important;
}
.ArticleBodyComponent {
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.28;
  font-weight: 300;
  letter-spacing: -0.3;
  margin-top: 3.90625vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  counter-reset: numbered-text-counter 0;
}
.font-moses .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.59;
  letter-spacing: normal;
  font-weight: 340 ;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 7.8125vw !important;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 7.8125vw !important;
}
.ynetnews .ArticleBodyComponent,
.vesty .ArticleBodyComponent {
  direction: ltr;
  font-weight: 400;
}
.font-moses .ynetnews .ArticleBodyComponent,
.font-moses .vesty .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.69;
  letter-spacing: normal;
  font-weight: 340 ;
}
.vesty .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.44;
}
.yplus .ArticleBodyComponent {
  line-height: 1.6;
  font-weight: 400;
  padding: 0 3.90625vw;
}
.font-moses .yplus .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.59;
  font-weight: 340;
}
.ArticleBodyComponent .coAuthors {
  margin-bottom: 1.5625vw;
}
.ArticleBodyComponent br {
  display: none;
}
.ArticleBodyComponent a {
  -webkit-text-fill-color: initial;
  text-decoration: none;
}
.yplus .ArticleBodyComponent a {
  -webkit-text-fill-color: #337ab7;
  color: #337ab7;
}
.ArticleBodyComponent .originalLaunchDate {
  color: #8c8c8c;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.ynetnews .ArticleBodyComponent .originalLaunchDate,
.vesty .ArticleBodyComponent .originalLaunchDate,
.yplus:has(.paywall-wrapper) .ArticleBodyComponent .originalLaunchDate {
  display: none;
}
.ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 1.8rem 0;
  word-break: keep-all;
}
.magazine_template .ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 1.5rem 0;
}
.ArticleBodyComponent .text_editor_contact_us_link {
  display: none !important;
}
.ArticleBodyComponent .special_ul {
  list-style-type: none;
  color: #1417ac;
  line-height: 1.44;
  margin-bottom: 0.8125rem;
  padding-inline-start: 0px;
}
.ArticleBodyComponent .special_ul li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(20, 23, 172)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 0.6rem right;
  background-size: 0.813rem;
  margin: 1rem 0;
}
.font-moses .ArticleBodyComponent .special_ul li {
  font-size: 1.125rem;
}
.ynetnews .ArticleBodyComponent .special_ul li,
.vesty .ArticleBodyComponent .special_ul li {
  background-position: top 0.6rem left;
}
.ArticleBodyComponent .special_ul li > div {
  padding-right: 1.4375rem;
  display: block;
}
.ynetnews .ArticleBodyComponent .special_ul li > div,
.vesty .ArticleBodyComponent .special_ul li > div {
  padding-right: unset;
  padding-left: 1.4375rem;
}
.ArticleBodyComponent ul.public-DraftStyleDefault-ul {
  padding-inline-start: 1.5625vw;
  margin: 0 3.90625vw 4.6875vw 0;
}
.ynetnews .ArticleBodyComponent ul.public-DraftStyleDefault-ul,
.vesty .ArticleBodyComponent ul.public-DraftStyleDefault-ul {
  margin: 0 0px 4.6875vw 3.90625vw;
}
.ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  padding-inline-start: 0.78125vw;
  margin: 0 3.90625vw 4.6875vw 0;
}
.ynetnews .ArticleBodyComponent ol.public-DraftStyleDefault-ol,
.vesty .ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  margin: 0 0px 4.6875vw 3.90625vw;
}
.ArticleBodyComponent ol.public-DraftStyleDefault-ol li {
  padding-right: 0.78125vw;
}
.ynetnews .ArticleBodyComponent ol.public-DraftStyleDefault-ol li,
.vesty .ArticleBodyComponent ol.public-DraftStyleDefault-ol li {
  padding-left: 0.78125vw;
  padding-right: unset;
}
.font-moses .ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  margin: 0 6.71875vw 4.6875vw 0;
}
.ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.375rem;
  display: block;
  padding: 6.5625vw 0px;
  border-top: 0.125rem solid #de1a1a;
  border-bottom: 0.125rem solid #de1a1a;
  border-left: none;
  margin: 3.90625vw 3.90625vw 3.90625vw 6.5625vw;
  line-height: 1.36;
  font-weight: 600;
}
.font-moses .yplus .ArticleBodyComponent .text_editor_block_quote {
  font-size: 6.09375vw;
  line-height: 1.51;
  padding: 6.5625vw 0;
}
.font-moses .ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.125rem;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 670;
  padding: 1.563rem 0;
  margin: 1.875vw 0 6.25vw 0;
}
.vesty .ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.125rem;
  line-height: 1.44;
}
.ynetnews .ArticleBodyComponent .text_editor_block_quote,
.vesty .ArticleBodyComponent .text_editor_block_quote {
  border-right: none;
}
.magazine_template .ArticleBodyComponent .text_editor_block_quote {
  border-top: unset;
  border-bottom: unset;
  font-size: 1.375rem;
  line-height: 1.33;
  font-weight: 670;
  margin: unset;
  padding: unset;
  margin-bottom: 1.5rem;
}
.magazine_template .ArticleBodyComponent .text_editor_block_quote::before {
  content: '';
  display: block;
  width: 18.28125vw;
  height: 1.25vw;
  margin-bottom: 1rem;
  background-color: #de1a1a;
}
.magazine_art .ArticleBodyComponent .text_editor_block_quote {
  border-top: 0.313rem solid #00B4D8;
  border-bottom: 0.3135rem solid #00B4D8;
  padding: 0.625rem 0px;
  font-size: 1.3rem;
  line-height: 1.33;
  margin: 0 2rem 1.8rem;
}
.ArticleBodyComponent #articleComments iframe {
  width: 100% !important;
}
.ArticleBodyComponent figure {
  margin: 0 0 4.6875vw 0;
}
.ArticleBodyComponent .colored_underline_header {
  color: #000;
  text-align: right;
  font-family: "Moses";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.3;
  text-decoration-color: #00B4D8 ! important;
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
  text-underline-offset: 0.375rem;
  margin-bottom: 0.5rem;
  margin-top: 0.3125rem;
  box-sizing: border-box;
}
.ArticleBodyComponent .one_quote_teaser,
.ArticleBodyComponent .two_quotes_teaser {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.33;
  position: relative;
  padding: 2.1875rem 1.875rem 2.1875rem;
}
.ArticleBodyComponent .one_quote_teaser::before,
.ArticleBodyComponent .two_quotes_teaser::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.5625rem;
  aspect-ratio: 1.125;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  top: 0;
  right: 0;
}
.ArticleBodyComponent .two_quotes_teaser {
  margin-bottom: 0.5rem;
}
.ArticleBodyComponent .two_quotes_teaser::after {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.5625rem;
  aspect-ratio: 1.125;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  bottom: 0;
  left: 0;
}
.ArticleBodyComponent .text_side_line {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.75rem;
  padding: 2.34375vw 8.28125vw 2.34375vw 6.25vw;
  position: relative;
  margin: 3.90625vw 0;
  box-sizing: border-box;
}
.ArticleBodyComponent .text_side_line:after {
  width: 1.25vw;
  height: calc(100% - 4.6875vw);
  position: absolute;
  top: 2.34375vw;
  background-color: #00B4D8;
  border-radius: 1px;
  right: 3.125vw;
  content: "";
}
.ArticleBodyComponent .highlight_header {
  padding: 1.25rem  1.875rem;
}
.ArticleBodyComponent .highlight_header > div > span {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.33;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='334' height='37' viewBox='0 0 334 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.9375 36.7588C27.1407 36.7056 27.971 36.7699 28.3269 36.7344C27.945 37.2095 26.2049 36.9516 26.9375 36.7588ZM62.1842 2.08192C61.8888 2.2058 61.5933 2.32973 61.2976 2.4537C62.1527 2.49477 63.2933 2.36952 64.0857 2.44753C64.2153 2.46075 63.8928 2.7993 64.1984 2.80265C64.5041 2.80592 64.429 2.36221 64.8709 2.29831C65.3673 2.22776 67.6534 2.45646 68.4385 2.42141C71.3676 2.28774 74.3449 1.9319 77.3083 2.02127C74.2658 2.45087 77.3546 2.68575 78.2027 2.51565C78.3899 2.47677 78.3371 1.64736 81.3939 1.76083C83.3373 1.83363 81.5731 3.07336 84.8013 2.38158C82.2716 1.62799 84.7373 1.61099 86.6994 1.52608C87.0383 1.51101 89.7693 1.55699 90.9682 1.48725C91.3788 1.46303 91.9926 1.01145 92.5365 0.9852C92.9109 0.967463 93.2006 1.19719 93.7557 1.17015C96.3338 1.04726 98.9291 0.962385 101.529 0.97967C100.034 2.13279 102.735 1.42635 102.857 1.4771C103.484 1.7652 100.683 1.91891 101.796 2.08172C103.345 2.00968 104.891 1.93896 106.432 1.86955C105.158 1.76119 108.099 0.891542 108.658 1.24515C108.402 0.261999 115.757 1.955 116.849 1.6073C117.082 1.53353 115.547 1.07389 119.077 1.23167C119.461 1.24948 119.321 1.54972 119.522 1.51834C119.641 1.49949 120.353 0.540452 121.136 1.04961C121.421 1.23577 119.628 1.88721 123.588 1.57022C122.003 0.632485 129.047 0.960244 130.368 1.18518C130.105 1.05956 129.842 0.933977 129.579 0.808435C130.877 1.13864 131.104 0.808274 131.396 0.822016C132.569 0.877281 134.18 1.18597 135.266 1.14231C136.537 1.09188 136.535 0.492962 138.016 0.708576C137.664 0.580521 137.311 0.452533 136.959 0.324614C137.981 0.344213 139.002 0.364401 140.022 0.385136C137.67 1.20384 140.529 0.417234 140.728 0.398304C141.033 0.366232 140.599 0.695348 141.108 0.649576C141.16 0.642392 141.081 0.337523 141.866 0.295145C143.504 0.207949 143.248 0.594974 143.935 0.584003C143.998 0.581469 143.776 0.308073 144.961 0.232042C148.722 -0.0084095 144.945 0.442869 144.8 0.482556C144.61 0.534722 145.914 1.67232 142.707 1.29531C143.785 1.41458 143.897 1.92282 144.018 1.93428C144.126 1.9435 145.985 1.8549 146.087 1.83663C146.999 1.65586 146.192 1.31489 146.37 1.25101C146.516 1.19928 148.754 1.63434 149.268 0.584197C150.343 1.54154 148.663 1.46506 146.869 1.62862C146.61 1.82876 148.58 2.00523 148.683 2.00407C151.218 1.98312 149.808 1.19987 150.359 0.688221C150.644 0.420574 151.693 0.955 150.726 0.249792C153.048 0.158722 151.642 0.580954 151.792 0.640935C152.02 0.729088 152.831 0.519831 152.932 0.546403C153.082 0.585708 152.565 0.835426 153.153 0.918584C153.251 0.9306 154.196 0.500649 152.973 0.305412C154.605 0.355709 154.468 -0.00486755 155.025 0.720867C156.139 -0.664165 155.843 1.53161 156.284 1.6066C157.457 1.80445 157.112 0.723557 157.174 0.670432C157.6 0.329605 160.836 0.688446 161.637 0.530451C161.321 1.31102 159.075 0.547853 158.57 0.701525C156.895 1.21182 160.935 1.08186 159.721 2.06659C160.23 1.79555 160.739 1.52465 161.247 1.25389C162.188 1.88103 160.855 2.15928 163.391 1.92219C163.805 1.37726 161.597 2.01295 162.039 1.58347C162.3 1.33121 163.772 1.2734 163.8 1.1409C163.829 0.981235 162.499 1.17372 162.708 0.927843C163.167 0.396269 168.009 0.89155 164.324 1.18746C165.353 1.17625 165.884 2.22857 166.773 1.89925C167.347 1.68582 164.112 0.2341 168.963 0.496552C169.067 0.993652 167.025 0.6448 166.971 0.682896C166.897 0.738071 167.268 1.85987 167.332 1.91521C167.566 2.09631 172.485 1.49456 173.555 2.06095C173.141 1.41123 177.312 1.95146 177.762 1.75593C177.883 1.7017 177.433 1.30317 177.562 1.26147C178.368 1.01313 180.537 1.72959 181.541 1.75236C182.665 1.77793 182.525 1.43433 182.588 1.43523C183.088 1.45666 182.687 1.68744 182.993 1.68821C183.456 1.68876 186.621 1.75362 186.778 1.70649C186.824 1.69164 186.311 1.29653 187 1.22637C187.119 1.21436 187.043 1.67802 189.079 1.49109C191.529 1.26687 187.382 0.901402 188.402 0.421845C189.972 1.12548 189.925 0.438758 190.351 0.49574C190.499 0.516468 191.592 1.10841 192.781 1.08138C191.927 1.16907 191.072 1.25715 190.215 1.34562C191.059 1.45407 192.68 1.34031 193.384 1.46209C193.725 1.52132 193.44 1.99846 194.18 1.99198C194.337 1.9881 194.972 0.824768 193.027 1.33247C192.875 0.913923 193.796 1.19342 194.225 1.07923C194.29 1.06142 194.552 0.366613 195.094 0.804796C195.223 0.912884 193.781 2.93174 197.469 1.49587C197.588 1.44963 197.179 1.19087 197.295 1.13924C197.375 1.10425 198.31 1.21678 198.414 1.18177C198.52 1.14411 198.071 0.861433 198.197 0.808037C198.846 0.532848 199.681 1.64439 198.352 1.54639C198.795 1.68728 199.238 1.82827 199.681 1.96937C199.215 1.13325 200.381 1.7431 200.995 1.72456C204.925 1.60702 202.301 1.03579 202.98 0.764098C204.083 0.328604 203.228 1.74006 204.861 1.33337C205.011 1.29561 203.056 0.665731 206.887 1.05707C206.321 1.07291 205.755 1.08893 205.188 1.10512C205.504 1.9129 207.232 1.07706 207.364 1.06773C208.868 0.97837 207.849 1.25342 210.082 0.871966C210.282 0.837742 210.711 1.04252 211.137 0.950022C212.903 0.569036 208.818 0.667748 208.709 0.341467C208.661 0.180498 213.05 0.286665 213.2 0.365667C213.833 0.711241 211.209 0.482257 211.703 0.906774C211.865 1.05551 218.187 0.856037 219.432 1.04312C220.879 1.25838 221.509 2.36066 221.542 1.13654C221.927 2.34604 222.303 1.53312 222.488 1.545C224.734 1.70044 224.746 1.71302 226.678 1.63816C227.104 1.62212 227.456 1.9944 227.608 1.93606C227.696 1.90075 227.541 1.50705 227.973 1.39589C228.575 1.24342 232.138 1.72504 232.395 1.94741C232.655 2.16914 230.888 2.00629 231.197 2.36822C232.474 2.43318 233.718 2.37462 235.018 2.4435C235.557 2.4732 235.274 2.71465 235.507 2.72527C235.607 2.73059 237.473 2.55825 237.396 2.46486C237.222 2.24592 231.453 2.25115 232.981 1.85315C233.277 1.77604 234.299 2.37261 234.151 1.67324C239.293 1.95391 244.406 2.24894 249.53 2.5594C246.586 2.99207 243.234 2.43247 240.177 2.40132C239.756 2.39618 238.33 2.29239 238.494 2.64839C241.106 2.80594 244.379 2.71176 246.897 3.01377C246.977 3.02367 246.672 3.33092 246.973 3.38966C247.535 3.49916 249.385 3.04389 249.689 3.18494C249.741 3.21715 248.685 3.60246 248.995 3.87642C249.789 4.57948 250.04 3.08206 250.739 3.121C251.268 3.15079 254.916 3.99203 255.837 3.56269C256.821 3.10402 253.151 3.19245 253.433 2.80114C255.93 2.47661 258.419 2.98825 260.746 3.01751C260.787 3.01763 260.442 2.69184 260.962 2.66567C261.864 2.62011 262.097 3.07368 262.536 3.16021C263.013 3.25249 264.704 3.24847 264.923 3.41885C264.951 3.44115 264.594 3.8702 264.541 3.88077C263.8 4.03649 263.558 3.45464 263.492 3.44491C263.241 3.41434 262.986 3.62504 262.756 3.60396C262.379 3.56897 262.178 3.35876 261.678 3.32358C261.334 3.29861 261.652 3.69976 261.324 3.67062C261.204 3.65828 259.931 2.72393 259.778 3.62837C259.709 3.90774 270.432 4.65898 271.493 4.47611C270.57 4.3314 269.672 4.1881 268.759 4.04473C270.598 4.37919 272.879 3.74076 272.995 4.8207C279.905 5.17733 286.785 5.56036 293.708 5.9732C294.936 6.12272 294.23 6.78021 296.262 6.67603C295.75 6.43127 295.238 6.18663 294.724 5.94212C295.753 6.14415 300.34 6.66918 301.1 6.56546C301.197 6.55167 301.363 5.93402 302.518 5.9383C303.542 5.94245 303.682 6.4185 304.222 6.53583C304.676 6.63307 305.195 6.53691 305.33 6.5697C305.433 6.59573 305.459 6.88378 305.707 6.94654C306.488 7.14151 305.89 6.30329 306.625 7.26842C306.433 7.29375 306.241 7.31909 306.048 7.34446C306.99 7.52731 308.281 8.01584 306.859 8.14918C306.616 8.17239 306.837 7.90652 306.658 7.89766C299.602 7.58749 305.206 8.41167 307.704 8.11228C308.325 8.55512 311.912 8.49565 312.024 8.58329C312.182 8.70918 311.555 9.00373 312.339 9.32982C312.507 9.39796 317.266 9.43059 315.527 9.8808C315.17 9.97341 312.898 9.73034 312.346 9.71677C313.595 10.6552 316.686 9.57829 317.037 9.63029C318.414 9.84317 314.334 10.2342 317.448 10.5097C319.838 10.7223 317.623 10.0154 318.558 9.81988C319.085 9.70995 321.749 10.5038 321.723 9.67252C322.653 9.63778 322.086 10.0445 322.199 10.0826C322.31 10.1167 324.138 9.97485 324.72 10.1844C324.791 10.2103 324.539 10.6269 324.611 10.6665C324.753 10.7351 326.525 10.754 326.597 10.7219C326.644 10.6993 326.246 10.2978 326.424 10.2168C326.632 10.1234 328.323 10.3139 328.422 10.212C328.564 10.0571 326.464 10.0386 326.838 9.63864C327.798 9.80229 329.385 9.61644 330.04 9.31641C329.879 9.40377 328.944 9.36094 328.622 9.30721C328.813 8.6998 330.816 8.83028 330.101 9.27647C330.552 9.04099 330.264 8.88384 330.524 8.65152C330.592 8.59279 331.211 8.61777 331.336 8.51836C331.353 8.49804 330.73 8.22633 330.865 8.10896C331.111 7.89673 332.978 8.06314 333.127 8.13213C333.547 8.32703 332.011 8.43603 331.867 8.68829C331.847 8.72706 333.111 9.31684 333.128 9.36312C333.174 9.85057 331.754 9.41333 331.891 9.85832C332.242 9.97217 332.593 10.0861 332.944 10.2C331.544 10.5546 329.005 10.1726 328.315 10.6338C330.374 10.6084 332.506 10.7583 332.431 11.8857C332.4 12.3605 331.504 12.5846 331.53 12.7074C331.634 13.1475 332.882 12.7536 332.925 12.7793C332.961 12.8079 332.976 12.8346 332.975 12.8595C332.975 12.8596 332.975 12.8596 332.975 12.8596C332.959 13.1124 331.209 13.187 331.115 13.2973C330.956 13.4935 331.678 14.3857 331.665 14.5725C331.636 14.6083 330.385 14.732 330.783 15.0837C331.186 15.4389 332.268 15.5132 332.304 15.5498C332.499 15.7595 330.593 15.8221 330.529 15.9351C330.495 15.9921 331.491 16.4161 331.514 16.5218C331.533 16.6276 330.746 16.8074 330.421 17.1178C330.178 17.3483 330.829 17.5764 330.71 17.6075C330.626 17.6277 328.833 17.514 328.741 17.5518C328.606 17.6073 329.009 17.925 328.943 17.9944C328.85 18.0942 328.276 17.9535 328.345 18.0662C328.398 18.1501 330.581 19.2942 330.549 19.5625C330.496 20.0197 328.186 18.8187 330.284 20.7646C330.299 20.7775 330.844 20.6818 330.858 20.6939C331.169 21.0474 329.417 21.4539 331.526 21.494C327.576 21.8319 330.997 22.1537 330.37 22.8907C330.129 23.1738 328.602 23.2035 328.592 23.2477C328.717 23.6335 329.219 23.3708 329.372 23.5655C329.457 23.6742 328.073 23.9898 328.363 24.2671C328.513 24.4099 329.958 24.4505 330.016 24.4803C330.571 24.7605 329.856 24.9817 329.97 25.1636C330.046 25.2855 330.914 25.3482 330.935 25.3706C330.969 25.4166 329.761 25.8159 329.505 25.9668C329.31 26.0829 329.999 26.3258 329.866 26.3735C329.06 26.658 327.438 25.7078 328.978 26.9949C329.072 27.0738 329.683 27.0816 329.7 27.0973C330.056 27.4574 328.933 27.4179 328.715 27.6816C328.341 28.1361 329.97 27.9694 328.609 28.222C329.596 28.5942 330.156 28.6156 331.335 28.6015C328.069 28.6428 326.842 29.8042 330.457 29.9944C329.31 29.9045 329.395 30.6072 329.051 30.5984C328.838 30.592 327.211 29.8 327.882 31.3963C327.966 31.5956 328.994 31.4114 328.653 31.7883C326.227 31.5394 328.586 32.0372 328.585 32.0898C328.509 32.9999 322.573 31.8939 321.567 31.9416C320.378 31.9935 319.284 32.6527 319.027 32.6388C318.179 32.5906 318.903 32.2656 318.721 32.1204C318.538 31.9761 316.082 32.5392 315.963 32.4942C315.503 32.3135 316.003 31.9073 315.955 31.8827C315.38 31.5838 312.141 31.7448 311.239 31.5955C311.253 31.8778 313.067 31.9992 311.909 32.3885C310.56 32.8426 310.55 31.6005 310.519 31.5441C304.433 31.2275 298.369 30.9337 292.325 30.6624C292.372 31.3243 296.351 31.0158 296.434 31.1075C296.942 31.6452 290.258 31.3185 289.435 31.0501C290.055 31.2211 290.675 31.3923 291.293 31.5637C290.194 32.2717 287.861 31.1786 286.32 31.4455C285.819 31.5319 286.758 31.8667 286.737 31.8858C286.167 32.1552 285.282 31.8889 285.969 31.5234C284.59 31.8417 284.807 31.4329 283.761 31.3558C283.707 31.3521 284.144 31.6774 283.309 31.7682C282.918 31.8103 280.841 31.7225 280.551 31.9784C280.432 32.0861 281.436 33.3167 281.609 32.3017C283.845 32.896 282.351 31.8675 283.226 31.9287C283.36 31.94 283.028 32.4957 285.241 32.3242C284.778 33.3327 282.274 32.4543 281.831 32.5604C280.922 32.7775 284.601 33.4673 285.31 32.697C284.959 33.4847 285.568 32.8165 286.387 32.8861C287.284 32.9619 286.882 33.1831 287.368 33.2062C288.695 33.2721 288.175 32.6815 289.255 33.2419C288.25 31.6135 291.157 33.12 291.998 33.5743C290.592 33.5889 289.179 33.6043 287.769 33.6211C287.846 33.7076 287.921 33.7941 287.998 33.8807C287.63 33.8523 287.264 33.824 286.897 33.7958C286.959 33.719 287.022 33.6422 287.084 33.5653C285.166 33.9972 284.726 33.3966 284.571 33.3833C282.581 33.2284 280.254 33.1342 278.236 33.0489C277.934 33.0363 278.123 33.5612 275.935 33.0669C275.236 32.9096 275.917 32.5342 275.116 32.5625C274.074 33.6153 274.127 32.7445 273.83 32.7313C272.976 32.6976 272.442 32.948 272.363 32.9478C271.307 32.9487 269.749 32.8437 268.602 32.841C268.581 32.8443 269.167 33.2026 268.423 33.0751C268.162 33.0297 265.855 31.5081 263.761 31.9015C264.298 32.0175 264.833 32.1337 265.368 32.2501C264.743 32.0909 260.276 32.2958 261.351 32.7178C262.012 32.9755 263.673 32.1091 263.819 33.0042C262.333 32.6812 254.195 32.8072 253.553 32.5833C253.466 32.551 254.017 32.2799 253.897 32.2391C253.804 32.2079 251.926 32.2172 251.68 32.0989C251.533 32.0285 252.369 31.8776 252.305 31.7716C252.244 31.6953 249.916 31.5002 249.775 31.8579C250.349 31.7299 251.952 31.9062 251.099 32.1848C250.99 32.2193 250.437 31.969 250.304 32.0131C249.068 32.4185 252.727 32.424 253.3 32.4465C250.961 32.8331 247.464 32.1844 244.778 32.4093C243.708 32.0779 246.39 31.9945 245.177 31.7106C242.659 31.1225 244.492 32.1075 244.412 32.1436C243.776 32.4292 241.671 30.7436 241.637 31.9818C240.731 31.7709 241.031 31.6226 239.739 31.7505C239.906 31.8407 240.073 31.931 240.24 32.0212C238.794 32.7 235.802 30.8141 236.032 30.682C236.655 30.3277 238.222 30.9442 238.357 30.9339C238.556 30.9187 239.144 29.6759 241.292 30.8577C242.209 30.0386 237.851 30.1974 239.846 29.6753C238.512 29.7328 232.993 29.0096 232.179 29.3621C232.083 29.4082 232.503 30.258 231.156 29.7992C230.516 29.5809 232.071 29.6069 231.78 29.4089C230.903 28.7939 218.471 28.9127 216.118 28.9115C215.965 28.9098 216.026 28.6501 215.875 28.6499C215.413 28.6492 213.717 29.0096 212.888 28.8765C214.598 29.3865 211.267 29.3705 210.43 29.3053C209.151 29.2053 209.236 28.748 208.684 28.6424C206.559 28.2353 203.201 29.2814 201.566 28.2445C201.645 29.2557 198.709 27.7164 197.357 27.6943C196.3 27.6763 194.757 28.3307 196.182 28.7515C194.358 28.6873 192.418 28.8592 190.723 28.9078C190.441 28.9159 190.831 28.6201 190.35 28.6435C190.307 28.6477 190.244 28.9401 189.831 28.9675C186.416 29.1989 188.08 28.5885 187.443 28.4012C187.085 28.2965 186.821 28.244 186.627 28.226C188.623 28.1807 190.915 28.0831 191.527 28.0797C191.012 27.4283 187.12 28.1716 185.976 27.9917C185.937 27.9852 186.077 27.6296 186.037 27.6268C186.036 27.6268 186.035 27.6268 186.034 27.6268C185.607 27.5966 182.873 27.7142 183.434 28.1421C183.584 28.2563 184.843 28.2622 186.331 28.2325C185.928 28.3098 186.226 28.7109 186.155 28.7275C185.293 28.9195 183.179 28.5189 182.426 28.4631C182.255 28.4508 182.267 28.7067 182.239 28.7072C181.563 28.6461 181.843 27.9169 181.146 28.6673C179.922 27.7519 183.446 28.5419 183.206 27.95C183.005 27.4911 175.17 27.7101 175.181 28.4298C175.154 28.3531 175.046 28.2577 174.823 28.149C174.333 27.9073 172.128 27.9802 171.754 28.1124C171.691 28.1383 171.716 28.8343 171.637 28.8407C171.442 28.8563 168.778 28.3105 167.779 28.7232C168.318 28.8202 168.856 28.9174 169.394 29.0148C166.143 29.0227 166.643 29.2304 167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C168.728 29.6212 169.803 29.7691 169.819 29.8241C169.885 30.0322 164.361 30.1554 165.422 29.5087C165.571 29.4199 168.128 29.7042 166.861 29.245C166.64 29.1645 164.996 29.2987 164.909 29.2482C164.331 28.9113 167.92 28.4573 167.48 27.9784C166.611 28.4361 165.492 28.1972 164.491 28.3172C164.036 28.3715 163.925 28.7207 163.868 28.7274C163.028 28.8206 163.499 28.4536 163.218 28.4634C163.068 28.4699 161.411 29.2535 161.721 28.1792C156.313 28.9889 160.205 28.9713 163.564 28.9025C162.503 29.2958 160.438 29.1135 159.517 29.208C159.186 29.2423 159.384 29.5996 158.824 29.6736C157.677 29.8243 152.14 29.4437 150.694 29.3585C151.576 29.2258 151.312 28.8374 150.634 28.8692C149.956 28.9012 150.529 29.4179 150.397 29.4748C150.257 29.5334 147.067 29.3125 146.534 29.3851C148.937 29.1763 148.392 28.7916 146.35 28.7683C146.644 28.6536 146.938 28.5391 147.233 28.4245C146.038 28.5917 143.509 28.0218 142.814 28.2057C142.706 28.2351 143.101 28.5584 143.04 28.5749C142.432 28.7197 140.35 28.408 140.254 28.5208C140.173 28.6146 141.063 28.8793 140.735 29.0179C140.665 29.0471 139.812 28.614 138.98 28.7322C138.671 28.7757 138.861 29.0829 138.783 29.1018C138.135 29.2581 138.513 28.7325 137.326 28.8303C136.455 28.9027 135.812 29.4199 134.603 29.2668C138.57 29.8664 135.241 29.636 133.584 29.855C133.318 29.89 133.555 30.4482 131.96 30.1967C135.331 29.1352 130.989 29.6726 130.094 29.6752C130.045 29.6725 130.023 29.3023 129.585 29.3028C129.549 29.3037 129.602 29.5532 129.201 29.5783C125.385 29.8171 127.822 29.4974 127.093 29.2617C126.782 29.1612 124.925 29.5449 124.423 29.5619C124.307 29.5647 124.356 29.3037 123.909 29.3214C123.118 29.3532 122.413 29.6423 121.89 29.6734C121.829 29.6757 121.82 29.2653 120.829 29.416C120.55 29.4582 120.239 29.6095 120.638 29.7203C121.961 30.0846 124.438 29.3708 125.922 29.7347C127.277 30.0655 123.024 30.1678 122.8 30.1745C122.718 30.1772 123.548 29.9592 122.701 29.9333C121.978 29.9121 120.668 30.644 119.584 30.5094C119.502 30.4994 118.626 29.9145 118.666 29.8787C118.701 29.8524 120.026 29.6977 119.83 29.5273C119.807 29.5079 118.964 29.5273 118.851 29.4C118.713 29.2448 118.321 27.705 118.143 27.6696C117.684 27.5824 117.988 27.9295 117.692 27.9105C117.057 27.8705 114.841 27.4563 114.78 27.994C115.145 28.0185 115.51 28.0432 115.875 28.0679C113.848 28.1629 114.717 28.3742 114.431 28.4804C114.124 28.5954 114.202 28.1224 113.516 28.092C113.367 28.0849 110.497 28.2433 110.553 28.4402C112.136 28.0918 111.559 28.6867 111.632 28.6955C111.911 28.7276 112.26 28.3936 112.633 28.3924C115.256 28.3899 112.623 28.9594 113.244 29.0794C113.458 29.1196 113.877 28.8322 113.967 28.8447C114.262 28.8849 114.274 29.25 114.469 29.2165C114.924 29.1389 114.381 28.6328 114.416 28.6052C114.818 28.2736 116.423 28.6447 115.44 29.2263C116.041 29.4172 116.097 28.7326 116.575 28.9966C117.525 29.5195 116.115 29.4075 115.735 29.5049C114.371 29.8558 113.96 29.6015 112.017 29.7316C111.317 29.7778 110.492 30.1275 110.167 30.1527C109.963 30.1684 107.997 29.0563 107.979 30.8649C107.215 30.7069 106.026 29.5425 105.254 29.6149C104.563 29.6807 104.798 30.3149 104.734 30.3411C104.636 30.3823 103.797 30.3516 103.515 30.4488C103.185 30.5634 103.357 30.8035 102.832 30.9156C101.525 31.1941 101.543 30.541 101.407 30.5018C99.8252 30.0504 100.535 30.9616 100.189 31.0447C99.8707 31.1203 95.2943 30.8808 94.3632 31.142C94.7468 31.0009 95.1303 30.8598 95.5135 30.7188C94.8106 30.3302 94.0936 31.0139 94.061 30.2844C93.9524 31.4665 92.4993 30.718 92.069 30.7605C91.8996 30.7777 91.9186 30.9781 91.7063 30.9927C90.8777 31.0508 88.9975 30.9445 88.5482 31.0595C86.6081 31.5542 91.6219 32.1395 92.0113 32.1738C91.2294 32.1816 86.7857 32.574 88.8481 33.0813C89.1668 33.1596 89.7116 32.6163 89.8885 32.5906C91.0851 32.4207 90.1544 32.9201 90.2498 32.9623C90.4119 33.0303 91.1886 32.5512 91.3983 32.5999C91.4682 32.6154 91.0333 33.0556 92.1761 33.0329C91.6273 33.4627 88.3998 33.2164 87.978 33.3266C87.8277 33.366 88.8009 34.2239 86.0118 33.4448C86.0464 33.5261 86.0809 33.6075 86.1154 33.6888C84.5666 33.7689 83.0602 33.8488 81.5289 33.9307C81.6891 33.7359 82.5353 33.3284 81.457 33.443C80.836 33.5093 81.3099 33.917 81.2535 33.931C80.7092 34.0606 70.7652 34.2496 68.8675 34.3689C68.2162 34.4072 66.4071 34.8123 66.268 34.8238C65.4395 34.8876 62.4808 34.7766 61.8916 34.8473C61.5248 34.892 61.8868 35.2317 61.5604 35.2275C61.2576 35.2231 61.5577 34.8701 61.4674 34.8593C60.723 34.7625 55.0723 35.4316 53.7026 35.1665C54.5352 35.2286 58.6192 34.3847 58.5257 34.148C58.5067 34.1157 57.4985 33.8953 57.2972 34.03C56.9452 33.7481 55.8113 34.6935 55.1671 34.5425C55.0941 34.5254 55.3582 34.0096 54.2165 33.9639C53.8231 33.9484 52.8122 34.3831 51.7581 33.9852C50.2467 34.2568 42.4156 33.9387 41.8846 34.5075C41.87 34.5367 42.9856 34.6743 42.2473 34.9297C41.2654 35.2693 42.1152 34.2342 40.9508 34.2C40.7786 34.1942 37.5383 34.4418 37.4468 34.5082C36.4986 35.1113 39.3212 35.2092 39.2884 35.2761C39.194 35.444 36.8609 35.6496 36.768 35.6155C36.6761 35.5795 38.5391 34.7521 36.2723 35.1377C36.5377 35.214 36.8029 35.2905 37.0681 35.3669C36.0041 35.5885 35.8777 35.0813 35.6162 35.0621C34.803 35.0006 33.9647 35.8191 32.6202 34.92C32.2646 34.6813 32.8216 34.3712 32.7767 34.335C32.3477 34.0114 31.8647 34.9543 31.2105 34.2994C31.161 34.2506 32.5891 33.771 30.0591 33.8913C30.2365 33.9485 30.4138 34.0058 30.5911 34.0631C30.2422 34.2264 27.6809 34.438 27.3327 34.4206C26.3175 34.369 27.1756 33.8544 26.1623 33.9608C26.8377 34.5745 23.7824 34.8107 23.9306 34.2463C23.539 34.9656 20.9092 34.5586 19.6801 34.6055C18.9057 34.6352 17.3396 35.0221 17.0909 34.9995C16.7881 34.9715 16.8546 34.4905 16.3062 34.413C16.1517 34.3907 14.5452 34.8252 13.1079 34.4078C12.8304 34.3274 12.2142 33.5505 12.7103 33.3214C13.5514 32.9298 15.2554 33.4921 15.2062 33.0162C15.1545 32.5067 12.9362 32.929 12.344 32.8942C9.5774 32.7343 11.1357 32.106 11.0564 31.9453C10.8516 31.5558 9.34672 31.6501 9.28164 31.6177C9.01243 31.4725 10.0627 31.0983 10.0654 30.8538C10.0679 30.5354 8.58395 30.0422 8.90831 29.9172C9.37329 29.7394 10.7333 30.1442 10.8163 30.1169C11.8998 29.7496 10.3524 29.0981 9.9163 28.7607C9.78412 28.6568 10.2769 28.4474 10.1705 28.4206C8.5466 28.0145 9.89017 29.4689 8.82201 29.4252C7.86846 29.3865 9.06261 28.838 9.02487 28.8135C8.9766 28.7868 7.84065 28.8227 7.65334 28.6622C7.56178 28.5813 10.4583 27.4834 10.3119 27.0704C9.37733 27.2139 8.44159 27.3578 7.50465 27.5023C7.4008 26.9586 8.77735 27.2874 8.91396 27.2234C9.18957 27.0946 8.3886 26.8604 8.41277 26.6855C8.42485 26.5743 9.32592 26.1308 8.48355 26.0144C8.19387 25.9742 7.61394 26.3911 6.54685 26.0566C10.1548 25.3553 7.61885 25.1862 7.50098 24.998C7.38526 24.8098 9.09621 24.2577 6.99325 24.4544C6.84296 23.3936 7.02023 24.115 7.60877 23.8947C8.32928 23.6242 6.61624 23.3658 9.30949 23.4857C9.13061 22.9947 6.9779 23.1482 6.86097 23.1149C6.76038 23.0843 7.22626 22.8124 7.05073 22.7386C4.97437 21.8863 6.38827 22.2497 5.76795 21.6665C5.71309 21.6142 3.78468 21.4928 5.23803 21.3218C7.88477 21.0111 9.02678 21.6589 9.38967 20.1227C7.39686 19.5722 5.06963 20.6805 4.47266 20.7306C3.55883 20.8056 4.48963 20.4442 4.37202 20.3641C4.33137 20.3384 3.54383 20.4081 3.53179 20.3842C2.90539 19.2624 7.04195 20.1687 8.30582 19.8992C7.95391 19.7452 7.60178 19.5913 7.24943 19.4375C7.7142 19.405 8.17865 19.3726 8.6428 19.3404C6.40963 19.1145 8.55788 19.213 9.05848 18.2494C9.17098 18.0329 7.7366 18.4719 9.36335 17.7985C8.13279 17.7305 8.51262 17.5184 7.41807 17.8424C7.4266 17.4664 9.89768 16.9079 10.868 16.6633C7.37451 16.4308 9.43047 17.6956 6.38337 17.1346C5.85088 17.6288 7.28231 17.4593 7.16925 17.5423C6.7645 17.8404 5.75529 17.458 4.61839 18.488C4.43335 18.6571 5.28086 19.0981 4.06565 19.1425C3.93127 19.1466 3.13374 18.774 3.14269 18.7433C3.2271 18.4116 4.00005 18.4907 4.02398 18.3529C4.04651 18.2224 3.19613 18.3478 3.19109 18.3124C3.1419 17.9055 3.89562 18.1162 3.78101 17.9945C3.5338 17.7294 0.407794 17.0238 4.43657 17.0557C1.12865 17.7044 4.03651 17.5299 5.32218 17.2807C5.6502 17.2179 5.72039 16.9693 6.18636 16.8587C6.78573 16.7155 7.49995 16.7937 7.81021 16.7318C8.14373 16.6641 6.2015 16.1921 8.97421 16.2131C7.53803 15.7159 5.08268 16.4648 3.67194 16.1403C0.825121 15.4841 5.56978 15.0423 6.05717 14.937C6.18762 14.9084 5.72807 14.6034 5.81469 14.5784C5.95738 14.5392 8.65426 14.5437 8.90323 14.2571C9.15249 13.9703 7.92035 14.3232 7.82162 14.0439C7.75578 13.8554 10.9753 13.3404 9.21549 13.3048C8.00287 13.2806 5.81266 14.1722 5.38989 13.3673C7.16953 13.2 8.94475 13.0343 10.7156 12.8704C9.7274 12.6084 8.7376 12.3469 7.74616 12.086C9.74241 11.8768 11.4666 12.1398 13.3549 11.5884C8.72963 10.8249 14.7972 10.7052 14.8625 10.5799C14.8814 10.5052 13.0319 9.7831 12.7323 9.64922C14.3213 9.24837 19.1646 8.84329 16.273 7.98118C16.8007 8.18218 18.0188 7.5551 18.0001 7.51352C17.8197 7.07536 15.1108 7.50624 15.5338 7.08044C16.0247 6.58607 16.7794 7.18261 17.5678 7.09112C21.6093 6.61914 20.3803 4.34699 24.4515 4.51348C24.3655 4.43462 24.2815 4.35567 24.1967 4.27676C28.6557 4.18816 33.0724 4.11088 37.4964 4.04249C39.207 3.2514 43.805 2.61445 46.0623 2.59804C46.5196 2.59369 48.7564 2.87356 48.9352 2.93186C49.2514 3.04426 47.5378 3.16391 48.322 3.36667C48.4837 3.40766 52.3005 3.40755 52.01 3.02122C51.5825 2.99231 50.2566 3.24716 50.034 3.1625C48.4847 2.55204 60.194 2.61876 60.7483 2.33323C60.4817 2.21387 60.2211 2.09432 59.9584 1.97487C60.6901 2.01068 61.4431 2.04594 62.1842 2.08192ZM29.8513 35.4866C29.4319 35.9069 28.3166 35.6605 27.6706 35.8044C26.7771 36.0054 25.327 37.6182 25.9061 36.045C27.2231 35.858 28.5387 35.6718 29.8513 35.4866ZM49.0976 35.2135C48.2105 35.036 48.8555 34.1465 49.5898 34.4741C49.6713 34.5115 50.2968 35.4523 49.0976 35.2135ZM39.8343 35.2078C39.8711 35.1947 40.6375 35.1831 40.6648 35.1954C41.3666 35.5101 39.0559 35.5432 39.8343 35.2078ZM84.507 33.079C83.5407 33.1456 84.2652 33.907 84.8566 33.5667C84.8935 33.5451 84.5706 33.0752 84.507 33.079ZM83.8182 33.0792C83.0452 32.4011 81.5727 33.8689 82.7734 33.6885C82.8899 33.6704 83.8541 33.1122 83.8182 33.0792ZM45.9492 35.0048C46.0368 34.7319 46.9504 34.8226 47.3404 34.8704C47.3404 35.116 46.3285 34.9583 45.9492 35.0048ZM69.0265 34.0227C69.0588 33.8097 65.8946 33.9353 65.6876 34.222C66.1848 34.0852 68.9978 34.2134 69.0265 34.0227ZM77.1306 33.4489C77.0491 33.4149 75.9547 33.5067 75.9927 33.692C76.5363 33.9186 77.4979 33.6023 77.1306 33.4489ZM93.2603 32.976C93.318 32.9277 92.4701 31.7636 94.4247 32.4918C94.7115 32.5985 93.7065 32.9358 93.8083 32.9756C94.0219 33.0529 94.1898 33.087 94.324 33.0904C93.4269 33.2129 92.4915 33.285 92.3989 33.2156C91.9641 32.8876 93.2348 32.9962 93.2603 32.976ZM101.712 31.8727C101.894 31.6747 103.085 31.7493 103.357 31.8226C103.403 31.8365 103.213 32.3498 103.747 32.2991C104.175 32.2575 103.522 31.7518 104.359 31.8155C105.205 31.8793 104.087 32.277 104.161 32.3017C104.261 32.334 105.56 32.0697 105.526 32.3736C105.501 32.5986 104.1 32.4795 103.755 32.5355C103.313 32.6074 103.86 32.9683 103.117 32.9057C102.65 32.8668 102.892 32.2033 102.793 32.1724C102.71 32.1475 101.089 32.5656 101.714 31.8748C101.714 31.8741 101.713 31.8734 101.712 31.8727ZM94.5667 33.0548C94.4995 33.0788 94.4204 33.0927 94.324 33.0904C94.4055 33.0792 94.4865 33.0667 94.5667 33.0548ZM32.3891 35.0764C32.8572 35.2572 31.5088 35.5814 30.9798 35.3409C30.9608 35.1273 32.3149 35.0482 32.3891 35.0764ZM95.3864 32.4972C96.7256 32.6265 95.7505 32.8787 94.5667 33.0548C94.9404 32.9209 94.9364 32.4542 95.3864 32.4972ZM57.2972 34.03C57.3557 34.0768 57.3945 34.1518 57.404 34.2771C57.25 34.1457 57.2338 34.0725 57.2972 34.03ZM60.427 34.1327C61.4806 33.7094 59.3105 33.8081 59.3344 34.0813C59.345 34.1843 60.3849 34.1495 60.427 34.1327ZM85.7588 33.0787C85.6589 33.0442 87.1583 31.8433 84.9571 32.7768C86.1501 32.8771 84.8996 33.0406 84.9211 33.1412C84.9789 33.4303 86.966 33.0912 87.4103 33.2041C87.7406 32.6738 86.0887 33.1921 85.7614 33.0786C85.7605 33.0786 85.7597 33.0786 85.7588 33.0787ZM116.977 31.8201C116.715 32.1301 115.863 32.0484 115.288 32.0419C115.55 31.7317 116.403 31.8131 116.977 31.8201ZM267.692 33.1454C263.746 33.282 263.276 32.0236 266.865 32.6454C266.935 32.6583 267.935 33.0285 267.692 33.1454ZM233.847 31.7869C233.487 31.2369 234.725 31.1795 235.529 31.423C235.711 31.4778 236.374 32.0426 235.598 32.1306C235.64 31.4754 234.449 31.1955 233.847 31.7869ZM96.1317 32.1308C96.5145 31.7596 97.7319 31.9848 98.3693 32.0228C97.9889 32.3297 96.6978 32.2288 96.1317 32.1308ZM254.757 32.0487C254.342 31.9943 254.045 32.4559 254.116 32.4974C254.432 32.6872 255.223 32.3318 254.757 32.0487ZM92.2607 32.1793C92.2001 31.9652 93.7845 31.714 93.9091 32.2442C93.5688 32.2147 92.3041 32.3135 92.2607 32.1793ZM115.892 31.6792C115.643 31.5744 116.917 31.3532 117.304 31.4548C117.278 31.6848 116.055 31.7472 115.892 31.6792ZM248.057 32.0017C247.686 31.9498 246.757 31.9102 246.648 32.0975C246.514 32.3315 247.879 32.2903 248.057 32.0017ZM317.327 34.577C317.37 34.665 315.892 35.1987 315.258 35.0072C314.054 34.6409 317.281 34.5134 317.327 34.577ZM258.697 31.9355C259.851 32.4226 258.567 31.9452 258.603 32.4182C259.39 32.4615 261.343 32.552 260.015 32.0426C259.757 31.944 259.063 31.9784 258.697 31.9355ZM257.622 31.7417C257.491 31.8901 256.63 32.3434 257.362 32.3331C257.7 32.3277 258.262 31.8111 257.622 31.7417ZM308.397 34.2963C307.367 33.8229 312.18 34.3054 312.31 34.3869C312.38 34.4294 312.426 34.4684 312.452 34.5007C312.636 34.3782 313.544 34.4043 313.63 34.7442C313.36 34.7016 312.616 34.6902 312.532 34.6485C312.495 34.6307 312.469 34.6143 312.45 34.5983C312.116 34.8702 308.597 34.3856 308.397 34.2963ZM300.432 33.4549C301.668 32.9003 301.827 33.9569 301.722 33.9853C300.39 34.3472 301.283 33.6191 301.245 33.581C301.157 33.5162 300.207 33.8273 300.436 33.4551C300.434 33.4551 300.433 33.455 300.432 33.4549ZM306.763 34.0374C306.814 34.0264 307.826 34.1123 307.867 34.131C308.679 34.5262 305.814 34.2849 306.763 34.0374ZM108.068 30.9916C108.799 31.0795 108.093 31.4803 107.606 31.3527C107.566 31.34 107.423 30.914 108.068 30.9916ZM257.041 31.8262C256.879 31.7472 252.587 31.3347 252.825 31.9249C253.198 31.8667 258.068 32.3251 257.041 31.8262ZM224.947 30.8242C225.707 30.8444 224.868 31.3757 224.466 31.163C224.317 31.084 224.756 30.8194 224.947 30.8242ZM90.0991 31.7417C89.3204 32.0654 89.4543 31.05 90.1468 31.377C90.1739 31.3898 90.1296 31.7291 90.0991 31.7417ZM230.987 31.2712C228.377 31.5449 229.032 29.8185 232.404 30.4842C232.295 30.5591 232.186 30.6341 232.078 30.7091C236.013 31.0635 232.337 30.8372 231.385 30.913C231.021 30.9416 231.319 31.2389 230.989 31.2734C230.988 31.2727 230.987 31.2719 230.987 31.2712ZM220.96 30.7118C218.478 29.4299 223.242 30.3241 224.64 30.1931C223.29 30.6753 221.543 30.5637 223.909 31.133C220.435 31.1647 221.899 30.7025 221.757 30.6586C221.595 30.6096 221.066 30.7668 220.96 30.7118ZM227.604 30.8388C227.751 30.8059 228.84 31.0811 229.234 31.0489C228.675 31.4581 226.634 31.0628 227.604 30.8388ZM292.042 33.3354C292.148 33.0096 292.385 32.7769 293.243 32.941C292.968 33.0943 292.41 33.211 292.042 33.3354ZM28.9337 33.7898C28.3354 33.7951 27.1382 33.729 27.5204 34.0582C27.5621 34.0857 28.9415 33.9846 28.9337 33.7898ZM244.576 31.1766C244.452 31.1319 241.162 31.0142 242.288 31.41C242.63 31.5288 245.619 31.5661 244.576 31.1766ZM261.526 31.7521C261.25 31.7389 260.131 31.7627 260.107 31.8402C260.02 32.1074 261.395 32.0062 261.526 31.7521ZM25.8992 33.5998C25.8176 33.5694 24.0123 33.7201 24.2187 33.8704C24.6124 34.1541 26.17 33.7046 25.8992 33.5998ZM110.698 30.16C110.851 30.1445 111.06 30.4991 111.113 30.502C111.238 30.5042 114.021 30.3086 112.966 30.7913C112.793 30.8714 108.773 30.7799 108.245 30.7468C108.032 30.2586 109.762 30.6894 110.178 30.6299C110.252 30.6187 110.29 30.2055 110.697 30.1621C110.698 30.1614 110.698 30.1607 110.698 30.16ZM296.548 33.2011C296.679 32.8933 299.979 32.8481 299.919 33.2257C298.798 33.2169 297.666 33.2083 296.548 33.2011ZM294.897 33.0696C294.213 32.8149 295.845 32.8197 296.319 32.9407C296.314 33.1514 294.997 33.1067 294.897 33.0696ZM255.368 30.3741C255.036 30.44 256.033 30.9297 255.804 31.0111C255.657 31.0617 254.928 30.8667 254.688 31.002C254.62 31.0453 255.357 31.4989 255.574 31.4875C255.883 31.4727 255.595 31.125 255.931 31.1336C257.047 31.1628 258.025 31.4366 259.067 31.4663C259.161 31.4683 258.44 31.205 259.242 31.2355C259.368 31.2398 260.092 31.6202 261.063 31.6011C263.24 30.5745 264.768 31.7109 267.476 31.4137C267.379 31.3061 265.372 30.9541 265.253 30.9397C263 30.676 258.949 30.5159 256.593 30.4369C255.987 30.416 256.274 30.6587 256.012 30.6587C255.805 30.6583 256.065 30.2348 255.368 30.3741ZM29.2393 33.5361C28.9339 33.1192 27.948 33.4403 27.3079 33.4494C27.552 33.8268 28.6117 33.4708 29.2393 33.5361ZM280.229 32.0749C279.909 32.078 278.918 31.9066 278.834 32.0331C278.718 32.1979 280.15 32.3648 280.229 32.0749ZM126.407 29.9906C126.438 29.9783 127.203 29.9894 127.232 30.0025C127.921 30.3378 125.625 30.303 126.407 29.9906ZM144.77 29.843C145.352 29.7843 145.937 29.6444 146.136 29.9925C145.765 29.9421 144.704 30.0872 144.77 29.843ZM170.09 29.714C169.971 29.2558 171.715 29.5528 172.043 29.5943C171.921 29.7977 170.179 30.044 170.09 29.714ZM291.983 31.8929C293.052 31.9701 292.859 31.2664 293.522 31.6121C293.63 31.6704 293.92 33.1306 292.771 32.5344C292.564 32.4273 293.408 32.123 291.983 31.8929ZM232.96 30.5118C233.241 30.2153 234.093 30.3257 234.669 30.364C234.534 30.5859 233.372 30.4999 232.96 30.5118ZM22.6098 33.4172C22.0884 33.0149 19.7875 33.4502 20.3753 33.7033C20.4591 33.7358 22.285 33.4173 22.6098 33.4172ZM98.83 30.6783C99.7792 30.3172 97.7928 30.2632 97.1734 30.6088C97.4572 30.5797 98.7662 30.702 98.83 30.6783ZM164.008 29.4721C164.054 29.4582 165.069 29.4886 165.115 29.5051C165.947 29.8552 163.075 29.7712 164.008 29.4721ZM138.718 29.3495C139.075 29.0678 141.477 29.2654 142.022 29.5378C141.501 29.948 138.27 29.7006 138.718 29.3495ZM287.563 31.8875C288.319 31.9072 289.051 32.026 289.747 32.1779C289.59 32.4042 287.629 32.0649 287.563 31.8875ZM167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C167.834 29.4582 167.781 29.447 167.729 29.4371ZM270.488 31.0123C269.848 30.8956 269.965 31.3281 270.005 31.3427C270.483 31.4996 271.212 31.1442 270.488 31.0123ZM28.4753 32.9374C28.234 32.5626 27.168 32.9144 26.5409 32.8534C26.7366 33.1489 27.977 33.0021 28.4753 32.9374ZM218.287 29.8713C217.492 29.4381 220.768 29.0117 221.447 29.2951C221.494 29.5543 218.405 29.9303 218.287 29.8713ZM95.8393 30.1767C95.7677 29.8759 94.4098 30.2773 94.7042 30.4124C94.8908 30.4984 95.8826 30.3635 95.8393 30.1767ZM223.088 29.5037C223.399 29.4175 224.112 29.7305 223.855 29.9072C223.525 30.1338 223.007 29.5285 223.088 29.5037ZM250.673 29.9564C250.541 29.906 248.731 30.162 249.466 30.4928C249.975 30.7227 250.071 30.2882 250.192 30.2905C250.323 30.2957 253.209 30.92 250.673 29.9564ZM199.962 29.3407C200.643 29.232 201.463 29.3764 202.173 29.3766C201.882 29.5601 200.249 29.5923 199.962 29.3407ZM101.152 29.96C100.986 29.841 96.4558 29.8825 99.0379 30.1935C99.1893 30.2107 101.666 30.3178 101.152 29.96ZM291.983 31.8929C291.848 31.8832 291.693 31.8615 291.514 31.8232C291.693 31.8434 291.848 31.8711 291.983 31.8929ZM279.827 31.3082C280.085 31.0985 278.837 30.9874 278.472 31.0896C278.346 31.3536 279.79 31.3373 279.827 31.3082ZM202.231 29.0701C202.638 28.9489 203.392 29.0926 203.903 29.0844C203.815 29.2879 202.4 29.28 202.231 29.0701ZM173.345 28.6512C174.166 28.7738 175.174 28.7196 175.19 28.4693C175.207 28.5084 175.246 28.55 175.312 28.5919C175.379 28.6334 176.256 28.5187 176.636 28.6051C178.922 29.1154 167.811 28.8908 174.255 28.1917C173.952 28.3448 173.648 28.498 173.345 28.6512ZM135.473 28.7991C135.006 28.5 133.711 28.8989 134.05 29.0145C134.287 29.0935 135.941 29.1 135.473 28.7991ZM153.315 28.4508C153.175 28.3972 151.903 28.6189 151.871 28.7797C152.605 28.9438 153.95 28.6996 153.315 28.4508ZM131.898 28.4894C131.606 28.4475 131.24 28.9442 131.274 28.9651C131.574 29.1403 132.393 28.7562 131.898 28.4894ZM289.823 30.4675C289.397 30.307 287.988 30.5991 287.681 30.9103C287.628 30.8451 287.482 30.7565 287.211 30.6461C287.212 30.6462 287.213 30.6462 287.214 30.6462C286.865 30.4945 275.697 29.8739 283.164 30.8189C283.398 30.8491 283.091 30.5441 284.041 30.6368C284.104 30.6433 284.125 30.8823 284.318 30.9023C284.765 30.9467 287.134 31.2016 287.618 31.032C287.62 31.0763 287.648 31.1196 287.712 31.161C288.279 31.5297 290.157 30.5913 289.823 30.4675ZM155.834 28.3928C155.578 28.3059 154.77 28.3941 154.687 28.6045C155.089 28.705 156.428 28.5953 155.834 28.3928ZM100.991 29.1025C100.467 28.9427 99.1537 29.2985 99.5573 29.46C99.8051 29.5592 101.596 29.2858 100.991 29.1025ZM147.74 28.5594C150.714 28.7839 148.449 28.5336 148.902 28.2222C148.515 28.3345 148.127 28.4469 147.74 28.5594ZM303.568 31.9307C303.098 31.8357 303.686 31.2576 304.19 31.6135C304.348 31.7265 303.831 31.9827 303.568 31.9307ZM325.008 32.9303C324.634 32.3683 326.599 32.8029 325.804 33.1254C325.768 33.1357 325.036 32.9525 325.008 32.9303ZM310.049 31.8617C309.707 32.2106 309.496 32.2427 308.591 32.1037C309.942 32.0724 308.712 31.6818 310.049 31.8617ZM175.181 28.4298C175.186 28.4446 175.191 28.4556 175.19 28.4693C175.184 28.4558 175.181 28.443 175.181 28.4298ZM129.086 28.6253C128.711 28.3201 127.67 28.3589 127.985 28.6668C128.015 28.6952 128.938 28.857 129.086 28.6253ZM287.681 30.9103C287.728 30.9681 287.701 31.0029 287.618 31.032C287.616 30.9904 287.638 30.9522 287.681 30.9103ZM134.715 28.294C134.681 28.5261 136.273 28.5962 136.337 28.5683C137.244 28.1552 135.373 28.2714 134.715 28.294ZM90.4547 29.0555C90.3733 29.082 90.9197 29.6651 91.2375 29.4217C91.4836 29.2329 90.7598 28.9548 90.4547 29.0555ZM313.134 31.8798C313.636 31.9078 314.341 31.9466 314.455 32.2376C314.122 32.1753 313.113 32.0875 313.134 31.8798ZM324.254 32.4946C323.633 32.7924 322.28 32.7118 321.42 32.6066C321.43 32.1665 323.681 32.5639 324.254 32.4946ZM291.186 30.6944C291.145 30.6746 289.885 30.4851 290.044 30.7872C290.277 31.2299 291.535 30.8709 291.186 30.6944ZM92.9156 29.3046C93.474 29.0865 92.1591 28.4993 91.5763 28.997C91.2774 29.2519 92.8218 29.3411 92.9156 29.3046ZM125.826 28.2688C125.084 28.4511 126.934 28.725 127.186 28.4134C126.843 28.394 126.09 28.2043 125.826 28.2688ZM151.202 27.6656C148.852 26.7947 150.141 28.405 150.554 28.2596C150.612 28.2389 151.259 27.6861 151.202 27.6656ZM16.6891 31.9449C16.362 32.0855 17.6288 32.4667 17.774 32.1647C17.8639 31.9756 16.8985 31.8552 16.6891 31.9449ZM186.627 28.226C186.528 28.2282 186.429 28.2306 186.331 28.2325C186.405 28.2185 186.501 28.2143 186.627 28.226ZM119.018 27.1967C120.706 28.4195 120.512 27.4571 120.657 27.4597C120.969 27.4676 121.7 27.7936 122.286 27.7279C121.616 27.8806 120.946 28.0336 120.275 28.1868C120.812 28.2666 125.427 28.6499 125.517 28.4461C125.651 28.1544 124.205 28.2688 124.162 28.2441C124.101 28.2088 123.861 27.408 123.726 27.3796C123.506 27.3338 119.645 27.3845 119.018 27.1967ZM146.3 27.8431C146.679 27.9355 146.789 28.2534 146.963 28.1757C147.023 28.1491 147.03 27.8449 147.233 27.7646C146.922 27.7907 146.611 27.8169 146.3 27.8431ZM116.083 28.3793C115.609 28.0168 117.704 28.1175 117.772 28.1581C118.134 28.4031 116.471 28.6752 116.083 28.3793ZM133.916 28.0346C133.839 28.0138 132.221 27.9196 132.236 28.1257C132.667 28.2767 134.828 28.2941 133.916 28.0346ZM147.485 27.7417C148.051 27.7724 149.122 28.0703 148.995 27.6134C148.995 27.6134 148.994 27.6134 148.993 27.6134C148.491 27.656 147.988 27.6988 147.485 27.7417ZM94.8181 28.2856C93.7523 27.5847 94.2732 28.4925 95.205 28.7029C95.4766 28.3682 94.9927 28.3996 94.8181 28.2856ZM91.4504 27.8338C91.156 27.7103 88.1446 27.9402 88.6156 28.3129C88.7836 28.4455 90.5072 28.0494 90.5874 28.0739C90.7094 28.1101 90.1692 28.5523 91.0901 28.4418C91.0321 28.2987 91.5517 27.8748 91.4504 27.8338ZM93.9395 27.8422C92.8839 27.316 92.6776 28.3451 93.4605 28.3264C93.7664 28.3199 94.0901 27.9181 93.9395 27.8422ZM98.2071 27.8169C97.8276 27.7296 96.8185 27.6141 96.1333 27.9725C97.0628 27.9771 97.9908 27.9822 98.9174 27.9877C99.0193 27.7924 98.5393 27.8937 98.2046 27.817C98.2054 27.817 98.2063 27.817 98.2071 27.8169ZM330.676 30.2574C329.869 29.917 331.777 29.9234 331.852 29.9997C332.076 30.2506 331.038 30.4095 330.676 30.2574ZM9.71117 23.0107C9.4746 22.9078 9.30336 22.5361 8.8069 22.7628C9.33254 23.0154 9.85767 23.2681 10.3823 23.5209C10.7434 22.8569 9.96987 23.1244 9.71117 23.0107ZM7.63345 20.7695C7.70476 20.75 7.25625 19.7835 8.22506 20.392C8.88003 20.8026 5.47611 21.4253 4.82981 21.0224C5.50421 20.7805 7.01917 20.9304 7.63345 20.7695ZM1.36952 16.8294C1.32541 16.7528 2.62963 16.563 2.78414 16.6101C3.59661 16.858 1.60929 17.239 1.36952 16.8294ZM5.55532 16.7835C4.93207 16.6256 6.28238 16.4266 6.69223 16.5148C6.74167 16.6965 5.65165 16.8061 5.55532 16.7835ZM323.122 15.4456C322.501 14.7356 321.826 16.1466 322.859 15.9146C322.908 15.9037 323.148 15.4801 323.122 15.4456ZM2.59461 15.7602C3.21984 15.9174 1.86578 16.1178 1.45319 16.0306C1.40511 15.849 2.49962 15.7374 2.59461 15.7602ZM322.751 13.8191C321.901 13.2848 322.116 14.9244 322.222 14.9961C322.66 15.2803 324.238 14.7343 324.57 14.5952C322.236 14.702 323.151 14.071 322.751 13.8191ZM318.638 14.5595C317.81 14.686 319.881 15.1356 320.305 14.7065C319.898 14.7049 318.873 14.5226 318.638 14.5595ZM313.706 13.7626C313.271 13.6805 311.975 13.4705 311.742 13.7139C312.224 13.6935 313.507 14.015 313.706 13.7626ZM312.755 12.9438C312.089 12.5598 311.869 13.5612 312.676 13.3032C312.708 13.2932 312.78 12.9645 312.755 12.9438ZM308.911 12.3716C308.48 11.9459 307.912 12.8972 308.644 12.9622C308.861 12.9798 308.956 12.4202 308.911 12.3716ZM321.753 12.0108C321.118 11.801 320.248 12.4537 321.619 12.61C321.13 12.6891 320.64 12.7683 320.15 12.8477C321.931 13.3439 321.853 12.3651 322.368 12.4352C323.087 12.5343 322.983 13.3327 322.823 13.5759C323.437 13.1187 325.969 13.2598 327.435 13.2544C326.166 12.9712 324.092 12.4898 322.848 12.2864C322.49 12.2276 322.128 12.4272 321.822 12.3848C321.332 12.3157 321.788 12.0245 321.755 12.0109C321.754 12.0109 321.753 12.0108 321.753 12.0108ZM303.837 12.0935C302.537 11.571 303.324 12.5963 304.08 12.4591C304.113 12.4473 303.87 12.1063 303.837 12.0935ZM0.662704 12.8744C2.46276 13.1845 1.20545 13.8005 4.86741 12.7666C3.3429 13.4386 4.80483 13.1922 4.51402 13.4452C4.28074 13.6455 3.358 13.542 3.91037 13.8884C3.19044 13.5176 0.157899 13.8031 0.0174745 13.7448C0.0187503 13.7447 0.0200261 13.7446 0.0213019 13.7445C-0.0624707 13.7098 0.0877265 12.7761 0.662704 12.8744ZM313.84 11.1928C313.465 9.97641 313.189 11.8593 312.375 10.824C311.144 12.196 315.559 10.9979 316.021 12.2403C311.312 11.838 319.081 13.615 315.877 11.6171C318.571 12.4281 316.785 11.4424 317.219 11.2348C317.684 11.0137 319.21 11.3686 319.157 10.9202C319.156 10.9201 319.155 10.9201 319.154 10.92C318.211 10.8976 317.265 10.8755 316.318 10.8539C317.189 11.8634 315.274 11.4683 314.673 10.6525C314.396 10.8326 314.118 11.0127 313.84 11.1928ZM319.115 12.3895C319.024 12.3621 316.966 12.3807 317.088 12.5805C317.356 12.7182 320.27 12.7362 319.115 12.3895ZM328.126 12.7077C327.392 12.661 326.264 12.4061 325.841 12.7434C326.578 12.7896 327.704 13.0448 328.126 12.7077ZM290.309 10.6335C289.355 10.8869 292.244 11.1075 291.424 10.7179C291.383 10.6994 290.356 10.6217 290.309 10.6335ZM311.705 11.2575C310.773 10.8418 311.161 12.0258 311.882 11.7616C311.923 11.746 311.748 11.2764 311.705 11.2575ZM2.09484 12.6519C2.14337 12.3639 4.72851 12.419 5.18288 12.3916C4.93977 12.6697 2.04089 12.9814 2.09484 12.6519ZM329.482 11.7233C328.085 10.6129 326.024 11.674 325.807 11.6354C325.592 11.5962 325.959 11.1699 325.91 11.155C325.797 11.1229 323.488 11.0243 323.379 11.0494C323.298 11.069 323.676 11.7207 323.192 11.8907C324.121 11.5863 328.349 12.0625 328.565 12.0065C328.737 11.9613 327.502 11.225 329.48 11.7232C329.48 11.7232 329.481 11.7233 329.482 11.7233ZM325.27 11.4663C325.833 11.7635 324.206 11.7003 323.829 11.5809C322.977 11.3129 325.193 11.4302 325.27 11.4663ZM321.411 10.9974C321.231 10.9276 319.571 10.7787 319.413 11.0636C320.179 11.4883 321.82 11.1589 321.411 10.9974ZM302.901 10.0345C302.468 10.0501 301.29 9.76539 301.209 10.018C301.644 10.0023 302.821 10.287 302.901 10.0345ZM10.7299 9.93507C10.0042 9.75933 11.6543 9.58278 12.1415 9.65991C12.1769 9.82918 10.7919 9.9501 10.7299 9.93507ZM311.676 8.80142C311.431 8.70888 306.169 8.62544 305.448 8.70993C306.137 8.93812 311.34 9.22803 311.573 9.14711C311.643 9.12252 311.708 8.81542 311.676 8.80142ZM322.969 9.31665C323.468 8.96763 323.752 9.43781 323.812 9.447C324.393 9.53883 325.635 9.52708 325.342 9.87395C324.295 9.66471 321.979 10.0098 322.969 9.31665ZM302.617 8.31C300.836 8.36054 304.222 8.92947 303.794 8.51304C303.767 8.48772 302.801 8.30452 302.617 8.31ZM312.265 8.7231C312.672 8.4384 317.871 8.9892 318.718 9.0391C317.934 9.55815 317.351 9.09731 316.336 9.0694C316.061 9.06254 316.122 9.3003 316.092 9.29902C315.618 9.2835 315.986 9.03329 315.697 9.01311C315.517 9.00056 311.694 9.12202 312.265 8.7231ZM323.256 9.07149C323.552 8.8715 326.831 8.97302 326.958 9.03877C327.919 9.5241 323.494 9.15985 323.256 9.07149ZM311.813 8.19779C312.411 7.57501 314.975 8.15372 313.186 8.3824C313.015 8.40278 312.314 8.08081 311.813 8.19779ZM302.837 7.69777C302.752 7.67402 300.907 7.45076 300.863 7.657C301.128 7.75076 303.82 7.95904 302.837 7.69777ZM303.831 7.04371C303.786 7.04644 304.199 7.46855 303.335 7.37387C303.263 7.36548 303.152 6.9083 302.053 7.01828C301.83 7.04111 301.471 7.32178 301.495 7.34153C302.599 8.10438 306.077 6.92566 303.831 7.04371ZM323.337 8.71033C323.173 8.51016 323.628 7.97103 323.992 8.27886C324.148 8.41171 323.824 8.73217 323.337 8.71033ZM296.975 7.22556C298.062 6.93492 294.702 6.70872 294.524 6.78861C294.623 7.00663 296.867 7.2536 296.975 7.22556ZM12.2614 7.20537C12.2606 7.20541 12.2597 7.20546 12.2589 7.20551C13.172 7.23462 12.6241 7.54911 12.6671 7.55577C14.624 7.87106 14.0761 7.2541 14.3747 7.16203C15.0139 6.9635 14.9509 7.75255 16.0254 7.37065C14.246 7.94478 15.8782 7.65772 15.9437 7.93392C16.2059 9.06097 13.5129 7.52694 12.6219 7.8138C12.4981 7.85348 13.4452 8.16734 13.1287 8.28773C12.0906 8.67822 8.79683 7.09372 12.2614 7.20537ZM324.288 8.24637C324.723 7.93616 327.902 8.45084 327.038 8.67554C326.9 8.71108 323.638 8.69648 324.288 8.24637ZM175.517 3.27392C176.285 2.98578 174.506 2.64188 174.175 2.86698C174.011 2.97901 175.18 3.4003 175.517 3.27392ZM163.062 2.03925C162.147 2.10043 161.186 3.31127 162.324 3.12042C162.445 3.09956 163.167 2.20649 163.062 2.03925ZM222.833 3.16245C221.896 2.71247 221.936 3.51542 222.631 3.51759C222.876 3.51851 222.862 3.1767 222.833 3.16245ZM186.566 2.80305C186.471 2.77442 185.37 2.81929 185.409 3.00388C185.816 3.11663 187.181 2.99891 186.566 2.80305ZM223.137 3.05428C222.567 3.18765 223.532 3.78667 224.235 3.2339C223.883 3.27329 223.196 3.04065 223.137 3.05428ZM309.945 6.32285C309.455 6.62649 308.122 6.45641 307.349 6.47277C307.289 6.04225 309.393 6.3707 309.945 6.32285ZM166.935 2.51748C166.074 2.8192 167.92 3.06321 167.75 2.66604C167.726 2.64445 166.969 2.50459 166.935 2.51748ZM253.508 3.78558C252.872 4.02018 254.857 4.42509 254.322 3.96069C254.295 3.94159 253.543 3.77249 253.508 3.78558ZM262.183 4.21942C261.701 4.11657 259.691 4.07456 260.466 4.34937C260.585 4.39149 262.136 4.4509 262.183 4.21942ZM14.4121 6.85249C14.1327 6.42828 15.6266 6.45432 15.8431 6.51982C15.9284 6.54723 14.7767 7.40422 14.4121 6.85249ZM216.674 2.98043C216.18 3.02666 214.902 2.90098 214.673 3.12722C215.278 3.08947 216.828 3.44109 216.674 2.98043ZM170.855 2.51349C170.108 2.03701 168.829 2.08453 169.146 2.70664C170.557 2.66462 168.972 2.14713 170.855 2.51349ZM226.328 2.60641C225.933 2.56182 225.618 3.153 225.662 3.18207C226.085 3.45869 226.716 2.84709 226.328 2.60641ZM196.72 2.64444C196.7 2.38879 195.432 2.49263 195.6 2.65862C195.655 2.71427 196.737 2.85122 196.72 2.64444ZM293.412 5.3506C292.844 5.09062 294.624 4.94586 295.132 5.24259C295.368 5.64618 293.485 5.38062 293.412 5.3506ZM237.264 3.00751C237.333 2.62999 235.348 2.79521 236.12 3.12852C236.314 3.21187 237.241 3.13363 237.264 3.00751ZM256.196 3.09674C254.858 3.50477 260.407 4.00851 258.965 3.39755C258.863 3.35369 256.314 3.06206 256.196 3.09674ZM265.276 3.68899C265.049 3.63105 265.209 2.36238 266.139 2.88735C266.261 2.95548 265.667 3.27088 265.766 3.3515C265.825 3.39734 267.874 3.65108 267.969 3.62504C268.072 3.59507 267.968 3.18277 268.072 3.14083C268.191 3.09395 269.441 3.49917 270.1 3.52808C271.34 3.5817 271.499 3.24807 271.6 3.25075C271.9 3.26001 272.395 3.52042 273.003 3.54373C276.071 3.65931 280.713 3.56201 283.124 4.38694C280.974 4.00546 278.914 4.22702 276.775 4.23521C277.431 3.55159 273.604 4.65529 275.846 3.92582C274.817 4.05837 266.022 3.86755 265.279 3.68909C265.278 3.68906 265.277 3.68902 265.276 3.68899ZM159.469 1.69401C160.025 1.25681 157.163 1.36659 156.921 1.87116C157.3 1.93892 159.4 1.74337 159.469 1.69401ZM172.706 0.613586C172.974 0.538839 173.23 -0.311081 174.633 0.122087C174.634 0.122089 174.636 0.122091 174.637 0.122093C175.047 0.248642 174.579 0.454961 174.654 0.528876C174.682 0.559005 175.959 0.98408 174.897 1.05017C173.277 1.15196 174.746 0.417613 173.882 0.407372C173.776 0.40641 172.138 0.864843 172.233 0.965998C172.243 0.977757 172.736 0.880842 172.817 0.922905C173.124 1.08098 172.975 1.34624 173.018 1.35891C173.16 1.39112 175.747 0.942907 176.12 1.33892C176.245 1.46579 171.996 1.75341 171.834 1.68793C171.73 1.64615 171.774 0.909487 171.667 0.836976C171.612 0.800735 169.918 1.07644 169.698 1.0089C169.634 0.989326 169.585 0.968222 169.549 0.950828C169.806 1.17861 168.269 1.16286 168.316 0.905757C168.343 0.804612 169.401 0.862591 169.439 0.880298C169.455 0.887774 169.47 0.898079 169.483 0.905189C169.266 0.626984 172.839 0.640632 172.068 0.227085C173.115 0.00142479 171.919 0.833346 172.706 0.613586ZM177.723 0.168232C177.616 0.245415 177.508 0.322603 177.4 0.399797C179.227 0.214922 181.306 0.595316 183.415 0.602755C183.95 0.605234 183.336 0.128353 184.037 0.261337C184.599 0.367933 185.217 0.810838 184.912 0.907172C184.837 0.931176 183.696 0.63895 183.122 0.665691C181.433 0.74491 181.864 1.15344 181.764 1.16391C181.656 1.17497 180.603 0.88492 180.026 0.895638C178.576 0.923518 177.913 1.17075 175.925 0.84044C177.073 0.575176 176.446 -0.00814629 177.723 0.168232ZM245.642 2.08106C245.719 1.82731 246.906 2.08817 247.34 2.06324C247.265 2.3175 246.077 2.0557 245.642 2.08106ZM67.9846 2.53717C67.635 2.96931 70.3731 2.97703 69.6402 2.65329C69.4783 2.58132 68.3289 2.52787 67.9846 2.53717ZM80.3114 2.38015C80.674 2.25262 79.19 1.99708 79.2027 2.32175C79.2083 2.42575 80.2649 2.39667 80.3114 2.38015ZM201.275 0.748161C201.345 0.735767 202.349 0.840989 202.38 0.862756C203.042 1.316 199.734 1.02025 201.275 0.748161ZM95.2628 1.43102C93.9895 1.7396 97.8543 1.75776 96.6649 1.43796C96.6062 1.42232 95.3217 1.41603 95.2628 1.43102ZM100.63 1.21751C100.323 1.23968 98.9559 1.13713 98.941 1.26569C98.9193 1.47283 100.484 1.57511 100.63 1.21751ZM226.628 1.02685C226.49 0.550844 228.281 0.947074 228.906 0.901373C229.044 1.37763 227.255 0.980121 226.628 1.02685ZM215.287 0.464089C222.876 0.224457 221.192 1.2035 214.83 0.686875C214.826 0.383392 214.806 0.479554 215.287 0.464089ZM224.988 0.7002C224.705 0.997427 223.843 0.890159 223.259 0.854384C223.368 0.645813 224.566 0.745975 224.988 0.7002ZM64.6955 2.00568C65.1577 1.60561 67.2766 2.00143 66.9083 2.17269C66.8233 2.20964 64.5292 2.22219 64.6955 2.00568ZM201.912 0.350832C201.739 -0.111324 204.011 0.103622 204.188 0.208244C204.887 0.627699 202.09 0.25103 201.912 0.350832ZM237.392 0.870433C237.803 0.52036 238.939 0.734583 239.671 0.758457C239.33 1.05765 238.015 0.892479 237.392 0.870433ZM232.09 0.460266C232.136 0.447447 233.154 0.503718 233.203 0.521497C234.032 0.892789 231.144 0.735372 232.09 0.460266ZM10.8286 3.81757C10.8619 3.80414 11.6325 3.78588 11.66 3.798C12.3651 4.1066 10.0523 4.1597 10.8286 3.81757Z' fill='%2370EBFF' fill-opacity='0.7'/%3E %3C/svg%3E");
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: transparent;
  background-size: 101% 130%;
  background-position: center;
  padding: 0 0.78125vw;
  background-repeat: repeat-y;
}
@media (min-width: 600px) and (max-width: 800px) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='42' fill='none'%3E %3Cpath d='M217.774 2.278c-1.947.72-9.957 1.124-16.174.817-3.716-.184-33.736 1.274-35.2 1.709-.88.262-10 .743-20.267 1.069-10.266.326-21.546.794-25.066 1.04C102.008 8.244 73.059 9.944 65.6 10.17c-13.255.401-13.5.431-12.8 1.563.376.609-.628 1.105-2.337 1.154-8.098.237-15.692 1.114-17.256 1.994-1.189.669-.219.841 3.06.542l4.8-.437-4.681 1.132c-2.574.623-4.974.731-5.333.241-.359-.491-3.773-1.033-7.585-1.204-6.236-.281-6.723-.159-4.845 1.214 1.148.84 2.766 1.267 3.596.948 1.03-.395.899.132-.413 1.664-1.822 2.129-4.394 2.249-3.094.145.338-.546-.734-1.041-2.382-1.099-1.648-.058-4.197-.53-5.663-1.047-2.61-.92-2.603-.932.347-.559 1.658.209 2.618.005 2.134-.453-.485-.459-3.096-1.124-5.803-1.478l-4.921-.644 1.142 4.277c.852 3.192 1.685 4.277 3.283 4.277 2.012 0 2.033.109.335 1.807-1.674 1.673-1.678 1.949-.064 3.733 1.624 1.794 1.604 1.928-.288 1.943-1.196.01-1.561.339-.888.8 1.264.865 3.024 4.595 2.76 5.847-.163.768 9.917.485 32.363-.911 18.942-1.177 39.989-2.029 41.082-1.661.585.197.747.871.36 1.498-.421.68-.201.828.544.368.686-.424.979-1.207.65-1.739-.348-.564 2.428-.731 6.65-.4 16.145 1.267 36.58 1.471 36.58.364 0-.702 1.871-.889 5.067-.506 3.578.429 4.44.314 2.933-.393-1.524-.715.303-.991 6.4-.969 5.315.02 7.528.323 5.867.804-1.467.425 1.653.602 6.933.393 5.28-.209 14.16-.437 19.734-.506 6.075-.075 8.852-.407 6.933-.828-2.64-.58-1.952-.845 3.926-1.517 4.862-.556 7.869-.417 9.462.436 1.586.848 2.103.873 1.611.077-.513-.83 3.434-1.191 13.471-1.235 7.808-.033 21.877-.333 31.263-.665 26.135-.926 67.119-.93 89.334-.01 13.7.567 20 .478 20-.284 0-.612.508-1.113 1.129-1.113.622 0 .909.36.639.8-.27.44 9.662.878 22.071.973 12.408.095 25.673.42 29.478.723 4.075.324 7.467.093 8.257-.562.771-.64 2.814-.796 4.816-.366 6.161 1.323 27.95 2.346 29.876 1.404 1.189-.582 1.867-.495 1.867.238 0 .633.6 1.073 1.333.977 5.04-.654 21.093.242 20.534 1.147-.781 1.262-.855 1.247 8 1.609 3.813.156 15.001.822 24.861 1.48 9.86.659 23.728.889 30.817.512 7.375-.392 12.642-.282 12.31.257-.845 1.374 39.017 1.289 40.012-.086.545-.754 1.054-.729 1.6.077.448.663 4.317 1.254 8.8 1.344 4.4.089 8.72.268 9.6.399 2.859.424 13.816-1.447 14.446-2.467.337-.546.005-.992-.739-.992-.743 0 .976-2.106 3.82-4.681 4.434-4.014 4.788-4.607 2.48-4.166-1.48.283-3.015-.011-3.412-.653-.397-.641-.154-1.167.539-1.167.957 0 .963-.358.026-1.487-.948-1.142-.916-1.475.136-1.432.753.03 3.29-.074 5.637-.232l4.267-.288-5.334-1.214c-2.933-.667-5.813-1.51-6.4-1.873-.586-.363-2.866-.985-5.066-1.382-2.2-.397-4-1.18-4-1.74s-.84-1.019-1.867-1.019c-1.027 0-4.507-1.037-7.733-2.303-4.203-1.649-9.65-2.542-19.2-3.146-30.552-1.933-54.119-3.05-75.734-3.587-12.613-.313-26.533-.825-30.933-1.136-4.4-.312-26.24-.771-48.533-1.02-22.294-.249-46.534-.747-53.867-1.106-8.617-.423-12.814-.292-11.867.368 1.012.704-.313 1.008-4.266.979-3.154-.024-6.266-.453-6.918-.953-1.639-1.258-22.193-.096-22.652 1.281-.248.744-.796.76-1.652.049-1.591-1.32-7.879-1.768-10.904-.777-1.243.406-3.506.265-5.029-.314-1.803-.685-2.995-.689-3.415-.01-.354.574-1.179.713-1.832.31-.653-.404-9.38-.594-19.393-.423-18.174.312-38.382.18-56.692-.368-5.328-.16-10.731.096-12.006.568M60.511 11.311c-.354.355-1.274.392-2.044.084-.851-.34-.598-.593.644-.644 1.125-.046 1.755.206 1.4.56m569.743 12.043c1.021.647 1.093 1.094.24 1.504-.828.397-.802.501.079.329 2.136-.419 2.291-2.788.183-2.771-1.511.013-1.625.226-.502.938M408.8 28.486c-1.32.254-3.48.254-4.8 0-1.32-.254-.24-.462 2.4-.462 2.64 0 3.72.208 2.4.462' fill='%2370EBFF' fill-rule='evenodd'/%3E %3C/svg%3E") !important;
  }
}
@media (min-width: 600px) and (max-width: 800px) and (prefers-color-scheme: dark) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='51.25' viewBox='0 0 800 51.25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M735.679 50.487c-.493-.079-2.486-.05-3.344-.116.944.619 5.116.403 3.344.116M649.435 5.158l2.139.508c-2.046.011-4.784-.199-6.677-.138-.31.011.476.45-.256.44-.731-.01-.57-.563-1.63-.663-1.192-.11-6.657.074-8.54-.005-7.02-.295-14.164-.866-21.259-.874 7.302.661-.088.829-2.125.583-.45-.055-.352-1.093-7.67-1.07-4.652.018-.385 1.635-8.14.647 6.034-.848.128-.963-4.575-1.14-.813-.031-7.352-.071-10.226-.2-.985-.044-2.469-.63-3.772-.681-.896-.035-1.584.242-2.914.19-6.179-.24-12.399-.429-18.625-.485 3.611 1.487-2.877.522-3.169.583-1.495.341 5.221.617 2.557.787q-5.57-.205-11.113-.4c3.049-.1-4.016-1.27-5.346-.843.589-1.225-16.992.703-19.617.245-.56-.098 3.109-.637-5.346-.521-.919.014-.579.393-1.059.349-.288-.026-2.01-1.241-3.877-.623-.68.227 3.63 1.08-5.866.6 3.781-1.141-13.09-.874-16.251-.613l1.885-.456c-3.104.389-3.655-.027-4.351-.015-2.81.048-6.667.408-9.27.336-3.045-.083-3.048-.831-6.594-.584l2.529-.465-7.339.033c5.646 1.056-1.214.034-1.693.007-.73-.044.315.372-.905.309-.126-.01.06-.39-1.821-.453-3.926-.13-3.309.357-4.955.336-.15-.005.38-.344-2.459-.453-9.014-.341.04.263.388.315.456.068-2.66 1.474 5.022 1.041-2.581.135-2.845.77-3.136.782-.258.01-4.714-.121-4.959-.145-2.186-.236-.256-.654-.683-.735-.35-.068-5.71.454-6.951-.862-2.565 1.186 1.459 1.105 5.759 1.329.624.253-4.098.454-4.344.45-6.074-.05-2.702-1.015-4.026-1.659-.686-.338-3.195.321-.882-.552-5.565-.133-2.192.406-2.552.48-.544.109-2.489-.16-2.732-.128-.357.049.884.365-.526.464-.235.015-2.5-.53.428-.765-3.91.05-3.584-.399-4.913.505-2.677-1.739-1.955 1.008-3.013 1.099-2.81.24-1.989-1.109-2.136-1.175-1.025-.43-8.775.003-10.695-.198.76.976 6.139.033 7.349.227 4.016.646-5.665.464-2.752 1.7l-3.66-1.021c-2.251.78.945 1.133-5.136.828-.993-.683 4.301.119 3.241-.419-.627-.316-4.154-.394-4.223-.56-.069-.2 3.118.046 2.616-.263-1.101-.667-12.701-.059-3.871.32-2.465-.018-3.735 1.298-5.866.884-1.376-.266 6.374-2.077-5.25-1.755-.249.621 4.645.188 4.772.235.179.069-.709 1.471-.862 1.54-.561.225-12.349-.529-14.912.182.993-.813-9.002-.129-10.083-.371-.289-.068.79-.566.481-.619-1.931-.307-7.131.597-9.536.631-2.692.037-2.355-.393-2.506-.391-1.199.03-.24.316-.973.319-1.11.003-8.692.105-9.07.048-.111-.018 1.121-.515-.529-.597-.285-.014-.105.564-4.982.348-5.869-.259 4.071-.751 1.629-1.343-3.766.892-3.647.035-4.669.11-.354.026-2.979.776-5.827.755q3.07.15 6.146.306c-2.021.143-5.905.016-7.595.176-.815.077-.138.671-1.911.671-.375-.004-1.885-1.45 2.77-.838.367-.525-1.843-.165-2.869-.304-.155-.021-.776-.887-2.079-.333-.31.138 3.123 2.643-5.697.892-.284-.057.698-.385.42-.449-.19-.043-2.433.11-2.681.068-.254-.046.826-.405.524-.47-1.551-.336-3.565 1.065-.378.925l-3.19.546c1.127-1.051-1.676-.274-3.146-.288-9.415-.09-3.12-.843-4.742-1.172-2.637-.527-.609 1.225-4.515.741-.359-.045 4.334-.865-4.848-.313l4.069.033c-.77 1.015-4.897-.001-5.213-.011-3.601-.085-1.166.24-6.509-.196-.478-.039-1.51.225-2.529.117-4.224-.444 5.559-.396 5.826-.805.117-.204-10.396.013-10.756.114-1.524.445 4.768.107 3.575.647-.389.188-15.529.068-18.515.333-3.471.302-5.002 1.696-5.055.166-.949 1.521-1.833.514-2.275.534-5.384.249-5.412.265-10.037.221-1.022-.009-1.874.466-2.236.398-.21-.043.171-.537-.861-.666-1.438-.175-9.982.526-10.606.813-.629.285 3.61.031 2.861.493-3.061.117-6.04.08-9.155.206-1.294.053-.621.346-1.18.366-.239.01-4.705-.147-4.519-.268.424-.281 14.241-.446 10.591-.897-.706-.088-3.169.688-2.795-.191a6061 6061 0 0 0-36.859 1.621c7.036.432 15.081-.385 22.404-.522 1.01-.02 4.429-.196 4.025.255-6.261.279-14.098.273-20.137.74-.194.016.529.389-.194.474-1.351.156-5.768-.345-6.5-.158-.125.043 2.391.485 1.641.84-1.925.909-2.479-.955-4.154-.881-1.268.057-10.032 1.25-12.224.751-2.34-.535 6.445-.57 5.784-1.047-5.969-.309-11.947.432-17.52.568-.098.003.74-.42-.505-.431-2.157-.019-2.731.56-3.786.688-1.145.135-5.195.204-5.726.428-.069.029.771.55.896.561 1.77.163 2.37-.576 2.53-.591.603-.05 1.205.203 1.755.166.906-.06 1.396-.331 2.594-.398.824-.045.048.47.835.42.289-.021 3.371-1.244 3.703-.119.158.34-25.553 1.756-28.086 1.585 2.215-.225 4.373-.446 6.565-.667-4.417.503-9.854-.188-10.177 1.171-16.561.78-33.05 1.626-49.648 2.546-2.948.26-1.29 1.041-6.15 1.031q1.857-.506 3.72-1.01c-2.474.313-13.482 1.246-15.295 1.165-.232-.011-.596-.775-3.36-.698-2.45.069-2.813.675-4.112.855-1.091.15-2.329.064-2.652.112-.247.04-.328.403-.924.498-1.881.294-.403-.795-2.218.463l1.379.057c-2.265.29-5.385.986-1.988 1.061.581.013.066-.306.498-.329 16.907-.838 3.446.55-2.519.338-1.511.594-10.095.757-10.367.875-.388.169 1.097.496-.799.958-.408.095-11.801.463-7.666.907.85.091 6.303-.369 7.626-.423-3.046 1.26-10.384.122-11.225.213-3.31.362 6.434.57-1.037 1.131-5.737.434-.39-.607-2.615-.787-1.254-.1-7.683 1.085-7.566.041-2.225.022-.894.491-1.165.547-.269.05-4.635.005-6.044.311-.171.037.408.541.231.596-.345.096-4.586.25-4.758.216-.11-.025.869-.559.448-.646-.493-.103-4.55.263-4.781.143-.331-.184 4.696-.362 3.827-.838-2.309.276-6.092.163-7.641-.164.381.096 2.619-.027 3.394-.119-.415-.747-5.218-.432-3.538.073-1.063-.261-.362-.48-.969-.751-.159-.069-1.641.009-1.935-.106-.037-.024 1.471-.413 1.155-.55-.574-.246-5.053.105-5.412.204-1.017.276 2.65.295 2.976.6.046.048-3.019.885-3.063.944-.143.615 3.285-.043 2.925.526l-2.541.51c3.325.336 9.426-.335 11.05.193-4.928.121-10.037.474-9.938 1.883.043.594 2.172.806 2.101.963-.278.559-3.24.161-3.345.196q-.129.057-.122.105c.019.316 4.204.275 4.424.406.367.234-1.422 1.409-1.405 1.643.068.043 3.056.101 2.079.574-.989.475-3.588.653-3.675.7-.481.279 4.08.211 4.226.349.076.069-2.338.676-2.4.811-.054.134 1.821.3 2.58.663.565.271-1.009.607-.726.637.2.019 4.504-.26 4.721-.219.32.059-.666.488-.512.57.215.117 1.6-.101 1.426.045-.131.109-5.44 1.71-5.383 2.044.098.57 5.716-1.113.555 1.487-.036.018-1.338-.06-1.371-.044-.769.466 3.404.843-1.655 1.055 9.45.121 1.224.787 2.677 1.663.56.338 4.219.259 4.24.313-.325.494-1.511.203-1.891.459-.21.143 3.088.434 2.374.804-.371.19-3.84.35-3.98.393-1.35.394.35.617.063.854-.19.159-2.276.304-2.329.334-.085.06 2.788.469 3.393.637.459.131-1.211.489-.894.537 1.913.296 5.871-1.019 2.089.712-.231.106-1.698.163-1.74.184-.877.479 1.821.344 2.325.659.867.541-3.031.456.22.669-2.395.542-3.743.613-6.57.685 7.837-.2 10.705 1.165 2.013 1.68 2.759-.2 2.51.688 3.335.65.512-.025 4.474-1.141 2.755.912-.216.256-2.672.103-1.879.55 5.844-.496.144.307.143.372.122 1.135 14.458-.698 16.872-.709 2.851-.021 5.44.726 6.06.691 2.04-.121.32-.478.766-.673.45-.194 6.316.338 6.607.274 1.116-.259-.06-.734.055-.767 1.4-.416 9.175-.438 11.353-.685-.05.354-4.416.63-1.658 1.039 3.215.478 3.313-1.08 3.393-1.153a5926 5926 0 0 1 43.788-2.252c-.147.831-9.699.681-9.902.802-1.25.703 14.84-.105 16.832-.485l-4.495.75c2.607.824 8.275-.679 11.969-.43 1.2.08-1.076.551-1.027.575 1.359.305 3.5-.077 1.866-.498 3.301.323 2.799-.177 5.319-.331.13-.007-.936.424 1.067.491.938.031 5.938-.19 6.625.115.283.129-2.191 1.724-2.561.463-5.407.862-1.762-.505-3.872-.38-.321.021.45.698-4.866.605 1.065 1.238 7.134 0 8.194.11 2.178.222-6.709 1.285-8.377.36.807.968-.625.164-2.6.297-2.163.145-1.206.4-2.375.456-3.197.158-1.916-.613-4.544.151 2.501-2.098-4.569-.044-6.615.575 3.381-.063 6.781-.125 10.171-.185l-.563.338 2.652-.168-.439-.278c4.595.432 5.684-.343 6.055-.369 4.796-.302 10.4-.545 15.26-.756.727-.031.25.635 5.537-.096 1.689-.232.066-.667 1.993-.673 2.462 1.265 2.373.177 3.089.146 2.055-.084 3.329.204 3.519.2 2.541-.051 6.298-.258 9.056-.315.053.003-1.375.479.423.284.631-.069 6.246-2.081 11.267-1.683l-3.881.509c1.51-.229 12.255-.17 9.65.406-1.6.35-5.565-.66-5.952.468 3.59-.475 23.176-.66 24.729-.961.211-.044-1.106-.361-.815-.418.225-.043 4.744-.105 5.341-.263.355-.094-1.65-.25-1.492-.385.149-.098 5.758-.432 6.086.01-1.378-.138-5.242.145-3.197.46.263.039 1.601-.295 1.92-.245 2.963.46-5.848.607-7.228.659 5.617.39 14.058-.554 20.516-.367 2.586-.453-3.866-.461-.938-.859 6.081-.825 1.638.471 1.829.514 1.522.335 6.641-1.846 6.685-.299 2.188-.294 1.471-.47 4.577-.352l-1.215.355c3.461.8 10.72-1.654 10.169-1.811-1.49-.424-5.279.398-5.603.39-.48-.013-1.859-1.55-7.065.001-2.181-.994 8.304-.94 3.516-1.527 3.21.025 16.511-1.05 18.46-.631.23.055-.804 1.13 2.451.517 1.546-.291-2.196-.214-1.491-.47 2.126-.804 32.044-.978 37.706-1.02.369-.005.227-.329.59-.333 1.114-.011 5.188.404 7.188.221-4.125.673 3.893.585 5.909.488 3.08-.147 2.883-.717 4.214-.86 5.121-.549 13.189.705 17.139-.614-.205 1.265 6.883-.701 10.135-.746 2.544-.035 6.251.765 2.816 1.308 4.393-.103 9.061.091 13.141.136.679.007-.259-.359.899-.334.105.005.253.37 1.248.4 8.219.259 4.218-.489 5.754-.729a20 20 0 0 1 1.965-.225c-4.806-.041-10.321-.143-11.794-.14 1.245-.82 10.606.075 13.361-.158.095-.009-.24-.453-.143-.456h.005c1.027-.041 7.607.088 6.256.627-.362.144-3.394.158-6.975.133.97.094.249.596.42.617 2.075.232 7.166-.281 8.979-.355.413-.016.383.304.45.304 1.627-.08.955-.99 2.631-.056 2.949-1.15-5.536-.144-4.956-.885.485-.578 19.343-.336 19.315.566.065-.095.326-.215.861-.351 1.182-.304 6.488-.215 7.388-.05.152.033.092.902.281.91.471.019 6.884-.663 9.289-.146l-3.889.364c7.826.013 6.623.273 4.009.529-.13.003-.258.035-.381.039-2.024.19-4.611.375-4.65.444-.159.259 13.141.421 10.586-.389-.359-.112-6.515.24-3.466-.333.532-.1 4.49.071 4.699.007 1.391-.42-7.249-.994-6.19-1.591 2.092.573 4.785.276 7.195.429 1.096.07 1.365.506 1.5.515 2.024.119.889-.341 1.565-.328.361.007 4.353.994 3.603-.35 13.021 1.037 3.651.994-4.434.897 2.555.495 7.525.275 9.742.398.797.045.323.49 1.671.586 2.761.193 16.09-.245 19.57-.338-2.124-.173-1.492-.656.141-.61s.256.688.574.759c.338.075 8.016-.17 9.3-.074-5.787-.286-4.479-.761.438-.769l-2.129-.439c2.876.221 8.957-.463 10.631-.222.263.037-.685.438-.537.459 1.464.188 6.471-.175 6.703-.031.198.117-1.943.438-1.151.614.17.037 2.218-.491 4.221-.333.744.059.29.44.478.465 1.561.205.645-.458 3.505-.318 2.096.103 3.651.76 6.56.587-9.543.688-1.531.45 2.461.752.64.048.079.741 3.914.455-8.13-1.385 2.33-.64 4.484-.619.117-.003.165-.465 1.22-.456.088.001-.037.313.927.351 9.191.371 3.317-.075 5.07-.356.746-.119 5.221.398 6.431.43.279.006.156-.321 1.232-.29 1.904.056 3.606.432 4.866.483.146.005.161-.509 2.549-.297.671.059 1.422.255.465.385-3.177.425-9.154-.52-12.719-.095-3.255.388 6.984.6 7.524.615.196.005-1.804-.285.234-.3 1.74-.01 4.908.934 7.514.79.199-.011 2.292-.722 2.197-.767-.086-.034-3.277-.258-2.809-.466.055-.024 2.085.02 2.354-.138.329-.19 1.24-2.106 1.667-2.146 1.104-.099.378.329 1.091.313 1.526-.036 6.848-.5 7.008.175l-2.635.065c4.88.169 2.795.413 3.484.551.742.151.545-.441 2.195-.463.356-.005 7.265.268 7.136.512-3.817-.478-2.415.283-2.591.291-.671.033-1.518-.394-2.415-.405-6.311-.07.037.709-1.455.844-.514.044-1.527-.325-1.745-.313-.707.043-.729.5-1.199.453-1.097-.109.199-.727.112-.762-.974-.425-4.828 0-2.449.75-1.441.225-1.593-.633-2.737-.315-2.275.631 1.116.525 2.034.656 3.289.473 4.272.165 8.953.378 1.686.076 3.678.536 4.461.576.493.025 5.196-1.313 5.282.95 1.836-.175 4.669-1.598 6.529-1.485 1.664.103 1.115.889 1.27.924.236.054 2.255.041 2.935.171.796.152.389.448 1.656.604 3.152.388 3.093-.429 3.419-.475 3.794-.515 2.11.604 2.946.717.767.104 11.774-.048 14.023.313l-2.781-.569c1.68-.463 3.426.418 3.482-.494.297 1.481 3.771.595 4.808.663.409.029.369.279.88.304 1.996.101 6.518.036 7.601.196 4.685.689-7.362 1.24-8.299 1.271 1.883.035 12.59.688 7.643 1.248-.765.086-2.094-.613-2.52-.651-2.885-.255-.63.403-.859.451-.388.08-2.272-.547-2.775-.494-.168.018.892.583-1.859.515 1.334.556 9.095.362 10.114.517.364.055-1.951 1.091 4.737.22l-.241.301c3.73.159 7.359.316 11.047.479-.393-.25-2.442-.792.156-.607 1.498.107.371.6.508.619 1.314.179 25.255.829 29.826 1.069 1.569.077 5.939.666 6.274.688 1.998.116 9.113.116 10.534.232.884.074.027.481.813.491.729.01-.009-.446.209-.456 1.786-.088 15.414 1.027 18.698.767-2.001.035-11.865-1.225-11.65-1.515.044-.04 2.46-.266 2.95-.088.835-.336 3.605.904 5.148.747.175-.018-.483-.676 2.261-.676.946 0 3.397.596 5.915.152 3.65.415 22.47.438 23.775 1.184.036.037-2.64.147-.851.509 2.377.479.284-.865 3.083-.843.414.003 8.219.496 8.442.585 2.31.81-4.474.771-4.391.856.235.216 5.857.606 6.08.57.219-.04-4.304-1.184 1.167-.57l-1.903.241c2.571.338 2.849-.289 3.476-.297 1.953-.03 4.011 1.044 7.199-.003.843-.278-.514-.7-.408-.742 1.015-.38 2.226.83 3.764.05.117-.059-3.342-.746 2.748-.443l-1.27.182c.848.225 7.018.646 7.854.646 2.438-.003.346-.7 2.789-.504-1.59.726 5.769 1.212 5.381.496.981.925 7.281.581 10.237.72 1.864.088 5.651.675 6.248.663.726-.016.539-.623 1.853-.684.37-.019 4.256.633 7.686.205.663-.083 2.098-1.015.891-1.335-2.044-.547-6.106.045-6.015-.549.095-.635 5.45.041 6.87.037 6.639-.013 2.856-.906 3.038-1.103.469-.475 4.09-.254 4.244-.29.639-.163-1.906-.704-1.927-1.011-.025-.4 3.509-.916 2.723-1.095-1.127-.255-4.37.16-4.571.121-2.624-.534 1.054-1.246 2.081-1.64.311-.121-.885-.416-.631-.444 3.875-.398.736 1.334 3.299 1.351 2.288.018-.613-.752-.524-.78.114-.03 2.844.092 3.284-.096.215-.095-6.805-1.669-6.479-2.176q3.379.364 6.766.732c.216-.675-3.069-.356-3.401-.446-.669-.18 1.24-.419 1.171-.64-.035-.14-2.225-.757-.21-.846.693-.03 2.11.532 4.651.188-8.703-1.129-2.626-1.166-2.355-1.394.266-.229-3.872-1.037 1.186-.646.296-1.32-.085-.428-1.511-.745-1.745-.388 2.35-.595-4.105-.629.4-.603 5.574-.263 5.853-.296.239-.033-.895-.405-.479-.485 4.93-.925 1.56-.568 3.013-1.256.129-.063 4.746-.08 1.25-.395-6.368-.574-9.067.163-10.03-1.787 4.746-.556 10.395.995 11.83 1.1 2.196.158-.059-.361.219-.454.095-.029 1.989.112 2.016.085 1.432-1.363-8.431-.515-11.479-.938l2.505-.508-3.348-.217c5.343-.13.196-.154-1.061-1.395-.283-.279 3.182.369-.757-.586 2.946-.001 2.022-.294 4.666.188-.044-.473-6.001-1.34-8.341-1.713 8.36-.055 3.508 1.391 10.779.896 1.306.656-2.135.345-1.859.458.988.4 3.384-.009 6.172 1.363.454.224-1.551.717 1.365.858.323.015 2.212-.396 2.189-.435-.222-.423-2.071-.378-2.136-.551-.063-.166 1.984.05 1.994.007.092-.508-1.701-.295-1.434-.44.576-.315 8.026-.981-1.629-1.222 7.969 1.044.988.621-2.11.22-.79-.101-.974-.418-2.098-.587-1.445-.221-3.152-.173-3.9-.271-.804-.107 3.824-.568-2.821-.73 3.413-.525 9.344.583 12.705.275 6.783-.625-4.616-1.51-5.79-1.675-.314-.045.769-.395.559-.432-.344-.06-6.806-.237-7.42-.614-.615-.376 2.359.15 2.579-.194.146-.232-7.599-1.096-3.384-1.021 2.904.05 8.206 1.319 9.17.339q-6.411-.499-12.79-.985 3.527-.393 7.067-.782c-4.795-.398-8.91-.184-13.466-1 11.036-.65-3.506-1.202-3.67-1.363-.05-.095 4.339-.879 5.049-1.025-3.83-.61-15.453-1.429-8.576-2.323-1.252.217-4.205-.647-4.161-.698.406-.537 6.917.177 5.88-.384-1.204-.651-2.976.048-4.869-.119-9.705-.849-6.887-3.619-16.624-3.663q.3-.139.596-.28a7178 7178 0 0 0-31.852-1.077c-4.136-1.087-15.174-2.138-20.579-2.275-1.095-.031-6.439.203-6.864.266-.752.125 3.356.362 1.489.576-.386.043-9.526-.152-8.848-.621 1.022-.015 4.209.371 4.737.278 3.683-.69-24.352-1.189-25.692-1.565.634-.138 1.252-.275 1.876-.413-1.75.011-3.553.02-5.325.03m79.168 43.557c1.03.552 3.7.313 5.261.531 2.159.306 5.735 2.417 4.256.41q-4.768-.474-9.518-.941m-46.309-1.431c2.126-.175.532-1.323-1.219-.951-.194.043-1.655 1.188 1.219.951m22.284.5a43 43 0 0 0-1.999-.063c-1.673.354 3.887.525 1.999.063M597 43.001c2.328.12.609 1.046-.826.597-.089-.029.673-.604.826-.597m1.658.027c1.837-.819 5.431 1.075 2.535.802-.281-.027-2.62-.762-2.535-.802m91.201 4.161c-.224-.348-2.417-.283-3.354-.244.011.307 2.439.165 3.354.244m-55.569-2.367c-.086-.269 7.532.031 8.043.4-1.201-.194-7.966-.161-8.043-.4m-19.525-1.066c.195-.039 2.833.121 2.748.351-1.3.263-3.625-.175-2.748-.35m-38.837-1.2c-.141-.063 1.865-1.49-2.817-.645-.688.124 1.741.579 1.498.625a7.5 7.5 0 0 1-1.238.126c2.164.184 4.417.306 4.638.222 1.037-.395-2.019-.302-2.08-.329m-20.376-1.655c-.443-.254-3.308-.196-3.96-.112-.111.016.359.663-.926.584-1.032-.064.526-.677-1.487-.623-2.035.055.669.585.491.614-.24.037-3.375-.331-3.286.05.066.283 3.436.175 4.269.255 1.065.103-.24.537 1.546.483 1.123-.035.521-.872.76-.907.199-.03 4.111.542 2.589-.34zm17.234 1.709c.163.033.352.053.585.053q-.295-.025-.585-.053m149.692 5.438c-1.116.2 2.144.686 3.402.416.035-.266-3.226-.446-3.402-.415m-151.683-6.162c-3.22.117-.865.465 1.99.725-.904-.18-.909-.762-1.99-.725m91.718 3.498c-.138.055-.229.147-.245.304.364-.156.4-.247.245-.304m-7.525-.025c-2.552-.58 2.672-.351 2.626-.011-.021.129-2.525.035-2.626.013m-61.001-2.404c.24-.039-3.409-1.598 1.92-.348-2.869.081.147.333.099.458-.13.36-4.924-.139-5.989-.014-.813-.675 3.18.034 3.964-.096zm-75.184-2.536c.637.394 2.688.313 4.072.319-.639-.395-2.691-.313-4.072-.319m-362.973 3.266c9.491-.011 10.672-1.606 2.01-.664-.17.019-2.591.529-2.01.664m81.523-3c.882-.7-2.096-.734-4.037-.405-.44.075-2.052.801-.188.887-.08-.819 2.794-1.205 4.225-.484m331.636.717c-.931-.478-3.855-.235-5.389-.209.925.396 4.03.313 5.389.209m-381.983.348c1.001-.085 1.699.48 1.527.535-.769.25-2.659-.163-1.527-.535m391.301-.156c.139-.266-3.681-.635-3.965.025.818-.025 3.865.141 3.965-.025m-56.896-1.325c.596-.125-2.474-.434-3.405-.316.069.288 3.014.396 3.405.315m-318.274 1.163c.894-.079 3.131-.163 3.386.068.318.288-2.969.288-3.386-.068M36.344 48.403c-.107.112 3.413.677 4.95.394 2.916-.544-4.836-.478-4.95-.394m141.185-6.631c-2.797.659.311.007.209.6-1.897.088-6.601.286-3.386-.409.626-.135 2.294-.121 3.177-.191m2.594-.288c.309.181 2.365.712.604.73-.813.006-2.146-.616-.604-.73M57.836 47.436c2.504-.663-9.098.265-9.415.378a1.6 1.6 0 0 0-.35.152c-.434-.14-2.619-.045-2.848.388.653-.073 2.442-.138 2.647-.196q.131-.037.2-.069c.785.318 9.277-.527 9.765-.653m19.204-1.57c-2.941-.617-3.384.717-3.132.746 3.182.369 1.075-.488 1.17-.537.215-.086 2.482.244 1.954-.208zm-15.26 1.137a63 63 0 0 0-2.659.19c-1.978.55 4.925.057 2.659-.19m478.45-7.39c-1.756.09-.048.611 1.123.465.096-.015.429-.544-1.123-.465m-358.711 1.953c.393-.107 10.739-.796 10.144-.048-.894-.06-12.634.712-10.144.048m77.289-2.335c-1.829.045.18.688 1.151.413.36-.104-.69-.423-1.151-.413m324.69 1.894c1.884.432 1.53-.843-.126-.458-.065.015.053.441.126.458m-339.241-1.167c6.275.268 4.741-1.875-3.393-.944l.779.273c-9.482.56-.626.166 1.663.234.876.025.151.406.945.44zm24.151-.965c6.002-1.663-5.484-.43-8.848-.557 3.24.569 7.449.386 1.74 1.157 8.363-.048 4.849-.587 5.191-.646.39-.066 1.66.117 1.916.046m-15.999.329c-.351-.037-2.98.338-3.929.307 1.338.496 6.26-.054 3.929-.307M97.224 45.21c-.239-.401-.796-.68-2.868-.423.653.175 1.99.288 2.868.423m633.491 1.438c1.439.044 4.314.034 3.413.423-.099.033-3.42-.179-3.413-.423m-519.171-6.373c.301-.061 8.224-.321 5.5.213-.826.16-8.023.313-5.5-.213m-40.816 1.39c.664-.029 3.356-.048 3.41.05.2.33-3.106.263-3.41-.05m567.275 4.93c.195-.034 4.542.268 4.055.444-.931.33-4.7-.33-4.055-.444m-204.124-8.091c-.367-.024-.862.415-.99.416-.3 0-7.004-.318-4.454.313.42.105 10.094.098 11.361.073.503-.605-3.651-.114-4.655-.2-.176-.016-.279-.534-1.26-.599zM86.394 45.309c-.299-.379-8.231-.231-8.107.237 2.696-.08 5.417-.16 8.107-.237m3.978-.265c1.661-.36-2.265-.256-3.413-.075.001.263 3.17.128 3.413.075m95.226-5.364c.795.069-1.621.722-1.073.815.351.057 2.114-.216 2.685-.056.163.05-1.626.649-2.149.643-.742-.006-.037-.453-.848-.428-2.685.081-5.051.465-7.559.546-.226.006 1.519-.354-.413-.281-.302.011-2.06.517-4.396.536-5.199-1.19-8.921.3-15.424.054.237-.139 5.079-.673 5.366-.695 5.434-.434 15.188-.81 20.858-1.005 1.46-.05.76.265 1.39.254.498-.009-.112-.529 1.561-.383m544.372 6.629c.711-.504 3.099-.041 4.638.01-.566.458-3.132-.054-4.638-.01m-604.261-3.337c.77-.014 3.16-.28 3.356-.125.273.2-3.18.483-3.356.125m370.358-5.048a41 41 0 0 0-1.986 0c-1.653.405 3.874.406 1.986 0m-44.205-.474c-1.403-.08-2.814-.263-3.287.171.892-.059 3.449.135 3.287-.171m-60.961-.31c.288-.573-3.91-.2-4.701-.15.294.255 4.489.563 4.701.15M97.442 43.398c-2.575.159-2.072-.734-3.688-.261-.263.079-1.036 1.925 1.759 1.111.504-.146-1.51-.479 1.929-.85m142.083-4.335c-.669-.362-2.723-.2-4.11-.134.319.275 3.119.131 4.11.134M745.9 46.569c1.231-.471 6.785.221 5.387.5-.2.037-4.607-.479-5.387-.5M562.455 39.5c-2.295-.483 2.484-.486 3.984-.034-.683-.045-3.83.065-3.984.034m-156.911-2.652a61 61 0 0 0-2.664.039c-2.004.435 4.911.338 2.664-.037m60.879.065c-.862-.356-6.64-.143-7.951.191 1.26.519 9.035.255 7.951-.19m-358.348 6.221c-1.821.068-3.588.258-5.27.488.367.275 5.103-.263 5.27-.488m288.51-6.341c-.13.003-.258.035-.381.039zM149.191 41.15c1.544-.176 1.244.371 1.149.391-1.159.219-2.896-.191-1.149-.391m582.582 4.456c.56-.455 3.141.051 4.646.013-.455.359-3.445.1-4.646-.013M274.861 37.88c1.923-.56-5.954-1.019-7.595-.647-.119.325 7.31.722 7.595.647m294.776 1.09c.163-.375 3.442.174 2.737.333-.446.101-2.836-.1-2.737-.333m-306.324-1.436c-.747-.1-2.471.31-1.857.525.789.275 2.05-.495 1.857-.525m-66.404 1.44c.319-.069 4.665.182 2.886.625-1.234.306-1.449-.234-1.74-.225-.316.01-7.282.904-1.146-.4m122.075-2.092c-1.639-.126-3.615.065-5.324.076.698.225 4.63.241 5.324-.076m237.861 1.647c.398-.145 11.299.051 5.095.359-.364.016-6.32.073-5.095-.359M97.442 43.398q.486-.029 1.133-.115c-.431.036-.806.08-1.133.115m29.268-1.407c-.61-.25 2.397-.454 3.27-.345.291.324-3.182.379-3.27.345m186.816-5.416c-.978-.145-2.795.046-4.025.044.21.254 3.615.221 4.025-.044m69.539-.76c-1.975.154-4.402.089-4.44-.225-.041.05-.136.103-.295.155-.16.051-2.271-.09-3.188.02-5.504.641 21.244.341 5.732-.522zm91.16.459c1.12-.366 4.244.154 3.429.293-.568.095-4.55.076-3.429-.293m-42.945-.646c.335-.065 3.399.222 3.476.424-1.765.199-5.004-.117-3.476-.423m51.545.319c.704-.048 1.593.58 1.51.606-.719.213-2.695-.281-1.51-.606M102.71 41.486c1.031-.225 4.406.06 5.13.432.13-.084.485-.204 1.141-.356h-.006c.846-.216 27.735-1.591 9.731-.007-.563.05.19-.349-2.1-.18-.15.011-.213.313-.679.348-1.077.08-6.787.53-7.942.345-.006.056-.079.112-.234.168-1.381.494-5.85-.575-5.041-.749m322.505-5.95c.615-.106 2.563.009 2.763.273-.968.122-4.19-.024-2.763-.273m131.996 1.924c1.258-.184 4.426.302 3.46.491-.594.116-4.911-.281-3.46-.491m-112.513-1.647c-7.157.251-1.708-.039-2.8-.432zM69.582 44.156c1.135-.15-.245-.838-1.478-.359-.386.152.843.44 1.478.359m-51.596 2.74c.935-.732-3.814-.041-1.925.305.088.01 1.856-.275 1.925-.305m36.019-2.4c.802.413 1.309.439 3.493.205-3.247.05-.266-.521-3.493-.206m324.641-8.956c-.013.019-.024.033-.021.05a.1.1 0 0 0 .021-.05m110.947.625c.9-.375 3.406-.305 2.652.074-.073.035-2.29.219-2.652-.073M107.84 41.92c-.116.075-.054.117.145.15.007-.053-.046-.1-.145-.15m368.204-6.265c.085.29-3.746.352-3.899.318-2.19-.531 2.315-.357 3.899-.318m106.514 2.098c.198.036-1.099.746-1.871.43-.597-.245 1.135-.568 1.871-.43M46.589 44.727c-1.206.07-2.902.168-3.195.54.802-.1 3.235-.281 3.195-.54m-26.762 1.566c1.474.328 4.729.126 6.805-.068.003-.551-5.43.112-6.804.068m79.596-4.444c.098-.027 3.137-.338 2.739.05-.583.568-3.589.191-2.739-.05m477.223-3.874c-1.35-.291 1.796-.981 3.212-.338.727.329-2.985.388-3.212.338m-79.21-2.194c1.789.244-2.659.549-3.271.155.825-.019 2.635-.24 3.271-.154m-61.078-1.12c5.65-1.067 2.56.934 1.565.749-.139-.026-1.701-.724-1.565-.749m323.688 10.444c.795.198-2.228.593-2.594.205-.227-.244 2.086-.331 2.594-.205m-408.949-9.764.711.006a5 5 0 0 0-.711-.006m162.697-.752c-4.035 1.49-3.589.291-3.938.291-.751.003-2.502.394-3.914.3l4.849.617c-1.29.088-12.39.468-12.611.213-.326-.367 3.155-.195 3.257-.225.147-.043.709-1.039 1.034-1.071.529-.054 9.819.094 11.322-.125m-65.636.343c-.91.112-1.171.508-1.594.409-.143-.034-.163-.414-.653-.516zm72.724 1.205c1.133-.441-3.907-.366-4.067-.316-.867.297 3.141.677 4.067.316m-42.919-.795c.185-.025 4.077-.116 4.044.141-1.035.181-6.234.168-4.044-.141m-32.657-.55c-1.363.034-3.936.395-3.636-.175h.006zm126.734 1.845c2.542-.841 1.316.276-.919.509-.664-.428.501-.372.919-.509m8.086-.45c.704-.145 7.954.25 6.834.7-.4.16-4.559-.398-4.751-.369-.291.04 1.021.613-1.198.443.135-.177-1.127-.725-.885-.774m-5.986-.075c2.522-.623 3.05.673 1.166.621-.736-.018-1.526-.531-1.166-.621m-10.266-.173c.911-.098 3.335-.209 4.993.263q-3.353-.037-6.696-.071c-.25-.249.907-.106 1.71-.191zM4.547 43.974c1.963-.49-2.619-.335-2.805-.232-.554.333 1.929.45 2.806.232m771.729-9.6c.561-.114.95-.569 2.155-.25q-1.869.421-3.735.844c-.906-.858.966-.47 1.58-.595m4.85-2.669c-.173-.03.845-1.21-1.442-.514-1.546.47 6.656 1.484 8.183 1.025-1.633-.351-5.258-.268-6.74-.512m14.777-4.504c.101-.094-3.038-.424-3.405-.375-1.931.254 2.855.871 3.405.375m-10.036-.35c1.484-.155-1.765-.499-2.741-.416-.107.225 2.511.438 2.741.416m-762.223-2.02c1.532-.935 3.06.785.6.569-.117-.01-.665-.524-.6-.569m769.255.945c-1.489.154 1.769.5 2.752.42.104-.225-2.526-.441-2.752-.42M24.64 22.763c2.069-.73 1.45 1.341 1.191 1.438-1.067.389-4.813-.181-5.6-.331 5.587-.036 3.434-.76 4.409-1.105m9.806.635c1.975.1-3.016.81-4.002.302.975-.031 3.44-.333 4.002-.302m11.865-1.341c1.045-.133 4.165-.484 4.709-.194-1.154.006-4.248.496-4.709.194m2.325-1.09c1.62-.527 2.087.712.169.445-.075-.011-.227-.418-.169-.446m9.244-.975c1.056-.563 2.362.594.606.722-.521.037-.719-.657-.606-.722m-30.735.432c1.531-.309 3.575.448.283.741l3.502.194c-4.296.75-4.049-.484-5.286-.359-1.726.176-1.529 1.17-1.163 1.462-1.44-.527-7.512-.166-11.022-.063 3.056-.45 8.055-1.206 11.046-1.551.86-.1 1.715.125 2.45.05 1.177-.122.105-.455.184-.475zm42.906-1.109c3.144-.737 1.2.597-.603.475-.077-.014.525-.456.603-.475m727.3 2.978c-4.293.263-1.244 1.123-10.08-.429 3.694.948.176.537.889.875.57.268 2.775.203 1.472.597 1.703-.415 8.986.156 9.319.094h-.01c.199-.037-.219-1.22-1.59-1.137M46.142 18.843c.973-1.55 1.521.791 3.531-.561 2.866 1.638-7.636.434-8.816 2.025 11.304-.829-7.412 1.935.381-.791-6.501 1.204-2.163-.156-3.19-.388-1.1-.244-4.775.309-4.62-.258h.006q3.391-.143 6.795-.281c-2.149 1.325 2.462.698 3.95-.366zm-12.704 1.866c.219-.04 5.146-.163 4.844.098-.651.191-7.633.419-4.844-.098m-21.597 1.055c1.761-.112 4.476-.516 5.467-.125-1.767.112-4.48.516-5.467.125m90.703-5.091c2.272.263-4.662.704-2.675.169.098-.025 2.563-.181 2.675-.169m-51.29 2.107c2.256-.584 1.259.926-.453.644-.1-.018.349-.617.453-.644m742.654 3.131c-.134-.364-6.324-.475-7.414-.541.6.365 7.564.959 7.414.541m-785.25-1.28c3.419-1.499 8.281-.32 8.804-.384.519-.066-.333-.574-.215-.595.273-.05 5.806-.343 6.065-.319.193.019-.754.864.395 1.042-2.204-.316-12.359.595-12.87.541-.41-.044 2.595-1.06-2.172-.288zm10.101-.636c-1.368.415 2.532.215 3.442.037 2.056-.398-3.255-.088-3.442-.037m9.269-.867c.435-.1 4.417-.406 4.78-.06-1.863.587-5.77.291-4.78.06m44.38-2.453c1.037-.007 3.875-.438 4.055-.125-1.042.006-3.876.438-4.055.125m700.651 1.239c1.727-.171-2.235-.503-3.397-.438-.075.209 3.25.453 3.397.438M51.468 15.7c.591-.134 13.194-.584 14.915-.522-1.663.329-14.138 1.034-14.69.95-.166-.026-.302-.408-.225-.428m-27.063 1.432c-1.171-.401-1.883.209-2.025.225-1.398.158-4.369.234-3.691.647 2.519-.34 8.041-.075 5.716-.872m48.78-2.635c4.26-.048-3.877.877-2.833.329.068-.034 2.391-.325 2.833-.329m-23.123 1.144c-.958-.33-13.436.716-15.468.84 1.845.596 3.27-.022 5.701-.128.657-.027.5.275.57.271 1.136-.053.269-.341.963-.386.431-.029 9.578-.136 8.234-.597m-26.33 1.205c-.696-.23-8.547.138-8.857.23-2.33.68 8.284-.104 8.857-.23m27.443-1.894c-1.395-.74-7.565.159-3.297.325.408.013 2.106-.438 3.297-.325m21.515-1.208c.206-.036 4.635-.43 4.729-.175-.639.134-7.095.563-4.729.175m-2.343-.757c.107 0-.905.555 1.167.383.174-.015.465-.595 3.09-.525.532.013 1.375.343 1.318.369-2.684 1.025-10.946-.232-5.575-.226m-46.785 3.413c.405-.264-.65-.907-1.54-.495-.381.179.374.556 1.54.494m63.188-3.609c-2.587-.3 5.469-.784 5.891-.693-.25.279-5.634.72-5.891.693m682.48 1.599h.006c-2.185-.025-.854.406-.958.413-4.668.266-3.391-.471-4.111-.606-1.541-.29-1.345.703-3.94.154 4.294.835.369.37.227.712-.564 1.394 5.797-.352 7.947.066.299.057-1.951.388-1.186.56 2.509.557 10.303-1.209 2.014-1.3M21.316 15.885c-1.021-.357-8.66.522-6.607.74.326.034 8.134-.224 6.607-.74M377.892 4.098c-1.841-.36 2.422-.794 3.216-.512.393.14-2.409.669-3.216.512m29.85-1.539c2.191.079 4.5 1.596 1.771 1.354-.29-.026-2.024-1.145-1.771-1.354M264.498 4.588c2.255-.585 2.14.42.476.44-.586.006-.546-.421-.476-.44m86.914-1.025c.227-.037 2.868.013 2.772.242-.976.144-4.248.006-2.772-.242m-87.641.897c1.363.152-.961.925-2.634.251.844.041 2.494-.268 2.634-.251M55.755 12.477c1.155.349 4.354.048 6.205.018.169-.542-4.888.006-6.205-.018m342.705-9.33c2.065.378-2.359.68-1.953.184.056-.026 1.871-.2 1.953-.184M190.993 6.338c1.518.268-3.251.853-1.954.25.064-.025 1.87-.266 1.954-.25m-20.791.899c1.159-.15 5.974-.288 4.107.089-.288.057-4.002.199-4.107-.089m593.86 6.57c.645-.514-2.93-.579-3.445-.51-.203.029 2.604 1.177 3.445.51M279.259 4.219c1.181.046 4.245-.138 4.791.14-1.45-.035-5.17.438-4.791-.141m109.808-1.08c1.789-.596 4.854-.537 4.096.241-3.384-.053.416-.7-4.096-.241m-132.93.84c.946-.065 1.689.666 1.583.704-1.02.356-2.516-.393-1.583-.704m70.941-.516c.051-.32 3.089-.205 2.686.004-.134.07-2.729.255-2.686-.004m-231.7 6.772c1.373-.359-2.879-.438-4.111-.035-.585.519 3.935.076 4.111.035m134.55-5.439c-.155-.47 4.595-.325 2.736.116-.466.11-2.684.041-2.736-.116m-45.349.787c3.191.456-10.116 1.313-6.64.49.246-.06 6.36-.529 6.64-.49m-21.765 1.126c.546-.083.213-1.663-2.032-.965-.295.091 1.114.459.874.565-.143.059-5.06.47-5.286.441-.246-.033.021-.554-.227-.6-.283-.054-3.29.511-4.871.578-2.971.125-3.337-.284-3.579-.275-.72.025-1.916.375-3.371.432-7.35.293-18.459.408-24.268 1.569 5.165-.591 10.085-.42 15.205-.517-1.54-.823 7.575.369 2.239-.434 2.458.11 23.525-.541 25.311-.794zm253.538-4.567c-1.335-.55 5.524-.398 6.106.235-.909.083-5.941-.174-6.106-.235M384.632.766c-.641-.094-1.255-1.156-4.616-.613h-.009c-.983.16.138.416-.043.509-.065.037-3.127.573-.584.653 3.882.125.364-.791 2.435-.805.253-.001 4.178.569 3.95.696-.024.015-1.205-.106-1.4-.054-.736.199-.378.53-.481.545-.343.04-6.539-.515-7.434-.019-.299.159 9.88.51 10.271.429.247-.051.143-.973.4-1.063.131-.046 4.19.297 4.718.214q.229-.037.356-.073c-.615.285 3.068.266 2.955-.056-.065-.125-2.6-.054-2.69-.033q-.059.016-.106.031c.52-.348-8.04-.33-6.194-.846-2.509-.281.356.757-1.529.484M372.612.22l.772.289c-4.376-.225-9.359.26-14.409.281-1.282.007.189-.593-1.49-.423-1.346.138-2.83.695-2.099.813.177.03 2.915-.343 4.289-.313 4.046.089 3.011.603 3.251.615.259.013 2.782-.355 4.164-.344 3.475.029 5.064.335 9.829-.084-2.751-.328-1.248-1.059-4.308-.835M209.889 3.914c-.176-.315-3.028.054-4.066.037.173.316 3.024-.054 4.066-.037m425.674 1.551c.854.556-5.705.446-3.961.073.385-.083 3.136-.1 3.961-.073m-29.531-.709c-.874-.175 2.672-.435 2.654-.03-.01.13-2.542.053-2.654.03M316.186 1.153c-.166-.014-2.574.133-2.649.16-1.591.575 6.339.159 2.649-.16m254 1.879c3.059.428-6.199.325-3.359-.037.14-.016 3.217.018 3.359.037m-12.862-.438c.734.037 4.008-.048 4.046.112.059.26-3.688.34-4.046-.112m-301.87-.581c.341-.599-3.959-.056-5.454-.095-.341.599 3.952.054 5.454.095m27.175-.969c-18.172-.135-14.159 1.05 1.09.269.015-.38.06-.26-1.09-.269m-23.24.519c.67.365 2.737.209 4.138.15-.258-.259-3.127-.104-4.138-.15m384.029 3.385c-1.123-.522-6.181-.121-5.293.109.205.05 5.7.169 5.293-.109M314.666.665c.42-.58-5.024-.278-5.45-.144-1.681.535 5.024.021 5.45.144M229.68 2.126c-.975-.425-3.7-.121-5.454-.068.809.362 3.961.114 5.454.068m12.707-.673c-.11-.014-2.55.085-2.666.109-1.996.489 4.925.209 2.666-.109m530.075 8.786a41 41 0 0 0-1.99-.08c-1.67.34 3.869.56 1.99.08' fill='%2301516e' fill-opacity='.7'/%3E%3C/svg%3E") !important;
    background-size: cover !important;
  }
}
@media (prefers-color-scheme: dark) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg width='334' height='37' viewBox='0 0 334 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.9375 36.7588C27.1407 36.7056 27.971 36.7699 28.3269 36.7344C27.945 37.2095 26.2049 36.9516 26.9375 36.7588ZM62.1842 2.08192C61.8888 2.2058 61.5933 2.32973 61.2976 2.4537C62.1527 2.49477 63.2933 2.36952 64.0857 2.44753C64.2153 2.46075 63.8928 2.7993 64.1984 2.80265C64.5041 2.80592 64.429 2.36221 64.8709 2.29831C65.3673 2.22776 67.6534 2.45646 68.4385 2.42141C71.3676 2.28774 74.3449 1.9319 77.3083 2.02127C74.2658 2.45087 77.3546 2.68575 78.2027 2.51565C78.3899 2.47677 78.3371 1.64736 81.3939 1.76083C83.3373 1.83363 81.5731 3.07336 84.8013 2.38158C82.2716 1.62799 84.7373 1.61099 86.6994 1.52608C87.0383 1.51101 89.7693 1.55699 90.9682 1.48725C91.3788 1.46303 91.9926 1.01145 92.5365 0.9852C92.9109 0.967463 93.2006 1.19719 93.7557 1.17015C96.3338 1.04726 98.9291 0.962385 101.529 0.97967C100.034 2.13279 102.735 1.42635 102.857 1.4771C103.484 1.7652 100.683 1.91891 101.796 2.08172C103.345 2.00968 104.891 1.93896 106.432 1.86955C105.158 1.76119 108.099 0.891542 108.658 1.24515C108.402 0.261999 115.757 1.955 116.849 1.6073C117.082 1.53353 115.547 1.07389 119.077 1.23167C119.461 1.24948 119.321 1.54972 119.522 1.51834C119.641 1.49949 120.353 0.540452 121.136 1.04961C121.421 1.23577 119.628 1.88721 123.588 1.57022C122.003 0.632485 129.047 0.960244 130.368 1.18518C130.105 1.05956 129.842 0.933977 129.579 0.808435C130.877 1.13864 131.104 0.808274 131.396 0.822016C132.569 0.877281 134.18 1.18597 135.266 1.14231C136.537 1.09188 136.535 0.492962 138.016 0.708576C137.664 0.580521 137.311 0.452533 136.959 0.324614C137.981 0.344213 139.002 0.364401 140.022 0.385136C137.67 1.20384 140.529 0.417234 140.728 0.398304C141.033 0.366232 140.599 0.695348 141.108 0.649576C141.16 0.642392 141.081 0.337523 141.866 0.295145C143.504 0.207949 143.248 0.594974 143.935 0.584003C143.998 0.581469 143.776 0.308073 144.961 0.232042C148.722 -0.0084095 144.945 0.442869 144.8 0.482556C144.61 0.534722 145.914 1.67232 142.707 1.29531C143.785 1.41458 143.897 1.92282 144.018 1.93428C144.126 1.9435 145.985 1.8549 146.087 1.83663C146.999 1.65586 146.192 1.31489 146.37 1.25101C146.516 1.19928 148.754 1.63434 149.268 0.584197C150.343 1.54154 148.663 1.46506 146.869 1.62862C146.61 1.82876 148.58 2.00523 148.683 2.00407C151.218 1.98312 149.808 1.19987 150.359 0.688221C150.644 0.420574 151.693 0.955 150.726 0.249792C153.048 0.158722 151.642 0.580954 151.792 0.640935C152.02 0.729088 152.831 0.519831 152.932 0.546403C153.082 0.585708 152.565 0.835426 153.153 0.918584C153.251 0.9306 154.196 0.500649 152.973 0.305412C154.605 0.355709 154.468 -0.00486755 155.025 0.720867C156.139 -0.664165 155.843 1.53161 156.284 1.6066C157.457 1.80445 157.112 0.723557 157.174 0.670432C157.6 0.329605 160.836 0.688446 161.637 0.530451C161.321 1.31102 159.075 0.547853 158.57 0.701525C156.895 1.21182 160.935 1.08186 159.721 2.06659C160.23 1.79555 160.739 1.52465 161.247 1.25389C162.188 1.88103 160.855 2.15928 163.391 1.92219C163.805 1.37726 161.597 2.01295 162.039 1.58347C162.3 1.33121 163.772 1.2734 163.8 1.1409C163.829 0.981235 162.499 1.17372 162.708 0.927843C163.167 0.396269 168.009 0.89155 164.324 1.18746C165.353 1.17625 165.884 2.22857 166.773 1.89925C167.347 1.68582 164.112 0.2341 168.963 0.496552C169.067 0.993652 167.025 0.6448 166.971 0.682896C166.897 0.738071 167.268 1.85987 167.332 1.91521C167.566 2.09631 172.485 1.49456 173.555 2.06095C173.141 1.41123 177.312 1.95146 177.762 1.75593C177.883 1.7017 177.433 1.30317 177.562 1.26147C178.368 1.01313 180.537 1.72959 181.541 1.75236C182.665 1.77793 182.525 1.43433 182.588 1.43523C183.088 1.45666 182.687 1.68744 182.993 1.68821C183.456 1.68876 186.621 1.75362 186.778 1.70649C186.824 1.69164 186.311 1.29653 187 1.22637C187.119 1.21436 187.043 1.67802 189.079 1.49109C191.529 1.26687 187.382 0.901402 188.402 0.421845C189.972 1.12548 189.925 0.438758 190.351 0.49574C190.499 0.516468 191.592 1.10841 192.781 1.08138C191.927 1.16907 191.072 1.25715 190.215 1.34562C191.059 1.45407 192.68 1.34031 193.384 1.46209C193.725 1.52132 193.44 1.99846 194.18 1.99198C194.337 1.9881 194.972 0.824768 193.027 1.33247C192.875 0.913923 193.796 1.19342 194.225 1.07923C194.29 1.06142 194.552 0.366613 195.094 0.804796C195.223 0.912884 193.781 2.93174 197.469 1.49587C197.588 1.44963 197.179 1.19087 197.295 1.13924C197.375 1.10425 198.31 1.21678 198.414 1.18177C198.52 1.14411 198.071 0.861433 198.197 0.808037C198.846 0.532848 199.681 1.64439 198.352 1.54639C198.795 1.68728 199.238 1.82827 199.681 1.96937C199.215 1.13325 200.381 1.7431 200.995 1.72456C204.925 1.60702 202.301 1.03579 202.98 0.764098C204.083 0.328604 203.228 1.74006 204.861 1.33337C205.011 1.29561 203.056 0.665731 206.887 1.05707C206.321 1.07291 205.755 1.08893 205.188 1.10512C205.504 1.9129 207.232 1.07706 207.364 1.06773C208.868 0.97837 207.849 1.25342 210.082 0.871966C210.282 0.837742 210.711 1.04252 211.137 0.950022C212.903 0.569036 208.818 0.667748 208.709 0.341467C208.661 0.180498 213.05 0.286665 213.2 0.365667C213.833 0.711241 211.209 0.482257 211.703 0.906774C211.865 1.05551 218.187 0.856037 219.432 1.04312C220.879 1.25838 221.509 2.36066 221.542 1.13654C221.927 2.34604 222.303 1.53312 222.488 1.545C224.734 1.70044 224.746 1.71302 226.678 1.63816C227.104 1.62212 227.456 1.9944 227.608 1.93606C227.696 1.90075 227.541 1.50705 227.973 1.39589C228.575 1.24342 232.138 1.72504 232.395 1.94741C232.655 2.16914 230.888 2.00629 231.197 2.36822C232.474 2.43318 233.718 2.37462 235.018 2.4435C235.557 2.4732 235.274 2.71465 235.507 2.72527C235.607 2.73059 237.473 2.55825 237.396 2.46486C237.222 2.24592 231.453 2.25115 232.981 1.85315C233.277 1.77604 234.299 2.37261 234.151 1.67324C239.293 1.95391 244.406 2.24894 249.53 2.5594C246.586 2.99207 243.234 2.43247 240.177 2.40132C239.756 2.39618 238.33 2.29239 238.494 2.64839C241.106 2.80594 244.379 2.71176 246.897 3.01377C246.977 3.02367 246.672 3.33092 246.973 3.38966C247.535 3.49916 249.385 3.04389 249.689 3.18494C249.741 3.21715 248.685 3.60246 248.995 3.87642C249.789 4.57948 250.04 3.08206 250.739 3.121C251.268 3.15079 254.916 3.99203 255.837 3.56269C256.821 3.10402 253.151 3.19245 253.433 2.80114C255.93 2.47661 258.419 2.98825 260.746 3.01751C260.787 3.01763 260.442 2.69184 260.962 2.66567C261.864 2.62011 262.097 3.07368 262.536 3.16021C263.013 3.25249 264.704 3.24847 264.923 3.41885C264.951 3.44115 264.594 3.8702 264.541 3.88077C263.8 4.03649 263.558 3.45464 263.492 3.44491C263.241 3.41434 262.986 3.62504 262.756 3.60396C262.379 3.56897 262.178 3.35876 261.678 3.32358C261.334 3.29861 261.652 3.69976 261.324 3.67062C261.204 3.65828 259.931 2.72393 259.778 3.62837C259.709 3.90774 270.432 4.65898 271.493 4.47611C270.57 4.3314 269.672 4.1881 268.759 4.04473C270.598 4.37919 272.879 3.74076 272.995 4.8207C279.905 5.17733 286.785 5.56036 293.708 5.9732C294.936 6.12272 294.23 6.78021 296.262 6.67603C295.75 6.43127 295.238 6.18663 294.724 5.94212C295.753 6.14415 300.34 6.66918 301.1 6.56546C301.197 6.55167 301.363 5.93402 302.518 5.9383C303.542 5.94245 303.682 6.4185 304.222 6.53583C304.676 6.63307 305.195 6.53691 305.33 6.5697C305.433 6.59573 305.459 6.88378 305.707 6.94654C306.488 7.14151 305.89 6.30329 306.625 7.26842C306.433 7.29375 306.241 7.31909 306.048 7.34446C306.99 7.52731 308.281 8.01584 306.859 8.14918C306.616 8.17239 306.837 7.90652 306.658 7.89766C299.602 7.58749 305.206 8.41167 307.704 8.11228C308.325 8.55512 311.912 8.49565 312.024 8.58329C312.182 8.70918 311.555 9.00373 312.339 9.32982C312.507 9.39796 317.266 9.43059 315.527 9.8808C315.17 9.97341 312.898 9.73034 312.346 9.71677C313.595 10.6552 316.686 9.57829 317.037 9.63029C318.414 9.84317 314.334 10.2342 317.448 10.5097C319.838 10.7223 317.623 10.0154 318.558 9.81988C319.085 9.70995 321.749 10.5038 321.723 9.67252C322.653 9.63778 322.086 10.0445 322.199 10.0826C322.31 10.1167 324.138 9.97485 324.72 10.1844C324.791 10.2103 324.539 10.6269 324.611 10.6665C324.753 10.7351 326.525 10.754 326.597 10.7219C326.644 10.6993 326.246 10.2978 326.424 10.2168C326.632 10.1234 328.323 10.3139 328.422 10.212C328.564 10.0571 326.464 10.0386 326.838 9.63864C327.798 9.80229 329.385 9.61644 330.04 9.31641C329.879 9.40377 328.944 9.36094 328.622 9.30721C328.813 8.6998 330.816 8.83028 330.101 9.27647C330.552 9.04099 330.264 8.88384 330.524 8.65152C330.592 8.59279 331.211 8.61777 331.336 8.51836C331.353 8.49804 330.73 8.22633 330.865 8.10896C331.111 7.89673 332.978 8.06314 333.127 8.13213C333.547 8.32703 332.011 8.43603 331.867 8.68829C331.847 8.72706 333.111 9.31684 333.128 9.36312C333.174 9.85057 331.754 9.41333 331.891 9.85832C332.242 9.97217 332.593 10.0861 332.944 10.2C331.544 10.5546 329.005 10.1726 328.315 10.6338C330.374 10.6084 332.506 10.7583 332.431 11.8857C332.4 12.3605 331.504 12.5846 331.53 12.7074C331.634 13.1475 332.882 12.7536 332.925 12.7793C332.961 12.8079 332.976 12.8346 332.975 12.8595C332.975 12.8596 332.975 12.8596 332.975 12.8596C332.959 13.1124 331.209 13.187 331.115 13.2973C330.956 13.4935 331.678 14.3857 331.665 14.5725C331.636 14.6083 330.385 14.732 330.783 15.0837C331.186 15.4389 332.268 15.5132 332.304 15.5498C332.499 15.7595 330.593 15.8221 330.529 15.9351C330.495 15.9921 331.491 16.4161 331.514 16.5218C331.533 16.6276 330.746 16.8074 330.421 17.1178C330.178 17.3483 330.829 17.5764 330.71 17.6075C330.626 17.6277 328.833 17.514 328.741 17.5518C328.606 17.6073 329.009 17.925 328.943 17.9944C328.85 18.0942 328.276 17.9535 328.345 18.0662C328.398 18.1501 330.581 19.2942 330.549 19.5625C330.496 20.0197 328.186 18.8187 330.284 20.7646C330.299 20.7775 330.844 20.6818 330.858 20.6939C331.169 21.0474 329.417 21.4539 331.526 21.494C327.576 21.8319 330.997 22.1537 330.37 22.8907C330.129 23.1738 328.602 23.2035 328.592 23.2477C328.717 23.6335 329.219 23.3708 329.372 23.5655C329.457 23.6742 328.073 23.9898 328.363 24.2671C328.513 24.4099 329.958 24.4505 330.016 24.4803C330.571 24.7605 329.856 24.9817 329.97 25.1636C330.046 25.2855 330.914 25.3482 330.935 25.3706C330.969 25.4166 329.761 25.8159 329.505 25.9668C329.31 26.0829 329.999 26.3258 329.866 26.3735C329.06 26.658 327.438 25.7078 328.978 26.9949C329.072 27.0738 329.683 27.0816 329.7 27.0973C330.056 27.4574 328.933 27.4179 328.715 27.6816C328.341 28.1361 329.97 27.9694 328.609 28.222C329.596 28.5942 330.156 28.6156 331.335 28.6015C328.069 28.6428 326.842 29.8042 330.457 29.9944C329.31 29.9045 329.395 30.6072 329.051 30.5984C328.838 30.592 327.211 29.8 327.882 31.3963C327.966 31.5956 328.994 31.4114 328.653 31.7883C326.227 31.5394 328.586 32.0372 328.585 32.0898C328.509 32.9999 322.573 31.8939 321.567 31.9416C320.378 31.9935 319.284 32.6527 319.027 32.6388C318.179 32.5906 318.903 32.2656 318.721 32.1204C318.538 31.9761 316.082 32.5392 315.963 32.4942C315.503 32.3135 316.003 31.9073 315.955 31.8827C315.38 31.5838 312.141 31.7448 311.239 31.5955C311.253 31.8778 313.067 31.9992 311.909 32.3885C310.56 32.8426 310.55 31.6005 310.519 31.5441C304.433 31.2275 298.369 30.9337 292.325 30.6624C292.372 31.3243 296.351 31.0158 296.434 31.1075C296.942 31.6452 290.258 31.3185 289.435 31.0501C290.055 31.2211 290.675 31.3923 291.293 31.5637C290.194 32.2717 287.861 31.1786 286.32 31.4455C285.819 31.5319 286.758 31.8667 286.737 31.8858C286.167 32.1552 285.282 31.8889 285.969 31.5234C284.59 31.8417 284.807 31.4329 283.761 31.3558C283.707 31.3521 284.144 31.6774 283.309 31.7682C282.918 31.8103 280.841 31.7225 280.551 31.9784C280.432 32.0861 281.436 33.3167 281.609 32.3017C283.845 32.896 282.351 31.8675 283.226 31.9287C283.36 31.94 283.028 32.4957 285.241 32.3242C284.778 33.3327 282.274 32.4543 281.831 32.5604C280.922 32.7775 284.601 33.4673 285.31 32.697C284.959 33.4847 285.568 32.8165 286.387 32.8861C287.284 32.9619 286.882 33.1831 287.368 33.2062C288.695 33.2721 288.175 32.6815 289.255 33.2419C288.25 31.6135 291.157 33.12 291.998 33.5743C290.592 33.5889 289.179 33.6043 287.769 33.6211C287.846 33.7076 287.921 33.7941 287.998 33.8807C287.63 33.8523 287.264 33.824 286.897 33.7958C286.959 33.719 287.022 33.6422 287.084 33.5653C285.166 33.9972 284.726 33.3966 284.571 33.3833C282.581 33.2284 280.254 33.1342 278.236 33.0489C277.934 33.0363 278.123 33.5612 275.935 33.0669C275.236 32.9096 275.917 32.5342 275.116 32.5625C274.074 33.6153 274.127 32.7445 273.83 32.7313C272.976 32.6976 272.442 32.948 272.363 32.9478C271.307 32.9487 269.749 32.8437 268.602 32.841C268.581 32.8443 269.167 33.2026 268.423 33.0751C268.162 33.0297 265.855 31.5081 263.761 31.9015C264.298 32.0175 264.833 32.1337 265.368 32.2501C264.743 32.0909 260.276 32.2958 261.351 32.7178C262.012 32.9755 263.673 32.1091 263.819 33.0042C262.333 32.6812 254.195 32.8072 253.553 32.5833C253.466 32.551 254.017 32.2799 253.897 32.2391C253.804 32.2079 251.926 32.2172 251.68 32.0989C251.533 32.0285 252.369 31.8776 252.305 31.7716C252.244 31.6953 249.916 31.5002 249.775 31.8579C250.349 31.7299 251.952 31.9062 251.099 32.1848C250.99 32.2193 250.437 31.969 250.304 32.0131C249.068 32.4185 252.727 32.424 253.3 32.4465C250.961 32.8331 247.464 32.1844 244.778 32.4093C243.708 32.0779 246.39 31.9945 245.177 31.7106C242.659 31.1225 244.492 32.1075 244.412 32.1436C243.776 32.4292 241.671 30.7436 241.637 31.9818C240.731 31.7709 241.031 31.6226 239.739 31.7505C239.906 31.8407 240.073 31.931 240.24 32.0212C238.794 32.7 235.802 30.8141 236.032 30.682C236.655 30.3277 238.222 30.9442 238.357 30.9339C238.556 30.9187 239.144 29.6759 241.292 30.8577C242.209 30.0386 237.851 30.1974 239.846 29.6753C238.512 29.7328 232.993 29.0096 232.179 29.3621C232.083 29.4082 232.503 30.258 231.156 29.7992C230.516 29.5809 232.071 29.6069 231.78 29.4089C230.903 28.7939 218.471 28.9127 216.118 28.9115C215.965 28.9098 216.026 28.6501 215.875 28.6499C215.413 28.6492 213.717 29.0096 212.888 28.8765C214.598 29.3865 211.267 29.3705 210.43 29.3053C209.151 29.2053 209.236 28.748 208.684 28.6424C206.559 28.2353 203.201 29.2814 201.566 28.2445C201.645 29.2557 198.709 27.7164 197.357 27.6943C196.3 27.6763 194.757 28.3307 196.182 28.7515C194.358 28.6873 192.418 28.8592 190.723 28.9078C190.441 28.9159 190.831 28.6201 190.35 28.6435C190.307 28.6477 190.244 28.9401 189.831 28.9675C186.416 29.1989 188.08 28.5885 187.443 28.4012C187.085 28.2965 186.821 28.244 186.627 28.226C188.623 28.1807 190.915 28.0831 191.527 28.0797C191.012 27.4283 187.12 28.1716 185.976 27.9917C185.937 27.9852 186.077 27.6296 186.037 27.6268C186.036 27.6268 186.035 27.6268 186.034 27.6268C185.607 27.5966 182.873 27.7142 183.434 28.1421C183.584 28.2563 184.843 28.2622 186.331 28.2325C185.928 28.3098 186.226 28.7109 186.155 28.7275C185.293 28.9195 183.179 28.5189 182.426 28.4631C182.255 28.4508 182.267 28.7067 182.239 28.7072C181.563 28.6461 181.843 27.9169 181.146 28.6673C179.922 27.7519 183.446 28.5419 183.206 27.95C183.005 27.4911 175.17 27.7101 175.181 28.4298C175.154 28.3531 175.046 28.2577 174.823 28.149C174.333 27.9073 172.128 27.9802 171.754 28.1124C171.691 28.1383 171.716 28.8343 171.637 28.8407C171.442 28.8563 168.778 28.3105 167.779 28.7232C168.318 28.8202 168.856 28.9174 169.394 29.0148C166.143 29.0227 166.643 29.2304 167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C168.728 29.6212 169.803 29.7691 169.819 29.8241C169.885 30.0322 164.361 30.1554 165.422 29.5087C165.571 29.4199 168.128 29.7042 166.861 29.245C166.64 29.1645 164.996 29.2987 164.909 29.2482C164.331 28.9113 167.92 28.4573 167.48 27.9784C166.611 28.4361 165.492 28.1972 164.491 28.3172C164.036 28.3715 163.925 28.7207 163.868 28.7274C163.028 28.8206 163.499 28.4536 163.218 28.4634C163.068 28.4699 161.411 29.2535 161.721 28.1792C156.313 28.9889 160.205 28.9713 163.564 28.9025C162.503 29.2958 160.438 29.1135 159.517 29.208C159.186 29.2423 159.384 29.5996 158.824 29.6736C157.677 29.8243 152.14 29.4437 150.694 29.3585C151.576 29.2258 151.312 28.8374 150.634 28.8692C149.956 28.9012 150.529 29.4179 150.397 29.4748C150.257 29.5334 147.067 29.3125 146.534 29.3851C148.937 29.1763 148.392 28.7916 146.35 28.7683C146.644 28.6536 146.938 28.5391 147.233 28.4245C146.038 28.5917 143.509 28.0218 142.814 28.2057C142.706 28.2351 143.101 28.5584 143.04 28.5749C142.432 28.7197 140.35 28.408 140.254 28.5208C140.173 28.6146 141.063 28.8793 140.735 29.0179C140.665 29.0471 139.812 28.614 138.98 28.7322C138.671 28.7757 138.861 29.0829 138.783 29.1018C138.135 29.2581 138.513 28.7325 137.326 28.8303C136.455 28.9027 135.812 29.4199 134.603 29.2668C138.57 29.8664 135.241 29.636 133.584 29.855C133.318 29.89 133.555 30.4482 131.96 30.1967C135.331 29.1352 130.989 29.6726 130.094 29.6752C130.045 29.6725 130.023 29.3023 129.585 29.3028C129.549 29.3037 129.602 29.5532 129.201 29.5783C125.385 29.8171 127.822 29.4974 127.093 29.2617C126.782 29.1612 124.925 29.5449 124.423 29.5619C124.307 29.5647 124.356 29.3037 123.909 29.3214C123.118 29.3532 122.413 29.6423 121.89 29.6734C121.829 29.6757 121.82 29.2653 120.829 29.416C120.55 29.4582 120.239 29.6095 120.638 29.7203C121.961 30.0846 124.438 29.3708 125.922 29.7347C127.277 30.0655 123.024 30.1678 122.8 30.1745C122.718 30.1772 123.548 29.9592 122.701 29.9333C121.978 29.9121 120.668 30.644 119.584 30.5094C119.502 30.4994 118.626 29.9145 118.666 29.8787C118.701 29.8524 120.026 29.6977 119.83 29.5273C119.807 29.5079 118.964 29.5273 118.851 29.4C118.713 29.2448 118.321 27.705 118.143 27.6696C117.684 27.5824 117.988 27.9295 117.692 27.9105C117.057 27.8705 114.841 27.4563 114.78 27.994C115.145 28.0185 115.51 28.0432 115.875 28.0679C113.848 28.1629 114.717 28.3742 114.431 28.4804C114.124 28.5954 114.202 28.1224 113.516 28.092C113.367 28.0849 110.497 28.2433 110.553 28.4402C112.136 28.0918 111.559 28.6867 111.632 28.6955C111.911 28.7276 112.26 28.3936 112.633 28.3924C115.256 28.3899 112.623 28.9594 113.244 29.0794C113.458 29.1196 113.877 28.8322 113.967 28.8447C114.262 28.8849 114.274 29.25 114.469 29.2165C114.924 29.1389 114.381 28.6328 114.416 28.6052C114.818 28.2736 116.423 28.6447 115.44 29.2263C116.041 29.4172 116.097 28.7326 116.575 28.9966C117.525 29.5195 116.115 29.4075 115.735 29.5049C114.371 29.8558 113.96 29.6015 112.017 29.7316C111.317 29.7778 110.492 30.1275 110.167 30.1527C109.963 30.1684 107.997 29.0563 107.979 30.8649C107.215 30.7069 106.026 29.5425 105.254 29.6149C104.563 29.6807 104.798 30.3149 104.734 30.3411C104.636 30.3823 103.797 30.3516 103.515 30.4488C103.185 30.5634 103.357 30.8035 102.832 30.9156C101.525 31.1941 101.543 30.541 101.407 30.5018C99.8252 30.0504 100.535 30.9616 100.189 31.0447C99.8707 31.1203 95.2943 30.8808 94.3632 31.142C94.7468 31.0009 95.1303 30.8598 95.5135 30.7188C94.8106 30.3302 94.0936 31.0139 94.061 30.2844C93.9524 31.4665 92.4993 30.718 92.069 30.7605C91.8996 30.7777 91.9186 30.9781 91.7063 30.9927C90.8777 31.0508 88.9975 30.9445 88.5482 31.0595C86.6081 31.5542 91.6219 32.1395 92.0113 32.1738C91.2294 32.1816 86.7857 32.574 88.8481 33.0813C89.1668 33.1596 89.7116 32.6163 89.8885 32.5906C91.0851 32.4207 90.1544 32.9201 90.2498 32.9623C90.4119 33.0303 91.1886 32.5512 91.3983 32.5999C91.4682 32.6154 91.0333 33.0556 92.1761 33.0329C91.6273 33.4627 88.3998 33.2164 87.978 33.3266C87.8277 33.366 88.8009 34.2239 86.0118 33.4448C86.0464 33.5261 86.0809 33.6075 86.1154 33.6888C84.5666 33.7689 83.0602 33.8488 81.5289 33.9307C81.6891 33.7359 82.5353 33.3284 81.457 33.443C80.836 33.5093 81.3099 33.917 81.2535 33.931C80.7092 34.0606 70.7652 34.2496 68.8675 34.3689C68.2162 34.4072 66.4071 34.8123 66.268 34.8238C65.4395 34.8876 62.4808 34.7766 61.8916 34.8473C61.5248 34.892 61.8868 35.2317 61.5604 35.2275C61.2576 35.2231 61.5577 34.8701 61.4674 34.8593C60.723 34.7625 55.0723 35.4316 53.7026 35.1665C54.5352 35.2286 58.6192 34.3847 58.5257 34.148C58.5067 34.1157 57.4985 33.8953 57.2972 34.03C56.9452 33.7481 55.8113 34.6935 55.1671 34.5425C55.0941 34.5254 55.3582 34.0096 54.2165 33.9639C53.8231 33.9484 52.8122 34.3831 51.7581 33.9852C50.2467 34.2568 42.4156 33.9387 41.8846 34.5075C41.87 34.5367 42.9856 34.6743 42.2473 34.9297C41.2654 35.2693 42.1152 34.2342 40.9508 34.2C40.7786 34.1942 37.5383 34.4418 37.4468 34.5082C36.4986 35.1113 39.3212 35.2092 39.2884 35.2761C39.194 35.444 36.8609 35.6496 36.768 35.6155C36.6761 35.5795 38.5391 34.7521 36.2723 35.1377C36.5377 35.214 36.8029 35.2905 37.0681 35.3669C36.0041 35.5885 35.8777 35.0813 35.6162 35.0621C34.803 35.0006 33.9647 35.8191 32.6202 34.92C32.2646 34.6813 32.8216 34.3712 32.7767 34.335C32.3477 34.0114 31.8647 34.9543 31.2105 34.2994C31.161 34.2506 32.5891 33.771 30.0591 33.8913C30.2365 33.9485 30.4138 34.0058 30.5911 34.0631C30.2422 34.2264 27.6809 34.438 27.3327 34.4206C26.3175 34.369 27.1756 33.8544 26.1623 33.9608C26.8377 34.5745 23.7824 34.8107 23.9306 34.2463C23.539 34.9656 20.9092 34.5586 19.6801 34.6055C18.9057 34.6352 17.3396 35.0221 17.0909 34.9995C16.7881 34.9715 16.8546 34.4905 16.3062 34.413C16.1517 34.3907 14.5452 34.8252 13.1079 34.4078C12.8304 34.3274 12.2142 33.5505 12.7103 33.3214C13.5514 32.9298 15.2554 33.4921 15.2062 33.0162C15.1545 32.5067 12.9362 32.929 12.344 32.8942C9.5774 32.7343 11.1357 32.106 11.0564 31.9453C10.8516 31.5558 9.34672 31.6501 9.28164 31.6177C9.01243 31.4725 10.0627 31.0983 10.0654 30.8538C10.0679 30.5354 8.58395 30.0422 8.90831 29.9172C9.37329 29.7394 10.7333 30.1442 10.8163 30.1169C11.8998 29.7496 10.3524 29.0981 9.9163 28.7607C9.78412 28.6568 10.2769 28.4474 10.1705 28.4206C8.5466 28.0145 9.89017 29.4689 8.82201 29.4252C7.86846 29.3865 9.06261 28.838 9.02487 28.8135C8.9766 28.7868 7.84065 28.8227 7.65334 28.6622C7.56178 28.5813 10.4583 27.4834 10.3119 27.0704C9.37733 27.2139 8.44159 27.3578 7.50465 27.5023C7.4008 26.9586 8.77735 27.2874 8.91396 27.2234C9.18957 27.0946 8.3886 26.8604 8.41277 26.6855C8.42485 26.5743 9.32592 26.1308 8.48355 26.0144C8.19387 25.9742 7.61394 26.3911 6.54685 26.0566C10.1548 25.3553 7.61885 25.1862 7.50098 24.998C7.38526 24.8098 9.09621 24.2577 6.99325 24.4544C6.84296 23.3936 7.02023 24.115 7.60877 23.8947C8.32928 23.6242 6.61624 23.3658 9.30949 23.4857C9.13061 22.9947 6.9779 23.1482 6.86097 23.1149C6.76038 23.0843 7.22626 22.8124 7.05073 22.7386C4.97437 21.8863 6.38827 22.2497 5.76795 21.6665C5.71309 21.6142 3.78468 21.4928 5.23803 21.3218C7.88477 21.0111 9.02678 21.6589 9.38967 20.1227C7.39686 19.5722 5.06963 20.6805 4.47266 20.7306C3.55883 20.8056 4.48963 20.4442 4.37202 20.3641C4.33137 20.3384 3.54383 20.4081 3.53179 20.3842C2.90539 19.2624 7.04195 20.1687 8.30582 19.8992C7.95391 19.7452 7.60178 19.5913 7.24943 19.4375C7.7142 19.405 8.17865 19.3726 8.6428 19.3404C6.40963 19.1145 8.55788 19.213 9.05848 18.2494C9.17098 18.0329 7.7366 18.4719 9.36335 17.7985C8.13279 17.7305 8.51262 17.5184 7.41807 17.8424C7.4266 17.4664 9.89768 16.9079 10.868 16.6633C7.37451 16.4308 9.43047 17.6956 6.38337 17.1346C5.85088 17.6288 7.28231 17.4593 7.16925 17.5423C6.7645 17.8404 5.75529 17.458 4.61839 18.488C4.43335 18.6571 5.28086 19.0981 4.06565 19.1425C3.93127 19.1466 3.13374 18.774 3.14269 18.7433C3.2271 18.4116 4.00005 18.4907 4.02398 18.3529C4.04651 18.2224 3.19613 18.3478 3.19109 18.3124C3.1419 17.9055 3.89562 18.1162 3.78101 17.9945C3.5338 17.7294 0.407794 17.0238 4.43657 17.0557C1.12865 17.7044 4.03651 17.5299 5.32218 17.2807C5.6502 17.2179 5.72039 16.9693 6.18636 16.8587C6.78573 16.7155 7.49995 16.7937 7.81021 16.7318C8.14373 16.6641 6.2015 16.1921 8.97421 16.2131C7.53803 15.7159 5.08268 16.4648 3.67194 16.1403C0.825121 15.4841 5.56978 15.0423 6.05717 14.937C6.18762 14.9084 5.72807 14.6034 5.81469 14.5784C5.95738 14.5392 8.65426 14.5437 8.90323 14.2571C9.15249 13.9703 7.92035 14.3232 7.82162 14.0439C7.75578 13.8554 10.9753 13.3404 9.21549 13.3048C8.00287 13.2806 5.81266 14.1722 5.38989 13.3673C7.16953 13.2 8.94475 13.0343 10.7156 12.8704C9.7274 12.6084 8.7376 12.3469 7.74616 12.086C9.74241 11.8768 11.4666 12.1398 13.3549 11.5884C8.72963 10.8249 14.7972 10.7052 14.8625 10.5799C14.8814 10.5052 13.0319 9.7831 12.7323 9.64922C14.3213 9.24837 19.1646 8.84329 16.273 7.98118C16.8007 8.18218 18.0188 7.5551 18.0001 7.51352C17.8197 7.07536 15.1108 7.50624 15.5338 7.08044C16.0247 6.58607 16.7794 7.18261 17.5678 7.09112C21.6093 6.61914 20.3803 4.34699 24.4515 4.51348C24.3655 4.43462 24.2815 4.35567 24.1967 4.27676C28.6557 4.18816 33.0724 4.11088 37.4964 4.04249C39.207 3.2514 43.805 2.61445 46.0623 2.59804C46.5196 2.59369 48.7564 2.87356 48.9352 2.93186C49.2514 3.04426 47.5378 3.16391 48.322 3.36667C48.4837 3.40766 52.3005 3.40755 52.01 3.02122C51.5825 2.99231 50.2566 3.24716 50.034 3.1625C48.4847 2.55204 60.194 2.61876 60.7483 2.33323C60.4817 2.21387 60.2211 2.09432 59.9584 1.97487C60.6901 2.01068 61.4431 2.04594 62.1842 2.08192ZM29.8513 35.4866C29.4319 35.9069 28.3166 35.6605 27.6706 35.8044C26.7771 36.0054 25.327 37.6182 25.9061 36.045C27.2231 35.858 28.5387 35.6718 29.8513 35.4866ZM49.0976 35.2135C48.2105 35.036 48.8555 34.1465 49.5898 34.4741C49.6713 34.5115 50.2968 35.4523 49.0976 35.2135ZM39.8343 35.2078C39.8711 35.1947 40.6375 35.1831 40.6648 35.1954C41.3666 35.5101 39.0559 35.5432 39.8343 35.2078ZM84.507 33.079C83.5407 33.1456 84.2652 33.907 84.8566 33.5667C84.8935 33.5451 84.5706 33.0752 84.507 33.079ZM83.8182 33.0792C83.0452 32.4011 81.5727 33.8689 82.7734 33.6885C82.8899 33.6704 83.8541 33.1122 83.8182 33.0792ZM45.9492 35.0048C46.0368 34.7319 46.9504 34.8226 47.3404 34.8704C47.3404 35.116 46.3285 34.9583 45.9492 35.0048ZM69.0265 34.0227C69.0588 33.8097 65.8946 33.9353 65.6876 34.222C66.1848 34.0852 68.9978 34.2134 69.0265 34.0227ZM77.1306 33.4489C77.0491 33.4149 75.9547 33.5067 75.9927 33.692C76.5363 33.9186 77.4979 33.6023 77.1306 33.4489ZM93.2603 32.976C93.318 32.9277 92.4701 31.7636 94.4247 32.4918C94.7115 32.5985 93.7065 32.9358 93.8083 32.9756C94.0219 33.0529 94.1898 33.087 94.324 33.0904C93.4269 33.2129 92.4915 33.285 92.3989 33.2156C91.9641 32.8876 93.2348 32.9962 93.2603 32.976ZM101.712 31.8727C101.894 31.6747 103.085 31.7493 103.357 31.8226C103.403 31.8365 103.213 32.3498 103.747 32.2991C104.175 32.2575 103.522 31.7518 104.359 31.8155C105.205 31.8793 104.087 32.277 104.161 32.3017C104.261 32.334 105.56 32.0697 105.526 32.3736C105.501 32.5986 104.1 32.4795 103.755 32.5355C103.313 32.6074 103.86 32.9683 103.117 32.9057C102.65 32.8668 102.892 32.2033 102.793 32.1724C102.71 32.1475 101.089 32.5656 101.714 31.8748C101.714 31.8741 101.713 31.8734 101.712 31.8727ZM94.5667 33.0548C94.4995 33.0788 94.4204 33.0927 94.324 33.0904C94.4055 33.0792 94.4865 33.0667 94.5667 33.0548ZM32.3891 35.0764C32.8572 35.2572 31.5088 35.5814 30.9798 35.3409C30.9608 35.1273 32.3149 35.0482 32.3891 35.0764ZM95.3864 32.4972C96.7256 32.6265 95.7505 32.8787 94.5667 33.0548C94.9404 32.9209 94.9364 32.4542 95.3864 32.4972ZM57.2972 34.03C57.3557 34.0768 57.3945 34.1518 57.404 34.2771C57.25 34.1457 57.2338 34.0725 57.2972 34.03ZM60.427 34.1327C61.4806 33.7094 59.3105 33.8081 59.3344 34.0813C59.345 34.1843 60.3849 34.1495 60.427 34.1327ZM85.7588 33.0787C85.6589 33.0442 87.1583 31.8433 84.9571 32.7768C86.1501 32.8771 84.8996 33.0406 84.9211 33.1412C84.9789 33.4303 86.966 33.0912 87.4103 33.2041C87.7406 32.6738 86.0887 33.1921 85.7614 33.0786C85.7605 33.0786 85.7597 33.0786 85.7588 33.0787ZM116.977 31.8201C116.715 32.1301 115.863 32.0484 115.288 32.0419C115.55 31.7317 116.403 31.8131 116.977 31.8201ZM267.692 33.1454C263.746 33.282 263.276 32.0236 266.865 32.6454C266.935 32.6583 267.935 33.0285 267.692 33.1454ZM233.847 31.7869C233.487 31.2369 234.725 31.1795 235.529 31.423C235.711 31.4778 236.374 32.0426 235.598 32.1306C235.64 31.4754 234.449 31.1955 233.847 31.7869ZM96.1317 32.1308C96.5145 31.7596 97.7319 31.9848 98.3693 32.0228C97.9889 32.3297 96.6978 32.2288 96.1317 32.1308ZM254.757 32.0487C254.342 31.9943 254.045 32.4559 254.116 32.4974C254.432 32.6872 255.223 32.3318 254.757 32.0487ZM92.2607 32.1793C92.2001 31.9652 93.7845 31.714 93.9091 32.2442C93.5688 32.2147 92.3041 32.3135 92.2607 32.1793ZM115.892 31.6792C115.643 31.5744 116.917 31.3532 117.304 31.4548C117.278 31.6848 116.055 31.7472 115.892 31.6792ZM248.057 32.0017C247.686 31.9498 246.757 31.9102 246.648 32.0975C246.514 32.3315 247.879 32.2903 248.057 32.0017ZM317.327 34.577C317.37 34.665 315.892 35.1987 315.258 35.0072C314.054 34.6409 317.281 34.5134 317.327 34.577ZM258.697 31.9355C259.851 32.4226 258.567 31.9452 258.603 32.4182C259.39 32.4615 261.343 32.552 260.015 32.0426C259.757 31.944 259.063 31.9784 258.697 31.9355ZM257.622 31.7417C257.491 31.8901 256.63 32.3434 257.362 32.3331C257.7 32.3277 258.262 31.8111 257.622 31.7417ZM308.397 34.2963C307.367 33.8229 312.18 34.3054 312.31 34.3869C312.38 34.4294 312.426 34.4684 312.452 34.5007C312.636 34.3782 313.544 34.4043 313.63 34.7442C313.36 34.7016 312.616 34.6902 312.532 34.6485C312.495 34.6307 312.469 34.6143 312.45 34.5983C312.116 34.8702 308.597 34.3856 308.397 34.2963ZM300.432 33.4549C301.668 32.9003 301.827 33.9569 301.722 33.9853C300.39 34.3472 301.283 33.6191 301.245 33.581C301.157 33.5162 300.207 33.8273 300.436 33.4551C300.434 33.4551 300.433 33.455 300.432 33.4549ZM306.763 34.0374C306.814 34.0264 307.826 34.1123 307.867 34.131C308.679 34.5262 305.814 34.2849 306.763 34.0374ZM108.068 30.9916C108.799 31.0795 108.093 31.4803 107.606 31.3527C107.566 31.34 107.423 30.914 108.068 30.9916ZM257.041 31.8262C256.879 31.7472 252.587 31.3347 252.825 31.9249C253.198 31.8667 258.068 32.3251 257.041 31.8262ZM224.947 30.8242C225.707 30.8444 224.868 31.3757 224.466 31.163C224.317 31.084 224.756 30.8194 224.947 30.8242ZM90.0991 31.7417C89.3204 32.0654 89.4543 31.05 90.1468 31.377C90.1739 31.3898 90.1296 31.7291 90.0991 31.7417ZM230.987 31.2712C228.377 31.5449 229.032 29.8185 232.404 30.4842C232.295 30.5591 232.186 30.6341 232.078 30.7091C236.013 31.0635 232.337 30.8372 231.385 30.913C231.021 30.9416 231.319 31.2389 230.989 31.2734C230.988 31.2727 230.987 31.2719 230.987 31.2712ZM220.96 30.7118C218.478 29.4299 223.242 30.3241 224.64 30.1931C223.29 30.6753 221.543 30.5637 223.909 31.133C220.435 31.1647 221.899 30.7025 221.757 30.6586C221.595 30.6096 221.066 30.7668 220.96 30.7118ZM227.604 30.8388C227.751 30.8059 228.84 31.0811 229.234 31.0489C228.675 31.4581 226.634 31.0628 227.604 30.8388ZM292.042 33.3354C292.148 33.0096 292.385 32.7769 293.243 32.941C292.968 33.0943 292.41 33.211 292.042 33.3354ZM28.9337 33.7898C28.3354 33.7951 27.1382 33.729 27.5204 34.0582C27.5621 34.0857 28.9415 33.9846 28.9337 33.7898ZM244.576 31.1766C244.452 31.1319 241.162 31.0142 242.288 31.41C242.63 31.5288 245.619 31.5661 244.576 31.1766ZM261.526 31.7521C261.25 31.7389 260.131 31.7627 260.107 31.8402C260.02 32.1074 261.395 32.0062 261.526 31.7521ZM25.8992 33.5998C25.8176 33.5694 24.0123 33.7201 24.2187 33.8704C24.6124 34.1541 26.17 33.7046 25.8992 33.5998ZM110.698 30.16C110.851 30.1445 111.06 30.4991 111.113 30.502C111.238 30.5042 114.021 30.3086 112.966 30.7913C112.793 30.8714 108.773 30.7799 108.245 30.7468C108.032 30.2586 109.762 30.6894 110.178 30.6299C110.252 30.6187 110.29 30.2055 110.697 30.1621C110.698 30.1614 110.698 30.1607 110.698 30.16ZM296.548 33.2011C296.679 32.8933 299.979 32.8481 299.919 33.2257C298.798 33.2169 297.666 33.2083 296.548 33.2011ZM294.897 33.0696C294.213 32.8149 295.845 32.8197 296.319 32.9407C296.314 33.1514 294.997 33.1067 294.897 33.0696ZM255.368 30.3741C255.036 30.44 256.033 30.9297 255.804 31.0111C255.657 31.0617 254.928 30.8667 254.688 31.002C254.62 31.0453 255.357 31.4989 255.574 31.4875C255.883 31.4727 255.595 31.125 255.931 31.1336C257.047 31.1628 258.025 31.4366 259.067 31.4663C259.161 31.4683 258.44 31.205 259.242 31.2355C259.368 31.2398 260.092 31.6202 261.063 31.6011C263.24 30.5745 264.768 31.7109 267.476 31.4137C267.379 31.3061 265.372 30.9541 265.253 30.9397C263 30.676 258.949 30.5159 256.593 30.4369C255.987 30.416 256.274 30.6587 256.012 30.6587C255.805 30.6583 256.065 30.2348 255.368 30.3741ZM29.2393 33.5361C28.9339 33.1192 27.948 33.4403 27.3079 33.4494C27.552 33.8268 28.6117 33.4708 29.2393 33.5361ZM280.229 32.0749C279.909 32.078 278.918 31.9066 278.834 32.0331C278.718 32.1979 280.15 32.3648 280.229 32.0749ZM126.407 29.9906C126.438 29.9783 127.203 29.9894 127.232 30.0025C127.921 30.3378 125.625 30.303 126.407 29.9906ZM144.77 29.843C145.352 29.7843 145.937 29.6444 146.136 29.9925C145.765 29.9421 144.704 30.0872 144.77 29.843ZM170.09 29.714C169.971 29.2558 171.715 29.5528 172.043 29.5943C171.921 29.7977 170.179 30.044 170.09 29.714ZM291.983 31.8929C293.052 31.9701 292.859 31.2664 293.522 31.6121C293.63 31.6704 293.92 33.1306 292.771 32.5344C292.564 32.4273 293.408 32.123 291.983 31.8929ZM232.96 30.5118C233.241 30.2153 234.093 30.3257 234.669 30.364C234.534 30.5859 233.372 30.4999 232.96 30.5118ZM22.6098 33.4172C22.0884 33.0149 19.7875 33.4502 20.3753 33.7033C20.4591 33.7358 22.285 33.4173 22.6098 33.4172ZM98.83 30.6783C99.7792 30.3172 97.7928 30.2632 97.1734 30.6088C97.4572 30.5797 98.7662 30.702 98.83 30.6783ZM164.008 29.4721C164.054 29.4582 165.069 29.4886 165.115 29.5051C165.947 29.8552 163.075 29.7712 164.008 29.4721ZM138.718 29.3495C139.075 29.0678 141.477 29.2654 142.022 29.5378C141.501 29.948 138.27 29.7006 138.718 29.3495ZM287.563 31.8875C288.319 31.9072 289.051 32.026 289.747 32.1779C289.59 32.4042 287.629 32.0649 287.563 31.8875ZM167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C167.834 29.4582 167.781 29.447 167.729 29.4371ZM270.488 31.0123C269.848 30.8956 269.965 31.3281 270.005 31.3427C270.483 31.4996 271.212 31.1442 270.488 31.0123ZM28.4753 32.9374C28.234 32.5626 27.168 32.9144 26.5409 32.8534C26.7366 33.1489 27.977 33.0021 28.4753 32.9374ZM218.287 29.8713C217.492 29.4381 220.768 29.0117 221.447 29.2951C221.494 29.5543 218.405 29.9303 218.287 29.8713ZM95.8393 30.1767C95.7677 29.8759 94.4098 30.2773 94.7042 30.4124C94.8908 30.4984 95.8826 30.3635 95.8393 30.1767ZM223.088 29.5037C223.399 29.4175 224.112 29.7305 223.855 29.9072C223.525 30.1338 223.007 29.5285 223.088 29.5037ZM250.673 29.9564C250.541 29.906 248.731 30.162 249.466 30.4928C249.975 30.7227 250.071 30.2882 250.192 30.2905C250.323 30.2957 253.209 30.92 250.673 29.9564ZM199.962 29.3407C200.643 29.232 201.463 29.3764 202.173 29.3766C201.882 29.5601 200.249 29.5923 199.962 29.3407ZM101.152 29.96C100.986 29.841 96.4558 29.8825 99.0379 30.1935C99.1893 30.2107 101.666 30.3178 101.152 29.96ZM291.983 31.8929C291.848 31.8832 291.693 31.8615 291.514 31.8232C291.693 31.8434 291.848 31.8711 291.983 31.8929ZM279.827 31.3082C280.085 31.0985 278.837 30.9874 278.472 31.0896C278.346 31.3536 279.79 31.3373 279.827 31.3082ZM202.231 29.0701C202.638 28.9489 203.392 29.0926 203.903 29.0844C203.815 29.2879 202.4 29.28 202.231 29.0701ZM173.345 28.6512C174.166 28.7738 175.174 28.7196 175.19 28.4693C175.207 28.5084 175.246 28.55 175.312 28.5919C175.379 28.6334 176.256 28.5187 176.636 28.6051C178.922 29.1154 167.811 28.8908 174.255 28.1917C173.952 28.3448 173.648 28.498 173.345 28.6512ZM135.473 28.7991C135.006 28.5 133.711 28.8989 134.05 29.0145C134.287 29.0935 135.941 29.1 135.473 28.7991ZM153.315 28.4508C153.175 28.3972 151.903 28.6189 151.871 28.7797C152.605 28.9438 153.95 28.6996 153.315 28.4508ZM131.898 28.4894C131.606 28.4475 131.24 28.9442 131.274 28.9651C131.574 29.1403 132.393 28.7562 131.898 28.4894ZM289.823 30.4675C289.397 30.307 287.988 30.5991 287.681 30.9103C287.628 30.8451 287.482 30.7565 287.211 30.6461C287.212 30.6462 287.213 30.6462 287.214 30.6462C286.865 30.4945 275.697 29.8739 283.164 30.8189C283.398 30.8491 283.091 30.5441 284.041 30.6368C284.104 30.6433 284.125 30.8823 284.318 30.9023C284.765 30.9467 287.134 31.2016 287.618 31.032C287.62 31.0763 287.648 31.1196 287.712 31.161C288.279 31.5297 290.157 30.5913 289.823 30.4675ZM155.834 28.3928C155.578 28.3059 154.77 28.3941 154.687 28.6045C155.089 28.705 156.428 28.5953 155.834 28.3928ZM100.991 29.1025C100.467 28.9427 99.1537 29.2985 99.5573 29.46C99.8051 29.5592 101.596 29.2858 100.991 29.1025ZM147.74 28.5594C150.714 28.7839 148.449 28.5336 148.902 28.2222C148.515 28.3345 148.127 28.4469 147.74 28.5594ZM303.568 31.9307C303.098 31.8357 303.686 31.2576 304.19 31.6135C304.348 31.7265 303.831 31.9827 303.568 31.9307ZM325.008 32.9303C324.634 32.3683 326.599 32.8029 325.804 33.1254C325.768 33.1357 325.036 32.9525 325.008 32.9303ZM310.049 31.8617C309.707 32.2106 309.496 32.2427 308.591 32.1037C309.942 32.0724 308.712 31.6818 310.049 31.8617ZM175.181 28.4298C175.186 28.4446 175.191 28.4556 175.19 28.4693C175.184 28.4558 175.181 28.443 175.181 28.4298ZM129.086 28.6253C128.711 28.3201 127.67 28.3589 127.985 28.6668C128.015 28.6952 128.938 28.857 129.086 28.6253ZM287.681 30.9103C287.728 30.9681 287.701 31.0029 287.618 31.032C287.616 30.9904 287.638 30.9522 287.681 30.9103ZM134.715 28.294C134.681 28.5261 136.273 28.5962 136.337 28.5683C137.244 28.1552 135.373 28.2714 134.715 28.294ZM90.4547 29.0555C90.3733 29.082 90.9197 29.6651 91.2375 29.4217C91.4836 29.2329 90.7598 28.9548 90.4547 29.0555ZM313.134 31.8798C313.636 31.9078 314.341 31.9466 314.455 32.2376C314.122 32.1753 313.113 32.0875 313.134 31.8798ZM324.254 32.4946C323.633 32.7924 322.28 32.7118 321.42 32.6066C321.43 32.1665 323.681 32.5639 324.254 32.4946ZM291.186 30.6944C291.145 30.6746 289.885 30.4851 290.044 30.7872C290.277 31.2299 291.535 30.8709 291.186 30.6944ZM92.9156 29.3046C93.474 29.0865 92.1591 28.4993 91.5763 28.997C91.2774 29.2519 92.8218 29.3411 92.9156 29.3046ZM125.826 28.2688C125.084 28.4511 126.934 28.725 127.186 28.4134C126.843 28.394 126.09 28.2043 125.826 28.2688ZM151.202 27.6656C148.852 26.7947 150.141 28.405 150.554 28.2596C150.612 28.2389 151.259 27.6861 151.202 27.6656ZM16.6891 31.9449C16.362 32.0855 17.6288 32.4667 17.774 32.1647C17.8639 31.9756 16.8985 31.8552 16.6891 31.9449ZM186.627 28.226C186.528 28.2282 186.429 28.2306 186.331 28.2325C186.405 28.2185 186.501 28.2143 186.627 28.226ZM119.018 27.1967C120.706 28.4195 120.512 27.4571 120.657 27.4597C120.969 27.4676 121.7 27.7936 122.286 27.7279C121.616 27.8806 120.946 28.0336 120.275 28.1868C120.812 28.2666 125.427 28.6499 125.517 28.4461C125.651 28.1544 124.205 28.2688 124.162 28.2441C124.101 28.2088 123.861 27.408 123.726 27.3796C123.506 27.3338 119.645 27.3845 119.018 27.1967ZM146.3 27.8431C146.679 27.9355 146.789 28.2534 146.963 28.1757C147.023 28.1491 147.03 27.8449 147.233 27.7646C146.922 27.7907 146.611 27.8169 146.3 27.8431ZM116.083 28.3793C115.609 28.0168 117.704 28.1175 117.772 28.1581C118.134 28.4031 116.471 28.6752 116.083 28.3793ZM133.916 28.0346C133.839 28.0138 132.221 27.9196 132.236 28.1257C132.667 28.2767 134.828 28.2941 133.916 28.0346ZM147.485 27.7417C148.051 27.7724 149.122 28.0703 148.995 27.6134C148.995 27.6134 148.994 27.6134 148.993 27.6134C148.491 27.656 147.988 27.6988 147.485 27.7417ZM94.8181 28.2856C93.7523 27.5847 94.2732 28.4925 95.205 28.7029C95.4766 28.3682 94.9927 28.3996 94.8181 28.2856ZM91.4504 27.8338C91.156 27.7103 88.1446 27.9402 88.6156 28.3129C88.7836 28.4455 90.5072 28.0494 90.5874 28.0739C90.7094 28.1101 90.1692 28.5523 91.0901 28.4418C91.0321 28.2987 91.5517 27.8748 91.4504 27.8338ZM93.9395 27.8422C92.8839 27.316 92.6776 28.3451 93.4605 28.3264C93.7664 28.3199 94.0901 27.9181 93.9395 27.8422ZM98.2071 27.8169C97.8276 27.7296 96.8185 27.6141 96.1333 27.9725C97.0628 27.9771 97.9908 27.9822 98.9174 27.9877C99.0193 27.7924 98.5393 27.8937 98.2046 27.817C98.2054 27.817 98.2063 27.817 98.2071 27.8169ZM330.676 30.2574C329.869 29.917 331.777 29.9234 331.852 29.9997C332.076 30.2506 331.038 30.4095 330.676 30.2574ZM9.71117 23.0107C9.4746 22.9078 9.30336 22.5361 8.8069 22.7628C9.33254 23.0154 9.85767 23.2681 10.3823 23.5209C10.7434 22.8569 9.96987 23.1244 9.71117 23.0107ZM7.63345 20.7695C7.70476 20.75 7.25625 19.7835 8.22506 20.392C8.88003 20.8026 5.47611 21.4253 4.82981 21.0224C5.50421 20.7805 7.01917 20.9304 7.63345 20.7695ZM1.36952 16.8294C1.32541 16.7528 2.62963 16.563 2.78414 16.6101C3.59661 16.858 1.60929 17.239 1.36952 16.8294ZM5.55532 16.7835C4.93207 16.6256 6.28238 16.4266 6.69223 16.5148C6.74167 16.6965 5.65165 16.8061 5.55532 16.7835ZM323.122 15.4456C322.501 14.7356 321.826 16.1466 322.859 15.9146C322.908 15.9037 323.148 15.4801 323.122 15.4456ZM2.59461 15.7602C3.21984 15.9174 1.86578 16.1178 1.45319 16.0306C1.40511 15.849 2.49962 15.7374 2.59461 15.7602ZM322.751 13.8191C321.901 13.2848 322.116 14.9244 322.222 14.9961C322.66 15.2803 324.238 14.7343 324.57 14.5952C322.236 14.702 323.151 14.071 322.751 13.8191ZM318.638 14.5595C317.81 14.686 319.881 15.1356 320.305 14.7065C319.898 14.7049 318.873 14.5226 318.638 14.5595ZM313.706 13.7626C313.271 13.6805 311.975 13.4705 311.742 13.7139C312.224 13.6935 313.507 14.015 313.706 13.7626ZM312.755 12.9438C312.089 12.5598 311.869 13.5612 312.676 13.3032C312.708 13.2932 312.78 12.9645 312.755 12.9438ZM308.911 12.3716C308.48 11.9459 307.912 12.8972 308.644 12.9622C308.861 12.9798 308.956 12.4202 308.911 12.3716ZM321.753 12.0108C321.118 11.801 320.248 12.4537 321.619 12.61C321.13 12.6891 320.64 12.7683 320.15 12.8477C321.931 13.3439 321.853 12.3651 322.368 12.4352C323.087 12.5343 322.983 13.3327 322.823 13.5759C323.437 13.1187 325.969 13.2598 327.435 13.2544C326.166 12.9712 324.092 12.4898 322.848 12.2864C322.49 12.2276 322.128 12.4272 321.822 12.3848C321.332 12.3157 321.788 12.0245 321.755 12.0109C321.754 12.0109 321.753 12.0108 321.753 12.0108ZM303.837 12.0935C302.537 11.571 303.324 12.5963 304.08 12.4591C304.113 12.4473 303.87 12.1063 303.837 12.0935ZM0.662704 12.8744C2.46276 13.1845 1.20545 13.8005 4.86741 12.7666C3.3429 13.4386 4.80483 13.1922 4.51402 13.4452C4.28074 13.6455 3.358 13.542 3.91037 13.8884C3.19044 13.5176 0.157899 13.8031 0.0174745 13.7448C0.0187503 13.7447 0.0200261 13.7446 0.0213019 13.7445C-0.0624707 13.7098 0.0877265 12.7761 0.662704 12.8744ZM313.84 11.1928C313.465 9.97641 313.189 11.8593 312.375 10.824C311.144 12.196 315.559 10.9979 316.021 12.2403C311.312 11.838 319.081 13.615 315.877 11.6171C318.571 12.4281 316.785 11.4424 317.219 11.2348C317.684 11.0137 319.21 11.3686 319.157 10.9202C319.156 10.9201 319.155 10.9201 319.154 10.92C318.211 10.8976 317.265 10.8755 316.318 10.8539C317.189 11.8634 315.274 11.4683 314.673 10.6525C314.396 10.8326 314.118 11.0127 313.84 11.1928ZM319.115 12.3895C319.024 12.3621 316.966 12.3807 317.088 12.5805C317.356 12.7182 320.27 12.7362 319.115 12.3895ZM328.126 12.7077C327.392 12.661 326.264 12.4061 325.841 12.7434C326.578 12.7896 327.704 13.0448 328.126 12.7077ZM290.309 10.6335C289.355 10.8869 292.244 11.1075 291.424 10.7179C291.383 10.6994 290.356 10.6217 290.309 10.6335ZM311.705 11.2575C310.773 10.8418 311.161 12.0258 311.882 11.7616C311.923 11.746 311.748 11.2764 311.705 11.2575ZM2.09484 12.6519C2.14337 12.3639 4.72851 12.419 5.18288 12.3916C4.93977 12.6697 2.04089 12.9814 2.09484 12.6519ZM329.482 11.7233C328.085 10.6129 326.024 11.674 325.807 11.6354C325.592 11.5962 325.959 11.1699 325.91 11.155C325.797 11.1229 323.488 11.0243 323.379 11.0494C323.298 11.069 323.676 11.7207 323.192 11.8907C324.121 11.5863 328.349 12.0625 328.565 12.0065C328.737 11.9613 327.502 11.225 329.48 11.7232C329.48 11.7232 329.481 11.7233 329.482 11.7233ZM325.27 11.4663C325.833 11.7635 324.206 11.7003 323.829 11.5809C322.977 11.3129 325.193 11.4302 325.27 11.4663ZM321.411 10.9974C321.231 10.9276 319.571 10.7787 319.413 11.0636C320.179 11.4883 321.82 11.1589 321.411 10.9974ZM302.901 10.0345C302.468 10.0501 301.29 9.76539 301.209 10.018C301.644 10.0023 302.821 10.287 302.901 10.0345ZM10.7299 9.93507C10.0042 9.75933 11.6543 9.58278 12.1415 9.65991C12.1769 9.82918 10.7919 9.9501 10.7299 9.93507ZM311.676 8.80142C311.431 8.70888 306.169 8.62544 305.448 8.70993C306.137 8.93812 311.34 9.22803 311.573 9.14711C311.643 9.12252 311.708 8.81542 311.676 8.80142ZM322.969 9.31665C323.468 8.96763 323.752 9.43781 323.812 9.447C324.393 9.53883 325.635 9.52708 325.342 9.87395C324.295 9.66471 321.979 10.0098 322.969 9.31665ZM302.617 8.31C300.836 8.36054 304.222 8.92947 303.794 8.51304C303.767 8.48772 302.801 8.30452 302.617 8.31ZM312.265 8.7231C312.672 8.4384 317.871 8.9892 318.718 9.0391C317.934 9.55815 317.351 9.09731 316.336 9.0694C316.061 9.06254 316.122 9.3003 316.092 9.29902C315.618 9.2835 315.986 9.03329 315.697 9.01311C315.517 9.00056 311.694 9.12202 312.265 8.7231ZM323.256 9.07149C323.552 8.8715 326.831 8.97302 326.958 9.03877C327.919 9.5241 323.494 9.15985 323.256 9.07149ZM311.813 8.19779C312.411 7.57501 314.975 8.15372 313.186 8.3824C313.015 8.40278 312.314 8.08081 311.813 8.19779ZM302.837 7.69777C302.752 7.67402 300.907 7.45076 300.863 7.657C301.128 7.75076 303.82 7.95904 302.837 7.69777ZM303.831 7.04371C303.786 7.04644 304.199 7.46855 303.335 7.37387C303.263 7.36548 303.152 6.9083 302.053 7.01828C301.83 7.04111 301.471 7.32178 301.495 7.34153C302.599 8.10438 306.077 6.92566 303.831 7.04371ZM323.337 8.71033C323.173 8.51016 323.628 7.97103 323.992 8.27886C324.148 8.41171 323.824 8.73217 323.337 8.71033ZM296.975 7.22556C298.062 6.93492 294.702 6.70872 294.524 6.78861C294.623 7.00663 296.867 7.2536 296.975 7.22556ZM12.2614 7.20537C12.2606 7.20541 12.2597 7.20546 12.2589 7.20551C13.172 7.23462 12.6241 7.54911 12.6671 7.55577C14.624 7.87106 14.0761 7.2541 14.3747 7.16203C15.0139 6.9635 14.9509 7.75255 16.0254 7.37065C14.246 7.94478 15.8782 7.65772 15.9437 7.93392C16.2059 9.06097 13.5129 7.52694 12.6219 7.8138C12.4981 7.85348 13.4452 8.16734 13.1287 8.28773C12.0906 8.67822 8.79683 7.09372 12.2614 7.20537ZM324.288 8.24637C324.723 7.93616 327.902 8.45084 327.038 8.67554C326.9 8.71108 323.638 8.69648 324.288 8.24637ZM175.517 3.27392C176.285 2.98578 174.506 2.64188 174.175 2.86698C174.011 2.97901 175.18 3.4003 175.517 3.27392ZM163.062 2.03925C162.147 2.10043 161.186 3.31127 162.324 3.12042C162.445 3.09956 163.167 2.20649 163.062 2.03925ZM222.833 3.16245C221.896 2.71247 221.936 3.51542 222.631 3.51759C222.876 3.51851 222.862 3.1767 222.833 3.16245ZM186.566 2.80305C186.471 2.77442 185.37 2.81929 185.409 3.00388C185.816 3.11663 187.181 2.99891 186.566 2.80305ZM223.137 3.05428C222.567 3.18765 223.532 3.78667 224.235 3.2339C223.883 3.27329 223.196 3.04065 223.137 3.05428ZM309.945 6.32285C309.455 6.62649 308.122 6.45641 307.349 6.47277C307.289 6.04225 309.393 6.3707 309.945 6.32285ZM166.935 2.51748C166.074 2.8192 167.92 3.06321 167.75 2.66604C167.726 2.64445 166.969 2.50459 166.935 2.51748ZM253.508 3.78558C252.872 4.02018 254.857 4.42509 254.322 3.96069C254.295 3.94159 253.543 3.77249 253.508 3.78558ZM262.183 4.21942C261.701 4.11657 259.691 4.07456 260.466 4.34937C260.585 4.39149 262.136 4.4509 262.183 4.21942ZM14.4121 6.85249C14.1327 6.42828 15.6266 6.45432 15.8431 6.51982C15.9284 6.54723 14.7767 7.40422 14.4121 6.85249ZM216.674 2.98043C216.18 3.02666 214.902 2.90098 214.673 3.12722C215.278 3.08947 216.828 3.44109 216.674 2.98043ZM170.855 2.51349C170.108 2.03701 168.829 2.08453 169.146 2.70664C170.557 2.66462 168.972 2.14713 170.855 2.51349ZM226.328 2.60641C225.933 2.56182 225.618 3.153 225.662 3.18207C226.085 3.45869 226.716 2.84709 226.328 2.60641ZM196.72 2.64444C196.7 2.38879 195.432 2.49263 195.6 2.65862C195.655 2.71427 196.737 2.85122 196.72 2.64444ZM293.412 5.3506C292.844 5.09062 294.624 4.94586 295.132 5.24259C295.368 5.64618 293.485 5.38062 293.412 5.3506ZM237.264 3.00751C237.333 2.62999 235.348 2.79521 236.12 3.12852C236.314 3.21187 237.241 3.13363 237.264 3.00751ZM256.196 3.09674C254.858 3.50477 260.407 4.00851 258.965 3.39755C258.863 3.35369 256.314 3.06206 256.196 3.09674ZM265.276 3.68899C265.049 3.63105 265.209 2.36238 266.139 2.88735C266.261 2.95548 265.667 3.27088 265.766 3.3515C265.825 3.39734 267.874 3.65108 267.969 3.62504C268.072 3.59507 267.968 3.18277 268.072 3.14083C268.191 3.09395 269.441 3.49917 270.1 3.52808C271.34 3.5817 271.499 3.24807 271.6 3.25075C271.9 3.26001 272.395 3.52042 273.003 3.54373C276.071 3.65931 280.713 3.56201 283.124 4.38694C280.974 4.00546 278.914 4.22702 276.775 4.23521C277.431 3.55159 273.604 4.65529 275.846 3.92582C274.817 4.05837 266.022 3.86755 265.279 3.68909C265.278 3.68906 265.277 3.68902 265.276 3.68899ZM159.469 1.69401C160.025 1.25681 157.163 1.36659 156.921 1.87116C157.3 1.93892 159.4 1.74337 159.469 1.69401ZM172.706 0.613586C172.974 0.538839 173.23 -0.311081 174.633 0.122087C174.634 0.122089 174.636 0.122091 174.637 0.122093C175.047 0.248642 174.579 0.454961 174.654 0.528876C174.682 0.559005 175.959 0.98408 174.897 1.05017C173.277 1.15196 174.746 0.417613 173.882 0.407372C173.776 0.40641 172.138 0.864843 172.233 0.965998C172.243 0.977757 172.736 0.880842 172.817 0.922905C173.124 1.08098 172.975 1.34624 173.018 1.35891C173.16 1.39112 175.747 0.942907 176.12 1.33892C176.245 1.46579 171.996 1.75341 171.834 1.68793C171.73 1.64615 171.774 0.909487 171.667 0.836976C171.612 0.800735 169.918 1.07644 169.698 1.0089C169.634 0.989326 169.585 0.968222 169.549 0.950828C169.806 1.17861 168.269 1.16286 168.316 0.905757C168.343 0.804612 169.401 0.862591 169.439 0.880298C169.455 0.887774 169.47 0.898079 169.483 0.905189C169.266 0.626984 172.839 0.640632 172.068 0.227085C173.115 0.00142479 171.919 0.833346 172.706 0.613586ZM177.723 0.168232C177.616 0.245415 177.508 0.322603 177.4 0.399797C179.227 0.214922 181.306 0.595316 183.415 0.602755C183.95 0.605234 183.336 0.128353 184.037 0.261337C184.599 0.367933 185.217 0.810838 184.912 0.907172C184.837 0.931176 183.696 0.63895 183.122 0.665691C181.433 0.74491 181.864 1.15344 181.764 1.16391C181.656 1.17497 180.603 0.88492 180.026 0.895638C178.576 0.923518 177.913 1.17075 175.925 0.84044C177.073 0.575176 176.446 -0.00814629 177.723 0.168232ZM245.642 2.08106C245.719 1.82731 246.906 2.08817 247.34 2.06324C247.265 2.3175 246.077 2.0557 245.642 2.08106ZM67.9846 2.53717C67.635 2.96931 70.3731 2.97703 69.6402 2.65329C69.4783 2.58132 68.3289 2.52787 67.9846 2.53717ZM80.3114 2.38015C80.674 2.25262 79.19 1.99708 79.2027 2.32175C79.2083 2.42575 80.2649 2.39667 80.3114 2.38015ZM201.275 0.748161C201.345 0.735767 202.349 0.840989 202.38 0.862756C203.042 1.316 199.734 1.02025 201.275 0.748161ZM95.2628 1.43102C93.9895 1.7396 97.8543 1.75776 96.6649 1.43796C96.6062 1.42232 95.3217 1.41603 95.2628 1.43102ZM100.63 1.21751C100.323 1.23968 98.9559 1.13713 98.941 1.26569C98.9193 1.47283 100.484 1.57511 100.63 1.21751ZM226.628 1.02685C226.49 0.550844 228.281 0.947074 228.906 0.901373C229.044 1.37763 227.255 0.980121 226.628 1.02685ZM215.287 0.464089C222.876 0.224457 221.192 1.2035 214.83 0.686875C214.826 0.383392 214.806 0.479554 215.287 0.464089ZM224.988 0.7002C224.705 0.997427 223.843 0.890159 223.259 0.854384C223.368 0.645813 224.566 0.745975 224.988 0.7002ZM64.6955 2.00568C65.1577 1.60561 67.2766 2.00143 66.9083 2.17269C66.8233 2.20964 64.5292 2.22219 64.6955 2.00568ZM201.912 0.350832C201.739 -0.111324 204.011 0.103622 204.188 0.208244C204.887 0.627699 202.09 0.25103 201.912 0.350832ZM237.392 0.870433C237.803 0.52036 238.939 0.734583 239.671 0.758457C239.33 1.05765 238.015 0.892479 237.392 0.870433ZM232.09 0.460266C232.136 0.447447 233.154 0.503718 233.203 0.521497C234.032 0.892789 231.144 0.735372 232.09 0.460266ZM10.8286 3.81757C10.8619 3.80414 11.6325 3.78588 11.66 3.798C12.3651 4.1066 10.0523 4.1597 10.8286 3.81757Z' fill='%2301516E' fill-opacity='0.7'/%3E %3C/svg%3E");
  }
}
.ArticleBodyComponent .pHeader {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
  line-height: 1.75rem;
}
.font-moses .yplus .ArticleBodyComponent .pHeader {
  font-size: 5.9375vw;
  line-height: 1.26;
  font-weight: 670;
  font-family: "MosesDisplay", "NarkisBlock";
}
.font-moses .ArticleBodyComponent .pHeader {
  font-size: 1.3rem;
  line-height: 1.59;
  font-weight: 670;
}
.ArticleBodyComponent .articleYoutubeComponeta {
  width: 100%;
}
.ArticleBodyComponent .articleYoutubeComponeta .caption {
  width: 100%;
  font-size: 1rem;
  color: #000000;
  padding-bottom: 0.78125vw;
}
.font-moses .yplus .ArticleBodyComponent .articleYoutubeComponeta .caption {
  font-size: 4.375vw !important;
  font-weight: 340;
}
.ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 1.5625vw;
  border-left: none;
}
.ynetnews .ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design,
.vesty .ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design {
  margin: 0 1.5625vw 0 0px;
}
.ArticleBodyComponent .articleIframe iframe {
  width: 100%;
  border: 0;
}
.ArticleBodyComponent .red_underline_header {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.875vw;
}
.ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block {
  position: relative;
}
.ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block span[data-text="true"]::after {
  position: absolute;
  left: 0;
  bottom: -0.78125vw;
  width: 100%;
  height: 1.25vw;
  border-bottom: 1.25vw solid #de1a1a;
  content: "";
}
.ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 0 1.8rem 0;
  word-break: keep-all;
  margin: 0 6.25vw 4.6875vw 0;
  font-size: inherit;
}
.magazine_template .ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 0 1.5rem 0;
}
.ArticleBodyComponent .text_editor_numbered_text > div {
  display: inline;
}
.ArticleBodyComponent .text_editor_numbered_text:before {
  counter-increment: numbered-text-counter 1;
  content: counter(numbered-text-counter) ". ";
  font-weight: 500;
  position: absolute;
  right: 1.5625vw;
  width: 7.34375vw;
  text-align: end;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 39.0625vw;
  min-width: 50vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (prefers-color-scheme: dark) {
  .calcalist .ArticleBodyComponent .pHeader {
    color: #000 !important;
  }
  .ArticleBodyComponent .special_ul li {
    -webkit-text-fill-color: #419bf9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(65, 155, 249)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  }
  .ArticleBodyComponent .pHeader,
  .ArticleBodyComponent .red_underline_header {
    color: #fff;
  }
  .magazine_art .ArticleBodyComponent .text_editor_block_quote {
    color: #fff;
  }
  .magazine_art .ArticleBodyComponent .text_side_line *,
  .magazine_art .ArticleBodyComponent .one_quote_teaser *,
  .magazine_art .ArticleBodyComponent .two_quotes_teaser *,
  .magazine_art .ArticleBodyComponent .colored_underline_header * {
    color: #fff !important;
    -webkit-text-fill-color: unset !important;
  }
}
.spotimWrapper.popUp {
  position: fixed;
  left: 100%;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
  height: 100%;
  z-index: 9999999;
  overflow-y: auto;
  padding: 3.90625vw;
  box-sizing: border-box;
}
.spotimWrapper.popUp.isOpened {
  transition: left 0.4s;
  left: 0;
}
.spotimWrapper.popUp.isClosed {
  transition: left 0.4s;
  left: -100%;
}
.spotimWrapper.popUp .closePopUp {
  position: sticky;
  top: -3.90625vw;
  width: 100%;
  height: 7.8125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: #fff;
  background-size: 3.125vw auto;
  background-position: left 3.125vw;
  background-repeat: no-repeat;
  z-index: 100;
}
@media (prefers-color-scheme: dark) {
  .spotimWrapper.popUp *,
  .spotimWrapper.popUp {
    background-color: #000 !important;
    color: #fff ! important;
  }
  .closePopUp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-color: #000;
  }
}
.MobileWebAddCommentFormUI {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm {
  margin-top: 0.46875vw;
  position: relative;
  padding: 1.5625vw 0;
  margin-bottom: 0.78125vw;
}
.MobileWebAddCommentFormUI .AddCommentForm * {
  box-sizing: border-box;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  min-height: 13.28125vw;
  height: auto;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.78125vw;
  border-radius: 1.09375vw;
  box-sizing: border-box;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 1rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  color: #000;
  margin-bottom: 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 15.9375vw;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 4.375vw;
  width: 4.375vw;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 3.75vw;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: right;
  color: #25262b;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: end;
  margin-bottom: 3.4375vw;
}
.ArticleCommentMobileWeb .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  justify-content: flex-end;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 3.125vw;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.68px;
  text-align: right;
  color: #000;
}
.ArticleCommentMobileWeb .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  display: none !important;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  display: flex;
  background: transparent;
  border: 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 1.25vw;
  height: 4.375vw;
  width: 4.375vw;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  height: 12.8125vw;
  display: inline-block;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 12.8125vw;
  display: inline-block;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 37.8125vw;
  display: inline-block;
  overflow: auto;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #fff;
  padding: 1.71875vw 2.34375vw;
  border: 0;
  border-radius: 1.25vw;
  font-size: 4.375vw;
  margin-bottom: 2.65625vw;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 2.03125vw;
  line-height: 2.8125vw;
  text-align: right;
  color: #000;
  width: 55vw;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #000;
  font-weight: bold;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms {
  font-size: 3.125vw;
  margin: 0.78125vw 0 2.34375vw 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms a {
  color: #000;
  font-weight: bold;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 37.8125vw;
  height: 10.625vw;
  background: #c72127;
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1px;
  text-align: center;
  color: #ffffff;
}
.SiteArticleComments {
  display: flex;
  flex-direction: column;
  direction: rtl;
  margin: 0.625rem 1.25rem  0.625rem 1.25rem;
  padding: 1.5rem 1rem 1.25rem 1rem !important;
  background-color: #EDEDED;
}
.SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.SiteArticleComments .showMoreCommentsButton,
.SiteArticleComments .closeCommentsButton {
  background: #c72127;
  width: 49.0625vw;
  height: 10.625vw;
  margin: 5.46875vw auto 0 !important;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 4.6875vw;
}
.SiteArticleComments .showMoreCommentsButton:hover,
.SiteArticleComments .closeCommentsButton:hover,
.SiteArticleComments .showMoreCommentsButton:focus,
.SiteArticleComments .closeCommentsButton:focus {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}
.SiteArticleComments .ArticleCommentsTopTabUI {
  display: flex;
  align-items: center;
  height: 6.25vw;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle {
  display: flex;
  align-items: center;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon {
  display: none;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
  font-size: 1.125rem;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #59bbc4;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel {
  display: flex;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn-pf {
  font-size: .8125rem;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  color: #7e7e7e;
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23EDEDED' fill-rule='nonzero' d='M0 0h44v44H0z'/%3E %3Cpath fill='%23C72127' d='M16 27l6.113-.758L35 13.287 29.742 8 16.858 20.95 16 27zm2.021-5.47L29.742 9.75l3.517 3.537-11.715 11.777-4.098.51.575-4.044z'/%3E %3Cpath fill='%23C72127' d='M9 36h25V20.429h-1.22v14.344H10.22V10.227h12.042V9H9z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  height: 44px;
  width: auto;
  padding-inline-end: 50px;
  background-position: left center;
  background-color: transparent;
  border: 0;
}
.SiteArticleComments .commentsContainer {
  width: 100%;
  margin: 0;
  padding: 0x;
  box-sizing: border-box;
  border-bottom: 1px solid #dadadd;
}
.SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.ArticleCommentMobileWeb {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 1.0625rem 0.75rem 1.0625rem 0.75rem;
  height: 4.4375rem;
  color: #000;
  background: #fff;
  margin-bottom: 0.3125rem;
  box-sizing: border-box;
}
.ArticleCommentMobileWeb.expanded {
  height: auto;
}
.ArticleCommentMobileWeb .topView {
  display: flex;
}
.ArticleCommentMobileWeb .topView .commentNum {
  font-size: 1.3rem;
  font-weight: 700;
  color: #c82027;
  margin-left: 0.1rem;
}
.ArticleCommentMobileWeb .topView .topLeftView {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 0.3125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper {
  display: flex;
  margin-bottom: 0.78125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle {
  font-size: 1rem;
  line-height: 1.3;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle.expanded {
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: hidden;
  font-weight: 600;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentText {
  font-size: 1rem;
  color: #000;
  display: none;
  margin-bottom: 2.65625vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentText.expanded {
  display: block;
}
.ArticleCommentMobileWeb .topView .topLeftView .details {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  font-size: .8125rem;
  display: inline-flex;
  color: #969696;
  justify-content: flex-start;
}
.ArticleCommentMobileWeb .topView .topLeftView .details > div {
  display: flex;
  flex-shrink: 0;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .author {
  max-width: 35vw;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .publishDate {
  margin-left: 3.90625vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .details span {
  margin-left: 1.25vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  display: none;
}
.ArticleCommentMobileWeb .expandedView {
  padding-bottom: 0;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper {
  margin-top: 3.90625vw;
  height: 4.6875vw;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 8.59375vw;
}
.ArticleCommentsPopup {
  position: fixed;
  width: 100%;
  height: calc(100vh - (14.84375vw + 15.625vw));
  z-index: 9999999999;
  top: 15.625vw;
  right: 0;
}
.ArticleCommentsPopup.hide {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.ArticleCommentsPopup.fadeIn {
  visibility: visible;
  animation: fadeinPopup 0.3s both ease-in-out;
  -webkit-animation: fadeinPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup.fadeOut {
  pointer-events: none;
  animation: fadeOutPopup 0.3s both ease-in-out;
  -webkit-animation: fadeOutPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup.level1 {
  padding: 2.8125vw 0px;
  position: relative;
}
.ArticleCommentsPopup.level1:after {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-top: 1px solid #dadadd;
  content: "";
}
.ArticleCommentsPopup.expanded {
  background-color: transparent !important;
}
.ArticleCommentsPopup .commentsTopBar {
  display: flex;
  height: 14.84375vw;
  background-color: #c72127;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5.46875vw 5.46875vw 0 0;
  padding: 0 5.46875vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
}
.ArticleCommentsPopup .commentsTopBar .commentsTopBarHeadline {
  display: flex;
}
.ArticleCommentsPopup .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.ArticleCommentsPopup .commentsTopBar .popupCloseIcon {
  width: 4.6875vw;
  height: 4.6875vw;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
}
.ArticleCommentsPopup .commentsWrapper {
  background-color: #EDEDED;
  height: 100%;
  padding: 3.90625vw 4.6875vw;
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ArticleCommentsPopup .commentsWrapper .addCommentBtn-pf {
  font-size: .8125rem;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  color: #7e7e7e;
  display: flex;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23EDEDED' fill-rule='nonzero' d='M0 0h44v44H0z'/%3E %3Cpath fill='%23C72127' d='M16 27l6.113-.758L35 13.287 29.742 8 16.858 20.95 16 27zm2.021-5.47L29.742 9.75l3.517 3.537-11.715 11.777-4.098.51.575-4.044z'/%3E %3Cpath fill='%23C72127' d='M9 36h25V20.429h-1.22v14.344H10.22V10.227h12.042V9H9z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  height: 44px;
  width: auto;
  padding-inline-end: 50px;
  background-position: left center;
  background-color: transparent;
  border: 0;
  flex-shrink: 0;
  display: inline-flex;
  align-self: flex-end;
  cursor: pointer;
}
.ArticleCommentsPopup .commentsWrapper .addCommentBtn-pf.fadeIn {
  animation: fadeInBtn 400ms forwards ease-in-out;
  -webkit-animation: fadeInBtn 400ms forwards ease-in-out;
}
.ArticleCommentsPopup .commentsWrapper .addCommentBtn-pf.hide {
  visibility: hidden;
  pointer-events: none;
  transform: scaleY(0);
  animation: fadeOutBtn 400ms forwards ease-in-out;
  -webkit-animation: fadeOutBtn 400ms forwards ease-in-out;
}
.ArticleCommentsPopup .showMoreCommentsButton {
  background: #c72127;
  width: 100%;
  height: 12.8125vw;
  margin: 7.1875vw auto 3.125vw !important;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.02;
  font-size: 4.6875vw;
}
@keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutPopup {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
@-webkit-keyframes fadeOutPopup {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
}
@keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutBtn {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutBtn {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
.article-hot-updates-wrapper {
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
}
.article-hot-updates {
  height: auto;
  width: 100%;
}
.article-hot-updates .hot-update-header {
  width: 100%;
  padding: 3.75vw 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.375rem;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  font-family: "NarkisBlock";
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title div:not(.small-clock-pf) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-hot-updates .hot-update-header .hot-update-event-title .small-clock-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='-1 -1 26 25'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:none;stroke:%23fff;stroke-width:2px%7D %3C/style%3E %3C/defs%3E %3Cg id='clock' transform='translate(-565 -429)'%3E %3Cg id='Ellipse_1' class='cls-1' transform='translate(565 429)'%3E %3Cellipse cx='12' cy='11.5' rx='12' ry='11.5'/%3E %3Cellipse cx='12' cy='11.5' fill='none' rx='11' ry='10.5'/%3E %3C/g%3E %3Cpath id='Path_1' d='M0-.375v6.4' class='cls-1' transform='translate(576.768 435.225)'/%3E %3Cpath id='Path_2' d='M0 4.013L6.688.23V0' class='cls-1' transform='translate(570.08 440.702)'/%3E %3C/g%3E %3C/svg%3E");
  width: 25px;
  height: 25px;
  margin-right: 19px;
  margin-left: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  flex-shrink: 0;
}
.article-hot-updates .hot-update-item-container {
  background-color: #fafdfd;
  padding-top: 2.34375vw;
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
}
.article-hot-updates .hot-update-item-container .border-line {
  position: absolute;
  height: 86%;
  right: 7.5%;
  border-right: 1px solid #c1c1c1;
  z-index: -1;
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf {
  width: 100%;
  padding: 9px 20px 9px 20px;
  box-sizing: border-box;
  -webkit-animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a {
  text-decoration: none;
  color: inherit;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-circle-pf {
  background: #000000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 16px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-time {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "NarkisBlock";
  color: #000000;
  font-weight: 600;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1b1b1b;
  overflow: hidden;
  font-family: "NarkisBlock";
  max-height: 3.125rem;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .space-pf {
  margin: 0px 3px 0 0;
  border-right: 1px solid #000000;
  padding-right: 19px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now {
  -webkit-animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
  animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.89' height='14.891' viewBox='0 0 14.89 14.891'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23f60c13;stroke:%23f60c13;stroke-width:.5px%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2038' transform='translate(-263.583 -264.928)'%3E %3Cpath id='Path_39' d='M271.028 265.178a7.2 7.2 0 1 0 7.2 7.2 7.2 7.2 0 0 0-7.2-7.2zm0 13.7a6.508 6.508 0 1 1 6.508-6.508 6.516 6.516 0 0 1-6.508 6.511z' class='cls-1'/%3E %3Cpath id='Path_40' d='M290.447 279.317h-4.811v-4.833a.344.344 0 0 0-.687 0v5.176a.344.344 0 0 0 .344.344h5.155a.344.344 0 1 0 0-.687z' class='cls-1' transform='translate(-15.145 -6.429)'/%3E %3C/g%3E %3C/svg%3E");
  width: 3.90625vw;
  height: 3.90625vw;
  margin-left: 1.5625vw;
  flex-shrink: 0;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-time {
  font-weight: bold;
  color: #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-title {
  font-weight: bold;
  border-right: 1px solid #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-circle-pf {
  background: #de1a1a;
}
@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 3.125vw 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.25vw 0 rgba(0, 0, 0, 0.5);
  }
}
@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 3.125vw 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.25vw 0 rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  .article-hot-updates .hot-update-item-container {
    background-color: #1e1e1e;
  }
  .article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-circle-pf {
    background: #fff;
  }
  .article-hot-updates .hot-update-item-container .hot-update-item-pf a .space-pf {
    border-right: 1px solid #fff;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
.ArticleImagesFullScreenGalleryMobile {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.calcalist .ArticleImagesFullScreenGalleryMobile {
  background-color: #000;
}
.calcalist .ArticleImagesFullScreenGalleryMobile * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper {
  position: relative;
  display: flex;
  min-height: 9.6875vw;
  width: 100%;
  padding: 6.25vw 6.25vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: 3.75vw;
  height: 3.75vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 3.75vw auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.calcalist .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-size: 2.8125vw auto;
  background-color: #333333bf;
  border-radius: 50%;
  border: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .imagesCounter {
  margin: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .shareImageBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='white'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageContainer {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 4.6875vw;
  margin: auto;
  flex-direction: column;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageContainer img {
  width: 100vw;
  max-height: 100%;
  height: auto;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  min-height: 18.75vw;
  direction: rtl;
  margin-top: 4.6875vw;
  width: 93.75vw;
  flex-shrink: 0;
  color: #fff;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions {
  direction: ltr;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 3.125vw;
  flex-shrink: 0;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-right: 3.125vw;
  padding-left: unset;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 2.65625vw;
  outline: 0;
  height: 5.3125vw;
  width: 5.3125vw;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  background-position: center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-left: 2.65625vw;
  margin-right: unset;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 6.25vw;
  width: 6.25vw;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 7.8125vw;
}
.font-moses .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 670;
}
.radionas .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 700;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  direction: ltr;
  padding-right: 7.8125vw;
  padding-left: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  margin-top: 0.78125vw;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 8.125vw;
  color: #fff;
  font-size: 1.375rem;
  margin: 0px 1.5625vw;
  letter-spacing: 0.9375vw;
  direction: ltr;
  align-items: center;
  letter-spacing: 0;
  margin-top: 7.5vw;
}
.font-moses .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter,
.radionas .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter {
  font-size: 1rem;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .navigationArrow {
  height: 4.84375vw;
  width: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-slider {
  display: flex;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-slider .slick-dots {
  display: none !important;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list .slick-track {
  display: flex;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
.MobileArticleImagesGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.calcalist .MobileArticleImagesGallery {
  background-color: #000;
}
.calcalist .MobileArticleImagesGallery * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.MobileArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.calcalist .MobileArticleImagesGallery .GalleryWrapper .slick-arrow {
  position: absolute;
  width: 3rem;
  height: 6rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: calc(50% - 3rem);
  border: 0;
  content: "";
  color: transparent !important;
  z-index: 1;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='105.000000pt' height='136.000000pt' viewBox='0 0 105.000000 136.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,136.000000) scale(0.100000,-0.100000)' fill='rgba(0,0,0,0.6)' stroke='none'%3E %3Cpath d='M4 1325 c-2 -5 -3 -299 -2 -653 l3 -643 464 1 c451 0 464 1 492 21 61 43 59 26 59 631 0 530 -1 554 -20 585 -35 59 -25 58 -529 63 -304 3 -465 2 -467 -5z m644 -277 c3 -22 -21 -54 -150 -193 -84 -92 -155 -171 -157 -177 -2 -6 72 -86 164 -178 151 -151 167 -171 161 -194 -5 -20 -13 -26 -34 -26 -22 0 -62 35 -210 183 -157 157 -183 188 -180 210 2 18 61 90 177 217 150 165 177 191 200 188 20 -2 27 -9 29 -30z'/%3E %3C/g%3E %3C/svg%3E");
  left: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='105.000000pt' height='136.000000pt' viewBox='0 0 105.000000 136.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,136.000000) scale(0.100000,-0.100000)' fill='rgba(0,0,0,0.6)' stroke='none'%3E %3Cpath d='M89 1313 c-61 -37 -59 -18 -59 -633 0 -502 2 -565 16 -590 37 -61 27 -60 536 -60 l463 0 0 650 0 650 -465 0 c-412 -1 -468 -2 -491 -17z m533 -420 c104 -104 188 -196 188 -206 0 -28 -350 -407 -376 -407 -25 0 -47 23 -42 44 2 8 68 86 148 173 80 87 151 166 159 176 13 17 1 32 -152 185 -157 157 -183 192 -160 215 23 24 59 -4 235 -180z'/%3E %3C/g%3E %3C/svg%3E");
  right: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper {
  position: relative;
  display: flex;
  min-height: 9.6875vw;
  width: 100%;
  padding: 6.25vw 6.25vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: 3.75vw;
  height: 3.75vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 3.75vw auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.calcalist .MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-size: 2.8125vw auto;
  background-color: #333333bf;
  border-radius: 50%;
  border: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn:hover {
  opacity: 1;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .imagesCounter {
  margin: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .shareImageBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='white'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .imageContainer {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 4.6875vw;
  margin: auto;
  flex-direction: column;
}
.MobileArticleImagesGallery .GalleryWrapper .imageContainer img {
  width: 100vw;
  max-height: 100%;
  height: auto;
}
.magazine2025 .MobileArticleImagesGallery .GalleryWrapper .imageContainer img {
  max-width: 100vw;
  width: auto;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  min-height: 18.75vw;
  direction: rtl;
  margin-top: 4.6875vw;
  width: 93.75vw;
  flex-shrink: 0;
  color: #fff;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  direction: ltr;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 3.125vw;
  flex-shrink: 0;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-right: 3.125vw;
  padding-left: unset;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 2.65625vw;
  outline: 0;
  height: 5.3125vw;
  width: 5.3125vw;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  background-position: center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-left: 2.65625vw;
  margin-right: unset;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 6.25vw;
  width: 6.25vw;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 7.8125vw;
}
.font-moses .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 670;
}
.radionas .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 700;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  direction: ltr;
  padding-right: 7.8125vw;
  padding-left: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  margin-top: 0.78125vw;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 8.125vw;
  color: #fff;
  font-size: 1.375rem;
  margin: 0px 1.5625vw;
  letter-spacing: 0.9375vw;
  direction: ltr;
  align-items: center;
  letter-spacing: 0;
  margin-top: 7.5vw;
}
.font-moses .MobileArticleImagesGallery .GalleryWrapper .imagesCounter,
.radionas .MobileArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 1rem;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 4.84375vw;
  width: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .slick-slider {
  display: flex;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-slider .slick-dots {
  display: none !important;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list .slick-track {
  display: flex;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.ArticleMagazineImageTeaserComponenta {
  display: flex;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container img {
  object-fit: cover;
  width: 100% !important;
}
.ArticleMagazineImageTeaserComponenta .image-container .credit {
  color: #78787B;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 340;
  line-height: 1rem;
  align-self: flex-start;
  margin-top: 1.5625vw;
}
.ArticleMagazineImageTeaserComponenta .image-container .credit:before {
  content: "(";
}
.ArticleMagazineImageTeaserComponenta .image-container .credit:after {
  content: ")";
}
.ArticleMagazineImageTeaserComponenta .text-container {
  margin-top: 1rem;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption {
  color: #010101;
  text-align: right;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.3;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption::after {
  display: block;
  position: relative;
  width: 18.28125vw;
  content: '';
  height: 1.25vw;
  background-color: #DE1A1A;
  right: 0;
  margin-top: 1rem;
}
.magazine_art .ArticleMagazineImageTeaserComponenta .text-container .caption::after {
  background-color: #00B4D8 !important;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.ArticleTagsComponent {
  display: flex;
  flex-direction: column;
  border: 0;
  direction: rtl;
  margin-bottom: 4.6875vw;
  background-color: transparent;
}
.ArticleTagsComponent.ltr {
  direction: ltr;
}
.ArticleTagsComponent > div:last-child {
  width: 100%;
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  padding-bottom: 1.5625vw;
}
.ArticleTagsComponent *:not(.tagsLabel) {
  color: #000 ! important;
}
.ArticleTagsComponent * {
  font-family: 'NarkisBlock' !important;
}
.ArticleTagsComponent a,
.ArticleTagsComponent a:hover {
  text-decoration: none;
  color: #000;
}
.ArticleTagsComponent .tagsLabel {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 5vw 0;
  background: none;
}
.ArticleTagsComponent .tagName {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 2.1875vw;
  background: #eaeaea;
  border-radius: 0.9375vw;
  height: 6.25vw;
  width: auto;
  padding: 0 3.4375vw;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ArticleTagsComponent .tagWrapper {
  flex-shrink: 0;
  display: inline-flex;
}
.ynetnews .ArticleTagsComponent .tagsLabel {
  font-size: 1rem;
}
.ynetnews .ArticleTagsComponent .tagName {
  font-size: 0.75rem;
}
.vesty .ArticleTagsComponent .tagsLabel {
  display: none;
}
.vesty .ArticleTagsComponent .tagName {
  padding: 0 0.9375vw;
  height: 3.125vw;
  font-size: 0.75rem;
  margin-left: unset ! important;
  margin-inline-end: 2.1875vw ! important;
}
.vesty .ArticleTagsComponent .tagName a {
  font-family: Arial !important;
}
.ArticleWrappedImageComponenta {
  display: inline-flex;
  flex-direction: column;
  height: auto;
  min-height: 25vw;
  float: left;
  margin-right: 3.125vw;
  margin-bottom: 3.4375vw;
  margin-left: 5.9375vw;
  font-size: 1rem;
  font-family: 'NarkisBlock', 'Arial';
  line-height: 1.29;
  color: #78787b;
}
.font-moses .ArticleWrappedImageComponenta {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 0.875rem;
}
.ynetnews .ArticleWrappedImageComponenta {
  margin-right: unset;
  margin-left: 3.125vw;
  float: right;
}
.vesty .ArticleWrappedImageComponenta {
  font-family: 'Arial';
}
.ArticleWrappedImageComponenta img {
  object-fit: cover;
}
.ArticleWrappedImageComponenta .caption,
.ArticleWrappedImageComponenta .credit {
  display: inline;
  float: right;
}
.ArticleWrappedImageComponenta .caption {
  margin-top: 0.46875vw;
  font-weight: normal;
  margin-left: 0.78125vw;
  width: auto;
  max-width: 18.75vw;
}
.font-moses .ArticleWrappedImageComponenta .caption {
  font-weight: 500;
}
.ynetnews .ArticleWrappedImageComponenta .caption {
  margin-left: unset;
  margin-right: 0.78125vw;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 0.46875vw;
  width: auto;
  max-width: 18.75vw;
}
.font-moses .ArticleWrappedImageComponenta .credit {
  font-size: 0.813rem !important;
  font-weight: 340 !important;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.calcalist-article-podcast-controls {
  display: flex;
  flex-direction: column;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.938rem;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='sc38vwcd4a' d='M0 0h22v22H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='y907kuhx1b' fill='%23fff'%3E %3Cuse xlink:href='%23sc38vwcd4a'/%3E %3C/mask%3E %3Cpath d='M11 3H8.707L10.853.853a.5.5 0 1 0-.707-.707l-3 3a.5.5 0 0 0 0 .707l3 3a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.707 4H11c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8v-.5a.5.5 0 1 0-1 0v.5c0 4.962 4.037 9 9 9s9-4.038 9-9c0-4.963-4.037-9-9-9' fill='%23FFF' mask='url(%23y907kuhx1b)'/%3E %3Cpath d='M8.069 15.541v-5.59H8.05l-1.116.606-.229-.735 1.495-.786h.861v6.505H8.07m6.911-6.505v.83H12.66l-.22 1.546c.132-.009.255-.026.44-.026 1.204 0 2.242.691 2.242 2.022 0 1.252-.976 2.228-2.418 2.228-.65 0-1.24-.172-1.548-.362l.229-.76c.264.146.747.328 1.284.328.747 0 1.415-.501 1.415-1.348 0-.838-.58-1.365-1.758-1.365-.334 0-.58.017-.8.052l.413-3.145h3.042' fill='%23FFF' mask='url(%23y907kuhx1b)'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .forwardStep {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='zvbhoz5w5a' d='M0 0h22v22H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='m2uu9gbwdb' fill='%23fff'%3E %3Cuse xlink:href='%23zvbhoz5w5a'/%3E %3C/mask%3E %3Cpath d='M8.707 3 10.853.853a.5.5 0 1 0-.707-.707l-3 3a.5.5 0 0 0 0 .707l3 3a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.707 4H11c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8v-.5a.5.5 0 1 0-1 0v.5c0 4.962 4.037 9 9 9s9-4.038 9-9c0-4.963-4.037-9-9-9H8.707z' fill='%23FFF' mask='url(%23m2uu9gbwdb)' transform='matrix(-1 0 0 1 22 0)'/%3E %3Cpath d='M8.069 15.541v-5.59H8.05l-1.116.606-.229-.735 1.495-.786h.861v6.505H8.07m6.911-6.505v.83H12.66l-.22 1.546c.132-.009.255-.026.44-.026 1.204 0 2.242.691 2.242 2.022 0 1.252-.976 2.228-2.418 2.228-.65 0-1.24-.172-1.548-.362l.229-.76c.264.146.747.328 1.284.328.747 0 1.415-.501 1.415-1.348 0-.838-.58-1.365-1.758-1.365-.334 0-.58.017-.8.052l.413-3.145h3.042' fill='%23FFF' mask='url(%23m2uu9gbwdb)'/%3E %3C/g%3E %3C/svg%3E");
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .jumpto-button {
  width: 1.625rem;
  height: 1.625rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .jumpto-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .jumpto-button:hover {
  background-color: #ffffff1f;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button {
  width: 3.125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.063rem solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 1rem;
  cursor: pointer;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button:hover {
  background-color: #ffffff1f;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button .calcalist-article-podcast-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 1.125rem;
  border-radius: 0.125rem;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.125rem;
  margin-left: 0.25rem;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button .calcalist-article-podcast-play-button-status.pause {
  border-radius: 0.125rem;
  border-style: double;
  border-width: 0px 0 0px 1.125rem;
  margin: 0;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button.calcalist-article-podcast-play-button-loader {
  position: relative;
  z-index: 0;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button.calcalist-article-podcast-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #fff, #fff);
  animation: rotate 1s linear infinite;
}
.calcalist-article-podcast-controls .podcast-controls-btns-container .calcalist-article-podcast-play-button.calcalist-article-podcast-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 2.875rem;
  height: 2.875rem;
  background: #a51c21;
  border-radius: 50%;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler .time-text-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler .time-text-wrapper .time-text {
  font-family: "Open Sans Hebrew";
  font-size: 0.75rem;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler .timeline {
  margin: 0 0.5rem 0.25rem;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 0.25rem;
  direction: ltr;
  border-radius: 0.113rem;
  background-color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 0.25rem;
  width: 0.063rem;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 0.25rem;
  width: 0.063rem;
}
.calcalist-article-podcast-controls .calcalist-article-podcast-controls-ruler input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 0.25rem;
  width: 0.063rem;
}
.calcalist-podcast-menu-share-mutam-container {
  position: relative;
}
.calcalist-podcast-menu-share-mutam-container .share-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.calcalist-podcast-menu-share-mutam-container .share-container .share-icon-pf {
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 .74A16.153 16.153 0 0 0 5.503 5.504 16.153 16.153 0 0 0 .741 17c0 4.343 1.691 8.426 4.762 11.497A16.153 16.153 0 0 0 17 33.259c4.343 0 8.426-1.691 11.497-4.762A16.153 16.153 0 0 0 33.259 17c0-4.343-1.691-8.426-4.762-11.497A16.153 16.153 0 0 0 17 .741zM17 34c-4.54 0-8.81-1.768-12.02-4.98A16.889 16.889 0 0 1 0 17c0-4.54 1.768-8.81 4.98-12.02C8.19 1.767 12.46 0 17 0c4.54 0 8.81 1.768 12.02 4.98C32.233 8.19 34 12.46 34 17c0 4.54-1.768 8.81-4.98 12.02A16.889 16.889 0 0 1 17 34z' fill='%23fff' fill-opacity='.87'/%3E %3Cpath d='M23.077 24.38H9.887c-.198 0-.36-.171-.36-.381v-13.36c0-.21.162-.382.36-.382h9.542c.199 0 .361-.172.361-.382v-.921c0-.21-.162-.382-.361-.382h-10.7c-.44 0-.796.376-.796.843v15.809c0 .464.356.843.797.843h15.504c.44 0 .797-.377.797-.843v-6.022c0-.21-.163-.383-.361-.383h-.87c-.2 0-.362.172-.362.383v4.797c0 .21-.163.382-.361.382z' fill='%23fff' fill-opacity='.87' stroke='%231B1B1B' stroke-width='.5'/%3E %3Cpath d='M24.507 7.96c-.073-.062-.179-.007-.179.09v1.606c0 .058-.04.105-.094.115-8.583 1.395-8.545 9.726-8.29 12.478.012.136.195.14.216.006 1.057-6.72 7.166-7.471 8.06-7.546a.11.11 0 0 1 .117.107l.126 1.608c.008.093.112.141.181.08l4.77-4.226a.158.158 0 0 0-.003-.237L24.507 7.96z' fill='%23fff' fill-opacity='.87'/%3E %3C/svg%3E");
}
.calcalist-podcast-menu-share-mutam-container .share-container .share-icon-pf.red {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M33.7 17c0 9.223-7.477 16.7-16.7 16.7C7.777 33.7.3 26.223.3 17 .3 7.777 7.777.3 17 .3 26.223.3 33.7 7.777 33.7 17z' fill='%23A51C21' stroke='%23fff' stroke-width='.6'/%3E %3Cpath d='M23.077 24.38H9.887c-.198 0-.36-.172-.36-.382V10.64c0-.21.162-.382.36-.382h9.542c.199 0 .361-.172.361-.382v-.921c0-.21-.162-.383-.361-.383h-10.7c-.44 0-.796.377-.796.843v15.81c0 .464.356.842.797.842h15.504c.44 0 .797-.377.797-.843v-6.022c0-.21-.163-.382-.361-.382h-.87c-.2 0-.362.172-.362.382v4.797c0 .21-.163.382-.361.382z' fill='%23fff' stroke='%23A51C21' stroke-width='.5'/%3E %3Cpath d='M24.507 7.959c-.073-.061-.179-.006-.179.091v1.606c0 .057-.04.105-.094.114-8.583 1.396-8.545 9.726-8.29 12.478.012.136.195.14.216.006 1.057-6.72 7.166-7.47 8.06-7.545.06-.006.113.042.117.107l.126 1.607c.008.094.112.142.181.08l4.77-4.225a.158.158 0 0 0-.003-.237l-4.904-4.082z' fill='%23fff'/%3E %3C/svg%3E");
}
.calcalist-podcast-menu-share-mutam-container .share-container .close-icon-pf {
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 .74A16.153 16.153 0 0 0 5.503 5.504 16.153 16.153 0 0 0 .741 17c0 4.343 1.691 8.426 4.762 11.497A16.153 16.153 0 0 0 17 33.259c4.343 0 8.426-1.691 11.497-4.762A16.153 16.153 0 0 0 33.259 17c0-4.343-1.691-8.426-4.762-11.497A16.153 16.153 0 0 0 17 .741zM17 34c-4.54 0-8.81-1.768-12.02-4.98A16.889 16.889 0 0 1 0 17c0-4.54 1.768-8.81 4.98-12.02C8.19 1.767 12.46 0 17 0c4.54 0 8.81 1.768 12.02 4.98C32.233 8.19 34 12.46 34 17c0 4.54-1.768 8.81-4.98 12.02A16.889 16.889 0 0 1 17 34z' fill='%23fff' fill-opacity='.87'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m18.049 16.8 5.281-5.234a.949.949 0 0 0 .043-1.28.818.818 0 0 0-1.203-.044l-5.37 5.32-5.37-5.32a.818.818 0 0 0-1.203.045c-.319.364-.3.94.043 1.28l5.282 5.233-5.282 5.234a.949.949 0 0 0-.043 1.28c.32.363.86.384 1.203.044l5.37-5.32 5.37 5.32a.818.818 0 0 0 1.203-.045c.319-.364.3-.94-.043-1.28L18.05 16.8z' fill='%23fff' fill-opacity='.87'/%3E %3C/svg%3E");
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu {
  position: absolute;
  width: 3.438rem;
  height: 11.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: #E4E4E4;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  right: -0.5rem;
  top: 3.438rem;
  z-index: 100;
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu::before {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  content: '';
  transform: rotate(-315deg);
  background-color: #E4E4E4;
  top: -0.563rem;
  position: absolute;
  z-index: -1;
  right: 1.063rem;
  border-radius: 0.125rem;
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu .podcast-share-btn {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: none;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu .podcast-share-btn.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M29.998 15c0 7.029-4.834 12.928-11.36 14.554v-9.616h4.028l.643-4.696h-4.67v-3.518a1.76 1.76 0 0 1 1.764-1.761h3.054V5.825h-4.942a4.693 4.693 0 0 0-4.693 4.693v4.725H9.755v4.697h4.067v10.015a14.974 14.974 0 0 1-1.596-.21C5.267 28.444 0 22.337 0 15c0-8.284 6.716-15 15-15 8.285 0 15 6.716 15 15h-.002z' fill='%23000'/%3E %3Cpath d='M18.639 11.724v3.517h4.669l-.643 4.697h-4.027v9.616a15.086 15.086 0 0 1-4.817.4V19.938H9.754v-4.697h4.067v-4.724a4.693 4.693 0 0 1 4.693-4.694h4.942v4.138h-3.054c-.975 0-1.763.79-1.763 1.763z' fill='%23fff'/%3E %3C/svg%3E");
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu .podcast-share-btn.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M30 14.956c-.617 20.048-29.37 20.07-30 0 .336-19.94 29.666-19.943 30 0z' fill='%23000'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.907 13.351-1.568-2.273-.003-.004A27819.75 27819.75 0 0 0 11.871 7.5H7.48c1.51 2.207 3.788 5.54 5.97 8.734l-5.71 6.702h1.393l4.933-5.802 3.966 5.802h4.486l-5.995-8.69v-.001L22.258 7.5h-1.366l-4.985 5.851zm-.076 1.611-4.473-6.484H9.334l2.548 3.727 2.226 3.258.615.9 3.826 5.596h2.108l-4.789-6.943-.037-.054z' fill='%23fff'/%3E %3C/svg%3E");
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu .podcast-share-btn.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23000'/%3E %3Cpath d='M10.582 22H7.265V11.318h3.317V22zM8.922 9.86C7.86 9.86 7 8.983 7 7.922a1.921 1.921 0 0 1 3.842 0c0 1.06-.86 1.94-1.92 1.94zM22.996 22h-3.31v-5.2c0-1.24-.025-2.829-1.725-2.829-1.724 0-1.989 1.347-1.989 2.74V22H12.66V11.318h3.18v1.457h.047c.443-.84 1.525-1.725 3.138-1.725 3.358 0 3.975 2.21 3.975 5.082V22h-.003z' fill='%23fff'/%3E %3C/svg%3E");
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu .podcast-share-btn.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M30 14.999c0 7.597-5.647 13.875-12.974 14.864-.662.09-1.338.136-2.026.136-.948 0-1.875-.087-2.774-.256C5.267 28.443 0 22.336 0 15 0 6.716 6.716 0 15 0c8.285 0 15 6.716 15 15v-.001z' fill='%23000'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.105 8.065a9.645 9.645 0 0 1 2.075 3.077 9.615 9.615 0 0 1 .762 3.77 9.644 9.644 0 0 1-2.836 6.846 9.645 9.645 0 0 1-6.846 2.836c-1.81 0-3.566-.5-5.096-1.45l-4.097 1.074 1.095-3.998a9.623 9.623 0 0 1-1.586-5.308 9.644 9.644 0 0 1 2.836-6.846 9.644 9.644 0 0 1 6.847-2.837 9.644 9.644 0 0 1 6.847 2.836zM10.607 21.968a8.412 8.412 0 0 0 4.65 1.396l.002.002c4.66 0 8.451-3.791 8.451-8.452 0-4.66-3.79-8.451-8.452-8.451-4.66 0-8.451 3.79-8.451 8.451 0 1.743.528 3.418 1.527 4.844l.167.236-.683 2.494 2.56-.671.229.151zm7.873-5.478.929.55h-.002c.175.104.266.31.213.505a2.016 2.016 0 0 1-1.364 1.402 2.022 2.022 0 0 1-.838.074h-.005a3.135 3.135 0 0 1-.885-.19c-.95-.336-2.082-1.1-3.112-2.174-1.03-1.075-1.749-2.237-2.047-3.2a3.139 3.139 0 0 1-.153-.892v-.005a2.015 2.015 0 0 1 .108-.834c.102-.293.272-.565.51-.793.273-.263.602-.434.946-.513a.453.453 0 0 1 .495.233l.512.949.088.164.284.526a.457.457 0 0 1-.086.548 1.849 1.849 0 0 0-.551 1.58 1.822 1.822 0 0 0 .497 1.032l.624.65a1.832 1.832 0 0 0 1.023.54 1.838 1.838 0 0 0 1.588-.487.46.46 0 0 1 .552-.063l.514.304.16.094z' fill='%23fff'/%3E %3C/svg%3E");
}
.calcalist-podcast-menu-share-mutam-container .vertical-share-menu .podcast-share-btn.mail {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M30 14.956c-.617 20.048-29.37 20.07-30 0 .336-19.94 29.666-19.943 30 0z' fill='%23000'/%3E %3Cpath d='M24 19.8v-8.1s-8.19 5.715-8.986 6.012C14.23 17.428 6 11.7 6 11.7v8.1c0 1.125.239 1.35 1.35 1.35h15.3c1.138 0 1.35-.198 1.35-1.35zm-.013-9.688c0-.82-.239-1.112-1.337-1.112H7.35C6.22 9 6 9.351 6 10.17l.014.126s8.13 5.598 9 5.904c.918-.355 8.986-6.03 8.986-6.03l-.013-.058z' fill='%23fff'/%3E %3C/svg%3E");
}
.calcalist-article-podcast-mutam-container-pf {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #1B1B1B;
}
.calcalist-article-podcast-mutam-container-pf .title {
  margin-top: 2rem;
  font-family: "Shual";
  font-size: 2rem;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
}
.calcalist-article-podcast-mutam-container-pf .date-author-container {
  margin-top: 0.438rem;
  display: flex;
  font-family: 'Open Sans Hebrew';
  font-size: 0.938rem;
  text-align: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.87);
}
.calcalist-article-podcast-mutam-container-pf .date-author-container .seperator-pf {
  margin: 0 6px;
}
.calcalist-article-podcast-mutam-container-pf .player-container {
  background-color: #821013;
  padding: 1.875rem 1.25rem;
  margin-top: 2rem;
  box-sizing: border-box;
}
.calcalist-article-podcast-mutam-container-pf .player-container .inner-container {
  display: flex;
  justify-content: space-between;
}
.calcalist-article-podcast-mutam-container-pf .player-container .inner-container > span {
  flex: 2;
  align-self: center;
}
.calcalist-article-podcast-mutam-container-pf .player-container .inner-container .image-container-pf {
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
  width: 120px;
  height: 120px;
  background-color: #a51c21;
}
.calcalist-article-podcast-mutam-container-pf .player-container .inner-container .image-container-pf img {
  width: 100%;
  height: auto;
}
.calcalist-article-podcast-mutam-container-pf .description {
  margin-top: 2rem;
  font-family: 'Open Sans Hebrew';
  font-size: 1.125rem;
  line-height: 1.56;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
}
.CalcalistMusafTopStory {
  display: flex;
  flex-direction: column;
}
.CalcalistMusafTopStory .musafImageWrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.CalcalistMusafTopStory .musafImageWrapper img {
  width: 100%;
  height: auto;
}
.CalcalistMusafTopStory .musafImageWrapper .musafTsHeaderTitle {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #d01e25;
  display: inline-block;
  white-space: nowrap;
  padding: 0.4375rem  1.125rem;
  font-family: 'Open Sans Hebrew';
}
.CalcalistMusafTopStory .musafImageWrapper .img-credit {
  font-size: 0.9375rem;
  background-color: #505050;
  color: #fff;
  width: 100%;
  display: inline-block;
  border-bottom-left-radius: 2rem 2rem;
  line-height: 1.3rem;
  position: relative;
  top: -0.1875rem;
  padding: 0.5rem 1.125rem;
  font-family: 'Open Sans Hebrew';
  direction: rtl;
  box-sizing: border-box;
}
.CalcalistMusafTopStory .musafImageWrapper .img-credit .musafTsHeaderTitle {
  top: -2.18rem;
  bottom: unset;
}
.CalcalistMusafTopStory .musafTitleAndSubtitleWrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  margin-top: -2rem;
}
.CalcalistMusafTopStory .musafTitleAndSubtitleWrapper * {
  direction: rtl;
}
.CalcalistMusafTopStory .musafTitleAndSubtitleWrapper .musafTitleWrapper {
  font-size: 2.875rem;
  font-family: "ShualSerifBold";
  line-height: 2.4375rem;
  color: #ffffff;
  padding: 1.25rem;
  box-sizing: border-box;
  margin: 0;
}
.CalcalistMusafTopStory .musafTitleAndSubtitleWrapper .musafSubtitleWrapper {
  font-size: 1.625rem;
  font-family: "ShualSerifRegular";
  line-height: 1.5rem;
  color: #ffffff;
  padding: 1.25rem;
  margin: 0;
  margin-top: -1.75rem;
  box-sizing: border-box;
  font-weight: 500;
}
.ArticleTitleImg {
  margin: 0 auto;
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
  display: block;
}
.articleIframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
}
.articleIframe .iframeCaption {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25rem;
  color: #787878;
  display: block;
}
.recipeRating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipeRating > span {
  flex: 1;
}
.recipeRating .recipe-rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.8125vw;
  font-family: 'NarkisBlock';
  font-weight: 700;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-stars {
  cursor: default;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-star {
  color: transparent !important;
}
.recipeRating .recipe-rating > * {
  width: 100%;
}
.recipeRating .recipe-rating .recipe-rating-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.9375vw;
}
.font-moses .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 4.21875vw;
  font-weight: 670;
  font-family: "Moses", "NarkisBlock";
}
.recipeRating .recipe-rating .recipe-rating-stars {
  align-items: center;
  justify-content: space-around;
  direction: ltr;
  display: flex;
  cursor: pointer;
  margin: 3.125vw 17.1875vw 6.25vw;
}
.recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.625' height='34.625' viewBox='0 0 34.625 34.625'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23000; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M17.313,28.709l-10.7,5.916L8.655,22.1,0,13.225,11.963,11.4,17.313,0,22.66,11.4l11.965,1.829L25.968,22.1l2.044,12.528Z'/%3E %3Cpath class='cls-3' d='M 9.249397277832031 30.88191413879395 L 17.3131103515625 26.42376899719238 L 25.37508010864258 30.88142967224121 L 23.83197021484375 21.42219924926758 L 30.47513008117676 14.61426734924316 L 21.30237007141113 13.21242904663086 L 17.31245613098145 4.707680225372314 L 13.31988906860352 13.2124490737915 L 4.149397850036621 14.61421203613281 L 10.7916898727417 21.42219924926758 L 9.249397277832031 30.88191413879395 M 28.01220893859863 34.62493896484375 L 17.31305885314941 28.70911026000977 L 6.612729549407959 34.62493896484375 L 8.655349731445313 22.09648895263672 L -5.175781438992999e-07 13.22523975372314 L 11.96289920806885 11.39663982391357 L 17.31305885314941 -5.175781438992999e-07 L 22.65966987609863 11.39663982391357 L 34.62493896484375 13.22523975372314 L 25.96840858459473 22.09648895263672 L 28.01220893859863 34.62493896484375 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.59375vw;
  height: 8.59375vw;
  padding: 0 1.09375vw 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
  color: black;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
  color: white;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: "EzerShemesh";
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='4 5 22 21' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%232C2C2D'/%3E %3C/svg%3E") !important;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  background-size: contain;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .recipeRating .recipe-rating.alreadyRated .recipe-rating-stars .recipe-rating-star {
    color: transparent !important;
  }
  .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.625' height='34.625' viewBox='0 0 34.625 34.625'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_white' data-name='for you icon white' class='cls-1'%3E %3Cpath class='cls-2' d='M17.313,28.709l-10.7,5.916L8.655,22.1,0,13.225,11.963,11.4,17.313,0,22.66,11.4l11.965,1.829L25.968,22.1l2.044,12.528Z'/%3E %3Cpath class='cls-3' d='M 9.249397277832031 30.88191413879395 L 17.3131103515625 26.42376899719238 L 25.37508010864258 30.88142967224121 L 23.83197021484375 21.42219924926758 L 30.47513008117676 14.61426734924316 L 21.30237007141113 13.21242904663086 L 17.31245613098145 4.707680225372314 L 13.31988906860352 13.2124490737915 L 4.149397850036621 14.61421203613281 L 10.7916898727417 21.42219924926758 L 9.249397277832031 30.88191413879395 M 28.01220893859863 34.62493896484375 L 17.31305885314941 28.70911026000977 L 6.612729549407959 34.62493896484375 L 8.655349731445313 22.09648895263672 L -5.175781438992999e-07 13.22523975372314 L 11.96289920806885 11.39663982391357 L 17.31305885314941 -5.175781438992999e-07 L 22.65966987609863 11.39663982391357 L 34.62493896484375 13.22523975372314 L 25.96840858459473 22.09648895263672 L 28.01220893859863 34.62493896484375 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
  }
}
.magazine_template .VideoComponenta {
  display: flex;
}
.articleVideoComponenta,
.VideoLiveComponenta {
  position: relative;
  display: block;
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
}
.calcalist .articleVideoComponenta,
.calcalist .VideoLiveComponenta {
  margin: 0.78125vw 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.articleVideoComponenta #player,
.VideoLiveComponenta #player {
  background-size: contain;
}
.articleVideoComponenta > span,
.VideoLiveComponenta > span {
  display: block;
}
.calcalist .articleVideoComponenta .fp-title,
.calcalist .VideoLiveComponenta .fp-title {
  display: none !important;
}
.articleVideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: #78787b;
  padding: 1.5625vw;
  z-index: 1;
  position: relative;
  height: auto;
  font-size: 1rem;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -2.34375vw;
  box-sizing: border-box;
}
.font-moses .articleVideoComponenta .videoInfo,
.font-moses .VideoLiveComponenta .videoInfo {
  font-size: 0.875rem;
  padding: 1.5625vw 3.90625vw;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: 90%;
  display: flex;
  flex-grow: 1;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
  max-width: unset;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  max-width: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 1.5625vw;
  line-height: 1.25;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child {
  margin-left: 0px;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline;
  white-space: wrap;
  margin-left: 0px;
}
.articleVideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container {
  position: relative;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: transparent;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  position: absolute;
  left: 2.34375vw;
  top: 2.34375vw;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.25vw !important;
  border-radius: 0.78125vw;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
  width: 4.6875vw;
}
.ynet .articleVideoComponenta .art_video_caption,
.ynet .VideoLiveComponenta .art_video_caption {
  color: #000;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline-block;
  overflow: unset;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (prefers-color-scheme: dark) {
  .articleVideoComponenta .videoInfo,
  .VideoLiveComponenta .videoInfo {
    color: #fff !important;
  }
}
.YoutubeCaption {
  font-size: 4.375vw;
  font-weight: 300;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
}
.premium-calcalist-paywall-mobile-signin-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 6.5625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signin-email .digital-edition-label {
  color: #A51C21;
  font-size: 4.375vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.premium-calcalist-paywall-mobile-signin-email .title {
  font-size: 10.3125vw;
  line-height: normal;
  font-weight: 700;
  margin: 0;
  margin-top: 2.65625vw;
}
.premium-calcalist-paywall-mobile-signin-email .signin-method-selector {
  display: inline-flex;
  background: #EDEDED;
  border-radius: 2.65625vw;
  margin-top: 9.0625vw;
  width: 72.34375vw;
  height: 9.0625vw;
  padding: 0.78125vw;
  direction: rtl;
  box-sizing: border-box;
}
.premium-calcalist-paywall-mobile-signin-email .signin-method-selector .selector-btn {
  border: none;
  border-radius: 2.65625vw;
  background: transparent;
  font-size: 3.59375vw;
  line-height: 2.8125vw;
  padding: 0;
  margin: 0;
  flex: 1;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
}
.premium-calcalist-paywall-mobile-signin-email .signin-method-selector .selector-btn.active {
  flex: 1;
  background: #fff;
  font-weight: 700;
  border-radius: 2.65625vw;
  background: #FFF;
  box-shadow: 0 1px 0.3125vw 0 rgba(0, 0, 0, 0.05);
}
.premium-calcalist-paywall-mobile-signin-email .signin-method-selector .selector-btn:hover {
  opacity: 0.9;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin {
  width: 100%;
  margin-top: 7.8125vw;
  z-index: 1;
  position: relative;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin input {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 5.15625vw;
  text-align: right;
  height: 7.8125vw;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-right: 2.5vw;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin input:focus {
  outline: none;
  box-shadow: none;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin .error-text {
  padding-right: 2.5vw;
  font-size: 3.4375vw;
  margin-top: 1.5625vw;
  height: 4.61563vw;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin .error-text a {
  color: #DE1A1A !important;
  text-decoration: underline !important;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin .error-text a:visited,
.premium-calcalist-paywall-mobile-signin-email .email-signin .error-text a:active,
.premium-calcalist-paywall-mobile-signin-email .email-signin .error-text a:hover {
  color: #DE1A1A !important;
  text-decoration: underline !important;
}
.premium-calcalist-paywall-mobile-signin-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signin-email .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  margin-top: 2.5vw;
  text-align: right;
  color: #DE1A1A;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signin-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 7.5vw;
  gap: 5.15625vw;
}
.premium-calcalist-paywall-mobile-signin-email .buttons-container .button-base {
  width: 38.59375vw;
  height: 10.78125vw;
  cursor: pointer;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signin-email .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signin-email .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signin-email .separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 7.8125vw;
  background-color: #000;
  position: relative;
}
.premium-calcalist-paywall-mobile-signin-email .separator .text {
  position: absolute;
  background-color: #fff;
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 6.66719vw;
  padding: 0 2.56406vw;
}
.premium-calcalist-paywall-mobile-signin-email .social-signin {
  gap: 5.15625vw;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10.25625vw;
}
.premium-calcalist-paywall-mobile-signin-email .social-signin .social-button {
  width: 38.59375vw;
  height: 10.78125vw;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-size: 4.375vw;
  line-height: 6.66719vw;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0.3125vw solid #000;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signin-email .social-signin .social-button span {
  position: relative;
  top: 0.75vw;
}
.premium-calcalist-paywall-mobile-signin-email .social-signin .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 5.9375vw;
  height: 5.9375vw;
  position: relative;
  top: 0.625vw;
  background-size: contain;
  margin-left: 0.46875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signin-email .social-signin .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 5.9375vw;
  height: 5.9375vw;
  position: relative;
  background-size: contain;
  top: 0.9375vw;
  margin-left: 0.75vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signin-email .signup {
  margin-top: 7.8125vw;
  font-size: 4.375vw;
  line-height: 6.66719vw;
  text-align: right;
}
.premium-calcalist-paywall-mobile-signin-email .signup div a {
  font-weight: 700;
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 1.25vw;
  -webkit-text-fill-color: #DE1A1A;
}
.premium-calcalist-paywall-mobile-signin-email .newspapper-users {
  cursor: pointer;
  font-size: 4.375vw;
  margin-top: 2.1875vw;
  display: flex;
  flex-direction: column;
  line-height: 6.66719vw;
  align-items: center;
}
.premium-calcalist-paywall-mobile-signin-email .newspapper-users :first-child {
  font-weight: normal;
}
.premium-calcalist-paywall-mobile-signin-email .newspapper-users .more-details {
  margin-top: 1.53906vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signin-email .newspapper-users .calcalist-label {
  top: 0.5125vw;
  position: relative;
  width: 20.5125vw;
  height: 4.10313vw;
  margin-left: 0.5125vw;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.1666 8.41089V3.04093H35.2831V0.5H31.9058V6.4131H39.7892V8.1228L36.4572 10.4181C36.4016 10.4583 36.342 10.4971 36.2803 10.5374C35.8196 10.838 35.2378 11.2175 35.2378 12.8127V15.5H38.6151V13.1055L41.5709 11.051C41.6722 10.9807 41.7721 10.9152 41.8697 10.8514C42.584 10.3838 43.1666 10.0025 43.1666 8.41089Z' fill='%23A51C21'/%3E%3Cpath d='M11.2608 15.4575V5.87473C11.2608 4.31145 10.0414 3.04098 8.44563 3.04098H5.63042V6.41315H7.8835V12.0854H3.37735V2.99375H0V12.6238C0 14.1871 1.21947 15.4575 2.81521 15.4575H11.2608Z' fill='%23A51C21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8066 12.6238V2.99375H21.2523C22.848 2.99375 24.0675 4.26422 24.0675 5.82751V12.6238C24.0675 14.1871 22.848 15.4575 21.2523 15.4575H15.6219C14.0714 15.5048 12.8066 14.2343 12.8066 12.6238ZM16.1885 12.0854H20.6947V6.41315H16.1885V12.0854Z' fill='%23A51C21'/%3E%3Cpath d='M30.4504 2.99375V10.5221H27.0731V6.21951H25.3822V2.99375H30.4504Z' fill='%23A51C21'/%3E%3Cpath d='M55.3205 5.8794V12.6285C55.3205 14.239 54.1011 15.5094 52.5053 15.4622H44.6218V12.09H51.9432V6.41782H44.6218V3.04565H52.5053C54.1011 3.04565 55.3205 4.31612 55.3205 5.8794Z' fill='%23A51C21'/%3E%3Cpath d='M67.8008 8.42034V3.04093H59.9173V0.5H56.54V6.4131H64.4235V8.1228L61.0915 10.4181C61.0402 10.4552 60.9861 10.4911 60.9305 10.528C60.4753 10.8302 59.9173 11.2007 59.9173 12.8127V15.5H63.2947V13.1055L66.2958 11.051C66.3998 10.97 66.5038 10.8956 66.6057 10.8226C67.2409 10.3676 67.7963 9.96967 67.7963 8.41089L67.8008 8.42034Z' fill='%23A51C21'/%3E%3Cpath d='M80 5.8794V12.6237L79.9955 12.6285C79.9955 14.239 78.7307 15.5094 77.1349 15.4622H69.2514V12.09H76.5728V6.41782H69.3013V3.04565H77.1848C78.7805 3.04565 80 4.31612 80 5.8794Z' fill='%23A51C21'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signin-finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 9.0625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signin-finish .title {
  font-size: 10.3125vw;
  line-height: 11vw;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.premium-calcalist-paywall-mobile-signin-finish .subtitle {
  margin-top: 7.8125vw;
  font-size: 4.21875vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signin-finish .finish-step-icon {
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/auth-finish-logo.png');
  width: 44.53125vw;
  height: 44.53125vw;
  margin-top: 7.8125vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.premium-calcalist-paywall-mobile-signin-finish .change-page-message {
  font-size: 4.21875vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  margin-bottom: 41.40625vw;
}
.premium-calcalist-paywall-mobile-signin-finish .change-page-message span {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.premium-calcalist-paywall-mobile-signin-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 9.0625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signin-password .title {
  font-size: 10.3125vw;
  line-height: normal;
  font-weight: 700;
  margin: 0;
}
.premium-calcalist-paywall-mobile-signin-password .password-step-icon {
  width: 37.1875vw;
  height: 37.1875vw;
  background-size: contain;
  margin-top: 5.15625vw;
  background-repeat: no-repeat;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/mobile-auth-signin-otp.png');
}
.premium-calcalist-paywall-mobile-signin-password .subtitle {
  margin-top: 7.8125vw;
  font-size: 4.375vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signin-password .subtitle .bold {
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signin-password .subtitle .br {
  display: block;
}
.premium-calcalist-paywall-mobile-signin-password .otp {
  display: flex;
  direction: ltr;
  width: 100%;
  justify-content: space-between;
  margin-top: 7.8125vw;
}
.premium-calcalist-paywall-mobile-signin-password .otp input {
  width: 9.0625vw;
  height: 9.0625vw;
  border: 0.25vw solid #999999;
  font-size: 4.375vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signin-password .avalibale-label {
  font-size: 3.4375vw;
  line-height: normal;
  text-align: center;
  margin-top: 7.8125vw;
}
.premium-calcalist-paywall-mobile-signin-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 7.5vw;
  gap: 5vw;
}
.premium-calcalist-paywall-mobile-signin-password .buttons-container .button-base {
  width: 39.6875vw;
  cursor: pointer;
  height: 10.3125vw;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signin-password .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 0.25vw solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signin-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 0.25vw solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signin-password .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  position: relative;
  top: 5vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-calcalist-paywall-mobile-signin-password .resend-code-text {
  font-size: 4.375vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
  margin-bottom: 33.90625vw;
}
.premium-calcalist-paywall-mobile-signin-password .resend-code-text button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 6.5625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .digital-edition-label {
  width: 44.21875vw;
  height: 7.8125vw;
  color: #fff;
  font-size: 4.21875vw;
  border-radius: 15.625vw;
  background: #A51C21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .title {
  font-size: 10.3125vw;
  line-height: normal;
  font-weight: 700;
  margin-top: 2.65625vw;
  margin-bottom: 0;
  line-height: 9.6875vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .button-base {
  width: 39.84375vw;
  cursor: pointer;
  margin-top: 5.15625vw;
  height: 10.3125vw;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .error-text {
  font-size: 1.875vw;
  line-height: 2.5vw;
  position: relative;
  top: 0.3125vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms {
  display: flex;
  font-size: 3.125vw;
  margin-top: 5.15625vw;
  line-height: 4.0625vw;
  text-align: right;
  color: #000;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container {
  background-color: #fff;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #DE1A1A;
  border-radius: 0.3125vw;
  background-color: #fff;
  cursor: pointer;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container {
  display: inline-grid;
  grid-gap: 1.25vw;
  grid-template-columns: 3.75vw auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  margin-left: 0.78125vw;
  top: 0.3125vw;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3125vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .error-text {
  margin-top: unset;
  margin-right: 5vw;
  font-size: 3.125vw;
  line-height: 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .error-text a {
  color: #DE1A1A !important;
  text-decoration: underline;
  -webkit-text-fill-color: #DE1A1A !important;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .back-button {
  font-size: 4.375vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .back-button button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 6.5625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-email .digital-edition-label {
  color: #A51C21;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.premium-calcalist-paywall-mobile-signup-email .title {
  font-size: 10.3125vw;
  line-height: normal;
  font-weight: 700;
  margin-top: 2.65625vw;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signup-email .subtitle {
  font-size: 5.5vw;
  line-height: 7.5vw;
  text-align: center;
  margin-top: 2.1875vw;
  font-weight: 700;
}
.premium-calcalist-paywall-mobile-signup-email .subtitle span {
  color: #DE1A1A;
  display: block;
}
.premium-calcalist-paywall-mobile-signup-email .email-signup {
  width: 100%;
  margin-top: 5.15625vw;
  z-index: 1;
  position: relative;
}
.premium-calcalist-paywall-mobile-signup-email .email-signup.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-email .email-signup input {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 5.15625vw;
  text-align: right;
  height: 7.8125vw;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-right: 2.5vw;
}
.premium-calcalist-paywall-mobile-signup-email .email-signup input:focus {
  outline: none;
  box-shadow: none;
}
.premium-calcalist-paywall-mobile-signup-email .email-signup .error-text {
  padding-right: 2.5vw;
  font-size: 3.4375vw;
  margin-top: 1.5625vw;
  height: 4.61563vw;
}
.premium-calcalist-paywall-mobile-signup-email .email-signup .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signup-email .terms {
  display: flex;
  font-size: 3.125vw;
  margin-top: 5.15625vw;
  line-height: 4.0625vw;
  text-align: right;
  color: #000;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}
.premium-calcalist-paywall-mobile-signup-email .terms.error .inner-container {
  background-color: #fff;
}
.premium-calcalist-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #DE1A1A;
  border-radius: 0.3125vw;
  background-color: #fff;
  cursor: pointer;
}
.premium-calcalist-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-email .terms .inner-container {
  display: inline-grid;
  grid-gap: 1.25vw;
  grid-template-columns: 3.75vw auto;
}
.premium-calcalist-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  margin-left: 0.78125vw;
  top: 0.3125vw;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3125vw;
}
.premium-calcalist-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-email .terms .inner-container a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
.premium-calcalist-paywall-mobile-signup-email .terms .error-text {
  margin-top: unset;
  margin-right: 5vw;
  font-size: 3.125vw;
  line-height: 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-email .terms .error-text a {
  color: #DE1A1A !important;
  text-decoration: underline;
  -webkit-text-fill-color: #DE1A1A !important;
}
.premium-calcalist-paywall-mobile-signup-email .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  margin-top: 2.5vw;
  text-align: right;
  color: #DE1A1A;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signup-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 5.15625vw;
  gap: 5.15625vw;
}
.premium-calcalist-paywall-mobile-signup-email .buttons-container .button-base {
  width: 39.84375vw;
  cursor: pointer;
  height: 10.3125vw;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-email .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-email .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-email .separator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 8.28125vw;
  background-color: #000;
  position: relative;
}
.premium-calcalist-paywall-mobile-signup-email .separator .text {
  position: absolute;
  background-color: #fff;
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 6.66719vw;
  padding: 0 2.56406vw;
}
.premium-calcalist-paywall-mobile-signup-email .social-signup {
  gap: 5.15625vw;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 6.71875vw;
}
.premium-calcalist-paywall-mobile-signup-email .social-signup .social-button {
  width: 39.74375vw;
  cursor: pointer;
  height: 10.25625vw;
  background-color: #fff;
  color: #000;
  font-size: 4.375vw;
  line-height: 6.66719vw;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0.3125vw solid #000;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-email .social-signup .social-button span {
  position: relative;
  top: 0.75vw;
}
.premium-calcalist-paywall-mobile-signup-email .social-signup .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 5.9375vw;
  height: 5.9375vw;
  position: relative;
  top: 0.625vw;
  background-size: contain;
  margin-left: 0.46875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signup-email .social-signup .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 5.9375vw;
  height: 5.9375vw;
  position: relative;
  background-size: contain;
  top: 0.9375vw;
  margin-left: 0.75vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signup-email .login {
  margin-top: 5.15625vw;
  font-size: 4.375vw;
  line-height: 6.66719vw;
  text-align: right;
}
.premium-calcalist-paywall-mobile-signup-email .login div a {
  font-weight: 700;
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  -webkit-text-fill-color: #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-email .newspapper-users {
  cursor: pointer;
  font-size: 4.375vw;
  margin-top: 2.1875vw;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  line-height: 6.66719vw;
  align-items: center;
}
.premium-calcalist-paywall-mobile-signup-email .newspapper-users :first-child {
  font-weight: normal;
}
.premium-calcalist-paywall-mobile-signup-email .newspapper-users .login {
  margin-top: 0.625vw;
  font-size: 4.375vw;
  line-height: 6.66719vw;
  text-align: right;
}
.premium-calcalist-paywall-mobile-signup-email .newspapper-users .login a {
  font-weight: 700;
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 1.25vw;
  -webkit-text-fill-color: #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-email .newspapper-users .calcalist-label {
  top: 0.5125vw;
  position: relative;
  width: 20.5125vw;
  height: 4.10313vw;
  margin-left: 0.5125vw;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='16' viewBox='0 0 80 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.1666 8.41089V3.04093H35.2831V0.5H31.9058V6.4131H39.7892V8.1228L36.4572 10.4181C36.4016 10.4583 36.342 10.4971 36.2803 10.5374C35.8196 10.838 35.2378 11.2175 35.2378 12.8127V15.5H38.6151V13.1055L41.5709 11.051C41.6722 10.9807 41.7721 10.9152 41.8697 10.8514C42.584 10.3838 43.1666 10.0025 43.1666 8.41089Z' fill='%23A51C21'/%3E%3Cpath d='M11.2608 15.4575V5.87473C11.2608 4.31145 10.0414 3.04098 8.44563 3.04098H5.63042V6.41315H7.8835V12.0854H3.37735V2.99375H0V12.6238C0 14.1871 1.21947 15.4575 2.81521 15.4575H11.2608Z' fill='%23A51C21'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8066 12.6238V2.99375H21.2523C22.848 2.99375 24.0675 4.26422 24.0675 5.82751V12.6238C24.0675 14.1871 22.848 15.4575 21.2523 15.4575H15.6219C14.0714 15.5048 12.8066 14.2343 12.8066 12.6238ZM16.1885 12.0854H20.6947V6.41315H16.1885V12.0854Z' fill='%23A51C21'/%3E%3Cpath d='M30.4504 2.99375V10.5221H27.0731V6.21951H25.3822V2.99375H30.4504Z' fill='%23A51C21'/%3E%3Cpath d='M55.3205 5.8794V12.6285C55.3205 14.239 54.1011 15.5094 52.5053 15.4622H44.6218V12.09H51.9432V6.41782H44.6218V3.04565H52.5053C54.1011 3.04565 55.3205 4.31612 55.3205 5.8794Z' fill='%23A51C21'/%3E%3Cpath d='M67.8008 8.42034V3.04093H59.9173V0.5H56.54V6.4131H64.4235V8.1228L61.0915 10.4181C61.0402 10.4552 60.9861 10.4911 60.9305 10.528C60.4753 10.8302 59.9173 11.2007 59.9173 12.8127V15.5H63.2947V13.1055L66.2958 11.051C66.3998 10.97 66.5038 10.8956 66.6057 10.8226C67.2409 10.3676 67.7963 9.96967 67.7963 8.41089L67.8008 8.42034Z' fill='%23A51C21'/%3E%3Cpath d='M80 5.8794V12.6237L79.9955 12.6285C79.9955 14.239 78.7307 15.5094 77.1349 15.4622H69.2514V12.09H76.5728V6.41782H69.3013V3.04565H77.1848C78.7805 3.04565 80 4.31612 80 5.8794Z' fill='%23A51C21'/%3E%3C/svg%3E%0A");
}
.premium-calcalist-paywall-mobile-signup-finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 9.0625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-finish .title {
  font-size: 10.3125vw;
  line-height: 11vw;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.premium-calcalist-paywall-mobile-signup-finish .subtitle {
  margin-top: 7.8125vw;
  font-size: 4.21875vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signup-finish .finish-step-icon {
  width: 44.53125vw;
  height: 44.53125vw;
  margin-top: 7.8125vw;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/auth-finish-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.premium-calcalist-paywall-mobile-signup-finish .change-page-message {
  font-size: 4.21875vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  margin-bottom: 41.40625vw;
}
.premium-calcalist-paywall-mobile-signup-finish .change-page-message span {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.premium-calcalist-paywall-mobile-signup-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 9.0625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-password .title {
  font-size: 10.3125vw;
  line-height: normal;
  font-weight: 700;
  margin-top: 5.15625vw;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signup-password .password-step-icon {
  width: 37.1875vw;
  height: 37.1875vw;
  background-size: contain;
  margin-top: 5.15625vw;
  background-repeat: no-repeat;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/mobile-auth-signin-otp.png');
}
.premium-calcalist-paywall-mobile-signup-password .subtitle {
  margin-top: 5.15625vw;
  font-size: 4.375vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signup-password .subtitle .bold {
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-password .subtitle .br {
  display: block;
}
.premium-calcalist-paywall-mobile-signup-password .otp {
  display: flex;
  direction: ltr;
  width: 100%;
  justify-content: space-between;
  margin-top: 5.15625vw;
}
.premium-calcalist-paywall-mobile-signup-password .otp input {
  width: 9.0625vw;
  height: 9.0625vw;
  border: 0.25vw solid #999999;
  font-size: 4.375vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signup-password .avalibale-label {
  font-size: 3.4375vw;
  line-height: normal;
  text-align: center;
  margin-top: 5.15625vw;
}
.premium-calcalist-paywall-mobile-signup-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 5.15625vw;
  gap: 5vw;
}
.premium-calcalist-paywall-mobile-signup-password .buttons-container .button-base {
  width: 39.6875vw;
  cursor: pointer;
  height: 10.3125vw;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-password .buttons-container .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 0.25vw solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 0.25vw solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-password .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  position: relative;
  top: 5vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-calcalist-paywall-mobile-signup-password .resend-code-text {
  font-size: 4.375vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-calcalist-paywall-mobile-signup-password .resend-code-text button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.calcalistDoubleImgItem {
  display: flex;
  flex-direction: row;
  gap: 4.375vw;
  padding-inline-start: 0;
  width: calc(100% + 2.5rem);
  margin: 0 -1.25rem;
}
.calcalistDoubleImgItem .ArticleImageComponenta {
  width: 43.75vw;
}
.calcalistDoubleImgItem img[style] {
  width: 47.8125vw !important;
  height: 56.25vw !important;
}
.calcalistDoubleImgItem .ArticleImageComponenta:first-child .ImageDetails {
  padding-inline-start: 1.25rem;
  box-sizing: border-box;
}
.calcalistDoubleImgItem .ArticleImageComponenta .ImageDetails {
  margin-left: 1.25rem;
}
.calcalistCartoonImageComponenta {
  display: flex;
  flex-direction: column;
  margin: 1.8rem 0.6rem;
  justify-content: flex-start;
  align-items: flex-start;
}
.calcalist .calcalistCartoonImageComponenta {
  direction: rtl;
}
.calcalistCartoonImageComponenta .tab {
  color: #7C97C2;
  font-size: 1.5rem;
  min-height: 1.6rem;
  font-family: 'Shual';
  margin-bottom: 1rem;
}
.calcalistCartoonImageComponenta .caricature {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.calcalistCartoonImageComponenta .caricature img {
  width: 100%;
  height: auto;
}
.calcalistCartoonImageComponenta .caricature .headerImageForMobileLabel {
  font-size: 0.9375rem;
  color: #505050;
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.3rem;
  position: relative;
  top: -0.7rem;
}
.calcalist .calcalistCartoonImageComponenta .caricature .headerImageForMobileLabel {
  direction: rtl;
}
.calcalistCartoonImageComponenta .caricature .headerImageForMobileLabel .img-info {
  padding: 0.5rem 1.125rem;
  font-weight: bold;
}
.article-commercial-video-component {
  width: 100%;
  height: 100%;
}
.article-commercial-video-component .no-videos {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  font-size: 3.125vw;
}
.article-commercial-video-component .article-commercial-video-player .flowplayer {
  width: 100%;
  height: 100%;
}
@import '~normalize.css';
@import 'global/icons/iconsStyle.css';
/** all z-index values should be placed here */
@import "assets/fonts/OpenSansHebrew/opensanshebrew.css";
.g-section-wrapper {
  padding-bottom: 7.8125vw;
  width: 100%;
}
.g-section-wrapper:last-of-type {
  padding-bottom: 0;
}
.g-input-element {
  /* see: http://alistapart.com/article/learning-from-lego-a-step-forward-in-modular-web-design */
  padding: 1.5625vw;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 1.25vw;
  font-size: 2.5vw;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 1.25vw;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/* dropdown properties*/
/* Mixins */
.sk-circle {
  margin: 15.625vw auto;
  width: 6.25vw;
  height: 6.25vw;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2573e9;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: flex;
  animation: fade-in 0.8s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.CalcalistArticleHeadlinesComponenta {
  display: flex;
  flex-direction: column;
  background: #e6e6e6;
}
.CalcalistArticleHeadlinesComponenta .TabComponenta {
  margin: 1.375rem 0.625rem 0.75rem 0.625rem;
  padding: 0;
  font-size: 2.0625rem;
  font-weight: 900;
  font-family: Shual, 'Open Sans Hebrew', sans-serif;
  text-decoration: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-image: url('/app/widgets/siteWidgets/siteSvgImages/left_arrow__chanel_icon.svg');
}
.CalcalistArticleHeadlinesComponenta .slotItem:first-of-type {
  position: relative;
  top: 0;
  margin: 0 0 0.625rem 0 !important;
}
.CalcalistArticleHeadlinesComponenta .loadMoreButton {
  cursor: pointer;
  margin: 0 0.625rem 0 0.625rem;
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  background: #53D1DD;
  color: #fff;
  font-family: Shual, 'Open Sans Hebrew', sans-serif;
  font-size: 1.6875rem;
  text-align: center;
  align-items: center;
}
.CalcalistArticleHeadlinesComponenta .loadMoreButton.hidden {
  display: none;
}
.CalcalistArticleHeadlinesComponenta #circularG {
  position: relative;
  width: 5.15625vw;
  height: 5.15625vw;
  margin: auto;
}
.CalcalistArticleHeadlinesComponenta .circularG {
  position: absolute;
  background-color: #53D1DD;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 0.78125vw;
  -o-border-radius: 0.78125vw;
  -ms-border-radius: 0.78125vw;
  -webkit-border-radius: 0.78125vw;
  -moz-border-radius: 0.78125vw;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 0.768s;
  -o-animation-duration: 0.768s;
  -ms-animation-duration: 0.768s;
  -webkit-animation-duration: 0.768s;
  -moz-animation-duration: 0.768s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
.CalcalistArticleHeadlinesComponenta #circularG_1 {
  left: 0;
  top: 2.03125vw;
  animation-delay: 0.288s;
  -o-animation-delay: 0.288s;
  -ms-animation-delay: 0.288s;
  -webkit-animation-delay: 0.288s;
  -moz-animation-delay: 0.288s;
}
.CalcalistArticleHeadlinesComponenta #circularG_2 {
  left: 0.46875vw;
  top: 0.46875vw;
  animation-delay: 0.384s;
  -o-animation-delay: 0.384s;
  -ms-animation-delay: 0.384s;
  -webkit-animation-delay: 0.384s;
  -moz-animation-delay: 0.384s;
}
.CalcalistArticleHeadlinesComponenta #circularG_3 {
  top: 0;
  left: 2.03125vw;
  animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
}
.CalcalistArticleHeadlinesComponenta #circularG_4 {
  right: 0.46875vw;
  top: 0.46875vw;
  animation-delay: 0.576s;
  -o-animation-delay: 0.576s;
  -ms-animation-delay: 0.576s;
  -webkit-animation-delay: 0.576s;
  -moz-animation-delay: 0.576s;
}
.CalcalistArticleHeadlinesComponenta #circularG_5 {
  right: 0;
  top: 2.03125vw;
  animation-delay: 0.672s;
  -o-animation-delay: 0.672s;
  -ms-animation-delay: 0.672s;
  -webkit-animation-delay: 0.672s;
  -moz-animation-delay: 0.672s;
}
.CalcalistArticleHeadlinesComponenta #circularG_6 {
  right: 0.46875vw;
  bottom: 0.46875vw;
  animation-delay: 0.768s;
  -o-animation-delay: 0.768s;
  -ms-animation-delay: 0.768s;
  -webkit-animation-delay: 0.768s;
  -moz-animation-delay: 0.768s;
}
.CalcalistArticleHeadlinesComponenta #circularG_7 {
  left: 2.03125vw;
  bottom: 0;
  animation-delay: 0.864s;
  -o-animation-delay: 0.864s;
  -ms-animation-delay: 0.864s;
  -webkit-animation-delay: 0.864s;
  -moz-animation-delay: 0.864s;
}
.CalcalistArticleHeadlinesComponenta #circularG_8 {
  left: 0.46875vw;
  bottom: 0.46875vw;
  animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -moz-animation-delay: 0.96s;
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 312.5vw, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.CalcalistBuzzMobileComponenta {
  direction: rtl;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink {
  display: flex;
  height: 7.75vw;
  width: 100%;
  align-items: center;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .textContainer {
  display: flex;
  flex-direction: column;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .textContainer .tabTitle {
  color: #56b4c5;
  line-height: 0.5;
  margin-top: 0.75vw;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .textContainer .tabSubtitle {
  font-family: Arimo, Arial;
  color: #7e7e7e;
  font-size: 0.9375rem;
  position: relative;
  top: -0.05rem;
  font-weight: 400;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .logo {
  max-height: 2.0625rem;
  max-width: 2rem;
  margin-left: 0.625rem;
  background: #59bcc5;
  height: 7.75vw;
  width: 7.75vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%2359BBC4' d='M0 0h31v31H0z'/%3E %3Cpath stroke='%23FFF' d='M15.9 12h.2a5.002 5.002 0 0 1 9.9 1c0 1.637-.787 3.09-2.003 4.003L16 24l-7.997-6.997A5 5 0 1 1 15.9 12z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.CalcalistBuzzMobileComponenta .tabComponenta .tabLink .arrow-icon {
  margin-right: auto;
  width: 2.5vw;
  height: 4.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%2359BBC4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList :first-child {
  margin-top: unset !important;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  font-family: 'Arimo', Arial;
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 1.0625rem 0.75rem 1.0625rem 0.75rem;
  min-height: 4.4375rem;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem .positionHolder {
  flex-basis: 8.42813vw;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem .positionHolder .position {
  font-size: 1.3rem;
  font-weight: 700;
  color: #56b4c5;
}
.CalcalistBuzzMobileComponenta .BuzzItemsList .slotItem .itemTitle .titleLink {
  color: #000;
}
.CalcalistContactUsComponenta {
  margin: auto 5.15625vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 3.125vw;
  z-index: 0;
  box-sizing: border-box;
  border: 1px solid #B7B7B7;
  background: #FCFCFC;
  box-shadow: 0.3125vw 0.9375vw 1.25vw 0px rgba(0, 0, 0, 0.15);
  padding: 0  5.625vw 3.125vw 5.625vw;
  padding-top: 7.65625vw;
}
.CalcalistContactUsComponenta .digital-edition-label {
  width: 44.0625vw;
  height: 7.65625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25.625vw;
  background: #A51C21;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.CalcalistContactUsComponenta .title {
  margin-top: 6.09375vw;
  color: #000;
  font-size: 2.375rem;
  line-height: 9.6875vw;
  margin-bottom: unset;
  font-weight: 700;
  margin-top: 5.15625vw;
}
.CalcalistContactUsComponenta .success-message {
  color: #34A853;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 56.25vw;
}
.CalcalistContactUsComponenta .general-error {
  color: #A51C21;
  font-size: 3.90625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 40.9375vw;
}
.CalcalistContactUsComponenta .inner-container {
  display: flex;
  gap: 14.0625vw;
  width: 100%;
  margin-top: 11.25vw;
}
.CalcalistContactUsComponenta .inner-container .logo-container {
  display: none;
}
.CalcalistContactUsComponenta .inner-container .form-container {
  width: 89.6875vw;
}
.CalcalistContactUsComponenta .inner-container .form-container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field input,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea {
  padding: 2.03125vw 3.125vw;
  border: 0.3125vw solid #999999;
  border-radius: 1.09375vw;
  font-weight: 400;
  font-size: 1rem;
  color: #78787b;
  line-height: 5.625vw;
  text-align: right;
  height: 9.6875vw;
  box-sizing: border-box;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field input.error,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select.error,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea.error {
  border: 0.3125vw solid #de1a1a;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field input:disabled,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select:disabled,
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea:disabled {
  background: #e4e4e4;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field textarea {
  height: 25.625vw;
  resize: none;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8618 8.73679L11.9868 15.6118C11.9229 15.6757 11.8471 15.7264 11.7637 15.761C11.6802 15.7956 11.5907 15.8134 11.5004 15.8134C11.41 15.8134 11.3206 15.7956 11.2371 15.761C11.1537 15.7264 11.0778 15.6757 11.014 15.6118L4.13898 8.73679C4.00997 8.60779 3.9375 8.43282 3.9375 8.25038C3.9375 8.06794 4.00997 7.89298 4.13898 7.76398C4.26798 7.63497 4.44294 7.5625 4.62538 7.5625C4.80782 7.5625 4.98279 7.63497 5.11179 7.76398L11.5004 14.1534L17.889 7.76398C17.9529 7.7001 18.0287 7.64943 18.1121 7.61486C18.1956 7.58029 18.2851 7.5625 18.3754 7.5625C18.4657 7.5625 18.5552 7.58029 18.6386 7.61486C18.7221 7.64943 18.7979 7.7001 18.8618 7.76398C18.9257 7.82785 18.9763 7.90368 19.0109 7.98714C19.0455 8.0706 19.0633 8.16005 19.0633 8.25038C19.0633 8.34072 19.0455 8.43017 19.0109 8.51362C18.9763 8.59708 18.9257 8.67291 18.8618 8.73679Z' fill='%2378787B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 2.8125vw center;
  background-size: 3.59375vw;
  cursor: pointer;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field select:invalid {
  color: #bbb;
}
.CalcalistContactUsComponenta .inner-container .form-container form .input-field .input-field-error {
  font-weight: 400;
  font-size: 3.4375vw;
  line-height: 4.6875vw;
  text-align: right;
  margin-top: 1.09375vw;
  color: #de1a1a;
}
.CalcalistContactUsComponenta .submit-button {
  width: 38.59375vw;
  height: 10.78125vw;
  margin-top: 3.90625vw;
  border-radius: 0.46875vw;
  background: #de1a1a;
  color: white;
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-top: 0;
}
.CalcalistContactUsComponenta .submit-button:disabled {
  background: #E4E4E4;
  color: #b3b3b3;
}
.CalcalistContactUsComponenta .terms-text {
  margin-top: 3.125vw;
  color: #000;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.6875vw;
  padding: 0 3.125vw;
}
.CalcalistContactUsComponenta .terms-text span {
  text-decoration: underline;
}
.CalcalistContactUsComponenta .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
.CalcalistIDComponenta {
  width: 76.71875vw;
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2.5vw auto 2.5vw auto;
}
.CalcalistIDComponenta .TitleWrapper {
  height: 29.84375vw;
  width: 77.03125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.CalcalistIDComponenta .TitleWrapper .MediaCarousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20.9375vw;
  text-align: center;
  z-index: 1;
}
.CalcalistIDComponenta .TitleWrapper .MediaCarousel img {
  display: block;
  margin: 0 auto;
  width: 34.84375vw;
  height: 20.9375vw;
  box-sizing: border-box;
  border-radius: 2.8125vw;
  border: 0.5vw solid #212121;
  cursor: none;
}
.CalcalistIDComponenta .TitleWrapper .RedBox {
  margin-top: 9.21875vw;
  border-radius: 2.96875vw 2.96875vw 0px 0px;
  -webkit-border-radius: 2.96875vw 2.96875vw 0px 0px;
  -moz-border-radius: 2.96875vw 2.96875vw 0px 0px;
  border-top: 0.5vw solid #212121;
  border-right: 0.5vw solid #212121;
  border-left: 0.5vw solid #212121;
  background: #D01E25;
  width: 76.5625vw;
  height: 20.46875vw;
  position: relative;
}
.CalcalistIDComponenta .TitleWrapper .RedBox .titleId {
  color: #FFF;
  text-align: right;
  font-family: Shual;
  font-size: 5.625vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.03125vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5vw;
  text-align: center;
}
.CalcalistIDComponenta .textWrapper {
  height: auto;
  overflow: hidden;
  padding: 3.75vw 7.65625vw 3.59375vw 7.1875vw;
  border-radius: 0 0 2.96875vw 2.96875vw;
  -webkit-border-radius: 0 0 2.96875vw 2.96875vw;
  -moz-border-radius: 0 0 2.96875vw 2.96875vw;
  border-bottom: 0.5vw solid #212121;
  border-right: 0.5vw solid #212121;
  border-left: 0.5vw solid #212121;
  width: 76.71875vw;
  box-sizing: border-box;
}
.CalcalistIDComponenta .textWrapper .textContent {
  display: flex;
  flex-direction: column;
  margin-top: 3.28125vw;
}
.CalcalistIDComponenta .textWrapper .textContent .text_container {
  display: flex;
  flex-direction: row;
}
.CalcalistIDComponenta .textWrapper .textContent .text_container .RedLine {
  width: 1.5625vw;
  height: 7.03125vw;
  flex-shrink: 0;
  margin-top: 0.5vw;
  margin-left: 2.5vw;
  background: #CE202D;
}
.CalcalistIDComponenta .textWrapper .textContent .text_container .EditableTextBlock {
  display: flex;
  flex-direction: column;
  color: #121212;
  font-family: "Open Sans Hebrew";
  font-size: 3.28125vw;
  font-style: normal;
  line-height: 4.0625vw;
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: auto;
}
.CalcalistIDComponenta .textWrapper .textContent .text_container .EditableTextBlock .EditableTitle {
  font-weight: 700;
}
.CalcalistIDComponenta .textWrapper .textContent .text_container .EditableTextBlock .EditableText {
  font-weight: 400;
}
.CalcalistIDComponenta .textWrapper .textContent:first-child {
  margin-top: 0;
}
.CalcalistIDComponenta .blankLine,
.CalcalistIDComponenta .blankLine_top {
  position: absolute;
  width: 20.46875vw;
  height: 0.5vw;
  bottom: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.CalcalistIDComponenta .blankLine_top {
  bottom: unset !important;
  top: -0.5vw !important;
  background: #D01E25;
}
.mContainer .imageType_1 .MediaCarousel {
  bottom: 0 !important;
  right: unset !important;
  left: 7.65625vw !important;
  top: 0 !important;
}
.mContainer .imageType_1 .MediaCarousel img {
  width: 20.9375vw !important;
}
.mContainer .imageType_1 .RedBox {
  height: 13.28125vw !important;
  margin-top: 3.59375vw !important;
}
.mContainer .imageType_1 .RedBox .titleId {
  right: 7.65625vw !important;
  left: unset !important;
  bottom: 2.65625vw !important;
}
.mContainer .imageType_1 .TitleWrapper {
  height: 16.875vw;
}
.mContainer .is_noImage .titleId {
  right: unset !important;
  left: unset !important;
  bottom: unset !important;
  top: unset !important;
  position: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mContainer .is_noImage .RedBox {
  display: flex;
  justify-content: center;
}
.mContainer .is_noImage .RedBox,
.mContainer .is_noImage .TitleWrapper {
  height: 13.28125vw !important;
  margin-top: 0 !important;
}
.CalcalistOpinionsComponenta {
  display: flex;
  flex-direction: column;
  margin: 0.625rem;
}
.CalcalistOpinionsComponenta .tabTitle,
.CalcalistOpinionsComponenta .tabTitle:hover {
  font-size: 2.0625rem;
  padding: 0.8125rem 0.625rem 0 0.625rem;
  margin-bottom: 1.31rem;
  font-weight: 900;
  font-family: "Shual", 'Open Sans Hebrew', sans-serif;
  background-position: 3%;
  background-repeat: no-repeat;
  background-image: url('/app/widgets/siteWidgets/siteSvgImages/left_arrow__chanel_icon.svg');
}
.CalcalistOpinionsComponenta .slotsWrapper {
  display: flex;
}
.CalcalistOpinionsComponenta .slotListWrapper {
  display: flex;
  flex-direction: column;
}
.CalcalistOpinionsComponenta .slotListWrapper > div {
  margin-bottom: 0.9375rem;
}
.CalcalistOpinionsSlotItem {
  margin: 0.625rem;
  display: flex;
  width: 95%;
  border-bottom: 0.313rem solid #ebebeb;
}
.CalcalistOpinionsSlotItem .titlesWrapper {
  border: 0px solid red;
  flex-basis: 70%;
  color: #000;
  font-size: 1.375rem;
  font-family: 'Shual';
  font-weight: 900;
  line-height: 1.375rem;
  padding-right: 0.625rem;
  max-height: 7.8125rem;
  overflow: hidden;
}
.CalcalistOpinionsSlotItem .titlesWrapper .author {
  display: block;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 1.275rem;
  text-decoration: underline;
  margin-bottom: 0.3125rem;
}
.CalcalistOpinionsSlotItem .titlesWrapper .title {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.375rem;
  font-family: "Shual", 'Open Sans Hebrew', sans-serif;
}
.CalcalistOpinionsSlotItem .SiteImageMedia:hover {
  transform: none ! important;
}
.CalcalistOpinionsSlotItem .MediaCarousel {
  border: 0px solid red;
  flex-basis: 30%;
  width: auto !important;
  height: auto !important;
}
.CalcalistOpinionsSlotItem .MediaCarousel img {
  width: 7rem !important;
  background: #ebebeb !important;
  border-left: 0.25rem solid #ebebeb;
  position: relative;
  top: 0.12rem;
}
.CalcalistPaywallCheckoutComponenta {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  z-index: 0;
  padding: 5.15625vw;
  box-sizing: border-box;
}
.CalcalistPaywallCheckoutComponenta .gradient-background {
  background: linear-gradient(180deg, #821013 -14.8%, #D01E25 100%);
  width: 100%;
  height: 80.78125vw;
  position: absolute;
  top: 0;
  z-index: -1;
}
.CalcalistPaywallCheckoutComponenta .calcalist-digital-edition-text {
  background: #821013;
  font-weight: 700;
  height: 9.84375vw;
  margin-top: 10.3125vw;
  width: 46.09375vw;
  font-size: 4.21875vw;
  line-height: normal;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border: 0.3125vw solid #ce202d;
}
.CalcalistPaywallCheckoutFinish {
  width: 100%;
  margin-top: 7.65625vw;
}
.CalcalistPaywallCheckoutFinish .title {
  font-weight: 700;
  font-size: 9.6875vw;
  line-height: 9.6875vw;
  text-align: center;
  color: #fff;
  margin: 0;
}
.CalcalistPaywallCheckoutFinish .main-container {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 20.78125vw;
  padding: 16.71875vw 5.15625vw 0px 5.15625vw;
  background-color: #fff;
  box-shadow: 0.46875vw 1.5625vw 2.1875vw 0px rgba(0, 0, 0, 0.15);
  border-radius: 3.125vw;
  box-sizing: border-box;
  border: 0.39063vw solid #E4E4E4;
  flex-direction: column;
  align-items: center;
  color: #313131;
  text-align: center;
  font-size: 4.6875vw;
  font-style: normal;
  font-weight: 600;
  line-height: 6.71875vw;
}
.CalcalistPaywallCheckoutFinish .main-container .finish-logo {
  background-repeat: no-repeat;
  top: -14.0625vw;
  background-size: contain;
  position: absolute;
  width: 25.625vw;
  height: 25.625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='55' cy='55' r='55' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.7241 34.5487C85.4836 36.5467 85.4148 39.7116 83.5705 41.6178L49.7051 76.6178C47.9207 78.4619 45.1134 78.4606 43.3305 76.6148L26.4267 59.1148C24.5838 57.207 24.5176 54.042 26.2786 52.0456C28.0397 50.0492 30.9613 49.9774 32.8041 51.8852L46.5219 66.0868L77.1987 34.3823C79.0431 32.4761 81.9646 32.5506 83.7241 34.5487Z' fill='white'/%3E%3C/svg%3E%0A");
}
.CalcalistPaywallCheckoutFinish .main-container .finish-text {
  color: #313131;
  text-align: center;
  font-size: 4.53125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 6.71875vw;
}
.CalcalistPaywallCheckoutFinish .main-container .finish-button {
  width: 41.25vw;
  height: 10.78125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.46875vw;
  color: #fff;
  background-color: #de1a1a;
  border: 0;
  margin-top: 5.15625vw;
  cursor: pointer;
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  padding: 0;
}
.CalcalistPaywallCheckoutFinish .main-container .checkout-finish-logo {
  margin-top: 5.625vw;
  width: 39.21875vw;
  height: 39.21875vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-finish-logo-mobile.png');
}
.CalcalistPaywallCheckoutPlans {
  margin-top: 10.25625vw;
  width: 100%;
}
.CalcalistPaywallCheckoutPlans .plans-title {
  color: #FFF;
  text-align: center;
  font-size: 4.6875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.71875vw;
}
.CalcalistPaywallCheckoutPlans .plans-container {
  margin-top: 7.96875vw;
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box {
  width: 100%;
  height: 48.75vw;
  border-radius: 3.125vw;
  box-shadow: 0px 0px 3.125vw 1.5625vw rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5.15625vw 5.15625vw 6.40625vw 5.15625vw;
  box-sizing: border-box;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.yearly-plan {
  border-radius: 1.875vw;
  background: #fff;
  color: #000;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-title {
  text-decoration-color: #000;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-price-frequency {
  color: #666666;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-price {
  color: #000;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-button {
  background: #d01e25;
  color: #fff;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-cancel-text span {
  color: #666;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-cancel-text a {
  color: #666;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.monthly-plan {
  border-radius: 1.875vw;
  background: #d01e25;
  color: #fff;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.monthly-plan .plan-title {
  text-decoration-color: #e4e4e4;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.monthly-plan .plan-price-frequency {
  color: #fff;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.monthly-plan .plan-button {
  background: #fff;
  color: #d01e25;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.monthly-plan .plan-cancel-text span {
  color: #fff;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box.monthly-plan .plan-cancel-text a {
  color: #fff;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .plan-title {
  font-size: 4.6875vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 1.25vw;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .inner-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2.65625vw;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .inner-container .plan-price span {
  font-size: 10.3125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 8.75vw;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .inner-container .plan-price::before {
  content: "₪";
  font-weight: 500;
  font-size: 7.8125vw;
  margin-right: 0.625vw;
  font-size: 5.625vw;
  font-style: normal;
  line-height: 5.15625vw;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .inner-container .plan-price .plan-price-frequency {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.21875vw;
  margin-top: 2.65625vw;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .inner-container .plan-button {
  width: 38.59375vw;
  height: 12.34375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  align-self: center;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  border-radius: 0.78125vw;
  border: 0;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .plan-cancel-text {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.21875vw;
  display: flex;
  gap: 1.09375vw;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .plan-cancel-text span {
  color: #666;
}
.CalcalistPaywallCheckoutPlans .plans-container .plan-box .plan-cancel-text a {
  text-decoration: underline;
}
.CalcalistPaywallCheckoutPaymentDetails {
  width: 100%;
  margin-top: 7.65625vw;
}
.CalcalistPaywallCheckoutPaymentDetails .title {
  font-weight: 700;
  font-size: 9.6875vw;
  line-height: 9.6875vw;
  text-align: center;
  color: #fff;
  margin: 0;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container {
  display: flex;
  flex-direction: column;
  margin-top: 16.71875vw;
  padding: 7.65625vw 5.15625vw;
  background-color: #fff;
  box-shadow: 0.46875vw 1.5625vw 2.1875vw 0px rgba(0, 0, 0, 0.15);
  border-radius: 3.125vw;
  box-sizing: border-box;
  color: #78787b;
  font-weight: 400;
  font-size: 4.21875vw;
  line-height: normal;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout {
  font-weight: 400;
  font-size: 4.21875vw;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .payment-details-plan {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  margin-bottom: 2.96875vw;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .payment-details-plan .row {
  display: flex;
  justify-content: space-between;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .checkout-summary {
  border-top: 0.3125vw solid #999999;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .checkout-summary .row {
  margin-top: 1.40625vw;
  display: flex;
  justify-content: space-between;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .payment-details-checkout .checkout-summary .row.bold {
  font-weight: 700;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .creditcard-details-container {
  margin-top: 9.6875vw;
  height: 102.65625vw;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .creditcard-details-container .title {
  color: #313131;
  text-align: center;
  font-size: 5.15625vw;
  font-style: normal;
  font-weight: 700;
  line-height: 6.25vw;
  letter-spacing: -0.7px;
  margin-bottom: 2.65625vw;
}
.CalcalistPaywallCheckoutPaymentDetails .payment-details-container .creditcard-details-container iframe {
  width: 100%;
  height: 23rem;
  border: none;
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup {
  display: flex;
  position: fixed;
  top: 50%;
  width: 82.03125vw;
  height: 103.75vw;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 7.65625vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 1.875vw;
  border: 1px solid #B7B7B7;
  z-index: 9999;
  background: #FCFCFC;
  box-sizing: border-box;
  box-shadow: 0.3125vw 0.9375vw 1.25vw 0px rgba(0, 0, 0, 0.15);
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .close-button {
  width: 5.625vw;
  height: 5.625vw;
  aspect-ratio: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  background-size: contain;
  left: 4.6875vw;
  top: 4.0625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M17.1851 6.18743C17.5648 5.80775 17.5648 5.19216 17.1851 4.81248C16.8054 4.43279 16.1898 4.43279 15.8101 4.81248L10.9978 9.62481L6.18547 4.81248C5.80579 4.43279 5.19021 4.43279 4.81052 4.81248C4.43084 5.19216 4.43084 5.80775 4.81052 6.18743L9.62286 10.9998L4.81052 15.8121C4.43084 16.1918 4.43084 16.8074 4.81052 17.187C5.19021 17.5667 5.80579 17.5667 6.18548 17.187L10.9978 12.3747L15.8101 17.187C16.1898 17.5667 16.8054 17.5667 17.1851 17.187C17.5648 16.8074 17.5648 16.1918 17.1851 15.8121L12.3728 10.9998L17.1851 6.18743Z' fill='black'/%3E%3C/svg%3E");
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .error-container .error-title {
  color: #DE1A1A;
  text-align: center;
  font-size: 5.625vw;
  margin-bottom: 5.15625vw;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  line-height: 5.15625vw;
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .error-container .error-logo {
  display: flex;
  width: 51.25vw;
  height: 51.25vw;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://images1.calcalist.co.il/static/common/paywall/checkout-error.png');
}
.CalcalistPaywallCheckoutPaymentDetailsErrorPopup .error-container .error-text {
  color: #000;
  text-align: center;
  font-size: 5.15625vw;
  font-style: normal;
  font-weight: 400;
  width: 55.15625vw;
  margin-top: 6.40625vw;
  line-height: normal;
}
.CalcalistPaywallCheckoutPersonalDetails {
  width: 100%;
  margin-top: 7.65625vw;
}
.CalcalistPaywallCheckoutPersonalDetails .title {
  font-weight: 700;
  font-size: 9.6875vw;
  line-height: 9.6875vw;
  text-align: center;
  color: #fff;
  margin: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .user-email {
  color: #FFF;
  font-size: 5.15625vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 3.90625vw;
  text-align: center;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form {
  margin-top: 6.40625vw;
  padding: 7.65625vw 5.15625vw;
  background-color: #fff;
  box-shadow: 0.46875vw 1.5625vw 2.1875vw 0px rgba(0, 0, 0, 0.15);
  border-radius: 3.125vw;
  box-sizing: border-box;
  border: 0.39063vw solid #E4E4E4;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form {
  display: flex;
  flex-direction: column;
  gap: 4.21875vw;
  flex-wrap: wrap;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field {
  display: flex;
  flex-direction: column;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms {
  gap: 1.09375vw;
  position: relative;
  flex-basis: 100%;
  flex-direction: row;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms label {
  color: #000;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.6875vw;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms label a {
  color: #000;
  text-decoration: underline;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms input {
  width: 3.90625vw;
  height: 3.90625vw;
  flex-shrink: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms input.error {
  position: relative;
  appearance: none;
  width: 3.90625vw;
  height: 3.90625vw;
  border: 1px solid #DE1A1A;
  border-radius: 0.3125vw;
  cursor: pointer;
  padding: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field.terms .input-field-error {
  position: absolute;
  top: 14.0625vw;
  right: 5vw;
  margin-top: 0;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field input {
  padding: 4.21875vw 3.125vw 4.21875vw 0;
  border: 0.3125vw solid #999;
  border-radius: 1.09375vw;
  font-weight: 400;
  color: #78787b;
  line-height: 5.625vw;
  height: 14.0625vw;
  box-sizing: border-box;
  color: #000;
  text-align: right;
  font-size: 4.375vw;
  font-style: normal;
  line-height: normal;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field input.error {
  border: 1px solid #de1a1a;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field input:disabled {
  background: #e4e4e4;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form form .input-field .input-field-error {
  margin-top: 1.5625vw;
  color: #DE1A1A;
  text-align: right;
  font-size: 3.4375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form .general-error {
  margin-top: 1.5625vw;
  color: #DE1A1A;
  text-align: center;
  font-size: 3.4375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form .general-error a {
  color: #de1a1a;
  text-decoration: underline;
}
.CalcalistPaywallCheckoutPersonalDetails .personal-details-form .submit-button {
  width: 38.59375vw;
  height: 10.78125vw;
  border-radius: 0.46875vw;
  background: #de1a1a;
  color: white;
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0.78125vw auto 0 auto;
}
.CalcalistPaywallMyAccountComponenta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 3.125vw;
  background: #FCFCFC;
  box-shadow: 0.46875vw 1.09375vw 1.25vw 0px rgba(0, 0, 0, 0.1);
  margin: 5.15625vw;
  padding-bottom: 31.09375vw;
}
.CalcalistPaywallMyAccountLastPurchases {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2.65625vw;
  box-sizing: border-box;
}
.CalcalistPaywallMyAccountLastPurchases .table {
  width: 100%;
}
.CalcalistPaywallMyAccountLastPurchases .table .header {
  display: none;
}
.CalcalistPaywallMyAccountLastPurchases .table .list {
  display: flex;
  flex-direction: column;
  gap: 5.15625vw;
}
.CalcalistPaywallMyAccountLastPurchases .table .row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.90625vw;
  font-size: 4.375vw;
  border-bottom: 0.3125vw solid #E4E4E4;
  color: #b3b3b3;
}
.CalcalistPaywallMyAccountLastPurchases .table .row .type {
  color: #666666;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.CalcalistPaywallMyAccountLastPurchases .table .row .cancel {
  color: #DE1A1A;
  text-align: right;
  font-size: 3.4375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  border: unset;
  background: unset;
  text-underline-offset: 1.25vw;
}
.CalcalistPaywallMyAccountPersonalDetails {
  width: 100%;
  padding: 0px 3.90625vw;
  box-sizing: border-box;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #FCFCFC;
  position: relative;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form {
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
  width: 100%;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field.email {
  order: 0 !important;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field label {
  display: none;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field input {
  padding: 4.21875vw 3.125vw 4.21875vw 2.65625vw;
  border-radius: 1.09375vw;
  width: 100%;
  border: 0.3125vw solid #999;
  font-weight: 400;
  font-size: 4.375vw;
  color: #000;
  text-align: right;
  font-style: normal;
  line-height: normal;
  height: 14.0625vw;
  box-sizing: border-box;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field input::placeholder {
  color: #999999;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field input.error {
  border: 1px solid #de1a1a;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field input:disabled {
  background: #e4e4e4;
  border: none;
  color: #B8B8B8;
  font-weight: 400;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form form .input-field .input-field-error {
  font-weight: 400;
  font-size: 3.4375vw;
  line-height: 4.6875vw;
  text-align: right;
  margin-top: 1.09375vw;
  color: #de1a1a;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .submit-button {
  width: 38.59375vw;
  height: 10.78125vw;
  border-radius: 0.46875vw;
  background: #de1a1a;
  color: white;
  font-weight: 700;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin-top: 7.65625vw;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .submit-button:disabled {
  background: #e4e4e4;
  color: #b3b3b3;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .success-message {
  position: absolute;
  color: #34A853;
  text-align: center;
  font-size: 4.375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 6.71875vw;
  bottom: -11.40625vw;
}
.CalcalistPaywallMyAccountPersonalDetails .personal-details-form .general-error {
  position: absolute;
  font-weight: 400;
  font-size: 4.375vw;
  line-height: 4.6875vw;
  text-align: right;
  bottom: -11.40625vw;
  color: #de1a1a;
}
.CalcalistPaywallMyAccountTabs {
  width: 100%;
}
.CalcalistPaywallMyAccountTabs .tabs-header {
  display: flex;
  border-radius: 2.03125vw 2.03125vw 0px 0px;
  background: #F5F5F5;
  padding: 0 1.09375vw;
  height: 14.375vw;
}
.CalcalistPaywallMyAccountTabs .tabs-header .tab-button {
  flex: 1;
  border: none;
  color: #666;
  text-align: center;
  font-size: 3.90625vw;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  line-height: 6.71875vw;
  background-color: unset;
}
.CalcalistPaywallMyAccountTabs .tabs-header .tab-button.active {
  border-radius: 2.5vw;
  background: #FCFCFC;
  box-shadow: 0px 0.3125vw 1.09375vw 0px rgba(0, 0, 0, 0.12);
  margin: 1.09375vw 0;
  font-weight: 700;
}
.CalcalistPaywallMyAccountTabs .tabs-content {
  margin-top: 7.65625vw;
}
.CalcalistPaywallMyAccountTabs .terms-text {
  position: absolute;
  bottom: 0;
  font-size: 3vw;
  padding: 2.5vw;
  text-align: center;
}
.CalcalistPaywallMyAccountTabs .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
.CalcalistPaywallPlansApp {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  z-index: 0;
  padding: 5.15625vw;
  box-sizing: border-box;
}
.CalcalistPaywallPlansApp .gradient-background {
  background: linear-gradient(180deg, #821013 -14.8%, #D01E25 100%);
  width: 100%;
  height: 80.78125vw;
  position: absolute;
  top: 0;
  z-index: -1;
}
.CalcalistPaywallPlansApp .calcalist-digital-edition-text {
  background: #821013;
  font-weight: 700;
  height: 9.84375vw;
  margin-top: 10.3125vw;
  width: 46.09375vw;
  font-size: 4.21875vw;
  line-height: normal;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border: 0.3125vw solid #ce202d;
}
.CalcalistPaywallPlansApp .plans-title {
  margin-top: 10.3125vw;
  color: #FFF;
  text-align: center;
  font-size: 4.6875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.71875vw;
}
.CalcalistPaywallPlansApp .plans-container {
  width: 100%;
  margin-top: 7.96875vw;
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
}
.CalcalistPaywallPlansApp .plans-container .plan-box {
  width: 100%;
  height: 48.75vw;
  border-radius: 3.125vw;
  box-shadow: 0px 0px 3.125vw 1.5625vw rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5.15625vw 5.15625vw 6.40625vw 5.15625vw;
  box-sizing: border-box;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.yearly-plan {
  border-radius: 1.875vw;
  background: #fff;
  color: #000;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.yearly-plan .plan-title {
  text-decoration-color: #000;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.yearly-plan .plan-price-frequency {
  color: #666666;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.yearly-plan .plan-price {
  color: #000;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.yearly-plan .plan-button {
  background: #d01e25;
  color: #fff;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.yearly-plan .plan-cancel-text span {
  color: #666;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.yearly-plan .plan-cancel-text a {
  color: #666;
  text-decoration: underline;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.monthly-plan {
  border-radius: 1.875vw;
  background: #d01e25;
  color: #fff;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.monthly-plan .plan-title {
  text-decoration-color: #e4e4e4;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.monthly-plan .plan-price-frequency {
  color: #fff;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.monthly-plan .plan-button {
  background: #fff;
  color: #d01e25;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.monthly-plan .plan-cancel-text span {
  color: #fff;
}
.CalcalistPaywallPlansApp .plans-container .plan-box.monthly-plan .plan-cancel-text a {
  color: #fff;
  text-decoration: underline;
}
.CalcalistPaywallPlansApp .plans-container .plan-box .plan-title {
  font-size: 4.6875vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 1.25vw;
}
.CalcalistPaywallPlansApp .plans-container .plan-box .inner-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2.65625vw;
}
.CalcalistPaywallPlansApp .plans-container .plan-box .inner-container .plan-price span {
  font-size: 10.3125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 8.75vw;
}
.CalcalistPaywallPlansApp .plans-container .plan-box .inner-container .plan-price .currency-symbol {
  font-weight: 500;
  font-size: 7.8125vw;
  margin-right: 0.625vw;
  font-size: 5.625vw;
  font-style: normal;
  line-height: 5.15625vw;
}
.CalcalistPaywallPlansApp .plans-container .plan-box .inner-container .plan-price .plan-price-frequency {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.21875vw;
  margin-top: 2.65625vw;
}
.CalcalistPaywallPlansApp .plans-container .plan-box .inner-container .plan-button {
  width: 33.4375vw;
  height: 12.34375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  align-self: center;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  border-radius: 0.78125vw;
  border: 0;
  bottom: 1.875vw;
  position: relative;
}
.CalcalistPaywallPlansApp .plans-container .plan-box .plan-cancel-text {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.21875vw;
  display: flex;
  gap: 1.09375vw;
}
.calcalist-print-edition {
  background-color: #fff;
}
.calcalist-print-edition .calcalist-print-edition-wrapper {
  width: 100%;
  padding: 0 1.25rem 1rem;
  margin: 0.75rem 0;
  background: #fff;
  box-sizing: border-box;
}
.calcalist-print-edition .calcalist-print-edition-wrapper * {
  box-sizing: border-box;
}
.calcalist-print-edition .calcalist-print-edition-wrapper a {
  text-decoration: none;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .title-wrapper .title-text {
  font-size: 1.875rem;
  font-family: 'Shual';
  font-weight: bold;
  color: #D01E25;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .title-wrapper .publish-date {
  font-size: 1.875rem;
  color: #000;
  font-family: 'Shual';
  font-weight: 300;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .newspaper-content {
  position: relative;
  padding: 0 3.75vw;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .newspaper-content .front-newspaper {
  position: relative;
  z-index: 1;
  border: 1px solid #707070;
  border-bottom: none;
  width: 46vw;
  height: 30.8vh;
  cursor: pointer;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .newspaper-content img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0.9375vw 0 rgba(0, 0, 0, 0.5);
}
.calcalist-print-edition .calcalist-print-edition-wrapper .linksSection {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 0.3125vw solid #707070;
  height: 4vh;
  border-top-left-radius: 1.09375vw;
  border-top-right-radius: 1.09375vw;
  border-bottom-left-radius: 1.09375vw;
  border-bottom-right-radius: 1.09375vw;
  cursor: pointer;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .linksSection .separator {
  width: 1px;
  background: #707070;
  height: 100%;
}
.calcalist-print-edition .calcalist-print-edition-wrapper .linksSection > * {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  font-size: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-family: 'Open Sans Hebrew';
}
.calcalist-teasers-mobile-container .teasersList {
  background-color: #1b1b1b;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5625vw;
  padding: 2.5625vw;
}
.calcalist-teasers-mobile-container .teasersList .listItem {
  width: 100%;
  background-color: #313131;
}
.calcalist-teasers-mobile-container .teasersList .listItem img {
  width: 100%;
  height: auto;
  display: block;
}
.calcalist-tv-mobile-componenta {
  display: flex;
  flex-direction: column;
  background-color: #e6e6e6;
  margin: 1.875rem 0.625rem 0 0.625rem;
}
.calcalist-tv-mobile-componenta .header {
  width: 100%;
  display: flex;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.calcalist-tv-mobile-componenta .calcalist-tv-icon-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='none' d='M0 0h31v31H0z'/%3E %3Cg stroke='%23FFF' transform='translate(5 5)'%3E %3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 7v8.514l7-4.257z'/%3E %3Ccircle cx='11' cy='11' r='11'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  float: right;
  height: 31px;
  width: 31px;
  background-position: center center;
  max-width: 2.1rem;
  margin-left: 0.625rem;
  background-color: #FF0000;
}
.calcalist-tv-mobile-componenta .header-title {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 2.0625rem;
  color: #b33a87;
  line-height: 2.063rem;
}
.calcalist-tv-mobile-componenta .arrow-icon {
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1rem;
  margin-right: auto;
  height: 1rem;
  align-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%237E7E7E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist {
  flex-direction: row;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist > .mobile-tv-calcalist-item .title {
  padding: 0 !important;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist > .mobile-tv-calcalist-item .title > h5 {
  padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
  position: relative;
  top: 0.0625rem;
  display: block;
  font-size: 1.5625rem;
  line-height: 1.3125rem;
  margin: 0;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist > .mobile-tv-calcalist-item .title .rooftitle {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
  background: #d01e25;
  text-align: center;
  position: relative;
  float: right;
  white-space: nowrap;
  top: 0.5rem;
  margin: 0 0.5rem;
  padding-bottom: 0.05rem;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .CalcalistMutamShareMenu {
  z-index: 100;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .CalcalistMutamShareMenu .shareBtnsBox-pf {
  top: 60%;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .CalcalistMutamShareMenu .toggleShareButtons-pf {
  top: 0;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .videoMediaContainer {
  width: 100% !important;
  height: 100% !important;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .videoMediaContainer #player {
  display: block;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .videoMediaContainer #player .fp-ui {
  line-height: 0.75rem;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .videoMediaContainer #player .fp-ui .fp-switch {
  margin-top: initial;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder .videoMediaContainer .is-tiny.is-starting:not(.is-waiting) .fp-switch {
  transform: scale(1);
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .videoPlayerPlaceholder img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .customSmallVideoPlayerContainer .youtubeIframeWrapper .x-button {
  bottom: 25vw;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body {
  line-height: 1rem;
  color: #000;
  background: #fff;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body a,
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body a:hover {
  text-decoration: none;
  color: inherit;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body .title {
  display: block;
  font-family: 'Shual';
  font-weight: bold;
  padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
  margin: 0;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body .title > span {
  font-size: 1.5625rem;
  line-height: 1.3125rem;
  margin: 0;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body .more-details {
  padding: 0 0.625rem 0.4375rem 0;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  display: flex;
  color: #969696;
  line-height: 0.75rem;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body .more-details .commaView {
  margin: 0 0.1rem;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .mobile-tv-calcalist-item .item-body .more-details span {
  line-height: 0.75rem;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items {
  display: flex;
  margin-top: 0.625rem;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item {
  flex: 1;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item:nth-child(1) {
  padding-left: 0.3125rem !important;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item:nth-child(2) {
  padding-right: 0.3125rem !important;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item .item-body .title {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: normal;
  overflow: hidden;
  height: 5.82rem;
  box-sizing: border-box;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item .item-body .title > span {
  font-size: 1rem;
  line-height: 1.3;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item .item-body .more-details {
  box-sizing: border-box;
  min-height: 2rem;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  display: inline-flex;
  color: #969696;
  line-height: 0.75rem;
}
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item .item-body .more-details .commaView,
.calcalist-tv-mobile-componenta .mobile-tv-calcalist .bottom-items .mobile-tv-calcalist-item .item-body .more-details .dateView {
  display: none;
}
.CalcalistTwentyFourSevenWideMobile {
  padding: 0 0.625rem;
  display: flex;
  flex-direction: column;
}
.CalcalistTwentyFourSevenWideMobile .flash-item {
  margin: 0.3125rem 0;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 1.0625rem 0.75rem 1.0625rem 0.75rem;
  min-height: 4.4375rem;
  color: #000;
  background: #fff;
  box-sizing: border-box;
}
.CalcalistTwentyFourSevenWideMobile .flash-item .DateDisplay {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 700;
  color: #700427;
  margin-left: 0.75rem;
}
.CalcalistTwentyFourSevenWideMobile .flash-item .content {
  flex: 10;
}
.calcalist-page-auth-wrapper {
  margin: 7.8125vw 3.90625vw;
  border-radius: 0.625vw;
  border: 1px solid #B7B7B7;
  background: #FCFCFC;
  box-shadow: 0.3125vw 0.625vw 0.78125vw 0px rgba(0, 0, 0, 0.1);
}
.CalcalistWideBuzzMobileComponenta {
  background-color: #e6e6e6;
  margin: 1.875rem 0 0 0;
}
.CalcalistWideBuzzMobileComponenta .item-container {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 1rem;
  line-height: 1.35rem;
  padding: 1.0625rem 0.75rem 1.0625rem 0.75rem;
  min-height: 4.4375rem;
  color: #000;
  margin: 0.3125rem 0.625rem;
  background: #fff;
  box-sizing: border-box;
}
.CalcalistWideBuzzMobileComponenta .item-container :nth-child(1) {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 700;
  color: #56b4c5;
}
.CalcalistWideBuzzMobileComponenta .item-container :nth-child(2) {
  flex: 10;
}
.calcalistWidePhotoMobileComponenta {
  background-color: #e6e6e6;
  margin: 1.875rem 0.625rem 0 0.625rem;
}
.calcalistWidePhotoMobileComponenta .header {
  width: 100%;
  display: flex;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.calcalistWidePhotoMobileComponenta .widePhotoIcon-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23CF1F24' d='M0 0h31v31H0z'/%3E %3Cpath stroke='%23FFF' d='M5.5 9.5v15h21v-15h-6.496l-.596-3h-6.816l-.596 3H5.5z'/%3E %3Ccircle cx='16' cy='17' r='4' stroke='%23FFF'/%3E %3C/g%3E %3C/svg%3E");
  float: right;
  height: 31px;
  width: 31px;
  background-position: center center;
  max-width: 2.1rem;
  margin-left: 0.625rem;
}
.calcalistWidePhotoMobileComponenta .wide-photo-header-title {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 2.0625rem;
  color: #b33a87;
  line-height: 2.063rem;
}
.calcalistWidePhotoMobileComponenta .arrow-icon {
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1rem;
  margin-right: auto;
  height: 1rem;
  align-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%237E7E7E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
}
.calcalistWidePhotoMobileComponenta .slick-slider {
  position: relative;
  overflow: hidden;
}
.calcalistWidePhotoMobileComponenta .slick-slider .slick-track {
  display: flex;
}
.calcalistWidePhotoMobileComponenta .slick-slider .slick-track .slick-slide .image-container {
  position: relative;
  height: 53.34vw;
  display: block;
}
.calcalistWidePhotoMobileComponenta .slick-slider .slick-track .slick-slide .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calcalistWidePhotoMobileComponenta .slick-slider .slick-track .slick-slide .image-container .title {
  font-family: 'Shual';
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 3.375rem;
  bottom: 0;
  padding: 0.625rem;
  text-align: right;
  line-height: 1.25rem;
  width: 100%;
  box-sizing: border-box;
  direction: rtl;
}
.calcalistWidePhotoMobileComponenta .slick-slider .custom-arrow {
  display: block;
  height: 2.75rem;
  background: #00000042;
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  z-index: 990;
  border-radius: 50%;
  margin-top: -1.375rem;
  width: 3.05rem;
}
.calcalistWidePhotoMobileComponenta .slick-slider .custom-arrow.left {
  left: -1.438rem;
}
.calcalistWidePhotoMobileComponenta .slick-slider .custom-arrow.right {
  right: -1.438rem;
}
.calcalistWidePhotoMobileComponenta .slick-slider .custom-arrow .arrow-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
  width: 1.688rem;
  height: 2.75rem;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  top: 0.188rem;
  width: 1.75rem;
  height: 1.25rem;
  background-size: contain;
  position: relative;
}
.calcalistWidePhotoMobileComponenta .slick-slider .custom-arrow .arrow-icon.left {
  transform: rotate(0);
  left: 0.438rem;
}
.calcalistWidePhotoMobileComponenta .slick-slider .custom-arrow .arrow-icon.right {
  transform: rotate(180deg);
  left: -0.438rem;
}
.calcalistWidePhotoMobileComponenta .slick-slider .custom-arrow:disabled {
  opacity: 0.4;
}
.caricaturistMobileComponenta {
  background-color: #e6e6e6;
  margin: 1.875rem 0.625rem 0 0.625rem;
}
.caricaturistMobileComponenta .header {
  width: 100%;
  display: flex;
  line-height: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.caricaturistMobileComponenta .caricaturistIcon-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23B33A87' d='M0 0h31v31H0z'/%3E%3Cpath stroke='%23FFF' d='M2.5 2.5h26v24h-26z'/%3E%3Ccircle cx='18' cy='18' r='7' stroke='%23FFF'/%3E%3Ccircle cx='13.5' cy='16.5' r='1.5' stroke='%23FFF'/%3E%3Ccircle cx='18.5' cy='16.5' r='1.5' stroke='%23FFF'/%3E%3Cpath stroke='%23FFF' d='M5 5h17.03M5 8h10.512M12 21c5.333 2 8.333 1.333 9-2'/%3E%3C/g%3E%3C/svg%3E");
  float: right;
  height: 31px;
  width: 31px;
  background-position: center center;
  max-width: 2.1rem;
  margin-left: 0.625rem;
}
.caricaturistMobileComponenta .caricature-header-title {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 2.0625rem;
  color: #b33a87;
  line-height: 2.063rem;
}
.caricaturistMobileComponenta .arrow-icon {
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1rem;
  margin-right: auto;
  height: 1rem;
  align-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%237E7E7E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
}
.caricaturistMobileComponenta .caricaturist-carusel {
  position: relative;
  overflow: hidden;
}
.caricaturistMobileComponenta .caricaturist-carusel .slick-list .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.caricaturistMobileComponenta .caricaturist-carusel .slick-list .slick-track .image-container {
  position: relative;
  height: 53.34vw;
  display: block;
}
.caricaturistMobileComponenta .caricaturist-carusel .slick-list .slick-track .image-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.caricaturistMobileComponenta .caricaturist-carusel .slick-list .slick-track .image-container .bottom-date-slug {
  font-family: 'Shual';
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 1.375rem;
  bottom: 0;
  padding: 0 .625rem;
  text-align: right;
  margin: 0;
  box-sizing: border-box;
}
.caricaturistMobileComponenta .caricaturist-carusel .custom-arrow {
  display: block;
  height: 2.75rem;
  background: #9c9c9cc9;
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  z-index: 990;
  border-radius: 50%;
  margin-top: -1.375rem;
  width: 3.05rem;
}
.caricaturistMobileComponenta .caricaturist-carusel .custom-arrow.left {
  left: -1.438rem;
}
.caricaturistMobileComponenta .caricaturist-carusel .custom-arrow.right {
  right: -1.438rem;
}
.caricaturistMobileComponenta .caricaturist-carusel .custom-arrow .arrow-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
  width: 1.688rem;
  height: 2.75rem;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  top: 0.188rem;
  width: 1.75rem;
  height: 1.25rem;
  background-size: contain;
  position: relative;
}
.caricaturistMobileComponenta .caricaturist-carusel .custom-arrow .arrow-icon.left {
  transform: rotate(0);
  left: 0.438rem;
}
.caricaturistMobileComponenta .caricaturist-carusel .custom-arrow .arrow-icon.right {
  transform: rotate(180deg);
  left: -0.438rem;
}
.caricaturistMobileComponenta .caricaturist-carusel .custom-arrow:disabled {
  opacity: 0.4;
}
.caricaturist-dialog {
  display: flex;
  justify-content: center;
  z-index: 1000;
}
.caricaturist-dialog .close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23000' d='M0 0h44v44H0z' opacity='.3'/%3E %3Cg stroke='%23FFF' stroke-linecap='square' stroke-width='1.5'%3E %3Cpath d='M14.354 14.354l16.307 16.307M14 30l16-16'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
  display: block;
  content: '';
  font-size: 0;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 2.6875rem;
  margin: .625rem 0 0 .625rem;
}
.caricaturist-dialog .dialog-overlay {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.caricaturist-dialog img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 45%;
  position: absolute;
  z-index: 1000;
}
.CartoonArchiveComponenta .date {
  color: #000;
  font-size: 1rem;
  font-family: 'Open Sans Hebrew', sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  margin: 2.5rem .625rem .625rem .625rem;
}
.CartoonArchiveComponenta .img {
  width: 100%;
}
.CartoonArchiveComponenta .loadMore {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.CartoonArchiveComponenta .loadMore .loadMoreButton {
  display: flex;
  align-self: unset;
  font-size: 1.7rem;
  line-height: 1;
  color: #C82027;
  font-family: 'Shual';
  width: 100%;
  border: 0.13rem solid #cf1f25;
  justify-content: center;
  margin: 0.5rem;
  box-sizing: border-box;
}
.caricaturist-dialog {
  display: flex;
  justify-content: center;
  z-index: 1000;
}
.caricaturist-dialog .close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23000' d='M0 0h44v44H0z' opacity='.3'/%3E %3Cg stroke='%23FFF' stroke-linecap='square' stroke-width='1.5'%3E %3Cpath d='M14.354 14.354l16.307 16.307M14 30l16-16'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
  display: block;
  content: '';
  font-size: 0;
  height: 2.75rem;
  width: 2.75rem;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 2.6875rem;
  margin: .625rem 0 0 .625rem;
}
.caricaturist-dialog .dialog-overlay {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.caricaturist-dialog img {
  top: 25%;
  margin-top: 0 !important;
  position: fixed !important;
}
@media print {
  .CartoonArchiveComponenta {
    visibility: hidden;
  }
  .CartoonArchiveComponenta .componentTitle {
    visibility: visible;
  }
  .CartoonArchiveComponenta .currDayTitle .currDayName {
    visibility: visible;
  }
  .CartoonArchiveComponenta .currDayTitle .currDayDate {
    visibility: visible;
  }
  .CartoonArchiveComponenta .MainImageMedia {
    visibility: visible;
  }
}
.header-calcalist {
  padding-top: 23.59375vw;
}
.articleContainer .header-calcalist {
  padding-top: 10.3125vw;
}
* {
  box-sizing: border-box;
}
.category-header-mutam {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5vw;
  position: fixed;
  top: 0;
  background-color: #C72027 !important;
  z-index: 1000;
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
}
.category-header-mutam .heder-title {
  height: 10.3125vw;
  display: flex;
  font-size: 7.65625vw;
  color: #fff;
  font-family: "Shual";
  font-weight: bold;
  align-items: center;
}
.category-header-mutam .heder-title .calcalist-main-logo {
  width: 30vw;
  height: 5.15625vw;
  margin: auto 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='107' height='18' viewBox='0 0 107 18'%3E %3Cdefs%3E %3Cpath id='a' d='M0 0h15v15H0z'/%3E %3Cpath id='c' d='M0 18h106.343V0H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg transform='translate(0 3)'%3E %3Cmask id='b' fill='%23fff'%3E %3Cuse xlink:href='%23a'/%3E %3C/mask%3E %3Cpath fill='%23FFF' d='M15 15V3.42C15 1.53 13.35 0 11.25 0H7.5v4.08h3v6.84h-6V0H0v11.58C0 13.47 1.65 15 3.75 15H15z' mask='url(%23b)'/%3E %3C/g%3E %3Cmask id='d' fill='%23fff'%3E %3Cuse xlink:href='%23c'/%3E %3C/mask%3E %3Cpath fill='%23FFF' d='M21.566 13.92h6V7.08h-6v6.84zM28.316 3h-11.25v11.58c0 1.89 1.65 3.42 3.75 3.42h7.5c2.1 0 3.75-1.53 3.75-3.42V6.42c0-1.89-1.65-3.42-3.75-3.42zM40.524 12V3h-6.75v3.87h2.25V12zM57.383 9.48V3h-10.5V0h-4.5v7.08h10.5v2.07l-4.41 2.76c-.63.39-1.59.69-1.59 2.85V18h4.5v-2.88l3.96-2.49c1.08-.66 2.04-.96 2.04-3.15M73.583 14.58V6.42c0-1.89-1.65-3.42-3.75-3.42h-10.5v4.08h9.75v6.84h-9.75V18h10.5c2.1 0 3.75-1.53 3.75-3.42M90.143 9.48V3h-10.5V0h-4.5v7.08h10.5v2.07l-4.41 2.76c-.63.39-1.59.69-1.59 2.85V18h4.5v-2.88l3.96-2.49c1.08-.66 2.04-.96 2.04-3.15M106.343 14.58V6.42c0-1.89-1.65-3.42-3.75-3.42h-10.5v4.08h9.75v6.84h-9.75V18h10.5c2.1 0 3.75-1.53 3.75-3.42' mask='url(%23d)'/%3E %3C/g%3E %3C/svg%3E");
}
.category-header-mutam .digital-edition-label {
  position: absolute;
  left: 0;
  width: 19.21875vw;
  height: 10.3125vw;
  display: flex;
  padding: 1.5625vw 3.90625vw 1.5625vw 2.03125vw;
  background-color: #821013;
  border-radius: 0px 25.625vw 25.625vw 0px;
}
.category-header-mutam .digital-edition-label span {
  text-align: center;
  font-size: 3.90625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.59375vw;
  color: #fff;
}
.category-header-mutam .category-scroll-header-mutam {
  width: 100%;
  height: 10.78125vw;
  display: flex;
  align-items: center;
  position: relative;
  padding-inline-start: 3.90625vw;
  border-top: 1px solid #A51C21;
}
.category-header-mutam .category-scroll-header-mutam .side-menu-logo {
  width: 6.71875vw;
  height: 6.71875vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25 6.90625C3.25 6.23315 3.79565 5.6875 4.46875 5.6875H21.5312C22.2043 5.6875 22.75 6.23315 22.75 6.90625C22.75 7.57935 22.2043 8.125 21.5312 8.125H4.46875C3.79565 8.125 3.25 7.57935 3.25 6.90625ZM8.125 13.4062C8.125 12.7332 8.67065 12.1875 9.34375 12.1875H21.5312C22.2043 12.1875 22.75 12.7332 22.75 13.4062C22.75 14.0793 22.2043 14.625 21.5312 14.625H9.34375C8.67065 14.625 8.125 14.0793 8.125 13.4062ZM13.4062 18.6875C12.7332 18.6875 12.1875 19.2332 12.1875 19.9062C12.1875 20.5793 12.7332 21.125 13.4062 21.125H21.5312C22.2043 21.125 22.75 20.5793 22.75 19.9062C22.75 19.2332 22.2043 18.6875 21.5312 18.6875H13.4062Z' fill='white'/%3E %3C/svg%3E");
}
.category-header-mutam .category-scroll-header-mutam .menu-fade {
  width: 5.15625vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 9.84375vw;
  z-index: 1;
  background: linear-gradient(to left, #C72027 30%, transparent);
}
.category-header-mutam .category-scroll-header-mutam .nav-scroll-list {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: auto;
  color: #fff;
  /* Internet Explorer 10+ */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}
.category-header-mutam .category-scroll-header-mutam .nav-scroll-list::-webkit-scrollbar {
  /* Safari and Chrome */
  display: none;
}
.category-header-mutam .category-scroll-header-mutam .nav-scroll-list .scroll-item {
  flex-shrink: 0;
  color: #fff;
  padding: 0 3.125vw;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: normal;
  font-family: 'Open Sans Hebrew';
}
.category-header-mutam .category-scroll-header-mutam .nav-scroll-list .scroll-item.selected {
  font-weight: 700;
}
.category-header-mutam .category-scroll-header-mutam .nav-scroll-list .scroll-item:first-child {
  padding-inline-start: 5.15625vw;
}
.category-header-mutam .category-scroll-header-mutam .nav-scroll-list .scroll-item:last-child {
  padding-inline-end: 5.15625vw;
}
.category-header-mutam .icon {
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.category-header-mutam .hide {
  right: -111%;
}
.category-header-mutam .hide .side-menu-mask {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.category-header-mutam .show {
  right: 2.5vw;
}
.category-header-mutam .show .side-menu-mask {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.category-header-mutam .category-header-mutam-side-menu {
  width: 100%;
  height: calc(100dvh - (10.3125vw + 2.5vw));
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(10.3125vw + 2.5vw);
  margin: 0 -2.5vw;
  z-index: 20;
  transition: 0.3s ease-in-out;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0.78125vw 5.15625vw 4.53125vw 6.25vw;
  background-color: #C72027;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .close-btn {
  width: 5.625vw;
  height: 5.625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E %3Cpath d='M17.6738 16.7009C17.7377 16.7648 17.7884 16.8406 17.8229 16.9241C17.8575 17.0075 17.8753 17.097 17.8753 17.1873C17.8753 17.2776 17.8575 17.3671 17.8229 17.4505C17.7884 17.534 17.7377 17.6098 17.6738 17.6737C17.6099 17.7376 17.5341 17.7882 17.4507 17.8228C17.3672 17.8574 17.2778 17.8752 17.1874 17.8752C17.0971 17.8752 17.0077 17.8574 16.9242 17.8228C16.8407 17.7882 16.7649 17.7376 16.701 17.6737L11.0001 11.9719L5.29925 17.6737C5.17025 17.8027 4.99529 17.8752 4.81286 17.8752C4.63043 17.8752 4.45547 17.8027 4.32647 17.6737C4.19747 17.5447 4.125 17.3697 4.125 17.1873C4.125 17.0049 4.19747 16.8299 4.32647 16.7009L10.0282 11L4.32647 5.29913C4.19747 5.17013 4.125 4.99517 4.125 4.81274C4.125 4.6303 4.19747 4.45535 4.32647 4.32635C4.45547 4.19735 4.63043 4.12488 4.81286 4.12488C4.99529 4.12488 5.17025 4.19735 5.29925 4.32635L11.0001 10.0281L16.701 4.32635C16.83 4.19735 17.005 4.12488 17.1874 4.12488C17.3699 4.12488 17.5448 4.19735 17.6738 4.32635C17.8028 4.45535 17.8753 4.6303 17.8753 4.81274C17.8753 4.99517 17.8028 5.17013 17.6738 5.29913L11.9721 11L17.6738 16.7009Z' fill='white'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .btns-container {
  display: flex;
  align-items: center;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .btns-container .red-mail {
  display: flex;
  align-items: center;
  gap: 2.03125vw;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .btns-container .red-mail .red-mail-title {
  color: #FFF;
  font-size: 3.28125vw;
  font-weight: 400;
  line-height: normal;
  font-family: 'Open Sans Hebrew';
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .btns-container .red-mail .red-mail-icon {
  width: 5.625vw;
  height: 5.625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E %3Cpath d='M19.58 1.8125H2.42C2.32519 1.8125 2.23425 1.84681 2.16721 1.90788C2.10017 1.96896 2.0625 2.05179 2.0625 2.13816V13.2105C2.0625 13.4696 2.1755 13.7181 2.37663 13.9014C2.57776 14.0846 2.85056 14.1875 3.135 14.1875H18.865C19.1494 14.1875 19.4222 14.0846 19.6234 13.9014C19.8245 13.7181 19.9375 13.4696 19.9375 13.2105V2.13816C19.9375 2.05179 19.8998 1.96896 19.8328 1.90788C19.7657 1.84681 19.6748 1.8125 19.58 1.8125ZM11 8.86055L3.33877 2.46382H18.6612L11 8.86055ZM8.91131 8L2.7775 13.1218V2.87822L8.91131 8ZM9.44041 8.44208L10.7587 9.54688C10.8246 9.6018 10.9107 9.63226 11 9.63226C11.0893 9.63226 11.1754 9.6018 11.2413 9.54688L12.5596 8.44615L18.6612 13.5362H3.33877L9.44041 8.44208ZM13.0887 8L19.2225 2.87822V13.1218L13.0887 8Z' fill='white'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .btns-container .separator {
  width: 1px;
  height: 4.0625vw;
  background-color: #fff;
  margin: 0 2.03125vw;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .btns-container .searchBtn {
  width: 4.0625vw;
  height: 4.0625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='sue3pw9v5a' d='M0 0h16v16H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cmask id='u4evdcqdhb' fill='%23fff'%3E %3Cuse xlink:href='%23sue3pw9v5a'/%3E %3C/mask%3E %3Cpath d='M6.655 0A6.662 6.662 0 0 0 0 6.655a6.662 6.662 0 0 0 6.655 6.655c1.551 0 2.98-.534 4.113-1.427l3.887 3.887a.79.79 0 0 0 1.115 0 .79.79 0 0 0 0-1.115l-3.887-3.887a6.622 6.622 0 0 0 1.427-4.113A6.662 6.662 0 0 0 6.655 0zm0 12.516a5.86 5.86 0 1 1 0-11.722 5.86 5.86 0 0 1 0 11.722z' fill='%23FFF' mask='url(%23u4evdcqdhb)'/%3E %3C/g%3E %3C/svg%3E");
  border: none;
  z-index: 1;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .mutamSrchBox {
  width: 83%;
  position: absolute;
  right: 12.8125vw;
  padding: 1.5625vw 2.5vw;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 5.625vw;
  font-family: 'Open Sans Hebrew';
  color: #fff;
  border: none;
  border-radius: 0.78125vw;
  background-color: #A51C21;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .mutamSrchBox.show {
  display: block;
}
.category-header-mutam .category-header-mutam-side-menu .side-menu-top-bar .mutamSrchBox.hide {
  display: none;
}
.category-header-mutam .category-header-mutam-side-menu .navArea {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 5.15625vw;
  background-color: #fff;
  overflow: auto;
  z-index: 2;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #fffffffa;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items {
  width: 100%;
  box-sizing: border-box;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items .items-title {
  font-size: 5vw;
  font-weight: 700;
  line-height: normal;
  color: #821013;
  padding: 2.5vw 0;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items .header-item {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  font-size: 5vw;
  font-weight: 400;
  line-height: normal;
  padding: 2.5vw 0;
  color: #000;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items .header-item * {
  color: #000 !important;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items .header-item img {
  width: 5.625vw;
  height: 5.625vw;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items .header-item .red-mail-title {
  padding: 0.46875vw 1.25vw;
  color: #fff !important;
  background-color: #CE202D;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items .header-item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .header-items .space-between {
  justify-content: space-between;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .contact-items .pencil-icon {
  width: 5.625vw;
  height: 5.625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E %3Cpath d='M19.5353 6.30503L15.6948 2.46534C15.5671 2.33763 15.4155 2.23632 15.2487 2.1672C15.0818 2.09808 14.903 2.0625 14.7224 2.0625C14.5418 2.0625 14.363 2.09808 14.1961 2.1672C14.0293 2.23632 13.8777 2.33763 13.75 2.46534L3.15305 13.0623C3.02482 13.1895 2.92315 13.341 2.85396 13.5078C2.78476 13.6747 2.74943 13.8536 2.75001 14.0342V17.8748C2.75001 18.2395 2.89487 18.5892 3.15274 18.8471C3.4106 19.1049 3.76033 19.2498 4.12501 19.2498H7.96555C8.14619 19.2504 8.32514 19.215 8.49199 19.1458C8.65885 19.0767 8.81029 18.975 8.93751 18.8467L16.1279 11.6572L16.427 12.8517L13.2645 16.0134C13.1355 16.1423 13.0629 16.3171 13.0629 16.4995C13.0628 16.6818 13.1351 16.8568 13.264 16.9858C13.3929 17.1148 13.5678 17.1873 13.7501 17.1874C13.9325 17.1875 14.1074 17.1151 14.2364 16.9862L17.6739 13.5487C17.758 13.4648 17.8189 13.3605 17.8507 13.246C17.8824 13.1316 17.884 13.0108 17.8552 12.8956L17.2623 10.5228L19.5353 8.24979C19.663 8.12211 19.7643 7.97051 19.8335 7.80367C19.9026 7.63683 19.9382 7.458 19.9382 7.27741C19.9382 7.09682 19.9026 6.91799 19.8335 6.75115C19.7643 6.5843 19.663 6.43271 19.5353 6.30503ZM4.12501 15.4092L6.59055 17.8748H4.12501V15.4092ZM8.25001 17.5903L4.40946 13.7498L11.6875 6.47175L15.5281 10.3123L8.25001 17.5903ZM16.5 9.34034L12.6603 5.49979L14.7228 3.43729L18.5625 7.27784L16.5 9.34034Z' fill='black'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .contact-items .red-mail-icon {
  width: 5.625vw;
  height: 5.625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E %3Cpath d='M19.25 4.8125H2.75C2.56766 4.8125 2.3928 4.87769 2.26386 4.99373C2.13493 5.10977 2.0625 5.26715 2.0625 5.43125V15.95C2.0625 16.2782 2.20737 16.593 2.46523 16.825C2.72309 17.0571 3.07283 17.1875 3.4375 17.1875H18.5625C18.9272 17.1875 19.2769 17.0571 19.5348 16.825C19.7926 16.593 19.9375 16.2782 19.9375 15.95V5.43125C19.9375 5.26715 19.8651 5.10977 19.7361 4.99373C19.6072 4.87769 19.4323 4.8125 19.25 4.8125ZM11 11.3983L4.51773 6.05H17.4823L11 11.3983ZM8.48289 11L3.4375 15.1619V6.83813L8.48289 11ZM9.50039 11.8392L10.5316 12.6938C10.6585 12.7986 10.8244 12.8568 10.9966 12.8568C11.1687 12.8568 11.3346 12.7986 11.4615 12.6938L12.4927 11.8392L17.4771 15.95H4.51773L9.50039 11.8392ZM13.5171 11L18.5625 6.83736V15.1626L13.5171 11Z' fill='black'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .menu-settings .accessability-icon {
  width: 5.625vw;
  height: 5.625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E %3Cpath d='M19.9117 16.5732C19.8692 16.446 19.778 16.3408 19.658 16.2809C19.538 16.221 19.3992 16.2112 19.272 16.2536L17.6621 16.789L15.1603 11.7856C15.1187 11.7021 15.0547 11.6318 14.9756 11.5824C14.8964 11.5329 14.8052 11.5064 14.7119 11.5057H7.80015V9.14895C7.85578 9.14895 7.91225 9.14895 7.96873 9.14895H12.689C12.8231 9.14895 12.9517 9.09565 13.0466 9.00077C13.1414 8.9059 13.1947 8.77722 13.1947 8.64304C13.1947 8.50886 13.1414 8.38018 13.0466 8.28531C12.9517 8.19043 12.8231 8.13713 12.689 8.13713H7.96873C7.91225 8.13713 7.85662 8.13713 7.80015 8.13713V7.0705C8.41414 6.94513 8.95972 6.59616 9.33112 6.09126C9.70252 5.58636 9.87328 4.9615 9.8103 4.33781C9.74731 3.71412 9.45507 3.13605 8.99023 2.71565C8.52539 2.29526 7.92106 2.0625 7.29441 2.0625C6.66776 2.0625 6.06343 2.29526 5.59859 2.71565C5.13375 3.13605 4.8415 3.71412 4.77852 4.33781C4.71554 4.9615 4.8863 5.58636 5.2577 6.09126C5.6291 6.59616 6.17468 6.94513 6.78867 7.0705V8.25096C5.35472 8.54223 4.08011 9.3561 3.21229 10.5346C2.34446 11.7131 1.94533 13.1721 2.09239 14.6284C2.23944 16.0847 2.92218 17.4344 4.00806 18.4154C5.09395 19.3965 6.50551 19.939 7.96873 19.9375C10.7183 19.9375 13.1947 18.0757 13.853 15.5108C13.8696 15.4464 13.8734 15.3795 13.8641 15.3137C13.8548 15.2479 13.8327 15.1846 13.799 15.1273C13.7652 15.0701 13.7206 15.0201 13.6675 14.9801C13.6144 14.9401 13.554 14.911 13.4897 14.8944C13.4254 14.8778 13.3584 14.874 13.2927 14.8833C13.2269 14.8926 13.1636 14.9147 13.1064 14.9485C13.0492 14.9822 12.9992 15.0269 12.9592 15.08C12.9193 15.1331 12.8902 15.1935 12.8735 15.2578C12.3265 17.3835 10.2606 18.9257 7.96873 18.9257C6.77538 18.9253 5.62338 18.4882 4.72986 17.6969C3.83634 16.9057 3.26299 15.8148 3.11789 14.6299C2.97278 13.445 3.26593 12.2479 3.94208 11.2642C4.61824 10.2806 5.63071 9.57832 6.78867 9.28976V12.0116C6.78867 12.1457 6.84195 12.2744 6.9368 12.3693C7.03164 12.4642 7.16028 12.5175 7.29441 12.5175H14.3992L16.9565 17.6339C17.0111 17.7428 17.1032 17.8284 17.2157 17.8748C17.3283 17.9213 17.4539 17.9256 17.5693 17.8869L19.5923 17.2123C19.7193 17.1698 19.8242 17.0786 19.8841 16.9588C19.944 16.839 19.9539 16.7003 19.9117 16.5732ZM5.77719 4.59154C5.77719 4.29136 5.86618 3.99792 6.03289 3.74833C6.1996 3.49874 6.43656 3.30421 6.7138 3.18934C6.99103 3.07446 7.29609 3.04441 7.5904 3.10297C7.88471 3.16153 8.15506 3.30608 8.36724 3.51834C8.57943 3.7306 8.72393 4.00103 8.78247 4.29544C8.84101 4.58985 8.81097 4.89502 8.69613 5.17235C8.5813 5.44968 8.38683 5.68672 8.13733 5.85349C7.88782 6.02026 7.59449 6.10927 7.29441 6.10927C6.89202 6.10927 6.50611 5.94937 6.22158 5.66474C5.93704 5.38011 5.77719 4.99407 5.77719 4.59154Z' fill='black'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .menu-settings .arrow-icon {
  width: 5.625vw;
  height: 5.625vw;
  rotate: 90deg;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.416 12.0048C29.8734 12.4586 29.8765 13.1972 29.4227 13.6547L19.0727 24.0903C18.5598 24.6075 17.6846 24.6635 17.1196 24.0938L6.76606 13.6547C6.31232 13.1972 6.31536 12.4586 6.77285 12.0048C7.23033 11.5511 7.96901 11.5541 8.42275 12.0116L18.0944 21.7632L27.7661 12.0116C28.2198 11.5541 28.9585 11.5511 29.416 12.0048Z' fill='black'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .follow-items .header-item {
  display: flex;
  gap: 2.03125vw;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .follow-items .icon {
  width: 6.09375vw;
  height: 6.09375vw;
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .follow-items .fb-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E %3Cpath d='M12 2.25C6.61527 2.25 2.25 6.63131 2.25 12.0358C2.25 16.625 5.39808 20.4759 9.64479 21.5335V15.0264H7.63434V12.0358H9.64479V10.7472C9.64479 7.41652 11.1467 5.87271 14.4047 5.87271C15.0225 5.87271 16.0884 5.99444 16.5244 6.11579V8.82646C16.2943 8.80219 15.8945 8.79006 15.3981 8.79006C13.7995 8.79006 13.1817 9.39795 13.1817 10.9782V12.0358H16.3664L15.8193 15.0264H13.1817V21.75C18.0095 21.1648 21.7504 17.0391 21.7504 12.0358C21.75 6.63131 17.3847 2.25 12 2.25Z' fill='black'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .follow-items .tw-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E %3Cpath d='M16.3134 5.25H18.6135L13.5884 10.9685L19.5 18.75H14.8713L11.2459 14.0305L7.09769 18.75H4.7962L10.171 12.6335L4.5 5.25H9.24621L12.5232 9.56377L16.3134 5.25ZM15.5061 17.3792H16.7806L8.55368 6.54877H7.186L15.5061 17.3792Z' fill='black'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .follow-items .li-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E %3Cpath d='M19.9871 2.625H4.00928C3.2439 2.625 2.625 3.22925 2.625 3.97632V20.02C2.625 20.7671 3.2439 21.375 4.00928 21.375H19.9871C20.7524 21.375 21.375 20.7671 21.375 20.0237V3.97632C21.375 3.22925 20.7524 2.625 19.9871 2.625ZM8.18774 18.6028H5.40454V9.65259H8.18774V18.6028ZM6.79614 8.43311C5.90259 8.43311 5.18115 7.71167 5.18115 6.82178C5.18115 5.93188 5.90259 5.21045 6.79614 5.21045C7.68604 5.21045 8.40747 5.93188 8.40747 6.82178C8.40747 7.70801 7.68604 8.43311 6.79614 8.43311ZM18.6028 18.6028H15.8232V14.2522C15.8232 13.2158 15.8049 11.8792 14.3767 11.8792C12.9302 11.8792 12.7104 13.0107 12.7104 14.179V18.6028H9.93457V9.65259H12.6006V10.8757H12.6372C13.0071 10.1726 13.9153 9.4292 15.2666 9.4292C18.0828 9.4292 18.6028 11.2822 18.6028 13.6919V18.6028Z' fill='black'/%3E %3C/svg%3E");
}
.category-header-mutam .category-header-mutam-side-menu .header-categories-list .separator {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background-color: #E4E4E4;
}
.sharingHeader {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  height: 12.8125vw;
  position: fixed;
  border-bottom-left-radius: 2.5vw;
  border-bottom-right-radius: 2.5vw;
  background: #FFF;
  width: 100%;
  z-index: 999;
  flex-shrink: 0;
  max-height: 12.8125vw;
  top: 10.3125vw;
  right: 0;
  left: 0;
  transition: 0.7s ease;
}
.sharingHeader .copyPopup {
  position: absolute;
  bottom: -3.90625vw;
  z-index: 999;
  padding: 0.9375vw 3.75vw 0.9375vw 3.75vw;
  border-radius: 0.78125vw;
  background: #FFF;
  box-shadow: 0 0 1.65172vw 0 rgba(0, 0, 0, 0.25);
  width: max-content;
  color: #000;
  text-align: center;
  font-size: 2.8125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sharingHeader .FontContainer {
  position: static;
  display: contents;
}
.sharingHeader .FontSliderWindow {
  top: 14.0625vw;
  position: absolute !important;
  margin-top: -2.96875vw !important;
  left: 0;
  right: 0;
  height: 22.65625vw !important;
  max-width: 100% !important;
  background: #FFF !important;
  opacity: 1;
  border-bottom-left-radius: 2.5vw;
  border-bottom-right-radius: 2.5vw;
  padding-top: 1.09375vw !important;
  border-top: 0.3125vw solid #fff;
  box-shadow: 0 0.9375vw 0.625vw -0.46875vw rgba(0, 0, 0, 0.25) !important;
  box-sizing: border-box;
}
.sharingHeader .FontSliderWindow .FontSliderWindowHeader {
  display: block !important;
  text-align: right;
}
.sharingHeader .FontSliderWindow .FontSliderWindowHeader .resetSize {
  display: none;
}
.sharingHeader .FontSliderWindow .FontSliderWindowHeader .changeFontTitle {
  font-size: 4.0625vw;
  color: #D01E25;
  font-weight: 700;
  padding-right: 11.40625vw;
  padding-top: 3.75vw;
  border-top: 0.65625vw solid #E4E4E4;
}
.sharingHeader .FontSliderWindow .inputArea {
  width: 70%;
  margin: 0 auto !important;
}
.sharingHeader .FontSliderWindow .inputArea .fontsize.big {
  font-size: 11.71875vw !important;
}
.sharingHeader .FontSliderWindow .inputArea .fontsize.small {
  font-size: 5.78125vw !important;
}
.sharingHeader .FontSliderWindow .inputArea input {
  height: 0.625vw !important;
  border-radius: 31.25vw;
  opacity: 1;
  background-color: #B4B4B4 !important;
}
.sharingHeader .FontSliderWindow .inputArea .fontsize {
  color: #000 !important;
}
.sharingHeader .FontSliderWindow:after {
  display: none;
}
.sharingHeader .art-action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: baseline;
  gap: 3.28125vw;
  flex-grow: 1;
  list-style: none;
  margin: 0;
}
.sharingHeader .art-action li {
  position: relative;
}
.sharingHeader .art-action .digitalText {
  text-align: right;
  font-family: Shual;
  font-size: 3.28125vw;
  font-style: normal;
  width: 11.25vw;
  font-weight: 400;
  line-height: 2.5vw;
  margin-right: -1.71875vw;
}
.sharingHeader .share-icon {
  width: 8.90625vw;
  height: 8.90625vw;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sharingHeader .commentsOpen {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.18408 17.001C1.57457 -4.58553 33.2941 -4.5754 33.6821 17.001C33.0019 38.7424 1.87793 38.7612 1.18408 17.001Z' stroke='black' stroke-width='1.62978'/%3E %3Cpath d='M26.4754 9.50684H9.57392C8.99293 9.50684 8.51758 9.96521 8.51758 10.5254V20.7116C8.51758 21.2718 8.99293 21.7302 9.57392 21.7302H11.6866V25.8047L15.3468 21.7302H26.4754C27.0563 21.7302 27.5317 21.2718 27.5317 20.7116V10.5254C27.5317 9.96521 27.0563 9.50684 26.4754 9.50684Z' stroke='black' stroke-width='1.62978' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") !important;
}
.sharingHeader .resize_font {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.867676 17.001C1.25817 -4.58553 32.9777 -4.5754 33.3657 17.001C32.6855 38.7424 1.56153 38.7612 0.867676 17.001Z' stroke='black' stroke-width='1.62978'/%3E %3Cpath d='M13.7753 22.5815H12.5054V22.2977C12.5054 21.4162 12.4606 20.9083 11.0413 19.7878L9.02445 18.1893C9.02445 18.1893 8.84518 18.9811 8.84518 19.4293C8.84518 20.3854 9.39794 21.4162 9.39794 21.4162L9.29337 22.5815H7.36615L7.47073 21.3117H8.05337C8.05337 21.3117 7.70976 20.2061 7.70976 19.4293C7.70976 18.4283 8.0235 17.8158 8.27747 17.3676C8.00856 16.8447 7.8741 16.2023 7.8741 15.545V15.2611H9.14397V15.545C9.14397 16.1874 9.21867 16.9343 10.0702 17.6216L11.863 19.0707C11.863 19.0707 12.2962 18.5777 12.2962 16.8298V16.531H11.609V15.2611H12.9386C13.2972 15.2611 13.5811 15.545 13.5811 15.8886V17.0837C13.5811 18.01 13.3121 18.9512 12.6847 19.7281C13.596 20.6693 13.7753 21.6403 13.7753 22.2977V22.5815Z' fill='black'/%3E %3Cpath d='M26.3355 21.7905H24.2575V21.326C24.2575 19.8837 24.1842 19.0525 21.8617 17.219L18.5614 14.6032C18.5614 14.6032 18.268 15.8989 18.268 16.6323C18.268 18.1969 19.1726 19.8837 19.1726 19.8837L19.0015 21.7905H15.8478L16.019 19.7126H16.9724C16.9724 19.7126 16.4101 17.9035 16.4101 16.6323C16.4101 14.9943 16.9235 13.992 17.3391 13.2586C16.899 12.403 16.679 11.3518 16.679 10.2761V9.81163H18.757V10.2761C18.757 11.3273 18.8792 12.5497 20.2727 13.6742L23.2063 16.0455C23.2063 16.0455 23.9152 15.2388 23.9152 12.3785V11.8896H22.7907V9.81163H24.9665C25.5532 9.81163 26.0177 10.2761 26.0177 10.8384V12.7941C26.0177 14.3098 25.5776 15.85 24.5509 17.1212C26.0421 18.6613 26.3355 20.2504 26.3355 21.326V21.7905Z' fill='black'/%3E %3C/svg%3E") !important;
}
.sharingHeader .digital {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.81543 17.001C1.20592 -4.58553 32.9254 -4.5754 33.3135 17.001C32.6333 38.7424 1.50928 38.7612 0.81543 17.001Z' stroke='black' stroke-width='1.62978'/%3E %3Cpath d='M24.4468 12.9045V21.0489C24.4468 22.9475 22.7744 24.4465 20.646 24.4465H10.8653V20.3993H19.8858V13.554H10.8653V9.50684H20.646C22.7744 9.50684 24.4468 11.0058 24.4468 12.9045Z' fill='black'/%3E %3C/svg%3E") !important;
}
.sharingHeader .talkback {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.00049 19.4932C2.44103 -4.56645 37.7893 -4.55265 38.2271 19.4932C37.4671 43.7337 2.7757 43.7537 2.00049 19.4932Z' stroke='black' stroke-width='2.11429'/%3E %3Cpath d='M2.00049 19.4932C2.44103 -4.56645 37.7893 -4.55265 38.2271 19.4932C37.4671 43.7337 2.7757 43.7537 2.00049 19.4932Z' stroke='black' stroke-width='2.11429'/%3E %3Cpath d='M29.4269 11.6287H11.5729C10.9592 11.6287 10.457 12.1044 10.457 12.6858V23.2572C10.457 23.8387 10.9592 24.3144 11.5729 24.3144H13.8047V28.5429L17.6712 24.3144H29.4269C30.0406 24.3144 30.5427 23.8387 30.5427 23.2572V12.6858C30.5427 12.1044 30.0406 11.6287 29.4269 11.6287Z' stroke='black' stroke-width='1.58571' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") !important;
}
.sharingHeader .copy {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.00049 20.011C2.44103 -4.04863 37.7893 -4.03483 38.2271 20.011C37.4671 44.2515 2.7757 44.2715 2.00049 20.011Z' stroke='black' stroke-width='2.11429'/%3E %3Cpath d='M22.6393 19.8344C22.4731 19.5389 22.2637 19.2609 22.011 19.0099C20.5299 17.5358 18.1285 17.5358 16.6475 19.0099L12.625 23.0135C11.1439 24.4876 11.1439 26.8777 12.625 28.3518C14.106 29.8259 16.5074 29.8259 17.9885 28.3518L20.4465 25.9052' stroke='black' stroke-width='2.11429' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M18.3604 21.2432C18.5392 21.6328 18.7831 21.9973 19.0927 22.32C20.5591 23.8487 22.9366 23.8487 24.403 22.32L28.3857 18.1681C29.8521 16.6394 29.8521 14.1608 28.3857 12.6321C26.9193 11.1034 24.5417 11.1034 23.0753 12.6321L20.4712 15.3469' stroke='black' stroke-width='2.11429' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") !important;
}
.sharingHeader .digitalShare {
  display: flex;
  border-radius: 1.40625vw;
  background: #FFF;
  box-shadow: 0 0 1.875vw 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  width: fit-content;
  flex-shrink: 0;
  position: absolute;
  margin: 24.21875vw auto 0 auto;
  left: 0;
  right: 0;
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.sharingHeader .digitalShare .art-action-digital {
  list-style: none;
  margin: 0 auto;
  flex-direction: row;
  display: flex;
  padding: 4.0625vw 3.4375vw 4.0625vw 2.5vw;
  gap: 2.8125vw;
}
.sharingHeader .digitalShare .art-action-digital .share-icon {
  width: 6.40625vw;
  height: 6.40625vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sharingHeader .digitalShare .art-action-digital .share-icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.sharingHeader .digitalShare .art-action-digital .facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='14.2938' cy='14.5794' r='13.5795' stroke='black' stroke-width='1.2381'/%3E %3Cpath d='M16.9783 8.83107H18.5961V6.09462C17.8128 6.01317 17.0258 5.97296 16.2383 5.97415C13.8976 5.97415 12.2971 7.40261 12.2971 10.0186V12.2732H9.65527V15.3366H12.2971V23.1845H15.4638V15.3366H18.097L18.4928 12.2732H15.4638V10.3198C15.4638 9.41623 15.7047 8.83107 16.9783 8.83107Z' fill='black'/%3E %3C/svg%3E");
}
.sharingHeader .digitalShare .art-action-digital .twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='14.8338' cy='14.5794' r='13.5795' stroke='black' stroke-width='1.2381'/%3E %3Cg clip-path='url(%23clip0_5253_1477)'%3E %3Cpath d='M18.9171 8.06348H21.0943L16.3377 13.4999L21.9334 20.8977H17.552L14.1204 16.411L10.1938 20.8977H8.01524L13.1029 15.0828L7.73486 8.06348H12.2275L15.3294 12.1645L18.9171 8.06348ZM18.1529 19.5945H19.3594L11.572 9.29819H10.2774L18.1529 19.5945Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5253_1477'%3E %3Crect width='15.4894' height='15.4894' fill='white' transform='translate(7.08936 6.83496)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.sharingHeader .digitalShare .art-action-digital .telegram {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='14.3739' cy='14.5794' r='13.5795' stroke='black' stroke-width='1.2381'/%3E %3Cpath d='M6.40321 13.6822C10.5611 11.8607 13.3336 10.6598 14.7209 10.0795C18.6818 8.42293 19.5049 8.13514 20.0414 8.12558C20.1593 8.12359 20.4231 8.15298 20.594 8.29239C20.7383 8.41014 20.778 8.5692 20.797 8.68079C20.816 8.79245 20.8397 9.04673 20.8208 9.24539C20.6062 11.5132 19.6775 17.0166 19.2049 19.5565C19.005 20.6313 18.6113 20.9916 18.2302 21.0269C17.402 21.1035 16.773 20.4765 15.9708 19.9477C14.7155 19.1203 14.0064 18.6052 12.7878 17.7978C11.3797 16.8646 12.2925 16.3518 13.095 15.5136C13.305 15.2943 16.9544 11.9564 17.0251 11.6537C17.0339 11.6158 17.0421 11.4746 16.9587 11.4001C16.8753 11.3256 16.7522 11.3511 16.6634 11.3713C16.5375 11.4001 14.5321 12.7329 10.6472 15.3699C10.078 15.7629 9.56245 15.9544 9.10051 15.9443C8.59127 15.9333 7.61168 15.6548 6.88344 15.4168C5.99024 15.1248 5.28032 14.9705 5.34213 14.4746C5.37433 14.2164 5.72801 13.9522 6.40321 13.6822Z' fill='black'/%3E %3C/svg%3E");
}
.sharingHeader .digitalShare .art-action-digital .email {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='14.9139' cy='14.5794' r='13.5795' stroke='black' stroke-width='1.2381'/%3E %3Cg clip-path='url(%23clip0_5253_1483)'%3E %3Cpath d='M12.5034 8.50913H16.9283L14.6159 6.57129L12.5034 8.50913Z' fill='black'/%3E %3Cpath d='M21.7549 11.9263H20.5596V13.1552L20.916 12.8346C21.085 12.6827 21.3466 12.6948 21.5008 12.8617C21.6545 13.0287 21.6423 13.2872 21.4732 13.4395L20.4242 14.3823L19.0219 15.6427C19.0219 15.6427 19.021 15.6432 19.021 15.6436L17.2807 17.2082L21.4344 20.1264C21.6209 20.2571 21.6641 20.5126 21.5318 20.6964C21.451 20.8086 21.3234 20.8681 21.1942 20.8681C21.1112 20.8681 21.0273 20.8435 20.9549 20.7926L16.654 17.7713L14.9983 19.2595C14.9887 19.2681 14.9783 19.2768 14.9678 19.2845C14.963 19.288 14.9577 19.291 14.9529 19.2945C14.9472 19.2984 14.9416 19.3022 14.9359 19.3061C14.9298 19.3096 14.9237 19.3126 14.9176 19.316C14.9123 19.3186 14.9075 19.3217 14.9023 19.3242C14.8957 19.3273 14.8892 19.3299 14.8826 19.3324C14.8774 19.3346 14.8726 19.3372 14.8673 19.3389C14.8603 19.3415 14.8534 19.3437 14.8464 19.3458C14.8416 19.3475 14.8363 19.3493 14.8315 19.3506C14.8245 19.3527 14.8171 19.354 14.8097 19.3557C14.8049 19.357 14.7996 19.3583 14.7948 19.3592C14.7874 19.3605 14.78 19.3614 14.7726 19.3622C14.7678 19.3626 14.763 19.3639 14.7577 19.3644C14.7503 19.3652 14.7424 19.3652 14.735 19.3657C14.7302 19.3657 14.7254 19.3661 14.7206 19.3661C14.7202 19.3661 14.7197 19.3661 14.7193 19.3661C14.7114 19.3661 14.7031 19.3657 14.6953 19.3652C14.6913 19.3652 14.6878 19.3652 14.6839 19.3648C14.6752 19.3639 14.6664 19.3626 14.6577 19.3614C14.6542 19.3609 14.6507 19.3605 14.6472 19.3601C14.6385 19.3583 14.6293 19.3562 14.6206 19.354C14.6175 19.3532 14.614 19.3527 14.6105 19.3519C14.6014 19.3493 14.5926 19.3463 14.5835 19.3432C14.5804 19.3424 14.5778 19.3415 14.5747 19.3406C14.5656 19.3372 14.5564 19.3333 14.5476 19.3294C14.545 19.3281 14.5428 19.3273 14.5402 19.3264C14.531 19.3221 14.5219 19.3169 14.5127 19.3117C14.511 19.3104 14.5088 19.3096 14.5066 19.3087C14.4979 19.3035 14.4891 19.2975 14.4804 19.2915C14.4786 19.2902 14.4765 19.2889 14.4743 19.2876C14.4638 19.2798 14.4537 19.272 14.4437 19.2634L12.7448 17.7678L8.34308 20.7956C8.27102 20.8453 8.18848 20.869 8.10681 20.869C7.97579 20.869 7.84739 20.8077 7.76704 20.6938C7.63646 20.5087 7.68275 20.2537 7.8701 20.1247L12.1094 17.2086L8.88025 14.3664L7.83124 13.4434C7.66048 13.2932 7.64563 13.0348 7.79761 12.8661C7.94959 12.6974 8.21119 12.6827 8.38195 12.8328L8.74181 13.1496V11.9271H7.54649C7.19318 11.9271 6.90625 12.2111 6.90625 12.5597V21.4282C6.90625 21.7773 7.19362 22.0608 7.54649 22.0608H21.7549C22.1082 22.0608 22.3956 21.7769 22.3956 21.4282V12.5597C22.3956 12.2106 22.1082 11.9271 21.7549 11.9271V11.9263Z' fill='black'/%3E %3Cpath d='M19.7325 11.5173V9.32617H9.57031V13.8767L10.8862 15.0348C10.8862 15.0348 10.8862 15.0348 10.8866 15.0353L14.7171 18.4065L16.3396 16.9481C16.3396 16.9481 16.3409 16.9468 16.3417 16.9459L19.5084 14.0994L19.7321 13.8983V11.5164L19.7325 11.5173ZM12.2256 11.7736H17.6449C17.8733 11.7736 18.059 11.9566 18.059 12.1827C18.059 12.4088 17.8738 12.5917 17.6449 12.5917H12.2256C11.9972 12.5917 11.8116 12.4088 11.8116 12.1827C11.8116 11.9566 11.9968 11.7736 12.2256 11.7736ZM17.5847 14.6586H12.1649C11.9365 14.6586 11.7509 14.4756 11.7509 14.2495C11.7509 14.0234 11.9361 13.8405 12.1649 13.8405H17.5847C17.8131 13.8405 17.9987 14.0234 17.9987 14.2495C17.9987 14.4756 17.8135 14.6586 17.5847 14.6586Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5253_1483'%3E %3Crect width='15.4894' height='15.4894' fill='white' transform='translate(6.90625 6.57129)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.sharingHeader .digitalShare .art-action-digital .podcast {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='14.454' cy='14.5794' r='13.5795' stroke='black' stroke-width='1.2381'/%3E %3Cg clip-path='url(%23clip0_5253_1490)'%3E %3Cpath d='M20.3082 14.649C19.5845 14.3707 19.1074 14.5428 18.8163 15.4076L17.5412 19.1956C17.2501 20.0605 17.53 20.4745 18.2822 20.6678C18.4462 20.7099 18.616 20.6189 18.6688 20.4619L20.4946 15.038C20.5475 14.8811 20.466 14.7097 20.3082 14.6491V14.649Z' fill='black'/%3E %3Cpath d='M22.1416 15.7966L21.9039 15.102C21.8696 15.0015 21.852 14.8962 21.852 14.7903V13.4145C21.852 11.8897 21.3044 10.4034 20.3098 9.22923C19.021 7.7076 17.1219 6.83496 15.0993 6.83496C13.0766 6.83496 11.1774 7.7076 9.88875 9.22912C8.89416 10.4034 8.3465 11.8897 8.3465 13.4145V14.7903C8.3465 14.8963 8.32895 15.0015 8.2946 15.102L8.05693 15.7966C7.98165 16.0165 7.98099 16.2543 8.05517 16.4746L9.33791 20.2852C9.41571 20.5163 9.58392 20.7107 9.80942 20.8148C9.96897 20.8885 10.1324 20.956 10.299 21.018C10.3409 21.0337 10.3863 21.0376 10.4303 21.0288C10.6292 20.9895 10.8375 20.9373 11.0527 20.8758C11.1188 20.8569 11.1559 20.7877 11.1344 20.7239L9.2408 15.1097C9.1224 14.7587 9.06205 14.3915 9.06205 14.022V13.4145C9.06205 12.0514 9.55155 10.7225 10.4405 9.67292C11.5929 8.31243 13.2909 7.81099 15.0993 7.81099C16.9076 7.81099 18.6057 8.31243 19.7581 9.67292C20.647 10.7225 21.1366 12.0514 21.1366 13.4145V14.0219C21.1366 14.3915 21.0762 14.7588 20.9578 15.1099L19.0642 20.7242C19.0427 20.7881 19.0798 20.8572 19.146 20.8762C19.3612 20.9376 19.5694 20.9898 19.7684 21.0292C19.8124 21.0378 19.8577 21.0339 19.8996 21.0184C20.0573 20.9597 20.2119 20.8962 20.3632 20.8271C20.5984 20.7197 20.78 20.5255 20.8608 20.285L22.1434 16.4749C22.2175 16.2545 22.2169 16.0169 22.1416 15.7969V15.7966Z' fill='black'/%3E %3Cpath d='M11.3823 15.4086C11.0912 14.5437 10.6141 14.3717 9.89045 14.6499C9.73277 14.7105 9.65124 14.8819 9.70402 15.0388L11.5298 20.4628C11.5827 20.6197 11.7524 20.7107 11.9164 20.6686C12.6687 20.4752 12.9485 20.0612 12.6574 19.1965L11.3823 15.4086Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5253_1490'%3E %3Crect width='14.1986' height='14.1986' fill='white' transform='translate(8 6.83496)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.sharingHeader .digitalShare .art-action-digital .tv {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='14.994' cy='14.5794' r='13.5795' stroke='black' stroke-width='1.2381'/%3E %3Cg clip-path='url(%23clip0_5253_1497)'%3E %3Cpath d='M15.3135 13.1587H13.4901C13.3411 13.1587 13.2109 13.2852 13.2109 13.4302C13.2109 13.5751 13.3411 13.7017 13.4901 13.7017H14.0857V15.674C14.0857 15.8189 14.2158 15.9455 14.3648 15.9455H14.4577C14.6067 15.9455 14.7368 15.8189 14.7368 15.674V13.6833H15.3324C15.4814 13.6833 15.6116 13.5567 15.6116 13.4118C15.5932 13.2852 15.4625 13.1587 15.3141 13.1587H15.3135Z' fill='black'/%3E %3Cpath d='M18.3475 13.1587H18.2546C18.1429 13.1587 18.0311 13.2312 17.9944 13.3399C17.9577 13.4486 17.9199 13.5573 17.8826 13.6838C17.8081 13.865 17.7525 14.0456 17.678 14.2446C17.6034 14.4258 17.5478 14.6064 17.4733 14.7692C17.4177 14.932 17.3432 15.0769 17.3059 15.2035C17.2503 15.0769 17.1942 14.932 17.1196 14.7692C17.064 14.6064 16.9895 14.4253 16.9334 14.2446C16.8588 14.0635 16.8032 13.8828 16.7287 13.6838C16.6915 13.5751 16.6542 13.4486 16.617 13.3399C16.5797 13.2312 16.4679 13.1587 16.3567 13.1587H16.2266C16.0403 13.1587 15.9102 13.3399 15.9663 13.5205C16.0036 13.593 16.0219 13.6833 16.0592 13.7736C16.1337 13.991 16.2266 14.2262 16.3383 14.4794C16.4312 14.7325 16.543 14.9677 16.6547 15.2213C16.7476 15.4204 16.8221 15.6015 16.915 15.8005C16.9523 15.8909 17.064 15.9455 17.1569 15.9455H17.4172C17.5289 15.9455 17.6218 15.8914 17.6591 15.8005C17.7519 15.6194 17.8264 15.4204 17.9193 15.2213C18.0311 14.9682 18.1429 14.7146 18.2357 14.4794C18.3286 14.2262 18.422 13.991 18.5149 13.7736C18.5521 13.6833 18.5705 13.6108 18.6078 13.5205C18.6823 13.3393 18.5332 13.1587 18.3475 13.1587Z' fill='black'/%3E %3Cpath d='M22.7997 9.4165H8.60594C8.48046 9.4165 8.36012 9.46507 8.27139 9.55153C8.18266 9.63798 8.13281 9.75523 8.13281 9.8775V19.0974C8.13281 19.2196 8.18266 19.3369 8.27139 19.4233C8.36012 19.5098 8.48046 19.5583 8.60594 19.5583H15.2297V21.4023H13.3372C13.2117 21.4023 13.0914 21.4509 13.0026 21.5373C12.9139 21.6238 12.8641 21.741 12.8641 21.8633C12.8641 21.9856 12.9139 22.1028 13.0026 22.1893C13.0914 22.2757 13.2117 22.3243 13.3372 22.3243H18.0684C18.1939 22.3243 18.3142 22.2757 18.403 22.1893C18.4917 22.1028 18.5415 21.9856 18.5415 21.8633C18.5415 21.741 18.4917 21.6238 18.403 21.5373C18.3142 21.4509 18.1939 21.4023 18.0684 21.4023H16.1759V19.5583H22.7997C22.9251 19.5583 23.0455 19.5098 23.1342 19.4233C23.2229 19.3369 23.2728 19.2196 23.2728 19.0974V9.8775C23.2728 9.75523 23.2229 9.63798 23.1342 9.55153C23.0455 9.46507 22.9251 9.4165 22.7997 9.4165ZM22.3265 18.6364H9.07906V10.3385H22.3265V18.6364Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5253_1497'%3E %3Crect width='16.7801' height='12.9078' fill='white' transform='translate(7.24951 9.4165)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.sharingHeader .digitalShare.opened {
  max-height: 13.28125vw;
  max-width: 100%;
  visibility: visible;
}
.sharingHeader.hidden {
  top: -62.5vw;
  overflow: hidden;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer {
  z-index: 1000;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .digital-edition-label-menu-item {
  height: 13.4375vw;
  background-color: #fff;
  padding: 2.03125vw 2.65625vw 2.03125vw 5.15625vw;
  display: flex;
  align-items: center;
  width: 100%;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .digital-edition-label-menu-item .digital-edition {
  width: 42.34375vw;
  height: 7.65625vw;
  border-radius: 25.625vw;
  background-color: #821013;
  gap: 1.09375vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .digital-edition-label-menu-item .text {
  color: #FFF;
  font-size: 4.375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.59375vw;
  display: inline-block;
  position: relative;
  top: 0.3125vw;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .digital-edition-label-menu-item .calcalist-icon {
  width: 5.625vw;
  height: 5.625vw;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cmask id='mask0_3812_4602' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='22' height='22'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3812_4602)'%3E%3Cpath d='M17.875 6.5025V15.4975C17.875 17.5945 16.1819 19.25 14.0271 19.25H4.125V14.7801H13.2575V7.2199H4.125V2.75H14.0271C16.1819 2.75 17.875 4.40551 17.875 6.5025Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .user-menu-item {
  background-color: #ce202d;
  color: #fff;
  height: 13.4375vw;
  padding: 2.65625vw 5.15625vw;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .user-menu-item .display-name {
  color: #fff;
  text-align: right;
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .user-menu-item .arrow-icon {
  width: 5.625vw;
  height: 5.625vw;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M14.2369 17.389C14.3008 17.4529 14.3515 17.5287 14.3861 17.6121C14.4206 17.6956 14.4384 17.7851 14.4384 17.8754C14.4384 17.9657 14.4206 18.0552 14.3861 18.1386C14.3515 18.2221 14.3008 18.2979 14.2369 18.3618C14.1731 18.4257 14.0972 18.4763 14.0138 18.5109C13.9303 18.5455 13.8409 18.5633 13.7505 18.5633C13.6602 18.5633 13.5708 18.5455 13.4873 18.5109C13.4038 18.4763 13.328 18.4257 13.2641 18.3618L6.38913 11.4868C6.32521 11.4229 6.2745 11.3471 6.23991 11.2637C6.20531 11.1802 6.1875 11.0907 6.1875 11.0004C6.1875 10.91 6.20531 10.8206 6.23991 10.7371C6.2745 10.6537 6.32521 10.5778 6.38913 10.514L13.2641 3.63898C13.3931 3.50997 13.5681 3.4375 13.7505 3.4375C13.933 3.4375 14.1079 3.50997 14.2369 3.63898C14.366 3.76798 14.4384 3.94294 14.4384 4.12538C14.4384 4.30782 14.366 4.48279 14.2369 4.61179L7.84749 11.0004L14.2369 17.389Z' fill='white'/%3E%3C/svg%3E");
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .user-menu-item .arrow-icon.rotate {
  transform: rotate(270deg);
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .paywall-menu-items {
  display: flex;
  flex-direction: column;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .paywall-menu-items .menu-item {
  background-color: #ce202d;
  color: #fff;
  height: 13.4375vw;
  padding: 2.65625vw 5.15625vw;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-size: 5vw;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .paywall-menu-items .menu-item.disconnect {
  font-weight: 700;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .paywall-menu-items .menu-item .text {
  color: #fff;
  text-align: right;
  font-size: 5vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaOverlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 16.25vw);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1.17188vw);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup {
  position: fixed;
  inset: 0;
  margin: auto 5.15625vw;
  height: 118.90625vw;
  display: flex;
  padding: 9.0625vw 5.15625vw;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 5.625vw;
  border-radius: 3.125vw;
  border: 1px solid #B7B7B7;
  background: #FCFCFC;
  box-shadow: 0.3125vw 0.9375vw 1.25vw 0px rgba(0, 0, 0, 0.15);
  z-index: 2000;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.40625vw;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .logo-container .digital-edidion-label {
  width: 46.09375vw;
  height: 10.78125vw;
  font-family: "Open Sans Hebrew";
  border-radius: 15.625vw;
  background: #A51C21;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .logo-container .text {
  color: #000;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 6.5625vw;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .logo-container .disconnect-logo {
  margin-top: 3.125vw;
  width: 51.25vw;
  height: 51.25vw;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://images1.calcalist.co.il/static/common/paywall/disconnect-logo.png);
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer {
  display: flex;
  gap: 3.125vw;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer .button {
  width: 38.59375vw;
  height: 9.84375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.3125vw;
  text-align: center;
  font-size: 1.063rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.0625vw;
  box-sizing: border-box;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer .button.back {
  background: #DE1A1A;
  color: #FFF;
}
.CategoryHeaderMutamPaywallSideMenuItemsContainer .CalcalistPaywallLoginComponentaPopup .inner-container .buttons-contianer .button.action {
  border: 1px solid #DE1A1A;
  background: #FFF;
  color: #DE1A1A;
}
.CommertialComponentaMutam {
  overflow: hidden;
  padding: 0.625rem 0.625rem 0;
  margin: 0.625rem;
  background: #fff;
  box-sizing: border-box;
}
.CommertialComponentaMutam .tabComponenta {
  direction: rtl;
  margin: 0 !important;
}
.CommertialComponentaMutam .commertialSlider {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.CommertialComponentaMutam .commertialSlider .sliderList {
  padding: 0.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.CommertialComponentaMutam .commertialSlider .sliderList .slotTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 33%;
  padding: 0 0.78125vw;
  font-size: 1rem;
  min-height: 12.5vw;
  height: auto;
  border: 0.0625rem solid #ebebeb;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  color: #3c3c3c;
  width: 33%;
}
.CommertialComponentaMutam .commertialSlider .sliderList .slotTitle br {
  display: none;
}
.CommertialComponentaMutam .commertialSlider .sliderList .slotTitle.activeSlide {
  border-top: 0.0625rem solid #d01e25;
  box-shadow: 0px -0.78125vw 0.78125vw -0.78125vw rgba(0, 0, 0, 0.8);
}
.CommertialComponentaMutam .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: unset;
  flex-grow: 1;
}
.CommertialComponentaMutam .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 1.5625vw;
}
.CommertialComponentaMutam .slider .slick-track {
  display: flex;
}
.CommertialComponentaMutam .slider .slickArrow {
  position: absolute;
  bottom: 0.625rem;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 6.25vw;
  height: 3.125vw;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.CommertialComponentaMutam .slider .slickArrow.slickPrev {
  right: 0px;
  background-image: url("https://www.calcalist.co.il/images/1280/Commercial/prev.png");
  background-position: right center;
}
.CommertialComponentaMutam .slider .slickArrow.slickNext {
  left: 0px;
  background-image: url("https://www.calcalist.co.il/images/1280/Commercial/next.png");
  background-position: left center;
}
.CommertialComponentaMutam .slider .slotView {
  position: relative;
  overflow: hidden;
}
.CommertialComponentaMutam .slider .slotView .imgArea {
  overflow: hidden;
  width: 96.875vw;
  height: 54.6875vw;
}
.CommertialComponentaMutam .slider .slotView .SiteImageMedia:hover {
  transform: none ! important;
}
.CommertialComponentaMutam .slider .slotView .subTitle {
  width: 100%;
  height: 1.25rem;
  bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #3c3c3c;
  justify-content: center;
  line-height: 1.25;
  padding: 0 2rem;
  margin: 0.625rem auto 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  direction: rtl;
  box-sizing: border-box;
}
.CommertialComponentaMutam .slider .slotList {
  display: flex;
}
.CommertialComponentaMutam .slider .slotList > div {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CommertialComponentaMutam .slider .slotList > div > div {
  width: 32.96875vw;
  height: 18.4375vw;
}
.CommertialComponentaMutam .slider .slotList > div > div .slotView {
  width: 100%;
  height: 100%;
  position: relative;
}
.CommertialTeaserMobile-pf.basic {
  flex-direction: column;
  width: calc(100% - 5vw);
  box-sizing: border-box;
  background-color: #fff;
  margin: 2.5vw;
  position: relative;
}
.CommertialTeaserMobile-pf.basic .header {
  display: flex;
  flex-direction: column;
}
.CommertialTeaserMobile-pf.basic .header .commercial-text {
  font-family: Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  background: #e6e6e6;
  flex-basis: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.CommertialTeaserMobile-pf.basic .header .commercial-text span {
  position: relative;
  top: -0.125rem;
}
.CommertialTeaserMobile-pf.basic .header .tabTitleLink {
  font-family: Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  background: #fbb03b;
  flex-basis: 3.5rem;
  display: flex;
  justify-content: center;
  line-height: 1.375rem;
}
.CommertialTeaserMobile-pf.basic .header .tabTitleLink .tabTitle.profitLine {
  display: none;
}
.CommertialTeaserMobile-pf.basic .header .tabTitleLink .Linkable {
  position: relative;
  top: 2rem;
}
.CommertialTeaserMobile-pf.basic .header .tabTitleLink .Linkable :nth-child(1) {
  font-family: 'Shual';
  font-weight: 400;
  font-size: 3.5rem;
  color: #fff;
  margin-left: 0.625rem;
}
.CommertialTeaserMobile-pf.basic .header .tabTitleLink .Linkable :nth-child(2) {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 3.5rem;
  color: #fff;
}
.CommertialTeaserMobile-pf.basic .header .tabSubTitleLink {
  font-family: 'Shual';
  font-size: 1.125rem;
  font-weight: 600;
  background: #fff;
  color: #fbb03b;
  flex-basis: 2.3rem;
  display: flex;
  justify-content: center;
  padding-top: 0.375rem;
  box-sizing: border-box;
}
.CommertialTeaserMobile-pf.basic .header .tabSubTitleLink.profitLine {
  display: none;
}
.CommertialTeaserMobile-pf.basic .CommericalTeaserTab {
  display: none;
}
.CommertialTeaserMobile-pf.basic .arrows-pf {
  top: 44%;
  transform: scale(2);
  position: absolute;
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58' height='97' viewBox='0 0 58 97'%3E%3Cdefs%3E%3Cfilter id='Rectangle_20' x='0' y='0' width='58' height='97' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='1' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.251'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='arrow-left-mobile' transform='translate(-193 -35)'%3E%3Cg transform='matrix(1, 0, 0, 1, 193, 35)' filter='url(%23Rectangle_20)'%3E%3Cpath id='Rectangle_20-2' data-name='Rectangle 20' d='M0,0H.5A39.5,39.5,0,0,1,40,39.5v0A39.5,39.5,0,0,1,.5,79H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z' transform='translate(8 9)' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Path_6' data-name='Path 6' d='M33.756,54.662a1.123,1.123,0,0,1,1.442,0l.918.918a1.053,1.053,0,0,1,.328.721.986.986,0,0,1-.262.721l-6.49,6.49L36.182,70a.986.986,0,0,1,.262.721,1.053,1.053,0,0,1-.328.721l-.918.918a1.123,1.123,0,0,1-1.442,0l-8.128-8.128a.957.957,0,0,1,0-1.442Z' transform='translate(192.651 20.26)' fill='%23535353'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M20.256,54.662a1.123,1.123,0,0,1,1.442,0l.918.918a1.053,1.053,0,0,1,.328.721.986.986,0,0,1-.262.721l-6.49,6.49L22.682,70a.986.986,0,0,1,.262.721,1.053,1.053,0,0,1-.328.721l-.918.918a1.123,1.123,0,0,1-1.442,0l-8.128-8.128a.957.957,0,0,1,0-1.442Z' transform='translate(197.302 20.26)' fill='%23535353'/%3E%3C/g%3E%3C/svg%3E%0A");
  border: none;
}
.CommertialTeaserMobile-pf.basic .arrows-pf:disabled {
  opacity: .35;
}
.CommertialTeaserMobile-pf.basic .arrows-pf.LeftArrow-pf {
  left: 5px;
}
.CommertialTeaserMobile-pf.basic .arrows-pf.RightArrow-pf {
  right: 5px;
  transform: scale(2) rotate(180deg);
}
.CommertialTeaserMobile-pf.basic .slotList {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider {
  background: linear-gradient(to bottom, #4176e0 0%, #4176e0 58%, #fff 58%, #fff 100%);
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track {
  display: flex;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 70vw;
  box-sizing: border-box;
  padding: 0.625rem;
  padding-bottom: 0;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .MediaCarousel {
  width: 100%;
  height: 48.44vw;
  overflow: hidden;
  position: relative;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .MediaCarousel a img {
  width: 100% !important;
  height: 100% !important;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .slotTitle a div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5rem;
  font-family: 'Shual';
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3125rem;
  color: #000;
  padding: 0.75rem 0 0.5rem 0;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .moreDetails {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: 600;
  font-size: .75rem;
  display: flex;
  justify-content: flex-start;
  color: #969696;
  flex-direction: row-reverse;
}
.CommertialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .moreDetails .commaView {
  margin: 0 .20rem;
}
.CommertialTeaserMobile-pf.basic .slotList .bottomTitleLink {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #4176e0;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 1rem 0;
  line-height: 1rem;
}
.CommertialTeaserMobile-pf.profitLine {
  flex-direction: column;
  width: calc(100% - 5vw);
  box-sizing: border-box;
  background-color: #fff;
  margin: 2.5vw;
  position: relative;
}
.CommertialTeaserMobile-pf.profitLine .header {
  display: flex;
  flex-direction: column;
}
.CommertialTeaserMobile-pf.profitLine .header .commercial-text {
  display: none;
}
.CommertialTeaserMobile-pf.profitLine .header .tabTitleLink {
  font-family: Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  background: #fff;
  flex-basis: 3.5rem;
  display: flex;
  justify-content: center;
  line-height: 1.375rem;
}
.CommertialTeaserMobile-pf.profitLine .header .tabTitleLink span {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 3.5rem;
  color: #ce1709;
  position: relative;
}
.CommertialTeaserMobile-pf.profitLine .header .tabTitleLink .Linkable {
  display: none;
}
.CommertialTeaserMobile-pf.profitLine .header .tabSubTitleLink {
  display: none;
}
.CommertialTeaserMobile-pf.profitLine .CommericalTeaserTab {
  display: none;
}
.CommertialTeaserMobile-pf.profitLine .arrows-pf {
  top: 36%;
  transform: scale(2);
  position: absolute;
  width: 27px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58' height='97' viewBox='0 0 58 97'%3E%3Cdefs%3E%3Cfilter id='Rectangle_20' x='0' y='0' width='58' height='97' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='1' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.251'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='arrow-left-mobile' transform='translate(-193 -35)'%3E%3Cg transform='matrix(1, 0, 0, 1, 193, 35)' filter='url(%23Rectangle_20)'%3E%3Cpath id='Rectangle_20-2' data-name='Rectangle 20' d='M0,0H.5A39.5,39.5,0,0,1,40,39.5v0A39.5,39.5,0,0,1,.5,79H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z' transform='translate(8 9)' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Path_6' data-name='Path 6' d='M33.756,54.662a1.123,1.123,0,0,1,1.442,0l.918.918a1.053,1.053,0,0,1,.328.721.986.986,0,0,1-.262.721l-6.49,6.49L36.182,70a.986.986,0,0,1,.262.721,1.053,1.053,0,0,1-.328.721l-.918.918a1.123,1.123,0,0,1-1.442,0l-8.128-8.128a.957.957,0,0,1,0-1.442Z' transform='translate(192.651 20.26)' fill='%23535353'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M20.256,54.662a1.123,1.123,0,0,1,1.442,0l.918.918a1.053,1.053,0,0,1,.328.721.986.986,0,0,1-.262.721l-6.49,6.49L22.682,70a.986.986,0,0,1,.262.721,1.053,1.053,0,0,1-.328.721l-.918.918a1.123,1.123,0,0,1-1.442,0l-8.128-8.128a.957.957,0,0,1,0-1.442Z' transform='translate(197.302 20.26)' fill='%23535353'/%3E%3C/g%3E%3C/svg%3E%0A");
  border: none;
}
.CommertialTeaserMobile-pf.profitLine .arrows-pf:disabled {
  opacity: .35;
}
.CommertialTeaserMobile-pf.profitLine .arrows-pf.LeftArrow-pf {
  left: 5px;
}
.CommertialTeaserMobile-pf.profitLine .arrows-pf.RightArrow-pf {
  right: 5px;
  transform: scale(2) rotate(180deg);
}
.CommertialTeaserMobile-pf.profitLine .slotList {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider {
  background: linear-gradient(to bottom, #ce1709 0%, #ce1709 58%, #fff 58%, #fff 100%);
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track {
  display: flex;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track .slotView {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 70vw;
  box-sizing: border-box;
  padding: 0.625rem;
  padding-bottom: 0;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track .slotView .MediaCarousel {
  width: 100%;
  height: 48.44vw;
  overflow: hidden;
  position: relative;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track .slotView .MediaCarousel a img {
  width: 100% !important;
  height: 100% !important;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track .slotView .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track .slotView .slotTitle a div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5rem;
  font-family: 'Shual';
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3125rem;
  color: #000;
  padding: 0.75rem 0 0.5rem 0;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track .slotView .moreDetails {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: 600;
  font-size: .75rem;
  display: flex;
  justify-content: flex-start;
  color: #969696;
  flex-direction: row-reverse;
}
.CommertialTeaserMobile-pf.profitLine .slotList .slick-slider .slick-track .slotView .moreDetails .commaView {
  margin: 0 .20rem;
}
.CommertialTeaserMobile-pf.profitLine .slotList .bottomTitleLink {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #ce1709;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 1rem 0;
  line-height: 1rem;
}
.ConferenceStripMutamComponenta {
  display: flex;
}
.ConferenceStripMutamComponenta > a,
.ConferenceStripMutamComponenta > span {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ConferenceStripMutamComponenta > a .mediaArea,
.ConferenceStripMutamComponenta > span .mediaArea {
  width: 100%;
  aspect-ratio: 2.5;
  max-height: 39vw;
}
.ConferenceStripMutamComponenta > a .mediaArea img,
.ConferenceStripMutamComponenta > span .mediaArea img {
  width: 100%;
  height: 100%;
}
.ConferenceStripMutamComponenta > a .textArea,
.ConferenceStripMutamComponenta > span .textArea {
  padding: 0.75rem;
  box-sizing: border-box;
  background: unset;
  color: #fff;
}
.ConferenceStripMutamComponenta > a .textArea h2,
.ConferenceStripMutamComponenta > span .textArea h2,
.ConferenceStripMutamComponenta > a .textArea h3,
.ConferenceStripMutamComponenta > span .textArea h3,
.ConferenceStripMutamComponenta > a .textArea h4,
.ConferenceStripMutamComponenta > span .textArea h4 {
  margin: 0;
  padding: 0;
}
.ConferenceStripMutamComponenta > a .textArea h2,
.ConferenceStripMutamComponenta > span .textArea h2 {
  font-family: 'Shual';
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5rem;
}
.ConferenceStripMutamComponenta > a .textArea h3,
.ConferenceStripMutamComponenta > span .textArea h3 {
  font-family: 'Shual';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.ConferenceStripMutamComponenta > a .textArea h4,
.ConferenceStripMutamComponenta > span .textArea h4 {
  padding-top: 1.25rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ConferenceStripMutamComponenta > a .textArea h4 .spaceBetween,
.ConferenceStripMutamComponenta > span .textArea h4 .spaceBetween {
  width: 100%;
  display: flex;
  height: 1rem;
}
:root {
  --tabTitle-color: #CE1709;
  /* Default color */
}
.GeneralCommercialTeaserMobile-pf.basic {
  flex-direction: column;
  width: calc(100% - 5vw);
  box-sizing: border-box;
  background-color: #fff;
  margin: 2.5vw;
  position: relative;
}
.GeneralCommercialTeaserMobile-pf.basic .header {
  display: flex;
  flex-direction: column;
}
.GeneralCommercialTeaserMobile-pf.basic .header .commercial-text {
  font-family: Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  background: #e6e6e6;
  flex-basis: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.GeneralCommercialTeaserMobile-pf.basic .header .commercial-text span {
  position: relative;
}
.GeneralCommercialTeaserMobile-pf.basic .header .tabTitleLink {
  font-family: Arial, sans-serif;
  font-size: 2.625rem;
  font-weight: normal;
  flex-basis: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.GeneralCommercialTeaserMobile-pf.basic .header .tabTitleLink .tabTitle {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 2.625rem !important;
  position: relative;
  color: var(--tabTitle-color);
}
.GeneralCommercialTeaserMobile-pf.basic .header .tabTitleLink .tabTitle:link,
.GeneralCommercialTeaserMobile-pf.basic .header .tabTitleLink .tabTitle :visited {
  color: var(--tabTitle-color);
}
.GeneralCommercialTeaserMobile-pf.basic .header .tabSubTitleLink {
  font-family: 'Shual';
  font-size: 1.125rem;
  font-weight: 600;
  background: #fff;
  color: #fbb03b;
  flex-basis: 2.3rem;
  display: flex;
  justify-content: center;
  padding-top: 0.375rem;
  box-sizing: border-box;
}
.GeneralCommercialTeaserMobile-pf.basic .CommericalTeaserTab {
  display: none;
}
.GeneralCommercialTeaserMobile-pf.basic .arrows-pf {
  top: 29%;
  transform: scale(2);
  position: absolute;
  width: 32px;
  height: 91px;
  z-index: 10;
  cursor: pointer;
  background-size: 32px 91px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58' height='97' viewBox='0 0 58 97'%3E%3Cdefs%3E%3Cfilter id='Rectangle_20' x='0' y='0' width='58' height='97' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='1' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.251'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='arrow-left-mobile' transform='translate(-193 -35)'%3E%3Cg transform='matrix(1, 0, 0, 1, 193, 35)' filter='url(%23Rectangle_20)'%3E%3Cpath id='Rectangle_20-2' data-name='Rectangle 20' d='M0,0H.5A39.5,39.5,0,0,1,40,39.5v0A39.5,39.5,0,0,1,.5,79H0a0,0,0,0,1,0,0V0A0,0,0,0,1,0,0Z' transform='translate(8 9)' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Path_6' data-name='Path 6' d='M33.756,54.662a1.123,1.123,0,0,1,1.442,0l.918.918a1.053,1.053,0,0,1,.328.721.986.986,0,0,1-.262.721l-6.49,6.49L36.182,70a.986.986,0,0,1,.262.721,1.053,1.053,0,0,1-.328.721l-.918.918a1.123,1.123,0,0,1-1.442,0l-8.128-8.128a.957.957,0,0,1,0-1.442Z' transform='translate(192.651 20.26)' fill='%23535353'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M20.256,54.662a1.123,1.123,0,0,1,1.442,0l.918.918a1.053,1.053,0,0,1,.328.721.986.986,0,0,1-.262.721l-6.49,6.49L22.682,70a.986.986,0,0,1,.262.721,1.053,1.053,0,0,1-.328.721l-.918.918a1.123,1.123,0,0,1-1.442,0l-8.128-8.128a.957.957,0,0,1,0-1.442Z' transform='translate(197.302 20.26)' fill='%23535353'/%3E%3C/g%3E%3C/svg%3E%0A");
  border: none;
}
.GeneralCommercialTeaserMobile-pf.basic .arrows-pf:disabled {
  opacity: .35;
}
.GeneralCommercialTeaserMobile-pf.basic .arrows-pf.LeftArrow-pf {
  left: 6px;
}
.GeneralCommercialTeaserMobile-pf.basic .arrows-pf.RightArrow-pf {
  right: 7px;
  transform: scale(2) rotate(180deg);
}
.GeneralCommercialTeaserMobile-pf.basic .slotList {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider {
  background: linear-gradient(to bottom, var(--margin-color) 0%, var(--margin-color) 58%, #fff 58%, #fff 100%);
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track {
  display: flex;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 70vw;
  box-sizing: border-box;
  padding: 0.625rem 1.875rem 0 1.875rem;
  padding-bottom: 0;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .MediaCarousel {
  width: 100%;
  height: 48.44vw;
  overflow: hidden;
  position: relative;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .MediaCarousel a img {
  width: 100% !important;
  height: 100% !important;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .MediaCarousel .videoIcon.large {
  position: absolute;
  width: 2.188rem;
  height: 2.188rem;
  margin: 0 0.688rem 0.688rem 0;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .MediaCarousel .videoIcon.large .icon {
  display: block;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .slotTitle a div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5rem;
  font-family: 'Shual';
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3125rem;
  color: #000;
  padding: 0.75rem 0 0.5rem 0;
  box-sizing: border-box;
  text-align: right;
  direction: rtl;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .moreDetails {
  font-family: 'Arial';
  font-size: 0.813rem;
  display: flex;
  justify-content: flex-start;
  color: #878787;
  flex-direction: row-reverse;
  margin-top: 0.3rem;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .slick-slider .slick-track .slotView .moreDetails .commaView {
  margin: 0 .20rem;
}
.GeneralCommercialTeaserMobile-pf.basic .slotList .bottomTitleLink {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #4176e0;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 1rem 0;
  line-height: 1rem;
}
.CalcalistMutamShareMenu .toggleShareButtons-pf {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23000' d='M0 0h44v44H0z' opacity='.3'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M17.438 25.908a4.5 4.5 0 1 1 0-6.816l8.583-5.157a4.5 4.5 0 1 1 1.28 2.73l-8.373 5.031a4.527 4.527 0 0 1 0 1.608l8.373 5.03a4.5 4.5 0 1 1-1.28 2.73l-8.583-5.156z'/%3E %3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 0;
}
.CalcalistMutamShareMenu .toggleShareButtons-pf.opened {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23000' d='M0 0h44v44H0z' opacity='.3'/%3E %3Cg stroke='%23FFF' stroke-linecap='square' stroke-width='1.5'%3E %3Cpath d='M14.354 14.354l16.307 16.307M14 30l16-16'/%3E %3C/g%3E %3C/g%3E%3C/svg%3E");
}
.CalcalistMutamShareMenu .shareBtnsBox-pf {
  direction: ltr;
  display: flex;
  position: absolute;
  top: 25%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 0;
  width: 100%;
  justify-content: space-around;
  visibility: hidden;
  z-index: -1;
}
.CalcalistMutamShareMenu .shareBtnsBox-pf.opened {
  visibility: visible;
  z-index: 1;
}
.CalcalistMutamShareMenu .shareBtnsBox-pf .calcalistShare-pf {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  background-color: transparent;
  border: 0;
}
.CalcalistMutamShareMenu .shareBtnsBox-pf .calcalistShare-pf.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd' transform='translate(-.01 -.878)'%3E %3Ccircle cx='27.51' cy='28.378' r='27.5' fill='%232876C0'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M29.608 42.613h-5.63V28.877h-2.812v-4.734h2.813V21.3c0-3.861 1.588-6.158 6.1-6.158h3.756v4.735h-2.348c-1.756 0-1.873.661-1.873 1.896l-.006 2.37h4.254l-.498 4.733h-3.756v13.737z'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistMutamShareMenu .shareBtnsBox-pf .calcalistShare-pf.tw {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E %3Cdefs%3E %3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Ccircle class='cls-1' cx='27.5' cy='27.5' r='27.5'/%3E %3Cg id='layer1'%3E %3Cpath id='path1009' class='cls-2' d='m14.56,15.33l10.04,13.42-10.1,10.91h2.27l8.84-9.55,7.15,9.55h7.74l-10.6-14.18,9.4-10.16h-2.27l-8.14,8.8-6.58-8.8h-7.74Zm3.34,1.67h3.55l15.7,20.99h-3.55l-15.7-20.99Z'/%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistMutamShareMenu .shareBtnsBox-pf .calcalistShare-pf.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%235AD129'/%3E %3Cg fill='%23979797' fill-rule='nonzero' stroke='%23FFF' stroke-width='.6'%3E %3Cpath d='M42 27.055c0 3.879-1.585 7.391-4.148 9.934a14.164 14.164 0 0 1-10.008 4.115 14.1 14.1 0 0 1-6.725-1.688l-7.543 2.4L13 42l.194-.573 2.452-7.244a13.961 13.961 0 0 1-1.957-7.133c0-3.879 1.585-7.392 4.149-9.935A14.17 14.17 0 0 1 27.849 13c3.906 0 7.444 1.573 10.005 4.117A13.963 13.963 0 0 1 42 27.055zm-4.579 9.5a13.343 13.343 0 0 0 3.966-9.5c0-3.712-1.515-7.072-3.964-9.505a13.544 13.544 0 0 0-9.574-3.937c-3.743 0-7.13 1.504-9.58 3.936a13.343 13.343 0 0 0-3.967 9.501 13.349 13.349 0 0 0 1.94 6.94l.075.122-.046.134-2.303 6.805 7.091-2.257.126-.04.114.063a13.49 13.49 0 0 0 6.545 1.674c3.742 0 7.127-1.504 9.577-3.935z'/%3E %3Cpath d='M36.361 30.101c-.036-.053-.198-.126-.44-.235-.06-.027-.125-.055-.2-.09l-.006-.002a95.733 95.733 0 0 0-1.75-.81c-.447-.2-.834-.37-.964-.414-.147-.05-.27-.088-.353-.08-.054.006-.112.049-.186.156v.001a9.092 9.092 0 0 1-.491.61c-.323.376-.67.757-.814.913-.17.184-.35.288-.571.313-.2.023-.414-.026-.67-.146l-.003-.001c-.044-.021-.142-.061-.262-.11-.587-.241-1.73-.71-3.047-1.82a10.58 10.58 0 0 1-1.228-1.232 12.069 12.069 0 0 1-1.08-1.479c-.355-.578-.053-.865.225-1.13h.001c.112-.106.244-.257.375-.407.079-.09.157-.18.217-.245.145-.16.21-.286.297-.456l.06-.116a.335.335 0 0 0 .04-.195.565.565 0 0 0-.07-.202l-.003-.004c-.069-.132-.443-.99-.787-1.782l-.463-1.059c-.21-.473-.378-.463-.508-.455-.04.003-.08.005-.109.005-.113 0-.243-.008-.378-.016-.124-.007-.254-.015-.394-.015-.118 0-.278.023-.446.098-.13.058-.266.147-.395.281l-.002.003-.078.078c-.393.393-1.25 1.25-1.25 2.887 0 1.772 1.38 3.5 1.58 3.752h.002l.002.003c.024.03.057.077.106.145.531.739 2.972 4.134 6.639 5.497 3.307 1.228 3.836 1.106 4.31.997.117-.027.232-.054.382-.067.362-.032.985-.288 1.53-.65.429-.285.795-.626.921-.96.136-.36.214-.699.25-.981.042-.326.039-.535.01-.58h.001zm-.173-.774c.346.155.576.259.71.467v.002c.088.139.135.5.076.957-.041.315-.13.698-.285 1.11-.174.462-.63.9-1.151 1.246-.629.418-1.376.716-1.833.757-.101.008-.195.03-.291.052-.564.13-1.196.275-4.686-1.02-3.847-1.43-6.377-4.95-6.928-5.717a5.38 5.38 0 0 0-.087-.12l-.002-.001-.002-.003C21.492 26.781 20 24.911 20 22.944c0-1.874.976-2.85 1.424-3.298l.07-.071a1.87 1.87 0 0 1 .594-.42c.268-.119.524-.156.71-.156.142 0 .291.009.435.018.115.007.225.013.338.013l.07-.002c.323-.02.744-.046 1.126.819l.463 1.064c.34.778.707 1.622.77 1.744.065.122.118.257.135.409a.89.89 0 0 1-.102.52l-.002.001-.058.113c-.109.21-.189.367-.383.581l-.001.002c-.08.087-.145.162-.21.237-.144.164-.288.328-.414.448-.114.11-.238.228-.126.41.14.232.497.783 1.023 1.401.325.383.715.79 1.157 1.163a10.224 10.224 0 0 0 2.88 1.716c.11.045.2.082.291.125.143.067.247.097.322.088.055-.006.11-.044.174-.114.15-.163.503-.55.799-.895a8.5 8.5 0 0 0 .454-.563c.194-.278.402-.395.64-.42.211-.023.407.035.633.112.16.055.565.23 1.02.435.705.317 1.53.7 1.767.816.063.03.128.059.189.086z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.CalcalistMutamShareMenu .shareBtnsBox-pf .calcalistShare-pf.mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%234A235A'/%3E %3Cpath stroke='%23FFF' stroke-width='1.1' d='M13 18h29v20H13z'/%3E %3Cpath stroke='%23FFF' stroke-width='1.1' d='M13 18l10.274 9.227L27.5 31 42 18M13 37l10-10M42 38L32 27'/%3E %3C/g%3E %3C/svg%3E");
}
.slotItem.standart {
  flex-direction: column;
}
.slotItem .imageArea {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.slotItem .imageArea > a {
  display: flex;
  height: 100%;
}
.slotItem .imageArea .videoIcon-pf {
  z-index: 999;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44px' height='44px' viewBox='0 0 44 44' style='enable-background:new 0 0 44 44;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-miterlimit:5;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:5;%7D %3C/style%3E %3Cpath class='st0' d='M22,2c11.028,0,20,8.972,20,20s-8.972,20-20,20S2,33.028,2,22S10.972,2,22,2 M22,0C9.85,0,0,9.85,0,22 s9.85,22,22,22s22-9.85,22-22S34.15,0,22,0L22,0z'/%3E %3Cg%3E %3Cpath class='st0' d='M17.82,28.779V14.256l13.154,7.262L17.82,28.779z M19.82,17.645v7.746l7.016-3.873L19.82,17.645z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
}
.slotItem .imageArea img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.slotItem .mutamVideoArea {
  position: relative;
  height: 56.25vw !important;
}
.CalcalistVideoLiveComponenta .slotItem .mutamVideoArea {
  height: 0 !important;
  padding-bottom: 56.25%;
}
.slotItem .mutamVideoArea .videoMediaContainer {
  width: 100vw !important;
  height: 56.25vw !important;
  position: absolute;
  z-index: 1;
}
.slotItem .mutamVideoArea .toggleShareButtons-pf {
  top: 0;
  bottom: unset;
  z-index: 2;
}
.slotItem .categoryTitleWrapper {
  position: relative;
  padding: 0.4375rem 0.525rem;
}
.slotItem .categoryTitleWrapper .category {
  display: inline;
  position: relative;
  top: -1px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
  background-color: #d01e25;
  padding: 0 0.3rem;
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
}
.slotItem .textArea {
  color: #000;
  background: #fff;
  overflow: hidden;
}
.slotItem .slotDetails {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 0.8125rem;
  display: inline-flex;
  color: #969696;
  padding: 0 0.625rem 0.4375rem 0;
}
.slotItem .slotDetails .separator {
  padding: 0 0.78125vw;
}
.mutamSlotItem {
  margin: 0 0 0.625rem 0 !important;
}
.mutamSlotItem .slotTitle {
  display: inline;
}
.mutamSlotItem .slotDetails {
  font-size: 0.75rem;
}
.imageAndCaptionComponenta {
  height: 7.625rem;
  background-color: #1b1b1b;
  color: #ffffffde;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot {
  display: flex;
  align-items: flex-end;
  height: 7.625rem;
  border-bottom: 1.5625vw solid #fff;
  position: relative;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot .imageWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-basis: 50%;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot .imageWrapper .img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot .textDiv {
  box-sizing: border-box;
  border-right: 0.78125vw solid #fff;
  padding: 0 1rem 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'Shual', 'Open Sans Hebrew';
  flex-basis: 50%;
  line-height: 1;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot .textDiv .title {
  font-size: 1.25rem;
  font-weight: lighter;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot .textDiv .subtitle {
  font-weight: bold;
  font-size: 1.375rem;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot .linkWrapper {
  position: absolute;
  top: 0.625rem;
  left: 1.56rem;
  margin: 0;
}
.imageAndCaptionComponenta .imageAndCaptionMutamItemSlot .linkWrapper .arrowTo {
  background-position: center center ! important;
  background-repeat: no-repeat ! important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 .74A16.153 16.153 0 0 0 5.503 5.504 16.153 16.153 0 0 0 .741 17c0 4.343 1.691 8.426 4.762 11.497A16.153 16.153 0 0 0 17 33.259c4.343 0 8.426-1.691 11.497-4.762A16.153 16.153 0 0 0 33.259 17c0-4.343-1.691-8.426-4.762-11.497A16.153 16.153 0 0 0 17 .741zM17 34c-4.54 0-8.81-1.768-12.02-4.98A16.889 16.889 0 0 1 0 17c0-4.54 1.768-8.81 4.98-12.02C8.19 1.767 12.46 0 17 0c4.54 0 8.81 1.768 12.02 4.98C32.233 8.19 34 12.46 34 17c0 4.54-1.768 8.81-4.98 12.02A16.889 16.889 0 0 1 17 34z' fill='%23fff'/%3E %3Cpath d='M15.486 23.61a.912.912 0 0 0 1.257-.009.836.836 0 0 0-.01-1.212l-4.773-4.535h12.151c.491 0 .889-.384.889-.857s-.398-.857-.889-.857H11.966l4.767-4.53a.836.836 0 0 0 .01-1.212.912.912 0 0 0-1.257-.009L9.33 16.237a1.045 1.045 0 0 0 0 1.526l6.155 5.847z' fill='%23fff'/%3E %3C/svg%3E");
  width: 2rem;
  height: 2rem;
  display: flex;
}
.MultiStripComponenta {
  display: flex;
  flex-direction: column;
}
.MultiStripComponenta.HotArticles .tabComponenta .hotTitleIcon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31 31' style='enable-background:new 0 0 31 31;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23CF1F24;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-miterlimit:10;%7D %3C/style%3E %3Cpath class='st0' d='M0,0h31v31H0V0z'/%3E %3Cpath class='st1' d='M16.1,8.2c-0.2,0.1-0.4,0.3-0.6,0.4c-0.9,0.6-1.6,1.4-2,2.3c-0.3,0.6-0.5,1.3-0.4,2.2c-0.4-0.3-0.7-0.6-1-0.9 c-1.4,2.2-1.7,4.5-1.5,5.9c0.4,2.7,1.6,3.9,2.9,4.6c0.2-3,2.2-4,2.3-4.1c-0.2,1.6,1.6,2.2,1.8,3.7c1.5-1,2.8-2.4,2.9-4.3 C20.6,13.7,15.6,12.5,16.1,8.2z'/%3E %3C/svg%3E");
  width: 2rem;
  height: 2rem;
  margin-inline-end: 0.625rem;
}
.MultiStripComponenta .emptyTab {
  display: flex;
  width: 100%;
  height: 1.71875vw;
  flex-shrink: 0;
}
.MultiStripComponenta .slotList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 0.78125vw 0.625rem;
  align-content: flex-start;
}
.MultiStripComponenta .slotList .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: unset;
  flex-grow: 1;
}
.MultiStripComponenta .slotList .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.MultiStripComponenta .slotList .slider .slick-track {
  display: flex;
}
.MultiStripComponenta .slotList .slider .slickArrow {
  position: absolute;
  bottom: 18.75vw;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 9.375vw;
  height: 15.625vw;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.MultiStripComponenta .slotList .slider .slickArrow.slickPrev {
  right: 0.625vw;
  background-image: url("https://m.calcalist.co.il/content/resources/images/icons/custom-right.png");
  background-position: right center;
}
.MultiStripComponenta .slotList .slider .slickArrow.slickNext {
  left: 0.625vw;
  background-image: url("https://m.calcalist.co.il/content/resources/images/icons/custom-left.png");
  background-position: left center;
}
.MultiStripComponenta .slotList .slider .slotView {
  display: flex !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 96.875vw;
  height: 54.6875vw;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea img {
  height: 100%;
  object-fit: cover;
  min-width: 100%;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.MultiStripComponenta .slotList .slider .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
  direction: rtl;
}
.MultiStripComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.MultiStripComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.MultiStripComponenta .mediaItems img {
  height: 100%;
}
.MultiStripComponenta .galleryArrow {
  top: calc(50% - 2.26563vw);
  z-index: 2;
  width: 3.90625vw;
  height: 4.53125vw;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiStripComponenta .galleryArrow:disabled {
  display: none;
}
.MultiStripComponenta .galleryArrow:after {
  content: "";
  width: 3.28125vw;
  height: 3.28125vw;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 1.40625vw auto;
  background-position: 0.78125vw center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.625vw;
}
.MultiStripComponenta .numberOfMedia {
  display: none;
}
.MultiStripComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 0.46875vw 1px rgba(0, 0, 0, 0.3);
}
.MultiStripComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiStripComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 0.46875vw 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiStripComponenta .scrollLeftBtn:after {
  left: 0;
}
.MusafArchiveComponenta {
  background: #515151;
  border-top: 0.3125rem solid #56b4c5;
  border-bottom: 0.3125rem solid #56b4c5;
  padding: 0.625rem;
}
.MusafArchiveComponenta .MainMusafItem {
  position: relative;
  top: 0px;
  background: #000;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
}
.MusafArchiveComponenta .MainMusafItem .rightArea {
  font-family: 'ShualSerifLight';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3125rem;
  padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
  margin: 0;
  text-align: center;
  color: #fff;
  order: 1;
}
.MusafArchiveComponenta .MainMusafItem .rightArea .title {
  display: none;
}
.MusafArchiveComponenta .MainMusafItem .mediaArea {
  order: 0;
  position: relative;
}
.MusafArchiveComponenta .MainMusafItem .mediaArea img[style] {
  width: 100% ! important;
  height: auto ! important;
}
.MusafArchiveComponenta .musafs .componentTitle {
  display: none;
}
.MusafArchiveComponenta .musafs .MusafArticleList {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.625rem;
  padding: 0 0.625rem;
}
.MusafArchiveComponenta .musafs .MusafArticleList .slotItem {
  background: #000;
  padding: 0.625rem;
  margin: 0 0.625rem 0.625rem;
  box-sizing: border-box;
  border: 0px solid red;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.MusafArchiveComponenta .musafs .MusafArticleList .slotItem .dateView {
  font-family: 'ShualSerifLight';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3125rem;
  padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
  margin: 0;
  text-align: center;
  color: #fff;
  order: 1;
}
.MusafArchiveComponenta .musafs .MusafArticleList .slotItem .mediaArea {
  order: 0;
  position: relative;
}
.MusafArchiveComponenta .musafs .MusafArticleList .slotItem .mediaArea img[style] {
  width: 100% ! important;
  height: auto ! important;
}
.MusafArchiveComponenta .loadMoreButton {
  background: #4fc8d6;
  font-family: 'Shual';
  font-weight: 700;
  font-size: 1.6875rem;
  display: block;
  margin: 0 0.625rem 0;
  padding: 0.625rem;
  text-align: center;
  color: #fff;
  width: calc(100% - 1.25rem);
  box-sizing: border-box;
  border: 0;
}
.photoArchiveComponena .mutamSlotList .slotItem:first-child {
  margin: 0;
}
.podcast-category-componenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1b1b1b;
}
.podcast-category-componenta .mutam-podcasts-item-list {
  margin: 0 0.625rem;
  padding-top: 1.25rem;
}
.podcast-category-componenta .mutam-podcasts-item-list .podcast-category-slotItem {
  display: flex;
  flex-direction: column;
  min-height: 7.188rem;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.38);
  margin-top: 1.25rem;
  padding: 0 0.625rem;
}
.podcast-category-componenta .mutam-podcasts-item-list .podcast-category-slotItem .slotTitle {
  font-family: 'Shual';
  font-size: 1.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  min-height: 3.75rem;
  letter-spacing: normal;
  text-align: right;
  color: rgba(255, 255, 255, 0.87);
}
.podcast-category-componenta .mutam-podcasts-item-list .podcast-category-slotItem .slotDetails {
  margin: 0.938rem 0;
  height: 1.25rem;
  font-family: 'Open Sans Hebrew';
  font-size: 0.938rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}
.SideVideoMutamComponenta {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 1.5625vw;
}
.SideVideoMutamComponenta .tabComponenta .icon-video {
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(https://www.calcalist.co.il/images/1280/icons/tv-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-color: #c82027;
}
.SideVideoMutamComponenta .SideVideoContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.3125vw;
  flex-grow: 1;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo .CalcalistMutamShareMenu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  height: 2.75rem;
  width: 2.75rem;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo .CalcalistMutamShareMenu .shareBtnsBox-pf {
  top: 30vw;
  left: 0;
  width: 96vw;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo .customSmallVideoPlayerContainer .youtubeIframeWrapper .x-button {
  bottom: 25vw;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo .videoPlayerPlaceholder {
  width: 100%;
  margin-bottom: 0.46875vw;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo .videoPlayerPlaceholder img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo .videoPlayerPlaceholder .videoMediaContainer {
  width: 100% !important;
  height: unset !important;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo a,
.SideVideoMutamComponenta .SideVideoContent .mainVideo a:hover {
  text-decoration: none;
  color: inherit;
}
.SideVideoMutamComponenta .SideVideoContent .mainVideo .itemTitle {
  margin: 0px 1.09375vw 1.09375vw 1.875vw;
  font-weight: bold;
  overflow: hidden;
  display: flex;
  font-size: 1.3rem;
  line-height: 1.5625rem;
  padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
}
.SideVideoMutamComponenta .SideVideoContent .slotItem {
  width: 22.8125vw;
  flex-grow: 1;
  display: inline-flex;
  flex-direction: column;
  margin: 0.5rem;
}
.SideVideoMutamComponenta .SideVideoContent .slotItem .lisPreviewImage {
  border: 0px;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.SideVideoMutamComponenta .SideVideoContent .slotItem .lisPreviewImage img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.SideVideoMutamComponenta .SideVideoContent .slotItem .lisPreviewImage .videoIcon {
  position: absolute;
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  pointer-events: none;
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.SideVideoMutamComponenta .SideVideoContent .slotItem .itemTitle {
  margin-right: 0.78125vw;
  font-family: 'Open Sans Hebrew';
  display: flex;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.3rem;
  height: 5.825rem;
}
.SideVideoMutamComponenta .SideVideoContent .bottomItems {
  display: flex;
}
.CalcalistSpecialContentItemMobile {
  display: block;
}
.bottom-items .CalcalistSpecialContentItemMobile {
  flex: 1;
  background: #fff;
}
.bottom-items .CalcalistSpecialContentItemMobile .toggleShareButtons-pf {
  display: none;
}
.CalcalistSpecialContentItemMobile .SiteImageMedia:hover {
  transform: none ! important;
}
.CalcalistSpecialContentItemMobile .mediaArea {
  position: relative;
}
.CalcalistSpecialContentItemMobile .MediaCarousel {
  width: 100%;
  aspect-ratio: 1.77777778;
  position: relative;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}
.CalcalistSpecialContentItemMobile .MediaCarousel .SiteImageMedia {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.bottom-items .CalcalistSpecialContentItemMobile .MediaCarousel {
  position: relative;
  max-height: 15vh;
}
.bottom-items .CalcalistSpecialContentItemMobile .MediaCarousel .SiteImageMedia {
  max-height: 15vh;
  object-fit: cover;
  aspect-ratio: 1.77777778;
}
.CalcalistSpecialContentItemMobile .MediaCarousel > a {
  display: flex;
}
.CalcalistSpecialContentItemMobile .MediaCarousel .videoIcon.big {
  position: absolute;
  width: 2.75rem !important;
  height: 2.75rem !important;
}
.CalcalistSpecialContentItemMobile .MediaCarousel .videoIcon.big .icon {
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0NHB4IiBoZWlnaHQ9IjQ0cHgiIHZpZXdCb3g9IjAgMCA0NCA0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQgNDQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLW1pdGVybGltaXQ6NTt9DQoJLnN0MntmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6NTt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLDJjMTEuMDI4LDAsMjAsOC45NzIsMjAsMjBzLTguOTcyLDIwLTIwLDIwUzIsMzMuMDI4LDIsMjJTMTAuOTcyLDIsMjIsMiBNMjIsMEM5Ljg1LDAsMCw5Ljg1LDAsMjINCglzOS44NSwyMiwyMiwyMnMyMi05Ljg1LDIyLTIyUzM0LjE1LDAsMjIsMEwyMiwweiIvPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE3LjgyLDI4Ljc3OVYxNC4yNTZsMTMuMTU0LDcuMjYyTDE3LjgyLDI4Ljc3OXogTTE5LjgyLDE3LjY0NXY3Ljc0Nmw3LjAxNi0zLjg3M0wxOS44MiwxNy42NDV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==) !important;
}
.CalcalistSpecialContentItemMobile a,
.CalcalistSpecialContentItemMobile a:hover,
.CalcalistSpecialContentItemMobile a:visited,
.CalcalistSpecialContentItemMobile a:active {
  text-decoration: none;
}
.CalcalistSpecialContentItemMobile .titleWrapper {
  display: flex;
  margin: 0 !important;
  overflow: hidden;
}
.CalcalistSpecialContentItemMobile .titleWrapper a,
.CalcalistSpecialContentItemMobile .titleWrapper a:hover {
  color: inherit;
}
.CalcalistSpecialContentItemMobile .titleWrapper .title {
  font-family: 'Shual';
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3125rem;
  padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
  margin: 0;
}
.bottom-items .CalcalistSpecialContentItemMobile .titleWrapper .title {
  font-weight: 400;
  font-size: 1.0625rem;
  font-family: 'Shual';
}
.CalcalistSpecialContentItemMobile .titleWrapper .publishDate {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  font-size: .75rem;
  color: #969696;
  padding: 0 0.625rem 0.4375rem 0;
}
.CalcalistSpecialContentItemMobile .titleWrapper .publishDate .date {
  font-size: .75rem;
}
.bigImage .CalcalistSpecialContentItemMobile {
  height: 39.6875vw !important;
}
.bigImage .CalcalistSpecialContentItemMobile .titleWrapper {
  height: 11.5625vw!important;
  background-color: #fff!important;
  padding: 0.78125vw !important;
  box-sizing: border-box;
}
.bigImage .CalcalistSpecialContentItemMobile .titleWrapper div,
.bigImage .CalcalistSpecialContentItemMobile .titleWrapper a {
  font-size: 3.4375vw!important;
  line-height: 3.4375vw!important;
  max-height: 7.34375vw!important;
  overflow: hidden!important;
}
.short .CalcalistSpecialContentItemMobile {
  height: 28.125vw;
}
.short .CalcalistSpecialContentItemMobile .titleWrapper {
  height: 7.5vw;
}
.short .CalcalistSpecialContentItemMobile .titleWrapper span,
.short .CalcalistSpecialContentItemMobile .titleWrapper a {
  font-size: 2.5vw;
  line-height: 2.5vw;
}
.short .CalcalistSpecialContentItemMobile .titleWrapper a,
.short .CalcalistSpecialContentItemMobile .titleWrapper a:hover,
.short .CalcalistSpecialContentItemMobile .titleWrapper a:visited,
.short .CalcalistSpecialContentItemMobile .titleWrapper a:active {
  padding: 0px;
}
.long .CalcalistSpecialContentItemMobile {
  height: 30.15625vw;
}
.long .CalcalistSpecialContentItemMobile .titleWrapper {
  height: 10.625vw;
}
.long .CalcalistSpecialContentItemMobile .titleWrapper span,
.long .CalcalistSpecialContentItemMobile .titleWrapper a {
  font-size: 2.8125vw;
  line-height: 3.125vw;
}
.long .CalcalistSpecialContentItemMobile .titleWrapper a,
.long .CalcalistSpecialContentItemMobile .titleWrapper a:hover,
.long .CalcalistSpecialContentItemMobile .titleWrapper a:visited,
.long .CalcalistSpecialContentItemMobile .titleWrapper a:active {
  padding: 0.625vw 1.25vw;
}
.CalcalistSpecialContentItemMobile.Ctech {
  height: 31.5625vw;
}
.CalcalistSpecialContentItemMobile.Ctech .titleWrapper {
  font-size: 2.5vw;
  font-family: 'OpenSans';
  height: 11.875vw;
}
.CalcalistSpecialContentItemMobile.Ctech .titleWrapper span,
.CalcalistSpecialContentItemMobile.Ctech .titleWrapper a {
  line-height: 3.90625vw;
  font-size: 2.5vw;
  font-family: 'OpenSans';
}
.CalcalistSpecialContentItemMobile.Ctech .MediaCarousel .videoIcon {
  right: 0.78125vw !important;
  left: unset;
}
:root {
  --border-color: #ff0000;
  --title-color: #ff0000;
}
.CalcalistSpecialContentMobile .main-container {
  padding: 0.625rem;
  margin-bottom: 0.3125rem;
  background: #fff;
  border-top: 0.25rem solid var(--border-color);
  border-bottom: 0.25rem solid var(--border-color);
}
.CalcalistSpecialContentMobile .main-container .header {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 1.625rem;
  line-height: 1.3125rem;
  color: var(--title-color);
  margin-bottom: 0.75rem;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.CalcalistSpecialContentMobile .main-container .header .arrow-icon {
  position: absolute;
  left: 0;
  width: 0.625rem;
  height: 1.063rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%237E7E7E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E%3C/svg%3E%0A");
}
.CalcalistSpecialContentMobile .main-container .bottom-items {
  display: flex;
  gap: 0.625rem;
}
.TeaserMobileComponenta {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin: 0.625rem;
}
.TeaserMobileComponenta.text-direction-ltr {
  direction: ltr;
}
.TeaserMobileComponenta .TeaserTab {
  font-family: 'Shual';
  font-weight: 700;
  font-size: 2.0625rem;
  padding: 0.3125rem 0.625rem;
  line-height: 2.063rem;
}
.TeaserMobileComponenta .TeaserTab a,
.TeaserMobileComponenta .TeaserTab a:hover {
  text-decoration: none;
  color: inherit;
}
.TeaserMobileComponenta .slotList {
  display: flex;
}
.TeaserMobileComponenta .slotList > div,
.TeaserMobileComponenta .slotList > div > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.TeaserMobileComponenta .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  height: auto !important;
  justify-content: center;
}
.TeaserMobileComponenta .slotList .slotView .mediaArea {
  overflow: hidden;
}
.TeaserMobileComponenta .slotList .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: auto !important;
}
.TeaserMobileComponenta .slotList .slotView .mediaArea .MediaCarousel img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.TeaserMobileComponenta .slotList .slotView a,
.TeaserMobileComponenta .slotList .slotView a:hover {
  text-decoration: none;
  color: #000;
}
.TeaserMobileComponenta .slotList .slotView .slotTitle {
  font-weight: 700;
  padding: 0.625rem 0;
  color: #000;
  font-size: 1rem;
  font-family: 'Shual';
  margin-top: initial;
  line-height: 1rem;
}
.TeaserMobileComponenta .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
}
.TeaserMobileComponenta .SiteImageMedia:hover {
  transform: none ! important;
}
.TopStoryCalcalistMobileComponenta {
  display: flex;
  flex-direction: column;
}
.TopStoryCalcalistMobileComponenta .videoMediaContainer[style] {
  width: 100% !important;
  height: auto !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style] {
  color: white;
  background-color: #ed1c24;
  font-size: 5.3125vw;
  font-weight: bold;
  padding: 0.625vw 1.875vw;
  width: auto;
  position: absolute;
  letter-spacing: 1px;
}
.TopStoryCalcalistMobileComponenta .labelText[style].mediaItemLabel {
  z-index: 2;
  color: #fff;
  height: 5vw;
  background: #000;
  font-size: 3.59375vw !important;
  border-right: 0.78125vw solid #ed1c24;
  display: flex;
  align-items: center;
  padding: 0 1.5625vw !important;
  font-weight: normal;
  max-width: calc(100% - 6.25vw);
  width: auto;
  overflow: hidden;
  line-height: 5vw;
  flex-wrap: wrap;
  letter-spacing: normal;
  box-sizing: border-box;
}
.TopStoryCalcalistMobileComponenta .labelText[style].mediaItemLabel.top {
  top: 3.125vw !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style].mediaItemLabel.bottom {
  bottom: 3.125vw !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style].mediaItemLabel.left {
  left: 3.125vw !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style].mediaItemLabel.right {
  right: 3.125vw !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style].mediaItemLabel span {
  height: 100%;
  overflow: hidden;
  line-height: 5vw;
}
.TopStoryCalcalistMobileComponenta .labelText[style].top {
  top: 4.21875vw !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style].bottom {
  bottom: 4.21875vw !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style].left {
  left: 4.21875vw !important;
}
.TopStoryCalcalistMobileComponenta .labelText[style].right {
  right: 4.21875vw !important;
}
.TopStoryCalcalistMobileComponenta .galleryView .videoIcon {
  bottom: 9.375vw !important;
}
.TopStoryCalcalistMobileComponenta .galleryView .labelText.bottom {
  bottom: 13.59375vw !important;
}
.TopStoryCalcalistMobileComponenta .videoIcon {
  left: 2.03125vw !important;
  bottom: 3.125vw !important;
}
.TopStoryCalcalistMobileComponenta.one .mediaArea {
  position: relative;
}
.TopStoryCalcalistMobileComponenta .mediaArea .slick-slider {
  overflow: unset !important;
  height: auto !important;
}
.TopStoryCalcalistMobileComponenta .mediaArea .slick-slider .slick-slide {
  height: fit-content !important;
}
.TopStoryCalcalistMobileComponenta .mediaArea .slick-dots {
  width: 100% !important;
  height: 5.3125vw !important;
  bottom: 0px !important;
  background-color: #000;
  flex-direction: row !important;
  left: 0 ! important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.TopStoryCalcalistMobileComponenta.basic .mediaArea[style],
.TopStoryCalcalistMobileComponenta.basic .MediaCarousel[style] {
  width: 100vw !important;
  height: auto ! important;
  position: relative;
  min-height: 56.25vw;
}
.TopStoryCalcalistMobileComponenta.basic .mediaArea[style] .havakIcon.onImage_big,
.TopStoryCalcalistMobileComponenta.basic .MediaCarousel[style] .havakIcon.onImage_big {
  position: absolute !important;
  right: 0.46875vw !important;
  top: 2.5vw !important;
}
.TopStoryCalcalistMobileComponenta.basic .mediaArea[style] .mediaItems,
.TopStoryCalcalistMobileComponenta.basic .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: 100%;
}
.TopStoryCalcalistMobileComponenta.basic .mediaArea[style] .mediaItems span,
.TopStoryCalcalistMobileComponenta.basic .MediaCarousel[style] .mediaItems span,
.TopStoryCalcalistMobileComponenta.basic .mediaArea[style] .mediaItems a,
.TopStoryCalcalistMobileComponenta.basic .MediaCarousel[style] .mediaItems a {
  width: 100%;
  height: 100%;
}
.TopStoryCalcalistMobileComponenta.basic .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.TopStoryCalcalistMobileComponenta.basic .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: 100%;
}
.TopStoryCalcalistMobileComponenta .mediaArea[style],
.TopStoryCalcalistMobileComponenta .MediaCarousel[style] {
  width: 100vw !important;
  height: auto ! important;
  position: relative;
}
.TopStoryCalcalistMobileComponenta .mediaArea[style] .mediaItems,
.TopStoryCalcalistMobileComponenta .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.TopStoryCalcalistMobileComponenta .mediaArea[style] .mediaItems > span,
.TopStoryCalcalistMobileComponenta .MediaCarousel[style] .mediaItems > span {
  display: flex;
}
.TopStoryCalcalistMobileComponenta .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.TopStoryCalcalistMobileComponenta .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: auto;
  min-height: 100%;
}
.TopStoryCalcalistMobileComponenta .havakIcon.onImage_big {
  position: absolute !important;
  right: 0.78125vw !important;
  top: 3.75vw !important;
}
.TopStoryCalcalistMobileComponenta .slotItem {
  margin: unset !important;
}
.TopStoryCalcalistMobileComponenta:has(.videoMediaContainer) .toggleShareButtons-pf {
  bottom: calc(100% - 44px) !important;
}
.TopStoryCalcalistMobileComponenta.live .toggleShareButtons-pf {
  bottom: calc(100% - 44px) !important;
  z-index: 1;
}
.top-story-wide-calcalist  .TopStoryCalcalistMobileComponenta.basic .toggleShareButtons-pf {
  bottom: 3px !important;
}
body:has(.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay) {
  overflow: hidden;
}
.calcalistVideoGalleryVerticalMutamComponenta {
  background-color: #000;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab {
  background-color: #000;
  color: #fff;
  font-size: 1.875rem;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  height: 2.625rem;
  padding: 0.9375rem 0.9375rem 0.5rem 0;
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
  font-weight: 900;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .tabIcon {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.63524 15H12.3648C14.1002 15 15 14.1002 15 12.3889V2.61114C15 0.891805 14.1002 0 12.3648 0H2.63524C0.899839 0 0 0.891805 0 2.61114V12.3889C0 14.1082 0.899839 15 2.63524 15ZM2.73166 13.4253C1.98447 13.4253 1.57472 13.0316 1.57472 12.2523V2.73969C1.57472 1.96036 1.98447 1.57472 2.73166 1.57472H12.2683C13.0075 1.57472 13.4253 1.96036 13.4253 2.73969V12.2523C13.4253 13.0316 13.0075 13.4253 12.2683 13.4253H2.73166ZM5.99357 10.6535L10.6133 7.93787C10.9588 7.73701 10.9507 7.25495 10.6133 7.0541L5.99357 4.33048C5.6481 4.12159 5.18211 4.29834 5.18211 4.69202V10.2919C5.18211 10.6856 5.61596 10.8784 5.99357 10.6535Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0 2.1875vw 0 1.09375vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .videoLink {
  color: #fff;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .moreButton {
  color: #fff;
  background-color: #000;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 0.77;
  padding: 3.125vw 0;
  text-align: center;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent {
  position: relative;
  overflow: auto;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent button {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: relative;
  margin-right: 1.5625vw;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 65.3125vw;
  height: 118.90625vw;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 3.125vw;
  position: relative;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView img {
  width: 65.3125vw;
  height: 118.90625vw;
  object-fit: cover;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 72.65625vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 75%, #000000 100%);
  left: 50%;
  transform: translateX(-50%);
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 65.3125vw;
  height: 118.90625vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 65.3125vw;
  height: 118.90625vw;
  object-fit: cover;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 65.3125vw;
  height: 118.90625vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 9.375vw;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 1.71875vw;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 1.29;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 1.875vw 0 2.34375vw 2.34375vw;
  font-size: 3.4375vw;
  font-weight: 300;
  letter-spacing: 0.12px;
  direction: ltr;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 2.65625vw;
  height: 2.65625vw;
  margin-inline-start: 0.78125vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
  z-index: 1111;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper {
  position: relative;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .ads_vertical_video {
  position: relative;
  height: 100dvh;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .arrow {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 4.6875vw !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam {
  display: flex !important;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-middle::after,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-togglable,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .closeBtn,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .shareBtnWrapper,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .contentDiv,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .arrow {
  visibility: visible !important;
  opacity: 1 !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .closeBtn {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .shareBtnWrapper {
  background-color: #fff;
  border-radius: 50%;
  z-index: 9;
  width: 7.8125vw;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7.8125vw;
  left: 3.125vw;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .shareBtnWrapper .shareBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group'%3E %3Cpath id='Vector' d='M16.0768 17.3807H2.88722C2.68858 17.3807 2.52606 17.2087 2.52606 16.9985V3.63949C2.52606 3.42927 2.68858 3.25726 2.88722 3.25726H12.429C12.6277 3.25726 12.7902 3.08526 12.7902 2.87503V1.95386C12.7902 1.74363 12.6277 1.57162 12.429 1.57162H1.72971C1.28909 1.57162 0.93335 1.94812 0.93335 2.41444V18.2235C0.93335 18.6879 1.28909 19.0663 1.72971 19.0663H17.2343C17.6731 19.0663 18.0306 18.6898 18.0306 18.2235V12.2015C18.0306 11.9912 17.8681 11.8192 17.6695 11.8192H16.7991C16.6004 11.8192 16.4379 11.9912 16.4379 12.2015V16.9985C16.4379 17.2087 16.2754 17.3807 16.0768 17.3807Z' fill='black' stroke='%23F5F5F5' stroke-width='0.5'/%3E %3Cpath id='Vector_2' d='M17.5069 0.95893C17.4346 0.897774 17.3281 0.953197 17.3281 1.05067V2.65603C17.3281 2.71337 17.2884 2.76115 17.2342 2.7707C8.65124 4.16585 8.68916 12.4966 8.94378 15.2486C8.95642 15.3843 9.13881 15.3881 9.16047 15.2544C10.2169 8.53474 16.3259 7.78366 17.2197 7.70912C17.2793 7.70339 17.3335 7.75117 17.3371 7.81615L17.4635 9.42343C17.4707 9.51707 17.5755 9.56485 17.6441 9.5037L22.415 5.27814C22.4854 5.21507 22.4836 5.1004 22.4114 5.04115L17.5069 0.95893Z' fill='black'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
  width: 4.6875vw;
  height: 4.6875vw;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea {
  position: relative;
  overflow: hidden;
  width: 72.1875vw;
  height: 129.0625vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea img {
  width: 72.1875vw;
  height: 129.0625vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .promoVideo {
  width: 72.1875vw;
  height: 129.0625vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv {
  position: absolute;
  bottom: 31.25vw;
  right: 0;
  color: #fff;
  padding: 0 3.125vw;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoTitle {
  text-align: right;
  font-size: 5.46875vw;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.40625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle {
  font-size: 4.0625vw;
  font-weight: normal;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoLink {
  font-size: 3.75vw;
  border-radius: 0.3125vw;
  margin: 3.59375vw 0 1.5625vw 0;
  transition: all 0.2s ease;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #121212;
  background-color: #f5f5f5;
  width: 30.625vw;
  height: 7.5vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player {
  width: 100%;
  height: 100%;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-logo,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-footer {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-fullscreen,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.8) 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-right-zone,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls {
  margin-bottom: 20.3125vw;
  position: relative;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-timeline {
  height: 1.875vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-qsel,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-play,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume-mute-unmute {
  font-size: 4.6875vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-elapsed {
  font-size: 3.4375vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-duration {
  display: inline-block;
  font-size: 3.4375vw;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .contentDiv,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .contentDiv {
  opacity: 1;
  visibility: visible;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched .fp-ui .fp-middle::after,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .closeBtn,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .closeBtn,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .shareBtnWrapper,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .shareBtnWrapper,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow {
  opacity: 1;
  visibility: visible;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-play {
  width: 18.75vw !important;
  height: 18.75vw !important;
  opacity: 0.8;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-pause {
  width: 18.75vw !important;
  height: 18.75vw !important;
  opacity: 0.8;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .closeBtn,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .arrow {
  animation: fade 2s ease-in-out !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-arrow {
  display: none !important;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow {
  position: absolute;
  left: 50%;
  bottom: 7.8125vw;
  font-size: 2.8125vw;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 18.75vw;
  height: 10.9375vw;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.4375vw;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow.arrowNext {
  right: calc(50% - 46.875vw);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4 17 16.5 7 29 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-position: center;
}
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow.none {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.leftAndRightTransitionAnimation,
.calcalistVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.videoPageMainComponenta .displayVideoOnly {
  margin-top: 3.125vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv {
  display: flex;
  flex-direction: column;
  padding: 0 1.5625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTitle {
  font-size: 7.1875vw;
  font-weight: 800;
  margin-bottom: 4.6875vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop {
  display: flex;
  flex-direction: column;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails {
  color: #78787b;
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .videoPageMainCredit {
  color: #78787b;
  font-size: 2.8125vw;
  font-weight: 340;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .separator {
  background-color: #78787b;
  margin: 0 0.9375vw;
  width: 0.3125vw;
  height: 2.65625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .DateDisplay {
  font-size: 2.34375vw;
  line-height: 2.65625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 {
  display: flex;
  gap: 1.5625vw;
  align-items: center;
  margin-bottom: 3.125vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 7.03125vw;
  width: 7.03125vw;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
  background-position: center;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%233ECC70' d='M12.055 0c3.198 0 6.2 1.24 8.456 3.487 2.257 2.249 3.499 5.237 3.498 8.413-.002 6.559-5.366 11.893-11.958 11.893-2.001 0-3.968-.5-5.713-1.447 0 .002-.003.002-.007.001L0 24l1.675-6.086-.017-.145C.637 15.983.1 13.962.101 11.892.102 5.334 5.466 0 12.055 0z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M5.762 9.494c0 1.423 1.058 2.797 1.206 2.99.148.194 2.083 3.113 5.046 4.367.704.298 1.255.475 1.683.608.708.22 1.351.189 1.86.116.569-.085 1.749-.7 1.995-1.376.246-.676.246-1.254.173-1.374-.075-.12-.272-.193-.567-.338-.295-.145-1.748-.845-2.02-.94-.269-.097-.467-.145-.663.144-.198.289-.763.94-.935 1.134-.172.192-.345.217-.64.073-.295-.145-1.248-.452-2.376-1.436-.877-.767-1.47-1.714-1.642-2.003-.172-.29-.019-.445.13-.59.132-.13.295-.337.442-.507.148-.168.197-.29.295-.482.098-.193.05-.362-.024-.507-.074-.144-.664-1.567-.911-2.147-.212-.496-.426-.495-.598-.495H8.15c-.172-.01-.369-.011-.565-.011-.197 0-.518.072-.788.362s-1.034.989-1.034 2.412z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280.shareBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='30' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%231E1E1E'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E");
  width: 7.03125vw;
  height: 7.03125vw;
}
.videoPageMainComponenta .videoPageMain .videoWrapper {
  margin-bottom: 4.6875vw;
}
.videoPageMainComponenta .videoPageMain .videoWrapper #player {
  background-size: contain;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 1.5625vw;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: flex;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 50.3125vw;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E %3Cdefs%3E %3Cfilter id='9a00rydfva' width='155.3%25' height='174.8%25' x='-27.7%25' y='-34.4%25' filterUnits='objectBoundingBox'%3E %3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='5'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.301643425 0'/%3E %3C/filter%3E %3Cpath id='pb4ssze5tb' d='M34.487 16.883L53.21 46.636c.753 1.197.393 2.778-.803 3.53-.409.258-.881.394-1.364.394H13.596c-1.414 0-2.56-1.146-2.56-2.56 0-.482.136-.955.393-1.364l18.724-29.753c.753-1.197 2.334-1.556 3.53-.803.325.204.6.478.804.803z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H64V64H0z' transform='translate(-155 -136) translate(155 136)'/%3E %3Cg transform='translate(-155 -136) translate(155 136) rotate(90 32.32 32)'%3E %3Cuse fill='%23000' filter='url(%239a00rydfva)' xlink:href='%23pb4ssze5tb'/%3E %3Cuse fill='%23FFF' xlink:href='%23pb4ssze5tb'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (prefers-color-scheme: dark) {
  .videoPageMainComponenta .shareBtn {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='30' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%23777'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E") !important;
  }
}
.GeneralImageComponenta {
  width: 100%;
  height: auto;
  margin-bottom: 2.34375vw;
}
.GeneralImageComponenta .MediaCarousel[style] {
  height: auto !important;
  width: 100% !important;
}
.GeneralImageComponenta .mediaItems > span,
.GeneralImageComponenta .mediaItems > span > span,
.GeneralImageComponenta .mediaItems > span > a {
  width: 100%;
}
.GeneralImageComponenta img[style],
.GeneralImageComponenta img {
  width: 100% ! important;
  height: auto;
}
.radionas .GeneralImageComponenta .multiArticleTab .rightTitleText {
  font-weight: 700;
  font-size: 5.625vw;
  color: #020E24;
}
.radionas .GeneralImageComponenta .multiArticleTab .leftTitleText {
  font-size: 2.8125vw;
  line-height: 4.0625vw;
  font-weight: 500;
  color: #B90302 !important;
}
.radionas .GeneralImageComponenta .multiArticleTab a,
.radionas .GeneralImageComponenta .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.radionas .GeneralImageComponenta .multiArticleTab .titleLink {
  font-size: 2.65625vw;
  display: flex;
  align-items: center;
}
.blogs-auto-feed-header-wrapper {
  margin: 1.5625vw 0.78125vw 1.5625vw 0px;
  justify-content: space-between;
  flex-flow: row wrap;
  flex-direction: column;
  display: flex;
}
.isLtr .blogs-auto-feed-header-wrapper {
  margin: 1.5625vw 0 1.5625vw 0.78125vw;
}
.blogs-auto-feed-header-wrapper .articleBlogsOCB-pf {
  justify-content: flex-start !important;
  font-size: 14px !important;
}
.blogs-auto-feed-header-wrapper .postsSorter_title {
  font-size: 1.1rem;
  font-weight: 670;
  margin-bottom: 0.5rem;
}
.blogs-auto-feed-header-wrapper a {
  color: inherit;
  text-decoration: inherit;
  line-height: 3.125vw;
}
.blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
  text-decoration: none !important;
  color: #1e1e1e;
  letter-spacing: -0.3px;
  font-size: 3.75vw;
  font-weight: 600;
  margin-inline-end: 2.34375vw;
  margin-bottom: 0.78125vw;
  line-height: 0.83;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes {
  font-family: 'Moses', 'NarkisBlock' ! important;
  display: flex;
  align-items: center;
  filter: grayscale(1);
  font-weight: 340;
  line-height: 0.85rem;
  justify-self: end;
  justify-content: space-between;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
  display: flex;
  margin-inline-end: 2.34375vw;
  align-items: center;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
  margin-inline-end: 0;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-inline-end: 0.78125vw;
}
.blogs-item-wrapper {
  display: flex;
  padding: 4.375vw 4.6875vw 0 2.34375vw;
  margin-bottom: 2.1875vw;
  border-inline-start: 0.46875vw solid #de1a1a;
  box-shadow: 1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
}
.isLtr .blogs-item-wrapper {
  padding: 4.375vw 2.34375vw 0 4.6875vw;
  box-shadow: -1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
}
.blogs-item-wrapper.isPinned {
  padding: 4.375vw 0 0.78125vw 2.34375vw;
  background-color: #f3f8f9;
  border-right: initial;
  box-shadow: initial;
}
.isLtr .blogs-item-wrapper.isPinned {
  padding: 4.375vw 2.34375vw 0.78125vw 0px;
}
.blogs-item-wrapper.isPinned .title-row__now::before {
  display: none !important;
}
.blogs-item-wrapper.hidden {
  display: none !important;
}
.blogs-item-wrapper .pinIcon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='19px' height='19px' viewBox='0 0 19 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EED4F1F11-B579-4EF1-AC4F-AA859CBC3394%3C/title%3E %3Cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='DT_Blog-v3.1--Pinned-post' transform='translate(-858.000000, -531.000000)' stroke='%23000000' stroke-width='0.8'%3E %3Cg id='Comp/1_blog-post_pinned' transform='translate(19.000000, 499.000000)'%3E %3Cg id='Icn/pinned' transform='translate(839.027112, 32.204305)'%3E %3Cpath d='M10.1794292,12.4033711 L9.36718121,15.4637038 L8.32435656,12.4033711 L10.1794292,12.4033711 Z M12.2818575,1.83509507 L12.2818575,4.26652567 L11.2769762,4.26580993 L11.2783742,7.15297173 C12.6410463,7.80510212 13.662387,9.07174264 13.9667367,10.6156326 L13.9667367,10.6156326 L4.41652634,10.9200843 C4.70902344,9.08615477 5.73418237,7.78603461 7.13200316,7.12938949 L7.13200316,7.12938949 L7.13219718,4.26580546 L6.1434063,4.26652108 L6.1434063,1.83509507 L12.2818575,1.83509507 Z' id='Combined-Shape' transform='translate(9.213708, 9.213708) rotate(45.000000) translate(-9.213708, -9.213708) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.275rem;
  width: 1.275rem;
  margin-inline-end: 0.2rem;
  margin-top: 0.25rem;
}
.blogs-item-wrapper .now-red-dot {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eD31AF305-D3D2-4825-BE7F-9ECDC899970B%3c/title%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-861.000000%2c -537.000000)'%3e%3cg id='comp/1_blogpost-Now' transform='translate(21.000000%2c 499.000000)'%3e%3cg id='Animation/Blip' transform='translate(840.000000%2c 38.000000)'%3e%3ccircle id='Oval' fill-opacity='0.536276224' fill='red' opacity='0.687426612' cx='5' cy='5' r='5'%3e%3c/circle%3e%3ccircle id='Oval' fill='%23DE1A1A' cx='5' cy='5' r='3'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.6rem;
  margin-inline-end: 0.2rem;
  margin-top: 0.5rem;
}
.blogs-item-wrapper .blogs-auto-feed-item__body {
  margin-top: 1.5625vw;
}
.blogs-item-wrapper .fp-title {
  display: none !important;
}
.blogs-auto-feed-item {
  display: flex;
  flex-flow: column nowrap;
  width: 100% !important;
  box-sizing: border-box;
  max-width: 135.3125vw;
  background-color: white;
  flex: 1;
  font-size: 1.0625rem;
}
.blogs-auto-feed-item .audio-podcast-player {
  width: initial !important;
  margin: initial !important;
}
.blogs-auto-feed-item .audio-podcast-player-container .podcast-container-details {
  width: initial;
}
.blogs-auto-feed-item .continue-read-pf {
  font-size: 15px !important;
  font-weight: 670;
  color: #de1a1a;
}
.font-moses .blogs-auto-feed-item {
  font-family: 'Moses', 'NarkisBlock';
}
.blogs-auto-feed-item.isPinned {
  background-color: #f3f8f9;
  box-shadow: none;
  border-right: none;
}
.blogs-auto-feed-item.isPinned .html-container *:not(figure *, .pinIcon, .special_ul *, .public-DraftStyleDefault-block *) {
  background-color: #f3f8f9;
}
.blogs-auto-feed-item .text_editor_paragraph {
  padding-right: initial !important;
}
.blogs-auto-feed-item .text_editor_paragraph > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial !important;
  padding-inline-start: 0.46875vw;
}
.blogs-auto-feed-item .item-info {
  width: 100%;
  margin: 0 0 2.34375vw;
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: start;
  color: #000;
}
.font-moses .blogs-auto-feed-item .item-info {
  font-size: 0.875rem;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row * {
  display: inline-block;
  font-weight: 600;
  font-size: 1.03125rem !important;
}
.blogs-auto-feed-item .item-info .title-row .date-section {
  display: inline-block;
  padding-inline-end: 0.78125vw;
  font-size: 1.03125rem !important;
  letter-spacing: -0.3px;
  line-height: 4.53125vw;
  font-weight: 600;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .date-section {
  font-size: 1.03125rem !important;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row .date-section .hour {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .date-section .DateDisplay {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .date-section .date {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .title-section {
  padding-inline-start: 0.78125vw;
  color: black;
  margin: unset;
  overflow: hidden;
  display: inline;
}
.blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: 'Moses', 'NarkisBlock' ! important;
  margin: unset;
  line-height: normal;
  letter-spacing: -0.3px;
  padding-inline-end: 1.5625vw;
  font-weight: 670;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-size: 1.03125rem !important;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row .title-row__now {
  position: relative;
  color: #de1a1a !important;
  align-items: center;
}
.blogs-auto-feed-item .item-info .title-row .title-row__now:before {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eD31AF305-D3D2-4825-BE7F-9ECDC899970B%3c/title%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-861.000000%2c -537.000000)'%3e%3cg id='comp/1_blogpost-Now' transform='translate(21.000000%2c 499.000000)'%3e%3cg id='Animation/Blip' transform='translate(840.000000%2c 38.000000)'%3e%3ccircle id='Oval' fill-opacity='0.536276224' fill='red' opacity='0.687426612' cx='5' cy='5' r='5'%3e%3c/circle%3e%3ccircle id='Oval' fill='%23DE1A1A' cx='5' cy='5' r='3'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.6rem;
  margin-inline-end: 0.2rem;
  margin-top: 0.5rem;
  content: "";
  position: absolute;
  left: 2.8375rem;
  bottom: 0.325rem;
}
.isLtr .blogs-auto-feed-item .item-info .title-row .title-row__now:before {
  right: 1.5rem;
  left: unset;
}
.blogs-auto-feed-item .item-info .title-row .title-row__yesterday {
  color: #de1a1a !important;
}
.blogs-auto-feed-item .item-info .title-row .yesterdayComma {
  color: #de1a1a;
  padding-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .title-row .title-row__separator {
  height: 5.15625vw !important;
  background-color: #000;
  width: 0.78125vw !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.9375vw;
  font-weight: 600;
  margin-inline-end: 0.46875vw;
  margin-inline-start: 0.46875vw;
}
.blogs-auto-feed-item .item-info .title-row .title-row__separator.red {
  background-color: #de1a1a !important;
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .auth-row-pf {
  font-size: 15px !important;
  line-height: 1.38;
  letter-spacing: -0.3px;
  color: #78787b;
  font-weight: normal;
  margin-inline-end: 10px;
  font-weight: lighter !important;
  line-height: 18px !important;
  height: unset !important;
  padding-top: 0 !important;
}
.font-moses .blogs-auto-feed-item .item-info .auth-row-pf {
  font-size: 15px !important;
  font-weight: 340 !important;
  line-height: normal !important;
}
.blogs-auto-feed-item .item-info .auth-row__separator {
  height: 100%;
  background-color: #888888;
  width: 0.46875vw !important;
  margin-inline-end: 1.5625vw;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf {
  display: flex;
  height: 20px;
  align-items: center;
  padding-top: 20px;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf .mobileShareBtn {
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='%2378787b'/%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  width: 4.375vw !important;
  height: 4.375vw !important;
  background-size: 4.375vw !important;
  flex-shrink: 0;
}
.isLtr .blogs-auto-feed-item .item-info .authorAndSocial-pf .mobileShareBtn {
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf .social-icon:not(.tb) {
  display: none !important;
}
.blogs-auto-feed-item .item-info .ImageCaption,
.blogs-auto-feed-item .item-info .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .html-container {
  width: 100%;
  height: auto;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent {
  font-family: 'NarkisBlock';
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .pHeader {
  font-size: 3.125vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent figure > * {
  width: 100%;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .originalLaunchDate,
.blogs-auto-feed-item .html-container .ArticleBodyComponent .coAutors {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol,
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ul {
  width: 90%;
  font-size: 2.65625vw;
  line-height: 3.4375vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol {
  margin-inline-start: 2.34375vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .coAuthors {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .VideoComponenta {
  margin-bottom: 1.5625vw;
}
.blogs-auto-feed-item .html-container .text_editor_paragraph {
  width: auto;
  font-size: 2.8125vw;
  letter-spacing: -0.34px;
  line-height: 3.75vw;
  font-weight: normal;
  padding-inline-end: 1.09375vw;
  padding-inline-start: 1.09375vw;
  margin-bottom: 3.125vw;
}
.blogs-auto-feed-item .html-container .VideoComponenta {
  margin-bottom: 7.8125vw;
  display: inline-block;
}
.blogs-auto-feed-item .articleVideoComponenta {
  margin: initial !important;
  width: initial !important;
}
.blogs-auto-feed-item .VideoLiveComponenta {
  margin: initial !important;
  width: 100% !important;
}
.blogs-auto-feed-item .html-container.loading-auto-feed-blog {
  height: 15.625vw;
  width: 15.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-auto-feed-item .bottom-row {
  margin-inline-start: 1.25vw;
  width: 98%;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf {
  display: flex;
  width: auto;
  justify-content: space-between;
  align-self: flex-end;
  margin-bottom: 15px;
  line-height: 1;
  align-items: center;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  font-family: 'Moses', 'NarkisBlock' ! important;
  font-weight: 670;
  line-height: 1.75rem;
  cursor: pointer;
  color: initial;
  margin: 0 0 0 2px;
  letter-spacing: normal;
}
.isLtr .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  margin: 0 2px 0 0;
}
.font-moses .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px !important;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='13px' height='13px' viewBox='0 0 13 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e6F12D69D-403D-4AB8-92D4-4CCC0DFE0455%3c/title%3e%3cdefs%3e%3crect id='path-1' x='0' y='0' width='13' height='13' rx='6.5'%3e%3c/rect%3e%3cfilter x='-53.8%25' y='-38.5%25' width='207.7%25' height='207.7%25' filterUnits='objectBoundingBox' id='filter-2'%3e%3cfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix values='0 0 0 0 0.111979167 0 0 0 0 0.111979167 0 0 0 0 0.111979167 0 0 0 0.218995848 0' type='matrix' in='shadowBlurOuter1'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-54.000000%2c -1730.000000)'%3e%3cg id='Comp/blog-post_video_read-More' transform='translate(21.000000%2c 1022.000000)'%3e%3cg id='Group-3' transform='translate(33.000000%2c 111.000000)'%3e%3cg id='Group-2' transform='translate(0.000000%2c 595.000000)'%3e%3cg id='Group' transform='translate(0.000000%2c 2.000000)'%3e%3cg id='Rectangle'%3e%3cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3e%3c/use%3e%3cuse fill='%23DE1A1A' fill-rule='evenodd' xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3cpolyline id='Path-3' stroke='white' stroke-width='1.5' stroke-linecap='square' transform='translate(6.457712%2c 7.118680) scale(1%2c -1) rotate(90.000000) translate(-6.457712%2c -7.118680) ' points='7.75079658 4.39992136 5.16462724 7.1593112 7.75079658 9.83743871'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0px 5px 0 2px;
  background-size: contain;
}
.isLtr .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf {
  margin: 0 2px 0 5px;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf.up {
  transform: rotate(180deg);
}
.blogs-auto-feed-item .hidden_blocks {
  display: none;
}
.blogs-auto-feed-item .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blogs-auto-feed-item .ArticleImageComponenta {
  margin-inline-start: 0 !important;
  margin-inline-end: 0.625rem !important;
  width: initial !important;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageCaption,
.blogs-auto-feed-item .ArticleImageComponenta .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .art_video_caption_credit_wrapper {
  font-size: 0.834rem !important;
  margin-top: 0.5rem;
}
.blogs-auto-feed-item .articleVideoComponenta .videoInfo,
.blogs-auto-feed-item .VideoLiveComponenta .videoInfo {
  padding-inline-start: 0;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails {
  margin-top: 0px;
  padding-inline-start: 0px;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCaption,
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.article-blog-componenta-wrapper .social-icon.tb {
  width: auto !important;
  height: 4.6875vw !important;
  font-family: 'Moses' !important;
  opacity: initial !important;
  font-weight: 500;
  background-color: #de1a1a !important;
  color: #fff;
  border-radius: 7.8125vw;
  padding: 0px 1.5625vw;
  display: flex;
  align-items: center;
  margin-right: auto;
  justify-content: center;
  flex-shrink: 0;
  margin-inline-start: 0.6rem;
}
.isLtr .article-blog-componenta-wrapper .social-icon.tb {
  display: none;
}
.article-blog-componenta-wrapper .social-icon.tb .comments-count {
  font-family: 'Moses' !important;
}
.article-blog-componenta-wrapper .social-icon.tb .comments-count-wrapper-pf {
  font-size: 12px;
}
.font-moses .ArtcielImageApp .captionArea .caption-img-container-new-design strong[style] {
  font-size: 1.0625rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .article-blog-componenta-wrapper .continue-read-pf,
  .article-blog-componenta-wrapper .yesterdayComma {
    color: #de1a1a !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item {
    background-color: black !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .item-info .title-row .title-row__separator {
    background-color: #fff !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .item-info .title-row .title-row__separator .red {
    background-color: #de1a1a !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .social-icon {
    width: 3.125vw !important;
    background-repeat: no-repeat !important;
  }
  .article-blog-componenta-wrapper .pinIcon {
    filter: invert(1);
  }
  .article-blog-componenta-wrapper .special_ul {
    color: #fff !important;
  }
  .article-blog-componenta-wrapper .special_ul li {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255 ,255 ,255)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  }
  .article-blog-componenta-wrapper .special_ul* {
    color: #fff !important;
  }
  .blogs-item-wrapper {
    background-color: black !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .social-icon {
    width: initial !important;
  }
}
.font-moses .ArticleBodyComponent .blogs-item-wrapper ol.public-DraftStyleDefault-ol {
  margin-inline-start: 2.25rem !important;
}
.font-moses .ArticleBodyComponent .blogs-item-wrapper ul.public-DraftStyleDefault-ul {
  margin-inline-start: 2.50rem !important;
}
.blog_article .ArticleHeaderMobileComponent h1 {
  font-family: "MosesDisplay", "NarkisBlock" !important;
  font-size: 2.34375rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.3px !important;
}
.blog_article .ArticleHeaderMobileComponent h2 {
  font-family: "Moses", "NarkisBlock" !important;
  font-size: 1.318rem !important;
  line-height: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 0.96 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf* {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.blog_article .text_editor_paragraph {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 0.95265625rem !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}
.articleContainer.mContainer.calcalist {
  background-color: #fff;
  overflow: unset;
}
.articleContainer.mContainer.calcalist:has(.calcalistPhotoGalleryItem) .authorJobTitle {
  display: none ! important;
}
.articleContainer.mContainer.calcalist .YoutubeCaption {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #787878;
  padding-right: 0;
}
.articleContainer.mContainer.calcalist.audio {
  background-color: #000;
}
.articleContainer.mContainer.calcalist.audio .singleColumnGrid * {
  color: #fff;
}
.articleContainer.mContainer.calcalist .Calcalist-Article-Top-Story #player[style] {
  width: 100% ! important;
  height: auto ! important;
}
.articleContainer.mContainer.calcalist .Calcalist-Article-Top-Story .fp-title {
  display: none;
}
.articleContainer.mContainer.calcalist .Calcalist-Article-Top-Story .videoDetails {
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
}
.articleContainer.mContainer.calcalist .Calcalist-Article-Top-Story .videoDetails .videoCaption {
  margin: 0 0.5rem;
}
.articleContainer.mContainer.calcalist .Calcalist-Article-Top-Story .CalcalistArticleTopStoryLinkedImage img {
  height: auto;
  width: 100%;
  margin: auto;
}
.articleContainer.mContainer.calcalist .Calcalist-Article-Top-Story .CalcalistArticleTopStoryLinkedImage .imageDetails {
  font-size: 0.875rem;
  background-color: #505050;
  color: #fff;
  width: 100%;
  display: inline-block;
  border-bottom-left-radius: 5vw 5vw;
  line-height: 1.3rem;
  position: relative;
  top: -0.7rem;
  direction: rtl;
  padding: 0.5rem 1.125rem;
  box-sizing: border-box;
}
.articleContainer.mContainer.calcalist .ArticleImageGalleryComponenta {
  margin: 0 !important;
  width: 100%;
  position: relative;
}
.articleContainer.mContainer.calcalist .ArticleImageGalleryComponenta img {
  width: 100%;
  height: auto;
}
.articleContainer.mContainer.calcalist .ArticleImageGalleryComponenta .iconViewGallery-pf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1080px' height='1080px' viewBox='0 0 1080 1080' enable-background='new 0 0 1080 1080' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M21.945,1051.072V271.929c0-135.001,89.347-243.001,197.504-243.001h837.039v779.144c0,135-89.347,243-197.504,243H21.945z '/%3E %3Cpath fill='%23FFFFFF' d='M1032.975,57.857v750.215c0,117.643-78.374,214.071-173.991,214.071H45.457V271.929 c0-117.644,78.374-214.072,175.559-214.072H1032.975 M1080,0H221.016C97.184,0-1.567,121.5-1.567,271.929V1080h860.551 C981.248,1080,1080,958.501,1080,808.072V0L1080,0z'/%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23FFFFFF' d='M308.905,581.02c-3.309,0-5.994-2.68-6-5.99l-0.642-405.127c-0.002-1.592,0.627-3.119,1.75-4.246 s2.649-1.762,4.24-1.764c0,0,361.728-0.573,361.73-0.573c3.31,0,5.995,2.68,6,5.991l0.643,405.127 c0.003,1.592-0.627,3.119-1.751,4.246c-1.123,1.127-2.648,1.761-4.239,1.764C670.636,580.447,308.908,581.02,308.905,581.02z'/%3E %3Cpath d='M669.984,169.319l0.643,405.128l-361.721,0.572l-0.642-405.127L669.984,169.319 M669.984,157.319 c-0.007,0-0.012,0-0.019,0l-361.721,0.573c-3.183,0.005-6.233,1.274-8.48,3.528c-2.247,2.254-3.506,5.308-3.501,8.491 l0.642,405.127c0.01,6.621,5.381,11.981,12,11.981c0.007,0,0.013,0,0.02,0l361.721-0.572c3.183-0.005,6.233-1.274,8.48-3.528 c2.246-2.254,3.506-5.308,3.501-8.49L681.984,169.3C681.973,162.68,676.602,157.319,669.984,157.319L669.984,157.319z'/%3E %3C/g%3E %3Cg%3E %3Crect x='333.907' y='196.732' transform='matrix(-1 0.0016 -0.0016 -1 983.1023 745.3618)' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' width='314.696' height='352.678'/%3E %3Crect x='334.295' y='405.149' transform='matrix(-1 0.0016 -0.0016 -1 984.0431 954.2076)' fill='%23FFFFFF' width='314.697' height='144.688'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23FFFFFF' d='M406.698,681.313c-4.688,0-8.492-3.797-8.5-8.486l-0.642-405.127c-0.003-2.254,0.889-4.418,2.48-6.015 c1.592-1.597,3.752-2.496,6.006-2.499c0,0,361.731-0.573,361.735-0.573c4.688,0,8.492,3.796,8.5,8.486l0.643,405.127 c0.004,2.255-0.889,4.418-2.48,6.015c-1.591,1.597-3.752,2.495-6.006,2.499C768.434,680.74,406.702,681.313,406.698,681.313z'/%3E %3Cpath d='M767.778,267.113l0.643,405.127l-361.722,0.572l-0.642-405.127L767.778,267.113 M767.778,250.113 c-0.009,0-0.018,0-0.027,0l-361.721,0.573c-4.509,0.007-8.83,1.805-12.013,4.998c-3.183,3.193-4.967,7.521-4.96,12.029 l0.642,405.127c0.015,9.379,7.623,16.973,17,16.973c0.009,0,0.018,0,0.027,0l361.722-0.572c4.508-0.007,8.829-1.805,12.013-4.998 c3.183-3.193,4.967-7.521,4.96-12.029l-0.643-405.127C784.763,257.706,777.155,250.113,767.778,250.113L767.778,250.113z'/%3E %3C/g%3E %3Cg%3E %3Crect x='431.7' y='294.525' transform='matrix(-1 0.0016 -0.0016 -1 1178.8438 940.793)' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' width='314.697' height='352.678'/%3E %3Crect x='432.089' y='502.943' transform='matrix(-1 0.0016 -0.0016 -1 1179.7842 1149.6392)' fill='%23FFFFFF' width='314.697' height='144.687'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23FFFFFF' d='M165.146,871.379v-82.893c0-6.609-1.438-11.551-4.314-14.825c-2.877-3.272-7.222-5.4-13.035-6.38 c-1.469-0.428-3.32-0.748-5.554-0.964c-2.235-0.214-4.759-0.321-7.573-0.321c-4.163,0-9.441,0.184-15.835,0.551 c-6.396,0.367-14.336,0.979-23.821,1.836v-15.055c2.998-0.306,5.935-0.564,8.813-0.78c2.876-0.214,5.691-0.443,8.445-0.688 c4.833-0.306,9.24-0.535,13.219-0.688c3.978-0.151,7.587-0.229,10.832-0.229c6.977,0,12.714,0.337,17.212,1.01 c4.498,0.674,8.613,1.836,12.347,3.488c3.732,1.652,6.853,3.703,9.363,6.15c2.509,2.448,4.466,5.569,5.875,9.363 c0.978,2.632,1.667,5.34,2.065,8.124c0.397,2.786,0.597,5.921,0.597,9.409v82.893H165.146z M95.105,871.379v-72.703h18.451v72.703 H95.105z'/%3E %3Cpath fill='%23FFFFFF' d='M212.683,829.152v-76.375h18.635v60.861l-12.484,15.514H212.683z'/%3E %3Cpath fill='%23FFFFFF' d='M300.52,873.215c-3.855,0-7.635-0.062-11.337-0.184c-3.704-0.123-7.13-0.321-10.281-0.597 c-3.153-0.275-5.829-0.566-8.032-0.872l-3.947-0.459v-14.779c5.751,0.612,11.443,1.071,17.074,1.377 c5.63,0.307,11.259,0.459,16.891,0.459c4.161,0,7.849-0.688,11.062-2.065s5.859-3.228,7.94-5.554 c2.325-2.57,4.161-5.844,5.508-9.822c1.345-3.978,2.263-8.078,2.754-12.301c0.306-2.876,0.519-5.554,0.643-8.032 c0.122-2.479,0.184-5.247,0.184-8.308c0-5.079-0.215-9.593-0.643-13.54c-0.429-3.947-1.193-7.849-2.295-11.704 c-1.163-3.978-2.74-7.481-4.728-10.511c-1.989-3.029-4.576-5.4-7.757-7.114c-1.836-0.979-3.764-1.713-5.783-2.203 c-2.02-0.489-4.163-0.734-6.426-0.734c-4.53,0-8.491,0.612-11.888,1.836c-3.396,1.225-6.136,2.754-8.216,4.59 c-2.632,2.387-4.728,5.355-6.288,8.904c-1.561,3.55-2.341,7.252-2.341,11.107c0,4.101,0.673,7.849,2.02,11.245 c1.345,3.396,3.151,6.166,5.416,8.308c1.896,1.652,3.978,2.953,6.242,3.901c2.263,0.95,4.682,1.454,7.252,1.515l3.488,0.551 l-2.938,13.77l-3.396-0.275c-3.428-0.061-6.641-0.473-9.639-1.239c-2.999-0.765-5.783-1.851-8.354-3.259 c-2.387-1.346-4.59-2.951-6.609-4.819c-2.02-1.866-3.764-3.962-5.232-6.288c-2.02-3.06-3.534-6.548-4.544-10.465 c-1.01-3.916-1.515-8.17-1.515-12.76c0-6.609,1.178-12.545,3.534-17.809c2.355-5.263,5.492-9.516,9.409-12.76 c4.466-3.855,9.577-6.715,15.33-8.583c5.751-1.866,11.688-2.8,17.809-2.8c5.263,0,10.098,0.597,14.504,1.79 s8.354,2.953,11.842,5.278c2.814,1.836,5.4,4.146,7.757,6.931c2.355,2.786,4.391,5.952,6.104,9.501 c2.263,4.773,3.993,10.281,5.187,16.523s1.79,13.28,1.79,21.113c0,8.752-0.72,16.51-2.157,23.271 c-1.438,6.763-3.474,12.5-6.104,17.212c-2.203,3.733-4.819,6.916-7.849,9.547c-3.029,2.632-6.258,4.713-9.685,6.242 c-2.999,1.592-6.32,2.8-9.96,3.626C308.674,872.802,304.742,873.215,300.52,873.215z'/%3E %3Cpath fill='%23FFFFFF' d='M365.04,871.379v-14.871h55.354l11.842,0.275l-27.172-38.83l-40.758-65.176h20.195L415.528,804l5.141,7.895 c4.283-4.528,7.679-9.652,10.189-15.376c2.509-5.722,4.099-12.071,4.773-19.048l2.295-24.693h17.809l-2.203,23.5 c-0.307,2.57-0.643,5.035-1.01,7.39c-0.367,2.356-0.826,4.605-1.377,6.747c-0.551,2.143-1.193,4.223-1.928,6.242 c-0.796,2.448-1.76,4.805-2.892,7.068c-1.133,2.265-2.402,4.529-3.81,6.793c-1.714,2.815-3.596,5.478-5.646,7.986 c-2.051,2.51-4.269,4.865-6.655,7.068l24.877,34.975v10.832H365.04z'/%3E %3Cpath fill='%23FFFFFF' d='M506.853,871.379l8.996-45.348l16.891-58.199h-62.881V727.9h18.543v24.51h62.789v14.412L534.3,825.664 l-8.904,45.715H506.853z'/%3E %3Cpath fill='%23FFFFFF' d='M621.848,871.379V752.777h18.543v118.602H621.848z'/%3E %3Cpath fill='%23FFFFFF' d='M663.418,871.379v-14.871h55.354l11.842,0.275l-27.172-38.83l-40.758-65.176h20.195L713.906,804 l5.141,7.895c4.283-4.528,7.68-9.652,10.189-15.376c2.51-5.722,4.1-12.071,4.773-19.048l2.295-24.693h17.809l-2.203,23.5 c-0.307,2.57-0.643,5.035-1.01,7.39c-0.367,2.356-0.826,4.605-1.377,6.747c-0.551,2.143-1.193,4.223-1.928,6.242 c-0.795,2.448-1.76,4.805-2.891,7.068c-1.134,2.265-2.402,4.529-3.811,6.793c-1.713,2.815-3.596,5.478-5.645,7.986 c-2.052,2.51-4.27,4.865-6.656,7.068l24.877,34.975v10.832H663.418z'/%3E %3Cpath fill='%23FFFFFF' d='M778.61,871.379V753.328c1.102-0.122,2.585-0.26,4.453-0.413c1.865-0.151,4.145-0.352,6.838-0.597 c5.568-0.489,10.847-0.84,15.836-1.056c4.986-0.214,9.652-0.321,13.998-0.321c7.037,0,12.82,0.337,17.35,1.01 c4.529,0.674,8.66,1.775,12.393,3.305c3.795,1.652,6.932,3.688,9.41,6.104c2.479,2.419,4.42,5.554,5.828,9.409 c0.979,2.57,1.667,5.278,2.066,8.124c0.396,2.846,0.596,6.044,0.596,9.593v82.893h-18.635v-82.893 c0-6.854-1.546-11.979-4.635-15.376c-3.092-3.396-7.727-5.522-13.908-6.38c-1.346-0.244-3.029-0.428-5.049-0.551 c-2.02-0.122-4.314-0.184-6.885-0.184c-2.631,0-5.707,0.078-9.225,0.229c-3.521,0.153-7.482,0.383-11.889,0.688v104.465H778.61z'/%3E %3Cpath fill='%23FFFFFF' d='M924.095,871.379l8.996-45.348l16.891-58.199h-62.881V727.9h18.543v24.51h62.789v14.412l-16.891,58.842 l-8.904,45.715H924.095z'/%3E %3C/g%3E %3Crect x='1158.5' y='721.5' fill='none' width='928' height='160'/%3E %3C/svg%3E");
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
}
.articleContainer.mContainer.calcalist .ArticleImageGalleryComponenta .caption-image-credits-new-design {
  font-size: 0.875rem !important;
  font-weight: normal !important;
  line-height: 1.4375rem;
  color: #787878;
  margin-top: 0 ! important;
  display: block;
  padding: 0 !important;
}
.articleContainer.mContainer.calcalist .ArticleImageGalleryComponenta .caption-image-credits-new-design b {
  font-weight: bold;
}
.articleContainer.mContainer.calcalist .calcalistPhotoGalleryItem {
  width: calc(100% + 2.5rem);
  margin: 0 -1.25rem;
}
.articleContainer.mContainer.calcalist .calcalistPhotoGalleryItem ol {
  margin: 0;
  padding: 0;
}
.articleContainer.mContainer.calcalist .calcalistPhotoGalleryItem li {
  background-color: #ececed;
  padding: 0.5rem;
  display: block;
  position: relative;
}
.articleContainer.mContainer.calcalist .calcalistPhotoGalleryItem li::marker {
  display: none;
}
.articleContainer.mContainer.calcalist .calcalistPhotoGalleryItem li img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  background-color: #fff;
}
.articleContainer.mContainer.calcalist .calcalistPhotoGalleryItem li .dataRow {
  font-size: 1rem;
  font-family: 'Open Sans Hebrew', sans-serif;
  background-color: #fff;
  display: flex;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-top: -0.625vw;
}
.articleContainer.mContainer.calcalist .calcalistPhotoGalleryItem li .dataRow * {
  margin-inline-end: 0.5rem;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta {
  margin: 0.313rem 0 0 !important;
  width: 100%;
  position: relative;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .gelleryOpener,
.articleContainer.mContainer.calcalist .ArticleImageComponenta .gelleryOpener_blog_article {
  display: flex;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .gelleryOpener .galleryCounterExpand,
.articleContainer.mContainer.calcalist .ArticleImageComponenta .gelleryOpener_blog_article .galleryCounterExpand {
  display: none;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .gelleryOpener img,
.articleContainer.mContainer.calcalist .ArticleImageComponenta .gelleryOpener_blog_article img {
  width: 100%;
  height: auto;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .calcalistExpand {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='56px' height='51px' viewBox='0 0 56 51' enable-background='new 0 0 56 51' xml:space='preserve'%3E %3Cimage id='image0' width='56' height='51' x='0' y='0' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAzCAYAAADCQcvdAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAP pUlEQVRo3r1ab4xcV3X/nXPv+zOzfrPrkLFj2CTOhpjKcWwna1BwC2wU2khQkVK6i/qh/dBUSqu0 qoQqVZUqVarUD/3QVqUBQoF+6wdsVNKopX9EsEloSErsxNhYCKsLOE4hniT2zuzuzHv33nP6Ye4b TzZre+1scqSnebM7793zu+f+O7/fIVyjqeqGf/vRj34UaZoihDC6ABAAGGNGV1VVyPMcIqL9fh9F UeCJJ5647HuJaF2/1vs74RrsSuA+9rGPgZnBzAghEDNDRMh7D2MMvPeUJMno9845WGsRQoC1VuPv YYxREYGIIISgvV4P09PTOHTo0FVBrtsZbwXcAw88ABEhVcXExAScc6SqZK2lEAKpKsWeJWYmVR31 NBFBRDR+VyKCMUa990pEmiSJrqysgIiUmVFVlXY6HZw6deqaQG4IYO3U3NwcGo0GrLXw3pOIUJZl GAwGbIyhYZvEAJiISESMqlL8DmYevUtE6k5TIhJmHqIFQvzUEILkea5lWSoza2xX+/0+jhw5siGQ diMAFxYWMDs7CwAUQkCWZVSWJRlj2DnHwwAxi4hhZqOqJoKyAIiZTewoHn4oMbMCEBFRIgoAAhEJ EYUQQmDmICLinAvMrCEEybJMy7IEABw4cEBnZmYuO/c2DPA7zx0HAPzZn3yGnHOUZRlXVTVExGy8 94aIEhGxAKyIWCKyqmojSDP2SaqqcUhqvBcAXlUDEQUR8QCciPj43VlrRVVDVVVCROKc06Io8Ed/ /Ke6sLBwRZBXjO/8/DwtLi4iTVNiZsrznJmZrbWWiIyqJiKSMLM1xiQikgFIACQRkAXAqmpo6EHd nsZIjqIXQXoAFQDHzD6E4ESkYmZPRE5Vg/c+iIgMBgMREVRVpTMzM3ro0KF1QV4pgrS4uIiiKMg5 x3mecxx6hogSIkpFJGXm1BiTqmoGIFHVlIhsc2IiPfhLH7nptpnb371lS7EtSdM2M+VE3FCVvqr2 q7J6dXm5d/4nP158+Zmnv/2z5eVepaqOiCpVrYwxVXxnxcw2gveqGvI8D4PBQIqi0MXFRYoj4k0g LxvBubk5AlCDMzEKibU2JaLEGJOJSMbMmapmzJyJSHrXvv1bP/SR+++cnJq8k4gbG5njw/kp/e5S 99RTR5/8/skTL1xk5lJESiIqRaRk5iqEUKpq5b13quqJKAwGA0mSRAHIegvPugDn5uao0WhwCIGI iOP8Spg5BZARUcbMOYAMQE5E+Xumby5+7Tc+/f5Wa3Lv1Yb+1bD2et0Tj3/tq/9z7qWzXVUtAQwA DESkVNUBgFJEHADPzEFVgzFG+/2+HjlyRMdBvsmR+fl5On36NM3MzLAxxlRVZVTVElEW51iDiHIi ypk5V9X84w/++s679u77FSLO3wKwtREdnP7Bqf944p8P/4SIBiLDYR0BDpi5jMPZpWkaQgiyuLgo u3fv1sOHD18+gnFocqPRMCEEy8yWmTMiygBkqtoA0Iwgmw89/Mjd7W3bD24WsLXWOf/KM1/54ueO qeqqqvYB9ImoD2CgqqWIVCLijTG+3+8LAD169OhoPr4B4Pz8PAGgpaUlQ0QmgktFJFfVnIgaRNRg 5iaA5u//4WfunZyamn27wNW2dPHisS/8/d98F8CqiKzGSK4SUT/O1UpEvKqGyclJATBaVXn8RYuL i3Tu3DmOJxQGYL33VkQSIkqZOQOQq2r+0MOP3P1OgAOAyamp2YcefmRWVXMAeT2iRCT13icAbJZl LCJ87tw5iqsqVBVmPHpbt24lVWURMfXCUs81Y0yuqg0ianz8E5/cOXP7Hb/8ToCrbWJiy82Tk1M/ P/OjHy6rqhhjBIAgHu289yIikue57tixQ++8807Mz89f2gc7nQ4AUKPRoDzP2TlnmNmKiDXGJHEr SHe8e7q4a9/+BzbD6RACTe9o3z6z89ZfWPu/J5/67jfyPJfxv921b/8DJ144/k8vnzvrVdUbY1wI ITHGeBExeZ4H55x0Oh0CMDyox2ep1+tRURTEzOScYwCjKIpIEk8t6SfnPz27WaulquJ7x0+ce+bZ 5378rSPfPuu9HwG68PrrydrfE3H+4KfmD4hIqqqpiKTRPwvAOOeYmbkoCur1egAwnIPz8/OYmZlB r9cjZmZVZSIyxhgbD8yJqqZ79u6farUm920GuNjDmGhOhJM/+OHZ2Xv2b7PWsnNOAKA/6Jv1nmm1 Jvfu2bt/SlXrI2ES/WRVZWamXq+HmZkZzM/PDwF2Oh10Oh1qNBoUQmBrrQFQn17quWg/PHf/bry1 TfwNZozRZrMZfus3Fz4wOTmZv/76hfLfvvHvr1ytXz48d/9uIqoB2niEtNZaDiFQo9GgTqdDnU6H GHF4lmVJzEzMTCGE+vRv4yZvtxRFOrV1as9mgQMA5xzd+/6755rNRuPChYvl33720ROt1qS72nNT W6f2bCmKdCxrMUTEwyxriKEsS/R6vUvbRFEUNBgMSEQ4rqSjwzUAc+/BD7UB2rSTinOOPnDP3vua jbx54cLF8tEv/MML773jfcvnz7/685+efek1a61c/mnKh/6gHmk2JtcsIjwYDKgoCgLiHBwMBqiq CmmakveeVJVV1cQE1QAwt83cvuNtBbdr1/L0zTcPsubExaf++9kTrVbLX+kd0Z8aIEd6hLz3SNMU VVVhMBgMt4myLMk5R2makjGGIs1AzMwY5nO8ZUux7e0Et2PHu0trrW694QbXmpz01tor0ndF0doW F0Ouh2fN/YQQ4JxDWZaw8/PzWF5eRrfbRQgBqkpJktQgueZY0ix712YA7HaX7HrgYsqDJEm0vr+S JWl6YwRHw7x5aM45EhECgDvuuOPSRt9qtdDv9ynLMkTOZBTJYTSpuRkAgw/0V3/9d8+oCN67a9fq OLhrMWO4gSEFQrW/IkJJkmB1dRWtVgvAZTL6mt6r74c03+Zs7q3JSb9r1/uWjTXaak366wE3tOGC N+7nehn9ugBr3nL8AVUZXA9I5xzdO7vvvjzPmvXxK8/z6q13lQ5qX8e51bU22ia63S6MMeqcAxFp pPOUiBSAiujq9YD7wD1778vzrNntLQ+6S0sboik3YiFIH0NOVWuelYjUOafGGHS73SHAw4cP48yZ MwCGeoG1ViPjrABEVUVVpSrL164HXL2gfP6xLx031lzncFzn/VX1avSt9lNFRK21MGbYzpkzZ4YR zLJMkyRRY4yGEGpwKkOkQkSyvNw7f7nGvPe0e9ft708T21TVdbeCW2+7bbXVmvQbc//q1ut1zxOR qGoQEalBhhDUGIMkSZBl2RBgnuf15qjWWq0Z5kjKBgDhx4v/+7PLNba83DNbp1rbW1sm3lOWJV9u n7v+BeXNFv2pGfGaFRdrrVZVpWmaap7nl+Zgr9fTPM+VmaXWCsZI2fDsM093VGWwXmPdbtfGXk0+ eGDf2w4O0MGzzzzdGQfIzCEKNZrnOcbTJS2KQrMsUxFREVFjjKhqAOCJyKuqX+71qqWLS6fWa857 zwCwf++enc1ms/H2ggMuvH7hB8u9Xllzoxhm9WKMCTI0zbIMRVEME952u412u639fl+NMRITz0BE IdLpTlX9U0efPI0h7b6uWWvZey8vnDjxyoOf+NV3bd+2vdpscAD0O09969SYX46IPIDgvZeaH223 29put4eczOnTp6nRaNCNN95YH3NGZ1AMUxFDROb8Kz+XfffM5lmW3/SGHr1wIdm3Z/dtAMDMdNvO nZPbt7Xf5UMI3d7KheGRdnOs21068a+P//OPxqlDVa0AVBGo5HkuZ8+exTe/+c1LG31RFOj1etpo NDRJkhBlKy8ijpnrnqq+fvirx377d373feO0fCNvhD//i7987rXXXsvSJJVGsxmmtk5Vt9y6s3/T TZuWhEBVBo9/7avPM/NIwwghuOhnSJJEnHO6srKiRVEocOkko+12GwCwtLSkVVVpHM+BiHwIwRlj ShGx//fyS72TJ178r73773mwbnjrDTe4u/bu747TDGmaymSr5TcqNW/ETp548T9fPvfSsqqWzFyG EJyqOu+9j/KaGmNGWFT1DfQDzc7OUpqmPDExwc1mM3HO1ZJYzsw5M0+oapOIGg/93h/Mbtu2/Rc3 zfur2Kuvdp790uc/+71I+K6IyKqIrALoM3OZJEm1uroaVlZWpKoqff755xXAG4hfnZmZ0enpaWVm LcsyAPDWWheHRCUiAwyp88E/fvFzLyxdvHjsnQC3dPHi8a889rnn63kXRZiSmStrrQcQapl7enpa Z2ZmRgLM2vFDtWy2RptI12gTORE1iSh/6OFHDrwD2sTxSNfX2sQqhgtMf0ybCLU2Ma4wrV3etN1u a6fTUWutNJtNz8xeVZ2qliGEckzlWQGw+uXHHn3u5Pdf/Dqg/c0EpiqD7794/F++/NijzwOo9Yi+ iPSjTliqqmfm0Gw2xVornU5H2+32leWzGEWM6YNGRAyG+mACII36YIqhPpgRUXbzLbe2HvzUwgeL orUPb1Ef7HaXTjz+tUPfe/nc2V7cAsaHZq0P1lJ3rQ9K1AdxNYAALsloUeGlmj6M+nxSa/LMnKpq GlWo5O7ZA1sPfmjunlZrcg/RxlkAVekvXVw69fS3nzx58sSLF5nZRYW3igpvWUcuKrwuKryhVniP Hj36pqT3ij09OztLazV6Y4xJksQSkQ0hjMCq6ugiIlu0WumH5+5/z/TNt9yypSi2J0nSJuIGETWH Wp/0q8q9urLce+XsT39y7umj33olavSBiFx9RVDOGFOqqnPOuRDCuHwtvV5Pjx07dm0aPXDFKguO VRY21sZYY4wRkQRDKs9G4nhE60XyisauUSaOoUokqioAPIbStAsh1AeNusrC+6GMFGKVhV6tyuKK AFUVCwsLWFxcpKIo4JzjLVu2kDGGRISNMey9r6m7UV1MBF9zqrXWwZFeqJmwWEUyAqh1flcf9OO9 t9b6WBwkIQRZXl6uI4crgQOuUghU8x0LCwsaS0pEVSlNU6yurkqscCIRoShhcWTjOIohFAURRmTA 6s/xerV4LwCUmUMIQZhZvPdhWEA1zBDyPA+rq6uaJIluBNxVIzgeSQC477776lo18t4jKsE0GAww Vqs2+oz0f63VjQry4v9G760L7uIQHdElIQSNtWqyplZN11tQrhvgOEgA2LNnD9rtNtI0HTk6Vm2I sWpD1NFaU21I4wV5Y9WGiNWGSJJExqoNtaoqxH0OGwV3TQDXgqzt4MGDKIoCxpi6XpRCCFinXhRJ kozaW1MvCmbWWC+KmHgjhIBYL6qdTmdUYVhPn43YNW/IV6v4rYcxM2MwGIxX/FKs+AVw2Ypf9Pt9 jakb2u32mwphrwZubWT/H26K2uYpzlKkAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA3LTMwVDA4 OjQxOjE4KzAwOjAws8SgFQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNy0zMFQwODo0MToxOCsw MDowMMKZGKkAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC' /%3E %3C/svg%3E");
  background-size: 10.15625vw 10.15625vw;
  background-position: center center;
  background-repeat: no-repeat;
  width: 8.59375vw;
  position: absolute;
  top: 1.875vw;
  left: 1.875vw;
  height: 8.59375vw;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .calcalistExpand:hover {
  cursor: pointer;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .mobileView {
  display: none;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .ImageDetails {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #787878;
  margin-top: 0.375rem;
  display: block;
}
.articleContainer.mContainer.calcalist .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-inline-end: 0.3rem;
}
.articleContainer.mContainer.calcalist .tradingview-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  place-items: center;
  background-color: rgba(18, 18, 18, 0.5);
  z-index: 999;
}
.articleContainer.mContainer.calcalist .tradingview-mask .tradingview-widget-container {
  height: auto;
  margin: auto;
  position: relative;
}
.articleContainer.mContainer.calcalist .tradingview-mask .tradingview-widget-container .closeStockPopUp {
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: .875rem;
  line-height: 1rem;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .headerImageForMobileWrapper {
  position: relative;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .headerImageForMobileWrapper .headerImageForMobileLabel {
  font-size: 0.9375rem;
  background-color: #505050;
  color: #fff;
  width: 100%;
  display: inline-block;
  border-bottom-left-radius: 5vw 5vw;
  line-height: 1.3rem;
  position: relative;
  top: -0.7rem;
  direction: rtl;
  padding: 0.5rem 1.125rem;
  box-sizing: border-box;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .headerImageForMobileWrapper .headerImageForMobileLabel .img-info {
  display: inline-block;
  font-weight: bold;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .headerImageForMobileWrapper .headerImageForMobileLabel .img-info span {
  font-weight: normal;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent {
  margin: 1rem 1.25rem 1rem 1.25rem;
  position: relative;
  direction: rtl;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent .roof {
  font-size: .875rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #d01e25;
  display: inline-block;
  white-space: nowrap;
  padding: 0 0.4375rem;
  margin-bottom: 0.625rem;
  height: 1.75rem;
  line-height: 1.75rem;
  box-sizing: border-box;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent h1 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.813rem;
  color: #000;
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent h2 {
  font-weight: bold;
  line-height: 1.375rem;
  color: #606060;
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  margin: 0;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent .calcalistArticleHeader_footer {
  font-size: 0.875rem;
  color: #606060;
  margin-top: 0.625rem;
  display: inline-flex;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent .calcalistArticleHeader_footer .authors {
  display: inline-flex;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent .calcalistArticleHeader_footer .authors div {
  margin-inline-end: 0.3rem;
  font-weight: bold;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent .calcalistArticleHeader_footer .authors a {
  color: initial;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .ArticleHeaderMobileComponent .calcalistArticleHeader_footer .date {
  margin-inline-start: 0.3rem;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .authorJobTitle {
  border-top: 0.1rem solid #606060;
  font-size: 0.875rem;
  color: #000;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: block;
  text-decoration: none;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .authorJobTitle:empty {
  display: none;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistTags {
  display: flex;
  flex-direction: column;
  margin: 0 1.25rem 0 1.25rem;
  font-family: 'Open Sans Hebrew' !important;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistTags .tagsLabel {
  font-family: 'Open Sans Hebrew' !important;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  color: #c72127;
  margin: 0;
  border-bottom: 0.0625rem #c72127 solid;
  line-height: 1.6875rem;
  border-radius: 0;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistTags .tagWrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  text-align: center;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistTags .tagWrapper .tagName {
  color: #c72127 !important;
  background-color: #ededee;
  font-size: 1rem;
  margin: 0.625rem;
  padding: 0.625rem;
  white-space: nowrap;
  text-decoration: none;
  height: auto;
  border-radius: 0;
  font-family: 'Open Sans Hebrew' !important;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistTags .tagWrapper .tagName * {
  color: #c72127 !important;
  font-family: 'Open Sans Hebrew' !important;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist {
  display: flex;
  margin: 1.875rem auto;
  flex-direction: column;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .shareBtns {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .icon-pf {
  display: block;
  width: 44px;
  height: 44px;
  margin: 5px;
  background-position: unset !important;
  background-size: auto;
  background-repeat: no-repeat;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .icon-pf.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23EDEDED' d='M0 0h44v44H0z'/%3E %3Cpath stroke='%23C72127' stroke-width='1.2' d='M23.598 35.735h-5.63V21.998h-2.812v-4.733h2.813v-2.843c0-3.862 1.588-6.158 6.1-6.158h3.756v4.734h-2.348c-1.756 0-1.872.662-1.872 1.897l-.007 2.369h4.254l-.498 4.734h-3.756v13.737z'/%3E %3C/g%3E %3C/svg%3E");
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .icon-pf.twitter {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23c82027; %7D .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23ededed; %7D %3C/style%3E %3C/defs%3E %3Cg id='Layer_1-2' data-name='Layer 1'%3E %3Cg%3E %3Crect class='cls-2' width='44' height='44'/%3E %3Cpath id='path' class='cls-1' d='m8.7,9.72l9.65,12.9-9.71,10.49h2.18l8.5-9.18,6.88,9.18h7.44l-10.19-13.63,9.04-9.77h-2.18l-7.83,8.46-6.33-8.46h-7.45Zm3.21,1.61h3.41l15.1,20.18h-3.41L11.91,11.32Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .icon-pf.whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23EDEDED' d='M0 0h44v44H0z'/%3E %3Cg fill='%23979797' fill-rule='nonzero' stroke='%23C72127' stroke-width='.6'%3E %3Cpath d='M37 22.055c0 3.879-1.585 7.391-4.148 9.934a14.164 14.164 0 0 1-10.008 4.115 14.1 14.1 0 0 1-6.725-1.688l-7.543 2.4L8 37l.194-.573 2.452-7.244A13.961 13.961 0 0 1 8.69 22.05c0-3.879 1.585-7.392 4.149-9.935A14.17 14.17 0 0 1 22.849 8c3.906 0 7.444 1.573 10.005 4.117A13.963 13.963 0 0 1 37 22.055zm-4.579 9.5a13.343 13.343 0 0 0 3.966-9.5c0-3.712-1.515-7.072-3.964-9.505a13.544 13.544 0 0 0-9.574-3.937c-3.743 0-7.13 1.504-9.58 3.936a13.343 13.343 0 0 0-3.967 9.501 13.349 13.349 0 0 0 1.94 6.94l.075.122-.046.134-2.303 6.805 7.091-2.257.126-.04.114.063a13.49 13.49 0 0 0 6.545 1.674c3.742 0 7.127-1.504 9.577-3.935z'/%3E %3Cpath d='M31.361 25.101c-.036-.053-.198-.126-.44-.235-.06-.027-.125-.055-.2-.09l-.006-.002a95.733 95.733 0 0 0-1.75-.81c-.447-.2-.834-.37-.964-.414-.147-.05-.27-.088-.353-.08-.054.006-.112.049-.186.156v.001a9.092 9.092 0 0 1-.491.61c-.323.376-.67.757-.814.913-.17.184-.35.288-.571.313-.2.023-.414-.026-.67-.146l-.003-.001c-.044-.021-.142-.061-.262-.11-.587-.241-1.73-.71-3.047-1.82a10.58 10.58 0 0 1-1.228-1.232 12.069 12.069 0 0 1-1.08-1.479c-.355-.578-.053-.865.225-1.13h.001c.112-.106.244-.257.375-.407.079-.09.157-.18.217-.245.145-.16.21-.286.297-.456l.06-.116a.335.335 0 0 0 .04-.195.565.565 0 0 0-.07-.202l-.003-.004c-.069-.132-.443-.99-.787-1.782l-.463-1.059c-.21-.473-.378-.463-.508-.455-.04.003-.08.005-.109.005-.113 0-.243-.008-.378-.016-.124-.007-.254-.015-.394-.015-.118 0-.278.023-.446.098-.13.058-.266.147-.395.281l-.002.003-.078.078c-.393.393-1.25 1.25-1.25 2.887 0 1.772 1.38 3.5 1.58 3.752h.002l.002.003c.024.03.057.077.106.145.531.739 2.972 4.134 6.639 5.497 3.307 1.228 3.836 1.106 4.31.997.117-.027.232-.054.382-.067.362-.032.985-.288 1.53-.65.429-.285.795-.626.921-.96.136-.36.214-.699.25-.981.042-.326.039-.535.01-.58h.001zm-.173-.774c.346.155.576.259.71.467v.002c.088.139.135.5.076.957-.041.315-.13.698-.285 1.11-.174.462-.63.9-1.151 1.246-.629.418-1.376.716-1.833.757-.101.008-.195.03-.291.052-.564.13-1.196.275-4.686-1.02-3.847-1.43-6.377-4.95-6.928-5.717a5.38 5.38 0 0 0-.087-.12l-.002-.001-.002-.003C16.492 21.781 15 19.911 15 17.944c0-1.874.976-2.85 1.424-3.298l.07-.071a1.87 1.87 0 0 1 .594-.42c.268-.119.524-.156.71-.156.142 0 .291.009.435.018.115.007.225.013.338.013l.07-.002c.323-.02.744-.046 1.126.819l.463 1.064c.34.778.707 1.622.77 1.744.065.122.118.257.135.409a.89.89 0 0 1-.102.52l-.002.001-.058.113c-.109.21-.189.367-.383.581l-.001.002c-.08.087-.145.162-.21.237-.144.164-.288.328-.414.448-.114.11-.238.228-.126.41.14.232.497.783 1.023 1.401.325.383.715.79 1.157 1.163a10.224 10.224 0 0 0 2.88 1.716c.11.045.2.082.291.125.143.067.247.097.322.088.055-.006.11-.044.174-.114.15-.163.503-.55.799-.895a8.5 8.5 0 0 0 .454-.563c.194-.278.402-.395.64-.42.211-.023.407.035.633.112.16.055.565.23 1.02.435.705.317 1.53.7 1.767.816.063.03.128.059.189.086z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .icon-pf.resize_font {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23EBEBEB' fill-rule='nonzero' d='M0 0h44v44H0z'/%3E %3Cpath d='M0 0h44v44H0z'/%3E %3Cpath fill='%23C71D27' fill-rule='nonzero' d='M33 29v-.6c0-1.5-.3-3.7-2.6-6.2 1.4-1.8 2.1-3.6 2.1-6.2v-2.8c0-.6-.5-1.1-1.1-1.1h-2.7v2.2h1.6v1.1c0 4.3-.9 5.3-1.3 5.7l-4.2-3.7c-2.1-1.8-2.3-2.6-2.3-4.7v-.6h-2.1v.6c0 2.5.9 4.1.9 4.1-.7 1.2-1.3 2.7-1.3 5 0 1.8.8 4.4.9 5h-1.5l-.1 2.2h3.6l.2-2.2s-1.3-2.8-1.3-5 .6-3.7.6-3.7l4.9 4.3c2.9 2.5 3.4 3.7 3.4 6v.6H33zM17.4 29v-.4c0-.9-.2-2.4-1.6-3.9.9-1.1 1.3-2.3 1.3-3.9V19c0-.4-.3-.7-.7-.7h-1.7v1.4h1v.7c0 2.7-.6 3.3-.8 3.6l-2.6-2.3c-1.3-1.1-1.5-1.7-1.5-3v-.4H9.6v.4c0 1.6.6 2.6.6 2.6-.4.8-.8 1.7-.8 3.1 0 1.1.5 2.8.6 3.1H8.9L8.8 29h2.3l.1-1.4s-.8-1.8-.8-3.1c0-1.4.4-2.3.4-2.3l3.1 2.7c1.8 1.6 2.2 2.3 2.2 3.8v.3h1.3z'/%3E %3C/g%3E %3C/svg%3E");
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .icon-pf.share {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23EDEDED' d='M0 0h44v44H0z'/%3E %3Cpath stroke='%23C72127' stroke-width='1.2' d='M15.438 25.908a4.5 4.5 0 1 1 0-6.816l8.583-5.157a4.5 4.5 0 1 1 1.28 2.73l-8.373 5.031a4.527 4.527 0 0 1 0 1.608l8.373 5.03a4.5 4.5 0 1 1-1.28 2.73l-8.583-5.156z'/%3E %3C/g%3E %3C/svg%3E");
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .articleShareButtons-calcalist .icon-pf.comments {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23EDEDED' fill-rule='nonzero' d='M0 0h44v44H0z'/%3E %3Cpath fill='%23C72127' d='M16 27l6.113-.758L35 13.287 29.742 8 16.858 20.95 16 27zm2.021-5.47L29.742 9.75l3.517 3.537-11.715 11.777-4.098.51.575-4.044z'/%3E %3Cpath fill='%23C72127' d='M9 36h25V20.429h-1.22v14.344H10.22V10.227h12.042V9H9z'/%3E %3C/g%3E %3C/svg%3E");
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistArticleHyperLinkComponenta {
  border: 0.0625rem solid #C8C7C2;
  width: 100%;
  background: #F7F7F5;
  margin: 1rem auto;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistArticleHyperLinkComponenta .header {
  font-weight: bold;
  font-family: 'Open Sans Hebrew', sans-serif;
  color: #606056;
  font-size: 1rem;
  padding-bottom: 0.83rem;
  border-bottom: 0.0625rem dotted #C8C7C2;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistArticleHyperLinkComponenta .titleWrapper {
  line-height: 1.625rem;
  color: #043D89;
  font-size: 1.563rem;
  font-weight: bold;
  font-family: 'Shual';
  margin-top: 0.83rem;
  margin-bottom: 0.83rem;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistArticleHyperLinkComponenta .subtitleWrapper {
  font-size: 0.938rem;
  line-height: 1rem;
  margin-bottom: 0.83rem;
  color: #606056;
  font-family: 'Open Sans Hebrew', sans-serif;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistArticleHyperLinkComponenta .author {
  color: #93948e;
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin: 0 0 0.2rem 0;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistArticleHyperLinkComponenta .link {
  color: #043D89;
  display: flex;
  justify-content: flex-end;
  width: auto;
  align-items: center;
  line-height: 1rem;
  margin-bottom: 0.6rem;
  font-size: 0.938rem;
}
.articleContainer.mContainer.calcalist .calcalistArticleComponenta .calcalistArticleHyperLinkComponenta .linkIcon {
  box-shadow: unset !important;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='28px' height='28px' viewBox='0 0 28 28' enable-background='new 0 0 28 28' xml:space='preserve'%3E %3Cg%3E %3Cdefs%3E %3Crect id='SVGID_1_' x='0.423' y='0.423' width='27.154' height='27.154'/%3E %3C/defs%3E %3CclipPath id='SVGID_2_'%3E %3Cuse xlink:href='%23SVGID_1_' overflow='visible'/%3E %3C/clipPath%3E %3Cpath clip-path='url(%23SVGID_2_)' fill='%23231F20' d='M27.577,14c0-7.496-6.082-13.578-13.577-13.578 C6.504,0.422,0.422,6.504,0.422,14c0,7.495,6.082,13.577,13.578,13.577C21.495,27.577,27.577,21.495,27.577,14 M23.052,15.132 c0,0.618-0.514,1.131-1.131,1.131h-8.875l3.341,3.342c0.212,0.212,0.317,0.495,0.317,0.795c0,0.301-0.105,0.584-0.317,0.796 l-1.609,1.609c-0.212,0.212-0.495,0.317-0.795,0.317c-0.301,0-0.583-0.105-0.796-0.317l-6.399-6.4l-1.609-1.608 C4.966,14.583,4.86,14.301,4.86,14s0.106-0.583,0.318-0.795l1.609-1.609l6.399-6.399c0.213-0.212,0.495-0.319,0.796-0.319 c0.3,0,0.583,0.107,0.795,0.319l1.609,1.608c0.212,0.213,0.336,0.495,0.336,0.796c0,0.3-0.124,0.583-0.336,0.795l-3.341,3.342 h8.875c0.617,0,1.131,0.512,1.131,1.131V15.132z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 0.5rem 0 0 !important;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent {
  margin: 0 1.25rem 0 1.25rem;
  position: relative;
  font-size: 1.063rem;
  counter-reset: numbered-header-counter 0;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_paragraph {
  padding-bottom: 0.625rem;
  font-size: 1.063rem;
  line-height: 1.6875rem;
  margin-bottom: 0;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_paragraph a {
  color: #59a3b7 !important;
  text-decoration: none !important;
  font-weight: normal;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .magazine_header_big_text {
  font-size: 1.25rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .magazine_header_small_text {
  font-size: 0.875rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_magazine_header {
  font-family: 'Shual';
  font-size: 4.21875vw;
  display: flex;
  align-items: center;
  line-height: 0.9;
  position: relative;
  border-right: 0.625rem solid #000;
  padding: 0 0.625rem 0 0;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_magazine_header.large:not(.first, .second) {
  border-right: 0;
  padding-right: 0;
  line-height: 1.75rem;
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_magazine_header.first {
  margin-top: 1.25rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_magazine_header.second {
  margin-bottom: 0.938rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_magazine_header.large {
  font-family: 'Shual';
  font-size: 1.688rem;
  font-weight: 700;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_magazine_header.small {
  font-family: Shual;
  font-size: 1.438rem;
  line-height: 1;
  font-weight: 400;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .unstyled_big_first_letter div::first-letter {
  margin: 0 0 0 0.5rem;
  font-family: 'ShualSerifLight';
  font-size: 6.25rem;
  line-height: 3.75rem;
  margin-top: 0.05em;
  float: right;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_numbered_header:before {
  counter-increment: numbered-header-counter 1;
  content: counter(numbered-header-counter) ". ";
  font-size: 4.5rem;
  font-family: 'Shual';
  width: 3.688rem;
  display: inline-flex;
  line-height: 3.188rem;
  padding: 0;
  box-sizing: content-box;
  flex-shrink: 0;
  margin-top: 0;
  height: 3.188rem;
  align-items: flex-end;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_numbered_header {
  font-size: 1.688rem;
  font-family: 'Shual';
  display: inline-flex;
  line-height: 0.9;
  align-items: flex-start;
  margin-top: 0.313rem;
  margin-bottom: 0.313rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_numbered_header > div {
  display: inline-flex;
  align-items: flex-end;
  min-height: 3.2rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.563rem;
  display: block;
  padding: 1rem 0 ! important;
  border-top: 0.3125vw solid black !important;
  border-bottom: 0.3125vw solid black !important;
  border-left: none;
  margin: 1rem auto;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-family: 'Shual';
  line-height: 1;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .caption-image-credits-new-design {
  line-height: 1.25rem;
  color: #787878;
  margin: 0 0 0.375rem;
  padding: 0 1rem;
  font-size: .875rem;
  white-space: inherit !important;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .caption-image-credits-new-design .art_video_caption_credit_wrapper {
  flex-wrap: wrap;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .videoInfo {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background-color: #27282d;
  padding: 0.625rem;
  box-sizing: border-box;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.1;
  margin-top: -0.4rem;
}
.articleContainer.mContainer.calcalist .ArticleBodyComponent .videoInfo .art_video_caption {
  font-weight: bold;
}
.articleContainer.mContainer.calcalist .calcalistReadMoreBullets {
  margin: 2.125rem 0 1rem 0;
  font-weight: bold;
  line-height: 1.4375rem;
}
.articleContainer.mContainer.calcalist .calcalistReadMoreBullets .calcalistReadMoreBullets_title {
  color: #d01e25;
}
.articleContainer.mContainer.calcalist .calcalistReadMoreBullets ul {
  -webkit-margin-after: 0em;
}
.articleContainer.mContainer.calcalist .calcalistReadMoreBullets ul li {
  display: list-item !important;
  text-align: -webkit-match-parent;
}
.articleContainer.mContainer.calcalist .calcalistReadMoreBullets li a,
.articleContainer.mContainer.calcalist .calcalistReadMoreBullets li {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
.articleContainer.mContainer.calcalist .ArticleLinkedImageComponenta img {
  width: 100%;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta {
  margin: 1.25rem 0;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .textAndImage {
  display: inline-flex;
  padding: 1rem 0;
  border-top: 0.3125rem solid #ebebeb;
  border-bottom: 0.3125rem solid #ebebeb;
  flex-direction: column;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .textAndImage .textSection {
  order: 0;
  margin-bottom: 1rem;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .textAndImage .image-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 1;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .textAndImage img {
  width: 100%;
  margin: auto;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .textAndImage .text {
  font-family: 'Shual';
  font-size: 1.563rem;
  text-align: center;
  line-height: 1.688rem;
  display: block;
  white-space: normal;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .captionAndCredit {
  color: #787878;
  padding: 0 0 0 1rem !important;
  font-size: 0.875rem !important;
  margin: 0.2rem 0 0;
  white-space-collapse: collapse;
  box-sizing: border-box;
}
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .captionAndCredit .caption,
.articleContainer.mContainer.calcalist .CalcalistArticleBodyImageTitleComponenta .captionAndCredit span:first-child {
  font-weight: bold;
}
.articleContainer.mContainer.calcalist.musaf .ArticleImageComponenta,
.articleContainer.mContainer.calcalist.musaf .ArticleImageGalleryComponenta {
  padding-bottom: 0.625rem;
}
.articleContainer.mContainer.calcalist.musaf .calcalistArticleHyperLinkComponenta {
  border: 0;
  background-color: #e5e3da;
  text-align: center !important;
  margin-bottom: 2rem;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: .5rem;
}
.articleContainer.mContainer.calcalist.musaf .calcalistArticleHyperLinkComponenta .header {
  border-bottom: 0;
  font-family: 'Shual';
  font-size: 1.825rem !important;
  color: #000000;
  margin: 1.25rem 0 0 0;
  text-align: center;
  padding-bottom: 0.313rem;
}
.articleContainer.mContainer.calcalist.musaf .calcalistArticleHyperLinkComponenta .titleWrapper {
  line-height: 2.3125rem !important;
  color: #000000 !important;
  text-align: center !important;
  margin: 0 auto 0.625rem !important;
  font-size: 2.8125rem !important;
  font-family: 'Shual';
}
.articleContainer.mContainer.calcalist.musaf .calcalistArticleHyperLinkComponenta .subtitleWrapper {
  text-align: center !important;
  font-size: 1.0625rem !important;
  line-height: 1.5rem;
  border-bottom: 0.0625rem solid #a4a69a;
  padding-bottom: 0.6rem;
  color: #000;
}
.articleContainer.mContainer.calcalist.musaf .calcalistArticleHyperLinkComponenta .author {
  display: none;
}
.articleContainer.mContainer.calcalist.musaf .calcalistArticleHyperLinkComponenta .link {
  padding-bottom: 0.83rem;
  font-size: 0.875rem;
  line-height: 0.9rem;
  text-decoration: none;
  justify-content: center;
}
.articleContainer.mContainer.calcalist.musaf .calcalistArticleHyperLinkComponenta .linkIcon {
  box-shadow: unset !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%23043D89' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M5.2 2l-.212.212L2 5.2 5.2 8'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.2rem !important;
  height: 2.2rem !important;
  margin: 0 0.5rem 0 0 !important;
}
.articleContainer.mContainer.calcalist.musaf .pHeader {
  font-size: 1.688rem;
  font-weight: bold;
  font-family: 'Shual';
}
.articleContainer.mContainer.calcalist.musaf .text_editor_block_quote {
  font-family: "Shual";
  padding: 1rem 0 ! important;
  border-top: 0.3125rem solid #ebebeb ! important;
  border-bottom: 0.3125rem solid #ebebeb ! important;
  margin: 1.25rem auto;
  box-sizing: border-box;
}
.articleContainer.mContainer.calcalist.musaf .text_editor_block_quote.wide {
  width: 100%;
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Bold.svg#svgFontName') format('svg');
  font-weight: bold;
  font-style: normal /* Legacy iOS */;
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Shual-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Shual-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Shual-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('/images/calcalist/font/Roboto-Light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/Roboto-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/Roboto-Light.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifBold';
  src: url('/images/calcalist/font/ShualSerif-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifLight';
  src: url('/images/calcalist/font/ShualSerif-Light.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Light.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'ShualSerifRegular';
  src: url('/images/calcalist/font/ShualSerif-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/ShualSerif-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/images/calcalist/font/ShualSerif-Regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/images/calcalist/font/ShualSerif-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/images/calcalist/font/ShualSerif-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Black.eot');
  /* IE9 Compat Modes */
  src: url('/images/calcalist/font/Shual-Black.eot?#iefix') format('embedded-opentype'), url('/images/calcalist/font/Shual-Black.woff') format('woff'), url('/images/calcalist/font/Shual-Black.ttf') format('truetype'), url('/images/calcalist/font/Shual-Black.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Shual';
  src: url('/images/calcalist/font/Shual-Light.eot');
  src: url('/images/calcalist/font/Shual-Light.eot?#iefix') format('embedded-opentype'), url('/images/calcalist/font/Shual-Light.woff') format('woff'), url('/images/calcalist/font/Shual-Light.ttf') format('truetype'), url('/images/calcalist/font/Shual-Light.svg#svgFontName') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.ttf) format('truetype');
}
body {
  background-color: #EBEBEB;
  overflow-x: hidden;
}
.calcalist.mContainer {
  font-family: 'Open Sans Hebrew', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  color: #000;
  background-color: #e6e6e6;
  direction: rtl;
  overflow-x: hidden;
}
.calcalist.mContainer .singleColumnGrid {
  padding-bottom: 3.125rem;
}
.calcalist.mContainer .GeneralImageComponenta .SiteImageMedia:hover,
.calcalist.mContainer .moreThenOneItemCarousel .SiteImageMedia:hover,
.calcalist.mContainer .MostViewedArticleComponenta .SiteImageMedia:hover,
.calcalist.mContainer .RandomBottomArticleComponenta .SiteImageMedia:hover {
  transform: none ! important;
}
.calcalist.mContainer .flowplayer.live.vjs-has-started .fp-play.fp-visible,
.calcalist.mContainer .holaWrapper.live.vjs-has-started .fp-play.fp-visible,
.calcalist.mContainer .videojsContainer.live.vjs-has-started .fp-play.fp-visible,
.calcalist.mContainer .flowplayer.live.vjs-has-started .fp-logo,
.calcalist.mContainer .holaWrapper.live.vjs-has-started .fp-logo,
.calcalist.mContainer .videojsContainer.live.vjs-has-started .fp-logo {
  display: none !important;
}
.calcalist.mContainer .flowplayer.live.vjs-has-started .vjs-big-play-button,
.calcalist.mContainer .holaWrapper.live.vjs-has-started .vjs-big-play-button,
.calcalist.mContainer .videojsContainer.live.vjs-has-started .vjs-big-play-button,
.calcalist.mContainer .flowplayer.live.vjs-has-started .vjs-watermark-content,
.calcalist.mContainer .holaWrapper.live.vjs-has-started .vjs-watermark-content,
.calcalist.mContainer .videojsContainer.live.vjs-has-started .vjs-watermark-content {
  display: none !important;
  visibility: hidden;
}
.calcalist.mContainer .flowplayer.live.vjs-has-started .vjs-big-play-button,
.calcalist.mContainer .holaWrapper.live.vjs-has-started .vjs-big-play-button,
.calcalist.mContainer .videojsContainer.live.vjs-has-started .vjs-big-play-button {
  display: none !important;
  visibility: hidden;
}
.calcalist.mContainer .flowplayer.live .fp-play.fp-visible,
.calcalist.mContainer .holaWrapper.live .fp-play.fp-visible,
.calcalist.mContainer .videojsContainer.live .fp-play.fp-visible,
.calcalist.mContainer .flowplayer.live .fp-logo,
.calcalist.mContainer .holaWrapper.live .fp-logo,
.calcalist.mContainer .videojsContainer.live .fp-logo {
  display: block !important;
}
.calcalist.mContainer .flowplayer.live .vjs-big-play-button,
.calcalist.mContainer .holaWrapper.live .vjs-big-play-button,
.calcalist.mContainer .videojsContainer.live .vjs-big-play-button,
.calcalist.mContainer .flowplayer.live .vjs-watermark-content,
.calcalist.mContainer .holaWrapper.live .vjs-watermark-content,
.calcalist.mContainer .videojsContainer.live .vjs-watermark-content {
  display: block !important;
  visibility: visible;
}
.calcalist.mContainer .flowplayer.live .vjs-big-play-button,
.calcalist.mContainer .holaWrapper.live .vjs-big-play-button,
.calcalist.mContainer .videojsContainer.live .vjs-big-play-button {
  display: block !important;
  visibility: visible;
}
.calcalist.mContainer .videoIcon {
  border: 0 ! important;
  right: 1.5625vw !important;
  bottom: 1.5625vw !important;
  background: transparent !important;
}
.calcalist.mContainer .videoIcon.medium {
  width: 4.6875vw ! important;
  height: 4.6875vw ! important;
}
.calcalist.mContainer .videoIcon .icon {
  background-image: url(//images1.calcalist.co.il/images/1280/icons/play-icon.png) ! important;
  background-position: center center ! important;
  background-repeat: no-repeat ! important;
  background-size: contain !important;
  margin: 0 !important;
  width: 100% ! important;
  height: 100% ! important;
}
.calcalist.mContainer a,
.calcalist.mContainer a:active,
.calcalist.mContainer a:focus,
.calcalist.mContainer a:hover,
.calcalist.mContainer a:visited {
  text-decoration: none;
}
.calcalist.mContainer .MultiStripMutamComponenta h2.tabcomponenta {
  margin: 0.625rem;
}
.calcalist.mContainer h2.tabComponenta {
  margin: 1.375rem 0.625rem 0.75rem 0.625rem;
  display: flex;
}
.calcalist.mContainer h2.tabComponenta > a,
.calcalist.mContainer h2.tabComponenta > span {
  display: flex;
  align-items: center;
  width: 100%;
}
.calcalist.mContainer h2.tabComponenta .iconImage-pf {
  max-width: 34px;
  margin-inline-end: 10px;
  flex-shrink: 0;
}
.calcalist.mContainer h2.tabComponenta .tabTitle {
  font-weight: 900;
  font-size: 2.0625rem;
  font-family: 'Shual';
  flex-grow: 1;
  display: flex;
}
.calcalist.mContainer h2.tabComponenta .arrowTo-pf {
  background-position: center center ! important;
  background-repeat: no-repeat ! important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%237E7E7E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
  width: 12px;
  height: 20px;
  display: flex;
}
.calcalist.mContainer .slotItem {
  margin: 0.625rem;
  display: flex;
}
.calcalist.mContainer h5.slotTitle {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3125rem;
  padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
  margin: 0;
}
.calcalist.mContainer .roofTitle {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
  background: #d01e25;
  text-align: center;
  position: relative;
  float: right;
  white-space: nowrap;
  top: 0.5rem;
  margin: 0 0.5rem;
  padding-bottom: 0.05rem;
}
.calcalist.mContainer .roofTitle span {
  padding: 0.3rem;
  position: relative;
  top: 0.0625rem;
}
.calcalist.mContainer .flowplayer:not(.is-playing) .fp-icon.fp-play,
.calcalist.mContainer .flowplayer.is-touched.is-playing .fp-icon.fp-pause {
  width: 5em ! important;
  height: 5em ! important;
}
.calcalist.mContainer .bottom-items .mobile-tv-calcalist-item .flowplayer:not(.is-playing) .fp-icon.fp-play,
.calcalist.mContainer .bottom-items .mobile-tv-calcalist-item .flowplayer.is-touched.is-playing .fp-icon.fp-pause {
  width: 2.5em ! important;
  height: 2.5em ! important;
}
.calcalist.mContainer .mediaArea .slick-slider {
  display: flex;
  width: 100vw;
  height: 56.25vw;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2.1875vw);
  width: 3.90625vw;
  height: 4.375vw;
  z-index: 2;
  color: transparent;
  border: 0;
  background-position: 50%;
  background-size: 4.21875vw 4.21875vw;
  background-color: transparent;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-arrow.slick-next {
  right: 1.5625vw;
  left: initial;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-arrow.slick-prev {
  left: 1.5625vw;
  right: initial;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-arrow.slick-prev::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  color: white;
  height: 100%;
  width: 50%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.calcalist.mContainer .mediaArea .slick-slider .slick-arrow.slick-next::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
  color: white;
  width: 50%;
  height: 100%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.calcalist.mContainer .mediaArea .slick-slider .slick-arrow .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 2.65625vw;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.calcalist.mContainer .mediaArea .slick-slider .slick-dots {
  color: #fff;
  list-style: none;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: 0;
  position: absolute;
  justify-content: center;
  left: 1.5625vw;
  padding-inline-start: 0;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-dots li {
  display: inline-flex;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 3.125vw;
  border: 0.46875vw solid transparent;
  padding: 0;
  color: transparent;
  background: #9b9b9b;
  margin: auto 1.5625vw;
  box-sizing: border-box;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-dots li button {
  font-size: 0;
  color: transparent;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-dots li.slick-active {
  background: #9b9b9b;
  border: 0.46875vw solid #ffffff;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-list {
  display: flex;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-list .slick-track {
  display: flex;
}
.calcalist.mContainer .mediaArea .slick-slider .slick-list .slick-track .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
@media print {
  #audiodub-player,
  .trvd-outline,
  .display_advrst,
  .calcalist_banner,
  .grecaptcha-badge,
  .SiteScrollToTopButton,
  .flowplayer.is-popped-out {
    display: none !important;
  }
  body {
    background-color: #fff;
  }
  .isSticky {
    position: unset !important;
  }
  .calcalistArticleComponenta {
    float: right;
  }
}
.ExternalIframeMutamComponenta {
  display: flex;
  flex-direction: column;
  margin: 1.875rem 0.625rem 0 0.625rem;
}
.ExternalIframeMutamComponenta .componentaTab {
  width: 100%;
  display: flex;
  line-height: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.ExternalIframeMutamComponenta .componentaTab::after {
  content: '';
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1rem;
  margin-right: auto;
  height: 1rem;
  align-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' viewBox='0 0 10 17'%3E %3Cpath fill='none' fill-rule='evenodd' stroke='%237E7E7E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1l-.53.53L1 9l8 7'/%3E %3C/svg%3E");
}
.ExternalIframeMutamComponenta .componentaTab .campaignArea span {
  color: #000;
  display: block;
  margin-left: 0.625rem;
  font-weight: bold;
  font-size: 0.875rem;
}
.ExternalIframeMutamComponenta .componentaTab .rightTitleLink.titleLink {
  font-family: 'Shual';
  font-weight: 900;
  font-size: 2.0625rem;
  color: #d01e25;
  line-height: 2.063rem;
  width: 100%;
}
.paywall-revalidate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 0.625vw 5vw rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 95vw;
  padding: 8.90625vw 3.90625vw 21.25vw 3.90625vw;
  position: relative;
  direction: rtl;
  box-sizing: border-box;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .close-button {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7096 8.69206C23.0967 8.30498 23.0967 7.67739 22.7096 7.29031C22.3225 6.90323 21.6949 6.90323 21.3078 7.29031L14.9999 13.5983L8.69206 7.29046C8.30498 6.90338 7.67739 6.90338 7.29031 7.29046C6.90323 7.67754 6.90323 8.30513 7.29031 8.69221L13.5981 15L7.29036 21.3078C6.90328 21.6949 6.90328 22.3225 7.29036 22.7095C7.67744 23.0966 8.30502 23.0966 8.69211 22.7095L14.9999 16.4018L21.3078 22.7097C21.6949 23.0968 22.3225 23.0968 22.7095 22.7097C23.0966 22.3226 23.0966 21.695 22.7095 21.3079L16.4016 15L22.7096 8.69206Z' fill='black'/%3E%3C/svg%3E%0A");
  top: 2.5vw;
  right: 2.5vw;
  width: 7.65625vw;
  height: 7.65625vw;
  border: none;
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
  line-height: 1;
  background-color: #fff;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .close-button:hover {
  color: #222;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .ynet-logo {
  width: 24.84375vw;
  height: 7.65625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='98' height='30' viewBox='0 0 98 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 15C0.5 6.71573 7.21573 0 15.5 0H82.5C90.7843 0 97.5 6.71573 97.5 15C97.5 23.2843 90.7843 30 82.5 30H15.5C7.21573 30 0.5 23.2843 0.5 15Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 27C22.1279 27 27.5 21.6273 27.5 15C27.5 8.3727 22.1279 3 15.5 3C8.87206 3 3.5 8.3727 3.5 15C3.5 21.6273 8.87206 27 15.5 27Z' fill='black'/%3E%3Cpath d='M17.2143 8.14282V21.8571H13.7857V8.14282H17.2143Z' fill='white'/%3E%3Cpath d='M22.3571 13.2857V16.7142H8.64286V13.2857H22.3571Z' fill='white'/%3E%3Cpath d='M80.9529 9.21998C80.9529 9.21998 75.4219 9.32244 74.2831 9.10414H74.2924C73.5085 8.95365 73.0656 8.77962 72.3662 8.50476L72.2248 8.44923C71.9055 8.32601 71.6469 8.07394 71.4041 7.83728C70.9973 7.44076 70.6348 7.08747 70.1057 7.45574C71.2353 8.97494 71.7113 10.9708 71.814 12.8598L78.7685 12.8732V22.6522H79.7067C80.1127 20.9593 80.7568 19.2708 81.681 17.8229C80.9622 16.4017 80.5748 14.4325 80.2948 12.8153H81.4569L80.9529 9.21998Z' fill='white'/%3E%3Cpath d='M62.0867 8.88809C61.6572 8.83606 61.2284 8.78411 60.8593 8.6533L60.8639 8.66666C60.6106 8.53771 60.374 8.36634 60.1366 8.19441C59.6522 7.84363 59.1645 7.49051 58.5256 7.49051C59.3704 9.13 59.9351 11.166 59.5011 13.0015C60.3972 13.0728 62.2082 13.0104 62.2082 13.0104C62.2228 12.9811 62.26 13.3374 62.3176 13.8903C62.4437 15.1002 62.6679 17.2511 62.969 18.361C62.0517 18.2829 61.4101 18.3268 60.839 18.3658C60.2709 18.4047 59.7724 18.4388 59.1417 18.3432C58.1382 15.6969 57.4987 12.8723 57.7788 9.71363C57.6976 8.97734 57.0239 8.9932 56.4017 9.00784C56.237 9.01172 56.076 9.01551 55.9305 9.00525C55.1898 9.05385 54.564 8.67413 53.9618 8.3088C53.3497 7.93738 52.762 7.58082 52.1032 7.70435C53.3867 9.17455 53.7181 11.0101 53.7181 12.9971L56.1405 13.006C56.1405 13.006 57.0787 16.6458 56.9013 18.2898C56.6108 18.4002 56.5058 18.389 56.3001 18.367C56.1323 18.3492 55.8975 18.3241 55.4404 18.3521C55.2163 18.3165 54.969 18.3744 54.7356 18.5259C54.705 18.5453 54.6778 18.5607 54.653 18.5748C54.5525 18.6316 54.4912 18.6663 54.4089 18.8556C54.1018 19.5634 53.9455 20.1225 53.7448 20.841C53.6069 21.3344 53.4479 21.9031 53.2047 22.6469H63.0623C63.2932 22.1544 63.5417 21.6993 63.7822 21.2588C64.3923 20.1414 64.9509 19.1181 65.0413 17.8175C63.9398 15.4429 63.6831 12.5471 64.1965 9.82946C63.8046 9.0962 62.9444 8.99199 62.0867 8.88809Z' fill='white'/%3E%3Cpath d='M48.2946 8.75263C48.6969 9.20442 49.3283 9.23971 49.9397 9.27388C50.6546 9.31384 51.3422 9.35227 51.6038 10.0535C51.4265 13.0207 51.8092 15.765 52.7334 18.2866C52.5771 18.5651 52.4248 18.8197 52.2769 19.0671C51.6961 20.0383 51.1821 20.8978 50.7544 22.6482H49.9562L49.9656 13.1142C49.9656 13.1142 48.8081 13.083 47.6739 13.1142C47.9788 10.5197 46.7813 8.68422 46.1579 7.7288C46.123 7.67525 46.0899 7.62447 46.0589 7.57648C46.7793 7.40734 47.1544 7.7904 47.5307 8.17471C47.7591 8.40792 47.9879 8.64159 48.2946 8.75263Z' fill='white'/%3E%3Cpath d='M68.3153 9.27388C67.704 9.23971 67.0726 9.20442 66.6703 8.75263H66.6749C66.5123 8.66506 66.3505 8.50122 66.173 8.32148C65.7545 7.89773 65.2487 7.38565 64.4392 7.57648C64.4702 7.62447 64.5033 7.67524 64.5383 7.72878C65.1616 8.6842 66.3591 10.5197 66.0542 13.1142C67.1324 13.1721 68.3459 13.1142 68.3459 13.1142L68.3552 17.9971H69.0273C69.4496 16.2504 70.0806 15.5616 70.7524 14.8284C70.9271 14.6377 71.1045 14.4441 71.2817 14.228C70.2735 12.4504 69.9795 10.0535 69.9795 10.0535C69.7178 9.35227 69.0303 9.31384 68.3153 9.27388Z' fill='white'/%3E%3Cpath d='M83.8886 8.75269C84.2909 9.20447 84.9223 9.23976 85.5336 9.27393C86.2486 9.31389 86.9361 9.35232 87.1978 10.0536C87.1978 10.0536 87.4918 12.4504 88.5 14.2281C88.3501 14.4108 88.2033 14.5775 88.0603 14.74C87.3841 15.5081 86.7922 16.1805 86.353 17.9971H85.5922L85.6015 13.1143C85.6015 13.1143 84.3133 13.0831 83.2725 13.1143C83.5774 10.5198 82.3799 8.68428 81.7566 7.72885C81.7216 7.67531 81.6885 7.62452 81.6575 7.57653C82.4031 7.4015 82.7962 7.79936 83.1874 8.19523C83.4035 8.41399 83.6191 8.63217 83.8932 8.75269H83.8886Z' fill='white'/%3E%3Cpath d='M38.2783 13.247H43.3611L43.3798 22.7008L44.6213 22.683C45.0327 20.9996 45.5236 20.2033 46.0773 19.3054C46.2459 19.0318 46.4205 18.7488 46.6003 18.4283C45.6762 15.9022 45.3074 13.1 45.4895 10.1373C45.4766 10.1142 45.4639 10.0915 45.4514 10.069C45.2103 9.63632 45.0355 9.32271 44.7427 9.25071C43.7513 9.21066 42.7346 9.22987 41.7227 9.24899C39.695 9.2873 37.6866 9.32524 35.9399 8.88539C35.5985 8.86559 35.2854 8.52137 34.9878 8.19426C34.5489 7.71183 34.1439 7.26664 33.7322 7.95427C34.6844 9.52248 34.9737 11.2422 35.0251 13.2024C35.4125 13.1534 35.8886 13.1178 36.1406 13.2381C35.4218 14.6592 35.7439 17.2566 36.1406 18.5441C36.1406 18.5441 34.1803 18.504 34.0916 18.5397C33.5548 19.8406 32.5 22.6473 32.5 22.6473H37.3168L37.5315 22.4023C37.6426 21.9964 37.798 21.5866 37.955 21.1727C38.4908 19.76 39.0451 18.2984 37.9189 16.7754C37.4335 15.6037 37.2235 14.0311 38.2783 13.247Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.calcalist .paywall-revalidate-overlay .paywall-revalidate-modal .ynet-logo {
  display: none;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .calcalist-logo {
  font-family: "Open Sans Hebrew", sans-serif;
  display: flex;
  width: 44.0625vw;
  height: 7.65625vw;
  color: #fff;
  border-radius: 15.625vw;
  background: #D01E25;
  justify-content: center;
  align-items: center;
  font-size: 2.96875vw;
  font-style: normal;
  margin: auto;
  font-weight: 700;
  text-decoration: none;
}
.ynet .paywall-revalidate-overlay .paywall-revalidate-modal .calcalist-logo {
  display: none;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .continue-button {
  width: 100%;
  height: 10.3125vw;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 1.5625vw 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin: auto;
  display: block;
  transition: background 0.2s;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .continue-button:hover {
  background: #000000;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text {
  font-size: 0.75rem;
  line-height: 6.71875vw;
  position: relative;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
  display: flex;
  top: 3.90625vw;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:active,
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:visited,
.paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:hover {
  color: #DE1A1A;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 7.8125vw;
  font-weight: 500;
  text-align: center;
  line-height: 6.09375vw;
  gap: 0.46875vw;
  display: flex;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .paywall-revalidate-overlay .paywall-revalidate-modal .close-button {
    color: #888 !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .close-button:hover {
    color: #222 !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .continue-button {
    color: #fff !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text {
    color: #DE1A1A !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:active,
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:visited,
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text a:hover {
    color: #DE1A1A !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text {
    color: #000 !important;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text button {
    color: #2261D0 !important;
  }
}
@media (min-width: 600px) {
  .paywall-revalidate-overlay .paywall-revalidate-modal {
    padding: 4.45313vw 1.95313vw 10.625vw 1.95313vw;
    max-width: 47.5vw;
    max-height: 80vh;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .close-button {
    top: 1.25vw;
    right: 1.25vw;
    width: 3.82813vw;
    height: 3.82813vw;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .ynet-logo {
    width: 12.42188vw;
    height: 3.82813vw;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .calcalist-logo {
    width: 22.03125vw;
    height: 3.82813vw;
    font-size: 0.5rem;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .continue-button {
    height: 5.15625vw;
    font-size: 1rem;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .error-text {
    font-size: 0.375rem;
    line-height: 3.35938vw;
    top: 1.95313vw;
  }
  .paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text {
    font-size: 1rem;
    line-height: 3.04688vw;
    margin-top: 3.90625vw;
  }
}
.paywall-revalidate-choose-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paywall-revalidate-choose-mode .title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  line-height: 6.09375vw;
  margin: 7.65625vw 0 0 0;
}
.paywall-revalidate-choose-mode .description {
  margin: 2.65625vw 0 0 0;
  font-size: 1rem;
  text-align: center;
  line-height: 6.25vw;
  width: 90%;
}
.paywall-revalidate-choose-mode .description.email-only {
  margin-bottom: 24.53125vw;
}
.paywall-revalidate-choose-mode .description br {
  display: contents;
}
.paywall-revalidate-choose-mode .radio-options {
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
  margin-top: 5.15625vw;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 7.65625vw;
}
.paywall-revalidate-choose-mode .radio-options .radio-option {
  display: flex;
  align-items: flex-start;
  gap: 3.90625vw;
  font-size: 1rem;
  cursor: pointer;
  user-select: none;
  padding: 2.5vw 3.90625vw;
  border-radius: 1px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s, background-color 0.2s;
}
.paywall-revalidate-choose-mode .radio-options .radio-option:has(input[type="radio"]:checked) {
  background: #F5F5F5;
  border: 1px solid #EFEFEF;
  box-shadow: none;
}
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"] {
  accent-color: #2261D0;
  width: 5.15625vw;
  height: 5.15625vw;
  margin-top: 0.46875vw;
  flex-shrink: 0;
  align-self: center;
}
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-title,
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-details {
  color: #000;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  flex: 1;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-title {
  font-size: 0.938rem;
  font-weight: 500;
  color: #78787B;
  line-height: 4.375vw;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-details {
  font-size: 0.813rem;
  color: #78787B;
  line-height: 4.375vw;
}
@media (prefers-color-scheme: dark) {
  .paywall-revalidate-choose-mode .title {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .description {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .description.email-only {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-title,
  .paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-details {
    color: #000 !important;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-title {
    color: #78787B !important;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-details {
    color: #78787B !important;
  }
}
@media (min-width: 768px) {
  .paywall-revalidate-choose-mode .title {
    font-size: 1.4rem;
    line-height: 3.04688vw;
    margin: 3.82813vw 0 0 0;
  }
  .paywall-revalidate-choose-mode .description {
    margin: 1.32813vw 0 0 0;
    font-size: 1.2rem;
    line-height: 3.125vw;
  }
  .paywall-revalidate-choose-mode .description.email-only {
    margin-bottom: 12.26563vw;
  }
  .paywall-revalidate-choose-mode .radio-options {
    gap: 1.95313vw;
    margin-top: 2.57813vw;
    padding-bottom: 3.82813vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option {
    gap: 1.95313vw;
    font-size: 1rem;
    padding: 1.25vw 1.95313vw;
    border-radius: 0.5px;
    border: 0.5px solid #EFEFEF;
    box-shadow: 0 0 1.25vw 0 rgba(0, 0, 0, 0.1);
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"] {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-top: 0.23438vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content {
    gap: 1.25vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-title {
    font-size: 1rem;
    line-height: 2.1875vw;
  }
  .paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-details {
    font-size: 0.8rem;
    line-height: 2.1875vw;
  }
}
.paywall-revalidate-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7.8125vw;
}
.paywall-revalidate-password .title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  line-height: 7.8125vw;
  margin: 7.65625vw 0 0 0;
}
.paywall-revalidate-password .subtitle {
  margin: 2.65625vw 0 0 0;
  font-size: 1rem;
  text-align: center;
  white-space: pre-line;
  line-height: 6.25vw;
}
.paywall-revalidate-password .otp {
  display: flex;
  direction: ltr;
  gap: 2.65625vw;
  margin-top: 5.15625vw;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.paywall-revalidate-password .otp input {
  width: 10.3125vw;
  height: 10.3125vw;
  border: 1px solid #999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 6.25vw;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.paywall-revalidate-password .avalibale-label {
  font-size: 1rem;
  line-height: 5.46875vw;
  text-align: center;
  margin-top: 14.6875vw;
}
.paywall-revalidate-password .error-text {
  font-size: 0.75rem;
  line-height: 6.71875vw;
  position: relative;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 6.71875vw;
  justify-content: center;
}
.paywall-revalidate-password .error-text a:active,
.paywall-revalidate-password .error-text a:visited,
.paywall-revalidate-password .error-text a:hover {
  color: #DE1A1A;
}
@media (prefers-color-scheme: dark) {
  .paywall-revalidate-password .title {
    color: #000 !important;
  }
  .paywall-revalidate-password .subtitle {
    color: #000 !important;
  }
  .paywall-revalidate-password .subtitle div {
    color: #000 !important;
  }
  .paywall-revalidate-password .otp input {
    color: #000 !important;
  }
  .paywall-revalidate-password .avalibale-label {
    color: #000 !important;
  }
  .paywall-revalidate-password .resend-code-text {
    color: #000 !important;
  }
  .paywall-revalidate-password .resend-code-text * {
    color: #000 !important;
  }
  .paywall-revalidate-password .resend-code-text button {
    color: #2261D0 !important;
  }
  .paywall-revalidate-password .error-text {
    color: #DE1A1A !important;
  }
  .paywall-revalidate-password .error-text a:active,
  .paywall-revalidate-password .error-text a:visited,
  .paywall-revalidate-password .error-text a:hover {
    color: #DE1A1A !important;
  }
}
@media (min-width: 768px) {
  .paywall-revalidate-password {
    padding-bottom: 3.90625vw;
  }
  .paywall-revalidate-password .title {
    font-size: 1.4rem;
    line-height: 3.90625vw;
    margin: 3.82813vw 0 0 0;
  }
  .paywall-revalidate-password .subtitle {
    margin: 1.32813vw 0 0 0;
    font-size: 1.2rem;
    line-height: 3.125vw;
  }
  .paywall-revalidate-password .otp {
    gap: 1.32813vw;
    margin-top: 2.57813vw;
  }
  .paywall-revalidate-password .otp input {
    width: 5.15625vw;
    height: 5.15625vw;
    font-size: 1rem;
    line-height: 3.125vw;
  }
  .paywall-revalidate-password .avalibale-label {
    font-size: 1rem;
    line-height: 2.73438vw;
    margin-top: 7.34375vw;
  }
  .paywall-revalidate-password .error-text {
    font-size: 1rem;
    line-height: 3.35938vw;
    min-height: 3.35938vw;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .htmlEditorTextOutput {
    font-size: 4.0625vw !important;
    line-height: 1.15 !important;
    min-height: unset !important;
    padding: 0   2.5vw !important;
    width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
    color: #000;
    transition: max-height 0.3s ease-in-out;
  }
  .collapsibleButton {
    display: flex;
    justify-content: center;
    margin-top: 1.25vw;
    margin-bottom: 3.125vw;
  }
  .collapsibleButton button {
    width: 4.6875vw;
    height: 4.6875vw;
    border-radius: 15.625vw;
    border: solid 1px #000;
    background-color: #f5f5f5;
    cursor: pointer;
  }
}
.SpecialPaperHeaderComponenta {
  width: 100%;
  height: 19.375vw;
  padding: 0 4.21875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 30, 30, 0.95);
  box-sizing: border-box;
  position: relative;
}
.SpecialPaperHeaderComponenta .rightLogo {
  position: absolute;
  right: 3.125vw;
  padding: 0 1.5625vw;
  display: flex;
  gap: 0.625vw;
  align-items: center;
  color: #EEE;
  font-family: "Moses";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.SpecialPaperHeaderComponenta .rightLogo img {
  width: 8.90625vw;
  height: 8.90625vw;
}
.SpecialPaperHeaderComponenta .rightLogo .arrow {
  color: #EEE;
  font-size: 6.5625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.24px;
  direction: ltr;
}
.SpecialPaperHeaderComponenta .rightLogo span:not(.arrow) {
  display: none;
}
.SpecialPaperHeaderComponenta .mainLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #EEE;
  font-size: 4.21875vw;
  font-family: "Moses";
  font-weight: 340;
  line-height: 1.2;
  gap: 1.09375vw;
}
.SpecialPaperHeaderComponenta .mainLogo img {
  height: 5.625vw;
  width: auto;
}
.SpecialPaperHeaderComponenta .mainLogo .seperator {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .calcalist .topStoryTagsComponenta {
    background-color: #fff !important;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
  }
  .calcalist .topStoryTagsComponenta .mediaArea {
    margin-bottom: 0px !important;
    position: relative;
    flex-shrink: 0;
    order: 2;
    display: flex;
    justify-content: center;
    margin-top: -0.3125vw;
  }
  .calcalist .topStoryTagsComponenta .mediaArea .MediaCarousel[style] {
    width: 100% ! important;
    height: auto ! important;
  }
  .calcalist .topStoryTagsComponenta .mediaItems img[style] {
    width: 100% !important;
    height: auto ! important;
    border-radius: unset ! important;
  }
  .calcalist .topStoryTagsComponenta .slotView {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
  }
  .calcalist .topStoryTagsComponenta .slotView .textDiv {
    padding: 0 3.125vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background: #fff;
  }
  .calcalist .topStoryTagsComponenta .slotView .slotTitle {
    position: relative;
    height: 8.4375vw;
    padding: 0 2.5vw;
    font-size: 7.8125vw !important;
    line-height: 9.375vw !important;
    margin: 0 0 -7.8125vw !important;
    max-height: 19.0625vw !important;
    flex-shrink: 0;
    z-index: 1;
    font-family: 'Shual';
    font-weight: 700;
    max-width: 100%;
    color: #fff;
    background-color: #313131;
    overflow: hidden;
    box-sizing: content-box;
    border-bottom-right-radius: 1.5625vw;
    border-bottom-left-radius: 1.5625vw;
    display: flex;
    align-items: center;
  }
  .htmlEditorTextOutputContainer.collapsible {
    background: #fff;
    padding: 1.5625vw 3.125vw 3.125vw 3.125vw !important;
    font-size: 3.125vw;
    color: #121212;
    transition: ease;
  }
  .htmlEditorTextOutputContainer.collapsible .htmlEditorTextOutput {
    line-height: 1.25 !important;
  }
  .htmlEditorTextOutputContainer.collapsible .collapsibleButton {
    margin-bottom: 0.78125vw;
  }
  .htmlEditorTextOutputContainer.collapsible .collapsibleButton button {
    width: 8.59375vw;
    height: 8.59375vw;
    border-radius: 15.625vw;
    border: solid 0.8px #000;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 4.6875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.09375vw;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .calcalist .topStoryTagsComponenta {
    background: transparent !important;
  }
  .calcalist .topStoryTagsComponenta .slotView .slotTitle,
  .calcalist .topStoryTagsComponenta .slotView .slotSubTitle {
    color: #fff !important;
  }
}
.SideVideoMutamComponenta.VideoMutamComponentaCalcalist {
  margin: 0.625rem 0;
}
.SideVideoMutamComponenta.VideoMutamComponentaCalcalist .icon-video.iconImage-pf {
  max-width: 1.75rem !important;
}
.SideVideoMutamComponenta.VideoMutamComponentaCalcalist .videoPlayerPlaceholder {
  display: block ! important;
}
.SideVideoMutamComponenta.VideoMutamComponentaCalcalist .mainVideo .itemTitle {
  font-size: 0.8rem;
}
.SideVideoMutamComponenta.VideoMutamComponentaCalcalist .mainVideo .itemTitle .title:first-child {
  padding-inline-end: 0.3rem;
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  direction: rtl;
}
.ynetnews .SiteArticleContact,
.vesty .SiteArticleContact {
  direction: ltr;
}
.magazine2025 .SiteArticleContact {
  margin: 0 4.6875vw 4.6875vw;
}
.SiteArticleContact .commentInfoBox-pf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f8f9;
  padding: 15px 14px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  -webkit-text-fill-color: #000;
  flex-direction: row-reverse;
}
.font-moses .SiteArticleContact .commentInfoBox-pf {
  font-size: 16px;
  font-weight: 670;
}
.magazine2025 .SiteArticleContact .commentInfoBox-pf {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: #F1F1F1;
  color: #121111;
  padding: 10px 15px;
  border-radius: 5px;
  justify-content: space-between;
}
.SiteArticleContact .commentInfoBox-pf a {
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  margin: 0 5px;
  cursor: pointer;
  text-decoration: underline;
}
.font-moses .SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  text-decoration: none;
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.magazine2025 .SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  font-size: 14px;
  font-weight: 400;
  color: #121111;
  -webkit-text-fill-color: #121111;
  justify-content: space-between;
  text-decoration: none;
  margin: 0;
}
.SiteArticleContact .commentInfoBox-pf > div:not(.commentInfoText) {
  display: flex;
  align-items: center;
}
.SiteArticleContact .addNewComment-pf {
  background-image: linear-gradient(126deg, #474cdd, #1417ac 42%);
  height: 30px;
  display: flex;
  width: 130px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #f3f8f9;
  -webkit-text-fill-color: #f3f8f9;
  letter-spacing: -0.3px;
  font-family: "NarkisBlock", "Arial";
}
.font-moses .SiteArticleContact .addNewComment-pf {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px;
  font-weight: 670;
  letter-spacing: normal;
  background-image: none;
  background-color: #de1a1a;
}
.vesty .SiteArticleContact .addNewComment-pf {
  min-width: 130px;
  padding: 0 4px;
  width: auto;
}
.magazine2025 .SiteArticleContact .addNewComment-pf {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  color: #FFFFFF;
  background-color: #A10000;
  background-image: none;
  letter-spacing: 0;
  height: 40px;
  max-width: 200px;
  width: auto ! important;
  padding-left: 60px;
  font-family: inherit;
  text-decoration: none;
  justify-content: flex-start;
  position: relative;
}
.magazine2025 .SiteArticleContact .addNewComment-pf span {
  margin-inline-start: 0.5rem;
}
.magazine2025 .SiteArticleContact .addNewComment-pf span:after {
  display: flex;
  position: absolute;
  font-size: 3.6rem;
  color: #FFFFFF;
  left: 1rem;
  top: 0.3rem;
  content: ' \2190';
  font-weight: 300;
}
.SiteArticleContact * {
  font-weight: bold;
}
.magazine2025 .SiteArticleContact * {
  font-weight: 400;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  -webkit-text-fill-color: inherit;
  font-weight: normal;
}
.magazine2025 .SiteArticleContact .contactWrapper,
.magazine2025 .SiteArticleContact .mistakeText {
  font-family: 'Assistant';
}
.SiteArticleContact .contactAuthor {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 2.1875vw;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  -webkit-text-fill-color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 2.34375vw;
  position: relative;
}
.font-moses .SiteArticleContact .contactAuthor {
  font-size: 2.03125vw;
  letter-spacing: normal;
  font-weight: 340;
}
.SiteArticleContact .contactAuthor .authorAvatar {
  width: 4.375vw;
  height: 4.375vw;
  border-radius: 50%;
  margin-left: 1.25vw;
  margin-bottom: -0.46875vw;
}
.ynetnews .SiteArticleContact .contactAuthor .authorAvatar,
.vesty .SiteArticleContact .contactAuthor .authorAvatar {
  margin-right: 1.25vw;
  margin-left: unset;
}
.SiteArticleContact .writeUsIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%231417AC'%3E %3Cpath fill-rule='nonzero' d='M11.5 2.212L11.5 0 0 0 0 13.5 11.5 13.5 11.5 7.725 9.988 9.099 9.988 11.989 1.5 11.989 1.5 1.515 9.988 1.515 9.988 3.75z'/%3E %3Cpath d='M2.75 2.75H7.75V3.75H2.75zM2.75 4.75H6.75V5.75H2.75z'/%3E %3Cpath d='M8.737 1.75L10.609 1.75 10.481 10.933 9.545 11.869 8.609 10.933z' transform='rotate(45 9.61 6.81)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.125vw;
  height: 3.28125vw;
  margin-left: 1.5625vw;
}
.ynetnews .SiteArticleContact .writeUsIcon,
.vesty .SiteArticleContact .writeUsIcon {
  margin-left: unset;
  margin-right: 1.5625vw;
}
.magazine2025 .SiteArticleContact .writeUsIcon {
  display: none;
}
.SiteArticleContact .foundMistake-pf {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  -webkit-text-fill-color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
  background-size: 18px;
}
.font-moses .SiteArticleContact .foundMistake-pf {
  letter-spacing: normal !important;
  font-size: 13px;
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.0625rem;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  padding-inline-start: 1.5625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon'%3E %3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.49278 1.85762C3.05911 1.85762 2.6432 2.0299 2.33655 2.33655C2.0299 2.6432 1.85762 3.0591 1.85762 3.49277V21.0174L5.36092 17.5141C5.5101 17.3649 5.71244 17.2811 5.92341 17.2811H20.5072C20.9409 17.2811 21.3568 17.1088 21.6634 16.8022C21.9701 16.4955 22.1424 16.0796 22.1424 15.6459V3.49277C22.1424 3.0591 21.9701 2.6432 21.6634 2.33655C21.3568 2.0299 20.9409 1.85762 20.5072 1.85762H3.49278ZM1.21157 1.21157C1.81658 0.606555 2.63716 0.266663 3.49278 0.266663H20.5072C21.3628 0.266663 22.1834 0.606555 22.7884 1.21157C23.3934 1.81658 23.7333 2.63716 23.7333 3.49277V15.6459C23.7333 16.5016 23.3934 17.3221 22.7884 17.9271C22.1834 18.5321 21.3628 18.872 20.5072 18.872H6.25291L1.62463 23.5003C1.39713 23.7278 1.05498 23.7959 0.757726 23.6728C0.460475 23.5496 0.266663 23.2596 0.266663 22.9378V3.49277C0.266663 2.63716 0.606556 1.81658 1.21157 1.21157Z' fill='black'/%3E %3Cg id='Union'%3E %3Cpath d='M9.86666 5.91998C9.86666 5.4487 10.2487 5.06665 10.72 5.06665H19.68C20.1513 5.06665 20.5333 5.4487 20.5333 5.91998C20.5333 6.39127 20.1513 6.77332 19.68 6.77332H10.72C10.2487 6.77332 9.86666 6.39127 9.86666 5.91998Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.53333 9.33353C4.53333 8.86224 4.91538 8.48019 5.38666 8.48019H19.68C20.1513 8.48019 20.5333 8.86224 20.5333 9.33353C20.5333 9.80481 20.1513 10.1869 19.68 10.1869H5.38666C4.91538 10.1869 4.53333 9.80481 4.53333 9.33353Z' fill='%23DE1A1A'/%3E %3Cpath d='M9.65333 12.2135C9.18204 12.2135 8.79999 12.5956 8.79999 13.0669C8.79999 13.5381 9.18204 13.9202 9.65333 13.9202H19.68C20.1513 13.9202 20.5333 13.5381 20.5333 13.0669C20.5333 12.5956 20.1513 12.2135 19.68 12.2135H9.65333Z' fill='%23DE1A1A'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState * {
  font-weight: 500 !important;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a,
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a:hover,
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a:visited {
  color: #DE1A1A !important;
  -webkit-text-fill-color: #DE1A1A !important;
  text-decoration: none;
}
.MessageToAuthor-pf {
  width: 100%;
  height: auto;
  margin-top: 16px;
  position: relative;
  font-family: inherit;
  background: #f3f8f9;
}
.MessageToAuthor-pf .content-pf {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8px 16px 22px;
  border-radius: 7px;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8), 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
  border: solid 0.5px #f1f1f5;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.MessageToAuthor-pf .content-pf:after {
  position: absolute;
  top: -0.78125vw;
  right: 7.8125vw;
  content: "";
  width: 2.1875vw;
  height: 2.1875vw;
  border-radius: 1px;
  background-color: #f3f8f9;
  box-shadow: -0.3125vw -0.3125vw 0.625vw -1px rgba(218, 218, 221, 0.8);
  transform: rotate(45deg);
  z-index: 0;
}
.MessageToAuthor-pf .msgTitle-pf {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 5px;
  font-weight: bold;
}
.MessageToAuthor-pf * {
  color: #3b3b48;
  -webkit-text-fill-color: #3b3b48;
  letter-spacing: -0.3px;
  font-weight: normal;
  font-family: "NarkisBlock", "Arial";
}
.font-moses .MessageToAuthor-pf * {
  font-family: "Moses", "NarkisBlock";
  letter-spacing: normal;
  font-weight: 340;
}
.MessageToAuthor-pf .successMsg-pf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.MessageToAuthor-pf .input-pf {
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-family: "NarkisBlock", "Arial";
  font-size: 16px;
}
.MessageToAuthor-pf input.input-pf {
  height: 48px;
  padding: 12px;
  margin-bottom: 15px;
}
.MessageToAuthor-pf textarea.input-pf {
  width: 100%;
  height: 248px;
  margin-left: 19px;
  padding: 12px 15px;
  border: 0;
}
.MessageToAuthor-pf textarea.input-pf.error {
  border: 1px solid red;
}
.MessageToAuthor-pf .infoArea-pf {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.MessageToAuthor-pf .sendToAuthor-pf {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(120deg, #474cdd, #1417ac 38%);
  font-weight: bold;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}
.MessageToAuthor-pf .title-pf {
  margin: 16px 0 5px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
}
.MessageToAuthor-pf .closeWindow-pf {
  width: 50px;
  height: 20px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  padding-right: 12px;
}
@media (prefers-color-scheme: dark) {
  .SiteArticleContact .foundMistake-pf {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .SiteArticleContact .commentInfoBox-pf {
    background-color: transparent;
  }
  .SiteArticleContact .commentInfoBox-pf .commentInfoText-pf,
  .SiteArticleContact .commentInfoBox-pf #bottomSpotimCounter,
  .SiteArticleContact .commentInfoBox-pf #bottomSpotimCounterMobileWeb {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .SiteArticleContact .foundMistake-pf.hasEditorState *:not(a *) {
    color: #fff ! important;
    -webkit-text-fill-color: #fff !important;
  }
  .SiteArticleContact .foundMistake-pf.foundMistake-pf.hasEditorState {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.02448 1.49152C2.61792 1.49152 2.228 1.65303 1.94052 1.94052C1.65303 2.228 1.49153 2.61791 1.49153 3.02448V19.4538L4.77587 16.1694C4.91573 16.0296 5.10541 15.951 5.3032 15.951H18.9755C19.3821 15.951 19.772 15.7895 20.0595 15.502C20.347 15.2145 20.5085 14.8246 20.5085 14.4181V3.02448C20.5085 2.61791 20.347 2.228 20.0595 1.94052C19.772 1.65303 19.3821 1.49152 18.9755 1.49152H3.02448ZM0.88585 0.885849C1.45305 0.318649 2.22234 0 3.02448 0H18.9755C19.7777 0 20.5469 0.318649 21.1142 0.885849C21.6814 1.45305 22 2.22234 22 3.02448V14.4181C22 15.2202 21.6814 15.9895 21.1142 16.5567C20.5469 17.1239 19.7777 17.4425 18.9755 17.4425H5.61211L1.2731 21.7815C1.05981 21.9948 0.739044 22.0586 0.460372 21.9432C0.181699 21.8278 0 21.5558 0 21.2542V3.02448C0 2.22234 0.31865 1.45305 0.88585 0.885849Z' fill='white'/%3E %3Cpath d='M9 5.3C9 4.85817 9.35817 4.5 9.8 4.5H18.2C18.6418 4.5 19 4.85817 19 5.3C19 5.74183 18.6418 6.1 18.2 6.1H9.8C9.35817 6.1 9 5.74183 9 5.3Z' fill='%23DF3232'/%3E %3Cpath d='M4 8.5002C4 8.05837 4.35817 7.7002 4.8 7.7002H18.2C18.6418 7.7002 19 8.05837 19 8.5002C19 8.94202 18.6418 9.3002 18.2 9.3002H4.8C4.35817 9.3002 4 8.94202 4 8.5002Z' fill='%23DF3232'/%3E %3Cpath d='M8.8 11.2002C8.35817 11.2002 8 11.5584 8 12.0002C8 12.442 8.35817 12.8002 8.8 12.8002H18.2C18.6418 12.8002 19 12.442 19 12.0002C19 11.5584 18.6418 11.2002 18.2 11.2002H8.8Z' fill='%23DF3232'/%3E %3C/svg%3E");
  }
}
.CollaborationComponenta {
  display: flex;
  flex-direction: column;
}
.CollaborationComponenta .collaborationTitle {
  display: none;
}
.CollaborationComponenta .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.CollaborationComponenta .content .groupContent {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin-bottom: 6.71875vw;
}
.CollaborationComponenta .content .groupContent .groupTitle {
  display: flex;
  align-items: center;
  height: 8.4375vw;
  font-size: 5.3125vw;
  font-weight: 600;
  line-height: 6.875vw;
  padding: 0 6.5625vw;
  margin-bottom: 3.125vw;
  color: #000;
  background-color: #f3f8f9;
}
.font-moses .CollaborationComponenta .content .groupContent .groupTitle {
  font-size: 4.6875vw;
  font-weight: 670;
  line-height: 1.27;
}
.CollaborationComponenta .content .groupContent .items {
  display: flex;
  flex-direction: column;
  padding: 0 6.5625vw;
}
.CollaborationComponenta .content .groupContent .items .itemName {
  color: #000;
  font-size: 4.6875vw;
  font-weight: 400;
  line-height: 6.25vw;
  margin-bottom: 3.90625vw;
  text-decoration: none;
}
.font-moses .CollaborationComponenta .content .groupContent .items .itemName {
  font-size: 3.90625vw;
  font-weight: 340;
  line-height: 1;
}
@media (prefers-color-scheme: dark) {
  .CollaborationComponenta .content .groupContent .groupTitle {
    color: #fff;
    background-color: #2d2d2d;
  }
  .CollaborationComponenta .content .groupContent .items .itemName {
    color: #fff;
  }
}
.MultiImagesMagazine {
  display: flex;
  flex-direction: column;
}
.MultiImagesMagazine .componentaTab {
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiImagesMagazine .componentaTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.MultiImagesMagazine .componentaTab .rightTitleLink {
  height: 4.6875vw;
  z-index: 1;
  text-decoration: none;
}
.MultiImagesMagazine .componentaTab .rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
}
.MultiImagesMagazine .componentaTab .rightTitleLink .tabLogo {
  height: 4.6875vw;
  width: 30vw;
  margin-left: 3.90625vw;
}
.MultiImagesMagazine .componentaTab .leftTitleLink {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 1;
}
.MultiImagesMagazine .componentaTab .leftTitleLink .leftTitleText {
  display: none;
}
.MultiImagesMagazine .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2.65625vw 2.03125vw;
}
.MultiImagesMagazine .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.MultiImagesMagazine .slotListWrapper .slotView {
  position: relative;
  box-sizing: border-box;
  width: 71.09375vw;
  height: 80.9375vw;
  margin-left: 5.78125vw;
  box-shadow: 0 0.3125vw 0.78125vw 0 rgba(218, 218, 221, 0.8);
  border: solid 0.5px #f1f1f5;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea {
  position: relative;
  display: flex;
  width: 71.09375vw;
  height: 40.3125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .imageView img {
  width: 71.09375vw !important;
  height: 40.3125vw !important;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .videoIcon {
  width: 7.34375vw !important;
  height: 7.34375vw !important;
  left: 2.8125vw;
  bottom: 2.8125vw;
  border-radius: 50%;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .videoIcon .icon {
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .onImage {
  height: 7.34375vw;
  width: 23.75vw;
  right: 2.8125vw;
  bottom: 2.8125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 40.625vw;
  background: #fff;
  padding: 3.125vw 5.3125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea {
  color: #000;
  margin-bottom: 2.03125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea .upperInfoText {
  font-size: 3.4375vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle {
  color: #000;
  font-size: 4.6875vw;
  font-weight: bold;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle .slotTitleText {
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle.commertialTitle a {
  color: #1d71c7;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle a {
  text-decoration: none;
  color: #000;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails {
  display: flex;
  font-size: 3.75vw;
  color: #78787b;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .authorField {
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine {
  position: absolute;
  width: 100%;
  height: 0.54688vw;
  background-color: #1d71c7;
  bottom: -0.3125vw;
  opacity: 0;
  z-index: 9;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine.showLine {
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesMagazine .tabDarkModeColor {
    background-color: #1e1e1e  !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView {
    box-shadow: 0 0.3125vw 0.78125vw 0 rgba(218, 218, 221, 0.4);
    border: none;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea {
    background: #1e1e1e;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle.commertialTitle .slotTitleText {
    color: #419bf9 !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle a {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .authorField,
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .separator,
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .DateDisplay {
    color: #78787b !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine {
    background-color: #419bf9;
  }
}
.MultiImagesYplusComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesYplusComponenta .multiImagesTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 3.125vw;
  z-index: 999;
}
.MultiImagesYplusComponenta .multiImagesTab .backgroundLink {
  position: absolute;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink {
  text-decoration: none;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink {
  color: #fff;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 8.59375vw;
  white-space: nowrap;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText .tabLogo {
  margin-left: 1.5625vw;
  height: 5.46875vw;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink {
  display: flex;
  align-items: center;
  color: #fff;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftTitleText {
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 8.59375vw;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftSideArrow {
  height: 3.90625vw;
  width: 5.15625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
}
.MultiImagesYplusComponenta .imageOnly {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.03125vw;
}
.MultiImagesYplusComponenta .imageOnly .slotView {
  width: 45vw;
  height: 26.25vw;
  margin: 1.25vw !important;
}
.MultiImagesYplusComponenta .imageOnly .slotView .mediaArea {
  width: 100% !important;
  height: 100% !important;
}
.MultiImagesYplusComponenta .imageOnly .slotView .mediaArea .SiteImageMedia {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child {
  display: flex;
  flex-direction: column;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53.59375vw !important;
  margin-bottom: 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems a,
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems img {
  width: 100% !important;
  height: 100% !important;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon {
  width: 6.875vw;
  height: 6.875vw !important;
  margin: 0 0 2.34375vw 2.34375vw;
  left: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .onImage {
  height: 6.875vw;
  width: 22.1875vw;
  margin: 0 2.34375vw 2.34375vw 0;
  right: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #80808054;
  margin: 0 0.78125vw 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle {
  font-size: 6.5625vw;
  line-height: 7.65625vw;
  margin-bottom: 1.25vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 4.21875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  margin-bottom: 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage {
  height: 7.96875vw;
  margin-left: 2.03125vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage img {
  height: 7.96875vw;
  width: 7.96875vw;
  border-radius: 50%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow {
  display: flex;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 78.125vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiImagesYplusComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiImagesYplusComponenta .slotsContent a {
  text-decoration: none;
}
.MultiImagesYplusComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 3.125vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea {
  display: flex;
  justify-content: center;
  width: 33.59375vw;
  height: 18.90625vw;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel .yplusLogo {
  position: absolute;
  right: 1.5625vw;
  bottom: 0;
  width: 10.9375vw;
  height: 3.90625vw;
  z-index: 99;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='20' viewBox='0 0 51 20' fill='none'%3E %3Cpath d='M41.8581 0.969727H9.75086C4.76364 0.969727 0.720703 5.01267 0.720703 9.99988C0.720703 14.9871 4.76364 19.03 9.75086 19.03H41.8581C46.8453 19.03 50.8882 14.9871 50.8882 9.99988C50.8882 5.01267 46.8453 0.969727 41.8581 0.969727Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.8579 17.0232C45.7372 17.0232 48.8814 13.8787 48.8814 9.99978C48.8814 6.12089 45.7372 2.97632 41.8579 2.97632C37.9787 2.97632 34.8345 6.12089 34.8345 9.99978C34.8345 13.8787 37.9787 17.0232 41.8579 17.0232Z' fill='black'/%3E %3Cpath d='M42.8617 5.98657V14.0134H40.855V5.98657H42.8617Z' fill='white'/%3E %3Cpath d='M45.8715 8.99658V11.0033H37.8447V8.99658H45.8715Z' fill='white'/%3E %3Cpath d='M7.90153 15.2142C10.1189 15.2142 10.9406 14.3796 11.6188 12.4881L13.5753 7.00981H11.5928L10.3538 10.9489L9.07545 7.00981H7.06689L9.44075 13.3361C9.10147 13.7144 8.63175 13.8449 7.99295 13.8449C7.81012 13.8449 7.60164 13.8449 7.45783 13.8188V15.1622C7.57526 15.1882 7.73208 15.2142 7.90153 15.2142ZM16.4579 13.0098V10.688C16.4713 9.08377 16.967 8.45761 17.6972 8.45761C18.3104 8.45761 18.6363 8.86192 18.6363 9.74896V13.0098H20.5928V9.61852C20.5928 7.58358 19.5883 6.89238 18.3754 6.89238C17.5408 6.89238 16.8362 7.19227 16.3668 7.90985V7.00981H14.5014V13.0098H16.4579ZM24.7537 6.84035C26.5148 6.84035 27.5973 7.6683 27.5973 9.4814C27.5973 9.78129 27.5713 10.1273 27.5319 10.4402H23.5538C23.6839 11.4056 24.245 11.6011 25.2625 11.6011C25.9407 11.6011 26.5928 11.497 27.271 11.3142V12.736C26.3974 12.9968 25.5494 13.0883 24.9626 13.0883C22.7842 13.0883 21.5189 12.4231 21.5189 9.94442C21.5189 7.84482 22.7712 6.84035 24.7537 6.84035ZM24.6497 8.24876C24.1666 8.24876 23.7233 8.58804 23.5668 9.33164H25.5624C25.4973 8.53602 25.1581 8.24913 24.6493 8.24913L24.6497 8.24876ZM31.419 13.0492C31.7582 13.0492 32.2276 13.0098 32.5148 12.9448V11.549C32.306 11.5751 31.9797 11.5881 31.7322 11.5881C31.2231 11.5881 31.015 11.3406 31.015 10.6884V8.36656H32.5148V7.01018H31.0143V5.44458H29.0577V7.00981H28.1837V8.36619H29.0577V10.8839C29.0577 12.4361 30.0492 13.0492 31.4186 13.0492H31.419Z' fill='white'/%3E %3C/svg%3E") no-repeat center transparent;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel a {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon {
  width: 5.46875vw;
  height: 5.46875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  background-size: contain;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .onImage {
  width: 13.59375vw;
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
  bottom: 0;
  right: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotRoofTitle {
  color: #DE1A1A;
  font-weight: 670;
  line-height: 3.4375vw;
  font-size: 3.4375vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.75vw;
  line-height: 4.84375vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  font-size: 3.28125vw;
  font-weight: 100;
  color: #78787b;
  line-height: 4.21875vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 40.15625vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesYplusComponenta .multiImagesTab {
    background-color: #efefef !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftTitleText {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftSideArrow {
    filter: invert(1);
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotRoofTitle {
    color: #DE1A1A !important;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .rightTitleText {
    color: #DF3232 !important;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails * {
    color: #C5C5C5 !important;
  }
}
.FontSliderWindow {
  position: absolute;
  top: 97%;
  width: 100%;
  left: 0;
  height: 31.875vw;
  display: flex;
  background: #fff;
  flex-direction: column;
  padding: 5.78125vw 5.78125vw 3.125vw;
  box-sizing: border-box;
  box-shadow: 0px 0.46875vw 0.9375vw 0.3125vw rgba(0, 0, 0, 0.3);
}
.calcalist .FontSliderWindow {
  margin: 0.625rem auto;
  height: 3.5rem;
  background: #ededed;
  position: relative;
  display: flex;
  max-width: 19.625rem;
  padding: unset;
  box-shadow: unset;
}
.calcalist .FontSliderWindow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.9rem solid #ededed;
  position: absolute;
  top: 3.5rem;
  right: 0.5rem;
}
.FontSliderWindow .FontSliderWindowHeader {
  display: flex;
  justify-content: space-between;
}
.calcalist .FontSliderWindow .FontSliderWindowHeader {
  display: none;
}
.FontSliderWindow .FontSliderWindowHeader .changeFontTitle {
  font-size: 5vw;
}
.font-moses .FontSliderWindow .FontSliderWindowHeader .changeFontTitle {
  font-size: 4.21875vw;
  font-weight: 500;
}
.FontSliderWindow .FontSliderWindowHeader .resetSize {
  font-size: 4.21875vw;
  color: #717171;
}
.font-moses .FontSliderWindow .FontSliderWindowHeader .resetSize {
  font-size: 3.75vw;
  font-weight: 500;
}
.FontSliderWindow .inputArea {
  margin: 3.125vw 0 0;
  display: flex;
  align-items: center;
}
.calcalist .FontSliderWindow .inputArea {
  margin: auto 0;
}
.FontSliderWindow .inputArea input {
  flex-grow: 1;
  -webkit-appearance: none;
  direction: rtl;
  width: 100%;
  height: 0.53125vw;
  background-color: #dcdcdc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.ynetnew .FontSliderWindow .inputArea input {
  direction: ltr !important;
}
.calcalist .FontSliderWindow .inputArea input {
  height: 0.78125vw;
  border-radius: 1px;
  background-color: #a7a8a7;
}
.FontSliderWindow .inputArea input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background: #de1a1a;
  cursor: pointer;
  box-shadow: 0 0.3125vw 0.625vw 0 rgba(0, 0, 0, 0.21);
}
.calcalist .FontSliderWindow .inputArea input::-webkit-slider-thumb {
  width: 0.625rem;
  height: 0.625rem;
}
.FontSliderWindow .inputArea .fontsize {
  margin: 0 1.5625vw;
  flex-shrink: 0;
}
.calcalist .FontSliderWindow .inputArea .fontsize {
  color: #c72127;
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
}
.FontSliderWindow .inputArea .fontsize.small {
  font-size: 6.09375vw;
}
.calcalist .FontSliderWindow .inputArea .fontsize.small {
  font-size: 1rem;
}
.font-moses .FontSliderWindow .inputArea .fontsize.small {
  font-size: 5.3125vw;
  font-weight: 340;
}
.FontSliderWindow .inputArea .fontsize.big {
  font-size: 8.59375vw;
}
.calcalist .FontSliderWindow .inputArea .fontsize.big {
  font-size: 2rem;
}
.font-moses .FontSliderWindow .inputArea .fontsize.big {
  font-size: 8.125vw;
  font-weight: 340;
}
.FontSliderWindow .closeWindow {
  justify-self: center;
  text-decoration: underline;
  font-weight: 600;
  font-size: 4.21875vw;
}
.calcalist .FontSliderWindow .closeWindow {
  display: none;
}
.font-moses .FontSliderWindow .closeWindow {
  font-size: 3.59375vw;
  font-weight: 670;
}
@media (prefers-color-scheme: dark) {
  .FontSliderWindow .inputArea input {
    background-color: #dcdcdc !important;
  }
  .FontSliderWindow {
    box-shadow: 0px 0px 0.46875vw rgba(255, 255, 255, 0.4);
  }
}
