/*! 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 40px;
}
/**
 * 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 2px;
  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: -2px;
  /* 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 */
}
@keyframes heartbeat {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .react-3d-carousel {
    position: relative;
    z-index: 0;
  }
  .react-3d-carousel .slider-container {
    position: absolute;
    left: 15.3125vw;
    top: 0%;
    width: 84.6875vw;
    margin: 0px auto 0px -7.65625vw;
  }
  .react-3d-carousel .slider-container .slider-content {
    position: relative;
    top: 0%;
    width: 84.6875vw;
    height: 95.3125vw;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: z-index 0ms 250ms;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 1.5625vw 6.25vw rgba(0, 0, 0, 0.2);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content img {
    max-width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactivede .slider-single-content {
    transform: translateX(-50%) scale(0);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactive {
    z-index: 1;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content {
    opacity: 0.6;
    transform: translateX(-25%) scale(0.9);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactive {
    z-index: 1;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
    opacity: 0.6;
    transform: translateX(25%) scale(0.9);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactivede .slider-single-content {
    transform: translateX(50%) scale(0);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active {
    z-index: 2;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-left,
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-right {
    display: block;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-single-content {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
  .react-3d-carousel .slider-container .slider-left {
    position: absolute;
    display: none;
    z-index: 3;
    right: 101%;
    height: 100%;
    cursor: pointer;
    padding: 3.125vw 2.34375vw;
  }
  .react-3d-carousel .slider-container .slider-left div {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -6.25vw;
    color: #ffffff;
    transform: translateY(-50%);
    margin-left: 0px;
  }
  .react-3d-carousel .slider-container .slider-right {
    display: none;
    position: absolute;
    z-index: 3;
    left: 101%;
    height: 101%;
    cursor: pointer;
    padding: 3.125vw 2.34375vw;
  }
  .react-3d-carousel .slider-container .slider-right div {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -12.96875vw;
    margin-left: -6.25vw;
    color: #ffffff;
    transform: translateY(-50%);
  }
  .react-3d-carousel .slider-container .slider-disabled div {
    display: none;
  }
  .slider-left,
  .slider-right {
    border: 0;
    box-sizing: border-box;
  }
  .slider-left > div,
  .slider-right > div {
    width: 12.5vw;
    height: 12.5vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44' height='44' viewBox='0 0 44 44'%3E %3Cdefs%3E %3Cfilter id='lqlq23yo6a' width='196.4%25' height='196.4%25' x='-48.2%25' y='-37.5%25' filterUnits='objectBoundingBox'%3E %3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E %3CfeOffset dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='3'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0'/%3E %3C/filter%3E %3Ccircle id='uf7ecs5jjb' cx='14' cy='14' r='14'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0)'%3E %3Cuse fill='%23000' filter='url(%23lqlq23yo6a)' xlink:href='%23uf7ecs5jjb'/%3E %3Cuse fill='%232E2E2F' style='mix-blend-mode:multiply' xlink:href='%23uf7ecs5jjb'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M13.472 7L20 13.453h-2.365l-3.184-3.147v10.892h-1.935V10.282l-3.206 3.17H6.944L13.472 7z' transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0) rotate(-90 13.472 14.1)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 0;
    cursor: pointer;
    opacity: 0.9;
  }
  .slider-left > div .fa,
  .slider-right > div .fa {
    display: none;
  }
  .slider-left > div:disabled,
  .slider-right > div:disabled {
    display: none;
  }
  .slider-left > div:hover,
  .slider-right > div:hover {
    opacity: 1;
  }
  .slider-right > div {
    transform: scaleX(-1) !important;
  }
}
.DateDisplay {
  display: inline-flex;
  flex-shrink: 0;
}
.frontCopyButton-pf {
  width: 25px;
  height: 25px;
  background: 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 %3Crect width='24' height='24' rx='12' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_162_3236)'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8529 15.1368C12.1452 15.8406 11.4474 16.5542 10.7321 17.2499C10.3499 17.6217 9.88109 17.8533 9.35172 17.9531C9.27921 17.9667 9.20725 17.9842 9.13474 17.9994H8.50287C8.40365 17.9815 8.30388 17.9662 8.20575 17.9444C7.53136 17.795 6.9889 17.4347 6.56911 16.8922C6.31724 16.5668 6.14224 16.2004 6.06973 15.7905C6.04628 15.6613 6.02339 15.5321 6.00049 15.4034V14.9825C6.02393 14.8528 6.04356 14.7231 6.07082 14.5944C6.18694 14.052 6.44645 13.588 6.83898 13.1966C7.68019 12.3565 8.52141 11.517 9.36044 10.6742C9.78133 10.2511 10.2867 9.97746 10.8717 9.88969C11.6791 9.76866 12.4304 9.93057 13.0819 10.4501C13.2754 10.6044 13.4613 10.7625 13.536 11.016C13.6832 11.5143 13.3354 12.0207 12.7956 12.0376C12.5198 12.0463 12.3104 11.9275 12.1163 11.7541C11.6949 11.3774 11.0271 11.3529 10.622 11.7383C9.76061 12.561 8.92321 13.4092 8.07927 14.2515C7.96969 14.3616 7.86556 14.4848 7.78432 14.6184C7.54172 15.0174 7.56952 15.4994 7.8432 15.8782C8.09562 16.2271 8.44236 16.4005 8.87087 16.3836C9.14019 16.3727 9.38988 16.2795 9.5856 16.0859C10.0926 15.5844 10.5969 15.0801 11.0974 14.5715C11.2032 14.4641 11.31 14.4445 11.4403 14.4979C11.8399 14.6609 12.2559 14.735 12.6866 14.7241C12.8049 14.7209 12.8943 14.7596 12.9368 14.8692C12.9761 14.9738 12.9336 15.0583 12.8534 15.1374L12.8529 15.1368Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0001 9.1346C17.9684 9.27361 17.9428 9.41426 17.9052 9.55164C17.7983 9.94797 17.6261 10.316 17.3442 10.6158C16.931 11.0546 16.503 11.4804 16.0783 11.9084C15.6094 12.3816 15.1395 12.8542 14.6646 13.3214C14.3043 13.6758 13.8872 13.9429 13.3889 14.0568C13.185 14.1032 12.9718 14.1152 12.763 14.1402C12.25 14.2013 11.7773 14.0612 11.3298 13.8317C11.0501 13.6883 10.79 13.5068 10.597 13.2505C10.2721 12.8199 10.4466 12.1062 11.079 11.9869C11.3668 11.9323 11.6078 12.0092 11.8171 12.2038C12.0407 12.4132 12.3089 12.5347 12.6109 12.5451C12.9217 12.5555 13.2123 12.4568 13.4363 12.2333C14.325 11.3523 15.2104 10.4675 16.0903 9.57836C16.2533 9.41263 16.3329 9.19729 16.3645 8.96124C16.4065 8.65213 16.3274 8.37792 16.1513 8.13205C15.7359 7.5531 14.9416 7.46205 14.4509 7.90854C13.9194 8.39318 13.4167 8.90999 12.9102 9.42244C12.7685 9.56582 12.6764 9.55328 12.5286 9.49658C12.244 9.3881 11.9534 9.31886 11.6503 9.29869C11.5271 9.28997 11.4039 9.27852 11.2807 9.27688C11.1847 9.27579 11.1166 9.23818 11.0773 9.15368C11.0326 9.05937 11.0566 8.97759 11.1297 8.90509C11.5571 8.47877 11.9834 8.05137 12.4109 7.62397C12.6982 7.33721 12.98 7.0461 13.2717 6.76534C13.6702 6.38046 14.1494 6.14768 14.6935 6.04792C14.7818 6.03156 14.8702 6.0163 14.9579 6.00049H15.4492C15.5527 6.01739 15.6574 6.02775 15.7594 6.05173C16.3705 6.19565 16.8988 6.47968 17.3142 6.96215C17.5977 7.28979 17.7967 7.65722 17.9057 8.07427C17.9406 8.20838 17.9679 8.34466 17.999 8.47986V9.13514L18.0001 9.1346Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_162_3236'%3E %3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
  margin: 0 7px 0 7px;
  cursor: pointer;
}
.copyPopup {
  position: absolute;
  top: -30px;
  left: 0px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  animation: fadeIn 0.4s ease-in-out;
}
.isLtr .copyPopup {
  right: 0px;
  left: unset;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
.englishSite .GalleryPaging {
  right: 10px ! important;
  left: inherit ! important;
}
.grid1280 .GalleryPaging {
  bottom: 10px ! important;
  right: 10px ! important;
  left: unset ! important;
}
.grid1280 .GalleryPaging > button {
  width: 16px;
  height: 16px;
  background: rgba(40, 40, 40, 0.6) ! important;
  margin-right: 0px;
  margin-left: 10px;
  border: 2px solid #fff! important;
  color: transparent ! important;
  padding: 0;
  box-sizing: border-box;
}
.grid1280 .GalleryPaging > button.selected {
  background: #fff! important;
  color: transparent ! important;
}
.GalleryPaging {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 2;
}
.GalleryPaging > button {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
  direction: ltr;
  font-size: 10px;
  outline: 0;
}
.GalleryPaging > button.selected {
  background: #000066;
  color: #fff;
}
.ImageSlider {
  width: 100% ! important;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  max-width: 980px;
  max-height: 653px;
  overflow: hidden;
}
.ImageSlider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ImageSlider .imagesSliderTitle {
  width: 100%;
  min-height: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  line-height: 30px;
  padding: 0 10px;
  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% - 15px);
  left: calc(0% - 15px);
  background-color: rgba(255, 255, 255, 0);
  width: calc(100% + 30px);
  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: 35px;
  height: 35px;
  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: 35px;
  height: 35px;
  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% - 22px);
  padding: 1em;
  font-size: 14px;
  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-size: 14px;
  font-weight: 340;
  line-height: 16px;
}
.vesty .MarketingSign,
.ynetnews .MarketingSign {
  left: 0 !important;
}
.vesty .MarketingSign.smallItem:hover,
.ynetnews .MarketingSign.smallItem:hover {
  height: 100%;
}
.vesty .MarketingSign.smallItem:hover .marketingImage,
.ynetnews .MarketingSign.smallItem:hover .marketingImage {
  align-self: flex-end;
}
.vesty .MarketingSign.smallItem:hover .marketingText,
.ynetnews .MarketingSign.smallItem:hover .marketingText {
  right: 0 !important;
  padding: 6px 1px 11px 29px !important;
}
.vesty .MarketingSign.smallItem:hover .marketingText span,
.ynetnews .MarketingSign.smallItem:hover .marketingText span {
  white-space: unset;
}
.vesty .MarketingSign:hover,
.ynetnews .MarketingSign:hover {
  width: 100%;
  height: 75px;
}
.vesty .MarketingSign:hover .marketingText,
.ynetnews .MarketingSign:hover .marketingText {
  left: 0 !important;
}
.vesty .MarketingSign .marketingImage,
.ynetnews .MarketingSign .marketingImage {
  height: 29px !important;
  width: 29px !important;
  left: 0 !important;
  background-color: transparent !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.vesty .MarketingSign .marketingText,
.ynetnews .MarketingSign .marketingText {
  padding: 10px 3px 11px 32px !important;
}
.vesty .marketingImage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E %3Cpath data-name='Rectangle 1' style='opacity:.53' d='M0 0h29v29H0z'/%3E %3Cpath data-name='c' d='M4.956.7A3.666 3.666 0 0 1 2.142-.354 4.139 4.139 0 0 1 1.16-3.3a11.693 11.693 0 0 1 2.527-6.72q2.527-3.534 4.7-3.534a2.042 2.042 0 0 1 1.7 1.068 4.006 4.006 0 0 1 .714 2.264 2.364 2.364 0 0 1-.311 1.239q-.311.519-.629.519-.708 0-1-1.428-.33-1.538-.952-1.538-1.27 0-3 3.015A10.784 10.784 0 0 0 3.174-3.32q0 2.075 2.356 2.075A7.809 7.809 0 0 0 9.753-2.93a2.689 2.689 0 0 1 1.257-.6q.415 0 .415.476 0 .928-2.185 2.338A7.89 7.89 0 0 1 4.956.7z' transform='translate(8 21)' style='fill:%23fff'/%3E %3C/svg%3E");
}
.ynetnews .marketingImage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E %3Cpath data-name='Rectangle 1' style='opacity:.53' d='M0 0h29v29H0z'/%3E %3Cpath data-name='s' d='M10.918-10.9q0-1.3-.674-1.587a4.285 4.285 0 0 0-1.68-.288 8.5 8.5 0 0 0-3.755.815q-1.684.817-1.684 1.96a1.806 1.806 0 0 0 .747 1.431 10.55 10.55 0 0 0 3.257 1.342 11.831 11.831 0 0 1 3.462 1.45 2.182 2.182 0 0 1 1.03 1.8 3.318 3.318 0 0 1-1.436 2.3A9.777 9.777 0 0 1 6.724.205 11.709 11.709 0 0 1 3.281.85 4.487 4.487 0 0 1 1.489.571q-.61-.278-.61-.7a1.908 1.908 0 0 1 .181-.716q.181-.425.366-.425a1.262 1.262 0 0 1 .4.068A5.882 5.882 0 0 0 3.9-.811 8.5 8.5 0 0 0 7.813-1.89q2.07-1.079 2.07-2.017 0-.4-.63-.767A21.133 21.133 0 0 0 6.064-5.85q-3.174-1.006-3.9-1.958a3.255 3.255 0 0 1-.728-2.007 3.7 3.7 0 0 1 2.334-3.276 10.236 10.236 0 0 1 4.883-1.245 4.9 4.9 0 0 1 2.6.571 1.575 1.575 0 0 1 .908 1.265 3.458 3.458 0 0 1-.205.967.953.953 0 0 1-1.038.633z' transform='translate(8 21)' style='fill:%23fff'/%3E %3C/svg%3E");
}
.havakIcon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E") !important;
}
.havakIcon.inTextDiv {
  position: unset;
  width: 58px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.havakIcon.onImage {
  position: absolute;
  left: 0;
  top: 6px;
  width: 65px;
  height: 20px;
  z-index: 1;
}
.havakIcon.onTopImage {
  position: absolute;
  left: unset;
  right: 0px;
  top: 30px;
  width: 110px;
  height: 34px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 90px 34px !important;
  z-index: 1;
  border-radius: 50px 0px 0px 50px;
  background-position: top center;
}
.havakIcon.onArticleHeadlineImage {
  position: absolute;
  left: 0;
  top: 8px;
  width: 55px !important;
  height: 17px !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  background-size: 50px 17px !important;
}
.havakIcon.onImage_big {
  position: absolute;
  top: 20px;
  left: 0;
  width: 97px;
  height: 30px;
}
.havakIcon.onImage_big.bigInTop {
  top: 20px ! important;
  bottom: inherit;
}
.havakIcon.onTextRow {
  width: 45px;
  height: 14px;
  display: inline-flex;
  margin-right: 6px;
}
.grid1280_2 .havakIcon,
.pplus .havakIcon,
.magazine2025 .havakIcon {
  width: 58px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='97' height='30' viewBox='0 0 97 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 15C0 6.71573 6.71573 0 15 0H82C90.2843 0 97 6.71573 97 15C97 23.2843 90.2843 30 82 30H15C6.71573 30 0 23.2843 0 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2419 26.6663C21.7897 26.6663 27.0968 21.4429 27.0968 14.9997C27.0968 8.55646 21.7897 3.33301 15.2419 3.33301C8.69417 3.33301 3.3871 8.55646 3.3871 14.9997C3.3871 21.4429 8.69417 26.6663 15.2419 26.6663Z' fill='black'/%3E %3Cpath d='M16.9355 8.33297V21.6663H13.5484V8.33297H16.9355Z' fill='white'/%3E %3Cpath d='M22.0161 13.333V16.6663H8.46774V13.333H22.0161Z' fill='white'/%3E %3Cpath d='M80.4529 9.219C80.4529 9.219 74.9219 9.32146 73.7831 9.10316H73.7924C73.0085 8.95267 72.5656 8.77864 71.8662 8.50379L71.7248 8.44825C71.4055 8.32503 71.1469 8.07297 70.9041 7.8363C70.4973 7.43978 70.1348 7.08649 69.6057 7.45476C70.7353 8.97396 71.2113 10.9699 71.314 12.8588L78.2685 12.8722V22.6512H79.2067C79.6127 20.9583 80.2568 19.2698 81.181 17.8219C80.4622 16.4007 80.0748 14.4315 79.7948 12.8143H80.9569L80.4529 9.219Z' fill='white'/%3E %3Cpath d='M61.5867 8.88711C61.1572 8.83509 60.7284 8.78313 60.3593 8.65232L60.3639 8.66569C60.1106 8.53673 59.874 8.36536 59.6366 8.19343C59.1522 7.84265 58.6645 7.48953 58.0256 7.48953C58.8704 9.12902 59.4351 11.165 59.0011 13.0005C59.8972 13.0718 61.7082 13.0095 61.7082 13.0095C61.7228 12.9801 61.76 13.3365 61.8176 13.8893C61.9437 15.0992 62.1679 17.2501 62.469 18.3601C61.5517 18.2819 60.9101 18.3258 60.339 18.3648C59.7709 18.4037 59.2724 18.4378 58.6417 18.3423C57.6382 15.6959 56.9987 12.8713 57.2788 9.71265C57.1976 8.97637 56.5239 8.99222 55.9017 9.00687C55.737 9.01074 55.576 9.01453 55.4305 9.00428C54.6898 9.05288 54.064 8.67316 53.4618 8.30782C52.8497 7.9364 52.262 7.57985 51.6032 7.70338C52.8867 9.17357 53.2181 11.0091 53.2181 12.9961L55.6405 13.005C55.6405 13.005 56.5787 16.6448 56.4013 18.2888C56.1108 18.3992 56.0058 18.388 55.8001 18.3661C55.6323 18.3482 55.3975 18.3231 54.9404 18.3512C54.7163 18.3155 54.469 18.3734 54.2356 18.5249C54.205 18.5444 54.1778 18.5598 54.153 18.5738C54.0525 18.6306 53.9912 18.6653 53.9089 18.8546C53.6018 19.5624 53.4455 20.1215 53.2448 20.84C53.1069 21.3335 52.9479 21.9022 52.7047 22.6459H62.5623C62.7932 22.1534 63.0417 21.6983 63.2822 21.2578C63.8923 20.1404 64.4509 19.1171 64.5413 17.8166C63.4398 15.442 63.1831 12.5461 63.6965 9.82848C63.3046 9.09522 62.4444 8.99102 61.5867 8.88711Z' fill='white'/%3E %3Cpath d='M47.7946 8.75166C48.1969 9.20344 48.8283 9.23873 49.4397 9.2729C50.1546 9.31287 50.8422 9.3513 51.1038 10.0526C50.9265 13.0197 51.3092 15.764 52.2334 18.2857C52.0771 18.5641 51.9248 18.8188 51.7769 19.0661C51.1961 20.0374 50.6821 20.8969 50.2544 22.6472H49.4562L49.4656 13.1132C49.4656 13.1132 48.3081 13.0821 47.1739 13.1132C47.4788 10.5187 46.2813 8.68324 45.6579 7.72782C45.623 7.67428 45.5899 7.6235 45.5589 7.5755C46.2793 7.40637 46.6544 7.78942 47.0307 8.17374C47.2591 8.40694 47.4879 8.64061 47.7946 8.75166Z' fill='white'/%3E %3Cpath d='M67.8153 9.2729C67.204 9.23873 66.5726 9.20344 66.1703 8.75166H66.1749C66.0123 8.66408 65.8505 8.50024 65.673 8.32051C65.2545 7.89676 64.7487 7.38468 63.9392 7.5755C63.9702 7.62349 64.0033 7.67427 64.0383 7.7278C64.6616 8.68322 65.8591 10.5187 65.5542 13.1132C66.6324 13.1712 67.8459 13.1132 67.8459 13.1132L67.8552 17.9961H68.5273C68.9496 16.2494 69.5806 15.5606 70.2524 14.8274C70.4271 14.6367 70.6045 14.4431 70.7817 14.227C69.7735 12.4494 69.4795 10.0526 69.4795 10.0526C69.2178 9.3513 68.5303 9.31287 67.8153 9.2729Z' fill='white'/%3E %3Cpath d='M83.3886 8.75171C83.7909 9.20349 84.4223 9.23878 85.0336 9.27296C85.7486 9.31292 86.4361 9.35135 86.6978 10.0526C86.6978 10.0526 86.9918 12.4495 88 14.2271C87.8501 14.4098 87.7033 14.5766 87.5603 14.739C86.8841 15.5072 86.2922 16.1795 85.853 17.9961H85.0922L85.1015 13.1133C85.1015 13.1133 83.8133 13.0821 82.7725 13.1133C83.0774 10.5188 81.8799 8.6833 81.2566 7.72788C81.2216 7.67434 81.1885 7.62354 81.1575 7.57555C81.9031 7.40052 82.2962 7.79838 82.6874 8.19425C82.9035 8.41302 83.1191 8.6312 83.3932 8.75171H83.3886Z' fill='white'/%3E %3Cpath d='M37.7783 13.246H42.8611L42.8798 22.6998L44.1213 22.682C44.5327 20.9986 45.0236 20.2024 45.5773 19.3045C45.7459 19.0309 45.9205 18.7478 46.1003 18.4273C45.1762 15.9013 44.8074 13.099 44.9895 10.1363C44.9766 10.1132 44.9639 10.0905 44.9514 10.068C44.7103 9.63534 44.5355 9.32174 44.2427 9.24973C43.2513 9.20969 42.2346 9.22889 41.2227 9.24801C39.195 9.28632 37.1866 9.32426 35.4399 8.88442C35.0985 8.86461 34.7854 8.52039 34.4878 8.19328C34.0489 7.71086 33.6439 7.26566 33.2322 7.95329C34.1844 9.5215 34.4737 11.2412 34.5251 13.2014C34.9125 13.1524 35.3886 13.1168 35.6406 13.2371C34.9218 14.6583 35.2439 17.2556 35.6406 18.5432C35.6406 18.5432 33.6803 18.5031 33.5916 18.5387C33.0548 19.8396 32 22.6463 32 22.6463H36.8168L37.0315 22.4013C37.1426 21.9954 37.298 21.5857 37.455 21.1717C37.9908 19.759 38.5451 18.2974 37.4189 16.7745C36.9335 15.6028 36.7235 14.0301 37.7783 13.246Z' fill='white'/%3E %3C/svg%3E") !important;
  flex-shrink: 0;
}
.grid1280_2 .havakIcon.onImage,
.pplus .havakIcon.onImage,
.magazine2025 .havakIcon.onImage {
  position: absolute;
  left: unset;
  top: unset;
  right: 12px;
  bottom: 9px;
  z-index: 1;
}
.grid1280_2 .havakIcon.onImage.top,
.pplus .havakIcon.onImage.top,
.magazine2025 .havakIcon.onImage.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onImage_big,
.pplus .havakIcon.onImage_big,
.magazine2025 .havakIcon.onImage_big {
  width: 107px;
  height: 33px;
  bottom: 18px;
  right: 16px;
  top: unset;
}
.grid1280_2 .havakIcon.onImage_big.top,
.pplus .havakIcon.onImage_big.top,
.magazine2025 .havakIcon.onImage_big.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onTextRow,
.pplus .havakIcon.onTextRow,
.magazine2025 .havakIcon.onTextRow {
  display: inline-flex;
  margin-right: 6px;
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 12px;
  margin-left: 7px;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
}
.recipeRatingWrapper .recipeRatingStars > div:last-child {
  margin-right: 0px !important;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  margin-right: 7px !important;
  width: 12px;
  height: 12px;
  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;
}
.videoIcon {
  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;
}
.videoIcon .icon {
  background-image: url(/Common/images/small_play_new.png) ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.videoIcon.small {
  margin-right: 6px;
  width: 14px;
  height: 11px;
  border: none;
}
.videoIcon.small .icon {
  width: 13px;
  height: 13px;
  display: block;
}
.videoIcon.medium {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}
.videoIcon.medium .icon {
  width: 28px;
  height: 28px;
}
.videoIcon.big,
.videoIcon.big2 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  border: none !important;
  background-color: transparent !important;
}
.videoIcon.big.bigInTop,
.videoIcon.big2.bigInTop {
  top: 10px ! important;
  bottom: inherit;
}
.videoIcon.big .icon,
.videoIcon.big2 .icon {
  background-image: url(/Common/images/big_play.png) ! important;
  width: 50px;
  height: 50px;
  margin-left: 0px;
}
.videoIcon.bigInCenter {
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.videoIcon.bigInCenter .icon {
  width: 70px;
  height: 70px;
  margin-left: 5px;
}
.videoIcon.black {
  border-color: #000 ! important;
}
.videoIcon.black .icon {
  background-image: url(/Common/images/small_icon_video.png) ! important;
}
.hContainer:not(.radionas) .audioIcon,
.site_page_root:not(.radionas) .audioIcon {
  width: auto;
  height: auto !important;
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 20px;
  bottom: 4px;
  right: 4px;
  padding: 1.5px 4px;
  box-sizing: border-box;
  background-color: rgba(26, 26, 26, 0.6) !important;
}
.hContainer:not(.radionas) .audioIcon .icon,
.site_page_root:not(.radionas) .audioIcon .icon {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23fff'/%3E %3C/svg%3E") ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.hContainer:not(.radionas) .audioIcon .duration,
.site_page_root:not(.radionas) .audioIcon .duration {
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}
.font-moses .hContainer:not(.radionas) .audioIcon .duration,
.font-moses .site_page_root:not(.radionas) .audioIcon .duration {
  font-size: 11px;
  font-weight: 500;
}
.laisha .icon,
.menta .icon {
  width: 100%! important;
  height: 100%! important;
}
.laisha .big,
.menta .big {
  width: 60px! important;
  height: 60px! important;
  left: 16px;
  bottom: 16px;
}
.laisha .medium,
.menta .medium {
  width: 40px ! important;
  height: 40px ! important;
  left: 8px;
  bottom: 8px;
}
.laisha .small,
.menta .small {
  width: 30px ! important;
  height: 30px! important;
  left: 4px ! important;
  bottom: 4px ! important;
  position: absolute;
}
.english.videoIcon {
  width: 18px ! important;
  height: 10px ! important;
  margin-left: 4px ! important;
  vertical-align: baseline ! important;
  display: inline-flex ! important;
  transform: scaleX(-1);
  align-items: inherit ! important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 110%;
}
.english.videoIcon.bigger {
  width: 15px ! important;
  height: 12px ! important;
}
.english.videoIcon.red {
  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='%23d11e24' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.white {
  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='%23ffffff' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.blue {
  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='%23000066' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.grid1280,
.big {
  background-color: none;
}
.blazer .big {
  width: 60px ! important;
  height: 60px ! important;
  background-color: rgba(0, 0, 0, 0.5) ! important;
  background-size: 60px 60px ! important;
}
.blazer .big2 {
  width: 50px ! important;
  height: 50px ! important;
  background-color: transparent;
  background-size: 50px 50px ! important;
}
.blazer.medium {
  left: 6px ! important;
  bottom: 6px ! important;
}
.ynetnews .videoIcon.medium,
.vesty .videoIcon.medium {
  left: unset !important;
  bottom: 5px !important;
  right: 5px !important;
}
.ynetnews .videoIcon.small,
.vesty .videoIcon.small {
  left: 12px !important;
  right: unset !important;
}
.ynetnews .videoIcon.big,
.vesty .videoIcon.big {
  left: unset !important;
  bottom: 10px !important;
  right: 10px !important;
}
.grid1280_2 .videoIcon,
.pplus .videoIcon {
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
  background-color: #2e2e2f !important;
  width: auto;
  position: absolute;
  height: auto !important;
}
.grid1280_2 .videoIcon.medium,
.pplus .videoIcon.medium {
  top: unset;
  left: 10px;
  right: unset;
  bottom: 12px;
}
.grid1280_2 .videoIcon.medium .icon,
.pplus .videoIcon.medium .icon {
  width: 14px;
  height: 14px;
}
.grid1280_2 .videoIcon.small,
.pplus .videoIcon.small {
  top: unset;
  left: unset;
  right: 12px;
  bottom: 8px;
}
.grid1280_2 .videoIcon.small .icon,
.pplus .videoIcon.small .icon {
  width: 11px;
  height: 11px;
}
.grid1280_2 .videoIcon.onTextRow,
.pplus .videoIcon.onTextRow {
  position: unset ! important;
}
.grid1280_2 .videoIcon.big,
.pplus .videoIcon.big {
  top: unset;
  left: 18px;
  right: unset;
  bottom: 18px;
}
.grid1280_2 .videoIcon.big .icon,
.pplus .videoIcon.big .icon {
  width: 18px;
  height: 18px;
}
.grid1280_2 .videoIcon .icon,
.pplus .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  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='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath d='M40 2c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7 3.134-7 7-7zm-2.2 3.111l-.133 7.778 6.222-3.78-6.09-3.998z' transform='translate(-605 -1113) translate(335 984) translate(237 127)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
}
.grid1280_2 .videoIcon .duration,
.pplus .videoIcon .duration {
  margin: auto 5px;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
.ynetnews.grid1280_2 .videoIcon,
.vesty.grid1280_2 .videoIcon,
.ynet.grid1280_2 .videoIcon,
.site_page_root.ynet .grid1280_2 .videoIcon,
.site_page_root.ynetnews .grid1280_2 .videoIcon,
.site_page_root.vesty .grid1280_2 .videoIcon {
  background-color: transparent !important;
}
.ynetnews.grid1280_2 .videoIcon .icon,
.vesty.grid1280_2 .videoIcon .icon,
.ynet.grid1280_2 .videoIcon .icon,
.site_page_root.ynet .grid1280_2 .videoIcon .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon .icon,
.site_page_root.vesty .grid1280_2 .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='22.5' cy='22.5' r='22.5' fill='black' fill-opacity='0.3'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5 42C33.2696 42 42 33.2696 42 22.5C42 11.7304 33.2696 3 22.5 3C11.7304 3 3 11.7304 3 22.5C3 33.2696 11.7304 42 22.5 42ZM22.5 45C34.9264 45 45 34.9264 45 22.5C45 10.0736 34.9264 0 22.5 0C10.0736 0 0 10.0736 0 22.5C0 34.9264 10.0736 45 22.5 45Z' fill='white'/%3E %3Cpath d='M31.1497 21.8674C31.6168 22.1518 31.6168 22.8482 31.1497 23.1326L17.5759 31.3967C17.1005 31.6861 16.5 31.333 16.5 30.7641L16.5 14.2359C16.5 13.667 17.1005 13.3139 17.5759 13.6033L31.1497 21.8674Z' fill='white'/%3E %3C/svg%3E") ! important;
}
.ynetnews.grid1280_2 .videoIcon.big,
.vesty.grid1280_2 .videoIcon.big,
.ynet.grid1280_2 .videoIcon.big,
.site_page_root.ynet .grid1280_2 .videoIcon.big,
.site_page_root.ynetnews .grid1280_2 .videoIcon.big,
.site_page_root.vesty .grid1280_2 .videoIcon.big {
  padding: unset;
  border-radius: unset;
  bottom: 10px;
  left: 10px;
}
.ynetnews.grid1280_2 .videoIcon.big .icon,
.vesty.grid1280_2 .videoIcon.big .icon,
.ynet.grid1280_2 .videoIcon.big .icon,
.site_page_root.ynet .grid1280_2 .videoIcon.big .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon.big .icon,
.site_page_root.vesty .grid1280_2 .videoIcon.big .icon {
  width: 35px !important;
  height: 35px !important;
}
.ynetnews.grid1280_2 .videoIcon.medium,
.vesty.grid1280_2 .videoIcon.medium,
.ynet.grid1280_2 .videoIcon.medium,
.site_page_root.ynet .grid1280_2 .videoIcon.medium,
.site_page_root.ynetnews .grid1280_2 .videoIcon.medium,
.site_page_root.vesty .grid1280_2 .videoIcon.medium {
  padding: unset;
  border-radius: unset;
  bottom: 5px;
  left: 5px;
}
.ynetnews.grid1280_2 .videoIcon.medium .icon,
.vesty.grid1280_2 .videoIcon.medium .icon,
.ynet.grid1280_2 .videoIcon.medium .icon,
.site_page_root.ynet .grid1280_2 .videoIcon.medium .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon.medium .icon,
.site_page_root.vesty .grid1280_2 .videoIcon.medium .icon {
  width: 25px;
  height: 25px;
}
.ynetnews.grid1280_2 .videoIcon.small .icon,
.vesty.grid1280_2 .videoIcon.small .icon,
.ynet.grid1280_2 .videoIcon.small .icon,
.site_page_root.ynet .grid1280_2 .videoIcon.small .icon,
.site_page_root.ynetnews .grid1280_2 .videoIcon.small .icon,
.site_page_root.vesty .grid1280_2 .videoIcon.small .icon {
  width: 18px;
  height: 18px;
  filter: invert(1);
}
.ToggleSwitch {
  display: flex;
  align-items: center;
  justify-content: end;
  border: none;
  background: none;
  cursor: pointer;
}
.ToggleSwitch .toggleContainer {
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 2px 3px;
  background-color: #D8D8D8;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer.active {
  background-color: #7A0E0E;
}
.ToggleSwitch .toggleContainer .toggleBtn {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-122%);
}
.ArticleBodyComponent {
  direction: rtl;
  background-color: white;
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent .DraftEditor-editorContainer {
  z-index: auto;
}
.ArticleBodyComponent .pHeader {
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
}
.mynet .ArticleBodyComponent .pHeader {
  color: #192862;
}
.ArticleBodyComponent .text_editor_paragraph {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0 0 16px 0;
  letter-spacing: initial;
}
.ArticleBodyComponent .text_editor_paragraph.rtl > * {
  direction: rtl;
  text-align: right;
}
.ArticleBodyComponent .text_editor_paragraph.ltr > * {
  direction: ltr;
  text-align: left;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.calcalist .ArticleBodyComponent {
  font-family: 'Open Sans Hebrew' !important;
}
.ArticleBodyComponent h1 {
  color: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.ArticleBodyComponent ol {
  display: block;
  list-style-type: decimal;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  display: block;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.mynet .ArticleBodyComponent li {
  margin-bottom: 5px;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p {
  margin: 0 0 13px 0;
}
.magazine_template .ArticleBodyComponent .VideoComponenta {
  display: flex;
  width: 100%;
}
.ArticleBodyComponent .VideoComponenta .BlankContainer {
  display: block !important;
}
.magazine_template .ArticleBodyComponent .VideoComponenta .articleVideoComponenta {
  width: 100%;
}
.ArticleBodyComponent .originalLaunchDate {
  clear: both;
}
.ArticleBodyComponent .coAuthors {
  margin: 13px 0;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 250px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
figure {
  margin: 10px 0 0 0;
  display: inline;
}
blockquote.text_editor_block_quote {
  display: block;
  width: 33%;
  clear: both;
  padding: 5px 10px 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  margin: 0;
}
.SiteArticleSocialBottomShare1280 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280 {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%233a559f%7D %3C/style%3E %3C/defs%3E %3Cpath id='facebook' d='M635.718 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm5.92 11.767h-2.8c-.987 0-1.193.4-1.193 1.425v2.467h3.988l-.384 4.33h-3.6v12.934h-5.165V97.375H629.8v-4.384h2.686v-3.453c0-3.241 1.733-4.933 5.576-4.933h3.577V89.1z' class='cls-1' transform='translate(-615.718 -77.333)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39.999' viewBox='0 0 40 39.999'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23128c7e%7D %3C/style%3E %3C/defs%3E %3Cpath id='whatsapp' d='M10676 40a20 20 0 0 1-14.142-34.141 20 20 0 1 1 28.285 28.283A19.871 19.871 0 0 1 10676 40zm-5.5-11.653a9.886 9.886 0 0 0 5.485 1.653h.015a10 10 0 0 0 0-20 10.01 10.01 0 0 0-10 10 9.864 9.864 0 0 0 1.9 5.86l-1.246 3.715 3.844-1.229zm8.785-2.747a8.528 8.528 0 0 1-2.932-.82 11.872 11.872 0 0 1-4.914-4.3l-.021-.032a2.214 2.214 0 0 0-.043-.061l-.018-.023a5.567 5.567 0 0 1-1.169-2.994 3.187 3.187 0 0 1 1-2.407l.024-.025a1.445 1.445 0 0 1 1.022-.36c.076 0 .149 0 .22.006h.107c.3.014.445.039.637.494l.211.509.091.222c.253.613.548 1.33.6 1.433a.6.6 0 0 1 .042.542 1.567 1.567 0 0 1-.3.428l-.026.031-.173.189a4.639 4.639 0 0 0-.264.295l-.009.011a.467.467 0 0 0-.109.611 8.825 8.825 0 0 0 1.625 2.016 7.328 7.328 0 0 0 2.253 1.408l.043.017.048.02a.737.737 0 0 0 .288.06.569.569 0 0 0 .418-.17 9.716 9.716 0 0 0 .657-.864v-.006l.12-.167a.559.559 0 0 1 .465-.268.716.716 0 0 1 .251.05c.265.092 1.641.771 2 .948l.161.08h.009c.2.1.331.16.389.257a2.532 2.532 0 0 1-.172 1.388 2.838 2.838 0 0 1-1.963 1.412 2.6 2.6 0 0 1-.566.07z' class='cls-1' transform='translate(-10656)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_640' data-name='Group 640' transform='translate(-1413 -1237)'%3E %3Ccircle id='Ellipse_28' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 28' transform='translate(1413 1237)'/%3E %3Cg id='comment-black-oval-bubble-shape' transform='translate(1423 1212.493)'%3E %3Cpath id='Path_25' d='M19.063 40.138a9.242 9.242 0 0 0-3.717-2.656 13.253 13.253 0 0 0-5.13-.975 13.557 13.557 0 0 0-3.968.576 11.1 11.1 0 0 0-3.261 1.556A7.777 7.777 0 0 0 .81 40.97 5.43 5.43 0 0 0 0 43.8 5.532 5.532 0 0 0 1.032 47a8.371 8.371 0 0 0 2.822 2.508 7.246 7.246 0 0 1-.3.866q-.171.41-.308.673a4.632 4.632 0 0 1-.371.581q-.234.319-.353.45l-.393.433q-.273.3-.353.394a.8.8 0 0 0-.091.1l-.08.1-.068.1q-.057.086-.051.108a.3.3 0 0 1-.023.114.151.151 0 0 0 .006.137v.011a.573.573 0 0 0 .2.331.447.447 0 0 0 .348.1 8.56 8.56 0 0 0 1.3-.251 12.461 12.461 0 0 0 5.244-2.759 15.6 15.6 0 0 0 1.653.091 13.249 13.249 0 0 0 5.13-.975 9.24 9.24 0 0 0 3.717-2.656 5.594 5.594 0 0 0 0-7.33z' class='cls-2' data-name='Path 25'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #000066;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .contactWrapper .icon {
  width: 12.7px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23ffffff%7D %3C/style%3E %3C/defs%3E %3Cg id='close-envelope' transform='translate(0 -2)'%3E %3Cg id='Group_194' data-name='Group 194'%3E %3Cpath id='Path_37' d='M7 9L5.268 7.484.316 11.729a1.014 1.014 0 0 0 .691.271h11.986a1.006 1.006 0 0 0 .688-.271L8.732 7.484z' class='cls-1' data-name='Path 37'/%3E %3Cpath id='Path_38' d='M13.684 2.271A1.007 1.007 0 0 0 12.993 2H1.007a1 1 0 0 0-.689.273L7 8z' class='cls-1' data-name='Path 38'/%3E %3Cpath id='Path_39' d='M0 2.878v8.308l4.833-4.107z' class='cls-1' data-name='Path 39'/%3E %3Cpath id='Path_40' d='M9.167 7.079L14 11.186V2.875z' class='cls-1' data-name='Path 40'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper .label {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  flex-shrink: 0;
}
.ArticleBottomShareComponent {
  padding-top: 5px;
  border-top: 1px dotted #6281AF;
  clear: both;
}
.ArticleBottomShareComponent.englishSite {
  border-top: 1px dotted #6281AF;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBottomShareComponent.englishSite {
    display: none ! important;
  }
}
.ArticleBottomShareComponent.englishSite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ArticleBottomShareComponent.englishSite button {
  flex-direction: row-reverse;
}
.ArticleBottomShareComponent.englishSite .articleShareButton {
  order: 0;
  margin-right: 5px ! important;
  margin-left: 0 ! important;
}
.ArticleBottomShareComponent.englishSite .fc,
.ArticleBottomShareComponent.englishSite .tw,
.ArticleBottomShareComponent.englishSite .gl {
  order: 1;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_facebook {
  order: 2;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_twitter {
  order: 1;
}
.ArticleBottomShareComponent.englishSite li {
  order: 0;
}
.ArticleBottomShareComponent ul {
  font-size: 12px;
  font-family: arial;
  color: #6281af;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.ArticleBottomShareComponent ul li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font: normal 12px/26px arial;
  overflow: hidden;
}
.ArticleBottomShareComponent ul li :hover {
  color: #ff0000;
}
.ArticleBottomShareComponent ul li .articleShareButton {
  margin: 5px 0 0px 4px !important;
}
.ArticleBottomShareComponent ul li .fc,
.ArticleBottomShareComponent ul li .tw {
  float: right;
}
.ArticleBottomShareComponent ul li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  color: #6281af;
}
.ArticleBottomShareComponent .ArticleSideShareComponent_gift {
  color: #ff0000;
}
.article-collapsible-box-component {
  min-height: 200px;
  position: relative;
  padding: 25px;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-collapsible-box-component:has(.article-body:not(.collapsed)) {
  max-height: 10100px;
  overflow: unset;
}
.article-collapsible-box-component .article-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 670;
  margin-bottom: 15px;
}
.article-collapsible-box-component .article-body {
  font-size: 18px;
  font-weight: 340;
  margin-bottom: 25px;
  line-height: 28px;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 10000px;
}
.article-collapsible-box-component .article-body.collapsed {
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
  max-height: fit-content;
}
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ul[style],
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ol[style] {
  display: block !important;
}
.article-collapsible-box-component .article-body .text_editor_block_quote {
  margin: 15px 0 !important;
  font-size: 22px;
  line-height: 30px;
}
.article-collapsible-box-component .article-body .text_editor_paragraph_collapsible {
  color: #000000;
  direction: rtl;
  font-family: "Moses", "NarkisBlock";
  font-size: 18px;
  font-style: normal;
  font-weight: 340;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.article-collapsible-box-component .show-fade {
  width: 100%;
  height: 118.595px;
  position: absolute;
  margin-inline-start: -20px;
  bottom: 0;
  background: linear-gradient(180.97deg, rgba(245, 245, 245, 0) -11.94%, #EFEFEF 74.43%);
  transition: 0.4s linear;
}
.article-collapsible-box-component .toggle-btn {
  display: none;
  width: 40px;
  height: 40px;
  position: sticky;
  top: 200px;
  bottom: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Up / White' filter='url(%23filter0_d_1_5530)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7211 26.7968C16.2372 27.3255 17.074 27.3255 17.5901 26.7968L26.0007 18.1813L34.4112 26.7968C34.9273 27.3255 35.7641 27.3255 36.2802 26.7968C36.7963 26.2682 36.7963 25.411 36.2802 24.8823L27.4024 15.7881C26.6282 14.9951 25.3731 14.9951 24.5989 15.7881L15.7211 24.8823C15.205 25.411 15.205 26.2682 15.7211 26.7968Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5530' x='0' y='0.193359' width='52' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5530'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5530'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5530' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  cursor: pointer;
  float: left;
  z-index: 10;
}
.article-collapsible-box-component .toggle-btn.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Down / White' filter='url(%23filter0_d_1_5066)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7201 19.5899C16.2362 19.0612 17.073 19.0612 17.5891 19.5899L25.9997 28.2054L34.4102 19.5899C34.9264 19.0612 35.7631 19.0612 36.2793 19.5899C36.7954 20.1186 36.7954 20.9757 36.2793 21.5044L27.4014 30.5986C26.6273 31.3916 25.3721 31.3916 24.5979 30.5986L15.7201 21.5044C15.204 20.9757 15.204 20.1186 15.7201 19.5899Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5066' x='0' y='0.193359' width='52' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5066'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5066'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5066' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  top: unset;
  position: absolute;
  left: 25px;
  float: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn.collapsed {
  right: 25px;
  left: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn {
  float: right;
}
.article-collapsible-box-component .toggle-btn .toggle-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-inline-start: 1px solid #fff;
  transition: 0.4s linear;
  line-height: 22px;
  padding: 8px;
}
.englishSite .article-collapsible-box-component .toggle-btn .toggle-text {
  font-size: 16px;
}
.article-collapsible-box-component .toggle-btn .toggle-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s linear;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-open {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 6.86979V5.53646H6.66667V0.203125H5.33333V5.53646H0V6.86979H5.33333V12.2031H6.66667V6.86979H12Z' fill='white'/%3E %3C/svg%3E");
  rotate: 45deg;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-close {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 6.86979V5.53646H6.66667V0.203125H5.33333V5.53646H0V6.86979H5.33333V12.2031H6.66667V6.86979H12Z' fill='white'/%3E %3C/svg%3E");
}
.drag-article-message {
  width: 740px !important;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #F1F1F1;
}
.drag-article-message:hover {
  border: 1px dashed #b7c0ff;
}
.SiteArticleComments {
  display: flex;
  flex-direction: column;
  background: transparent;
  font-family: arial;
  direction: rtl;
  clear: both;
}
.SiteArticleComments.englishSite {
  direction: ltr ! important;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteArticleComments.englishSite {
    padding: 0 10px 55px 0;
  }
}
@media (max-width: 340px) {
  .SiteArticleComments.englishSite .tabTextWraper {
    font-size: 13px ! important;
  }
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn .tabTextWraper {
  font-size: 14px;
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn .tabTextWraper span {
  margin: auto 0;
  float: right;
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: unset;
  left: -5px;
}
.SiteArticleComments.englishSite .textBubleIcon {
  margin-left: 0;
  margin-right: 5px;
}
.SiteArticleComments.englishSite .previewBtnIcon {
  margin-right: 5px ! important;
  margin-left: 0px ! important;
}
.SiteArticleComments.englishSite .newCommentBtn {
  padding: 0 7px;
  width: auto ! important;
}
.SiteArticleComments.englishSite .closeBtnWrapper {
  direction: ltr;
  color: #5074A8;
}
.SiteArticleComments.englishSite .sendBtn {
  width: auto ! important;
  padding: 0 7px ! important;
}
.SiteArticleComments.englishSite .sendBtn .textDoubleBubleIcon {
  margin-left: 0;
  margin-right: 5px;
}
.SiteArticleComments .showMoreCommentsButton,
.SiteArticleComments .closeCommentsButton {
  cursor: pointer;
  margin-top: 40px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 35px;
  border-radius: 2px;
  background-color: #000066;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.32px;
  color: #fff;
}
.font-moses .SiteArticleComments .showMoreCommentsButton,
.font-moses .SiteArticleComments .closeCommentsButton {
  font-weight: 670;
  background-color: #de1a1a;
}
.SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.SiteArticleComments .showMoreCommentsButton:hover,
.SiteArticleComments .closeCommentsButton:hover {
  box-shadow: 0px 0px 5px #1f1919;
}
.ynet.grid1280 .SiteArticleComments * {
  font-family: 'Open Sans Hebrew';
}
.ynet.grid1280 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280 .SiteArticleComments .closeCommentsButton {
  width: 280px;
  height: 40px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px !important;
}
.ynet.grid1280_2 .SiteArticleComments,
.pplus .SiteArticleComments,
.ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'NarkisBlock';
}
.font-moses .ynet.grid1280_2 .SiteArticleComments,
.font-moses .pplus .SiteArticleComments,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer,
.pplus .SiteArticleComments .commentsContainer,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1,
.pplus .SiteArticleComments .commentsContainer > div:first-child .level1,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.pplus .SiteArticleComments .showMoreCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.pplus .SiteArticleComments .closeCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px !important;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(113deg, #474cdd, #1417ac 36%);
  box-shadow: none;
  height: 40px;
  position: relative;
  width: 184px !important;
}
.font-moses .ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .pplus .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.font-moses .pplus .SiteArticleComments .closeCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 16px;
  line-height: 16px;
  font-weight: 670;
  background-color: #ed1c24;
  background-image: none;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.magazine2025.ynet .SiteArticleComments .showMoreCommentsButton,
.magazine2025.ynet .SiteArticleComments .closeCommentsButton {
  background-color: #A10000;
  width: 280px;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'EzerShemesh';
  background-image: none;
  color: #fff;
  height: 40px;
  margin-top: 25px !important;
}
.yplus:has(.paywall-wrapper) .SiteArticleComments {
  display: none;
}
.spotimWrapper.popUp {
  position: fixed;
  left: -500px;
  width: 484px;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
  height: 100%;
  z-index: 999999999999;
  overflow-y: auto;
  padding: 25px;
  box-sizing: border-box;
}
.spotimWrapper.popUp.isOpened {
  transition: left 0.4s;
  left: 0;
}
.spotimWrapper.popUp.isClosed {
  transition: left 0.4s;
  left: -500px;
}
.spotimWrapper.popUp .closePopUp {
  position: sticky;
  top: -25px;
  float: inline-end;
  width: 100%;
  height: 50px;
  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: 12px auto;
  background-position: left 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 100 ;
}
.AddCommentForm.ynetRegular {
  background-color: #ECEFF4;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer {
  margin-top: 3px;
  background-color: #ECEFF4;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  color: #5074A8;
  margin-bottom: 14px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 14px;
  font-weight: bold;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 12px;
  direction: rtl;
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -33px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  background: #fff;
  display: inline-block;
  flex-basis: 46%;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .title {
  background-color: #F8F8EC;
  display: inline-block;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .comment {
  background-color: #F8F8EC;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
  height: 100px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow:last-child {
  padding-top: 5px;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService {
  line-height: 16px;
  font-size: 12px;
  flex: 3;
  color: #636363;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService a {
  text-decoration: underline;
  color: #5074A8;
  font-weight: bolder;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnText {
  line-height: normal;
  color: #5074A8;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  border: 0px;
  background-color: #3D5DA6;
  color: #fff;
  padding: 0 7px;
  height: 21px;
  width: 85px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr {
  background-color: #ECEFF4;
  padding: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage {
  border: 1px solid #9fa4a7;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 434px;
  z-index: 3;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage > * {
  font-size: 14px ! important;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel {
  flex-direction: row;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel .closeText {
  margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .alertText {
  color: #D8110E;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .successfullySentText {
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.he {
  display: block;
  width: 102px;
  height: 44px;
  direction: ltr;
  overflow: hidden;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -123px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.ru {
  width: 139px;
  height: 40px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu_vesti.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.en {
  width: 96px;
  height: 48px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.es {
  width: 103px;
  height: 48px;
  background: transparent url(/picserver/ynetespanol/wcm_upload/2019/07/16/rkf00JMjbB/espnyol_logo_new.jpg);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .closeText {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  font-size: 12px;
  background: transparent;
  border: 0;
}
.AddCommentForm.ynetRegular .PreviewComment {
  position: absolute;
  right: 0px;
  top: 137px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper {
  margin: 4px;
  border: 1px solid #9fa4a7;
  background: #ECEFF4;
  padding: 10px;
  display: flex;
  height: 130px;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewTitle {
  font-size: 13px;
  color: #000;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .authorDetails {
  direction: ltr;
  text-align: right;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewCommentContent {
  white-space: pre-wrap;
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel {
  display: flex;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .closeBtn {
  cursor: pointer;
  align-self: flex-end;
  text-decoration: underline;
  font-weight: bold;
  color: #5074A8;
  font-size: 11px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .like {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .dislike {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .close {
  color: red;
}
.ArticleComment {
  padding: 3px 10px 4px 10px;
  position: relative;
}
.ArticleComment .topView {
  cursor: pointer;
}
.ArticleComment .topView .commentTitle {
  font-size: 13px;
  color: #000;
}
.ArticleComment .topView .commentTitle .arrowDown {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -113px !important;
}
.ArticleComment .topView .commentTitle .level2Arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 4px 15px 0 4px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -13px -113px;
}
.ArticleComment .topView .redTitleText {
  color: #9b1a1f;
  font-weight: bold;
}
.ArticleComment .topView .authorDetails {
  padding-right: 16px;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
  display: flex;
}
.ArticleComment .topView .authorDetails span {
  margin-left: 2px;
}
.ArticleComment .expandedView {
  padding-bottom: 10px;
}
.ArticleComment .expandedView .commentText {
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
  overflow: hidden;
}
.ArticleComment .expandedView .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.ArticleComment .expandedView .bottomButtonsWrapper {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button {
  padding: 0 7px;
  height: 21.6px;
  line-height: 21px;
  border: 0px;
  color: #fff;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button[disabled] {
  opacity: 0.1;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  background: #D8110E;
  margin-left: 9px;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background: #3D5DA6;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  width: 88px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .like {
  display: inline-block;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .dislike {
  display: inline-block;
  width: 24px;
  padding: 0;
  border: 0;
  cursor: pointer;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .btnWithOpacity {
  opacity: 0.1;
  pointer-events: none;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding: 0;
  border: 0;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  font-size: 85%;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesPositive {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesNegative {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -65px;
}
.ArticleComment.expanded {
  background-color: #ECEFF4;
  margin-bottom: 8px;
  padding-top: 9px;
}
.ArticleCommentsTopTabYnetUi .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  margin-bottom: 15px;
  background: #000066;
  width: 100%;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
  padding: 0px 10px;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.es,
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.en {
  display: flex;
  flex-direction: row-reverse;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  background: transparent;
  border: 0;
  position: relative;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: -5px;
  vertical-align: middle;
  top: 1px;
  content: "";
  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 %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  height: 10px;
  width: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 21.6px;
  line-height: 21px;
  margin-bottom: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn {
  border: 0px;
  background: #D8110E;
  color: #fff;
  width: 90px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn[disabled] {
  opacity: 0.1;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .sortSelect {
  height: 21px;
  width: 130px;
  border: 1px solid #BFCDE3;
  padding-left: 5px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .selectLabel {
  color: #5E5E5E;
  margin-left: 10px;
  font-size: 80%;
  font-weight: bold;
}
@-webkit-keyframes fadeinForm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scaleY(0);
    transform: translate3d(0, -50%, 0) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
.AddCommentFormUI1280.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.AddCommentFormUI1280.hide {
  display: none;
}
.AddCommentFormUI1280 .AddCommentForm {
  margin-top: 3px;
  position: relative;
  padding: 10px 0;
  margin-bottom: 5px;
}
.AddCommentFormUI1280 .AddCommentForm * {
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  height: 50px;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 26px 13px 22px;
  box-sizing: border-box;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  text-align: left;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeTextLabel {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.43;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 8px;
  width: 8px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
  flex-shrink: 0;
  margin-right: 2px;
}
.AddCommentFormUI1280 .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: right;
  color: #25262b;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  justify-content: flex-end;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000;
}
.ArticleComment1280 .AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  display: none !important;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  text-align: right;
  color: #000;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  margin-bottom: -15px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-right: 5px;
  height: 8px;
  width: 8px;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-size: contain;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  width: 361px;
  height: 48px;
  margin-bottom: 11px;
  display: inline-block;
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 48px;
  display: inline-block;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 81px;
  display: inline-block;
  overflow: auto;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #f3f8f9;
  padding: 11px 15px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 10px;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  color: #000;
  margin-right: 50px ;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #000;
  font-weight: bold;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.AddCommentFormUI1280 .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 164px;
  height: 40px;
  background-image: linear-gradient(127deg, #474cdd, #1417ac 43%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  flex-shrink: 0;
}
.commentsContainer > div:first-child .level1 {
  border-top: none !important;
}
.ArticleComment1280 {
  background-color: transparent !important;
}
.ArticleComment1280.level1 {
  border-top: 1px solid #dadadd;
  padding: 15px 0px;
}
.ArticleComment1280.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 10px;
  padding-bottom: 10px;
}
.ArticleComment1280.expanded {
  background-color: transparent !important;
}
.ArticleComment1280 .redTitleText {
  color: #de1a1a;
  font-weight: 600;
}
.ArticleComment1280 .topView {
  display: flex;
}
.ArticleComment1280 .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-right: 10px;
}
.ArticleComment1280 .topView .level2ArrowContainer .level2Arrow {
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%239D9D9D' fill-rule='nonzero'%3E %3Cg%3E %3Cpath d='M11.56 0v3.29c0 2.512-1.92 4.561-4.328 4.667l-.197.005-4.747-.001 1.943 1.764-.711.835L.659 7.96H.657V7.96L0 7.363l3.463-3.652.77.778L1.99 6.85h5.044c1.845 0 3.352-1.495 3.444-3.377l.005-.183V0h1.076z' transform='translate(-1153.000000, -781.000000) translate(1153.000000, 781.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 11px;
  margin-top: 2px;
}
.ArticleComment1280 .topView .commentNum {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  min-width: 20px;
  flex-shrink: 0;
}
.font-moses .ArticleComment1280 .topView .commentNum {
  font-size: 14px;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 2px;
}
.ArticleComment1280 .topView .topLeftView .commentDetailsWrapper {
  display: flex;
}
.ArticleComment1280 .topView .topLeftView .details {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  justify-content: flex-start;
}
.ArticleComment1280 .topView .topLeftView .details > div {
  display: flex;
  flex-shrink: 0;
}
.ArticleComment1280 .topView .topLeftView .details .publishDate {
  margin-right: 25px;
}
.ArticleComment1280 .topView .topLeftView .details span {
  margin-right: 5px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper {
  display: flex;
  align-items: center;
  width: auto;
  margin: auto 22px auto 0px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg {
  margin-right: 7px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg {
  position: relative;
  bottom: 1px;
  fill: #727276;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  cursor: pointer;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.likeSvg.likePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg {
  cursor: pointer;
  position: relative;
  top: 3px;
  fill: #727276;
  width: 16px;
  height: 16px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg:hover g,
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper svg.dislikeSvg.dislikePressed g {
  fill: #1417ac;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: transparent;
  color: #727276;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin: auto 2px;
}
.ArticleComment1280 .topView .topLeftView .details .voteButtonsWrapper .likesCounter.unlikesCounter {
  justify-content: flex-end;
  padding-right: 0;
}
.ArticleComment1280 .topView .topLeftView .details .commentToComent {
  background: transparent;
  border: 0;
  color: #1417ac;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.3px;
  margin-right: 28px;
}
.font-moses .ArticleComment1280 .topView .topLeftView .details .commentToComent {
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView .commentTitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
  cursor: pointer;
}
.font-moses .ArticleComment1280 .topView .topLeftView .commentTitle {
  font-size: 14px;
  font-weight: 670;
}
.ArticleComment1280 .topView .topLeftView .commentTitle.expanded {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ArticleComment1280 .topView .topLeftView .commentText {
  margin-bottom: 8px;
  padding: 0;
  border: 0px;
  background: transparent;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-align: right;
  color: #000;
  display: none;
}
.font-moses .ArticleComment1280 .topView .topLeftView .commentText {
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
}
.ArticleComment1280 .topView .topLeftView .commentText.expanded {
  display: block;
  text-align: start;
}
.ArticleComment1280 .expandedView {
  padding-bottom: 0;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper {
  margin-top: 25px;
  height: 30px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level1 {
  padding-left: 55px;
}
.ArticleComment1280 .expandedView .bottomButtonsWrapper.level2 {
  padding-left: 85px;
}
.ArticleCommentsTopTabUI1280 {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-between;
  direction: ltr;
}
.ArticleCommentsTopTabUI1280 .tabTitle {
  display: flex;
  align-items: center;
}
.ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  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 fill-rule='nonzero' stroke='%23000' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  margin: 3px 9px auto 0px;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.font-moses .ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  margin: 6px 9px auto 0px;
  font-size: 10px;
  font-weight: 670;
}
.vesty .ArticleCommentsTopTabUI1280 .tabTitle .tbIcon {
  margin: 11px 9px auto 0px;
}
.ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  line-height: 32px;
}
.font-moses .ArticleCommentsTopTabUI1280 .tabTitle span:not(.tbIcon) {
  font-family: 'MosesDisplay', 'NarkisBlock' ! important;
  font-size: 34px;
  line-height: 38px;
  font-weight: 800;
  letter-spacing: 1.02px;
}
.ArticleCommentsTopTabUI1280 .tabPanel {
  display: flex;
}
.ArticleCommentsTopTabUI1280 .newCommentBtn {
  background-image: linear-gradient(132deg, #474cdd, #1417ac 47%);
  height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  width: 136px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.font-moses .ArticleCommentsTopTabUI1280 .newCommentBtn {
  font-size: 16px;
  font-weight: 670;
}
.ArticleCommentsTopTabUI1280 .sortOptions {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.ArticleCommentsTopTabUI1280 .sortOptions .selectLabel {
  font-size: 14px;
  color: #000;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper {
  position: absolute;
  right: 0px;
  bottom: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ArticleCommentsTopTabUI1280 .sortOptions .togglerWrapper .toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.995' height='5.6' viewBox='0 0 11.995 5.6'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23919191%7D %3C/style%3E %3C/defs%3E %3Cg id='drop_down' data-name='drop down' transform='translate(-151.032 -40.197)'%3E %3Cpath id='Shape_744' d='M2510.03 1068.8a.842.842 0 0 1-.594-.243l-5.157-3.932a.831.831 0 0 1 0-1.181.845.845 0 0 1 1.188 0l4.564 3.34 4.563-3.34a.845.845 0 0 1 1.188 0 .832.832 0 0 1 0 1.181l-5.158 3.932a.837.837 0 0 1-.593.243zm0 0' class='cls-1' data-name='Shape 744' transform='translate(-2353 -1023)'/%3E %3C/g%3E %3C/svg%3E");
  width: 12px;
  height: 5.6px;
  background-repeat: no-repeat;
}
.ArticleCommentsTopTabUI1280 .sortOptions .sortSelect {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  padding-left: 2px;
  width: 120px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  background: transparent;
}
.article-commercial-promotion-container {
  font-family: 'NarkisBlock';
}
.font-moses .article-commercial-promotion-container {
  font-family: "Moses", 'NarkisBlock', "Arial";
}
.article-commercial-promotion-container .seperator {
  height: 1px;
  display: block;
  background: #78787b;
  margin: 20px 0;
}
.article-commercial-promotion-container .product-container .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: block;
  text-align: left;
}
.font-moses .article-commercial-promotion-container .product-container .title {
  font-size: 21px;
  font-weight: 670;
  line-height: 32px;
}
.article-commercial-promotion-container .product-container .inner-container {
  padding: 20px 0;
  display: flex;
}
.article-commercial-promotion-container .product-container .inner-container .image-container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.article-commercial-promotion-container .product-container .inner-container .image-container img {
  width: 370px;
  height: 370px;
  object-fit: cover;
}
.article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 15px;
  text-align: left;
  font-weight: 300;
  color: #78787b;
  margin-top: 18px;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 13px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .inner-container .description {
  display: flex;
  align-items: center;
  max-height: 370px;
  overflow: hidden;
  padding-left: 25px;
  text-align: left;
}
.article-commercial-promotion-container .product-container .inner-container .description span {
  line-height: 1.4;
  font-size: 20px;
  text-overflow: clip;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .description span {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-bottom: 20px;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 20px;
  width: 176px;
  height: 50px;
  justify-content: center;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  overflow: hidden;
  word-break: break-all;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-color);
  padding: 8px;
  line-height: 35px;
}
.font-moses .article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 20px;
  line-height: 28px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf:hover {
  background-color: var(--btn-color);
  color: var(--btn-bg-color);
}
.article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  color: #78787b;
  text-align: center;
}
.font-moses .article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 11px;
  font-weight: 340;
}
.ArticleFacebookComments iframe {
  width: 100% ! important;
}
.ynet.grid1280 .ArticleHeaderComponent {
  border-bottom: none;
}
.ynet.grid1280 .ArticleHeaderComponent * {
  font-family: 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  font: bold 42px/52px 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .subTitleWrapper .subTitle {
  font: normal 24px/32px 'Open Sans Hebrew' ! important;
  color: #000000;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer {
  margin-top: 25px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authoranddate {
  flex-grow: 1;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .date,
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  font-size: 16px;
  line-height: 18px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  max-width: 400px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer > span {
  bottom: 0;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 {
  align-items: center;
  height: 44px;
  width: 230px;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 .shareIcon1280 {
  width: 30px;
  height: 30px;
}
.ArticleHeaderComponent {
  background-color: white;
  direction: rtl;
  border-bottom: 1px dashed #bcbcbc;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent .marketingCredit {
  color: #3d59a2;
  text-decoration: none;
  font-size: 14px;
  padding-top: 10px;
}
.ArticleHeaderComponent .withAvatar > span {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent .authoranddate {
  display: flex;
  align-items: flex-start;
}
.ArticleHeaderComponent .authoranddate .authors {
  max-width: 240px;
}
.ArticleHeaderComponent .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ArticleHeaderComponent .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent .printView > span,
.ArticleHeaderComponent .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent .ArticleHeaderShareMobileComponent {
  display: none ! important;
}
.ArticleHeaderComponent .headerImageForMobileWrapper {
  display: none;
}
.ArticleHeaderComponent .headerImageForMobile {
  display: none;
}
.ArticleHeaderComponent.englishSite {
  direction: ltr ! important;
}
.ArticleHeaderComponent.englishSite .authoranddate {
  display: unset !important;
  align-items: unset !important;
  flex-grow: 1;
  width: calc(100% - 100px);
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
  left: inherit ! important;
  right: 0 ! important;
  display: flex;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .fb {
  order: 1;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .tw {
  order: 0;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .mailto {
  order: 2;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeaderComponent.englishSite {
    width: 100%;
    margin: 0 0 70px 0;
    font-family: Arimo ! important;
  }
  .ArticleHeaderComponent.englishSite .ArticleHeaderShareMobileComponent {
    display: block ! important;
  }
  .ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
    display: none ! important;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper {
    position: relative;
    display: initial;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper .headerImageForMobile {
    display: block ! important;
    padding: 10px 0;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper .headerImageForMobileLabel {
    position: absolute;
    font-size: 14px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 10px 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    font-family: Arial !important;
  }
  .ArticleHeaderComponent.englishSite .mainTitleWrapper {
    margin-top: 15px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer {
    margin-top: 3px;
    padding-bottom: 0px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authoranddate {
    margin-bottom: 10px ! important;
    flex-grow: 1;
    align-items: center;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date {
    font-size: 12px;
    line-height: 12px;
    margin-right: 0px ! important;
    vertical-align: -3px;
    margin-bottom: 0px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors a,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date a {
    text-decoration: none;
    color: inherit ! important;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors a:hover,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date a:hover {
    text-decoration: underline;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors .publishedLabel,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date .publishedLabel {
    margin-left: 0 ! important;
  }
}
.ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 26px/28px arial;
}
.ArticleHeaderComponent .subTitleWrapper {
  margin-top: 14px;
}
.ArticleHeaderComponent .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font: bold 16px/18px arial;
  color: #666666;
  height: auto !important;
  width: 100%;
}
.ArticleHeaderComponent .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  padding-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.ArticleHeaderComponent .authorAndDateContainer .authors {
  color: #8a8a8a;
  font: bold 14px/20px arial;
  margin-left: 13px;
}
.ArticleHeaderComponent .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.ArticleHeaderComponent .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.ArticleHeaderComponent .authorAndDateContainer .date {
  color: #8c8c8c;
  line-height: 20px;
  font-size: 14px;
}
.ArticleHeaderComponent .authorAndDateContainer .date .publishedLabel {
  margin-left: 5px;
}
.ArticleHeaderComponent .authorAndDateContainer > span {
  display: flex;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeaderComponent .authorAndDateContainer > span {
    bottom: -60px;
    width: 100%;
    justify-content: center;
    height: 50px;
  }
}
.ArticleHeaderComponent .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ArticleHeaderComponent .authorAndDateContainer .ArticleHeaderShareMobileComponent button {
  margin: 0 10px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ArticleHeaderEngComponent1280 {
  direction: ltr;
  background-color: white;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderEngComponent1280 .marketingCredit {
  color: #78787b;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  height: 28px;
}
.ArticleHeaderEngComponent1280 a.marketingCredit {
  color: #78787b;
}
.ArticleHeaderEngComponent1280 a.marketingCredit:hover {
  color: #78787b;
}
.ArticleHeaderEngComponent1280 .withAvatar > span:not(.date) {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderEngComponent1280 .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderEngComponent1280 .withAvatar .authoranddate .authors {
  max-width: 380px;
}
.ArticleHeaderEngComponent1280 .authoranddate {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-right: 265px;
  flex-wrap: wrap;
  direction: ltr;
}
.ArticleHeaderEngComponent1280 .authoranddate .authors {
  margin-right: 8px;
  max-width: 400px;
}
.ArticleHeaderEngComponent1280 .infoSeparator {
  margin: auto 6px;
  font-size: 16px;
  color: #78787b;
}
.ArticleHeaderEngComponent1280 .authorAvatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
  display: block !important;
}
.ArticleHeaderEngComponent1280 .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-right: 5px solid #ed1c24;
}
.ArticleHeaderEngComponent1280 .printView > span,
.ArticleHeaderEngComponent1280 .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderEngComponent1280 .mainTitleWrapper {
  margin-bottom: 14px;
}
.font-moses .ArticleHeaderEngComponent1280 .mainTitleWrapper {
  margin-bottom: 15px;
}
.ArticleHeaderEngComponent1280 .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 44px/48px 'NarkisBlock', 'Arial';
}
.font-moses .ArticleHeaderEngComponent1280 .mainTitleWrapper .mainTitle {
  font: 800 40px/46px 'MosesDisplay', 'NarkisBlock';
}
.vesty .ArticleHeaderEngComponent1280 .mainTitleWrapper .mainTitle {
  font: bold 40px/44px 'Arial';
}
.ArticleHeaderEngComponent1280 .subTitleWrapper {
  margin-bottom: 25px;
}
.ArticleHeaderEngComponent1280 .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font: normal 24px/28px 'NarkisBlock', 'Arial';
  height: auto !important;
  width: 100%;
}
.ArticleHeaderEngComponent1280 .subTitleWrapper .subTitle br {
  display: none;
}
.font-moses .ArticleHeaderEngComponent1280 .subTitleWrapper .subTitle {
  font: 340 21px/28px 'Moses', 'NarkisBlock';
}
.vesty .ArticleHeaderEngComponent1280 .subTitleWrapper .subTitle {
  font: bold 22px/26px 'Arial';
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer.marketingArt .date {
  align-items: center;
  display: inline-flex;
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer .authors {
  color: #78787b;
  font: normal 16px/20px 'NarkisBlock', 'Arial';
  margin-right: 6px;
}
.font-moses .ArticleHeaderEngComponent1280 .authorAndDateContainer .authors {
  font: 340 13px/17px 'Moses', 'NarkisBlock';
}
.vesty .ArticleHeaderEngComponent1280 .authorAndDateContainer .authors {
  font: normal 16px/20px 'Arial';
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer .date {
  color: #78787b;
  line-height: 20px;
  font-size: 16px;
}
.font-moses .ArticleHeaderEngComponent1280 .authorAndDateContainer .date {
  font-size: 13px;
  line-height: 17px;
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer .date .publishedLabel {
  margin-right: 5px;
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer > span:not(.date) {
  display: flex;
  position: absolute;
  right: 0;
}
.ArticleHeaderEngComponent1280 .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-left: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.article-hot-updates {
  height: auto;
  width: 412px;
  float: right;
  margin: 0px 0px 20px 20px;
}
.article-hot-updates .hot-update-header {
  width: 100%;
  padding: 10px 0;
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  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 .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: 16px;
  height: 15px;
  margin-right: 19px;
  margin-left: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
}
.article-hot-updates .hot-update-item-container {
  background-color: #fafdfd;
  padding-top: 15px;
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 4px 0 rgba(218, 218, 221, 0.4);
}
.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: 25px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-time {
  font-size: 18px;
  line-height: 24px;
  font-family: "NarkisBlock";
  color: #000000;
  font-weight: 600;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-title {
  font-size: 18px;
  line-height: 24px;
  color: #1b1b1b;
  overflow: hidden;
  font-family: "NarkisBlock";
  max-height: 50px;
}
.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: 29px;
}
.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: 15px;
  height: 15px;
  margin-left: 6px;
}
.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 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 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 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 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;
  }
}
.articleImageGalleryDesktop {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  direction: rtl;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cg clip-path='url(%23clip0_14332_8857)'%3E %3Cg filter='url(%23filter0_d_14332_8857)'%3E %3Cpath d='M24.4137 17.6668C24.9215 17.667 25.333 18.1146 25.333 18.6668C25.333 19.219 24.9215 19.6667 24.4137 19.6668H12.9189C12.4112 19.6667 11.9997 19.219 11.9997 18.6668C11.9997 18.1146 12.4112 17.667 12.9189 17.6668H24.4137Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6663 5.3335C26.0301 5.3335 31.9997 11.303 31.9997 18.6668C31.9997 21.9181 30.8356 24.8972 28.902 27.2111L34.3512 32.8283C34.7715 33.249 34.7718 33.9312 34.3512 34.3517C33.9307 34.7723 33.2485 34.772 32.8278 34.3517L27.3929 28.7489C25.0544 30.7747 22.0032 32.0002 18.6663 32.0002C11.3025 32.0002 5.33301 26.0306 5.33301 18.6668C5.33301 11.303 11.3025 5.3335 18.6663 5.3335ZM18.6663 7.46631C12.4808 7.46631 7.46582 12.4812 7.46582 18.6668C7.46582 24.8524 12.4808 29.8673 18.6663 29.8673C24.8519 29.8673 29.8669 24.8524 29.8669 18.6668C29.8669 12.4812 24.8519 7.46631 18.6663 7.46631Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_14332_8857' x='1.33301' y='3.3335' width='37.334' height='37.3335' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_14332_8857'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_14332_8857' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_14332_8857'%3E %3Crect width='40' height='40' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E"), pointer;
  z-index: 999999999999 !important;
  animation: background-transition 0.5s linear;
}
.articleImageGalleryDesktop .GalleryWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: auto;
}
.articleImageGalleryDesktop .GalleryWrapper .closeBtn {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 auto 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%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");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  animation: opacity-transition 0.5s linear;
}
.articleImageGalleryDesktop .GalleryWrapper .closeBtn.englishSite {
  margin: 0 0 0 auto;
}
.articleImageGalleryDesktop .GalleryWrapper .image-wrapper {
  width: 100%;
  height: calc(100% - 81px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cg clip-path='url(%23clip0_14332_8857)'%3E %3Cg filter='url(%23filter0_d_14332_8857)'%3E %3Cpath d='M24.4137 17.6668C24.9215 17.667 25.333 18.1146 25.333 18.6668C25.333 19.219 24.9215 19.6667 24.4137 19.6668H12.9189C12.4112 19.6667 11.9997 19.219 11.9997 18.6668C11.9997 18.1146 12.4112 17.667 12.9189 17.6668H24.4137Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6663 5.3335C26.0301 5.3335 31.9997 11.303 31.9997 18.6668C31.9997 21.9181 30.8356 24.8972 28.902 27.2111L34.3512 32.8283C34.7715 33.249 34.7718 33.9312 34.3512 34.3517C33.9307 34.7723 33.2485 34.772 32.8278 34.3517L27.3929 28.7489C25.0544 30.7747 22.0032 32.0002 18.6663 32.0002C11.3025 32.0002 5.33301 26.0306 5.33301 18.6668C5.33301 11.303 11.3025 5.3335 18.6663 5.3335ZM18.6663 7.46631C12.4808 7.46631 7.46582 12.4812 7.46582 18.6668C7.46582 24.8524 12.4808 29.8673 18.6663 29.8673C24.8519 29.8673 29.8669 24.8524 29.8669 18.6668C29.8669 12.4812 24.8519 7.46631 18.6663 7.46631Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_14332_8857' x='1.33301' y='3.3335' width='37.334' height='37.3335' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_14332_8857'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_14332_8857' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_14332_8857'%3E %3Crect width='40' height='40' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E"), pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .image-wrapper img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: opacity-transition 0.5s linear;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container.englishSite {
  flex-direction: row-reverse;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container.englishSite .images-counter {
  flex-direction: row;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container.englishSite .shareOptions .articleImageGalleryDesktopShareBtns {
  left: unset;
  right: 10px;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  direction: rtl;
}
.font-moses .articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
  font-size: 15px;
  font-weight: 340;
  line-height: 23px;
  font-family: 'Moses', 'NarkissBlock';
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo .caption {
  color: #000;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo .credit {
  color: #78787B;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 15px;
  margin-inline-start: auto;
  color: #78787B;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .counter-digits {
  font-size: 16px;
  font-weight: 300;
}
.font-moses .articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .counter-digits {
  font-size: 14px;
  font-weight: 340;
  line-height: 23px;
  font-family: 'Moses', 'NarkissBlock';
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .navigationArrow {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .navigationArrow:hover {
  opacity: 0.8;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .swipeRight {
  rotate: 180deg;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.71 5.29581C18.3211 4.90368 17.6879 4.90108 17.2958 5.28999L8.35106 14.1614C7.90772 14.6011 7.8597 15.3512 8.348 15.8355L17.2958 24.71C17.6879 25.0989 18.3211 25.0963 18.71 24.7042C19.0989 24.3121 19.0963 23.6789 18.7042 23.29L10.3457 15L18.7042 6.71001C19.0963 6.3211 19.0989 5.68794 18.71 5.29581Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .swipeLeft {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.71 5.29581C18.3211 4.90368 17.6879 4.90108 17.2958 5.28999L8.35106 14.1614C7.90772 14.6011 7.8597 15.3512 8.348 15.8355L17.2958 24.71C17.6879 25.0989 18.3211 25.0963 18.71 24.7042C19.0989 24.3121 19.0963 23.6789 18.7042 23.29L10.3457 15L18.7042 6.71001C19.0963 6.3211 19.0989 5.68794 18.71 5.29581Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container:has(.images-counter) .shareOptions {
  margin-inline-start: 55px;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .shareOptions {
  width: 25px;
  height: 25px;
  margin-inline-start: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E %3Cpath d='M18.9164 4.73872C19.2707 4.5919 19.678 4.67354 19.9492 4.94528L31.8055 16.8281C32.1759 17.1993 32.1759 17.8006 31.8055 18.1718L19.9492 30.0546C19.678 30.3264 19.2707 30.408 18.9164 30.2612C18.5619 30.1141 18.3305 29.7672 18.3305 29.3828V22.4387C13.7124 21.6131 9.13398 22.712 4.96085 26.6708L4.53592 27.0839C4.24601 27.3745 3.8029 27.4459 3.43713 27.2603C3.07127 27.0745 2.86531 26.6733 2.92767 26.267C3.54132 22.2699 5.08744 18.4964 7.78946 15.7883C10.3297 13.2424 13.8269 11.7058 18.3305 11.7605V5.61717C18.3305 5.23267 18.5619 4.88586 18.9164 4.73872ZM20.227 12.7468C20.227 13.0092 20.1191 13.2599 19.9283 13.4396C19.7375 13.6193 19.481 13.7124 19.2197 13.6961C14.7274 13.4147 11.4426 14.8146 9.13025 17.1321C7.38681 18.8794 6.15416 21.1911 5.40315 23.7999C9.81656 20.4349 14.6591 19.6558 19.4849 20.7306C19.9187 20.8273 20.227 21.2135 20.227 21.6589V27.0886L29.7943 17.5L20.227 7.91133V12.7468Z' fill='black'/%3E %3C/svg%3E");
  cursor: pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .articleImageGalleryDesktopShareBtns {
  height: unset;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 15px;
  position: absolute;
  bottom: 50px;
  left: 10px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .articleImageGalleryDesktopShareBtns .shareIcon1280 {
  width: 25px;
  height: 25px;
  outline: 0;
  border: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  cursor: pointer;
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .articleImageGalleryDesktopShareBtns .shareIcon1280.fb {
  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 d='M21.2697 4.66573C23.6153 4.66573 25.5833 4.66602 25.5833 4.66602V8.01062C25.5833 8.01062 25.0695 8.0229 23.7948 8.02495L23.1987 8.02699C20.2054 8.02699 20.6428 9.62861 20.6428 11.2521L20.6406 14.1736H25.0695L24.3303 18.0528L20.6405 18.0508L20.6417 24.675L20.6428 30.3327H16.6772V24.675L16.6771 18.0508L11 18.0528L11.0001 14.1736H16.6772V11.0146C16.6772 5.92411 19.9945 4.66573 21.2697 4.66573Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .articleImageGalleryDesktopShareBtns .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.833 16.7236C13.833 18.4524 14.9945 20.1228 15.1697 20.3749L15.1728 20.3792C15.1835 20.3947 15.2028 20.4245 15.2303 20.467C15.6233 21.074 17.7012 24.2835 20.7763 25.7149C21.5589 26.0799 22.1708 26.2966 22.6459 26.4588C23.4327 26.7276 24.1468 26.6894 24.7124 26.6002C25.3434 26.4971 26.6536 25.7439 26.9275 24.9189C27.2003 24.0928 27.2003 23.386 27.1192 23.2389C27.0527 23.1213 26.8995 23.0414 26.6735 22.9237C26.6166 22.894 26.5552 22.862 26.4893 22.8264C26.1618 22.6491 24.5481 21.794 24.2469 21.677C23.9477 21.5588 23.7276 21.4997 23.5096 21.8531C23.2905 22.2065 22.6627 23.0025 22.471 23.2389C22.2804 23.4741 22.0887 23.5042 21.7611 23.3281C21.7074 23.2991 21.6343 23.2649 21.544 23.2227C21.0817 23.0064 20.1701 22.5799 19.1216 21.5738C18.1473 20.6365 17.489 19.4789 17.2983 19.1255C17.1066 18.771 17.2773 18.581 17.4416 18.4048C17.5433 18.2954 17.661 18.1407 17.7779 17.9872C17.8304 17.9181 17.8828 17.8493 17.9335 17.785C18.0735 17.6091 18.134 17.4754 18.216 17.2941C18.2302 17.2627 18.245 17.2299 18.261 17.1952C18.3695 16.96 18.3158 16.7526 18.2347 16.5765C18.1791 16.4572 17.8601 15.6209 17.575 14.8733C17.4392 14.5173 17.3108 14.1807 17.2225 13.952C16.9881 13.3472 16.7494 13.3472 16.5589 13.3472C16.5326 13.3472 16.5084 13.3472 16.4841 13.3461C16.2935 13.3356 16.0744 13.3333 15.8564 13.3333C15.6373 13.3333 15.2813 13.4214 14.9811 13.7759C14.9618 13.7986 14.9402 13.8234 14.9168 13.8504C14.5753 14.243 13.833 15.0965 13.833 16.7236Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.13516 33.5588C6.0005 34.0525 6.44937 34.5076 6.94492 34.3797L13.2501 32.7526C15.3883 33.9707 17.8627 34.6666 20.4997 34.6666C28.5999 34.6666 35.1663 28.1002 35.1663 20C35.1663 11.8998 28.5999 5.33331 20.4997 5.33331C12.3995 5.33331 5.83301 11.8998 5.83301 20C5.83301 22.6898 6.55707 25.2104 7.82091 27.3777L6.13516 33.5588ZM8.85804 31.6828L10.1145 27.0758L9.66378 26.303C8.58502 24.4531 7.96634 22.302 7.96634 20C7.96634 13.078 13.5777 7.46665 20.4997 7.46665C27.4216 7.46665 33.033 13.078 33.033 20C33.033 26.9219 27.4216 32.5333 20.4997 32.5333C18.2427 32.5333 16.1311 31.9386 14.3061 30.8989L13.5545 30.4708L8.85804 31.6828Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .articleImageGalleryDesktopShareBtns .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M16.6665 4.66699C17.0347 4.66699 17.3335 4.96579 17.3335 5.33398V14.667C17.3334 15.0351 17.0346 15.334 16.6665 15.334H3.3335C2.96535 15.334 2.66658 15.0351 2.6665 14.667V5.33398C2.6665 4.96579 2.96531 4.66699 3.3335 4.66699H16.6665ZM10.688 11.5029C10.2748 11.792 9.72514 11.7921 9.31201 11.5029L3.73389 7.59766V14.2666H16.2671V7.59668L10.688 11.5029ZM3.73389 6.2959L9.92334 10.6289C9.96925 10.661 10.0308 10.661 10.0767 10.6289L16.2671 6.2959V5.7334H3.73389V6.2959Z' fill='black'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .articleImageGalleryDesktopShareBtns .shareIcon1280.copyLink {
  width: 22px;
  height: 22px;
  filter: invert(1);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.51097 13.068L6.2267 14.3147C5.88994 14.6511 5.43319 14.8401 4.95694 14.8401C4.48069 14.8401 4.02394 14.6511 3.68718 14.3147C3.35042 13.9783 3.16123 13.522 3.16123 13.0462C3.16123 12.5704 3.35042 12.1142 3.68718 11.7777L6.9813 8.47966C7.30463 8.15561 7.74027 7.96812 8.1981 7.95598C8.65594 7.94383 9.10092 8.10797 9.44101 8.41443L9.52808 8.48691C9.66567 8.62148 9.85113 8.69594 10.0437 8.6939C10.2362 8.69186 10.4201 8.61349 10.5548 8.47604C10.6895 8.33858 10.764 8.1533 10.762 7.96095C10.7599 7.7686 10.6815 7.58494 10.5439 7.45037C10.5027 7.39765 10.4591 7.34686 10.4133 7.29815C9.79389 6.75982 8.99284 6.47679 8.17238 6.5064C7.35193 6.53601 6.5734 6.87604 5.99451 7.45762L2.65686 10.7557C2.08972 11.3724 1.78299 12.1841 1.80073 13.0214C1.81848 13.8587 2.15932 14.6567 2.75208 15.2489C3.34484 15.841 4.14369 16.1815 4.98179 16.1993C5.81989 16.217 6.63245 15.9106 7.24976 15.344L8.50501 14.119C8.62895 13.9839 8.69708 13.807 8.6957 13.6237C8.69431 13.4405 8.62351 13.2646 8.49755 13.1314C8.37158 12.9982 8.19979 12.9176 8.01675 12.9059C7.8337 12.8941 7.65299 12.952 7.51097 13.068ZM15.2674 2.74609C14.657 2.14012 13.8315 1.8 12.9709 1.8C12.1104 1.8 11.2849 2.14012 10.6745 2.74609L9.41924 3.97109C9.2953 4.10616 9.22717 4.28312 9.22855 4.46635C9.22994 4.64959 9.30074 4.8255 9.4267 4.95869C9.55267 5.09188 9.72446 5.17247 9.90751 5.18423C10.0905 5.196 10.2713 5.13808 10.4133 5.02212L11.6685 3.77538C12.0053 3.43895 12.462 3.24995 12.9383 3.24995C13.4145 3.24995 13.8713 3.43895 14.208 3.77538C14.5448 4.1118 14.734 4.56809 14.734 5.04387C14.734 5.51964 14.5448 5.97593 14.208 6.31236L10.9139 9.61043C10.5906 9.93448 10.155 10.122 9.69713 10.1341C9.23929 10.1463 8.7943 9.98212 8.45422 9.67567L8.36715 9.60318C8.22956 9.46861 8.04409 9.39416 7.85155 9.3962C7.65901 9.39823 7.47516 9.4766 7.34046 9.61405C7.20576 9.75151 7.13123 9.93679 7.13327 10.1291C7.13531 10.3215 7.21375 10.5051 7.35134 10.6397C7.4043 10.6933 7.46 10.7441 7.51823 10.7919C8.13836 11.3287 8.93907 11.6106 9.75903 11.581C10.579 11.5514 11.3572 11.2125 11.937 10.6325L15.2384 7.3344C15.8488 6.72848 16.1945 5.90588 16.1999 5.04622C16.2054 4.18656 15.8701 3.35967 15.2674 2.74609Z' fill='white'/%3E %3C/svg%3E");
}
.articleImageGalleryDesktop .GalleryWrapper .bottom-container .articleImageGalleryDesktopShareBtns .copyPopup {
  top: -30px;
  right: 50%;
  font-size: 14px;
  border-radius: 15px;
  padding: 5px 10px;
  transform: translateX(50%);
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
@keyframes opacity-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes background-transition {
  0% {
    background: transparent;
  }
  100% {
    background: #fff;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .articleImageGalleryDesktop {
    padding: 0;
  }
  .articleImageGalleryDesktop .GalleryWrapper {
    justify-content: end;
    padding: 3.90625vw 0 1.5625vw 0;
    box-sizing: border-box;
  }
  .articleImageGalleryDesktop .GalleryWrapper .closeBtn {
    width: 7.8125vw;
    height: 7.8125vw;
    position: absolute;
    top: 3.90625vw;
    left: 3.90625vw;
    margin: 0;
    z-index: 1;
  }
  .articleImageGalleryDesktop .GalleryWrapper .image-wrapper {
    height: 100%;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container {
    padding: 0 3.90625vw;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
    flex-wrap: wrap;
  }
  .font-moses .articleImageGalleryDesktop .GalleryWrapper .bottom-container .imageInfo {
    font-size: 1.375rem;
    font-weight: 340;
    line-height: 3.593vw;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter {
    font-size: 1.375rem;
  }
  .font-moses .articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .counter-digits {
    font-size: 1.375rem;
    font-weight: 340;
    line-height: 3.593vw;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container .images-counter .navigationArrow {
    width: 6.25vw;
    height: 6.25vw;
    flex-shrink: 0;
  }
  .articleImageGalleryDesktop .GalleryWrapper .bottom-container .shareOptions {
    width: 7.8125vw;
    height: 7.8125vw;
    flex-shrink: 0;
  }
}
.ArticleImageSliderGalleryComponenta,
.ArticleImageSliderGalleryComponentaEditor {
  margin-bottom: 30px;
}
.ArticleImageSliderGalleryComponenta .caption-credit,
.ArticleImageSliderGalleryComponentaEditor .caption-credit,
.ArticleImageSliderGalleryComponenta .RichInput.ArticleRichInput span,
.ArticleImageSliderGalleryComponentaEditor .RichInput.ArticleRichInput span {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #78787B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.ArticleImageSliderGalleryComponenta .main-gallery,
.ArticleImageSliderGalleryComponentaEditor .main-gallery {
  position: relative;
}
.ArticleImageSliderGalleryComponenta .fullscreen-gallery-icon-pf,
.ArticleImageSliderGalleryComponentaEditor .fullscreen-gallery-icon-pf {
  width: 35px;
  top: 15px;
  left: 15px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: block;
  height: 35px;
  background-image: 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 %3Cg id='icon/enlarge'%3E %3Ccircle id='Oval' cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='%232E2E2E'/%3E %3Cg id='resize video white '%3E %3Cg id='Group 12'%3E %3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M33.1999 31.508L26.5888 24.897L24.8975 26.5883L31.5087 33.1995L25.4091 33.1995V35.5914H35.5918L35.5918 25.4088L33.1999 25.4088V31.508Z' fill='white'/%3E %3C/g%3E %3Cg id='Group 12 Copy'%3E %3Cpath id='Union_2' fill-rule='evenodd' clip-rule='evenodd' d='M16.8001 18.491L23.4112 25.1021L25.1025 23.4107L18.4913 16.7995L24.5909 16.7995V14.4076L14.4082 14.4076L14.4082 24.5902L16.8001 24.5902V18.491Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation {
  width: 100%;
  display: flex;
  margin-top: 8px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background-color: #C5C5C5;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  direction: ltr;
  margin: 0;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider:hover,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider:hover {
  opacity: 1;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-webkit-slider-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--slider-width);
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-moz-range-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-moz-range-thumb {
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .splide__container,
.ArticleImageSliderGalleryComponentaEditor .splide__container {
  box-sizing: border-box;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized:not(.is-active) .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.ArticleImageSliderGalleryComponenta .splide__pagination li,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination li {
  display: inline-block !important;
  line-height: 1 !important;
  list-style-type: none !important;
  margin: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide:not(.is-overflow) .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  width: 0;
}
.ArticleImageSliderGalleryComponenta .splide,
.ArticleImageSliderGalleryComponentaEditor .splide {
  position: relative;
  visibility: hidden;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized,
.ArticleImageSliderGalleryComponenta .splide.is-rendered,
.ArticleImageSliderGalleryComponentaEditor .splide.is-rendered {
  visibility: visible;
}
.ArticleImageSliderGalleryComponenta .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__slide img,
.ArticleImageSliderGalleryComponentaEditor .splide__slide img {
  vertical-align: bottom;
}
.ArticleImageSliderGalleryComponenta .splide__spinner,
.ArticleImageSliderGalleryComponentaEditor .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.ArticleImageSliderGalleryComponenta .splide__sr,
.ArticleImageSliderGalleryComponentaEditor .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponenta .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle__pause {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.ArticleImageSliderGalleryComponenta .splide__track,
.ArticleImageSliderGalleryComponentaEditor .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ArticleImageSliderGalleryComponenta .splide__track--draggable,
.ArticleImageSliderGalleryComponentaEditor .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide--rtl,
.ArticleImageSliderGalleryComponentaEditor .splide--rtl {
  direction: rtl;
}
.ArticleImageSliderGalleryComponenta .splide__track--ttb > .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__track--ttb > .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #2E2E2E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__arrow svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
  stroke: #2E2E2E;
  stroke-width: 2px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:hover:not(:disabled),
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:disabled,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:disabled {
  opacity: .3;
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev {
  left: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--next {
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__arrow:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:hover,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__pagination__page:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.ArticleImageSliderGalleryComponenta .thumbnail-slider .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ArticleImageSliderGalleryComponenta .splide__slide:focus,
.ArticleImageSliderGalleryComponentaEditor .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.ArticleImageSliderGalleryComponenta .splide__toggle,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle {
  cursor: pointer;
}
.ArticleImageSliderGalleryComponenta .splide__toggle:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__toggle:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  filter: brightness(0.4);
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide.is-active {
  filter: brightness(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.ArticleImageSliderGalleryComponenta .splide__pagination--ttb,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide *:not(button) {
  height: 100%;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider img {
  object-fit: cover;
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteArticleImagesGallery {
    display: none;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
    height: unset !important;
    margin-bottom: 5px;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .ArticleImageGalleryShareButtons {
    display: flex;
  }
}
.ArticleImagesFullScreenGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background: rgba(18, 17, 17, 0.8);
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  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: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  gap: 16px;
  margin: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .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");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .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");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .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: 24px;
  width: 24px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  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");
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  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");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteArticleImagesGallery {
    display: none;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
    height: unset !important;
    margin-bottom: 5px;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .ArticleImageGalleryShareButtons {
    display: flex;
  }
}
.SiteArticleImagesGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
}
.magazine_template .SiteArticleImagesGallery {
  z-index: 999999999999 !important;
}
.magazine2025 .SiteArticleImagesGallery {
  background: rgba(18, 17, 17, 0.8);
}
.SiteArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: none;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  border: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeLeft {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  left: 0px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeRight {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85896'%3E %3Crect id='Rectangle 282' x='0.5' y='0.5' width='59' height='59' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M38.4142 31.4142C39.1953 30.6332 39.1953 29.3668 38.4142 28.5858L25.6863 15.8579C24.9052 15.0768 23.6389 15.0768 22.8579 15.8579C22.0768 16.6389 22.0768 17.9052 22.8579 18.6863L34.1716 30L22.8579 41.3137C22.0768 42.0948 22.0768 43.3611 22.8579 44.1421C23.6389 44.9232 24.9052 44.9232 25.6863 44.1421L38.4142 31.4142ZM36 32H37V28H36V32Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  right: 0px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  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: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  max-height: 600px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0;
}
.grid1280_2 .SiteArticleImagesGallery .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");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .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");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .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: 24px;
  width: 24px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img,
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  background: transparent;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 400;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  display: none;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  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");
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  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");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleMagazineImageTeaserComponenta {
    flex-direction: column;
  }
  .ArticleMagazineImageTeaserComponenta .image-container {
    position: relative;
    align-items: flex-end;
  }
  .ArticleMagazineImageTeaserComponenta .image-container::before {
    margin-top: 7.03125vw;
    display: block;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    left: 0;
    margin-bottom: 5.625vw;
  }
  .ArticleMagazineImageTeaserComponenta .image-container img {
    object-fit: cover;
    width: 100% !important;
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit {
    color: #78787B;
    text-align: right;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5vw;
    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: 7.1875vw !important;
    padding-right: 0 !important;
    max-height: unset !important;
    height: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption {
    font-size: 5vw !important;
    font-weight: 700 !important;
    line-height: 7.03125vw !important;
    max-height: unset !important;
    height: unset !important;
    width: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption::before {
    display: block !important;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    right: 0;
    margin-top: 7.5vw;
    margin-bottom: 7.03125vw;
  }
  .magazine_art .ArticleMagazineImageTeaserComponenta .text-container .caption::before {
    background-color: #00B4D8 !important;
  }
  .magazine .ArticleMagazineImageTeaserComponenta .text-container::before,
  .laisha .ArticleMagazineImageTeaserComponenta .text-container::before {
    display: none !important;
  }
}
.ArticleMagazineImageTeaserComponenta {
  display: flex;
  font-size: 14px;
  font-family: 'Moses';
  margin-bottom: 15px;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.ArticleMagazineImageTeaserComponenta .image-container {
  display: flex;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container img {
  object-fit: cover;
}
.ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: 49px;
  height: 357px;
  max-height: 357px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: unset;
  padding-left: 49px;
}
.ArticleMagazineImageTeaserComponenta .text-container::before {
  display: block;
  position: relative;
  width: 117px;
  content: '';
  height: 8px;
  background-color: #DE1A1A;
  right: 0;
  top: 0px;
}
.magazine_art .ArticleMagazineImageTeaserComponenta .text-container::before {
  background-color: #00B4D8 !important;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption {
  font-size: 24px;
  display: block;
  font-weight: 670;
  line-height: 34px;
  color: #000000;
  text-align: right;
  width: 260px;
  max-height: 357px;
  height: 357px;
  padding-top: 15px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container .caption {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption span {
  max-height: 357px;
  height: 357px;
  display: block;
}
.ArticleMagazineImageTeaserComponenta .credit {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #78787B;
  font-weight: 340;
}
.englishSite .ArticleMagazineImageTeaserComponenta .credit {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .credit:before {
  content: "(";
}
.ArticleMagazineImageTeaserComponenta .credit:after {
  content: ")";
}
.SocialNetworkSharer {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 329px;
  height: 55px;
  border-radius: 5px;
  padding: 0px;
  margin-top: -30px;
  margin-left: -40px;
  text-align: left;
  background: white;
  border: 1px solid #dedede;
  box-shadow: 0px 1px 3px #dedede;
  border-radius: 7px;
}
.SocialNetworkSharer .closeBtn {
  background: 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;' xml:space='preserve'%3E %3Cpolygon points='32,2.1 29.9,0 16,13.9 2.1,0 0,2.1 13.9,16 0,29.9 2.1,32 16,18.1 29.9,32 32,29.9 18.1,16 '/%3E %3C/svg%3E") no-repeat center center;
  background-size: 46%;
  background-position: 41% 47%;
  background-color: #eee;
  border: 0px;
  border-radius: 50%;
  position: relative;
  height: 20px;
  width: 20px;
  top: 2px;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  bottom: 7px;
}
.SocialNetworkSharer .shareIcons .label {
  font: bold 12px Arial;
  color: #595959;
  margin-right: 26px;
}
.SocialNetworkSharer .shareIcons .icons {
  display: flex;
  flex: 1;
  margin-left: 16px;
  justify-content: flex-end;
}
.SocialNetworkSharer .shareIcons .icons > button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons .icons .icon {
  margin-right: 10px;
  height: 31px;
  width: 31px;
}
.ArticleSideImagesComponent {
  background-color: #FFF;
  padding-top: 8px;
  padding-bottom: 17px;
  border-bottom: 1px dotted #CCCECD;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccecd;
}
.ArticleSideImagesComponent.englishSite {
  padding-bottom: 0 ! important;
  margin-bottom: 17px ! important;
}
.ArticleSideImagesComponent.englishSite .imageDetails .caption,
.ArticleSideImagesComponent.englishSite .imageDetails .credit {
  text-align: left ! important;
  direction: ltr ! important;
  font: normal 12px arial;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleSideImagesComponent.englishSite {
    display: none;
  }
}
.ArticleSideImagesComponent .imageContainer {
  padding-bottom: 10px;
}
.ArticleSideImagesComponent .imageContainer:last-child {
  padding-bottom: 0px ! important;
}
.ArticleSideImagesComponent .imageContainer .imageWrapper {
  padding: 1px 1px;
  margin: 0 0 3px;
  border: 1px solid #CCCECD;
}
.ArticleSideImagesComponent .imageContainer .imageWrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .caption,
.ArticleSideImagesComponent .imageContainer .imageDetails .credit {
  text-align: right;
  direction: rtl;
  font: normal 12px arial;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .caption {
  color: #000000;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .credit {
  color: #adacab;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleSideShareComponent {
    display: none;
  }
}
.ArticleSideShareComponent.englishSite {
  direction: ltr;
}
.ArticleSideShareComponent.englishSite .articleShareButton {
  width: 15px;
  margin: 6px 8px 6px 0px ! important;
}
.ArticleSideShareComponent.englishSite .articleShareButton.talkback {
  background-position: -51px -184px ! important;
}
.ArticleSideShareComponent.englishSite .articleShareButton.mailto {
  background-position: -4px -184px ! important;
}
.ArticleSideShareComponent ul {
  font-size: 12px;
  font-family: arial;
  color: #6281af;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.ArticleSideShareComponent ul li {
  cursor: pointer;
  float: right;
  font: normal 12px/26px arial;
  width: 100%;
  overflow: hidden;
  border-image-slice: 1;
  position: relative;
}
.ArticleSideShareComponent ul li:last-of-type {
  border: none;
  margin-right: 3px;
  /*   & .articleShareButton{
                    margin: 6px 0 6px 10px;
                }*/
}
.ArticleSideShareComponent ul li:last-of-type:after {
  display: none;
}
.ArticleSideShareComponent ul li :hover {
  color: #ff0000;
}
.ArticleSideShareComponent ul li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: transparent url(https://www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -218px;
}
.ArticleSideShareComponent ul li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #6281af;
  justify-content: flex-start;
  display: flex;
}
.ArticleSideShareComponent ul .articleShareButton {
  margin: 6px 0 6px 8px;
}
.ArticleSideShareComponent .ArticleSideShareComponent_gift {
  color: #ff0000;
}
@media print {
  .no-print {
    display: none;
  }
}
.SiteArticleSocialShareNew1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 24px;
  position: relative;
  width: 350px;
}
.englishSite .SiteArticleSocialShareNew1280 {
  direction: ltr;
}
.englishSite .DesktopModeContainer .SiteArticleSocialShareNew1280 {
  position: absolute;
  right: 0;
  left: unset;
}
.SiteArticleSocialShareNew1280.bottomBtns {
  float: right;
}
.SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0 8px 0 7px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  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 transform='translate(-536.000000, -562.000000) translate(439.000000, 562.000000) translate(97.699198, 0.000000)'%3E %3Cpath fill='%233A5794' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0zm0 2.208C6.594 2.208 2.21 6.592 2.21 12c0 5.408 4.385 9.792 9.795 9.792S21.8 17.408 21.8 12c0-5.408-4.386-9.792-9.796-9.792z'/%3E %3Cellipse cx='12.004' cy='12' fill='%233A5794' rx='10.804' ry='10.8'/%3E %3Cpath fill='%23FFF' d='M13.228 5.865c1.039 0 1.773.163 1.773.163v1.835s-.228.006-.793.007h-.264c-.764 0-1.132.486-1.132 1.247l-.001 1.37h1.962l-.327 2.272H12.81l.001 5.305h-2.39l-.001-5.306-1.88.001v-2.272h1.88V9.005c0-2.69 1.534-3.12 2.722-3.14h.085z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.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");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.tg {
  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.88 14.9552C29.88 17.5414 29.223 20.0164 27.9099 22.3796C26.596 24.7428 24.7528 26.5837 22.3796 27.9022C20.006 29.2203 17.5209 29.88 14.9248 29.88C12.3286 29.88 9.87359 29.2203 7.50038 27.9022C5.12678 26.5837 3.28361 24.7428 1.97009 22.3796C0.656568 20.0164 0 17.5414 0 14.9552C0 12.3691 0.669298 9.84581 2.00828 7.44714C3.34687 5.04847 5.20548 3.20761 7.58409 1.92418C9.96231 0.641523 12.4092 0 14.9248 0C17.4403 0 19.8868 0.641523 22.2654 1.92418C24.6437 3.20761 26.5073 5.04847 27.8567 7.44714C29.2053 9.84581 29.88 12.3486 29.88 14.9552Z' fill='white'/%3E %3Cpath d='M20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694ZM20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694ZM27.8567 7.44714C26.5073 5.04847 24.6437 3.20761 22.2654 1.92418C19.8868 0.641523 17.4403 0 14.9248 0C12.4092 0 9.96231 0.641523 7.58409 1.92418C5.20548 3.20761 3.34687 5.04847 2.00828 7.44714C0.669298 9.84581 0 12.3486 0 14.9552C0 17.5618 0.656568 20.0164 1.97009 22.3796C3.28361 24.7428 5.12678 26.5837 7.50038 27.9022C9.87359 29.2203 12.3483 29.88 14.9248 29.88C17.5013 29.88 20.006 29.2203 22.3796 27.9022C24.7528 26.5837 26.596 24.7428 27.9099 22.3796C29.223 20.0164 29.88 17.5414 29.88 14.9552C29.88 12.3691 29.2053 9.84581 27.8567 7.44714ZM23.6727 8.38262L20.9342 21.573C20.8223 22.0197 20.5438 22.2427 20.0975 22.2427C19.935 22.2427 19.7726 22.1918 19.6106 22.0903L15.5636 19.1238L13.3119 21.2536C13.2004 21.3655 13.0685 21.421 12.9165 21.421C12.6021 21.421 12.3938 21.279 12.2927 20.9951L10.6953 16.1874L6.72422 14.9552C6.47078 14.8638 6.32882 14.6864 6.29834 14.4225C6.29834 14.1386 6.43529 13.9461 6.70918 13.8446C17.5719 9.78756 23.0339 7.75884 23.0944 7.75884C23.2364 7.75884 23.3706 7.81478 23.4976 7.92626C23.6245 8.03813 23.6827 8.19012 23.6727 8.38262ZM20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694Z' fill='%2346B5E7'/%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  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='%23000' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.402 7.8H18.607V16.2H5.402z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.207 7.76L11.837 12.56 18.412 7.76' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.more {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='5px' height='21px' viewBox='0 0 5 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EDABEEDA5-CB43-4221-B94B-4826C6515A3D%3C/title%3E %3Cg id='DT' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='article-final_No-comments-yet' transform='translate(-439.000000, -564.000000)'%3E %3Cg id='share-btn_-no-comments-yet' transform='translate(439.000000, 562.000000)'%3E %3Cg id='Group-16' transform='translate(0.000000, 2.400000)'%3E %3Cellipse id='Oval' fill='%23000000' cx='2.34085274' cy='2.34' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-4' fill='%23000000' cx='2.34085274' cy='17.94' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-3' fill='%23000000' cx='2.34085274' cy='10.14' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cg id='Group-14' transform='translate(0.000000, 3.600000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-right: 0;
  width: 5px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.SiteArticleSocialShareNew1280 .shareIcon1280.tg {
  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.88 14.9552C29.88 17.5414 29.223 20.0164 27.9099 22.3796C26.596 24.7428 24.7528 26.5837 22.3796 27.9022C20.006 29.2203 17.5209 29.88 14.9248 29.88C12.3286 29.88 9.87359 29.2203 7.50038 27.9022C5.12678 26.5837 3.28361 24.7428 1.97009 22.3796C0.656568 20.0164 0 17.5414 0 14.9552C0 12.3691 0.669298 9.84581 2.00828 7.44714C3.34687 5.04847 5.20548 3.20761 7.58409 1.92418C9.96231 0.641523 12.4092 0 14.9248 0C17.4403 0 19.8868 0.641523 22.2654 1.92418C24.6437 3.20761 26.5073 5.04847 27.8567 7.44714C29.2053 9.84581 29.88 12.3486 29.88 14.9552Z' fill='white'/%3E %3Cpath d='M20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694ZM20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694ZM27.8567 7.44714C26.5073 5.04847 24.6437 3.20761 22.2654 1.92418C19.8868 0.641523 17.4403 0 14.9248 0C12.4092 0 9.96231 0.641523 7.58409 1.92418C5.20548 3.20761 3.34687 5.04847 2.00828 7.44714C0.669298 9.84581 0 12.3486 0 14.9552C0 17.5618 0.656568 20.0164 1.97009 22.3796C3.28361 24.7428 5.12678 26.5837 7.50038 27.9022C9.87359 29.2203 12.3483 29.88 14.9248 29.88C17.5013 29.88 20.006 29.2203 22.3796 27.9022C24.7528 26.5837 26.596 24.7428 27.9099 22.3796C29.223 20.0164 29.88 17.5414 29.88 14.9552C29.88 12.3691 29.2053 9.84581 27.8567 7.44714ZM23.6727 8.38262L20.9342 21.573C20.8223 22.0197 20.5438 22.2427 20.0975 22.2427C19.935 22.2427 19.7726 22.1918 19.6106 22.0903L15.5636 19.1238L13.3119 21.2536C13.2004 21.3655 13.0685 21.421 12.9165 21.421C12.6021 21.421 12.3938 21.279 12.2927 20.9951L10.6953 16.1874L6.72422 14.9552C6.47078 14.8638 6.32882 14.6864 6.29834 14.4225C6.29834 14.1386 6.43529 13.9461 6.70918 13.8446C17.5719 9.78756 23.0339 7.75884 23.0944 7.75884C23.2364 7.75884 23.3706 7.81478 23.4976 7.92626C23.6245 8.03813 23.6827 8.19012 23.6727 8.38262ZM20.3409 10.2694C20.3104 10.2694 17.4095 12.1102 11.6385 15.792L12.8405 19.8081L13.1144 17.2675C18.0741 12.7846 20.5561 10.5278 20.5615 10.4974C20.5665 10.4669 20.5692 10.4468 20.5692 10.4364C20.5692 10.3249 20.4929 10.2694 20.3409 10.2694Z' fill='%2346B5E7'/%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .shareIcon1280.copyLink {
  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 %3Crect width='24' height='24' rx='12' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_162_3236)'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8529 15.1368C12.1452 15.8406 11.4474 16.5542 10.7321 17.2499C10.3499 17.6217 9.88109 17.8533 9.35172 17.9531C9.27921 17.9667 9.20725 17.9842 9.13474 17.9994H8.50287C8.40365 17.9815 8.30388 17.9662 8.20575 17.9444C7.53136 17.795 6.9889 17.4347 6.56911 16.8922C6.31724 16.5668 6.14224 16.2004 6.06973 15.7905C6.04628 15.6613 6.02339 15.5321 6.00049 15.4034V14.9825C6.02393 14.8528 6.04356 14.7231 6.07082 14.5944C6.18694 14.052 6.44645 13.588 6.83898 13.1966C7.68019 12.3565 8.52141 11.517 9.36044 10.6742C9.78133 10.2511 10.2867 9.97746 10.8717 9.88969C11.6791 9.76866 12.4304 9.93057 13.0819 10.4501C13.2754 10.6044 13.4613 10.7625 13.536 11.016C13.6832 11.5143 13.3354 12.0207 12.7956 12.0376C12.5198 12.0463 12.3104 11.9275 12.1163 11.7541C11.6949 11.3774 11.0271 11.3529 10.622 11.7383C9.76061 12.561 8.92321 13.4092 8.07927 14.2515C7.96969 14.3616 7.86556 14.4848 7.78432 14.6184C7.54172 15.0174 7.56952 15.4994 7.8432 15.8782C8.09562 16.2271 8.44236 16.4005 8.87087 16.3836C9.14019 16.3727 9.38988 16.2795 9.5856 16.0859C10.0926 15.5844 10.5969 15.0801 11.0974 14.5715C11.2032 14.4641 11.31 14.4445 11.4403 14.4979C11.8399 14.6609 12.2559 14.735 12.6866 14.7241C12.8049 14.7209 12.8943 14.7596 12.9368 14.8692C12.9761 14.9738 12.9336 15.0583 12.8534 15.1374L12.8529 15.1368Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0001 9.1346C17.9684 9.27361 17.9428 9.41426 17.9052 9.55164C17.7983 9.94797 17.6261 10.316 17.3442 10.6158C16.931 11.0546 16.503 11.4804 16.0783 11.9084C15.6094 12.3816 15.1395 12.8542 14.6646 13.3214C14.3043 13.6758 13.8872 13.9429 13.3889 14.0568C13.185 14.1032 12.9718 14.1152 12.763 14.1402C12.25 14.2013 11.7773 14.0612 11.3298 13.8317C11.0501 13.6883 10.79 13.5068 10.597 13.2505C10.2721 12.8199 10.4466 12.1062 11.079 11.9869C11.3668 11.9323 11.6078 12.0092 11.8171 12.2038C12.0407 12.4132 12.3089 12.5347 12.6109 12.5451C12.9217 12.5555 13.2123 12.4568 13.4363 12.2333C14.325 11.3523 15.2104 10.4675 16.0903 9.57836C16.2533 9.41263 16.3329 9.19729 16.3645 8.96124C16.4065 8.65213 16.3274 8.37792 16.1513 8.13205C15.7359 7.5531 14.9416 7.46205 14.4509 7.90854C13.9194 8.39318 13.4167 8.90999 12.9102 9.42244C12.7685 9.56582 12.6764 9.55328 12.5286 9.49658C12.244 9.3881 11.9534 9.31886 11.6503 9.29869C11.5271 9.28997 11.4039 9.27852 11.2807 9.27688C11.1847 9.27579 11.1166 9.23818 11.0773 9.15368C11.0326 9.05937 11.0566 8.97759 11.1297 8.90509C11.5571 8.47877 11.9834 8.05137 12.4109 7.62397C12.6982 7.33721 12.98 7.0461 13.2717 6.76534C13.6702 6.38046 14.1494 6.14768 14.6935 6.04792C14.7818 6.03156 14.8702 6.0163 14.9579 6.00049H15.4492C15.5527 6.01739 15.6574 6.02775 15.7594 6.05173C16.3705 6.19565 16.8988 6.47968 17.3142 6.96215C17.5977 7.28979 17.7967 7.65722 17.9057 8.07427C17.9406 8.20838 17.9679 8.34466 17.999 8.47986V9.13514L18.0001 9.1346Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_162_3236'%3E %3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialShareNew1280 .menuMore {
  width: 246px;
  position: absolute;
  top: 40px;
  right: 0;
  left: unset;
  padding: 25px 45px 8px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
}
.SiteArticleSocialShareNew1280 .menuMore a,
.SiteArticleSocialShareNew1280 .menuMore a:hover {
  text-decoration: none;
  color: inherit;
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 17px;
  display: block;
  cursor: pointer;
}
.SiteArticleSocialShareNew1280 .close {
  display: none;
}
.SiteArticleSocialShareNew1280 .open {
  z-index: 100;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb {
  background: #1417ac;
  height: 24px;
  display: flex;
  min-width: 90px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  margin-right: 7px;
  padding: 0 11px 0 9px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span {
  color: #fff;
  letter-spacing: -0.3px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb span:not(.shareIcon1280) {
  font-size: 15.6px;
  font-weight: 400;
  margin-left: 2px;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: none;
}
.SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 0 2px;
  border: 0;
  padding: 0;
  cursor: pointer;
  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 fill-rule='nonzero' stroke='%23fff' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  font-weight: bold;
  background-size: contain;
  margin-top: 2px;
  color: #fff;
}
.grid1280 .ArticleTagsComponent,
.magazine_grid1280 .ArticleTagsComponent {
  border-top: 1px solid rgba(225, 225, 225, 0.92) ! important;
  border-bottom: 1px solid rgba(225, 225, 225, 0.92) ! important;
  font-size: 14px ! important;
  height: unset !important;
  font-family: 'NarkisBlock' !important;
  flex-wrap: wrap;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 14px;
  font-weight: 340;
  padding: 0px 10px;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.grid1280 .ArticleTagsComponent .tagsLabel,
.magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
}
.font-moses .grid1280 .ArticleTagsComponent .tagsLabel,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  font-weight: 670;
  line-height: 34px;
  margin-bottom: 10px;
}
.grid1280 .ArticleTagsComponent .separator,
.magazine_grid1280 .ArticleTagsComponent .separator {
  display: none;
}
.grid1280 .ArticleTagsComponent .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.grid1280 .ArticleTagsComponent .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:link,
.magazine_grid1280 .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:hover,
.magazine_grid1280 .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent {
  border-bottom: 1px solid rgba(225, 225, 225, 0.92);
  border-top: unset;
  font-size: 14px ! important;
  height: unset !important;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin: 0 14px;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.mynet .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  margin-right: unset;
}
.mynet .ArticleTagsComponent .separator {
  display: none;
}
.mynet .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.mynet .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.mynet .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:visited {
  color: #000 !important;
}
.grid1280_2.isLtr .ArticleTagsComponent {
  direction: ltr;
}
.grid1280_2.isLtr .tagsLabel {
  background-position: 0% center !important;
}
.grid1280_2.vesty .ArticleTagsComponent * {
  font-family: 'Arial' !important;
}
.grid1280_2.ynet .ArticleTagsComponent,
.grid1280_2.pplus .ArticleTagsComponent,
.grid1280_2.vesty .ArticleTagsComponent,
.grid1280_2.ynetnews .ArticleTagsComponent {
  align-items: flex-start;
}
.grid1280_2.ynet .ArticleTagsComponent *,
.grid1280_2.pplus .ArticleTagsComponent *,
.grid1280_2.vesty .ArticleTagsComponent *,
.grid1280_2.ynetnews .ArticleTagsComponent * {
  color: #7a7975 !important;
}
.grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  width: auto;
  font-size: 14px;
  padding-inline-start: 15px;
  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='33.000000pt' height='33.000000pt' viewBox='0 0 33.000000 33.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,33.000000) scale(0.100000,-0.100000)' fill='%237a7975' stroke='none'%3E %3Cpath d='M94 238 c-46 -45 -84 -88 -84 -96 0 -20 112 -132 132 -132 8 0 51 38 96 84 l82 84 0 59 c0 33 -5 64 -12 71 -7 7 -38 12 -71 12 l-59 0 -84 -82z m204 4 l3 -53 -77 -80 -78 -79 -58 57 -59 58 80 78 79 78 54 -3 53 -3 3 -53z'/%3E %3Cpath d='M204 256 c-11 -28 1 -51 28 -54 31 -4 48 29 28 53 -16 19 -49 19 -56 1z m36 -26 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 10 10 10 6 0 10 -4 10 -10z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  margin: 0;
  line-height: 20px;
  height: 20px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  font-weight: 670;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName,
.grid1280_2.pplus .ArticleTagsComponent .tagName,
.grid1280_2.vesty .ArticleTagsComponent .tagName,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: 13px !important;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  width: auto;
  margin: 0;
  margin-inline-start: 6px;
  margin-bottom: 7px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  font-size: 11px !important;
  font-weight: 500;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName:hover a,
.grid1280_2.pplus .ArticleTagsComponent .tagName:hover a,
.grid1280_2.vesty .ArticleTagsComponent .tagName:hover a,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName:hover a {
  color: #222221 ! important;
}
.grid1280_2 .ArticleTagsComponent {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  background-color: transparent;
}
.grid1280_2 .ArticleTagsComponent :nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.grid1280_2 .ArticleTagsComponent * {
  color: #000 ! important;
  font-family: 'NarkisBlock' !important;
}
.font-moses .grid1280_2 .ArticleTagsComponent * {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.grid1280_2 .ArticleTagsComponent a,
.grid1280_2 .ArticleTagsComponent a:hover {
  text-decoration: none;
  color: #000;
}
.grid1280_2 .ArticleTagsComponent .tagsLabel {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  background: none;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  line-height: 18px;
  font-weight: 670;
}
.grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 11px;
  font-weight: 500;
}
.ArticleTagsComponent {
  display: flex;
  flex-direction: row;
  align-items: center;
  direction: rtl;
  border-top: 1px solid #D4EDEC;
  border-bottom: 1px solid #D4EDEC;
  background-color: white;
  height: 100%;
  font-size: 12px;
}
.ArticleTagsComponent.calcalistTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
}
.ArticleTagsComponent.calcalistTags .tagsLabel {
  margin: 0 0 0 8px;
  float: right;
  direction: rtl;
  font-size: 16px !important;
  font-weight: bold;
  background: url(https://www.calcalist.co.il/images/1280/article/tags.png) 56px 3px no-repeat;
  display: block;
  width: 84px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
}
.ArticleTagsComponent.calcalistTags .tagWrapper {
  padding: 0;
  float: right;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.calcalistTags .tagWrapper a {
  color: #969696 !important;
}
.ArticleTagsComponent.calcalistTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent.ctechTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
  direction: ltr;
  flex-wrap: wrap;
}
.ArticleTagsComponent.ctechTags .tagsLabel {
  margin: 0;
  width: auto;
  float: right;
  direction: ltr;
  font-size: 13px !important;
  font-weight: bold;
  background: url(https://www.calcalistech.com/images/1280/article/tags_eng.png) 0px 3px no-repeat;
  display: block;
  padding-left: 30px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
  box-sizing: content-box;
}
.ArticleTagsComponent.ctechTags .tagWrapper {
  padding: 0;
  float: left;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.ctechTags .tagWrapper a {
  white-space: nowrap !important;
  color: #969696 !important;
}
.ArticleTagsComponent.ctechTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent .tagsLabel {
  margin-right: 8px;
  color: #6281AF;
  font-weight: bold;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23d0dbec' 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 %3Cpolygon points='5.6,10 0,16 5.6,22 32,22 32,10 '/%3E %3C/svg%3E");
  background-size: 50px 42px;
  background-position: -1px -14px;
  width: 45px;
}
.ArticleTagsComponent .tagWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ArticleTagsComponent .tagWrapper .separator {
  color: #6281AF;
  float: left;
  height: 1px;
  width: 1px;
  background-color: #7a818b;
  margin: 1px 7px 0;
}
.ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none;
}
.ArticleTagsComponent .tagWrapper .tagName a:link {
  color: #6281AF;
}
.ArticleTagsComponent .tagWrapper .tagName a:hover {
  color: red;
}
.SiteVerticalArticleSocialShare_Wrapper {
  position: absolute;
  width: 100%;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 {
  position: sticky;
  top: 50px;
  display: inline-flex;
  flex-flow: column nowrap;
  padding-left: 5px;
  height: auto;
  width: auto;
  margin-right: 10px;
  align-items: center;
  z-index: 100;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 button {
  height: 30px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 1;
  background: unset;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='24px' height='21px' viewBox='0 0 24 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E01AC4F14-41A0-403F-8DE8-43A875ADDF36%3C/title%3E %3Cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Desktop_Dragging-c-' transform='translate(-1192.000000, -304.000000)' fill='%231417AC' fill-rule='nonzero'%3E %3Cg id='Group-4' transform='translate(1192.000000, 301.000000)'%3E %3Cg id='comments-black' transform='translate(12.000000, 13.663147) scale(-1, 1) translate(-12.000000, -13.663147) translate(0.000000, 3.326294)'%3E %3Cpolygon points='24 -2.92690193e-14 -8.39328607e-14 -2.92690193e-14 0 15.7833919 5.5962 15.7831713 5.5976972 20.6737061 11.0276 15.7831713 24 15.7833919'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 24px;
  display: flex;
  min-width: 24px;
  /* box-sizing: border-box; */
  /* align-items: center; */
  justify-content: center;
  border-radius: unset;
  border: 0;
  cursor: pointer;
  margin: 0 0 5px 0;
  padding: unset;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 6;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='33' viewBox='0 0 39 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M33.6386 0H4.98114C2.22561 0 0 2.14098 0 4.79172V19.8398C0 22.4803 2.22561 24.6315 4.98114 24.6315H6.70864V30.8811C6.70864 32.7672 9.07203 33.7052 10.4604 32.3798L18.515 24.6315H33.6492C36.3941 24.6315 38.6303 22.4905 38.6303 19.8398V4.79172C38.6303 2.15118 36.4047 0 33.6492 0H33.6386Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  min-width: 38px;
  height: 33px;
  margin: 7px 0 5px 0;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb > span:not(.shareIcon1280) {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: flex !important;
  margin-bottom: 3px;
  font-size: 13px;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  font-size: 12px !important;
  font-weight: 500;
  margin-bottom: 8px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 7px 0 8px 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tb {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  order: 4;
  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 transform='translate(-536.000000, -562.000000) translate(439.000000, 562.000000) translate(97.699198, 0.000000)'%3E %3Cpath fill='%233A5794' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0zm0 2.208C6.594 2.208 2.21 6.592 2.21 12c0 5.408 4.385 9.792 9.795 9.792S21.8 17.408 21.8 12c0-5.408-4.386-9.792-9.796-9.792z'/%3E %3Cellipse cx='12.004' cy='12' fill='%233A5794' rx='10.804' ry='10.8'/%3E %3Cpath fill='%23FFF' d='M13.228 5.865c1.039 0 1.773.163 1.773.163v1.835s-.228.006-.793.007h-.264c-.764 0-1.132.486-1.132 1.247l-.001 1.37h1.962l-.327 2.272H12.81l.001 5.305h-2.39l-.001-5.306-1.88.001v-2.272h1.88V9.005c0-2.69 1.534-3.12 2.722-3.14h.085z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  order: 2;
  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");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  order: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  order: 5;
  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='%23000' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.402 7.8H18.607V16.2H5.402z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.207 7.76L11.837 12.56 18.412 7.76' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.more {
  order: 6;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='5px' height='21px' viewBox='0 0 5 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EDABEEDA5-CB43-4221-B94B-4826C6515A3D%3C/title%3E %3Cg id='DT' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='article-final_No-comments-yet' transform='translate(-439.000000, -564.000000)'%3E %3Cg id='share-btn_-no-comments-yet' transform='translate(439.000000, 562.000000)'%3E %3Cg id='Group-16' transform='translate(0.000000, 2.400000)'%3E %3Cellipse id='Oval' fill='%23000000' cx='2.34085274' cy='2.34' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-4' fill='%23000000' cx='2.34085274' cy='17.94' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-3' fill='%23000000' cx='2.34085274' cy='10.14' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cg id='Group-14' transform='translate(0.000000, 3.600000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-left: 0;
  width: 5px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .menuMore {
  left: -200px !important;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .copyPopup {
  top: 0px;
  left: -110px;
}
.articleWrappedImage {
  width: 300px;
  min-height: 160px;
  float: none;
  margin-bottom: 0px;
}
.articleWrappedImage > div {
  width: 100% ! important;
}
.DesktopModeContainer .articleWrappedImage {
  float: left;
}
.ynetnews .DesktopModeContainer .articleWrappedImage {
  float: right;
}
.ArticleWrappedImageComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 120px;
  height: auto;
  min-height: 160px;
  float: left;
  margin-right: 60px;
  font-size: 14px;
  margin-bottom: 0;
}
.font-moses .ArticleWrappedImageComponenta {
  font-size: 14px;
}
.ynetnews .ArticleWrappedImageComponenta {
  float: right;
  margin-left: 60px;
  margin-right: unset;
}
.ArticleWrappedImageComponenta .withWidth {
  display: none ! important;
}
.ArticleWrappedImageComponenta .caption {
  font-weight: bold;
  margin-top: 3px;
  width: 120px;
}
.font-moses .ArticleWrappedImageComponenta .caption {
  font-weight: 670;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 6px;
  width: 120px;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.EditorComponenta .ArticleWrappedImageComponenta {
  float: right ! important;
}
.englishSite .EditorComponenta .ArticleWrappedImageComponenta {
  float: left ! important;
}
.articleShareButton {
  height: 14px;
  width: 14px;
  float: right;
  line-height: 26px;
}
.articleShareButton.facebook {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -19px;
}
.articleShareButton.newsletter {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -139px -36px;
}
.articleShareButton.gift {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -236px -122px;
}
.articleShareButton.twitter {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -222px;
}
.articleShareButton.mailto {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -184px;
}
.articleShareButton.print {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -184px;
}
.articleShareButton.talkback {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -54px -184px;
}
.articleShareButton.google {
  background: transparent url('//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png') -3px -201px;
}
.ArticleBannerComponenta {
  direction: rtl;
  float: left;
  margin: 10px 10px 10px 0;
  overflow: hidden;
  text-align: left;
  width: 300px;
  height: 250px;
}
.centeredBanner {
  float: inherit;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBannerComponenta {
    display: none;
  }
}
.ArticleBodyComponent.englishSite .ArticleImageComponenta .magnifying-glass-icon,
.ArticleBodyComponent.englishSite .ArticleImageComponenta .gallery-indication {
  right: unset;
  left: 10px;
}
.ArticleBodyComponent .ArticleImageComponenta img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBodyComponent .ArticleImageComponenta img {
    height: auto !important;
  }
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 10px;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 25px;
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  font-family: "Open Sans Hebrew";
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.ArticleBodyComponent .ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener:has(.magnifying-glass-icon) {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cpath d='M18.6666 12.0007C19.1744 12.0007 19.5858 12.4122 19.5859 12.9199V17.748H24.414C24.9218 17.7482 25.3333 18.1596 25.3333 18.6673C25.3333 19.1751 24.9218 19.5864 24.414 19.5866H19.5859V24.4147C19.5858 24.9224 19.1744 25.3339 18.6666 25.334C18.1589 25.334 17.7475 24.9224 17.7474 24.4147V19.5866H12.9193C12.4115 19.5864 12 19.1751 12 18.6673C12 18.1596 12.4115 17.7482 12.9193 17.748H17.7474V12.9199C17.7475 12.4122 18.1589 12.0007 18.6666 12.0007Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6666 5.33398C26.0304 5.33398 32 11.3035 32 18.6673C32 21.9186 30.8359 24.8977 28.9023 27.2116L34.3515 32.8288C34.7718 33.2495 34.7721 33.9317 34.3515 34.3522C33.931 34.7727 33.2488 34.7725 32.8281 34.3522L27.3932 28.7493C25.0547 30.7752 22.0035 32.0006 18.6666 32.0006C11.3028 32.0006 5.33331 26.0311 5.33331 18.6673C5.33331 11.3035 11.3028 5.33398 18.6666 5.33398ZM18.6666 7.4668C12.4811 7.4668 7.46613 12.4817 7.46613 18.6673C7.46613 24.8529 12.4811 29.8678 18.6666 29.8678C24.8522 29.8678 29.8672 24.8529 29.8672 18.6673C29.8672 12.4817 24.8522 7.4668 18.6666 7.4668Z' fill='white'/%3E %3C/svg%3E"), pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener:hover .magnifying-glass-icon {
  visibility: hidden;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .magnifying-glass-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E %3Cg clip-path='url(%23clip0_11341_14014)'%3E %3Cg filter='url(%23filter0_d_11341_14014)'%3E %3Cpath d='M11.6663 7.50016C11.9837 7.5002 12.2408 7.7574 12.2409 8.07471V11.0923H15.2585C15.5758 11.0924 15.833 11.3495 15.833 11.6668C15.833 11.9842 15.5758 12.2413 15.2585 12.2414H12.2409V15.259C12.2408 15.5763 11.9837 15.8335 11.6663 15.8335C11.349 15.8335 11.0919 15.5763 11.0918 15.259V12.2414H8.07422C7.75689 12.2413 7.49967 11.9842 7.49967 11.6668C7.49967 11.3495 7.75689 11.0924 8.07422 11.0923H11.0918V8.07471C11.0919 7.75738 11.349 7.50016 11.6663 7.50016Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6663 3.3335C16.2687 3.3335 19.9997 7.06446 19.9997 11.6668C19.9997 13.6988 19.2721 15.5608 18.0636 17.007L21.4694 20.5177C21.7321 20.7807 21.7322 21.2071 21.4694 21.4699C21.2066 21.7327 20.7802 21.7325 20.5173 21.4699L17.1204 17.9681C15.6589 19.2343 13.7519 20.0002 11.6663 20.0002C7.06397 20.0002 3.33301 16.2692 3.33301 11.6668C3.33301 7.06446 7.06397 3.3335 11.6663 3.3335ZM11.6663 4.6665C7.80035 4.6665 4.66602 7.80084 4.66602 11.6668C4.66602 15.5328 7.80035 18.6672 11.6663 18.6672C15.5323 18.6672 18.6667 15.5328 18.6667 11.6668C18.6667 7.80084 15.5323 4.6665 11.6663 4.6665Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_11341_14014' x='-0.666992' y='1.3335' width='26.333' height='26.3335' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_11341_14014'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_11341_14014' result='shape'/%3E %3C/filter%3E %3CclipPath id='clip0_11341_14014'%3E %3Crect width='25' height='25' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ArticleEditor .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 6.74537C10.5145 6.74541 11.0243 6.8472 11.4996 7.04486C11.9749 7.24254 12.4072 7.53217 12.771 7.89735C13.1347 8.26262 13.4237 8.69664 13.6206 9.17385C13.8175 9.65111 13.9189 10.163 13.9189 10.6796C13.9189 11.1962 13.8175 11.7081 13.6206 12.1853C13.4237 12.6626 13.1348 13.0965 12.771 13.4618C12.4071 13.8271 11.975 14.1172 11.4996 14.315C11.0244 14.5126 10.5144 14.6144 10 14.6145C9.48557 14.6144 8.97565 14.5126 8.50036 14.315C8.02509 14.1173 7.59283 13.8271 7.22904 13.4618C6.86531 13.0966 6.57689 12.6626 6.38001 12.1853C6.18312 11.708 6.08174 11.1962 6.08174 10.6796C6.08177 10.163 6.18311 9.65114 6.38001 9.17385C6.57694 8.69663 6.86526 8.26261 7.22904 7.89735C7.59282 7.53213 8.02511 7.24256 8.50036 7.04486C8.97565 6.84723 9.48557 6.7454 10 6.74537ZM10 7.79135C9.62241 7.79138 9.24798 7.8666 8.89912 8.01165C8.55031 8.15678 8.23314 8.3694 7.96614 8.63745C7.69914 8.90554 7.48744 9.22398 7.34288 9.57423C7.19835 9.92459 7.1235 10.3004 7.12347 10.6796C7.12347 11.0589 7.19834 11.4345 7.34288 11.785C7.48745 12.1353 7.69904 12.4542 7.96614 12.7224C8.23314 12.9904 8.55032 13.2031 8.89912 13.3482C9.24798 13.4932 9.62241 13.5684 10 13.5685C10.3776 13.5684 10.752 13.4933 11.1009 13.3482C11.4498 13.203 11.7674 12.9905 12.0345 12.7224C12.3015 12.4542 12.5132 12.1353 12.6578 11.785C12.8023 11.4346 12.8772 11.0588 12.8772 10.6796C12.8771 10.3004 12.8023 9.92456 12.6578 9.57423C12.5132 9.22401 12.3014 8.90554 12.0345 8.63745C11.7674 8.3693 11.4498 8.1568 11.1009 8.01165C10.752 7.86656 10.3776 7.79138 10 7.79135Z' fill='white'/%3E %3Cpath d='M16.1187 8.47781H14.7584V7.43183H16.1187V8.47781Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6766 5.37883H16.1187C16.6177 5.37886 17.0964 5.57764 17.4492 5.93183C17.802 6.28606 17.9999 6.76678 18 7.26772V14.7747C18.0013 15.0235 17.9536 15.2701 17.8594 15.5002C17.7652 15.7303 17.6263 15.9398 17.4511 16.1157C17.276 16.2915 17.0677 16.4305 16.8387 16.5251C16.6104 16.6193 16.3656 16.6671 16.1187 16.6662L3.88125 16.6668C3.63445 16.6677 3.38961 16.6193 3.16132 16.5251C2.93231 16.4305 2.72399 16.2915 2.54888 16.1157C2.37366 15.9398 2.2348 15.7303 2.14058 15.5002C2.04641 15.2701 1.99872 15.0235 2.00003 14.7747V7.26772C2.00009 6.76679 2.19801 6.28605 2.55078 5.93183C2.72547 5.75645 2.9331 5.61744 3.16132 5.52251C3.38953 5.4276 3.63424 5.37886 3.88125 5.37883H4.03707V4.53592H5.0788V5.37883H6.32341L7.6844 3.3335H12.3156L13.6766 5.37883ZM6.88116 6.42481H3.88125C3.77107 6.42483 3.66187 6.44697 3.56008 6.4893C3.4583 6.53165 3.36579 6.59372 3.28788 6.67193C3.13052 6.82995 3.04183 7.04427 3.04176 7.26772V14.7805C3.0412 14.8909 3.06292 15.0002 3.10472 15.1023C3.14656 15.2045 3.20817 15.2975 3.28597 15.3756C3.3637 15.4536 3.45591 15.5156 3.55754 15.5576C3.6593 15.5996 3.76868 15.6208 3.87871 15.6202H16.1213C16.2313 15.6208 16.3407 15.5996 16.4425 15.5576C16.5442 15.5156 16.6369 15.4537 16.7147 15.3756C16.7924 15.2975 16.8541 15.2044 16.8959 15.1023C16.9377 15.0003 16.9588 14.8908 16.9582 14.7805V7.26772C16.9582 7.04426 16.8695 6.82995 16.7121 6.67193C16.5547 6.51395 16.3413 6.42484 16.1187 6.42481H13.1188L11.7585 4.37947H8.24152L6.88116 6.42481Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .gallery-indication .gallery-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.ArticleBodyComponent .ArticleImageComponenta .expand,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand {
  position: absolute;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand::after,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  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' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand {
  left: 0px;
  width: 55px;
  height: 55px;
  top: 0;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  background-color: transparent;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:after {
  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: 95%;
  width: 100%;
  height: 100%;
}
.ArticleBodyComponent .ArticleImageComponenta .expand {
  right: 8px;
  top: 8px;
  background-color: rgba(206, 207, 215, 0.7);
  border-radius: 50%;
  box-shadow: 0px 0px 15px 3px #8F8A89;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  background-color: rgba(143, 138, 137, 0.7);
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:after {
  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' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 23px auto;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .mobileView {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 100%;
}
.ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 10px 10px 10px 0;
  float: left;
}
.EditorComponenta.side {
  float: left;
  width: 50%;
  margin: 10px 10px 10px 0;
}
.EditorComponenta.side.opposite {
  float: right;
  margin: 10px 0 10px 10px;
}
.isLtr .ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.isLtr .ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 0 0 10px 10px;
  float: right;
}
.isLtr .EditorComponenta.side {
  float: right;
  width: 50%;
  margin: 10px 0 10px 10px;
}
.isLtr .EditorComponenta.side.opposite {
  float: left;
  margin: 10px 10px 10px 0px;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView {
  height: 86px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView .textDiv {
  width: 100% !important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub {
  height: 48px !important;
  margin-bottom: 6px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub .slotTitle {
  text-overflow: unset !important;
  white-space: normal;
}
.grid1280 .ArticleHeadlinesAuto .TabComponenta {
  margin-bottom: 14px;
}
.grid1280 .ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 102px;
  margin-bottom: 14px ! important;
}
.grid1280 .ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView {
  width: 180px;
  height: 102px;
  margin-left: 14px;
  overflow: hidden;
  padding: 0px;
  border: none;
  font-size: 10px;
  position: relative;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280 .ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200x);
  overflow: hidden;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 18px;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .moreDetails {
  color: #9d9d9d;
  line-height: 18px;
}
.ArticleHeadlinesAuto.withoutImage .slotView {
  height: 76px ! important;
  border-bottom: solid 1px #808080;
  margin-top: 7px;
  padding-bottom: 9px;
  box-sizing: border-box;
}
.ArticleHeadlinesAuto.englishSite {
  direction: ltr;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotSubTitle {
  display: none;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotTitle {
  max-height: unset ! important;
  height: 48px ! important;
  white-space: unset! important;
}
.ArticleHeadlinesAuto.englishSite .slotView .imageView {
  margin-left: 0px;
  margin-right: 10px;
  width: 110px;
  height: 62px;
}
.ArticleHeadlinesAuto.englishSite .slotView .moreDetails {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
}
.ArticleHeadlinesAuto.englishSite .slotMore {
  text-align: right;
}
.ArticleHeadlinesAuto .slotList {
  margin-right: 0 !important;
}
.ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 66px;
}
.ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotView .imageView {
  width: 112px;
  height: 64px;
  margin-left: 10px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #C6C6C6;
  font-size: 10px;
  position: relative;
}
.ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 126px);
  overflow: hidden;
}
.ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  font-size: 12px;
}
.ArticleHeadlinesAuto .slotMore {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 17px;
  overflow-y: hidden;
}
.ArticleHeadlinesAuto .slotMore a {
  font-size: 12px;
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotMore a:hover {
  color: #F50000;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeadlinesAuto.withoutImage {
    background: #fff ! important;
  }
  .ArticleHeadlinesAuto.withoutImage .slotView {
    height: auto;
    border-bottom: solid 1px #808080 ! important;
    margin-top: 7px;
    padding-bottom: 9px;
  }
  .ArticleHeadlinesAuto.withoutImage .slotTitle {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto.withoutImage .moreDetails {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto.englishSite {
    font-family: Arimo;
    background: #ededed;
  }
  .ArticleHeadlinesAuto.englishSite .slotSubTitle {
    display: none;
  }
  .ArticleHeadlinesAuto.englishSite .slotTitle {
    line-height: 18px;
    height: 36px;
    font: normal 14px Arimo ! important;
    max-height: 36px;
    margin-bottom: 10px;
    white-space: inherit;
  }
  .ArticleHeadlinesAuto.englishSite .slotView {
    width: 100%;
    border-bottom: 1px dotted #808080;
    margin-top: 0px;
    margin-bottom: 6px ! important;
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .ArticleHeadlinesAuto.englishSite .slotView:first-of-type {
    padding-top: 5px ! important;
  }
  .ArticleHeadlinesAuto.englishSite .slotView:last-of-type {
    margin-bottom: 0px ! important;
  }
  .ArticleHeadlinesAuto.englishSite .moreDetails {
    line-height: 14px;
    height: 28px;
    color: #808080;
    font: normal 11px Arimo !important;
    display: block;
    align-items: inherit;
  }
  .ArticleHeadlinesAuto.englishSite .slotContentDiv[style] {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto .slotMore {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .article-image-price-tag-points-component {
    position: relative;
    width: 90.625vw !important;
    margin: auto;
    width: 100%;
  }
  .article-image-price-tag-points-component .pont-dot-parent {
    height: 6.25vw !important;
    width: 6.25vw !important;
    left: calc(var(--pointX) - 6.25vw/2) !important;
    top: calc(var(--pointY) - 6.25vw/2) !important;
    position: absolute;
  }
  .article-image-price-tag-points-component .point-dot {
    background: var(--pointColor);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    z-index: 10;
    font-size: 0;
    text-overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .article-image-price-tag-points-component .point-dot .dot-plus {
    font-size: 5.46875vw !important;
    font-family: "Times New Roman";
    color: var(--plusColor) !important;
  }
  .article-image-price-tag-points-component .point-dot:hover {
    z-index: 15;
    border-radius: unset !important;
    width: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    display: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    transition: unset !important;
    animation: unset !important;
    cursor: unset !important;
    opacity: 0;
  }
  .article-image-price-tag-points-component img[style] {
    height: auto !important;
    width: 100% !important;
  }
  .article-image-price-tag-points-component .point-box {
    animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    position: absolute;
    z-index: 20;
    background-color: #f5f5f4;
    width: 41.5625vw !important;
    height: auto;
    color: #000000;
    font-family: OpenSansHebrew;
    border-radius: 3.125vw;
    padding-bottom: 3.75vw;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
  }
  .font-moses .article-image-price-tag-points-component .point-box {
    font-family: "Moses", OpenSansHebrew;
  }
  .magazine2025 .article-image-price-tag-points-component .point-box {
    font-family: 'EzerShemesh';
  }
  .article-image-price-tag-points-component .point-box .close-btn {
    float: left;
    font-size: 2.1875vw;
    font-weight: 600;
    padding-left: 2.65625vw !important;
    padding-top: 2.65625vw !important;
    cursor: pointer;
    justify-content: flex-end;
    display: flex;
  }
  .article-image-price-tag-points-component .point-box .price-row {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 5vw !important;
    line-height: 5vw !important;
    padding: 0px 4.6875vw !important;
  }
  .article-image-price-tag-points-component .point-box .desc-row {
    margin-top: 0.78125vw !important;
    font-size: 3.4375vw !important;
    font-weight: bold;
    line-height: 1 !important;
    color: #000000;
    padding: 0px 4.6875vw !important;
    overflow: hidden;
  }
  .article-image-price-tag-points-component .point-box .additional-row {
    font-size: 3.125vw ! important;
    padding: 0px 4.6875vw !important;
    margin: 1.5625vw 0;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.58px;
    text-align: right;
    color: #0d0c0c;
  }
  .article-image-price-tag-points-component .point-box .buy-row {
    padding: 1.5625vw 4.6875vw 0 !important;
    display: inline-flex;
  }
  .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
    opacity: 0.95;
    border-radius: 2.5vw;
    background-color: #000000;
    cursor: pointer;
    display: flex;
    color: white;
    justify-content: center;
    align-content: center;
    font-size: 2.8125vw !important;
    font-weight: 800;
    line-height: 2.8125vw !important;
    padding: 1.5625vw 2.1875vw !important;
    text-decoration: none;
  }
  .article-image-price-tag-points-component .ImageDetails {
    margin-bottom: 1.5625vw;
  }
  .article-image-price-tag-points-component .ImageDetails > * {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.875vw;
    line-height: 2.1875vw;
    color: #000;
  }
  .font-moses .article-image-price-tag-points-component .ImageDetails > * {
    font-family: "Moses", Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    font-weight: 340;
  }
  .magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
    font-family: 'Assistant';
    font-size: 2.5vw;
    font-weight: 300;
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCaption {
    font-weight: bold;
    margin-left: 0.78125vw;
  }
}
@media (prefers-color-scheme: dark) {
  .article-image-price-tag-points-component .point-box {
    background: #000 !important;
  }
  .article-image-price-tag-points-component .point-dot .dot-plus {
    color: var(--plusColor) !important;
  }
}
.article-image-price-tag-points-component {
  position: relative;
}
.article-image-price-tag-points-component .pont-dot-parent {
  height: 40px;
  width: 40px;
  left: calc(var(--pointX) - 40px/2);
  top: calc(var(--pointY) - 40px/2);
  position: absolute;
}
.article-image-price-tag-points-component .point-dot {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: inline-flex;
  z-index: 10;
  font-size: 0;
  text-overflow: hidden;
  overflow: hidden;
  background-color: var(--pointColor);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.article-image-price-tag-points-component .point-dot .dot-plus {
  font-size: 35px;
  font-family: "Times New Roman";
  color: var(--plusColor);
}
.article-image-price-tag-points-component .point-dot .dot-text {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover {
  z-index: 15;
  border-radius: 20px;
  width: 140px;
  font-size: 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s ease-in-out;
  animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  cursor: pointer;
}
.article-image-price-tag-points-component .point-dot:hover .dot-plus {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover .dot-text {
  display: flex;
  color: var(--pointColor);
  filter: invert(100%);
}
.article-image-price-tag-points-component .point-box {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  position: absolute;
  z-index: 20;
  background-color: #f5f5f4;
  width: 215px;
  height: auto;
  padding-bottom: 24px;
  color: #000000;
  font-family: OpenSansHebrew;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.magazine2025 .article-image-price-tag-points-component .point-box {
  font-family: 'EzerShemesh';
}
.article-image-price-tag-points-component .point-box .close-btn {
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding-left: 17px;
  padding-top: 17px;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
}
.article-image-price-tag-points-component .point-box .price-row {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 20x;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .price-row span {
  direction: ltr;
  display: inline-block;
}
.article-image-price-tag-points-component .point-box .desc-row {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .additional-row {
  font-size: 18px;
  padding: 0 30px;
  margin: 10px 0;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.58px;
  text-align: right;
  color: #0d0c0c;
}
.font-moses .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 340;
  line-height: 1.11;
  letter-spacing: normal;
}
.magazine2025 .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 300;
}
.article-image-price-tag-points-component .point-box .buy-row {
  padding: 10px 30px 0;
  display: inline-flex;
}
.article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  opacity: 0.95;
  border-radius: 16px;
  background-color: #000000;
  cursor: pointer;
  display: flex;
  color: white;
  justify-content: center;
  align-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 16px;
  padding: 10px 14px;
  text-decoration: none;
}
.font-moses .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 400;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 10px;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails {
  padding-inline-start: 30px;
}
.article-image-price-tag-points-component .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
  font-family: 'EzerShemesh';
  font-size: 16px;
  line-height: 18px;
}
.article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.font-moses .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
}
@keyframes tracking-in-expand {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.paywall-wrapper {
  position: relative;
}
.paywall-wrapper .fade-overlay {
  position: absolute;
  top: -248px;
  height: 250px;
  width: 100%;
  background: linear-gradient(to top, #f3f8f9, rgba(255, 255, 255, 0));
  pointer-events: none;
  display: block;
  z-index: 0;
}
.paywall-wrapper .ArticlePremiumCutter {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 748px;
  border-top: 2px solid #DE1A1A;
}
.paywall-wrapper .ArticlePremiumCutter .yedioth-plus-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='125' height='40' viewBox='0 0 125 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 20C0 8.95431 8.9543 0 20 0H105C116.046 0 125 8.95431 125 20C125 31.0457 116.046 40 105 40H20C8.95431 40 0 31.0457 0 20Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3291 36C27.8703 36 34.7931 28.8364 34.7931 20C34.7931 11.1636 27.8703 4 19.3291 4C10.788 4 3.86523 11.1636 3.86523 20C3.86523 28.8364 10.788 36 19.3291 36Z' fill='black'/%3E %3Cpath d='M21.5383 10.8571V29.1428H17.12V10.8571H21.5383Z' fill='white'/%3E %3Cpath d='M28.1657 17.7142V22.2857H10.4926V17.7142H28.1657Z' fill='white'/%3E %3Cpath d='M103.676 12.5503C103.676 12.5503 96.5481 12.6824 95.0805 12.4011H95.0926C94.0823 12.2071 93.5116 11.9829 92.6103 11.6287L92.428 11.5571C92.0166 11.3983 91.6833 11.0735 91.3704 10.7685C90.8462 10.2575 90.3791 9.80226 89.6973 10.2768C91.1529 12.2346 91.7664 14.8066 91.8987 17.2409L100.861 17.2581V29.8599H102.07C102.593 27.6783 103.423 25.5024 104.614 23.6365C103.688 21.8051 103.188 19.2675 102.828 17.1834H104.325L103.676 12.5503Z' fill='white'/%3E %3Cpath d='M79.3635 12.1226C78.8101 12.0556 78.2574 11.9887 77.7818 11.8201L77.7878 11.8373C77.4614 11.6711 77.1564 11.4503 76.8505 11.2287C76.2262 10.7767 75.5979 10.3216 74.7744 10.3216C75.8631 12.4344 76.5909 15.0581 76.0315 17.4235C77.1863 17.5153 79.5201 17.4349 79.5201 17.4349C79.5389 17.3971 79.5868 17.8563 79.661 18.5688C79.8235 20.1279 80.1124 22.8997 80.5005 24.3301C79.3184 24.2293 78.4916 24.2859 77.7556 24.3362C77.0235 24.3863 76.3812 24.4302 75.5684 24.3071C74.2752 20.8969 73.4512 17.257 73.8121 13.1865C73.7074 12.2377 72.8393 12.2581 72.0375 12.277C71.8253 12.282 71.6178 12.2868 71.4302 12.2736C70.4758 12.3363 69.6693 11.8469 68.8933 11.3761C68.1045 10.8975 67.3472 10.438 66.4981 10.5972C68.1522 12.4918 68.5792 14.8572 68.5792 17.4177L71.7009 17.4292C71.7009 17.4292 72.9099 22.1197 72.6813 24.2382C72.307 24.3805 72.1717 24.3661 71.9066 24.3378C71.6904 24.3147 71.3878 24.2825 70.7987 24.3186C70.51 24.2727 70.1912 24.3473 69.8904 24.5425C69.8511 24.5676 69.816 24.5874 69.7839 24.6055C69.6545 24.6787 69.5755 24.7234 69.4694 24.9673C69.0736 25.8795 68.8723 26.5999 68.6136 27.5258C68.4359 28.1618 68.2311 28.8946 67.9176 29.8531H80.6207C80.9183 29.2184 81.2385 28.6319 81.5484 28.0643C82.3346 26.6243 83.0545 25.3057 83.171 23.6297C81.7515 20.5696 81.4207 16.8379 82.0823 13.3358C81.5773 12.3908 80.4688 12.2565 79.3635 12.1226Z' fill='white'/%3E %3Cpath d='M61.5902 11.9481C62.1087 12.5303 62.9223 12.5758 63.7101 12.6198C64.6315 12.6713 65.5175 12.7208 65.8547 13.6245C65.6261 17.4481 66.1193 20.9847 67.3103 24.2342C67.1088 24.593 66.9126 24.9212 66.722 25.2399C65.9736 26.4915 65.3112 27.5991 64.76 29.8548H63.7315L63.7435 17.5687C63.7435 17.5687 62.2519 17.5285 60.7903 17.5687C61.1833 14.2252 59.6401 11.8599 58.8368 10.6287C58.7918 10.5597 58.7491 10.4943 58.7092 10.4324C59.6375 10.2145 60.1209 10.7081 60.6058 11.2034C60.9001 11.5039 61.195 11.805 61.5902 11.9481Z' fill='white'/%3E %3Cpath d='M87.3901 12.6198C86.6023 12.5758 85.7886 12.5303 85.2702 11.9481H85.2762C85.0666 11.8352 84.8581 11.6241 84.6293 11.3925C84.09 10.8464 83.4383 10.1865 82.3951 10.4324C82.435 10.4943 82.4777 10.5597 82.5227 10.6287C83.326 11.8599 84.8692 14.2252 84.4762 17.5687C85.8656 17.6433 87.4295 17.5687 87.4295 17.5687L87.4415 23.861H88.3076C88.8518 21.6101 89.665 20.7226 90.5306 19.7777C90.7557 19.532 90.9844 19.2824 91.2128 19.004C89.9136 16.7133 89.5346 13.6245 89.5346 13.6245C89.1974 12.7208 88.3114 12.6713 87.3901 12.6198Z' fill='white'/%3E %3Cpath d='M107.459 11.9482C107.977 12.5304 108.791 12.5758 109.579 12.6199C110.5 12.6714 111.386 12.7209 111.723 13.6246C111.723 13.6246 112.102 16.7133 113.401 19.004C113.208 19.2395 113.019 19.4544 112.835 19.6637C111.963 20.6536 111.2 21.5201 110.635 23.8611H109.654L109.666 17.5688C109.666 17.5688 108.006 17.5286 106.665 17.5688C107.058 14.2253 105.515 11.86 104.711 10.6288C104.666 10.5598 104.624 10.4943 104.584 10.4325C105.544 10.2069 106.051 10.7196 106.555 11.2298C106.834 11.5117 107.111 11.7929 107.465 11.9482H107.459Z' fill='white'/%3E %3Cpath d='M48.6826 17.7398H55.2326L55.2567 29.9225L56.8566 29.8995C57.3868 27.7302 58.0194 26.7042 58.7328 25.5471C58.9502 25.1945 59.1751 24.8297 59.4069 24.4167C58.2159 21.1615 57.7408 17.5503 57.9753 13.7324C57.9587 13.7027 57.9424 13.6734 57.9263 13.6445C57.6156 13.0869 57.3904 12.6827 57.013 12.5899C55.7354 12.5383 54.4252 12.5631 53.1212 12.5877C50.5083 12.6371 47.9201 12.686 45.6692 12.1192C45.2293 12.0937 44.8257 11.6501 44.4422 11.2285C43.8766 10.6069 43.3547 10.0331 42.8242 10.9193C44.0512 12.9402 44.4241 15.1562 44.4903 17.6824C44.9895 17.6192 45.603 17.5733 45.9278 17.7283C45.0015 19.5597 45.4166 22.9068 45.9278 24.566C45.9278 24.566 43.4016 24.5143 43.2874 24.5603C42.5957 26.2367 41.2363 29.8536 41.2363 29.8536H47.4435L47.7202 29.5379C47.8633 29.0148 48.0636 28.4868 48.2659 27.9533C48.9564 26.1328 49.6708 24.2493 48.2194 22.2868C47.5939 20.7768 47.3233 18.7502 48.6826 17.7398Z' fill='white'/%3E %3C/svg%3E");
  width: 125px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
.paywall-wrapper .ArticlePremiumCutter .topShadow {
  background-image: linear-gradient(rgba(237, 241, 245, 0.6), #edf1f5);
  width: 100%;
  height: 100px;
  background-repeat: repeat;
  position: absolute;
}
.paywall-wrapper .ArticlePremiumCutter .premium_block {
  background-color: white;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0px -15px 20px 0px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 748px;
  justify-content: flex-start;
}
.recipeRating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipeRating .recipe-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-family: 'NarkisBlock';
  font-weight: 700;
}
.font-moses .recipeRating .recipe-rating {
  font-size: 15px;
  font-family: "Moses", "NarkisBlock";
  font-weight: 670;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-stars {
  cursor: default;
}
.recipeRating .recipe-rating .recipe-rating-stars {
  height: 24px;
  direction: ltr;
  display: flex;
  cursor: pointer;
  margin-bottom: 3px;
  margin-right: 13px;
}
.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='23' height='23' 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: %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='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") !important;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  width: 23px;
  height: 23px;
  padding: 0 7px 0 0;
  background-repeat: no-repeat;
}
.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");
}
.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");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars {
  margin-bottom: 0;
}
.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");
}
.grid1280 .ArticleBodyComponent .VideoComponenta .articleVideoComponenta .videoInfo,
.grid1280 .VideoLiveComponenta .articleVideoComponenta .videoInfo {
  font-family: 'Open Sans Hebrew' !important;
}
.VideoComponenta,
.VideoLiveComponenta {
  clear: both;
  margin-bottom: 10px;
}
.VideoComponenta .videoPoster,
.VideoLiveComponenta .videoPoster {
  min-height: 200px;
}
.VideoComponenta .articleVideoComponenta,
.VideoLiveComponenta .articleVideoComponenta {
  position: relative;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header {
  width: 95%;
  align-self: flex-end;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: rgba(0, 0, 0, 0.5);
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  border-radius: 5px;
  padding: 10px;
  gap: 10px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover {
  border-radius: 5px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
  width: 30px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf {
  position: absolute;
  top: 10px;
  left: 10px;
}
.VideoComponenta .ArticleVideo,
.VideoLiveComponenta .ArticleVideo {
  background: rgba(0, 0, 0, 0.7);
}
.DesktopModeContainer .VideoComponenta .ArticleVideo.EditableVideo,
.DesktopModeContainer .VideoLiveComponenta .ArticleVideo.EditableVideo {
  height: auto;
  max-height: 416px;
}
.VideoComponenta .ArticleVideo:not(.EditableVideo),
.VideoLiveComponenta .ArticleVideo:not(.EditableVideo) {
  height: auto;
}
.VideoComponenta .ArticleVideo .customSmallVideoPlayerContainer .video,
.VideoLiveComponenta .ArticleVideo .customSmallVideoPlayerContainer .video {
  display: flex;
}
.VideoComponenta .ArticleVideo .x-button,
.VideoLiveComponenta .ArticleVideo .x-button {
  bottom: 255px;
  left: 5;
}
.VideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: white;
  background-color: #272727;
  padding: 6px;
  z-index: 99;
  position: relative;
  min-height: 16px;
  height: auto;
  font-family: "Arial";
  font-size: 14px;
  padding: 0px;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: -3px;
}
.magazine_template .VideoComponenta .videoInfo,
.magazine_template .VideoLiveComponenta .videoInfo {
  z-index: 1;
}
.grid1280_2 .VideoComponenta .videoInfo,
.grid1280_2 .VideoLiveComponenta .videoInfo,
.galhad .VideoComponenta .videoInfo,
.galhad .VideoLiveComponenta .videoInfo {
  background-color: transparent;
  font-family: inherit;
  color: #78787b;
  padding: 0;
}
.font-moses .grid1280_2 .VideoComponenta .videoInfo,
.font-moses .grid1280_2 .VideoLiveComponenta .videoInfo,
.font-moses .galhad .VideoComponenta .videoInfo,
.font-moses .galhad .VideoLiveComponenta .videoInfo {
  font-size: 14px;
  font-weight: 340;
  margin-bottom: 15px;
}
.VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: flex;
  max-width: 80%;
  min-width: 100px;
}
.pplus .VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.pplus .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: unset;
}
.VideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: flex;
}
.grid1280_2 .VideoComponenta .videoInfo .videoComponentaShare,
.grid1280_2 .VideoLiveComponenta .videoInfo .videoComponentaShare,
.ctech .VideoComponenta .videoInfo .videoComponentaShare,
.ctech .VideoLiveComponenta .videoInfo .videoComponentaShare,
.galhad .VideoComponenta .videoInfo .videoComponentaShare,
.galhad .VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.VideoComponenta .videoInfoText,
.VideoLiveComponenta .videoInfoText {
  margin-left: 20px;
  margin-bottom: 10px;
}
.VideoComponenta .videoInfoText .withWidth,
.VideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .sf_fb,
.VideoLiveComponenta .sf_fb {
  width: 32px;
  height: 23px;
  background: url(/Common/images/video/sharingfooter/sf_facebook.jpg) no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_send,
.VideoLiveComponenta .sf_send {
  width: 32px;
  height: 23px;
  background: url("/Common/images/video/sharingfooter/sf_sendTo.jpg") no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_spacer,
.VideoLiveComponenta .sf_spacer {
  margin: 0 1px;
  vertical-align: top;
}
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-right: 0px;
}
.ynet.grid1280_2 .VideoComponenta #art_video_caption_id,
.ynet.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  color: #000000;
}
.VideoComponenta #art_video_credit_id,
.VideoLiveComponenta #art_video_credit_id,
.VideoComponenta #art_video_caption_id,
.VideoLiveComponenta #art_video_caption_id {
  float: right;
  line-height: 25px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 5px;
}
.grid1280_2 .VideoComponenta #art_video_credit_id,
.grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  padding-right: 0px;
  margin-top: 14px;
  line-height: 18px;
}
.font-moses .grid1280_2 .VideoComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoComponenta #art_video_caption_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-top: 10px;
}
.VideoComponenta #art_video_credit_id .RichInput,
.VideoLiveComponenta #art_video_credit_id .RichInput,
.VideoComponenta #art_video_caption_id .RichInput,
.VideoLiveComponenta #art_video_caption_id .RichInput {
  width: initial;
}
.VideoComponenta .yitvideo_container,
.VideoLiveComponenta .yitvideo_container {
  margin-bottom: -7px;
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.VideoComponenta .loader,
.VideoLiveComponenta .loader {
  position: absolute;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.VideoComponenta .share-image,
.VideoLiveComponenta .share-image {
  float: left;
  margin-top: initial;
  height: 32px;
  cursor: pointer;
}
.VideoComponenta .blogsArticleVideoAppComponenta,
.VideoLiveComponenta .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ver1.ver2:not(.yplus) .VideoComponenta .blogsArticleVideoAppComponenta,
.ver1.ver2:not(.yplus) .VideoLiveComponenta .blogsArticleVideoAppComponenta {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: block;
  text-decoration: none;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton,
.VideoLiveComponenta .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;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  width: 100%;
  font-size: 16px;
  color: #000000;
  padding-bottom: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 0.9rem ! important;
}
.ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 14px;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 25px 5px;
  margin-top: -0.375rem;
  box-sizing: border-box;
}
:not(.mutam).ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
:not(.mutam).ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 1rem;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child {
  font-weight: bold ! important;
  margin-left: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style],
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style] {
  all: unset ! important;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 10px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style],
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style] {
  margin-left: 5px;
}
.englishSite .videoInfoText {
  margin-left: 0px ! important;
  margin-right: 20px;
}
.youtube-footerv2 {
  display: none !important;
}
.YoutubeCaption {
  padding: 2px 0;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.font-moses .YoutubeCaption {
  font-weight: 670;
}
.CalcalisArticleColumnListComponenta {
  display: flex;
  flex: 3;
  height: 128px;
  max-height: 128px;
  padding: 14px 20px 0;
  background-color: white;
  box-sizing: border-box;
}
.CalcalisArticleColumnListComponenta .manualWrapper {
  display: flex;
  align-items: center;
}
.CalcalisArticleColumnListComponenta .manualWrapper a img {
  float: right;
  margin: 7px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper {
  display: flex;
  flex-direction: column;
  width: 400px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ShualBold";
  line-height: 24px;
  font-size: 22px;
  padding: 0 15px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper {
  display: flex;
  max-height: 50px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .subTitle {
  padding: 0 15px;
  overflow: hidden;
  margin: 8px 0 0 5px;
  display: inline-block !important;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper {
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper .arrow {
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.CalcalisArticleColumnListComponenta .autoWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.CalcalisArticleColumnListComponenta .autoWrapper .label {
  font-weight: bold;
  font-size: 18px;
  direction: rtl;
  display: inline-block;
  margin: 5px 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0;
  padding: 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li {
  list-style-position: inside;
  direction: rtl;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li a,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:hover,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:focus,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:active {
  text-decoration: underline;
}
.categoryBreadcrumbs {
  font-family: arial;
  font-size: 12px;
  line-height: 31px;
}
.categoryBreadcrumbs.englishSite {
  direction: ltr;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .categoryBreadcrumbs.englishSite {
    display: none;
  }
}
.categoryBreadcrumbs.englishSite ul {
  margin: 0 0 0 3px ! important;
  float: left;
}
.categoryBreadcrumbs.englishSite ul li {
  margin-right: 8px;
  margin-left: 0;
  padding-left: 11px;
  padding-right: 0px;
  float: left;
  background: url(//www.ynet.co.il/images/tgr_arrow_right.png) no-repeat left 14px ! important;
}
.categoryBreadcrumbs.englishSite ul li:first-child {
  padding-left: 0px ! important;
}
.categoryBreadcrumbs ul {
  padding: 0;
  float: right;
  margin: 0 3px 0 0;
  width: 550px;
  color: black;
  list-style-type: none;
}
.categoryBreadcrumbs ul li:first-child {
  padding: 0;
  background: none ! important;
  font-weight: bold;
}
.categoryBreadcrumbs ul li {
  float: right;
  margin-left: 8px;
  padding-right: 11px;
  background: url(//www.ynet.co.il/images/tgr_arrow_left.png) no-repeat right 14px;
}
.categoryBreadcrumbs ul li:first-child a {
  color: black;
}
.categoryBreadcrumbs ul li a {
  text-decoration: none;
  color: #1F1F1F;
}
.CategoryImageComponenta .SimpleImage img {
  width: auto;
}
.grid1280 .categorySubNavigation {
  font-family: "Open Sans Hebrew";
}
.grid1280 .categorySubNavigation ul li:last-child {
  border-left: none !important;
}
.grid1280 .categorySubNavigation ul li {
  background: none !important;
  position: relative;
  border-left: 1px solid #000;
  color: #000;
  margin: 0 0 6px 0 !important;
  padding: 0 11px !important;
  line-height: 17px !important;
}
.grid1280 .categorySubNavigation ul {
  margin-right: -11px;
}
.categorySubNavigation {
  font-size: 14px;
  overflow: hidden;
}
.categorySubNavigation.englishSite {
  direction: ltr;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .categorySubNavigation.englishSite {
    display: none;
  }
}
.categorySubNavigation.englishSite ul li:first-child {
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px;
}
.ynetnews .categorySubNavigation.englishSite ul li:first-child {
  background: unset;
}
.categorySubNavigation.englishSite ul li:last-child {
  background: none;
}
.vesty .categorySubNavigation.englishSite ul li:not(:last-child) {
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px ! important;
}
.categorySubNavigation ul {
  padding: 0;
  line-height: 22px;
  margin-right: -21px;
  list-style-type: none;
  overflow: hidden;
}
.radionas .categorySubNavigation ul {
  margin-right: -13px;
}
.categorySubNavigation ul li:first-child {
  background: none;
}
.categorySubNavigation ul li {
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  padding-right: 13px;
  font-size: 14px;
  font-weight: bold;
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px;
}
.grid1280_2 .categorySubNavigation ul li {
  background: none;
}
.radionas .categorySubNavigation ul li {
  margin-left: 37px;
}
.grid1280_2 .categorySubNavigation ul li.selected a[style] {
  color: #1417ac !important;
  font-weight: bold !important;
}
.radionas .categorySubNavigation ul li.selected a[style] {
  color: inherit !important;
  font-weight: 700 !important;
}
.categorySubNavigation ul li a {
  text-decoration: none;
  color: #000000;
}
.grid1280_2 .categorySubNavigation ul li a {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li a {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 ! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24;
}
.font-moses .categorySubNavigation ul li a {
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 23px !important;
}
.grid1280_2 .categorySubNavigation ul li span {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li span {
  font-size: 18px! important;
  line-height: 24px! important;
  font-weight: 600! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24 !important;
}
.font-moses .categorySubNavigation ul li span {
  font-size: 14px !important;
  font-weight: 340 !important;
}
.categorySubNavigation ul li a:hover {
  color: #FF0000 !important;
}
.grid1280_2 .categorySubNavigation ul li a:hover {
  color: #1417ac !important;
}
.Complex {
  padding: 0 ! important;
  overflow: hidden;
}
.Complex .linksList,
.Complex .imageLinksList {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  flex-shrink: 0;
  height: 24px;
}
.Complex .linksList {
  align-items: center;
}
.Complex .linksList li {
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  padding: 0 8px;
}
.Complex .linksList li > a {
  text-decoration: none;
}
.Complex .linksList li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.Complex .linksList li:last-child {
  border-left: none !important;
}
.Complex .leftTabSide {
  justify-content: flex-end;
  z-index: 1;
  float: left;
  position: relative;
}
.Complex .rightTabSide {
  justify-content: flex-start;
  float: right;
  z-index: 1;
  position: relative;
}
.Complex .rightTabSide .imageLinksList {
  padding: 0 10px;
}
.Complex .rightTabSide .linksList li {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a,
.grid1280 .Complex .leftTabSide > .linksList > li > span {
  text-decoration: underline ! important;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a:hover,
.grid1280 .Complex .leftTabSide > .linksList > li > span:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
.TickerComponenta .titleLink {
  font-size: 14px;
  float: left ! important;
}
.TickerComponenta.englishSite {
  direction: ltr;
}
.TickerComponenta.englishSite .slotTitle,
.TickerComponenta.englishSite .moreDetails {
  font-size: 14px ! important;
  font-family: arial ! important;
}
.TickerComponenta.englishSite .tickerTab {
  padding-left: 10px;
  padding-right: 0;
  line-height: 22px;
  font-size: 16px;
}
.TickerComponenta .tickerDate {
  font: bold 30px Tahoma ! important;
}
.MobileTickerComponenta {
  height: 41px;
  background-color: #4E4E4E;
  float: right;
  width: 100%;
  overflow: hidden;
  color: white;
  line-height: 33px;
  font-family: Arimo, Arial, sans-serif;
  font-size: 16px;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 99;
  text-decoration: none;
  direction: ltr;
}
.MobileTickerComponenta .tickerPageLink {
  width: 41px;
  height: 41px;
  color: red;
  background-color: #636363;
  font-size: 21px;
  float: left;
  text-decoration: none;
  -webkit-text-fill-color: unset ! important;
}
.MobileTickerComponenta .tickerPageLink span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.MobileTickerComponenta .openTicker {
  width: 30px;
  background-image: url(//m.ynet.co.il/content/images/icons/arrows/arrow_left.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #4E4E4E;
  background-size: 10px 16px;
  height: 41px;
  position: absolute;
  left: calc(100% - 35px);
  top: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.MobileTickerComponenta .slotView {
  display: none;
}
.MobileTickerComponenta .articleInfo {
  position: absolute;
  left: 40px;
  top: 0;
  height: 100%;
  width: calc(100% - 80px);
}
.MobileTickerComponenta .dateOfItem {
  float: left;
  font-weight: normal;
  margin-right: 5px;
  padding: 0 5px;
  background-color: #4E4E4E;
  z-index: 9;
  top: 0;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MobileTickerComponenta .titleOfItem {
  width: calc(100% - 70px);
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 1px;
  direction: ltr;
  float: left;
  margin-top: 5px;
  color: #fff;
  text-decoration: none;
}
.MobileTickerComponenta .titleOfItem div {
  transform: translate(10%, -42px);
  animation: moveLeft;
  animation-delay: 0.2s;
  width: auto;
  float: left;
  -webkit-text-fill-color: unset ! important;
}
.MobileTicker {
  position: relative;
  width: 100%;
  height: 41px;
}
@keyframes moveLeft {
  0% {
    transform: translate(10%, 0);
  }
  2% {
    transform: translate(10%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.tickerDate-enter {
  transform: translate(0, -50px);
}
.tickerDate-enter-active {
  transform: translate(0, 0);
  transition: transform 500ms ease-in;
}
.tickerDate-leave {
  transform: translate(0, 0);
}
.tickerDate-leave.tickerDate-leave-active {
  transform: translate(0, -50px);
  transition: transform 500ms ease-in;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .GeneralImageComponenta {
    width: 100%;
    height: auto;
    margin-bottom: 2.34375vw;
  }
  .GeneralImageComponenta div,
  .GeneralImageComponenta span,
  .GeneralImageComponenta img {
    width: 100%;
  }
  .GeneralImageComponenta .mediaItems > span,
  .GeneralImageComponenta .mediaItems > span > span,
  .GeneralImageComponenta .mediaItems > span > a {
    width: 100%;
  }
  .GeneralImageComponenta img[style] {
    width: 100% ! important;
    height: auto;
  }
  .GeneralImageComponenta .title span[style] {
    font-size: 4.53125vw ! important;
    min-height: 3.4375vw ! important;
  }
  .GeneralImageComponenta .subtitle {
    padding-top: 0 !important;
  }
  .GeneralImageComponenta .subtitle span {
    font-size: 3.75vw ! important;
  }
}
.GeneralImageComponenta {
  overflow: hidden;
  height: 100%;
}
.GeneralImageComponenta .MediaCarousel img {
  cursor: unset ! important;
}
.GeneralImageComponenta > div,
.GeneralImageComponenta > div > div,
.GeneralImageComponenta > div > div > div {
  height: 100%;
}
.GeneralImageComponenta.englishSite .title,
.GeneralImageComponenta.englishSite .subtitle {
  text-align: left;
}
.GeneralImageComponenta .GeneralImageItemSlot {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.GeneralImageComponenta .GeneralImageItemSlot .imageWrapper {
  order: 1;
}
.GeneralImageComponenta .titlesOverImage {
  position: absolute;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.GeneralImageComponenta .titlesOverImage a,
.GeneralImageComponenta .titlesOverImage a:hover,
.GeneralImageComponenta .titlesOverImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.GeneralImageComponenta .titlesOverImage .subtitle,
.GeneralImageComponenta .titlesOverImage .moreDetails {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
}
.GeneralImageComponenta .titlesOutsideImage {
  flex-grow: 1;
  padding: 7px 9px 10px 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.GeneralImageComponenta .titlesOutsideImage .mainText {
  flex-grow: 1;
  overflow-y: auto;
}
.GeneralImageComponenta .titlesOutsideImage a,
.GeneralImageComponenta .titlesOutsideImage a:hover,
.GeneralImageComponenta .titlesOutsideImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOutsideImage .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.GeneralImageComponenta .titlesOutsideImage .subtitle {
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 5px;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .GeneralImageComponenta .titlesOutsideImage {
    margin-top: -4px;
  }
}
.GeneralImageComponenta .moreDetails {
  font-size: 13px;
}
.layoutItem.google-adsense {
  padding-bottom: 14px;
}
.google-search-contianer-componenta {
  height: 37px;
  padding: 0px 11.9px 0px 10.5px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #000;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.google-search-contianer-componenta .search-icon {
  cursor: pointer;
  width: 13.9px;
  height: 13.6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.235' height='23.694' viewBox='0 0 24.235 23.694'%3E %3Cg data-name='Group 321'%3E %3Cpath data-name='Ellipse 18' d='M2.737 11.363a8.626 8.626 0 1 0 8.626-8.626 8.635 8.635 0 0 0-8.626 8.626m-2.737 0a11.363 11.363 0 1 1 11.363 11.363A11.363 11.363 0 0 1 0 11.363z'/%3E %3Cpath data-name='Line 84' d='M24.235 21.758 22.3 23.694l-4.329-4.329 1.936-1.935z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.google-search-contianer-componenta input.google-search {
  border: none;
  width: 100%;
  font-size: 16px !important;
}
.google-search-contianer-componenta input.google-search:placeholder-shown {
  opacity: 0.87;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: right;
  color: #878788;
}
.HotTitlesComponenta,
.ArticleBlogsHotTitlesComponenta {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  flex-shrink: 0;
}
.HotTitlesComponenta .slotsContent,
.ArticleBlogsHotTitlesComponenta .slotsContent {
  flex-grow: 1;
  margin: 0;
}
.HotTitlesComponenta .slotList,
.ArticleBlogsHotTitlesComponenta .slotList {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .slotList .slotView,
.ArticleBlogsHotTitlesComponenta .slotList .slotView {
  display: flex;
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotView:last-child,
.ArticleBlogsHotTitlesComponenta .slotList .slotView:last-child {
  margin-bottom: 15px;
}
.HotTitlesComponenta .slotList .slotView a,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a,
.HotTitlesComponenta .slotList .slotView a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a:hover {
  overflow: hidden;
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotView span,
.ArticleBlogsHotTitlesComponenta .slotList .slotView span {
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotTitle,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 5px 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
}
.HotTitlesComponenta .slotList .slotTitle a,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a,
.HotTitlesComponenta .slotList .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover {
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .slotList .slotTitle .videoIcon,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle .videoIcon {
  margin-bottom: -3px;
}
.HotTitlesComponenta .slotList .moreDetails,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails {
  color: #9C9C9C;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  padding: 0 10px 0 10px;
  width: auto;
  display: inline-block;
}
.HotTitlesComponenta .slotList .moreDetails > span,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails > span {
  vertical-align: inherit;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea {
  width: 96px;
  height: 56px;
  overflow: hidden;
  flex-shrink: 0;
}
.HotTitlesComponenta .textDiv,
.ArticleBlogsHotTitlesComponenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta.englishSite,
.ArticleBlogsHotTitlesComponenta.englishSite {
  direction: ltr;
}
.HotTitlesComponenta.englishSite .mediaArea,
.ArticleBlogsHotTitlesComponenta.englishSite .mediaArea {
  width: 114px;
  height: 64px;
}
.HotTitlesComponenta.englishSite .slotTitle,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle {
  max-height: 48px;
  overflow: hidden;
}
.HotTitlesComponenta.englishSite .slotTitle a,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a,
.HotTitlesComponenta.englishSite .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover {
  text-decoration: none;
}
.HotTitlesComponenta.englishSite .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 0px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea,
.HotTitlesComponenta .imageArea,
.ArticleBlogsHotTitlesComponenta .imageArea {
  position: relative;
}
.HotTitlesComponenta .MediaCarousel,
.ArticleBlogsHotTitlesComponenta .MediaCarousel {
  display: flex;
  order: 1;
}
.HotTitlesComponenta .MediaCarousel .EditableVideo > img,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .EditableVideo > img {
  height: 100%;
  cursor: inherit;
}
.HotTitlesComponenta .MediaCarousel .mediaItems,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:disabled,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  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: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.HotTitlesComponenta .MediaCarousel .numberOfMedia,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .numberOfMedia {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .HotTitlesComponenta .hotTitlesTab {
    margin-bottom: 7px;
  }
  .HotTitlesComponenta.englishSite {
    font-family: Arimo;
    background: #ededed;
  }
  .HotTitlesComponenta.englishSite .slotTitle {
    line-height: 18px;
    height: 36px;
    font: normal 14px Arimo ! important;
    max-height: 36px;
    margin-bottom: 10px;
    white-space: inherit;
  }
  .HotTitlesComponenta.englishSite .mediaArea {
    overflow: hidden;
    padding: 1px;
    border: 1px solid #C6C6C6;
    font-size: 10px;
  }
  .HotTitlesComponenta.englishSite .mediaArea > span,
  .HotTitlesComponenta.englishSite .mediaArea > span > span {
    display: flex;
    width: 100%;
  }
  .HotTitlesComponenta.englishSite .MediaCarousel[style] {
    width: 100% ! important;
    height: 100% ! important;
  }
  .HotTitlesComponenta.englishSite .MediaCarousel[style] .SiteImageMedia[style] {
    width: 100% ! important;
    height: auto ! important;
  }
  .HotTitlesComponenta.englishSite .slotView {
    width: 100%;
    height: 66px;
    border-bottom: 1px dotted #808080;
    margin-top: 0px;
    margin-bottom: 6px ! important;
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .HotTitlesComponenta.englishSite .slotView:first-of-type {
    padding-top: 5px ! important;
  }
  .HotTitlesComponenta.englishSite .slotView:last-of-type {
    margin-bottom: 0px ! important;
  }
  .HotTitlesComponenta.englishSite .moreDetails {
    line-height: 14px;
    height: 28px;
    color: #808080;
    font: normal 11px Arimo !important;
    display: block;
    align-items: inherit;
  }
  .HotTitlesComponenta.englishSite .slotContentDiv[style] {
    height: auto ! important;
  }
}
.LinksListComponenta {
  display: flex;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  height: 100%;
}
.LinksListComponenta.englishSite {
  direction: ltr;
  background: red;
}
.LinksListComponenta.englishSite .linksTitle {
  margin-left: 0px;
  margin-right: 8px;
  flex-shrink: 0;
}
.LinksListComponenta.englishSite .slotList .slotView span:hover {
  color: #ff0000 !important;
}
.LinksListComponenta.englishSite .slotList > div > div {
  flex-shrink: 0;
}
.LinksListComponenta.englishSite .slotList > div > div:last-child .slotView[style] {
  border-right: 0 ! important;
}
.LinksListComponenta.englishSite .slotList > div > div:first-child .slotView {
  padding-left: 0 ! important;
  padding-right: 8px ! important;
}
.LinksListComponenta .linksTitle {
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}
.LinksListComponenta .slotsContent {
  display: flex;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList > div {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList > div .slotView {
  padding: 0 8px;
  font-size: 12px;
}
.LinksListComponenta .slotsContent .slotList > div .slotView a,
.LinksListComponenta .slotsContent .slotList > div .slotView span {
  text-decoration: underline;
  color: unset;
}
.LinksListComponenta .slotsContent .slotList > div .slotView a:hover,
.LinksListComponenta .slotsContent .slotList > div .slotView span:hover {
  color: #ff0000;
}
.LinksListComponenta .slotsContent .slotList > div > div:last-child .slotView[style] {
  border-left: 0 ! important;
}
.LinksListComponenta .slotsContent .slotList > div > div:first-child .slotView {
  padding-right: 0;
}
.MediaGalleryComponenta {
  display: flex;
  flex-direction: column;
  direction: rtl ! important;
}
.MediaGalleryComponenta.englishSite .pager {
  direction: ltr;
}
.MediaGalleryComponenta.englishSite .itemTitle {
  direction: ltr;
}
.MediaGalleryComponenta.englishSite .gallery_arrows {
  right: 10px ! important;
  left: inherit ! important;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .mainTitleLink {
  float: left ! important;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows {
  position: absolute;
  top: 0;
  height: 100%;
  left: 10px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right,
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left {
  display: inline-block;
  width: 10px;
  height: 14px;
  border: 0;
  cursor: pointer;
  margin: 5px 1px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right:disabled,
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left:disabled {
  opacity: 0.5;
  cursor: inherit;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/09/sprites/homepage_v39.png) -2885px -111px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/09/sprites/homepage_v39.png) -2968px -111px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 17px;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.MediaGalleryComponenta .main-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  width: 660px;
  height: 246px;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow {
  top: 40px;
  position: absolute;
  width: 20px;
  height: 40px;
  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='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") no-repeat center center transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow.scrollLeftBtn {
  left: 10px;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow.scrollRightBtn {
  right: 10px;
  transform: rotate(180deg);
}
.MediaGalleryComponenta .main-gallery .slider {
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.MediaGalleryComponenta .main-gallery .slider .GroupContent {
  display: inline-flex;
  width: 660px;
  height: 246px;
  vertical-align: top;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
}
.MediaGalleryComponenta .main-gallery .slider .slotView {
  position: relative;
  overflow: hidden;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .sitePagelightBoxVideoPlayer {
  width: 100%;
  height: 100%;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .sitePagelightBoxVideoPlayer img {
  width: 100%;
  height: 100%;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 20px;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle > *,
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle > *:hover {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.MediaGalleryComponenta .main-gallery .slider .firstItemInGroup {
  width: 437px;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.MediaGalleryComponenta .main-gallery .slider .firstItemInGroup .itemTitle {
  height: 30px ! important;
}
.MediaGalleryComponenta .main-gallery .slider .slotList {
  display: flex;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div > div {
  width: 211px;
  height: 118px;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div > div .slotView {
  width: 100%;
  height: 100%;
  position: relative;
}
.MediaGalleryComponenta .mediaGalleryTab {
  height: 23px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.MediaGalleryComponenta .mediaGalleryTab .mainTitleLink {
  float: right ! important;
  font-weight: bold;
  font-size: 16px;
}
.MediaGalleryComponenta .mediaGalleryTab .pager {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.MediaGalleryComponenta .mediaGalleryTab .pager button {
  width: 11px;
  height: 11px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin: 6px 3px;
  background-color: rgba(255, 255, 255, 0.4);
}
.MediaGalleryComponenta .mediaGalleryTab .pager button.isActive {
  background-color: #ffffff;
}
.MediaGalleryComponenta .iconOnPoster {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  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 %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
}
.MediaGalleryComponenta .iconOnPoster.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.MediaGalleryComponenta .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .MediaGalleryComponenta {
    margin-bottom: 10px;
  }
  .MediaGalleryComponenta.englishSite {
    direction: ltr;
  }
  .MediaGalleryComponenta.englishSite .slider > .slotView {
    float: left ! important;
  }
  .MediaGalleryComponenta .main-gallery {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 122px ! important;
  }
  .MediaGalleryComponenta .main-gallery.withoutTransform .slick-track[style] {
    transform: unset ! important;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 14px);
    width: 25px;
    height: 28px;
    z-index: 2;
    color: transparent;
    border: 0;
    background-position: 50%;
    background-size: 27px 27px;
    background-color: transparent;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow.slick-next {
    background-image: url(//m.ynet.co.il/content/images/icons/arrows/arrow_left.png);
    right: 10px;
    left: initial;
    transform: scale(-1);
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow.slick-prev {
    background-image: url(//m.ynet.co.il/content/images/icons/arrows/arrow_left.png);
    left: 10px;
    right: initial;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow .gallery_separator {
    display: inline-block;
    width: 1px;
    height: 17px;
    vertical-align: text-bottom;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list {
    display: flex;
    position: relative;
    width: 100%;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list .slick-track .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView {
    float: right;
    height: 122px ! important;
    width: 163px! important;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView > div[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView > div > div {
    width: auto ! important;
    height: 100% ! important;
    margin: auto ! important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle * {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel {
    height: 122px ! important;
    width: 163px! important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] .SiteVideoLightbox > div,
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel .SiteVideoLightbox > div {
    width: 100%! important;
    height: 100%! important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] div[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel div[style] {
    height: 122px ! important;
    width: 163px! important;
    overflow: hidden;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] img[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel img[style] {
    height: 100% !important;
    width: auto !important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .slotTitle {
    height: 24px ! important;
    font-size: 13px;
    font-weight: normal;
    padding: 0 20px;
    overflow: hidden;
  }
  .MediaGalleryComponenta .iconOnPoster {
    display: none ! important;
  }
}
.MostTalkbackedAuto .mostTalkbackedTab {
  padding: 0px;
  height: 24px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}
.MostTalkbackedAuto .mostTalkbackedTab .tabTitle {
  font-size: 16.5px;
  font-weight: bold;
  height: 100%;
  line-height: 24px;
}
.MostTalkbackedAuto .mostTalkbackedTab .icon {
  margin: auto 10px;
  width: 21px;
  height: 21px;
  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;' xml:space='preserve'%3E %3Cpath fill='%23fff' d='M16,2.5C7.2,2.5,0,7.4,0,13.5c0,3.7,2.7,6.9,6.7,8.9c-0.2,5.9-1.7,7.1-1.7,7.1s6.7-1.4,8.1-5.2c0.9,0.1,1.9,0.2,2.8,0.2 c8.8,0,16-4.9,16-10.9S24.8,2.5,16,2.5z M9.3,10.9c1.4,0,2.5,1.1,2.5,2.5S10.7,16,9.3,16s-2.5-1.1-2.5-2.5S7.9,10.9,9.3,10.9z M16,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S17.4,16,16,16z M22.7,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5 c1.4,0,2.5,1.1,2.5,2.5S24.1,16,22.7,16z'/%3E %3C/svg%3E");
}
.MostTalkbackedAuto .slotsContent {
  overflow-y: hidden;
}
.MostTalkbackedAuto .slotList {
  margin-right: 0 !important;
}
.MostTalkbackedAuto .slotList .slotView {
  font-weight: normal;
  font-size: 16.5px;
  border: 1px solid #ccddef;
  border-radius: 10px;
  padding: 5px;
  line-height: 21.5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  max-height: 52px;
  overflow: hidden;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle {
  width: calc(84%);
  display: inline-block;
  vertical-align: top;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle a,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:hover,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:focus {
  text-decoration: none;
  color: #4e6ea9;
}
.MostTalkbackedAuto .slotList .slotView .icon {
  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;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23337ab7' points='14.5,21.1 14.5,21.1 5.8,16 14.5,10.9 14.5,10.9 17.5,9.2 17.5,5.8 0,16 17.5,26.2 17.5,22.8 '/%3E %3Cpolygon fill='%23337ab7' points='29.1,21.1 29.1,21.1 20.3,16 29.1,10.9 29.1,10.9 32,9.2 32,5.8 14.5,16 32,26.2 32,22.8 '/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px;
}
.MostTalkbackedAuto .slotList .slotView:last-child {
  margin-bottom: 0;
}
.MostTalkbackedAuto .mostTalkbackedTab {
  padding: 0px;
  height: 24px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}
.MostTalkbackedAuto .mostTalkbackedTab .tabTitle {
  font-size: 16.5px;
  font-weight: bold;
  height: 100%;
  line-height: 24px;
}
.MostTalkbackedAuto .mostTalkbackedTab .icon {
  margin: auto 10px;
  width: 21px;
  height: 21px;
  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;' xml:space='preserve'%3E %3Cpath fill='%23fff' d='M16,2.5C7.2,2.5,0,7.4,0,13.5c0,3.7,2.7,6.9,6.7,8.9c-0.2,5.9-1.7,7.1-1.7,7.1s6.7-1.4,8.1-5.2c0.9,0.1,1.9,0.2,2.8,0.2 c8.8,0,16-4.9,16-10.9S24.8,2.5,16,2.5z M9.3,10.9c1.4,0,2.5,1.1,2.5,2.5S10.7,16,9.3,16s-2.5-1.1-2.5-2.5S7.9,10.9,9.3,10.9z M16,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S17.4,16,16,16z M22.7,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5 c1.4,0,2.5,1.1,2.5,2.5S24.1,16,22.7,16z'/%3E %3C/svg%3E");
}
.MostTalkbackedAuto .slotsContent {
  overflow-y: hidden;
}
.MostTalkbackedAuto .slotList {
  margin-right: 0 !important;
}
.MostTalkbackedAuto .slotList .slotView {
  font-weight: normal;
  font-size: 16.5px;
  border: 1px solid #ccddef;
  border-radius: 10px;
  padding: 5px;
  line-height: 21.5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  max-height: 52px;
  overflow: hidden;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle {
  width: calc(84%);
  display: inline-block;
  vertical-align: top;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle a,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:hover,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:focus {
  text-decoration: none;
  color: #4e6ea9;
}
.MostTalkbackedAuto .slotList .slotView .icon {
  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;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23337ab7' points='14.5,21.1 14.5,21.1 5.8,16 14.5,10.9 14.5,10.9 17.5,9.2 17.5,5.8 0,16 17.5,26.2 17.5,22.8 '/%3E %3Cpolygon fill='%23337ab7' points='29.1,21.1 29.1,21.1 20.3,16 29.1,10.9 29.1,10.9 32,9.2 32,5.8 14.5,16 32,26.2 32,22.8 '/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px;
}
.MostTalkbackedAuto .slotList .slotView:last-child {
  margin-bottom: 0;
}
.grid1280 .MultiArticleComponenta .multiArticleTab {
  margin-bottom: 11px ! important;
}
.MultiArticleComponenta,
.MultiArticleTopComponenta {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .moreDetails,
.MultiArticleTopComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
.MultiArticleComponenta .moreDetails .authorInfo,
.MultiArticleTopComponenta .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticleComponenta.Auto .slotTitle,
.MultiArticleTopComponenta.Auto .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MultiArticleComponenta.Auto .imageArea,
.MultiArticleTopComponenta.Auto .imageArea {
  width: 150px;
  height: 90px;
  position: relative;
}
.MultiArticleComponenta.Auto .imageArea a,
.MultiArticleTopComponenta.Auto .imageArea a {
  display: flex;
}
.MultiArticleComponenta.Auto .slotSubTitle,
.MultiArticleTopComponenta.Auto .slotSubTitle {
  height: 32px;
  overflow: hidden;
}
.MultiArticleComponenta .slotTitle,
.MultiArticleTopComponenta .slotTitle,
.MultiArticleComponenta .slotSubTitle,
.MultiArticleTopComponenta .slotSubTitle {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
.MultiArticleComponenta.Standart .slotTitle > a,
.MultiArticleTopComponenta.Standart .slotTitle > a {
  text-decoration: none;
}
.MultiArticleComponenta.Standart .slotTitle > a:hover,
.MultiArticleTopComponenta.Standart .slotTitle > a:hover {
  text-decoration: none;
  color: #ff0000 ! important;
}
.MultiArticleComponenta.Standart .slotTitle > a:hover > span,
.MultiArticleTopComponenta.Standart .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiArticleComponenta.Standart .inEditMode.YplusItem,
.MultiArticleTopComponenta.Standart .inEditMode.YplusItem {
  background: rgba(0, 0, 0, 0.06);
  justify-content: center;
  align-items: center;
}
.MultiArticleComponenta .slotsContent,
.MultiArticleTopComponenta .slotsContent {
  display: flex;
}
.MultiArticleComponenta .slotsContent .withImagePreview,
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  margin-right: 2px;
  margin-top: 3px;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth *,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .imageArea,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
  order: 1;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  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: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .slotTitle,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .slotTitle {
  font-weight: bold;
  display: flex;
  order: 2;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview,
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .slotsContent .withImagePreview .YplusItem,
.MultiArticleTopComponenta .slotsContent .withImagePreview .YplusItem {
  min-height: 120px;
}
.MultiArticleComponenta .slotsContent .slotList,
.MultiArticleTopComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .slotList .slotView,
.MultiArticleTopComponenta .slotsContent .slotList .slotView {
  margin-bottom: 10px;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.YplusItem .slotTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.YplusItem .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .slotList .slotTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotTitle {
  font-weight: bold;
  min-height: 16px;
}
.MultiArticleComponenta .slotsContent .slotList .slotSubTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.MultiArticleComponenta .slotsContent .slotList .MediaCarousel,
.MultiArticleTopComponenta .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleComponenta .multiArticleTab,
.MultiArticleTopComponenta .multiArticleTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.MultiArticleTopComponenta .slotsContent {
  flex-direction: column;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0 ! important;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotTitle {
  margin-top: 10px;
  font-size: 18px;
  height: auto;
  white-space: wrap;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotSubTitle {
  display: none;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .moreDetails {
  order: 3;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .havakIcon {
  bottom: 10px ! important;
}
.MultiArticleComponenta .slotsContent {
  flex-direction: row;
}
.MultiArticleComponenta .slotsContent .withImagePreview {
  width: 150px;
  flex-shrink: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .moreDetails {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotSubTitle {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotTitle {
  height: 50px;
  margin-top: 5px;
  margin-bottom: 16px;
  white-space: normal;
}
.MultiArticleComponenta .slotsContent .slotList {
  margin-right: 23px;
}
.MultiArticleEnglishComponenta,
.MultiArticleEnglishTopComponenta {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.MultiArticleEnglishComponenta .moreDetails,
.MultiArticleEnglishTopComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  flex-wrap: wrap;
}
.MultiArticleEnglishComponenta .moreDetails .videoIcon,
.MultiArticleEnglishTopComponenta .moreDetails .videoIcon {
  margin-left: 6px;
  margin-right: unset! important;
}
.MultiArticleEnglishComponenta .moreDetails .dateView,
.MultiArticleEnglishTopComponenta .moreDetails .dateView {
  margin-left: 3px;
}
.MultiArticleEnglishComponenta .mediaArea,
.MultiArticleEnglishTopComponenta .mediaArea {
  position: relative;
}
.MultiArticleEnglishComponenta .mediaArea .videoIcon,
.MultiArticleEnglishTopComponenta .mediaArea .videoIcon {
  display: none;
}
.MultiArticleEnglishComponenta .slotTitle,
.MultiArticleEnglishTopComponenta .slotTitle,
.MultiArticleEnglishComponenta .slotSubTitle,
.MultiArticleEnglishTopComponenta .slotSubTitle {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  margin: 3px 0px 3px 0px;
}
.MultiArticleEnglishComponenta.Standart .slotTitle > a,
.MultiArticleEnglishTopComponenta.Standart .slotTitle > a {
  text-decoration: none;
}
.MultiArticleEnglishComponenta.Standart .slotTitle > a:hover,
.MultiArticleEnglishTopComponenta.Standart .slotTitle > a:hover {
  text-decoration: none;
  color: #ff0000 ! important;
}
.MultiArticleEnglishComponenta.Standart .slotTitle > a:hover > span,
.MultiArticleEnglishTopComponenta.Standart .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiArticleEnglishComponenta.Auto .slotSubTitle,
.MultiArticleEnglishTopComponenta.Auto .slotSubTitle {
  height: 32px! important;
  overflow: hidden! important;
}
.MultiArticleEnglishComponenta .slotsContent,
.MultiArticleEnglishTopComponenta .slotsContent {
  display: flex;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView.inEditMode,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth *,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .imageArea,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
  order: 1;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  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: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia {
  display: none;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .slotTitle,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .slotTitle {
  font-weight: 700;
  display: flex;
  order: 2;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotView .slotSubTitle,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotView .slotSubTitle {
  display: none;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview,
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview {
  display: flex;
  flex-direction: column;
}
.MultiArticleEnglishComponenta .slotsContent .slotList,
.MultiArticleEnglishTopComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotView,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotView {
  margin-bottom: 10px;
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotView.inEditMode,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotTitle,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotTitle {
  font-weight: 700;
  min-height: 16px;
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotTitle:hover,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotTitle:hover {
  color: #ff0000;
}
.MultiArticleEnglishComponenta .slotsContent .slotList .slotSubTitle,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.MultiArticleEnglishComponenta .slotsContent .slotList .MediaCarousel,
.MultiArticleEnglishTopComponenta .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleEnglishComponenta .multiArticleTab,
.MultiArticleEnglishTopComponenta .multiArticleTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 15px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .MultiArticleEnglishComponenta .withImagePreview .slotTitle .videoIcon,
  .MultiArticleEnglishTopComponenta .withImagePreview .slotTitle .videoIcon {
    display: none! important;
  }
  .MultiArticleEnglishComponenta .withImagePreview .moreDetails,
  .MultiArticleEnglishTopComponenta .withImagePreview .moreDetails {
    display: inline-flex ! important;
    color: #848484;
    padding-left: 0px;
    padding-top: 5px;
    width: calc(100% - 20px);
    font: normal 13px Arimo;
  }
  .MultiArticleEnglishComponenta .slotTitle,
  .MultiArticleEnglishTopComponenta .slotTitle {
    max-height: 48px;
    overflow: hidden;
  }
  .MultiArticleEnglishComponenta .multiArticleTab[style],
  .MultiArticleEnglishTopComponenta .multiArticleTab[style] {
    font: normal 19px Arimo !important;
    background-color: #484848 !important;
    float: left;
    margin-bottom: 0px !important;
  }
}
.MultiArticleEnglishTopComponenta {
  background: #ededed;
  color: #000;
}
.MultiArticleEnglishTopComponenta.Auto .slotTitle {
  font-weight: bold ! important;
  max-height: unset ! important;
  flex-grow: 0 ! important;
}
.MultiArticleEnglishTopComponenta.Auto .multiArticleTab {
  margin-bottom: 10px ! important;
}
.MultiArticleEnglishTopComponenta .slotSubTitle {
  display: none;
}
.MultiArticleEnglishTopComponenta .slotsContent {
  flex-direction: column;
}
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview {
  width: 100%;
  margin-bottom: 10px;
}
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .MediaCarousel[style],
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .imageArea {
  width: 100% ! important;
  height: unset ! important;
}
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .MediaCarousel[style] img[style],
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .imageArea img[style] {
  width: 100% ! important;
  height: auto ! important;
  font-size: 10px;
}
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .textDiv {
  order: 2;
}
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotTitle {
  height: auto;
  white-space: unset ! important;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 6px;
  text-overflow: unset ! important;
  max-width: calc(100% - 20px);
  line-height: 16px ! important;
}
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .slotSubTitle {
  display: none;
}
.MultiArticleEnglishTopComponenta .slotsContent .withImagePreview .moreDetails {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #808080;
  order: 3;
}
.MultiArticleEnglishTopComponenta .slotList .mediaArea {
  margin-right: 10px;
}
.MultiArticleEnglishTopComponenta .slotList .MediaCarousel[style],
.MultiArticleEnglishTopComponenta .slotList .imageArea {
  display: block !important;
  width: 141px ! important;
  height: 85px ! important;
  margin-right: 10px;
}
.MultiArticleEnglishTopComponenta .slotList .MediaCarousel[style] img[style],
.MultiArticleEnglishTopComponenta .slotList .imageArea img[style] {
  font-size: 10px;
  width: 141px ! important;
  height: 85px ! important;
}
.MultiArticleEnglishTopComponenta .slotList .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.MultiArticleEnglishTopComponenta .slotList .textDiv .slotTitle {
  flex-grow: 1;
}
.MultiArticleEnglishTopComponenta .slotList .textDiv .moreDetails {
  flex-shrink: 0;
}
.MultiArticleEnglishTopComponenta .slotList .slotView {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  border-bottom: 1px dotted #808080;
  padding-bottom: 10px;
}
.MultiArticleEnglishTopComponenta .slotList .slotView .slotTitle {
  font: normal 14px Arimo;
  line-height: 16px ! important;
}
.MultiArticleEnglishTopComponenta .slotList .slotView .moreDetails {
  font: normal 12px Arimo !important;
  line-height: 16px;
}
.MultiArticleEnglishTopComponenta .leftTitleText:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.MultiArticleEnglishComponenta {
  color: #000;
}
.MultiArticleEnglishComponenta.Auto .slotTitle {
  height: 36px;
  overflow: hidden;
  line-height: 16px ! important;
}
.MultiArticleEnglishComponenta.Auto .withImagePreview .slotTitle {
  white-space: normal;
  max-height: inherit ! important;
}
.MultiArticleEnglishComponenta.Auto .withImagePreview .slotTitle > a {
  max-height: 48px;
  overflow: hidden;
}
.MultiArticleEnglishComponenta .leftTitleText {
  float: right ! important;
  margin-right: 10px;
}
.MultiArticleEnglishComponenta .leftTitleText:after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: -16px;
}
.MultiArticleEnglishComponenta .slotsContent {
  margin-bottom: 10px;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview {
  border-right: 1px dotted #000;
  margin-bottom: 10px;
  padding-right: 15px;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .slotTitle {
  width: 168px;
  margin-bottom: 16px;
  line-height: 16px;
  font-size: 14px;
  white-space: normal;
  min-height: 16px;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}
.MultiArticleEnglishComponenta .slotsContent .withImagePreview .moreDetails {
  display: none ! important;
}
.MultiArticleEnglishComponenta .slotsContent .slotList {
  margin-right: 23px;
}
.MultiArticleEnglishComponenta .slotList {
  margin-left: 15px;
  margin-right: 0 ! important;
}
.MultiArticleEnglishComponenta .slotList .slotTitle {
  line-height: 18px;
  min-height: 18px;
  max-height: 36px;
  font-size: 14px;
  overflow: hidden;
}
.MultiArticleEnglishComponenta .moreDetails {
  color: #808080;
  height: 16px;
}
.leftAndRightTransitionAnimation,
.MultiImagesComponenta .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.leftAndRightLTRTransitionAnimation,
.englishSite .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-left" !important;
}
.englishSite * {
  direction: ltr;
}
.englishSite .slotListWrapper {
  display: flex;
}
.englishSite .TabComponenta .titleLink.rightTitleLink {
  float: left ! important;
}
.englishSite .multiImagesTab .leftTitleText {
  margin-right: 10px;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .show-small-vp {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign {
  position: absolute;
  bottom: 2px;
  right: 0;
  display: flex;
  height: 25px;
  overflow: hidden;
  z-index: 3;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign .marketingText {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView .MarketingSign {
  bottom: 2px;
}
.Componenta .MultiImagesComponenta .slotListArrow {
  pointer-events: none;
}
.Componenta.editMode .MultiImagesComponenta .slotListArrow {
  pointer-events: unset;
}
.grid1280 .MultiImagesComponenta .slotView {
  width: 182px ! important;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] {
  display: flex ! important;
  height: 155px;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] .imageArea {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
}
.grid1280 .MultiImagesComponenta .multiImagesTab {
  margin-bottom: 12px ! important;
}
.grid1280 .MultiImagesComponenta .slotTextArea {
  margin-top: 6px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea {
  width: 182px ! important;
  height: 102px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea .commertialTExt {
  position: absolute;
  top: 6px;
  height: 16px;
  width: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000066;
  z-index: 1;
}
.MultiImagesComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesComponenta .MediaCarousel {
  overflow: hidden;
}
.MultiImagesComponenta .imageArea {
  position: relative;
  display: flex;
  width: 148px;
  height: 84px;
  overflow: hidden;
}
.MultiImagesComponenta.commertial .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta.commertial .slotSubTitle {
  font-size: 12px;
  line-height: 14px;
}
.MultiImagesComponenta.commertial .slotTitle > a,
.MultiImagesComponenta.commertial .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotTitle > a:hover,
.MultiImagesComponenta.commertial .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotView {
  width: 148px;
}
.MultiImagesComponenta.commertial .slotBottomLink {
  width: 100%;
  min-height: 16px;
  font-size: 12px;
  padding-bottom: 6px;
  font-weight: normal;
}
.MultiImagesComponenta.commertial .slotBottomLink > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.standart .YplusItem .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.standart .slotTitle,
.MultiImagesComponenta.standart .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.standart .slotTitle > a,
.MultiImagesComponenta.standart .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover,
.MultiImagesComponenta.standart .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover > span,
.MultiImagesComponenta.standart .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.Auto .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.Auto .slotSubTitle {
  max-height: 26px;
  overflow: hidden;
}
.MultiImagesComponenta.Auto .slotTitle,
.MultiImagesComponenta.Auto .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.Auto .slotTitle > a,
.MultiImagesComponenta.Auto .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover > span,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  height: 14px;
  display: flex;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails .authorField {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails span:not(.authorField) {
  flex-shrink: 0;
}
.MultiImagesComponenta .slotTextArea {
  margin-top: 8px;
}
.MultiImagesComponenta .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta .disallowEdit {
  pointer-events: none;
}
.MultiImagesComponenta .slotsContent {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.MultiImagesComponenta .slotsContent .slotListArrow {
  top: 28px;
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiImagesComponenta .slotsContent .slotListArrow:disabled {
  display: none;
}
.MultiImagesComponenta .slotsContent .slotListArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  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: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiImagesComponenta .slotsContent .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiImagesComponenta .slotsContent .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn:after {
  left: 0;
}
.MultiImagesComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesComponenta .slotListWrapper .slotView {
  width: 148px;
  flex-shrink: 0;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotTitle {
  font-weight: bold;
  line-height: 16px;
}
.MultiImagesComponenta .slotListWrapper .slotSubTitle {
  line-height: 13px;
  font-size: 12px;
  margin-top: 2px;
}
.MultiImagesComponenta .multiImagesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.MultiImagesComponenta .doubleTab {
  padding: 0px ! important;
}
.MultiImagesComponenta .doubleTab .titleLink {
  width: 586px ! important;
  padding: 0 10px;
  box-sizing: border-box;
}
.MultiImagesComponenta .doubleTab .titleLink.rightTitleLink {
  margin-left: 20px;
}
.MultiImagesComponenta .doubleTab .titleLink .leftTitleText {
  float: right !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.newYnetTvVerticalDynamicComponentaLtr {
  direction: ltr;
}
.newYnetTvVerticalDynamicComponentaLtr.editMode .frame_forList {
  pointer-events: none;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper {
  position: relative;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab {
  color: #fff;
  margin-bottom: 10px;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  justify-content: space-between;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks {
  display: flex;
  align-items: center;
  gap: 16px;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks a {
  width: 15px;
  height: 15px;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .youtubeLink {
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.71' height='16' viewBox='0 0 22.71 16'%3E %3Cpath id='prefix__Path_434' d='M30.235 36.5a2.853 2.853 0 0 0-2.008-2.021C26.456 34 19.355 34 19.355 34s-7.1 0-8.873.478A2.853 2.853 0 0 0 8.475 36.5a32.125 32.125 0 0 0 0 11 2.853 2.853 0 0 0 2.008 2.021c1.77.479 8.872.479 8.872.479s7.1 0 8.873-.478a2.853 2.853 0 0 0 2.007-2.022 32.125 32.125 0 0 0 0-11zm-13.2 8.878v-6.755L22.968 42z' data-name='Path 434' transform='translate(-8 -34)' style='fill:%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .facebookLink {
  background: 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='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .twitterLink {
  background: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7522_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7522_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .instagramLink {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_1891' data-name='Group 1891' transform='translate(-4.079 -4.079)'%3E %3Cpath id='prefix__Path_432' d='M12.079 5.52c2.136 0 2.389.008 3.233.047a4.428 4.428 0 0 1 1.486.275 2.649 2.649 0 0 1 1.518 1.518 4.428 4.428 0 0 1 .275 1.485c.038.844.047 1.1.047 3.233s-.008 2.389-.047 3.233a4.428 4.428 0 0 1-.275 1.486 2.649 2.649 0 0 1-1.516 1.518 4.428 4.428 0 0 1-1.486.275c-.843.038-1.1.047-3.233.047s-2.389-.008-3.233-.047a4.428 4.428 0 0 1-1.486-.275A2.649 2.649 0 0 1 5.843 16.8a4.428 4.428 0 0 1-.275-1.485c-.038-.844-.047-1.1-.047-3.233s.008-2.389.047-3.233a4.428 4.428 0 0 1 .275-1.486 2.649 2.649 0 0 1 1.518-1.52 4.428 4.428 0 0 1 1.485-.275c.844-.038 1.1-.047 3.233-.047m0-1.441c-2.173 0-2.445.009-3.3.048a5.872 5.872 0 0 0-1.94.372A4.091 4.091 0 0 0 4.5 6.839a5.872 5.872 0 0 0-.372 1.942c-.039.853-.048 1.126-.048 3.3s.009 2.445.048 3.3a5.872 5.872 0 0 0 .372 1.938 4.091 4.091 0 0 0 2.34 2.34 5.872 5.872 0 0 0 1.942.372c.853.039 1.126.048 3.3.048s2.445-.009 3.3-.048a5.872 5.872 0 0 0 1.942-.372 4.091 4.091 0 0 0 2.34-2.34 5.872 5.872 0 0 0 .372-1.942c.039-.853.048-1.126.048-3.3s-.009-2.445-.048-3.3a5.872 5.872 0 0 0-.372-1.942 4.091 4.091 0 0 0-2.34-2.34 5.872 5.872 0 0 0-1.942-.372c-.853-.039-1.126-.048-3.3-.048z' class='prefix__cls-1' data-name='Path 432'/%3E %3Cpath id='prefix__Path_433' d='M130.743 126.635a4.108 4.108 0 1 0 4.108 4.108 4.108 4.108 0 0 0-4.108-4.108zm0 6.775a2.667 2.667 0 1 1 2.667-2.667 2.667 2.667 0 0 1-2.667 2.667z' class='prefix__cls-1' data-name='Path 433' transform='translate(-118.664 -118.664)'/%3E %3Ccircle id='prefix__Ellipse_40' cx='.96' cy='.96' r='.96' class='prefix__cls-1' data-name='Ellipse 40' transform='translate(15.389 6.849)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .tiktokLink {
  width: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.614' height='15.675' viewBox='0 0 13.614 15.675'%3E %3Cpath fill='%23fff' d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)'/%3E %3Cpath d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)' style='mix-blend-mode:darken;isolation:isolate' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .mediaLinks .whatsappLink {
  background: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Whatsapp icon%5C'%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M3.20649 18.5814L1.51074 24.7441L7.84599 23.0896C9.59049 24.0376 11.557 24.5371 13.5572 24.5371C20.1467 24.5371 25.5085 19.2031 25.5107 12.6444C25.5115 9.46814 24.271 6.47939 22.0142 4.23089C19.759 1.98389 16.7582 0.744891 13.561 0.744141C6.97524 0.744141 1.61349 6.07889 1.61124 12.6361C1.61049 14.7324 2.16099 16.7776 3.20649 18.5814Z' stroke='white' stroke-width='1.3'/%3E %3Cpath id='Path_2' fill-rule='evenodd' clip-rule='evenodd' d='M7.51074 10.2684C7.51074 11.6911 8.56824 13.0659 8.71674 13.2594C8.86449 13.4521 10.7987 16.3719 13.7597 17.6244C14.4647 17.9236 15.0152 18.1006 15.4427 18.2334C16.1507 18.4531 16.7935 18.4216 17.3027 18.3489C17.8705 18.2649 19.0502 17.6484 19.2962 16.9734C19.5422 16.2976 19.5422 15.7194 19.4687 15.5986C19.3937 15.4786 19.1972 15.4066 18.9017 15.2611C18.607 15.1164 17.1542 14.4166 16.8842 14.3206C16.6142 14.2239 16.4162 14.1759 16.2205 14.4646C16.0232 14.7541 15.4577 15.4051 15.2852 15.5986C15.1135 15.7914 14.941 15.8161 14.6462 15.6714C14.3507 15.5266 13.399 15.2206 12.271 14.2366C11.3935 13.4694 10.801 12.5221 10.63 12.2334C10.4575 11.9431 10.6105 11.7879 10.759 11.6439C10.8917 11.5134 11.0545 11.3064 11.2015 11.1361C11.3492 10.9674 11.3987 10.8466 11.4962 10.6539C11.5937 10.4611 11.5457 10.2916 11.4722 10.1476C11.3987 10.0036 10.8077 8.58014 10.5617 8.00039C10.3502 7.50464 10.1357 7.50539 9.96399 7.50539L9.89649 7.50464C9.72549 7.49639 9.52824 7.49414 9.33174 7.49414C9.13449 7.49414 8.81424 7.56614 8.54424 7.85639C8.27424 8.14514 7.51074 8.84489 7.51074 10.2684Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent {
  position: relative;
  overflow: hidden;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn {
  width: 35px !important;
  height: 35px !important;
  position: absolute;
  top: unset !important;
  bottom: 50% !important;
  transform: translateY(-50%) !important;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E %3Cpath d='M0 20C0 8.95431 8.95431 0 20 0C31.0457 0 40 8.95431 40 20C40 31.0457 31.0457 40 20 40C8.95431 40 0 31.0457 0 20Z' fill='white' fill-opacity='0.75'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3965 9.72046C15.8678 10.2366 15.8678 11.0734 16.3965 11.5895L25.012 20L16.3965 28.4106C15.8678 28.9267 15.8678 29.7635 16.3965 30.2796C16.9252 30.7957 17.7824 30.7957 18.3111 30.2796L27.4052 21.4018C28.1983 20.6276 28.1983 19.3724 27.4052 18.5983L18.3111 9.72046C17.7824 9.20435 16.9252 9.20435 16.3965 9.72046Z' fill='black'/%3E %3C/svg%3E") !important;
  z-index: 10;
  cursor: pointer;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .scrollLeft {
  left: 10px !important;
  transform: scale(-1) !important;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .scrollRight {
  right: 10px !important;
  left: unset !important;
  transform: unset !important;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: relative;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 219px;
  height: 390px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  margin-right: 15px;
  position: relative;
  border-radius: 20px;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-right: 0 !important;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.promo-playing::after {
  animation: fadeOut 1.5s ease forwards;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.promo-playing .contentDiv {
  animation: fadeOut 1.5s ease forwards;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 219px;
  height: 390px;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 219px;
  height: 390px;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 219px;
  height: 390px;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .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;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .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;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .media-container {
  width: 219px;
  height: 390px;
  position: relative;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .media-container img {
  width: 219px;
  height: 390px;
  position: absolute;
  top: 0;
  right: 0;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .media-container .promoVideo {
  width: 219px;
  height: 390px;
  position: relative;
  object-fit: fill;
  z-index: 1;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px 15px;
  z-index: 1;
  box-sizing: border-box;
  direction: ltr;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: left;
  font-size: 16px;
  font-weight: 670;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  height: 24px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding-inline-end: 4px;
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
}
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  width: 9px;
  height: 10px;
  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;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.leftAndRightTransitionAnimation,
.newYnetTvVerticalDynamicComponentaLtr .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
.grid1280 .categoryBreadcrumbs {
  font-family: 'Open Sans Hebrew';
  height: 60px;
  display: flex;
  align-items: center;
}
.grid1280 .categoryBreadcrumbs ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.grid1280 .categoryBreadcrumbs ul li:first-child a {
  color: #000 ! important;
  font-size: 50px;
}
.grid1280 .categoryBreadcrumbs ul li:last-child,
.grid1280 .categoryBreadcrumbs ul li:first-child {
  margin-left: 11px ! important;
}
.grid1280 .categoryBreadcrumbs ul li:last-child i,
.grid1280 .categoryBreadcrumbs ul li:first-child i {
  display: none;
}
.grid1280 .categoryBreadcrumbs ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.grid1280 .categoryBreadcrumbs h1 {
  line-height: unset;
  margin: 0 ! important;
}
.grid1280 .categoryBreadcrumbs ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.grid1280 .categoryBreadcrumbs ul li a,
.grid1280 .categoryBreadcrumbs ul li span,
.grid1280 .categoryBreadcrumbs ul li i {
  color: #999999 ! important;
  font-size: 18px;
}
.grid1280 .categoryBreadcrumbs ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.grid1280_2.radionas .categoryBreadcrumbs * {
  font-family: 'Noto Kufi Arabic' !important;
}
.grid1280_2.radionas .categoryBreadcrumbs ul li:first-child {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
.grid1280_2.ynetnews .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
.grid1280_2 .categoryBreadcrumbs {
  font-family: 'NarkisBlock', "Arial";
  height: 25px;
  display: flex;
  align-items: center;
}
.font-moses .grid1280_2 .categoryBreadcrumbs {
  font-family: 'Moses', 'NarkisBlock', "Arial";
}
.ynetnews .grid1280_2 .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2 .categoryBreadcrumbs a:hover {
  color: #1417ac;
}
.grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: 340;
}
.grid1280_2 .categoryBreadcrumbs ul {
  align-items: baseline;
  flex-direction: row;
  display: flex;
}
.grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 16px;
  letter-spacing: -0.24px;
  line-height: 25px;
  color: #000;
  background: transparent;
  padding-right: 0px;
  margin-left: 0px;
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: 340;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child > .arrow {
  display: none;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: bold;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: 670;
}
.grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.997 29.635'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; %7D .cls-2, .cls-3 %7B stroke: none; %7D %3C/style%3E %3C/defs%3E %3Cg id='Shape_1029' data-name='Shape 1029' transform='translate(-7227.503 -944.496)'%3E %3Cg id='Shape_1029-2' data-name='Shape 1029' transform='translate(0.001 0)'%3E %3Cpath class='cls-2' d='M 7240.275390625 973.380126953125 C 7240.1572265625 973.380126953125 7240.04248046875 973.3228759765625 7239.95263671875 973.2188720703125 L 7228.40673828125 959.7489013671875 C 7228.203125 959.5123291015625 7228.203125 959.11328125 7228.40625 958.877197265625 L 7239.95361328125 945.4068603515625 C 7240.04248046875 945.3027954101563 7240.1572265625 945.2456665039063 7240.27734375 945.2456665039063 C 7240.396484375 945.2456665039063 7240.5107421875 945.3026123046875 7240.5986328125 945.4059448242188 C 7240.80029296875 945.6427001953125 7240.80029296875 946.0420532226563 7240.5986328125 946.2783203125 L 7229.56591796875 959.1500244140625 L 7229.4267578125 959.312744140625 L 7229.56591796875 959.4754638671875 L 7240.59912109375 972.3465576171875 C 7240.7998046875 972.5827026367188 7240.7998046875 972.9833374023438 7240.5986328125 973.2205200195313 C 7240.5107421875 973.3233032226563 7240.39599609375 973.380126953125 7240.275390625 973.380126953125 Z'/%3E %3Cpath class='cls-3' d='M 7240.275390625 973.130126953125 C 7240.33447265625 973.130126953125 7240.38037109375 973.0909423828125 7240.40771484375 973.0587158203125 C 7240.5302734375 972.9144287109375 7240.5302734375 972.6516723632813 7240.40966796875 972.50927734375 L 7229.37646484375 959.63818359375 L 7229.09716796875 959.312744140625 L 7229.37646484375 958.9873657226563 L 7240.40869140625 946.1161499023438 C 7240.53076171875 945.9728393554688 7240.5302734375 945.7117309570313 7240.40771484375 945.5676879882813 C 7240.3798828125 945.5348510742188 7240.33447265625 945.4956665039063 7240.27685546875 945.4956665039063 C 7240.23095703125 945.4956665039063 7240.1845703125 945.5210571289063 7240.14306640625 945.569580078125 L 7228.595703125 959.040283203125 C 7228.47314453125 959.1829223632813 7228.47314453125 959.4428100585938 7228.59619140625 959.5862426757813 L 7240.14208984375 973.0554809570313 C 7240.17138671875 973.0895385742188 7240.21826171875 973.130126953125 7240.275390625 973.130126953125 M 7240.275390625 973.630126953125 C 7240.08984375 973.630126953125 7239.90625 973.54736328125 7239.763671875 973.38232421875 L 7228.216796875 959.91162109375 C 7227.931640625 959.580078125 7227.931640625 959.04541015625 7228.216796875 958.714111328125 L 7239.763671875 945.244140625 C 7239.9052734375 945.0784912109375 7240.09130859375 944.9956665039063 7240.27685546875 944.9956665039063 C 7240.462890625 944.9956665039063 7240.6484375 945.0784912109375 7240.7890625 945.244140625 C 7241.0703125 945.574462890625 7241.0703125 946.1103515625 7240.7890625 946.4404296875 L 7229.755859375 959.312744140625 L 7240.7890625 972.183837890625 C 7241.0703125 972.514892578125 7241.0703125 973.051025390625 7240.7890625 973.38232421875 C 7240.6484375 973.54736328125 7240.462890625 973.630126953125 7240.275390625 973.630126953125 Z'/%3E %3C/g%3E %3Cg id='Stroke_Effect' data-name='Stroke Effect' class='cls-1' transform='translate(7228.004 944.996)'%3E %3Cpath class='cls-2' d='M 12.27148056030273 28.88427543640137 C 12.00577068328857 28.88427543640137 11.75685024261475 28.76552391052246 11.57058048248291 28.54990386962891 L 0.02308031171560287 15.07847499847412 C -0.3441796898841858 14.65146446228027 -0.3441596925258636 13.98221492767334 0.02341031283140182 13.55517482757568 L 11.56996059417725 0.08558476716279984 C 11.75497055053711 -0.130845233798027 12.00479984283447 -0.2501752376556396 12.27320003509521 -0.2501752376556396 C 12.54193019866943 -0.2501752376556396 12.79143047332764 -0.130615234375 12.97574996948242 0.08650476485490799 C 13.33860015869141 0.512664794921875 13.33858013153076 1.180554747581482 12.97545051574707 1.606724739074707 L 2.081230878829956 14.31688785552979 L 12.9749698638916 27.0252742767334 C 13.33812999725342 27.45275497436523 13.33816051483154 28.12136459350586 12.97574996948242 28.54826545715332 C 12.7910099029541 28.76506423950195 12.54100036621094 28.88427543640137 12.27148056030273 28.88427543640137 Z'/%3E %3Cpath class='cls-3' d='M 12.27148056030273 28.63427543640137 C 12.45898056030273 28.63427543640137 12.64453029632568 28.55151557922363 12.78516006469727 28.386474609375 C 13.06641006469727 28.05517387390137 13.06641006469727 27.51904487609863 12.78516006469727 27.18798446655273 L 1.751950263977051 14.31689453125 L 12.78516006469727 1.444584727287292 C 13.06641006469727 1.114504814147949 13.06641006469727 0.5786147713661194 12.78516006469727 0.2482947707176208 C 12.64453506469727 0.08264476805925369 12.45898818969727 -0.0001802343758754432 12.27319622039795 -0.0001802343758754432 C 12.08740520477295 -0.0001802343758754432 11.90137004852295 0.08264476805925369 11.75977039337158 0.2482947707176208 L 0.2128903120756149 13.71826457977295 C -0.07226968556642532 14.04956436157227 -0.07226968556642532 14.58422470092773 0.2128903120756149 14.91577434539795 L 11.75977039337158 28.386474609375 C 11.90233993530273 28.55151557922363 12.08594036102295 28.63427543640137 12.27148056030273 28.63427543640137 M 12.27148056030273 29.13427543640137 C 11.93199062347412 29.13427543640137 11.61589050292969 28.98478507995605 11.3814001083374 28.71333503723145 L -0.1667296886444092 15.24117469787598 C -0.61236971616745 14.72304439544678 -0.6123197078704834 13.91054439544678 -0.1660696864128113 13.39208507537842 L 11.38016033172607 -0.07712523639202118 C 11.60982036590576 -0.3457852303981781 11.93548011779785 -0.5001752376556396 12.27320003509521 -0.5001752376556396 C 12.61157989501953 -0.5001752376556396 12.93710994720459 -0.3453052341938019 13.16633987426758 -0.07528523355722427 C 13.60636043548584 0.4415147602558136 13.60630989074707 1.251804709434509 13.16574001312256 1.768864750862122 L 2.410497665405273 14.31687545776367 L 13.16478061676025 26.86257553100586 C 13.60574054718018 27.38162422180176 13.60579013824463 28.1923942565918 13.16633033752441 28.71006393432617 C 12.93640041351318 28.97991561889648 12.61045074462891 29.13427543640137 12.27148056030273 29.13427543640137 Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5px;
  height: 9px;
  margin: 0px 9px;
  display: inline-flex;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .grid1280_2 .HotTags .componentaTab {
    margin-bottom: 4.0625vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent {
    padding-top: 0 !important;
    margin: 0 4.6875vw 3.90625vw 4.6875vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper {
    height: 11.09375vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
    font-size: 4.6875vw !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
  }
  .font-moses .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
    font-size: 4.0625vw !important;
    font-weight: 670 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab:after {
    display: none !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
    box-shadow: -0.46875vw -0.625vw 0.625vw 0.46875vw rgba(0, 0, 0, 0.06) !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:first-child {
    margin: 0 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:nth-child(3) {
    margin: 0 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .slotsContent.active {
    box-shadow: 0 0.3125vw 1.875vw 0 rgba(0, 0, 0, 0.12) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4.84375vw 1.71875vw !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .slotsContent.active .contentBox {
    max-height: none !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) {
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
    color: #fff !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
    background-color: #2c2c2c !important;
    color: #419bf9 !important;
  }
  .grid1280_2 .HotTags .HotTagsContent .slotsContent.active {
    background-color: #2c2c2c !important;
  }
}
.HotTags {
  direction: ltr;
}
.HotTags .componentaTab {
  margin-bottom: 0;
}
.vesty .HotTags .componentaTab {
  background: #336699 !important;
}
.HotTags > span,
.HotTags > span > span {
  display: flex;
  flex-grow: 1;
}
.HotTags .HotTagsContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.HotTags .HotTagsContent .tabsWrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 32px;
  border-bottom: 1px solid #999999;
  align-items: flex-end;
  margin-bottom: 10px;
}
.HotTags .HotTagsContent .tabsWrapper .tab {
  border-bottom: 2px solid transparent;
  height: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  width: calc(100% / 3);
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000066;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.HotTags .HotTagsContent .tabsWrapper .tab.active {
  border-bottom: 2px solid #999999;
}
.grid1280_2 .HotTags .HotTagsContent {
  padding-top: 16px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper {
  margin-bottom: 0px;
  border: none;
  position: relative;
  height: 41px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
  color: #000000;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.18;
  letter-spacing: 0.09px;
  margin-bottom: -2px;
}
.font-moses .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab {
  font-size: 14px;
  line-height: 20px;
  font-weight: 340;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab:after {
  background-color: #fff;
  height: 12px;
  content: "";
  position: absolute;
  top: -17px;
  left: -20px;
  right: -20px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
  font-weight: 600;
  background-color: #FFFFFF;
  color: #1417ac;
  z-index: 9;
  border-bottom: 0px solid transparent;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px -6px 5px 0px rgba(0, 0, 0, 0.06);
}
.font-moses .grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active {
  font-weight: 670;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:first-child {
  margin-left: 6px;
}
.grid1280_2 .HotTags .HotTagsContent .tabsWrapper .tab.active:nth-child(3) {
  margin-right: 6px;
}
.grid1280_2 .HotTags .HotTagsContent .slotsContent.active {
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  width: 96%;
  margin: 0px auto;
  padding: 22px 15px 20px 9px;
  box-sizing: border-box;
}
.grid1280_2 .HotTags .HotTagsContent .slotsContent.active .contentBox {
  display: flex;
  flex-wrap: wrap;
  max-height: 158px;
  overflow: hidden;
  width: calc(100% + 12px);
  margin: 0 -6px;
}
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700&display=swap&subset=hebrew');
.grid1280 .TopStoryComponenta {
  height: 335px ! important;
}
.grid1280 .TopStoryComponenta .sideSeparatorLine {
  display: none;
}
.grid1280 .TopStoryComponenta .topStoryDate {
  color: #ababab;
  font-family: 'Heebo', sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 0.74;
  margin-top: 10px;
  margin-bottom: 0;
}
.grid1280 .TopStoryComponenta .topStoryDate:before,
.grid1280 .TopStoryComponenta .topStoryDate:after {
  display: none;
}
.grid1280 .TopStoryComponenta .topHebStoryDate {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal ! important;
  color: #ababab;
  margin-top: 6px;
  margin-bottom: 19px;
  cursor: initial;
}
.grid1280 .TopStoryComponenta .topHebStoryDate span {
  font-weight: bold;
}
.grid1280 .TopStoryWideComponenta {
  height: 380px ! important;
}
.grid1280 .TopStoryWideComponenta .sideSeparatorLine {
  display: none;
}
.grid1280 .TopStoryWideComponenta .GalleryPaging {
  left: 10px ! important;
  right: unset ! important;
}
.grid1280 .TopStoryWideComponenta .textDiv {
  padding: 13px 16px;
  box-sizing: border-box;
  width: 100% !important;
  height: 95px !important;
}
.grid1280 .TopStoryWideComponenta .big {
  bottom: 105px !important;
  width: 62px !important;
  height: 62px !important;
}
.grid1280 .TopStoryWideComponenta .big .icon {
  width: 100%;
  height: 100%;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.ynetFooter.editableVersion {
  overflow: hidden;
}
.ynetFooter.editableVersion .CreditLogos {
  min-height: 79px;
  height: auto;
  background: transparent;
}
.ynetFooter.editableVersion .CreditLogos > .iconsWrapper {
  flex-direction: row ! important;
  flex-wrap: wrap;
}
.ynetFooter.editableVersion .CreditLogos > .iconsWrapper > span {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
}
.ynetnews .ynetFooter,
.vesty .ynetFooter {
  direction: ltr;
}
.nas_story.articleContainer .videoMediaContainer #player {
  background-size: contain;
}
.nas_story.articleContainer .ynet-article-story :not(.videoMediaContainer) img {
  object-fit: cover;
}
.nas_story.articleContainer .ynet-article-story .videoMediaContainer[style] {
  width: 100% ! important;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .grid1280_2 .RelatedTags {
    margin-bottom: 12.03125vw !important;
  }
  .grid1280_2 .RelatedTags .componentaTab {
    height: 8.59375vw !important;
    font-size: 5vw !important;
    padding-right: 6.40625vw !important;
    margin-bottom: 7.5vw !important;
    font-weight: 600 !important;
  }
  .font-moses .grid1280_2 .RelatedTags .componentaTab {
    font-size: 4.0625vw !important;
    font-weight: 670 !important;
  }
  .grid1280_2 .RelatedTags .slotsContent {
    padding: 0 4.6875vw 0 3.125vw !important;
  }
  .grid1280_2 .RelatedTags .slotsContent .slotItem {
    display: flex !important;
    height: 6.40625vw !important;
    font-size: 4.0625vw !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    margin: 2.03125vw 1.71875vw !important;
    padding: 0.625vw 3.125vw !important;
  }
  .font-moses .grid1280_2 .RelatedTags .slotsContent .slotItem {
    font-size: 3.59375vw ! important;
    line-height: 1 !important;
    padding: 1.875vw 1.5625vw !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) {
  .grid1280_2 .RelatedTags .slotsContent .slotItem {
    color: #dfe3ec !important;
    background-color: #696868 !important;
  }
}
.RelatedTags {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  direction: ltr;
}
.RelatedTags .componentaTab {
  height: 24px;
  flex-shrink: 0;
  color: #fff;
  background: #859bb0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px !important;
  display: flex;
  align-items: center;
  padding-left: 16px !important;
  box-sizing: border-box;
}
.vesty .RelatedTags .componentaTab {
  background: #336699 !important;
}
.RelatedTags .componentaTab .tagHeadline {
  flex-shrink: 0;
  direction: ltr;
}
.RelatedTags .slotsContent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.RelatedTags .slotsContent .slotItem {
  margin: 0 3px 6px;
  height: 24px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  color: #000066;
  font-size: 14px;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.RelatedTags .slotsContent .slotItem:hover {
  color: #fff;
  background: #000066;
}
.grid1280_2.vesty .RelatedTags {
  font-family: 'Arial';
}
.grid1280_2 .RelatedTags {
  overflow: unset;
}
.grid1280_2 .RelatedTags .componentaTab {
  height: 32px;
  background: #1417ac;
  font-size: 20px;
  margin-bottom: unset;
  padding-left: 16px !important;
}
.font-moses .grid1280_2 .RelatedTags .componentaTab {
  font-size: 17px;
  font-weight: 670;
}
.grid1280_2 .RelatedTags .slotsContent {
  padding-top: 6px;
  padding-bottom: 20px;
}
.grid1280_2 .RelatedTags .slotsContent .slotItem {
  margin: 8px 6px;
  border-radius: 6px;
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  border: none;
  background-color: #f0f0f0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  max-width: 90%;
}
.font-moses .grid1280_2 .RelatedTags .slotsContent .slotItem {
  font-size: 14px;
  font-weight: 340;
}
.grid1280_2 .RelatedTags .slotsContent .slotItem:hover {
  color: #1417ac;
}
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
.editorLinkWrapper {
  display: flex;
  align-items: center;
}
.editorLinkWrapper .LinkBtnContainer {
  font-family: 'ywcm';
  font-weight: 600;
}
.editorLinkWrapper .LinkBtnContainer .linkBtn::before {
  content: "\e965";
}
.editorLinkWrapper .LinkBtnContainer .unlinkBtn::before {
  content: "\e966";
}
.editorLinkWrapper .linkUrlInput {
  display: flex;
}
.editorLinkWrapper .linkUrlInput input {
  height: 30px;
  border-radius: 10px;
  direction: ltr;
  margin: 5px;
}
.editorLinkWrapper .linkUrlInput button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  margin: 5px;
}
.editorLinkWrapper .linkUrlInput button::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 1px;
  right: 0;
}
@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 4.6875vw !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .font-moses .htmlEditorTextOutput {
    font-weight: 340;
    line-height: 1.2 !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) {
  .hContainer:not(.calcalist) .htmlEditorTextOutput {
    background: transparent !important;
    color: #fff !important;
  }
  .hContainer:not(.calcalist) .htmlEditorTextOutput a {
    color: #419bf9 !important;
  }
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput {
  width: 100%;
  min-height: 300px;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  transition: max-height 0.3s ease-in-out;
}
.font-moses .htmlEditorTextOutputContainer .htmlEditorTextOutput {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 340;
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput a {
  color: #0000ca;
  text-decoration: underline;
}
.htmlEditorTextOutputContainer .collapsibleButton {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 20px;
}
.htmlEditorTextOutputContainer .collapsibleButton button {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: solid 0.8px #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
@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 4.6875vw !important;
    width: 100% !important;
    box-sizing: border-box;
    direction: ltr !important;
  }
  .font-moses .htmlEditorTextOutput {
    font-weight: 340;
    line-height: normal !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) {
  .htmlEditorTextOutput {
    background: transparent !important;
    color: #fff !important;
  }
  .htmlEditorTextOutput a {
    color: #419bf9 !important;
  }
}
.htmlEditorTextOutput {
  width: 100%;
  min-height: 300px;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  direction: ltr;
}
.font-moses .htmlEditorTextOutput {
  font-size: 15px;
  line-height: normal;
  font-weight: 340;
}
.htmlEditorTextOutput a {
  color: #0000ca;
  text-decoration: underline;
}
.HtmlLayoutItem {
  margin-bottom: var(--marginbottom);
}
.HtmlLayoutItem.fix_height {
  height: var(--compheight);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
button {
  color: inherit;
}
/*.hContainer {
    display: flex;
}
*/
.site_page_root {
  line-height: 1.15;
  font-size: 12px;
}
.site_page_root .layoutItem {
  direction: rtl;
  outline: none;
}
.site_page_root button:focus,
.site_page_root a:focus,
.site_page_root input:focus,
.site_page_root select:focus {
  outline: none;
}
@media not screen and (max-width: 768px) and (orientation : portrait), not screen and (max-width: 900px) and (orientation : landscape) {
  .show-small-vp {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .firstImageInArticle {
    display: none !important;
  }
  .calcalist.blog_article .firstImageInArticle {
    display: block !important;
  }
  .INDMobile #INDmenu-btn {
    display: none ! important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
  }
  .no-small-vp {
    display: none;
  }
  .show-small-vp {
    display: initial;
  }
  body {
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  .MediaCarousel[style] {
    all: unset ! important;
  }
  .Article-Image-Title .ArticleTitleImg img[style] {
    height: auto ! important;
  }
}
@media print {
  .hContainer {
    width: 100% !important;
    zoom: 0.8 !important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
    float: none;
    display: block;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
    float: none;
    display: block;
  }
  .no-print {
    display: none;
  }
  body {
    overflow: visible;
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  iframe,
  .VideoComponenta,
  [id^="browsi_adWrapper"][style],
  .articleYoutubeComponeta,
  .banner,
  .top-ad,
  .expand {
    display: none!important;
  }
  .SiteArticleSocialShareNew1280 .menuMore {
    display: none;
  }
}
@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) {
  body[style] {
    background: unset ! important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .iframe-lightbox .content-holder {
    width: 60vw !important;
    top: 10vh !important;
    height: 75vh !important;
    transform: none !important;
    left: 20vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0;
    width: 100%;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .iframe-lightbox .content-holder {
    align-items: start !important;
    overflow-y: auto !important;
  }
  .iframe-lightbox .content {
    width: 100% !important;
  }
}
.iframe-lightbox,
.iframe-lightbox .backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.iframe-lightbox {
  display: none;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 10000;
}
.iframe-lightbox .backdrop {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
  z-index: 1;
}
.iframe-lightbox .content-holder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.iframe-lightbox .content {
  height: 700px;
  padding: 0;
  position: relative;
  width: 375px;
}
.iframe-lightbox .content > .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NiIgc3Ryb2tlLWRhc2hhcnJheT0iMTg3Ljg2NzI0MDY4NDY2OTY0IDEwMS4xNTkyODM0NDU1OTEzMSIgc3Ryb2tlPSIjRTZFNkU2IiBvcGFjaXR5PSIxIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzM2MCA1MCA1MDsiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 3em 3em;
  background-position: center center;
}
.iframe-lightbox .content > .body.is-loaded {
  background-image: none;
}
.iframe-lightbox iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.iframe-lightbox.is-showing {
  display: block;
}
.iframe-lightbox.is-opened {
  opacity: 1;
}
.special-paper-header[style] {
  width: 100% ! important;
}
.SpecialPaperHeaderComponenta {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: rgba(30, 30, 30, 0.95);
  position: relative;
  box-sizing: border-box;
  justify-content: center;
}
.SpecialPaperHeaderComponenta .mainLogo {
  display: flex;
  color: #fff;
  text-align: right;
  font-family: "Moses";
  font-size: 18px;
  font-style: normal;
  font-weight: 340;
  line-height: 1.2;
  letter-spacing: 0.18px;
  gap: 10px;
}
.SpecialPaperHeaderComponenta .mainLogo .separator {
  color: rgba(238, 238, 238, 0.5);
}
.SpecialPaperHeaderComponenta .rightLogo {
  position: absolute;
  right: 20px;
  padding: 0 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #EEE;
  font-family: "Moses";
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.SpecialPaperHeaderComponenta .rightLogo .arrow {
  direction: ltr;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 32px;
  height: 36px;
}
.grid1280 .StripComponenta .textDiv {
  padding: 14px ! important;
}
.StripComponenta {
  height: 100%;
  position: relative;
}
.StripComponenta .mediaArea {
  position: relative;
  z-index: 1;
}
.StripComponenta.imageLeft .slotView .textDiv {
  order: 0;
  flex-grow: 1;
}
.StripComponenta.imageLeft .slotView .mediaArea {
  order: 1;
}
.StripComponenta > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta .slotView {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.StripComponenta .slotView:hover {
  cursor: pointer;
}
.StripComponenta .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.StripComponenta .slotView.inEditMode .show-small-vp {
  display: none;
}
.StripComponenta .slotView.inEditMode .mediaArea {
  flex: 1;
}
.StripComponenta .slotView.inEditMode .mediaArea .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 25px;
  width: 25px;
  overflow: hidden;
  z-index: 3;
}
.StripComponenta .slotView h2.slotTitle {
  font-weight: bold;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: unset;
}
.StripComponenta .slotView h2.slotTitle span {
  line-height: 1.2;
}
.StripComponenta .slotView .slotSubTitle {
  max-width: 100%;
}
.StripComponenta .slotView .slotSubTitle span {
  line-height: 1.4;
}
.StripComponenta .slotView > .textDiv {
  margin: 0;
  padding: 10px 16px;
  overflow: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.StripComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.StripComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.StripComponenta .mediaItems img {
  height: 100%;
}
.StripComponenta .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.StripComponenta .galleryArrow:disabled {
  display: none;
}
.StripComponenta .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  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: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.StripComponenta .numberOfMedia {
  display: none;
}
.StripComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.StripComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.StripComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.StripComponenta .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .mynet .StripComponenta .slotView .MediaCarousel[style],
  .ynetnews .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta {
    height: 85px ! important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
  }
  .StripComponenta .slotView .textDiv {
    padding: 5px 10px ! important;
  }
  .StripComponenta .slotView .slotTitle {
    max-height: 34px ! important;
    overflow: hidden ! important;
    margin: 0 ! important;
  }
  .StripComponenta .slotView .slotTitle span[style] {
    font-size: 14px !important;
    font-weight: bold;
    padding-top: 0px;
    width: 100%;
    line-height: 16px ! important;
    max-height: 34px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .StripComponenta .slotView .slotSubTitle[style] {
    font-family: Arial !important;
    font-size: 11px ! important;
    line-height: 13px !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span[style],
  .StripComponenta .slotView .slotSubTitle[style] .articleInfo {
    line-height: 1.2 !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span:first-of-type {
    height: 28px ! important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden !important;
  }
  .StripComponenta .slotView .mediaArea {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .mediaItems {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
.StripComponenta.englishSite {
  direction: ltr;
}
.StripComponenta.englishSite .slotView .slotTitle {
  font-weight: bold;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 5px;
}
.StripComponenta.englishSite .slotSubTitle .RichInput {
  margin-right: 5px;
}
.StripComponenta.englishSite .slotSubTitle .articleInfo {
  font-weight: bold;
  margin-right: 4px;
}
.StripComponenta.imageRight .slotView .textDiv {
  order: 0;
  flex-grow: 1;
}
.StripComponenta.imageRight .slotView .mediaArea {
  order: 1;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .StripComponenta {
    height: 85px ! important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
  }
  .StripComponenta .slotView .textDiv {
    padding: 5px 10px ! important;
  }
  .StripComponenta .slotView .slotTitle {
    height: 34px ! important;
    overflow: hidden ! important;
    margin-bottom: 0 ! important;
  }
  .StripComponenta .slotView .slotTitle span[style] {
    font: normal 14px Arimo ! important;
    padding-top: 0px;
    width: 100%;
    line-height: 16px ! important;
    height: 34px;
    overflow: hidden !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] {
    font-family: Arimo !important;
    font-size: 11px ! important;
    height: 43px;
    overflow: hidden !important;
    line-height: 13px !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span[style],
  .StripComponenta .slotView .slotSubTitle[style] .articleInfo {
    line-height: 1.2 !important;
  }
  .StripComponenta .slotView .mediaArea {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .mediaItems {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
.SuperpharmComponenta {
  width: 100%;
  height: 100%;
}
.SuperpharmComponenta .withIframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.SuperpharmComponenta .withIframe > .forLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.englishSite .TabComponenta .titleLink {
  float: right;
  position: relative;
}
.englishSite .TabComponenta .titleLink.rightTitleLink {
  float: left ! important;
}
.englishSite .TabComponenta .titleLink .leftTitleText {
  direction: rtl;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: right ! important;
  display: flex;
}
.englishSite .TabComponenta .titleLink .leftTitleText::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 9px;
  position: absolute;
  right: -12px;
  vertical-align: middle;
  top: 0;
  content: "";
  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 %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
}
.TabComponenta {
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 0px 10px;
  height: 100%;
}
.TabComponenta .backgroundLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.TabComponenta .titleLink {
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #fff;
  width: auto;
  float: left;
  position: relative;
}
.TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.TabComponenta .titleLink.rightTitleLink .rightTitleLink {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.TabComponenta .titleLink .rightTitleText {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.TabComponenta .titleLink .leftTitleText {
  direction: rtl;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagPageComponenta .linksSwitchPageNum a {
    margin: 0 4.6875vw 3.125vw 4.6875vw !important;
    font-size: 3.125vw !important;
  }
  .grid1280_2.vesty .TagPageComponenta.ArticleHeadlinesAuto .componentaTab {
    background: #336699 !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .componentaTab {
    direction: ltr;
    align-items: center;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv {
    height: 100% !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent {
    margin: 5.46875vw 7.65625vw 2.34375vw 0px !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView {
    height: 19.21875vw !important;
    margin: 2.1875vw 0px !important;
    position: relative;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView {
    width: 33.59375vw !important;
    height: 100% !important;
    margin: 0px 3.59375vw 1px 1px !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView .onImage {
    position: absolute;
    width: 16.25vw;
    height: 5vw;
    bottom: 1.5625vw;
    left: 1.09375vw;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
    display: flex;
    width: 100% !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
    white-space: normal !important;
    max-height: 14.0625vw !important;
    font-size: 4.0625vw !important;
    line-height: 1.15 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .font-moses .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
    font-size: 3.75vw !important;
    font-weight: 670 !important;
    line-height: 1.29 !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle a {
    color: #fff;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
    display: none !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
    font-size: 3.59375vw !important;
    line-height: 1.3 !important;
    color: #838386 !important;
  }
  .font-moses .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
    font-size: 3.28125vw!important;
    font-weight: 340 !important;
    line-height: 1.33!important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .authorInfo {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .spacerDot {
    height: 1.09375vw !important;
    width: 1.09375vw !important;
    min-width: 1.09375vw;
    margin: 1.875vw 1.40625vw 1.71875vw 1.40625vw !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
    line-height: 1.3 !important;
    color: #838386 !important;
  }
  .font-moses .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
    line-height: 1.33!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) {
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotTitle[style],
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .slotTitle a[style] {
    color: #fff !important;
  }
  .grid1280_2 .TagPageComponenta.ArticleHeadlinesAuto .moreDetails {
    color: #c5c5c5 !important;
  }
  .TagPageComponenta .linksSwitchPageNum a {
    color: #fff !important;
  }
  .TagPageComponenta .linksSwitchPageNum a:hover {
    color: #b3b0b0 !important;
  }
}
.vesty .TagPageComponenta .linksSwitchPageNum,
.ynetnews .TagPageComponenta .linksSwitchPageNum {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.vesty .TagPageComponenta .linksSwitchPageNum a,
.ynetnews .TagPageComponenta .linksSwitchPageNum a {
  color: #282828;
  font-size: 16px;
  text-decoration: underline;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.font-moses .vesty .TagPageComponenta .linksSwitchPageNum a,
.font-moses .ynetnews .TagPageComponenta .linksSwitchPageNum a {
  font-size: 13px;
  font-weight: 670;
}
.vesty .TagPageComponenta .linksSwitchPageNum a:hover,
.ynetnews .TagPageComponenta .linksSwitchPageNum a:hover {
  color: #000;
}
.vesty .TagPageComponenta,
.ynetnews .TagPageComponenta {
  display: flex;
  flex-direction: column;
}
.vesty .TagPageComponenta .componentaTab,
.ynetnews .TagPageComponenta .componentaTab {
  margin-bottom: 15px;
  padding-right: 11px;
  font-size: 17px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  direction: ltr;
  align-items: center;
}
.vesty .TagPageComponenta .componentaTab .titleLink,
.ynetnews .TagPageComponenta .componentaTab .titleLink {
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #fff;
  width: auto;
  float: left;
  position: relative;
}
.vesty .TagPageComponenta .componentaTab .titleLink .leftTitleText,
.ynetnews .TagPageComponenta .componentaTab .titleLink .leftTitleText {
  font-size: 13px;
}
.vesty .TagPageComponenta .componentaTab .titleLink .rightTitleText,
.ynetnews .TagPageComponenta .componentaTab .titleLink .rightTitleText {
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.vesty .TagPageComponenta .componentaTab .titleLink.rightTitleLink,
.ynetnews .TagPageComponenta .componentaTab .titleLink.rightTitleLink {
  float: right ! important;
}
.vesty .TagPageComponenta .componentaTab .titleLink.rightTitleLink > img,
.ynetnews .TagPageComponenta .componentaTab .titleLink.rightTitleLink > img {
  margin-left: 8px;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 0 !important;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView {
  display: inline-flex;
  height: 112px;
  margin: 9px 0px;
  direction: ltr;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView:first-child,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView:first-child {
  margin-top: unset;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView a,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView {
  width: 190px;
  height: 112px;
  overflow: hidden;
  padding: 0;
  margin: 1px 20px 1px 1px;
  font-size: 10px;
  position: relative;
  border: none;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView > img,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 229px);
  overflow: hidden;
  position: relative;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 11px;
  width: 90%;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  line-height: 16px;
  margin-bottom: 0px;
  height: 16px;
  color: #78787b;
  font-size: 13px;
  position: absolute;
  bottom: 0%;
  font-weight: 300;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
  flex-shrink: 0;
}
.vesty .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .commaView,
.ynetnews .TagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .commaView {
  margin: 5px;
}
.vesty .TagPageComponenta .slotContentDiv .slotMore,
.ynetnews .TagPageComponenta .slotContentDiv .slotMore {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 3;
  height: 40px;
  width: 399px;
  overflow-y: hidden;
  margin-top: 24px;
}
.vesty .TagPageComponenta .slotContentDiv .slotMore a,
.ynetnews .TagPageComponenta .slotContentDiv .slotMore a {
  font-size: 15px;
  color: inherit;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeadlinesAuto .slotMore {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagSearchComponenta {
    margin-bottom: 6.25vw !important;
    box-sizing: border-box;
  }
  .ctech .TagSearchComponenta {
    height: 13.4375vw !important;
  }
  .ctech .TagSearchComponenta .noResult {
    font-size: 3.125vw !important;
    line-height: 1.1 !important;
    margin-inline-start: 3.125vw;
    position: absolute;
    bottom: -7.8125vw;
  }
  .TagSearchComponenta .tagsList {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    top: 12.5vw !important;
  }
  .ctech .TagSearchComponenta .tagsList {
    top: 7.8125vw !important;
    width: 70% !important;
  }
  .TagSearchComponenta .tagsList a {
    height: 7.8125vw!important;
    line-height: 7.8125vw!important;
  }
  .TagSearchComponenta .search-field {
    height: auto !important;
  }
  .ctech .TagSearchComponenta .search-field {
    flex-direction: column;
  }
  .TagSearchComponenta .search-field input {
    background-color: #f4f4f4 !important;
    color: #686868 !important;
    height: 13.4375vw !important;
    padding: 3.90625vw 3.125vw !important;
  }
  .ctech .TagSearchComponenta .search-field input {
    height: 7.8125vw !important;
    padding: 2.8125vw 3.125vw !important;
    width: 70% !important;
    flex-shrink: 0;
  }
  .TagSearchComponenta .searchIcon {
    height: 4.6875vw !important;
    width: 4.6875vw !important;
    top: 4.375vw !important;
  }
  .ctech .TagSearchComponenta .searchIcon {
    top: 1.5625vw ! important;
    right: 30% !important;
  }
  .TagSearchComponenta * {
    font-size: 4.375vw !important;
  }
  .font-moses .TagSearchComponenta * {
    font-size: 3.75vw !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) {
  .TagSearchComponenta .tagsList {
    background-color: #5d5d5d !important;
  }
  .TagSearchComponenta .tagsList * {
    color: #c4c4c4 !important;
  }
  .TagSearchComponenta .search-field input {
    background-color: #5d5d5d !important;
    color: #c4c4c4 !important;
  }
  .TagSearchComponenta .searchIcon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='height:2em' viewBox='0 0 12 13'%3E %3Cg stroke-width='1' stroke='%23fff' fill='none'%3E %3Cpath d='M11.29 11.71l-4-4'/%3E %3Ccircle cx='5' cy='5' r='4'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat;
  }
}
.ctech .TagSearchComponenta {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
}
.TagSearchComponenta .noResult {
  color: #eb1116;
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  margin-top: 4px;
  padding-right: 3px;
  display: block;
}
.TagSearchComponenta .tagsList {
  position: absolute;
  border: solid 1px #1417ac;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  z-index: 22;
  background: #d8d8d8;
  border-top: 0;
  top: 45px;
  left: 0;
  border-radius: 0 0 2.6px;
  box-sizing: border-box;
}
.ctech .TagSearchComponenta .tagsList {
  background: #fff;
  width: 50%;
  left: 0px;
  top: 30px;
  margin-inline-start: 20px;
}
.TagSearchComponenta .tagsList .tagItem {
  font-size: 16px;
  line-height: 36px;
  color: #282828;
  text-decoration: none;
  padding-left: 15px;
  height: 36px;
}
.TagSearchComponenta .tagsList .tagItem:hover {
  background-color: #f6f6f6;
  color: #282828;
  font-weight: bold;
  height: 36px;
}
.TagSearchComponenta .tagsList .tagItem.selected {
  background-color: #f6f6f6;
  color: #282828;
  font-weight: bold;
  height: 36px;
}
.TagSearchComponenta .moreResults {
  font-size: 14px;
  padding-top: 5px;
  padding-right: 10px;
}
.TagSearchComponenta .search-field {
  position: relative;
  width: 100%;
  height: 50px;
}
.ctech .TagSearchComponenta .search-field {
  height: 30px;
  background-color: #fff;
  display: flex;
}
.TagSearchComponenta .search-field input {
  width: 100%;
  height: 50px;
  border-radius: 2.6px;
  border: solid 1px transparent;
  background-color: #d8d8d8;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  color: #000;
  box-sizing: border-box;
}
.ctech .TagSearchComponenta .search-field input {
  height: 30px;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  margin-inline-start: 20px;
  width: 50%;
  padding: 0 15px;
}
.font-moses .TagSearchComponenta .search-field input {
  font-size: 14px;
}
.TagSearchComponenta .search-field input:focus {
  border: solid 1px #1417ac;
}
.TagSearchComponenta .search-field input:focus::placeholder {
  opacity: 0;
}
.TagSearchComponenta .search-field .searchIcon {
  height: 17px;
  width: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.667' height='16.667' viewBox='0 0 16.667 16.667'%3E %3Cpath fill='%23000000' d='M2886.286 654.481l-3.011-3.011a7.3 7.3 0 1 0-1.813 1.814l3.008 3.011a1.284 1.284 0 0 0 1.816-1.815zm-8.992-1.968a5.212 5.212 0 1 1 5.208-5.213 5.213 5.213 0 0 1-5.208 5.213z' transform='translate(-2869.995 -640.004)'/%3E %3C/svg%3E"), no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 15px;
  background-repeat: no-repeat;
}
.ctech .TagSearchComponenta .search-field .searchIcon {
  background-position: center;
  top: 0px;
  height: 100%;
  right: 50%;
}
.grid1280 .TickerComponenta {
  border-left: 1px solid #e3e3e3;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab {
  width: 150px ! important;
  box-sizing: border-box;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleText,
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleLink {
  font-size: 14px! important;
  font-weight: 700 ! important;
}
.grid1280 .TickerComponenta .slotsContent {
  width: 150px ! important;
}
.grid1280 .TickerComponenta .slotsContent .slotTitle {
  font-size: 14px !important;
  font-weight: normal ! important;
  letter-spacing: -0.56px;
}
.TickerComponenta {
  display: flex;
  flex-direction: column;
  font-family: arial;
  overflow: hidden;
  height: 100%;
  direction: rtl;
}
.TickerComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 14px;
}
.TickerComponenta .moreDetails a {
  text-decoration: none;
}
.TickerComponenta .moreDetails a:hover {
  text-decoration: none;
  cursor: pointer;
}
.TickerComponenta .moreDetails a:hover > * {
  color: #ff0000 ! important;
}
.TickerComponenta .slotTitle,
.TickerComponenta .slotSubTitle {
  width: 100%;
  overflow: hidden;
}
.TickerComponenta .slotTitle {
  font-size: 13px;
}
.TickerComponenta .slotTitle > a {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.TickerComponenta .slotsContent {
  display: flex;
  padding-top: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.TickerComponenta .slotsContent .slotList .slotView {
  margin-bottom: 18px;
}
.TickerComponenta .slotsContent .slotList .slotTitle {
  font-weight: 700;
}
.TickerComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.TickerComponenta .tickerTab {
  padding-right: 10px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .tickerTab a,
.TickerComponenta .tickerTab a:hover {
  text-decoration: none;
  color: #fff;
}
.TickerComponenta .tickerTab .titleLink {
  max-width: 100%;
  width: auto;
}
.TickerComponenta .tickerTab #tickerControl {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//www.ynet.co.il/images/stop_news.png);
}
.TickerComponenta .tickerTab .playTicker {
  background-image: url(//www.ynet.co.il/images/play_news.png) ! important;
}
.TickerComponenta .tickerDate {
  display: inline-block;
  color: #939394;
  font: bold 30px Tahoma;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
}
.TickerComponenta .tickerDate:before,
.TickerComponenta .tickerDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  text-align: center;
}
.TickerComponenta .tickerDate:before {
  top: 1px;
  right: 1px;
}
.TickerComponenta .tickerDate:after {
  top: 2px;
  right: 2px;
}
.TickerComponenta.englishSite #tickerControl {
  left: inherit ! important;
  right: 4px ! important;
}
.TickerComponenta .slotsContent {
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
}
.TickerComponenta .slotsContent .slotList {
  margin-right: 5px;
  flex-grow: 1;
  width: calc(100% - 5px);
}
.TickerComponenta .slotList {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .slotList .animationDiv {
  display: inline-block;
  animation: marquee 1s linear infinite;
  -webkit-animation: marquee 1s linear infinite;
}
.TickerComponenta .slotList .animationDiv:hover,
.TickerComponenta .slotList .animationDiv.pause {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 120px);
  }
  100% {
    -webkit-transform: translate(0, -100%);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 120px);
  }
  100% {
    transform: translate(0, -100%);
  }
}
.SiteFlashPopUp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 1, 1, 0.4);
  z-index: 1000;
}
.SiteFlashPopUp.englishSite .closeBtn {
  left: inherit ! important;
  right: 15px;
}
.SiteFlashPopUp.englishSite .headerTitle > span {
  border-right: none ! important;
  border-left: 1px solid #ced8de;
  padding-right: 0px ! important;
  padding-left: 20px;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .imgArea {
  margin-right: 20px;
  margin-left: 0px ! important;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .tickerShareBtns {
  left: inherit ! important;
  right: 0;
}
.SiteFlashPopUp .ItemWrapper {
  width: 609px;
  clear: both;
  height: 790px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashHeader {
  width: 100%;
  height: 86px;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  display: flex;
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo {
  width: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo > img {
  width: 106px;
  height: auto;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle {
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle > span {
  border-right: 1px solid #ced8de;
  padding-right: 20px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 0px;
  cursor: pointer;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%235d5c5c' 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: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn:hover {
  opacity: 1;
}
.SiteFlashPopUp .ItemWrapper .flashContainer {
  height: 420px;
  flex-direction: column;
  display: flex;
  padding: 30px 20px 0px 20px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea {
  display: flex;
  flex-direction: row;
  position: relative;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .imgArea {
  margin-left: 20px;
  margin-bottom: 30px;
  flex-shrink: 0;
  height: 117px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea {
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashTitle {
  margin-bottom: 15px;
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashDate {
  color: #b7b5b6;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns > * {
  flex-shrink: 0;
  margin: 0 3px 0px 3px;
  display: flex;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns .tickerPopUpCopyButton {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14'%3E %3Cpath fillRule='evenodd' d='M 13.04 5.58C 13.04 5.58 10.07 8.55 10.07 8.55 9.65 8.96 9.13 9.26 8.56 9.4 8.56 9.4 8.53 9.4 8.53 9.4 8.53 9.4 8.4 9.43 8.4 9.43 8.4 9.43 8.32 9.45 8.32 9.45 8.32 9.45 8.16 9.47 8.16 9.47 8.16 9.47 8.08 9.47 8.08 9.47 8.02 9.47 7.97 9.48 7.92 9.48 7.92 9.48 7.78 9.5 7.78 9.5 7.78 9.5 7.76 9.5 7.76 9.5 7.76 9.5 7.6 9.5 7.6 9.5 7.48 9.5 7.37 9.48 7.25 9.47 7.16 9.45 7.06 9.43 6.97 9.41 6.97 9.41 6.83 9.37 6.83 9.37 6.78 9.36 6.73 9.34 6.68 9.32 6.63 9.3 6.58 9.29 6.53 9.27 6.48 9.25 6.44 9.23 6.39 9.2 6.04 9.04 5.72 8.82 5.45 8.55 5.26 8.36 5.17 8.1 5.18 7.83 5.2 7.61 5.29 7.39 5.45 7.23 5.82 6.89 6.4 6.89 6.76 7.23 7.31 7.78 8.2 7.78 8.74 7.23 8.74 7.23 9.51 6.47 9.51 6.47 9.51 6.47 9.53 6.45 9.53 6.45 9.53 6.45 11.72 4.27 11.72 4.27 12.26 3.72 12.26 2.83 11.72 2.29 11.17 1.74 10.28 1.74 9.73 2.29 9.73 2.29 7.98 4.04 7.98 4.04 7.91 4.11 7.81 4.13 7.72 4.09 7.25 3.9 6.74 3.8 6.23 3.8 6.23 3.8 6.15 3.8 6.15 3.8 6.05 3.8 5.96 3.75 5.93 3.66 5.89 3.57 5.91 3.47 5.98 3.4 5.98 3.4 8.42 0.96 8.42 0.96 9.7-0.32 11.77-0.32 13.04 0.96 14.32 2.23 14.32 4.3 13.04 5.58ZM 7.99 5.02C 8.19 5.14 8.38 5.29 8.54 5.46 8.73 5.65 8.83 5.91 8.81 6.18 8.8 6.4 8.7 6.61 8.54 6.77 8.17 7.11 7.6 7.11 7.23 6.77 6.68 6.22 5.8 6.22 5.25 6.77 5.25 6.77 2.27 9.74 2.27 9.74 1.73 10.29 1.73 11.18 2.27 11.73 2.82 12.27 3.71 12.27 4.25 11.73 4.25 11.73 6.02 9.96 6.02 9.96 6.08 9.89 6.18 9.87 6.27 9.91 6.74 10.1 7.25 10.2 7.76 10.2 7.76 10.2 7.86 10.2 7.86 10.2 7.99 10.2 8.09 10.3 8.09 10.43 8.09 10.49 8.07 10.55 8.02 10.6 8.02 10.6 5.57 13.05 5.57 13.05 4.96 13.66 4.13 14 3.26 14 1.46 14-0 12.54 0 10.73 0 9.87 0.34 9.04 0.95 8.43 0.95 8.43 3.92 5.46 3.92 5.46 4.53 4.84 5.37 4.5 6.23 4.5 6.86 4.5 7.47 4.68 7.99 5.02Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #324a5e;
  width: 29px;
  height: 29px;
  background-position: center center;
  margin: 0 5px 0px 5px;
  background-size: 50% 50%;
  border: 0;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-top: 15px;
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span {
  display: flex;
  margin-bottom: 10px;
  max-height: 85px;
  overflow: auto;
  white-space: pre-wrap;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span:first-child {
  min-height: 170px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span.smallSpan {
  font-size: 14px;
  color: #555555;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText .linkToMail {
  color: #0706ff ! important;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows {
  position: relative;
  height: 13px;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow {
  position: absolute;
  color: #949494;
  letter-spacing: -0.35px;
  line-height: 13px;
  height: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  align-content: center;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow:hover {
  color: #000066;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeLeft {
  left: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' 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-position: center left;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeRight {
  right: 0;
  padding-right: 23px;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' 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");
}
.SiteFlashPopUp .ItemWrapper .taboolaArea {
  border-top: 1px solid #f1f0f0;
  padding: 20px;
  height: 250px;
  margin: 0 20px;
  flex-shrink: 0;
}
.SiteFlashPopUp .ItemWrapper .taboolaTitle {
  font-size: 22px;
  margin: 0px 0px -15px 0px;
}
.SiteFlashPopUp .Separator {
  border-bottom: 1px solid #f1f0f0;
  width: 100%;
  height: 1px;
  margin-bottom: 0px;
}
.TopStoryComponenta,
.TopStoryWideComponenta {
  position: relative;
}
.TopStoryComponenta > .sideSeparatorLine,
.TopStoryWideComponenta > .sideSeparatorLine {
  position: absolute;
  width: 0;
  margin-top: 0px;
  margin-right: -11px;
  border-right: 1px solid #cccccc;
}
.TopStoryComponenta > div,
.TopStoryWideComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div,
.TopStoryWideComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div > div,
.TopStoryWideComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta .slotView,
.TopStoryWideComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryComponenta .slotView:hover,
.TopStoryWideComponenta .slotView:hover {
  cursor: pointer;
}
.TopStoryComponenta .slotView.inEditMode:hover,
.TopStoryWideComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryComponenta .slotView .slotTitle,
.TopStoryWideComponenta .slotView .slotTitle {
  font-weight: bold;
  max-width: 100%;
}
.TopStoryComponenta .slotView .slotTitle span,
.TopStoryWideComponenta .slotView .slotTitle span {
  -webkit-line-break: after-white-space;
  word-wrap: break-word;
}
.TopStoryComponenta .slotView h1.slotTitle,
.TopStoryWideComponenta .slotView h1.slotTitle {
  margin: 0;
}
.TopStoryComponenta .slotView .slotSubTitle,
.TopStoryWideComponenta .slotView .slotSubTitle {
  margin-top: 13px;
  max-width: 100%;
}
.TopStoryComponenta .slotView .topStoryDate,
.TopStoryWideComponenta .slotView .topStoryDate {
  display: block;
  color: #939394;
  font: bold 42px Tahoma, sans-serif;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: -1px;
  line-height: 32px;
  cursor: initial;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before,
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 100%;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before {
  top: 1px;
  right: 1px;
}
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  top: 2px;
  right: 2px;
}
.TopStoryComponenta .slotView .topHebStoryDate,
.TopStoryWideComponenta .slotView .topHebStoryDate {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ababac;
  margin-bottom: 13px;
  cursor: initial;
}
.TopStoryComponenta .mediaArea,
.TopStoryWideComponenta .mediaArea {
  position: relative;
}
.TopStoryComponenta .mediaArea .mediaLabel,
.TopStoryWideComponenta .mediaArea .mediaLabel {
  position: absolute;
}
.TopStoryComponenta .mediaArea .MediaCarousel,
.TopStoryWideComponenta .mediaArea .MediaCarousel {
  display: flex;
  order: 1;
}
.TopStoryComponenta .mediaArea .MediaCarousel .EditableVideo > img,
.TopStoryWideComponenta .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.TopStoryComponenta .mediaArea .MediaCarousel .mediaItems,
.TopStoryWideComponenta .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:disabled,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  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: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.TopStoryComponenta .mediaArea .MediaCarousel .numberOfMedia,
.TopStoryWideComponenta .mediaArea .MediaCarousel .numberOfMedia {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.TopStoryComponenta .mediaArea .media-enter,
.TopStoryWideComponenta .mediaArea .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-enter.media-enter-active,
.TopStoryWideComponenta .mediaArea .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.TopStoryComponenta .mediaArea .media-leave,
.TopStoryWideComponenta .mediaArea .media-leave {
  opacity: 1;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-leave.media-enter-leave,
.TopStoryWideComponenta .mediaArea .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.TopStoryComponenta .mediaArea .iconOnPoster,
.TopStoryWideComponenta .mediaArea .iconOnPoster {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  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 %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.TopStoryComponenta .mediaArea .iconOnPoster.big,
.TopStoryWideComponenta .mediaArea .iconOnPoster.big {
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  top: calc(50% - 33px);
  right: calc(50% - 33px);
}
.TopStoryComponenta .mediaArea .iconOnPoster.small,
.TopStoryWideComponenta .mediaArea .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.TopStoryComponenta .inEditMode .textDiv:hover,
.TopStoryWideComponenta .inEditMode .textDiv:hover {
  overflow-y: auto;
}
.TopStoryComponenta {
  height: 280px;
}
.TopStoryComponenta .sideSeparatorLine {
  height: 280px;
}
.TopStoryComponenta .textDiv {
  margin: 0px 0px 15px 0px;
  overflow: hidden;
  flex-grow: 1;
  padding-left: 20px;
}
.TopStoryComponenta .textDiv a {
  text-decoration: none;
  max-width: 100%;
}
.TopStoryComponenta .textDiv span {
  -webkit-line-break: after-white-space;
}
.TopStoryComponenta .iconOnLiveVideo {
  top: 10px ! important;
  bottom: inherit ! important;
}
.TopStoryWideComponenta {
  height: 340px;
}
.TopStoryWideComponenta .sideSeparatorLine {
  height: 340px;
}
.TopStoryWideComponenta .inEditMode .textDiv {
  width: 100%;
  height: 85px;
}
.TopStoryWideComponenta .textDiv {
  position: absolute;
  bottom: 0;
  padding: 9px 16px;
  width: calc(100% - 32px);
  height: 67px;
  left: 0;
  overflow: hidden;
}
.TopStoryWideComponenta .textDiv .slotSubTitle {
  margin-top: 2px;
}
.TopStoryWideComponenta .textDiv .slotSubTitle .videoIcon {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.TopStoryWideComponenta .textDiv a {
  text-decoration: none;
}
.TopStoryWideComponenta .GalleryPaging {
  bottom: 54px;
  left: 16px;
}
.TopStoryWideComponenta .big {
  bottom: 92px !important;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .topStoryTagsComponenta .mediaArea {
    margin-bottom: 3.125vw !important;
  }
  .topStoryTagsComponenta .mediaItems img[style] {
    width: 100% !important;
    height: auto ! important;
  }
  .topStoryTagsComponenta .slotView .slotTitle {
    padding: 0 4.6875vw !important;
    font-size: 7.5vw !important;
    line-height: 1.1 !important ;
    margin-bottom: 3.125vw !important;
  }
  .font-moses .grid1280_2 .topStoryTagsComponenta .slotView .slotTitle {
    font-size: 6.5625vw !important;
    line-height: normal !important;
  }
  .topStoryTagsComponenta .slotView .slotSubTitle {
    padding: 0 4.6875vw !important;
    font-size: 4.0625vw !important;
    line-height: 1.1 !important ;
    margin-bottom: 3.125vw !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) {
  .topStoryTagsComponenta {
    background: transparent !important;
  }
  .topStoryTagsComponenta .slotView .slotTitle {
    color: #fff !important;
  }
}
.topStoryTagsComponenta {
  background: #fff;
  height: 100%;
}
.ynetnews .topStoryTagsComponenta,
.vesty .topStoryTagsComponenta {
  direction: ltr;
}
.topStoryTagsComponenta .mediaArea {
  position: relative;
  flex-shrink: 0;
}
.grid1280_2 .topStoryTagsComponenta .mediaArea {
  margin-bottom: 27px;
}
.topStoryTagsComponenta > div {
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta > div > div {
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta .slotView {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
}
.topStoryTagsComponenta .slotView.inEditMode > .textDiv .slotSubTitle {
  overflow: hidden;
}
.topStoryTagsComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.topStoryTagsComponenta .slotView .slotTitle {
  font-weight: 900 !important;
  max-width: 100%;
  padding: 14px 0 14px 0;
  font-size: 24px;
  color: #000000;
  overflow: hidden;
  margin-top: 0;
}
.vesty .topStoryTagsComponenta .slotView .slotTitle,
.ynetnews .topStoryTagsComponenta .slotView .slotTitle {
  line-height: unset !important;
}
.grid1280_2 .topStoryTagsComponenta .slotView .slotTitle {
  font-size: 44px;
  font-weight: 900;
  padding: 0;
  line-height: 44px;
  margin-bottom: 24px;
}
.font-moses .grid1280_2 .topStoryTagsComponenta .slotView .slotTitle {
  font-size: 38px !important;
  font-weight: 800 !important;
  font-family: "MosesDisplay", "NarkisBlock";
  line-height: 1.16;
}
.topStoryTagsComponenta .slotView .slotSubTitle {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  overflow: hidden;
}
.grid1280_2 .topStoryTagsComponenta .slotView .slotSubTitle {
  font-size: 18px;
  padding: 0;
  line-height: 26px;
}
.topStoryTagsComponenta .slotView > .textDiv {
  margin: 0;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}
.topStoryTagsComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.topStoryTagsComponenta .MediaCarousel {
  height: unset !important;
}
.topStoryTagsComponenta .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.topStoryTagsComponenta .MediaCarousel .mediaItems img {
  height: 330px;
  object-fit: cover;
}
.grid1280_2 .topStoryTagsComponenta .MediaCarousel .mediaItems img {
  height: 398px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TopStoryComponenta .slotView,
  .TopStoryWideComponenta .slotView {
    display: flex ! important;
  }
  .TopStoryComponenta .mediaArea[style],
  .TopStoryWideComponenta .mediaArea[style],
  .TopStoryComponenta .MediaCarousel[style],
  .TopStoryWideComponenta .MediaCarousel[style] {
    width: 96.875vw ! important;
    height: 54.53125vw ! important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .TopStoryComponenta .mediaArea[style] img,
  .TopStoryWideComponenta .mediaArea[style] img,
  .TopStoryComponenta .MediaCarousel[style] img,
  .TopStoryWideComponenta .MediaCarousel[style] img {
    width: 100% ! important;
    height: auto;
    overflow: hidden;
  }
}
.TopStoryComponenta.englishSite,
.TopStoryWideComponenta.englishSite {
  direction: ltr;
}
.TopStoryComponenta.englishSite .topStoryDate:before,
.TopStoryWideComponenta.englishSite .topStoryDate:before {
  right: inherit;
  left: 1px;
}
.TopStoryComponenta.englishSite .topStoryDate:after,
.TopStoryWideComponenta.englishSite .topStoryDate:after {
  right: inherit;
  left: 2px;
}
.TopStoryComponenta.englishSite .sideSeparatorLine,
.TopStoryWideComponenta.englishSite .sideSeparatorLine {
  margin-right: inherit;
  margin-left: -11px;
}
.TopStoryComponenta.englishSite .videoIcon,
.TopStoryWideComponenta.englishSite .videoIcon {
  vertical-align: middle ! important;
}
.TopStoryWideComponenta.englishSite .GalleryPaging {
  bottom: 95px;
  right: 16px;
  left: inherit ! important;
}
.TopStoryComponenta.englishSite .textDiv {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TopStoryComponenta,
  .TopStoryWideComponenta {
    height: auto ! important;
  }
  .TopStoryComponenta .sideSeparatorLine,
  .TopStoryWideComponenta .sideSeparatorLine {
    display: none ! important;
  }
  .TopStoryComponenta .slotView,
  .TopStoryWideComponenta .slotView {
    flex-direction: column ! important;
  }
  .TopStoryComponenta .slotView .mediaArea,
  .TopStoryWideComponenta .slotView .mediaArea {
    order: 0 ! important;
  }
  .TopStoryComponenta .slotView .textDiv,
  .TopStoryWideComponenta .slotView .textDiv {
    order: 1 ! important;
    background: #efefef ! important;
    position: inherit ! important;
    height: auto ! important;
    width: 100% ! important;
    padding: 0 10px ! important;
    box-sizing: border-box;
  }
  .TopStoryComponenta .slotView .textDiv .slotSubTitle,
  .TopStoryWideComponenta .slotView .textDiv .slotSubTitle {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .TopStoryComponenta .slotView .textDiv .slotSubTitle span[style]:first-of-type,
  .TopStoryWideComponenta .slotView .textDiv .slotSubTitle span[style]:first-of-type {
    font-size: 17px !important;
    line-height: 22px !important;
    color: #000 !important;
    font-family: Arimo ! important;
  }
  .TopStoryComponenta .slotView .textDiv .slotTitle,
  .TopStoryWideComponenta .slotView .textDiv .slotTitle {
    margin-top: 0px;
  }
  .TopStoryComponenta .slotView .textDiv .slotTitle span[style]:first-of-type,
  .TopStoryWideComponenta .slotView .textDiv .slotTitle span[style]:first-of-type {
    font-size: 20px !important;
    color: #000 !important;
    line-height: 26px !important;
    font-family: Arimo ! important;
  }
  .TopStoryComponenta .slotView .textDiv > .topStoryDate,
  .TopStoryWideComponenta .slotView .textDiv > .topStoryDate {
    display: none ! important;
  }
}
.twoDivsAdsBox {
  height: inherit;
  display: flex;
  justify-content: space-between;
}
.twoDivsAdsBox .slotItem:first-child {
  margin-left: auto;
}
.twoDivsAdsBox .slotItem {
  width: 143px;
  height: 183px;
}
.vertical-video-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: initial;
}
.vertical-video-item .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.vertical-video-item .imageArea img {
  width: 273px;
  height: 491px;
}
.vertical-video-item .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.vertical-video-item .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;
}
.vertical-video-item .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;
}
.vertical-video-item .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.ynetnews .vertical-video-item .contentDiv *,
.vesty .vertical-video-item .contentDiv * {
  direction: ltr !important;
  text-align: left !important;
}
.vertical-video-item .contentDiv .videoInfo {
  height: 290px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 20px;
}
.vertical-video-item .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  opacity: 0;
}
.vertical-video-item .contentDiv .videoInfo .textContent .videoTitle {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  direction: rtl;
}
.vertical-video-item .contentDiv .videoInfo .textContent .videoSubtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
}
.vertical-video-item .contentDiv .videoInfo .textContent .videoSubtitle.close {
  -webkit-line-clamp: 2;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  direction: rtl;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 14px;
  font-weight: 100;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
}
.ynetnews .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink,
.vesty .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  width: 125px;
}
.ynetnews .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon,
.vesty .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  rotate: 90deg;
  margin-top: unset;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink:hover {
  opacity: 0.8;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 16px;
}
.vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 15px;
  height: 10px;
  rotate: 270deg;
  background: 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-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .shareBtn {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 7.25C25 9.04493 23.5449 10.5 21.75 10.5C20.9154 10.5 20.1542 10.1854 19.5787 9.66828L11.3901 14.409C11.4618 14.6773 11.5 14.9592 11.5 15.25C11.5 15.5371 11.4628 15.8156 11.3929 16.0807L19.385 20.5208C19.9776 19.8923 20.818 19.5 21.75 19.5C23.5449 19.5 25 20.9551 25 22.75C25 24.5449 23.5449 26 21.75 26C19.9551 26 18.5 24.5449 18.5 22.75C18.5 22.4628 18.5373 22.1843 18.6072 21.919L10.6152 17.479C10.0225 18.1076 9.18209 18.5 8.25 18.5C6.45507 18.5 5 17.0449 5 15.25C5 13.4551 6.45507 12 8.25 12C9.17823 12 10.0156 12.3891 10.6078 13.0132L18.686 8.33631C18.5655 7.99663 18.5 7.63097 18.5 7.25C18.5 5.45507 19.9551 4 21.75 4C23.5449 4 25 5.45507 25 7.25ZM23.4 7.25C23.4 8.16127 22.6613 8.9 21.75 8.9C20.8387 8.9 20.1 8.16127 20.1 7.25C20.1 6.33873 20.8387 5.6 21.75 5.6C22.6613 5.6 23.4 6.33873 23.4 7.25ZM8.25 16.9C9.16127 16.9 9.9 16.1613 9.9 15.25C9.9 14.3387 9.16127 13.6 8.25 13.6C7.33873 13.6 6.6 14.3387 6.6 15.25C6.6 16.1613 7.33873 16.9 8.25 16.9ZM21.75 24.4C22.6613 24.4 23.4 23.6613 23.4 22.75C23.4 21.8387 22.6613 21.1 21.75 21.1C20.8387 21.1 20.1 21.8387 20.1 22.75C20.1 23.6613 20.8387 24.4 21.75 24.4Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  cursor: pointer;
  z-index: 10;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .shareBtn:hover {
  opacity: 0.8;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper {
  width: 200px;
  height: 190px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  transform: translateX(-25%);
  background-color: #ffffffcc;
  z-index: 1;
  border-radius: 40px;
}
.ynetnews .vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper,
.vesty .vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper {
  transform: translateX(25%) !important;
}
.ynetnews .vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper::before,
.vesty .vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper::before {
  border-right: 10px solid #ffffffcc !important;
  border-left: unset !important;
  left: -10px !important;
  right: unset !important;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffffcc;
  position: absolute;
  bottom: 50%;
  right: -10px;
  transform: translateY(50%);
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem:hover {
  opacity: 0.8;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 37px;
  height: 37px;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText {
  color: #000;
  font-size: 11px;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath d='M12.0344 12L17.4859 19.2855L12 25.2089H13.2347L18.0377 20.0227L21.9182 25.2089H26.1198L20.3615 17.5137L25.4678 12H24.233L19.8099 16.7762L16.236 12H12.0344ZM13.8501 12.909H15.7803L24.3039 24.2999H22.3737L13.8501 12.909Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.9814 11C22.7507 11 24 11.2274 24 11.2274V13.7841C24 13.7841 23.6125 13.7921 22.651 13.7934L22.2013 13.7948C20.8997 13.7948 20.2734 14.4704 20.2734 15.5313L20.2717 17.4404H23.6125L23.0549 20.6071L20.2717 20.6057L20.2734 28H16.2034L16.2017 20.6057L13 20.6071V17.4404H16.2017L16.2034 15.3761C16.2034 11.6261 18.8148 11.0268 20.8375 11H20.9814Z' fill='black'/%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65753 28.954L2 38.6121L11.9284 36.0192C14.6623 37.5049 17.7442 38.2877 20.8789 38.2877C31.2058 38.2877 39.6086 29.9284 39.6121 19.6497C39.6133 14.672 37.6692 9.98812 34.1325 6.46433C30.5981 2.9429 25.8954 1.00118 20.8848 1C10.5638 1 2.16103 9.36047 2.1575 19.6368C2.15633 22.922 3.01905 26.1272 4.65753 28.954Z' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 16.5603C13 18.3862 14.3218 20.1505 14.5074 20.3988C14.6921 20.6461 17.1097 24.3932 20.8107 26.0006C21.6919 26.3846 22.38 26.6117 22.9144 26.7821C23.7993 27.0641 24.6027 27.0237 25.2392 26.9303C25.9489 26.8225 27.4234 26.0314 27.7309 25.1651C28.0384 24.2979 28.0384 23.5558 27.9465 23.4008C27.8528 23.2468 27.6072 23.1544 27.2378 22.9677C26.8694 22.7819 25.0536 21.8839 24.7161 21.7607C24.3786 21.6366 24.1312 21.575 23.8865 21.9455C23.6399 22.317 22.9331 23.1525 22.7175 23.4008C22.5028 23.6482 22.2872 23.68 21.9188 23.4942C21.5494 23.3084 20.3598 22.9157 18.9499 21.6529C17.8531 20.6683 17.1125 19.4526 16.8988 19.0821C16.6832 18.7096 16.8744 18.5103 17.0601 18.3255C17.226 18.1581 17.4294 17.8924 17.6131 17.6739C17.7978 17.4574 17.8597 17.3024 17.9816 17.055C18.1034 16.8077 18.0434 16.5901 17.9516 16.4053C17.8597 16.2205 17.121 14.3937 16.8135 13.6497C16.5491 13.0135 16.281 13.0144 16.0664 13.0144L15.982 13.0135C15.7683 13.0029 15.5217 13 15.2761 13C15.0296 13 14.6293 13.0924 14.2918 13.4649C13.9543 13.8355 13 14.7335 13 16.5603Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 37px !important;
  height: 37px !important;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: -30px;
  right: 0px;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 24px;
  height: 20px;
  margin-left: 4px;
  padding: 5px 0 0 0;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 24px;
  height: 20px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath d='M23.7502 7.03821C24.0832 6.69906 24.0832 6.14918 23.7502 5.81003C23.4173 5.47088 22.8774 5.47088 22.5444 5.81003L19.6363 8.77193L16.7283 5.81003C16.3953 5.47088 15.8554 5.47088 15.5224 5.81003C15.1895 6.14918 15.1895 6.69906 15.5224 7.03821L18.4305 10.0001L15.5224 12.962C15.1895 13.3012 15.1895 13.851 15.5224 14.1902C15.8554 14.5293 16.3953 14.5293 16.7283 14.1902L19.6363 11.2283L22.5444 14.1902C22.8774 14.5293 23.4173 14.5293 23.7502 14.1902C24.0832 13.851 24.0832 13.3012 23.7502 12.962L20.8422 10.0001L23.7502 7.03821Z' fill='white'/%3E %3C/svg%3E");
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="false"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3498 1.37588C19.6883 1.02307 20.2369 1.02315 20.5752 1.37607C22.7681 3.66358 24 6.76569 24 10.0002C24 13.2347 22.7681 16.3369 20.5752 18.6244C20.2369 18.9773 19.6883 18.9774 19.3498 18.6246C19.0114 18.2717 19.0113 17.6996 19.3496 17.3467C21.2177 15.3981 22.2671 12.7556 22.2671 10.0002C22.2671 7.24488 21.2177 4.60234 19.3496 2.65373C19.0113 2.30081 19.0114 1.7287 19.3498 1.37588ZM15.5266 5.36289C15.865 5.01008 16.4136 5.01017 16.7519 5.36309C17.9296 6.59156 18.5912 8.25751 18.5912 9.99457C18.5912 11.7316 17.9296 13.3976 16.7519 14.6261C16.4136 14.979 15.865 14.9791 15.5266 14.6262C15.1882 14.2734 15.1881 13.7013 15.5264 13.3484C16.3792 12.4588 16.8583 11.2524 16.8583 9.99457C16.8583 8.7367 16.3792 7.53032 15.5264 6.64074C15.1881 6.28782 15.1882 5.71571 15.5266 5.36289Z' fill='white'/%3E %3C/svg%3E");
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon:hover {
  transform: unset;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-volume {
  display: none;
}
.vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn:hover {
  opacity: 0.8;
}
.vertical-video-item .contentDiv .playerDetails {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  background: rgba(30, 30, 30, 0.8);
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  opacity: 0;
  direction: ltr;
}
.vertical-video-item .contentDiv .playerDetails .timeline {
  width: 100%;
}
.vertical-video-item .contentDiv .playerDetails .timeline .fp-timeline {
  width: 100%;
  height: 5px;
  display: flex;
  background-color: #78787b;
}
.vertical-video-item .contentDiv .playerDetails .timeline .fp-timeline .fp-color {
  background: #c5c5c5;
}
.vertical-video-item .contentDiv .playerDetails .playing-time {
  display: flex;
  gap: 3px;
  color: #78787b;
  margin: auto 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}
.vertical-video-item .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.vertical-video-item #player .fp-logo {
  display: none;
}
.vertical-video-item #player .fp-ui {
  background-image: none;
}
.vertical-video-item #player .fp-ui .fp-header .fp-fullscreen,
.vertical-video-item #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.vertical-video-item #player .fp-ui .fp-controls {
  display: none;
}
.vertical-video-item #player .fp-ui .fp-controls .fp-qsel,
.vertical-video-item #player .fp-ui .fp-controls .fp-small-play,
.vertical-video-item #player .fp-ui .fp-controls .fp-small-pause,
.vertical-video-item #player .fp-ui .fp-controls .fp-duration,
.vertical-video-item #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none !important;
}
.vertical-video-item.ad-loader-animation #player .fp-wait {
  opacity: 1;
}
.vertical-video-item.ad-loader-animation #player .fp-wait b {
  animation-duration: 1s;
  animation-name: loader;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.vertical-video-item #player.is-hovered ~ .contentDiv .videoInfo,
.vertical-video-item .contentDiv:hover .videoInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.vertical-video-item #player.is-hovered ~ .contentDiv .videoInfo .textContent,
.vertical-video-item .contentDiv:hover .videoInfo .textContent {
  opacity: 1;
}
.vertical-video-item #player.is-hovered ~ .contentDiv .playerDetails,
.vertical-video-item .contentDiv:hover .playerDetails {
  opacity: 1;
}
.vertical-video-item #player.is-hovered ~ .shareArea {
  opacity: 1;
}
.vertical-video-item #player.is-hovered.is-paused .fp-switch,
.vertical-video-item #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.vertical-video-item #player.is-hovered.is-paused .fp-switch .fp-play,
.vertical-video-item #player.is-toggling .fp-switch .fp-play,
.vertical-video-item #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.vertical-video-item #player.is-toggling .fp-switch .fp-play.is-small {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.vertical-video-item #player.is-hovered.is-paused .fp-switch .fp-pause,
.vertical-video-item #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.vertical-video-item #player.is-hovered.is-paused .fp-middle::after,
.vertical-video-item #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.vertical-video-item #player.is-paused .fp-middle::after {
  opacity: 1;
}
.vertical-video-item #player.is-hovered.is-playing .fp-switch,
.vertical-video-item #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.vertical-video-item #player.is-hovered.is-playing .fp-switch .fp-pause,
.vertical-video-item #player.is-toggling .fp-switch .fp-pause {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.vertical-video-item #player.is-hovered.is-playing .fp-switch .fp-play,
.vertical-video-item #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.vertical-video-item #player.is-hovered.is-playing .fp-middle::after,
.vertical-video-item #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.vertical-video-item:hover .fp-middle::after {
  opacity: 1 !important;
}
.vertical-video-item:hover .shareArea {
  opacity: 1;
}
body:has(.vertical-video-overlay-player) {
  overflow: hidden;
}
.vertical-video-overlay-player {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  right: 0;
  z-index: 12;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.ynetnews .vertical-video-overlay-player,
.vesty .vertical-video-overlay-player {
  direction: ltr;
}
.vertical-video-overlay-player .overlay-header .close-btn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  right: 25px;
  z-index: 99;
  cursor: pointer;
}
.vertical-video-overlay-player.single-video-display .vertical-video-item {
  position: relative;
  transform: translateX(50%);
  left: -50%;
}
.ynetnews .vertical-video-overlay-player.single-video-display .vertical-video-item,
.vesty .vertical-video-overlay-player.single-video-display .vertical-video-item {
  transform: translateX(-50%);
  right: -50%;
  left: unset;
}
.vertical-video-overlay-player .slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  background: unset;
  overflow: hidden;
}
.vertical-video-overlay-player .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.vertical-video-overlay-player .slider .slick-track {
  height: 100%;
  display: flex;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide:has(.ads_vertical_video) {
  align-items: center;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .contentDiv .videoInfo .textContent,
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .contentDiv .playerDetails {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slickArrow {
  position: absolute;
  bottom: 50vh;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.vertical-video-overlay-player .slider .slickArrow.slickNext {
  right: calc(50% - 300px);
  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");
  background-position: right center;
}
.vertical-video-overlay-player .slider .slickArrow.slickPrev {
  right: calc(50% + 265px);
  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");
  background-position: left center;
}
.vertical-video-overlay-player .slider .slickArrow.slickDisabled {
  display: none !important;
}
.grid1280_2:has(.videoOverlay) .SiteScrollToTopButton {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader {
  0%,
  80% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 2);
  }
}
.leftAndRightTransitionAnimation {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty {
    width: inherit ! important;
    padding: 0 1.5625vw;
  }
  .vesty .site_page_root .layoutContainer[style] {
    padding-bottom: 0px ! important;
  }
}
.site_page_root {
  font-family: arial;
}
.grid1280_2 .site_page_root {
  font-family: 'Arial' ! important;
}
.englishSite .componentaTab .leftTitleText {
  direction: ltr !important;
}
.vesty {
  direction: ltr;
  text-align: left;
  font-family: 'Arial', 'Arial (Hebrew)', 'David (Hebrew)', 'Courier New (Hebrew)';
  font-size: 12px;
  line-height: 1.15;
  width: 100.01%;
}
.vesty.grid1280_2 {
  font-family: 'Arial' ! important;
}
.vesty.grid1280_2 .fp-logo {
  right: 2em;
  left: unset;
}
.vesty.grid1280_2 .labelText {
  width: auto;
  position: absolute;
  background-color: #ed1c24;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
  font-weight: 670;
  pointer-events: none;
}
.vesty.grid1280_2 .labelText span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.vesty.grid1280_2 .labelText.basicLabel[style],
.vesty.grid1280_2 .labelText.basicLabel {
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  letter-spacing: 0.16px;
  font-size: 12px;
}
.vesty.grid1280_2 .labelText.basicLabel[style].bottom,
.vesty.grid1280_2 .labelText.basicLabel.bottom {
  bottom: 12px !important;
}
.vesty.grid1280_2 .labelText.basicLabel[style].left,
.vesty.grid1280_2 .labelText.basicLabel.left {
  left: 12px !important;
}
.vesty.grid1280_2 .labelText.basicLabel[style].right,
.vesty.grid1280_2 .labelText.basicLabel.right {
  right: 12px !important;
}
.vesty.grid1280_2 .labelText.basicLabel[style].top,
.vesty.grid1280_2 .labelText.basicLabel.top {
  top: 12px !important;
}
.vesty.grid1280_2 .labelText.bigLabel[style],
.vesty.grid1280_2 .labelText.bigLabel {
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  padding: 0 6px;
}
.vesty.grid1280_2 .layoutItem .componentaTab,
.vesty.grid1280_2 .Componenta .componentaTab,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab {
  height: 30px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.vesty.grid1280_2 .layoutItem .componentaTab .tabLogo,
.vesty.grid1280_2 .Componenta .componentaTab .tabLogo,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .tabLogo {
  margin-left: 7px;
}
.vesty.grid1280_2 .layoutItem .componentaTab .backgroundLink,
.vesty.grid1280_2 .Componenta .componentaTab .backgroundLink,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.vesty.grid1280_2 .layoutItem .componentaTab .titleLink,
.vesty.grid1280_2 .Componenta .componentaTab .titleLink,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .titleLink,
.vesty.grid1280_2 .layoutItem .componentaTab .titleLink:hover,
.vesty.grid1280_2 .Componenta .componentaTab .titleLink:hover,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .titleLink:hover {
  color: inherit;
  text-decoration: none;
  z-index: 2;
}
.vesty.grid1280_2 .layoutItem .componentaTab .leftTitleText,
.vesty.grid1280_2 .Componenta .componentaTab .leftTitleText,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .leftTitleText,
.vesty.grid1280_2 .layoutItem .componentaTab .rightTitleLink,
.vesty.grid1280_2 .Componenta .componentaTab .rightTitleLink,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleLink {
  height: 100%;
  line-height: 30px;
}
.vesty.grid1280_2 .layoutItem .componentaTab .rightTitleLink,
.vesty.grid1280_2 .Componenta .componentaTab .rightTitleLink,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleLink {
  font-size: 17px;
  font-weight: bold;
}
.vesty.grid1280_2 .layoutItem .componentaTab .rightTitleLink > img,
.vesty.grid1280_2 .Componenta .componentaTab .rightTitleLink > img,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleLink > img {
  margin-left: 8px;
}
.vesty.grid1280_2 .layoutItem .componentaTab .rightTitleText,
.vesty.grid1280_2 .Componenta .componentaTab .rightTitleText,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .rightTitleText {
  display: flex;
  align-items: center;
}
.vesty.grid1280_2 .layoutItem .componentaTab .leftTitleText,
.vesty.grid1280_2 .Componenta .componentaTab .leftTitleText,
.vesty.grid1280_2 .HtmlLayoutItem.content .componentaTab .leftTitleText {
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
}
.vesty.grid1280_2 .layoutItem .slotTitle,
.vesty.grid1280_2 .Componenta .slotTitle,
.vesty.grid1280_2 .HtmlLayoutItem.content .slotTitle {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
}
.vesty.grid1280_2 .layoutItem .slotTitle.small,
.vesty.grid1280_2 .Componenta .slotTitle.small,
.vesty.grid1280_2 .HtmlLayoutItem.content .slotTitle.small {
  font-size: 16px;
}
.vesty.grid1280_2 .layoutItem .slotTitle.medium,
.vesty.grid1280_2 .Componenta .slotTitle.medium,
.vesty.grid1280_2 .HtmlLayoutItem.content .slotTitle.medium {
  font-size: 16px;
}
.vesty.grid1280_2 .layoutItem .mediaArea,
.vesty.grid1280_2 .Componenta .mediaArea,
.vesty.grid1280_2 .HtmlLayoutItem.content .mediaArea,
.vesty.grid1280_2 .layoutItem .imageArea,
.vesty.grid1280_2 .Componenta .imageArea,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageArea,
.vesty.grid1280_2 .layoutItem .imageView,
.vesty.grid1280_2 .Componenta .imageView,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageView {
  position: relative;
}
.vesty.grid1280_2 .layoutItem .mediaArea .MarketingSign,
.vesty.grid1280_2 .Componenta .mediaArea .MarketingSign,
.vesty.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign,
.vesty.grid1280_2 .layoutItem .imageArea .MarketingSign,
.vesty.grid1280_2 .Componenta .imageArea .MarketingSign,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign,
.vesty.grid1280_2 .layoutItem .imageView .MarketingSign,
.vesty.grid1280_2 .Componenta .imageView .MarketingSign,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 29px;
  width: 29px;
  overflow: hidden;
  z-index: 3;
}
.vesty.grid1280_2 .layoutItem .mediaArea .MarketingSign .marketingImage,
.vesty.grid1280_2 .Componenta .mediaArea .MarketingSign .marketingImage,
.vesty.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign .marketingImage,
.vesty.grid1280_2 .layoutItem .imageArea .MarketingSign .marketingImage,
.vesty.grid1280_2 .Componenta .imageArea .MarketingSign .marketingImage,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign .marketingImage,
.vesty.grid1280_2 .layoutItem .imageView .MarketingSign .marketingImage,
.vesty.grid1280_2 .Componenta .imageView .MarketingSign .marketingImage,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign .marketingImage {
  height: 29px !important;
  width: 29px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
.vesty.grid1280_2 .layoutItem .mediaArea .MarketingSign .marketingText,
.vesty.grid1280_2 .Componenta .mediaArea .MarketingSign .marketingText,
.vesty.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign .marketingText,
.vesty.grid1280_2 .layoutItem .imageArea .MarketingSign .marketingText,
.vesty.grid1280_2 .Componenta .imageArea .MarketingSign .marketingText,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign .marketingText,
.vesty.grid1280_2 .layoutItem .imageView .MarketingSign .marketingText,
.vesty.grid1280_2 .Componenta .imageView .MarketingSign .marketingText,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign .marketingText {
  display: none;
  background-color: rgba(0, 0, 0, 0.712);
  font-weight: normal;
  color: white;
  align-items: center;
  flex-grow: 1;
  padding: 10px 32px 11px 3px;
  font-size: 17px;
  line-height: 0.88;
  box-sizing: border-box;
}
.vesty.grid1280_2 .layoutItem .mediaArea .MarketingSign:hover,
.vesty.grid1280_2 .Componenta .mediaArea .MarketingSign:hover,
.vesty.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign:hover,
.vesty.grid1280_2 .layoutItem .imageArea .MarketingSign:hover,
.vesty.grid1280_2 .Componenta .imageArea .MarketingSign:hover,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign:hover,
.vesty.grid1280_2 .layoutItem .imageView .MarketingSign:hover,
.vesty.grid1280_2 .Componenta .imageView .MarketingSign:hover,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign:hover {
  width: 100%;
  height: 75px;
}
.vesty.grid1280_2 .layoutItem .mediaArea .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .Componenta .mediaArea .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .HtmlLayoutItem.content .mediaArea .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .layoutItem .imageArea .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .Componenta .imageArea .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageArea .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .layoutItem .imageView .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .Componenta .imageView .MarketingSign:hover .marketingText,
.vesty.grid1280_2 .HtmlLayoutItem.content .imageView .MarketingSign:hover .marketingText {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.vesty.grid1280_2 .layoutItem .MarketingSign.smallItem,
.vesty.grid1280_2 .Componenta .MarketingSign.smallItem,
.vesty.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem {
  height: 29px;
  overflow: hidden;
  z-index: 3;
}
.vesty.grid1280_2 .layoutItem .MarketingSign.smallItem .marketingImage,
.vesty.grid1280_2 .Componenta .MarketingSign.smallItem .marketingImage,
.vesty.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem .marketingImage {
  align-self: flex-end;
}
.vesty.grid1280_2 .layoutItem .MarketingSign.smallItem:hover,
.vesty.grid1280_2 .Componenta .MarketingSign.smallItem:hover,
.vesty.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover {
  height: 100%;
}
.vesty.grid1280_2 .layoutItem .MarketingSign.smallItem:hover .marketingImage,
.vesty.grid1280_2 .Componenta .MarketingSign.smallItem:hover .marketingImage,
.vesty.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover .marketingImage {
  align-self: flex-end;
}
.vesty.grid1280_2 .layoutItem .MarketingSign.smallItem:hover .marketingText,
.vesty.grid1280_2 .Componenta .MarketingSign.smallItem:hover .marketingText,
.vesty.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover .marketingText {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.07;
  padding: 6px 29px 11px 1px;
}
.vesty.grid1280_2 .layoutItem .MarketingSign.smallItem:hover .marketingText span,
.vesty.grid1280_2 .Componenta .MarketingSign.smallItem:hover .marketingText span,
.vesty.grid1280_2 .HtmlLayoutItem.content .MarketingSign.smallItem:hover .marketingText span {
  white-space: unset;
}
.vesty.grid1280_2 .layoutItem .moreDetails,
.vesty.grid1280_2 .Componenta .moreDetails,
.vesty.grid1280_2 .HtmlLayoutItem.content .moreDetails {
  color: #78787b;
  vertical-align: top;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 300;
}
.vesty.grid1280_2 .layoutItem .moreDetails .moreInfoRow,
.vesty.grid1280_2 .Componenta .moreDetails .moreInfoRow,
.vesty.grid1280_2 .HtmlLayoutItem.content .moreDetails .moreInfoRow {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.vesty.grid1280_2 .layoutItem .moreDetails .moreInfoRow .channel,
.vesty.grid1280_2 .Componenta .moreDetails .moreInfoRow .channel,
.vesty.grid1280_2 .HtmlLayoutItem.content .moreDetails .moreInfoRow .channel {
  flex-shrink: 0;
}
.vesty.grid1280_2 .layoutItem .moreDetails .moreInfoRow .separator,
.vesty.grid1280_2 .Componenta .moreDetails .moreInfoRow .separator,
.vesty.grid1280_2 .HtmlLayoutItem.content .moreDetails .moreInfoRow .separator {
  margin: 0 3px;
}
.vesty.grid1280_2 .layoutItem .moreDetails .authorInfo,
.vesty.grid1280_2 .Componenta .moreDetails .authorInfo,
.vesty.grid1280_2 .HtmlLayoutItem.content .moreDetails .authorInfo {
  margin-left: 0px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vesty.grid1280_2 .layoutItem .moreDetails .point,
.vesty.grid1280_2 .Componenta .moreDetails .point,
.vesty.grid1280_2 .HtmlLayoutItem.content .moreDetails .point {
  width: 4px;
  height: 4px;
  background: #78787b;
  border-radius: 4px;
  margin: auto 5px;
  display: inline-flex;
}
.vesty.grid1280_2 .layoutItem .bottomLink,
.vesty.grid1280_2 .Componenta .bottomLink,
.vesty.grid1280_2 .HtmlLayoutItem.content .bottomLink {
  font-size: 15px;
  line-height: 18px;
  color: #1417ac;
  text-decoration: none;
}
.vesty.grid1280_2 .layoutItem .arrowBtn,
.vesty.grid1280_2 .Componenta .arrowBtn,
.vesty.grid1280_2 .HtmlLayoutItem.content .arrowBtn {
  width: 44px;
  height: 44px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44' height='44' viewBox='0 0 44 44'%3E %3Cdefs%3E %3Cfilter id='lqlq23yo6a' width='196.4%25' height='196.4%25' x='-48.2%25' y='-37.5%25' filterUnits='objectBoundingBox'%3E %3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E %3CfeOffset dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='3'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0'/%3E %3C/filter%3E %3Ccircle id='uf7ecs5jjb' cx='14' cy='14' r='14'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0)'%3E %3Cuse fill='%23000' filter='url(%23lqlq23yo6a)' xlink:href='%23uf7ecs5jjb'/%3E %3Cuse fill='%232E2E2F' style='mix-blend-mode:multiply' xlink:href='%23uf7ecs5jjb'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M13.472 7L20 13.453h-2.365l-3.184-3.147v10.892h-1.935V10.282l-3.206 3.17H6.944L13.472 7z' transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0) rotate(-90 13.472 14.1)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: calc(50% - 44px);
  border: 0;
  cursor: pointer;
  opacity: 0.9;
  z-index: 10;
}
.vesty.grid1280_2 .layoutItem .arrowBtn:disabled,
.vesty.grid1280_2 .Componenta .arrowBtn:disabled,
.vesty.grid1280_2 .HtmlLayoutItem.content .arrowBtn:disabled {
  display: none;
}
.vesty.grid1280_2 .layoutItem .arrowBtn:hover,
.vesty.grid1280_2 .Componenta .arrowBtn:hover,
.vesty.grid1280_2 .HtmlLayoutItem.content .arrowBtn:hover {
  opacity: 1;
}
.vesty.grid1280_2 .layoutItem .arrowBtn.scrollRight,
.vesty.grid1280_2 .Componenta .arrowBtn.scrollRight,
.vesty.grid1280_2 .HtmlLayoutItem.content .arrowBtn.scrollRight {
  right: 0px;
  transform: scaleX(-1);
}
.vesty.grid1280_2 .layoutItem .arrowBtn.scrollLeft,
.vesty.grid1280_2 .Componenta .arrowBtn.scrollLeft,
.vesty.grid1280_2 .HtmlLayoutItem.content .arrowBtn.scrollLeft {
  left: 0px;
}
.vesty.grid1280_2 .ArticleBodyComponent {
  font-family: 'Arial' ! important;
  font-weight: 300;
  /*  & .public-DraftEditor-content>div>*:not(figure) {
                width: 720px;
            }*/
}
.vesty.grid1280_2 .ArticleBodyComponent .text_editor_contact_us_link {
  display: none;
}
.vesty.grid1280_2 .ArticleBodyComponent figure {
  margin: 0 0 30px 0;
}
.vesty.grid1280_2 .ArticleBodyComponent .pHeader {
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-family: 'Arial';
  color: #000000;
}
.vesty.grid1280_2 .ArticleBodyComponent .text_editor_paragraph {
  font-size: 20px;
  font-weight: normal;
  font-style: inherit;
  line-height: 28px;
  letter-spacing: -0.11px;
  margin: 0 0 30px 0;
  font-family: 'Arial';
}
.vesty.grid1280_2 .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-left: 50px;
}
.vesty.grid1280_2 .ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.vesty.grid1280_2 .ArticleBodyComponent .text_editor_block_quote {
  font-family: 'Arial';
  width: 100% !important;
  border-top: 2px solid #de1a1a;
  border-bottom: 2px solid #de1a1a;
  border-right: none;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  white-space: normal;
  float: unset;
}
.vesty.grid1280_2 .ArticleBodyComponent .text_editor_block_quote span[data-text="true"] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px 45px;
}
.vesty.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul,
.vesty.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-size: 20px;
  font-weight: lighter;
  font-style: normal;
  line-height: 22px;
  list-style-position: inherit ! important;
  padding-inline-start: 23px;
  white-space: normal ! important;
  margin: 0 0 30px 0;
  font-family: 'Arial';
}
.vesty.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul li {
  padding-bottom: 10px;
}
.vesty.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul li > * {
  position: relative;
  left: -2px;
}
.vesty.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol li {
  padding-bottom: 10px;
}
.vesty.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol li > * {
  position: relative;
  left: 3px;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta {
  direction: ltr;
  display: block;
  width: 100%;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.half_wide {
  width: 100%;
  margin: 0;
  float: none;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener {
  display: block;
  position: relative;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .expand {
  display: none;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: flex;
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 28px;
  width: auto;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 10px 2px 14px;
  font-size: 14px;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  width: auto;
  padding: 0 4px;
  height: 18px;
  background: #fff;
  color: #2e2e2f;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  border-radius: 2px;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 2px;
  background: #fff;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after {
  height: 15px;
  left: -2px;
  top: 1px;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  height: 11px;
  left: -4px;
  top: 3px;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 100%;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 14px;
  margin-top: 8px;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 14px;
  line-height: 18px;
  color: #78787b;
  font-family: 'Arial';
  font-weight: normal;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  margin-right: 3px;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand {
  position: absolute;
  top: 17px;
  left: 15px;
  width: 36px;
  height: 36px;
  background-color: #2e2e2f;
  border-radius: 50%;
  box-shadow: none;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  cursor: pointer;
}
.vesty.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9)'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.vesty #INDbtnWrap {
  display: block !important;
}
.vesty #INDmenu-btn,
.vesty #INDmenu-btn3 {
  margin: 0 ! important;
}
.vesty #INDmenu-btn {
  align-items: center;
  display: flex;
  height: 100%;
  position: unset ! important;
}
.vesty .MostTalkbackedAuto {
  direction: ltr;
}
.vesty .MostTalkbackedAuto .icon {
  transform: scaleX(-1) ! important;
}
.vesty .ArticleHeaderComponent {
  direction: ltr;
}
.vesty .ArticleHeaderComponent .ArticleHeaderShareComponent .te {
  order: 0;
}
.vesty .ArticleHeaderComponent .ArticleHeaderShareComponent .te img {
  width: 20px;
  height: 20px;
}
.vesty .ArticleHeaderComponent .ArticleHeaderShareComponent .fb {
  order: 1;
}
.vesty .ArticleHeaderComponent .ArticleHeaderShareComponent .tw {
  order: 2;
}
.vesty .ArticleHeaderComponent .ArticleHeaderShareComponent .mailto {
  order: 3;
}
.vesty .ArticleHeaderComponent .authorAndDateContainer {
  flex-wrap: wrap;
}
.vesty .ArticleHeaderComponent .authorAndDateContainer .authoranddate {
  width: calc(100% - 110px);
}
.vesty .ArticleHeaderComponent .authorAndDateContainer > span {
  position: inherit ! important;
}
.vesty .ArticleHeaderComponent .authorAndDateContainer > span:first-of-type {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.vesty .ArticleHeaderComponent .authorAndDateContainer .authors {
  margin-left: 0;
  max-width: unset ! important;
  font-weight: normal;
}
.vesty .ArticleHeaderComponent .authorAndDateContainer .authors > span {
  float: left;
  padding-right: 8px;
}
.vesty .ArticleBottomShareComponent ul li {
  margin-left: 2px ! important;
}
.vesty .SiteArticleComments .tabTextWraper span {
  float: left ! important;
}
.vesty .ArticleBodyComponent {
  direction: ltr ! important;
}
.vesty .ArticleBodyComponent .text_editor_block_quote {
  margin: 5px 10px 10px;
  position: relative;
  z-index: 5;
  font-size: 120%;
  float: right;
}
.vesty .ArticleBodyComponent .ArticleBannerComponenta {
  float: right;
}
.vesty .categoryBreadcrumbs {
  direction: ltr;
}
.vesty .categoryBreadcrumbs ul {
  margin: 0 0 0 3px ! important;
  float: left;
}
.vesty .categoryBreadcrumbs ul li {
  margin-right: 3px;
  margin-left: 0;
  padding-right: 0px;
  float: left;
}
.vesty .categoryBreadcrumbs ul li:first-child {
  padding-left: 0px ! important;
  background: none ! important;
}
.vesty .categoryBreadcrumbs .arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .ArticleBodyComponent .text_editor_paragraph,
  .vesty * .ArticleBodyComponent .text_editor_paragraph {
    font-size: 16px ! important;
    direction: ltr;
    line-height: 18px;
  }
  .vesty .ArticleBodyComponent .text_editor_indent,
  .vesty * .ArticleBodyComponent .text_editor_indent {
    display: block;
    margin-right: 50px;
  }
  .vesty .ArticleBodyComponent .text_editor_indent.ltr,
  .vesty * .ArticleBodyComponent .text_editor_indent.ltr {
    margin-right: initial !important;
    margin-left: 50px !important;
  }
  .vesty .ArticleHeaderComponent .authorAndDateContainer > span,
  .vesty * .ArticleHeaderComponent .authorAndDateContainer > span {
    position: absolute ! important;
  }
  .vesty .ArticleBodyComponent .ArticleImageComponenta,
  .vesty * .ArticleBodyComponent .ArticleImageComponenta {
    width: 100%;
  }
  .vesty .ArticleBodyComponent .ArticleImageComponenta.half_wide,
  .vesty * .ArticleBodyComponent .ArticleImageComponenta.half_wide {
    width: 50%;
  }
  .vesty .ArticleBodyComponent .ArticleImageComponenta .ImageDetails,
  .vesty * .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
    display: inline-flex;
  }
  .vesty .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit,
  .vesty * .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
    margin-left: 5px;
  }
  .vesty .ArticleBodyComponent .ArticleImageComponenta .mobileView,
  .vesty * .ArticleBodyComponent .ArticleImageComponenta .mobileView {
    display: block;
  }
  .vesty .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener,
  .vesty * .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener {
    display: none ! important;
  }
  .vesty .ArticleBodyComponent .ArticleLinkedImageComponenta img[style],
  .vesty * .ArticleBodyComponent .ArticleLinkedImageComponenta img[style] {
    width: 100%;
    height: auto ! important;
  }
  .vesty .TabComponenta,
  .vesty * .TabComponenta {
    height: 28px;
  }
  .vesty .TabComponenta .rightTitleLink,
  .vesty * .TabComponenta .rightTitleLink {
    float: left ! important;
  }
  .vesty .TabComponenta .rightTitleLink .rightTitleText,
  .vesty * .TabComponenta .rightTitleLink .rightTitleText {
    font-weight: normal ! important;
    font-size: 19px ! important;
    font-family: Arial ! important;
    display: block ! important;
    overflow: hidden ! important;
    line-height: 28px;
  }
  .vesty .TabComponenta .titleLink,
  .vesty * .TabComponenta .titleLink {
    float: right;
  }
  .vesty .TabComponenta .leftTitleText,
  .vesty * .TabComponenta .leftTitleText {
    position: relative;
    margin-right: 10px;
    font-weight: normal ! important;
    font-size: 18px ! important;
    padding-right: 5px;
    direction: ltr;
  }
  .vesty .TabComponenta .leftTitleText:after,
  .vesty * .TabComponenta .leftTitleText:after {
    content: ">" ! important;
    width: 18px ! important;
    height: 100%;
    background-image: none ! important;
    display: flex;
    align-items: center;
    right: -16px ! important;
    position: absolute;
  }
  .vesty .StripComponenta .slotSubTitle,
  .vesty * .StripComponenta .slotSubTitle {
    display: none ! important;
  }
  .vesty .StripComponenta .slotTitle,
  .vesty * .StripComponenta .slotTitle {
    height: auto ! important;
    max-height: 64px ! important;
  }
}
.VideoComponenta {
  background-color: #fff;
}
.radionas.articleContainer .VideoComponenta {
  background-color: transparent;
}
.VideoComponenta.englishSite .title,
.VideoComponenta.englishSite .subtitle,
.VideoComponenta.englishSite .videoInfoText {
  direction: ltr;
  text-align: left;
}
.VideoComponenta .titlesOverImage {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.VideoComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}
.VideoComponenta .titlesOverImage .subtitle {
  padding: 0px 10px 10px;
}
.VideoComponenta .videoInfoDiv {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px 10px 0px;
  float: unset !important;
  z-index: 0;
}
.VideoComponenta .videoInfoDiv .text-wrapper {
  margin-right: 7px;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  max-height: 45px;
  overflow: hidden;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText.credit {
  margin-right: 0;
}
.VideoComponenta .EditableVideo {
  background-color: #c0c9d0;
  height: 250px;
  text-align: center;
}
.VideoComponenta .EditableVideo img {
  width: auto;
  height: 100%;
}
.VideoComponenta .flowplayer {
  background-size: contain;
}
.PageVideoLiveComponenta .videoInfoText {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.PageVideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .weather-selector .default-text,
  .vesty .weather-selector .temp-info,
  .vesty .weather-selector .search-input,
  .vesty .weather-selector .dropdown-city-name,
  .vesty .weather-selector .dropdown-tempature,
  .vesty .weather-selector .weather-forcast-info-container,
  .vesty .weather-selector .forcast-tempature {
    font-family: Arimo !important;
  }
  .vesty .weather-selector .default-text::placeholder,
  .vesty .weather-selector .temp-info::placeholder,
  .vesty .weather-selector .search-input::placeholder,
  .vesty .weather-selector .dropdown-city-name::placeholder,
  .vesty .weather-selector .dropdown-tempature::placeholder,
  .vesty .weather-selector .weather-forcast-info-container::placeholder,
  .vesty .weather-selector .forcast-tempature::placeholder {
    font-family: Arimo !important;
  }
  .vesty .weather-selector .default-text::-webkit-input-placeholder,
  .vesty .weather-selector .temp-info::-webkit-input-placeholder,
  .vesty .weather-selector .search-input::-webkit-input-placeholder,
  .vesty .weather-selector .dropdown-city-name::-webkit-input-placeholder,
  .vesty .weather-selector .dropdown-tempature::-webkit-input-placeholder,
  .vesty .weather-selector .weather-forcast-info-container::-webkit-input-placeholder,
  .vesty .weather-selector .forcast-tempature::-webkit-input-placeholder {
    font-family: Arimo !important;
  }
  .vesty .weather-selector .default-text .info-text,
  .vesty .weather-selector .temp-info .info-text,
  .vesty .weather-selector .search-input .info-text,
  .vesty .weather-selector .dropdown-city-name .info-text,
  .vesty .weather-selector .dropdown-tempature .info-text,
  .vesty .weather-selector .weather-forcast-info-container .info-text,
  .vesty .weather-selector .forcast-tempature .info-text {
    font-family: Arimo !important;
  }
  .weather-selector {
    width: 92.5vw !important;
    height: 90.15625vw !important;
    border-radius: 3.75vw 3.75vw 0px 0px !important;
    background-color: #fafafa;
    margin: auto;
  }
  .weather-selector .is-mobile {
    display: block !important;
  }
  .weather-selector .default-text {
    font-size: 3.75vw !important;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
    font-weight: bold;
  }
  .weather-selector .default-x-margin {
    margin-left: 4.375vw !important;
    margin-right: 4.375vw !important;
  }
  .weather-selector .date-container .time-div {
    padding-top: 3.75vw;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .weather-selector .city-selector {
    margin-left: 3.4375vw !important;
    margin-right: 3.4375vw !important;
    padding-left: 2.8125vw !important;
    padding-right: 2.5vw !important;
    margin-top: 2.5vw;
    height: 9.375vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.9375vw;
    border: 1px solid rgba(77, 77, 77, 0.5);
    position: relative;
  }
  .weather-selector .city-selector .search-input {
    width: 100%;
    height: 6.25vw;
    outline: none;
    background: unset;
    border: unset;
    font-size: 3.75vw !important;
  }
  .weather-selector .city-selector .search-input::placeholder {
    color: #90a4ae;
    font-size: 2.8125vw;
  }
  .weather-selector .city-selector .search-input::-webkit-input-placeholder {
    /* Edge */
    color: #90a4ae;
    font-size: 2.8125vw;
  }
  .weather-selector .city-selector .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #90a4ae;
    font-size: 2.8125vw;
  }
  .weather-selector .city-selector .search-box-bottom-border {
    border-bottom: 1px solid #e6e6e6;
  }
  .weather-selector .city-selector .city-title {
    font-weight: normal;
    font-size: 3.125vw !important;
  }
  .weather-selector .city-selector .arrow-down {
    background-image: url(/Common/images/weather/arrow_down.png);
    width: 2.34375vw;
    height: 1.40625vw;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .weather-selector .city-selector .arrow-up {
    background-image: url(/Common/images/weather/arrow_down.png);
    transform: rotate(180deg);
    width: 2.34375vw;
    height: 1.40625vw;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .weather-selector .city-selector-bottom-border-off {
    border-bottom: unset;
    border-radius: 0.9375vw 0.9375vw 0px 0px;
  }
  .weather-selector .dropdown {
    display: flex;
    /* Track */
    /* Handle */
  }
  .weather-selector .dropdown ::-webkit-scrollbar {
    width: 0.9375vw;
    border-radius: 0.78125vw;
  }
  .weather-selector .dropdown ::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-radius: 0.9375vw;
  }
  .weather-selector .dropdown ::-webkit-scrollbar-thumb {
    background: #607d8b;
    border-radius: 0.9375vw;
  }
  @-webkit-keyframes fade-in-fwd {
    0% {
      -webkit-transform: translateZ(-12.5vw);
      transform: translateZ(-12.5vw);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-fwd {
    0% {
      -webkit-transform: translateZ(-12.5vw);
      transform: translateZ(-12.5vw);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  .weather-selector .dropdown .dropdown-window {
    margin-left: 3.4375vw !important;
    margin-right: 3.4375vw !important;
    padding-left: 2.8125vw !important;
    padding-right: 2.5vw !important;
    border-radius: 0px 0px 0.9375vw 0.9375vw;
    border: 1px solid rgba(77, 77, 77, 0.5);
    position: absolute;
    height: auto !important;
    max-height: 195.3125vw !important;
    background-color: #fafafa;
    z-index: 10000;
    width: 79.6875vw !important;
    border-top: unset;
    transition: all .5s ease;
    transform: translateY(0);
  }
  .weather-selector .dropdown .dropdown-item {
    padding-top: 3.75vw !important;
    padding-bottom: 3.75vw !important;
    margin-top: unset !important;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    width: 95% !important;
    margin: auto;
    cursor: pointer;
    -webkit-animation: fade-in-fwd 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-fwd 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  .weather-selector .dropdown .dropdown-item:hover {
    background-color: unset;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-city-name {
    font-size: 6.5625vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: "#4d4d4d";
  }
  .weather-selector .dropdown .dropdown-item .dropdown-country-name {
    padding-top: 1.5625vw !important;
    margin-top: unset !important;
    font-size: 3.75vw !important;
    line-height: 5.15625vw !important;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature {
    font-size: 3.75vw;
    line-height: 5.15625vw;
    letter-spacing: -0.45vw;
    color: #607d8b;
    display: inline-flex;
    width: auto;
    align-items: center;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature-icon {
    margin-right: 2.65625vw;
    margin-left: 2.65625vw;
    margin-top: 0.78125vw;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature-icon .icon {
    width: 3.4375vw;
    height: 3.125vw;
  }
  .weather-selector .dropdown .dropdown-item .dropdown-tempature-info {
    font-size: 2.8125vw;
    letter-spacing: 0px;
    color: #4d4d4d;
  }
  .weather-selector .city-selector > div {
    width: 100%;
  }
  .weather-selector .weather-forcast-info-container {
    margin-top: 2.65625vw;
  }
  .weather-selector .weather-forcast-info-container .info-text {
    font-size: 3.75vw !important;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .weather-selector .weather-info {
    margin-left: 4.6875vw !important;
    margin-right: 4.6875vw !important;
    margin-top: 5vw !important;
    display: flex;
    align-items: center;
  }
  .weather-selector .weather-info .forcast-image-box {
    background-color: #fafafa;
    width: 25vw !important;
    height: 25vw !important;
    border-radius: 2.1875vw !important;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.125vw !important;
  }
  .weather-selector .weather-info .forcast-image-box .forcast-image {
    width: 16.875vw;
    height: 15.78125vw;
  }
  .weather-selector .weather-info .forcast-tempature {
    font-weight: 300;
    line-height: 12.1875vw;
    color: #607d8b;
    font-size: 8.90625vw;
    display: none;
  }
  .weather-selector .weather-info .forcast-tempature-mobile {
    display: block !important;
    font-size: 31.25vw !important;
    font-weight: 300;
    color: #607d8b;
    letter-spacing: -3.125vw !important;
    line-height: 0px !important;
    margin: auto;
    font-family: "Open Sans Hebrew" !important;
  }
  .weather-selector .weather-info .forcast-tempature-mobile-small-font {
    font-size: 12.5vw !important;
    line-height: 18.4375vw !important;
    letter-spacing: -1.35937vw !important;
  }
}
@media (prefers-color-scheme: dark) {
  .vesty .weather-selector .default-text {
    color: #d3d3d3;
  }
}
.vesty .weather-selector .default-text,
.vesty .weather-selector .temp-info,
.vesty .weather-selector .search-input,
.vesty .weather-selector .dropdown-city-name,
.vesty .weather-selector .dropdown-tempature,
.vesty .weather-selector .weather-forcast-info-container,
.vesty .weather-selector .forcast-tempature {
  font-family: Arial !important;
}
.vesty .weather-selector .default-text::placeholder,
.vesty .weather-selector .temp-info::placeholder,
.vesty .weather-selector .search-input::placeholder,
.vesty .weather-selector .dropdown-city-name::placeholder,
.vesty .weather-selector .dropdown-tempature::placeholder,
.vesty .weather-selector .weather-forcast-info-container::placeholder,
.vesty .weather-selector .forcast-tempature::placeholder {
  font-family: Arial !important;
}
.vesty .weather-selector .default-text::-webkit-input-placeholder,
.vesty .weather-selector .temp-info::-webkit-input-placeholder,
.vesty .weather-selector .search-input::-webkit-input-placeholder,
.vesty .weather-selector .dropdown-city-name::-webkit-input-placeholder,
.vesty .weather-selector .dropdown-tempature::-webkit-input-placeholder,
.vesty .weather-selector .weather-forcast-info-container::-webkit-input-placeholder,
.vesty .weather-selector .forcast-tempature::-webkit-input-placeholder {
  font-family: Arial !important;
}
.vesty .weather-selector .default-text .info-text,
.vesty .weather-selector .temp-info .info-text,
.vesty .weather-selector .search-input .info-text,
.vesty .weather-selector .dropdown-city-name .info-text,
.vesty .weather-selector .dropdown-tempature .info-text,
.vesty .weather-selector .weather-forcast-info-container .info-text,
.vesty .weather-selector .forcast-tempature .info-text {
  font-family: Arial !important;
}
.weather-selector {
  width: 478px;
  height: 329px;
  border-radius: 16px;
  background-color: #fafafa;
  direction: ltr;
}
.grid1280_2 .weather-selector {
  width: 610px;
}
.weather-selector .is-mobile {
  display: inline-block;
}
.weather-selector .default-text {
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
  font-family: "Open Sans Hebrew";
  font-weight: bold;
}
.weather-selector .default-x-margin {
  margin-left: 28px;
  margin-right: 28px;
}
.weather-selector .date-container .time-div {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.weather-selector .city-selector {
  margin-left: 22px;
  margin-right: 22px;
  padding-left: 18px;
  padding-right: 16px;
  margin-top: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid rgba(77, 77, 77, 0.5);
  position: relative;
}
.weather-selector .city-selector .search-input {
  width: 100%;
  height: 40px;
  outline: none;
  background: unset;
  border: unset;
  font-size: 24px;
  color: black;
}
.weather-selector .city-selector .search-input::placeholder {
  font-family: "Open Sans Hebrew";
  color: #90a4ae;
  font-size: 18px;
}
.weather-selector .city-selector .search-input::-webkit-input-placeholder {
  /* Edge */
  font-family: "Open Sans Hebrew";
  color: #90a4ae;
  font-size: 18px;
}
.weather-selector .city-selector .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Open Sans Hebrew";
  color: #90a4ae;
  font-size: 18px;
}
.weather-selector .city-selector .search-box-bottom-border {
  border-bottom: 1px solid #e6e6e6;
}
.weather-selector .city-selector .city-title {
  font-weight: normal;
  font-size: 20px;
}
.weather-selector .city-selector .arrow-down {
  background-image: url(/Common/images/weather/arrow_down.png);
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.weather-selector .city-selector .arrow-up {
  background-image: url(/Common/images/weather/arrow_down.png);
  transform: rotate(180deg);
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.weather-selector .city-selector-bottom-border-off {
  border-bottom: unset;
  border-radius: 6px 6px 0px 0px;
}
.weather-selector .dropdown {
  display: flex;
  /* Track */
  /* Handle */
}
.weather-selector .dropdown ::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}
.weather-selector .dropdown ::-webkit-scrollbar-track {
  background: #d6d6d6;
  border-radius: 6px;
}
.weather-selector .dropdown ::-webkit-scrollbar-thumb {
  background: #607d8b;
  border-radius: 6px;
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.weather-selector .dropdown .dropdown-window {
  margin-left: 22px;
  margin-right: 22px;
  padding-left: 18px;
  padding-right: 16px;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid rgba(77, 77, 77, 0.5);
  position: absolute;
  overflow-y: scroll;
  max-height: 360px;
  background-color: #fafafa;
  z-index: 10000;
  width: 398px;
  border-top: unset;
  transition: all .5s ease;
  transform: translateY(0);
}
.weather-selector .dropdown .dropdown-item {
  margin-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  width: 90%;
  cursor: pointer;
  -webkit-animation: fade-in-fwd 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.weather-selector .dropdown .dropdown-item:hover {
  background-color: unset;
}
.weather-selector .dropdown .dropdown-item .dropdown-city-name {
  font-size: 30px;
  font-weight: bold;
  font-family: "Open Sans Hebrew";
  line-height: 19px;
  color: "#4d4d4d";
}
.weather-selector .dropdown .dropdown-item .dropdown-country-name {
  margin-top: 15px;
  font-size: 14px;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature {
  font-size: 24px;
  font-family: "Open Sans Hebrew";
  line-height: 33px;
  letter-spacing: -2.88px;
  color: #607d8b;
  display: inline-flex;
  width: auto;
  align-items: center;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature-icon {
  margin-right: 17px;
  margin-left: 17px;
  margin-top: 5px;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature-icon .icon {
  width: 22px;
  height: 20px;
}
.weather-selector .dropdown .dropdown-item .dropdown-tempature-info {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4d4d4d;
}
.weather-selector .city-selector > div {
  width: 100%;
}
.weather-selector .weather-forcast-info-container {
  margin-top: 17px;
}
.weather-selector .weather-forcast-info-container .info-text {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-selector .weather-info {
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.weather-selector .weather-info .forcast-image-box {
  background-color: #fafafa;
  width: 118px;
  height: 118px;
  border-radius: 14px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.weather-selector .weather-info .forcast-image-box .forcast-image {
  width: 85px;
  height: 80px;
}
.weather-selector .weather-info .forcast-tempature {
  font-family: "Open Sans Hebrew";
  font-weight: 300;
  line-height: 78px;
  color: #607d8b;
  font-size: 57px;
}
.weather-selector .weather-info .forcast-tempature-mobile {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-articles-component {
    width: 92.5vw !important;
    margin: auto;
    height: 134.53125vw !important;
    margin-bottom: 6.25vw !important;
  }
  .weather-articles-component .title {
    font-family: Rubik;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 4.375vw !important;
    color: #4d4d4d;
    padding-bottom: 2.96875vw !important;
    padding-top: 2.65625vw !important;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    padding-right: 1.5625vw;
  }
  .weather-articles-component .share-box {
    width: 92.5vw !important;
    height: 36.875vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    padding: 4.6875vw 6.5625vw !important;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
  }
  .weather-articles-component .share-box .share-camera-box {
    margin-left: 5vw !important;
  }
  .weather-articles-component .share-box .share-camera-box .share-camera {
    width: 19.21875vw !important;
    height: 13.59375vw !important;
  }
  .weather-articles-component .share-box .subtext-title {
    font-weight: bold;
  }
  .weather-articles-component .share-box .subtext {
    font-family: "Rubik";
    font-size: 3.75vw !important;
    line-height: 5vw !important;
    text-align: right;
    color: #4d4d4d;
    max-width: 44.0625vw;
  }
  .weather-articles-component .share-box .share-button {
    display: none !important;
  }
  .weather-articles-component .share-box .share-button-mobile {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 4.375vw !important;
    width: 79.375vw !important;
    margin: auto;
    height: 9.375vw !important;
    border-radius: 0.9375vw;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    background-color: #fafafa;
    transition: 0.2s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .weather-articles-component .share-box .share-button-mobile:hover {
    background-color: #d6b0b0b2;
  }
  .weather-articles-component .share-box .share-button-mobile .share-button-text {
    font-family: "Rubik";
    font-size: 3.125vw !important;
    font-weight: bold;
    line-height: 3.75vw !important;
    color: #4d4d4d;
    text-decoration: none;
  }
  .weather-articles-component .slotList {
    margin-right: 0 !important;
  }
  .weather-articles-component .slotView {
    display: inline-flex;
    height: 25vw !important;
    width: 92.5vw !important;
    margin: auto;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px !important;
    margin-bottom: 3.75vw !important;
  }
  .weather-articles-component .slotView a {
    text-decoration: none;
    color: unset;
  }
  .weather-articles-component .slotView .imageView {
    width: 35.46875vw !important;
    height: 21.09375vw !important;
    margin-left: 2.5vw !important;
    overflow: hidden;
    font-size: 1.5625vw;
    position: relative;
  }
  .weather-articles-component .slotView .imageView > img {
    width: 100%;
    height: 100%;
  }
  .weather-articles-component .slotView .textDiv {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-sizing: border-box;
  }
  .weather-articles-component .slotView .slotTitle {
    font-family: "Rubik";
    font-size: 3.125vw !important;
    font-weight: bold;
    line-height: 3.75vw !important;
    color: #4d4d4d;
    margin-bottom: 0.625vw !important;
    max-height: 7.8125vw !important;
  }
  .weather-articles-component .slotView .commaView {
    margin-left: 0.78125vw;
  }
  .weather-articles-component .slotView .slotSubTitle {
    height: 7.96875vw !important;
    overflow: hidden;
    font-family: "Rubik";
    font-size: 3.125vw !important;
    line-height: 4.0625vw !important;
    text-overflow: ellipsis;
    color: #4d4d4d;
    margin-bottom: 2.1875vw !important;
  }
  .weather-articles-component .slotView .moreDetails {
    font-family: "Rubik";
    font-size: 2.5vw !important;
    line-height: 2.96875vw !important;
    color: #607d8b;
  }
  .weather-articles-component .slotMore {
    display: block;
    text-align: left;
    font-size: 1.875vw;
    height: 2.65625vw;
    overflow-y: hidden;
  }
  .weather-articles-component .slotMore a {
    font-size: 1.875vw;
    text-decoration: none;
  }
  .weather-articles-component .slotMore a:hover {
    color: #F50000;
  }
}
.weather-articles-component {
  width: 468px;
  height: 683px;
}
.weather-articles-component .title {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  padding-bottom: 19px;
  padding-top: 17px;
  border-top: 1px solid #e1e1e1;
  width: 100%;
  padding-right: 10px;
}
.weather-articles-component > div {
  padding-right: 10px;
}
.weather-articles-component .share-box {
  width: 468px;
  height: 156px;
  border-radius: 16px;
  background-color: #fafafa;
  padding: 28px 42px;
  display: flex;
  box-sizing: border-box;
  align-content: center;
}
.weather-articles-component .share-box .share-camera-box {
  margin-left: 60px;
}
.weather-articles-component .share-box .share-camera-box .share-camera {
  width: 128px;
  height: 92px;
}
.weather-articles-component .share-box .subtext-title {
  font-weight: bold;
}
.weather-articles-component .share-box .subtext {
  font-family: "Rubik";
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #4d4d4d;
}
.weather-articles-component .share-box .share-button-mobile {
  display: none;
}
.weather-articles-component .share-box .share-button {
  margin-top: 10px;
  width: 184px;
  height: 51px;
  border-radius: 6px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  box-sizing: border-box;
  cursor: pointer;
  border: solid 1px #e0e9ef;
}
.weather-articles-component .share-box .share-button:hover {
  background-color: #d6b0b0b2;
}
.weather-articles-component .share-box .share-button .share-button-text {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
  text-decoration: none;
}
.weather-articles-component .slotList {
  margin-right: 0 !important;
}
.weather-articles-component .slotView {
  display: inline-flex;
  height: 133px;
  width: 470px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.weather-articles-component .slotView a {
  text-decoration: none;
  color: unset;
}
.weather-articles-component .slotView .imageView {
  width: 190px;
  height: 113px;
  margin-left: 20px;
  overflow: hidden;
  font-size: 10px;
  position: relative;
}
.weather-articles-component .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.weather-articles-component .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: 92%;
  overflow: hidden;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.weather-articles-component .slotView .slotTitle {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
  margin-bottom: 8px;
  height: auto;
  max-height: 40px;
  overflow: hidden;
}
.weather-articles-component .slotView .commaView {
  margin-left: 5px;
}
.weather-articles-component .slotView .slotSubTitle {
  height: 40px;
  overflow: hidden;
  font-family: "Rubik";
  font-size: 14px;
  line-height: 19px;
  text-overflow: ellipsis;
  color: #4d4d4d;
  margin-bottom: 12px;
}
.weather-articles-component .slotView .moreDetails {
  font-family: "Rubik";
  font-size: 14px;
  line-height: 17px;
  color: #607d8b;
}
.weather-articles-component .slotMore {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 17px;
  overflow-y: hidden;
}
.weather-articles-component .slotMore a {
  font-size: 12px;
  text-decoration: none;
}
.weather-articles-component .slotMore a:hover {
  color: #F50000;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .weather-data-details .weather-subject,
  .vesty .weather-data-details .ims,
  .vesty .weather-data-details .city-item,
  .vesty .weather-data-details .highlighted-text,
  .vesty .weather-data-details .highlighted-text-value {
    font-family: Arimo !important;
  }
  .vesty .weather-data-details .weather-subject::placeholder,
  .vesty .weather-data-details .ims::placeholder,
  .vesty .weather-data-details .city-item::placeholder,
  .vesty .weather-data-details .highlighted-text::placeholder,
  .vesty .weather-data-details .highlighted-text-value::placeholder {
    font-family: Arimo !important;
  }
  .vesty .weather-data-details .weather-subject::-webkit-input-placeholder,
  .vesty .weather-data-details .ims::-webkit-input-placeholder,
  .vesty .weather-data-details .city-item::-webkit-input-placeholder,
  .vesty .weather-data-details .highlighted-text::-webkit-input-placeholder,
  .vesty .weather-data-details .highlighted-text-value::-webkit-input-placeholder {
    font-family: Arimo !important;
  }
  .weather-data-details {
    width: 92.5vw !important;
    height: auto !important;
    border-radius: 0px 0px 3.75vw 3.75vw !important;
    background-color: #fafafa;
    margin: auto;
    margin-bottom: 4.6875vw !important;
  }
  .weather-data-details .provided-by {
    display: none !important;
    justify-content: space-between;
    padding: 0px 4.375vw;
    margin-bottom: 10.3125vw;
    padding-top: 3.75vw;
    align-items: center;
  }
  .weather-data-details .provided-by .weather-subject {
    font-size: 2.1875vw;
    font-weight: bold;
    line-height: 2.96875vw;
    color: #4d4d4d;
  }
  .weather-data-details .provided-by .ims {
    font-size: 1.875vw;
    line-height: 2.65625vw;
    color: #4d4d4d;
    display: flex;
    align-items: center;
  }
  .weather-data-details .provided-by .ims .ims-img {
    width: 3.125vw;
    height: 3.4375vw;
    margin-left: 1.09375vw;
  }
  .weather-data-details .provided-by-mobile {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 4.6875vw !important;
    align-items: center;
  }
  .weather-data-details .provided-by-mobile .ims {
    font-family: "Open Sans Hebrew";
    font-size: 2.8125vw !important;
    line-height: 2.34375vw !important;
    color: #4d4d4d;
    display: flex;
    align-items: center;
  }
  .weather-data-details .provided-by-mobile .ims .ims-img {
    width: 3.75vw !important;
    height: 4.0625vw !important;
    margin-left: 1.09375vw !important;
  }
  .weather-data-details .provided-by-mobile.sunset-sunrise {
    padding-top: unset;
    padding-bottom: 4.21875vw !important;
  }
  .weather-data-details .provided-by-mobile.sunset-sunrise .ims .sunrise-sunset-img {
    width: auto;
    height: 4.0625vw !important;
    margin-left: 1.09375vw !important;
  }
  .weather-data-details .international-cities-container {
    display: none !important;
  }
  .weather-data-details .data-block-container {
    display: flex;
    justify-content: space-around;
    padding: 0px 4.6875vw !important;
    align-items: center;
    flex-wrap: wrap;
    margin-top: unset !important;
  }
  .weather-data-details .data-block-container .data-item.temp-range {
    order: 1;
  }
  .weather-data-details .data-block-container .data-item.precipitation {
    order: 2;
  }
  .weather-data-details .data-block-container .data-item.humidity {
    order: 3;
  }
  .weather-data-details .data-block-container .data-item.wind-direction {
    order: 4;
  }
  .weather-data-details .data-block-container .data-item.wave-height {
    order: 5;
  }
  .weather-data-details .data-block-container .data-item.water-temp {
    order: 6;
  }
  .weather-data-details .data-block-container .data-item.sun-rise {
    order: 7;
  }
  .weather-data-details .data-block-container .data-item.sun-set {
    order: 8;
  }
  .weather-data-details .data-block-container .data-item {
    display: flex;
    align-items: center;
    margin-bottom: 6.25vw !important;
    width: 100% !important;
  }
  .weather-data-details .data-block-container .data-item .img-box {
    width: 14.0625vw !important;
    height: 14.0625vw !important;
    border-radius: 2.1875vw !important;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    background-color: #fafafa;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 6.25vw !important;
  }
  .weather-data-details .data-block-container .data-item .item-child {
    display: inline-block;
  }
  .weather-data-details .data-block-container .data-item .item-child .img-size {
    width: 7.03125vw !important;
    height: 7.03125vw !important;
    margin-right: unset !important;
  }
  .weather-data-details .data-block-container .data-item .item-child .highlighted-text {
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .weather-data-details .data-block-container .data-item .item-child .highlighted-text-value {
    font-size: 6.5625vw !important;
    line-height: 8.90625vw !important;
    color: #4d4d4d;
  }
}
.vesty .weather-data-details .weather-subject,
.vesty .weather-data-details .ims,
.vesty .weather-data-details .city-item,
.vesty .weather-data-details .highlighted-text,
.vesty .weather-data-details .highlighted-text-value {
  font-family: Arial !important;
}
.vesty .weather-data-details .weather-subject::placeholder,
.vesty .weather-data-details .ims::placeholder,
.vesty .weather-data-details .city-item::placeholder,
.vesty .weather-data-details .highlighted-text::placeholder,
.vesty .weather-data-details .highlighted-text-value::placeholder {
  font-family: Arial !important;
}
.vesty .weather-data-details .weather-subject::-webkit-input-placeholder,
.vesty .weather-data-details .ims::-webkit-input-placeholder,
.vesty .weather-data-details .city-item::-webkit-input-placeholder,
.vesty .weather-data-details .highlighted-text::-webkit-input-placeholder,
.vesty .weather-data-details .highlighted-text-value::-webkit-input-placeholder {
  font-family: Arial !important;
}
.weather-data-details {
  width: 478px;
  height: 514px;
  border-radius: 16px;
  background-color: #fafafa;
  direction: ltr;
}
.grid1280_2 .weather-data-details {
  width: 100%;
}
.weather-data-details .provided-by {
  display: flex;
  justify-content: space-between;
  padding: 0px 28px;
  padding-top: 24px;
}
.weather-data-details .provided-by .weather-subject {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-data-details .provided-by .ims {
  font-family: "Open Sans Hebrew";
  font-size: 12px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
}
.weather-data-details .provided-by .ims .ims-img {
  width: 20px;
  height: 22px;
  margin-left: 7px;
}
.weather-data-details .provided-by.sunset-sunrise {
  justify-content: flex-end;
  padding-top: unset;
}
.weather-data-details .provided-by.sunset-sunrise .ims :nth-child(1) {
  padding-bottom: 1px;
}
.weather-data-details .provided-by.sunset-sunrise .ims :nth-child(2) {
  display: flex;
}
.weather-data-details .provided-by.sunset-sunrise .ims .sunrise-sunset-img {
  width: auto;
  height: 22px;
  margin-left: 7px;
}
.weather-data-details .provided-by-mobile {
  display: none;
}
.weather-data-details .international-cities-container {
  margin-top: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0px 28px;
  align-items: center;
  flex-wrap: wrap;
}
.weather-data-details .international-cities-container .city-item {
  padding-top: 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #4d4d4d;
  width: 190px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.weather-data-details .data-block-container {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0px 40px 0px 70px;
  align-items: center;
  flex-wrap: wrap;
}
.weather-data-details .data-block-container .data-item {
  display: flex;
  align-items: center;
  margin-bottom: 39px;
  width: 45%;
}
.weather-data-details .data-block-container .data-item .img-box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
  background-color: #fafafa;
  margin-right: 16px;
}
.weather-data-details .data-block-container .data-item .item-child .img-size {
  width: 30px;
  height: 30px;
}
.weather-data-details .data-block-container .data-item .item-child .highlighted-text {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-data-details .data-block-container .data-item .item-child .highlighted-text-value {
  font-family: "Open Sans Hebrew";
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .weather-forcast-day .forcast-date,
  .vesty .weather-forcast-day .forcast-celsius {
    font-family: Arimo !important;
  }
  .vesty .weather-forcast-day .forcast-date::placeholder,
  .vesty .weather-forcast-day .forcast-celsius::placeholder {
    font-family: Arimo !important;
  }
  .vesty .weather-forcast-day .forcast-date::-webkit-input-placeholder,
  .vesty .weather-forcast-day .forcast-celsius::-webkit-input-placeholder {
    font-family: Arimo !important;
  }
  .weather-forcast-day {
    width: 100%;
    display: block !important;
    justify-content: unset !important;
    margin-bottom: 6.25vw !important;
  }
  .weather-forcast-day .default-padding {
    padding: 6.25vw 4.6875vw !important;
  }
  .weather-forcast-day .weather-forcast-item {
    width: 92.5vw !important;
    height: 38.59375vw !important;
    margin: auto;
    border-radius: 3.75vw !important;
    background-color: #fafafa;
    margin-top: 4.6875vw !important;
  }
  .weather-forcast-day .weather-forcast-item .forcast-date {
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .weather-forcast-day .weather-forcast-item .forcast-date .inline-mobile {
    display: inline-block;
  }
  .weather-forcast-day .weather-forcast-item .forcast-date .day-margin {
    margin-right: 0.78125vw;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row {
    display: flex;
    align-items: center;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row .forcast-image-box {
    margin-top: 7.03125vw !important;
    margin-bottom: 7.03125vw !important;
    box-shadow: -1.25vw -1.25vw 2.5vw 0 rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin-right: 9.375vw !important;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row .forcast-image-box .forcast-image {
    width: 11.40625vw !important;
    height: 10.78125vw !important;
    border-radius: 0.9375vw;
  }
  .weather-forcast-day .weather-forcast-item .mobile-row .forcast-celsius {
    display: inline-block;
    font-size: 7.8125vw !important;
    font-weight: 300;
    letter-spacing: 0px !important;
    color: #607d8b;
  }
}
.vesty .weather-forcast-day .forcast-date,
.vesty .weather-forcast-day .forcast-celsius {
  font-family: Arial !important;
}
.vesty .weather-forcast-day .forcast-date::placeholder,
.vesty .weather-forcast-day .forcast-celsius::placeholder {
  font-family: Arial !important;
}
.vesty .weather-forcast-day .forcast-date::-webkit-input-placeholder,
.vesty .weather-forcast-day .forcast-celsius::-webkit-input-placeholder {
  font-family: Arial !important;
}
.weather-forcast-day {
  width: 100%;
  display: flex;
  justify-content: space-between;
  direction: ltr;
}
.weather-forcast-day .default-padding {
  padding: 22px 28px;
}
.weather-forcast-day .weather-forcast-item {
  width: 146px;
  height: 169px;
  border-radius: 16px;
  background-color: #fafafa;
}
.grid1280_2 .weather-forcast-day .weather-forcast-item {
  width: 190px;
}
.weather-forcast-day .weather-forcast-item .forcast-date {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #4d4d4d;
}
.weather-forcast-day .weather-forcast-item .forcast-image-box {
  margin-top: 16px;
  margin-bottom: 16px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.8);
}
.weather-forcast-day .weather-forcast-item .forcast-image-box .forcast-image {
  width: 21px;
  height: 20px;
  border-radius: 6px;
}
.weather-forcast-day .weather-forcast-item .forcast-celsius {
  font-family: "Open Sans Hebrew";
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -2.88px;
  color: #607d8b;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.weather-kinneret {
  width: 384px;
  height: 250px;
  border-radius: 16px;
  background-color: #fafafa;
  padding: 15px 28px;
  box-sizing: border-box;
}
.weather-kinneret .title {
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  padding-bottom: 32px;
}
.weather-kinneret .layout-container {
  display: flex;
  align-items: center;
}
.weather-kinneret .layout-container .map-box {
  height: 126px;
}
.weather-kinneret .layout-container .layout-box {
  width: 50%;
  position: relative;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-height {
  font-family: Rubik;
  font-size: 32px;
  line-height: 38px;
  color: #607d8b;
  direction: ltr;
  text-align: right;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-update-date {
  font-family: Rubik;
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
  padding-bottom: 14px;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .provider-info {
  font-family: Rubik;
  font-size: 12px;
  line-height: 12px;
  color: #607d8b;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-container {
  margin-right: 8px;
}
.weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-link {
  text-decoration: none;
  color: unset;
  border-bottom: 1px solid #607d8b;
}
.weather-kinneret .layout-container .layout-box .kinneret-map {
  width: 78px;
  height: 126px;
}
.weather-kinneret .layout-container .layout-box .kinneret-range-text {
  font-family: Rubik;
  font-size: 18px;
  line-height: 22px;
  width: 90%;
  color: #4d4d4d;
  border-bottom: 1px solid #ff0000;
}
.weather-kinneret .layout-container .layout-box .kinneret-high {
  bottom: 49%;
  position: absolute;
  width: 100%;
  text-align: left;
}
.weather-kinneret .layout-container .layout-box .kinneret-low {
  bottom: 10%;
  position: absolute;
  width: 100%;
  text-align: left;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmZ8WDm7Q.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmf8WDm7Q.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WDm7Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .weather-kinneret {
    width: 92.5vw !important;
    height: 46.71875vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    padding: 2.34375vw 4.375vw !important;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 6.25vw !important;
  }
  .weather-kinneret .title {
    font-family: Rubik;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 4.375vw !important;
    color: #4d4d4d;
    padding-bottom: 6.25vw !important;
  }
  .weather-kinneret .layout-container {
    display: flex;
    align-items: flex-start !important;
  }
  .weather-kinneret .layout-container .map-box {
    height: 24.0625vw !important;
    padding-right: 10%;
    box-sizing: border-box;
  }
  .weather-kinneret .layout-container .layout-box {
    width: 50%;
    position: relative;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-height {
    font-family: Rubik;
    font-size: 9.375vw !important;
    line-height: 11.09375vw !important;
    color: #607d8b;
    direction: ltr;
    text-align: right;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .kinneret-update-date {
    font-family: Rubik;
    font-size: 3.125vw !important;
    line-height: 3.75vw !important;
    color: #4d4d4d;
    padding-bottom: 6.25vw !important;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .provider-info {
    font-family: Rubik;
    font-size: 2.5vw !important;
    line-height: 2.96875vw !important;
    color: #607d8b;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-container {
    margin-right: 0px !important;
    display: inline-block;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-info .provider-info .provider-link {
    text-decoration: none;
    color: unset;
    border-bottom: 1px solid #607d8b;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-map {
    width: 15vw !important;
    height: 24.21875vw !important;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-range-text {
    font-family: Rubik;
    font-size: 3.75vw !important;
    line-height: 4.375vw !important;
    width: 90%;
    color: #4d4d4d;
    border-bottom: 1px solid #ff0000;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-high {
    bottom: 50% !important;
    position: absolute;
    width: 80%;
    text-align: left;
  }
  .weather-kinneret .layout-container .layout-box .kinneret-low {
    bottom: 10% !important;
    position: absolute;
    width: 80%;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .weather-map .page-title,
  .vesty .weather-map .temp-info,
  .vesty .weather-map .city-title {
    font-family: Arimo !important;
  }
  .weather-map {
    width: 92.5vw !important;
    height: 211.875vw !important;
    border-radius: 3.75vw !important;
    background-color: #fafafa;
    margin: auto;
    direction: ltr;
    margin-bottom: 6.25vw !important;
  }
  .weather-map .page-title {
    width: 85%;
    margin-left: 4.6875vw !important;
    padding-top: 6.25vw !important;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
    padding-bottom: 1.25vw !important;
  }
  .weather-map .map-container {
    position: relative;
    width: 73.75vw !important;
    height: 189.21875vw !important;
    margin: auto;
    background-image: url('/Common/images/weather/weatherMap.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .weather-map .map-container .city-item {
    position: absolute;
    display: flex;
    align-items: unset !important;
  }
  .weather-map .map-container .city-item .weather-img {
    width: 5vw !important;
    height: 4.6875vw !important;
    margin-right: 1.875vw !important;
    padding-top: 0.78125vw !important;
  }
  .weather-map .map-container .city-item .temp-info {
    font-size: 4.6875vw !important;
    line-height: 6.40625vw !important;
    letter-spacing: normal !important;
    color: #607d8b;
  }
  .weather-map .map-container .city-item .city-title {
    font-size: 4.6875vw !important;
    font-weight: 600;
    line-height: 6.40625vw !important;
    color: #4d4d4d;
  }
  .weather-map .map-container .zefat {
    top: 2%;
    left: 65% !important;
  }
  .weather-map .map-container .haifa {
    top: 12%;
    left: 34% !important;
  }
  .weather-map .map-container .tiberias {
    top: 11%;
    right: 0% !important;
  }
  .weather-map .map-container .bet-shean {
    top: 20%;
    right: 7% !important;
  }
  .weather-map .map-container .tel-aviv-yafo {
    top: 30%;
    left: 30% !important;
  }
  .weather-map .map-container .ashdod {
    top: 38%;
    left: 20% !important;
  }
  .weather-map .map-container .jerusalem {
    top: 45%;
    right: 15% !important;
  }
  .weather-map .map-container .beer-sheva {
    bottom: 41%;
    right: 30% !important;
  }
  .weather-map .map-container .mizpe-ramon {
    bottom: 30%;
    right: 28% !important;
  }
  .weather-map .map-container .elat {
    bottom: 5.5%;
    right: 35% !important;
  }
}
.vesty .weather-map .page-title,
.vesty .weather-map .temp-info,
.vesty .weather-map .city-title {
  font-family: Arial !important;
}
.weather-map {
  width: 478px;
  height: 920px;
  border-radius: 16px;
  background-color: #fafafa;
  direction: ltr;
}
.weather-map .page-title {
  width: 85%;
  margin-left: 28px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-map .map-container {
  position: relative;
  width: 313px;
  height: 801px;
  margin: auto;
  background-image: url('/Common/images/weather/weatherMap.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.weather-map .map-container .city-item {
  position: absolute;
  display: flex;
  align-items: center;
}
.weather-map .map-container .city-item .weather-img {
  width: 32px;
  height: 30px;
  margin-right: 11px;
}
.weather-map .map-container .city-item .temp-info {
  font-family: "Open Sans Hebrew";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -2.16px;
  color: #607d8b;
}
.weather-map .map-container .city-item .city-title {
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-map .map-container .zefat {
  top: 2%;
  left: 65%;
}
.weather-map .map-container .haifa {
  top: 12%;
  left: 34%;
}
.weather-map .map-container .tiberias {
  top: 11%;
  right: 3%;
}
.weather-map .map-container .bet-shean {
  top: 20%;
  right: 7%;
}
.weather-map .map-container .tel-aviv-yafo {
  top: 30%;
  left: 23%;
}
.weather-map .map-container .ashdod {
  top: 38%;
  left: 15%;
}
.weather-map .map-container .jerusalem {
  top: 45%;
  right: 25%;
}
.weather-map .map-container .beer-sheva {
  bottom: 41%;
  right: 40%;
}
.weather-map .map-container .mizpe-ramon {
  bottom: 30%;
  right: 38%;
}
.weather-map .map-container .elat {
  bottom: 5.5%;
  right: 45%;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .weather-radar .page-title {
    font-family: Arimo !important;
  }
  .weather-radar {
    width: 92.5vw !important;
    height: 190vw !important;
    border-radius: 3.75vw !important;
    background-color: #fafafa;
    margin: auto;
    direction: ltr;
    position: relative;
    margin-bottom: 6.25vw !important;
  }
  .weather-radar .page-title {
    width: 85%;
    margin-left: 4.6875vw !important;
    padding-top: 6.25vw !important;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
    padding-bottom: 4.6875vw !important;
  }
  .weather-radar .radar-container {
    width: 83.59375vw !important;
    height: 172.34375vw !important;
    border-radius: 2.5vw !important;
    margin: auto;
    -webkit-overflow-scrolling: touch;
  }
  .jellyfish-map {
    width: 92.5vw !important;
    margin: auto;
    height: 193.125vw !important;
    border-radius: 2.5vw !important;
    background-color: #fafafa;
    margin-bottom: 6.25vw !important;
  }
  .jellyfish-map .title-container {
    display: flex;
    align-content: center;
  }
  .jellyfish-map .title-container .page-title {
    width: 85%;
    margin-left: 5%;
    padding-top: 2.34375vw !important;
    padding-bottom: 4.375vw !important;
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
  .jellyfish-map .title-container .logo-box {
    margin-right: 5%;
    align-self: center;
  }
  .jellyfish-map .title-container .logo-box .logo {
    background-color: #607d8b;
    border-radius: 0.9375vw !important;
    padding: 0.46875vw 0.46875vw !important;
    width: 11.09375vw !important;
    height: 5.9375vw !important;
  }
  .jellyfish-map .jellyfish-map-container {
    width: 90%;
    height: 172.34375vw !important;
    border-radius: 2.5vw !important;
    margin: auto;
    margin-bottom: 4.6875vw !important;
  }
}
.vesty .weather-radar .page-title {
  font-family: Arial !important;
}
.weather-radar {
  width: 478px;
  height: 920px;
  border-radius: 16px;
  background-color: #fafafa;
  direction: ltr;
}
.grid1280_2 .weather-radar {
  width: 100%;
}
.weather-radar .page-title {
  width: 85%;
  margin-left: 28px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #4d4d4d;
}
.weather-radar .radar-container {
  width: 396px;
  height: 830px;
  border-radius: 16px;
  margin: auto;
}
.grid1280_2 .weather-radar .radar-container {
  width: 540px;
}
.weather-radar .jellyfish-map {
  width: 100%;
  height: 920px;
  border-radius: 16px;
  background-color: #fafafa;
}
.weather-radar .jellyfish-map .title-container {
  display: flex;
  align-content: center;
}
.weather-radar .jellyfish-map .title-container .page-title {
  width: 85%;
  margin-left: 5%;
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4d4d4d;
  padding-top: 15px;
  padding-bottom: 28px;
}
.weather-radar .jellyfish-map .title-container .logo-box {
  margin-right: 5%;
  align-self: center;
}
.weather-radar .jellyfish-map .title-container .logo-box .logo {
  background-color: #607d8b;
  border-radius: 6px;
  padding: 3px 3px;
  width: 75px;
  height: 40px;
}
.weather-radar .jellyfish-map .jellyfish-map-container {
  width: 90%;
  height: 830px;
  border-radius: 16px;
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .weather-seo .weather-seo-title,
  .vesty .weather-seo .weather-seo-info-text {
    font-family: Arimo !important;
  }
  .weather-seo {
    width: 92.5vw !important;
    margin: auto;
    border-radius: 3.75vw !important;
    background-color: #fafafa;
    direction: ltr;
    padding: 6.25vw 4.6875vw !important;
    box-sizing: border-box;
    margin-bottom: 6.25vw !important;
  }
  .weather-seo .weather-seo-title {
    font-size: 3.75vw !important;
    font-weight: bold;
    line-height: 5.15625vw;
    color: #4d4d4d;
    margin-bottom: 1.875vw;
  }
  .weather-seo .weather-seo-info-text {
    font-size: 3.75vw !important;
    line-height: 5.15625vw !important;
    color: #4d4d4d;
  }
}
.vesty .weather-seo .weather-seo-title,
.vesty .weather-seo .weather-seo-info-text {
  font-family: Arial !important;
}
.weather-seo {
  width: 100%;
  border-radius: 16px;
  background-color: #fafafa;
  direction: ltr;
  padding: 25px 28px;
  box-sizing: border-box;
}
.weather-seo .weather-seo-title {
  font-family: "Open Sans Hebrew";
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  color: #4d4d4d;
  margin-bottom: 12px;
}
.weather-seo .weather-seo-info-text {
  font-family: "Open Sans Hebrew";
  font-size: 12px;
  line-height: 17px;
  color: #4d4d4d;
  white-space: pre-wrap;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .weather-title-mobile {
    font-family: Arimo !important;
  }
  .weather-title-mobile {
    display: block !important;
    font-size: 7.5vw !important;
    font-weight: 300;
    line-height: 10vw !important;
    color: #4d4d4d;
    width: 100% !important;
    padding: 0px 4.6875vw !important;
    box-sizing: border-box;
    height: auto !important;
    margin: unset;
    margin: auto;
    direction: ltr;
    margin-bottom: 4.6875vw !important;
    margin-top: 4.6875vw !important;
  }
  .weather-title {
    display: none !important;
  }
}
.vesty .weather-title {
  font-family: Arial !important;
}
.weather-title {
  font-family: "Open Sans Hebrew";
  font-size: 48px;
  font-weight: 300;
  line-height: 88px;
  color: #4d4d4d;
  width: 100%;
  height: 88px;
  direction: ltr;
  margin: unset;
}
.weather-title-mobile {
  display: none;
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  clear: both;
  margin-top: 40px;
}
.ynetnews .SiteArticleContact,
.vesty .SiteArticleContact {
  direction: ltr;
}
.SiteArticleContact .commentInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f8f9;
  padding: 14px 14px 16px 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  flex-direction: row-reverse;
}
.font-moses .SiteArticleContact .commentInfoBox {
  font-size: 16px;
  font-weight: 670;
  line-height: 1;
}
.ynetnews .SiteArticleContact .commentInfoBox,
.vesty .SiteArticleContact .commentInfoBox {
  padding: 14px 30px 16px 14px;
}
.SiteArticleContact .commentInfoBox .toAllComments {
  text-decoration: underline;
  padding-inline-start: 10px;
  border-inline-start: 2px solid #000;
  cursor: pointer;
}
.ynetnews .SiteArticleContact .commentInfoBox .toAllComments,
.vesty .SiteArticleContact .commentInfoBox .toAllComments {
  margin-left: unset;
  margin-right: 33px;
}
.SiteArticleContact .commentInfoBox > div:not(.toAllComments) {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-grow: 1;
  justify-content: space-between;
  margin-inline-end: 10px;
}
.SiteArticleContact .addNewComment {
  background-image: linear-gradient(126deg, #474cdd, #1417ac 42%);
  height: 36px;
  display: flex;
  width: 236px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  padding: 0 19px;
}
.font-moses .SiteArticleContact .addNewComment {
  background-image: none;
  background-color: #ed1c24;
}
.ynetnews .SiteArticleContact .addNewComment,
.vesty .SiteArticleContact .addNewComment {
  width: 170px;
}
.SiteArticleContact .addNewComment span {
  color: #f3f8f9;
  letter-spacing: -0.3px;
}
.SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 17px;
  font-weight: 600;
}
.font-moses .SiteArticleContact .addNewComment span:not(.shareIcon1280) {
  font-size: 16px;
  font-weight: 670;
  letter-spacing: normal;
}
.SiteArticleContact .addNewComment .shareIcon1280 {
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 4px 0 2px 4px;
  border: 0;
  padding: 0;
  cursor: pointer;
  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 fill-rule='nonzero' stroke='%23fff' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-size: contain;
}
.ynetnews .SiteArticleContact .addNewComment .shareIcon1280,
.vesty .SiteArticleContact .addNewComment .shareIcon1280 {
  margin: 4px 4px 2px 0px;
}
.font-moses .SiteArticleContact .addNewComment .shareIcon1280 {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.7864 0.5H3.20782C1.70988 0.5 0.5 1.66387 0.5 3.10485V11.2852C0.5 12.7206 1.70988 13.89 3.20782 13.89H4.14691V17.2874C4.14691 18.3127 5.43169 18.8226 6.18642 18.1021L10.565 13.89H18.7922C20.2844 13.89 21.5 12.7262 21.5 11.2852V3.10485C21.5 1.66941 20.2901 0.5 18.7922 0.5H18.7864Z' stroke='white' stroke-miterlimit='10'/%3E %3Cpath d='M10.9739 8.52573C10.1097 8.52573 9.4126 7.85512 9.4126 7.02379C9.4126 6.19245 10.1097 5.52184 10.9739 5.52184C11.8381 5.52184 12.5352 6.19245 12.5352 7.02379C12.5352 7.85512 11.8381 8.52573 10.9739 8.52573Z' fill='white'/%3E %3Cpath d='M16.3494 8.53112C15.4852 8.53112 14.7881 7.86051 14.7881 7.02917C14.7881 6.19784 15.4852 5.52723 16.3494 5.52723C17.2136 5.52723 17.9107 6.19784 17.9107 7.02917C17.9107 7.86051 17.2136 8.53112 16.3494 8.53112Z' fill='white'/%3E %3Cpath d='M5.64481 8.53112C4.78062 8.53112 4.0835 7.86051 4.0835 7.02917C4.0835 6.19784 4.78062 5.52723 5.64481 5.52723C6.50901 5.52723 7.20613 6.19784 7.20613 7.02917C7.20613 7.86051 6.50901 8.53112 5.64481 8.53112Z' fill='white'/%3E %3C/svg%3E");
  height: 18px;
  width: 21px;
  margin: 4px 0 2px 6px;
}
.SiteArticleContact * {
  font-weight: bold;
}
.font-moses .SiteArticleContact * {
  font-weight: 670;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  font-weight: normal;
}
.SiteArticleContact .contactAuthor {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}
.SiteArticleContact .contactAuthor .authorAvatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -3px;
}
.ynetnews .SiteArticleContact .contactAuthor .authorAvatar {
  margin-left: unset;
  margin-right: 8px;
}
.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: 20px;
  height: 21px;
  margin-left: 10px;
}
.ynetnews .SiteArticleContact .writeUsIcon,
.vesty .SiteArticleContact .writeUsIcon {
  margin-right: 10px;
  margin-left: unset;
}
.SiteArticleContact .foundMistake {
  display: flex;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
}
.font-moses .SiteArticleContact .foundMistake * {
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake.hasEditorState {
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 19px;
  color: #000;
  padding-inline-start: 25px;
  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: center right;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.font-moses .SiteArticleContact .foundMistake.hasEditorState * {
  font-weight: 500 !important;
}
.font-moses .SiteArticleContact .foundMistake.hasEditorState a,
.font-moses .SiteArticleContact .foundMistake.hasEditorState a:hover,
.font-moses .SiteArticleContact .foundMistake.hasEditorState a:visited {
  color: #DE1A1A;
  text-decoration: none;
}
.TickerComponenta1280.ltr {
  direction: ltr;
  background-color: #f3f8f9;
  border: solid 0.5px #f3f8f9;
  box-shadow: 0 1px 4px 0 rgba(218, 218, 221, 0.4);
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.TickerComponenta1280.ltr .slotsContent {
  width: 1086px;
  height: 100px;
}
.TickerComponenta1280.ltr .slotListRow {
  margin: 0 auto;
  position: relative;
  height: 100px;
  width: 100%;
}
.TickerComponenta1280.ltr .slotListRow.hovered .slick-list {
  height: 500px ! important;
}
.TickerComponenta1280.ltr .slotListRow .tickerAnimation .slotTitle,
.TickerComponenta1280.ltr .slotListRow .tickerAnimation .moreDetails {
  animation: appear 1s linear;
  animation-fill-mode: backwards;
}
.TickerComponenta1280.ltr .slotListRow .tickerAnimation .moreDetails::after {
  content: ' ';
  opacity: 0;
  position: absolute;
  bottom: 0;
  background-color: aliceblue;
  height: 18px;
  z-index: -1;
  width: 90%;
  animation: disappear 1s linear;
  animation-fill-mode: backwards;
  animation-delay: 0.15s;
}
.TickerComponenta1280.ltr .slotListRow .slotView {
  height: 85px;
  padding: 0px 16px;
  margin: 15px 0px 0px 0px;
  position: relative;
  direction: ltr;
}
.TickerComponenta1280.ltr .slotListRow .slotView.now > .moreDetails a > div {
  font-weight: 600 !important;
}
.TickerComponenta1280.ltr .slotListRow .slotView.firstItem {
  border-left: 2px solid black !important;
  height: 72px;
}
.TickerComponenta1280.ltr .slotListRow .slotView.firstItem:after {
  border-right: 1px dotted black !important;
}
.TickerComponenta1280.ltr .slotListRow .slotView:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 0;
  height: 72px;
  border-right: 1px dotted black;
}
.TickerComponenta1280.ltr .slotListRow .slotView:hover > .tooltip {
  display: block;
}
.TickerComponenta1280.ltr .slotListRow .slotView:hover > .moreDetails > a > div,
.TickerComponenta1280.ltr .slotListRow .slotView.pause > .moreDetails > a > div {
  color: #1417ac !important;
  font-weight: 500;
  cursor: pointer;
}
.TickerComponenta1280.ltr .slotListRow .slotView:hover > .slotTitle,
.TickerComponenta1280.ltr .slotListRow .slotView.pause > .slotTitle {
  color: #1417ac !important;
}
.TickerComponenta1280.ltr .slotListRow .slotView:nth-child(5n+5) {
  padding-right: 0;
}
.TickerComponenta1280.ltr .slotListRow .slotView .slotTitle {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
}
.font-moses .TickerComponenta1280.ltr .slotListRow .slotView .slotTitle {
  font-size: 12px;
  font-weight: 340;
  line-height: 1.33;
}
.vesty .TickerComponenta1280.ltr .slotListRow .slotView .slotTitle {
  font-size: 13px;
  margin-bottom: 2px;
}
.TickerComponenta1280.ltr .slotListRow .slotView .moreDetails {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  width: 180px;
  height: auto;
  text-decoration: none;
  color: #000000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
}
.font-moses .TickerComponenta1280.ltr .slotListRow .slotView .moreDetails {
  font-size: 13px;
  line-height: 1.31;
  letter-spacing: 0.13px;
}
.TickerComponenta1280.ltr .slotListRow .slotView .moreDetails > a,
.TickerComponenta1280.ltr .slotListRow .slotView .moreDetails a:hover {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.TickerComponenta1280.ltr .slotListRow .slotView .moreDetails > a > div,
.TickerComponenta1280.ltr .slotListRow .slotView .moreDetails a:hover > div,
.TickerComponenta1280.ltr .slotListRow .slotView .moreDetails > a div:hover,
.TickerComponenta1280.ltr .slotListRow .slotView .moreDetails a:hover div:hover {
  cursor: pointer;
}
.TickerComponenta1280.ltr .slotListRow .slotView .tooltip {
  display: none;
  width: 325px;
  height: auto;
  min-height: 70px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 68px;
  left: 0;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  padding: 14px 19px 15px 18px;
}
.font-moses .TickerComponenta1280.ltr .slotListRow .slotView .tooltip {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 340;
}
.TickerComponenta1280.ltr .slotListRow .slotView .tooltip .text {
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}
.TickerComponenta1280.ltr .slotListRow .slotView .tooltip .AccordionSocialsShareComponenta {
  height: fit-content;
  margin-top: 20px;
}
.TickerComponenta1280.ltr .slotListRow .slotView .tooltip .AccordionSocialsShareComponenta .shareIcon1280 {
  margin: 0 0 0 8px;
  height: 32px;
  width: 32px;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv {
  overflow: hidden;
  padding-right: 153px;
  width: 100%;
  height: auto;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv.isEditor {
  padding-right: unset;
  height: 88px;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-list {
  width: 100%;
  display: flex;
  height: 100%;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide,
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:hover,
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:focus {
  border: 0 ! important;
  outline: 0;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-track {
  display: flex;
  margin-left: -2px;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide {
  float: right;
  width: 215px;
  flex-shrink: 0;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(10) .slotTitle {
  animation-delay: 0s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(10) .moreDetails {
  animation-delay: 0.05s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(10) .moreDetails::after {
  animation-delay: 0.1s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(9) .slotTitle {
  animation-delay: 0.01s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(9) .moreDetails {
  animation-delay: 0.06s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(9) .moreDetails::after {
  animation-delay: 0.11;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(8) .slotTitle {
  animation-delay: 0.02s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(8) .moreDetails {
  animation-delay: 0.07s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(8) .moreDetails::after {
  animation-delay: 0.12s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(7) .slotTitle {
  animation-delay: 0.03s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(7) .moreDetails {
  animation-delay: 0.08s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(7) .moreDetails::after {
  animation-delay: 0.13s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(6) .slotTitle {
  animation-delay: 0.04s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(6) .moreDetails {
  animation-delay: 0.09s;
}
.TickerComponenta1280.ltr .slotListRow .animationDiv .slick-slide:nth-child(6) .moreDetails::after {
  animation-delay: 0.14s;
}
.TickerComponenta1280.ltr .moreTickersLink {
  width: 156px;
  height: 100px;
  display: inline;
  margin-right: -3px;
  padding: 32px 20px;
  text-align: left;
  box-sizing: border-box;
  color: #de1a1a;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  background-color: #f3f8f9;
  z-index: 9;
}
.font-moses .TickerComponenta1280.ltr .moreTickersLink {
  font-size: 13px;
  font-weight: 670;
  line-height: 1.38;
}
.TickerComponenta1280.ltr .moreTickersLink::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23DE1A1A' fill-rule='nonzero'%3E %3Cpath d='M3.149 2L3.149 9.851 11 9.851 9.855 10.996 2 11 2.004 3.145z' transform='rotate(45 6.5 6.5)'/%3E %3Cpath d='M13 6L13 7 1 7 1 6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  display: inline-flex;
  position: relative;
  top: 3px;
  right: -8px;
  transform: rotateY(180deg);
}
.TickerComponenta1280.ltr .moreTickersLink a {
  text-decoration: none;
  color: #de1a1a;
  width: 95px;
}
.TickerComponenta1280.ltr .moreTickersLink:hover {
  text-decoration: none;
}
@keyframes appear {
  0% {
    opacity: 0;
    z-index: -1;
  }
  100% {
    opacity: 1;
    z-index: 5;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
    z-index: 5;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
.radionas .categoryBreadcrumbs1280_2 * {
  font-family: 'Noto Kufi Arabic' !important;
}
.categoryBreadcrumbs1280_2 {
  height: 60px;
  display: flex;
}
.magazine2025 .categoryBreadcrumbs1280_2 {
  font-family: 'EzerShemesh';
}
.ynetnews .categoryBreadcrumbs1280_2,
.vesty .categoryBreadcrumbs1280_2 {
  direction: ltr;
}
.categoryBreadcrumbs1280_2 ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  filter: invert(100%);
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child img,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-right: 8px;
  margin-left: unset;
}
.categoryBreadcrumbs1280_2 ul li:first-child a,
.categoryBreadcrumbs1280_2 ul li:first-child span {
  color: #000 ! important;
  font-size: 38px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child a,
.radionas .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #020E24 !important;
}
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child a,
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-family: "MosesDisplay" !important;
  font-size: 32px;
  letter-spacing: 0.64px;
  font-weight: 670;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child i {
  display: inline;
  margin: unset;
}
.categoryBreadcrumbs1280_2 ul li:last-child,
.categoryBreadcrumbs1280_2 ul li:first-child {
  margin-left: 11px ! important;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:last-child,
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child,
.vesty .categoryBreadcrumbs1280_2 ul li:last-child,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child {
  margin-right: 11px ! important;
  margin-left: unset !important;
}
.categoryBreadcrumbs1280_2 ul li:last-child i,
.categoryBreadcrumbs1280_2 ul li:first-child i {
  display: none;
}
.categoryBreadcrumbs1280_2 ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
  padding: 0px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 h1 {
  line-height: unset;
  margin: 0 ! important;
}
.categoryBreadcrumbs1280_2 ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.categoryBreadcrumbs1280_2 ul li a,
.categoryBreadcrumbs1280_2 ul li span,
.categoryBreadcrumbs1280_2 ul li i {
  color: #999999 ! important;
  font-size: 18px;
  text-decoration: none;
}
.radionas .categoryBreadcrumbs1280_2 ul li a,
.radionas .categoryBreadcrumbs1280_2 ul li span,
.radionas .categoryBreadcrumbs1280_2 ul li i {
  color: #020E24 !important;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}
.font-moses .categoryBreadcrumbs1280_2 ul li a,
.font-moses .categoryBreadcrumbs1280_2 ul li span,
.font-moses .categoryBreadcrumbs1280_2 ul li i {
  font-size: 16px;
  font-weight: 340;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li span,
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li i,
.vesty .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 6px auto 3px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 25px auto 25px;
}
.GalhedHomepageAutoComponenta {
  display: flex;
  flex-direction: column;
  background-color: lightgray;
  background-image: url("//ynet-pic1.yit.co.il/Common/images/galhad/galhad-bg-small.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  height: 200px;
}
.GalhedHomepageAutoComponenta:hover .slickArrow {
  display: block !important;
  animation: fadeIn 0.3s ease-in-out;
}
.GalhedHomepageAutoComponenta.englishComponenta {
  direction: ltr;
}
.GalhedHomepageAutoComponenta.englishComponenta * {
  font-family: 'NarkisBlock';
}
.GalhedHomepageAutoComponenta.englishComponenta .slickArrow.slickPrev {
  left: 8px !important;
  right: unset !important;
  transform: rotate(0) ! important;
}
.GalhedHomepageAutoComponenta.englishComponenta .slickArrow.slickNext {
  right: 0px !important;
  left: unset !important;
  transform: rotate(180deg);
}
.GalhedHomepageAutoComponenta.englishComponenta .TabComponenta {
  padding: 0 0 0 15px !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .TabComponenta .rightTitleLink svg {
  width: 70px !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .slotView,
.GalhedHomepageAutoComponenta.englishComponenta .slotsContent {
  direction: ltr !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .whiteArrow {
  transform: rotate(180deg);
}
.GalhedHomepageAutoComponenta.englishComponenta .ynetLogo {
  background-image: url("https://ynet-pic1.yit.co.il/Common/images/logo_global_darki.svg") !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .yadlabanim {
  background-image: url("https://ynet-pic1.yit.co.il/Common/images/galhad/yad_lebanim_eng_white.png") !important;
}
.GalhedHomepageAutoComponenta.englishComponenta .fidfLogo {
  background-image: url("https://ynet-pic1.yit.co.il/Common/images/galhad/FIDF_Logo.png") !important;
}
.GalhedHomepageAutoComponenta .TabComponenta {
  height: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.GalhedHomepageAutoComponenta .TabComponenta .bottomLogos {
  width: auto;
  height: 24px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.GalhedHomepageAutoComponenta .TabComponenta .bottomLogos > * {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  height: 20px;
  width: 42px;
}
.GalhedHomepageAutoComponenta .TabComponenta .bottomLogos .ynetLogo {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='20' viewBox='0 0 44 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_3288_19227)'%3E %3Cpath d='M31.1134 16.4142H32.0194L31.5472 17.8207H32.0754L32.527 16.3627V16.0483H31.6269V15.6509H31.1075L31.1134 16.4142Z' fill='white'/%3E %3Cpath d='M33.0573 17.735L32.7622 16.0483H33.255L33.3808 16.8927C33.4009 16.8856 33.4209 16.8777 33.441 16.8687C33.5137 16.8344 33.559 16.7887 33.5767 16.7315C33.5885 16.6934 33.5974 16.6372 33.6033 16.5628C33.6092 16.4866 33.6151 16.3942 33.621 16.2855L33.6328 16.0483H34.1256C34.1079 16.2827 34.0912 16.4618 34.0754 16.5857C34.0597 16.7077 34.0371 16.8001 34.0076 16.863C33.9643 16.9564 33.8738 17.0326 33.7361 17.0917C33.6408 17.1326 33.5366 17.1616 33.4234 17.1788L33.4646 17.4548H33.6918C33.8748 17.4548 34.0164 17.4272 34.1168 17.3719C34.2191 17.3147 34.2899 17.2385 34.3292 17.1432C34.3686 17.0479 34.3952 16.9221 34.4089 16.7658L34.4738 16.0483H34.9696L34.9077 16.7315C34.888 16.9659 34.8368 17.1632 34.7542 17.3233C34.6716 17.4815 34.5457 17.6044 34.3765 17.6921C34.2073 17.7779 33.9869 17.8207 33.7154 17.8207H33.1842L33.0573 17.735Z' fill='white'/%3E %3Cpath d='M37.1145 17.8207V16.6372C37.1145 16.4371 37.0653 16.2893 36.9669 16.1941C36.8705 16.0969 36.7229 16.0483 36.5242 16.0483H35.8632V16.4142H36.3796C36.4662 16.4142 36.5262 16.4332 36.5596 16.4714C36.5931 16.5076 36.6098 16.5695 36.6098 16.6572V17.8207H37.1145Z' fill='white'/%3E %3Cpath d='M37.6857 17.8436C37.6464 17.8436 37.6001 17.8407 37.547 17.835C37.4939 17.8312 37.4486 17.8245 37.4113 17.815V17.4519C37.5136 17.4634 37.5775 17.4672 37.6031 17.4634C37.6523 17.4596 37.6867 17.4434 37.7064 17.4148C37.7261 17.3843 37.7359 17.3424 37.7359 17.289V16.9602C37.7359 16.7887 37.7615 16.6457 37.8126 16.5314C37.8312 16.4892 37.8559 16.4501 37.8866 16.4142H37.5146V16.0483H38.7098C38.9085 16.0483 39.057 16.0969 39.1554 16.1941C39.2537 16.2893 39.3029 16.4371 39.3029 16.6372V17.8207H38.7953V16.6572C38.7953 16.5695 38.7786 16.5076 38.7452 16.4714C38.7117 16.4332 38.6517 16.4142 38.5652 16.4142H38.3242C38.2966 16.435 38.2756 16.4626 38.2612 16.4971C38.2336 16.5676 38.2199 16.66 38.2199 16.7744V17.2833C38.2199 17.4834 38.1776 17.6273 38.093 17.715C38.0084 17.8007 37.8726 17.8436 37.6857 17.8436Z' fill='white'/%3E %3Cpath d='M40.3014 17.0044C40.4938 17.2652 40.6845 17.5372 40.8736 17.8207H41.4018V17.7464C41.3467 17.6702 41.2739 17.5692 41.1834 17.4434C41.0723 17.2892 40.9698 17.1482 40.8759 17.0205C40.8868 17.0169 40.8978 17.013 40.909 17.0088C40.9818 16.9821 41.0467 16.9478 41.1037 16.9059C41.1608 16.864 41.1992 16.8211 41.2188 16.7773C41.2405 16.7277 41.2601 16.6553 41.2779 16.56C41.2956 16.4647 41.3152 16.3351 41.3369 16.1712L41.3546 16.0483H40.8499L40.8322 16.2998C40.8204 16.4733 40.8076 16.5829 40.7939 16.6286C40.786 16.6534 40.7693 16.6801 40.7437 16.7086C40.7255 16.7293 40.706 16.7476 40.6854 16.7637C40.6457 16.7107 40.6081 16.6609 40.5725 16.6143C40.4132 16.4027 40.2646 16.2141 40.1269 16.0483H39.5987V16.1254C39.7618 16.3105 39.9191 16.5009 40.0704 16.6965C40.0376 16.7101 40.0053 16.7246 39.9735 16.7401C39.8771 16.7877 39.8111 16.8411 39.7757 16.9002C39.7482 16.9478 39.7246 17.0317 39.7049 17.1518C39.6852 17.2699 39.6646 17.4357 39.6429 17.6492C39.637 17.693 39.6311 17.7502 39.6252 17.8207H40.1387C40.1505 17.5901 40.1594 17.4253 40.1653 17.3262C40.1732 17.2251 40.183 17.1518 40.1948 17.106C40.2066 17.0717 40.2263 17.046 40.2538 17.0288C40.2677 17.0199 40.2836 17.0117 40.3014 17.0044Z' fill='white'/%3E %3Cpath d='M42.2357 16.7687H41.737V17.8207H42.2357V16.7687Z' fill='white'/%3E %3Cpath d='M41.675 16.4142H42.7433V17.8207H43.2509V16.0483H41.675V16.4142Z' fill='white'/%3E %3Cpath d='M28.6616 16.7687H29.1603V17.8207H28.6616V16.7687Z' fill='white'/%3E %3Cpath d='M29.6679 16.4142H28.5996V16.0483H30.1755V17.8207H29.6679V16.4142Z' fill='white'/%3E %3Cpath d='M27.5255 17.8293C27.5944 17.835 27.6574 17.836 27.7144 17.8322C27.9308 17.8131 28.0882 17.7245 28.1866 17.5663C28.2869 17.4081 28.3332 17.1804 28.3253 16.883C28.3194 16.6143 28.2574 16.4056 28.1394 16.257C28.0213 16.1064 27.86 16.0301 27.6554 16.0282C27.5551 16.0282 27.4596 16.053 27.3691 16.1026C27.2786 16.1502 27.2029 16.215 27.1419 16.297C27.1315 16.3115 27.1217 16.3261 27.1125 16.3409C27.1069 16.3209 27.101 16.3014 27.0947 16.2827C27.0691 16.1988 27.0327 16.1207 26.9855 16.0483H26.4454V16.1111C26.593 16.378 26.6707 16.579 26.6786 16.7144C26.6825 16.7734 26.6776 16.8573 26.6638 16.9659C26.65 17.0746 26.6264 17.2347 26.593 17.4462L26.5369 17.8207H27.0534L27.0947 17.4662C27.1144 17.3042 27.133 17.1546 27.1508 17.0174C27.1704 16.8783 27.1872 16.7782 27.2009 16.7172C27.2245 16.6181 27.2639 16.5409 27.319 16.4857C27.376 16.4304 27.4429 16.4028 27.5196 16.4028C27.62 16.4028 27.6938 16.4475 27.741 16.5371C27.7882 16.6248 27.8138 16.7439 27.8177 16.8945C27.8236 17.0508 27.8069 17.1785 27.7675 17.2776C27.7302 17.3748 27.6682 17.4319 27.5816 17.4491C27.5206 17.4586 27.4419 17.4558 27.3455 17.4405V17.8093C27.3987 17.8188 27.4587 17.8255 27.5255 17.8293Z' fill='white'/%3E %3Cpath d='M25.4839 16.4142H24.8051V16.0483H26.1892V16.4142H25.9915V17.8207H25.4839V16.4142Z' fill='white'/%3E %3Cpath d='M23.7532 16.4142H23.9834V17.2204H24.491V16.0483H23.7532V16.4142Z' fill='white'/%3E %3Cpath d='M22.6278 17.4548H22.9494V16.4142H22.6838V16.0483H23.457V17.8207H22.6278V17.4548Z' fill='white'/%3E %3Cpath d='M21.258 16.7687H20.7592V17.8207H21.258V16.7687Z' fill='white'/%3E %3Cpath d='M20.6973 16.4142H21.7656V17.8207H22.2732V16.0483H20.6973V16.4142Z' fill='white'/%3E %3Cpath d='M43.3694 13.2207L43.4833 13.9149C43.529 14.1836 43.4605 14.4076 43.1413 14.4972C42.7766 14.6091 42.2293 14.6763 41.6823 14.6763C40.0633 14.6763 39.3112 13.9149 39.3112 12.4143V5.33681H38.08C37.7835 5.33681 37.6011 5.11276 37.6011 4.84407V4.23915C37.6011 3.97076 37.7835 3.7467 38.08 3.7467H39.3112V1.46211C39.3112 1.17081 39.4478 0.947052 39.6986 0.879806L40.7245 0.588504C41.0665 0.498941 41.363 0.521555 41.363 0.924438V3.7467H42.6627C42.9359 3.7467 43.1413 3.97076 43.1413 4.23915V4.84407C43.1413 5.11276 42.9359 5.33681 42.6627 5.33681H41.363V12.0784C41.363 12.683 41.6138 12.9517 42.1381 12.9517C42.3205 12.9517 42.6397 12.9071 42.8451 12.8622C43.0959 12.8175 43.3236 12.9517 43.3694 13.2207Z' fill='white'/%3E %3Cpath d='M28.2228 13.9179V6.27258C28.2228 4.5961 27.1448 3.47824 25.4605 3.47824C24.2924 3.47824 23.3493 3.9255 22.4058 5.02079L22.1815 4.01489C22.114 3.74642 21.9568 3.61248 21.6423 3.61248H20.9686C20.6992 3.61248 20.4521 3.79126 20.4521 4.08172V13.9179C20.4521 14.1861 20.6992 14.4097 20.9686 14.4097H22.0019C22.2713 14.4097 22.496 14.1861 22.496 13.9179V7.85997C22.496 6.36197 23.5513 5.22184 24.899 5.22184C25.8197 5.22184 26.179 5.66911 26.179 6.71984V13.9179C26.179 14.1861 26.426 14.4097 26.6954 14.4097H27.7287C27.9981 14.4097 28.2228 14.1861 28.2228 13.9179Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.3332 9.23264C37.3332 5.18303 35.5715 3.74486 33.3469 3.74486C30.9024 3.74486 29.2946 5.84713 29.2946 9.1662C29.2946 12.7954 30.9904 14.6763 33.9857 14.6763C35.285 14.6763 36.0338 14.4773 36.7167 14.1674C36.9809 14.0569 37.0909 13.8355 37.0028 13.5698L36.7606 12.8619C36.6725 12.6184 36.4964 12.4415 36.166 12.552C35.5273 12.7513 34.9325 12.9283 34.0957 12.9283C32.1579 12.9283 31.475 11.7776 31.3869 9.71947H36.8486C37.1131 9.71947 37.3332 9.4984 37.3332 9.23264ZM35.3363 8.19922H31.4382C31.6585 5.89792 32.6715 5.34465 33.4644 5.34465C34.8299 5.34465 35.2922 6.7831 35.3363 8.19922Z' fill='white'/%3E %3Cg clip-path='url(%23clip1_3288_19227)'%3E %3Cpath d='M9.12597 0.546581H9.41779C11.7845 0.625554 14.028 1.62251 15.675 3.32709C17.322 5.03166 18.2436 7.31056 18.2455 9.68294V9.97531C18.1667 12.3464 17.1715 14.594 15.4701 16.2441C13.7687 17.8941 11.494 18.8175 9.12597 18.8193H8.83414C6.4155 18.7805 4.11129 17.7808 2.42841 16.04C0.745535 14.2991 -0.178155 11.9599 -0.139456 9.53676C-0.100758 7.11365 0.897158 4.80518 2.63476 3.11919C4.37237 1.43321 6.70732 0.507811 9.12597 0.546581Z' fill='%23DE1A1A'/%3E %3Cpath d='M7.07835 3.88629C7.1896 3.88459 7.29778 3.92403 7.38345 3.99752C7.46912 4.07101 7.52666 4.17373 7.54572 4.28722L8.88105 9.90025C8.97003 10.262 9.01931 10.633 9.02794 11.0063L9.295 9.72052L10.5235 4.25957C10.5324 4.19473 10.5547 4.13265 10.5889 4.07753C10.623 4.02241 10.6683 3.97555 10.7215 3.94013C10.7747 3.90472 10.8346 3.88158 10.8972 3.87229C10.9599 3.863 11.0237 3.86777 11.0843 3.88629H12.0725C12.2995 3.88629 12.4464 4.06602 12.3796 4.35634L10.1096 13.5086C10.0094 14.0605 9.789 14.5815 9.46504 15.0319C9.14108 15.4824 8.72213 15.8503 8.24009 16.1078L7.87955 16.2875C7.83514 16.3103 7.78666 16.3234 7.73714 16.3259C7.68763 16.3284 7.63814 16.3204 7.59177 16.3022C7.5454 16.284 7.50315 16.2562 7.46766 16.2203C7.43216 16.1845 7.40419 16.1415 7.38548 16.0939L7.0383 15.3474C6.99616 15.2442 6.99341 15.1283 7.03058 15.0231C7.06776 14.9179 7.1421 14.8312 7.23859 14.7805L7.4656 14.6561C7.75458 14.4901 8.00482 14.2605 8.19864 13.9834C8.39246 13.7062 8.52513 13.3884 8.58728 13.0524C8.71843 12.6988 8.8168 12.3331 8.88105 11.9602H8.30686C8.0665 11.9602 7.94632 11.8634 7.8662 11.5869L5.74302 4.32869C5.71847 4.27975 5.70724 4.22482 5.71052 4.16977C5.7138 4.11473 5.73148 4.06164 5.76165 4.0162C5.79183 3.97075 5.83337 3.93466 5.88184 3.91177C5.93031 3.88889 5.98387 3.88008 6.0368 3.88629H7.07835Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_3288_19227'%3E %3Crect width='43.3548' height='19.3636' fill='white'/%3E %3C/clipPath%3E %3CclipPath id='clip1_3288_19227'%3E %3Crect width='18.3861' height='18.2727' fill='white' transform='translate(-0.140625 0.54541)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.GalhedHomepageAutoComponenta .TabComponenta .bottomLogos .yadlabanim {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='19' viewBox='0 0 43 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_3288_19210)'%3E %3Cpath d='M35.662 18.0199L35.5113 16.4081C36.2338 16.0422 37.0624 15.5724 37.3055 14.9028C37.374 14.7133 37.4631 14.1294 37.0282 14.1605C36.7097 14.1839 36.5796 14.7782 36.4906 14.9651C36.3673 15.2272 36.1756 15.4297 35.9016 15.6113L35.4634 15.8501C35.3743 15.1623 35.3298 14.4694 35.2545 13.779C35.638 13.4312 36.2167 13.1301 36.4153 12.6863C36.4838 12.528 36.5146 12.4216 36.3262 12.3074C35.929 12.5514 35.5832 12.8524 35.2031 13.1172C35.1792 12.9614 35.1552 12.8031 35.1381 12.6448C35.1141 12.4372 35.1141 12.2243 35.0936 12.0167C35.0799 11.8766 35.0045 11.6144 35.0285 11.4873C35.049 11.3886 35.3812 11.1317 35.4736 11.0123C35.6722 10.7605 35.8434 10.379 35.7613 10.0857C35.6894 9.81841 35.5147 9.95856 35.4188 10.1247C35.299 10.3297 35.2922 10.5892 34.9634 10.6827C34.9497 10.61 34.9292 10.5321 34.9189 10.4595C34.8196 9.7146 34.8299 8.92819 34.6998 8.1911C34.6758 8.06393 34.6553 7.92118 34.5012 7.84332C34.3231 7.75248 33.9876 7.78622 33.9191 7.96271C33.8814 8.05873 33.878 8.2456 33.8711 8.35461C33.8198 8.93857 33.7992 9.52773 33.7616 10.1091C33.7547 10.1947 33.7547 10.745 33.717 10.7631C33.5732 10.8384 33.1897 10.366 33.1041 10.2934C33.0219 10.2207 32.8131 10.0676 32.7788 10.2622C32.7172 10.597 33.3815 11.0331 33.6931 11.2251C33.6965 11.3393 33.6999 11.4561 33.6965 11.5703C33.6862 11.8843 33.6486 12.2036 33.6314 12.5124C33.6177 12.746 33.6212 12.9822 33.5869 13.2158C33.5356 13.2262 33.5493 13.208 33.5356 13.195C33.1897 12.8888 32.9911 12.5098 32.7446 12.1543C32.4124 12.0271 32.3577 12.2036 32.4159 12.4216C32.5631 12.9718 33.1932 13.2911 33.5835 13.7245C33.515 14.3552 33.5356 14.9936 33.4774 15.6243C33.4602 15.8268 33.4055 15.8735 33.1281 15.806C32.5426 15.6632 32.2858 15.0689 32.0084 14.7159C31.9125 14.5965 31.7619 14.3915 31.5461 14.4927C31.2174 14.6458 31.6352 15.235 31.7858 15.4167C32.094 15.7878 32.4535 15.9903 32.9672 16.1771C33.0425 16.2057 33.4157 16.3069 33.4294 16.338L33.3233 18.0666C30.9264 17.7525 29.0054 16.2887 28.6288 14.4616C28.4131 13.4182 28.8822 12.2192 29.2485 11.2095C30.2758 8.3624 31.6694 5.47113 33.0082 2.69665C33.4431 1.79605 33.9054 0.898039 34.33 -0.00256348C34.3916 0.0415582 34.4224 0.129802 34.4567 0.192091C35.2065 1.61177 35.8914 3.09374 36.5694 4.53678C37.5555 6.63646 38.5485 8.78545 39.3463 10.9292C39.7264 11.9544 40.2435 13.2365 40.0996 14.2981C39.8565 16.0941 37.9767 17.6383 35.6654 18.0173L35.662 18.0199Z' fill='%23C70305'/%3E %3Cpath d='M3.68833 17.1656V14.1988C3.68833 14.1667 3.61133 14.0356 3.57668 14.0035C3.54588 13.9773 3.41883 13.9103 3.38033 13.9103H2.60648V17.1656H3.68833ZM4.87029 18.0021H1.40527L1.42837 13.0739H3.82308C4.38134 13.0739 4.86644 13.581 4.86644 13.9773V18.005L4.87029 18.0021Z' fill='white'/%3E %3Cpath d='M21.8096 11.2753C21.7672 11.2665 21.7942 11.1529 21.8019 11.1208C21.9597 10.0221 22.2793 8.92044 22.3717 7.82172L21.6748 6.32956L23.0031 6.33831L23.9733 8.46872L24.3082 6.34122C24.3082 6.34122 24.3275 6.31499 24.3429 6.31208C24.3583 6.31208 24.5739 6.32956 24.6355 6.32956C24.9127 6.32373 25.1899 6.30625 25.4709 6.30916L25.5248 6.33539L24.724 9.31097L25.6018 11.2315C25.6134 11.2461 25.5749 11.2753 25.5672 11.2753H24.339L23.2341 8.7077C23.1917 8.98748 23.1494 9.27309 23.1224 9.55578C23.0724 10.0745 23.0724 10.6224 22.9992 11.1354C22.9992 11.1616 22.9723 11.2753 22.9376 11.2753H21.8057H21.8096Z' fill='white'/%3E %3Cpath d='M13.4163 13.0739V17.1656H13.8822V18.0021H10.5635V17.1656H12.2113V13.9103H10.7021C10.7021 13.9103 10.6174 13.887 10.6135 13.8811L10.5904 13.0739H13.4163Z' fill='white'/%3E %3Cpath d='M15.4574 12.2L15.4844 13.0568L17.4979 13.0743L16.1196 18.0025H14.9184L16.1196 13.9136L14.2793 13.8932V12.2H15.4574Z' fill='white'/%3E %3Cpath d='M15.2838 6.32677H17.1011L17.4437 9.03131L17.8364 11.2433C17.8326 11.2987 16.7738 11.2637 16.6583 11.2725L16.4735 10.2874C16.1578 10.5643 15.8883 10.8732 15.5649 11.1442C15.4571 11.2346 15.253 11.4007 15.1337 11.4706C15.1106 11.4852 15.1029 11.5056 15.0605 11.4969V10.2961C15.4725 9.9814 15.8999 9.67247 16.2579 9.32566L16.0192 7.16319H15.3185C15.3185 7.16319 15.28 7.13696 15.28 7.13405V6.32385L15.2838 6.32677Z' fill='white'/%3E %3Cpath d='M12.0201 12.4993H10.842L10.8189 7.16305H10.2529V6.33537C10.2529 6.33537 10.2799 6.31206 10.2876 6.31206C10.3261 6.30623 10.507 6.32954 10.584 6.32663C10.9767 6.31206 11.5619 6.27417 11.9354 6.30623C11.9585 6.30623 12.0201 6.31497 12.0201 6.33537V12.4993Z' fill='white'/%3E %3Cpath d='M23.0997 13.0739V13.884C23.0997 13.884 23.0651 13.9132 23.0612 13.9132H22.657V18.005H21.4789V13.9132H19.8696C19.8696 13.9132 19.8311 13.887 19.8311 13.884V13.0739H23.0997Z' fill='white'/%3E %3Cpath d='M10.0061 18.005H7.74609V17.1686H8.78945C8.78945 17.1686 8.82795 17.1423 8.82795 17.1394V14.1259C8.82795 14.0735 8.73555 13.9394 8.65855 13.919C8.48145 13.8753 8.11955 13.9307 7.91934 13.9103L7.89624 13.0739H9.1629C9.64415 13.0739 10.0099 13.5372 10.0099 13.8636V18.0021L10.0061 18.005Z' fill='white'/%3E %3Cpath d='M20.1629 6.32385C20.9598 6.39088 21.2409 6.88633 21.2832 7.4284C21.3602 8.46883 21.2986 9.67247 21.2563 10.7216C21.2524 10.8528 21.2909 11.1355 21.2563 11.2404C21.2563 11.2521 21.2024 11.2725 21.1947 11.2725H20.1128L20.0782 11.2462V7.45172C20.0782 7.4284 19.9935 7.27977 19.9665 7.25645C19.9473 7.24188 19.7856 7.16319 19.7702 7.16319H18.2456C18.2456 7.16319 18.2148 7.14279 18.2109 7.13405V6.32677H20.1629V6.32385Z' fill='white'/%3E %3Cpath d='M12.6084 6.3332C12.6238 6.28948 12.7162 6.32445 12.7662 6.32445C13.1936 6.3332 13.6402 6.29531 14.0714 6.30405C14.1715 6.30405 14.2986 6.32154 14.3987 6.32445V10.9991C14.3486 11.0749 14.441 11.2672 14.2909 11.2672H13.236L13.2013 11.241V7.15797L12.6122 7.14048V6.33028L12.6084 6.3332Z' fill='white'/%3E %3Cpath d='M25.3325 15.997H24.1544V13.9132H23.6C23.6 13.9132 23.5615 13.887 23.5615 13.8841V13.0739H25.3171L25.3287 15.9941L25.3325 15.997Z' fill='white'/%3E %3Cpath d='M7.17991 13.0739L7.15681 15.9941H5.9787V13.9103L5.42815 13.8928C5.42815 13.8928 5.38965 13.8316 5.38965 13.8258V13.0739H7.18376H7.17991Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_3288_19210'%3E %3Crect width='42.5916' height='18.0691' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.GalhedHomepageAutoComponenta .TabComponenta .bottomLogos .fidfLogo {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='18' viewBox='0 0 44 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_3288_19187)'%3E %3Cpath d='M10.7062 6.65039C10.6274 6.69825 10.5513 6.706 10.5079 6.55221C10.472 6.42533 10.4625 6.31042 10.441 6.13558C10.0906 6.30499 9.86694 6.58397 9.41598 6.80496C9.17066 6.9463 8.88548 6.87114 8.65676 6.85655C8.59377 6.84753 8.36166 6.82174 8.2876 6.90814C8.25557 6.94407 8.25224 6.98217 8.25557 7.01136C8.25998 7.04613 8.24009 7.07866 8.21025 7.09553C7.79687 7.33791 6.64749 8.53616 6.1767 9.05897C6.5193 9.04108 7.35514 8.98518 8.21025 8.91662C8.96942 8.83871 8.83681 8.77645 9.99553 8.77645C9.99553 8.77645 10.1349 8.36748 10.4088 8.07973C10.6071 7.87144 11.0382 7.92647 11.0382 7.92647C10.9546 7.70377 10.7898 7.22009 10.7062 6.6503V6.65039ZM0 -0.00109863V17.1615H9.24352C9.21734 16.4144 9.15189 15.753 9.11624 15.1751C9.11271 14.4995 8.95214 13.7727 8.64176 13.3294C8.60374 13.265 8.22311 12.9063 8.07692 12.8027C7.89851 12.6609 7.49181 12.4595 7.30512 12.4047C7.15051 12.3594 5.00052 11.6981 4.05273 11.2857C3.12516 10.883 2.43425 10.367 2.25589 9.84036C2.1334 9.47696 2.69471 8.9991 2.97892 8.65471C3.55092 7.96123 4.89351 7.23788 5.63435 6.84113C6.18497 6.54678 6.49888 6.33471 6.72011 6.1655C6.88536 6.03919 6.99953 5.9367 7.12081 5.84021C7.26115 5.72104 7.36579 5.88428 7.44788 5.93791C7.58338 5.87357 8.07218 5.59352 8.33022 5.58998C8.34454 5.58998 8.35876 5.58998 8.37187 5.58877C8.50031 5.57568 8.58947 5.55541 8.77857 5.47677C8.84156 5.44937 8.91533 5.4148 9.0057 5.37311C9.5479 5.15027 9.5717 5.074 9.88571 4.9751C10.0998 4.34353 10.6801 3.3831 11.4114 2.86596C11.7432 2.63119 12.1071 2.48821 12.4817 2.50848C12.8456 2.31425 14.0954 2.05922 14.0835 2.77422C13.9574 3.24016 13.8576 3.56423 14.0026 4.00394C14.2975 4.29471 14.4133 4.86096 14.2885 5.4341C14.3099 5.43173 14.3665 5.39847 14.4509 5.45805C14.55 5.52792 14.4607 5.7463 14.4127 5.96807C14.3697 6.1668 14.3673 6.35832 14.3387 6.48045C14.3064 6.61781 14.2718 6.68157 14.2144 6.68157C14.1764 6.68157 14.1379 6.65999 14.126 6.64811C14.126 6.64811 14.0233 7.32327 13.7892 7.92904C13.7892 7.92904 14.2478 7.89316 14.4628 8.14576C14.6779 8.39832 14.7925 8.7814 14.7925 8.7814C16.3848 8.7814 16.7253 8.98974 17.1242 9.143V-0.00109863H0Z' fill='%23A0824B'/%3E %3Cpath d='M19.9746 10.8451V-0.0020752H25.3119V2.33097H22.8253V4.50687H24.9796V6.83991H22.8253V10.8451H19.9747L19.9746 10.8451ZM26.2617 10.8451V-0.0020752H29.1123V10.8451H26.2617ZM37.015 1.97649C36.8993 1.29897 36.5905 0.799816 36.0888 0.479088C35.587 0.158313 34.7397 -0.0020752 33.5468 -0.0020752H30.3796V10.8451H33.5468C34.7404 10.8451 35.5877 10.6847 36.0888 10.3639C36.5899 10.0432 36.8986 9.54406 37.015 8.86653C37.1314 8.18832 37.1896 7.03981 37.1896 5.42095C37.1896 3.80209 37.1314 2.65392 37.015 1.9764V1.97649ZM34.3074 7.66765C34.2856 8.03099 34.2274 8.26173 34.1328 8.36185C34.0381 8.46202 33.8477 8.51109 33.5627 8.51109H33.2144V2.32704H33.5627C33.8477 2.32704 34.0381 2.37514 34.1328 2.46944C34.2274 2.56369 34.2866 2.79051 34.3074 3.16268C34.3281 3.53485 34.3389 4.28597 34.3389 5.42105C34.3389 6.55613 34.329 7.3044 34.3074 7.66765ZM38.2988 10.8451V-0.0020752H43.6362V2.33097H41.1495V4.50687H43.3028V6.83991H41.1495V10.8451H38.2989L38.2988 10.8451Z' fill='white'/%3E %3Cpath d='M21.1431 12.7266C21.1404 12.7294 21.1372 12.7317 21.1336 12.7332C21.1301 12.7347 21.1263 12.7355 21.1224 12.7355H20.3336C20.332 12.7354 20.3304 12.7355 20.3289 12.736C20.3274 12.7366 20.326 12.7374 20.3249 12.7386C20.3237 12.7397 20.3228 12.7411 20.3223 12.7425C20.3218 12.744 20.3216 12.7456 20.3217 12.7472V13.1202C20.3216 13.1218 20.3218 13.1234 20.3223 13.1249C20.3228 13.1264 20.3237 13.1278 20.3249 13.1289C20.326 13.13 20.3274 13.1309 20.3289 13.1314C20.3304 13.132 20.3319 13.1322 20.3336 13.132H20.8522C20.856 13.132 20.8598 13.1328 20.8634 13.1342C20.8669 13.1357 20.8701 13.1379 20.8728 13.1407C20.8755 13.1434 20.8776 13.1467 20.879 13.1503C20.8803 13.1538 20.881 13.1577 20.8808 13.1615V13.3941C20.8807 13.4017 20.878 13.409 20.873 13.4147C20.8702 13.4175 20.8671 13.4197 20.8635 13.4212C20.8599 13.4227 20.8561 13.4235 20.8522 13.4235H20.3325C20.331 13.4234 20.3293 13.4235 20.3278 13.4241C20.3264 13.4246 20.325 13.4255 20.3238 13.4266C20.3227 13.4278 20.3219 13.4291 20.3213 13.4306C20.3208 13.4321 20.3205 13.4337 20.3207 13.4353V14.0988C20.3207 14.1027 20.3199 14.1065 20.3184 14.11C20.3169 14.1136 20.3146 14.1167 20.3118 14.1194C20.3092 14.1222 20.3059 14.1243 20.3024 14.1257C20.2988 14.127 20.2949 14.1276 20.2911 14.1273H20.0091C20.0053 14.1274 20.0015 14.1269 19.9979 14.1255C19.9943 14.1242 19.9912 14.1221 19.9883 14.1194C19.9856 14.1167 19.9833 14.1135 19.9818 14.11C19.9803 14.1065 19.9795 14.1027 19.9795 14.0988V12.4734C19.9795 12.4695 19.9803 12.4657 19.9818 12.4621C19.9833 12.4586 19.9856 12.4554 19.9883 12.4528C19.9911 12.45 19.9942 12.4477 19.9978 12.4462C20.0014 12.4447 20.0052 12.444 20.0091 12.444H21.1223C21.1301 12.4442 21.1375 12.4474 21.1429 12.4528C21.1484 12.4583 21.1516 12.4656 21.1518 12.4734V12.707C21.152 12.7107 21.1513 12.7145 21.1497 12.7178C21.1482 12.7212 21.1458 12.7242 21.143 12.7266H21.1431ZM22.6944 14.094L22.366 13.4138C22.3652 13.4123 22.3648 13.4106 22.3647 13.4089C22.3646 13.4072 22.3649 13.4055 22.3656 13.4039C22.3663 13.4023 22.3673 13.4009 22.3685 13.3997C22.3698 13.3985 22.3713 13.3977 22.373 13.3972C22.4658 13.3691 22.5466 13.3111 22.6027 13.2322C22.6592 13.1497 22.6878 13.0514 22.6846 12.9515C22.6868 12.8585 22.6647 12.7665 22.6205 12.6845C22.579 12.6091 22.5163 12.5473 22.4401 12.5069C22.3559 12.464 22.2625 12.4424 22.1679 12.4441H21.4778C21.4739 12.4441 21.47 12.4449 21.4665 12.4464C21.4629 12.4479 21.4597 12.4501 21.457 12.4529C21.452 12.4586 21.4492 12.4659 21.4491 12.4735V14.0989C21.4492 14.1066 21.452 14.1139 21.457 14.1196C21.4597 14.1223 21.463 14.1243 21.4665 14.1257C21.4701 14.127 21.4739 14.1276 21.4778 14.1274H21.7608C21.7645 14.1276 21.7684 14.127 21.7719 14.1257C21.7755 14.1243 21.7787 14.1223 21.7815 14.1196C21.7865 14.1139 21.7893 14.1066 21.7893 14.0989V13.4423C21.7893 13.4305 21.7933 13.4305 21.8022 13.4305H22.026C22.0292 13.4304 22.0323 13.4313 22.035 13.433C22.0377 13.4347 22.0397 13.4373 22.0408 13.4404L22.3425 14.1058C22.3452 14.1126 22.35 14.1184 22.3562 14.1223C22.3624 14.1261 22.3697 14.128 22.377 14.1274H22.6728C22.6906 14.1274 22.6995 14.1215 22.6995 14.1088C22.6986 14.1036 22.697 14.0986 22.6945 14.094H22.6944ZM22.3323 13.0394C22.3212 13.0663 22.3045 13.0906 22.2832 13.1105C22.2611 13.1307 22.2352 13.1465 22.2069 13.1568C22.1786 13.167 22.1486 13.1717 22.1185 13.1704H21.8021C21.7893 13.1704 21.7893 13.1665 21.7893 13.1586V12.7474C21.7893 12.7395 21.7932 12.7356 21.8021 12.7356H22.1185C22.1794 12.7334 22.2386 12.7553 22.2832 12.7965C22.3045 12.8169 22.3211 12.8415 22.3322 12.8687C22.3432 12.896 22.3484 12.9252 22.3473 12.9546C22.3485 12.9836 22.3434 13.0126 22.3323 13.0395V13.0394ZM23.0561 14.1194C23.0511 14.1137 23.0482 14.1065 23.0482 14.0988V12.4734C23.0482 12.4658 23.0511 12.4585 23.0561 12.4528C23.0588 12.4501 23.062 12.4478 23.0656 12.4463C23.0691 12.4448 23.073 12.444 23.0768 12.444H23.3598C23.3637 12.444 23.3675 12.4448 23.3711 12.4463C23.3747 12.4478 23.3778 12.4501 23.3806 12.4528C23.3856 12.4586 23.3884 12.4658 23.3884 12.4734V14.0988C23.3884 14.1065 23.3856 14.1138 23.3806 14.1194C23.3779 14.1221 23.3746 14.1242 23.371 14.1256C23.3674 14.1269 23.3637 14.1275 23.3598 14.1273H23.0768C23.073 14.1274 23.0692 14.1269 23.0657 14.1256C23.0621 14.1242 23.0588 14.1221 23.0561 14.1194ZM24.9647 12.7266C24.962 12.7294 24.9588 12.7317 24.9552 12.7332C24.9516 12.7347 24.9478 12.7355 24.9439 12.7355H24.1551C24.1536 12.7354 24.1519 12.7355 24.1504 12.736C24.1489 12.7366 24.1476 12.7374 24.1464 12.7386C24.1453 12.7397 24.1444 12.7411 24.1439 12.7425C24.1434 12.744 24.1432 12.7456 24.1433 12.7472V13.1202C24.1432 13.1218 24.1434 13.1234 24.1439 13.1249C24.1444 13.1264 24.1453 13.1278 24.1464 13.1289C24.1476 13.13 24.1489 13.1309 24.1504 13.1314C24.1519 13.132 24.1535 13.1322 24.1551 13.132H24.6748C24.6786 13.132 24.6824 13.1328 24.686 13.1343C24.6896 13.1358 24.6928 13.138 24.6955 13.1408C24.6984 13.1434 24.7008 13.1466 24.7023 13.1501C24.7038 13.1537 24.7046 13.1576 24.7044 13.1614V13.3941C24.7041 13.4018 24.7009 13.4091 24.6954 13.4146C24.6899 13.4201 24.6826 13.4233 24.6748 13.4234H24.1512C24.1496 13.4233 24.148 13.4235 24.1465 13.424C24.145 13.4246 24.1436 13.4254 24.1425 13.4266C24.1414 13.4277 24.1405 13.4291 24.14 13.4305C24.1394 13.432 24.1392 13.4337 24.1394 13.4352V13.8279C24.1392 13.8295 24.1394 13.8311 24.14 13.8326C24.1405 13.8341 24.1414 13.8354 24.1425 13.8365C24.1436 13.8377 24.145 13.8386 24.1465 13.8391C24.148 13.8396 24.1496 13.8398 24.1512 13.8396H24.94C24.9439 13.8396 24.9477 13.8404 24.9513 13.8419C24.9548 13.8435 24.958 13.8457 24.9607 13.8485C24.9636 13.8508 24.9659 13.8538 24.9674 13.8572C24.9689 13.8607 24.9697 13.8644 24.9696 13.8681V14.1018C24.9696 14.1056 24.9688 14.1094 24.9673 14.113C24.9657 14.1165 24.9635 14.1197 24.9607 14.1223C24.958 14.125 24.9548 14.1271 24.9512 14.1284C24.9476 14.1298 24.9438 14.1304 24.94 14.1302H23.8278C23.824 14.1304 23.8201 14.1298 23.8166 14.1284C23.813 14.1271 23.8097 14.125 23.807 14.1223C23.802 14.1166 23.7992 14.1093 23.7992 14.1018V12.4734C23.7992 12.4658 23.802 12.4585 23.807 12.4528C23.8097 12.45 23.8129 12.4477 23.8165 12.4462C23.8201 12.4447 23.8239 12.444 23.8278 12.444H24.9439C24.9517 12.4442 24.9591 12.4474 24.9646 12.4528C24.9701 12.4583 24.9733 12.4656 24.9735 12.4734V12.707C24.9736 12.7107 24.9729 12.7145 24.9714 12.7178C24.9699 12.7212 24.9675 12.7242 24.9647 12.7266ZM26.3057 12.4529C26.3081 12.45 26.3111 12.4477 26.3146 12.4462C26.318 12.4447 26.3217 12.4439 26.3255 12.4441H26.6085C26.6123 12.4441 26.6161 12.4448 26.6197 12.4463C26.6233 12.4478 26.6265 12.4501 26.6292 12.4529C26.6319 12.4556 26.634 12.4588 26.6353 12.4624C26.6367 12.4659 26.6373 12.4697 26.637 12.4735V14.0989C26.6373 14.1028 26.6369 14.1066 26.6355 14.1102C26.6342 14.1138 26.6321 14.117 26.6294 14.1197C26.6266 14.1225 26.6234 14.1245 26.6197 14.1259C26.6161 14.1272 26.6123 14.1277 26.6085 14.1274H26.3353C26.3286 14.128 26.3217 14.1265 26.3157 14.1232C26.3097 14.1199 26.3048 14.1148 26.3018 14.1088L25.6757 13.0792C25.6757 13.074 25.6727 13.072 25.6668 13.0733V14.099C25.6668 14.1029 25.666 14.1066 25.6645 14.1102C25.663 14.1138 25.6607 14.1169 25.6579 14.1196C25.6552 14.1223 25.652 14.1243 25.6484 14.1257C25.6448 14.1271 25.641 14.1276 25.6372 14.1274H25.3552C25.3514 14.1278 25.3475 14.1273 25.3439 14.1259C25.3403 14.1246 25.3371 14.1224 25.3345 14.1196C25.3317 14.1169 25.3294 14.1137 25.3279 14.1102C25.3264 14.1066 25.3256 14.1029 25.3256 14.099V12.4736C25.3256 12.4697 25.3264 12.4659 25.3279 12.4623C25.3294 12.4588 25.3317 12.4556 25.3345 12.453C25.337 12.45 25.3402 12.4477 25.3438 12.4462C25.3474 12.4447 25.3513 12.444 25.3551 12.4442H25.6273C25.6344 12.4436 25.6414 12.4452 25.6476 12.4487C25.6537 12.4522 25.6587 12.4575 25.6618 12.4638L26.2859 13.4885C26.2859 13.4934 26.2919 13.4954 26.2958 13.4944C26.2998 13.4934 26.2958 13.4944 26.2958 13.4836V12.4736C26.2959 12.4697 26.2969 12.4658 26.2986 12.4622C26.3003 12.4587 26.3027 12.4555 26.3057 12.453L26.3057 12.4529ZM27.0428 14.1196C27.04 14.117 27.0378 14.1137 27.0363 14.1102C27.0348 14.1067 27.0339 14.1029 27.0339 14.099V12.4736C27.0342 12.4659 27.0374 12.4585 27.0428 12.453C27.0483 12.4476 27.0557 12.4444 27.0635 12.4442H27.667C27.7762 12.4419 27.8846 12.4637 27.9845 12.508C28.071 12.5463 28.1446 12.6087 28.1965 12.6875C28.2471 12.7674 28.273 12.8602 28.2714 12.9546V13.6181C28.273 13.7124 28.2471 13.8052 28.1965 13.885C28.1447 13.9647 28.0711 14.028 27.9845 14.0676C27.8846 14.1116 27.7761 14.133 27.667 14.1304H27.0635C27.0595 14.1303 27.0556 14.1292 27.052 14.1274C27.0484 14.1255 27.0453 14.1228 27.0428 14.1196L27.0428 14.1196ZM27.3869 13.8369H27.6828C27.7165 13.8382 27.7501 13.8322 27.7812 13.8194C27.8124 13.8065 27.8404 13.787 27.8632 13.7623C27.9108 13.7081 27.9362 13.638 27.9342 13.566V13.0124C27.9375 12.9405 27.9127 12.8703 27.8652 12.8161C27.8418 12.7911 27.8131 12.7714 27.7813 12.7585C27.7494 12.7456 27.7152 12.7398 27.6809 12.7415H27.387C27.3855 12.7413 27.3838 12.7415 27.3823 12.742C27.3808 12.7425 27.3795 12.7434 27.3783 12.7445C27.3772 12.7457 27.3763 12.747 27.3758 12.7485C27.3753 12.75 27.375 12.7516 27.3752 12.7532V13.8329C27.3765 13.8346 27.3784 13.8361 27.3805 13.8367C27.3826 13.8374 27.3849 13.8375 27.387 13.8368L27.3869 13.8369ZM28.8849 14.0862C28.7949 14.0502 28.7172 13.9892 28.661 13.9105C28.6082 13.8319 28.5811 13.739 28.5831 13.6445V13.5915C28.583 13.5878 28.5836 13.584 28.5849 13.5804C28.5863 13.5769 28.5884 13.5737 28.591 13.5709C28.5968 13.5659 28.6041 13.5631 28.6118 13.563H28.8868C28.8945 13.5629 28.9019 13.5657 28.9076 13.5709C28.9104 13.5736 28.9126 13.5768 28.9141 13.5803C28.9156 13.5839 28.9164 13.5877 28.9164 13.5915V13.6279C28.9167 13.6601 28.9251 13.6916 28.9405 13.7198C28.956 13.7481 28.9782 13.7721 29.0052 13.7898C29.0763 13.8376 29.1611 13.861 29.2468 13.8565C29.3162 13.8619 29.3853 13.8428 29.442 13.8026C29.4618 13.7862 29.4778 13.7657 29.4886 13.7424C29.4996 13.7191 29.5051 13.6938 29.505 13.6681C29.5057 13.6499 29.5025 13.6318 29.4957 13.6149C29.4889 13.598 29.4786 13.5827 29.4656 13.57C29.4354 13.5406 29.3999 13.5169 29.3611 13.5002C29.3168 13.4806 29.2467 13.4531 29.1501 13.4178C29.0559 13.3866 28.964 13.3488 28.875 13.3049C28.8013 13.2667 28.737 13.2127 28.6867 13.1469C28.6346 13.0754 28.6079 12.9888 28.6107 12.9005C28.6086 12.8107 28.6348 12.7225 28.6856 12.6483C28.7376 12.5743 28.8098 12.5167 28.8937 12.4824C28.9907 12.4418 29.0952 12.4221 29.2004 12.4245C29.3128 12.4226 29.4244 12.4447 29.5277 12.4893C29.6179 12.5282 29.6956 12.591 29.7525 12.6709C29.8068 12.7508 29.835 12.8454 29.8334 12.9418V12.9771C29.8335 12.981 29.8327 12.9849 29.8312 12.9884C29.8297 12.992 29.8274 12.9951 29.8245 12.9977C29.8221 13.0006 29.8191 13.0028 29.8157 13.0044C29.8123 13.0059 29.8086 13.0067 29.8048 13.0065H29.5228C29.5189 13.0065 29.5151 13.0058 29.5115 13.0042C29.5079 13.0027 29.5048 13.0005 29.502 12.9977C29.4992 12.9951 29.4969 12.9919 29.4953 12.9884C29.4938 12.9849 29.493 12.981 29.4932 12.9771V12.9585C29.4933 12.9255 29.486 12.8929 29.4717 12.8631C29.4572 12.8333 29.4363 12.8072 29.4104 12.7867C29.3454 12.7358 29.2641 12.7103 29.1816 12.715C29.1189 12.7119 29.0566 12.7288 29.0042 12.7631C28.9834 12.7784 28.9668 12.7984 28.9556 12.8215C28.9445 12.8446 28.9391 12.8701 28.94 12.8956C28.9399 12.9319 28.9532 12.9668 28.9775 12.9938C29.0092 13.0256 29.0471 13.0506 29.0889 13.0674C29.1382 13.089 29.2141 13.1185 29.3167 13.1548C29.4085 13.1872 29.4987 13.2242 29.5868 13.2657C29.6553 13.3003 29.7155 13.3492 29.7633 13.409C29.8178 13.4793 29.8455 13.5667 29.8412 13.6554C29.844 13.7237 29.8304 13.7917 29.8013 13.8537C29.7724 13.9157 29.7289 13.9699 29.6746 14.0117C29.5436 14.1058 29.3842 14.1523 29.223 14.1432C29.1076 14.1467 28.9926 14.1274 28.8848 14.0863L28.8849 14.0862ZM31.9553 12.7148C31.9027 12.6239 31.825 12.55 31.7315 12.5018C31.6275 12.4521 31.5136 12.4262 31.3982 12.4262C31.2828 12.4262 31.1689 12.4521 31.0649 12.5018C30.9713 12.55 30.8937 12.624 30.8411 12.7148C30.7874 12.8111 30.7602 12.9198 30.7622 13.0299V13.5443C30.7601 13.6556 30.7873 13.7656 30.8411 13.8633C30.8936 13.9547 30.9712 14.0293 31.0649 14.0782V14.0793C31.1688 14.1293 31.2827 14.1553 31.3982 14.1553C31.5137 14.1553 31.6276 14.1293 31.7315 14.0793C31.8255 14.0308 31.9034 13.9562 31.9553 13.8643C32.0098 13.7665 32.0374 13.6561 32.0352 13.5443V13.0299C32.0374 12.9196 32.0098 12.8108 31.9553 12.7148ZM31.6759 13.6801C31.6619 13.7186 31.6401 13.7538 31.6122 13.7837L31.6112 13.7798C31.5836 13.8086 31.5503 13.8312 31.5135 13.8464C31.4767 13.8617 31.4371 13.869 31.3972 13.8682C31.3576 13.8697 31.3181 13.863 31.2812 13.8485C31.2444 13.8339 31.211 13.8119 31.1833 13.7837C31.1555 13.7536 31.1342 13.7183 31.1203 13.6799C31.1064 13.6414 31.1003 13.6007 31.1024 13.5599V13.0309C31.0986 12.9482 31.1276 12.8675 31.1833 12.806C31.2413 12.7513 31.3183 12.7208 31.3983 12.7208C31.4782 12.7208 31.5551 12.7513 31.6132 12.806C31.6688 12.8675 31.6979 12.9482 31.6941 13.0309V13.5599C31.6962 13.6008 31.6901 13.6416 31.6759 13.6801L31.6759 13.6801ZM33.5749 12.7266C33.5722 12.7294 33.569 12.7317 33.5655 12.7332C33.5619 12.7347 33.5581 12.7355 33.5542 12.7355H32.7654C32.7565 12.7355 32.7526 12.7355 32.7526 12.7472V13.1202C32.7526 13.1281 32.7526 13.132 32.7654 13.132H33.287C33.2909 13.1319 33.2948 13.1326 33.2983 13.1341C33.3019 13.1357 33.3051 13.138 33.3078 13.1408C33.3107 13.1434 33.313 13.1466 33.3145 13.1501C33.3161 13.1537 33.3168 13.1576 33.3166 13.1614V13.3941C33.3166 13.3979 33.3158 13.4017 33.3143 13.4053C33.3128 13.4088 33.3105 13.412 33.3078 13.4146C33.3052 13.4175 33.3019 13.4198 33.2983 13.4213C33.2948 13.4229 33.2909 13.4236 33.287 13.4235H32.7645C32.7555 13.4235 32.7516 13.4234 32.7516 13.4352V14.0987C32.7516 14.1064 32.7488 14.1137 32.7437 14.1194C32.741 14.122 32.7378 14.1241 32.7342 14.1255C32.7306 14.1268 32.7268 14.1274 32.723 14.1272H32.44C32.4362 14.1274 32.4324 14.1268 32.4288 14.1255C32.4253 14.1241 32.422 14.122 32.4193 14.1194C32.4143 14.1136 32.4114 14.1064 32.4114 14.0987V12.4733C32.4114 12.4657 32.4143 12.4584 32.4193 12.4527C32.4219 12.45 32.4252 12.4477 32.4288 12.4462C32.4323 12.4447 32.4362 12.4439 32.44 12.4439H33.5542C33.5581 12.4439 33.5619 12.4447 33.5655 12.4462C33.569 12.4477 33.5722 12.45 33.5749 12.4527C33.58 12.4585 33.5828 12.4657 33.5828 12.4733V12.7069C33.5829 12.7106 33.5822 12.7142 33.5808 12.7175C33.5795 12.7209 33.5775 12.724 33.5749 12.7265V12.7266ZM35.6659 12.4528C35.6687 12.4554 35.671 12.4586 35.6725 12.4622C35.674 12.4658 35.6748 12.4696 35.6748 12.4734V12.709C35.6748 12.7129 35.674 12.7166 35.6725 12.7202C35.671 12.7238 35.6687 12.7269 35.6659 12.7296C35.6633 12.7323 35.66 12.7345 35.6564 12.7358C35.6529 12.7372 35.649 12.7378 35.6452 12.7374H35.2133C35.2054 12.7374 35.2014 12.7374 35.2014 12.7502V14.0988C35.2014 14.1027 35.2006 14.1065 35.1991 14.11C35.1976 14.1136 35.1954 14.1168 35.1926 14.1194C35.1898 14.1221 35.1866 14.1242 35.183 14.1255C35.1794 14.1269 35.1756 14.1275 35.1719 14.1273H34.8898C34.886 14.1276 34.8821 14.1272 34.8785 14.1258C34.8749 14.1244 34.8717 14.1222 34.8691 14.1194C34.8663 14.1168 34.864 14.1135 34.8625 14.11C34.861 14.1065 34.8602 14.1027 34.8602 14.0988V12.7502C34.8602 12.7414 34.8602 12.7374 34.8484 12.7374H34.4284C34.4245 12.7377 34.4207 12.7372 34.4171 12.7358C34.4136 12.7345 34.4103 12.7323 34.4077 12.7296C34.4048 12.7269 34.4026 12.7237 34.4011 12.7202C34.3996 12.7166 34.3988 12.7129 34.3988 12.709V12.4734C34.3988 12.4696 34.3996 12.4658 34.4011 12.4622C34.4026 12.4586 34.4048 12.4555 34.4077 12.4528C34.4102 12.4499 34.4135 12.4476 34.417 12.4461C34.4205 12.4446 34.4244 12.4439 34.4283 12.444H35.6451C35.649 12.4439 35.6528 12.4445 35.6564 12.4461C35.66 12.4476 35.6632 12.4499 35.6658 12.4528H35.6659ZM36.9161 12.4528C36.9187 12.45 36.9219 12.4478 36.9255 12.4463C36.9291 12.4448 36.9329 12.444 36.9368 12.444H37.2188C37.2227 12.4439 37.2265 12.4445 37.2301 12.4461C37.2337 12.4476 37.2369 12.4499 37.2395 12.4528C37.2423 12.4554 37.2445 12.4586 37.246 12.4622C37.2475 12.4658 37.2483 12.4696 37.2483 12.4734V14.0989C37.2483 14.1027 37.2475 14.1066 37.246 14.1101C37.2445 14.1136 37.2423 14.1168 37.2395 14.1194C37.2368 14.1222 37.2336 14.1244 37.23 14.1258C37.2264 14.1271 37.2226 14.1276 37.2188 14.1273H36.9358C36.932 14.1275 36.9282 14.1269 36.9246 14.1256C36.921 14.1242 36.9178 14.1221 36.915 14.1194C36.9122 14.1168 36.91 14.1136 36.9085 14.1101C36.907 14.1066 36.9062 14.1027 36.9062 14.0989V13.4353C36.9063 13.4338 36.9061 13.4321 36.9056 13.4307C36.905 13.4292 36.9042 13.4278 36.903 13.4266C36.9019 13.4255 36.9005 13.4247 36.899 13.4241C36.8975 13.4236 36.8959 13.4234 36.8943 13.4236H36.3609C36.352 13.4236 36.3481 13.4236 36.3481 13.4353V14.0989C36.348 14.1065 36.3452 14.1138 36.3402 14.1194C36.3375 14.1221 36.3342 14.1242 36.3307 14.1256C36.3271 14.1269 36.3233 14.1275 36.3195 14.1273H36.0364C36.0328 14.1276 36.0291 14.1271 36.0256 14.1257C36.0222 14.1243 36.0192 14.1222 36.0167 14.1194C36.0139 14.1168 36.0117 14.1136 36.0102 14.1101C36.0087 14.1066 36.0078 14.1027 36.0078 14.0989V12.4734C36.0078 12.4696 36.0087 12.4658 36.0102 12.4622C36.0117 12.4586 36.0139 12.4555 36.0167 12.4528C36.0191 12.4499 36.0221 12.4476 36.0256 12.4461C36.029 12.4446 36.0327 12.4439 36.0364 12.444H36.3195C36.3234 12.444 36.3272 12.4448 36.3307 12.4463C36.3343 12.4478 36.3375 12.45 36.3402 12.4528C36.3452 12.4585 36.348 12.4658 36.3481 12.4734V13.1202C36.3481 13.1281 36.3481 13.132 36.3609 13.132H36.8943C36.8959 13.1322 36.8975 13.132 36.899 13.1314C36.9005 13.1309 36.9019 13.1301 36.903 13.1289C36.9042 13.1278 36.905 13.1264 36.9056 13.1249C36.9061 13.1235 36.9063 13.1219 36.9062 13.1202V12.4734C36.9063 12.4695 36.9073 12.4656 36.9089 12.462C36.9106 12.4585 36.913 12.4554 36.9161 12.4528ZM38.8089 12.7267C38.8064 12.7296 38.8032 12.732 38.7996 12.7335C38.7961 12.735 38.7921 12.7357 38.7883 12.7355H37.9995C37.9979 12.7354 37.9963 12.7355 37.9948 12.7361C37.9933 12.7366 37.9919 12.7375 37.9908 12.7386C37.9896 12.7397 37.9888 12.7411 37.9882 12.7426C37.9877 12.7441 37.9875 12.7456 37.9876 12.7473V13.1203C37.9875 13.1218 37.9877 13.1235 37.9882 13.125C37.9888 13.1264 37.9896 13.1278 37.9908 13.129C37.9919 13.1301 37.9933 13.1309 37.9948 13.1315C37.9963 13.132 37.9979 13.1322 37.9995 13.132H38.5132C38.5169 13.1319 38.5207 13.1327 38.5241 13.1342C38.5275 13.1357 38.5305 13.138 38.5329 13.1408C38.5358 13.1434 38.5382 13.1466 38.5397 13.1501C38.5413 13.1537 38.542 13.1576 38.5418 13.1614V13.3941C38.5418 13.3979 38.541 13.4017 38.5395 13.4053C38.5379 13.4089 38.5357 13.412 38.5329 13.4147C38.5305 13.4175 38.5275 13.4198 38.5241 13.4214C38.5207 13.4229 38.5169 13.4236 38.5132 13.4235H37.9935C37.992 13.4234 37.9903 13.4235 37.9888 13.4241C37.9874 13.4246 37.986 13.4255 37.9848 13.4266C37.9837 13.4277 37.9828 13.4291 37.9823 13.4306C37.9818 13.4321 37.9816 13.4336 37.9817 13.4353V13.8279C37.9816 13.8295 37.9818 13.8311 37.9823 13.8326C37.9828 13.8341 37.9837 13.8354 37.9848 13.8366C37.986 13.8377 37.9874 13.8386 37.9888 13.8391C37.9903 13.8396 37.9919 13.8398 37.9935 13.8396H38.7823C38.7862 13.8395 38.7901 13.8401 38.7937 13.8417C38.7973 13.8432 38.8005 13.8456 38.803 13.8485C38.8059 13.8509 38.8082 13.8539 38.8097 13.8573C38.8113 13.8607 38.812 13.8644 38.8119 13.8682V14.1018C38.8119 14.1056 38.8111 14.1095 38.8096 14.113C38.8081 14.1165 38.8058 14.1197 38.803 14.1224C38.8004 14.1252 38.7972 14.1274 38.7936 14.1287C38.79 14.1301 38.7861 14.1306 38.7823 14.1302H37.6701C37.6664 14.1305 37.6627 14.13 37.6593 14.1286C37.6558 14.1273 37.6528 14.1251 37.6503 14.1224C37.6476 14.1197 37.6453 14.1165 37.6438 14.113C37.6423 14.1095 37.6415 14.1056 37.6415 14.1018V12.4734C37.6415 12.4696 37.6423 12.4657 37.6438 12.4622C37.6453 12.4586 37.6476 12.4554 37.6503 12.4528C37.6527 12.45 37.6557 12.4476 37.6592 12.4461C37.6626 12.4446 37.6663 12.4439 37.6701 12.444H38.7862C38.7901 12.4438 38.794 12.4444 38.7976 12.446C38.8012 12.4475 38.8044 12.4499 38.8069 12.4528C38.8097 12.4554 38.8119 12.4587 38.8135 12.4622C38.815 12.4657 38.8158 12.4696 38.8158 12.4734V12.707C38.8161 12.7106 38.8157 12.7142 38.8145 12.7176C38.8133 12.721 38.8114 12.7241 38.8088 12.7266L38.8089 12.7267ZM39.7764 14.1194C39.7736 14.1168 39.7714 14.1136 39.7698 14.1101C39.7683 14.1066 39.7675 14.1027 39.7675 14.0989V12.4734C39.7675 12.4696 39.7683 12.4658 39.7698 12.4622C39.7714 12.4586 39.7736 12.4555 39.7764 12.4528C39.7788 12.4499 39.7818 12.4476 39.7852 12.4461C39.7887 12.4446 39.7924 12.4439 39.7961 12.444H40.0792C40.0869 12.4442 40.0943 12.4474 40.0998 12.4528C40.1052 12.4583 40.1085 12.4657 40.1087 12.4734V14.0988C40.1087 14.1027 40.1079 14.1065 40.1064 14.11C40.1048 14.1136 40.1026 14.1168 40.0998 14.1194C40.0971 14.1221 40.0939 14.1242 40.0903 14.1255C40.0867 14.1269 40.0829 14.1275 40.0791 14.1273H39.7951C39.7916 14.1274 39.7881 14.1268 39.7849 14.1255C39.7816 14.1241 39.7787 14.1221 39.7764 14.1194ZM41.6809 12.6875C41.6287 12.6089 41.5552 12.5466 41.469 12.5079C41.3691 12.4637 41.2607 12.4419 41.1515 12.4441H40.547C40.5433 12.444 40.5395 12.4447 40.5361 12.4462C40.5327 12.4478 40.5297 12.4501 40.5273 12.4529C40.5245 12.4556 40.5222 12.4588 40.5207 12.4623C40.5192 12.4658 40.5184 12.4697 40.5184 12.4735V14.0989C40.5184 14.1028 40.5192 14.1066 40.5207 14.1102C40.5222 14.1137 40.5245 14.1169 40.5273 14.1195C40.5296 14.1231 40.5328 14.126 40.5366 14.1279C40.5405 14.1299 40.5447 14.1306 40.549 14.1304H41.1534C41.2626 14.1329 41.371 14.1114 41.4709 14.0676C41.5567 14.0274 41.6294 13.9641 41.6809 13.885C41.7312 13.805 41.7569 13.7122 41.7549 13.618V12.9545C41.7569 12.8602 41.7312 12.7674 41.6809 12.6875ZM41.4187 13.566C41.4199 13.6378 41.3947 13.7077 41.3477 13.7623C41.3248 13.787 41.2968 13.8064 41.2656 13.8193C41.2345 13.8322 41.2009 13.8382 41.1672 13.8369H40.8714C40.8699 13.8369 40.8684 13.8365 40.8671 13.8358C40.8657 13.8351 40.8645 13.8342 40.8635 13.833V12.7533C40.8634 12.7517 40.8636 12.7501 40.8641 12.7486C40.8646 12.7471 40.8655 12.7458 40.8666 12.7447C40.8677 12.7435 40.8691 12.7427 40.8706 12.7421C40.8721 12.7416 40.8737 12.7414 40.8753 12.7416H41.1652C41.1995 12.74 41.2338 12.7457 41.2656 12.7587C41.2975 12.7715 41.3261 12.7912 41.3496 12.8162C41.3971 12.8703 41.4218 12.9406 41.4186 13.0125V13.5661L41.4187 13.566ZM43.29 12.7267C43.2876 12.7295 43.2846 12.7318 43.2811 12.7333C43.2777 12.7349 43.274 12.7356 43.2703 12.7355H42.4814C42.4799 12.7354 42.4782 12.7355 42.4767 12.736C42.4752 12.7366 42.4739 12.7374 42.4727 12.7386C42.4716 12.7397 42.4707 12.7411 42.4702 12.7426C42.4697 12.744 42.4694 12.7456 42.4696 12.7472V13.1202C42.4695 13.1218 42.4697 13.1234 42.4702 13.1249C42.4707 13.1264 42.4716 13.1278 42.4727 13.1289C42.4739 13.1301 42.4752 13.1309 42.4767 13.1314C42.4782 13.132 42.4798 13.1322 42.4814 13.132H43.0011C43.005 13.132 43.0088 13.1328 43.0124 13.1343C43.0159 13.1358 43.0191 13.1381 43.0218 13.1408C43.0247 13.1434 43.0271 13.1466 43.0286 13.1501C43.0302 13.1537 43.0309 13.1576 43.0307 13.1614V13.3941C43.0305 13.4018 43.0272 13.4091 43.0217 13.4146C43.0163 13.4201 43.0089 13.4233 43.0011 13.4235H42.4814C42.4799 13.4234 42.4782 13.4235 42.4767 13.424C42.4752 13.4246 42.4739 13.4254 42.4727 13.4266C42.4716 13.4277 42.4707 13.4291 42.4702 13.4305C42.4697 13.432 42.4694 13.4337 42.4696 13.4352V14.0988C42.4696 14.1064 42.4668 14.1137 42.4618 14.1194C42.459 14.122 42.4558 14.1241 42.4522 14.1255C42.4486 14.1268 42.4449 14.1274 42.441 14.1272H42.161C42.1572 14.1274 42.1534 14.1268 42.1498 14.1255C42.1463 14.1241 42.143 14.122 42.1403 14.1194C42.1352 14.1136 42.1324 14.1064 42.1324 14.0988V12.4733C42.1324 12.4657 42.1352 12.4584 42.1403 12.4527C42.1429 12.45 42.1462 12.4477 42.1498 12.4462C42.1533 12.4447 42.1572 12.4439 42.161 12.4439H43.2752C43.279 12.4438 43.2827 12.4445 43.2861 12.4461C43.2896 12.4476 43.2926 12.4499 43.295 12.4527C43.2977 12.4554 43.3 12.4586 43.3015 12.4622C43.303 12.4657 43.3038 12.4695 43.3038 12.4734V12.707C43.3034 12.7112 43.3019 12.7152 43.2995 12.7186C43.2971 12.7221 43.2938 12.7248 43.29 12.7266V12.7267Z' fill='white'/%3E %3Cpath d='M40.2003 15.7288V16.4978H39.8936V15.7288H40.2003Z' fill='white'/%3E %3Cpath d='M39.4503 16.011V17.1763H39.1424V16.011H38.3789V15.7288H39.6245V16.011H39.4503Z' fill='white'/%3E %3Cpath d='M38.0938 15.7288V16.4978H37.7871V15.7288H38.0938Z' fill='white'/%3E %3Cpath d='M37.3451 16.011V17.1763H37.0384V16.011H36.2812V15.7288H37.5218V16.011H37.3451Z' fill='white'/%3E %3Cpath d='M35.9903 15.7288V16.4978H35.6836V15.7288H35.9903Z' fill='white'/%3E %3Cpath d='M34.7678 16.973V17.1763H33.5752V16.894H34.3401L33.4844 15.7288H33.8529L34.2845 16.3282C34.3322 16.3051 34.3705 16.2658 34.3931 16.2169C34.4194 16.1468 34.4351 16.073 34.4398 15.998L34.465 15.7288H34.7793L34.7565 16.0006C34.7511 16.0868 34.7341 16.1717 34.7061 16.2531C34.683 16.3099 34.6486 16.3611 34.6051 16.4033C34.5514 16.4505 34.4898 16.4874 34.4234 16.512L34.7679 16.9729L34.7678 16.973Z' fill='white'/%3E %3Cpath d='M33.179 16.3352V17.1742H32.871V16.334C32.8762 16.2878 32.8723 16.2412 32.8596 16.1967C32.8468 16.1522 32.8254 16.1108 32.7966 16.075C32.7236 16.0207 32.634 15.995 32.5442 16.0025H31.9688V15.7203H32.5644C32.6872 15.7154 32.8096 15.7366 32.9241 15.7824C33.0117 15.8198 33.0824 15.8895 33.1223 15.9779C33.1665 16.0913 33.1859 16.2133 33.1791 16.3352H33.179ZM32.2955 16.2951V17.1742H31.9864V16.2951H32.2955Z' fill='white'/%3E %3Cpath d='M31.6012 15.5321L31.5696 16.1277H31.3172L31.287 15.5321H31.6012ZM31.1165 15.5321L31.0862 16.1277H30.8326L30.7998 15.5321H31.1165Z' fill='white'/%3E %3Cpath d='M29.5463 16.9035C29.7081 16.8552 29.8598 16.7771 29.9944 16.673C30.0678 16.6154 30.1292 16.5432 30.1748 16.4607C30.2165 16.3876 30.2382 16.3045 30.2379 16.2199C30.2379 16.0826 30.1533 16.0127 29.9855 16.0127H29.4062V15.2358H29.7205V15.7304H30.036C30.3767 15.7304 30.5451 15.8832 30.5408 16.1888C30.5414 16.3321 30.5067 16.4733 30.4399 16.5992C30.3697 16.7286 30.2744 16.8419 30.1597 16.9319C29.9759 17.0732 29.7678 17.1778 29.5464 17.2401V16.9034L29.5463 16.9035Z' fill='white'/%3E %3Cpath d='M28.5097 16.8934V17.1756H27.1934V16.8934H28.0566V16.3755C28.0664 16.2741 28.0399 16.1723 27.9822 16.0894C27.9475 16.0592 27.9073 16.0364 27.864 16.0224C27.8206 16.0085 27.775 16.0035 27.7298 16.0078H27.2476V15.7256H27.7272C27.8992 15.7099 28.0707 15.7607 28.2081 15.868C28.2632 15.9308 28.3051 16.0046 28.3309 16.0849C28.3568 16.1651 28.3661 16.25 28.3583 16.3341V16.8908L28.5097 16.8934Z' fill='white'/%3E %3Cpath d='M25.9297 16.7521L25.859 17.1742H25.541L25.6369 16.6912C25.6539 16.5939 25.6788 16.4981 25.7114 16.4051C25.7313 16.3568 25.76 16.3128 25.796 16.2757C25.8366 16.2366 25.8842 16.2058 25.9361 16.185L25.608 15.7331H25.9866L26.446 16.3805C26.4932 16.3375 26.5306 16.2845 26.5558 16.2251C26.585 16.1471 26.6029 16.0651 26.6088 15.9817L26.6328 15.7228H26.9471L26.9193 16.0037C26.9132 16.0749 26.8979 16.145 26.8739 16.2122C26.8592 16.2524 26.8406 16.291 26.8183 16.3274C26.7933 16.3685 26.7646 16.407 26.7325 16.4427C26.6887 16.4914 26.6424 16.5376 26.5937 16.5812L27.0177 17.1742H26.6416L26.0749 16.3676C26.0346 16.3907 26.0037 16.4279 25.9879 16.4724C25.9763 16.5067 25.967 16.5417 25.9601 16.5772C25.9512 16.6239 25.9399 16.6821 25.9298 16.752L25.9297 16.7521Z' fill='white'/%3E %3Cpath d='M25.4328 16.3371V17.176H25.1249V16.3357C25.1304 16.2896 25.1266 16.2427 25.1136 16.1981C25.1006 16.1535 25.0787 16.1122 25.0492 16.0768C24.976 16.0231 24.8865 15.9978 24.7968 16.0056H24.3223V15.7234H24.8132C24.9359 15.7189 25.0582 15.7396 25.1729 15.7842C25.2605 15.8217 25.3312 15.8914 25.371 15.9797C25.4175 16.0925 25.4386 16.2147 25.4328 16.3371H25.4328Z' fill='white'/%3E %3Cpath d='M23.94 16.3352V17.1742H23.6321V16.334C23.6373 16.2878 23.6334 16.2412 23.6205 16.1967C23.6078 16.1522 23.5863 16.1108 23.5576 16.075C23.4848 16.02 23.3951 15.9942 23.3052 16.0025H22.7246V15.7203H23.3203C23.443 15.7154 23.5655 15.7366 23.68 15.7824C23.7676 15.8198 23.8383 15.8895 23.8781 15.9779C23.9241 16.0909 23.9452 16.2129 23.94 16.3352ZM23.0565 16.2951V17.1742H22.7473V16.2951H23.0565Z' fill='white'/%3E %3Cpath d='M22.3626 15.5321L22.3323 16.1277H22.0799L22.0496 15.5321H22.3626H22.3626ZM21.878 15.5321L21.8477 16.1277H21.5953L21.5625 15.5321H21.878H21.878Z' fill='white'/%3E %3Cpath d='M21.2946 16.8927V17.175H19.9795V16.8927H20.8364V16.3748C20.8468 16.2733 20.8203 16.1714 20.762 16.0887C20.7274 16.0582 20.6873 16.0353 20.6439 16.0213C20.6005 16.0073 20.5548 16.0024 20.5095 16.0071H20.0325V15.7249H20.5133C20.6839 15.7114 20.8534 15.763 20.9891 15.8699C21.044 15.9328 21.0856 16.0067 21.1113 16.087C21.1369 16.1671 21.146 16.252 21.138 16.336V16.8928H21.2945L21.2946 16.8927Z' fill='white'/%3E %3Cpath d='M41.359 15.9059C41.5345 16.1663 41.5097 16.213 41.3722 16.4725L41.3677 16.481C41.3429 16.5271 41.3441 16.5839 41.3706 16.6294C41.3972 16.675 41.4447 16.7034 41.4977 16.7052H41.4985H41.4993C41.8074 16.6839 41.8423 16.7384 41.9891 16.9678C41.9979 16.9816 42.0071 16.996 42.0167 17.0109C42.0448 17.0549 42.0926 17.0809 42.145 17.0809C42.1457 17.0809 42.1462 17.0809 42.1469 17.0809C42.1985 17.0803 42.2475 17.0524 42.2747 17.008L42.2753 17.0068C42.3526 16.85 42.3995 16.7855 42.4613 16.7513C42.5266 16.7152 42.6109 16.7131 42.7667 16.7121C42.82 16.7115 42.8701 16.6825 42.8974 16.6361C42.9239 16.5894 42.9243 16.5316 42.8985 16.4851L42.8977 16.4838C42.7254 16.2342 42.7542 16.1773 42.8755 15.9376C42.8828 15.9232 42.8904 15.9082 42.8982 15.8925C42.9216 15.8463 42.9196 15.79 42.893 15.7456C42.8663 15.7003 42.8189 15.6726 42.7663 15.6714H42.7656H42.765C42.4362 15.6931 42.4118 15.6517 42.2531 15.3821C42.226 15.336 42.1757 15.3074 42.1218 15.3074C42.068 15.3074 42.0176 15.3365 41.9905 15.3833L41.9898 15.3846C41.8589 15.6676 41.8006 15.6694 41.5207 15.6778C41.5096 15.6781 41.4983 15.6785 41.4866 15.6788C41.4333 15.6806 41.3858 15.7092 41.3595 15.7553C41.3329 15.8015 41.3324 15.8588 41.3584 15.9049L41.3591 15.9059H41.359ZM42.6128 16.1911C42.606 16.2999 42.6429 16.4066 42.7356 16.5437C42.5812 16.5462 42.4719 16.5589 42.3815 16.6078C42.3166 16.6429 42.2612 16.6972 42.2074 16.7807V16.573C42.2142 16.5663 42.2207 16.5594 42.227 16.5525L42.2271 16.5531C42.3455 16.5363 42.4329 16.4922 42.487 16.4219C42.5286 16.3679 42.5362 16.3157 42.5376 16.301C42.5378 16.2992 42.5378 16.2981 42.5378 16.2979V16.2953L42.5353 16.2958C42.436 16.3144 42.3588 16.3768 42.3062 16.4352C42.3183 16.4089 42.3275 16.3808 42.3336 16.3513C42.334 16.3472 42.335 16.343 42.3359 16.3387L42.3378 16.326C42.3382 16.3234 42.3386 16.3208 42.3389 16.3182C42.3508 16.3124 42.3592 16.3001 42.3592 16.2857C42.3592 16.2822 42.3587 16.2788 42.3578 16.2756C42.4262 16.2534 42.4718 16.1989 42.4897 16.1175C42.5035 16.0543 42.4959 15.9967 42.4956 15.9943L42.4952 15.9909L42.4914 15.9933C42.3707 16.0732 42.3491 16.2069 42.3453 16.257C42.3437 16.2558 42.3421 16.2547 42.3404 16.2538C42.3404 16.2519 42.3403 16.2499 42.3403 16.248C42.3401 16.2424 42.3398 16.2366 42.3394 16.2309C42.3361 16.1741 42.3258 16.1144 42.3078 16.049C42.3067 16.0449 42.3055 16.0408 42.3043 16.0367C42.3128 16.0304 42.3184 16.0204 42.3184 16.0091C42.3184 16.0001 42.3149 15.9918 42.3092 15.9857C42.3666 15.9353 42.3744 15.8519 42.3669 15.7789C42.4629 15.8352 42.5817 15.8556 42.7359 15.8423C42.6655 15.9836 42.6193 16.0871 42.6128 16.1911ZM42.2529 16.4631L42.2091 16.4302V16.2672C42.2393 16.2768 42.2664 16.2806 42.2871 16.2819C42.2869 16.2831 42.2869 16.2844 42.2869 16.2857C42.2869 16.3 42.2952 16.3125 42.3074 16.3183C42.3072 16.3197 42.307 16.3211 42.3068 16.3225L42.3049 16.3343C42.3045 16.3374 42.3038 16.3412 42.3026 16.3459C42.2959 16.3755 42.285 16.405 42.2704 16.4333C42.2652 16.4431 42.2594 16.453 42.2529 16.463V16.4631ZM42.2092 16.1164V16.005C42.2152 16.0054 42.221 16.0057 42.2262 16.0057C42.2359 16.0057 42.2441 16.005 42.2502 16.0043C42.25 16.0058 42.2498 16.0074 42.2498 16.0091C42.2498 16.0267 42.2627 16.0408 42.2793 16.043C42.2878 16.0778 42.2978 16.1205 42.3022 16.1505C42.307 16.1841 42.3097 16.2142 42.3104 16.2423C42.2852 16.1884 42.2487 16.1475 42.2092 16.1164ZM42.2609 15.9838C42.2478 15.9497 42.2298 15.9211 42.2092 15.8972V15.8417C42.2165 15.8586 42.2234 15.8754 42.23 15.8922C42.2421 15.9234 42.2527 15.9533 42.262 15.9827C42.2617 15.9831 42.2613 15.9834 42.2609 15.9838H42.2609ZM42.2708 15.9351C42.2643 15.9179 42.2575 15.9007 42.2504 15.8836C42.2339 15.8442 42.2195 15.8134 42.2092 15.7924V15.717C42.2092 15.6807 42.2053 15.6444 42.1975 15.6086C42.2228 15.6485 42.2495 15.6823 42.2785 15.711C42.2504 15.7866 42.2593 15.8762 42.2708 15.9352V15.9351ZM42.0636 15.5969C42.0636 15.5969 42.0635 15.5968 42.0634 15.5968C42.0635 15.5966 42.0637 15.5964 42.0638 15.5962C42.0637 15.5964 42.0637 15.5966 42.0636 15.5969ZM42.008 15.6747C42.0217 15.6969 42.0355 15.7146 42.0492 15.7286V15.7944C42.0094 15.781 41.9804 15.7777 41.9797 15.7776L41.9794 15.78L41.9771 15.7807C41.9958 15.8433 42.0212 15.8888 42.0492 15.9217V16.0366C42.0099 16.0251 41.9824 16.022 41.9816 16.0219L41.9814 16.0241L41.9793 16.0248C41.9988 16.0779 42.0229 16.1201 42.0492 16.1537V16.4297L41.9544 16.4934C41.9543 16.4935 41.9543 16.4936 41.9542 16.4937C41.9541 16.4938 41.9539 16.4939 41.9539 16.494C41.9539 16.4941 41.9539 16.4942 41.9539 16.4943C41.9539 16.4945 41.9538 16.4946 41.9539 16.4947C41.9539 16.4949 41.954 16.495 41.9541 16.4951C41.9542 16.4952 41.9543 16.4953 41.9544 16.4953C41.9544 16.4953 41.9544 16.4953 41.9544 16.4954L42.0504 16.5554V16.641C42.046 16.6433 42.0425 16.6451 42.0399 16.6463C42.0376 16.6475 42.0358 16.6484 42.0343 16.6491C42.0337 16.6494 42.033 16.6497 42.0327 16.6499C42.0311 16.6504 42.0301 16.6509 42.0301 16.6509C42.0296 16.6512 42.0291 16.6518 42.029 16.6525C42.0265 16.6659 42.0318 16.6794 42.0421 16.6862L42.0435 16.6871C42.0438 16.6873 42.0443 16.6874 42.0447 16.6874C42.0449 16.6874 42.0451 16.6874 42.0454 16.6873C42.0454 16.6873 42.0469 16.6869 42.0489 16.6858L42.0504 16.685V16.7602C42.0024 16.6952 41.9561 16.6451 41.9015 16.6083C41.8246 16.5564 41.7325 16.5323 41.6041 16.5323C41.5804 16.5323 41.5554 16.5332 41.5291 16.5348C41.6711 16.2629 41.7049 16.1222 41.5204 15.8457C41.6826 15.8394 41.7971 15.8239 41.8917 15.7713C41.9346 15.7474 41.973 15.7157 42.0079 15.6744L42.008 15.6747ZM43.3028 16.6626C43.3022 16.6597 43.3014 16.657 43.3003 16.6546C43.2791 16.5922 43.171 16.5803 43.1304 16.5809L43.1185 16.5944L43.1264 16.6755L42.9399 16.6781L42.9375 16.6805C42.9353 16.6789 42.9325 16.6779 42.9295 16.6781C42.925 16.6784 42.9211 16.6811 42.9192 16.6852C42.7916 16.967 42.4756 17.1558 42.1318 17.1558H42.1249C41.7812 17.1558 41.4651 16.967 41.3376 16.6852C41.3357 16.6811 41.3318 16.6784 41.3273 16.6781C41.3246 16.6779 41.322 16.6787 41.3198 16.6801L41.3189 16.6792L41.1324 16.6766L41.1404 16.5955L41.1285 16.582C41.0878 16.5814 40.9796 16.5933 40.9585 16.6558C40.9575 16.6582 40.9566 16.6608 40.956 16.6637C40.9542 16.6724 40.9555 16.6968 40.956 16.704L40.9671 16.8906C40.9683 16.9171 40.9766 16.9487 41.0306 16.9578L41.1514 16.9672C41.4082 17.2978 41.7154 17.4521 42.1172 17.4521C42.1209 17.4521 42.1247 17.4521 42.1284 17.4521C42.1321 17.4521 42.1358 17.4521 42.1396 17.4521C42.5419 17.4521 42.8494 17.2974 43.1063 16.9662L43.2272 16.9569L43.2283 16.9567C43.2823 16.9476 43.2906 16.916 43.2918 16.8897L43.303 16.7029C43.3034 16.6956 43.3048 16.6713 43.3029 16.6626H43.3028ZM41.2329 16.939C41.2438 16.9345 41.2546 16.9301 41.2653 16.9255C41.2736 16.9343 41.282 16.9431 41.2905 16.9518L41.3331 16.9103C41.3179 16.8946 41.3029 16.8787 41.2881 16.8627C41.2871 16.8616 41.2871 16.8607 41.2883 16.8601C41.2995 16.8498 41.3108 16.8395 41.322 16.8292C41.3335 16.8333 41.345 16.8374 41.3565 16.8414C41.3492 16.8483 41.3419 16.8553 41.3345 16.8622C41.3489 16.8775 41.3635 16.8925 41.3782 16.9074C41.3821 16.9113 41.3832 16.9158 41.3784 16.9206L41.3142 16.9854C41.3034 16.9871 41.2927 16.9886 41.2819 16.9901C41.2653 16.9733 41.2489 16.9562 41.2329 16.939L41.2329 16.939ZM41.4396 17.0474C41.4306 17.0445 41.4215 17.0416 41.4124 17.0385C41.4122 17.0564 41.4124 17.0744 41.4128 17.0924C41.4014 17.0905 41.39 17.0885 41.3785 17.0864C41.3781 17.0528 41.3787 17.0197 41.3802 16.9867C41.3802 16.9849 41.3797 16.9846 41.3785 16.9858C41.3697 16.995 41.3609 17.0041 41.3521 17.0134C41.3568 17.0178 41.3614 17.0222 41.3661 17.0265C41.3569 17.0329 41.3477 17.0391 41.3385 17.0454C41.3278 17.0353 41.3172 17.0251 41.3067 17.0148C41.3051 17.0133 41.3053 17.0115 41.3071 17.0096L41.3479 16.968C41.3498 16.966 41.3516 16.9655 41.3532 16.9663C41.3621 16.9685 41.3711 16.9705 41.38 16.9725C41.3805 16.9604 41.3812 16.9483 41.3819 16.9363C41.3929 16.9362 41.4038 16.936 41.4147 16.9357C41.413 16.966 41.4121 16.9966 41.412 17.0274C41.4121 17.0289 41.4127 17.0291 41.4137 17.028L41.4328 17.0066C41.4287 17.0029 41.4247 16.9993 41.4206 16.9956C41.4315 16.9901 41.4424 16.9846 41.4532 16.9789C41.4568 16.9822 41.4604 16.9854 41.464 16.9886C41.4676 16.9918 41.4713 16.995 41.475 16.9982C41.4798 17.0024 41.4801 17.007 41.4756 17.0121C41.4658 17.0232 41.456 17.0343 41.4461 17.0454C41.4441 17.0476 41.4419 17.0483 41.4396 17.0475V17.0474ZM41.4539 17.1481L41.5099 17.0758C41.5113 17.074 41.5109 17.0721 41.5087 17.0702C41.5085 17.0701 41.5084 17.07 41.5083 17.0699C41.494 17.0587 41.48 17.0473 41.4662 17.0355C41.4762 17.0291 41.4862 17.0226 41.4962 17.016C41.5007 17.0198 41.5052 17.0236 41.5098 17.0273C41.5165 17.0327 41.5231 17.0379 41.5298 17.0432C41.5364 17.0484 41.5432 17.0536 41.55 17.0587C41.5592 17.0657 41.5605 17.0738 41.5537 17.0833L41.4957 17.1632C41.4817 17.1584 41.4677 17.1534 41.4539 17.1481ZM41.648 17.2565C41.6357 17.2586 41.6175 17.254 41.5946 17.2413C41.5707 17.2281 41.5472 17.214 41.5244 17.1992C41.5391 17.1709 41.5542 17.1429 41.5694 17.115C41.5647 17.1117 41.5601 17.1085 41.5554 17.1052C41.5664 17.099 41.5772 17.0926 41.588 17.0862C41.5962 17.0919 41.6045 17.0975 41.6129 17.1029C41.6174 17.1059 41.6184 17.1095 41.6159 17.1139C41.6067 17.1306 41.5976 17.1474 41.5886 17.1642C41.5955 17.1683 41.5996 17.1694 41.6054 17.1649C41.6113 17.1598 41.6171 17.1546 41.623 17.1495C41.6229 17.1495 41.6228 17.1496 41.6228 17.1496C41.6179 17.1466 41.6131 17.1437 41.6083 17.1406C41.6189 17.1338 41.6293 17.1269 41.6396 17.1198C41.6517 17.1272 41.6639 17.1342 41.6763 17.141C41.6586 17.1582 41.6406 17.1752 41.6221 17.1917C41.6186 17.1938 41.6146 17.1937 41.6101 17.1913C41.6006 17.1863 41.5912 17.1812 41.5819 17.1759C41.5791 17.181 41.5763 17.1861 41.5735 17.1912C41.5871 17.1991 41.6008 17.2067 41.6148 17.214C41.6231 17.2184 41.6293 17.2204 41.6334 17.2203C41.6365 17.2205 41.6393 17.219 41.642 17.2158C41.6532 17.2037 41.6643 17.1915 41.6752 17.1793C41.6702 17.1767 41.6652 17.1739 41.6602 17.1712C41.6689 17.163 41.6774 17.1546 41.6859 17.1462C41.6974 17.1524 41.7092 17.1583 41.721 17.1639C41.7256 17.166 41.727 17.169 41.7253 17.1728C41.725 17.1735 41.7246 17.1742 41.7241 17.175C41.7086 17.1955 41.6928 17.2158 41.6765 17.2358C41.6665 17.2483 41.657 17.2552 41.648 17.2566V17.2565ZM41.7227 17.2466L41.7385 17.2092C41.7327 17.2068 41.727 17.2042 41.7213 17.2017C41.7278 17.1921 41.7342 17.1825 41.7405 17.1728C41.7512 17.1775 41.762 17.182 41.7729 17.1862C41.7809 17.1893 41.7837 17.1946 41.7808 17.2024L41.7804 17.2035C41.7749 17.2186 41.7694 17.2337 41.7639 17.2488C41.7503 17.2484 41.7366 17.2477 41.7227 17.2466ZM41.8898 17.2305L41.8706 17.3196C41.8623 17.3267 41.8537 17.3337 41.8451 17.3406C41.8211 17.3349 41.7972 17.3282 41.7736 17.3205C41.7811 17.3114 41.7885 17.3023 41.7957 17.2931C41.8076 17.2968 41.8196 17.3002 41.8317 17.3034L41.8467 17.2459C41.8259 17.2405 41.8054 17.2343 41.7851 17.2272C41.7837 17.2267 41.7834 17.2259 41.7841 17.2249C41.7892 17.2105 41.7942 17.1961 41.7993 17.1818C41.8108 17.1799 41.8222 17.1777 41.8334 17.1752C41.8304 17.1849 41.8275 17.1945 41.8246 17.2041C41.8437 17.21 41.8632 17.2152 41.8829 17.2196C41.888 17.2207 41.8912 17.2239 41.8898 17.2305ZM42.0236 17.3568C42.0098 17.3603 41.9958 17.3636 41.9816 17.3665L41.9881 17.3018L41.9885 17.2985C41.9889 17.2979 41.9898 17.2975 41.9912 17.2971C42.0035 17.2956 42.0157 17.2938 42.0278 17.2918L42.0236 17.3568ZM42.0679 17.3721L42.0704 17.2803C42.0705 17.2779 42.0689 17.2766 42.0656 17.2765C42.0405 17.2757 42.0154 17.2741 41.9904 17.2715C41.995 17.2605 41.9996 17.2495 42.004 17.2384C42.0166 17.2395 42.0293 17.2405 42.0419 17.2411C42.0588 17.2421 42.0756 17.2426 42.0925 17.2427C42.104 17.2428 42.1099 17.2486 42.11 17.2604L42.1107 17.3592C42.0966 17.3637 42.0824 17.368 42.0679 17.372V17.3721ZM42.1843 17.3672C42.1667 17.3682 42.1491 17.3689 42.1315 17.3693C42.1275 17.3694 42.1234 17.3695 42.1194 17.3695C42.121 17.3585 42.1226 17.3475 42.1241 17.3365C42.1264 17.3365 42.1285 17.3364 42.1308 17.3364C42.1408 17.3361 42.1509 17.3358 42.1609 17.3353L42.1583 17.2758C42.1519 17.2761 42.1455 17.2763 42.1391 17.2765C42.1408 17.265 42.1425 17.2536 42.1441 17.2421C42.1579 17.2416 42.1718 17.2409 42.1856 17.2399C42.191 17.2395 42.1951 17.2416 42.1956 17.2484L42.2029 17.3467C42.1968 17.3535 42.1906 17.3604 42.1843 17.3672ZM42.2852 17.3601C42.281 17.3479 42.2768 17.3357 42.2726 17.3234C42.2681 17.3356 42.2634 17.3478 42.2584 17.36C42.2429 17.3619 42.2275 17.3635 42.212 17.3648C42.2156 17.3526 42.2191 17.3403 42.2225 17.328C42.232 17.3271 42.2414 17.326 42.2508 17.3248C42.2643 17.3231 42.2696 17.3174 42.2661 17.3045C42.263 17.2931 42.2599 17.2816 42.2569 17.2702C42.2564 17.2686 42.2552 17.2679 42.2532 17.2681C42.2438 17.2692 42.2343 17.2702 42.2249 17.2712C42.2291 17.2593 42.2331 17.2473 42.2369 17.2354C42.2504 17.234 42.2637 17.2323 42.2771 17.2303C42.2809 17.2298 42.2836 17.2301 42.2851 17.2313C42.2867 17.2324 42.2881 17.2348 42.2892 17.2388C42.2992 17.2727 42.3096 17.3066 42.3204 17.3403C42.3088 17.3471 42.2971 17.3537 42.2852 17.3601V17.3601ZM42.3337 17.3525L42.3225 17.2885L42.3219 17.2852C42.3221 17.2845 42.3229 17.2838 42.3242 17.2831C42.3356 17.2782 42.3468 17.2732 42.3579 17.2681L42.3713 17.3317C42.3589 17.3388 42.3464 17.3457 42.3337 17.3524V17.3525ZM42.418 17.3345L42.3958 17.2457C42.3952 17.2434 42.3933 17.2426 42.3901 17.2434C42.3658 17.2494 42.3412 17.2545 42.3164 17.2588C42.3179 17.247 42.3193 17.2351 42.3206 17.2233C42.3331 17.221 42.3455 17.2185 42.3579 17.2157C42.3744 17.2121 42.3907 17.2081 42.4068 17.2037C42.4179 17.2007 42.4251 17.2046 42.4283 17.2159L42.4558 17.3106C42.4434 17.3188 42.4307 17.3268 42.4179 17.3345L42.418 17.3345ZM42.4766 17.318L42.4576 17.2561L42.4566 17.2529C42.4567 17.2522 42.4573 17.2514 42.4586 17.2505C42.4692 17.2443 42.4797 17.2379 42.4901 17.2314L42.5116 17.2926C42.5002 17.3013 42.4885 17.3097 42.4767 17.318L42.4766 17.318ZM42.5585 17.289L42.5245 17.2041C42.5236 17.2019 42.5216 17.2013 42.5186 17.2025C42.4954 17.2118 42.4718 17.2201 42.4478 17.2274C42.4478 17.2155 42.4477 17.2036 42.4475 17.1917C42.4595 17.1879 42.4714 17.1838 42.4832 17.1795C42.4988 17.1737 42.5143 17.1676 42.5297 17.161C42.5401 17.1565 42.5477 17.1593 42.5525 17.1701L42.5931 17.26C42.5819 17.2699 42.5703 17.2795 42.5585 17.289ZM42.8049 17.148C42.7715 17.1423 42.7389 17.1351 42.7073 17.1265C42.7055 17.1261 42.705 17.1266 42.7059 17.1279C42.713 17.1385 42.7199 17.1491 42.7269 17.1597C42.7324 17.1561 42.7377 17.1524 42.7431 17.1487C42.7473 17.159 42.7513 17.1694 42.7553 17.1798C42.7428 17.1883 42.7301 17.1967 42.7173 17.2048C42.7153 17.206 42.7136 17.2055 42.7122 17.2031L42.6816 17.1537C42.6802 17.1514 42.6801 17.1496 42.6813 17.1482C42.6855 17.14 42.6895 17.1318 42.6934 17.1236C42.6818 17.1203 42.6703 17.1169 42.6589 17.1132C42.6613 17.1026 42.6635 17.092 42.6654 17.0814C42.694 17.0901 42.7235 17.0975 42.7536 17.1037C42.7551 17.1038 42.7555 17.1033 42.7546 17.1021C42.7489 17.0945 42.7431 17.0868 42.7374 17.0792C42.733 17.0824 42.7287 17.0857 42.7243 17.0889C42.7211 17.0771 42.7178 17.0653 42.7145 17.0537C42.7182 17.0508 42.722 17.048 42.7258 17.0451C42.7296 17.0422 42.7333 17.0392 42.7371 17.0362C42.742 17.0323 42.7465 17.0329 42.7506 17.0383C42.7597 17.0501 42.7688 17.0618 42.7778 17.0735C42.7796 17.076 42.7799 17.0783 42.7788 17.0804C42.7742 17.0888 42.7695 17.0971 42.7647 17.1055C42.7822 17.1091 42.7999 17.1123 42.8178 17.1151C42.8138 17.126 42.8094 17.137 42.8049 17.148ZM42.8286 17.125C42.8254 17.114 42.8221 17.1031 42.8186 17.0921C42.8364 17.0773 42.8538 17.0619 42.8706 17.0461C42.8668 17.0425 42.8615 17.037 42.855 17.0301L42.8314 17.0049C42.8297 17.003 42.8278 17.003 42.8258 17.0049C42.8251 17.0056 42.8243 17.0063 42.8236 17.007C42.8092 17.0204 42.7944 17.0334 42.7794 17.0459C42.7748 17.0349 42.7701 17.0239 42.7654 17.013C42.786 16.9954 42.806 16.977 42.8254 16.9578C42.8293 16.954 42.8351 16.9532 42.8401 16.9583L42.8852 17.0034C42.8956 17.0137 42.8818 17.0357 42.8954 17.0222C42.9007 17.0169 42.906 17.0116 42.9113 17.0061C42.9154 17.017 42.9194 17.0281 42.9234 17.0391C42.8934 17.0693 42.8618 17.0981 42.8287 17.125H42.8286ZM42.933 17.0292C42.9291 17.0185 42.925 17.0079 42.9209 16.9974C42.937 16.9803 42.9527 16.9629 42.9678 16.945C42.956 16.9473 42.9379 16.9478 42.917 16.9486C42.9112 16.9488 42.9001 16.948 42.8846 16.9459C42.8795 16.9513 42.8744 16.9567 42.8693 16.962C42.865 16.95 42.8605 16.9382 42.8558 16.9264C42.8627 16.9191 42.8695 16.9117 42.8761 16.9042C42.8777 16.9024 42.8799 16.9022 42.8828 16.9035C42.8955 16.9091 42.9083 16.9121 42.921 16.9125C42.9279 16.9126 42.9378 16.912 42.9503 16.9107C42.953 16.9105 42.9531 16.9095 42.9508 16.9075L42.9319 16.8918C42.929 16.8953 42.9262 16.8987 42.9233 16.9021C42.9176 16.8911 42.9118 16.8802 42.9059 16.8694C42.912 16.8619 42.9181 16.8545 42.924 16.847C42.9281 16.8418 42.9328 16.8412 42.938 16.8455C42.949 16.8546 42.96 16.8637 42.971 16.8729C42.9681 16.8851 42.9649 16.8973 42.9616 16.9096C42.9746 16.9081 42.9894 16.9062 43.0046 16.9023C43.0084 16.9131 43.0122 16.924 43.0158 16.9349C42.9898 16.9676 42.9622 16.9991 42.9329 17.0293L42.933 17.0292Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_3288_19187'%3E %3Crect width='43.6364' height='17.4545' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.GalhedHomepageAutoComponenta .TabComponenta .rightTitleLink {
  display: flex;
  gap: 6px;
  align-items: center;
}
.GalhedHomepageAutoComponenta .TabComponenta .rightTitleLink .rightTitleText {
  font-family: "Moses";
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: 15px;
  padding-top: 2px;
}
.GalhedHomepageAutoComponenta .TabComponenta .rightTitleLink .rightTitleText .whiteArrow {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.10774 2.47134C7.93921 2.28834 7.66484 2.28713 7.49492 2.46862L3.61886 6.60862C3.42674 6.81382 3.40593 7.16387 3.61753 7.38988L7.49492 11.5313C7.66484 11.7128 7.93921 11.7116 8.10774 11.5286C8.27627 11.3456 8.27514 11.0501 8.10521 10.8686L4.4832 6.99996L8.10521 3.1313C8.27514 2.94981 8.27627 2.65433 8.10774 2.47134Z' fill='white'/%3E %3C/svg%3E");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.GalhedHomepageAutoComponenta .TabComponenta .leftTitleLink {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
  border-bottom: 4px solid #C70305;
}
.GalhedHomepageAutoComponenta .TabComponenta .leftTitleLink .whiteArrow {
  width: 15px;
  height: 15px;
  padding-top: 1px;
}
.GalhedHomepageAutoComponenta .TabComponenta .leftTitleLink .leftTitleText {
  font-family: "Moses";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 14px;
  line-height: 1;
  padding-top: 4px;
}
.GalhedHomepageAutoComponenta .slotsContent {
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  height: 141px;
}
.GalhedHomepageAutoComponenta .slotsContent .manualItems {
  display: flex;
  gap: 5px;
}
.GalhedHomepageAutoComponenta .slotsContent > span,
.GalhedHomepageAutoComponenta .slotsContent > span > span {
  display: flex;
  flex-grow: 1;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slickArrow {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5Z' fill='black' fill-opacity='0.65'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7522 6.0753C15.0826 6.39787 15.0826 6.92087 14.7522 7.24344L9.36748 12.5L14.7522 17.7566C15.0826 18.0792 15.0826 18.6022 14.7522 18.9248C14.4217 19.2474 13.886 19.2474 13.5556 18.9248L7.87174 13.3761C7.37609 12.8923 7.37609 12.1078 7.87174 11.6239L13.5556 6.0753C13.886 5.75273 14.4217 5.75273 14.7522 6.0753Z' fill='white'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  top: 73px;
  display: none;
  outline: none;
  cursor: pointer;
  border: 0;
  z-index: 100;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slickArrow.slickPrev {
  left: 0px;
  transform: rotate(0);
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slickArrow.slickNext {
  right: 8px;
  transform: rotate(180deg);
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-slider,
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-slider .slick-track,
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-list .slick-track {
  height: 100%;
  display: flex;
  gap: 4px;
}
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-slider .slick-slide,
.GalhedHomepageAutoComponenta .slotsContent .GalhedAutoItemsGallery .slick-list .slick-slide {
  width: 197px;
  height: 100%;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView {
  display: flex;
  gap: 5px;
  width: 197px;
  height: 141px;
  text-decoration: none;
  direction: rtl;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .imageArea {
  height: 100%;
  width: 92px;
  overflow: hidden;
  flex-shrink: 0;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .imageArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Moses";
  color: #2B3D59;
  height: 100%;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .slotRoof {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 6px;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .slotTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: auto;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .specialDetails {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: flex-end;
  gap: 3px;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .specialDetails .slotFallenDate {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.GalhedHomepageAutoComponenta .slotsContent .slotView .textArea .specialDetails .slotFallenDetails {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.MultiArticlesSectionComponenta {
  display: flex;
  flex-direction: column;
}
.ynetnews .MultiArticlesSectionComponenta,
.vesty .MultiArticlesSectionComponenta {
  direction: ltr;
}
.MultiArticlesSectionComponenta .leftTitleText {
  text-decoration: none;
}
.MultiArticlesSectionComponenta .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.MultiArticlesSectionComponenta .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticlesSectionComponenta .slotsContent .slotList {
  display: flex;
  flex-shrink: 0;
  position: relative;
  gap: 20px;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div:first-child {
  flex-direction: 3;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div:first-child .slotView .mediaArea {
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div:first-child .slotView .mediaArea .EditableImage {
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div div:not(:first-child) {
  flex: 1;
}
.MultiArticlesSectionComponenta .slotsContent .slotList.editMode > div img {
  height: 300px;
  object-fit: cover;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 0 ! important;
  flex-grow: 1;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active {
  width: 610px !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active .imageArea {
  position: relative;
  margin-bottom: 5px;
  height: 300px;
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active .imageArea .MediaCarousel {
  display: flex;
  width: 100% !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].active .imageArea .MediaCarousel .SiteImageMedia {
  height: 300px;
  object-fit: cover;
  width: 610px !important;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 370px;
  width: 190px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style].inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] .imageArea {
  position: relative;
  margin-bottom: 5px;
  width: 190px;
  height: 300px;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] .imageArea .MediaCarousel {
  display: flex;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  justify-content: center;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotView[style] .imageArea .MediaCarousel .SiteImageMedia {
  height: 300px;
  object-fit: cover;
  transition: transform 0.1s, width 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.MultiArticlesSectionComponenta .slotsContent .slotList .YplusItem .moreDetails {
  display: none;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .YplusItem .imageArea {
  order: 0;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .YplusItem .slotTitle {
  order: 1;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .moreDetails {
  text-decoration: none;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .moreDetails .videoIcon {
  display: none;
}
.MultiArticlesSectionComponenta .slotsContent .slotList .slotTitle {
  font-size: 15px !important;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ynetnews .MultiArticlesSectionComponenta .slotsContent .slotList .slotTitle {
  font-size: 18px !important;
}
.Componenta .MultiImages1280Componenta {
  direction: ltr !important;
}
.Componenta .MultiImages1280Componenta .dfpId .imageArea {
  background: #b6b6ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.MultiImages1280Componenta {
  display: flex;
  flex-direction: column;
  direction: ltr !important;
}
.MultiImages1280Componenta.Auto .slotView {
  border-bottom: 1px solid #b6b6ba;
}
.MultiImages1280Componenta.Auto .slotView .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 60px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.MultiImages1280Componenta.special .slotView {
  border-bottom: none ! important;
}
.MultiImages1280Componenta .multiImagesTab * {
  color: #fff;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab {
  padding: 0px ! important;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink {
  width: 610px ! important;
  padding: 0 10px;
  box-sizing: border-box;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink.rightTitleLink {
  margin-right: 20px;
}
.MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink .leftTitleText {
  float: right !important;
  font-weight: bold !important;
  font-size: 17px !important;
}
.font-moses .MultiImages1280Componenta .multiImagesTab.doubleTab .titleLink .leftTitleText {
  font-size: 14px !important;
  font-weight: 670 !important;
}
.MultiImages1280Componenta.multiRows {
  overflow: hidden;
}
.MultiImages1280Componenta.multiRows .slotsContent {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.MultiImages1280Componenta.multiRows .slotsContent .slotView {
  margin-bottom: 24px;
}
.MultiImages1280Componenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImages1280Componenta .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImages1280Componenta .slotsContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.MultiImages1280Componenta .slotsContent .arrowBtn {
  top: 40px ! important;
}
.MultiImages1280Componenta .slotsContent .slotView {
  background: #fff;
  max-height: 218px;
  width: 190px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.MultiImages1280Componenta .slotsContent .slotView a,
.MultiImages1280Componenta .slotsContent .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle {
  height: 60px;
  overflow: hidden;
  margin-bottom: 7px;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle span,
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle div {
  color: #1d71c7 !important;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle span:hover,
.MultiImages1280Componenta .slotsContent .slotView .slotTitle.commertialTitle div:hover {
  color: #1d71c7 !important;
}
.MultiImages1280Componenta .slotsContent .slotView .slotTitle div:hover {
  color: #1417ac !important;
}
.MultiImages1280Componenta .slotsContent .slotView .moreDetails {
  font-size: 13px;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 12px;
  height: auto;
}
.MultiImages1280Componenta .slotsContent .slotView .moreDetails .authorField {
  text-overflow: ellipsis;
  max-width: 100px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImages1280Componenta .slotsContent .slotView .moreDetails > span {
  margin-right: 5px;
}
.MultiImages1280Componenta .slotsContent .slotView .imageArea {
  width: 190px;
  height: 107px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  flex-shrink: 0;
}
.font-moses .MultiImages1280Componenta .slotsContent .slotView .imageArea {
  margin-bottom: 5px;
}
.MultiImages1280Componenta .slotsContent .slotView .imageArea .MediaCarousel {
  position: relative;
  width: 190px;
  height: 107px;
  overflow: hidden;
}
.MultiImages1280Componenta .slotsContent .slotView .imageArea .MediaCarousel .sitePagelightBoxVideoPlayer,
.MultiImages1280Componenta .slotsContent .slotView .imageArea .MediaCarousel img:not(.vjs-logobrand-image, .fp-logo) {
  min-width: 100%;
  min-height: 100%;
}
.MultiImages1280Componenta .slotsContent .slotView .imageArea .MarketingSign .marketingText {
  line-height: 0.88 !important;
}
.MultiArticleSpecialWeekendComponenta {
  display: flex;
  height: 727px;
  width: 100%;
  gap: 4px;
  position: relative;
  overflow: hidden;
}
.ynetnews .MultiArticleSpecialWeekendComponenta,
.vesty .MultiArticleSpecialWeekendComponenta {
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .specialLogo {
  position: absolute;
  top: -155px;
  right: -122px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(36, 44, 203, 0.5) 0%, rgba(36, 44, 203, 0) 100%);
  border-radius: 408.48px;
  width: 408px;
  height: 408px;
  z-index: 1;
}
.MultiArticleSpecialWeekendComponenta .specialLogo:after {
  background: var(--weekendimage);
  background-size: 164px 88px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .specialLogo,
.vesty .MultiArticleSpecialWeekendComponenta .specialLogo {
  left: -122px;
  right: unset;
}
.MultiArticleSpecialWeekendComponenta .slotView {
  overflow: hidden;
}
.MultiArticleSpecialWeekendComponenta .slotView.hovered::after {
  animation: fadeOut 1.5s ease forwards;
}
.MultiArticleSpecialWeekendComponenta .slotView.hovered .contentDiv {
  animation: fadeOut 1.5s ease forwards;
}
.MultiArticleSpecialWeekendComponenta .slotView .slotTitle {
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.MultiArticleSpecialWeekendComponenta .slotView .MediaCarousel > div {
  height: 100%;
  width: 100%;
}
.MultiArticleSpecialWeekendComponenta .slotView .MediaCarousel > div .EditableImage[style] {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .slotView .MediaCarousel > div .EditableImage[style] img {
  height: 100%;
  width: auto;
}
.MultiArticleSpecialWeekendComponenta .mainItem {
  display: flex;
  width: 822px;
  gap: 4px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView {
  width: 409px;
  height: 727px;
  position: relative;
  flex-shrink: 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea {
  height: 340px;
  padding: 50px 20px 20px;
  background: linear-gradient(180deg, rgba(7, 7, 9, 0) 0%, rgba(7, 7, 9, 0.9) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
}
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea,
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea {
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  font-weight: 660;
  -webkit-line-clamp: 5;
  color: #fff;
  font-family: "MosesDisplay", "NarkisBlock";
  max-height: 180px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.85);
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-size: 35px;
  font-weight: 600;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  font-size: 16px;
  font-weight: 400;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style],
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea {
  height: 727px !important;
  width: 409px !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] .MediaCarousel,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] .MediaCarousel .SiteImageMedia,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea .MediaCarousel .SiteImageMedia {
  height: 727px;
  object-fit: cover;
  width: 409px !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] .MediaCarousel .EditableVideo img,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea .MediaCarousel .EditableVideo img {
  height: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] img,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea img {
  aspect-ratio: 0.5625;
  width: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea[style] video,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .mediaArea video {
  width: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item {
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item:hover::after {
  animation: fadeOut 1.5s ease forwards;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item:hover .contentDiv {
  animation: fadeOut 1.5s ease forwards;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item img,
.MultiArticleSpecialWeekendComponenta .mainItem .video-item video {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.5625;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea {
  padding: 50px 20px 20px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea.withAuthor {
  padding-bottom: 46px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .videoDuration {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding-inline-end: 4px;
  color: #eee;
  font-size: 13px;
  font-weight: 100;
  line-height: 16px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .videoDuration .durationLogo {
  width: 9px;
  height: 10px;
  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;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .close-btn {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  right: 50px;
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  z-index: 99;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player {
  position: relative;
  transform: translateX(50%);
  left: -50%;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player {
  transform: translateX(-50%);
  right: -50%;
  left: unset;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: initial;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea img {
  width: 273px;
  height: 491px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .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;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .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;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo {
  height: 290px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px 20px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  opacity: 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoTitle {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoSubtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoSubtitle.close {
  -webkit-line-clamp: 2;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 14px;
  font-weight: 100;
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 16px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 15px;
  height: 10px;
  margin-top: 2px;
  rotate: 270deg;
  background: 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-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .shareBtn {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 7.25C25 9.04493 23.5449 10.5 21.75 10.5C20.9154 10.5 20.1542 10.1854 19.5787 9.66828L11.3901 14.409C11.4618 14.6773 11.5 14.9592 11.5 15.25C11.5 15.5371 11.4628 15.8156 11.3929 16.0807L19.385 20.5208C19.9776 19.8923 20.818 19.5 21.75 19.5C23.5449 19.5 25 20.9551 25 22.75C25 24.5449 23.5449 26 21.75 26C19.9551 26 18.5 24.5449 18.5 22.75C18.5 22.4628 18.5373 22.1843 18.6072 21.919L10.6152 17.479C10.0225 18.1076 9.18209 18.5 8.25 18.5C6.45507 18.5 5 17.0449 5 15.25C5 13.4551 6.45507 12 8.25 12C9.17823 12 10.0156 12.3891 10.6078 13.0132L18.686 8.33631C18.5655 7.99663 18.5 7.63097 18.5 7.25C18.5 5.45507 19.9551 4 21.75 4C23.5449 4 25 5.45507 25 7.25ZM23.4 7.25C23.4 8.16127 22.6613 8.9 21.75 8.9C20.8387 8.9 20.1 8.16127 20.1 7.25C20.1 6.33873 20.8387 5.6 21.75 5.6C22.6613 5.6 23.4 6.33873 23.4 7.25ZM8.25 16.9C9.16127 16.9 9.9 16.1613 9.9 15.25C9.9 14.3387 9.16127 13.6 8.25 13.6C7.33873 13.6 6.6 14.3387 6.6 15.25C6.6 16.1613 7.33873 16.9 8.25 16.9ZM21.75 24.4C22.6613 24.4 23.4 23.6613 23.4 22.75C23.4 21.8387 22.6613 21.1 21.75 21.1C20.8387 21.1 20.1 21.8387 20.1 22.75C20.1 23.6613 20.8387 24.4 21.75 24.4Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  cursor: pointer;
  z-index: 10;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .shareBtn:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper {
  width: 200px;
  height: 190px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  transform: translateX(-25%);
  background-color: #ffffffcc;
  z-index: 1;
  border-radius: 40px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffffcc;
  position: absolute;
  bottom: 50%;
  right: -10px;
  transform: translateY(50%);
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 37px;
  height: 37px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText {
  color: #000;
  font-size: 11px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath d='M12.0344 12L17.4859 19.2855L12 25.2089H13.2347L18.0377 20.0227L21.9182 25.2089H26.1198L20.3615 17.5137L25.4678 12H24.233L19.8099 16.7762L16.236 12H12.0344ZM13.8501 12.909H15.7803L24.3039 24.2999H22.3737L13.8501 12.909Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.9814 11C22.7507 11 24 11.2274 24 11.2274V13.7841C24 13.7841 23.6125 13.7921 22.651 13.7934L22.2013 13.7948C20.8997 13.7948 20.2734 14.4704 20.2734 15.5313L20.2717 17.4404H23.6125L23.0549 20.6071L20.2717 20.6057L20.2734 28H16.2034L16.2017 20.6057L13 20.6071V17.4404H16.2017L16.2034 15.3761C16.2034 11.6261 18.8148 11.0268 20.8375 11H20.9814Z' fill='black'/%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65753 28.954L2 38.6121L11.9284 36.0192C14.6623 37.5049 17.7442 38.2877 20.8789 38.2877C31.2058 38.2877 39.6086 29.9284 39.6121 19.6497C39.6133 14.672 37.6692 9.98812 34.1325 6.46433C30.5981 2.9429 25.8954 1.00118 20.8848 1C10.5638 1 2.16103 9.36047 2.1575 19.6368C2.15633 22.922 3.01905 26.1272 4.65753 28.954Z' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 16.5603C13 18.3862 14.3218 20.1505 14.5074 20.3988C14.6921 20.6461 17.1097 24.3932 20.8107 26.0006C21.6919 26.3846 22.38 26.6117 22.9144 26.7821C23.7993 27.0641 24.6027 27.0237 25.2392 26.9303C25.9489 26.8225 27.4234 26.0314 27.7309 25.1651C28.0384 24.2979 28.0384 23.5558 27.9465 23.4008C27.8528 23.2468 27.6072 23.1544 27.2378 22.9677C26.8694 22.7819 25.0536 21.8839 24.7161 21.7607C24.3786 21.6366 24.1312 21.575 23.8865 21.9455C23.6399 22.317 22.9331 23.1525 22.7175 23.4008C22.5028 23.6482 22.2872 23.68 21.9188 23.4942C21.5494 23.3084 20.3598 22.9157 18.9499 21.6529C17.8531 20.6683 17.1125 19.4526 16.8988 19.0821C16.6832 18.7096 16.8744 18.5103 17.0601 18.3255C17.226 18.1581 17.4294 17.8924 17.6131 17.6739C17.7978 17.4574 17.8597 17.3024 17.9816 17.055C18.1034 16.8077 18.0434 16.5901 17.9516 16.4053C17.8597 16.2205 17.121 14.3937 16.8135 13.6497C16.5491 13.0135 16.281 13.0144 16.0664 13.0144L15.982 13.0135C15.7683 13.0029 15.5217 13 15.2761 13C15.0296 13 14.6293 13.0924 14.2918 13.4649C13.9543 13.8355 13 14.7335 13 16.5603Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 37px !important;
  height: 37px !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: -30px;
  right: 0px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 24px;
  height: 20px;
  margin-left: 4px;
  padding: 5px 0 0 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 24px;
  height: 20px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath d='M23.7502 7.03821C24.0832 6.69906 24.0832 6.14918 23.7502 5.81003C23.4173 5.47088 22.8774 5.47088 22.5444 5.81003L19.6363 8.77193L16.7283 5.81003C16.3953 5.47088 15.8554 5.47088 15.5224 5.81003C15.1895 6.14918 15.1895 6.69906 15.5224 7.03821L18.4305 10.0001L15.5224 12.962C15.1895 13.3012 15.1895 13.851 15.5224 14.1902C15.8554 14.5293 16.3953 14.5293 16.7283 14.1902L19.6363 11.2283L22.5444 14.1902C22.8774 14.5293 23.4173 14.5293 23.7502 14.1902C24.0832 13.851 24.0832 13.3012 23.7502 12.962L20.8422 10.0001L23.7502 7.03821Z' fill='white'/%3E %3C/svg%3E");
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="false"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3498 1.37588C19.6883 1.02307 20.2369 1.02315 20.5752 1.37607C22.7681 3.66358 24 6.76569 24 10.0002C24 13.2347 22.7681 16.3369 20.5752 18.6244C20.2369 18.9773 19.6883 18.9774 19.3498 18.6246C19.0114 18.2717 19.0113 17.6996 19.3496 17.3467C21.2177 15.3981 22.2671 12.7556 22.2671 10.0002C22.2671 7.24488 21.2177 4.60234 19.3496 2.65373C19.0113 2.30081 19.0114 1.7287 19.3498 1.37588ZM15.5266 5.36289C15.865 5.01008 16.4136 5.01017 16.7519 5.36309C17.9296 6.59156 18.5912 8.25751 18.5912 9.99457C18.5912 11.7316 17.9296 13.3976 16.7519 14.6261C16.4136 14.979 15.865 14.9791 15.5266 14.6262C15.1882 14.2734 15.1881 13.7013 15.5264 13.3484C16.3792 12.4588 16.8583 11.2524 16.8583 9.99457C16.8583 8.7367 16.3792 7.53032 15.5264 6.64074C15.1881 6.28782 15.1882 5.71571 15.5266 5.36289Z' fill='white'/%3E %3C/svg%3E");
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon:hover {
  transform: unset;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-volume {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn:hover {
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  background: rgba(30, 30, 30, 0.8);
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  opacity: 0;
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline {
  width: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline .fp-timeline {
  width: 100%;
  height: 5px;
  display: flex;
  background-color: #78787b;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline .fp-timeline .fp-color {
  background: #c5c5c5;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .playing-time {
  display: flex;
  gap: 3px;
  color: #78787b;
  margin: auto 0;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-logo {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui {
  background-image: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-header .fp-fullscreen,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-qsel,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-small-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-small-pause,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-duration,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered ~ .contentDiv .videoInfo,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv:hover .videoInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered ~ .contentDiv .videoInfo .textContent,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv:hover .videoInfo .textContent {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered ~ .contentDiv .playerDetails,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv:hover .playerDetails {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch .fp-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-play.is-small {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-switch .fp-pause,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-paused .fp-middle::after,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-switch,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-switch .fp-pause,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-pause {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.6;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-switch .fp-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-hovered.is-playing .fp-middle::after,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:hover .fp-togglable {
  opacity: 1 !important;
  display: flex !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:hover .fp-middle::after {
  opacity: 1 !important;
}
.MultiArticleSpecialWeekendComponenta .slotList {
  width: 414px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
  height: 178px;
  width: 100%;
  background-color: #232f50;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 15px 30px 15px;
  box-sizing: border-box;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 96px;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #fff;
  min-height: 51px;
  max-height: 61px;
  margin-bottom: auto;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem img {
  object-fit: contain;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle {
  font-weight: 500;
  letter-spacing: 0.12px;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText {
  font-weight: 100;
  margin-top: -1px;
}
.MultiArticleSpecialWeekendComponenta .slotList > div {
  width: 414px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div {
  width: 100%;
  height: 179px;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div:nth-child(2n) .slotView {
  flex-direction: row-reverse;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView {
  width: 414px;
  height: 179px;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea {
  padding: 45px 15px;
  width: 207px;
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  text-align: center;
  font-size: 18px;
  font-weight: 670;
  line-height: 22px;
  max-height: 88px;
  color: #fff;
  -webkit-line-clamp: 4;
  flex-shrink: 0;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-size: 12px;
  font-weight: 340;
  line-height: 16px;
  align-self: center;
  color: #fff;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-size: 14px;
  font-weight: 400;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style],
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea {
  height: 179px !important;
  width: 207px !important;
  flex-shrink: 0;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style] .MediaCarousel,
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style] .MediaCarousel .SiteImageMedia,
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea .MediaCarousel .SiteImageMedia {
  height: 179px;
  object-fit: cover;
  width: 207px !important;
}
.grid1280_2:has(.videoOverlay) .SiteScrollToTopButton {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.TickerSliderEngComponenta {
  display: flex;
  height: 146px;
  width: 100%;
  z-index: 3;
  position: relative;
  direction: ltr;
}
.TickerSliderEngComponenta.short {
  height: 100px;
  background-color: #F5F5F5;
}
.TickerSliderEngComponenta.short .titleArea {
  height: 100px;
  padding: 30px 20px;
  justify-content: center;
  align-items: flex-start;
  box-shadow: none;
  border: 0;
  width: 107px;
  background-color: #F5F5F5;
}
.TickerSliderEngComponenta.short .titleArea .tickerTitle {
  font-size: 14px !important;
  font-weight: 670 !important;
  line-height: 16px !important;
  width: 60px;
}
.TickerSliderEngComponenta.short .titleArea .tickerTitle:hover {
  color: #1417ac;
}
.TickerSliderEngComponenta.short .slotsContent {
  width: calc(100% - 107px);
  background-color: #F5F5F5;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv:after {
  width: 50px;
  background-image: linear-gradient(90deg, rgba(245, 245, 245, 0) -70.25%, #F5F5F5 22.67%) !important;
  right: 0;
  left: unset;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv:before {
  right: 0;
  width: 200px !important;
  height: 100%;
  background: transparent;
  top: 0px;
  content: "";
  position: absolute;
  z-index: 2;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list {
  width: 1140px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide {
  padding: 0 5px;
  position: relative;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide:after {
  height: 85px;
  width: 0.5px !important;
  background-color: #000;
  left: 0;
  top: 7.5px;
  content: "";
  position: absolute;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView {
  max-height: 100px;
  border-radius: 0px;
  box-shadow: none;
  border: 0;
  background: #F5F5F5;
  width: 280px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView.now .flashDate {
  animation: blink 1s;
  animation-iteration-count: 6;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .mainArea .text {
  font-size: 15px;
  font-weight: 340;
  line-height: 16px;
  letter-spacing: 0.01px;
  margin-top: 15px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle {
  margin-bottom: 8px;
  position: relative;
  padding-top: 18px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle .roofTitle {
  position: absolute;
  width: fit-content;
  right: 0;
  top: 0;
  background-color: #de1a1a;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  height: 15px;
  margin-inline-end: 2px;
  padding: 0 5px;
  box-sizing: border-box;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle div:not(.roofTitle) {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.01px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .itemTitle:hover {
  color: #000;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView:not(.opened) .shareBtn {
  display: none;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView.opened {
  min-height: 200px;
  max-height: 1000px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView.opened .itemTitle {
  color: #000;
  margin-bottom: 10px;
  position: relative;
  padding-top: 18px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea {
  bottom: 0;
  padding: 0 10px 10px;
  box-sizing: border-box;
  height: 30px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper {
  background: none;
  border: none;
  width: fit-content;
  box-shadow: unset;
  height: 20px;
  gap: 8px;
  display: flex;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .AccordionSocialsShareComponenta {
  gap: 8px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280 {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M11.8684 2.66683C13.2088 2.66683 14.3333 2.66699 14.3333 2.66699V4.57819C14.3333 4.57819 14.0397 4.58521 13.3113 4.58638L12.9707 4.58755C11.2602 4.58755 11.5101 5.50276 11.5101 6.43047L11.5089 8.09987H14.0397L13.6173 10.3166L11.5089 10.3154L11.5095 14.1007L11.5101 17.3337H9.24411V14.1007L9.24407 10.3154L6 10.3166L6.00004 8.09987H9.24411V6.29476C9.24411 3.3859 11.1397 2.66683 11.8684 2.66683Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M6.66675 8.36214C6.66675 9.22654 7.2475 10.0618 7.33512 10.1878L7.33664 10.19C7.34202 10.1977 7.35165 10.2126 7.36541 10.2338C7.56191 10.5373 8.60086 12.1421 10.1384 12.8578C10.5297 13.0403 10.8357 13.1486 11.0732 13.2297C11.4666 13.3642 11.8237 13.345 12.1065 13.3004C12.4219 13.2489 13.0771 12.8723 13.214 12.4598C13.3504 12.0467 13.3504 11.6933 13.3098 11.6198C13.2766 11.561 13.2 11.521 13.087 11.4622C13.0586 11.4473 13.0278 11.4313 12.9949 11.4135C12.8311 11.3249 12.0243 10.8973 11.8737 10.8388C11.7241 10.7797 11.614 10.7502 11.505 10.9269C11.3955 11.1036 11.0816 11.5016 10.9858 11.6198C10.8904 11.7374 10.7946 11.7524 10.6308 11.6644C10.604 11.6499 10.5674 11.6328 10.5223 11.6117C10.2911 11.5035 9.83528 11.2903 9.31103 10.7873C8.82388 10.3186 8.49473 9.73981 8.39941 9.56311C8.30356 9.38583 8.38888 9.29082 8.47103 9.20276C8.52189 9.14802 8.58076 9.07068 8.63917 8.99393C8.66546 8.9594 8.69165 8.92499 8.71698 8.89281C8.78701 8.8049 8.81725 8.73804 8.85825 8.64737C8.86534 8.63168 8.87276 8.61528 8.88076 8.59793C8.93501 8.48032 8.90815 8.37662 8.8676 8.28856C8.83978 8.22892 8.6803 7.8108 8.53772 7.43698C8.46984 7.25899 8.40565 7.09071 8.36149 6.97636C8.24427 6.67394 8.12494 6.67394 8.02971 6.67394C8.01654 6.67394 8.00443 6.67394 7.99231 6.67337C7.89699 6.66815 7.78745 6.66699 7.67843 6.66699C7.56889 6.66699 7.39088 6.71102 7.24079 6.8883C7.23115 6.89966 7.22037 6.91205 7.20865 6.92552C7.03792 7.12182 6.66675 7.54858 6.66675 8.36214Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.81782 16.7797C2.75049 17.0266 2.97493 17.2541 3.2227 17.1902L6.37527 16.3766C7.4444 16.9857 8.68161 17.3337 10.0001 17.3337C14.0502 17.3337 17.3334 14.0504 17.3334 10.0003C17.3334 5.95024 14.0502 2.66699 10.0001 2.66699C5.94999 2.66699 2.66675 5.95024 2.66675 10.0003C2.66675 11.3452 3.02878 12.6055 3.6607 13.6892L2.81782 16.7797ZM4.17927 15.8417L4.80748 13.5383L4.58214 13.1518C4.04275 12.2269 3.73341 11.1514 3.73341 10.0003C3.73341 6.53934 6.5391 3.73366 10.0001 3.73366C13.4611 3.73366 16.2667 6.53934 16.2667 10.0003C16.2667 13.4613 13.4611 16.267 10.0001 16.267C8.87159 16.267 7.81577 15.9697 6.90329 15.4498L6.5275 15.2357L4.17927 15.8417Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1846 3.33301C15.1656 3.33301 15.1475 3.34068 15.1346 3.3542L10.7788 7.90834L7.30425 3.35967C7.29143 3.34289 7.2713 3.33301 7.24993 3.33301H2.80255C2.69064 3.33301 2.62677 3.45844 2.69391 3.54634L8.18189 10.7308L2.70365 16.4419C2.62193 16.5271 2.68387 16.6663 2.80349 16.6663H4.14763C4.16653 16.6663 4.18458 16.6587 4.1975 16.6453L8.93456 11.7162L12.6954 16.6397C12.7082 16.6565 12.7284 16.6663 12.7497 16.6663H17.1971C17.309 16.6663 17.3729 16.5409 17.3058 16.453L11.5315 8.89369L16.6295 3.55723C16.711 3.47197 16.649 3.33301 16.5295 3.33301H15.1846ZM13.259 15.5997L4.70372 4.39967H6.74069L15.296 15.5997H13.259Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .AccordionShareWrapper .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.33317 4.66699C2.96498 4.66699 2.6665 4.96547 2.6665 5.33366V14.667C2.6665 15.0352 2.96498 15.3337 3.33317 15.3337H16.6665C17.0347 15.3337 17.3332 15.0352 17.3332 14.667V5.33366C17.3332 4.96547 17.0347 4.66699 16.6665 4.66699H3.33317ZM3.73317 12.2882V6.93151L7.17325 9.33956L3.73317 12.2882ZM3.73317 13.6931V14.267H16.2665V13.6931L11.9242 9.97114L10.4969 10.9703C10.1984 11.1792 9.80126 11.1792 9.50285 10.9703L8.07547 9.97112L3.73317 13.6931ZM12.8264 9.33959L16.2665 12.2882V6.93153L12.8264 9.33959ZM9.99985 10.0162L3.882 5.73366H16.1177L9.99985 10.0162Z' fill='black'/%3E %3C/svg%3E");
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .openMoreButton {
  margin: 0 0 0 4px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .shareBtn {
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6666 4.83366C16.6666 6.03028 15.6965 7.00033 14.4999 7.00033C13.9435 7.00033 13.4361 6.79058 13.0524 6.44585L7.59335 9.60634C7.64112 9.78517 7.66658 9.97311 7.66658 10.167C7.66658 10.3584 7.64176 10.544 7.59516 10.7208L12.9232 13.6809C13.3183 13.2619 13.8786 13.0003 14.4999 13.0003C15.6965 13.0003 16.6666 13.9704 16.6666 15.167C16.6666 16.3636 15.6965 17.3337 14.4999 17.3337C13.3033 17.3337 12.3333 16.3636 12.3333 15.167C12.3333 14.9755 12.3581 14.7898 12.4047 14.613L7.07669 11.653C6.68161 12.0721 6.12131 12.3337 5.49992 12.3337C4.3033 12.3337 3.33325 11.3636 3.33325 10.167C3.33325 8.97038 4.3033 8.00033 5.49992 8.00033C6.11874 8.00033 6.67696 8.25975 7.07177 8.67577L12.4572 5.55787C12.377 5.33141 12.3333 5.08764 12.3333 4.83366C12.3333 3.63704 13.3033 2.66699 14.4999 2.66699C15.6965 2.66699 16.6666 3.63704 16.6666 4.83366ZM15.5999 4.83366C15.5999 5.44117 15.1074 5.93366 14.4999 5.93366C13.8924 5.93366 13.3999 5.44117 13.3999 4.83366C13.3999 4.22615 13.8924 3.73366 14.4999 3.73366C15.1074 3.73366 15.5999 4.22615 15.5999 4.83366ZM5.49992 11.267C6.10743 11.267 6.59992 10.7745 6.59992 10.167C6.59992 9.55948 6.10743 9.06699 5.49992 9.06699C4.89241 9.06699 4.39992 9.55948 4.39992 10.167C4.39992 10.7745 4.89241 11.267 5.49992 11.267ZM14.4999 16.267C15.1074 16.267 15.5999 15.7745 15.5999 15.167C15.5999 14.5595 15.1074 14.067 14.4999 14.067C13.8924 14.067 13.3999 14.5595 13.3999 15.167C13.3999 15.7745 13.8924 16.267 14.4999 16.267Z' fill='black'/%3E %3C/svg%3E") no-repeat center center transparent;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .shareBtn.opened,
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .shareBtn:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6666 4.83366C16.6666 6.03028 15.6965 7.00033 14.4999 7.00033C13.9435 7.00033 13.4361 6.79058 13.0524 6.44585L7.59335 9.60634C7.64112 9.78517 7.66658 9.97311 7.66658 10.167C7.66658 10.3584 7.64176 10.544 7.59516 10.7208L12.9232 13.6809C13.3183 13.2619 13.8786 13.0003 14.4999 13.0003C15.6965 13.0003 16.6666 13.9704 16.6666 15.167C16.6666 16.3636 15.6965 17.3337 14.4999 17.3337C13.3033 17.3337 12.3333 16.3636 12.3333 15.167C12.3333 14.9755 12.3581 14.7898 12.4047 14.613L7.07669 11.653C6.68161 12.0721 6.12131 12.3337 5.49992 12.3337C4.3033 12.3337 3.33325 11.3636 3.33325 10.167C3.33325 8.97038 4.3033 8.00033 5.49992 8.00033C6.11874 8.00033 6.67696 8.25975 7.07177 8.67577L12.4572 5.55787C12.377 5.33141 12.3333 5.08764 12.3333 4.83366C12.3333 3.63704 13.3033 2.66699 14.4999 2.66699C15.6965 2.66699 16.6666 3.63704 16.6666 4.83366ZM15.5999 4.83366C15.5999 5.44117 15.1074 5.93366 14.4999 5.93366C13.8924 5.93366 13.3999 5.44117 13.3999 4.83366C13.3999 4.22615 13.8924 3.73366 14.4999 3.73366C15.1074 3.73366 15.5999 4.22615 15.5999 4.83366ZM5.49992 11.267C6.10743 11.267 6.59992 10.7745 6.59992 10.167C6.59992 9.55948 6.10743 9.06699 5.49992 9.06699C4.89241 9.06699 4.39992 9.55948 4.39992 10.167C4.39992 10.7745 4.89241 11.267 5.49992 11.267ZM14.4999 16.267C15.1074 16.267 15.5999 15.7745 15.5999 15.167C15.5999 14.5595 15.1074 14.067 14.4999 14.067C13.8924 14.067 13.3999 14.5595 13.3999 15.167C13.3999 15.7745 13.8924 16.267 14.4999 16.267Z' fill='black'/%3E %3C/svg%3E") no-repeat center center transparent;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .openMoreButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5285 5.30232C11.7115 5.48381 11.7128 5.77929 11.5313 5.96228L7.39126 10.1365C7.18606 10.3434 6.836 10.3658 6.61 10.1379L2.46858 5.96228C2.28709 5.77929 2.2883 5.48381 2.4713 5.30232C2.65429 5.12083 2.94976 5.12204 3.13126 5.30504L6.99992 9.20567L10.8686 5.30504C11.0501 5.12204 11.3455 5.12083 11.5285 5.30232Z' fill='black'/%3E %3C/svg%3E");
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  width: 14px;
  height: 14px;
  border: 0;
  box-shadow: none;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .openMoreButton.opened {
  width: 16px;
  height: 16px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .flashDate {
  flex-grow: 1;
  padding-inline-start: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #78787B;
  position: absolute;
  left: 0;
  z-index: 0;
  letter-spacing: 0.11px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-list .slick-slide .slotView .buttonsArea .flashDate.now {
  font-weight: 760 !important;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-arrow {
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 42px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Crect x='19.5' y='0.5' width='19' height='19' rx='9.5' transform='rotate(90 19.5 0.5)' stroke='black'/%3E %3Cpath d='M8.75781 6L13.0005 10.2426L8.75781 14.4853' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E %3C/svg%3E");
  left: unset;
  right: 10px;
}
.TickerSliderEngComponenta.short .slotsContent .animationDiv .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Crect x='19.5' y='0.5' width='19' height='19' rx='9.5' transform='rotate(90 19.5 0.5)' stroke='black'/%3E %3Cpath d='M8.75781 6L13.0005 10.2426L8.75781 14.4853' stroke='black' stroke-width='1.5' stroke-linecap='square'/%3E %3C/svg%3E");
  transform: rotate(180deg);
  left: 5px;
}
.TickerSliderEngComponenta .titleArea {
  width: 127px;
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  box-shadow: -5px 4px 7px 0 rgba(0, 0, 0, 0.12);
  border: solid 0 #de1a1a;
  background-color: #f3f8f9;
  flex-shrink: 0;
  box-sizing: border-box;
  z-index: 1;
  text-decoration: none !important;
}
.TickerSliderEngComponenta .titleArea:hover .gotoButton {
  color: #1417ac;
}
.TickerSliderEngComponenta .titleArea .tickerTitle {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.TickerSliderEngComponenta .titleArea .tickerTitle .tickerBell {
  width: 25px;
  height: 25px;
  margin-inline-end: 5px;
}
.font-moses .TickerSliderEngComponenta .titleArea .tickerTitle {
  font-size: 18px;
  font-weight: 640;
  line-height: 1;
}
.TickerSliderEngComponenta .titleArea .gotoButton {
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
  border-radius: 18px;
  border: solid 1px #000;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.TickerSliderEngComponenta .titleArea .gotoButton:hover {
  color: #1417ac;
}
.TickerSliderEngComponenta .titleArea .gotoButton:visited {
  color: inherit;
}
.font-moses .TickerSliderEngComponenta .titleArea .gotoButton {
  font-size: 13px;
  font-weight: 640;
}
.TickerSliderEngComponenta .slotsContent {
  flex-grow: 1;
  display: flex;
  background: #f3f8f9;
  position: relative;
  width: calc(100% - 127px);
  padding: 0 30px;
  box-sizing: border-box;
}
.TickerSliderEngComponenta .slotsContent .slotListRow {
  width: 100%;
}
.TickerSliderEngComponenta .slotsContent .slotListRow .redRuleSlider {
  width: 1113px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #c5c5c5;
  z-index: 0;
  overflow: hidden;
}
.TickerSliderEngComponenta .slotsContent .slotListRow .redRuleSlider .redLine {
  height: 100%;
  position: absolute;
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "left";
  background-color: #de1a1a;
  border-radius: 1px;
}
.TickerSliderEngComponenta .slotsContent .animationDiv {
  overflow-x: hidden;
  width: 100%;
  height: auto;
  position: unset;
  overflow-y: visible;
}
.TickerSliderEngComponenta .slotsContent .animationDiv:after {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 218px;
  height: calc(100% - 3px);
  position: absolute;
  background-image: linear-gradient(to right, #f3f8f9 30px, rgba(243, 248, 249, 0) 69px);
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slick-list {
  display: flex;
  height: fit-content;
  width: 1144px;
  overflow: hidden;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slick-track {
  display: flex;
  z-index: 1;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slick-slide {
  float: right;
  width: 286px ! important;
  flex-shrink: 0;
  padding: 10px 5px;
  box-sizing: border-box;
  height: fit-content;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView {
  width: 276px;
  border-radius: 4px;
  box-shadow: 0 0px 6px 4px rgba(205, 205, 205, 0.25);
  border: solid 1px #efefef;
  background: #fff;
  position: relative;
  padding: 10px 10px 25px;
  box-sizing: border-box;
  max-height: 126px;
  transition: max-height 0.1s ease-in-out;
  cursor: pointer;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .toggleElm {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView.now:not(.newItem) {
  background: #f8d1d3;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView.now .flashDate {
  color: #de1a1a ! important;
  font-weight: bold ! important;
}
.font-moses .TickerSliderEngComponenta .slotsContent .animationDiv .slotView.now .flashDate {
  font-weight: 670 ! important;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView.opened {
  min-height: 300px;
  max-height: 1000px;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView.opened .itemTitle {
  color: #1417ac;
  -webkit-line-clamp: unset;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .topRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  height: 21px;
  align-items: center;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .topRow .flashDate {
  color: #78787b;
  letter-spacing: 0.16px;
  line-height: normal;
  font-size: 16px;
}
.font-moses .TickerSliderEngComponenta .slotsContent .animationDiv .slotView .topRow .flashDate {
  font-size: 14px;
  font-weight: 340;
  letter-spacing: 0.14px;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .topRow .roofTitle {
  width: auto;
  height: 16px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  box-sizing: border-box;
  background-color: #de1a1a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16px;
  line-height: 16px;
  color: #fff;
  max-width: 160px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .TickerSliderEngComponenta .slotsContent .animationDiv .slotView .topRow .roofTitle {
  font-size: 14px;
  height: 17px;
  font-weight: 670;
  letter-spacing: 0.14px;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .text {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
}
.font-moses .TickerSliderEngComponenta .slotsContent .animationDiv .slotView .text {
  font-size: 14px;
  font-weight: 340;
  letter-spacing: 0.14px;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .itemTitle {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.16px;
  line-height: normal;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
  position: relative;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .itemTitle:hover {
  color: #1417ac;
}
.font-moses .TickerSliderEngComponenta .slotsContent .animationDiv .slotView .itemTitle {
  font-size: 14px;
  letter-spacing: 0.14px;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .itemTitle .newTickerLoader {
  height: 20px;
  width: auto;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea {
  display: flex;
  height: 35px;
  position: absolute;
  bottom: 10px;
  flex-direction: row-reverse;
  width: 100%;
  right: 0px;
  align-items: center;
  background-color: inherit;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .emptySpace {
  height: 100%;
  flex-grow: 1;
  display: flex;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .shareBtn {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6666 4.83366C16.6666 6.03028 15.6965 7.00033 14.4999 7.00033C13.9435 7.00033 13.4361 6.79058 13.0524 6.44585L7.59335 9.60634C7.64112 9.78517 7.66658 9.97311 7.66658 10.167C7.66658 10.3584 7.64176 10.544 7.59516 10.7208L12.9232 13.6809C13.3183 13.2619 13.8786 13.0003 14.4999 13.0003C15.6965 13.0003 16.6666 13.9704 16.6666 15.167C16.6666 16.3636 15.6965 17.3337 14.4999 17.3337C13.3033 17.3337 12.3333 16.3636 12.3333 15.167C12.3333 14.9755 12.3581 14.7898 12.4047 14.613L7.07669 11.653C6.68161 12.0721 6.12131 12.3337 5.49992 12.3337C4.3033 12.3337 3.33325 11.3636 3.33325 10.167C3.33325 8.97038 4.3033 8.00033 5.49992 8.00033C6.11874 8.00033 6.67696 8.25975 7.07177 8.67577L12.4572 5.55787C12.377 5.33141 12.3333 5.08764 12.3333 4.83366C12.3333 3.63704 13.3033 2.66699 14.4999 2.66699C15.6965 2.66699 16.6666 3.63704 16.6666 4.83366ZM15.5999 4.83366C15.5999 5.44117 15.1074 5.93366 14.4999 5.93366C13.8924 5.93366 13.3999 5.44117 13.3999 4.83366C13.3999 4.22615 13.8924 3.73366 14.4999 3.73366C15.1074 3.73366 15.5999 4.22615 15.5999 4.83366ZM5.49992 11.267C6.10743 11.267 6.59992 10.7745 6.59992 10.167C6.59992 9.55948 6.10743 9.06699 5.49992 9.06699C4.89241 9.06699 4.39992 9.55948 4.39992 10.167C4.39992 10.7745 4.89241 11.267 5.49992 11.267ZM14.4999 16.267C15.1074 16.267 15.5999 15.7745 15.5999 15.167C15.5999 14.5595 15.1074 14.067 14.4999 14.067C13.8924 14.067 13.3999 14.5595 13.3999 15.167C13.3999 15.7745 13.8924 16.267 14.4999 16.267Z' fill='black'/%3E %3C/svg%3E") no-repeat center center transparent;
  cursor: pointer;
  z-index: 2;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .shareBtn.opened,
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .shareBtn:hover {
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%238vh9c4jwya)'%3E %3Cpath d='M17.188 5.469a2.344 2.344 0 0 0-2.344 2.343c0 .14.014.278.04.414l-5.358 2.681a2.343 2.343 0 0 0-1.713-.75 2.344 2.344 0 0 0 0 4.687 2.344 2.344 0 0 0 1.713-.751l5.354 2.68a2.344 2.344 0 1 0 1.372-1.733c-.294.13-.56.318-.778.555l-5.354-2.678a2.338 2.338 0 0 0-.004-.835l5.358-2.676a2.344 2.344 0 0 0 1.713.75 2.344 2.344 0 1 0 0-4.687z' fill='%231417AC'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='8vh9c4jwya'%3E %3Cpath fill='%23fff' d='M0 0h25v25H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center transparent;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionShareWrapper {
  border-radius: 27px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  width: 170px;
  height: 35px;
  box-sizing: border-box;
  align-items: center;
  z-index: 2;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionSocialsShareComponenta {
  margin-top: unset;
  height: auto;
  justify-content: space-between;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionSocialsShareComponenta .shareIcon1280 {
  width: 25px;
  height: 25px;
  background-size: 120%;
  cursor: pointer;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .AccordionSocialsShareComponenta .shareIcon1280.mailto {
  background-size: 130%;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .openMoreButton {
  width: 25px;
  height: 25px;
  box-shadow: 0 2px 5px 0 rgba(123, 123, 123, 0.4);
  border-radius: 50%;
  border: solid 1px #efefef;
  margin: 0 10px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate(-6 -8.59)'/%3E %3C/svg%3E") no-repeat center 9px #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .openMoreButton:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate(-6 -8.59)' fill='%231417AC'/%3E %3C/svg%3E") no-repeat center 9px #fff;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slotView .buttonsArea .openMoreButton.opened {
  transform: rotate(180deg);
  background-position: center 8px;
  box-shadow: 0 -2px 5px 0 rgba(123, 123, 123, 0.4);
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset;
  z-index: 2;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slick-arrow:before {
  display: none;
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slick-arrow.slick-next {
  left: 5px;
  right: unset;
  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 %3Cg filter='url(%23oj843z2r8a)'%3E %3Crect x='25' y='3' width='20' height='20' rx='10' transform='rotate(90 25 3)' fill='%23fff'/%3E %3Cpath d='m15.758 9-4.243 4.243 4.243 4.242' stroke='%23DE1A1A' stroke-width='1.5' stroke-linecap='square'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='oj843z2r8a' x='0' y='0' width='30' height='30' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix values='0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0.4 0'/%3E %3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1583_199869'/%3E %3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1583_199869' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.TickerSliderEngComponenta .slotsContent .animationDiv .slick-arrow.slick-prev {
  right: 5px;
  left: unset;
  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 %3Cg filter='url(%2346tliqk5la)'%3E %3Crect x='5' y='23' width='20' height='20' rx='10' transform='rotate(-90 5 23)' fill='%23fff'/%3E %3Cpath d='m14.242 17.485 4.243-4.242L14.242 9' stroke='%23DE1A1A' stroke-width='1.5' stroke-linecap='square'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='46tliqk5la' x='0' y='0' width='30' height='30' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeOffset dy='2'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix values='0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0 0.483333 0 0 0 0.4 0'/%3E %3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1583_199510'/%3E %3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1583_199510' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.TickerSliderEngComponenta .AccordionShareWrapper.hidden,
.TickerSliderEngComponenta .text.hidden {
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}
.TickerSliderEngComponenta .AccordionShareWrapper.visible,
.TickerSliderEngComponenta .text.visible {
  display: flex;
  transition: opacity 1s linear;
  opacity: 1;
}
@keyframes backgroundColor {
  0% {
    background: #f8d1d3;
  }
  99% {
    background: #f8d1d3;
  }
  100% {
    background-color: #F5F5F5;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.YnetMultiStripComponenta.ltrSite,
.YnetMultiStripRowsComponenta.ltrSite {
  display: flex;
  direction: ltr;
}
.YnetMultiStripComponenta.ltrSite .mediaArea.largeSizeStrip,
.YnetMultiStripRowsComponenta.ltrSite .mediaArea.largeSizeStrip {
  position: relative;
}
.YnetMultiStripComponenta.ltrSite .mediaArea.largeSizeStrip .MarketingSign:hover,
.YnetMultiStripRowsComponenta.ltrSite .mediaArea.largeSizeStrip .MarketingSign:hover {
  height: 43px !important;
  width: 610px !important;
}
.YnetMultiStripComponenta.ltrSite .mediaArea.largeSizeStrip .MarketingSign:hover .marketingText,
.YnetMultiStripRowsComponenta.ltrSite .mediaArea.largeSizeStrip .MarketingSign:hover .marketingText {
  padding: 5px 34px 4px 1px;
  line-height: 1;
  font-size: 12px !important;
  line-height: 1.12 !important;
}
.YnetMultiStripComponenta.ltrSite .slotView,
.YnetMultiStripRowsComponenta.ltrSite .slotView {
  display: flex;
  overflow: hidden;
  direction: ltr;
}
.YnetMultiStripComponenta.ltrSite .slotView .author,
.YnetMultiStripRowsComponenta.ltrSite .slotView .author {
  font-size: 13px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 300;
  position: absolute;
}
.font-moses .YnetMultiStripComponenta.ltrSite .slotView .author,
.font-moses .YnetMultiStripRowsComponenta.ltrSite .slotView .author {
  font-size: 12px;
}
.YnetMultiStripComponenta.ltrSite .slotView .mediaItems,
.YnetMultiStripRowsComponenta.ltrSite .slotView .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.YnetMultiStripComponenta.ltrSite .slotView .mediaItems .sitePagelightBoxVideoPlayer,
.YnetMultiStripRowsComponenta.ltrSite .slotView .mediaItems .sitePagelightBoxVideoPlayer,
.YnetMultiStripComponenta.ltrSite .slotView .mediaItems img:not(.vjs-logobrand-image, .fp-logo),
.YnetMultiStripRowsComponenta.ltrSite .slotView .mediaItems img:not(.vjs-logobrand-image, .fp-logo) {
  height: 100%;
}
.YnetMultiStripComponenta.ltrSite {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin: 0 -4px;
  flex-direction: row;
}
.YnetMultiStripComponenta.ltrSite.oneRow {
  width: calc(100% + 13px);
  margin: 0 -6px 0 -7px;
}
.YnetMultiStripComponenta.ltrSite.oneRow > div {
  margin: 0 6px 0 7px;
}
.YnetMultiStripComponenta.ltrSite > div {
  width: 300px;
  margin: 0 4px 25px;
  height: 280px;
}
.YnetMultiStripComponenta.ltrSite .slotView {
  flex-direction: column;
  height: 280px;
}
.YnetMultiStripComponenta.ltrSite .slotView.commertial {
  background-color: var(--commertialcolor);
  border-bottom: 5px solid var(--commertialcolor) ! important;
}
.YnetMultiStripComponenta.ltrSite .slotView.commertial .author {
  color: #070707 !important;
}
.YnetMultiStripComponenta.ltrSite .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.YnetMultiStripComponenta.ltrSite .slotView.inEditMode:hover {
  cursor: inherit;
}
.YnetMultiStripComponenta.ltrSite .slotView .MarketingSign:hover .marketingText {
  font-size: 12px !important;
  line-height: 1.12 !important;
}
.YnetMultiStripComponenta.ltrSite .slotView.dfpId .mediaArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 169px;
  width: 100%;
  background: #c0c9d0;
  font-size: 18px;
}
.YnetMultiStripComponenta.ltrSite .slotView h2.slotTitle {
  max-width: 100%;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.YnetMultiStripComponenta.ltrSite .slotView h2.slotTitle span {
  line-height: 20px;
}
.YnetMultiStripComponenta.ltrSite .slotView .author {
  max-width: 270px;
  bottom: 13px;
  color: #78787b;
  left: 10px;
}
.font-moses .YnetMultiStripComponenta.ltrSite .slotView .author {
  bottom: 7px;
}
.YnetMultiStripComponenta.ltrSite .slotView .upInfoArea {
  height: 18px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
}
.font-moses .YnetMultiStripComponenta.ltrSite .slotView .upInfoArea {
  font-size: 12px;
}
.YnetMultiStripComponenta.ltrSite .slotView .upInfoArea .big_caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: 1px solid #000;
  margin-left: 5px;
}
.font-moses .YnetMultiStripComponenta.ltrSite .slotView .upInfoArea .big_caption {
  font-size: 16px;
  font-weight: 670;
}
.YnetMultiStripComponenta.ltrSite .slotView .upInfoArea .icon {
  width: auto;
  max-height: 18px;
  margin-left: 5px;
}
.YnetMultiStripComponenta.ltrSite .slotView .upInfoArea .icon.category {
  filter: invert(1);
}
.YnetMultiStripComponenta.ltrSite .slotView a span:hover {
  color: #1417ac !important;
}
.YnetMultiStripComponenta.ltrSite .slotView > .textDiv {
  position: relative;
  margin: 0;
  padding: 11px 10px;
  overflow: hidden;
  flex-grow: 1;
}
.YnetMultiStripComponenta.ltrSite .slotView > .textDiv > a {
  text-decoration: none;
}
.YnetMultiStripRowsComponenta.ltrSite {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.YnetMultiStripRowsComponenta.ltrSite > div:last-child .slotView {
  margin-bottom: 0;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView {
  width: 100%;
  height: 113px;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView.dfpId .mediaArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 113px;
  width: 201px;
  background: #c0c9d0;
  font-size: 18px;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  flex-grow: 1;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv > a,
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv > * {
  padding: 13px 8px;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv h2.slotTitle,
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .slotSubTitle,
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .author {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv h2.slotTitle span,
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .slotSubTitle span,
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .author span {
  line-height: inherit;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv h2.slotTitle {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 19px;
  -webkit-line-clamp: 1;
  letter-spacing: -0.3px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
}
.font-moses .YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv h2.slotTitle {
  font-size: 16px;
  margin-bottom: 9px ;
  letter-spacing: unset;
  font-weight: 670;
}
.vesty .YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv h2.slotTitle {
  letter-spacing: unset;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv h2.slotTitle.longTitle {
  -webkit-line-clamp: 2 !important;
  height: 40px !important;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .slotSubTitle {
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 500;
  max-height: 38px;
  letter-spacing: -0.3px;
  line-height: 19px;
}
.font-moses .YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .slotSubTitle {
  font-size: 14px;
  letter-spacing: unset;
  font-weight: 340;
}
.vesty .YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .slotSubTitle {
  letter-spacing: unset;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .author {
  bottom: 13px;
  -webkit-line-clamp: 1;
  white-space: unset;
  line-height: 16px;
  font-size: 12px;
}
.font-moses .YnetMultiStripRowsComponenta.ltrSite .slotView .textDiv .author {
  bottom: 7px;
}
.YnetMultiStripRowsComponenta.ltrSite .slotView .mediaArea {
  width: 200px;
  flex-shrink: 0;
}
.YnetMultiStripComponenta.multiRows.ltrSite .slotView .mediaArea .MarketingSign,
.YnetMultiStripComponenta.oneRow.ltrSite .slotView .mediaArea .MarketingSign {
  width: 100% !important;
}
.YnetMultiStripComponenta.multiRows.ltrSite .slotView .mediaArea .MarketingSign.smallItem:hover,
.YnetMultiStripComponenta.oneRow.ltrSite .slotView .mediaArea .MarketingSign.smallItem:hover {
  height: 50px !important;
}
.YnetMultiStripComponenta.multiRows.ltrSite .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText,
.YnetMultiStripComponenta.oneRow.ltrSite .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText {
  height: 40px;
  padding: 5px 41px 5px 27px !important;
  font-size: 12px;
  line-height: 1.12 !important;
}
.YnetMultiStripComponenta.multiRows.ltrSite .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText span,
.YnetMultiStripComponenta.oneRow.ltrSite .slotView .mediaArea .MarketingSign.smallItem:hover .marketingText span {
  white-space: unset;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagsPageTitleComponenta {
    display: flex !important;
    width: auto !important;
    margin: 4.6875vw 5vw 4.53125vw 0;
  }
  .TagsPageTitleComponenta .fixedLabel {
    font-size: 7.5vw !important;
    line-height: 1.1 !important;
  }
  .font-moses .TagsPageTitleComponenta .fixedLabel {
    font-size: 6.25vw !important;
    font-weight: 340 !important;
    line-height: 1.5 !important;
  }
  .TagsPageTitleComponenta .TagsPageTitle {
    font-size: 7.5vw !important;
    line-height: 1.1 !important;
  }
  .font-moses .TagsPageTitleComponenta .TagsPageTitle {
    font-size: 6.5625vw !important;
    font-weight: 800 !important;
    line-height: 1.5 !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) {
  .TagsPageTitleComponenta .fixedLabel {
    color: #fff;
  }
  .TagsPageTitleComponenta .TagsPageTitle {
    color: #fff;
  }
}
.TagsPageTitleComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  color: #000000;
  direction: ltr;
  font-size: 32px;
}
.font-moses .TagsPageTitleComponenta {
  font-size: 28px;
  font-weight: 340;
}
.TagsPageTitleComponenta .fixedLabel {
  line-height: 36px;
}
.font-moses .TagsPageTitleComponenta .fixedLabel {
  line-height: 38px;
}
.TagsPageTitleComponenta .TagsPageTitle {
  font-weight: 900;
  font-size: 32px;
  margin: 0;
  overflow: hidden;
}
.font-moses .TagsPageTitleComponenta .TagsPageTitle {
  font-size: 28px;
  font-weight: 800;
  font-family: 'MosesDisplay', 'NarkisBlock';
  line-height: 38px;
  letter-spacing: 0.84px;
}
.YITFloatingPlayer,
.is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.YITFloatingPlayer .fp-ui .fp-controls,
.is-sticky .fp-ui .fp-controls {
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  padding-right: 40px;
}
.YITFloatingPlayer .fp-ui .fp-controls .fp-qsel,
.is-sticky .fp-ui .fp-controls .fp-qsel {
  padding-left: 3px;
  padding-top: 3px;
}
.YITFloatingPlayerCloseButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg data-name='Group 1' transform='translate(-21 -14)'%3E %3Ccircle data-name='Ellipse 1' cx='13' cy='13' r='13' transform='translate(21 14)' style='opacity:.67'/%3E %3Cpath data-name='Path 1' d='M8.188 6.914H15.1V8.22H8.188v6.88H6.882V8.22H0V6.914h6.882V0h1.306z' transform='rotate(45 -2.77 49.37)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: -33px;
  right: 10px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
@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: 50px;
  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: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 8px;
  font-size: 16px;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@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: 100px auto;
  width: 40px;
  height: 40px;
  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;
  }
}
.twentyFourSeven1280Componenta {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.twentyFourSeven1280Componenta.ltr {
  direction: ltr;
}
.twentyFourSeven1280Componenta.ltr .mediaArea {
  position: relative;
}
.twentyFourSeven1280Componenta .TabComponenta {
  padding: 15px 15px 0;
  line-height: 30px;
  font-size: 29px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.twentyFourSeven1280Componenta .slotList {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px 0;
}
.twentyFourSeven1280Componenta .slotList .mainTab {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-inline-start: 11px;
  font-size: 17px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.twentyFourSeven1280Componenta .slotList .slotItem {
  display: flex;
  margin-top: 20px;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea {
  width: 190px;
  height: 112px;
  margin-inline-end: 20px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea img {
  object-fit: cover;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  justify-content: space-between;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .slotTitle,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .slotTitle {
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .slotSubTitle,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .slotSubTitle {
  font-size: 16px;
  height: 66px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails {
  height: 13px;
  font-size: 13px;
  color: #969696;
  align-items: center;
  display: flex;
  line-height: 1;
  margin-bottom: unset;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .dateView,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .dateView {
  margin: 0 0 0 5px;
  color: #78787b;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .separator,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .separator {
  margin: 0 3px;
}
.twentyFourSeven1280Componenta .ButtonAndLoaderContainer {
  display: flex;
  justify-content: center;
  height: 50px;
  padding: 40px 0;
}
.twentyFourSeven1280Componenta .loadMoreButton {
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 19px;
  height: 50px;
  color: #fff;
  width: 500px;
  align-items: center;
}
.twentyFourSeven1280Componenta #circularG {
  position: relative;
  width: 33px;
  height: 33px;
  margin: auto;
}
.twentyFourSeven1280Componenta .circularG {
  position: absolute;
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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;
}
.twentyFourSeven1280Componenta #circularG_1 {
  left: 0;
  top: 13px;
  animation-delay: 0.288s;
  -o-animation-delay: 0.288s;
  -ms-animation-delay: 0.288s;
  -webkit-animation-delay: 0.288s;
  -moz-animation-delay: 0.288s;
}
.twentyFourSeven1280Componenta #circularG_2 {
  left: 3px;
  top: 3px;
  animation-delay: 0.384s;
  -o-animation-delay: 0.384s;
  -ms-animation-delay: 0.384s;
  -webkit-animation-delay: 0.384s;
  -moz-animation-delay: 0.384s;
}
.twentyFourSeven1280Componenta #circularG_3 {
  top: 0;
  left: 13px;
  animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
}
.twentyFourSeven1280Componenta #circularG_4 {
  right: 3px;
  top: 3px;
  animation-delay: 0.576s;
  -o-animation-delay: 0.576s;
  -ms-animation-delay: 0.576s;
  -webkit-animation-delay: 0.576s;
  -moz-animation-delay: 0.576s;
}
.twentyFourSeven1280Componenta #circularG_5 {
  right: 0;
  top: 13px;
  animation-delay: 0.672s;
  -o-animation-delay: 0.672s;
  -ms-animation-delay: 0.672s;
  -webkit-animation-delay: 0.672s;
  -moz-animation-delay: 0.672s;
}
.twentyFourSeven1280Componenta #circularG_6 {
  right: 3px;
  bottom: 3px;
  animation-delay: 0.768s;
  -o-animation-delay: 0.768s;
  -ms-animation-delay: 0.768s;
  -webkit-animation-delay: 0.768s;
  -moz-animation-delay: 0.768s;
}
.twentyFourSeven1280Componenta #circularG_7 {
  left: 13px;
  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;
}
.twentyFourSeven1280Componenta #circularG_8 {
  left: 3px;
  bottom: 3px;
  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, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.videoPageMainComponenta .videoPageMain .videoPageMainCategory {
  font-size: 17px;
  font-weight: 800;
  margin: 15px 0;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTitle {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 15px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails {
  color: #78787b;
  display: flex;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .videoPageMainCredit {
  font-weight: 340;
  font-size: 17px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .separator {
  background-color: #78787b;
  margin: 0 6px;
  width: 2px;
  height: 17px;
}
.videoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .DateDisplay {
  font-size: 13px;
  line-height: 17px;
}
.videoPageMainComponenta .videoPageMain.vertical #player {
  background-size: contain;
}
.AboutLinksList {
  display: flex;
  padding-top: 12px;
}
.AboutLinksList .bold {
  font-weight: bold;
}
.AboutLinksList ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.AboutLinksList ul li {
  display: flex;
  width: 115px;
}
.AboutLinksList ul li a,
.AboutLinksList ul li a:visited,
.AboutLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.AboutLinksList ul li a:hover,
.AboutLinksList ul li a:visited:hover,
.AboutLinksList ul li span:hover {
  color: #F50000;
}
.Channels {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.Channels .sectionLabelContainer {
  width: 100%;
  padding: 0 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.Channels .sectionLabelContainer .ynetLogo {
  width: 42px;
  height: 18px;
  background: transparent url(//www.ynet.co.il/images/footer/ynet_logo.png) no-repeat 0 0;
}
.Channels .channelsContainer {
  display: flex;
  flex: 8;
  width: 100%;
  padding: 24px 55px 0;
  box-sizing: border-box;
}
.Channels .channelsContainer ul:last-child {
  direction: ltr;
}
.Channels .channelsContainer ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Channels .channelsContainer ul li a,
.Channels .channelsContainer ul li span {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
}
.Channels .channelsContainer ul li a:hover,
.Channels .channelsContainer ul li span:hover {
  color: #F50000;
}
.CreditLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 100%;
  height: 79px;
}
.CreditLogos .iconsWrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.CreditLogos .iconsWrapper a.footer_yit_icon {
  background: transparent url(//www.ynet.co.il/images/footer_yit127X29_1.png) no-repeat 0 0;
  width: 116px;
  height: 31px;
}
.CreditLogos .iconsWrapper a.footer_accessability_icon {
  background: transparent url('//www.ynet.co.il/images/footer/footer_nagish.png') no-repeat 0 0;
  width: 87px;
  height: 38px;
}
.CreditLogos .iconsWrapper a.footer_acum_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_acum.png) no-repeat 0 0;
  width: 76px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_radware_icon {
  background: transparent url(//www.ynet.co.il/images/footer/footer_radware.png) no-repeat 0 0;
  width: 80px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_tali_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_tali.png) no-repeat 0 0;
  width: 64px;
  height: 41px;
}
.CreditLogos .iconsWrapper a.footer_activetrail_icon {
  background: transparent url(//www.ynet.co.il/images/active_trail_footer.png) no-repeat 0 0;
  width: 106px;
  height: 40px;
}
.CreditLogos .iconsWrapper .homepage_footer_separator {
  display: inline-block;
  background-color: #e8e8e8;
  width: 1px;
  height: 40px;
}
.FooterLogos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.FooterLogos .nadlan {
  background: transparent url(//www.ynet.co.il/images/footer/nadlan.png) no-repeat 0 0;
  width: 83px;
  height: 27px;
}
.FooterLogos .bigdeal {
  background: transparent url(//www.ynet.co.il/images/footer/bigdeal.png) no-repeat 0 0;
  width: 88px;
  height: 35px;
}
.FooterLogos .professionals {
  background: transparent url(//www.ynet.co.il/images/footer/pros.png) no-repeat 0 0;
  width: 98px;
  height: 35px;
}
.FooterLogos .insurance {
  background: transparent url(//www.ynet.co.il/images/footer/insurance.png) no-repeat 0 0;
  width: 111px;
  height: 35px;
}
.FooterLogos .mimun {
  background: transparent url(//www.ynet.co.il/images/footer/mimon.png) no-repeat 0 0;
  width: 122px;
  height: 35px;
}
.FooterLogos .shops {
  background: transparent url(/Common/images/footer/shops_grey_new.png) no-repeat 0 0;
  width: 116px;
  height: 35px;
}
.SectionLabelWithUnderlineDecoration {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.SectionLabelWithUnderlineDecoration .underline {
  background-color: #de0000;
  width: 19px;
  height: 3px;
  position: absolute;
  right: 0;
  margin-top: 19px;
}
.SocialLinks {
  display: flex;
}
.SocialLinks a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.SocialLinks .footer_tools_separator {
  background-color: #b8b6b7;
  width: 1px;
  height: 18px;
  display: inline-block;
  margin: 0 8px 0 13px;
}
.SocialLinks .ynetLogo {
  height: 20px;
  width: 80px;
  margin-left: 5px;
  background: transparent url(/Common/images/footer/footer_network_title.png) no-repeat 0 0;
}
.SocialLinks .logo {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.SocialLinks .logo.instagram {
  background: transparent url(//www.ynet.co.il/images/footer/instagram.png) no-repeat 0 0;
}
.SocialLinks .logo.youtube {
  background: transparent url(//www.ynet.co.il/images/footer/YouTube.png) no-repeat 0 0;
}
.SocialLinks .logo.twitter {
  background: transparent url(//www.ynet.co.il/images/footer/twitter.png) no-repeat 0 0;
}
.SocialLinks .logo.facebook {
  background: transparent url(//www.ynet.co.il/images/footer/facebook.png) no-repeat 0 0;
}
.SocialLinks .logo.negishut {
  cursor: pointer;
  background: transparent url(//www.ynet.co.il/images/footer/ngishot.png) no-repeat 0 0;
}
.ToolsAndAbout {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0px 30px;
  margin: 10px 0;
  background-color: #f5f5f5;
}
.ToolsAndAbout .wrapper {
  display: flex;
  flex: 1;
}
.ToolsAndAbout .wrapper .aboutWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 43%;
}
.ToolsAndAbout .wrapper .aboutWrapper .SectionLabelWithUnderlineDecoration {
  padding-bottom: 20px;
}
.ToolsAndAbout .wrapper .toolsWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 57%;
  overflow: hidden;
}
.ToolsAndAbout .wrapper .toolsWrapper .sectionTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.ToolsLinksList {
  display: flex;
  padding-top: 7px;
  position: relative;
  left: 10px;
}
.ToolsLinksList ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  direction: rtl;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ToolsLinksList ul li {
  display: flex;
  padding-left: 11px;
}
.ToolsLinksList ul li .seperator {
  display: inline-block;
  color: #4a668b;
  padding-left: 11px;
  font-size: 9px;
}
.ToolsLinksList ul li a,
.ToolsLinksList ul li a:visited,
.ToolsLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}
.ToolsLinksList ul li a:hover,
.ToolsLinksList ul li a:visited:hover,
.ToolsLinksList ul li span:hover {
  color: #000;
}
.ynet-live-wrapper.ltr {
  direction: ltr;
}
.ynet-live-wrapper .ynet-live-componenta {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  padding: 0 8px 0 17px;
}
.ynet-live-wrapper .ynet-live-componenta.editor .buttons-div {
  pointer-events: none;
}
.ynet-live-wrapper .ynet-live-componenta .main-logo {
  height: 69px;
  width: 128px;
}
.ynet-live-wrapper .ynet-live-componenta .text-div {
  display: flex;
  align-items: center;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .main-title {
  font-size: 20px;
  font-weight: 670;
  min-width: fit-content;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .separator {
  width: 3px;
  height: 20px;
  background-color: #de1919;
  margin: 0 6px;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title {
  font-size: 20px;
  max-width: 300px;
  font-weight: 340;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div {
  display: flex;
  pointer-events: inherit;
  gap: 10px;
  width: 182px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .btn {
  width: 81px;
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-size: contain;
  font-weight: bold;
  border-radius: 15px;
  font-size: 13px;
  padding: 5px 0;
  height: fit-content;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .video-button {
  color: #000;
  font-weight: 500;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .audio-button {
  background-color: #de1a1a;
  font-weight: 500;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer.fullWidth .fp-controls,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky.fullWidth .fp-controls {
  width: 100% !important;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .fp-ui .fp-fullscreen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .fp-ui .fp-fullscreen {
  display: none;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .fp-ui .fp-controls,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .fp-ui .fp-controls {
  width: 260px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .fp-logo,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .fp-logo {
  display: none;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  display: flex;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen.open,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen.open {
  background: url("data:image/svg+xml,%3Csvg width='26' height='17' viewBox='0 0 26 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cmask id='path-1-inside-1_309_11' fill='white'%3E %3Cpath d='M26 17L16 17L16 11L26 11L26 17Z'/%3E %3C/mask%3E %3Cpath d='M16 11L16 10L15 10L15 11L16 11ZM17 17L17 11L15 11L15 17L17 17ZM16 12L26 12L26 10L16 10L16 12Z' fill='white' mask='url(%23path-1-inside-1_309_11)'/%3E %3Cmask id='path-3-inside-2_309_11' fill='white'%3E %3Cpath d='M0 17L10 17L10 11L4.0349e-07 11L0 17Z'/%3E %3C/mask%3E %3Cpath d='M10 11L10 10L11 10L11 11L10 11ZM9 17L9 11L11 11L11 17L9 17ZM10 12L3.36241e-07 12L4.70738e-07 10L10 10L10 12Z' fill='white' mask='url(%23path-3-inside-2_309_11)'/%3E %3Cmask id='path-5-inside-3_309_11' fill='white'%3E %3Cpath d='M26 0L16 5.92356e-07L16 6L26 6L26 0Z'/%3E %3C/mask%3E %3Cpath d='M16 6L16 7L15 7L15 6L16 6ZM17 5.3312e-07L17 6L15 6L15 6.51591e-07L17 5.3312e-07ZM16 5L26 5L26 7L16 7L16 5Z' fill='white' mask='url(%23path-5-inside-3_309_11)'/%3E %3Cmask id='path-7-inside-4_309_11' fill='white'%3E %3Cpath d='M0 0L10 5.92356e-07L10 6L-7.74137e-07 6L0 0Z'/%3E %3C/mask%3E %3Cpath d='M10 6L10 7L11 7L11 6L10 6ZM9 5.3312e-07L9 6L11 6L11 6.51591e-07L9 5.3312e-07ZM10 5L-6.45114e-07 5L-9.0316e-07 7L10 7L10 5Z' fill='white' mask='url(%23path-7-inside-4_309_11)'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen.close,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen.close {
  background: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.727 0H20v5.09h-2V1.577h-5.273V0zM0 0h7.273v1.576H2V5.09H0V0zm18 12.606V9.091h2v5.09h-7.273v-1.575H18zm-16 0h5.273v1.576H0V9.09h2v3.515z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.none,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.none {
  display: none;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.open,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.open {
  background: url("data:image/svg+xml,%3Csvg width='31' height='23' viewBox='0 0 31 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.5' y='12.5' width='11' height='9' stroke='white'/%3E %3Cpath d='M25.2684 5.42183C25.5014 5.27358 25.5701 4.96453 25.4218 4.73156C25.2736 4.49859 24.9645 4.42992 24.7316 4.57817L25.2684 5.42183ZM13.5119 11.8915C13.452 12.1611 13.622 12.4282 13.8915 12.4881L18.2844 13.4643C18.5539 13.5242 18.821 13.3542 18.8809 13.0847C18.9408 12.8151 18.7709 12.548 18.5013 12.4881L14.5966 11.6204L15.4643 7.71562C15.5242 7.44606 15.3542 7.17897 15.0847 7.11907C14.8151 7.05916 14.548 7.22913 14.4881 7.49869L13.5119 11.8915ZM24.7316 4.57817L13.7316 11.5782L14.2684 12.4218L25.2684 5.42183L24.7316 4.57817Z' fill='white'/%3E %3Cpath d='M19.4397 0.471313H30.5482V8.24149H27.4933V2.87637H19.4397V0.471313ZM0 0.471313H19.4397V2.87637H3.05482V8.24149H0V0.471313ZM27.4933 19.7118V8.24149H30.5482V22.1168H19.4397V19.7118H27.4933Z' fill='white'/%3E %3C/svg%3E") no-repeat center;
  background-size: 22px 30px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.close,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.close {
  background: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='%23fff' d='M8.114 14.424H1.258V8.873h6.856z'/%3E %3Cpath d='M9.57 8.019a.5.5 0 0 0 .707.707l-.706-.707zm4.782-3.577a.5.5 0 0 0-.5-.5H9.354a.5.5 0 0 0 0 1h3.998v4a.5.5 0 1 0 1 0v-4.5zm-4.075 4.284 3.929-3.93-.707-.708-3.928 3.93.706.708zM13.485.82h7.273v5.09h-2V2.396h-5.273V.82zM.758.82h12.727v1.576H2.758V5.91h-2V.82zm18 12.604V5.91h2V15h-7.273v-1.576h5.273z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .intermediate-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player:has(.intermediate) .intermediate {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 740px;
  height: 416px;
  transform: translate(-50%, -50%);
}
.ynet-live-floating-player {
  width: 1240px;
  height: 53px;
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  left: calc(50% - 620px);
  background-color: #2e2e2e;
  padding: 0 12px 0 35px;
  z-index: 10;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
}
.ynet-live-floating-player.show {
  transform: translateY(0);
}
.ynet-live-floating-player.hide {
  transform: translateY(200%);
}
.ynet-live-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 15px 0 0 10px;
  z-index: 1;
  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: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin-left: 10px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.play {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper {
  display: flex;
  align-items: center;
  margin: 0 33px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-dot {
  background-color: #de1919;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-live-indication {
  min-width: fit-content;
  font-weight: 340;
  margin-inline-end: 15px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap .timeline {
  width: 420px;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"]::-webkit-slider-thumb {
  border: 2px solid #fec300;
  background-color: #fec300;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fec300;
  height: 4px;
  cursor: pointer;
  width: 430px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .progress-time {
  margin-inline-end: 5px;
  font-size: 20px;
  width: 116px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .dot {
  background-color: #fec300;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .live-text {
  font-size: 20px;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 20px;
  font-weight: 340;
  white-space: nowrap;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 30px;
  height: 30px;
  margin: 0 10px 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 500px;
  height: 4px;
  border-radius: 10px;
  background: #de1919;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: white;
  border: 2px solid #de1919;
  background-color: #de1919;
  border-radius: 50%;
  cursor: pointer;
  direction: ltr;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 150px;
  background: #2d2d2d;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-main-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 20px;
  font-weight: 670;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .separator {
  width: 3px;
  height: 20px;
  background-color: #de1919;
  margin: 0 9px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  font-size: 20px;
  font-weight: 340;
  max-width: 250px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .ynet-live-wrapper .ynet-live-componenta {
    background-color: #393939;
  }
}
.YnetNewsFooter {
  width: 100%;
  direction: ltr;
  background-color: #000033;
  height: 62px;
  margin: 0;
  color: #ffffff;
}
.YnetNewsFooter ul {
  margin: 0;
  padding: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.YnetNewsFooter ul li {
  padding: 0 5px;
  list-style: none;
  display: inline-block;
}
.YnetNewsFooter ul li a {
  color: #ffffff;
  font-size: 13px;
  font-family: arial;
  text-decoration: none;
  vertical-align: text-bottom;
}
.YnetNewsFooter ul li a.follow {
  line-height: 19px;
  color: #ffffff;
  font-size: 13px;
  font-family: arial;
  text-decoration: none;
  vertical-align: text-bottom;
}
.YnetNewsFooter ul li.accessibility {
  padding: 0 5px;
  list-style: none;
  display: inline-flex;
}
.YnetNewsFooter ul li.accessibility img {
  margin: auto 3px auto 0;
}
.YnetNewsFooter ul span:first-child {
  display: none;
}
.YnetNewsFooter p {
  font-size: 13px;
  font-family: arial;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.YnetNewsFooter p a {
  margin: auto 10px auto 5px;
}
.CategoryHeader .logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.CategoryHeader .logo img {
  width: 141px;
  height: 69px;
}
.CategoryHeader .logo .seperator {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 91px;
  overflow: hidden;
  margin: 0 13px;
  background: #d3dded;
}
.YnetNewsHeader {
  direction: ltr;
  padding-top: 15px;
  height: 103px;
  background: #fff;
  /*&.en {
        ul {
            & li:last-child {
                & a, & span {
                    font-family: arial ! important;
                }
            }
        }
    }*/
}
.YnetNewsHeader .bottom_line {
  margin-top: 25px;
  float: right;
  width: 100%;
  height: 6px;
  background: linear-gradient(to bottom, #e7e7e7, #fafafa);
}
.YnetNewsHeader.ru {
  height: 90px;
}
.YnetNewsHeader.ru .logoWrapper {
  height: 50px;
}
.YnetNewsHeader.ru li {
  padding: 7px 0 0 0 ! important;
}
.YnetNewsHeader.ru li a,
.YnetNewsHeader.ru li span {
  font-family: Open sans, sans-serif ! important;
  font-size: 17px ! important;
}
.YnetNewsHeader.ru ul {
  margin: -10px 0 0 15px ! important;
}
.YnetNewsHeader .logoWrapper {
  float: left;
  width: 150px;
  overflow: hidden;
  margin-right: 5px;
  height: 69px;
}
.YnetNewsHeader .linksWrapper {
  float: left;
  vertical-align: top;
  overflow: hidden;
}
.YnetNewsHeader .linksWrapper ul {
  margin: 0 0 0 15px;
  line-height: 19px;
  width: 798px;
  height: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.YnetNewsHeader .linksWrapper ul li {
  float: left;
  padding: 15px 0 0 0;
  line-height: 21px;
}
.YnetNewsHeader .linksWrapper ul li a,
.YnetNewsHeader .linksWrapper ul li span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 21px;
  letter-spacing: -0.5px;
  vertical-align: bottom;
  text-decoration: none;
}
.YnetNewsHeader .linksWrapper ul li a:hover {
  color: #ff0000 ! important;
}
.YnetNewsHeader .linksWrapper ul li .delimeter_li {
  padding: 0 13px;
  color: #c8c8c8;
  font-size: 17px;
  vertical-align: top;
}
.YnetNewsHeader .linksWrapper ul li:last-child .delimeter_li {
  display: none;
}
.YnetNewsHeaderMobile {
  position: relative;
  width: 100%;
  height: 52px;
}
.YnetNewsHeaderMobile.withTicker {
  height: 102px;
}
.YnetNewsHeaderMobile #ads.sticky {
  position: fixed;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 55555;
  margin: 0px auto;
  background-color: #ffffff;
}
.YnetNewsHeaderMobile.vestyHeader .inner-logo {
  width: 139px ! important;
}
.YnetNewsHeaderMobileComponenta {
  height: 52px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
}
.YnetNewsHeaderMobileComponenta.withTicker {
  top: 41px;
}
.YnetNewsHeaderMobileComponenta .inner-menu {
  width: 100%;
  height: 52px;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  left: 0 ! important;
}
.YnetNewsHeaderMobileComponenta .inner-menu.isMenuOpen {
  animation: slideInner 0.3s forwards ! important;
  z-index: 100;
}
.YnetNewsHeaderMobileComponenta .inner-menu.isMenuClose {
  animation: slideInner1 0.1s forwards;
}
.YnetNewsHeaderMobileComponenta .inner-menu .menu-btn {
  cursor: pointer;
  float: left;
  width: 30px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23D31F20' d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z'/%3E%3C/svg%3E");
  background-size: 100%;
  margin: 14px 0 0 7px;
}
.YnetNewsHeaderMobileComponenta .inner-menu .menu-btn-right-line {
  float: left;
  width: 1px;
  background-color: #D0D0D0;
  height: 34px;
  position: relative;
  top: 15px;
  margin-left: 8px;
}
.YnetNewsHeaderMobileComponenta .inner-logo {
  height: 40px;
  width: 80px;
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.YnetNewsHeaderMobileComponenta .inner-logo img {
  height: 100%;
}
.YnetNewsHeaderMobileComponenta .inner-text {
  line-height: 52px;
  height: 100%;
  font-size: 24px;
  display: block;
  padding: 0;
  color: #5b5b5b;
  font-weight: bold;
}
.YnetNewsHeaderMobileComponenta .weather_resp {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
}
.YnetNewsHeaderMobileComponenta .weather_resp #cdanwmansrch_weathertemps1 {
  font: bold 10px Arial !important;
  position: absolute;
  top: 10px;
  right: 25px;
  color: #000;
}
.YnetNewsHeaderMobileComponenta .weather_resp #cdanwmansrch_weatherimage1 {
  position: absolute;
  right: 2px;
  top: 10px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu {
  overflow-x: hidden;
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  left: -270px;
  z-index: 100;
  overflow-y: auto;
}
.YnetNewsHeaderMobileComponenta .MobileMenu.opened {
  animation: slide 0.3s forwards;
}
.YnetNewsHeaderMobileComponenta .MobileMenu.closed {
  animation: slide1 0.1s forwards;
}
.YnetNewsHeaderMobileComponenta .MobileMenu .head {
  width: 210px;
  height: 52px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.YnetNewsHeaderMobileComponenta .MobileMenu .head span {
  font-size: 20px;
  text-align: center;
  display: block;
}
.YnetNewsHeaderMobileComponenta .MobileMenu .head .logo {
  width: 60px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu .head .logo img {
  width: 100%;
  height: 100%;
}
.YnetNewsHeaderMobileComponenta .MobileMenu.Vesty li a,
.YnetNewsHeaderMobileComponenta .MobileMenu.Vesty li {
  height: 12px;
  font-size: 17px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu.Vesty .menu-img-item {
  top: 5px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu.Vesty .ru_fashion_class .menu-img-item {
  width: 20px;
  height: 20px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-bottom: 40px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li {
  position: relative;
  padding: 10px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li.hide {
  display: none;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li.subCategory {
  position: relative;
  background-color: #ededed;
  font-weight: bold;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li.subCategory a {
  font-size: 14px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li.current {
  border: 0;
  background: #808080;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li.current a {
  color: #fff;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li .color {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul li a,
.YnetNewsHeaderMobileComponenta .MobileMenu ul li {
  height: 19px;
  text-decoration: none;
  font-size: 17px;
  text-align: left;
  color: #444444;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul .menu-img-item {
  position: absolute;
  right: 15px;
}
.YnetNewsHeaderMobileComponenta .MobileMenu ul .menu-img-size {
  width: 25px;
  height: 25px;
  border: 0;
}
.YnetNewsHeaderMobileComponenta .MobileBg {
  display: none;
  top: 0px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #000;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.YnetNewsHeaderMobileComponenta .MobileBg.open {
  display: block !important;
}
@keyframes slide {
  from {
    left: -270px;
  }
  to {
    left: 0px;
  }
}
@keyframes slide1 {
  from {
    left: 0px;
  }
  to {
    left: -270px;
  }
}
@keyframes slideInner {
  from {
    left: 0px;
  }
  to {
    left: 210px;
  }
}
@keyframes slideInner1 {
  from {
    left: 210px;
  }
  to {
    left: 0px;
  }
}
.ynetNewsSearch {
  direction: ltr;
}
.ynetNewsSearch.ru #mainSrchElements {
  width: 360px ! important;
}
.ynetNewsSearch.ru #main_search_bg {
  width: 280px;
}
.ynetNewsSearch.ru #mainSrchBox,
.ynetNewsSearch.ru #mainSrchBox2 {
  width: 180px ! important;
}
.ynetNewsSearch.ru .currency_list {
  width: auto;
  height: 21px;
}
.ynetNewsSearch.ru .currency_list .currency {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: arial;
  font-size: 13px;
  color: #444444 !important;
  cursor: inherit;
  margin-right: 8px;
}
.ynetNewsSearch.ru .currency_list .currency img {
  margin: auto 2px auto 0px;
}
.ynetNewsSearch img {
  border: 0;
}
.ynetNewsSearch .main_search {
  width: 100%;
  height: 31px;
  background: #f5f5f5;
  font-size: 12px;
  color: #5b5b5b;
  text-align: right;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ynetNewsSearch .main_search a {
  color: #5b5b5b;
  align-items: center;
  display: flex;
}
.ynetNewsSearch .main_search a img {
  border: 0;
}
.ynetNewsSearch .weathertemps {
  color: #5b5b5b;
  font-size: 12px;
  font-family: arial;
  font-weight: bold !important;
}
.ynetNewsSearch .weathertempsdiv {
  width: 25px;
  height: 100%;
}
.ynetNewsSearch .main_search .iframe_combina_container {
  position: relative;
  overflow: hidden;
}
.ynetNewsSearch .main_search .iframe_combina_kesem {
  width: auto;
  height: 31px;
  background: transparent;
}
.ynetNewsSearch .main_search iframe {
  border: none;
  overflow: hidden;
}
.ynetNewsSearch #mainSearchSelect {
  background: #fff url(/Common/images/110mainsearch_weather_bg2.gif) no-repeat;
}
.ynetNewsSearch #mainSearchSelect #mainSearchSelectType {
  width: 110px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  border: 0;
}
.ynetNewsSearch #mainSearchSelectType,
.ynetNewsSearch #weathercityselect {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font: 13.3333px Arial;
  padding-right: 0px !important;
  padding-left: 5px;
}
.ynetNewsSearch #cmfbaptmdv1 {
  width: 80px;
  text-align: left;
  z-index: 20;
  position: absolute;
  direction: ltr;
}
.ynetNewsSearch #mainSrchElements {
  width: 420px;
  margin-left: 5px;
  display: flex;
}
.ynetNewsSearch .main_search .main_search_elements {
  height: 21px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.ynetNewsSearch .main_search .main_search_elements #MsBtn {
  text-decoration: none;
  font-size: 16px;
  font-family: arial;
  height: 24px;
  margin: auto 8px;
}
.ynetNewsSearch .main_search .main_search_elements #MsBtn.en,
.ynetNewsSearch .main_search .main_search_elements #MsBtn.es {
  background: url(/Common/images/go.png) no-repeat ! important;
  width: 24px;
}
.ynetNewsSearch .main_search .main_search_elements #MsBtn.ru {
  width: 64px;
  background: url(/Common/images/go_vesti.png) no-repeat ! important;
}
.ynetNewsSearch .main_search_social {
  height: 31px ! important;
  line-height: 31px;
}
.ynetNewsSearch .main_search_social a {
  cursor: pointer;
}
.ynetNewsSearch #main_search_bg {
  width: 350px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.ynetNewsSearch #mainSearchSelectType {
  direction: ltr;
  height: 100%;
  top: 0;
  left: 0;
  height: 21px;
  border: solid 1px #d8dadd;
  width: 91px;
  z-index: 15;
  font-size: 11px;
  color: #989898;
  font-size: 12px;
  font-family: arial;
  font-weight: normal;
  filter: alpha(opacity=0);
}
.ynetNewsSearch #mainSearchSelectType option {
  color: #5b5b5b;
}
.ynetNewsSearch #mainSrchBox,
.ynetNewsSearch #mainSrchBox2 {
  border: 1px solid #D8DADD;
  height: 21px !important;
  width: 235px;
  float: left;
  background-color: #ffffff;
  box-sizing: border-box;
}
.ynetNewsSearch #mainSrchBoxInput input {
  direction: ltr;
}
.ynetNewsSearch #main_search_weather {
  width: auto;
  padding-left: 10px;
  height: 31px;
  align-items: center;
  direction: ltr;
}
.ynetNewsSearch #cdanwmansrch_weathertempsdiv {
  display: flex;
  direction: ltr;
}
.ynetNewsSearch #cdanwmansrch_weathertempsdiv > div {
  margin: auto 5px auto 5px;
}
.ynetNewsSearch #cdanwmansrch_weather {
  display: flex;
  align-items: center;
  height: 21px;
  margin: 5px 15px 5px 5px;
}
.ynetNewsSearch #main_search_weather_link {
  display: flex;
  width: auto ! important;
  font-weight: bold;
  text-decoration: none;
  padding-left: 15px;
  margin-right: 5px;
}
.ynetNewsSearch #mainWeatherSelect {
  width: 115px;
  height: 21px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  margin-left: 10px ! important;
  background: url(/Common/images/115mainsearch_weather_bg2.gif) no-repeat;
}
.ynetNewsSearch .weathercitieselect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px !important;
  z-index: 15;
  color: #5b5b5b !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent;
  border: 0;
}
.ynetNewsSearch .weatherimage {
  width: 18px;
  height: 20px;
}
.ynetNewsSearch .main_search_nounderlined_link {
  text-decoration: none;
}
.ynetNewsSearch .main_search_nounderlined_link:hover {
  text-decoration: underline;
}
.ynetNewsSearch .main_search .main_search_elements.main_search_sep2 {
  width: 2px;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 0px !important;
}
.circle-background,
.circle-progress {
  fill: none;
}
.circle-background {
  stroke: rgba(255, 255, 255, 0.6);
}
.circle-progress {
  stroke: #ff0000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.circle-text {
  font-size: 2em;
  font-weight: normal;
  fill: rgba(255, 255, 255, 0.6);
}
.grid1280_2 .ArticleHeadlinesEnglishAuto {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta {
  margin-bottom: 15px;
  padding-right: 11px;
  font-size: 27px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta .titleLink {
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #fff;
  width: auto;
  float: left;
  position: relative;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta .titleLink .leftTitleText {
  font-size: 13px;
}
.font-moses .grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta .titleLink .leftTitleText {
  font-size: 12px;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta .titleLink .rightTitleText {
  font-weight: bold;
  font-size: 17px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.font-moses .grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta .titleLink .rightTitleText {
  font-size: 14px;
  font-weight: 670;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .TabComponenta .titleLink.rightTitleLink > img {
  margin-left: 8px;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 0 !important;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView {
  display: inline-flex;
  height: 112px;
  margin: 12px 0px;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView:first-child {
  margin-top: unset;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .imageView {
  width: 190px;
  height: 112px;
  overflow: hidden;
  padding: 0;
  margin: 1px 20px 1px 1px;
  font-size: 10px;
  position: relative;
  border: none;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 229px);
  overflow: hidden;
  position: relative;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.font-moses .grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 15px;
  font-weight: 670;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 11px;
  width: 90%;
}
.font-moses .grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
  height: 60px;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  line-height: 16px;
  margin-bottom: 0px;
  height: 16px;
  color: #78787b;
  font-size: 13px;
  position: absolute;
  bottom: 0%;
  font-weight: 300;
}
.font-moses .grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  font-size: 12px;
  font-weight: 340;
  margin-top: 5px;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
  flex-shrink: 0;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotsContent .slotList .slotView .commaView {
  margin: 5px;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotMore {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 3;
  height: 40px;
  width: 399px;
  overflow-y: hidden;
  margin-top: 24px;
}
.font-moses .grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotMore {
  font-size: 14px;
}
.grid1280_2 .ArticleHeadlinesEnglishAuto .slotContentDiv .slotMore a {
  font-size: 15px;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeadlinesEnglishAuto .slotMore {
    display: none;
  }
}
.FlashPageCompEnglishonenta::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border: 0px none transparent;
  border-radius: 50px;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-thumb:hover {
  background: #9fa9b2;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-thumb:active {
  background: #9fa9b2;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none transparent;
  border-radius: 4px;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-track:hover {
  background: #e4e8eb;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-track:active {
  background: #e4e8eb;
}
.FlashPageEnglishComponenta::-webkit-scrollbar-corner {
  background: #e4e8eb;
}
.FlashPageEnglishComponenta {
  background: #f3f8f9;
  box-shadow: 0 1px 4px 0 rgba(218, 218, 221, 0.4);
  border: solid 0.5px #f1f1f5;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  direction: rtl;
  padding: 26px 24px 0;
  box-sizing: border-box;
  border-bottom: 26px solid #f3f8f9;
  width: 823px;
}
.FlashPageEnglishComponenta .Accordion {
  display: flex;
  flex-direction: column;
  height: auto;
  direction: ltr;
}
.FlashPageEnglishComponenta .Accordion .radioViewsPreference {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  font-size: 16px;
}
.FlashPageEnglishComponenta .Accordion .radioViewsPreference :last-child {
  margin-left: 0;
}
.FlashPageEnglishComponenta .Accordion .radioViewsPreference label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  padding-left: 20px;
  font-family: "NarkisBlock";
  letter-spacing: -0.3px;
  color: #000000;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.font-moses .FlashPageEnglishComponenta .Accordion .radioViewsPreference label {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.64;
}
.FlashPageEnglishComponenta .Accordion .radioViewsPreference label .backgroundOfInput {
  border-radius: 15px;
  background-color: #f3f8f9;
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  top: 1px;
  box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.4);
  border: solid 0.5px #00000061;
  z-index: 1;
}
.FlashPageEnglishComponenta .Accordion .radioViewsPreference label input {
  cursor: pointer;
  height: 18px;
  width: 18px;
  border: 1px solid #ababab;
  visibility: hidden;
  position: absolute;
  left: 0;
}
.FlashPageEnglishComponenta .Accordion .radioViewsPreference label .blackCircleInput {
  width: 8px;
  height: 8px;
  border-radius: 15px;
  top: 3px;
  background-color: transparent;
  content: '';
  display: inline-block;
  border: 2px solid #f3f8f9;
  z-index: 2;
  position: absolute;
  left: 2px;
}
.FlashPageEnglishComponenta .Accordion .radioViewsPreference label .blackCircleInput.radioOn {
  background-image: linear-gradient(to bottom, #858585 -17%, #000000);
}
.FlashPageEnglishComponenta .Accordion .AccordionSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection:nth-last-child(1) .itemSeparator {
  display: none !important;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow {
  display: flex;
  align-items: flex-start;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow.new .date,
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow.new .title {
  font-weight: bold;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow.opened {
  margin-bottom: 10px;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow.opened .date,
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow.opened .title {
  color: #1417ac;
  font-weight: bold;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .date {
  margin-right: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-left: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  width: 110px;
}
.font-moses .FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .date {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.43;
  width: 113px;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .date .itemSeparator {
  height: 19px;
  width: 0;
  border-left: 1px dotted #000000;
  margin-top: 7px;
  margin-left: 5px;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 16px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-shrink: 0;
  width: 590px;
  cursor: pointer;
}
.font-moses .FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.43;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .title.link {
  text-decoration: none;
  color: #000;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .arrow {
  margin-right: auto;
  justify-self: flex-end;
  flex-shrink: 0;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .itemToggler {
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .itemToggler.toClose {
  transform: rotate(0deg);
  margin-right: -5px;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .titleRow .itemToggler.toOpen {
  transform: rotate(180deg);
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .itemBody {
  margin-left: 151px;
  width: 500px;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.font-moses .FlashPageEnglishComponenta .Accordion .AccordionSection .itemBody {
  font-size: 14px;
  font-weight: 340;
  line-height: 1.64;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .itemBody::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  border-right: 1px dotted #000;
  top: 0;
  left: -136.5px;
}
.FlashPageEnglishComponenta .Accordion .AccordionSection .itemBody .AccordionSocialsShareComponenta {
  margin-right: -6px;
}
.manualHeadlines1280 {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.manualHeadlines1280 .manualHealinesTab {
  margin-bottom: 15px;
  padding-right: 11px;
  font-size: 27px;
  height: 30px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.manualHeadlines1280 .manualHealinesTab .mainTitleTabLink {
  font-size: 17px;
}
.font-moses .manualHeadlines1280 .manualHealinesTab .mainTitleTabLink {
  font-size: 14px;
  font-weight: 670;
}
.manualHeadlines1280 .manualHealinesTab .subTitleTabLink {
  font-size: 13px;
}
.font-moses .manualHeadlines1280 .manualHealinesTab .subTitleTabLink {
  font-size: 12px;
}
.manualHeadlines1280 .slotsContent {
  display: flex;
  flex-direction: row;
}
.manualHeadlines1280 .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 0 !important;
}
.manualHeadlines1280 .slotsContent .slotList .slotView {
  display: inline-flex;
  height: 112px;
  margin: 0 0 12px 0;
  width: 100%;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .textdiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 229px);
  overflow: hidden;
  position: relative;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .slotTitle {
  font-size: 16px;
}
.font-moses .manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .slotTitle {
  font-size: 14px;
  font-weight: 670;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .slotTitle a {
  text-decoration: none;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .slotSubtitle {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 11px;
  width: 90%;
}
.font-moses .manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .slotSubtitle {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 340;
  line-height: 20px;
  height: 60px;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .slotSubtitle a {
  text-decoration: none;
  color: #000;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .moreDetails {
  line-height: 16px;
  margin-bottom: 0px;
  height: 16px;
  color: #78787b;
  font-size: 13px;
  position: absolute;
  bottom: 0%;
  font-weight: 300;
}
.font-moses .manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .moreDetails {
  font-size: 12px;
  font-weight: 340;
  margin-top: 5px;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .textdiv .moreDetails .separator {
  margin: 0 3px;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .mediaArea {
  position: relative;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  overflow: hidden;
  padding: 0;
  margin: 1px 20px 1px 1px;
  font-size: 10px;
  position: relative;
  border: none;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .mediaArea .MediaCarousel img {
  height: 112px;
}
.manualHeadlines1280 .slotsContent .slotList .slotView .mediaArea .videoIcon {
  position: absolute;
  right: 30px !important;
  bottom: 10px;
}
.MultiArticleEnglishAutoComponenta1280 {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.MultiArticleEnglishAutoComponenta1280 .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.MultiArticleEnglishAutoComponenta1280 .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleEnglishAutoComponenta1280 .slotTitle > a:hover {
  text-decoration: none;
  color: #1417ac ! important;
}
.MultiArticleEnglishAutoComponenta1280 .slotTitle > a:hover > span {
  color: #1417ac ! important;
}
.MultiArticleEnglishAutoComponenta1280 .slotSubTitle {
  line-height: 23px;
  font-size: 16px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.MultiArticleEnglishAutoComponenta1280 .slotSubTitle a,
.MultiArticleEnglishAutoComponenta1280 .slotSubTitle a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent {
  display: flex;
  flex-direction: column;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 16px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview > * img,
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .EditableImage {
  width: 400px !important;
  height: 225px !important;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .YplusItem .moreDetails {
  display: none;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .YplusItem .imageArea {
  order: 0;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .YplusItem .slotTitle {
  order: 1;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .moreDetails .videoIcon {
  display: none;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotTitle {
  font-size: 30px !important;
  line-height: 30px !important;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 99px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: row-reverse;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol {
  display: inline-flex;
  flex-direction: column;
  margin-right: 19px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails {
  margin-top: 8px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageHidden {
  display: none;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 10px;
  height: 225px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
  margin-right: 20px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems > * img {
  height: 107px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList > div {
  display: flex;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList > div > div {
  width: 190px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView {
  width: 190px;
  height: 95px;
  margin: 0px 0px 25px 15px;
  position: relative;
  border-bottom: 1px solid #b6b6ba;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .imageHidden {
  display: none;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .mediaArea {
  position: relative;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .mediaArea .havakIcon.onImage {
  bottom: 12px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView > * img {
  object-fit: cover;
  height: 107px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView.YplusItem {
  font-size: 18px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .slotTitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails {
  flex-wrap: nowrap;
  position: absolute;
  bottom: 0%;
  width: 97%;
  padding: 0 2px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails span:first-child:nth-last-child(4),
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails span:first-child:nth-last-child(4) ~ span {
  width: 25%;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView .moreDetails .videoIcon.small {
  bottom: 0px;
  right: 2px;
  position: relative;
  margin-left: 5px;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEnglishAutoComponenta1280 .slotsContent .slotList .MediaCarousel {
  display: block;
}
.MultiArticleEnglishAutoComponenta1280 .multiArticleTab {
  height: 30px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  background: transparent;
}
.MultiArticleEnglishAutoComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 17px;
}
.MultiArticleEnglishAutoComponenta1280 .multiArticleTab .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.MultiArticleEnglishAutoComponenta1280 .multiArticleTab a,
.MultiArticleEnglishAutoComponenta1280 .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleEnglishAutoComponenta1280 .multiArticleTab .titleLink {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.MultiArticleEngComponenta1280 {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.MultiArticleEngComponenta1280 .slotTitle {
  display: flex;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.vesty .MultiArticleEngComponenta1280 .slotTitle {
  max-height: 80px;
}
.MultiArticleEngComponenta1280 .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.MultiArticleEngComponenta1280 .slotTitle > a:hover {
  text-decoration: none;
  color: #1417ac ! important;
}
.MultiArticleEngComponenta1280 .slotTitle > a:hover > span {
  color: #1417ac ! important;
}
.MultiArticleEngComponenta1280 .slotsContent {
  display: flex;
  flex-direction: row;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview {
  display: flex;
  flex-direction: column;
  width: 190px;
  flex-shrink: 0;
  position: relative;
  margin-right: 10px;
}
.font-moses .MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotTitle.medium {
  font-size: 14px !important;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .title {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.12px;
  color: #6e6e6e;
}
.font-moses .MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .title {
  font-size: 10px;
  letter-spacing: normal;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect {
  align-self: flex-end;
  margin-bottom: 3px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect .selectedCity {
  margin: 0;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect .menuToggler {
  margin: 5px 0 0 0;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect .menuToggler.toClose {
  margin: 5px 0 0 6px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .selectedCity {
  font-size: 14px;
}
.font-moses .MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .selectedCity {
  font-size: 12px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .weatherimage img {
  height: 30px;
  width: auto;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .weathertempsdiv {
  margin-right: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.56;
  letter-spacing: -0.36px;
  color: #000;
}
.font-moses .MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .WeatherViewInHeader .weathertempsdiv {
  font-size: 30px;
  letter-spacing: normal;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .descriptionWeather {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: -0.14px;
  margin-bottom: 3px;
}
.font-moses .MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .descriptionWeather {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: normal;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather {
  font-size: 14px;
  line-height: 18px;
  color: #1217ac;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.font-moses .MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather {
  font-size: 12px;
  line-height: 20px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather img {
  border-radius: 50%;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .weatherItem .goToWeather span {
  color: #707070;
  margin-left: 5px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview.coupleItems .slotTitle {
  font-size: 16px ! important;
}
.font-moses .MultiArticleEngComponenta1280 .slotsContent .withImagePreview.coupleItems .slotTitle {
  font-size: 14px !important;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .YplusItem .moreDetails {
  display: none;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .YplusItem .imageArea {
  order: 0;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .YplusItem .slotTitle {
  order: 1;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .moreDetails .videoIcon {
  display: none;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotTitle {
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vesty .MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotTitle {
  -webkit-line-clamp: 4;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView.dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 112px;
  width: 190px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 5px;
  width: 190px;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEngComponenta1280 .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems > * img {
  height: 107px;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: -6px;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotView .moreDetails .videoIcon {
  margin-left: 5px;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotView.YplusItem {
  font-size: 16px;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotView .slotTitle {
  max-height: 40px;
  overflow: hidden;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleEngComponenta1280 .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleEngComponenta1280 .multiArticleTab {
  height: 30px;
  line-height: 32px;
  font-weight: bold;
  overflow: hidden;
  background: transparent;
}
.MultiArticleEngComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 17px;
}
.font-moses .MultiArticleEngComponenta1280 .multiArticleTab .rightTitleText {
  font-size: 14px;
  font-weight: 670;
}
.MultiArticleEngComponenta1280 .multiArticleTab .leftTitleText {
  direction: rtl;
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.font-moses .MultiArticleEngComponenta1280 .multiArticleTab .leftTitleText {
  font-size: 12px;
  font-weight: 500;
}
.MultiArticleEngComponenta1280 .multiArticleTab a,
.MultiArticleEngComponenta1280 .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiArticleEngComponenta1280 .multiArticleTab .titleLink {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.Componenta .MultiImagesEnglish1280Componenta .dfpId .imageArea {
  background: #b6b6ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.Componenta .MultiImagesEnglish1280Componenta .dfpId .slotTextArea {
  min-height: 50px;
}
.MultiImagesEnglish1280Componenta {
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.MultiImagesEnglish1280Componenta .dfpId.commertialStyle {
  border-bottom: 1px solid #b6b6ba;
  max-height: 188px !important;
}
.MultiImagesEnglish1280Componenta.twoRowsTitle .slotTitle {
  height: 40px !important;
  -webkit-line-clamp: 2 !important;
}
.MultiImagesEnglish1280Componenta.Auto .slotView {
  border-bottom: 1px solid #b6b6ba;
}
.MultiImagesEnglish1280Componenta.Auto .slotView .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 60px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.MultiImagesEnglish1280Componenta.special .slotView {
  border-bottom: none ! important;
}
.MultiImagesEnglish1280Componenta .multiImagesTab * {
  color: #fff;
}
.MultiImagesEnglish1280Componenta .multiImagesTab.doubleTab {
  padding: 0px ! important;
}
.MultiImagesEnglish1280Componenta .multiImagesTab.doubleTab .titleLink {
  width: 610px ! important;
  padding: 0 10px;
  box-sizing: border-box;
}
.MultiImagesEnglish1280Componenta .multiImagesTab.doubleTab .titleLink.rightTitleLink {
  margin-left: 20px;
}
.MultiImagesEnglish1280Componenta .multiImagesTab.doubleTab .titleLink .leftTitleText {
  float: right !important;
  font-weight: bold !important;
  font-size: 17px !important;
}
.font-moses .MultiImagesEnglish1280Componenta .multiImagesTab.doubleTab .titleLink .leftTitleText {
  font-size: 14px !important;
  font-weight: 670 !important;
}
.MultiImagesEnglish1280Componenta.multiRows {
  overflow: hidden;
}
.MultiImagesEnglish1280Componenta.multiRows .slotsContent {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.MultiImagesEnglish1280Componenta.multiRows .slotsContent .slotView {
  margin-bottom: 24px;
}
.MultiImagesEnglish1280Componenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  transition: all 350ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-timing-function: ease-in-out;
}
.MultiImagesEnglish1280Componenta .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesEnglish1280Componenta .slotsContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.MultiImagesEnglish1280Componenta .slotsContent .arrowBtn {
  top: 40px ! important;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView {
  background: #fff;
  max-height: 218px;
  width: 190px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView a,
.MultiImagesEnglish1280Componenta .slotsContent .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .slotTitle {
  height: 60px;
  overflow: hidden;
  margin-bottom: 7px;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .slotTitle.commertialTitle span,
.MultiImagesEnglish1280Componenta .slotsContent .slotView .slotTitle.commertialTitle div {
  color: #1d71c7 !important;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .slotTitle.commertialTitle span:hover,
.MultiImagesEnglish1280Componenta .slotsContent .slotView .slotTitle.commertialTitle div:hover {
  color: #1d71c7 !important;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .slotTitle div:hover {
  color: #1417ac !important;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .moreDetails {
  font-size: 13px;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 12px;
  height: auto;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .moreDetails .authorField {
  text-overflow: ellipsis;
  max-width: 100px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .moreDetails > span {
  margin-left: 5px;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .imageArea {
  width: 190px;
  height: 107px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  flex-shrink: 0;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .imageArea .MediaCarousel {
  position: relative;
  width: 190px;
  height: 107px;
  overflow: hidden;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .imageArea .MediaCarousel .sitePagelightBoxVideoPlayer,
.MultiImagesEnglish1280Componenta .slotsContent .slotView .imageArea .MediaCarousel img:not(.vjs-logobrand-image, .fp-logo) {
  min-width: 100%;
  min-height: 100%;
}
.MultiImagesEnglish1280Componenta .slotsContent .slotView .imageArea .MarketingSign .marketingText {
  font-size: 12px !important;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .RedMailComponentaYnetnews {
    flex-direction: column !important;
    background-image: unset !important;
    background-color: unset !important;
    position: relative !important;
  }
  .RedMailComponentaYnetnews.vesty .contentErrorMessage.terms-error {
    top: 3.90625vw !important;
  }
  .RedMailComponentaYnetnews .contentErrorMessage {
    display: block;
  }
  .RedMailComponentaYnetnews .contentErrorMessage.terms-error {
    top: 0px !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide {
    background-color: transparent !important;
    padding: calc(5vw * 1.7) calc(2.8125vw * 1.7) calc(2.1875vw * 1.7) !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    position: unset !important;
    max-width: unset !important;
    border: none !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide {
    padding: 10.9375vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline {
    margin-left: unset !important;
    margin-right: unset !important;
    height: calc(10vw * 1.7);
    font-size: calc(3.125vw * 1.7) !important;
    margin-top: unset !important;
    align-items: center !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineText {
    margin-bottom: 0px !important;
    font-size: calc(4.6875vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineText {
    font-size: 7.8125vw !important;
    font-weight: 670;
    font-family: 'MosesDisplay', 'NarkisBlock' !important;
    line-height: 7.8125vw;
    margin-bottom: 1.5625vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineImage {
    width: calc(3.59375vw * 1.7) !important;
    height: calc(2.8125vw * 1.7) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.19' height='29' viewBox='0 0 37.19 29'%3E %3Cg id='Icon-mail' transform='translate(2.09 1.5)'%3E %3Cpath id='Path_1535' data-name='Path 1535' d='M6.717,5.927h26a2.847,2.847,0,0,1,3,3v20a2.847,2.847,0,0,1-3,3h-26c-1.788,0-4-1.212-4-3v-20C2.717,7.139,4.929,5.927,6.717,5.927Z' transform='translate(-2.717 -5.927)' fill='none' stroke='%23de1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3Cpath id='Path_1536' data-name='Path 1536' d='M35.717,8.676l-16,12-17-12' transform='translate(-2.717 -5.676)' fill='none' stroke='%23de1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineImage {
    width: 5.9375vw !important;
    height: 4.6875vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
    width: calc(9.375vw * 1.7) !important;
    height: calc(9.375vw * 1.7) !important;
    font-size: calc(1.5625vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
    font-size: 3.4375vw !important;
    font-weight: 670;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
    margin: 9.375vw auto ! important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop > p:nth-child(1) {
    margin-bottom: 0 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop > p:nth-child(2) {
    margin-top: 0 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
    margin-bottom: 3.125vw !important;
    margin-top: 3.125vw !important;
    font-size: calc(2.8125vw * 1.7) !important;
    line-height: calc(3.125vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
    font-size: 4.0625vw !important;
    font-weight: 500 !important;
    line-height: 5.78125vw !important;
    margin: 0 !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
    font-size: calc(2.65625vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: flex-end !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
    font-size: calc(3.90625vw * 1.7) !important;
    width: 100% !important;
    padding: calc(1.09375vw * 1.7) 0 0 0 !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
    font-size: 5.78125vw !important;
    font-weight: 670 !important;
    line-height: normal !important;
    letter-spacing: normal;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
    font-size: calc(3.28125vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
    padding: calc(1.09375vw * 1.7) calc(1.09375vw * 1.7) calc(0px * 1.7) calc(1.09375vw * 1.7) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: calc(22.34375vw * 1.7) !important;
    font-size: calc(2.34375vw * 1.7) !important;
    border: 1px solid #444 !important;
    margin: calc(1.5625vw * 1.7) calc(0px * 1.7) calc(0px * 1.7) calc(0px * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
    font-size: 3.90625vw !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-top: 1.5625vw !important;
    padding: 1.5625vw 2.34375vw !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
    font-size: calc(2.5vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage {
    color: red !important;
    position: relative !important;
    font-size: 3.90625vw !important;
    margin: -2.34375vw 0 4.6875vw 0 !important;
    top: 0px !important;
    left: 0px !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage {
    font-size: 3.46875vw !important;
    font-weight: 340;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage {
    font-size: 3.28125vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage.terms-error {
    top: 1.5625vw !important;
    left: 4.21875vw !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage.terms-error {
    left: 2.1875vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper {
    flex-direction: column-reverse !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
    font-size: calc(3.125vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
    font-size: 5.78125vw !important;
    font-weight: 670;
    line-height: normal;
    margin-bottom: 2.34375vw;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText span {
    margin-left: 1.25vw;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
    font-size: calc(2.5vw * 1.7) !important;
    width: unset ! important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper {
    display: flex !important;
    flex-direction: column;
    align-items: end;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
    margin-bottom: 0.78125vw !important;
    font-size: 2.34375vw !important;
    color: #000 !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
    font-size: 3.4375vw !important;
    font-weight: 500;
    line-height: 1.09 !important;
    position: relative;
    flex-wrap: wrap;
    padding-inline-start: 7.65625vw;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFilePlusIcon {
    width: 6.09375vw;
    height: 6.09375vw;
    position: absolute;
    right: 0;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile span {
    margin-left: 1.25vw;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName {
    width: 100% !important;
    overflow: hidden !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName input {
    width: calc(43.75vw * 1.7) !important;
    height: calc(6.5625vw * 1.7) !important;
    padding-left: 1.25vw !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName input {
    height: 12.1875vw !important;
    font-size: 3.90625vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName .fileNameIcon {
    width: calc(7.03125vw * 1.7) !important;
    height: calc(6.5625vw * 1.7) !important;
    margin-right: calc(-0.46875vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName .fileNameIcon {
    height: 12.1875vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .fileName {
    width: initial !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
    position: relative !important;
    width: calc(23.125vw * 1.7) !important;
    height: calc(7.34375vw * 1.7) !important;
    margin-bottom: calc(1.5625vw * 1.7) !important;
    margin-left: 0px !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
    font-size: calc(2.34375vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
    font-size: 3.4375vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButton .uploadIcon {
    width: calc(2.1875vw * 1.7) !important;
    height: calc(2.65625vw * 1.7) !important;
    flex-shrink: 0;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .fileDescription {
    margin-top: calc(1.25vw * 1.7) !important;
    font-size: calc(2.34375vw * 1.7) !important;
    line-height: calc(2.65625vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails {
    font-size: calc(3.125vw * 1.7) !important;
    align-items: center !important;
    margin: 0 0 calc(2.1875vw * 1.7) 0 !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails {
    align-items: flex-start !important;
    margin: 0 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: calc(3.4375vw * 1.7) !important;
    line-height: calc(3.125vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: 5.78125vw !important;
    font-weight: 670;
    line-height: normal !important;
    margin-bottom: 6.25vw !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: calc(2.8125vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
    margin-bottom: calc(2.34375vw * 1.7) !important;
    font-size: calc(2.5vw * 1.7) !important;
    line-height: calc(3.4375vw * 1.7) !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
    font-size: calc(1.875vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 0 !important;
    margin-bottom: calc(0.9375vw * 1.7) !important;
    flex-direction: column !important;
    align-items: end !important;
    font-size: calc(4.6875vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
    margin-bottom: 6.25vw !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
    font-size: calc(4.0625vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .title {
    font-size: calc(3.4375vw * 1.7) !important;
    order: -1 !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .title {
    font-size: 5vw !important;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.5625vw ! important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .title {
    font-size: calc(2.8125vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
    margin-bottom: unset !important;
    height: calc(7.8125vw * 1.7);
    position: initial !important;
    padding: 2.34375vw 0 2.34375vw 1.25vw !important;
    color: #595959 !important;
    box-sizing: border-box !important;
    font-size: calc(2.5vw * 1.7) !important;
    width: 100% !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
    height: 12.1875vw !important;
    font-size: 3.90625vw !important;
    font-weight: 500 !important;
    padding: 3.125vw 2.34375vw 3.125vw 0 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input::placeholder {
    opacity: 1 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
    font-size: calc(1.875vw * 1.7) !important;
    line-height: calc(2.8125vw * 1.7) !important;
    width: fit-content !important;
    position: unset !important;
    margin-bottom: calc(0.58px * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
    font-size: 3.46875vw !important;
    font-weight: 340;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .terms {
    font-size: calc(1.875vw * 1.7) !important;
    height: unset !important;
    margin: calc(2.65625vw * 1.7) 0 calc(4.84375vw * 0.1) 0 !important;
    line-height: calc(2.34375vw * 1.7) !important;
    width: calc(48.4375vw * 1.7) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .terms {
    font-size: 3.90625vw !important;
    font-weight: 340;
    line-height: normal;
    margin: 0 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .terms div {
    width: 84.375vw !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .terms .checkBox {
    top: 0 !important;
    left: -6.09375vw !important;
    margin-left: 0 !important;
    width: calc(2.65625vw * 1.7) !important;
    height: calc(2.65625vw * 1.7) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .submitButton {
    width: 43.75vw !important;
    align-self: center !important;
    margin: 1.875vw 0 1.5625vw 0 !important;
    font-size: calc(2.34375vw * 1.7) !important;
    padding: calc(1.09375vw * 1.7) calc(6.25vw * 1.7) calc(1.09375vw * 1.7) !important;
    cursor: pointer;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .submitButton {
    font-size: 5.3125vw !important;
    font-weight: 670 !important;
    margin-top: 6.25vw !important;
    height: 13.28125vw;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader {
    display: none !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    position: fixed !important;
    z-index: 1000;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .loading {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .finish {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !important;
    background-size: cover;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .title {
    font-size: calc(1.7 * 2.8125vw) !important;
    height: calc(1.7 * 5.3125vw) !important;
    margin-top: calc(1.7 * 2.34375vw) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .title {
    font-size: 5.46875vw !important;
    height: unset !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .title {
    height: calc(1.7 * 6.875vw) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .subTitle {
    font-size: calc(1.7 * 2.8125vw) !important;
    height: calc(1.7 * 5.3125vw) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .subTitle {
    font-size: 5.46875vw !important;
    height: unset !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .popUpButton {
    font-size: calc(1.7 * 2.8125vw) !important;
    width: calc(1.7 * 28.125vw) !important;
    height: calc(1.7 * 6.875vw) !important;
    padding: calc(1.7 * 1.25vw) calc(1.7 * 2.8125vw) !important;
  }
  .font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .popUpButton {
    font-size: 3.8125vw !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 1.71875vw 4.21875vw !important;
    width: auto !important;
    height: 9.375vw !important;
  }
  .vesty .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .popUpButton {
    min-width: calc(1.7 * 28.125vw) !important;
    height: calc(1.7 * 10vw) !important;
    width: auto !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) {
  .RedMailComponentaYnetnews,
  .RedMailComponentaYnetnews.vesty {
    background-color: unset !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .headlineText,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .headlineText {
    color: #fff !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName input,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName input {
    background-color: transparent !important;
    border: 1px #fff solid !important;
    color: #fff !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFile,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFile {
    color: #fff !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFile span,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFile span {
    color: rgba(255, 255, 255, 0.897) !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FileNameText,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailFilesUpload .FileNameText {
    color: #000 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFile,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailFilesUpload .addFile {
    color: #fff !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea textarea,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailTextArea textarea {
    border-color: #fff !important;
    color: #fff !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputField input,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailExtraDetails .inputField input {
    border: 1px #fff solid !important;
    color: #fff !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputField input::placeholder,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .RedMailExtraDetails .inputField input::placeholder {
    color: #595959 !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .terms .termsClick,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .terms .termsClick {
    color: #acacac !important;
    text-decoration: underline !important;
    text-decoration-color: #acacac !important;
    -webkit-text-decoration-color: #acacac !important;
  }
  .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp,
  .RedMailComponentaYnetnews.vesty .redMailLeftSide .redMailPopUp {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
}
.RedMailComponentaYnetnews {
  display: flex;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
}
.RedMailComponentaYnetnews p {
  margin: 0;
}
.RedMailComponentaYnetnews .redMailLeftSide {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  padding: 40px 54px 36px;
  margin-top: 51px;
  margin-bottom: 77px;
  position: relative;
  border: 2px solid rgba(136, 136, 136, 0.767);
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline {
  display: flex;
  justify-content: center;
  background: none;
  font-size: 50px;
  align-items: baseline;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline {
  font-size: 48px;
  font-weight: 670;
  line-height: 48px;
  align-items: center;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineText {
  color: #000;
  font-weight: bold;
  margin-bottom: 18px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineText {
  font-weight: 670;
  margin-bottom: 5px;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineText span {
  color: red;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineImage {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.19' height='29' viewBox='0 0 37.19 29'%3E %3Cg id='Icon-mail' transform='translate(2.09 1.5)'%3E %3Cpath id='Path_1535' data-name='Path 1535' d='M6.717,5.927h26a2.847,2.847,0,0,1,3,3v20a2.847,2.847,0,0,1-3,3h-26c-1.788,0-4-1.212-4-3v-20C2.717,7.139,4.929,5.927,6.717,5.927Z' transform='translate(-2.717 -5.927)' fill='none' stroke='%23de1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3Cpath id='Path_1536' data-name='Path 1536' d='M35.717,8.676l-16,12-17-12' transform='translate(-2.717 -5.676)' fill='none' stroke='%23de1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
  width: 34px;
  height: 26px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailHeadline .headlineImage {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop {
  text-align: center;
  width: 396px;
  direction: ltr;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop {
  width: 520px;
  max-width: 90%;
  margin-bottom: 20px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
  line-height: 1.18;
  font-size: 22px;
  font-weight: bold;
  direction: ltr;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 7px;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
  line-height: 1.3;
  font-size: 17px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline span {
  direction: ltr;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  font-weight: bold;
  margin: 23px 0 30px 0;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper div {
  margin-top: -3px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
  font-size: 12px;
  font-weight: 670;
  line-height: normal;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
  background-size: cover;
  text-decoration: none;
  color: #000;
  width: 75px;
  height: 75px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .whatsappButton img {
  content: url("data:image/svg+xml,%3Csvg id='Group_153' data-name='Group 153' xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E %3Cg id='Group_163' data-name='Group 163'%3E %3Cg id='Group_152' data-name='Group 152'%3E %3Crect id='Rectangle_56' data-name='Rectangle 56' width='68' height='68' rx='34' fill='%2321cc47'/%3E %3C/g%3E %3Cpath id='Icon_simple-whatsapp' data-name='Icon simple-whatsapp' d='M22.179,18.23c-.382-.19-2.24-1.1-2.586-1.224s-.6-.19-.853.19-.977,1.222-1.2,1.473-.442.266-.819.1a10.287,10.287,0,0,1-3.046-1.882,11.5,11.5,0,0,1-2.1-2.624c-.221-.38-.024-.589.165-.78.172-.171.382-.437.572-.663a3.213,3.213,0,0,0,.376-.629.7.7,0,0,0-.032-.664c-.1-.19-.852-2.053-1.169-2.8s-.617-.646-.852-.646c-.218-.019-.47-.019-.724-.019a1.429,1.429,0,0,0-1.01.455,4.232,4.232,0,0,0-1.325,3.137,7.416,7.416,0,0,0,1.545,3.9,16.9,16.9,0,0,0,6.464,5.685c.905.38,1.61.608,2.16.8a5.244,5.244,0,0,0,2.383.153,3.9,3.9,0,0,0,2.555-1.808,3.138,3.138,0,0,0,.228-1.806c-.094-.171-.342-.266-.722-.437m-6.9,9.434h-.02A12.68,12.68,0,0,1,8.86,25.82L8.4,25.548,3.651,26.784l1.274-4.62-.3-.475A12.571,12.571,0,0,1,24.2,6.181a12.407,12.407,0,0,1,3.687,8.86A12.587,12.587,0,0,1,15.3,27.57M26.01,4.372A15.39,15.39,0,0,0,15.267,0,15.071,15.071,0,0,0,2.15,22.61L0,30.421l8.03-2.094a15.289,15.289,0,0,0,7.238,1.834h.008A15.134,15.134,0,0,0,30.421,15.082a14.95,14.95,0,0,0-4.43-10.661' transform='translate(18.789 18.793)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .telegramButton {
  margin-right: 30px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .telegramButton img {
  content: url("data:image/svg+xml,%3Csvg id='Group_245' data-name='Group 245' xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E %3Crect id='Rectangle_58' data-name='Rectangle 58' width='68' height='68' rx='34' fill='%2318a9de'/%3E %3Cpath id='Icon_awesome-telegram-plane' data-name='Icon awesome-telegram-plane' d='M26.537,6.082l-4,19c-.3,1.338-.876,1.63-2,1l-6-4-3,3c-.327.327-1.37,0-2,0l1-6,11-10c.494-.44-.34-.44-1,0l-14,9-6-2c-1.314-.41-.611-1.37,1-2l23-9C25.631,4.671,26.894,4.411,26.537,6.082Z' transform='translate(20.463 17.918)' fill='%23fff'/%3E %3C/svg%3E");
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0px 0 20px 0px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
  box-sizing: border-box;
  width: 700px;
  height: 143px;
  padding: 11px 0px 0px 15px;
  border: solid 1px #000000;
  font-size: 18px;
  color: #000000;
  resize: none;
  background-color: transparent;
  margin: 20px 0 8px 0;
  border: 1px solid #444;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
  font-size: 16px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea:focus {
  outline: none;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
  padding: 27px 0px 0 0;
  font-size: 25px;
  width: 142px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
  padding: 35px 0px 0 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
  font-size: 20px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload {
  position: relative;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
  position: relative;
  width: 148px;
  height: 47px;
  cursor: pointer;
  align-self: flex-end;
  margin-left: 142px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
  background-color: black;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: white;
  border: 0px;
  text-align: center;
  font-size: 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 14px;
  top: 0;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .FilesUploadButton .uploadIcon {
  width: 14px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.62515 9.83987L5.91792 10.9951L7.84793 9.26933V14.8898H9.6756V9.26933L11.6056 10.9951L12.8984 9.83987L8.76176 6.14333L4.62515 9.83987Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.52301 0.743759V19.2668H17V6.07898L11.0296 0.743759H0.52301ZM2.35067 2.37698H10.273L15.1723 6.75513V17.6324H2.35067V2.37698Z' fill='white'/%3E %3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper {
  display: flex;
  width: 100%;
  justify-content: end;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper {
  flex-direction: column;
  display: flex;
  align-items: end;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: self-end;
  justify-content: end;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName {
  display: flex;
  justify-content: left;
  width: 400px;
  margin-bottom: 12px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName .fileNameIcon {
  width: 36px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.7 43.103'%3E %3Cg id='Group_149' data-name='Group 149' transform='translate(-974.65 -1596.073)'%3E %3Crect id='Rectangle_28' data-name='Rectangle 28' width='45' height='42.402' transform='translate(975 1596.423)' stroke='%23000' stroke-miterlimit='10' stroke-width='0.7'/%3E %3Cg id='Icon_feather-upload' data-name='Icon feather-upload' transform='translate(981.769 1600.625)'%3E %3Cpath id='Path_1437' data-name='Path 1437' d='M27.33,22.5v5.073a2.537,2.537,0,0,1-2.537,2.537H7.037A2.537,2.537,0,0,1,4.5,27.573V22.5' transform='translate(0 -2.78)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3Cpath id='Path_1438' data-name='Path 1438' d='M23.184,10.842,16.842,4.5,10.5,10.842' transform='translate(-0.927)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3Cpath id='Path_1439' data-name='Path 1439' d='M18,4.5V19.72' transform='translate(-2.085)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName .fileNameIcon {
  height: 42px;
  background-size: contain;
  background-position: center;
  background-color: #000;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName input {
  height: 34px;
  border: solid 1px #000000;
  box-sizing: border-box;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName input {
  height: 42px;
  padding-inline-start: 10px;
  font-size: 15px;
  font-weight: 500;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
  font-size: 19px;
  margin-top: 8px;
  cursor: pointer;
  display: flex;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile span {
  color: rgba(136, 136, 136, 0.774);
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFilePlusIcon {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E %3Cg id='plus' transform='translate(-1228 -1619)'%3E %3Cg id='Rectangle_77' data-name='Rectangle 77' transform='translate(1228 1619)' fill='%23fff' stroke='%23000' stroke-width='1'%3E %3Crect width='15' height='15' stroke='none'/%3E %3Crect x='0.5' y='0.5' width='14' height='14' fill='none'/%3E %3C/g%3E %3Cpath id='Path_1534' data-name='Path 1534' d='M-.72-3.438V-5.364H-3.366V-8.01H-5.292v2.646H-7.938v1.926h2.646V-.792h1.926V-3.438Z' transform='translate(1240 1631)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
  flex-shrink: 0;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
  font-size: 22px;
  margin: 0 50px 0 0;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
  font-weight: 670;
  line-height: normal;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
  margin: 0;
  width: 142px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 32px 0 14px 0;
  align-items: self-end;
  font-weight: bold;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  font-weight: 600;
  margin-bottom: 11px;
  font-size: 22px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  font-size: 22px;
  font-weight: 670;
  margin-bottom: 15px;
  line-height: normal;
  letter-spacing: normal;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  margin-bottom: 22px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
  margin-bottom: 39px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
  display: grid;
  grid-template-columns: repeat(2, 372px);
  width: 100%;
  justify-content: end;
  grid-column-gap: 100px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
  margin-bottom: unset;
  align-items: center;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(1) :nth-child(1),
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(2) :nth-child(1) {
  margin-bottom: 21px;
  position: relative;
  margin-left: auto;
  width: 223px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(3) :nth-child(1),
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper :nth-child(4) :nth-child(1) {
  margin-bottom: 8px;
  position: relative;
  margin-left: auto;
  width: 223px;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
  box-sizing: border-box;
  position: relative;
  width: 371px;
  line-height: 1.33;
  padding-bottom: 18px;
  display: flex;
  font-size: 20px;
  align-items: baseline;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
  font-size: 16px;
  line-height: 1.2;
  align-items: flex-start;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
  height: 35px;
  font-size: 17px;
  border: 0;
  outline: 0;
  padding-top: 5px;
  padding: 5px 0 0 8px;
  border: 1px solid #000;
  box-shadow: none;
  color: #000;
  background-color: transparent;
  flex-shrink: 0;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  height: 42px;
  padding: 10px;
  box-sizing: border-box;
  width: 230px;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
  font-size: 14px;
  flex-basis: 60% !important;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
  color: #de1a1a;
  position: absolute;
  bottom: 0;
  top: 41px;
  left: 140px;
  font-size: 13px;
  width: 248px;
  line-height: 18px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
  font-size: 12px;
  font-weight: 340;
  line-height: normal;
}
.RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails a {
  text-decoration: none;
  color: #1417ac;
  font-weight: bold;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .RedMailExtraDetails a {
  font-weight: 670;
}
.RedMailComponentaYnetnews .redMailLeftSide .terms {
  margin: 0;
  width: 96%;
  line-height: 18px;
  height: auto;
  font-size: 13px;
  position: relative;
  z-index: 0;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .terms {
  font-size: 11px;
  font-weight: 340;
  line-height: normal;
}
.RedMailComponentaYnetnews .redMailLeftSide .terms .checkBox {
  position: absolute;
  top: 0;
  left: -39px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.RedMailComponentaYnetnews .redMailLeftSide .terms span {
  width: 600px;
  max-width: 90%;
  float: left;
  direction: ltr;
}
.RedMailComponentaYnetnews .redMailLeftSide .terms span .termsClick {
  text-decoration-color: #000;
  color: #000;
}
.RedMailComponentaYnetnews .redMailLeftSide .submitButton {
  background-color: #de1a1a;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
  padding: 15px 50px 13px;
  align-self: self-start;
  margin: -40px 9px 5px 0;
  cursor: pointer;
  z-index: 1;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .submitButton {
  font-size: 18px;
  font-weight: 670;
}
.RedMailComponentaYnetnews .redMailLeftSide .submitButton .redmail-wrapper {
  position: relative;
  padding-left: 8px;
}
.RedMailComponentaYnetnews .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 60px;
  bottom: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.RedMailComponentaYnetnews .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::before,
.RedMailComponentaYnetnews .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.RedMailComponentaYnetnews .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::before {
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite alternate;
  animation-delay: 0s;
}
.RedMailComponentaYnetnews .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::after {
  right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes redmail-loader {
  0% {
    background-color: #de1a1a;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}
.RedMailComponentaYnetnews .redMailLeftSide .submitButton:disabled {
  background: #dddddd;
}
.RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage {
  color: red;
  position: relative;
  font-size: 13px;
  margin: -15px 0 23px 143px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage {
  font-size: 12px;
  font-weight: 340;
  line-height: normal;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage {
  font-weight: 600;
}
.RedMailComponentaYnetnews .redMailLeftSide .contentErrorMessage.terms-error {
  top: 20px;
  left: -108px;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.86);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .finish {
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='90px' height='90px' viewBox='0 0 90 90' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E0342B310-43A0-41DA-8C35-1C9D3FB83D3A%3C/title%3E %3Cdefs%3E %3ClinearGradient x1='0%25' y1='0%25' x2='32.1367546%25' y2='100%25' id='linearGradient-1'%3E %3Cstop stop-color='%23474CDD' offset='0%25'%3E%3C/stop%3E %3Cstop stop-color='%231417AC' offset='100%25'%3E%3C/stop%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='red-mail-11.3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='דואר-אדום_אישור' transform='translate(-589.000000, -456.000000)' fill='url(%23linearGradient-1)'%3E %3Cpath d='M634,456 C658.852814,456 679,476.147186 679,501 C679,525.852814 658.852814,546 634,546 C609.147186,546 589,525.852814 589,501 C589,476.147186 609.147186,456 634,456 Z M634,464 C613.565464,464 597,480.565464 597,501 C597,521.434536 613.565464,538 634,538 C654.434536,538 671,521.434536 671,501 C671,480.565464 654.434536,464 634,464 Z M651.020815,488.479185 C651.954678,489.413047 651.99528,490.90191 651.142623,491.884033 L651.020815,492.014719 L630.514719,512.520815 C629.605334,513.4302 628.169661,513.492538 627.188123,512.707829 L627.156783,512.681083 L627.156783,512.681083 L627.066297,512.603738 L627.066297,512.603738 L627.042948,512.581589 L627.042948,512.581589 C627.026322,512.566127 627.009916,512.550432 626.993733,512.534508 L626.979185,512.520815 C626.97396,512.515591 626.968764,512.510349 626.963595,512.50509 L616.075006,501.611286 C615.09942,500.634542 615.099587,499.051917 616.075379,498.075379 C617.051008,497.098386 618.63392,497.098386 619.610231,498.074697 L619.61023,498.076061 L628.745426,507.217952 L647.485281,488.479185 C648.461592,487.502874 650.044505,487.502874 651.020815,488.479185 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .loading {
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M90 45C90 54.7934 86.8051 64.3195 80.9002 72.1326C74.9953 79.9456 66.7028 85.619 57.2811 88.2917C47.8594 90.9645 37.823 90.4907 28.6951 86.9422C19.5671 83.3937 11.8459 76.9643 6.70335 68.6298C1.56076 60.2952 -0.722486 50.5105 0.200137 40.7606C1.12276 31.0107 5.20088 21.828 11.8156 14.606C18.4303 7.38404 27.2204 2.51709 36.852 0.743819C46.4835 -1.02945 56.4306 0.387763 65.1837 4.78038L61.6933 11.7357C54.4539 8.10268 46.227 6.93054 38.261 8.39716C30.2951 9.86377 23.025 13.8891 17.5542 19.8621C12.0834 25.8352 8.71057 33.4299 7.9475 41.4938C7.18443 49.5576 9.07282 57.6502 13.3261 64.5434C17.5794 71.4367 23.9653 76.7542 31.5147 79.689C39.0642 82.6239 47.3649 83.0157 55.1573 80.8052C62.9496 78.5946 69.8081 73.9023 74.6919 67.4404C79.5756 60.9785 82.218 53.0998 82.218 45L90 45Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M90 45C90 55.0855 86.612 64.8786 80.3796 72.808C74.1472 80.7374 65.4318 86.3432 55.6318 88.726C45.8318 91.1088 35.5155 90.1305 26.3381 85.9479C17.1608 81.7654 9.65449 74.6212 5.02377 65.6616L11.937 62.0885C15.7669 69.4987 21.9751 75.4075 29.5654 78.8667C37.1556 82.326 45.688 83.1351 53.7932 81.1644C61.8984 79.1936 69.1067 74.5572 74.2613 67.9991C79.4159 61.441 82.218 53.3414 82.218 45H90Z' fill='%23666666'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6' y1='57.5' x2='64' y2='24.5' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23666666'/%3E %3Cstop offset='1' stop-color='%23666666' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .title {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  margin-top: 14px;
  height: 34px;
  text-align: center;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .title {
  font-size: 30px;
  letter-spacing: normal;
  line-height: normal;
  height: unset;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .subTitle {
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0;
  height: 34px;
  margin-bottom: 48px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .subTitle {
  font-size: 30px;
  letter-spacing: normal;
  line-height: normal;
  height: unset;
  margin-bottom: 20px;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .popUpButton {
  width: 197px;
  height: 48px;
  background-image: linear-gradient(127deg, #474cdd, #2225b9 43%);
  font-size: 18px;
  color: white;
  border: 0px;
  padding: 14px 33px;
}
.font-moses .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .popUpButton {
  font-size: 21px;
  font-weight: 500;
  padding: 10px 25px;
  line-height: normal;
  height: 51px;
  width: auto;
}
.vesty .RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .popUpButton {
  min-width: 197px;
  width: auto;
  max-width: 250px;
}
.RedMailComponentaYnetnews .redMailLeftSide .redMailPopUp .popUpButton a {
  color: white;
  text-decoration: none;
}
.RedMailComponentaYnetnews.vesty {
  direction: rtl;
}
.RedMailComponentaYnetnews.vesty .textAreaWrapper textarea {
  margin: unset !important;
}
.RedMailComponentaYnetnews.vesty .FilesUploadButtonWrapper {
  width: 170px !important;
}
.RedMailComponentaYnetnews.vesty .submitButton {
  padding: 15px 50px 13px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .vesty .ynetnews-header[style] * {
    font-family: 'Arial' ! important;
  }
  .ynetnews-header[style] {
    height: 39.0625vw !important;
    display: flex !important;
  }
  .ynetnews-header[style] * {
    font-family: 'NarkisBlock', 'Arial' ! important;
  }
  .articleContainer .ynetnews-header[style] {
    padding-top: 17.03125vw;
  }
  .YnetNewsMutamHeader {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 0px 0.46875vw -1px black;
    direction: ltr;
  }
  .YnetNewsMutamHeader button {
    border: 0;
    background: unset;
  }
  .YnetNewsMutamHeader.Article {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 -3.90625vw;
    align-items: center;
    height: 17.03125vw;
  }
  .YnetNewsMutamHeader.Article .progress-container {
    width: 100%;
    height: 0.625vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .YnetNewsMutamHeader.Article .progress-bar {
    height: 0.625vw;
    background: #de1a1a;
    width: 0%;
  }
  .YnetNewsMutamHeader.Article .goBack {
    width: 12.5vw;
    height: 9.375vw;
    border-right: 0.3125vw solid #78787b59;
    background-color: transparent;
    background: transparent no-repeat center / 50% 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.997 29.635'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; %7D .cls-2, .cls-3 %7B stroke: none; %7D %3C/style%3E %3C/defs%3E %3Cg id='Shape_1029' data-name='Shape 1029' transform='translate(-7227.503 -944.496)'%3E %3Cg id='Shape_1029-2' data-name='Shape 1029' transform='translate(0.001 0)'%3E %3Cpath class='cls-2' d='M 7240.275390625 973.380126953125 C 7240.1572265625 973.380126953125 7240.04248046875 973.3228759765625 7239.95263671875 973.2188720703125 L 7228.40673828125 959.7489013671875 C 7228.203125 959.5123291015625 7228.203125 959.11328125 7228.40625 958.877197265625 L 7239.95361328125 945.4068603515625 C 7240.04248046875 945.3027954101563 7240.1572265625 945.2456665039063 7240.27734375 945.2456665039063 C 7240.396484375 945.2456665039063 7240.5107421875 945.3026123046875 7240.5986328125 945.4059448242188 C 7240.80029296875 945.6427001953125 7240.80029296875 946.0420532226563 7240.5986328125 946.2783203125 L 7229.56591796875 959.1500244140625 L 7229.4267578125 959.312744140625 L 7229.56591796875 959.4754638671875 L 7240.59912109375 972.3465576171875 C 7240.7998046875 972.5827026367188 7240.7998046875 972.9833374023438 7240.5986328125 973.2205200195313 C 7240.5107421875 973.3233032226563 7240.39599609375 973.380126953125 7240.275390625 973.380126953125 Z'/%3E %3Cpath class='cls-3' d='M 7240.275390625 973.130126953125 C 7240.33447265625 973.130126953125 7240.38037109375 973.0909423828125 7240.40771484375 973.0587158203125 C 7240.5302734375 972.9144287109375 7240.5302734375 972.6516723632813 7240.40966796875 972.50927734375 L 7229.37646484375 959.63818359375 L 7229.09716796875 959.312744140625 L 7229.37646484375 958.9873657226563 L 7240.40869140625 946.1161499023438 C 7240.53076171875 945.9728393554688 7240.5302734375 945.7117309570313 7240.40771484375 945.5676879882813 C 7240.3798828125 945.5348510742188 7240.33447265625 945.4956665039063 7240.27685546875 945.4956665039063 C 7240.23095703125 945.4956665039063 7240.1845703125 945.5210571289063 7240.14306640625 945.569580078125 L 7228.595703125 959.040283203125 C 7228.47314453125 959.1829223632813 7228.47314453125 959.4428100585938 7228.59619140625 959.5862426757813 L 7240.14208984375 973.0554809570313 C 7240.17138671875 973.0895385742188 7240.21826171875 973.130126953125 7240.275390625 973.130126953125 M 7240.275390625 973.630126953125 C 7240.08984375 973.630126953125 7239.90625 973.54736328125 7239.763671875 973.38232421875 L 7228.216796875 959.91162109375 C 7227.931640625 959.580078125 7227.931640625 959.04541015625 7228.216796875 958.714111328125 L 7239.763671875 945.244140625 C 7239.9052734375 945.0784912109375 7240.09130859375 944.9956665039063 7240.27685546875 944.9956665039063 C 7240.462890625 944.9956665039063 7240.6484375 945.0784912109375 7240.7890625 945.244140625 C 7241.0703125 945.574462890625 7241.0703125 946.1103515625 7240.7890625 946.4404296875 L 7229.755859375 959.312744140625 L 7240.7890625 972.183837890625 C 7241.0703125 972.514892578125 7241.0703125 973.051025390625 7240.7890625 973.38232421875 C 7240.6484375 973.54736328125 7240.462890625 973.630126953125 7240.275390625 973.630126953125 Z'/%3E %3C/g%3E %3Cg id='Stroke_Effect' data-name='Stroke Effect' class='cls-1' transform='translate(7228.004 944.996)'%3E %3Cpath class='cls-2' d='M 12.27148056030273 28.88427543640137 C 12.00577068328857 28.88427543640137 11.75685024261475 28.76552391052246 11.57058048248291 28.54990386962891 L 0.02308031171560287 15.07847499847412 C -0.3441796898841858 14.65146446228027 -0.3441596925258636 13.98221492767334 0.02341031283140182 13.55517482757568 L 11.56996059417725 0.08558476716279984 C 11.75497055053711 -0.130845233798027 12.00479984283447 -0.2501752376556396 12.27320003509521 -0.2501752376556396 C 12.54193019866943 -0.2501752376556396 12.79143047332764 -0.130615234375 12.97574996948242 0.08650476485490799 C 13.33860015869141 0.512664794921875 13.33858013153076 1.180554747581482 12.97545051574707 1.606724739074707 L 2.081230878829956 14.31688785552979 L 12.9749698638916 27.0252742767334 C 13.33812999725342 27.45275497436523 13.33816051483154 28.12136459350586 12.97574996948242 28.54826545715332 C 12.7910099029541 28.76506423950195 12.54100036621094 28.88427543640137 12.27148056030273 28.88427543640137 Z'/%3E %3Cpath class='cls-3' d='M 12.27148056030273 28.63427543640137 C 12.45898056030273 28.63427543640137 12.64453029632568 28.55151557922363 12.78516006469727 28.386474609375 C 13.06641006469727 28.05517387390137 13.06641006469727 27.51904487609863 12.78516006469727 27.18798446655273 L 1.751950263977051 14.31689453125 L 12.78516006469727 1.444584727287292 C 13.06641006469727 1.114504814147949 13.06641006469727 0.5786147713661194 12.78516006469727 0.2482947707176208 C 12.64453506469727 0.08264476805925369 12.45898818969727 -0.0001802343758754432 12.27319622039795 -0.0001802343758754432 C 12.08740520477295 -0.0001802343758754432 11.90137004852295 0.08264476805925369 11.75977039337158 0.2482947707176208 L 0.2128903120756149 13.71826457977295 C -0.07226968556642532 14.04956436157227 -0.07226968556642532 14.58422470092773 0.2128903120756149 14.91577434539795 L 11.75977039337158 28.386474609375 C 11.90233993530273 28.55151557922363 12.08594036102295 28.63427543640137 12.27148056030273 28.63427543640137 M 12.27148056030273 29.13427543640137 C 11.93199062347412 29.13427543640137 11.61589050292969 28.98478507995605 11.3814001083374 28.71333503723145 L -0.1667296886444092 15.24117469787598 C -0.61236971616745 14.72304439544678 -0.6123197078704834 13.91054439544678 -0.1660696864128113 13.39208507537842 L 11.38016033172607 -0.07712523639202118 C 11.60982036590576 -0.3457852303981781 11.93548011779785 -0.5001752376556396 12.27320003509521 -0.5001752376556396 C 12.61157989501953 -0.5001752376556396 12.93710994720459 -0.3453052341938019 13.16633987426758 -0.07528523355722427 C 13.60636043548584 0.4415147602558136 13.60630989074707 1.251804709434509 13.16574001312256 1.768864750862122 L 2.410497665405273 14.31687545776367 L 13.16478061676025 26.86257553100586 C 13.60574054718018 27.38162422180176 13.60579013824463 28.1923942565918 13.16633033752441 28.71006393432617 C 12.93640041351318 28.97991561889648 12.61045074462891 29.13427543640137 12.27148056030273 29.13427543640137 Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    transform: rotate(180deg);
    margin: auto 0;
    float: right;
  }
  .YnetNewsMutamHeader.Article .mobileShareBtn {
    background: transparent no-repeat center / 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M2.019 9.153l-.002 10.924H17.98l.001-10.924H20V22H0V9.153h2.019zM9.942 0l6.73 6.409h-2.439L10.886 3.22v13.693H8.964l-.001-13.66-3.311 3.155H3.214L9.942 0z' transform='translate(-142.000000, -24.000000) translate(142.000000, 24.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    margin: auto 1.5625vw;
    float: left;
  }
  .YnetNewsMutamHeader.Article .btnTooltips {
    display: flex;
    align-items: center;
    float: left;
    transition: 0.2s ease;
    margin-left: 3.125vw;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .YnetNewsMutamHeader.Article .btnTooltips .topBtns {
    margin-right: 3.125vw !important;
  }
  .YnetNewsMutamHeader.Article .btnTooltips.hidden {
    display: none;
  }
  .YnetNewsMutamHeader.Article .btnTooltips .mobileShareBtn {
    float: unset;
    margin: auto 0px;
  }
  .YnetNewsMutamHeader.Article .topBtns {
    background-size: 50%;
    margin: auto 0;
    width: 12.5vw;
    height: 9.375vw;
    background-color: transparent;
  }
  .YnetNewsMutamHeader.Article .commentsOpen {
    background: transparent no-repeat center / 70% 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 fill-rule='nonzero' stroke='%23000' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    width: 9.375vw;
    margin: auto 0px;
    margin-top: 1.5625vw;
    font-size: 3.125vw;
    box-sizing: border-box;
    padding-bottom: 0.9375vw;
  }
  .YnetNewsMutamHeader.Article .fontSizeMenuOpen {
    background: transparent no-repeat center / 80% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.172' height='20.95' viewBox='0 0 31.172 20.95'%3E %3Cpath id='Union_2' data-name='Union 2' d='M-4409.523-51.05l-1.471-4.831h-7.77l-1.47,4.831h-3.325l6.4-19.95h4.55l6.4,19.95Zm-8.47-7.28h6.264l-3.149-10.22Zm-9.186,7.28-.924-3.036h-4.883l-.925,3.036H-4436l4.025-12.54h2.86l4.027,12.54Zm-5.324-4.576h3.939l-1.98-6.425Z' transform='translate(4436.686 71.5)' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E %3C/svg%3E") !important;
    width: 9.375vw;
  }
  .YnetNewsMutamHeader.Article .whatsAppShareBtn {
    background: transparent no-repeat center / 70% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16.048 4.507c3.064.001 5.94 1.189 8.101 3.342 2.163 2.155 3.352 5.019 3.351 8.063-.002 6.285-5.14 11.397-11.455 11.397-1.79 0-3.55-.417-5.136-1.211l-.337-.176L4.5 27.507l1.625-5.906c-1.002-1.728-1.53-3.688-1.529-5.697.002-6.284 5.14-11.397 11.452-11.397zm-.001 2l-.267.004c-5.087.142-9.182 4.305-9.184 9.394 0 1.535.373 3.037 1.088 4.385l.171.308.421.725-.929 3.373 3.485-.909.695.378c1.378.749 2.935 1.144 4.518 1.144 5.213 0 9.453-4.22 9.455-9.398 0-2.513-.977-4.866-2.762-6.645-1.71-1.703-3.951-2.671-6.36-2.753l-.331-.006z'/%3E %3Cpath fill='%23000' d='M10.558 13.335c0 1.305.97 2.565 1.105 2.742.136.177 1.909 2.853 4.623 4.002.646.273 1.15.436 1.543.558.649.201 1.238.173 1.704.106.521-.078 1.602-.643 1.828-1.261.225-.62.225-1.15.158-1.26-.069-.11-.25-.177-.52-.31s-1.601-.774-1.85-.862c-.246-.088-.428-.133-.608.132s-.699.862-.857 1.04c-.157.176-.315.199-.585.067-.271-.133-1.144-.414-2.178-1.316-.804-.703-1.347-1.571-1.504-1.836-.158-.266-.018-.409.118-.54.122-.12.271-.31.406-.466.135-.154.18-.266.27-.442.09-.177.045-.332-.022-.464s-.609-1.437-.835-1.968c-.193-.455-.39-.454-.547-.454l-.062-.001c-.157-.008-.338-.01-.518-.01s-.474.067-.722.332-.947.907-.947 2.211z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .YnetNewsMutamHeader * {
    font-weight: 400;
  }
  .YnetNewsMutamHeader .searchArea {
    position: relative;
    background: #fff;
    height: 100%;
    display: flex;
    z-index: 1;
  }
  .YnetNewsMutamHeader .searchArea .srhBtn {
    width: 6.25vw;
    height: 6.25vw;
    background: transparent no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-53 -255) translate(0 224) translate(38 16) translate(16 16)'%3E %3Ccircle cx='6' cy='6' r='6'/%3E %3Cpath stroke-linecap='square' d='M10.8 10.8L14.8 14.8'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .YnetNewsMutamHeader .searchArea .mutamSrchBox {
    position: absolute;
    top: 0;
    right: -62.5vw;
    width: 59.375vw;
    height: 7.8125vw;
    border-radius: 0.625vw;
    font-size: 4.6875vw;
    background: #d6d5d3;
    line-height: 6.25vw;
    border: 0;
    padding: 0 1.5625vw;
    box-sizing: border-box;
  }
  .YnetNewsMutamHeader .logo {
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
  }
  .YnetNewsMutamHeader .logo.hidden {
    visibility: hidden;
    height: 0;
  }
  .YnetNewsMutamHeader .logo img {
    height: 9.0625vw;
    width: auto;
    margin-top: 3.125vw;
  }
  .YnetNewsMutamHeader .mainNav {
    position: relative;
    width: 100%;
    display: flex;
    background: #fff;
    align-items: center;
    height: 12.5vw;
    justify-content: space-between;
  }
  .YnetNewsMutamHeader .mainNav .navList {
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    height: 9.375vw;
    padding-left: 1.5625vw;
    align-items: center;
    line-height: 1.6;
  }
  .YnetNewsMutamHeader .mainNav .navList div {
    font-size: 4.21875vw;
    padding-right: 4.84375vw;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.3;
  }
  .YnetNewsMutamHeader .mainNav .navList div a,
  .YnetNewsMutamHeader .mainNav .navList div a:hover {
    text-decoration: none;
    color: inherit;
  }
  .YnetNewsMutamHeader .mainNav .navList div a.selected,
  .YnetNewsMutamHeader .mainNav .navList div a:hover.selected {
    font-weight: bold;
  }
  .YnetNewsMutamHeader .mainNav .navList::-webkit-scrollbar {
    display: none;
  }
  .YnetNewsMutamHeader .mainNav .menuHamburger {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5) no-repeat center / 4.21875vw 4.21875vw url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_301' data-name='Group 301' transform='translate(-6199 -6861)'%3E %3Cpath id='prefix__Rectangle_145' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 145' transform='translate(6199 6861)'/%3E %3Cpath id='prefix__Rectangle_146' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 146' transform='translate(6199 6875)'/%3E %3Cpath id='prefix__Rectangle_147' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 147' transform='translate(6199 6889)'/%3E %3C/g%3E %3C/svg%3E") !important;
    width: 9.375vw;
    height: 9.375vw;
    float: left;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    height: 110%;
    background-color: #fff;
    left: -100%;
    transition: 0.6s ease;
    padding-bottom: 10%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu.opened {
    left: 0;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu.closed {
    left: -100%;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea {
    border-bottom: 1px solid #8080802e;
    justify-content: space-between;
    height: 12.5vw;
    align-items: center;
    display: flex;
    padding: 3.125vw;
    box-sizing: border-box;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea > div {
    display: flex;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea > div > div {
    margin: auto 0 auto 3.125vw;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea .closeBtn {
    width: 6.25vw;
    height: 6.25vw;
    background: transparent no-repeat center / 4.6875vw 4.6875vw url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E") !important;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton {
    width: 6.25vw;
    height: 6.25vw;
    background: transparent no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000'%3E %3Cg%3E %3Cg transform='translate(-43 -211) translate(0 131) translate(44 81)'%3E %3Cg stroke-width='1.5'%3E %3Cpath d='M8.4 2c0-1.105-.895-2-2-2s-2 .895-2 2 .895 2 2 2 2-.895 2-2z' transform='translate(5 3.5)'/%3E %3Cg%3E %3Cpath d='M0 0L5.726 1.002 5.726 4.566 3.871 11' transform='translate(5 3.5) translate(0 5)'/%3E %3Cpath d='M7.167 0L12.894 1.002 12.894 4.566 11.038 11' transform='translate(5 3.5) translate(0 5) matrix(-1 0 0 1 20.061 0)'/%3E %3C/g%3E %3C/g%3E %3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    position: relative;
    flex-shrink: 0;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton #INDmenu-btn {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .YnetNewsMutamHeader .bottomHeaderArea {
    border-top: 1px solid #eee;
    padding: 3.125vw 1.5625vw 1.5625vw;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
  }
  .YnetNewsMutamHeader .bottomHeaderArea.hidden {
    display: none;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .YnetPremiumHeaderLogin .menu {
    position: absolute;
    width: 100%;
    padding: 1.5625vw;
    background: #fff;
    box-shadow: 0px 0px 0.46875vw -1px black;
    left: 0;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 1.5625vw;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView * {
    color: #000;
    font-size: 3.75vw;
    text-decoration: none;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView .weathertempsdiv {
    margin-right: 0.78125vw;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView .headerWeatherSelect {
    display: flex;
    flex-shrink: 0;
    align-items: center;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView .menuToggler {
    width: 2.65625vw;
    height: 1.71875vw;
    background: transparent no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
    transform: rotate(180deg);
    transition: 0.2s ease;
    filter: invert(1);
    margin-top: -0.78125vw;
    margin-left: 0.78125vw;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView .weatherimage {
    margin-right: 1.5625vw;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView .weatherimage a img {
    height: 9.375vw;
    width: 9.375vw;
  }
  .YnetNewsMutamHeader .linksGroups {
    display: flex;
    flex-direction: column;
    font-size: 5vw;
    line-height: 2;
    padding: 3.125vw 3.125vw 6.25vw;
    flex-grow: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }
  .YnetNewsMutamHeader .linksGroups::-webkit-scrollbar {
    display: none;
  }
  .YnetNewsMutamHeader .linksGroups .group {
    display: flex;
    flex-direction: column;
  }
  .YnetNewsMutamHeader .linksGroups .groupTitle {
    font-weight: bold;
    margin-bottom: 1.5625vw;
  }
  .YnetNewsMutamHeader .linksGroups .groupList {
    list-style-type: none;
    padding-inline-start: 0px;
    margin: 0;
  }
  .YnetNewsMutamHeader .linksGroups .groupList a {
    text-decoration: none;
    font-weight: 400;
  }
  .YnetNewsMutamHeader .followUsLinks {
    width: 100%;
    height: 15.625vw;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #8080802e;
    padding-top: 2.34375vw;
    box-sizing: border-box;
    margin-bottom: 6.25vw;
  }
  .YnetNewsMutamHeader .followUsLinks .mediaIcon {
    width: 6.5625vw;
    height: 6.5625vw;
    margin: 0 2.65625vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  }
  .YnetNewsMutamHeader .followUsLinks .mediaIcon.linkToTw {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm1.5 6.482c1.157-1.052 2.976-.998 4.064.12a5.876 5.876 0 0 0 1.824-.674 2.806 2.806 0 0 1-1.263 1.537 5.885 5.885 0 0 0 1.65-.437 5.742 5.742 0 0 1-1.433 1.438c.008.119.008.238.008.359 0 3.67-2.89 7.904-8.172 7.902a8.334 8.334 0 0 1-4.403-1.246 5.889 5.889 0 0 0 4.251-1.151c-1.229-.023-2.307-.798-2.684-1.93.43.08.874.064 1.297-.047-1.34-.262-2.304-1.401-2.304-2.724v-.035c.4.216.846.335 1.304.348-1.263-.815-1.652-2.44-.89-3.708 1.459 1.735 3.61 2.79 5.92 2.902a2.723 2.723 0 0 1 .831-2.654z' fill='%23000' fill-rule='nonzero'/%3E %3C/svg%3E");
  }
  .YnetNewsMutamHeader .followUsLinks .mediaIcon.linkToFb {
    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 xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='32' height='32' viewBox='0 0 32 32' xml:space='preserve'%3E %3Cdesc%3ECreated with Fabric.js 3.6.3%3C/desc%3E %3Cdefs%3E %3C/defs%3E %3Cg transform='matrix(1.28 0 0 1.28 16.5 16.5)' %3E %3Cg style='' %3E %3Cg transform='matrix(1 0 0 1 0 0)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: evenodd; opacity: 1;' transform=' translate(-16, -16)' d='M 0 0 H 32 V 32 H 0 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 -0.25 0.14)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' translate(-15.75, -16.14)' d='M 17.226 9.976 c 1.05 0 1.79 0.165 1.79 0.165 v 1.854 s -0.23 0.006 -0.8 0.007 h -0.267 c -0.772 0 -1.144 0.49 -1.144 1.26 v 1.384 h 1.982 l -0.331 2.297 l -1.651 -0.001 v 5.362 h -2.414 l -0.001 -5.362 h -1.9 v -2.296 h 1.9 V 13.15 c 0 -2.72 1.55 -3.154 2.75 -3.173 h 0.086 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 0 0.01)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' translate(-16, -16.01)' d='M 16 4.507 c -6.351 0 -11.5 5.15 -11.5 11.5 c 0 6.352 5.149 11.5 11.5 11.5 s 11.5 -5.148 11.5 -11.5 c 0 -6.35 -5.149 -11.5 -11.5 -11.5 z m 0 2 c 5.247 0 9.5 4.254 9.5 9.5 c 0 5.247 -4.253 9.5 -9.5 9.5 s -9.5 -4.253 -9.5 -9.5 c 0 -5.246 4.253 -9.5 9.5 -9.5 z' stroke-linecap='round' /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
  .YnetNewsMutamHeader .followUsLinks .mediaIcon.linkToYtube {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm.282 5.895.352.001c1.086.008 4.06.05 4.924.278a1.692 1.692 0 0 1 1.205 1.183c.26.957.283 2.866.284 3.178v.055c0 .168-.011 2.21-.284 3.21a1.692 1.692 0 0 1-1.205 1.183c-.93.244-4.308.275-5.139.279h-.37c-.83-.004-4.209-.035-5.138-.28a1.692 1.692 0 0 1-1.205-1.183c-.247-.906-.28-2.667-.284-3.115v-.149c.001-.312.023-2.221.284-3.178A1.692 1.692 0 0 1 7.91 8.647c.863-.227 3.838-.27 4.923-.278l.352-.001h.096zm-1.072 2.525v4.21l3.685-2.105-3.685-2.105z' fill='%23000' fill-rule='evenodd'/%3E %3C/svg%3E");
  }
}
@media (prefers-color-scheme: dark) {
  .YnetNewsMutamHeader {
    background-color: #000 !important;
  }
  .YnetNewsMutamHeader .mainNav {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .YnetNewsMutamHeader .mainNav .navList {
    color: #fff !important;
  }
  .YnetNewsMutamHeader .mainNav .navList > * {
    color: #fff !important;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView * {
    color: #fff !important;
  }
  .YnetNewsMutamHeader .topBtns,
  .YnetNewsMutamHeader .goBack {
    filter: invert(1);
    color: #fff;
  }
  .YnetNewsMutamHeader .mainNav .menuHamburger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_301' data-name='Group 301' transform='translate(-6199 -6861)'%3E %3Cpath id='prefix__Rectangle_145' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 145' transform='translate(6199 6861)'/%3E %3Cpath id='prefix__Rectangle_146' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 146' transform='translate(6199 6875)'/%3E %3Cpath id='prefix__Rectangle_147' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 147' transform='translate(6199 6889)'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    background-repeat: no-repeat !important;
    background-size: 4.21875vw 4.21875vw !important;
    background-position: center !important;
  }
  .YnetNewsMutamHeader .searchArea .srhBtn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='height:2em' viewBox='0 0 12 13'%3E %3Cg stroke-width='1' stroke='%23fff' fill='none'%3E %3Cpath d='M11.29 11.71l-4-4'/%3E %3Ccircle cx='5' cy='5' r='4'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat !important;
  }
  .YnetNewsMutamHeader .searchArea .mutamSrchBox {
    background: #d6d5d3 !important;
    color: #000 !important;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea .closeBtn {
    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") !important;
    background-size: 70% 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu.opened {
    background-color: #000 !important;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu.opened .hamTopArea .searchArea {
    background-color: #000 !important;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu.opened .linksGroups * {
    color: #fff !important;
  }
  .YnetNewsMutamHeader .bottomHeaderArea .WeatherView .menuToggler {
    display: none;
  }
  .YnetNewsMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='24' viewBox='0 0 26 27'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.59 10.246a8.625 8.625 0 0 0 5.034 15.629 8.63 8.63 0 0 0 8.349-6.447'/%3E %3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.167 2l.835 7.388.484 4.279h8.847l4.167 5.75 2.167-1.356M16.417 9.5H9.002'/%3E %3Cpath fill='%23FFF' d='M11.71 2.272a2.272 2.272 0 1 1-4.544-.002 2.272 2.272 0 0 1 4.544.002'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 95% !important;
    border: 0.3125vw solid #fff;
    border-radius: 50%;
    background-position: center !important;
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .YnetNewsMutamHeader .mediaIcon {
    width: 6.5625vw;
    height: 6.5625vw;
    margin: 0 2.65625vw 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: transparent !important;
  }
  .YnetNewsMutamHeader .mediaIcon.linkToTw {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_81_3511)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 23C18.299 23 23 18.299 23 12.5C23 6.70101 18.299 2 12.5 2C6.70101 2 2 6.70101 2 12.5C2 18.299 6.70101 23 12.5 23ZM12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='white'/%3E %3Cdefs%3E %3CclipPath id='clip0_81_3511'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
  }
  .YnetNewsMutamHeader .mediaIcon.linkToFb {
    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 xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='32' height='32' viewBox='0 0 32 32' xml:space='preserve'%3E %3Cdesc%3ECreated with Fabric.js 3.6.3%3C/desc%3E %3Cdefs%3E %3C/defs%3E %3Cg transform='matrix(1.28 0 0 1.28 16.5 16.5)' %3E %3Cg style='' %3E %3Cg transform='matrix(1 0 0 1 0 0)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: evenodd; opacity: 1;' transform=' translate(-16, -16)' d='M 0 0 H 32 V 32 H 0 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 -0.25 0.14)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' translate(-15.75, -16.14)' d='M 17.226 9.976 c 1.05 0 1.79 0.165 1.79 0.165 v 1.854 s -0.23 0.006 -0.8 0.007 h -0.267 c -0.772 0 -1.144 0.49 -1.144 1.26 v 1.384 h 1.982 l -0.331 2.297 l -1.651 -0.001 v 5.362 h -2.414 l -0.001 -5.362 h -1.9 v -2.296 h 1.9 V 13.15 c 0 -2.72 1.55 -3.154 2.75 -3.173 h 0.086 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 0 0.01)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill:rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' translate(-16, -16.01)' d='M 16 4.507 c -6.351 0 -11.5 5.15 -11.5 11.5 c 0 6.352 5.149 11.5 11.5 11.5 s 11.5 -5.148 11.5 -11.5 c 0 -6.35 -5.149 -11.5 -11.5 -11.5 z m 0 2 c 5.247 0 9.5 4.254 9.5 9.5 c 0 5.247 -4.253 9.5 -9.5 9.5 s -9.5 -4.253 -9.5 -9.5 c 0 -5.246 4.253 -9.5 9.5 -9.5 z' stroke-linecap='round' /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .YnetNewsMutamHeader .mediaIcon.linkToYtube {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm.282 5.895.352.001c1.086.008 4.06.05 4.924.278a1.692 1.692 0 0 1 1.205 1.183c.26.957.283 2.866.284 3.178v.055c0 .168-.011 2.21-.284 3.21a1.692 1.692 0 0 1-1.205 1.183c-.93.244-4.308.275-5.139.279h-.37c-.83-.004-4.209-.035-5.138-.28a1.692 1.692 0 0 1-1.205-1.183c-.247-.906-.28-2.667-.284-3.115v-.149c.001-.312.023-2.221.284-3.178A1.692 1.692 0 0 1 7.91 8.647c.863-.227 3.838-.27 4.923-.278l.352-.001h.096zm-1.072 2.525v4.21l3.685-2.105-3.685-2.105z' fill='%23fff' fill-rule='evenodd'/%3E %3C/svg%3E") !important;
  }
  .YnetNewsMutamHeader .mutamSrchBox {
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
  }
}
.commercial-header-btn {
  display: flex;
}
.commercial-header-btn .commercial-btn-icon {
  width: 19px;
  height: 19px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.8587 13.3493C11.8989 13.0511 12.1779 10.8419 11.4819 8.4149C10.786 5.98793 9.37869 4.26226 8.33859 4.56051C7.29849 4.85875 7.01948 7.06797 7.7154 9.49494C8.41132 11.9219 9.81865 13.6476 10.8587 13.3493Z' fill='%23FF0200' stroke='black'/%3E %3Cpath d='M8.06259 4.80099L3.73568 8.63226L4.91268 12.179L9.49988 13' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M3.70098 8.74578C1.79738 9.12072 1.10412 10.0252 1.62118 11.4594C2.13824 12.8935 3.22274 13.0815 4.87467 12.0234' stroke='black'/%3E %3Cpath d='M3.2118 12.6736L4.30165 16.0552C4.49877 16.5558 4.78779 16.7119 5.16871 16.5235C5.54963 16.3351 5.66018 15.9735 5.50037 15.4387L4.40167 12.1349' stroke='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4602 3.53527C14.6656 3.62566 14.7588 3.86545 14.6684 4.07085C14.668 4.07179 14.6676 4.07273 14.6672 4.07367L13.5688 6.51904C13.476 6.72577 13.2337 6.81889 13.0263 6.72761C12.8209 6.63721 12.7277 6.39742 12.8181 6.19202C12.8185 6.19108 12.8189 6.19014 12.8193 6.18921L13.9177 3.74383C14.0105 3.53711 14.2527 3.44398 14.4602 3.53527Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3193 7.26247C17.3879 7.46188 17.2819 7.67918 17.0825 7.74783C17.079 7.74905 17.0754 7.75023 17.0718 7.75135L14.4125 8.57955C14.2033 8.6447 13.9802 8.53176 13.9089 8.32459C13.8403 8.12518 13.9463 7.90788 14.1457 7.83923C14.1492 7.83801 14.1528 7.83683 14.1564 7.83571L16.8157 7.00751C17.0249 6.94236 17.248 7.0553 17.3193 7.26247Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8601 11.6284C16.7565 11.8286 16.511 11.9082 16.3097 11.8068L13.8173 10.5511C13.6187 10.4511 13.5389 10.2091 13.6389 10.0105C13.6395 10.0092 13.6402 10.0079 13.6409 10.0067C13.7444 9.80643 13.9899 9.72689 14.1912 9.82832L16.6836 11.0839C16.8822 11.184 16.962 11.426 16.862 11.6246C16.8614 11.6258 16.8607 11.6271 16.8601 11.6284Z' fill='black'/%3E %3C/svg%3E");
}
.commercial-header-btn .commercial-btn-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.commercial-header-btn .commercial-btn-wrapper .commercial-btn-title {
  margin: 0 4px;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
.commercial-header-btn .commercial-btn-wrapper .menu-toggler {
  width: 12px;
  height: 7px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.commercial-header-btn .commercial-btn-wrapper .menu-toggler.to-close {
  transform: rotate(0deg);
}
.commercial-header-btn .commercial-btn-wrapper .menu-toggler.to-open {
  transform: rotate(180deg);
}
.commercial-header-btn .commercial-link-select {
  width: 210px;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 30px;
  padding: 17px 19px;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.47;
  z-index: 99;
  animation: fade-in 0.5s;
}
.commercial-header-btn .commercial-link-select > div {
  margin: 13px 0px;
  cursor: pointer;
}
.commercial-header-btn .commercial-link-select > div:first-child {
  margin: 0px;
}
.commercial-header-btn .commercial-link-select .commercial-link-btn {
  margin-bottom: 13px;
  text-decoration: none;
  text-decoration-color: #000;
  color: #000;
}
.commercial-header-btn .commercial-link-select .commercial-link-btn:last-child {
  margin-bottom: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.WeatherViewInHeader {
  display: flex;
  align-items: center;
}
.WeatherViewInHeader .weatherimage img {
  width: 20px;
  height: 20px;
}
.WeatherViewInHeader a,
.WeatherViewInHeader a:hover {
  text-decoration: none;
  color: inherit;
}
.WeatherViewInHeader .weathertempsdiv {
  margin-left: 2px;
}
.WeatherViewInHeader .weatherCitieSelect {
  width: 210px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
  border-radius: 4px;
  z-index: 99;
  position: absolute;
  font-size: 15px;
  line-height: 1.47;
  padding: 17px 19px;
  margin-top: 24px;
  left: 53%;
}
.WeatherViewInHeader .weatherCitieSelect > div {
  cursor: pointer;
  margin: 13px 0px;
}
.WeatherViewInHeader .weatherCitieSelect > div:first-child {
  margin: 0px;
}
.WeatherViewInHeader .headerWeatherSelect {
  min-width: 150px;
  display: inline-flex;
  flex-direction: row;
  cursor: pointer;
}
.WeatherViewInHeader .headerWeatherSelect .weatherCitieSelect {
  animation: fade-in 0.5s;
}
.WeatherViewInHeader .headerWeatherSelect .menuToggler {
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 7px;
  margin-top: 2px;
  margin-left: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.WeatherViewInHeader .headerWeatherSelect .menuToggler.toClose {
  transform: rotate(0deg);
  margin-right: -5px;
}
.WeatherViewInHeader .headerWeatherSelect .menuToggler.toOpen {
  transform: rotate(180deg);
}
.WeatherViewInHeader .headerWeatherSelect .selectedCity {
  display: inline-flex;
  flex-direction: row;
  width: auto;
  margin-right: 4px;
  margin-left: 4px;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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: 50px;
  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: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 8px;
  font-size: 16px;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@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 */
.YnetnewsHeader {
  display: flex;
  position: relative;
  flex-direction: column;
  direction: ltr;
}
.YnetnewsHeader * {
  font-family: 'NarkisBlock', 'Arial';
}
.font-moses .YnetnewsHeader * {
  font-family: 'Moses', 'NarkisBlock';
}
.vesty .YnetnewsHeader * {
  font-family: 'Arial';
}
.YnetnewsHeader .headerTop {
  height: 103px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  transition: height 0.3s;
  position: relative;
}
.YnetnewsHeader .headerTop .logo {
  height: 75px;
  width: 176px;
  margin-bottom: 24px;
  transition: height 0.3s;
}
.YnetnewsHeader .headerTop .logo img {
  width: 100%;
}
.YnetnewsHeader .headerTop #mainAccessibilityButton {
  display: inline-flex;
  float: right;
  width: auto;
  justify-content: flex-end;
  position: relative;
  height: 26px;
}
.YnetnewsHeader .headerTop #mainAccessibilityButton #INDmenu-btn {
  background: unset !important;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: unset !important;
  left: unset !important;
  position: absolute;
  top: 0;
  right: 0;
}
.YnetnewsHeader .headerTop #mainAccessibilityButton #INDmenu-btn .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000'%3E %3Cg%3E %3Cg transform='translate(-43 -211) translate(0 131) translate(44 81)'%3E %3Cg stroke-width='1.5'%3E %3Cpath d='M8.4 2c0-1.105-.895-2-2-2s-2 .895-2 2 .895 2 2 2 2-.895 2-2z' transform='translate(5 3.5)'/%3E %3Cg%3E %3Cpath d='M0 0L5.726 1.002 5.726 4.566 3.871 11' transform='translate(5 3.5) translate(0 5)'/%3E %3Cpath d='M7.167 0L12.894 1.002 12.894 4.566 11.038 11' transform='translate(5 3.5) translate(0 5) matrix(-1 0 0 1 20.061 0)'/%3E %3C/g%3E %3C/g%3E %3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  display: flex;
}
.YnetnewsHeader .headerTop .followUsLinks {
  position: absolute;
  bottom: 17px;
  display: flex;
  right: 0;
  align-items: center;
}
.YnetnewsHeader .headerTop .followUsLinks .mediaLinks {
  display: flex;
  gap: 13px;
}
.YnetnewsHeader .headerTop .followUsLinks .mediaLinks .mediaIcon {
  width: 26px;
  height: 26px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.YnetnewsHeader .headerTop .followUsLinks .mediaLinks .mediaIcon.linkToTw {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15.333' r='14.5' fill='none' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3119)'%3E %3Cpath d='M9.31922 22.606C8.91173 22.606 8.50521 22.6069 8.09772 22.604C8.06547 22.604 8.03225 22.5737 8 22.5571C8.05863 22.5043 8.1241 22.4584 8.17492 22.3988C9.97394 20.3076 11.771 18.2164 13.5681 16.1242C13.6199 16.0646 13.6658 16.0001 13.7137 15.9405C13.6814 15.8906 13.6609 15.8555 13.6384 15.8222C11.8023 13.1457 9.96515 10.4691 8.12801 7.79358C8.09283 7.74277 8.043 7.70075 8 7.65482C8.06547 7.63821 8.12997 7.60791 8.19544 7.60791C9.59577 7.60596 10.9971 7.60596 12.3974 7.60596C12.4257 7.66264 12.4472 7.7242 12.4834 7.77599C13.6687 9.50563 14.856 11.2353 16.0433 12.9639C16.0736 13.0079 16.1107 13.047 16.1704 13.1183C16.2163 13.0548 16.2476 13.0079 16.2837 12.9649C17.772 11.2314 19.2612 9.49879 20.7495 7.76524C20.7906 7.71736 20.8179 7.65873 20.8511 7.60498C21.2909 7.60498 21.7306 7.60498 22.1704 7.60498C22.1195 7.6685 22.0707 7.73299 22.0179 7.79456C20.3098 9.78316 18.6036 11.7718 16.8906 13.7555C16.7635 13.903 16.744 13.9949 16.8622 14.1659C18.7482 16.8991 20.6244 19.6382 22.5046 22.3753C22.5495 22.4408 22.6072 22.4955 22.659 22.5561C22.5935 22.5727 22.529 22.603 22.4635 22.603C21.0632 22.606 19.6619 22.605 18.2616 22.605C18.2293 22.5415 18.2029 22.4731 18.1629 22.4144C16.9208 20.6027 15.6778 18.791 14.4349 16.9802C14.3948 16.9216 14.3479 16.8669 14.2795 16.777C14.2355 16.8385 14.2062 16.8864 14.17 16.9275C12.5899 18.7675 11.0098 20.6066 9.42964 22.4457C9.3886 22.4936 9.35635 22.5512 9.3202 22.604L9.31922 22.606ZM20.8814 21.6737C20.8003 21.5535 20.7485 21.4744 20.6948 21.3972C17.7876 17.2333 14.8765 13.0705 11.9772 8.89977C11.8081 8.65742 11.6391 8.5597 11.3469 8.57436C10.8397 8.59977 10.3296 8.5812 9.76775 8.5812C9.84984 8.70433 9.90065 8.78348 9.9544 8.8597C11.6088 11.2294 13.2632 13.5981 14.9166 15.9678C16.1977 17.803 17.4788 19.6392 18.7638 21.4724C18.8195 21.5525 18.9094 21.663 18.9857 21.6649C19.6003 21.6805 20.215 21.6737 20.8805 21.6737H20.8814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3119'%3E %3Crect width='14.658' height='15' fill='none' transform='translate(8 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.YnetnewsHeader .headerTop .followUsLinks .mediaLinks .mediaIcon.linkToFb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg id='fac' transform='translate(0.182)'%3E %3Cg id='Ellipse_68' data-name='Ellipse 68' transform='translate(-0.183)' fill='none' stroke='%23000' stroke-width='1'%3E %3Ccircle cx='13' cy='13' r='13' stroke='none'/%3E %3Ccircle cx='13' cy='13' r='12.5' fill='none'/%3E %3C/g%3E %3Cpath id='Icon_awesome-facebook-f' data-name='Icon awesome-facebook-f' d='M8.119,7.316,8.48,4.962H6.221V3.435A1.177,1.177,0,0,1,7.548,2.163H8.575v-2A12.521,12.521,0,0,0,6.753,0,2.874,2.874,0,0,0,3.677,3.168V4.962H1.609V7.316H3.677v5.69H6.221V7.316Z' transform='translate(7.518 6.885)'/%3E %3C/g%3E %3C/svg%3E");
}
.YnetnewsHeader .headerTop .followUsLinks .mediaLinks .mediaIcon.linkToYtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg id='yout' transform='translate(-1081 -173)'%3E %3Cpath id='Icon_awesome-youtube' data-name='Icon awesome-youtube' d='M16.89,6.28a2.033,2.033,0,0,0-1.43-1.44A48.038,48.038,0,0,0,9.139,4.5a48.038,48.038,0,0,0-6.321.34,2.033,2.033,0,0,0-1.43,1.44A21.324,21.324,0,0,0,1.05,10.2a21.324,21.324,0,0,0,.338,3.919,2,2,0,0,0,1.43,1.417,48.038,48.038,0,0,0,6.321.34,48.038,48.038,0,0,0,6.321-.34,2,2,0,0,0,1.43-1.417,21.324,21.324,0,0,0,.338-3.919A21.324,21.324,0,0,0,16.89,6.28ZM7.484,12.6V7.794L11.713,10.2,7.484,12.6Z' transform='translate(1084.95 175.5)'/%3E %3Cg id='tel' transform='translate(1081 173)'%3E %3Cg id='Ellipse_68' data-name='Ellipse 68' transform='translate(0)' fill='none' stroke='%23000' stroke-width='1'%3E %3Ccircle cx='13' cy='13' r='13' stroke='none'/%3E %3Ccircle cx='13' cy='13' r='12.5' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetnewsHeader .headerTop .followUsLinks .mediaLinks .mediaIcon.linkToInst {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg id='inst' transform='translate(1)'%3E %3Cpath id='Icon_awesome-instagram' data-name='Icon awesome-instagram' d='M7.121,5.708a3.653,3.653,0,1,0,3.653,3.653A3.647,3.647,0,0,0,7.121,5.708Zm0,6.027A2.375,2.375,0,1,1,9.5,9.361,2.379,2.379,0,0,1,7.121,11.736Zm4.654-6.177a.852.852,0,1,1-.852-.852A.85.85,0,0,1,11.775,5.559Zm2.419.865a4.216,4.216,0,0,0-1.151-2.985,4.244,4.244,0,0,0-2.985-1.151c-1.176-.067-4.7-.067-5.878,0A4.238,4.238,0,0,0,1.2,3.435,4.23,4.23,0,0,0,.045,6.42c-.067,1.176-.067,4.7,0,5.878A4.216,4.216,0,0,0,1.2,15.283a4.249,4.249,0,0,0,2.985,1.151c1.176.067,4.7.067,5.878,0a4.216,4.216,0,0,0,2.985-1.151A4.244,4.244,0,0,0,14.194,12.3c.067-1.176.067-4.7,0-5.875Zm-1.52,7.137a2.4,2.4,0,0,1-1.354,1.354,15.7,15.7,0,0,1-4.2.286,15.823,15.823,0,0,1-4.2-.286A2.4,2.4,0,0,1,1.568,13.56a15.7,15.7,0,0,1-.286-4.2,15.823,15.823,0,0,1,.286-4.2A2.4,2.4,0,0,1,2.922,3.807a15.7,15.7,0,0,1,4.2-.286,15.823,15.823,0,0,1,4.2.286,2.4,2.4,0,0,1,1.354,1.354,15.7,15.7,0,0,1,.286,4.2A15.691,15.691,0,0,1,12.675,13.56Z' transform='translate(5.006 4.013)'/%3E %3Cg id='Group_1036' data-name='Group 1036' transform='translate(-1)'%3E %3Cg id='Ellipse_68' data-name='Ellipse 68' transform='translate(0)' fill='none' stroke='%23000' stroke-width='1'%3E %3Ccircle cx='13' cy='13' r='13' stroke='none'/%3E %3Ccircle cx='13' cy='13' r='12.5' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetnewsHeader .headerTop .followUsLinks .mediaLinks .mediaIcon.linkToTelegram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg id='tel' transform='translate(0)'%3E %3Cg id='Ellipse_68' data-name='Ellipse 68' transform='translate(0)' fill='none' stroke='%23000' stroke-width='1'%3E %3Ccircle cx='13' cy='13' r='13' stroke='none'/%3E %3Ccircle cx='13' cy='13' r='12.5' fill='none'/%3E %3C/g%3E %3Cpath id='Icon_awesome-telegram-plane' data-name='Icon awesome-telegram-plane' d='M12.489,5.484,10.6,14.4c-.143.629-.514.786-1.043.489L6.677,12.764,5.287,14.1a.723.723,0,0,1-.579.282l.207-2.933,5.337-4.822c.232-.207-.05-.321-.361-.115l-6.6,4.154L.454,9.778c-.618-.193-.629-.618.129-.914l11.11-4.28c.514-.193.964.115.8.9Z' transform='translate(5.579 2.807)'/%3E %3C/g%3E %3C/svg%3E");
}
.YnetnewsHeader .headerTop .leftSideLinks {
  height: 28px;
  font-size: 13px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0px;
  bottom: 23px;
}
.font-moses .YnetnewsHeader .headerTop .leftSideLinks {
  font-size: 12px;
  font-weight: 340;
}
.YnetnewsHeader .headerTop .leftSideLinks > * {
  margin-left: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
}
.YnetnewsHeader .headerTop .leftSideLinks > * .headerIcon {
  height: 16px;
  width: 14px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  display: inline-flex;
  background-image: transparent;
}
.YnetnewsHeader .headerTop .leftSideLinks > * .headerIcon.flash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath stroke='%23000' stroke-width='1.5' d='M1.5 9.788h9v-3.56c0-2.485-2.016-4.5-4.5-4.5-2.485 0-4.5 2.015-4.5 4.5v3.56z' transform='translate(0 1) translate(1)'/%3E %3Cpath fill='%23000' d='M4.735 15.348c1.38 0 2.5-1.119 2.5-2.5 0-1.38-1.12-2.5-2.5-2.5v5z' transform='translate(0 1) translate(1) rotate(90 5.985 12.849)'/%3E %3Cpath stroke='%23000' stroke-linecap='square' stroke-width='1.5' d='M0 9.788L11.999 9.788M5.985.425L5.985 1.5' transform='translate(0 1) translate(1)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetnewsHeader .headerTop .leftSideLinks > * .headerIcon.flash.newFlash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23FF0200' stroke='%23FF0200' stroke-width='1.5' d='M1.5 9.788h9v-3.56c0-2.485-2.016-4.5-4.5-4.5-2.485 0-4.5 2.015-4.5 4.5v3.56z' transform='translate(-1214 -57) translate(989 55) translate(226 3)'/%3E %3Cpath fill='%23FF0200' d='M4.735 15.348c1.38 0 2.5-1.119 2.5-2.5 0-1.38-1.12-2.5-2.5-2.5v5z' transform='translate(-1214 -57) translate(989 55) translate(226 3) rotate(90 5.985 12.849)'/%3E %3Cpath stroke='%23FF0200' stroke-linecap='square' stroke-width='1.5' d='M0 9.788L11.999 9.788M5.985.425L5.985 1.5' transform='translate(-1214 -57) translate(989 55) translate(226 3)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetnewsHeader .headerTop .leftSideLinks > * .headerIcon.redMail {
  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='%23000'%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");
}
.YnetnewsHeader .BottomHeaderArea {
  margin-bottom: 10px;
  height: 28px;
  position: relative;
}
.YnetnewsHeader .BottomHeaderArea.sticky {
  position: fixed;
  height: 38px;
  width: 1240px;
  z-index: 9998;
  top: 0;
  -webkit-animation: mymove 0.3s forwards;
  animation: mymove 0.3s forwards;
}
.YnetnewsHeader .BottomHeaderArea.sticky .mainNav {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
.YnetnewsHeader .BottomHeaderArea.sticky .mainNav > div {
  height: 38px ! important;
}
.YnetnewsHeader .BottomHeaderArea.sticky .mainNav > div > * {
  line-height: 40px ! important;
}
.YnetnewsHeader .BottomHeaderArea .mainNav {
  display: flex;
  padding: 0 15px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  font-family: 'NarkisBlock', 'Arial';
}
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav {
  font-family: 'Moses', 'NarkisBlock', 'Arial';
}
.vesty .YnetnewsHeader .BottomHeaderArea .mainNav {
  font-family: 'Arial';
}
.YnetnewsHeader .BottomHeaderArea .mainNav .navList {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
  align-items: center;
}
.YnetnewsHeader .BottomHeaderArea .mainNav .ynetLogoInSticky {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23fff' d='M0 13.5A13.5 13.5 0 0 0 13.5 27 13.5 13.5 0 0 0 27 13.5 13.5 13.5 0 0 0 13.5 0 13.5 13.5 0 0 0 0 13.5z' transform='translate(-1238 -6) translate(1200 6) translate(38)'/%3E %3Cpath fill='%23de1a1a' fill-rule='evenodd' d='M19.211 5.931a.51.51 0 0 0-.491-.709h-1.635a.706.706 0 0 0-.736.572l-2.018 8.234c-.191.763-.327 1.445-.436 1.936a8.43 8.43 0 0 0-.245-1.663l-2.29-8.479a.758.758 0 0 0-.763-.6H8.8a.488.488 0 0 0-.491.681L11.8 16.837a.683.683 0 0 0 .736.573h.927A8.955 8.955 0 0 1 13 19.045a3.638 3.638 0 0 1-1.854 2.427l-.382.19a.66.66 0 0 0-.328.845L11 23.626a.615.615 0 0 0 .818.3l.6-.273a5.59 5.59 0 0 0 3.053-3.926z' transform='translate(-1238 -6) translate(1200 6) translate(38)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 27px 27px;
  width: 27px;
  height: 38px;
  background-position: center;
  margin-left: -5px;
  margin-right: 7px;
}
.vesty .YnetnewsHeader .BottomHeaderArea .mainNav .ynetLogoInSticky {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E %3Cg id='Group_1' data-name='Group 1' transform='translate(-449 -120)'%3E %3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='13.5' cy='13.5' r='13.5' transform='translate(449 120)' fill='%23fff'/%3E %3Cg id='B' transform='translate(487.527 9.689)'%3E %3Cpath id='path6903' d='M-31.5,131.162c.005-.209.061-.273.315-.367a1.082,1.082,0,0,0,.5-.423c.191-.3.2-.441.26-5.727.035-2.98.03-5.764-.013-6.187-.094-.93-.306-1.39-.709-1.533-.271-.1-.466-.4-.351-.548.081-.1,9.606-.076,10.352.031a2.736,2.736,0,0,1,1.64.672,1.818,1.818,0,0,1,.521,1.581,1.8,1.8,0,0,1-.377,1.291,6.125,6.125,0,0,1-2.325,1.917c-.534.254-.667.375-.414.378a8.413,8.413,0,0,1,1.875.708,4.867,4.867,0,0,1,2.132,2.421,3.465,3.465,0,0,1,.2,1.674,3.165,3.165,0,0,1-.279,1.692,4.421,4.421,0,0,1-3.313,2.516c-.587.127-4.341.205-8.29.172l-1.734-.014.006-.253Zm7.619-1.449a2.408,2.408,0,0,0,1.2-.926,3.15,3.15,0,0,0,.562-1.909,4.267,4.267,0,0,0-1.865-3.634l-.256-.192-1.01.373-1.01.373-.009,2.73c-.01,2.938.012,3.085.488,3.3a3.725,3.725,0,0,0,1.9-.114Zm-1.441-7.872a5.07,5.07,0,0,0,2.078-1.582,1.7,1.7,0,0,0,.114-1.689,1.724,1.724,0,0,0-1.61-.73,1.666,1.666,0,0,0-1.265.306c-.172.152-.2.3-.245,1.351a7.161,7.161,0,0,0,.149,2.625,5.564,5.564,0,0,0,.78-.281Z' transform='translate(0 0)' fill='%23e00120'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay {
  width: 56px;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay span {
  width: 100%;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay {
  display: flex;
  align-items: center;
  max-width: 100px;
  flex-shrink: 0;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 !important;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreBtn {
  width: 60px;
  height: 18px;
  align-self: center;
  border-radius: 9px;
  box-shadow: inset 0px 0px 1px 1.5px #fff;
  padding: 0 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.vesty .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn,
.vesty .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreBtn {
  height: 20px;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .searchIcon,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .searchIcon {
  width: auto;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-left: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='height:2em' viewBox='0 0 12 13'%3E %3Cg stroke-width='1' stroke='%23fff' fill='none'%3E %3Cpath d='M11.29 11.71l-4-4'/%3E %3Ccircle cx='5' cy='5' r='4'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center left;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 4px;
  font-size: 15px;
  color: #FFFFFF;
  box-sizing: border-box;
}
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay,
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav .navList > div {
  font-size: 13px;
  font-weight: 340;
  letter-spacing: 0.13px;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > .selected,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > .selected,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div > .selected {
  font-weight: 600;
}
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > .selected,
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > .selected,
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav .navList > div > .selected {
  font-weight: 670;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > *,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > *,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div > * {
  height: 100%;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay:last-child > *,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay:last-child > *,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div:last-child > * {
  border: none;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay:hover,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay:hover,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div:hover {
  font-weight: 600;
}
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay:hover,
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay:hover,
.font-moses .YnetnewsHeader .BottomHeaderArea .mainNav .navList > div:hover {
  font-weight: 670;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay a,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div a,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a:hover,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay a:hover,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div a:hover {
  text-decoration: none;
  color: inherit;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreIcon,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div .moreIcon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
  margin-left: 4px;
  pointer-events: none;
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toClose,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreIcon.toClose,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toClose {
  transform: rotate(0deg);
}
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toOpen,
.YnetnewsHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreIcon.toOpen,
.YnetnewsHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toOpen {
  transform: rotate(180deg);
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu {
  display: flex;
  flex-direction: column;
  padding: 16px 40px 48px;
  background-image: linear-gradient(166deg, #fafcfd 59%, #f3f8f9 114%);
  box-sizing: border-box;
  height: 0px;
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 3px 4px 2px rgba(218, 218, 221, 0.4);
  visibility: hidden;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu.opened {
  transition: height 0.2s linear, opacity 0.2s linear 0.2s;
  height: 504px;
  opacity: 1;
  z-index: 1112;
  visibility: visible;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu.opened.searchPopUp {
  height: 190px;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .main_search_elements {
  position: relative;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .main_search_elements input {
  font-size: 16px;
}
.font-moses .YnetnewsHeader .BottomHeaderArea .popUpmenu .main_search_elements input {
  font-size: 13px;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu #mainSearchSelect {
  display: none;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .mainSrchclass,
.YnetnewsHeader .BottomHeaderArea .popUpmenu .mainSrchclassynet[style] {
  border-radius: 2.6px;
  background-color: #d8d8d8 ! important;
  padding: 16px;
  height: 48px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu #MsBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-53 -255) translate(0 224) translate(38 16) translate(16 16)'%3E %3Ccircle cx='6' cy='6' r='6'/%3E %3Cpath stroke-linecap='square' d='M10.8 10.8L14.8 14.8'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 48px;
  height: 48px;
  background-size: 16px 16px;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .linksGroups {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  overflow: hidden;
  padding-right: 50px;
  margin-top: 24px;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 100px;
}
.vesty .YnetnewsHeader .BottomHeaderArea .popUpmenu .group:last-child {
  margin-right: 200px;
  width: 200px;
}
.vesty .YnetnewsHeader .BottomHeaderArea .popUpmenu .group:last-child .groupList li {
  width: 300px ! important;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupTitle {
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.font-moses .YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupTitle {
  font-size: 13px;
  font-weight: 670;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 273px;
  list-style: none;
  margin: 0;
  padding-inline-start: 0px;
  width: 100px;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupList > * {
  width: 108px;
  font-size: 15px;
  line-height: 30px;
  margin-right: 10px;
}
.font-moses .YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupList > * {
  font-size: 13px;
  font-weight: 340;
}
.vesty .YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupList > * {
  width: 140px;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupList a:hover {
  text-decoration: underline;
  color: inherit;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .group .groupList a {
  text-decoration: none;
  color: inherit;
}
.YnetnewsHeader .BottomHeaderArea .popUpmenu .group:nth-child(1) .groupList {
  width: 250px;
}
.YnetnewsHeader .searchArea {
  height: 28px;
  position: relative;
  margin-right: 14px;
  width: 250px;
  display: flex;
  justify-content: flex-end;
}
.YnetnewsHeader .searchArea input {
  width: 100%;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
  box-sizing: border-box;
  border: 0;
  z-index: 1;
  font-size: 12px;
  font-weight: 340;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.YnetnewsHeader .searchArea #mainSearchSelect {
  display: none;
}
.YnetnewsHeader .searchArea .searchBtn {
  font-size: 13px;
  font-weight: 340;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Menu / Search'%3E %3Cpath id='Vector' d='M10.9489 6.81836C9.92122 6.81858 8.91665 7.1233 8.06204 7.69405C7.20743 8.26479 6.54109 9.07597 6.14718 10.0252C5.75326 10.9743 5.64943 12.019 5.84879 13.0271C6.04815 14.0353 6.54176 14.9617 7.2673 15.6896C7.7511 16.1721 8.32527 16.5546 8.95698 16.8152C9.5887 17.0757 10.2656 17.2092 10.9489 17.208C12.1555 17.2084 13.3246 16.7893 14.2561 16.0224L18.0417 19.8184L18.7801 19.08L14.9841 15.284C15.5998 14.521 15.9873 13.5995 16.1018 12.6258C16.2163 11.6521 16.0533 10.6659 15.6314 9.7809C15.2096 8.89589 14.5461 8.14817 13.7176 7.62399C12.8891 7.09981 11.9293 6.82053 10.9489 6.81836ZM10.9489 16.1784C9.9865 16.1776 9.05414 15.8432 8.31066 15.2321C7.56718 14.621 7.05858 13.771 6.87151 12.827C6.68445 11.8829 6.83049 10.9032 7.28475 10.0548C7.73902 9.20634 8.4734 8.54165 9.36279 8.17395C10.2522 7.80626 11.2415 7.7583 12.1623 8.03826C13.0831 8.31823 13.8783 8.90878 14.4125 9.70931C14.9467 10.5098 15.1868 11.4708 15.0919 12.4285C14.997 13.3862 14.573 14.2814 13.8921 14.9616C13.5055 15.3477 13.0466 15.654 12.5416 15.8628C12.0366 16.0715 11.4954 16.1788 10.9489 16.1784Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  color: #000;
  height: 28px;
  cursor: pointer;
}
.YnetnewsHeader .searchArea .main_search_elements {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 28px;
  width: 250px;
}
.YnetnewsHeader .searchArea .main_search_elements #MsBtn,
.YnetnewsHeader .searchArea .main_search_elements .closeBtn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  z-index: 2;
  border: 0;
  cursor: pointer;
}
.YnetnewsHeader .searchArea .main_search_elements #MsBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Menu / Search'%3E %3Cpath id='Vector' d='M10.9489 6.81836C9.92122 6.81858 8.91665 7.1233 8.06204 7.69405C7.20743 8.26479 6.54109 9.07597 6.14718 10.0252C5.75326 10.9743 5.64943 12.019 5.84879 13.0271C6.04815 14.0353 6.54176 14.9617 7.2673 15.6896C7.7511 16.1721 8.32527 16.5546 8.95698 16.8152C9.5887 17.0757 10.2656 17.2092 10.9489 17.208C12.1555 17.2084 13.3246 16.7893 14.2561 16.0224L18.0417 19.8184L18.7801 19.08L14.9841 15.284C15.5998 14.521 15.9873 13.5995 16.1018 12.6258C16.2163 11.6521 16.0533 10.6659 15.6314 9.7809C15.2096 8.89589 14.5461 8.14817 13.7176 7.62399C12.8891 7.09981 11.9293 6.82053 10.9489 6.81836ZM10.9489 16.1784C9.9865 16.1776 9.05414 15.8432 8.31066 15.2321C7.56718 14.621 7.05858 13.771 6.87151 12.827C6.68445 11.8829 6.83049 10.9032 7.28475 10.0548C7.73902 9.20634 8.4734 8.54165 9.36279 8.17395C10.2522 7.80626 11.2415 7.7583 12.1623 8.03826C13.0831 8.31823 13.8783 8.90878 14.4125 9.70931C14.9467 10.5098 15.1868 11.4708 15.0919 12.4285C14.997 13.3862 14.573 14.2814 13.8921 14.9616C13.5055 15.3477 13.0466 15.654 12.5416 15.8628C12.0366 16.0715 11.4954 16.1788 10.9489 16.1784Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
  right: 0;
}
.YnetnewsHeader .searchArea .main_search_elements .closeBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Exit'%3E %3Cpath id='Vector' d='M8.33203 9.27198L9.20606 8.39795L17.1723 16.3642L16.2983 17.2382L8.33203 9.27198Z' fill='black' fill-opacity='0.5'/%3E %3Cpath id='Vector_2' d='M8.32739 16.3647L16.2937 8.39844L17.1677 9.27252L9.20142 17.2387L8.32739 16.3647Z' fill='black' fill-opacity='0.5'/%3E %3C/g%3E %3C/svg%3E");
  left: 0;
  background-color: transparent;
}
@keyframes mymove {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0);
  }
}
.YnetnewsHeader.light .headerTop {
  height: 90px;
}
.YnetnewsHeader.light .headerTop .logo img {
  height: 100%;
  width: auto;
}
.YnetnewsHeader.light .headerTop .leftSideLinks > * .headerIcon.flash {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.70283 11.874C9.72288 12.2165 9.67397 12.7484 9.5591 13.071C9.44424 13.3935 9.26585 13.6887 9.0349 13.9385C8.80394 14.1882 8.5253 14.3872 8.2161 14.5232C7.90689 14.6592 7.57365 14.7294 7.23686 14.7294C6.90006 14.7294 6.56683 14.6592 6.25762 14.5232C5.94842 14.3872 5.66978 14.1882 5.43882 13.9385C5.20787 13.6887 5.02948 13.3935 4.91462 13.071C4.79975 12.7484 4.75084 12.2165 4.77089 11.874H9.70283ZM7.95081 0.800781V2.39824C9.18083 2.57063 10.3081 3.19058 11.1244 4.14361C11.9408 5.09665 12.3911 6.31841 12.3922 7.58329V10.4569H13.75V11.8759H7.25H0.75V10.4569H2.09906V7.58329C2.10016 6.31841 2.55046 5.09665 3.36681 4.14361C4.18316 3.19058 5.31041 2.57063 6.54043 2.39824V0.800781H7.95081Z' stroke='black'/%3E %3C/svg%3E") !important;
}
.YnetnewsHeader.light .headerTop .leftSideLinks > * .headerIcon.redMail {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.33767 0.265137H18.1623C19.0465 0.265137 19.7685 0.987206 19.7685 1.87137V11.6589C19.7685 12.5431 19.0465 13.2651 18.1623 13.2651H2.33767C1.45351 13.2651 0.731445 12.5431 0.731445 11.6589V1.87137C0.731445 0.987206 1.45351 0.265137 2.33767 0.265137ZM2.34812 1.19117C4.81003 3.66393 7.05792 5.92236 9.39243 8.26633C9.89062 8.76452 10.6089 8.76305 11.1084 8.2682C13.4495 5.91566 15.7061 3.64915 18.1527 1.19108L2.34812 1.19117ZM18.8396 1.8086L13.8393 6.83362L18.8425 11.3333V1.87137L18.8396 1.8086ZM13.1862 7.48957L11.7616 8.92139C10.8955 9.77796 9.60448 9.78181 8.74022 8.92041L7.32653 7.50002L2.02916 12.2645C2.12188 12.312 2.22692 12.3391 2.33767 12.3391H18.1623C18.2793 12.3391 18.39 12.3091 18.4865 12.2564L13.1862 7.48957ZM6.67344 6.84406L1.66034 1.80811L1.65748 1.87137V11.3556L6.67344 6.84406Z' fill='black'/%3E %3C/svg%3E") !important;
  height: 16px;
  width: 19px;
}
.YnetnewsHeader.light .headerTop .followUsLinks .mediaLinks {
  display: flex;
  flex-direction: row-reverse;
  gap: 13px;
}
.YnetnewsHeader.light .followUsLinks {
  right: 0px !important;
}
.YnetnewsHeader.light .BottomHeaderArea.sticky {
  height: 41px !important;
}
.YnetnewsHeader.light .BottomHeaderArea.sticky .mainNav {
  box-shadow: none !important;
}
.YnetnewsHeader.light .BottomHeaderArea.sticky .mainNav .navList > div:first-child {
  padding-inline-start: 0;
}
.YnetnewsHeader.light .BottomHeaderArea .mainNav {
  justify-content: center;
  background-color: #fff;
}
.YnetnewsHeader.light .BottomHeaderArea .mainNav .navList {
  flex-grow: unset;
  justify-content: center;
  margin-right: 0;
}
.YnetnewsHeader.light .headerTop .logo {
  height: 68px;
  width: auto;
}
.YnetnewsHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.YnetnewsHeader.light .BottomHeaderArea .mainNav .navList > div {
  height: 39px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 16px;
}
.vesty .YnetnewsHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.vesty .YnetnewsHeader.light .BottomHeaderArea .mainNav .navList > div {
  padding: 0 7.5px;
  flex-shrink: 0;
}
.YnetnewsHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay:hover,
.YnetnewsHeader.light .BottomHeaderArea .mainNav .navList > div:hover {
  font-weight: 600;
}
.YnetnewsHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay > *,
.YnetnewsHeader.light .BottomHeaderArea .mainNav .navList > div > * {
  line-height: 40px;
}
.YnetnewsHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn {
  color: #000;
  border: none;
  box-shadow: none;
  margin-right: 0;
  padding: 0 10px;
  width: unset;
}
.YnetnewsHeader.light .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon {
  filter: invert(1);
}
.YnetnewsHeader.light .BottomHeaderArea .popUpmenu {
  background: #F5F5F5 !important;
  background-image: none !important;
  box-shadow: none !important;
}
.YnetnewsHeader.light .BottomHeaderArea .popUpmenu #mainAccessibilityButton {
  display: inline-flex;
  float: right;
  width: auto;
  justify-content: flex-end;
  position: relative;
  height: 26px;
}
.YnetnewsHeader.light .BottomHeaderArea .popUpmenu #mainAccessibilityButton #INDmenu-btn {
  background: unset !important;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: unset !important;
  left: unset !important;
  position: absolute;
  top: 0;
  right: 0;
}
.YnetnewsHeader.light .BottomHeaderArea .popUpmenu #mainAccessibilityButton #INDmenu-btn .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000'%3E %3Cg%3E %3Cg transform='translate(-43 -211) translate(0 131) translate(44 81)'%3E %3Cg stroke-width='1.5'%3E %3Cpath d='M8.4 2c0-1.105-.895-2-2-2s-2 .895-2 2 .895 2 2 2 2-.895 2-2z' transform='translate(5 3.5)'/%3E %3Cg%3E %3Cpath d='M0 0L5.726 1.002 5.726 4.566 3.871 11' transform='translate(5 3.5) translate(0 5)'/%3E %3Cpath d='M7.167 0L12.894 1.002 12.894 4.566 11.038 11' transform='translate(5 3.5) translate(0 5) matrix(-1 0 0 1 20.061 0)'/%3E %3C/g%3E %3C/g%3E %3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  display: flex;
}
.YnetnewsHeader.light .BottomHeaderArea .popUpmenu.opened {
  height: 402px;
  padding: 13px 40px 48px ! important;
}
.YnetnewsHeader.light .BottomHeaderArea .popUpmenu .linksGroups {
  margin-top: 10px;
}
.YnetnewsHeader.light .ynetLogoInSticky {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Elements / red circle y' clip-path='url(%23clip0_6717_15177)'%3E %3Cpath id='Vector' d='M12.6 0.00160195H12.9968C16.2148 0.10965 19.2654 1.47364 21.5049 3.80577C23.7443 6.13791 24.9975 9.2558 25 12.5016V12.9016C24.8928 16.1456 23.5397 19.2208 21.2263 21.4783C18.9128 23.7358 15.8198 24.9991 12.6 25.0016H12.2032C8.91451 24.9486 5.78142 23.5807 3.49318 21.199C1.20493 18.8173 -0.0510298 15.6168 0.00158914 12.3016C0.0542081 8.98639 1.4111 5.82804 3.77376 3.52134C6.13642 1.21465 9.31131 -0.0514413 12.6 0.00160195Z' fill='%23DE1A1A'/%3E %3Cpath id='Vector_2' d='M9.81523 4.57088C9.96649 4.56855 10.1136 4.62251 10.2301 4.72305C10.3466 4.8236 10.4248 4.96415 10.4507 5.11941L12.2664 12.7989C12.3874 13.2939 12.4544 13.8015 12.4661 14.3121L12.8293 12.553L14.4997 5.08158C14.5118 4.99288 14.5421 4.90793 14.5886 4.83252C14.635 4.75711 14.6965 4.693 14.7689 4.64455C14.8412 4.59609 14.9227 4.56444 15.0079 4.55172C15.093 4.53901 15.1798 4.54554 15.2623 4.57088H16.6059C16.9145 4.57088 17.1143 4.81677 17.0235 5.21399L13.9368 17.7358C13.8007 18.4909 13.501 19.2037 13.0605 19.8199C12.62 20.4361 12.0503 20.9395 11.3949 21.2918L10.9046 21.5377C10.8442 21.5689 10.7783 21.5868 10.711 21.5902C10.6437 21.5937 10.5764 21.5827 10.5133 21.5578C10.4503 21.533 10.3928 21.4948 10.3446 21.4458C10.2963 21.3968 10.2583 21.3379 10.2328 21.2729L9.76076 20.2515C9.70347 20.1103 9.69972 19.9517 9.75027 19.8078C9.80082 19.6639 9.9019 19.5453 10.0331 19.4759L10.3418 19.3057C10.7347 19.0786 11.075 18.7644 11.3385 18.3853C11.602 18.0061 11.7824 17.5713 11.8669 17.1116C12.0453 16.6278 12.179 16.1274 12.2664 15.6173H11.4857C11.1588 15.6173 10.9954 15.4849 10.8865 15.1066L7.99955 5.17616C7.96616 5.1092 7.95089 5.03404 7.95535 4.95873C7.95981 4.88342 7.98384 4.81079 8.02488 4.74861C8.06591 4.68644 8.1224 4.63705 8.1883 4.60574C8.2542 4.57444 8.32703 4.56238 8.399 4.57088H9.81523Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_6717_15177'%3E %3Crect width='25' height='25' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") ! important;
}
.vesty .YnetnewsHeader.light .ynetLogoInSticky {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E %3Cg id='Group_1' data-name='Group 1' transform='translate(-449 -120)'%3E %3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='13.5' cy='13.5' r='13.5' transform='translate(449 120)' fill='%23e00120'/%3E %3Cg id='B' transform='translate(487.527 9.689)'%3E %3Cpath id='path6903' d='M-31.5,131.162c.005-.209.061-.273.315-.367a1.082,1.082,0,0,0,.5-.423c.191-.3.2-.441.26-5.727.035-2.98.03-5.764-.013-6.187-.094-.93-.306-1.39-.709-1.533-.271-.1-.466-.4-.351-.548.081-.1,9.606-.076,10.352.031a2.736,2.736,0,0,1,1.64.672,1.818,1.818,0,0,1,.521,1.581,1.8,1.8,0,0,1-.377,1.291,6.125,6.125,0,0,1-2.325,1.917c-.534.254-.667.375-.414.378a8.413,8.413,0,0,1,1.875.708,4.867,4.867,0,0,1,2.132,2.421,3.465,3.465,0,0,1,.2,1.674,3.165,3.165,0,0,1-.279,1.692,4.421,4.421,0,0,1-3.313,2.516c-.587.127-4.341.205-8.29.172l-1.734-.014.006-.253Zm7.619-1.449a2.408,2.408,0,0,0,1.2-.926,3.15,3.15,0,0,0,.562-1.909,4.267,4.267,0,0,0-1.865-3.634l-.256-.192-1.01.373-1.01.373-.009,2.73c-.01,2.938.012,3.085.488,3.3a3.725,3.725,0,0,0,1.9-.114Zm-1.441-7.872a5.07,5.07,0,0,0,2.078-1.582,1.7,1.7,0,0,0,.114-1.689,1.724,1.724,0,0,0-1.61-.73,1.666,1.666,0,0,0-1.265.306c-.172.152-.2.3-.245,1.351a7.161,7.161,0,0,0,.149,2.625,5.564,5.564,0,0,0,.78-.281Z' transform='translate(0 0)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
  flex-shrink: 0;
}
.TopStory1280Componenta.ltrSite {
  display: flex;
  overflow: hidden;
  direction: ltr;
  border-right: none !important;
}
.TopStory1280Componenta.ltrSite h1 {
  margin-top: 0;
}
.TopStory1280Componenta.ltrSite > div {
  width: 100%;
  height: 100%;
}
.TopStory1280Componenta.ltrSite > div > div {
  width: 100%;
  height: 100%;
}
.TopStory1280Componenta.ltrSite .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStory1280Componenta.ltrSite .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStory1280Componenta.ltrSite .slotView .author {
  font-size: 15px;
  line-height: 16px;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  color: #78787b;
}
.font-moses .TopStory1280Componenta.ltrSite .slotView .author {
  font-size: 13px;
  font-weight: 340;
  letter-spacing: 0.13px;
}
.TopStory1280Componenta.ltrSite .slotView .textDiv {
  position: relative;
}
.TopStory1280Componenta.ltrSite .slotView .textDiv > a {
  height: 100%;
}
.TopStory1280Componenta.ltrSite.wide {
  height: 462px;
}
.TopStory1280Componenta.ltrSite.wide .textDiv > a,
.TopStory1280Componenta.ltrSite.wide .textDiv > span {
  padding: 23px 65px 11px 0px;
}
.TopStory1280Componenta.ltrSite.wide .slotTitle {
  font-size: 50px ! important;
  font-weight: bold;
  line-height: 44px! important;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .TopStory1280Componenta.ltrSite.wide .slotTitle {
  font-size: 42px ! important;
  font-weight: 800 !important;
  line-height: 46px! important;
  font-family: "MosesDisplay" !important;
}
.vesty .TopStory1280Componenta.ltrSite.wide .slotTitle {
  line-height: 1.1 ! important;
  margin-bottom: 16px !important;
}
.TopStory1280Componenta.ltrSite.wide .slotSubTitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.font-moses .TopStory1280Componenta.ltrSite.wide .slotSubTitle {
  font-size: 19px ! important;
  font-weight: 340;
  line-height: 29px! important;
}
.TopStory1280Componenta.ltrSite.wide .topStoryDate {
  margin-bottom: 50px;
}
.font-moses .TopStory1280Componenta.ltrSite.wide .topStoryDate {
  margin-bottom: 0;
}
.TopStory1280Componenta.ltrSite.special {
  height: 520px;
  background: #000;
  border-left: 6px solid #ff0200 !important;
}
.TopStory1280Componenta.ltrSite.special .textDiv > a,
.TopStory1280Componenta.ltrSite.special .textDiv > span {
  padding: 24px 10px 14px 32px;
}
.TopStory1280Componenta.ltrSite.special .textDiv .author {
  bottom: 24px;
  font-size: 16px;
  color: #bababa;
}
.font-moses .TopStory1280Componenta.ltrSite.special .textDiv .author {
  font-size: 14px;
  font-weight: 340;
  letter-spacing: 0.13px;
}
.TopStory1280Componenta.ltrSite.special .slotTitle {
  font-size: 46px! important;
  font-weight: 900 !important;
  line-height: 40px ! important;
  margin-bottom: 15px;
}
.font-moses .TopStory1280Componenta.ltrSite.special .slotTitle {
  font-size: 40px ! important;
  font-weight: 800 !important;
  line-height: 46px! important;
  font-family: "MosesDisplay" !important;
}
.vesty .TopStory1280Componenta.ltrSite.special .slotTitle {
  line-height: 1.1 ! important;
  margin-bottom: 10px;
}
.TopStory1280Componenta.ltrSite.special .slotSubTitle {
  font-size: 24px! important;
  line-height: 30px! important;
  font-weight: 300;
  padding-right: 15px;
}
.font-moses .TopStory1280Componenta.ltrSite.special .slotSubTitle {
  font-size: 20px ! important;
  font-weight: 340;
  line-height: 29px! important;
}
.TopStory1280Componenta.ltrSite.special .topStoryDate {
  color: #fff ! important;
  font-size: 20px ! important;
  height: 19px ! important;
  line-height: 19px ! important;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 32px;
}
.font-moses .TopStory1280Componenta.ltrSite.special .topStoryDate {
  font-size: 16px ! important;
  font-weight: 340;
  line-height: 24px! important;
}
.TopStory1280Componenta.ltrSite.basic {
  height: 343px;
}
.TopStory1280Componenta.ltrSite.basic .textDiv > a,
.TopStory1280Componenta.ltrSite.basic .textDiv > span {
  padding: 0px 84px 0px 0px;
}
.TopStory1280Componenta.ltrSite.basic .slotTitle {
  font-size: 48px;
  font-weight: bold;
  line-height: 44px! important;
  margin: 0 0 10px;
}
.font-moses .TopStory1280Componenta.ltrSite.basic .slotTitle {
  font-size: 40px ! important;
  font-weight: 800 !important;
  line-height: 46px! important;
  font-family: "MosesDisplay" !important;
  margin-bottom: 10px;
}
.vesty .TopStory1280Componenta.ltrSite.basic .slotTitle {
  line-height: 1.1 ! important;
  margin-bottom: 6px;
}
.TopStory1280Componenta.ltrSite.basic .slotSubTitle {
  font-size: 18px! important;
  line-height: 26px! important;
}
.font-moses .TopStory1280Componenta.ltrSite.basic .slotSubTitle {
  font-size: 16px! important;
  font-weight: 340;
  line-height: 24px! important;
}
.TopStory1280Componenta.ltrSite.basic .topStoryDate {
  margin-bottom: 34px;
}
.TopStory1280Componenta.ltrSite .mediaArea {
  position: relative;
}
.TopStory1280Componenta.ltrSite .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 10px;
  right: 23px;
  left: unset;
  justify-content: center;
}
.TopStory1280Componenta.ltrSite .mediaArea .GalleryPaging button {
  margin: 4px 0;
  width: 10px;
  height: 10px ! important;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
}
.TopStory1280Componenta.ltrSite .mediaArea .GalleryPaging button.selected {
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.TopStory1280Componenta.ltrSite .mediaArea .labelText {
  position: absolute;
  font-size: 33px;
  color: #fff;
  font-weight: bolder;
  background: #de1a1a;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  width: auto;
  box-sizing: border-box;
  pointer-events: none;
}
.TopStory1280Componenta.ltrSite .mediaArea .labelText.mediaItemLabel {
  z-index: 2;
  color: #fff;
  height: 35px;
  background: #000;
  font-size: 24px !important;
  border-left: 4px solid #ed1c24;
  border-right: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: normal;
  max-width: calc(100% - 36px);
  width: auto;
  overflow: hidden;
  line-height: 35px;
  flex-wrap: wrap;
}
.TopStory1280Componenta.ltrSite .mediaArea .labelText.mediaItemLabel span {
  height: 100%;
  overflow: hidden;
  line-height: 35px;
}
.font-moses .TopStory1280Componenta.ltrSite .mediaArea .labelText.mediaItemLabel {
  font-size: 24px ! important;
  font-family: "Moses", "NarkisBlock" !important;
  font-weight: 340;
}
.font-moses .TopStory1280Componenta.ltrSite .mediaArea .labelText {
  font-size: 30px ! important;
  font-family: "MosesDisplay" !important;
}
.TopStory1280Componenta.ltrSite .mediaArea .MarketingSign:hover {
  height: 50px !important;
}
.TopStory1280Componenta.ltrSite .mediaArea .MarketingSign:hover .marketingText {
  padding: 8px 8px 8px 41px !important;
}
.TopStory1280Componenta.ltrSite .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.TopStory1280Componenta.ltrSite .textDiv .slotTitle {
  flex-shrink: 0;
  letter-spacing: -0.3px;
}
.font-moses .TopStory1280Componenta.ltrSite .textDiv .slotTitle {
  letter-spacing: normal;
}
.TopStory1280Componenta.ltrSite .textDiv a,
.TopStory1280Componenta.ltrSite .textDiv a:hover {
  text-decoration: none !important;
  color: inherit ! important;
}
.TopStory1280Componenta.ltrSite .textDiv .topStoryDate {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #000;
  pointer-events: none;
  position: relative;
}
.font-moses .TopStory1280Componenta.ltrSite .textDiv .topStoryDate {
  font-size: 16px ! important;
  font-weight: 340;
  line-height: 24px! important;
}
.TopStory1280Componenta.ltrSite .textDiv .topStoryDate span {
  pointer-events: none;
}
.TopStory1280Componenta.ltrSite .textDiv .topStoryDate .sepLine {
  margin: auto 5px;
}
.TopStory1280Componenta.AuthorOnMode.ltrSite .slotView .textDiv .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.TopStory1280Componenta.AuthorOnMode.ltrSite .slotView .textDiv .slotSubTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.TopStory1280Componenta.Multi.basic.ltrSite {
  height: 446px;
}
.TopStory1280Componenta.Multi.basic.ltrSite.magazine {
  height: 482px;
}
.TopStory1280Componenta.Multi.basic.ltrSite.magazine .textDiv {
  position: absolute;
  width: 515px;
  height: 382px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50px;
  left: 50px;
  z-index: 2;
  padding: 26px 26px 16px !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.magazine .textDiv a {
  padding: 0;
}
.TopStory1280Componenta.Multi.basic.ltrSite.magazine .textDiv .slotTitle {
  font-size: 38px;
  line-height: 44px;
  font-weight: 850;
  margin-bottom: 16px;
  -webkit-line-clamp: 3 !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.magazine .textDiv .slotSubTitle {
  margin-top: 0;
  margin-bottom: 12px;
  -webkit-line-clamp: 5 !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.magazine .textDiv .author {
  margin-top: 0;
}
.TopStory1280Componenta.Multi.basic.ltrSite .slotSubTitle {
  margin-bottom: 8px;
  margin-top: 12px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .slotTitle {
  -webkit-line-clamp: 4 !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.moreArticle.blogItems .slotSubTitle {
  display: none !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.moreArticle .slotSubTitle {
  margin-top: 0px;
}
.TopStory1280Componenta.Multi.basic.ltrSite.moreArticle.articlesItems.AuthorOnMode .slotSubTitle {
  -webkit-line-clamp: 3;
}
.TopStory1280Componenta.Multi.basic.ltrSite.moreArticle.articlesItems .slotSubTitle {
  -webkit-line-clamp: 4;
}
.TopStory1280Componenta.Multi.basic.ltrSite.moreArticle.articlesItems .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv {
  box-sizing: border-box;
  flex-grow: 1;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv > a:not(.blogsItems),
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv > span:not(.blogsItems) {
  flex-grow: 1;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .blogsItems {
  justify-content: flex-end;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .blogsItems .author {
  margin-top: 8px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv > a,
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv > span {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 0px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .slotTitle {
  font-size: 38px !important;
  line-height: 44px !important;
  font-weight: 850 !important;
  margin-bottom: 9px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .slotSubTitle {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .author {
  position: inherit;
  margin-bottom: 8px;
  margin-top: 3px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .topStoryDate {
  margin-bottom: 10px;
  line-height: 28px ! important;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .roofTitle {
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .roofTitle .redlabel {
  font-size: 16px;
  background: #de1a1a;
  color: #fff !important;
  width: fit-content;
  height: 24px;
  padding: 0 6px;
  margin-bottom: 4px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .roofTitle .blinkdot {
  font-size: 16px;
  position: relative;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .roofTitle .BlinkDot {
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  margin-inline-end: 8px;
  margin-inline-start: 0;
  background-image: url(//www.ynet.co.il/images/red_dot_icon.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList {
  display: flex;
  flex-direction: column;
  margin-inline-start: 7px;
  margin-inline-end: 0;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList .TopStoryBottomItem {
  margin-bottom: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList .TopStoryBottomItem span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.blogs {
  position: relative;
  padding-inline-start: 13px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.blogs > :first-child .TopStoryBottomItem::after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M16.9167 8C16.9167 12.4183 13.1857 16 8.58333 16C3.98096 16 0.25 12.4183 0.25 8C0.25 3.58172 3.98096 0 8.58333 0C13.1857 0 16.9167 3.58172 16.9167 8ZM12.78 7.98877C12.78 5.76233 10.8964 3.9528 8.58377 3.9528C6.26892 3.9528 4.38753 5.76233 4.38753 7.98877C4.38753 10.2152 6.26892 12.0247 8.58377 12.0247C10.8986 12.0247 12.78 10.2152 12.78 7.98877ZM1.66418 7.98877C1.66418 4.31296 4.762 1.33347 8.58377 1.33347C12.4055 1.33347 15.5034 4.31296 15.5034 7.98877C15.5034 11.6646 12.4055 14.6441 8.58377 14.6441C4.762 14.6441 1.66418 11.6646 1.66418 7.98877Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 2px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  left: -23px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.blogs > :first-child .TopStoryBottomItem::before {
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 18px;
  left: -15.5px;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.blogs .TopStoryBottomItem {
  height: 44px;
  line-height: 1.375;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.blogs .TopStoryBottomItem span {
  -webkit-line-clamp: 2;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.blogs .TopStoryBottomItem:before {
  width: 1px;
  height: 32px;
  background-color: #d9d9d9;
  top: 12px;
  left: -15.5px;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.blogs .TopStoryBottomItem::after {
  width: 7px;
  height: 7px;
  background-color: #979797;
  position: absolute;
  left: -18.5px;
  top: 5px;
  border-radius: 50%;
  z-index: 2;
  content: "";
  box-sizing: border-box;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.articles {
  position: relative;
  padding-top: 15px;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.articles::after {
  top: 0;
  content: "";
  width: 139px;
  height: 0.5px;
  background-color: #979797;
  left: -10px;
  position: absolute;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.articles .TopStoryBottomItem span {
  -webkit-line-clamp: 1;
  line-height: 1.125;
}
.TopStory1280Componenta.Multi.basic.ltrSite .textDiv .BottomList.articles .TopStoryBottomItem::after {
  width: 4px;
  height: 4px;
  background-color: #979797;
  position: absolute;
  left: -11px;
  top: 7px;
  border-radius: 50%;
  z-index: 2;
  content: "";
  box-sizing: border-box;
  flex-shrink: 0;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light {
  background-color: #fff;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv {
  color: #000;
  padding: 0;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv > a,
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv > span {
  padding: 0;
  padding-inline-end: 27px;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv *:not(.author, a, .redlabel>span, .roofTitle span),
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .slotTitle[style],
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .slotSubTitle[style] .TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .slotTitle *[style],
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .slotSubTitle *[style] {
  color: #000 !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .author {
  color: #78787b;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .blinkdot {
  color: #de1a1a;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .BottomList.blogs {
  margin-inline-start: 10px;
  margin-inline-end: 0px;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .BottomList.articles {
  padding-inline-start: 10px;
  margin-inline-end: 10px;
  padding-inline-end: 0;
  margin-inline-start: 0;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .BottomList.articles a,
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .BottomList.articles a * {
  color: inherit;
}
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .BottomList.articles a:hover,
.TopStory1280Componenta.Multi.basic.ltrSite.light .textDiv .BottomList.articles a *:hover {
  color: #1417ac !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark {
  background-color: #1E1E1E;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark.articlesItems .textDiv {
  padding: 3px 17px 9px 17px;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv {
  color: #fff;
  padding: 9px 17px;
  box-sizing: border-box;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv *:not(.author, a, .redlabel),
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .slotTitle[style],
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .slotSubTitle[style],
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .slotTitle *[style],
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .slotSubTitle *[style] {
  color: #fff !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .author {
  color: #d8d8d8;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .blinkdot {
  color: #fff;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .BottomList.articles a,
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .BottomList.articles a * {
  color: inherit;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .BottomList.articles a:hover,
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .BottomList.articles a *:hover {
  color: #45a5fb !important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .BottomList.blogs .TopStoryBottomItem::before {
  background-color: #fff ! important;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .BottomList.blogs > :first-child .TopStoryBottomItem::after {
  background-color: transparent;
}
.TopStory1280Componenta.Multi.basic.ltrSite.dark .textDiv .BottomList.blogs .TopStoryBottomItem::after {
  background-color: #fff;
}
.VideoGalleryEnglishComponenta {
  display: flex;
  flex-direction: column;
  object-fit: contain;
  direction: ltr;
  background-image: linear-gradient(123deg, #000000 7%, #131a2a 40%, #000000 90%);
  padding: 20px 20px 30px;
  box-sizing: border-box;
  justify-content: space-between;
  height: 636px;
  position: relative;
  overflow: hidden;
}
.VideoGalleryEnglishComponenta .lisPreviewImage {
  position: relative;
  height: 157px;
  margin-bottom: 8px;
}
.font-moses .VideoGalleryEnglishComponenta .lisPreviewImage {
  margin-bottom: 15px;
}
.VideoGalleryEnglishComponenta .lisPreviewImage img {
  width: 100%;
}
.VideoGalleryEnglishComponenta .VideoGalleryTab {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  height: 32px;
  width: auto;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.font-moses .VideoGalleryEnglishComponenta .VideoGalleryTab {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}
.VideoGalleryEnglishComponenta .VideoGalleryTab .tabIcon {
  width: 15px;
  height: auto;
  margin-left: 7px;
}
.VideoGalleryEnglishComponenta .SelectedVideo {
  width: 100%;
  display: flex;
  overflow: hidden;
  height: 331px;
  position: relative;
}
.VideoGalleryEnglishComponenta .SelectedVideo .slotDetails {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  color: #fff;
  flex-grow: 1;
}
.VideoGalleryEnglishComponenta .SelectedVideo .slotDetails > div {
  max-width: 488px;
}
.VideoGalleryEnglishComponenta .SelectedVideo .slotTitle {
  font-weight: bold;
  font-size: 34px;
  line-height: 32px !important;
  margin-bottom: 14px;
}
.font-moses .VideoGalleryEnglishComponenta .SelectedVideo .slotTitle {
  font-size: 30px;
  line-height: 38px !important;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.VideoGalleryEnglishComponenta .SelectedVideo .slotSubTitle {
  font-size: 16px;
  line-height: 22px!important;
  max-height: 132px;
  overflow: hidden;
  font-weight: 300;
}
.font-moses .VideoGalleryEnglishComponenta .SelectedVideo .slotSubTitle {
  font-size: 14px;
  line-height: 23px !important;
  max-height: 132px;
  font-weight: 340;
}
.VideoGalleryEnglishComponenta .SelectedVideo .linkTo {
  width: 284px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
}
.font-moses .VideoGalleryEnglishComponenta .SelectedVideo .linkTo {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 670;
}
.VideoGalleryEnglishComponenta .SelectedVideo .linkTo:hover {
  color: #000;
  text-decoration: none;
}
.VideoGalleryEnglishComponenta .SelectedVideo .mainVideo {
  width: 590px;
  height: 331px;
  overflow: hidden;
}
.VideoGalleryEnglishComponenta .SelectedVideo .mainVideo > div > div .yitvideo_container {
  height: 100%;
}
.VideoGalleryEnglishComponenta .mediaListContainer {
  display: flex;
  justify-content: space-between;
}
.VideoGalleryEnglishComponenta .mediaListContainer .videoItem {
  width: 283px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.VideoGalleryEnglishComponenta .mediaListContainer .videoItem img {
  height: 157px;
}
.VideoGalleryEnglishComponenta .mediaListContainer .videoItem .slotTitle {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  max-height: 44px;
  overflow: hidden;
  font-weight: bold;
}
.font-moses .VideoGalleryEnglishComponenta .mediaListContainer .videoItem .slotTitle {
  font-size: 16px;
  line-height: 19px !important;
  max-height: 38px;
  font-weight: 600;
}
.grid1280 .VideoGalleryEnglishComponenta {
  padding: 40px 15px 30px;
}
.grid1280 .VideoGalleryEnglishComponenta .VideoGalleryTab {
  top: 30px;
  right: 15px;
}
.grid1280 .SelectedVideo .slotTitle {
  font-size: 30px;
}
.grid1280 .mediaListContainer .videoItem .slotTitle {
  font-size: 14px;
  line-height: 16px;
  max-height: 48px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ynetnews,
  .vesty {
    width: inherit ! important;
    padding: 0 1.5625vw;
  }
  .ynetnews .site_page_root .layoutContainer[style],
  .vesty .site_page_root .layoutContainer[style] {
    padding-bottom: 0px ! important;
  }
  .ynetnews .MarketingSign,
  .vesty .MarketingSign {
    display: none ! important;
  }
  .ynetnews .MutamMarketingSign,
  .vesty .MutamMarketingSign {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 7.8125vw;
    width: 7.8125vw;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    overflow: hidden;
    z-index: 3;
  }
  .ynetnews .MutamMarketingSign .marketingImage,
  .vesty .MutamMarketingSign .marketingImage {
    height: 7.8125vw !important;
    width: 7.8125vw !important;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0;
  }
  .vesty .ynetnews .MutamMarketingSign .marketingImage,
  .vesty .vesty .MutamMarketingSign .marketingImage {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E %3Cpath data-name='Rectangle 1' style='opacity:.53' d='M0 0h29v29H0z'/%3E %3Cpath data-name='c' d='M4.956.7A3.666 3.666 0 0 1 2.142-.354 4.139 4.139 0 0 1 1.16-3.3a11.693 11.693 0 0 1 2.527-6.72q2.527-3.534 4.7-3.534a2.042 2.042 0 0 1 1.7 1.068 4.006 4.006 0 0 1 .714 2.264 2.364 2.364 0 0 1-.311 1.239q-.311.519-.629.519-.708 0-1-1.428-.33-1.538-.952-1.538-1.27 0-3 3.015A10.784 10.784 0 0 0 3.174-3.32q0 2.075 2.356 2.075A7.809 7.809 0 0 0 9.753-2.93a2.689 2.689 0 0 1 1.257-.6q.415 0 .415.476 0 .928-2.185 2.338A7.89 7.89 0 0 1 4.956.7z' transform='translate(8 21)' style='fill:%23fff'/%3E %3C/svg%3E");
  }
  .ynetnews .ynetnews .MutamMarketingSign .marketingImage,
  .ynetnews .vesty .MutamMarketingSign .marketingImage {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E %3Cpath data-name='Rectangle 1' style='opacity:.53' d='M0 0h29v29H0z'/%3E %3Cpath data-name='s' d='M10.918-10.9q0-1.3-.674-1.587a4.285 4.285 0 0 0-1.68-.288 8.5 8.5 0 0 0-3.755.815q-1.684.817-1.684 1.96a1.806 1.806 0 0 0 .747 1.431 10.55 10.55 0 0 0 3.257 1.342 11.831 11.831 0 0 1 3.462 1.45 2.182 2.182 0 0 1 1.03 1.8 3.318 3.318 0 0 1-1.436 2.3A9.777 9.777 0 0 1 6.724.205 11.709 11.709 0 0 1 3.281.85 4.487 4.487 0 0 1 1.489.571q-.61-.278-.61-.7a1.908 1.908 0 0 1 .181-.716q.181-.425.366-.425a1.262 1.262 0 0 1 .4.068A5.882 5.882 0 0 0 3.9-.811 8.5 8.5 0 0 0 7.813-1.89q2.07-1.079 2.07-2.017 0-.4-.63-.767A21.133 21.133 0 0 0 6.064-5.85q-3.174-1.006-3.9-1.958a3.255 3.255 0 0 1-.728-2.007 3.7 3.7 0 0 1 2.334-3.276 10.236 10.236 0 0 1 4.883-1.245 4.9 4.9 0 0 1 2.6.571 1.575 1.575 0 0 1 .908 1.265 3.458 3.458 0 0 1-.205.967.953.953 0 0 1-1.038.633z' transform='translate(8 21)' style='fill:%23fff'/%3E %3C/svg%3E");
  }
  .ynetnews .MutamMarketingText,
  .vesty .MutamMarketingText {
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 1.5625vw 1.5625vw 1.5625vw 9.375vw;
    background-color: #000000ad;
    font-size: 4.0625vw;
    font-weight: lighter;
    color: white;
    width: 100%;
    max-height: 100%;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    direction: ltr;
  }
  .vesty .ynetnews .MutamMarketingText,
  .vesty .vesty .MutamMarketingText {
    font-weight: normal;
  }
  .ynetnews .MutamMarketingText .closeInfoiTxt,
  .vesty .MutamMarketingText .closeInfoiTxt {
    width: 3.90625vw;
    height: 3.90625vw;
    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='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") no-repeat center center;
    background-size: 80%;
    position: absolute;
    top: 1.5625vw;
    left: 1.5625vw;
    border: 0;
  }
  .ynetnews .MutamMarketingText.coverAll,
  .vesty .MutamMarketingText.coverAll {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5625vw 1.5625vw 1.5625vw 9.375vw;
    font-size: 3.59375vw;
  }
  .ynetnews .MutamMarketingText.coverAll span,
  .vesty .MutamMarketingText.coverAll span {
    white-space: unset;
  }
}
@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) {
  body:has( .grid1280_2 ) {
    background-color: #000;
  }
  .ynetnews.grid1280_2,
  .vesty.grid1280_2 {
    background-color: #000 !important;
    color: #fff !important;
  }
  .weatherGrid {
    background: #1e1e1e !important;
    color: #fff !important;
  }
  .weatherGrid .YnetNewsMutamHeader,
  .weatherGrid .mainNav {
    background: #000 !important;
    color: #fff !important;
  }
  .weatherGrid .WeatherHeader,
  .weatherGrid .weather-selector,
  .weatherGrid .weather-data-details,
  .weatherGrid .weather-forcast-item,
  .weatherGrid .weather-map-extended-component,
  .weatherGrid .weather-map,
  .weatherGrid .weather-seo,
  .weatherGrid .weather-seo-info-text,
  .weatherGrid .weather-seo-title,
  .weatherGrid .weather-radar {
    background: #313131 !important;
    border: 0;
    color: #fff !important;
  }
  .weatherGrid .WeatherHeader .headline,
  .weatherGrid .weather-selector .headline,
  .weatherGrid .weather-data-details .headline,
  .weatherGrid .weather-forcast-item .headline,
  .weatherGrid .weather-map-extended-component .headline,
  .weatherGrid .weather-map .headline,
  .weatherGrid .weather-seo .headline,
  .weatherGrid .weather-seo-info-text .headline,
  .weatherGrid .weather-seo-title .headline,
  .weatherGrid .weather-radar .headline {
    color: #fff !important;
  }
  .weatherGrid .weather-map .page-title {
    color: #fff !important;
  }
  .weatherGrid .weather-map .map-container {
    filter: invert(1);
  }
  .weatherGrid .weather-map .map-container .city-item {
    filter: invert(1);
  }
  .weatherGrid .weather-map .map-container .city-item .info-title .temp-info {
    color: #aeaeae !important;
  }
  .weatherGrid .weather-map .map-container .city-item .info-title .city-title {
    color: #aeaeae !important;
  }
  .weatherGrid .weather-map .map-container .city-item .info-title .preci-text {
    color: #aeaeae !important;
  }
  .weatherGrid .weather-map .map-container .city-item img {
    filter: invert(0);
  }
  .weatherGrid .weather-title-mobile {
    filter: invert(1);
  }
  .weatherGrid .img-box,
  .weatherGrid .forcast-image-box {
    background-color: #111 ! important;
    color: #fff !important;
  }
  .weatherGrid .mobile-row *,
  .weatherGrid .forcast-date *,
  .weatherGrid .item-child *,
  .weatherGrid .weather-forcast-info-container *,
  .weatherGrid .hourly-weather-container *,
  .weatherGrid .hourly-weather-item * {
    color: #fff !important;
  }
  .weatherGrid .weather-selector .dropdown-window {
    background-color: #111;
    color: #fff !important;
  }
  .weatherGrid .hourly-weather-item {
    background-color: #222 ! important;
    box-shadow: none !important;
  }
}
/*
 * Open Sans Hebrew (Hebrew) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.ttf) format('truetype');
}
@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: italic;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-BoldItalic.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');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.woff) format('woff'), url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-ExtraBold.ttf) format('truetype');
}
/* hebrew */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDgOOhLLA.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDsOOhLLA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDiOOg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*Narkiss*/
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  src: local('Secular One'), local('SecularOne-Regular'), url(https://fonts.gstatic.com/s/secularone/v2/8QINdiTajsj_87rMuMdKyqDiOOg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Medium.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Medium.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Bold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Bold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Heavy.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Heavy.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Semibold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Semibold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Light.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Light.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/*font for titles*/
@font-face {
  font-family: 'MosesDisplay';
  src: url('/Common/images/fonts/moses/MosesDisplay_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
@font-face {
  font-family: 'Moses';
  src: url('/Common/images/fonts/moses/MosesText_Inter-VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
.pikudHaorefAlert {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000000;
  right: 0;
  font-family: 'NarkisBlock';
}
.font-moses .pikudHaorefAlert {
  font-family: 'Moses', 'NarkisBlock';
}
.calcalist .pikudHaorefAlert {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.pikudHaorefAlert .alertDescription {
  background-color: #e6eaf3;
  min-height: 44px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  transform-origin: 0% 0%;
  transform: translate(0, 100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: -1;
}
.pikudHaorefAlert .alertDescription.open {
  transform: none;
}
.pikudHaorefAlert .alertDescription .redArrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #fb1b1b;
}
.pikudHaorefAlert .alertDescription .alert-description-container {
  display: flex;
  margin: 8px auto 19px;
  justify-content: center;
  width: 1031px;
}
.pikudHaorefAlert .alertDescription .area-description-title {
  font-weight: bold;
  margin-left: 6px;
  flex-shrink: 0;
  align-self: flex-start;
}
.pikudHaorefAlert .alert-top-container,
.pikudHaorefAlert .alert-bottom-container,
.pikudHaorefAlert .alert-description-container {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.pikudHaorefAlert .alert-top {
  width: 100%;
  background-color: #fb1b1b;
  min-height: 60px;
  height: auto;
  z-index: 2;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 50px;
  align-items: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 7px auto;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 16px;
  font-weight: 670;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas {
  list-style: none;
  display: flex;
  color: #fff;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  line-height: 18px;
  font-size: 16px;
  height: 18px;
  padding: 0 6px;
  margin: 0 0 5px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  font-size: 14px;
  font-weight: 340;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li:last-child {
  border-left: none;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-oref-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:url(%23radial-gradient)%7D.cls-2%7Bfill:url(%23radial-gradient-2)%7D.cls-3%7Bfill:url(%23linear-gradient)%7D.cls-4%7Bfill:url(%23linear-gradient-2)%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke:%23000%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke-miterlimit:10%7D.cls-19,.cls-20,.cls-5,.cls-6,.cls-7%7Bstroke-width:.25px%7D.cls-5%7Bfill:url(%23linear-gradient-3)%7D.cls-6%7Bfill:url(%23linear-gradient-4)%7D.cls-24,.cls-7%7Bfill:%23fff%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-8,.cls-9%7Bstroke-width:.25px%7D.cls-8%7Bfill:url(%23linear-gradient-5)%7D.cls-25,.cls-26,.cls-27,.cls-28,.cls-30,.cls-9%7Bstroke-linejoin:round%7D.cls-9%7Bfill:url(%23linear-gradient-6)%7D.cls-10%7Bfill:url(%23linear-gradient-7)%7D.cls-11%7Bfill:url(%23linear-gradient-8)%7D.cls-12%7Bfill:%234d4d4d%7D.cls-13%7Bfill:url(%23linear-gradient-9)%7D.cls-14%7Bfill:url(%23linear-gradient-10)%7D.cls-15%7Bfill:url(%23linear-gradient-11)%7D.cls-16%7Bfill:url(%23linear-gradient-12)%7D.cls-17%7Bfill:url(%23linear-gradient-13)%7D.cls-18%7Bfill:none%7D.cls-19%7Bfill:url(%23linear-gradient-14)%7D.cls-20%7Bfill:url(%23linear-gradient-15)%7D.cls-21%7Bfill:url(%23linear-gradient-16)%7D.cls-22%7Bfill:url(%23linear-gradient-17)%7D.cls-23%7Bfill:url(%23linear-gradient-18)%7D.cls-25,.cls-26,.cls-27,.cls-28%7Bstroke-linecap:round%7D.cls-25%7Bfill:url(%23linear-gradient-19)%7D.cls-26%7Bfill:url(%23linear-gradient-20)%7D.cls-27%7Bfill:url(%23linear-gradient-21)%7D.cls-28%7Bfill:url(%23linear-gradient-22)%7D.cls-29%7Bfill:url(%23linear-gradient-23)%7D.cls-30%7Bfill:url(%23linear-gradient-24)%7D.cls-31%7Bfill:url(%23radial-gradient-3)%7D.cls-32%7Bfill:url(%23radial-gradient-4)%7D.cls-33%7Bfill:url(%23radial-gradient-5)%7D.cls-34%7Bfill:url(%23radial-gradient-6)%7D.cls-35%7Bfill:url(%23radial-gradient-7)%7D.cls-36%7Bfill:url(%23radial-gradient-8)%7D.cls-37%7Bfill:url(%23radial-gradient-9)%7D.cls-38%7Bfill:url(%23radial-gradient-10)%7D.cls-39%7Bstroke-linecap:square;fill:url(%23linear-gradient-25)%7D %3C/style%3E %3CradialGradient id='radial-gradient' cx='.88' cy='.054' r='1.29' gradientTransform='matrix(-.944 .33 -.273 -.779 1.725 -.195)'%3E %3Cstop offset='0' stop-color='%2375a0d1'/%3E %3Cstop offset='.664' stop-color='%235397cc'/%3E %3Cstop offset='1' stop-color='%231261ac'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-2' cx='.386' cy='.898' r='.983' gradientTransform='matrix(1 .015 -.013 .886 .012 .096)'%3E %3Cstop offset='0' stop-color='%23e26510'/%3E %3Cstop offset='1' stop-color='%23f6a423'/%3E %3C/radialGradient%3E %3ClinearGradient id='linear-gradient' x1='11.603' x2='11.686' y1='-4.053' y2='-2.637' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23183f54'/%3E %3Cstop offset='1' stop-color='%23071319'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-2' x1='.503' x2='.405' y1='.333' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%230383c2'/%3E %3Cstop offset='1' stop-color='%230163a6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-3' x1='.09' x2='.871' y1='.215' y2='.646' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ccd0d4'/%3E %3Cstop offset='1' stop-color='%23bdbdbd'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-4' x1='.063' x2='.646' y1='.226' y2='1.047' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c1bdc0'/%3E %3Cstop offset='1' stop-color='%23989898'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-5' x1='83.787' x2='85.059' y1='-3.738' y2='-2.904' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f5f5f5'/%3E %3Cstop offset='1' stop-color='%23d4d4d4'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-6' x1='20.768' x2='21.443' y1='-4.392' y2='-3.725' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c4c6c9'/%3E %3Cstop offset='1' stop-color='%239c9ea1'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-7' x1='84.517' x2='84.97' y1='-3.393' y2='-2.442' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23d2d0d1'/%3E %3Cstop offset='1' stop-color='%23b0b0b0'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-8' x1='42.226' x2='43.331' y1='-12.049' y2='-10.917' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e9e9e9'/%3E %3Cstop offset='1' stop-color='%23b8b9b6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-9' x1='44.051' x2='42.837' y1='-14.384' y2='-13.538' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ededed'/%3E %3Cstop offset='1' stop-color='%23d0dbd3'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-10' x1='44.603' x2='43.459' y1='-14.115' y2='-12.997' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23818181'/%3E %3Cstop offset='1' stop-color='%237b7c7c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-11' x1='80.414' x2='79.295' y1='-11.188' y2='-10.279' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%239fa3a3'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-12' x1='90.633' x2='89.595' y1='-11.225' y2='-10.55' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23babfc2'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-13' x1='20.482' x2='21.285' y1='-14.529' y2='-15.413' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%2361615d'/%3E %3Cstop offset='1' stop-color='%237f7f7f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-14' x1='.291' x2='.982' y1='.166' y2='.541' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbd9'/%3E %3Cstop offset='1' stop-color='%23a9aeaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-15' x1='.16' x2='.874' y1='.441' y2='1.013' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23a7aca9'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-16' x1='44.088' x2='43.521' y1='-13.636' y2='-12.933' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23848383'/%3E %3Cstop offset='1' stop-color='%23626363'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-17' x1='-26.243' x2='-24.933' y1='11.059' y2='12.321' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ababab'/%3E %3Cstop offset='1' stop-color='%23828282'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-18' x1='-25.833' x2='-24.373' y1='11.223' y2='12.158' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dce0e5'/%3E %3Cstop offset='1' stop-color='%23afafaf'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-19' x1='36.168' x2='36.092' y1='-62.591' y2='-60.034' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-20' x1='38.467' x2='38.181' y1='-62.519' y2='-60.078' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-21' x1='38.573' x2='38.287' y1='-58.322' y2='-56.68' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%239f9f9f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-22' x1='36.033' x2='36.037' y1='-58.266' y2='-56.758' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23aaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-23' x1='21.194' x2='20.41' y1='-15.592' y2='-14.809' xlink:href='%23linear-gradient-9'/%3E %3ClinearGradient id='linear-gradient-24' x1='22.382' x2='19.835' y1='-6.336' y2='-4.702' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23bdd6df'/%3E %3Cstop offset='1' stop-color='%235f5f5f'/%3E %3C/linearGradient%3E %3CradialGradient id='radial-gradient-3' cx='38.381' cy='-343.503' r='1.193' gradientTransform='matrix(.084 .996 -1.073 .091 -237.441 -419.026)'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%234a4a4a'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-4' cx='-34.254' cy='-392.56' r='1.053' gradientTransform='matrix(.067 .998 -1.452 .097 -572.88 -439.966)' xlink:href='%23radial-gradient-3'/%3E %3CradialGradient id='radial-gradient-5' cx='-.703' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.673 .839)'%3E %3Cstop offset='0' stop-color='%23fbfbfb'/%3E %3Cstop offset='1' stop-color='%23b3b3b3'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-6' cx='-.703' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -1.393 -.765)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-7' cx='-.703' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -2.113 -2.369)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-8' cx='.553' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 .641 -.412)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-9' cx='.553' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.079 -2.016)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-10' cx='.553' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.799 -3.621)' xlink:href='%23radial-gradient-5'/%3E %3ClinearGradient id='linear-gradient-25' x1='-.072' x2='1.024' y1='-.799' y2='1.704' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ececec'/%3E %3Cstop offset='.379' stop-color='%23c7c7c7'/%3E %3Cstop offset='1' stop-color='%2368696a'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='layer1' transform='translate(381.426 -37.282)'%3E %3Ccircle id='path4228-7' cx='20' cy='20' r='20' class='cls-1' transform='translate(-381.426 37.282)'/%3E %3Ccircle id='path4232-6' cx='19.074' cy='19.074' r='19.074' class='cls-2' transform='translate(-380.5 38.208)'/%3E %3Cpath id='rect1699' d='M0 0h11.405v23.124H0z' class='cls-3' transform='translate(-375.522 45.606)'/%3E %3Cpath id='path1697' d='M274.838 109.5l13.689 17.154h-27.378z' class='cls-4' transform='translate(-636.353 -57.921)'/%3E %3Cg id='g1191-4' transform='translate(-359.23 43.366)'%3E %3Cpath id='path1185-3' d='M-1303.712 388.711s4.442 1 4.634 4.981' class='cls-5' transform='translate(1303.712 -388.711)'/%3E %3Cpath id='path1187-4' d='M-1299.067 393.692a.046.046 0 0 0 0 .012c-.01-.01-2.824.6-4.635-4.993' class='cls-6' transform='translate(1303.702 -388.711)'/%3E %3Cpath id='path1189-1' d='M-1303.712 388.711l4.634 4.981' class='cls-7' transform='translate(1303.712 -388.711)'/%3E %3C/g%3E %3Cpath id='path1193-7' d='M-169.091 69.377l.951-2.591v24.888l-1.606-.547V73.121a11.139 11.139 0 0 1 .655-3.744z' class='cls-8' transform='translate(-187.284 -26.103)'/%3E %3Cpath id='path1177-7' d='M-174.456 144.476a.431.431 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.224 11.224 0 0 0 1.156-.9 12.569 12.569 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.076 8.076 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.756 16.756 0 0 0-.184-2.148c-.1-.706-.256-1.4-.419-2.067a30.432 30.432 0 0 0-1.156-3.56 34.777 34.777 0 0 0-1.064-2.435c-.143-.286-.256-.512-.338-.665s-.123-.235-.123-.235l.276-.153s.041.082.133.235.2.379.348.665c.3.573.7 1.412 1.125 2.435a29.661 29.661 0 0 1 1.248 3.591 18.851 18.851 0 0 1 .706 4.317c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.616 2.616 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.484 10.484 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.894 12.894 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.609.609 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-9' transform='translate(-183.106 -77.099)'/%3E %3Cpath id='path1195-0' d='M-154.858 69.377l-.951-2.591v26.047l1.606-.547V73.121a11.139 11.139 0 0 0-.655-3.744z' class='cls-10' transform='translate(-199.615 -26.103)'/%3E %3Cpath id='path1179-5' d='M-169.657 269.663v6.976h3.2v-6.976z' class='cls-11' transform='translate(-187.363 -205.6)'/%3E %3Cpath id='path1324' d='M-166.347 277.832l-3.141 1.177v.1l3.141-1.177zm.022 1l-3.14 1.168v.1l3.141-1.177zm0 1.024l-3.153 1.181v.1l3.153-1.181zm0 .975l-3.153 1.181v.1l3.153-1.181zm0 .993l-3.152 1.176v.1l3.153-1.181zm0 1.011l-3.153 1.181v.1l3.153-1.181z' class='cls-12' transform='translate(-187.513 -212.827)'/%3E %3Cpath id='path1209-9' d='M-114.6 180.342l-.1.029a7.61 7.61 0 0 1 3.183-6.126' class='cls-13' transform='translate(-235.982 -121.179)'/%3E %3Cpath id='path1211-8' d='M-110.72 174.148l.019-.013c0 .024.693 5-3.1 6.109' class='cls-14' transform='translate(-236.784 -121.082)'/%3E %3Cpath id='path1213-0' d='M-124.706 106.048s2.3 5.883-.921 7.929' class='cls-15' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1215-9' d='M-130.177 113.977s-1.821-5.351.921-7.929' class='cls-16' transform='translate(-221.768 -60.841)'/%3E %3Cpath id='path1217-6' d='M-130.611 231.946c-.052.558-.621 4.578-6.727 5.44' class='cls-17' transform='translate(-215.957 -172.229)'/%3E %3Cpath id='path1219-7' d='M-183.772 179.729c2.558 2.145 5.029 3.768 7.458 5.678' class='cls-18' transform='translate(-174.875 -126.03)'/%3E %3Cg id='g1228-9' transform='translate(-358.647 53.699)'%3E %3Cpath id='path1221-7' d='M-1298.647 478.37s5.78.593 7.448 5.555h-.058' class='cls-19' transform='translate(1298.647 -478.37)'/%3E %3Cpath id='path1223-6' d='M-1291.259 483.929c-.575.04-5.25.244-7.389-5.559' class='cls-20' transform='translate(1298.648 -478.37)'/%3E %3Cpath id='path1226-8' d='M-1298.647 478.37l7.458 5.678' class='cls-7' transform='translate(1298.647 -478.37)'/%3E %3C/g%3E %3Cpath id='path1230-5' d='M-111.51 174.136c-1.072 2.208-2.068 4.255-3.192 6.323' class='cls-21' transform='translate(-235.985 -121.082)'/%3E %3Cpath id='path1234-7' d='M-176.538 139.92a31.18 31.18 0 0 1-6.169-4.665' class='cls-18' transform='translate(-175.817 -86.681)'/%3E %3Cpath id='path1236-0' d='M-124.706 106.048a139.65 139.65 0 0 1-.921 7.673v.256' class='cls-18' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1240-9' d='M-177.983 138.443c-.513.136-4.525.664-6.155-4.784' class='cls-22' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1242-8' d='M-184.137 133.659s4.815.511 6.2 4.781h-.049' class='cls-23' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1244-8' d='M-184.137 133.659l6.212 4.886' class='cls-24' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1248-5' d='M-184.947 269.451l-1.6.419-2.2-1.371h3.8' class='cls-25' transform='translate(-170.477 -204.571)'/%3E %3Cpath id='path1250-2' d='M-155.808 269.451l1.76.419 1.809-1.371h-3.569' class='cls-26' transform='translate(-199.616 -204.571)'/%3E %3Cpath id='path1252-5' d='M-188.374 268.5h6.666' class='cls-18' transform='translate(-170.803 -204.571)'/%3E %3Cpath id='path1254-3' d='M-155.809 257.245h3.569l-1.962-1.466-1.606.417' class='cls-27' transform='translate(-199.615 -193.316)'/%3E %3Cpath id='path1257-2' d='M-184.946 257.245h-3.8l2.189-1.466 1.606.418' class='cls-28' transform='translate(-170.478 -193.316)'/%3E %3Cpath id='path1259-3' d='M-137.339 236.9c-.025-.006 2.359-4.687 6.732-5.5v.064' class='cls-29' transform='translate(-215.956 -171.741)'/%3E %3Cpath id='path1261-3' d='M-174.456 195.013a.43.43 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.227 11.227 0 0 0 1.156-.9 12.572 12.572 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.077 8.077 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.753 16.753 0 0 0-.184-2.148c-.1-.706-.353-1.745-.516-2.41l.45-.123a21.963 21.963 0 0 1 .8 4.661c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.614 2.614 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.485 10.485 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.893 12.893 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.606.606 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-30' transform='translate(-183.106 -127.636)'/%3E %3Cpath id='path1265-2' d='M-131.463 172.673a.642.642 0 0 1-.645-.645.642.642 0 0 1 .645-.645.642.642 0 0 1 .645.645.642.642 0 0 1-.645.645z' class='cls-31' transform='translate(-220.585 -118.647)'/%3E %3Cpath id='path1269-6' d='M-124.408 224.42a.686.686 0 0 1-.685-.685.686.686 0 0 1 .685-.685.685.685 0 0 1 .685.685.685.685 0 0 1-.685.685z' class='cls-32' transform='translate(-226.79 -164.357)'/%3E %3Cpath id='path1232-7' d='M-137.338 237.248s4.79-3.861 6.729-5.459' class='cls-18' transform='translate(-215.957 -172.091)'/%3E %3Cg id='g5295' transform='translate(-373.459 47.689)'%3E %3Cpath id='rect1932' d='M0 0h3.255v1.907H0z' class='cls-33' transform='translate(4.023)'/%3E %3Cpath id='rect1934' d='M0 0h3.255v1.907H0z' class='cls-34' transform='translate(4.023 2.621)'/%3E %3Cpath id='rect1936' d='M0 0h3.255v1.907H0z' class='cls-35' transform='translate(4.023 5.243)'/%3E %3Cpath id='rect1921' d='M0 0h3.255v1.907H0z' class='cls-36'/%3E %3Cpath id='rect1923' d='M0 0h3.255v1.907H0z' class='cls-37' transform='translate(0 2.621)'/%3E %3Cpath id='rect1925' d='M0 0h3.255v1.907H0z' class='cls-38' transform='translate(0 5.243)'/%3E %3C/g%3E %3Crect id='rect5247' width='4.911' height='1.299' class='cls-39' rx='.65' transform='translate(-357.879 70.804)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left .alerts-close {
  width: 17px;
  height: 17px;
  background: transparent url('//www.ynet.co.il/images/x-mark-16.png') no-repeat 0 0;
  margin-top: 7px;
}
.pikudHaorefAlert .alerts-bottom {
  background-color: #1069a5;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.pikudHaorefAlert .alerts-bottom .alert-bottom-container {
  align-items: center;
}
.pikudHaorefAlert .alerts-bottom .alert-attention-text {
  font-weight: bold;
}
.pikudHaorefAlert .alerts-bottom .alert-permanent-link,
.pikudHaorefAlert .alerts-bottom .alert-permanent-link:hover {
  color: inherit;
}
.AccordionSocialsShareComponenta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 32px;
  margin-top: 15px;
}
.AccordionSocialsShareComponenta .shareIcon1280 {
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0 2px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.AccordionSocialsShareComponenta .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z' transform='translate(-574 -471) translate(574 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M17.226 9.976c1.05 0 1.79.165 1.79.165v1.854s-.23.006-.8.007h-.267c-.772 0-1.144.49-1.144 1.26v1.384h1.982l-.331 2.297-1.651-.001v5.362h-2.414l-.001-5.362h-1.9v-2.296h1.9V13.15c0-2.72 1.55-3.154 2.75-3.173h.086z' transform='translate(-574 -471) translate(574 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16 4.507c-6.351 0-11.5 5.15-11.5 11.5 0 6.352 5.149 11.5 11.5 11.5s11.5-5.148 11.5-11.5c0-6.35-5.149-11.5-11.5-11.5zm0 2c5.247 0 9.5 4.254 9.5 9.5 0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.246 4.253-9.5 9.5-9.5z' transform='translate(-574 -471) translate(574 471)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.AccordionSocialsShareComponenta .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z' transform='translate(-613 -471) translate(613 471)'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16.048 4.507c3.064.001 5.94 1.189 8.101 3.342 2.163 2.155 3.352 5.019 3.351 8.063-.002 6.285-5.14 11.397-11.455 11.397-1.79 0-3.55-.417-5.136-1.211l-.337-.176L4.5 27.507l1.625-5.906c-1.002-1.728-1.53-3.688-1.529-5.697.002-6.284 5.14-11.397 11.452-11.397zm-.001 2l-.267.004c-5.087.142-9.182 4.305-9.184 9.394 0 1.535.373 3.037 1.088 4.385l.171.308.421.725-.929 3.373 3.485-.909.695.378c1.378.749 2.935 1.144 4.518 1.144 5.213 0 9.453-4.22 9.455-9.398 0-2.513-.977-4.866-2.762-6.645-1.71-1.703-3.951-2.671-6.36-2.753l-.331-.006z' transform='translate(-613 -471) translate(613 471)'/%3E %3Cpath fill='%23000' d='M10.558 13.335c0 1.305.97 2.565 1.105 2.742.136.177 1.909 2.853 4.623 4.002.646.273 1.15.436 1.543.558.649.201 1.238.173 1.704.106.521-.078 1.602-.643 1.828-1.261.225-.62.225-1.15.158-1.26-.069-.11-.25-.177-.52-.31s-1.601-.774-1.85-.862c-.246-.088-.428-.133-.608.132s-.699.862-.857 1.04c-.157.176-.315.199-.585.067-.271-.133-1.144-.414-2.178-1.316-.804-.703-1.347-1.571-1.504-1.836-.158-.266-.018-.409.118-.54.122-.12.271-.31.406-.466.135-.154.18-.266.27-.442.09-.177.045-.332-.022-.464s-.609-1.437-.835-1.968c-.193-.455-.39-.454-.547-.454l-.062-.001c-.157-.008-.338-.01-.518-.01s-.474.067-.722.332-.947.907-.947 2.211z' transform='translate(-613 -471) translate(613 471)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.AccordionSocialsShareComponenta .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16 4.507c-6.351 0-11.5 5.15-11.5 11.5 0 6.352 5.149 11.5 11.5 11.5s11.5-5.148 11.5-11.5c0-6.35-5.149-11.5-11.5-11.5zm0 2c5.247 0 9.5 4.254 9.5 9.5 0 5.247-4.253 9.5-9.5 9.5s-9.5-4.253-9.5-9.5c0-5.246 4.253-9.5 9.5-9.5z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M20.88 13.937c0-.098 0-.196-.006-.294.442-.322.823-.72 1.126-1.176-.412.183-.849.304-1.296.357.47-.284.824-.73.992-1.257-.443.265-.928.451-1.433.552-.855-.916-2.284-.96-3.193-.099-.586.555-.835 1.382-.653 2.172-1.815-.092-3.505-.955-4.651-2.375-.6 1.039-.293 2.367.698 3.034-.359-.01-.71-.108-1.024-.284v.028c0 1.082.758 2.014 1.81 2.229-.332.09-.68.104-1.018.039.295.925 1.143 1.56 2.108 1.578-.8.633-1.786.976-2.803.975-.18 0-.359-.011-.537-.033 1.032.667 2.233 1.02 3.46 1.02 4.15.001 6.42-3.463 6.42-6.466z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.AccordionSocialsShareComponenta .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M6,8.47V23.53H26V8.47Zm16.2,2L16,15.79,9.82,10.47ZM8,21.53v-10l8,6.91,8-6.91v10Z'/%3E%3C/svg%3E");
}
.SiteScrollToTopButton {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23b9b9b9' 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 %3Cg%3E %3Cpath d='M16,0.6c8.5,0,15.4,6.9,15.4,15.4S24.5,31.4,16,31.4S0.6,24.5,0.6,16S7.5,0.6,16,0.6 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M16,3.1C8.9,3.1,3.1,8.9,3.1,16S8.9,28.9,16,28.9S28.9,23.1,28.9,16S23.1,3.1,16,3.1z M22.4,18.9c-0.4,0.4-1,0.4-1.3,0 L16,13.8l-5.1,5.1c-0.4,0.4-1,0.4-1.3,0c-0.4-0.4-0.4-1,0-1.3l5.8-5.8c0.4-0.4,1-0.4,1.3,0l5.8,5.8C22.8,18,22.8,18.6,22.4,18.9z' /%3E %3C/g%3E %3C/svg%3E");
  display: block;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
  z-index: 2;
  outline: 0;
}
.grid1280_2 .SiteScrollToTopButton {
  bottom: 85px;
  width: 76px;
  height: 76px;
  z-index: 11;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='76px' height='76px' viewBox='0 0 76 76' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E64CA87B2-9464-45F1-BA02-A1E200341794%3C/title%3E %3Cdefs%3E %3Ccircle id='path-1' cx='30' cy='30' r='30'%3E%3C/circle%3E %3Cfilter x='-22.5%25' y='-17.5%25' width='145.0%25' height='145.0%25' filterUnits='objectBoundingBox' id='filter-2'%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'%3E%3C/feMorphology%3E %3CfeOffset dx='0' dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'%3E%3C/feOffset%3E %3CfeGaussianBlur stdDeviation='3' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3E%3C/feGaussianBlur%3E %3CfeComposite in='shadowBlurOuter1' in2='SourceAlpha' operator='out' result='shadowBlurOuter1'%3E%3C/feComposite%3E %3CfeColorMatrix values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0' type='matrix' in='shadowBlurOuter1'%3E%3C/feColorMatrix%3E %3C/filter%3E %3C/defs%3E %3Cg id='DT-Home_Final-' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home_Back-To-Top_-captcha-V1.0' transform='translate(-1585.000000, -931.000000)'%3E %3Cg id='Group-4' transform='translate(1593.000000, 936.000000)'%3E %3Cg id='Oval'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E %3Cuse fill-opacity='0.4' fill='%232E2E2F' fill-rule='evenodd' style='mix-blend-mode: multiply;' xlink:href='%23path-1'%3E%3C/use%3E %3C/g%3E %3Cg id='Group-3' transform='translate(30.476787, 29.545823) rotate(90.000000) translate(-30.476787, -29.545823) translate(14.000000, 17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cpath d='M12.8301532,8.25973737e-13 L15.0709124,2.29929173 L6.188,10.952 L32.953574,10.9557295 L32.9531003,14.1429333 L6.251,14.139 L15.145822,22.8086619 L12.9217994,25.0916462 L8.8817842e-14,12.4987941 L12.8301532,8.25973737e-13 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteScrollToTopButton :focus {
  outline: none;
}
.radionas .SiteScrollToTopButton,
.special_audio .SiteScrollToTopButton {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteScrollToTopButton {
    display: none ! important;
  }
}
.fp-header .fp-left {
  flex: unset !important;
}
.flowplayer.is-popped-out .fp-float-wrapper {
  max-width: 315px !important;
  bottom: 65px !important;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-logo {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-mute-float {
  top: 16% !important;
  width: 1.9em !important;
  height: 1.9em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-exit-float {
  top: -20% !important;
  right: 10px !important;
  width: 2.2em !important;
  height: 2.2em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-exit-float {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-togglable {
  position: absolute;
  top: -240%;
  left: 205%;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .ad-indicator {
  position: absolute;
  left: 150%;
  width: 75%;
  margin: unset;
  padding: unset;
  color: white;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-controls.fp-togglable {
  background-image: linear-gradient(to bottom 60%, transparent, #000);
}
.blockedVideo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.articleVideoComponenta .blockedVideo {
  padding-bottom: 56%;
}
.blockedVideo span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteVideoLightbox {
    position: relative;
  }
  .SiteVideoLightbox .inlinePlayer[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
  .SiteVideoLightbox .inlinePlayer[style] video[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
  .SiteVideoLightbox .video-container[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
}
.video-js.inlinePlayer {
  width: 100%;
  height: 100%;
}
.video-js.inlinePlayer.vjs-v6,
.video-js.inlinePlayer.vjs-v7 {
  padding-top: 56.25%;
}
.video-js.inlinePlayer .vjs-poster {
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  padding-top: unset;
}
.video-js.inlinePlayer.is-sticky {
  padding-top: 0 !important;
}
.holaWrapper {
  width: 100%;
  height: 100%;
}
.Calcalist-Article-Top-Story .flowplayer {
  margin-right: 129px;
}
.ctech .Calcalist-Article-Top-Story .flowplayer {
  margin-left: 129px;
  margin-right: unset !important;
}
.Calcalist-Article-Top-Story .video-js.inlinePlayer.vjs-v6,
.Calcalist-Article-Top-Story .video-js.inlinePlayer.vjs-v7 {
  padding-top: initial;
  margin-right: 129px;
}
.Calcalist-Article-Top-Story .videoDetails {
  display: flex;
  background: #27272e;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-family: inherit;
  font-size: 14px;
  margin-top: -3px;
  margin-right: 129px;
}
.Calcalist-Article-Top-Story .videoDetails > * {
  margin: 0 5px;
}
.videojsContainer.is-sticky {
  position: fixed;
  left: 10px;
  bottom: 10px;
  padding-top: 0;
  height: 158px;
  width: 284px !important;
  overflow: visible;
  z-index: 23;
}
.videojsContainer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.videojsContainer.is-sticky .ynetfp-close-button {
  display: block;
  position: absolute;
  top: -35px;
  left: 0px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.3;
}
.videojsContainer.is-sticky .ynetfp-close-button:hover {
  opacity: 1;
}
.videojsContainer.is-sticky .ynetfp-close-button:before,
.videojsContainer.is-sticky .ynetfp-close-button:after {
  position: absolute;
  top: 0;
  left: 10px;
  height: 33px;
  width: 3px;
  background-color: #cc0000;
  content: ' ';
}
.videojsContainer.is-sticky .ynetfp-close-button:before {
  transform: rotate(45deg);
}
.videojsContainer.is-sticky .ynetfp-close-button:after {
  transform: rotate(-45deg);
}
.videojsContainer .vjs-big-play-button {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 2em !important;
  height: 2em !important;
  border-radius: 100% !important;
}
.videojsContainer .vjs-big-play-button > .vjs-icon-placeholder:before {
  content: "\f101";
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.videojsContainer .vjs-big-play-button.force-display {
  display: block !important;
  z-index: 1;
}
.flowplayer.hidePlayImgAndLogo .fp-play,
.flowplayer.hidePlayImgAndLogo .fp-logo {
  display: none !important;
}
.flowplayer.is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.flowplayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.flowplayer.is-sticky .fp-controls {
  background-color: rgba(0, 0, 0, 0.5);
  width: 202px;
}
.flowplayer.is-sticky .ynetfp-close-button {
  display: block;
  z-index: 9999;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg data-name='Group 1' transform='translate(-21 -14)'%3E %3Ccircle data-name='Ellipse 1' cx='13' cy='13' r='13' transform='translate(21 14)' style='opacity:.67'/%3E %3Cpath data-name='Path 1' d='M8.188 6.914H15.1V8.22H8.188v6.88H6.882V8.22H0V6.914h6.882V0h1.306z' transform='rotate(45 -2.77 49.37)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: -33px;
  right: 10px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.flowplayer.is-sticky .fp-bar {
  max-width: 38%;
}
.flowplayer.is-sticky .fp-share_button {
  padding-top: 4px;
}
.flowplayer .fp-title {
  display: none;
}
.flowplayer.ynetTv,
.flowplayer.ynetTv.hasTitle {
  max-width: 640px ! important;
  margin: 8% auto ! important;
}
.flowplayer.ynetTv .fp-logo,
.flowplayer.ynetTv.hasTitle .fp-logo {
  top: 15px ! important;
  left: 15px ! important;
  bottom: initial;
}
.flowplayer.ynetTv img.ynetTvLogo,
.flowplayer.ynetTv.hasTitle img.ynetTvLogo {
  top: 0px;
  position: absolute;
  bottom: initial;
  left: initial;
  right: 0;
  height: 23px;
  width: auto;
  margin: 10px;
}
.flowplayer.ynetTv .fp-title,
.flowplayer.ynetTv.hasTitle .fp-title,
.flowplayer.ynetTv .fp-fullscreen,
.flowplayer.ynetTv.hasTitle .fp-fullscreen {
  display: none;
}
.flowplayer.ynetTv .ynetfp-ads,
.flowplayer.ynetTv.hasTitle .ynetfp-ads {
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
}
.flowplayer.ynetTv .ynetfp-ads:before,
.flowplayer.ynetTv.hasTitle .ynetfp-ads:before {
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-header,
.flowplayer.ynetTv.hasTitle .fp-header {
  position: absolute;
  top: -40px ! important;
  opacity: 1;
  background: #000;
  width: 100%;
  height: 40px;
}
.flowplayer.ynetTv .fp-header .fp-unload,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload {
  display: block;
  border: 1px solid;
  border-radius: 50%;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  margin: 10px;
}
.flowplayer.ynetTv .fp-header .fp-unload:before,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload:before {
  left: 2px;
  position: absolute;
  top: 2px;
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-playlist,
.flowplayer.ynetTv.hasTitle .fp-playlist {
  bottom: -152px;
  padding-top: 87px;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding-right: 5px;
  padding-left: 5px;
}
.flowplayer.ynetTv .fp-playlist a,
.flowplayer.ynetTv.hasTitle .fp-playlist a {
  float: right ! important;
  margin-right: 0 ! important;
}
.flowplayer.ynetTv .fp-playlist .vp-info,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info {
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  height: 87px;
  padding-right: 7px;
}
.flowplayer.ynetTv .fp-playlist .vp-info > p,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info > p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  text-align: right;
  padding: 2px 0px 0 7px;
  font-family: arial;
  line-height: 1.5;
  font-size: 12px;
  max-height: 40px;
  margin: 0;
}
.flowplayer.ynetTv .fp-playlist .vp-info .vp-title,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info .vp-title {
  font-size: 15px;
  font-weight: bold;
  max-height: 20px;
  white-space: nowrap;
}
.flowplayer.ynetTv .fp-playlist .vp-info a,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a {
  background-color: #de1111;
  text-decoration: none;
  padding-right: 2px;
  font-size: 12px;
}
.flowplayer.ynetTv .fp-playlist .vp-info a img,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a img {
  float: left;
  margin-right: 5px;
}
.flowplayer.ynetTv .fp-playlist > a,
.flowplayer.ynetTv.hasTitle .fp-playlist > a {
  display: block;
  width: 105px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
  float: right;
}
.flowplayer.ynetTv .fp-playlist > a:first-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:first-child {
  margin-left: 5px;
}
.flowplayer.ynetTv .fp-playlist > a:last-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:last-child {
  margin-left: 0px;
}
.flowplayer.ynetTv .fp-playlist > a:hover,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  opacity: 1;
  z-index: 1;
  border: 0;
  border-radius: 0;
  transform: scale(1);
}
.flowplayer.ynetTv .fp-playlist > a.is-active,
.flowplayer.ynetTv.hasTitle .fp-playlist > a.is-active {
  opacity: 1;
  box-shadow: 0 0 15px 0 #fff;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 20;
  color: white;
  margin: 0.9em 0 0 0.9em;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads:before {
  content: "\e10f";
}
.flowplayer .fp-ad-container .fp-ui.fp-shown .ynetfp-ads {
  display: block;
}
.flowplayer .fp-controls.is-hidden {
  display: none;
}
.flowplayer .fp-controls > * {
  margin: 0 .1em ! important;
}
.flowplayer .fp-controls .fp-bar {
  flex: inherit ! important;
  flex-grow: 1 ! important;
  min-width: 50%;
}
.flowplayer .fp-controls .fp-bar > * {
  top: 0;
}
.flowplayer .fp-share {
  display: none;
}
.flowplayer .fp-share_button {
  float: right;
  margin-right: 0px ! important;
}
.flowplayer .fp-share_button:before {
  content: "\e009";
}
.flowplayer.is-disabled .fp-header {
  opacity: 0 !important;
}
.flowplayer .fp-header {
  direction: rtl;
}
.flowplayer .fp-header .fp-icon.fp-embed {
  float: right;
  margin-right: 0;
}
.flowplayer .fp-header .share_button {
  width: 50px;
  height: 50px;
  background: #000;
}
.flowplayer .fp-header .fp-message {
  opacity: inherit;
  background-color: inherit;
  float: right;
  width: 70%;
  text-align: right;
}
.flowplayer .fp-header .fp-message a {
  text-decoration: underline !important;
}
.flowplayer .fp-header .fp-unload.fp-icon {
  float: left;
}
.flowplayer .share_window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.flowplayer .share_window.hidden {
  display: none;
}
.flowplayer .share_window .shareTitle {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  margin-top: 20%;
}
.flowplayer .share_window .shareButtons {
  display: flex;
  margin-top: 20px;
  width: auto;
  flex-direction: row;
  align-self: center;
}
.flowplayer .share_window .shareButtons button,
.flowplayer .share_window .shareButtons a {
  flex-shrink: 0;
  margin: 5px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.flowplayer .share_window .shareButtons .closeShare {
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 5px;
  left: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.flowplayer .share_window .shareButtons .closeShare:before {
  content: "\e10f";
}
.flowplayer .share_window .fp-playlist {
  position: absolute;
  display: flex !important;
  bottom: -97px;
  padding-top: 27px;
  padding-bottom: 5px;
  width: 100%;
  background-color: black;
}
.flowplayer .share_window .fp-playlist > a {
  display: block;
  width: 87px;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
}
.flowplayer .share_window .fp-playlist > a:first-child {
  margin-left: 0px;
}
.flowplayer .share_window .fp-playlist > a:hover {
  border: white 1px solid;
  transform: scale(1.3);
  opacity: 1;
  z-index: 1;
}
.flowplayer .share_window .fp-playlist > a.is-active {
  opacity: 1;
}
.flowplayer .share_window.is-overlaid a.fp-logo {
  top: 2.9em;
  left: 2.9em;
  bottom: initial;
}
.flowplayer .share_window a.fp-logo {
  top: 15px;
  left: 15px;
  bottom: initial;
}
.flowplayer .share_window .ynetfp-close-button {
  display: none;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div iframe:first-child {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer_external_mute,
.youtube_external_mute,
.videojs_external_mute,
.hola_external_mute {
  height: 30px;
  width: 30px;
  background: 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='%23FE0000' xml:space='preserve'%3E %3Cpath d='M14,8H6v16h8l12,8V0L14,8z M24,28.3l-8-5.3V9.1l8-5.3V28.3z'/%3E %3C/svg%3E") no-repeat center center transparent !important;
  z-index: 1;
  position: absolute;
  border: 0;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.flowplayer_external_mute.hola_external_mute,
.youtube_external_mute.hola_external_mute,
.videojs_external_mute.hola_external_mute,
.hola_external_mute.hola_external_mute {
  bottom: 25px;
}
.flowplayer_external_mute.muted,
.youtube_external_mute.muted,
.videojs_external_mute.muted,
.hola_external_mute.muted {
  background: 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='%23FE0000' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M5.6,10.4H0v11.3h5.6l8.5,5.6V4.7L5.6,10.4z M12.7,24.6L7,20.9v-9.8l5.6-3.8V24.6z'/%3E %3Cpolygon points='32,11.6 31,10.6 26.6,15 22.1,10.6 21.1,11.6 25.6,16 21.1,20.4 22.1,21.4 26.6,17 31,21.4 32,20.4 27.6,16 '/%3E %3C/g%3E %3C/svg%3E") no-repeat center center transparent !important;
}
.MediaCarousel img,
.galleryDroppedImage img,
.mediaArea img,
.VideoLiveComponenta img,
.VideoComponenta img,
.PageVideoLiveComponenta img,
.youTubeLightBoxPlayer img,
.SiteVideoLightbox img {
  cursor: pointer;
}
.MediaCarousel .sitePagelightBoxVideoPlayer,
.galleryDroppedImage .sitePagelightBoxVideoPlayer,
.mediaArea .sitePagelightBoxVideoPlayer,
.VideoLiveComponenta .sitePagelightBoxVideoPlayer,
.VideoComponenta .sitePagelightBoxVideoPlayer,
.PageVideoLiveComponenta .sitePagelightBoxVideoPlayer,
.youTubeLightBoxPlayer .sitePagelightBoxVideoPlayer,
.SiteVideoLightbox .sitePagelightBoxVideoPlayer {
  position: relative;
  width: 100%;
  height: 100%;
}
.MediaCarousel img.poster,
.galleryDroppedImage img.poster,
.mediaArea img.poster,
.VideoLiveComponenta img.poster,
.VideoComponenta img.poster,
.PageVideoLiveComponenta img.poster,
.youTubeLightBoxPlayer img.poster,
.SiteVideoLightbox img.poster {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster,
.galleryDroppedImage .iconOnPoster,
.mediaArea .iconOnPoster,
.VideoLiveComponenta .iconOnPoster,
.VideoComponenta .iconOnPoster,
.PageVideoLiveComponenta .iconOnPoster,
.youTubeLightBoxPlayer .iconOnPoster,
.SiteVideoLightbox .iconOnPoster,
.MediaCarousel .fp-play.fp-visible,
.galleryDroppedImage .fp-play.fp-visible,
.mediaArea .fp-play.fp-visible,
.VideoLiveComponenta .fp-play.fp-visible,
.VideoComponenta .fp-play.fp-visible,
.PageVideoLiveComponenta .fp-play.fp-visible,
.youTubeLightBoxPlayer .fp-play.fp-visible,
.SiteVideoLightbox .fp-play.fp-visible {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  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 %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster.big,
.galleryDroppedImage .iconOnPoster.big,
.mediaArea .iconOnPoster.big,
.VideoLiveComponenta .iconOnPoster.big,
.VideoComponenta .iconOnPoster.big,
.PageVideoLiveComponenta .iconOnPoster.big,
.youTubeLightBoxPlayer .iconOnPoster.big,
.SiteVideoLightbox .iconOnPoster.big,
.MediaCarousel .fp-play.fp-visible.big,
.galleryDroppedImage .fp-play.fp-visible.big,
.mediaArea .fp-play.fp-visible.big,
.VideoLiveComponenta .fp-play.fp-visible.big,
.VideoComponenta .fp-play.fp-visible.big,
.PageVideoLiveComponenta .fp-play.fp-visible.big,
.youTubeLightBoxPlayer .fp-play.fp-visible.big,
.SiteVideoLightbox .fp-play.fp-visible.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.MediaCarousel .iconOnPoster.small,
.galleryDroppedImage .iconOnPoster.small,
.mediaArea .iconOnPoster.small,
.VideoLiveComponenta .iconOnPoster.small,
.VideoComponenta .iconOnPoster.small,
.PageVideoLiveComponenta .iconOnPoster.small,
.youTubeLightBoxPlayer .iconOnPoster.small,
.SiteVideoLightbox .iconOnPoster.small,
.MediaCarousel .fp-play.fp-visible.small,
.galleryDroppedImage .fp-play.fp-visible.small,
.mediaArea .fp-play.fp-visible.small,
.VideoLiveComponenta .fp-play.fp-visible.small,
.VideoComponenta .fp-play.fp-visible.small,
.PageVideoLiveComponenta .fp-play.fp-visible.small,
.youTubeLightBoxPlayer .fp-play.fp-visible.small,
.SiteVideoLightbox .fp-play.fp-visible.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.MediaCarousel .iconOnPoster .fp-play-sharp-fill,
.galleryDroppedImage .iconOnPoster .fp-play-sharp-fill,
.mediaArea .iconOnPoster .fp-play-sharp-fill,
.VideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.VideoComponenta .iconOnPoster .fp-play-sharp-fill,
.PageVideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.youTubeLightBoxPlayer .iconOnPoster .fp-play-sharp-fill,
.SiteVideoLightbox .iconOnPoster .fp-play-sharp-fill,
.MediaCarousel .fp-play.fp-visible .fp-play-sharp-fill,
.galleryDroppedImage .fp-play.fp-visible .fp-play-sharp-fill,
.mediaArea .fp-play.fp-visible .fp-play-sharp-fill,
.VideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.VideoComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.PageVideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.youTubeLightBoxPlayer .fp-play.fp-visible .fp-play-sharp-fill,
.SiteVideoLightbox .fp-play.fp-visible .fp-play-sharp-fill {
  display: none ! important;
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon {
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon .icon {
  background: 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' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M27.6,13.5L7.7,0.5C5.7-0.8,3.1,0.6,3.1,3v26c0,2.4,2.6,3.8,4.6,2.5l19.9-13C29.4,17.3,29.4,14.7,27.6,13.5z'/%3E %3C/svg%3E") no-repeat center center;
  width: 34px;
  height: 40px;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .MediaCarousel .youTubePlayer,
  .galleryDroppedImage .youTubePlayer,
  .mediaArea .youTubePlayer,
  .VideoLiveComponenta .youTubePlayer,
  .VideoComponenta .youTubePlayer,
  .PageVideoLiveComponenta .youTubePlayer,
  .youTubeLightBoxPlayer .youTubePlayer,
  .SiteVideoLightbox .youTubePlayer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .MediaCarousel .youTubePlayer iframe,
  .galleryDroppedImage .youTubePlayer iframe,
  .mediaArea .youTubePlayer iframe,
  .VideoLiveComponenta .youTubePlayer iframe,
  .VideoComponenta .youTubePlayer iframe,
  .PageVideoLiveComponenta .youTubePlayer iframe,
  .youTubeLightBoxPlayer .youTubePlayer iframe,
  .SiteVideoLightbox .youTubePlayer iframe,
  .MediaCarousel .youTubePlayer object,
  .galleryDroppedImage .youTubePlayer object,
  .mediaArea .youTubePlayer object,
  .VideoLiveComponenta .youTubePlayer object,
  .VideoComponenta .youTubePlayer object,
  .PageVideoLiveComponenta .youTubePlayer object,
  .youTubeLightBoxPlayer .youTubePlayer object,
  .SiteVideoLightbox .youTubePlayer object,
  .MediaCarousel .youTubePlayer embed,
  .galleryDroppedImage .youTubePlayer embed,
  .mediaArea .youTubePlayer embed,
  .VideoLiveComponenta .youTubePlayer embed,
  .VideoComponenta .youTubePlayer embed,
  .PageVideoLiveComponenta .youTubePlayer embed,
  .youTubeLightBoxPlayer .youTubePlayer embed,
  .SiteVideoLightbox .youTubePlayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.MediaCarousel .youTubePlayer,
.galleryDroppedImage .youTubePlayer,
.mediaArea .youTubePlayer,
.VideoLiveComponenta .youTubePlayer,
.VideoComponenta .youTubePlayer,
.PageVideoLiveComponenta .youTubePlayer,
.youTubeLightBoxPlayer .youTubePlayer,
.SiteVideoLightbox .youTubePlayer {
  direction: ltr;
  background-color: #000;
}
.MediaCarousel .youTubePlayer.is-sticky,
.galleryDroppedImage .youTubePlayer.is-sticky,
.mediaArea .youTubePlayer.is-sticky,
.VideoLiveComponenta .youTubePlayer.is-sticky,
.VideoComponenta .youTubePlayer.is-sticky,
.PageVideoLiveComponenta .youTubePlayer.is-sticky,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky,
.SiteVideoLightbox .youTubePlayer.is-sticky {
  position: fixed;
  overflow: visible;
  bottom: 10px;
  z-index: 23;
  left: 10px;
  animation: animateStickyVideo 0.2s ease;
}
.MediaCarousel .youTubePlayer.is-sticky.is-sticky-sargel,
.galleryDroppedImage .youTubePlayer.is-sticky.is-sticky-sargel,
.mediaArea .youTubePlayer.is-sticky.is-sticky-sargel,
.VideoLiveComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.VideoComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.PageVideoLiveComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky.is-sticky-sargel,
.SiteVideoLightbox .youTubePlayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.MediaCarousel .youTubePlayer.is-sticky iframe,
.galleryDroppedImage .youTubePlayer.is-sticky iframe,
.mediaArea .youTubePlayer.is-sticky iframe,
.VideoLiveComponenta .youTubePlayer.is-sticky iframe,
.VideoComponenta .youTubePlayer.is-sticky iframe,
.PageVideoLiveComponenta .youTubePlayer.is-sticky iframe,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky iframe,
.SiteVideoLightbox .youTubePlayer.is-sticky iframe {
  height: 160px;
  width: 284px !important;
  transition: all 0.2s ease;
  transition-property: left, right, bottom, top;
}
.MediaCarousel .youTubePlayer.is-sticky .ynetfp-close-button,
.galleryDroppedImage .youTubePlayer.is-sticky .ynetfp-close-button,
.mediaArea .youTubePlayer.is-sticky .ynetfp-close-button,
.VideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.VideoComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.PageVideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky .ynetfp-close-button,
.SiteVideoLightbox .youTubePlayer.is-sticky .ynetfp-close-button {
  display: block;
  position: absolute;
  cursor: pointer;
  top: -26px;
  z-index: 20;
  color: black;
}
.MediaCarousel .youTubePlayer.is-sticky .ynetfp-close-button:before,
.galleryDroppedImage .youTubePlayer.is-sticky .ynetfp-close-button:before,
.mediaArea .youTubePlayer.is-sticky .ynetfp-close-button:before,
.VideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.VideoComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.PageVideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky .ynetfp-close-button:before,
.SiteVideoLightbox .youTubePlayer.is-sticky .ynetfp-close-button:before {
  content: "\e10f";
}
@keyframes animateStickyVideo {
  0% {
    transform: scale(1.5);
    left: 75px;
    opacity: 0;
  }
  100% {
    left: 10px;
    opacity: 1;
  }
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer,
.mediaArea .siteYnetTvLightBoxYoutubePlayer,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer {
  height: 100%;
  cursor: pointer;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header {
  position: absolute;
  top: -40px ! important;
  opacity: 1;
  background: #000;
  width: 100%;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo {
  top: 0px;
  /* position: absolute; */
  bottom: initial;
  left: initial;
  right: 0;
  height: 23px;
  width: auto;
  margin: 10px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  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: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px;
  border: 1px solid white;
  border-radius: 50px;
  padding: 1px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer {
  height: 152px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner {
  position: absolute;
  bottom: 0;
  direction: rtl;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 5px;
  background-color: black;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail {
  display: block;
  width: 87px;
  height: 65px;
  margin-left: 5px;
  opacity: 0.7;
  border: transparent 1px solid;
  width: 105px;
  height: 60px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover {
  opacity: 1;
  box-shadow: 0 0 15px 0 #fff;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton {
  height: 70px;
  width: 30px;
  cursor: pointer;
  z-index: 5;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left {
  left: 0;
}
.youTubeLightBoxPlayer,
.SiteVideoLightbox {
  height: 100%;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_header,
.SiteVideoLightbox #ynet_lightbox_video_header {
  height: 21px;
  background: black;
  color: white;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_p,
.SiteVideoLightbox .ynet_lightbox_video_header_p {
  padding: 0 7px 0 3px;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_p .ynet_lightbox_video_close,
.SiteVideoLightbox .ynet_lightbox_video_header_p .ynet_lightbox_video_close {
  border: none;
  margin: 0;
  width: auto;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
}
.youTubeLightBoxPlayer .ynet_lightbox_floatr,
.SiteVideoLightbox .ynet_lightbox_floatr {
  float: right;
  display: block;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_title_wrap,
.SiteVideoLightbox .ynet_lightbox_video_header_title_wrap {
  margin-top: 2px;
  width: 80%;
}
.youTubeLightBoxPlayer .ynet_lightbox_pointer,
.SiteVideoLightbox .ynet_lightbox_pointer {
  cursor: pointer;
}
.youTubeLightBoxPlayer .ynet_lightbox_floatl,
.SiteVideoLightbox .ynet_lightbox_floatl {
  float: left;
  display: block;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .youTubeLightBoxPlayer #ynet_lightbox_video_footer_inner,
  .SiteVideoLightbox #ynet_lightbox_video_footer_inner {
    display: none !important;
  }
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer,
.SiteVideoLightbox #ynet_lightbox_video_footer {
  display: flex;
  background-color: black;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner {
  position: relative;
  padding-top: 27px;
  padding-bottom: 5px;
  direction: ltr;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper {
  position: relative;
  display: block;
  width: 87px;
  height: 65px;
  margin-left: 5px;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:nth-child(n+8),
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:nth-child(n+8) {
  display: none;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper {
  position: relative;
  width: 87px;
  height: 65px;
  border: transparent 1px solid;
  opacity: 0.7;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper img,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper:hover,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper:hover {
  border: white 1px solid;
  transform: scale(1.3);
  opacity: 1;
  z-index: 999;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:first-of-type,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:first-of-type {
  margin: 0;
}
.youTubeLightBoxPlayer .iconOnPoster,
.SiteVideoLightbox .iconOnPoster,
.youTubeLightBoxPlayer .fp-play.fp-visible,
.SiteVideoLightbox .fp-play.fp-visible {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  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 %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.youTubeLightBoxPlayer .iconOnPoster.big,
.SiteVideoLightbox .iconOnPoster.big,
.youTubeLightBoxPlayer .fp-play.fp-visible.big,
.SiteVideoLightbox .fp-play.fp-visible.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.youTubeLightBoxPlayer .iconOnPoster.small,
.SiteVideoLightbox .iconOnPoster.small,
.youTubeLightBoxPlayer .fp-play.fp-visible.small,
.SiteVideoLightbox .fp-play.fp-visible.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.youTubeLightBoxPlayer .iconOnPoster .fp-play-sharp-fill,
.SiteVideoLightbox .iconOnPoster .fp-play-sharp-fill,
.youTubeLightBoxPlayer .fp-play.fp-visible .fp-play-sharp-fill,
.SiteVideoLightbox .fp-play.fp-visible .fp-play-sharp-fill {
  display: none ! important;
}
