/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 6.25vw;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.3125vw;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.3125vw;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.frontCopyButton-pf {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='50' height='50' rx='25' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_163_4766)'%3E %3Cpath d='M20.1964 14.8667H35.6075C36.927 14.8667 38.0002 15.9516 38.0002 17.2854V39.5814C38.0002 40.9152 36.927 42.0001 35.6075 42.0001H20.1964C18.8769 42.0001 17.8037 40.9152 17.8037 39.5814V17.2854C17.8037 15.9516 18.8769 14.8667 20.1964 14.8667ZM19.5348 39.5814C19.5348 39.9492 19.8325 40.2502 20.1964 40.2502H35.6075C35.9714 40.2502 36.2691 39.9492 36.2691 39.5814V17.2854C36.2691 16.9176 35.9714 16.6166 35.6075 16.6166H20.1964C19.8325 16.6166 19.5348 16.9176 19.5348 17.2854V39.5814Z' fill='white'/%3E %3Cpath d='M14.3927 9H29.8038C31.1233 9 32.1965 10.0849 32.1965 11.4187V12.0689C32.1965 12.5519 31.8106 12.942 31.3328 12.942C30.855 12.942 30.469 12.5519 30.469 12.0689V11.4187C30.469 11.0472 30.1713 10.7462 29.8075 10.7462H14.3927C14.0252 10.7462 13.7275 11.0472 13.7275 11.4187V33.7147C13.7275 34.0825 14.0252 34.3835 14.3927 34.3835H15.0359C15.5137 34.3835 15.8996 34.7736 15.8996 35.2566C15.8996 35.7396 15.5137 36.1297 15.0359 36.1297H14.3927C13.0732 36.1297 12 35.0448 12 33.711V11.4187C12 10.0849 13.0732 9 14.3927 9Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_163_4766'%3E %3Crect width='26' height='33' fill='white' transform='translate(12 9)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
}
.copyPopup {
  position: fixed;
  bottom: 22.65625vw;
  left: 50%;
  transform: translate(-50%, 0%);
  width: max-content;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.78125vw;
  padding: 1.25vw 0.9375vw;
  color: #fff;
  z-index: 10000;
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .copyPopup {
    background-color: #de1a1a;
  }
}
.specialHeader .campaignArea {
  display: flex;
  text-decoration: unset;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
.specialHeader .campaignArea span {
  font-size: 3.4375vw;
  color: #fff;
  font-weight: 400;
}
.specialHeader .campaignArea img {
  max-width: 12.5vw;
  margin-right: 3.125vw;
}
.ImageSlider {
  width: 100% ! important;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  max-width: 153.125vw;
  max-height: 102.03125vw;
  overflow: hidden;
}
.ImageSlider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ImageSlider .imagesSliderTitle {
  width: 100%;
  min-height: 6.25vw;
  font-size: 3.28125vw;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  line-height: 6.25vw;
  padding: 1px 1.5625vw;
  box-sizing: border-box;
}
.ImageSlider .bottomPicture {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ImageSlider .topPicture {
  background-size: cover;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 50%;
  height: 100%;
  left: 0;
}
.ImageSlider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ImageSlider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: calc(50% - 6.25vw);
  left: calc(0% - 4.6875vw);
  background-color: rgba(255, 255, 255, 0);
  width: calc(100% + 9.375vw);
  direction: ltr;
  padding: 0;
}
.ImageSlider input[type=range]:focus {
  outline: none;
}
.ImageSlider input[type=range]:active {
  outline: none;
}
.ImageSlider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  outline: none;
}
.ImageSlider input[type=range]::active {
  border: none;
  outline: none;
}
.ImageSlider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9.375vw;
  height: 9.375vw;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 9.375vw;
  height: 9.375vw;
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]:focus::-webkit-slider-thumb {
  background: url('//ynet.co.il/images/xnet/slider/slider.png') no-repeat center center transparent;
}
.ImageSlider .imgTitle {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: calc(50% - 3.4375vw);
  padding: 0.5rem;
  font-size: 0.875rem;
  z-index: 6;
  max-width: 40%;
  box-sizing: border-box;
}
.ImageSlider .imgTitle.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.ImageSlider .imgTitle.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.ImageSlider .bottomImg {
  right: 0;
}
.ImageSlider .topImg {
  left: 0;
}
.ImageSlider #innerSliderDiv {
  height: 100%;
  position: absolute;
  left: 0;
}
.ImageSliderContainer .ImageDetails {
  color: #78787B;
  font-family: "Moses";
  font-weight: 340;
  font-size: 0.875rem !important;
  line-height: 1rem;
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 2.96875vw;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.96875vw;
  font-weight: 700;
  height: 3.75vw;
  margin: 0 0.46875vw 0.3125vw 0;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 2.96875vw;
  height: 2.96875vw;
  padding: 0 0.46875vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cg id='star_h' transform='translate(-848.358 -4004.139)'%3E %3Cg id='Path' transform='translate(848.358 4004.139)' fill='none'%3E %3Cpath d='M15.052,7.57,11.5,0,7.947,7.57,0,8.785l5.749,5.892L4.393,23,11.5,19.071,18.608,23,17.25,14.678,23,8.785Z' stroke='none'/%3E %3Cpath d='M 11.49977684020996 4.707538604736328 L 9.303762435913086 9.38587760925293 L 4.149341583251953 10.1739673614502 L 7.885472297668457 14.00314712524414 L 7.029115676879883 19.25698280334473 L 11.50011253356934 16.78522682189941 L 15.97040176391602 19.256591796875 L 15.11327266693115 14.00314712524414 L 18.85025024414063 10.17397022247314 L 13.69497299194336 9.38587760925293 L 11.49977684020996 4.707538604736328 M 11.50011253356934 -1.9073486328125e-06 L 15.05220222473145 7.570127487182617 L 23.00022315979004 8.785147666931152 L 17.24974250793457 14.67749786376953 L 18.60757255554199 22.99981689453125 L 11.50011253356934 19.07051849365234 L 4.39265251159668 22.99981689453125 L 5.749162673950195 14.67749786376953 L 1.9073486328125e-06 8.785147666931152 L 7.94670295715332 7.570127487182617 L 11.50011253356934 -1.9073486328125e-06 Z' stroke='none' fill='%23ffb813'/%3E %3C/g%3E %3Cpath id='Path_451' data-name='Path 451' d='M6510.858,18490.334v-16.084l-3.233,6.906-7.5,1.031,5.625,5.563-1.625,7.875s5.483-3.646,6.733-4.312' transform='translate(-5651 -14469)' fill='%23ffb813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Half' d='M15 6V21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .hideRecipeVoters {
  display: none;
}
.ToggleSwitch {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: none;
}
.ToggleSwitch .toggleContainer {
  height: 4.375vw;
  width: 8.90625vw;
  display: flex;
  align-items: center;
  padding: 0.46875vw;
  background-color: #D8D8D8;
  border-radius: 3.90625vw;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  box-sizing: border-box;
}
.ToggleSwitch .toggleContainer.active {
  background-color: #7A0E0E;
}
.ToggleSwitch .toggleContainer .toggleBtn {
  width: 3.4375vw;
  height: 3.4375vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-137%);
}
body {
  margin: 0;
}
.ynetnews .ArticleBodyComponent .text_editor_indent,
.vesty .ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-left: 7.8125vw !important;
}
.ynetnews .ArticleBodyComponent .text_editor_indent.ltr,
.vesty .ArticleBodyComponent .text_editor_indent.ltr {
  margin-left: initial !important;
  margin-right: 7.8125vw !important;
}
.ArticleBodyComponent {
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.28;
  font-weight: 300;
  letter-spacing: -0.3;
  margin-top: 3.90625vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  counter-reset: numbered-text-counter 0;
}
.font-moses .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.59;
  letter-spacing: normal;
  font-weight: 340 ;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 7.8125vw !important;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 7.8125vw !important;
}
.ynetnews .ArticleBodyComponent,
.vesty .ArticleBodyComponent {
  direction: ltr;
  font-weight: 400;
}
.font-moses .ynetnews .ArticleBodyComponent,
.font-moses .vesty .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.69;
  letter-spacing: normal;
  font-weight: 340 ;
}
.vesty .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.44;
}
.yplus .ArticleBodyComponent {
  line-height: 1.6;
  font-weight: 400;
  padding: 0 3.90625vw;
}
.font-moses .yplus .ArticleBodyComponent {
  font-size: 1.125rem;
  line-height: 1.59;
  font-weight: 340;
}
.ArticleBodyComponent .coAuthors {
  margin-bottom: 1.5625vw;
}
.ArticleBodyComponent br {
  display: none;
}
.ArticleBodyComponent a {
  -webkit-text-fill-color: initial;
  text-decoration: none;
}
.yplus .ArticleBodyComponent a {
  -webkit-text-fill-color: #337ab7;
  color: #337ab7;
}
.ArticleBodyComponent .originalLaunchDate {
  color: #8c8c8c;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.ynetnews .ArticleBodyComponent .originalLaunchDate,
.vesty .ArticleBodyComponent .originalLaunchDate,
.yplus:has(.paywall-wrapper) .ArticleBodyComponent .originalLaunchDate {
  display: none;
}
.ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 1.8rem 0;
  word-break: keep-all;
}
.magazine_template .ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 1.5rem 0;
}
.ArticleBodyComponent .text_editor_contact_us_link {
  display: none !important;
}
.ArticleBodyComponent .special_ul {
  list-style-type: none;
  color: #1417ac;
  line-height: 1.44;
  margin-bottom: 0.8125rem;
  padding-inline-start: 0px;
}
.ArticleBodyComponent .special_ul li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(20, 23, 172)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 0.6rem right;
  background-size: 0.813rem;
  margin: 1rem 0;
}
.font-moses .ArticleBodyComponent .special_ul li {
  font-size: 1.125rem;
}
.ynetnews .ArticleBodyComponent .special_ul li,
.vesty .ArticleBodyComponent .special_ul li {
  background-position: top 0.6rem left;
}
.ArticleBodyComponent .special_ul li > div {
  padding-right: 1.4375rem;
  display: block;
}
.ynetnews .ArticleBodyComponent .special_ul li > div,
.vesty .ArticleBodyComponent .special_ul li > div {
  padding-right: unset;
  padding-left: 1.4375rem;
}
.ArticleBodyComponent ul.public-DraftStyleDefault-ul {
  padding-inline-start: 1.5625vw;
  margin: 0 3.90625vw 4.6875vw 0;
}
.ynetnews .ArticleBodyComponent ul.public-DraftStyleDefault-ul,
.vesty .ArticleBodyComponent ul.public-DraftStyleDefault-ul {
  margin: 0 0px 4.6875vw 3.90625vw;
}
.ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  padding-inline-start: 0.78125vw;
  margin: 0 3.90625vw 4.6875vw 0;
}
.ynetnews .ArticleBodyComponent ol.public-DraftStyleDefault-ol,
.vesty .ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  margin: 0 0px 4.6875vw 3.90625vw;
}
.ArticleBodyComponent ol.public-DraftStyleDefault-ol li {
  padding-right: 0.78125vw;
}
.ynetnews .ArticleBodyComponent ol.public-DraftStyleDefault-ol li,
.vesty .ArticleBodyComponent ol.public-DraftStyleDefault-ol li {
  padding-left: 0.78125vw;
  padding-right: unset;
}
.font-moses .ArticleBodyComponent ol.public-DraftStyleDefault-ol {
  margin: 0 6.71875vw 4.6875vw 0;
}
.ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.375rem;
  display: block;
  padding: 6.5625vw 0px;
  border-top: 0.125rem solid #de1a1a;
  border-bottom: 0.125rem solid #de1a1a;
  border-left: none;
  margin: 3.90625vw 3.90625vw 3.90625vw 6.5625vw;
  line-height: 1.36;
  font-weight: 600;
}
.font-moses .yplus .ArticleBodyComponent .text_editor_block_quote {
  font-size: 6.09375vw;
  line-height: 1.51;
  padding: 6.5625vw 0;
}
.font-moses .ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.125rem;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 670;
  padding: 1.563rem 0;
  margin: 1.875vw 0 6.25vw 0;
}
.vesty .ArticleBodyComponent .text_editor_block_quote {
  font-size: 1.125rem;
  line-height: 1.44;
}
.ynetnews .ArticleBodyComponent .text_editor_block_quote,
.vesty .ArticleBodyComponent .text_editor_block_quote {
  border-right: none;
}
.magazine_template .ArticleBodyComponent .text_editor_block_quote {
  border-top: unset;
  border-bottom: unset;
  font-size: 1.375rem;
  line-height: 1.33;
  font-weight: 670;
  margin: unset;
  padding: unset;
  margin-bottom: 1.5rem;
}
.magazine_template .ArticleBodyComponent .text_editor_block_quote::before {
  content: '';
  display: block;
  width: 18.28125vw;
  height: 1.25vw;
  margin-bottom: 1rem;
  background-color: #de1a1a;
}
.magazine_art .ArticleBodyComponent .text_editor_block_quote {
  border-top: 0.313rem solid #00B4D8;
  border-bottom: 0.3135rem solid #00B4D8;
  padding: 0.625rem 0px;
  font-size: 1.3rem;
  line-height: 1.33;
  margin: 0 2rem 1.8rem;
}
.ArticleBodyComponent #articleComments iframe {
  width: 100% !important;
}
.ArticleBodyComponent figure {
  margin: 0 0 4.6875vw 0;
}
.ArticleBodyComponent .colored_underline_header {
  color: #000;
  text-align: right;
  font-family: "Moses";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.3;
  text-decoration-color: #00B4D8 ! important;
  text-decoration: underline;
  text-decoration-thickness: 0.1875rem;
  text-underline-offset: 0.375rem;
  margin-bottom: 0.5rem;
  margin-top: 0.3125rem;
  box-sizing: border-box;
}
.ArticleBodyComponent .one_quote_teaser,
.ArticleBodyComponent .two_quotes_teaser {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.33;
  position: relative;
  padding: 2.1875rem 1.875rem 2.1875rem;
}
.ArticleBodyComponent .one_quote_teaser::before,
.ArticleBodyComponent .two_quotes_teaser::before {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.5625rem;
  aspect-ratio: 1.125;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  top: 0;
  right: 0;
}
.ArticleBodyComponent .two_quotes_teaser {
  margin-bottom: 0.5rem;
}
.ArticleBodyComponent .two_quotes_teaser::after {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.5625rem;
  aspect-ratio: 1.125;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='32' viewBox='0 0 36 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.92573 16.1424L16.4244 16.2374L10.8859 32H1.0504L7.92573 16.1424ZM0 0H16.4244V16.2374H0V0ZM27.5013 16.1424L36 16.2374L30.4615 32H20.626L27.5013 16.1424ZM19.5756 0H36V16.2374H19.5756V0Z' fill='%2300B4D8'/%3E %3C/svg%3E");
  bottom: 0;
  left: 0;
}
.ArticleBodyComponent .text_side_line {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.75rem;
  padding: 2.34375vw 8.28125vw 2.34375vw 6.25vw;
  position: relative;
  margin: 3.90625vw 0;
  box-sizing: border-box;
}
.ArticleBodyComponent .text_side_line:after {
  width: 1.25vw;
  height: calc(100% - 4.6875vw);
  position: absolute;
  top: 2.34375vw;
  background-color: #00B4D8;
  border-radius: 1px;
  right: 3.125vw;
  content: "";
}
.ArticleBodyComponent .highlight_header {
  padding: 1.25rem  1.875rem;
}
.ArticleBodyComponent .highlight_header > div > span {
  color: #000;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.33;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='334' height='37' viewBox='0 0 334 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.9375 36.7588C27.1407 36.7056 27.971 36.7699 28.3269 36.7344C27.945 37.2095 26.2049 36.9516 26.9375 36.7588ZM62.1842 2.08192C61.8888 2.2058 61.5933 2.32973 61.2976 2.4537C62.1527 2.49477 63.2933 2.36952 64.0857 2.44753C64.2153 2.46075 63.8928 2.7993 64.1984 2.80265C64.5041 2.80592 64.429 2.36221 64.8709 2.29831C65.3673 2.22776 67.6534 2.45646 68.4385 2.42141C71.3676 2.28774 74.3449 1.9319 77.3083 2.02127C74.2658 2.45087 77.3546 2.68575 78.2027 2.51565C78.3899 2.47677 78.3371 1.64736 81.3939 1.76083C83.3373 1.83363 81.5731 3.07336 84.8013 2.38158C82.2716 1.62799 84.7373 1.61099 86.6994 1.52608C87.0383 1.51101 89.7693 1.55699 90.9682 1.48725C91.3788 1.46303 91.9926 1.01145 92.5365 0.9852C92.9109 0.967463 93.2006 1.19719 93.7557 1.17015C96.3338 1.04726 98.9291 0.962385 101.529 0.97967C100.034 2.13279 102.735 1.42635 102.857 1.4771C103.484 1.7652 100.683 1.91891 101.796 2.08172C103.345 2.00968 104.891 1.93896 106.432 1.86955C105.158 1.76119 108.099 0.891542 108.658 1.24515C108.402 0.261999 115.757 1.955 116.849 1.6073C117.082 1.53353 115.547 1.07389 119.077 1.23167C119.461 1.24948 119.321 1.54972 119.522 1.51834C119.641 1.49949 120.353 0.540452 121.136 1.04961C121.421 1.23577 119.628 1.88721 123.588 1.57022C122.003 0.632485 129.047 0.960244 130.368 1.18518C130.105 1.05956 129.842 0.933977 129.579 0.808435C130.877 1.13864 131.104 0.808274 131.396 0.822016C132.569 0.877281 134.18 1.18597 135.266 1.14231C136.537 1.09188 136.535 0.492962 138.016 0.708576C137.664 0.580521 137.311 0.452533 136.959 0.324614C137.981 0.344213 139.002 0.364401 140.022 0.385136C137.67 1.20384 140.529 0.417234 140.728 0.398304C141.033 0.366232 140.599 0.695348 141.108 0.649576C141.16 0.642392 141.081 0.337523 141.866 0.295145C143.504 0.207949 143.248 0.594974 143.935 0.584003C143.998 0.581469 143.776 0.308073 144.961 0.232042C148.722 -0.0084095 144.945 0.442869 144.8 0.482556C144.61 0.534722 145.914 1.67232 142.707 1.29531C143.785 1.41458 143.897 1.92282 144.018 1.93428C144.126 1.9435 145.985 1.8549 146.087 1.83663C146.999 1.65586 146.192 1.31489 146.37 1.25101C146.516 1.19928 148.754 1.63434 149.268 0.584197C150.343 1.54154 148.663 1.46506 146.869 1.62862C146.61 1.82876 148.58 2.00523 148.683 2.00407C151.218 1.98312 149.808 1.19987 150.359 0.688221C150.644 0.420574 151.693 0.955 150.726 0.249792C153.048 0.158722 151.642 0.580954 151.792 0.640935C152.02 0.729088 152.831 0.519831 152.932 0.546403C153.082 0.585708 152.565 0.835426 153.153 0.918584C153.251 0.9306 154.196 0.500649 152.973 0.305412C154.605 0.355709 154.468 -0.00486755 155.025 0.720867C156.139 -0.664165 155.843 1.53161 156.284 1.6066C157.457 1.80445 157.112 0.723557 157.174 0.670432C157.6 0.329605 160.836 0.688446 161.637 0.530451C161.321 1.31102 159.075 0.547853 158.57 0.701525C156.895 1.21182 160.935 1.08186 159.721 2.06659C160.23 1.79555 160.739 1.52465 161.247 1.25389C162.188 1.88103 160.855 2.15928 163.391 1.92219C163.805 1.37726 161.597 2.01295 162.039 1.58347C162.3 1.33121 163.772 1.2734 163.8 1.1409C163.829 0.981235 162.499 1.17372 162.708 0.927843C163.167 0.396269 168.009 0.89155 164.324 1.18746C165.353 1.17625 165.884 2.22857 166.773 1.89925C167.347 1.68582 164.112 0.2341 168.963 0.496552C169.067 0.993652 167.025 0.6448 166.971 0.682896C166.897 0.738071 167.268 1.85987 167.332 1.91521C167.566 2.09631 172.485 1.49456 173.555 2.06095C173.141 1.41123 177.312 1.95146 177.762 1.75593C177.883 1.7017 177.433 1.30317 177.562 1.26147C178.368 1.01313 180.537 1.72959 181.541 1.75236C182.665 1.77793 182.525 1.43433 182.588 1.43523C183.088 1.45666 182.687 1.68744 182.993 1.68821C183.456 1.68876 186.621 1.75362 186.778 1.70649C186.824 1.69164 186.311 1.29653 187 1.22637C187.119 1.21436 187.043 1.67802 189.079 1.49109C191.529 1.26687 187.382 0.901402 188.402 0.421845C189.972 1.12548 189.925 0.438758 190.351 0.49574C190.499 0.516468 191.592 1.10841 192.781 1.08138C191.927 1.16907 191.072 1.25715 190.215 1.34562C191.059 1.45407 192.68 1.34031 193.384 1.46209C193.725 1.52132 193.44 1.99846 194.18 1.99198C194.337 1.9881 194.972 0.824768 193.027 1.33247C192.875 0.913923 193.796 1.19342 194.225 1.07923C194.29 1.06142 194.552 0.366613 195.094 0.804796C195.223 0.912884 193.781 2.93174 197.469 1.49587C197.588 1.44963 197.179 1.19087 197.295 1.13924C197.375 1.10425 198.31 1.21678 198.414 1.18177C198.52 1.14411 198.071 0.861433 198.197 0.808037C198.846 0.532848 199.681 1.64439 198.352 1.54639C198.795 1.68728 199.238 1.82827 199.681 1.96937C199.215 1.13325 200.381 1.7431 200.995 1.72456C204.925 1.60702 202.301 1.03579 202.98 0.764098C204.083 0.328604 203.228 1.74006 204.861 1.33337C205.011 1.29561 203.056 0.665731 206.887 1.05707C206.321 1.07291 205.755 1.08893 205.188 1.10512C205.504 1.9129 207.232 1.07706 207.364 1.06773C208.868 0.97837 207.849 1.25342 210.082 0.871966C210.282 0.837742 210.711 1.04252 211.137 0.950022C212.903 0.569036 208.818 0.667748 208.709 0.341467C208.661 0.180498 213.05 0.286665 213.2 0.365667C213.833 0.711241 211.209 0.482257 211.703 0.906774C211.865 1.05551 218.187 0.856037 219.432 1.04312C220.879 1.25838 221.509 2.36066 221.542 1.13654C221.927 2.34604 222.303 1.53312 222.488 1.545C224.734 1.70044 224.746 1.71302 226.678 1.63816C227.104 1.62212 227.456 1.9944 227.608 1.93606C227.696 1.90075 227.541 1.50705 227.973 1.39589C228.575 1.24342 232.138 1.72504 232.395 1.94741C232.655 2.16914 230.888 2.00629 231.197 2.36822C232.474 2.43318 233.718 2.37462 235.018 2.4435C235.557 2.4732 235.274 2.71465 235.507 2.72527C235.607 2.73059 237.473 2.55825 237.396 2.46486C237.222 2.24592 231.453 2.25115 232.981 1.85315C233.277 1.77604 234.299 2.37261 234.151 1.67324C239.293 1.95391 244.406 2.24894 249.53 2.5594C246.586 2.99207 243.234 2.43247 240.177 2.40132C239.756 2.39618 238.33 2.29239 238.494 2.64839C241.106 2.80594 244.379 2.71176 246.897 3.01377C246.977 3.02367 246.672 3.33092 246.973 3.38966C247.535 3.49916 249.385 3.04389 249.689 3.18494C249.741 3.21715 248.685 3.60246 248.995 3.87642C249.789 4.57948 250.04 3.08206 250.739 3.121C251.268 3.15079 254.916 3.99203 255.837 3.56269C256.821 3.10402 253.151 3.19245 253.433 2.80114C255.93 2.47661 258.419 2.98825 260.746 3.01751C260.787 3.01763 260.442 2.69184 260.962 2.66567C261.864 2.62011 262.097 3.07368 262.536 3.16021C263.013 3.25249 264.704 3.24847 264.923 3.41885C264.951 3.44115 264.594 3.8702 264.541 3.88077C263.8 4.03649 263.558 3.45464 263.492 3.44491C263.241 3.41434 262.986 3.62504 262.756 3.60396C262.379 3.56897 262.178 3.35876 261.678 3.32358C261.334 3.29861 261.652 3.69976 261.324 3.67062C261.204 3.65828 259.931 2.72393 259.778 3.62837C259.709 3.90774 270.432 4.65898 271.493 4.47611C270.57 4.3314 269.672 4.1881 268.759 4.04473C270.598 4.37919 272.879 3.74076 272.995 4.8207C279.905 5.17733 286.785 5.56036 293.708 5.9732C294.936 6.12272 294.23 6.78021 296.262 6.67603C295.75 6.43127 295.238 6.18663 294.724 5.94212C295.753 6.14415 300.34 6.66918 301.1 6.56546C301.197 6.55167 301.363 5.93402 302.518 5.9383C303.542 5.94245 303.682 6.4185 304.222 6.53583C304.676 6.63307 305.195 6.53691 305.33 6.5697C305.433 6.59573 305.459 6.88378 305.707 6.94654C306.488 7.14151 305.89 6.30329 306.625 7.26842C306.433 7.29375 306.241 7.31909 306.048 7.34446C306.99 7.52731 308.281 8.01584 306.859 8.14918C306.616 8.17239 306.837 7.90652 306.658 7.89766C299.602 7.58749 305.206 8.41167 307.704 8.11228C308.325 8.55512 311.912 8.49565 312.024 8.58329C312.182 8.70918 311.555 9.00373 312.339 9.32982C312.507 9.39796 317.266 9.43059 315.527 9.8808C315.17 9.97341 312.898 9.73034 312.346 9.71677C313.595 10.6552 316.686 9.57829 317.037 9.63029C318.414 9.84317 314.334 10.2342 317.448 10.5097C319.838 10.7223 317.623 10.0154 318.558 9.81988C319.085 9.70995 321.749 10.5038 321.723 9.67252C322.653 9.63778 322.086 10.0445 322.199 10.0826C322.31 10.1167 324.138 9.97485 324.72 10.1844C324.791 10.2103 324.539 10.6269 324.611 10.6665C324.753 10.7351 326.525 10.754 326.597 10.7219C326.644 10.6993 326.246 10.2978 326.424 10.2168C326.632 10.1234 328.323 10.3139 328.422 10.212C328.564 10.0571 326.464 10.0386 326.838 9.63864C327.798 9.80229 329.385 9.61644 330.04 9.31641C329.879 9.40377 328.944 9.36094 328.622 9.30721C328.813 8.6998 330.816 8.83028 330.101 9.27647C330.552 9.04099 330.264 8.88384 330.524 8.65152C330.592 8.59279 331.211 8.61777 331.336 8.51836C331.353 8.49804 330.73 8.22633 330.865 8.10896C331.111 7.89673 332.978 8.06314 333.127 8.13213C333.547 8.32703 332.011 8.43603 331.867 8.68829C331.847 8.72706 333.111 9.31684 333.128 9.36312C333.174 9.85057 331.754 9.41333 331.891 9.85832C332.242 9.97217 332.593 10.0861 332.944 10.2C331.544 10.5546 329.005 10.1726 328.315 10.6338C330.374 10.6084 332.506 10.7583 332.431 11.8857C332.4 12.3605 331.504 12.5846 331.53 12.7074C331.634 13.1475 332.882 12.7536 332.925 12.7793C332.961 12.8079 332.976 12.8346 332.975 12.8595C332.975 12.8596 332.975 12.8596 332.975 12.8596C332.959 13.1124 331.209 13.187 331.115 13.2973C330.956 13.4935 331.678 14.3857 331.665 14.5725C331.636 14.6083 330.385 14.732 330.783 15.0837C331.186 15.4389 332.268 15.5132 332.304 15.5498C332.499 15.7595 330.593 15.8221 330.529 15.9351C330.495 15.9921 331.491 16.4161 331.514 16.5218C331.533 16.6276 330.746 16.8074 330.421 17.1178C330.178 17.3483 330.829 17.5764 330.71 17.6075C330.626 17.6277 328.833 17.514 328.741 17.5518C328.606 17.6073 329.009 17.925 328.943 17.9944C328.85 18.0942 328.276 17.9535 328.345 18.0662C328.398 18.1501 330.581 19.2942 330.549 19.5625C330.496 20.0197 328.186 18.8187 330.284 20.7646C330.299 20.7775 330.844 20.6818 330.858 20.6939C331.169 21.0474 329.417 21.4539 331.526 21.494C327.576 21.8319 330.997 22.1537 330.37 22.8907C330.129 23.1738 328.602 23.2035 328.592 23.2477C328.717 23.6335 329.219 23.3708 329.372 23.5655C329.457 23.6742 328.073 23.9898 328.363 24.2671C328.513 24.4099 329.958 24.4505 330.016 24.4803C330.571 24.7605 329.856 24.9817 329.97 25.1636C330.046 25.2855 330.914 25.3482 330.935 25.3706C330.969 25.4166 329.761 25.8159 329.505 25.9668C329.31 26.0829 329.999 26.3258 329.866 26.3735C329.06 26.658 327.438 25.7078 328.978 26.9949C329.072 27.0738 329.683 27.0816 329.7 27.0973C330.056 27.4574 328.933 27.4179 328.715 27.6816C328.341 28.1361 329.97 27.9694 328.609 28.222C329.596 28.5942 330.156 28.6156 331.335 28.6015C328.069 28.6428 326.842 29.8042 330.457 29.9944C329.31 29.9045 329.395 30.6072 329.051 30.5984C328.838 30.592 327.211 29.8 327.882 31.3963C327.966 31.5956 328.994 31.4114 328.653 31.7883C326.227 31.5394 328.586 32.0372 328.585 32.0898C328.509 32.9999 322.573 31.8939 321.567 31.9416C320.378 31.9935 319.284 32.6527 319.027 32.6388C318.179 32.5906 318.903 32.2656 318.721 32.1204C318.538 31.9761 316.082 32.5392 315.963 32.4942C315.503 32.3135 316.003 31.9073 315.955 31.8827C315.38 31.5838 312.141 31.7448 311.239 31.5955C311.253 31.8778 313.067 31.9992 311.909 32.3885C310.56 32.8426 310.55 31.6005 310.519 31.5441C304.433 31.2275 298.369 30.9337 292.325 30.6624C292.372 31.3243 296.351 31.0158 296.434 31.1075C296.942 31.6452 290.258 31.3185 289.435 31.0501C290.055 31.2211 290.675 31.3923 291.293 31.5637C290.194 32.2717 287.861 31.1786 286.32 31.4455C285.819 31.5319 286.758 31.8667 286.737 31.8858C286.167 32.1552 285.282 31.8889 285.969 31.5234C284.59 31.8417 284.807 31.4329 283.761 31.3558C283.707 31.3521 284.144 31.6774 283.309 31.7682C282.918 31.8103 280.841 31.7225 280.551 31.9784C280.432 32.0861 281.436 33.3167 281.609 32.3017C283.845 32.896 282.351 31.8675 283.226 31.9287C283.36 31.94 283.028 32.4957 285.241 32.3242C284.778 33.3327 282.274 32.4543 281.831 32.5604C280.922 32.7775 284.601 33.4673 285.31 32.697C284.959 33.4847 285.568 32.8165 286.387 32.8861C287.284 32.9619 286.882 33.1831 287.368 33.2062C288.695 33.2721 288.175 32.6815 289.255 33.2419C288.25 31.6135 291.157 33.12 291.998 33.5743C290.592 33.5889 289.179 33.6043 287.769 33.6211C287.846 33.7076 287.921 33.7941 287.998 33.8807C287.63 33.8523 287.264 33.824 286.897 33.7958C286.959 33.719 287.022 33.6422 287.084 33.5653C285.166 33.9972 284.726 33.3966 284.571 33.3833C282.581 33.2284 280.254 33.1342 278.236 33.0489C277.934 33.0363 278.123 33.5612 275.935 33.0669C275.236 32.9096 275.917 32.5342 275.116 32.5625C274.074 33.6153 274.127 32.7445 273.83 32.7313C272.976 32.6976 272.442 32.948 272.363 32.9478C271.307 32.9487 269.749 32.8437 268.602 32.841C268.581 32.8443 269.167 33.2026 268.423 33.0751C268.162 33.0297 265.855 31.5081 263.761 31.9015C264.298 32.0175 264.833 32.1337 265.368 32.2501C264.743 32.0909 260.276 32.2958 261.351 32.7178C262.012 32.9755 263.673 32.1091 263.819 33.0042C262.333 32.6812 254.195 32.8072 253.553 32.5833C253.466 32.551 254.017 32.2799 253.897 32.2391C253.804 32.2079 251.926 32.2172 251.68 32.0989C251.533 32.0285 252.369 31.8776 252.305 31.7716C252.244 31.6953 249.916 31.5002 249.775 31.8579C250.349 31.7299 251.952 31.9062 251.099 32.1848C250.99 32.2193 250.437 31.969 250.304 32.0131C249.068 32.4185 252.727 32.424 253.3 32.4465C250.961 32.8331 247.464 32.1844 244.778 32.4093C243.708 32.0779 246.39 31.9945 245.177 31.7106C242.659 31.1225 244.492 32.1075 244.412 32.1436C243.776 32.4292 241.671 30.7436 241.637 31.9818C240.731 31.7709 241.031 31.6226 239.739 31.7505C239.906 31.8407 240.073 31.931 240.24 32.0212C238.794 32.7 235.802 30.8141 236.032 30.682C236.655 30.3277 238.222 30.9442 238.357 30.9339C238.556 30.9187 239.144 29.6759 241.292 30.8577C242.209 30.0386 237.851 30.1974 239.846 29.6753C238.512 29.7328 232.993 29.0096 232.179 29.3621C232.083 29.4082 232.503 30.258 231.156 29.7992C230.516 29.5809 232.071 29.6069 231.78 29.4089C230.903 28.7939 218.471 28.9127 216.118 28.9115C215.965 28.9098 216.026 28.6501 215.875 28.6499C215.413 28.6492 213.717 29.0096 212.888 28.8765C214.598 29.3865 211.267 29.3705 210.43 29.3053C209.151 29.2053 209.236 28.748 208.684 28.6424C206.559 28.2353 203.201 29.2814 201.566 28.2445C201.645 29.2557 198.709 27.7164 197.357 27.6943C196.3 27.6763 194.757 28.3307 196.182 28.7515C194.358 28.6873 192.418 28.8592 190.723 28.9078C190.441 28.9159 190.831 28.6201 190.35 28.6435C190.307 28.6477 190.244 28.9401 189.831 28.9675C186.416 29.1989 188.08 28.5885 187.443 28.4012C187.085 28.2965 186.821 28.244 186.627 28.226C188.623 28.1807 190.915 28.0831 191.527 28.0797C191.012 27.4283 187.12 28.1716 185.976 27.9917C185.937 27.9852 186.077 27.6296 186.037 27.6268C186.036 27.6268 186.035 27.6268 186.034 27.6268C185.607 27.5966 182.873 27.7142 183.434 28.1421C183.584 28.2563 184.843 28.2622 186.331 28.2325C185.928 28.3098 186.226 28.7109 186.155 28.7275C185.293 28.9195 183.179 28.5189 182.426 28.4631C182.255 28.4508 182.267 28.7067 182.239 28.7072C181.563 28.6461 181.843 27.9169 181.146 28.6673C179.922 27.7519 183.446 28.5419 183.206 27.95C183.005 27.4911 175.17 27.7101 175.181 28.4298C175.154 28.3531 175.046 28.2577 174.823 28.149C174.333 27.9073 172.128 27.9802 171.754 28.1124C171.691 28.1383 171.716 28.8343 171.637 28.8407C171.442 28.8563 168.778 28.3105 167.779 28.7232C168.318 28.8202 168.856 28.9174 169.394 29.0148C166.143 29.0227 166.643 29.2304 167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C168.728 29.6212 169.803 29.7691 169.819 29.8241C169.885 30.0322 164.361 30.1554 165.422 29.5087C165.571 29.4199 168.128 29.7042 166.861 29.245C166.64 29.1645 164.996 29.2987 164.909 29.2482C164.331 28.9113 167.92 28.4573 167.48 27.9784C166.611 28.4361 165.492 28.1972 164.491 28.3172C164.036 28.3715 163.925 28.7207 163.868 28.7274C163.028 28.8206 163.499 28.4536 163.218 28.4634C163.068 28.4699 161.411 29.2535 161.721 28.1792C156.313 28.9889 160.205 28.9713 163.564 28.9025C162.503 29.2958 160.438 29.1135 159.517 29.208C159.186 29.2423 159.384 29.5996 158.824 29.6736C157.677 29.8243 152.14 29.4437 150.694 29.3585C151.576 29.2258 151.312 28.8374 150.634 28.8692C149.956 28.9012 150.529 29.4179 150.397 29.4748C150.257 29.5334 147.067 29.3125 146.534 29.3851C148.937 29.1763 148.392 28.7916 146.35 28.7683C146.644 28.6536 146.938 28.5391 147.233 28.4245C146.038 28.5917 143.509 28.0218 142.814 28.2057C142.706 28.2351 143.101 28.5584 143.04 28.5749C142.432 28.7197 140.35 28.408 140.254 28.5208C140.173 28.6146 141.063 28.8793 140.735 29.0179C140.665 29.0471 139.812 28.614 138.98 28.7322C138.671 28.7757 138.861 29.0829 138.783 29.1018C138.135 29.2581 138.513 28.7325 137.326 28.8303C136.455 28.9027 135.812 29.4199 134.603 29.2668C138.57 29.8664 135.241 29.636 133.584 29.855C133.318 29.89 133.555 30.4482 131.96 30.1967C135.331 29.1352 130.989 29.6726 130.094 29.6752C130.045 29.6725 130.023 29.3023 129.585 29.3028C129.549 29.3037 129.602 29.5532 129.201 29.5783C125.385 29.8171 127.822 29.4974 127.093 29.2617C126.782 29.1612 124.925 29.5449 124.423 29.5619C124.307 29.5647 124.356 29.3037 123.909 29.3214C123.118 29.3532 122.413 29.6423 121.89 29.6734C121.829 29.6757 121.82 29.2653 120.829 29.416C120.55 29.4582 120.239 29.6095 120.638 29.7203C121.961 30.0846 124.438 29.3708 125.922 29.7347C127.277 30.0655 123.024 30.1678 122.8 30.1745C122.718 30.1772 123.548 29.9592 122.701 29.9333C121.978 29.9121 120.668 30.644 119.584 30.5094C119.502 30.4994 118.626 29.9145 118.666 29.8787C118.701 29.8524 120.026 29.6977 119.83 29.5273C119.807 29.5079 118.964 29.5273 118.851 29.4C118.713 29.2448 118.321 27.705 118.143 27.6696C117.684 27.5824 117.988 27.9295 117.692 27.9105C117.057 27.8705 114.841 27.4563 114.78 27.994C115.145 28.0185 115.51 28.0432 115.875 28.0679C113.848 28.1629 114.717 28.3742 114.431 28.4804C114.124 28.5954 114.202 28.1224 113.516 28.092C113.367 28.0849 110.497 28.2433 110.553 28.4402C112.136 28.0918 111.559 28.6867 111.632 28.6955C111.911 28.7276 112.26 28.3936 112.633 28.3924C115.256 28.3899 112.623 28.9594 113.244 29.0794C113.458 29.1196 113.877 28.8322 113.967 28.8447C114.262 28.8849 114.274 29.25 114.469 29.2165C114.924 29.1389 114.381 28.6328 114.416 28.6052C114.818 28.2736 116.423 28.6447 115.44 29.2263C116.041 29.4172 116.097 28.7326 116.575 28.9966C117.525 29.5195 116.115 29.4075 115.735 29.5049C114.371 29.8558 113.96 29.6015 112.017 29.7316C111.317 29.7778 110.492 30.1275 110.167 30.1527C109.963 30.1684 107.997 29.0563 107.979 30.8649C107.215 30.7069 106.026 29.5425 105.254 29.6149C104.563 29.6807 104.798 30.3149 104.734 30.3411C104.636 30.3823 103.797 30.3516 103.515 30.4488C103.185 30.5634 103.357 30.8035 102.832 30.9156C101.525 31.1941 101.543 30.541 101.407 30.5018C99.8252 30.0504 100.535 30.9616 100.189 31.0447C99.8707 31.1203 95.2943 30.8808 94.3632 31.142C94.7468 31.0009 95.1303 30.8598 95.5135 30.7188C94.8106 30.3302 94.0936 31.0139 94.061 30.2844C93.9524 31.4665 92.4993 30.718 92.069 30.7605C91.8996 30.7777 91.9186 30.9781 91.7063 30.9927C90.8777 31.0508 88.9975 30.9445 88.5482 31.0595C86.6081 31.5542 91.6219 32.1395 92.0113 32.1738C91.2294 32.1816 86.7857 32.574 88.8481 33.0813C89.1668 33.1596 89.7116 32.6163 89.8885 32.5906C91.0851 32.4207 90.1544 32.9201 90.2498 32.9623C90.4119 33.0303 91.1886 32.5512 91.3983 32.5999C91.4682 32.6154 91.0333 33.0556 92.1761 33.0329C91.6273 33.4627 88.3998 33.2164 87.978 33.3266C87.8277 33.366 88.8009 34.2239 86.0118 33.4448C86.0464 33.5261 86.0809 33.6075 86.1154 33.6888C84.5666 33.7689 83.0602 33.8488 81.5289 33.9307C81.6891 33.7359 82.5353 33.3284 81.457 33.443C80.836 33.5093 81.3099 33.917 81.2535 33.931C80.7092 34.0606 70.7652 34.2496 68.8675 34.3689C68.2162 34.4072 66.4071 34.8123 66.268 34.8238C65.4395 34.8876 62.4808 34.7766 61.8916 34.8473C61.5248 34.892 61.8868 35.2317 61.5604 35.2275C61.2576 35.2231 61.5577 34.8701 61.4674 34.8593C60.723 34.7625 55.0723 35.4316 53.7026 35.1665C54.5352 35.2286 58.6192 34.3847 58.5257 34.148C58.5067 34.1157 57.4985 33.8953 57.2972 34.03C56.9452 33.7481 55.8113 34.6935 55.1671 34.5425C55.0941 34.5254 55.3582 34.0096 54.2165 33.9639C53.8231 33.9484 52.8122 34.3831 51.7581 33.9852C50.2467 34.2568 42.4156 33.9387 41.8846 34.5075C41.87 34.5367 42.9856 34.6743 42.2473 34.9297C41.2654 35.2693 42.1152 34.2342 40.9508 34.2C40.7786 34.1942 37.5383 34.4418 37.4468 34.5082C36.4986 35.1113 39.3212 35.2092 39.2884 35.2761C39.194 35.444 36.8609 35.6496 36.768 35.6155C36.6761 35.5795 38.5391 34.7521 36.2723 35.1377C36.5377 35.214 36.8029 35.2905 37.0681 35.3669C36.0041 35.5885 35.8777 35.0813 35.6162 35.0621C34.803 35.0006 33.9647 35.8191 32.6202 34.92C32.2646 34.6813 32.8216 34.3712 32.7767 34.335C32.3477 34.0114 31.8647 34.9543 31.2105 34.2994C31.161 34.2506 32.5891 33.771 30.0591 33.8913C30.2365 33.9485 30.4138 34.0058 30.5911 34.0631C30.2422 34.2264 27.6809 34.438 27.3327 34.4206C26.3175 34.369 27.1756 33.8544 26.1623 33.9608C26.8377 34.5745 23.7824 34.8107 23.9306 34.2463C23.539 34.9656 20.9092 34.5586 19.6801 34.6055C18.9057 34.6352 17.3396 35.0221 17.0909 34.9995C16.7881 34.9715 16.8546 34.4905 16.3062 34.413C16.1517 34.3907 14.5452 34.8252 13.1079 34.4078C12.8304 34.3274 12.2142 33.5505 12.7103 33.3214C13.5514 32.9298 15.2554 33.4921 15.2062 33.0162C15.1545 32.5067 12.9362 32.929 12.344 32.8942C9.5774 32.7343 11.1357 32.106 11.0564 31.9453C10.8516 31.5558 9.34672 31.6501 9.28164 31.6177C9.01243 31.4725 10.0627 31.0983 10.0654 30.8538C10.0679 30.5354 8.58395 30.0422 8.90831 29.9172C9.37329 29.7394 10.7333 30.1442 10.8163 30.1169C11.8998 29.7496 10.3524 29.0981 9.9163 28.7607C9.78412 28.6568 10.2769 28.4474 10.1705 28.4206C8.5466 28.0145 9.89017 29.4689 8.82201 29.4252C7.86846 29.3865 9.06261 28.838 9.02487 28.8135C8.9766 28.7868 7.84065 28.8227 7.65334 28.6622C7.56178 28.5813 10.4583 27.4834 10.3119 27.0704C9.37733 27.2139 8.44159 27.3578 7.50465 27.5023C7.4008 26.9586 8.77735 27.2874 8.91396 27.2234C9.18957 27.0946 8.3886 26.8604 8.41277 26.6855C8.42485 26.5743 9.32592 26.1308 8.48355 26.0144C8.19387 25.9742 7.61394 26.3911 6.54685 26.0566C10.1548 25.3553 7.61885 25.1862 7.50098 24.998C7.38526 24.8098 9.09621 24.2577 6.99325 24.4544C6.84296 23.3936 7.02023 24.115 7.60877 23.8947C8.32928 23.6242 6.61624 23.3658 9.30949 23.4857C9.13061 22.9947 6.9779 23.1482 6.86097 23.1149C6.76038 23.0843 7.22626 22.8124 7.05073 22.7386C4.97437 21.8863 6.38827 22.2497 5.76795 21.6665C5.71309 21.6142 3.78468 21.4928 5.23803 21.3218C7.88477 21.0111 9.02678 21.6589 9.38967 20.1227C7.39686 19.5722 5.06963 20.6805 4.47266 20.7306C3.55883 20.8056 4.48963 20.4442 4.37202 20.3641C4.33137 20.3384 3.54383 20.4081 3.53179 20.3842C2.90539 19.2624 7.04195 20.1687 8.30582 19.8992C7.95391 19.7452 7.60178 19.5913 7.24943 19.4375C7.7142 19.405 8.17865 19.3726 8.6428 19.3404C6.40963 19.1145 8.55788 19.213 9.05848 18.2494C9.17098 18.0329 7.7366 18.4719 9.36335 17.7985C8.13279 17.7305 8.51262 17.5184 7.41807 17.8424C7.4266 17.4664 9.89768 16.9079 10.868 16.6633C7.37451 16.4308 9.43047 17.6956 6.38337 17.1346C5.85088 17.6288 7.28231 17.4593 7.16925 17.5423C6.7645 17.8404 5.75529 17.458 4.61839 18.488C4.43335 18.6571 5.28086 19.0981 4.06565 19.1425C3.93127 19.1466 3.13374 18.774 3.14269 18.7433C3.2271 18.4116 4.00005 18.4907 4.02398 18.3529C4.04651 18.2224 3.19613 18.3478 3.19109 18.3124C3.1419 17.9055 3.89562 18.1162 3.78101 17.9945C3.5338 17.7294 0.407794 17.0238 4.43657 17.0557C1.12865 17.7044 4.03651 17.5299 5.32218 17.2807C5.6502 17.2179 5.72039 16.9693 6.18636 16.8587C6.78573 16.7155 7.49995 16.7937 7.81021 16.7318C8.14373 16.6641 6.2015 16.1921 8.97421 16.2131C7.53803 15.7159 5.08268 16.4648 3.67194 16.1403C0.825121 15.4841 5.56978 15.0423 6.05717 14.937C6.18762 14.9084 5.72807 14.6034 5.81469 14.5784C5.95738 14.5392 8.65426 14.5437 8.90323 14.2571C9.15249 13.9703 7.92035 14.3232 7.82162 14.0439C7.75578 13.8554 10.9753 13.3404 9.21549 13.3048C8.00287 13.2806 5.81266 14.1722 5.38989 13.3673C7.16953 13.2 8.94475 13.0343 10.7156 12.8704C9.7274 12.6084 8.7376 12.3469 7.74616 12.086C9.74241 11.8768 11.4666 12.1398 13.3549 11.5884C8.72963 10.8249 14.7972 10.7052 14.8625 10.5799C14.8814 10.5052 13.0319 9.7831 12.7323 9.64922C14.3213 9.24837 19.1646 8.84329 16.273 7.98118C16.8007 8.18218 18.0188 7.5551 18.0001 7.51352C17.8197 7.07536 15.1108 7.50624 15.5338 7.08044C16.0247 6.58607 16.7794 7.18261 17.5678 7.09112C21.6093 6.61914 20.3803 4.34699 24.4515 4.51348C24.3655 4.43462 24.2815 4.35567 24.1967 4.27676C28.6557 4.18816 33.0724 4.11088 37.4964 4.04249C39.207 3.2514 43.805 2.61445 46.0623 2.59804C46.5196 2.59369 48.7564 2.87356 48.9352 2.93186C49.2514 3.04426 47.5378 3.16391 48.322 3.36667C48.4837 3.40766 52.3005 3.40755 52.01 3.02122C51.5825 2.99231 50.2566 3.24716 50.034 3.1625C48.4847 2.55204 60.194 2.61876 60.7483 2.33323C60.4817 2.21387 60.2211 2.09432 59.9584 1.97487C60.6901 2.01068 61.4431 2.04594 62.1842 2.08192ZM29.8513 35.4866C29.4319 35.9069 28.3166 35.6605 27.6706 35.8044C26.7771 36.0054 25.327 37.6182 25.9061 36.045C27.2231 35.858 28.5387 35.6718 29.8513 35.4866ZM49.0976 35.2135C48.2105 35.036 48.8555 34.1465 49.5898 34.4741C49.6713 34.5115 50.2968 35.4523 49.0976 35.2135ZM39.8343 35.2078C39.8711 35.1947 40.6375 35.1831 40.6648 35.1954C41.3666 35.5101 39.0559 35.5432 39.8343 35.2078ZM84.507 33.079C83.5407 33.1456 84.2652 33.907 84.8566 33.5667C84.8935 33.5451 84.5706 33.0752 84.507 33.079ZM83.8182 33.0792C83.0452 32.4011 81.5727 33.8689 82.7734 33.6885C82.8899 33.6704 83.8541 33.1122 83.8182 33.0792ZM45.9492 35.0048C46.0368 34.7319 46.9504 34.8226 47.3404 34.8704C47.3404 35.116 46.3285 34.9583 45.9492 35.0048ZM69.0265 34.0227C69.0588 33.8097 65.8946 33.9353 65.6876 34.222C66.1848 34.0852 68.9978 34.2134 69.0265 34.0227ZM77.1306 33.4489C77.0491 33.4149 75.9547 33.5067 75.9927 33.692C76.5363 33.9186 77.4979 33.6023 77.1306 33.4489ZM93.2603 32.976C93.318 32.9277 92.4701 31.7636 94.4247 32.4918C94.7115 32.5985 93.7065 32.9358 93.8083 32.9756C94.0219 33.0529 94.1898 33.087 94.324 33.0904C93.4269 33.2129 92.4915 33.285 92.3989 33.2156C91.9641 32.8876 93.2348 32.9962 93.2603 32.976ZM101.712 31.8727C101.894 31.6747 103.085 31.7493 103.357 31.8226C103.403 31.8365 103.213 32.3498 103.747 32.2991C104.175 32.2575 103.522 31.7518 104.359 31.8155C105.205 31.8793 104.087 32.277 104.161 32.3017C104.261 32.334 105.56 32.0697 105.526 32.3736C105.501 32.5986 104.1 32.4795 103.755 32.5355C103.313 32.6074 103.86 32.9683 103.117 32.9057C102.65 32.8668 102.892 32.2033 102.793 32.1724C102.71 32.1475 101.089 32.5656 101.714 31.8748C101.714 31.8741 101.713 31.8734 101.712 31.8727ZM94.5667 33.0548C94.4995 33.0788 94.4204 33.0927 94.324 33.0904C94.4055 33.0792 94.4865 33.0667 94.5667 33.0548ZM32.3891 35.0764C32.8572 35.2572 31.5088 35.5814 30.9798 35.3409C30.9608 35.1273 32.3149 35.0482 32.3891 35.0764ZM95.3864 32.4972C96.7256 32.6265 95.7505 32.8787 94.5667 33.0548C94.9404 32.9209 94.9364 32.4542 95.3864 32.4972ZM57.2972 34.03C57.3557 34.0768 57.3945 34.1518 57.404 34.2771C57.25 34.1457 57.2338 34.0725 57.2972 34.03ZM60.427 34.1327C61.4806 33.7094 59.3105 33.8081 59.3344 34.0813C59.345 34.1843 60.3849 34.1495 60.427 34.1327ZM85.7588 33.0787C85.6589 33.0442 87.1583 31.8433 84.9571 32.7768C86.1501 32.8771 84.8996 33.0406 84.9211 33.1412C84.9789 33.4303 86.966 33.0912 87.4103 33.2041C87.7406 32.6738 86.0887 33.1921 85.7614 33.0786C85.7605 33.0786 85.7597 33.0786 85.7588 33.0787ZM116.977 31.8201C116.715 32.1301 115.863 32.0484 115.288 32.0419C115.55 31.7317 116.403 31.8131 116.977 31.8201ZM267.692 33.1454C263.746 33.282 263.276 32.0236 266.865 32.6454C266.935 32.6583 267.935 33.0285 267.692 33.1454ZM233.847 31.7869C233.487 31.2369 234.725 31.1795 235.529 31.423C235.711 31.4778 236.374 32.0426 235.598 32.1306C235.64 31.4754 234.449 31.1955 233.847 31.7869ZM96.1317 32.1308C96.5145 31.7596 97.7319 31.9848 98.3693 32.0228C97.9889 32.3297 96.6978 32.2288 96.1317 32.1308ZM254.757 32.0487C254.342 31.9943 254.045 32.4559 254.116 32.4974C254.432 32.6872 255.223 32.3318 254.757 32.0487ZM92.2607 32.1793C92.2001 31.9652 93.7845 31.714 93.9091 32.2442C93.5688 32.2147 92.3041 32.3135 92.2607 32.1793ZM115.892 31.6792C115.643 31.5744 116.917 31.3532 117.304 31.4548C117.278 31.6848 116.055 31.7472 115.892 31.6792ZM248.057 32.0017C247.686 31.9498 246.757 31.9102 246.648 32.0975C246.514 32.3315 247.879 32.2903 248.057 32.0017ZM317.327 34.577C317.37 34.665 315.892 35.1987 315.258 35.0072C314.054 34.6409 317.281 34.5134 317.327 34.577ZM258.697 31.9355C259.851 32.4226 258.567 31.9452 258.603 32.4182C259.39 32.4615 261.343 32.552 260.015 32.0426C259.757 31.944 259.063 31.9784 258.697 31.9355ZM257.622 31.7417C257.491 31.8901 256.63 32.3434 257.362 32.3331C257.7 32.3277 258.262 31.8111 257.622 31.7417ZM308.397 34.2963C307.367 33.8229 312.18 34.3054 312.31 34.3869C312.38 34.4294 312.426 34.4684 312.452 34.5007C312.636 34.3782 313.544 34.4043 313.63 34.7442C313.36 34.7016 312.616 34.6902 312.532 34.6485C312.495 34.6307 312.469 34.6143 312.45 34.5983C312.116 34.8702 308.597 34.3856 308.397 34.2963ZM300.432 33.4549C301.668 32.9003 301.827 33.9569 301.722 33.9853C300.39 34.3472 301.283 33.6191 301.245 33.581C301.157 33.5162 300.207 33.8273 300.436 33.4551C300.434 33.4551 300.433 33.455 300.432 33.4549ZM306.763 34.0374C306.814 34.0264 307.826 34.1123 307.867 34.131C308.679 34.5262 305.814 34.2849 306.763 34.0374ZM108.068 30.9916C108.799 31.0795 108.093 31.4803 107.606 31.3527C107.566 31.34 107.423 30.914 108.068 30.9916ZM257.041 31.8262C256.879 31.7472 252.587 31.3347 252.825 31.9249C253.198 31.8667 258.068 32.3251 257.041 31.8262ZM224.947 30.8242C225.707 30.8444 224.868 31.3757 224.466 31.163C224.317 31.084 224.756 30.8194 224.947 30.8242ZM90.0991 31.7417C89.3204 32.0654 89.4543 31.05 90.1468 31.377C90.1739 31.3898 90.1296 31.7291 90.0991 31.7417ZM230.987 31.2712C228.377 31.5449 229.032 29.8185 232.404 30.4842C232.295 30.5591 232.186 30.6341 232.078 30.7091C236.013 31.0635 232.337 30.8372 231.385 30.913C231.021 30.9416 231.319 31.2389 230.989 31.2734C230.988 31.2727 230.987 31.2719 230.987 31.2712ZM220.96 30.7118C218.478 29.4299 223.242 30.3241 224.64 30.1931C223.29 30.6753 221.543 30.5637 223.909 31.133C220.435 31.1647 221.899 30.7025 221.757 30.6586C221.595 30.6096 221.066 30.7668 220.96 30.7118ZM227.604 30.8388C227.751 30.8059 228.84 31.0811 229.234 31.0489C228.675 31.4581 226.634 31.0628 227.604 30.8388ZM292.042 33.3354C292.148 33.0096 292.385 32.7769 293.243 32.941C292.968 33.0943 292.41 33.211 292.042 33.3354ZM28.9337 33.7898C28.3354 33.7951 27.1382 33.729 27.5204 34.0582C27.5621 34.0857 28.9415 33.9846 28.9337 33.7898ZM244.576 31.1766C244.452 31.1319 241.162 31.0142 242.288 31.41C242.63 31.5288 245.619 31.5661 244.576 31.1766ZM261.526 31.7521C261.25 31.7389 260.131 31.7627 260.107 31.8402C260.02 32.1074 261.395 32.0062 261.526 31.7521ZM25.8992 33.5998C25.8176 33.5694 24.0123 33.7201 24.2187 33.8704C24.6124 34.1541 26.17 33.7046 25.8992 33.5998ZM110.698 30.16C110.851 30.1445 111.06 30.4991 111.113 30.502C111.238 30.5042 114.021 30.3086 112.966 30.7913C112.793 30.8714 108.773 30.7799 108.245 30.7468C108.032 30.2586 109.762 30.6894 110.178 30.6299C110.252 30.6187 110.29 30.2055 110.697 30.1621C110.698 30.1614 110.698 30.1607 110.698 30.16ZM296.548 33.2011C296.679 32.8933 299.979 32.8481 299.919 33.2257C298.798 33.2169 297.666 33.2083 296.548 33.2011ZM294.897 33.0696C294.213 32.8149 295.845 32.8197 296.319 32.9407C296.314 33.1514 294.997 33.1067 294.897 33.0696ZM255.368 30.3741C255.036 30.44 256.033 30.9297 255.804 31.0111C255.657 31.0617 254.928 30.8667 254.688 31.002C254.62 31.0453 255.357 31.4989 255.574 31.4875C255.883 31.4727 255.595 31.125 255.931 31.1336C257.047 31.1628 258.025 31.4366 259.067 31.4663C259.161 31.4683 258.44 31.205 259.242 31.2355C259.368 31.2398 260.092 31.6202 261.063 31.6011C263.24 30.5745 264.768 31.7109 267.476 31.4137C267.379 31.3061 265.372 30.9541 265.253 30.9397C263 30.676 258.949 30.5159 256.593 30.4369C255.987 30.416 256.274 30.6587 256.012 30.6587C255.805 30.6583 256.065 30.2348 255.368 30.3741ZM29.2393 33.5361C28.9339 33.1192 27.948 33.4403 27.3079 33.4494C27.552 33.8268 28.6117 33.4708 29.2393 33.5361ZM280.229 32.0749C279.909 32.078 278.918 31.9066 278.834 32.0331C278.718 32.1979 280.15 32.3648 280.229 32.0749ZM126.407 29.9906C126.438 29.9783 127.203 29.9894 127.232 30.0025C127.921 30.3378 125.625 30.303 126.407 29.9906ZM144.77 29.843C145.352 29.7843 145.937 29.6444 146.136 29.9925C145.765 29.9421 144.704 30.0872 144.77 29.843ZM170.09 29.714C169.971 29.2558 171.715 29.5528 172.043 29.5943C171.921 29.7977 170.179 30.044 170.09 29.714ZM291.983 31.8929C293.052 31.9701 292.859 31.2664 293.522 31.6121C293.63 31.6704 293.92 33.1306 292.771 32.5344C292.564 32.4273 293.408 32.123 291.983 31.8929ZM232.96 30.5118C233.241 30.2153 234.093 30.3257 234.669 30.364C234.534 30.5859 233.372 30.4999 232.96 30.5118ZM22.6098 33.4172C22.0884 33.0149 19.7875 33.4502 20.3753 33.7033C20.4591 33.7358 22.285 33.4173 22.6098 33.4172ZM98.83 30.6783C99.7792 30.3172 97.7928 30.2632 97.1734 30.6088C97.4572 30.5797 98.7662 30.702 98.83 30.6783ZM164.008 29.4721C164.054 29.4582 165.069 29.4886 165.115 29.5051C165.947 29.8552 163.075 29.7712 164.008 29.4721ZM138.718 29.3495C139.075 29.0678 141.477 29.2654 142.022 29.5378C141.501 29.948 138.27 29.7006 138.718 29.3495ZM287.563 31.8875C288.319 31.9072 289.051 32.026 289.747 32.1779C289.59 32.4042 287.629 32.0649 287.563 31.8875ZM167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C167.834 29.4582 167.781 29.447 167.729 29.4371ZM270.488 31.0123C269.848 30.8956 269.965 31.3281 270.005 31.3427C270.483 31.4996 271.212 31.1442 270.488 31.0123ZM28.4753 32.9374C28.234 32.5626 27.168 32.9144 26.5409 32.8534C26.7366 33.1489 27.977 33.0021 28.4753 32.9374ZM218.287 29.8713C217.492 29.4381 220.768 29.0117 221.447 29.2951C221.494 29.5543 218.405 29.9303 218.287 29.8713ZM95.8393 30.1767C95.7677 29.8759 94.4098 30.2773 94.7042 30.4124C94.8908 30.4984 95.8826 30.3635 95.8393 30.1767ZM223.088 29.5037C223.399 29.4175 224.112 29.7305 223.855 29.9072C223.525 30.1338 223.007 29.5285 223.088 29.5037ZM250.673 29.9564C250.541 29.906 248.731 30.162 249.466 30.4928C249.975 30.7227 250.071 30.2882 250.192 30.2905C250.323 30.2957 253.209 30.92 250.673 29.9564ZM199.962 29.3407C200.643 29.232 201.463 29.3764 202.173 29.3766C201.882 29.5601 200.249 29.5923 199.962 29.3407ZM101.152 29.96C100.986 29.841 96.4558 29.8825 99.0379 30.1935C99.1893 30.2107 101.666 30.3178 101.152 29.96ZM291.983 31.8929C291.848 31.8832 291.693 31.8615 291.514 31.8232C291.693 31.8434 291.848 31.8711 291.983 31.8929ZM279.827 31.3082C280.085 31.0985 278.837 30.9874 278.472 31.0896C278.346 31.3536 279.79 31.3373 279.827 31.3082ZM202.231 29.0701C202.638 28.9489 203.392 29.0926 203.903 29.0844C203.815 29.2879 202.4 29.28 202.231 29.0701ZM173.345 28.6512C174.166 28.7738 175.174 28.7196 175.19 28.4693C175.207 28.5084 175.246 28.55 175.312 28.5919C175.379 28.6334 176.256 28.5187 176.636 28.6051C178.922 29.1154 167.811 28.8908 174.255 28.1917C173.952 28.3448 173.648 28.498 173.345 28.6512ZM135.473 28.7991C135.006 28.5 133.711 28.8989 134.05 29.0145C134.287 29.0935 135.941 29.1 135.473 28.7991ZM153.315 28.4508C153.175 28.3972 151.903 28.6189 151.871 28.7797C152.605 28.9438 153.95 28.6996 153.315 28.4508ZM131.898 28.4894C131.606 28.4475 131.24 28.9442 131.274 28.9651C131.574 29.1403 132.393 28.7562 131.898 28.4894ZM289.823 30.4675C289.397 30.307 287.988 30.5991 287.681 30.9103C287.628 30.8451 287.482 30.7565 287.211 30.6461C287.212 30.6462 287.213 30.6462 287.214 30.6462C286.865 30.4945 275.697 29.8739 283.164 30.8189C283.398 30.8491 283.091 30.5441 284.041 30.6368C284.104 30.6433 284.125 30.8823 284.318 30.9023C284.765 30.9467 287.134 31.2016 287.618 31.032C287.62 31.0763 287.648 31.1196 287.712 31.161C288.279 31.5297 290.157 30.5913 289.823 30.4675ZM155.834 28.3928C155.578 28.3059 154.77 28.3941 154.687 28.6045C155.089 28.705 156.428 28.5953 155.834 28.3928ZM100.991 29.1025C100.467 28.9427 99.1537 29.2985 99.5573 29.46C99.8051 29.5592 101.596 29.2858 100.991 29.1025ZM147.74 28.5594C150.714 28.7839 148.449 28.5336 148.902 28.2222C148.515 28.3345 148.127 28.4469 147.74 28.5594ZM303.568 31.9307C303.098 31.8357 303.686 31.2576 304.19 31.6135C304.348 31.7265 303.831 31.9827 303.568 31.9307ZM325.008 32.9303C324.634 32.3683 326.599 32.8029 325.804 33.1254C325.768 33.1357 325.036 32.9525 325.008 32.9303ZM310.049 31.8617C309.707 32.2106 309.496 32.2427 308.591 32.1037C309.942 32.0724 308.712 31.6818 310.049 31.8617ZM175.181 28.4298C175.186 28.4446 175.191 28.4556 175.19 28.4693C175.184 28.4558 175.181 28.443 175.181 28.4298ZM129.086 28.6253C128.711 28.3201 127.67 28.3589 127.985 28.6668C128.015 28.6952 128.938 28.857 129.086 28.6253ZM287.681 30.9103C287.728 30.9681 287.701 31.0029 287.618 31.032C287.616 30.9904 287.638 30.9522 287.681 30.9103ZM134.715 28.294C134.681 28.5261 136.273 28.5962 136.337 28.5683C137.244 28.1552 135.373 28.2714 134.715 28.294ZM90.4547 29.0555C90.3733 29.082 90.9197 29.6651 91.2375 29.4217C91.4836 29.2329 90.7598 28.9548 90.4547 29.0555ZM313.134 31.8798C313.636 31.9078 314.341 31.9466 314.455 32.2376C314.122 32.1753 313.113 32.0875 313.134 31.8798ZM324.254 32.4946C323.633 32.7924 322.28 32.7118 321.42 32.6066C321.43 32.1665 323.681 32.5639 324.254 32.4946ZM291.186 30.6944C291.145 30.6746 289.885 30.4851 290.044 30.7872C290.277 31.2299 291.535 30.8709 291.186 30.6944ZM92.9156 29.3046C93.474 29.0865 92.1591 28.4993 91.5763 28.997C91.2774 29.2519 92.8218 29.3411 92.9156 29.3046ZM125.826 28.2688C125.084 28.4511 126.934 28.725 127.186 28.4134C126.843 28.394 126.09 28.2043 125.826 28.2688ZM151.202 27.6656C148.852 26.7947 150.141 28.405 150.554 28.2596C150.612 28.2389 151.259 27.6861 151.202 27.6656ZM16.6891 31.9449C16.362 32.0855 17.6288 32.4667 17.774 32.1647C17.8639 31.9756 16.8985 31.8552 16.6891 31.9449ZM186.627 28.226C186.528 28.2282 186.429 28.2306 186.331 28.2325C186.405 28.2185 186.501 28.2143 186.627 28.226ZM119.018 27.1967C120.706 28.4195 120.512 27.4571 120.657 27.4597C120.969 27.4676 121.7 27.7936 122.286 27.7279C121.616 27.8806 120.946 28.0336 120.275 28.1868C120.812 28.2666 125.427 28.6499 125.517 28.4461C125.651 28.1544 124.205 28.2688 124.162 28.2441C124.101 28.2088 123.861 27.408 123.726 27.3796C123.506 27.3338 119.645 27.3845 119.018 27.1967ZM146.3 27.8431C146.679 27.9355 146.789 28.2534 146.963 28.1757C147.023 28.1491 147.03 27.8449 147.233 27.7646C146.922 27.7907 146.611 27.8169 146.3 27.8431ZM116.083 28.3793C115.609 28.0168 117.704 28.1175 117.772 28.1581C118.134 28.4031 116.471 28.6752 116.083 28.3793ZM133.916 28.0346C133.839 28.0138 132.221 27.9196 132.236 28.1257C132.667 28.2767 134.828 28.2941 133.916 28.0346ZM147.485 27.7417C148.051 27.7724 149.122 28.0703 148.995 27.6134C148.995 27.6134 148.994 27.6134 148.993 27.6134C148.491 27.656 147.988 27.6988 147.485 27.7417ZM94.8181 28.2856C93.7523 27.5847 94.2732 28.4925 95.205 28.7029C95.4766 28.3682 94.9927 28.3996 94.8181 28.2856ZM91.4504 27.8338C91.156 27.7103 88.1446 27.9402 88.6156 28.3129C88.7836 28.4455 90.5072 28.0494 90.5874 28.0739C90.7094 28.1101 90.1692 28.5523 91.0901 28.4418C91.0321 28.2987 91.5517 27.8748 91.4504 27.8338ZM93.9395 27.8422C92.8839 27.316 92.6776 28.3451 93.4605 28.3264C93.7664 28.3199 94.0901 27.9181 93.9395 27.8422ZM98.2071 27.8169C97.8276 27.7296 96.8185 27.6141 96.1333 27.9725C97.0628 27.9771 97.9908 27.9822 98.9174 27.9877C99.0193 27.7924 98.5393 27.8937 98.2046 27.817C98.2054 27.817 98.2063 27.817 98.2071 27.8169ZM330.676 30.2574C329.869 29.917 331.777 29.9234 331.852 29.9997C332.076 30.2506 331.038 30.4095 330.676 30.2574ZM9.71117 23.0107C9.4746 22.9078 9.30336 22.5361 8.8069 22.7628C9.33254 23.0154 9.85767 23.2681 10.3823 23.5209C10.7434 22.8569 9.96987 23.1244 9.71117 23.0107ZM7.63345 20.7695C7.70476 20.75 7.25625 19.7835 8.22506 20.392C8.88003 20.8026 5.47611 21.4253 4.82981 21.0224C5.50421 20.7805 7.01917 20.9304 7.63345 20.7695ZM1.36952 16.8294C1.32541 16.7528 2.62963 16.563 2.78414 16.6101C3.59661 16.858 1.60929 17.239 1.36952 16.8294ZM5.55532 16.7835C4.93207 16.6256 6.28238 16.4266 6.69223 16.5148C6.74167 16.6965 5.65165 16.8061 5.55532 16.7835ZM323.122 15.4456C322.501 14.7356 321.826 16.1466 322.859 15.9146C322.908 15.9037 323.148 15.4801 323.122 15.4456ZM2.59461 15.7602C3.21984 15.9174 1.86578 16.1178 1.45319 16.0306C1.40511 15.849 2.49962 15.7374 2.59461 15.7602ZM322.751 13.8191C321.901 13.2848 322.116 14.9244 322.222 14.9961C322.66 15.2803 324.238 14.7343 324.57 14.5952C322.236 14.702 323.151 14.071 322.751 13.8191ZM318.638 14.5595C317.81 14.686 319.881 15.1356 320.305 14.7065C319.898 14.7049 318.873 14.5226 318.638 14.5595ZM313.706 13.7626C313.271 13.6805 311.975 13.4705 311.742 13.7139C312.224 13.6935 313.507 14.015 313.706 13.7626ZM312.755 12.9438C312.089 12.5598 311.869 13.5612 312.676 13.3032C312.708 13.2932 312.78 12.9645 312.755 12.9438ZM308.911 12.3716C308.48 11.9459 307.912 12.8972 308.644 12.9622C308.861 12.9798 308.956 12.4202 308.911 12.3716ZM321.753 12.0108C321.118 11.801 320.248 12.4537 321.619 12.61C321.13 12.6891 320.64 12.7683 320.15 12.8477C321.931 13.3439 321.853 12.3651 322.368 12.4352C323.087 12.5343 322.983 13.3327 322.823 13.5759C323.437 13.1187 325.969 13.2598 327.435 13.2544C326.166 12.9712 324.092 12.4898 322.848 12.2864C322.49 12.2276 322.128 12.4272 321.822 12.3848C321.332 12.3157 321.788 12.0245 321.755 12.0109C321.754 12.0109 321.753 12.0108 321.753 12.0108ZM303.837 12.0935C302.537 11.571 303.324 12.5963 304.08 12.4591C304.113 12.4473 303.87 12.1063 303.837 12.0935ZM0.662704 12.8744C2.46276 13.1845 1.20545 13.8005 4.86741 12.7666C3.3429 13.4386 4.80483 13.1922 4.51402 13.4452C4.28074 13.6455 3.358 13.542 3.91037 13.8884C3.19044 13.5176 0.157899 13.8031 0.0174745 13.7448C0.0187503 13.7447 0.0200261 13.7446 0.0213019 13.7445C-0.0624707 13.7098 0.0877265 12.7761 0.662704 12.8744ZM313.84 11.1928C313.465 9.97641 313.189 11.8593 312.375 10.824C311.144 12.196 315.559 10.9979 316.021 12.2403C311.312 11.838 319.081 13.615 315.877 11.6171C318.571 12.4281 316.785 11.4424 317.219 11.2348C317.684 11.0137 319.21 11.3686 319.157 10.9202C319.156 10.9201 319.155 10.9201 319.154 10.92C318.211 10.8976 317.265 10.8755 316.318 10.8539C317.189 11.8634 315.274 11.4683 314.673 10.6525C314.396 10.8326 314.118 11.0127 313.84 11.1928ZM319.115 12.3895C319.024 12.3621 316.966 12.3807 317.088 12.5805C317.356 12.7182 320.27 12.7362 319.115 12.3895ZM328.126 12.7077C327.392 12.661 326.264 12.4061 325.841 12.7434C326.578 12.7896 327.704 13.0448 328.126 12.7077ZM290.309 10.6335C289.355 10.8869 292.244 11.1075 291.424 10.7179C291.383 10.6994 290.356 10.6217 290.309 10.6335ZM311.705 11.2575C310.773 10.8418 311.161 12.0258 311.882 11.7616C311.923 11.746 311.748 11.2764 311.705 11.2575ZM2.09484 12.6519C2.14337 12.3639 4.72851 12.419 5.18288 12.3916C4.93977 12.6697 2.04089 12.9814 2.09484 12.6519ZM329.482 11.7233C328.085 10.6129 326.024 11.674 325.807 11.6354C325.592 11.5962 325.959 11.1699 325.91 11.155C325.797 11.1229 323.488 11.0243 323.379 11.0494C323.298 11.069 323.676 11.7207 323.192 11.8907C324.121 11.5863 328.349 12.0625 328.565 12.0065C328.737 11.9613 327.502 11.225 329.48 11.7232C329.48 11.7232 329.481 11.7233 329.482 11.7233ZM325.27 11.4663C325.833 11.7635 324.206 11.7003 323.829 11.5809C322.977 11.3129 325.193 11.4302 325.27 11.4663ZM321.411 10.9974C321.231 10.9276 319.571 10.7787 319.413 11.0636C320.179 11.4883 321.82 11.1589 321.411 10.9974ZM302.901 10.0345C302.468 10.0501 301.29 9.76539 301.209 10.018C301.644 10.0023 302.821 10.287 302.901 10.0345ZM10.7299 9.93507C10.0042 9.75933 11.6543 9.58278 12.1415 9.65991C12.1769 9.82918 10.7919 9.9501 10.7299 9.93507ZM311.676 8.80142C311.431 8.70888 306.169 8.62544 305.448 8.70993C306.137 8.93812 311.34 9.22803 311.573 9.14711C311.643 9.12252 311.708 8.81542 311.676 8.80142ZM322.969 9.31665C323.468 8.96763 323.752 9.43781 323.812 9.447C324.393 9.53883 325.635 9.52708 325.342 9.87395C324.295 9.66471 321.979 10.0098 322.969 9.31665ZM302.617 8.31C300.836 8.36054 304.222 8.92947 303.794 8.51304C303.767 8.48772 302.801 8.30452 302.617 8.31ZM312.265 8.7231C312.672 8.4384 317.871 8.9892 318.718 9.0391C317.934 9.55815 317.351 9.09731 316.336 9.0694C316.061 9.06254 316.122 9.3003 316.092 9.29902C315.618 9.2835 315.986 9.03329 315.697 9.01311C315.517 9.00056 311.694 9.12202 312.265 8.7231ZM323.256 9.07149C323.552 8.8715 326.831 8.97302 326.958 9.03877C327.919 9.5241 323.494 9.15985 323.256 9.07149ZM311.813 8.19779C312.411 7.57501 314.975 8.15372 313.186 8.3824C313.015 8.40278 312.314 8.08081 311.813 8.19779ZM302.837 7.69777C302.752 7.67402 300.907 7.45076 300.863 7.657C301.128 7.75076 303.82 7.95904 302.837 7.69777ZM303.831 7.04371C303.786 7.04644 304.199 7.46855 303.335 7.37387C303.263 7.36548 303.152 6.9083 302.053 7.01828C301.83 7.04111 301.471 7.32178 301.495 7.34153C302.599 8.10438 306.077 6.92566 303.831 7.04371ZM323.337 8.71033C323.173 8.51016 323.628 7.97103 323.992 8.27886C324.148 8.41171 323.824 8.73217 323.337 8.71033ZM296.975 7.22556C298.062 6.93492 294.702 6.70872 294.524 6.78861C294.623 7.00663 296.867 7.2536 296.975 7.22556ZM12.2614 7.20537C12.2606 7.20541 12.2597 7.20546 12.2589 7.20551C13.172 7.23462 12.6241 7.54911 12.6671 7.55577C14.624 7.87106 14.0761 7.2541 14.3747 7.16203C15.0139 6.9635 14.9509 7.75255 16.0254 7.37065C14.246 7.94478 15.8782 7.65772 15.9437 7.93392C16.2059 9.06097 13.5129 7.52694 12.6219 7.8138C12.4981 7.85348 13.4452 8.16734 13.1287 8.28773C12.0906 8.67822 8.79683 7.09372 12.2614 7.20537ZM324.288 8.24637C324.723 7.93616 327.902 8.45084 327.038 8.67554C326.9 8.71108 323.638 8.69648 324.288 8.24637ZM175.517 3.27392C176.285 2.98578 174.506 2.64188 174.175 2.86698C174.011 2.97901 175.18 3.4003 175.517 3.27392ZM163.062 2.03925C162.147 2.10043 161.186 3.31127 162.324 3.12042C162.445 3.09956 163.167 2.20649 163.062 2.03925ZM222.833 3.16245C221.896 2.71247 221.936 3.51542 222.631 3.51759C222.876 3.51851 222.862 3.1767 222.833 3.16245ZM186.566 2.80305C186.471 2.77442 185.37 2.81929 185.409 3.00388C185.816 3.11663 187.181 2.99891 186.566 2.80305ZM223.137 3.05428C222.567 3.18765 223.532 3.78667 224.235 3.2339C223.883 3.27329 223.196 3.04065 223.137 3.05428ZM309.945 6.32285C309.455 6.62649 308.122 6.45641 307.349 6.47277C307.289 6.04225 309.393 6.3707 309.945 6.32285ZM166.935 2.51748C166.074 2.8192 167.92 3.06321 167.75 2.66604C167.726 2.64445 166.969 2.50459 166.935 2.51748ZM253.508 3.78558C252.872 4.02018 254.857 4.42509 254.322 3.96069C254.295 3.94159 253.543 3.77249 253.508 3.78558ZM262.183 4.21942C261.701 4.11657 259.691 4.07456 260.466 4.34937C260.585 4.39149 262.136 4.4509 262.183 4.21942ZM14.4121 6.85249C14.1327 6.42828 15.6266 6.45432 15.8431 6.51982C15.9284 6.54723 14.7767 7.40422 14.4121 6.85249ZM216.674 2.98043C216.18 3.02666 214.902 2.90098 214.673 3.12722C215.278 3.08947 216.828 3.44109 216.674 2.98043ZM170.855 2.51349C170.108 2.03701 168.829 2.08453 169.146 2.70664C170.557 2.66462 168.972 2.14713 170.855 2.51349ZM226.328 2.60641C225.933 2.56182 225.618 3.153 225.662 3.18207C226.085 3.45869 226.716 2.84709 226.328 2.60641ZM196.72 2.64444C196.7 2.38879 195.432 2.49263 195.6 2.65862C195.655 2.71427 196.737 2.85122 196.72 2.64444ZM293.412 5.3506C292.844 5.09062 294.624 4.94586 295.132 5.24259C295.368 5.64618 293.485 5.38062 293.412 5.3506ZM237.264 3.00751C237.333 2.62999 235.348 2.79521 236.12 3.12852C236.314 3.21187 237.241 3.13363 237.264 3.00751ZM256.196 3.09674C254.858 3.50477 260.407 4.00851 258.965 3.39755C258.863 3.35369 256.314 3.06206 256.196 3.09674ZM265.276 3.68899C265.049 3.63105 265.209 2.36238 266.139 2.88735C266.261 2.95548 265.667 3.27088 265.766 3.3515C265.825 3.39734 267.874 3.65108 267.969 3.62504C268.072 3.59507 267.968 3.18277 268.072 3.14083C268.191 3.09395 269.441 3.49917 270.1 3.52808C271.34 3.5817 271.499 3.24807 271.6 3.25075C271.9 3.26001 272.395 3.52042 273.003 3.54373C276.071 3.65931 280.713 3.56201 283.124 4.38694C280.974 4.00546 278.914 4.22702 276.775 4.23521C277.431 3.55159 273.604 4.65529 275.846 3.92582C274.817 4.05837 266.022 3.86755 265.279 3.68909C265.278 3.68906 265.277 3.68902 265.276 3.68899ZM159.469 1.69401C160.025 1.25681 157.163 1.36659 156.921 1.87116C157.3 1.93892 159.4 1.74337 159.469 1.69401ZM172.706 0.613586C172.974 0.538839 173.23 -0.311081 174.633 0.122087C174.634 0.122089 174.636 0.122091 174.637 0.122093C175.047 0.248642 174.579 0.454961 174.654 0.528876C174.682 0.559005 175.959 0.98408 174.897 1.05017C173.277 1.15196 174.746 0.417613 173.882 0.407372C173.776 0.40641 172.138 0.864843 172.233 0.965998C172.243 0.977757 172.736 0.880842 172.817 0.922905C173.124 1.08098 172.975 1.34624 173.018 1.35891C173.16 1.39112 175.747 0.942907 176.12 1.33892C176.245 1.46579 171.996 1.75341 171.834 1.68793C171.73 1.64615 171.774 0.909487 171.667 0.836976C171.612 0.800735 169.918 1.07644 169.698 1.0089C169.634 0.989326 169.585 0.968222 169.549 0.950828C169.806 1.17861 168.269 1.16286 168.316 0.905757C168.343 0.804612 169.401 0.862591 169.439 0.880298C169.455 0.887774 169.47 0.898079 169.483 0.905189C169.266 0.626984 172.839 0.640632 172.068 0.227085C173.115 0.00142479 171.919 0.833346 172.706 0.613586ZM177.723 0.168232C177.616 0.245415 177.508 0.322603 177.4 0.399797C179.227 0.214922 181.306 0.595316 183.415 0.602755C183.95 0.605234 183.336 0.128353 184.037 0.261337C184.599 0.367933 185.217 0.810838 184.912 0.907172C184.837 0.931176 183.696 0.63895 183.122 0.665691C181.433 0.74491 181.864 1.15344 181.764 1.16391C181.656 1.17497 180.603 0.88492 180.026 0.895638C178.576 0.923518 177.913 1.17075 175.925 0.84044C177.073 0.575176 176.446 -0.00814629 177.723 0.168232ZM245.642 2.08106C245.719 1.82731 246.906 2.08817 247.34 2.06324C247.265 2.3175 246.077 2.0557 245.642 2.08106ZM67.9846 2.53717C67.635 2.96931 70.3731 2.97703 69.6402 2.65329C69.4783 2.58132 68.3289 2.52787 67.9846 2.53717ZM80.3114 2.38015C80.674 2.25262 79.19 1.99708 79.2027 2.32175C79.2083 2.42575 80.2649 2.39667 80.3114 2.38015ZM201.275 0.748161C201.345 0.735767 202.349 0.840989 202.38 0.862756C203.042 1.316 199.734 1.02025 201.275 0.748161ZM95.2628 1.43102C93.9895 1.7396 97.8543 1.75776 96.6649 1.43796C96.6062 1.42232 95.3217 1.41603 95.2628 1.43102ZM100.63 1.21751C100.323 1.23968 98.9559 1.13713 98.941 1.26569C98.9193 1.47283 100.484 1.57511 100.63 1.21751ZM226.628 1.02685C226.49 0.550844 228.281 0.947074 228.906 0.901373C229.044 1.37763 227.255 0.980121 226.628 1.02685ZM215.287 0.464089C222.876 0.224457 221.192 1.2035 214.83 0.686875C214.826 0.383392 214.806 0.479554 215.287 0.464089ZM224.988 0.7002C224.705 0.997427 223.843 0.890159 223.259 0.854384C223.368 0.645813 224.566 0.745975 224.988 0.7002ZM64.6955 2.00568C65.1577 1.60561 67.2766 2.00143 66.9083 2.17269C66.8233 2.20964 64.5292 2.22219 64.6955 2.00568ZM201.912 0.350832C201.739 -0.111324 204.011 0.103622 204.188 0.208244C204.887 0.627699 202.09 0.25103 201.912 0.350832ZM237.392 0.870433C237.803 0.52036 238.939 0.734583 239.671 0.758457C239.33 1.05765 238.015 0.892479 237.392 0.870433ZM232.09 0.460266C232.136 0.447447 233.154 0.503718 233.203 0.521497C234.032 0.892789 231.144 0.735372 232.09 0.460266ZM10.8286 3.81757C10.8619 3.80414 11.6325 3.78588 11.66 3.798C12.3651 4.1066 10.0523 4.1597 10.8286 3.81757Z' fill='%2370EBFF' fill-opacity='0.7'/%3E %3C/svg%3E");
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: transparent;
  background-size: 101% 130%;
  background-position: center;
  padding: 0 0.78125vw;
  background-repeat: repeat-y;
}
@media (min-width: 600px) and (max-width: 800px) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='42' fill='none'%3E %3Cpath d='M217.774 2.278c-1.947.72-9.957 1.124-16.174.817-3.716-.184-33.736 1.274-35.2 1.709-.88.262-10 .743-20.267 1.069-10.266.326-21.546.794-25.066 1.04C102.008 8.244 73.059 9.944 65.6 10.17c-13.255.401-13.5.431-12.8 1.563.376.609-.628 1.105-2.337 1.154-8.098.237-15.692 1.114-17.256 1.994-1.189.669-.219.841 3.06.542l4.8-.437-4.681 1.132c-2.574.623-4.974.731-5.333.241-.359-.491-3.773-1.033-7.585-1.204-6.236-.281-6.723-.159-4.845 1.214 1.148.84 2.766 1.267 3.596.948 1.03-.395.899.132-.413 1.664-1.822 2.129-4.394 2.249-3.094.145.338-.546-.734-1.041-2.382-1.099-1.648-.058-4.197-.53-5.663-1.047-2.61-.92-2.603-.932.347-.559 1.658.209 2.618.005 2.134-.453-.485-.459-3.096-1.124-5.803-1.478l-4.921-.644 1.142 4.277c.852 3.192 1.685 4.277 3.283 4.277 2.012 0 2.033.109.335 1.807-1.674 1.673-1.678 1.949-.064 3.733 1.624 1.794 1.604 1.928-.288 1.943-1.196.01-1.561.339-.888.8 1.264.865 3.024 4.595 2.76 5.847-.163.768 9.917.485 32.363-.911 18.942-1.177 39.989-2.029 41.082-1.661.585.197.747.871.36 1.498-.421.68-.201.828.544.368.686-.424.979-1.207.65-1.739-.348-.564 2.428-.731 6.65-.4 16.145 1.267 36.58 1.471 36.58.364 0-.702 1.871-.889 5.067-.506 3.578.429 4.44.314 2.933-.393-1.524-.715.303-.991 6.4-.969 5.315.02 7.528.323 5.867.804-1.467.425 1.653.602 6.933.393 5.28-.209 14.16-.437 19.734-.506 6.075-.075 8.852-.407 6.933-.828-2.64-.58-1.952-.845 3.926-1.517 4.862-.556 7.869-.417 9.462.436 1.586.848 2.103.873 1.611.077-.513-.83 3.434-1.191 13.471-1.235 7.808-.033 21.877-.333 31.263-.665 26.135-.926 67.119-.93 89.334-.01 13.7.567 20 .478 20-.284 0-.612.508-1.113 1.129-1.113.622 0 .909.36.639.8-.27.44 9.662.878 22.071.973 12.408.095 25.673.42 29.478.723 4.075.324 7.467.093 8.257-.562.771-.64 2.814-.796 4.816-.366 6.161 1.323 27.95 2.346 29.876 1.404 1.189-.582 1.867-.495 1.867.238 0 .633.6 1.073 1.333.977 5.04-.654 21.093.242 20.534 1.147-.781 1.262-.855 1.247 8 1.609 3.813.156 15.001.822 24.861 1.48 9.86.659 23.728.889 30.817.512 7.375-.392 12.642-.282 12.31.257-.845 1.374 39.017 1.289 40.012-.086.545-.754 1.054-.729 1.6.077.448.663 4.317 1.254 8.8 1.344 4.4.089 8.72.268 9.6.399 2.859.424 13.816-1.447 14.446-2.467.337-.546.005-.992-.739-.992-.743 0 .976-2.106 3.82-4.681 4.434-4.014 4.788-4.607 2.48-4.166-1.48.283-3.015-.011-3.412-.653-.397-.641-.154-1.167.539-1.167.957 0 .963-.358.026-1.487-.948-1.142-.916-1.475.136-1.432.753.03 3.29-.074 5.637-.232l4.267-.288-5.334-1.214c-2.933-.667-5.813-1.51-6.4-1.873-.586-.363-2.866-.985-5.066-1.382-2.2-.397-4-1.18-4-1.74s-.84-1.019-1.867-1.019c-1.027 0-4.507-1.037-7.733-2.303-4.203-1.649-9.65-2.542-19.2-3.146-30.552-1.933-54.119-3.05-75.734-3.587-12.613-.313-26.533-.825-30.933-1.136-4.4-.312-26.24-.771-48.533-1.02-22.294-.249-46.534-.747-53.867-1.106-8.617-.423-12.814-.292-11.867.368 1.012.704-.313 1.008-4.266.979-3.154-.024-6.266-.453-6.918-.953-1.639-1.258-22.193-.096-22.652 1.281-.248.744-.796.76-1.652.049-1.591-1.32-7.879-1.768-10.904-.777-1.243.406-3.506.265-5.029-.314-1.803-.685-2.995-.689-3.415-.01-.354.574-1.179.713-1.832.31-.653-.404-9.38-.594-19.393-.423-18.174.312-38.382.18-56.692-.368-5.328-.16-10.731.096-12.006.568M60.511 11.311c-.354.355-1.274.392-2.044.084-.851-.34-.598-.593.644-.644 1.125-.046 1.755.206 1.4.56m569.743 12.043c1.021.647 1.093 1.094.24 1.504-.828.397-.802.501.079.329 2.136-.419 2.291-2.788.183-2.771-1.511.013-1.625.226-.502.938M408.8 28.486c-1.32.254-3.48.254-4.8 0-1.32-.254-.24-.462 2.4-.462 2.64 0 3.72.208 2.4.462' fill='%2370EBFF' fill-rule='evenodd'/%3E %3C/svg%3E") !important;
  }
}
@media (min-width: 600px) and (max-width: 800px) and (prefers-color-scheme: dark) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='51.25' viewBox='0 0 800 51.25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M735.679 50.487c-.493-.079-2.486-.05-3.344-.116.944.619 5.116.403 3.344.116M649.435 5.158l2.139.508c-2.046.011-4.784-.199-6.677-.138-.31.011.476.45-.256.44-.731-.01-.57-.563-1.63-.663-1.192-.11-6.657.074-8.54-.005-7.02-.295-14.164-.866-21.259-.874 7.302.661-.088.829-2.125.583-.45-.055-.352-1.093-7.67-1.07-4.652.018-.385 1.635-8.14.647 6.034-.848.128-.963-4.575-1.14-.813-.031-7.352-.071-10.226-.2-.985-.044-2.469-.63-3.772-.681-.896-.035-1.584.242-2.914.19-6.179-.24-12.399-.429-18.625-.485 3.611 1.487-2.877.522-3.169.583-1.495.341 5.221.617 2.557.787q-5.57-.205-11.113-.4c3.049-.1-4.016-1.27-5.346-.843.589-1.225-16.992.703-19.617.245-.56-.098 3.109-.637-5.346-.521-.919.014-.579.393-1.059.349-.288-.026-2.01-1.241-3.877-.623-.68.227 3.63 1.08-5.866.6 3.781-1.141-13.09-.874-16.251-.613l1.885-.456c-3.104.389-3.655-.027-4.351-.015-2.81.048-6.667.408-9.27.336-3.045-.083-3.048-.831-6.594-.584l2.529-.465-7.339.033c5.646 1.056-1.214.034-1.693.007-.73-.044.315.372-.905.309-.126-.01.06-.39-1.821-.453-3.926-.13-3.309.357-4.955.336-.15-.005.38-.344-2.459-.453-9.014-.341.04.263.388.315.456.068-2.66 1.474 5.022 1.041-2.581.135-2.845.77-3.136.782-.258.01-4.714-.121-4.959-.145-2.186-.236-.256-.654-.683-.735-.35-.068-5.71.454-6.951-.862-2.565 1.186 1.459 1.105 5.759 1.329.624.253-4.098.454-4.344.45-6.074-.05-2.702-1.015-4.026-1.659-.686-.338-3.195.321-.882-.552-5.565-.133-2.192.406-2.552.48-.544.109-2.489-.16-2.732-.128-.357.049.884.365-.526.464-.235.015-2.5-.53.428-.765-3.91.05-3.584-.399-4.913.505-2.677-1.739-1.955 1.008-3.013 1.099-2.81.24-1.989-1.109-2.136-1.175-1.025-.43-8.775.003-10.695-.198.76.976 6.139.033 7.349.227 4.016.646-5.665.464-2.752 1.7l-3.66-1.021c-2.251.78.945 1.133-5.136.828-.993-.683 4.301.119 3.241-.419-.627-.316-4.154-.394-4.223-.56-.069-.2 3.118.046 2.616-.263-1.101-.667-12.701-.059-3.871.32-2.465-.018-3.735 1.298-5.866.884-1.376-.266 6.374-2.077-5.25-1.755-.249.621 4.645.188 4.772.235.179.069-.709 1.471-.862 1.54-.561.225-12.349-.529-14.912.182.993-.813-9.002-.129-10.083-.371-.289-.068.79-.566.481-.619-1.931-.307-7.131.597-9.536.631-2.692.037-2.355-.393-2.506-.391-1.199.03-.24.316-.973.319-1.11.003-8.692.105-9.07.048-.111-.018 1.121-.515-.529-.597-.285-.014-.105.564-4.982.348-5.869-.259 4.071-.751 1.629-1.343-3.766.892-3.647.035-4.669.11-.354.026-2.979.776-5.827.755q3.07.15 6.146.306c-2.021.143-5.905.016-7.595.176-.815.077-.138.671-1.911.671-.375-.004-1.885-1.45 2.77-.838.367-.525-1.843-.165-2.869-.304-.155-.021-.776-.887-2.079-.333-.31.138 3.123 2.643-5.697.892-.284-.057.698-.385.42-.449-.19-.043-2.433.11-2.681.068-.254-.046.826-.405.524-.47-1.551-.336-3.565 1.065-.378.925l-3.19.546c1.127-1.051-1.676-.274-3.146-.288-9.415-.09-3.12-.843-4.742-1.172-2.637-.527-.609 1.225-4.515.741-.359-.045 4.334-.865-4.848-.313l4.069.033c-.77 1.015-4.897-.001-5.213-.011-3.601-.085-1.166.24-6.509-.196-.478-.039-1.51.225-2.529.117-4.224-.444 5.559-.396 5.826-.805.117-.204-10.396.013-10.756.114-1.524.445 4.768.107 3.575.647-.389.188-15.529.068-18.515.333-3.471.302-5.002 1.696-5.055.166-.949 1.521-1.833.514-2.275.534-5.384.249-5.412.265-10.037.221-1.022-.009-1.874.466-2.236.398-.21-.043.171-.537-.861-.666-1.438-.175-9.982.526-10.606.813-.629.285 3.61.031 2.861.493-3.061.117-6.04.08-9.155.206-1.294.053-.621.346-1.18.366-.239.01-4.705-.147-4.519-.268.424-.281 14.241-.446 10.591-.897-.706-.088-3.169.688-2.795-.191a6061 6061 0 0 0-36.859 1.621c7.036.432 15.081-.385 22.404-.522 1.01-.02 4.429-.196 4.025.255-6.261.279-14.098.273-20.137.74-.194.016.529.389-.194.474-1.351.156-5.768-.345-6.5-.158-.125.043 2.391.485 1.641.84-1.925.909-2.479-.955-4.154-.881-1.268.057-10.032 1.25-12.224.751-2.34-.535 6.445-.57 5.784-1.047-5.969-.309-11.947.432-17.52.568-.098.003.74-.42-.505-.431-2.157-.019-2.731.56-3.786.688-1.145.135-5.195.204-5.726.428-.069.029.771.55.896.561 1.77.163 2.37-.576 2.53-.591.603-.05 1.205.203 1.755.166.906-.06 1.396-.331 2.594-.398.824-.045.048.47.835.42.289-.021 3.371-1.244 3.703-.119.158.34-25.553 1.756-28.086 1.585 2.215-.225 4.373-.446 6.565-.667-4.417.503-9.854-.188-10.177 1.171-16.561.78-33.05 1.626-49.648 2.546-2.948.26-1.29 1.041-6.15 1.031q1.857-.506 3.72-1.01c-2.474.313-13.482 1.246-15.295 1.165-.232-.011-.596-.775-3.36-.698-2.45.069-2.813.675-4.112.855-1.091.15-2.329.064-2.652.112-.247.04-.328.403-.924.498-1.881.294-.403-.795-2.218.463l1.379.057c-2.265.29-5.385.986-1.988 1.061.581.013.066-.306.498-.329 16.907-.838 3.446.55-2.519.338-1.511.594-10.095.757-10.367.875-.388.169 1.097.496-.799.958-.408.095-11.801.463-7.666.907.85.091 6.303-.369 7.626-.423-3.046 1.26-10.384.122-11.225.213-3.31.362 6.434.57-1.037 1.131-5.737.434-.39-.607-2.615-.787-1.254-.1-7.683 1.085-7.566.041-2.225.022-.894.491-1.165.547-.269.05-4.635.005-6.044.311-.171.037.408.541.231.596-.345.096-4.586.25-4.758.216-.11-.025.869-.559.448-.646-.493-.103-4.55.263-4.781.143-.331-.184 4.696-.362 3.827-.838-2.309.276-6.092.163-7.641-.164.381.096 2.619-.027 3.394-.119-.415-.747-5.218-.432-3.538.073-1.063-.261-.362-.48-.969-.751-.159-.069-1.641.009-1.935-.106-.037-.024 1.471-.413 1.155-.55-.574-.246-5.053.105-5.412.204-1.017.276 2.65.295 2.976.6.046.048-3.019.885-3.063.944-.143.615 3.285-.043 2.925.526l-2.541.51c3.325.336 9.426-.335 11.05.193-4.928.121-10.037.474-9.938 1.883.043.594 2.172.806 2.101.963-.278.559-3.24.161-3.345.196q-.129.057-.122.105c.019.316 4.204.275 4.424.406.367.234-1.422 1.409-1.405 1.643.068.043 3.056.101 2.079.574-.989.475-3.588.653-3.675.7-.481.279 4.08.211 4.226.349.076.069-2.338.676-2.4.811-.054.134 1.821.3 2.58.663.565.271-1.009.607-.726.637.2.019 4.504-.26 4.721-.219.32.059-.666.488-.512.57.215.117 1.6-.101 1.426.045-.131.109-5.44 1.71-5.383 2.044.098.57 5.716-1.113.555 1.487-.036.018-1.338-.06-1.371-.044-.769.466 3.404.843-1.655 1.055 9.45.121 1.224.787 2.677 1.663.56.338 4.219.259 4.24.313-.325.494-1.511.203-1.891.459-.21.143 3.088.434 2.374.804-.371.19-3.84.35-3.98.393-1.35.394.35.617.063.854-.19.159-2.276.304-2.329.334-.085.06 2.788.469 3.393.637.459.131-1.211.489-.894.537 1.913.296 5.871-1.019 2.089.712-.231.106-1.698.163-1.74.184-.877.479 1.821.344 2.325.659.867.541-3.031.456.22.669-2.395.542-3.743.613-6.57.685 7.837-.2 10.705 1.165 2.013 1.68 2.759-.2 2.51.688 3.335.65.512-.025 4.474-1.141 2.755.912-.216.256-2.672.103-1.879.55 5.844-.496.144.307.143.372.122 1.135 14.458-.698 16.872-.709 2.851-.021 5.44.726 6.06.691 2.04-.121.32-.478.766-.673.45-.194 6.316.338 6.607.274 1.116-.259-.06-.734.055-.767 1.4-.416 9.175-.438 11.353-.685-.05.354-4.416.63-1.658 1.039 3.215.478 3.313-1.08 3.393-1.153a5926 5926 0 0 1 43.788-2.252c-.147.831-9.699.681-9.902.802-1.25.703 14.84-.105 16.832-.485l-4.495.75c2.607.824 8.275-.679 11.969-.43 1.2.08-1.076.551-1.027.575 1.359.305 3.5-.077 1.866-.498 3.301.323 2.799-.177 5.319-.331.13-.007-.936.424 1.067.491.938.031 5.938-.19 6.625.115.283.129-2.191 1.724-2.561.463-5.407.862-1.762-.505-3.872-.38-.321.021.45.698-4.866.605 1.065 1.238 7.134 0 8.194.11 2.178.222-6.709 1.285-8.377.36.807.968-.625.164-2.6.297-2.163.145-1.206.4-2.375.456-3.197.158-1.916-.613-4.544.151 2.501-2.098-4.569-.044-6.615.575 3.381-.063 6.781-.125 10.171-.185l-.563.338 2.652-.168-.439-.278c4.595.432 5.684-.343 6.055-.369 4.796-.302 10.4-.545 15.26-.756.727-.031.25.635 5.537-.096 1.689-.232.066-.667 1.993-.673 2.462 1.265 2.373.177 3.089.146 2.055-.084 3.329.204 3.519.2 2.541-.051 6.298-.258 9.056-.315.053.003-1.375.479.423.284.631-.069 6.246-2.081 11.267-1.683l-3.881.509c1.51-.229 12.255-.17 9.65.406-1.6.35-5.565-.66-5.952.468 3.59-.475 23.176-.66 24.729-.961.211-.044-1.106-.361-.815-.418.225-.043 4.744-.105 5.341-.263.355-.094-1.65-.25-1.492-.385.149-.098 5.758-.432 6.086.01-1.378-.138-5.242.145-3.197.46.263.039 1.601-.295 1.92-.245 2.963.46-5.848.607-7.228.659 5.617.39 14.058-.554 20.516-.367 2.586-.453-3.866-.461-.938-.859 6.081-.825 1.638.471 1.829.514 1.522.335 6.641-1.846 6.685-.299 2.188-.294 1.471-.47 4.577-.352l-1.215.355c3.461.8 10.72-1.654 10.169-1.811-1.49-.424-5.279.398-5.603.39-.48-.013-1.859-1.55-7.065.001-2.181-.994 8.304-.94 3.516-1.527 3.21.025 16.511-1.05 18.46-.631.23.055-.804 1.13 2.451.517 1.546-.291-2.196-.214-1.491-.47 2.126-.804 32.044-.978 37.706-1.02.369-.005.227-.329.59-.333 1.114-.011 5.188.404 7.188.221-4.125.673 3.893.585 5.909.488 3.08-.147 2.883-.717 4.214-.86 5.121-.549 13.189.705 17.139-.614-.205 1.265 6.883-.701 10.135-.746 2.544-.035 6.251.765 2.816 1.308 4.393-.103 9.061.091 13.141.136.679.007-.259-.359.899-.334.105.005.253.37 1.248.4 8.219.259 4.218-.489 5.754-.729a20 20 0 0 1 1.965-.225c-4.806-.041-10.321-.143-11.794-.14 1.245-.82 10.606.075 13.361-.158.095-.009-.24-.453-.143-.456h.005c1.027-.041 7.607.088 6.256.627-.362.144-3.394.158-6.975.133.97.094.249.596.42.617 2.075.232 7.166-.281 8.979-.355.413-.016.383.304.45.304 1.627-.08.955-.99 2.631-.056 2.949-1.15-5.536-.144-4.956-.885.485-.578 19.343-.336 19.315.566.065-.095.326-.215.861-.351 1.182-.304 6.488-.215 7.388-.05.152.033.092.902.281.91.471.019 6.884-.663 9.289-.146l-3.889.364c7.826.013 6.623.273 4.009.529-.13.003-.258.035-.381.039-2.024.19-4.611.375-4.65.444-.159.259 13.141.421 10.586-.389-.359-.112-6.515.24-3.466-.333.532-.1 4.49.071 4.699.007 1.391-.42-7.249-.994-6.19-1.591 2.092.573 4.785.276 7.195.429 1.096.07 1.365.506 1.5.515 2.024.119.889-.341 1.565-.328.361.007 4.353.994 3.603-.35 13.021 1.037 3.651.994-4.434.897 2.555.495 7.525.275 9.742.398.797.045.323.49 1.671.586 2.761.193 16.09-.245 19.57-.338-2.124-.173-1.492-.656.141-.61s.256.688.574.759c.338.075 8.016-.17 9.3-.074-5.787-.286-4.479-.761.438-.769l-2.129-.439c2.876.221 8.957-.463 10.631-.222.263.037-.685.438-.537.459 1.464.188 6.471-.175 6.703-.031.198.117-1.943.438-1.151.614.17.037 2.218-.491 4.221-.333.744.059.29.44.478.465 1.561.205.645-.458 3.505-.318 2.096.103 3.651.76 6.56.587-9.543.688-1.531.45 2.461.752.64.048.079.741 3.914.455-8.13-1.385 2.33-.64 4.484-.619.117-.003.165-.465 1.22-.456.088.001-.037.313.927.351 9.191.371 3.317-.075 5.07-.356.746-.119 5.221.398 6.431.43.279.006.156-.321 1.232-.29 1.904.056 3.606.432 4.866.483.146.005.161-.509 2.549-.297.671.059 1.422.255.465.385-3.177.425-9.154-.52-12.719-.095-3.255.388 6.984.6 7.524.615.196.005-1.804-.285.234-.3 1.74-.01 4.908.934 7.514.79.199-.011 2.292-.722 2.197-.767-.086-.034-3.277-.258-2.809-.466.055-.024 2.085.02 2.354-.138.329-.19 1.24-2.106 1.667-2.146 1.104-.099.378.329 1.091.313 1.526-.036 6.848-.5 7.008.175l-2.635.065c4.88.169 2.795.413 3.484.551.742.151.545-.441 2.195-.463.356-.005 7.265.268 7.136.512-3.817-.478-2.415.283-2.591.291-.671.033-1.518-.394-2.415-.405-6.311-.07.037.709-1.455.844-.514.044-1.527-.325-1.745-.313-.707.043-.729.5-1.199.453-1.097-.109.199-.727.112-.762-.974-.425-4.828 0-2.449.75-1.441.225-1.593-.633-2.737-.315-2.275.631 1.116.525 2.034.656 3.289.473 4.272.165 8.953.378 1.686.076 3.678.536 4.461.576.493.025 5.196-1.313 5.282.95 1.836-.175 4.669-1.598 6.529-1.485 1.664.103 1.115.889 1.27.924.236.054 2.255.041 2.935.171.796.152.389.448 1.656.604 3.152.388 3.093-.429 3.419-.475 3.794-.515 2.11.604 2.946.717.767.104 11.774-.048 14.023.313l-2.781-.569c1.68-.463 3.426.418 3.482-.494.297 1.481 3.771.595 4.808.663.409.029.369.279.88.304 1.996.101 6.518.036 7.601.196 4.685.689-7.362 1.24-8.299 1.271 1.883.035 12.59.688 7.643 1.248-.765.086-2.094-.613-2.52-.651-2.885-.255-.63.403-.859.451-.388.08-2.272-.547-2.775-.494-.168.018.892.583-1.859.515 1.334.556 9.095.362 10.114.517.364.055-1.951 1.091 4.737.22l-.241.301c3.73.159 7.359.316 11.047.479-.393-.25-2.442-.792.156-.607 1.498.107.371.6.508.619 1.314.179 25.255.829 29.826 1.069 1.569.077 5.939.666 6.274.688 1.998.116 9.113.116 10.534.232.884.074.027.481.813.491.729.01-.009-.446.209-.456 1.786-.088 15.414 1.027 18.698.767-2.001.035-11.865-1.225-11.65-1.515.044-.04 2.46-.266 2.95-.088.835-.336 3.605.904 5.148.747.175-.018-.483-.676 2.261-.676.946 0 3.397.596 5.915.152 3.65.415 22.47.438 23.775 1.184.036.037-2.64.147-.851.509 2.377.479.284-.865 3.083-.843.414.003 8.219.496 8.442.585 2.31.81-4.474.771-4.391.856.235.216 5.857.606 6.08.57.219-.04-4.304-1.184 1.167-.57l-1.903.241c2.571.338 2.849-.289 3.476-.297 1.953-.03 4.011 1.044 7.199-.003.843-.278-.514-.7-.408-.742 1.015-.38 2.226.83 3.764.05.117-.059-3.342-.746 2.748-.443l-1.27.182c.848.225 7.018.646 7.854.646 2.438-.003.346-.7 2.789-.504-1.59.726 5.769 1.212 5.381.496.981.925 7.281.581 10.237.72 1.864.088 5.651.675 6.248.663.726-.016.539-.623 1.853-.684.37-.019 4.256.633 7.686.205.663-.083 2.098-1.015.891-1.335-2.044-.547-6.106.045-6.015-.549.095-.635 5.45.041 6.87.037 6.639-.013 2.856-.906 3.038-1.103.469-.475 4.09-.254 4.244-.29.639-.163-1.906-.704-1.927-1.011-.025-.4 3.509-.916 2.723-1.095-1.127-.255-4.37.16-4.571.121-2.624-.534 1.054-1.246 2.081-1.64.311-.121-.885-.416-.631-.444 3.875-.398.736 1.334 3.299 1.351 2.288.018-.613-.752-.524-.78.114-.03 2.844.092 3.284-.096.215-.095-6.805-1.669-6.479-2.176q3.379.364 6.766.732c.216-.675-3.069-.356-3.401-.446-.669-.18 1.24-.419 1.171-.64-.035-.14-2.225-.757-.21-.846.693-.03 2.11.532 4.651.188-8.703-1.129-2.626-1.166-2.355-1.394.266-.229-3.872-1.037 1.186-.646.296-1.32-.085-.428-1.511-.745-1.745-.388 2.35-.595-4.105-.629.4-.603 5.574-.263 5.853-.296.239-.033-.895-.405-.479-.485 4.93-.925 1.56-.568 3.013-1.256.129-.063 4.746-.08 1.25-.395-6.368-.574-9.067.163-10.03-1.787 4.746-.556 10.395.995 11.83 1.1 2.196.158-.059-.361.219-.454.095-.029 1.989.112 2.016.085 1.432-1.363-8.431-.515-11.479-.938l2.505-.508-3.348-.217c5.343-.13.196-.154-1.061-1.395-.283-.279 3.182.369-.757-.586 2.946-.001 2.022-.294 4.666.188-.044-.473-6.001-1.34-8.341-1.713 8.36-.055 3.508 1.391 10.779.896 1.306.656-2.135.345-1.859.458.988.4 3.384-.009 6.172 1.363.454.224-1.551.717 1.365.858.323.015 2.212-.396 2.189-.435-.222-.423-2.071-.378-2.136-.551-.063-.166 1.984.05 1.994.007.092-.508-1.701-.295-1.434-.44.576-.315 8.026-.981-1.629-1.222 7.969 1.044.988.621-2.11.22-.79-.101-.974-.418-2.098-.587-1.445-.221-3.152-.173-3.9-.271-.804-.107 3.824-.568-2.821-.73 3.413-.525 9.344.583 12.705.275 6.783-.625-4.616-1.51-5.79-1.675-.314-.045.769-.395.559-.432-.344-.06-6.806-.237-7.42-.614-.615-.376 2.359.15 2.579-.194.146-.232-7.599-1.096-3.384-1.021 2.904.05 8.206 1.319 9.17.339q-6.411-.499-12.79-.985 3.527-.393 7.067-.782c-4.795-.398-8.91-.184-13.466-1 11.036-.65-3.506-1.202-3.67-1.363-.05-.095 4.339-.879 5.049-1.025-3.83-.61-15.453-1.429-8.576-2.323-1.252.217-4.205-.647-4.161-.698.406-.537 6.917.177 5.88-.384-1.204-.651-2.976.048-4.869-.119-9.705-.849-6.887-3.619-16.624-3.663q.3-.139.596-.28a7178 7178 0 0 0-31.852-1.077c-4.136-1.087-15.174-2.138-20.579-2.275-1.095-.031-6.439.203-6.864.266-.752.125 3.356.362 1.489.576-.386.043-9.526-.152-8.848-.621 1.022-.015 4.209.371 4.737.278 3.683-.69-24.352-1.189-25.692-1.565.634-.138 1.252-.275 1.876-.413-1.75.011-3.553.02-5.325.03m79.168 43.557c1.03.552 3.7.313 5.261.531 2.159.306 5.735 2.417 4.256.41q-4.768-.474-9.518-.941m-46.309-1.431c2.126-.175.532-1.323-1.219-.951-.194.043-1.655 1.188 1.219.951m22.284.5a43 43 0 0 0-1.999-.063c-1.673.354 3.887.525 1.999.063M597 43.001c2.328.12.609 1.046-.826.597-.089-.029.673-.604.826-.597m1.658.027c1.837-.819 5.431 1.075 2.535.802-.281-.027-2.62-.762-2.535-.802m91.201 4.161c-.224-.348-2.417-.283-3.354-.244.011.307 2.439.165 3.354.244m-55.569-2.367c-.086-.269 7.532.031 8.043.4-1.201-.194-7.966-.161-8.043-.4m-19.525-1.066c.195-.039 2.833.121 2.748.351-1.3.263-3.625-.175-2.748-.35m-38.837-1.2c-.141-.063 1.865-1.49-2.817-.645-.688.124 1.741.579 1.498.625a7.5 7.5 0 0 1-1.238.126c2.164.184 4.417.306 4.638.222 1.037-.395-2.019-.302-2.08-.329m-20.376-1.655c-.443-.254-3.308-.196-3.96-.112-.111.016.359.663-.926.584-1.032-.064.526-.677-1.487-.623-2.035.055.669.585.491.614-.24.037-3.375-.331-3.286.05.066.283 3.436.175 4.269.255 1.065.103-.24.537 1.546.483 1.123-.035.521-.872.76-.907.199-.03 4.111.542 2.589-.34zm17.234 1.709c.163.033.352.053.585.053q-.295-.025-.585-.053m149.692 5.438c-1.116.2 2.144.686 3.402.416.035-.266-3.226-.446-3.402-.415m-151.683-6.162c-3.22.117-.865.465 1.99.725-.904-.18-.909-.762-1.99-.725m91.718 3.498c-.138.055-.229.147-.245.304.364-.156.4-.247.245-.304m-7.525-.025c-2.552-.58 2.672-.351 2.626-.011-.021.129-2.525.035-2.626.013m-61.001-2.404c.24-.039-3.409-1.598 1.92-.348-2.869.081.147.333.099.458-.13.36-4.924-.139-5.989-.014-.813-.675 3.18.034 3.964-.096zm-75.184-2.536c.637.394 2.688.313 4.072.319-.639-.395-2.691-.313-4.072-.319m-362.973 3.266c9.491-.011 10.672-1.606 2.01-.664-.17.019-2.591.529-2.01.664m81.523-3c.882-.7-2.096-.734-4.037-.405-.44.075-2.052.801-.188.887-.08-.819 2.794-1.205 4.225-.484m331.636.717c-.931-.478-3.855-.235-5.389-.209.925.396 4.03.313 5.389.209m-381.983.348c1.001-.085 1.699.48 1.527.535-.769.25-2.659-.163-1.527-.535m391.301-.156c.139-.266-3.681-.635-3.965.025.818-.025 3.865.141 3.965-.025m-56.896-1.325c.596-.125-2.474-.434-3.405-.316.069.288 3.014.396 3.405.315m-318.274 1.163c.894-.079 3.131-.163 3.386.068.318.288-2.969.288-3.386-.068M36.344 48.403c-.107.112 3.413.677 4.95.394 2.916-.544-4.836-.478-4.95-.394m141.185-6.631c-2.797.659.311.007.209.6-1.897.088-6.601.286-3.386-.409.626-.135 2.294-.121 3.177-.191m2.594-.288c.309.181 2.365.712.604.73-.813.006-2.146-.616-.604-.73M57.836 47.436c2.504-.663-9.098.265-9.415.378a1.6 1.6 0 0 0-.35.152c-.434-.14-2.619-.045-2.848.388.653-.073 2.442-.138 2.647-.196q.131-.037.2-.069c.785.318 9.277-.527 9.765-.653m19.204-1.57c-2.941-.617-3.384.717-3.132.746 3.182.369 1.075-.488 1.17-.537.215-.086 2.482.244 1.954-.208zm-15.26 1.137a63 63 0 0 0-2.659.19c-1.978.55 4.925.057 2.659-.19m478.45-7.39c-1.756.09-.048.611 1.123.465.096-.015.429-.544-1.123-.465m-358.711 1.953c.393-.107 10.739-.796 10.144-.048-.894-.06-12.634.712-10.144.048m77.289-2.335c-1.829.045.18.688 1.151.413.36-.104-.69-.423-1.151-.413m324.69 1.894c1.884.432 1.53-.843-.126-.458-.065.015.053.441.126.458m-339.241-1.167c6.275.268 4.741-1.875-3.393-.944l.779.273c-9.482.56-.626.166 1.663.234.876.025.151.406.945.44zm24.151-.965c6.002-1.663-5.484-.43-8.848-.557 3.24.569 7.449.386 1.74 1.157 8.363-.048 4.849-.587 5.191-.646.39-.066 1.66.117 1.916.046m-15.999.329c-.351-.037-2.98.338-3.929.307 1.338.496 6.26-.054 3.929-.307M97.224 45.21c-.239-.401-.796-.68-2.868-.423.653.175 1.99.288 2.868.423m633.491 1.438c1.439.044 4.314.034 3.413.423-.099.033-3.42-.179-3.413-.423m-519.171-6.373c.301-.061 8.224-.321 5.5.213-.826.16-8.023.313-5.5-.213m-40.816 1.39c.664-.029 3.356-.048 3.41.05.2.33-3.106.263-3.41-.05m567.275 4.93c.195-.034 4.542.268 4.055.444-.931.33-4.7-.33-4.055-.444m-204.124-8.091c-.367-.024-.862.415-.99.416-.3 0-7.004-.318-4.454.313.42.105 10.094.098 11.361.073.503-.605-3.651-.114-4.655-.2-.176-.016-.279-.534-1.26-.599zM86.394 45.309c-.299-.379-8.231-.231-8.107.237 2.696-.08 5.417-.16 8.107-.237m3.978-.265c1.661-.36-2.265-.256-3.413-.075.001.263 3.17.128 3.413.075m95.226-5.364c.795.069-1.621.722-1.073.815.351.057 2.114-.216 2.685-.056.163.05-1.626.649-2.149.643-.742-.006-.037-.453-.848-.428-2.685.081-5.051.465-7.559.546-.226.006 1.519-.354-.413-.281-.302.011-2.06.517-4.396.536-5.199-1.19-8.921.3-15.424.054.237-.139 5.079-.673 5.366-.695 5.434-.434 15.188-.81 20.858-1.005 1.46-.05.76.265 1.39.254.498-.009-.112-.529 1.561-.383m544.372 6.629c.711-.504 3.099-.041 4.638.01-.566.458-3.132-.054-4.638-.01m-604.261-3.337c.77-.014 3.16-.28 3.356-.125.273.2-3.18.483-3.356.125m370.358-5.048a41 41 0 0 0-1.986 0c-1.653.405 3.874.406 1.986 0m-44.205-.474c-1.403-.08-2.814-.263-3.287.171.892-.059 3.449.135 3.287-.171m-60.961-.31c.288-.573-3.91-.2-4.701-.15.294.255 4.489.563 4.701.15M97.442 43.398c-2.575.159-2.072-.734-3.688-.261-.263.079-1.036 1.925 1.759 1.111.504-.146-1.51-.479 1.929-.85m142.083-4.335c-.669-.362-2.723-.2-4.11-.134.319.275 3.119.131 4.11.134M745.9 46.569c1.231-.471 6.785.221 5.387.5-.2.037-4.607-.479-5.387-.5M562.455 39.5c-2.295-.483 2.484-.486 3.984-.034-.683-.045-3.83.065-3.984.034m-156.911-2.652a61 61 0 0 0-2.664.039c-2.004.435 4.911.338 2.664-.037m60.879.065c-.862-.356-6.64-.143-7.951.191 1.26.519 9.035.255 7.951-.19m-358.348 6.221c-1.821.068-3.588.258-5.27.488.367.275 5.103-.263 5.27-.488m288.51-6.341c-.13.003-.258.035-.381.039zM149.191 41.15c1.544-.176 1.244.371 1.149.391-1.159.219-2.896-.191-1.149-.391m582.582 4.456c.56-.455 3.141.051 4.646.013-.455.359-3.445.1-4.646-.013M274.861 37.88c1.923-.56-5.954-1.019-7.595-.647-.119.325 7.31.722 7.595.647m294.776 1.09c.163-.375 3.442.174 2.737.333-.446.101-2.836-.1-2.737-.333m-306.324-1.436c-.747-.1-2.471.31-1.857.525.789.275 2.05-.495 1.857-.525m-66.404 1.44c.319-.069 4.665.182 2.886.625-1.234.306-1.449-.234-1.74-.225-.316.01-7.282.904-1.146-.4m122.075-2.092c-1.639-.126-3.615.065-5.324.076.698.225 4.63.241 5.324-.076m237.861 1.647c.398-.145 11.299.051 5.095.359-.364.016-6.32.073-5.095-.359M97.442 43.398q.486-.029 1.133-.115c-.431.036-.806.08-1.133.115m29.268-1.407c-.61-.25 2.397-.454 3.27-.345.291.324-3.182.379-3.27.345m186.816-5.416c-.978-.145-2.795.046-4.025.044.21.254 3.615.221 4.025-.044m69.539-.76c-1.975.154-4.402.089-4.44-.225-.041.05-.136.103-.295.155-.16.051-2.271-.09-3.188.02-5.504.641 21.244.341 5.732-.522zm91.16.459c1.12-.366 4.244.154 3.429.293-.568.095-4.55.076-3.429-.293m-42.945-.646c.335-.065 3.399.222 3.476.424-1.765.199-5.004-.117-3.476-.423m51.545.319c.704-.048 1.593.58 1.51.606-.719.213-2.695-.281-1.51-.606M102.71 41.486c1.031-.225 4.406.06 5.13.432.13-.084.485-.204 1.141-.356h-.006c.846-.216 27.735-1.591 9.731-.007-.563.05.19-.349-2.1-.18-.15.011-.213.313-.679.348-1.077.08-6.787.53-7.942.345-.006.056-.079.112-.234.168-1.381.494-5.85-.575-5.041-.749m322.505-5.95c.615-.106 2.563.009 2.763.273-.968.122-4.19-.024-2.763-.273m131.996 1.924c1.258-.184 4.426.302 3.46.491-.594.116-4.911-.281-3.46-.491m-112.513-1.647c-7.157.251-1.708-.039-2.8-.432zM69.582 44.156c1.135-.15-.245-.838-1.478-.359-.386.152.843.44 1.478.359m-51.596 2.74c.935-.732-3.814-.041-1.925.305.088.01 1.856-.275 1.925-.305m36.019-2.4c.802.413 1.309.439 3.493.205-3.247.05-.266-.521-3.493-.206m324.641-8.956c-.013.019-.024.033-.021.05a.1.1 0 0 0 .021-.05m110.947.625c.9-.375 3.406-.305 2.652.074-.073.035-2.29.219-2.652-.073M107.84 41.92c-.116.075-.054.117.145.15.007-.053-.046-.1-.145-.15m368.204-6.265c.085.29-3.746.352-3.899.318-2.19-.531 2.315-.357 3.899-.318m106.514 2.098c.198.036-1.099.746-1.871.43-.597-.245 1.135-.568 1.871-.43M46.589 44.727c-1.206.07-2.902.168-3.195.54.802-.1 3.235-.281 3.195-.54m-26.762 1.566c1.474.328 4.729.126 6.805-.068.003-.551-5.43.112-6.804.068m79.596-4.444c.098-.027 3.137-.338 2.739.05-.583.568-3.589.191-2.739-.05m477.223-3.874c-1.35-.291 1.796-.981 3.212-.338.727.329-2.985.388-3.212.338m-79.21-2.194c1.789.244-2.659.549-3.271.155.825-.019 2.635-.24 3.271-.154m-61.078-1.12c5.65-1.067 2.56.934 1.565.749-.139-.026-1.701-.724-1.565-.749m323.688 10.444c.795.198-2.228.593-2.594.205-.227-.244 2.086-.331 2.594-.205m-408.949-9.764.711.006a5 5 0 0 0-.711-.006m162.697-.752c-4.035 1.49-3.589.291-3.938.291-.751.003-2.502.394-3.914.3l4.849.617c-1.29.088-12.39.468-12.611.213-.326-.367 3.155-.195 3.257-.225.147-.043.709-1.039 1.034-1.071.529-.054 9.819.094 11.322-.125m-65.636.343c-.91.112-1.171.508-1.594.409-.143-.034-.163-.414-.653-.516zm72.724 1.205c1.133-.441-3.907-.366-4.067-.316-.867.297 3.141.677 4.067.316m-42.919-.795c.185-.025 4.077-.116 4.044.141-1.035.181-6.234.168-4.044-.141m-32.657-.55c-1.363.034-3.936.395-3.636-.175h.006zm126.734 1.845c2.542-.841 1.316.276-.919.509-.664-.428.501-.372.919-.509m8.086-.45c.704-.145 7.954.25 6.834.7-.4.16-4.559-.398-4.751-.369-.291.04 1.021.613-1.198.443.135-.177-1.127-.725-.885-.774m-5.986-.075c2.522-.623 3.05.673 1.166.621-.736-.018-1.526-.531-1.166-.621m-10.266-.173c.911-.098 3.335-.209 4.993.263q-3.353-.037-6.696-.071c-.25-.249.907-.106 1.71-.191zM4.547 43.974c1.963-.49-2.619-.335-2.805-.232-.554.333 1.929.45 2.806.232m771.729-9.6c.561-.114.95-.569 2.155-.25q-1.869.421-3.735.844c-.906-.858.966-.47 1.58-.595m4.85-2.669c-.173-.03.845-1.21-1.442-.514-1.546.47 6.656 1.484 8.183 1.025-1.633-.351-5.258-.268-6.74-.512m14.777-4.504c.101-.094-3.038-.424-3.405-.375-1.931.254 2.855.871 3.405.375m-10.036-.35c1.484-.155-1.765-.499-2.741-.416-.107.225 2.511.438 2.741.416m-762.223-2.02c1.532-.935 3.06.785.6.569-.117-.01-.665-.524-.6-.569m769.255.945c-1.489.154 1.769.5 2.752.42.104-.225-2.526-.441-2.752-.42M24.64 22.763c2.069-.73 1.45 1.341 1.191 1.438-1.067.389-4.813-.181-5.6-.331 5.587-.036 3.434-.76 4.409-1.105m9.806.635c1.975.1-3.016.81-4.002.302.975-.031 3.44-.333 4.002-.302m11.865-1.341c1.045-.133 4.165-.484 4.709-.194-1.154.006-4.248.496-4.709.194m2.325-1.09c1.62-.527 2.087.712.169.445-.075-.011-.227-.418-.169-.446m9.244-.975c1.056-.563 2.362.594.606.722-.521.037-.719-.657-.606-.722m-30.735.432c1.531-.309 3.575.448.283.741l3.502.194c-4.296.75-4.049-.484-5.286-.359-1.726.176-1.529 1.17-1.163 1.462-1.44-.527-7.512-.166-11.022-.063 3.056-.45 8.055-1.206 11.046-1.551.86-.1 1.715.125 2.45.05 1.177-.122.105-.455.184-.475zm42.906-1.109c3.144-.737 1.2.597-.603.475-.077-.014.525-.456.603-.475m727.3 2.978c-4.293.263-1.244 1.123-10.08-.429 3.694.948.176.537.889.875.57.268 2.775.203 1.472.597 1.703-.415 8.986.156 9.319.094h-.01c.199-.037-.219-1.22-1.59-1.137M46.142 18.843c.973-1.55 1.521.791 3.531-.561 2.866 1.638-7.636.434-8.816 2.025 11.304-.829-7.412 1.935.381-.791-6.501 1.204-2.163-.156-3.19-.388-1.1-.244-4.775.309-4.62-.258h.006q3.391-.143 6.795-.281c-2.149 1.325 2.462.698 3.95-.366zm-12.704 1.866c.219-.04 5.146-.163 4.844.098-.651.191-7.633.419-4.844-.098m-21.597 1.055c1.761-.112 4.476-.516 5.467-.125-1.767.112-4.48.516-5.467.125m90.703-5.091c2.272.263-4.662.704-2.675.169.098-.025 2.563-.181 2.675-.169m-51.29 2.107c2.256-.584 1.259.926-.453.644-.1-.018.349-.617.453-.644m742.654 3.131c-.134-.364-6.324-.475-7.414-.541.6.365 7.564.959 7.414.541m-785.25-1.28c3.419-1.499 8.281-.32 8.804-.384.519-.066-.333-.574-.215-.595.273-.05 5.806-.343 6.065-.319.193.019-.754.864.395 1.042-2.204-.316-12.359.595-12.87.541-.41-.044 2.595-1.06-2.172-.288zm10.101-.636c-1.368.415 2.532.215 3.442.037 2.056-.398-3.255-.088-3.442-.037m9.269-.867c.435-.1 4.417-.406 4.78-.06-1.863.587-5.77.291-4.78.06m44.38-2.453c1.037-.007 3.875-.438 4.055-.125-1.042.006-3.876.438-4.055.125m700.651 1.239c1.727-.171-2.235-.503-3.397-.438-.075.209 3.25.453 3.397.438M51.468 15.7c.591-.134 13.194-.584 14.915-.522-1.663.329-14.138 1.034-14.69.95-.166-.026-.302-.408-.225-.428m-27.063 1.432c-1.171-.401-1.883.209-2.025.225-1.398.158-4.369.234-3.691.647 2.519-.34 8.041-.075 5.716-.872m48.78-2.635c4.26-.048-3.877.877-2.833.329.068-.034 2.391-.325 2.833-.329m-23.123 1.144c-.958-.33-13.436.716-15.468.84 1.845.596 3.27-.022 5.701-.128.657-.027.5.275.57.271 1.136-.053.269-.341.963-.386.431-.029 9.578-.136 8.234-.597m-26.33 1.205c-.696-.23-8.547.138-8.857.23-2.33.68 8.284-.104 8.857-.23m27.443-1.894c-1.395-.74-7.565.159-3.297.325.408.013 2.106-.438 3.297-.325m21.515-1.208c.206-.036 4.635-.43 4.729-.175-.639.134-7.095.563-4.729.175m-2.343-.757c.107 0-.905.555 1.167.383.174-.015.465-.595 3.09-.525.532.013 1.375.343 1.318.369-2.684 1.025-10.946-.232-5.575-.226m-46.785 3.413c.405-.264-.65-.907-1.54-.495-.381.179.374.556 1.54.494m63.188-3.609c-2.587-.3 5.469-.784 5.891-.693-.25.279-5.634.72-5.891.693m682.48 1.599h.006c-2.185-.025-.854.406-.958.413-4.668.266-3.391-.471-4.111-.606-1.541-.29-1.345.703-3.94.154 4.294.835.369.37.227.712-.564 1.394 5.797-.352 7.947.066.299.057-1.951.388-1.186.56 2.509.557 10.303-1.209 2.014-1.3M21.316 15.885c-1.021-.357-8.66.522-6.607.74.326.034 8.134-.224 6.607-.74M377.892 4.098c-1.841-.36 2.422-.794 3.216-.512.393.14-2.409.669-3.216.512m29.85-1.539c2.191.079 4.5 1.596 1.771 1.354-.29-.026-2.024-1.145-1.771-1.354M264.498 4.588c2.255-.585 2.14.42.476.44-.586.006-.546-.421-.476-.44m86.914-1.025c.227-.037 2.868.013 2.772.242-.976.144-4.248.006-2.772-.242m-87.641.897c1.363.152-.961.925-2.634.251.844.041 2.494-.268 2.634-.251M55.755 12.477c1.155.349 4.354.048 6.205.018.169-.542-4.888.006-6.205-.018m342.705-9.33c2.065.378-2.359.68-1.953.184.056-.026 1.871-.2 1.953-.184M190.993 6.338c1.518.268-3.251.853-1.954.25.064-.025 1.87-.266 1.954-.25m-20.791.899c1.159-.15 5.974-.288 4.107.089-.288.057-4.002.199-4.107-.089m593.86 6.57c.645-.514-2.93-.579-3.445-.51-.203.029 2.604 1.177 3.445.51M279.259 4.219c1.181.046 4.245-.138 4.791.14-1.45-.035-5.17.438-4.791-.141m109.808-1.08c1.789-.596 4.854-.537 4.096.241-3.384-.053.416-.7-4.096-.241m-132.93.84c.946-.065 1.689.666 1.583.704-1.02.356-2.516-.393-1.583-.704m70.941-.516c.051-.32 3.089-.205 2.686.004-.134.07-2.729.255-2.686-.004m-231.7 6.772c1.373-.359-2.879-.438-4.111-.035-.585.519 3.935.076 4.111.035m134.55-5.439c-.155-.47 4.595-.325 2.736.116-.466.11-2.684.041-2.736-.116m-45.349.787c3.191.456-10.116 1.313-6.64.49.246-.06 6.36-.529 6.64-.49m-21.765 1.126c.546-.083.213-1.663-2.032-.965-.295.091 1.114.459.874.565-.143.059-5.06.47-5.286.441-.246-.033.021-.554-.227-.6-.283-.054-3.29.511-4.871.578-2.971.125-3.337-.284-3.579-.275-.72.025-1.916.375-3.371.432-7.35.293-18.459.408-24.268 1.569 5.165-.591 10.085-.42 15.205-.517-1.54-.823 7.575.369 2.239-.434 2.458.11 23.525-.541 25.311-.794zm253.538-4.567c-1.335-.55 5.524-.398 6.106.235-.909.083-5.941-.174-6.106-.235M384.632.766c-.641-.094-1.255-1.156-4.616-.613h-.009c-.983.16.138.416-.043.509-.065.037-3.127.573-.584.653 3.882.125.364-.791 2.435-.805.253-.001 4.178.569 3.95.696-.024.015-1.205-.106-1.4-.054-.736.199-.378.53-.481.545-.343.04-6.539-.515-7.434-.019-.299.159 9.88.51 10.271.429.247-.051.143-.973.4-1.063.131-.046 4.19.297 4.718.214q.229-.037.356-.073c-.615.285 3.068.266 2.955-.056-.065-.125-2.6-.054-2.69-.033q-.059.016-.106.031c.52-.348-8.04-.33-6.194-.846-2.509-.281.356.757-1.529.484M372.612.22l.772.289c-4.376-.225-9.359.26-14.409.281-1.282.007.189-.593-1.49-.423-1.346.138-2.83.695-2.099.813.177.03 2.915-.343 4.289-.313 4.046.089 3.011.603 3.251.615.259.013 2.782-.355 4.164-.344 3.475.029 5.064.335 9.829-.084-2.751-.328-1.248-1.059-4.308-.835M209.889 3.914c-.176-.315-3.028.054-4.066.037.173.316 3.024-.054 4.066-.037m425.674 1.551c.854.556-5.705.446-3.961.073.385-.083 3.136-.1 3.961-.073m-29.531-.709c-.874-.175 2.672-.435 2.654-.03-.01.13-2.542.053-2.654.03M316.186 1.153c-.166-.014-2.574.133-2.649.16-1.591.575 6.339.159 2.649-.16m254 1.879c3.059.428-6.199.325-3.359-.037.14-.016 3.217.018 3.359.037m-12.862-.438c.734.037 4.008-.048 4.046.112.059.26-3.688.34-4.046-.112m-301.87-.581c.341-.599-3.959-.056-5.454-.095-.341.599 3.952.054 5.454.095m27.175-.969c-18.172-.135-14.159 1.05 1.09.269.015-.38.06-.26-1.09-.269m-23.24.519c.67.365 2.737.209 4.138.15-.258-.259-3.127-.104-4.138-.15m384.029 3.385c-1.123-.522-6.181-.121-5.293.109.205.05 5.7.169 5.293-.109M314.666.665c.42-.58-5.024-.278-5.45-.144-1.681.535 5.024.021 5.45.144M229.68 2.126c-.975-.425-3.7-.121-5.454-.068.809.362 3.961.114 5.454.068m12.707-.673c-.11-.014-2.55.085-2.666.109-1.996.489 4.925.209 2.666-.109m530.075 8.786a41 41 0 0 0-1.99-.08c-1.67.34 3.869.56 1.99.08' fill='%2301516e' fill-opacity='.7'/%3E%3C/svg%3E") !important;
    background-size: cover !important;
  }
}
@media (prefers-color-scheme: dark) {
  .ArticleBodyComponent .highlight_header > div > span {
    background-image: url("data:image/svg+xml,%3Csvg width='334' height='37' viewBox='0 0 334 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.9375 36.7588C27.1407 36.7056 27.971 36.7699 28.3269 36.7344C27.945 37.2095 26.2049 36.9516 26.9375 36.7588ZM62.1842 2.08192C61.8888 2.2058 61.5933 2.32973 61.2976 2.4537C62.1527 2.49477 63.2933 2.36952 64.0857 2.44753C64.2153 2.46075 63.8928 2.7993 64.1984 2.80265C64.5041 2.80592 64.429 2.36221 64.8709 2.29831C65.3673 2.22776 67.6534 2.45646 68.4385 2.42141C71.3676 2.28774 74.3449 1.9319 77.3083 2.02127C74.2658 2.45087 77.3546 2.68575 78.2027 2.51565C78.3899 2.47677 78.3371 1.64736 81.3939 1.76083C83.3373 1.83363 81.5731 3.07336 84.8013 2.38158C82.2716 1.62799 84.7373 1.61099 86.6994 1.52608C87.0383 1.51101 89.7693 1.55699 90.9682 1.48725C91.3788 1.46303 91.9926 1.01145 92.5365 0.9852C92.9109 0.967463 93.2006 1.19719 93.7557 1.17015C96.3338 1.04726 98.9291 0.962385 101.529 0.97967C100.034 2.13279 102.735 1.42635 102.857 1.4771C103.484 1.7652 100.683 1.91891 101.796 2.08172C103.345 2.00968 104.891 1.93896 106.432 1.86955C105.158 1.76119 108.099 0.891542 108.658 1.24515C108.402 0.261999 115.757 1.955 116.849 1.6073C117.082 1.53353 115.547 1.07389 119.077 1.23167C119.461 1.24948 119.321 1.54972 119.522 1.51834C119.641 1.49949 120.353 0.540452 121.136 1.04961C121.421 1.23577 119.628 1.88721 123.588 1.57022C122.003 0.632485 129.047 0.960244 130.368 1.18518C130.105 1.05956 129.842 0.933977 129.579 0.808435C130.877 1.13864 131.104 0.808274 131.396 0.822016C132.569 0.877281 134.18 1.18597 135.266 1.14231C136.537 1.09188 136.535 0.492962 138.016 0.708576C137.664 0.580521 137.311 0.452533 136.959 0.324614C137.981 0.344213 139.002 0.364401 140.022 0.385136C137.67 1.20384 140.529 0.417234 140.728 0.398304C141.033 0.366232 140.599 0.695348 141.108 0.649576C141.16 0.642392 141.081 0.337523 141.866 0.295145C143.504 0.207949 143.248 0.594974 143.935 0.584003C143.998 0.581469 143.776 0.308073 144.961 0.232042C148.722 -0.0084095 144.945 0.442869 144.8 0.482556C144.61 0.534722 145.914 1.67232 142.707 1.29531C143.785 1.41458 143.897 1.92282 144.018 1.93428C144.126 1.9435 145.985 1.8549 146.087 1.83663C146.999 1.65586 146.192 1.31489 146.37 1.25101C146.516 1.19928 148.754 1.63434 149.268 0.584197C150.343 1.54154 148.663 1.46506 146.869 1.62862C146.61 1.82876 148.58 2.00523 148.683 2.00407C151.218 1.98312 149.808 1.19987 150.359 0.688221C150.644 0.420574 151.693 0.955 150.726 0.249792C153.048 0.158722 151.642 0.580954 151.792 0.640935C152.02 0.729088 152.831 0.519831 152.932 0.546403C153.082 0.585708 152.565 0.835426 153.153 0.918584C153.251 0.9306 154.196 0.500649 152.973 0.305412C154.605 0.355709 154.468 -0.00486755 155.025 0.720867C156.139 -0.664165 155.843 1.53161 156.284 1.6066C157.457 1.80445 157.112 0.723557 157.174 0.670432C157.6 0.329605 160.836 0.688446 161.637 0.530451C161.321 1.31102 159.075 0.547853 158.57 0.701525C156.895 1.21182 160.935 1.08186 159.721 2.06659C160.23 1.79555 160.739 1.52465 161.247 1.25389C162.188 1.88103 160.855 2.15928 163.391 1.92219C163.805 1.37726 161.597 2.01295 162.039 1.58347C162.3 1.33121 163.772 1.2734 163.8 1.1409C163.829 0.981235 162.499 1.17372 162.708 0.927843C163.167 0.396269 168.009 0.89155 164.324 1.18746C165.353 1.17625 165.884 2.22857 166.773 1.89925C167.347 1.68582 164.112 0.2341 168.963 0.496552C169.067 0.993652 167.025 0.6448 166.971 0.682896C166.897 0.738071 167.268 1.85987 167.332 1.91521C167.566 2.09631 172.485 1.49456 173.555 2.06095C173.141 1.41123 177.312 1.95146 177.762 1.75593C177.883 1.7017 177.433 1.30317 177.562 1.26147C178.368 1.01313 180.537 1.72959 181.541 1.75236C182.665 1.77793 182.525 1.43433 182.588 1.43523C183.088 1.45666 182.687 1.68744 182.993 1.68821C183.456 1.68876 186.621 1.75362 186.778 1.70649C186.824 1.69164 186.311 1.29653 187 1.22637C187.119 1.21436 187.043 1.67802 189.079 1.49109C191.529 1.26687 187.382 0.901402 188.402 0.421845C189.972 1.12548 189.925 0.438758 190.351 0.49574C190.499 0.516468 191.592 1.10841 192.781 1.08138C191.927 1.16907 191.072 1.25715 190.215 1.34562C191.059 1.45407 192.68 1.34031 193.384 1.46209C193.725 1.52132 193.44 1.99846 194.18 1.99198C194.337 1.9881 194.972 0.824768 193.027 1.33247C192.875 0.913923 193.796 1.19342 194.225 1.07923C194.29 1.06142 194.552 0.366613 195.094 0.804796C195.223 0.912884 193.781 2.93174 197.469 1.49587C197.588 1.44963 197.179 1.19087 197.295 1.13924C197.375 1.10425 198.31 1.21678 198.414 1.18177C198.52 1.14411 198.071 0.861433 198.197 0.808037C198.846 0.532848 199.681 1.64439 198.352 1.54639C198.795 1.68728 199.238 1.82827 199.681 1.96937C199.215 1.13325 200.381 1.7431 200.995 1.72456C204.925 1.60702 202.301 1.03579 202.98 0.764098C204.083 0.328604 203.228 1.74006 204.861 1.33337C205.011 1.29561 203.056 0.665731 206.887 1.05707C206.321 1.07291 205.755 1.08893 205.188 1.10512C205.504 1.9129 207.232 1.07706 207.364 1.06773C208.868 0.97837 207.849 1.25342 210.082 0.871966C210.282 0.837742 210.711 1.04252 211.137 0.950022C212.903 0.569036 208.818 0.667748 208.709 0.341467C208.661 0.180498 213.05 0.286665 213.2 0.365667C213.833 0.711241 211.209 0.482257 211.703 0.906774C211.865 1.05551 218.187 0.856037 219.432 1.04312C220.879 1.25838 221.509 2.36066 221.542 1.13654C221.927 2.34604 222.303 1.53312 222.488 1.545C224.734 1.70044 224.746 1.71302 226.678 1.63816C227.104 1.62212 227.456 1.9944 227.608 1.93606C227.696 1.90075 227.541 1.50705 227.973 1.39589C228.575 1.24342 232.138 1.72504 232.395 1.94741C232.655 2.16914 230.888 2.00629 231.197 2.36822C232.474 2.43318 233.718 2.37462 235.018 2.4435C235.557 2.4732 235.274 2.71465 235.507 2.72527C235.607 2.73059 237.473 2.55825 237.396 2.46486C237.222 2.24592 231.453 2.25115 232.981 1.85315C233.277 1.77604 234.299 2.37261 234.151 1.67324C239.293 1.95391 244.406 2.24894 249.53 2.5594C246.586 2.99207 243.234 2.43247 240.177 2.40132C239.756 2.39618 238.33 2.29239 238.494 2.64839C241.106 2.80594 244.379 2.71176 246.897 3.01377C246.977 3.02367 246.672 3.33092 246.973 3.38966C247.535 3.49916 249.385 3.04389 249.689 3.18494C249.741 3.21715 248.685 3.60246 248.995 3.87642C249.789 4.57948 250.04 3.08206 250.739 3.121C251.268 3.15079 254.916 3.99203 255.837 3.56269C256.821 3.10402 253.151 3.19245 253.433 2.80114C255.93 2.47661 258.419 2.98825 260.746 3.01751C260.787 3.01763 260.442 2.69184 260.962 2.66567C261.864 2.62011 262.097 3.07368 262.536 3.16021C263.013 3.25249 264.704 3.24847 264.923 3.41885C264.951 3.44115 264.594 3.8702 264.541 3.88077C263.8 4.03649 263.558 3.45464 263.492 3.44491C263.241 3.41434 262.986 3.62504 262.756 3.60396C262.379 3.56897 262.178 3.35876 261.678 3.32358C261.334 3.29861 261.652 3.69976 261.324 3.67062C261.204 3.65828 259.931 2.72393 259.778 3.62837C259.709 3.90774 270.432 4.65898 271.493 4.47611C270.57 4.3314 269.672 4.1881 268.759 4.04473C270.598 4.37919 272.879 3.74076 272.995 4.8207C279.905 5.17733 286.785 5.56036 293.708 5.9732C294.936 6.12272 294.23 6.78021 296.262 6.67603C295.75 6.43127 295.238 6.18663 294.724 5.94212C295.753 6.14415 300.34 6.66918 301.1 6.56546C301.197 6.55167 301.363 5.93402 302.518 5.9383C303.542 5.94245 303.682 6.4185 304.222 6.53583C304.676 6.63307 305.195 6.53691 305.33 6.5697C305.433 6.59573 305.459 6.88378 305.707 6.94654C306.488 7.14151 305.89 6.30329 306.625 7.26842C306.433 7.29375 306.241 7.31909 306.048 7.34446C306.99 7.52731 308.281 8.01584 306.859 8.14918C306.616 8.17239 306.837 7.90652 306.658 7.89766C299.602 7.58749 305.206 8.41167 307.704 8.11228C308.325 8.55512 311.912 8.49565 312.024 8.58329C312.182 8.70918 311.555 9.00373 312.339 9.32982C312.507 9.39796 317.266 9.43059 315.527 9.8808C315.17 9.97341 312.898 9.73034 312.346 9.71677C313.595 10.6552 316.686 9.57829 317.037 9.63029C318.414 9.84317 314.334 10.2342 317.448 10.5097C319.838 10.7223 317.623 10.0154 318.558 9.81988C319.085 9.70995 321.749 10.5038 321.723 9.67252C322.653 9.63778 322.086 10.0445 322.199 10.0826C322.31 10.1167 324.138 9.97485 324.72 10.1844C324.791 10.2103 324.539 10.6269 324.611 10.6665C324.753 10.7351 326.525 10.754 326.597 10.7219C326.644 10.6993 326.246 10.2978 326.424 10.2168C326.632 10.1234 328.323 10.3139 328.422 10.212C328.564 10.0571 326.464 10.0386 326.838 9.63864C327.798 9.80229 329.385 9.61644 330.04 9.31641C329.879 9.40377 328.944 9.36094 328.622 9.30721C328.813 8.6998 330.816 8.83028 330.101 9.27647C330.552 9.04099 330.264 8.88384 330.524 8.65152C330.592 8.59279 331.211 8.61777 331.336 8.51836C331.353 8.49804 330.73 8.22633 330.865 8.10896C331.111 7.89673 332.978 8.06314 333.127 8.13213C333.547 8.32703 332.011 8.43603 331.867 8.68829C331.847 8.72706 333.111 9.31684 333.128 9.36312C333.174 9.85057 331.754 9.41333 331.891 9.85832C332.242 9.97217 332.593 10.0861 332.944 10.2C331.544 10.5546 329.005 10.1726 328.315 10.6338C330.374 10.6084 332.506 10.7583 332.431 11.8857C332.4 12.3605 331.504 12.5846 331.53 12.7074C331.634 13.1475 332.882 12.7536 332.925 12.7793C332.961 12.8079 332.976 12.8346 332.975 12.8595C332.975 12.8596 332.975 12.8596 332.975 12.8596C332.959 13.1124 331.209 13.187 331.115 13.2973C330.956 13.4935 331.678 14.3857 331.665 14.5725C331.636 14.6083 330.385 14.732 330.783 15.0837C331.186 15.4389 332.268 15.5132 332.304 15.5498C332.499 15.7595 330.593 15.8221 330.529 15.9351C330.495 15.9921 331.491 16.4161 331.514 16.5218C331.533 16.6276 330.746 16.8074 330.421 17.1178C330.178 17.3483 330.829 17.5764 330.71 17.6075C330.626 17.6277 328.833 17.514 328.741 17.5518C328.606 17.6073 329.009 17.925 328.943 17.9944C328.85 18.0942 328.276 17.9535 328.345 18.0662C328.398 18.1501 330.581 19.2942 330.549 19.5625C330.496 20.0197 328.186 18.8187 330.284 20.7646C330.299 20.7775 330.844 20.6818 330.858 20.6939C331.169 21.0474 329.417 21.4539 331.526 21.494C327.576 21.8319 330.997 22.1537 330.37 22.8907C330.129 23.1738 328.602 23.2035 328.592 23.2477C328.717 23.6335 329.219 23.3708 329.372 23.5655C329.457 23.6742 328.073 23.9898 328.363 24.2671C328.513 24.4099 329.958 24.4505 330.016 24.4803C330.571 24.7605 329.856 24.9817 329.97 25.1636C330.046 25.2855 330.914 25.3482 330.935 25.3706C330.969 25.4166 329.761 25.8159 329.505 25.9668C329.31 26.0829 329.999 26.3258 329.866 26.3735C329.06 26.658 327.438 25.7078 328.978 26.9949C329.072 27.0738 329.683 27.0816 329.7 27.0973C330.056 27.4574 328.933 27.4179 328.715 27.6816C328.341 28.1361 329.97 27.9694 328.609 28.222C329.596 28.5942 330.156 28.6156 331.335 28.6015C328.069 28.6428 326.842 29.8042 330.457 29.9944C329.31 29.9045 329.395 30.6072 329.051 30.5984C328.838 30.592 327.211 29.8 327.882 31.3963C327.966 31.5956 328.994 31.4114 328.653 31.7883C326.227 31.5394 328.586 32.0372 328.585 32.0898C328.509 32.9999 322.573 31.8939 321.567 31.9416C320.378 31.9935 319.284 32.6527 319.027 32.6388C318.179 32.5906 318.903 32.2656 318.721 32.1204C318.538 31.9761 316.082 32.5392 315.963 32.4942C315.503 32.3135 316.003 31.9073 315.955 31.8827C315.38 31.5838 312.141 31.7448 311.239 31.5955C311.253 31.8778 313.067 31.9992 311.909 32.3885C310.56 32.8426 310.55 31.6005 310.519 31.5441C304.433 31.2275 298.369 30.9337 292.325 30.6624C292.372 31.3243 296.351 31.0158 296.434 31.1075C296.942 31.6452 290.258 31.3185 289.435 31.0501C290.055 31.2211 290.675 31.3923 291.293 31.5637C290.194 32.2717 287.861 31.1786 286.32 31.4455C285.819 31.5319 286.758 31.8667 286.737 31.8858C286.167 32.1552 285.282 31.8889 285.969 31.5234C284.59 31.8417 284.807 31.4329 283.761 31.3558C283.707 31.3521 284.144 31.6774 283.309 31.7682C282.918 31.8103 280.841 31.7225 280.551 31.9784C280.432 32.0861 281.436 33.3167 281.609 32.3017C283.845 32.896 282.351 31.8675 283.226 31.9287C283.36 31.94 283.028 32.4957 285.241 32.3242C284.778 33.3327 282.274 32.4543 281.831 32.5604C280.922 32.7775 284.601 33.4673 285.31 32.697C284.959 33.4847 285.568 32.8165 286.387 32.8861C287.284 32.9619 286.882 33.1831 287.368 33.2062C288.695 33.2721 288.175 32.6815 289.255 33.2419C288.25 31.6135 291.157 33.12 291.998 33.5743C290.592 33.5889 289.179 33.6043 287.769 33.6211C287.846 33.7076 287.921 33.7941 287.998 33.8807C287.63 33.8523 287.264 33.824 286.897 33.7958C286.959 33.719 287.022 33.6422 287.084 33.5653C285.166 33.9972 284.726 33.3966 284.571 33.3833C282.581 33.2284 280.254 33.1342 278.236 33.0489C277.934 33.0363 278.123 33.5612 275.935 33.0669C275.236 32.9096 275.917 32.5342 275.116 32.5625C274.074 33.6153 274.127 32.7445 273.83 32.7313C272.976 32.6976 272.442 32.948 272.363 32.9478C271.307 32.9487 269.749 32.8437 268.602 32.841C268.581 32.8443 269.167 33.2026 268.423 33.0751C268.162 33.0297 265.855 31.5081 263.761 31.9015C264.298 32.0175 264.833 32.1337 265.368 32.2501C264.743 32.0909 260.276 32.2958 261.351 32.7178C262.012 32.9755 263.673 32.1091 263.819 33.0042C262.333 32.6812 254.195 32.8072 253.553 32.5833C253.466 32.551 254.017 32.2799 253.897 32.2391C253.804 32.2079 251.926 32.2172 251.68 32.0989C251.533 32.0285 252.369 31.8776 252.305 31.7716C252.244 31.6953 249.916 31.5002 249.775 31.8579C250.349 31.7299 251.952 31.9062 251.099 32.1848C250.99 32.2193 250.437 31.969 250.304 32.0131C249.068 32.4185 252.727 32.424 253.3 32.4465C250.961 32.8331 247.464 32.1844 244.778 32.4093C243.708 32.0779 246.39 31.9945 245.177 31.7106C242.659 31.1225 244.492 32.1075 244.412 32.1436C243.776 32.4292 241.671 30.7436 241.637 31.9818C240.731 31.7709 241.031 31.6226 239.739 31.7505C239.906 31.8407 240.073 31.931 240.24 32.0212C238.794 32.7 235.802 30.8141 236.032 30.682C236.655 30.3277 238.222 30.9442 238.357 30.9339C238.556 30.9187 239.144 29.6759 241.292 30.8577C242.209 30.0386 237.851 30.1974 239.846 29.6753C238.512 29.7328 232.993 29.0096 232.179 29.3621C232.083 29.4082 232.503 30.258 231.156 29.7992C230.516 29.5809 232.071 29.6069 231.78 29.4089C230.903 28.7939 218.471 28.9127 216.118 28.9115C215.965 28.9098 216.026 28.6501 215.875 28.6499C215.413 28.6492 213.717 29.0096 212.888 28.8765C214.598 29.3865 211.267 29.3705 210.43 29.3053C209.151 29.2053 209.236 28.748 208.684 28.6424C206.559 28.2353 203.201 29.2814 201.566 28.2445C201.645 29.2557 198.709 27.7164 197.357 27.6943C196.3 27.6763 194.757 28.3307 196.182 28.7515C194.358 28.6873 192.418 28.8592 190.723 28.9078C190.441 28.9159 190.831 28.6201 190.35 28.6435C190.307 28.6477 190.244 28.9401 189.831 28.9675C186.416 29.1989 188.08 28.5885 187.443 28.4012C187.085 28.2965 186.821 28.244 186.627 28.226C188.623 28.1807 190.915 28.0831 191.527 28.0797C191.012 27.4283 187.12 28.1716 185.976 27.9917C185.937 27.9852 186.077 27.6296 186.037 27.6268C186.036 27.6268 186.035 27.6268 186.034 27.6268C185.607 27.5966 182.873 27.7142 183.434 28.1421C183.584 28.2563 184.843 28.2622 186.331 28.2325C185.928 28.3098 186.226 28.7109 186.155 28.7275C185.293 28.9195 183.179 28.5189 182.426 28.4631C182.255 28.4508 182.267 28.7067 182.239 28.7072C181.563 28.6461 181.843 27.9169 181.146 28.6673C179.922 27.7519 183.446 28.5419 183.206 27.95C183.005 27.4911 175.17 27.7101 175.181 28.4298C175.154 28.3531 175.046 28.2577 174.823 28.149C174.333 27.9073 172.128 27.9802 171.754 28.1124C171.691 28.1383 171.716 28.8343 171.637 28.8407C171.442 28.8563 168.778 28.3105 167.779 28.7232C168.318 28.8202 168.856 28.9174 169.394 29.0148C166.143 29.0227 166.643 29.2304 167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C168.728 29.6212 169.803 29.7691 169.819 29.8241C169.885 30.0322 164.361 30.1554 165.422 29.5087C165.571 29.4199 168.128 29.7042 166.861 29.245C166.64 29.1645 164.996 29.2987 164.909 29.2482C164.331 28.9113 167.92 28.4573 167.48 27.9784C166.611 28.4361 165.492 28.1972 164.491 28.3172C164.036 28.3715 163.925 28.7207 163.868 28.7274C163.028 28.8206 163.499 28.4536 163.218 28.4634C163.068 28.4699 161.411 29.2535 161.721 28.1792C156.313 28.9889 160.205 28.9713 163.564 28.9025C162.503 29.2958 160.438 29.1135 159.517 29.208C159.186 29.2423 159.384 29.5996 158.824 29.6736C157.677 29.8243 152.14 29.4437 150.694 29.3585C151.576 29.2258 151.312 28.8374 150.634 28.8692C149.956 28.9012 150.529 29.4179 150.397 29.4748C150.257 29.5334 147.067 29.3125 146.534 29.3851C148.937 29.1763 148.392 28.7916 146.35 28.7683C146.644 28.6536 146.938 28.5391 147.233 28.4245C146.038 28.5917 143.509 28.0218 142.814 28.2057C142.706 28.2351 143.101 28.5584 143.04 28.5749C142.432 28.7197 140.35 28.408 140.254 28.5208C140.173 28.6146 141.063 28.8793 140.735 29.0179C140.665 29.0471 139.812 28.614 138.98 28.7322C138.671 28.7757 138.861 29.0829 138.783 29.1018C138.135 29.2581 138.513 28.7325 137.326 28.8303C136.455 28.9027 135.812 29.4199 134.603 29.2668C138.57 29.8664 135.241 29.636 133.584 29.855C133.318 29.89 133.555 30.4482 131.96 30.1967C135.331 29.1352 130.989 29.6726 130.094 29.6752C130.045 29.6725 130.023 29.3023 129.585 29.3028C129.549 29.3037 129.602 29.5532 129.201 29.5783C125.385 29.8171 127.822 29.4974 127.093 29.2617C126.782 29.1612 124.925 29.5449 124.423 29.5619C124.307 29.5647 124.356 29.3037 123.909 29.3214C123.118 29.3532 122.413 29.6423 121.89 29.6734C121.829 29.6757 121.82 29.2653 120.829 29.416C120.55 29.4582 120.239 29.6095 120.638 29.7203C121.961 30.0846 124.438 29.3708 125.922 29.7347C127.277 30.0655 123.024 30.1678 122.8 30.1745C122.718 30.1772 123.548 29.9592 122.701 29.9333C121.978 29.9121 120.668 30.644 119.584 30.5094C119.502 30.4994 118.626 29.9145 118.666 29.8787C118.701 29.8524 120.026 29.6977 119.83 29.5273C119.807 29.5079 118.964 29.5273 118.851 29.4C118.713 29.2448 118.321 27.705 118.143 27.6696C117.684 27.5824 117.988 27.9295 117.692 27.9105C117.057 27.8705 114.841 27.4563 114.78 27.994C115.145 28.0185 115.51 28.0432 115.875 28.0679C113.848 28.1629 114.717 28.3742 114.431 28.4804C114.124 28.5954 114.202 28.1224 113.516 28.092C113.367 28.0849 110.497 28.2433 110.553 28.4402C112.136 28.0918 111.559 28.6867 111.632 28.6955C111.911 28.7276 112.26 28.3936 112.633 28.3924C115.256 28.3899 112.623 28.9594 113.244 29.0794C113.458 29.1196 113.877 28.8322 113.967 28.8447C114.262 28.8849 114.274 29.25 114.469 29.2165C114.924 29.1389 114.381 28.6328 114.416 28.6052C114.818 28.2736 116.423 28.6447 115.44 29.2263C116.041 29.4172 116.097 28.7326 116.575 28.9966C117.525 29.5195 116.115 29.4075 115.735 29.5049C114.371 29.8558 113.96 29.6015 112.017 29.7316C111.317 29.7778 110.492 30.1275 110.167 30.1527C109.963 30.1684 107.997 29.0563 107.979 30.8649C107.215 30.7069 106.026 29.5425 105.254 29.6149C104.563 29.6807 104.798 30.3149 104.734 30.3411C104.636 30.3823 103.797 30.3516 103.515 30.4488C103.185 30.5634 103.357 30.8035 102.832 30.9156C101.525 31.1941 101.543 30.541 101.407 30.5018C99.8252 30.0504 100.535 30.9616 100.189 31.0447C99.8707 31.1203 95.2943 30.8808 94.3632 31.142C94.7468 31.0009 95.1303 30.8598 95.5135 30.7188C94.8106 30.3302 94.0936 31.0139 94.061 30.2844C93.9524 31.4665 92.4993 30.718 92.069 30.7605C91.8996 30.7777 91.9186 30.9781 91.7063 30.9927C90.8777 31.0508 88.9975 30.9445 88.5482 31.0595C86.6081 31.5542 91.6219 32.1395 92.0113 32.1738C91.2294 32.1816 86.7857 32.574 88.8481 33.0813C89.1668 33.1596 89.7116 32.6163 89.8885 32.5906C91.0851 32.4207 90.1544 32.9201 90.2498 32.9623C90.4119 33.0303 91.1886 32.5512 91.3983 32.5999C91.4682 32.6154 91.0333 33.0556 92.1761 33.0329C91.6273 33.4627 88.3998 33.2164 87.978 33.3266C87.8277 33.366 88.8009 34.2239 86.0118 33.4448C86.0464 33.5261 86.0809 33.6075 86.1154 33.6888C84.5666 33.7689 83.0602 33.8488 81.5289 33.9307C81.6891 33.7359 82.5353 33.3284 81.457 33.443C80.836 33.5093 81.3099 33.917 81.2535 33.931C80.7092 34.0606 70.7652 34.2496 68.8675 34.3689C68.2162 34.4072 66.4071 34.8123 66.268 34.8238C65.4395 34.8876 62.4808 34.7766 61.8916 34.8473C61.5248 34.892 61.8868 35.2317 61.5604 35.2275C61.2576 35.2231 61.5577 34.8701 61.4674 34.8593C60.723 34.7625 55.0723 35.4316 53.7026 35.1665C54.5352 35.2286 58.6192 34.3847 58.5257 34.148C58.5067 34.1157 57.4985 33.8953 57.2972 34.03C56.9452 33.7481 55.8113 34.6935 55.1671 34.5425C55.0941 34.5254 55.3582 34.0096 54.2165 33.9639C53.8231 33.9484 52.8122 34.3831 51.7581 33.9852C50.2467 34.2568 42.4156 33.9387 41.8846 34.5075C41.87 34.5367 42.9856 34.6743 42.2473 34.9297C41.2654 35.2693 42.1152 34.2342 40.9508 34.2C40.7786 34.1942 37.5383 34.4418 37.4468 34.5082C36.4986 35.1113 39.3212 35.2092 39.2884 35.2761C39.194 35.444 36.8609 35.6496 36.768 35.6155C36.6761 35.5795 38.5391 34.7521 36.2723 35.1377C36.5377 35.214 36.8029 35.2905 37.0681 35.3669C36.0041 35.5885 35.8777 35.0813 35.6162 35.0621C34.803 35.0006 33.9647 35.8191 32.6202 34.92C32.2646 34.6813 32.8216 34.3712 32.7767 34.335C32.3477 34.0114 31.8647 34.9543 31.2105 34.2994C31.161 34.2506 32.5891 33.771 30.0591 33.8913C30.2365 33.9485 30.4138 34.0058 30.5911 34.0631C30.2422 34.2264 27.6809 34.438 27.3327 34.4206C26.3175 34.369 27.1756 33.8544 26.1623 33.9608C26.8377 34.5745 23.7824 34.8107 23.9306 34.2463C23.539 34.9656 20.9092 34.5586 19.6801 34.6055C18.9057 34.6352 17.3396 35.0221 17.0909 34.9995C16.7881 34.9715 16.8546 34.4905 16.3062 34.413C16.1517 34.3907 14.5452 34.8252 13.1079 34.4078C12.8304 34.3274 12.2142 33.5505 12.7103 33.3214C13.5514 32.9298 15.2554 33.4921 15.2062 33.0162C15.1545 32.5067 12.9362 32.929 12.344 32.8942C9.5774 32.7343 11.1357 32.106 11.0564 31.9453C10.8516 31.5558 9.34672 31.6501 9.28164 31.6177C9.01243 31.4725 10.0627 31.0983 10.0654 30.8538C10.0679 30.5354 8.58395 30.0422 8.90831 29.9172C9.37329 29.7394 10.7333 30.1442 10.8163 30.1169C11.8998 29.7496 10.3524 29.0981 9.9163 28.7607C9.78412 28.6568 10.2769 28.4474 10.1705 28.4206C8.5466 28.0145 9.89017 29.4689 8.82201 29.4252C7.86846 29.3865 9.06261 28.838 9.02487 28.8135C8.9766 28.7868 7.84065 28.8227 7.65334 28.6622C7.56178 28.5813 10.4583 27.4834 10.3119 27.0704C9.37733 27.2139 8.44159 27.3578 7.50465 27.5023C7.4008 26.9586 8.77735 27.2874 8.91396 27.2234C9.18957 27.0946 8.3886 26.8604 8.41277 26.6855C8.42485 26.5743 9.32592 26.1308 8.48355 26.0144C8.19387 25.9742 7.61394 26.3911 6.54685 26.0566C10.1548 25.3553 7.61885 25.1862 7.50098 24.998C7.38526 24.8098 9.09621 24.2577 6.99325 24.4544C6.84296 23.3936 7.02023 24.115 7.60877 23.8947C8.32928 23.6242 6.61624 23.3658 9.30949 23.4857C9.13061 22.9947 6.9779 23.1482 6.86097 23.1149C6.76038 23.0843 7.22626 22.8124 7.05073 22.7386C4.97437 21.8863 6.38827 22.2497 5.76795 21.6665C5.71309 21.6142 3.78468 21.4928 5.23803 21.3218C7.88477 21.0111 9.02678 21.6589 9.38967 20.1227C7.39686 19.5722 5.06963 20.6805 4.47266 20.7306C3.55883 20.8056 4.48963 20.4442 4.37202 20.3641C4.33137 20.3384 3.54383 20.4081 3.53179 20.3842C2.90539 19.2624 7.04195 20.1687 8.30582 19.8992C7.95391 19.7452 7.60178 19.5913 7.24943 19.4375C7.7142 19.405 8.17865 19.3726 8.6428 19.3404C6.40963 19.1145 8.55788 19.213 9.05848 18.2494C9.17098 18.0329 7.7366 18.4719 9.36335 17.7985C8.13279 17.7305 8.51262 17.5184 7.41807 17.8424C7.4266 17.4664 9.89768 16.9079 10.868 16.6633C7.37451 16.4308 9.43047 17.6956 6.38337 17.1346C5.85088 17.6288 7.28231 17.4593 7.16925 17.5423C6.7645 17.8404 5.75529 17.458 4.61839 18.488C4.43335 18.6571 5.28086 19.0981 4.06565 19.1425C3.93127 19.1466 3.13374 18.774 3.14269 18.7433C3.2271 18.4116 4.00005 18.4907 4.02398 18.3529C4.04651 18.2224 3.19613 18.3478 3.19109 18.3124C3.1419 17.9055 3.89562 18.1162 3.78101 17.9945C3.5338 17.7294 0.407794 17.0238 4.43657 17.0557C1.12865 17.7044 4.03651 17.5299 5.32218 17.2807C5.6502 17.2179 5.72039 16.9693 6.18636 16.8587C6.78573 16.7155 7.49995 16.7937 7.81021 16.7318C8.14373 16.6641 6.2015 16.1921 8.97421 16.2131C7.53803 15.7159 5.08268 16.4648 3.67194 16.1403C0.825121 15.4841 5.56978 15.0423 6.05717 14.937C6.18762 14.9084 5.72807 14.6034 5.81469 14.5784C5.95738 14.5392 8.65426 14.5437 8.90323 14.2571C9.15249 13.9703 7.92035 14.3232 7.82162 14.0439C7.75578 13.8554 10.9753 13.3404 9.21549 13.3048C8.00287 13.2806 5.81266 14.1722 5.38989 13.3673C7.16953 13.2 8.94475 13.0343 10.7156 12.8704C9.7274 12.6084 8.7376 12.3469 7.74616 12.086C9.74241 11.8768 11.4666 12.1398 13.3549 11.5884C8.72963 10.8249 14.7972 10.7052 14.8625 10.5799C14.8814 10.5052 13.0319 9.7831 12.7323 9.64922C14.3213 9.24837 19.1646 8.84329 16.273 7.98118C16.8007 8.18218 18.0188 7.5551 18.0001 7.51352C17.8197 7.07536 15.1108 7.50624 15.5338 7.08044C16.0247 6.58607 16.7794 7.18261 17.5678 7.09112C21.6093 6.61914 20.3803 4.34699 24.4515 4.51348C24.3655 4.43462 24.2815 4.35567 24.1967 4.27676C28.6557 4.18816 33.0724 4.11088 37.4964 4.04249C39.207 3.2514 43.805 2.61445 46.0623 2.59804C46.5196 2.59369 48.7564 2.87356 48.9352 2.93186C49.2514 3.04426 47.5378 3.16391 48.322 3.36667C48.4837 3.40766 52.3005 3.40755 52.01 3.02122C51.5825 2.99231 50.2566 3.24716 50.034 3.1625C48.4847 2.55204 60.194 2.61876 60.7483 2.33323C60.4817 2.21387 60.2211 2.09432 59.9584 1.97487C60.6901 2.01068 61.4431 2.04594 62.1842 2.08192ZM29.8513 35.4866C29.4319 35.9069 28.3166 35.6605 27.6706 35.8044C26.7771 36.0054 25.327 37.6182 25.9061 36.045C27.2231 35.858 28.5387 35.6718 29.8513 35.4866ZM49.0976 35.2135C48.2105 35.036 48.8555 34.1465 49.5898 34.4741C49.6713 34.5115 50.2968 35.4523 49.0976 35.2135ZM39.8343 35.2078C39.8711 35.1947 40.6375 35.1831 40.6648 35.1954C41.3666 35.5101 39.0559 35.5432 39.8343 35.2078ZM84.507 33.079C83.5407 33.1456 84.2652 33.907 84.8566 33.5667C84.8935 33.5451 84.5706 33.0752 84.507 33.079ZM83.8182 33.0792C83.0452 32.4011 81.5727 33.8689 82.7734 33.6885C82.8899 33.6704 83.8541 33.1122 83.8182 33.0792ZM45.9492 35.0048C46.0368 34.7319 46.9504 34.8226 47.3404 34.8704C47.3404 35.116 46.3285 34.9583 45.9492 35.0048ZM69.0265 34.0227C69.0588 33.8097 65.8946 33.9353 65.6876 34.222C66.1848 34.0852 68.9978 34.2134 69.0265 34.0227ZM77.1306 33.4489C77.0491 33.4149 75.9547 33.5067 75.9927 33.692C76.5363 33.9186 77.4979 33.6023 77.1306 33.4489ZM93.2603 32.976C93.318 32.9277 92.4701 31.7636 94.4247 32.4918C94.7115 32.5985 93.7065 32.9358 93.8083 32.9756C94.0219 33.0529 94.1898 33.087 94.324 33.0904C93.4269 33.2129 92.4915 33.285 92.3989 33.2156C91.9641 32.8876 93.2348 32.9962 93.2603 32.976ZM101.712 31.8727C101.894 31.6747 103.085 31.7493 103.357 31.8226C103.403 31.8365 103.213 32.3498 103.747 32.2991C104.175 32.2575 103.522 31.7518 104.359 31.8155C105.205 31.8793 104.087 32.277 104.161 32.3017C104.261 32.334 105.56 32.0697 105.526 32.3736C105.501 32.5986 104.1 32.4795 103.755 32.5355C103.313 32.6074 103.86 32.9683 103.117 32.9057C102.65 32.8668 102.892 32.2033 102.793 32.1724C102.71 32.1475 101.089 32.5656 101.714 31.8748C101.714 31.8741 101.713 31.8734 101.712 31.8727ZM94.5667 33.0548C94.4995 33.0788 94.4204 33.0927 94.324 33.0904C94.4055 33.0792 94.4865 33.0667 94.5667 33.0548ZM32.3891 35.0764C32.8572 35.2572 31.5088 35.5814 30.9798 35.3409C30.9608 35.1273 32.3149 35.0482 32.3891 35.0764ZM95.3864 32.4972C96.7256 32.6265 95.7505 32.8787 94.5667 33.0548C94.9404 32.9209 94.9364 32.4542 95.3864 32.4972ZM57.2972 34.03C57.3557 34.0768 57.3945 34.1518 57.404 34.2771C57.25 34.1457 57.2338 34.0725 57.2972 34.03ZM60.427 34.1327C61.4806 33.7094 59.3105 33.8081 59.3344 34.0813C59.345 34.1843 60.3849 34.1495 60.427 34.1327ZM85.7588 33.0787C85.6589 33.0442 87.1583 31.8433 84.9571 32.7768C86.1501 32.8771 84.8996 33.0406 84.9211 33.1412C84.9789 33.4303 86.966 33.0912 87.4103 33.2041C87.7406 32.6738 86.0887 33.1921 85.7614 33.0786C85.7605 33.0786 85.7597 33.0786 85.7588 33.0787ZM116.977 31.8201C116.715 32.1301 115.863 32.0484 115.288 32.0419C115.55 31.7317 116.403 31.8131 116.977 31.8201ZM267.692 33.1454C263.746 33.282 263.276 32.0236 266.865 32.6454C266.935 32.6583 267.935 33.0285 267.692 33.1454ZM233.847 31.7869C233.487 31.2369 234.725 31.1795 235.529 31.423C235.711 31.4778 236.374 32.0426 235.598 32.1306C235.64 31.4754 234.449 31.1955 233.847 31.7869ZM96.1317 32.1308C96.5145 31.7596 97.7319 31.9848 98.3693 32.0228C97.9889 32.3297 96.6978 32.2288 96.1317 32.1308ZM254.757 32.0487C254.342 31.9943 254.045 32.4559 254.116 32.4974C254.432 32.6872 255.223 32.3318 254.757 32.0487ZM92.2607 32.1793C92.2001 31.9652 93.7845 31.714 93.9091 32.2442C93.5688 32.2147 92.3041 32.3135 92.2607 32.1793ZM115.892 31.6792C115.643 31.5744 116.917 31.3532 117.304 31.4548C117.278 31.6848 116.055 31.7472 115.892 31.6792ZM248.057 32.0017C247.686 31.9498 246.757 31.9102 246.648 32.0975C246.514 32.3315 247.879 32.2903 248.057 32.0017ZM317.327 34.577C317.37 34.665 315.892 35.1987 315.258 35.0072C314.054 34.6409 317.281 34.5134 317.327 34.577ZM258.697 31.9355C259.851 32.4226 258.567 31.9452 258.603 32.4182C259.39 32.4615 261.343 32.552 260.015 32.0426C259.757 31.944 259.063 31.9784 258.697 31.9355ZM257.622 31.7417C257.491 31.8901 256.63 32.3434 257.362 32.3331C257.7 32.3277 258.262 31.8111 257.622 31.7417ZM308.397 34.2963C307.367 33.8229 312.18 34.3054 312.31 34.3869C312.38 34.4294 312.426 34.4684 312.452 34.5007C312.636 34.3782 313.544 34.4043 313.63 34.7442C313.36 34.7016 312.616 34.6902 312.532 34.6485C312.495 34.6307 312.469 34.6143 312.45 34.5983C312.116 34.8702 308.597 34.3856 308.397 34.2963ZM300.432 33.4549C301.668 32.9003 301.827 33.9569 301.722 33.9853C300.39 34.3472 301.283 33.6191 301.245 33.581C301.157 33.5162 300.207 33.8273 300.436 33.4551C300.434 33.4551 300.433 33.455 300.432 33.4549ZM306.763 34.0374C306.814 34.0264 307.826 34.1123 307.867 34.131C308.679 34.5262 305.814 34.2849 306.763 34.0374ZM108.068 30.9916C108.799 31.0795 108.093 31.4803 107.606 31.3527C107.566 31.34 107.423 30.914 108.068 30.9916ZM257.041 31.8262C256.879 31.7472 252.587 31.3347 252.825 31.9249C253.198 31.8667 258.068 32.3251 257.041 31.8262ZM224.947 30.8242C225.707 30.8444 224.868 31.3757 224.466 31.163C224.317 31.084 224.756 30.8194 224.947 30.8242ZM90.0991 31.7417C89.3204 32.0654 89.4543 31.05 90.1468 31.377C90.1739 31.3898 90.1296 31.7291 90.0991 31.7417ZM230.987 31.2712C228.377 31.5449 229.032 29.8185 232.404 30.4842C232.295 30.5591 232.186 30.6341 232.078 30.7091C236.013 31.0635 232.337 30.8372 231.385 30.913C231.021 30.9416 231.319 31.2389 230.989 31.2734C230.988 31.2727 230.987 31.2719 230.987 31.2712ZM220.96 30.7118C218.478 29.4299 223.242 30.3241 224.64 30.1931C223.29 30.6753 221.543 30.5637 223.909 31.133C220.435 31.1647 221.899 30.7025 221.757 30.6586C221.595 30.6096 221.066 30.7668 220.96 30.7118ZM227.604 30.8388C227.751 30.8059 228.84 31.0811 229.234 31.0489C228.675 31.4581 226.634 31.0628 227.604 30.8388ZM292.042 33.3354C292.148 33.0096 292.385 32.7769 293.243 32.941C292.968 33.0943 292.41 33.211 292.042 33.3354ZM28.9337 33.7898C28.3354 33.7951 27.1382 33.729 27.5204 34.0582C27.5621 34.0857 28.9415 33.9846 28.9337 33.7898ZM244.576 31.1766C244.452 31.1319 241.162 31.0142 242.288 31.41C242.63 31.5288 245.619 31.5661 244.576 31.1766ZM261.526 31.7521C261.25 31.7389 260.131 31.7627 260.107 31.8402C260.02 32.1074 261.395 32.0062 261.526 31.7521ZM25.8992 33.5998C25.8176 33.5694 24.0123 33.7201 24.2187 33.8704C24.6124 34.1541 26.17 33.7046 25.8992 33.5998ZM110.698 30.16C110.851 30.1445 111.06 30.4991 111.113 30.502C111.238 30.5042 114.021 30.3086 112.966 30.7913C112.793 30.8714 108.773 30.7799 108.245 30.7468C108.032 30.2586 109.762 30.6894 110.178 30.6299C110.252 30.6187 110.29 30.2055 110.697 30.1621C110.698 30.1614 110.698 30.1607 110.698 30.16ZM296.548 33.2011C296.679 32.8933 299.979 32.8481 299.919 33.2257C298.798 33.2169 297.666 33.2083 296.548 33.2011ZM294.897 33.0696C294.213 32.8149 295.845 32.8197 296.319 32.9407C296.314 33.1514 294.997 33.1067 294.897 33.0696ZM255.368 30.3741C255.036 30.44 256.033 30.9297 255.804 31.0111C255.657 31.0617 254.928 30.8667 254.688 31.002C254.62 31.0453 255.357 31.4989 255.574 31.4875C255.883 31.4727 255.595 31.125 255.931 31.1336C257.047 31.1628 258.025 31.4366 259.067 31.4663C259.161 31.4683 258.44 31.205 259.242 31.2355C259.368 31.2398 260.092 31.6202 261.063 31.6011C263.24 30.5745 264.768 31.7109 267.476 31.4137C267.379 31.3061 265.372 30.9541 265.253 30.9397C263 30.676 258.949 30.5159 256.593 30.4369C255.987 30.416 256.274 30.6587 256.012 30.6587C255.805 30.6583 256.065 30.2348 255.368 30.3741ZM29.2393 33.5361C28.9339 33.1192 27.948 33.4403 27.3079 33.4494C27.552 33.8268 28.6117 33.4708 29.2393 33.5361ZM280.229 32.0749C279.909 32.078 278.918 31.9066 278.834 32.0331C278.718 32.1979 280.15 32.3648 280.229 32.0749ZM126.407 29.9906C126.438 29.9783 127.203 29.9894 127.232 30.0025C127.921 30.3378 125.625 30.303 126.407 29.9906ZM144.77 29.843C145.352 29.7843 145.937 29.6444 146.136 29.9925C145.765 29.9421 144.704 30.0872 144.77 29.843ZM170.09 29.714C169.971 29.2558 171.715 29.5528 172.043 29.5943C171.921 29.7977 170.179 30.044 170.09 29.714ZM291.983 31.8929C293.052 31.9701 292.859 31.2664 293.522 31.6121C293.63 31.6704 293.92 33.1306 292.771 32.5344C292.564 32.4273 293.408 32.123 291.983 31.8929ZM232.96 30.5118C233.241 30.2153 234.093 30.3257 234.669 30.364C234.534 30.5859 233.372 30.4999 232.96 30.5118ZM22.6098 33.4172C22.0884 33.0149 19.7875 33.4502 20.3753 33.7033C20.4591 33.7358 22.285 33.4173 22.6098 33.4172ZM98.83 30.6783C99.7792 30.3172 97.7928 30.2632 97.1734 30.6088C97.4572 30.5797 98.7662 30.702 98.83 30.6783ZM164.008 29.4721C164.054 29.4582 165.069 29.4886 165.115 29.5051C165.947 29.8552 163.075 29.7712 164.008 29.4721ZM138.718 29.3495C139.075 29.0678 141.477 29.2654 142.022 29.5378C141.501 29.948 138.27 29.7006 138.718 29.3495ZM287.563 31.8875C288.319 31.9072 289.051 32.026 289.747 32.1779C289.59 32.4042 287.629 32.0649 287.563 31.8875ZM167.729 29.4371C167.783 29.4389 167.836 29.4653 167.888 29.4681C167.834 29.4582 167.781 29.447 167.729 29.4371ZM270.488 31.0123C269.848 30.8956 269.965 31.3281 270.005 31.3427C270.483 31.4996 271.212 31.1442 270.488 31.0123ZM28.4753 32.9374C28.234 32.5626 27.168 32.9144 26.5409 32.8534C26.7366 33.1489 27.977 33.0021 28.4753 32.9374ZM218.287 29.8713C217.492 29.4381 220.768 29.0117 221.447 29.2951C221.494 29.5543 218.405 29.9303 218.287 29.8713ZM95.8393 30.1767C95.7677 29.8759 94.4098 30.2773 94.7042 30.4124C94.8908 30.4984 95.8826 30.3635 95.8393 30.1767ZM223.088 29.5037C223.399 29.4175 224.112 29.7305 223.855 29.9072C223.525 30.1338 223.007 29.5285 223.088 29.5037ZM250.673 29.9564C250.541 29.906 248.731 30.162 249.466 30.4928C249.975 30.7227 250.071 30.2882 250.192 30.2905C250.323 30.2957 253.209 30.92 250.673 29.9564ZM199.962 29.3407C200.643 29.232 201.463 29.3764 202.173 29.3766C201.882 29.5601 200.249 29.5923 199.962 29.3407ZM101.152 29.96C100.986 29.841 96.4558 29.8825 99.0379 30.1935C99.1893 30.2107 101.666 30.3178 101.152 29.96ZM291.983 31.8929C291.848 31.8832 291.693 31.8615 291.514 31.8232C291.693 31.8434 291.848 31.8711 291.983 31.8929ZM279.827 31.3082C280.085 31.0985 278.837 30.9874 278.472 31.0896C278.346 31.3536 279.79 31.3373 279.827 31.3082ZM202.231 29.0701C202.638 28.9489 203.392 29.0926 203.903 29.0844C203.815 29.2879 202.4 29.28 202.231 29.0701ZM173.345 28.6512C174.166 28.7738 175.174 28.7196 175.19 28.4693C175.207 28.5084 175.246 28.55 175.312 28.5919C175.379 28.6334 176.256 28.5187 176.636 28.6051C178.922 29.1154 167.811 28.8908 174.255 28.1917C173.952 28.3448 173.648 28.498 173.345 28.6512ZM135.473 28.7991C135.006 28.5 133.711 28.8989 134.05 29.0145C134.287 29.0935 135.941 29.1 135.473 28.7991ZM153.315 28.4508C153.175 28.3972 151.903 28.6189 151.871 28.7797C152.605 28.9438 153.95 28.6996 153.315 28.4508ZM131.898 28.4894C131.606 28.4475 131.24 28.9442 131.274 28.9651C131.574 29.1403 132.393 28.7562 131.898 28.4894ZM289.823 30.4675C289.397 30.307 287.988 30.5991 287.681 30.9103C287.628 30.8451 287.482 30.7565 287.211 30.6461C287.212 30.6462 287.213 30.6462 287.214 30.6462C286.865 30.4945 275.697 29.8739 283.164 30.8189C283.398 30.8491 283.091 30.5441 284.041 30.6368C284.104 30.6433 284.125 30.8823 284.318 30.9023C284.765 30.9467 287.134 31.2016 287.618 31.032C287.62 31.0763 287.648 31.1196 287.712 31.161C288.279 31.5297 290.157 30.5913 289.823 30.4675ZM155.834 28.3928C155.578 28.3059 154.77 28.3941 154.687 28.6045C155.089 28.705 156.428 28.5953 155.834 28.3928ZM100.991 29.1025C100.467 28.9427 99.1537 29.2985 99.5573 29.46C99.8051 29.5592 101.596 29.2858 100.991 29.1025ZM147.74 28.5594C150.714 28.7839 148.449 28.5336 148.902 28.2222C148.515 28.3345 148.127 28.4469 147.74 28.5594ZM303.568 31.9307C303.098 31.8357 303.686 31.2576 304.19 31.6135C304.348 31.7265 303.831 31.9827 303.568 31.9307ZM325.008 32.9303C324.634 32.3683 326.599 32.8029 325.804 33.1254C325.768 33.1357 325.036 32.9525 325.008 32.9303ZM310.049 31.8617C309.707 32.2106 309.496 32.2427 308.591 32.1037C309.942 32.0724 308.712 31.6818 310.049 31.8617ZM175.181 28.4298C175.186 28.4446 175.191 28.4556 175.19 28.4693C175.184 28.4558 175.181 28.443 175.181 28.4298ZM129.086 28.6253C128.711 28.3201 127.67 28.3589 127.985 28.6668C128.015 28.6952 128.938 28.857 129.086 28.6253ZM287.681 30.9103C287.728 30.9681 287.701 31.0029 287.618 31.032C287.616 30.9904 287.638 30.9522 287.681 30.9103ZM134.715 28.294C134.681 28.5261 136.273 28.5962 136.337 28.5683C137.244 28.1552 135.373 28.2714 134.715 28.294ZM90.4547 29.0555C90.3733 29.082 90.9197 29.6651 91.2375 29.4217C91.4836 29.2329 90.7598 28.9548 90.4547 29.0555ZM313.134 31.8798C313.636 31.9078 314.341 31.9466 314.455 32.2376C314.122 32.1753 313.113 32.0875 313.134 31.8798ZM324.254 32.4946C323.633 32.7924 322.28 32.7118 321.42 32.6066C321.43 32.1665 323.681 32.5639 324.254 32.4946ZM291.186 30.6944C291.145 30.6746 289.885 30.4851 290.044 30.7872C290.277 31.2299 291.535 30.8709 291.186 30.6944ZM92.9156 29.3046C93.474 29.0865 92.1591 28.4993 91.5763 28.997C91.2774 29.2519 92.8218 29.3411 92.9156 29.3046ZM125.826 28.2688C125.084 28.4511 126.934 28.725 127.186 28.4134C126.843 28.394 126.09 28.2043 125.826 28.2688ZM151.202 27.6656C148.852 26.7947 150.141 28.405 150.554 28.2596C150.612 28.2389 151.259 27.6861 151.202 27.6656ZM16.6891 31.9449C16.362 32.0855 17.6288 32.4667 17.774 32.1647C17.8639 31.9756 16.8985 31.8552 16.6891 31.9449ZM186.627 28.226C186.528 28.2282 186.429 28.2306 186.331 28.2325C186.405 28.2185 186.501 28.2143 186.627 28.226ZM119.018 27.1967C120.706 28.4195 120.512 27.4571 120.657 27.4597C120.969 27.4676 121.7 27.7936 122.286 27.7279C121.616 27.8806 120.946 28.0336 120.275 28.1868C120.812 28.2666 125.427 28.6499 125.517 28.4461C125.651 28.1544 124.205 28.2688 124.162 28.2441C124.101 28.2088 123.861 27.408 123.726 27.3796C123.506 27.3338 119.645 27.3845 119.018 27.1967ZM146.3 27.8431C146.679 27.9355 146.789 28.2534 146.963 28.1757C147.023 28.1491 147.03 27.8449 147.233 27.7646C146.922 27.7907 146.611 27.8169 146.3 27.8431ZM116.083 28.3793C115.609 28.0168 117.704 28.1175 117.772 28.1581C118.134 28.4031 116.471 28.6752 116.083 28.3793ZM133.916 28.0346C133.839 28.0138 132.221 27.9196 132.236 28.1257C132.667 28.2767 134.828 28.2941 133.916 28.0346ZM147.485 27.7417C148.051 27.7724 149.122 28.0703 148.995 27.6134C148.995 27.6134 148.994 27.6134 148.993 27.6134C148.491 27.656 147.988 27.6988 147.485 27.7417ZM94.8181 28.2856C93.7523 27.5847 94.2732 28.4925 95.205 28.7029C95.4766 28.3682 94.9927 28.3996 94.8181 28.2856ZM91.4504 27.8338C91.156 27.7103 88.1446 27.9402 88.6156 28.3129C88.7836 28.4455 90.5072 28.0494 90.5874 28.0739C90.7094 28.1101 90.1692 28.5523 91.0901 28.4418C91.0321 28.2987 91.5517 27.8748 91.4504 27.8338ZM93.9395 27.8422C92.8839 27.316 92.6776 28.3451 93.4605 28.3264C93.7664 28.3199 94.0901 27.9181 93.9395 27.8422ZM98.2071 27.8169C97.8276 27.7296 96.8185 27.6141 96.1333 27.9725C97.0628 27.9771 97.9908 27.9822 98.9174 27.9877C99.0193 27.7924 98.5393 27.8937 98.2046 27.817C98.2054 27.817 98.2063 27.817 98.2071 27.8169ZM330.676 30.2574C329.869 29.917 331.777 29.9234 331.852 29.9997C332.076 30.2506 331.038 30.4095 330.676 30.2574ZM9.71117 23.0107C9.4746 22.9078 9.30336 22.5361 8.8069 22.7628C9.33254 23.0154 9.85767 23.2681 10.3823 23.5209C10.7434 22.8569 9.96987 23.1244 9.71117 23.0107ZM7.63345 20.7695C7.70476 20.75 7.25625 19.7835 8.22506 20.392C8.88003 20.8026 5.47611 21.4253 4.82981 21.0224C5.50421 20.7805 7.01917 20.9304 7.63345 20.7695ZM1.36952 16.8294C1.32541 16.7528 2.62963 16.563 2.78414 16.6101C3.59661 16.858 1.60929 17.239 1.36952 16.8294ZM5.55532 16.7835C4.93207 16.6256 6.28238 16.4266 6.69223 16.5148C6.74167 16.6965 5.65165 16.8061 5.55532 16.7835ZM323.122 15.4456C322.501 14.7356 321.826 16.1466 322.859 15.9146C322.908 15.9037 323.148 15.4801 323.122 15.4456ZM2.59461 15.7602C3.21984 15.9174 1.86578 16.1178 1.45319 16.0306C1.40511 15.849 2.49962 15.7374 2.59461 15.7602ZM322.751 13.8191C321.901 13.2848 322.116 14.9244 322.222 14.9961C322.66 15.2803 324.238 14.7343 324.57 14.5952C322.236 14.702 323.151 14.071 322.751 13.8191ZM318.638 14.5595C317.81 14.686 319.881 15.1356 320.305 14.7065C319.898 14.7049 318.873 14.5226 318.638 14.5595ZM313.706 13.7626C313.271 13.6805 311.975 13.4705 311.742 13.7139C312.224 13.6935 313.507 14.015 313.706 13.7626ZM312.755 12.9438C312.089 12.5598 311.869 13.5612 312.676 13.3032C312.708 13.2932 312.78 12.9645 312.755 12.9438ZM308.911 12.3716C308.48 11.9459 307.912 12.8972 308.644 12.9622C308.861 12.9798 308.956 12.4202 308.911 12.3716ZM321.753 12.0108C321.118 11.801 320.248 12.4537 321.619 12.61C321.13 12.6891 320.64 12.7683 320.15 12.8477C321.931 13.3439 321.853 12.3651 322.368 12.4352C323.087 12.5343 322.983 13.3327 322.823 13.5759C323.437 13.1187 325.969 13.2598 327.435 13.2544C326.166 12.9712 324.092 12.4898 322.848 12.2864C322.49 12.2276 322.128 12.4272 321.822 12.3848C321.332 12.3157 321.788 12.0245 321.755 12.0109C321.754 12.0109 321.753 12.0108 321.753 12.0108ZM303.837 12.0935C302.537 11.571 303.324 12.5963 304.08 12.4591C304.113 12.4473 303.87 12.1063 303.837 12.0935ZM0.662704 12.8744C2.46276 13.1845 1.20545 13.8005 4.86741 12.7666C3.3429 13.4386 4.80483 13.1922 4.51402 13.4452C4.28074 13.6455 3.358 13.542 3.91037 13.8884C3.19044 13.5176 0.157899 13.8031 0.0174745 13.7448C0.0187503 13.7447 0.0200261 13.7446 0.0213019 13.7445C-0.0624707 13.7098 0.0877265 12.7761 0.662704 12.8744ZM313.84 11.1928C313.465 9.97641 313.189 11.8593 312.375 10.824C311.144 12.196 315.559 10.9979 316.021 12.2403C311.312 11.838 319.081 13.615 315.877 11.6171C318.571 12.4281 316.785 11.4424 317.219 11.2348C317.684 11.0137 319.21 11.3686 319.157 10.9202C319.156 10.9201 319.155 10.9201 319.154 10.92C318.211 10.8976 317.265 10.8755 316.318 10.8539C317.189 11.8634 315.274 11.4683 314.673 10.6525C314.396 10.8326 314.118 11.0127 313.84 11.1928ZM319.115 12.3895C319.024 12.3621 316.966 12.3807 317.088 12.5805C317.356 12.7182 320.27 12.7362 319.115 12.3895ZM328.126 12.7077C327.392 12.661 326.264 12.4061 325.841 12.7434C326.578 12.7896 327.704 13.0448 328.126 12.7077ZM290.309 10.6335C289.355 10.8869 292.244 11.1075 291.424 10.7179C291.383 10.6994 290.356 10.6217 290.309 10.6335ZM311.705 11.2575C310.773 10.8418 311.161 12.0258 311.882 11.7616C311.923 11.746 311.748 11.2764 311.705 11.2575ZM2.09484 12.6519C2.14337 12.3639 4.72851 12.419 5.18288 12.3916C4.93977 12.6697 2.04089 12.9814 2.09484 12.6519ZM329.482 11.7233C328.085 10.6129 326.024 11.674 325.807 11.6354C325.592 11.5962 325.959 11.1699 325.91 11.155C325.797 11.1229 323.488 11.0243 323.379 11.0494C323.298 11.069 323.676 11.7207 323.192 11.8907C324.121 11.5863 328.349 12.0625 328.565 12.0065C328.737 11.9613 327.502 11.225 329.48 11.7232C329.48 11.7232 329.481 11.7233 329.482 11.7233ZM325.27 11.4663C325.833 11.7635 324.206 11.7003 323.829 11.5809C322.977 11.3129 325.193 11.4302 325.27 11.4663ZM321.411 10.9974C321.231 10.9276 319.571 10.7787 319.413 11.0636C320.179 11.4883 321.82 11.1589 321.411 10.9974ZM302.901 10.0345C302.468 10.0501 301.29 9.76539 301.209 10.018C301.644 10.0023 302.821 10.287 302.901 10.0345ZM10.7299 9.93507C10.0042 9.75933 11.6543 9.58278 12.1415 9.65991C12.1769 9.82918 10.7919 9.9501 10.7299 9.93507ZM311.676 8.80142C311.431 8.70888 306.169 8.62544 305.448 8.70993C306.137 8.93812 311.34 9.22803 311.573 9.14711C311.643 9.12252 311.708 8.81542 311.676 8.80142ZM322.969 9.31665C323.468 8.96763 323.752 9.43781 323.812 9.447C324.393 9.53883 325.635 9.52708 325.342 9.87395C324.295 9.66471 321.979 10.0098 322.969 9.31665ZM302.617 8.31C300.836 8.36054 304.222 8.92947 303.794 8.51304C303.767 8.48772 302.801 8.30452 302.617 8.31ZM312.265 8.7231C312.672 8.4384 317.871 8.9892 318.718 9.0391C317.934 9.55815 317.351 9.09731 316.336 9.0694C316.061 9.06254 316.122 9.3003 316.092 9.29902C315.618 9.2835 315.986 9.03329 315.697 9.01311C315.517 9.00056 311.694 9.12202 312.265 8.7231ZM323.256 9.07149C323.552 8.8715 326.831 8.97302 326.958 9.03877C327.919 9.5241 323.494 9.15985 323.256 9.07149ZM311.813 8.19779C312.411 7.57501 314.975 8.15372 313.186 8.3824C313.015 8.40278 312.314 8.08081 311.813 8.19779ZM302.837 7.69777C302.752 7.67402 300.907 7.45076 300.863 7.657C301.128 7.75076 303.82 7.95904 302.837 7.69777ZM303.831 7.04371C303.786 7.04644 304.199 7.46855 303.335 7.37387C303.263 7.36548 303.152 6.9083 302.053 7.01828C301.83 7.04111 301.471 7.32178 301.495 7.34153C302.599 8.10438 306.077 6.92566 303.831 7.04371ZM323.337 8.71033C323.173 8.51016 323.628 7.97103 323.992 8.27886C324.148 8.41171 323.824 8.73217 323.337 8.71033ZM296.975 7.22556C298.062 6.93492 294.702 6.70872 294.524 6.78861C294.623 7.00663 296.867 7.2536 296.975 7.22556ZM12.2614 7.20537C12.2606 7.20541 12.2597 7.20546 12.2589 7.20551C13.172 7.23462 12.6241 7.54911 12.6671 7.55577C14.624 7.87106 14.0761 7.2541 14.3747 7.16203C15.0139 6.9635 14.9509 7.75255 16.0254 7.37065C14.246 7.94478 15.8782 7.65772 15.9437 7.93392C16.2059 9.06097 13.5129 7.52694 12.6219 7.8138C12.4981 7.85348 13.4452 8.16734 13.1287 8.28773C12.0906 8.67822 8.79683 7.09372 12.2614 7.20537ZM324.288 8.24637C324.723 7.93616 327.902 8.45084 327.038 8.67554C326.9 8.71108 323.638 8.69648 324.288 8.24637ZM175.517 3.27392C176.285 2.98578 174.506 2.64188 174.175 2.86698C174.011 2.97901 175.18 3.4003 175.517 3.27392ZM163.062 2.03925C162.147 2.10043 161.186 3.31127 162.324 3.12042C162.445 3.09956 163.167 2.20649 163.062 2.03925ZM222.833 3.16245C221.896 2.71247 221.936 3.51542 222.631 3.51759C222.876 3.51851 222.862 3.1767 222.833 3.16245ZM186.566 2.80305C186.471 2.77442 185.37 2.81929 185.409 3.00388C185.816 3.11663 187.181 2.99891 186.566 2.80305ZM223.137 3.05428C222.567 3.18765 223.532 3.78667 224.235 3.2339C223.883 3.27329 223.196 3.04065 223.137 3.05428ZM309.945 6.32285C309.455 6.62649 308.122 6.45641 307.349 6.47277C307.289 6.04225 309.393 6.3707 309.945 6.32285ZM166.935 2.51748C166.074 2.8192 167.92 3.06321 167.75 2.66604C167.726 2.64445 166.969 2.50459 166.935 2.51748ZM253.508 3.78558C252.872 4.02018 254.857 4.42509 254.322 3.96069C254.295 3.94159 253.543 3.77249 253.508 3.78558ZM262.183 4.21942C261.701 4.11657 259.691 4.07456 260.466 4.34937C260.585 4.39149 262.136 4.4509 262.183 4.21942ZM14.4121 6.85249C14.1327 6.42828 15.6266 6.45432 15.8431 6.51982C15.9284 6.54723 14.7767 7.40422 14.4121 6.85249ZM216.674 2.98043C216.18 3.02666 214.902 2.90098 214.673 3.12722C215.278 3.08947 216.828 3.44109 216.674 2.98043ZM170.855 2.51349C170.108 2.03701 168.829 2.08453 169.146 2.70664C170.557 2.66462 168.972 2.14713 170.855 2.51349ZM226.328 2.60641C225.933 2.56182 225.618 3.153 225.662 3.18207C226.085 3.45869 226.716 2.84709 226.328 2.60641ZM196.72 2.64444C196.7 2.38879 195.432 2.49263 195.6 2.65862C195.655 2.71427 196.737 2.85122 196.72 2.64444ZM293.412 5.3506C292.844 5.09062 294.624 4.94586 295.132 5.24259C295.368 5.64618 293.485 5.38062 293.412 5.3506ZM237.264 3.00751C237.333 2.62999 235.348 2.79521 236.12 3.12852C236.314 3.21187 237.241 3.13363 237.264 3.00751ZM256.196 3.09674C254.858 3.50477 260.407 4.00851 258.965 3.39755C258.863 3.35369 256.314 3.06206 256.196 3.09674ZM265.276 3.68899C265.049 3.63105 265.209 2.36238 266.139 2.88735C266.261 2.95548 265.667 3.27088 265.766 3.3515C265.825 3.39734 267.874 3.65108 267.969 3.62504C268.072 3.59507 267.968 3.18277 268.072 3.14083C268.191 3.09395 269.441 3.49917 270.1 3.52808C271.34 3.5817 271.499 3.24807 271.6 3.25075C271.9 3.26001 272.395 3.52042 273.003 3.54373C276.071 3.65931 280.713 3.56201 283.124 4.38694C280.974 4.00546 278.914 4.22702 276.775 4.23521C277.431 3.55159 273.604 4.65529 275.846 3.92582C274.817 4.05837 266.022 3.86755 265.279 3.68909C265.278 3.68906 265.277 3.68902 265.276 3.68899ZM159.469 1.69401C160.025 1.25681 157.163 1.36659 156.921 1.87116C157.3 1.93892 159.4 1.74337 159.469 1.69401ZM172.706 0.613586C172.974 0.538839 173.23 -0.311081 174.633 0.122087C174.634 0.122089 174.636 0.122091 174.637 0.122093C175.047 0.248642 174.579 0.454961 174.654 0.528876C174.682 0.559005 175.959 0.98408 174.897 1.05017C173.277 1.15196 174.746 0.417613 173.882 0.407372C173.776 0.40641 172.138 0.864843 172.233 0.965998C172.243 0.977757 172.736 0.880842 172.817 0.922905C173.124 1.08098 172.975 1.34624 173.018 1.35891C173.16 1.39112 175.747 0.942907 176.12 1.33892C176.245 1.46579 171.996 1.75341 171.834 1.68793C171.73 1.64615 171.774 0.909487 171.667 0.836976C171.612 0.800735 169.918 1.07644 169.698 1.0089C169.634 0.989326 169.585 0.968222 169.549 0.950828C169.806 1.17861 168.269 1.16286 168.316 0.905757C168.343 0.804612 169.401 0.862591 169.439 0.880298C169.455 0.887774 169.47 0.898079 169.483 0.905189C169.266 0.626984 172.839 0.640632 172.068 0.227085C173.115 0.00142479 171.919 0.833346 172.706 0.613586ZM177.723 0.168232C177.616 0.245415 177.508 0.322603 177.4 0.399797C179.227 0.214922 181.306 0.595316 183.415 0.602755C183.95 0.605234 183.336 0.128353 184.037 0.261337C184.599 0.367933 185.217 0.810838 184.912 0.907172C184.837 0.931176 183.696 0.63895 183.122 0.665691C181.433 0.74491 181.864 1.15344 181.764 1.16391C181.656 1.17497 180.603 0.88492 180.026 0.895638C178.576 0.923518 177.913 1.17075 175.925 0.84044C177.073 0.575176 176.446 -0.00814629 177.723 0.168232ZM245.642 2.08106C245.719 1.82731 246.906 2.08817 247.34 2.06324C247.265 2.3175 246.077 2.0557 245.642 2.08106ZM67.9846 2.53717C67.635 2.96931 70.3731 2.97703 69.6402 2.65329C69.4783 2.58132 68.3289 2.52787 67.9846 2.53717ZM80.3114 2.38015C80.674 2.25262 79.19 1.99708 79.2027 2.32175C79.2083 2.42575 80.2649 2.39667 80.3114 2.38015ZM201.275 0.748161C201.345 0.735767 202.349 0.840989 202.38 0.862756C203.042 1.316 199.734 1.02025 201.275 0.748161ZM95.2628 1.43102C93.9895 1.7396 97.8543 1.75776 96.6649 1.43796C96.6062 1.42232 95.3217 1.41603 95.2628 1.43102ZM100.63 1.21751C100.323 1.23968 98.9559 1.13713 98.941 1.26569C98.9193 1.47283 100.484 1.57511 100.63 1.21751ZM226.628 1.02685C226.49 0.550844 228.281 0.947074 228.906 0.901373C229.044 1.37763 227.255 0.980121 226.628 1.02685ZM215.287 0.464089C222.876 0.224457 221.192 1.2035 214.83 0.686875C214.826 0.383392 214.806 0.479554 215.287 0.464089ZM224.988 0.7002C224.705 0.997427 223.843 0.890159 223.259 0.854384C223.368 0.645813 224.566 0.745975 224.988 0.7002ZM64.6955 2.00568C65.1577 1.60561 67.2766 2.00143 66.9083 2.17269C66.8233 2.20964 64.5292 2.22219 64.6955 2.00568ZM201.912 0.350832C201.739 -0.111324 204.011 0.103622 204.188 0.208244C204.887 0.627699 202.09 0.25103 201.912 0.350832ZM237.392 0.870433C237.803 0.52036 238.939 0.734583 239.671 0.758457C239.33 1.05765 238.015 0.892479 237.392 0.870433ZM232.09 0.460266C232.136 0.447447 233.154 0.503718 233.203 0.521497C234.032 0.892789 231.144 0.735372 232.09 0.460266ZM10.8286 3.81757C10.8619 3.80414 11.6325 3.78588 11.66 3.798C12.3651 4.1066 10.0523 4.1597 10.8286 3.81757Z' fill='%2301516E' fill-opacity='0.7'/%3E %3C/svg%3E");
  }
}
.ArticleBodyComponent .pHeader {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
  line-height: 1.75rem;
}
.font-moses .yplus .ArticleBodyComponent .pHeader {
  font-size: 5.9375vw;
  line-height: 1.26;
  font-weight: 670;
  font-family: "MosesDisplay", "NarkisBlock";
}
.font-moses .ArticleBodyComponent .pHeader {
  font-size: 1.3rem;
  line-height: 1.59;
  font-weight: 670;
}
.ArticleBodyComponent .articleYoutubeComponeta {
  width: 100%;
}
.ArticleBodyComponent .articleYoutubeComponeta .caption {
  width: 100%;
  font-size: 1rem;
  color: #000000;
  padding-bottom: 0.78125vw;
}
.font-moses .yplus .ArticleBodyComponent .articleYoutubeComponeta .caption {
  font-size: 4.375vw !important;
  font-weight: 340;
}
.ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 1.5625vw;
  border-left: none;
}
.ynetnews .ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design,
.vesty .ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design {
  margin: 0 1.5625vw 0 0px;
}
.ArticleBodyComponent .articleIframe iframe {
  width: 100%;
  border: 0;
}
.ArticleBodyComponent .red_underline_header {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.875vw;
}
.ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block {
  position: relative;
}
.ArticleBodyComponent .red_underline_header .public-DraftStyleDefault-block span[data-text="true"]::after {
  position: absolute;
  left: 0;
  bottom: -0.78125vw;
  width: 100%;
  height: 1.25vw;
  border-bottom: 1.25vw solid #de1a1a;
  content: "";
}
.ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 0 1.8rem 0;
  word-break: keep-all;
  margin: 0 6.25vw 4.6875vw 0;
  font-size: inherit;
}
.magazine_template .ArticleBodyComponent .text_editor_numbered_text {
  margin: 0 0 1.5rem 0;
}
.ArticleBodyComponent .text_editor_numbered_text > div {
  display: inline;
}
.ArticleBodyComponent .text_editor_numbered_text:before {
  counter-increment: numbered-text-counter 1;
  content: counter(numbered-text-counter) ". ";
  font-weight: 500;
  position: absolute;
  right: 1.5625vw;
  width: 7.34375vw;
  text-align: end;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 39.0625vw;
  min-width: 50vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (prefers-color-scheme: dark) {
  .calcalist .ArticleBodyComponent .pHeader {
    color: #000 !important;
  }
  .ArticleBodyComponent .special_ul li {
    -webkit-text-fill-color: #419bf9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(65, 155, 249)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  }
  .ArticleBodyComponent .pHeader,
  .ArticleBodyComponent .red_underline_header {
    color: #fff;
  }
  .magazine_art .ArticleBodyComponent .text_editor_block_quote {
    color: #fff;
  }
  .magazine_art .ArticleBodyComponent .text_side_line *,
  .magazine_art .ArticleBodyComponent .one_quote_teaser *,
  .magazine_art .ArticleBodyComponent .two_quotes_teaser *,
  .magazine_art .ArticleBodyComponent .colored_underline_header * {
    color: #fff !important;
    -webkit-text-fill-color: unset !important;
  }
}
.spotimWrapper.popUp {
  position: fixed;
  left: 100%;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
  height: 100%;
  z-index: 9999999;
  overflow-y: auto;
  padding: 3.90625vw;
  box-sizing: border-box;
}
.spotimWrapper.popUp.isOpened {
  transition: left 0.4s;
  left: 0;
}
.spotimWrapper.popUp.isClosed {
  transition: left 0.4s;
  left: -100%;
}
.spotimWrapper.popUp .closePopUp {
  position: sticky;
  top: -3.90625vw;
  width: 100%;
  height: 7.8125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: #fff;
  background-size: 3.125vw auto;
  background-position: left 3.125vw;
  background-repeat: no-repeat;
  z-index: 100;
}
@media (prefers-color-scheme: dark) {
  .spotimWrapper.popUp *,
  .spotimWrapper.popUp {
    background-color: #000 !important;
    color: #fff ! important;
  }
  .closePopUp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-color: #000;
  }
}
.MobileWebAddCommentFormUI {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm {
  margin-top: 0.46875vw;
  position: relative;
  padding: 1.5625vw 0;
  margin-bottom: 0.78125vw;
}
.MobileWebAddCommentFormUI .AddCommentForm * {
  box-sizing: border-box;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
  height: 13.28125vw;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.78125vw;
  border-radius: 1.09375vw;
  box-sizing: border-box;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
  font-size: 4.6875vw;
  font-style: normal;
  font-stretch: normal;
  line-height: 5vw;
  letter-spacing: 0.68px;
  color: #000;
  margin-bottom: 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 15.9375vw;
}
.magazine2025 .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper {
  background-color: transparent;
  border: 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
  height: 4.375vw;
  width: 4.375vw;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
  font-size: 3.75vw;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: right;
  color: #25262b;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: end;
  margin-bottom: 3.4375vw;
}
.ArticleCommentMobileWeb .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper {
  justify-content: flex-end;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 3.125vw;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.68px;
  text-align: right;
  color: #000;
}
.ArticleCommentMobileWeb .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .formTitle {
  display: none !important;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  display: flex;
}
.magazine2025 .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  border: 0;
  background: transparent;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  margin-left: 1.25vw;
  height: 4.375vw;
  width: 4.375vw;
  background-position: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  height: 12.8125vw;
  display: inline-block;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .title {
  height: 12.8125vw;
  display: inline-block;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .commentInputs .comment {
  height: 37.8125vw;
  display: inline-block;
  overflow: auto;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  background-color: #ededed;
  padding: 1.71875vw 2.34375vw;
  border: 0;
  border-radius: 1.25vw;
  font-size: 4.375vw;
  margin-bottom: 2.65625vw;
}
.font-moses .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
  font-size: 3.90625vw;
  font-weight: 340;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
  font-size: 2.03125vw;
  line-height: 2.8125vw;
  text-align: right;
  color: #000;
  width: 55vw;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
  color: #000;
  font-weight: bold;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms {
  font-size: 3.125vw;
  margin: 0.78125vw 0 2.34375vw 0;
}
.font-moses .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms {
  font-size: 2.96875vw;
  font-weight: 340;
  margin: 0px 0 3.90625vw 0;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .panelRowTerms a {
  color: #000;
  font-weight: bold;
}
.MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  cursor: pointer;
  border: 0;
  width: 37.8125vw;
  height: 10.625vw;
  background: linear-gradient(127deg, #474cdd, #1417ac 43%);
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1px;
  text-align: center;
  color: #ffffff;
}
.font-moses .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  font-size: 4.375vw;
  font-weight: 670;
  line-height: normal;
  background: #ed1c24;
}
.magazine2025 .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background: #A10000;
  font-weight: 400;
}
.yplus .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  background: #ed1c24;
  border-radius: 0.78125vw;
}
@media (prefers-color-scheme: dark) {
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper {
    background: #5e5e5e;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .thankYou {
    color: #c9c9c9;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .thankYouWrapper .closeTextWrapper .closeIcon {
    filter: invert(1);
  }
  .MobileWebAddCommentFormUI .AddCommentForm .commentSentMessageWrapepr .successfullySentText {
    color: #25262b;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
    color: #fff;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
    filter: invert(1);
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .inputStyle {
    background-color: #5e5e5e;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService {
    color: #fff;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:link,
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .termsOfService a:visited {
    color: #fff;
  }
  .MobileWebAddCommentFormUI .AddCommentForm .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
    background: #ed1c24;
  }
}
.magazine_template .SiteArticleComments,
.magazine_template .SiteArticleContact {
  margin-inline-start: 3.90625vw;
  margin-inline-end: 3.90625vw;
}
.SiteArticleComments {
  display: flex;
  flex-direction: column;
  direction: rtl;
  margin: 10.625vw 0;
}
.magazine2025 .SiteArticleComments {
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.SiteArticleComments .showMoreCommentsButton,
.SiteArticleComments .closeCommentsButton {
  background: linear-gradient(113deg, #474cdd, #1417ac 36%);
  width: 49.0625vw;
  height: 10.625vw;
  margin: 5.46875vw auto 0 !important;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 4.6875vw;
}
.font-moses .SiteArticleComments .showMoreCommentsButton,
.font-moses .SiteArticleComments .closeCommentsButton {
  font-size: 4.375vw;
  font-weight: 670;
  background: #de1a1a;
}
.magazine2025 .SiteArticleComments .showMoreCommentsButton,
.magazine2025 .SiteArticleComments .closeCommentsButton {
  background: #A10000;
  font-weight: 400;
}
.SiteArticleComments .showMoreCommentsButton:hover,
.SiteArticleComments .closeCommentsButton:hover,
.SiteArticleComments .showMoreCommentsButton:focus,
.SiteArticleComments .closeCommentsButton:focus {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}
.SiteArticleComments .ArticleCommentsTopTabUI {
  display: flex;
  align-items: center;
  height: 6.25vw;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle {
  display: flex;
  align-items: center;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon {
  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");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 6.875vw;
  width: 7.1875vw;
  margin-left: 2.03125vw;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  height: 5.46875vw;
  font-size: 3.125vw;
  font-weight: bold;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
  font-size: 2.65625vw;
  font-weight: 670;
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
  font-weight: 400;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
  font-size: 6.25vw;
  font-weight: bold;
  color: #000;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
  font-size: 5.78125vw;
  font-weight: 800;
  line-height: 0.81;
  letter-spacing: 0.37px;
  font-family: "MosesDisplay", "NarkisBlock";
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
  font-weight: 400;
  color: #121111;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel {
  display: flex;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: linear-gradient(134deg, #474cdd, #1417ac 48%);
  height: 7.96875vw;
  width: 34.53125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: #de1a1a;
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: #A10000;
}
.SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn .btnText {
  font-size: 4.21875vw;
  font-weight: bold;
  color: #fff;
}
.font-moses .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn .btnText {
  font-size: 3.90625vw;
  font-weight: 670;
}
.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn .btnText {
  font-weight: 400;
}
.SiteArticleComments .commentsContainer {
  width: 100%;
  margin: 0;
  padding: 0x;
  box-sizing: border-box;
  border-bottom: 1px solid #dadadd;
}
.SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.SiteArticleComments .ArticleCommentsPopup .commentsContainer {
  padding-bottom: 15.625vw;
}
.yplus :has(.paywall-wrapper) .SiteArticleComments {
  display: none;
}
.yplus .SiteArticleComments {
  padding: 0 3.90625vw;
}
.yplus .SiteArticleComments .showMoreCommentsButton {
  background: #ed1c24;
  border-radius: 0.78125vw;
}
.yplus .SiteArticleComments .ArticleCommentsTopTabUI .tabPanel .newCommentBtn {
  background: #ed1c24;
  border-radius: 0.78125vw;
}
@media (prefers-color-scheme: dark) {
  .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon {
    filter: invert(1);
  }
  .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
    filter: invert(1);
  }
  .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabText {
    color: #fff;
  }
}
.ArticleCommentMobileWeb {
  background-color: transparent !important;
}
.ArticleCommentMobileWeb.level1 {
  border-top: 1px solid #dadadd;
  padding: 2.65625vw 0px;
}
.ArticleCommentMobileWeb.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 1.5625vw;
  padding-bottom: 2.65625vw;
}
.ArticleCommentMobileWeb.expanded {
  background-color: transparent !important;
}
.ArticleCommentMobileWeb .redTitleText {
  color: #de1a1a;
  font-weight: 600;
}
.ArticleCommentMobileWeb .topView {
  display: flex;
}
.ArticleCommentMobileWeb .topView .level2ArrowContainer {
  justify-content: flex-end;
  display: flex;
  padding-left: 1.5625vw;
}
.ArticleCommentMobileWeb .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: 3.125vw;
  height: 2.8125vw;
  margin-top: 0.3125vw;
}
.ArticleCommentMobileWeb .topView .commentNum {
  display: flex;
  font-size: 4.6875vw;
  font-weight: bold;
  margin-left: 0.78125vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .commentNum {
  font-weight: 400;
}
.font-moses .ArticleCommentMobileWeb .topView .commentNum {
  font-size: 3.90625vw;
  font-weight: 670;
  line-height: 5.3125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 0.3125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper {
  display: flex;
  margin-bottom: 0.78125vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle {
  font-size: 4.6875vw;
  line-height: 5.3125vw;
  font-weight: bold;
  text-align: right;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle {
  font-size: 3.90625vw;
  font-weight: 670;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle {
  font-weight: 400;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .commentTitle.expanded {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #000;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
  font-weight: 400;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
  font-size: 3.75vw;
  font-weight: 670;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentText {
  font-size: 4.53125vw;
  font-weight: normal;
  color: #000;
  display: none;
  margin-bottom: 2.65625vw;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .commentText {
  font-size: 3.75vw;
  line-height: normal;
  font-weight: 340;
  margin-bottom: 1.5625vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .commentText {
  font-weight: 300;
}
.ArticleCommentMobileWeb .topView .topLeftView .commentText.expanded {
  display: block;
}
.ArticleCommentMobileWeb .topView .topLeftView .details {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  color: #000;
  justify-content: space-between;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .details {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 310;
  margin-top: 0.78125vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .details {
  font-weight: 300;
}
.ArticleCommentMobileWeb .topView .topLeftView .details > div {
  display: flex;
  flex-shrink: 0;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .author {
  max-width: 35vw;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .publishDate {
  margin-left: 3.90625vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .details span {
  margin-left: 1.25vw;
}
.ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  background: transparent;
  border: 0;
  color: #1417ac;
  font-size: 4.375vw;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: -0.3px;
  margin-left: 4.375vw;
}
.magazine2025 .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  font-weight: 400;
  color: #A10000;
  letter-spacing: normal;
}
.font-moses .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 670;
}
.ArticleCommentMobileWeb .expandedView {
  padding-bottom: 0;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper {
  margin-top: 3.90625vw;
  height: 4.6875vw;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper.level1 {
  padding-right: 8.59375vw;
}
.ArticleCommentMobileWeb .expandedView .bottomButtonsWrapper.level2 {
  padding-right: 13.28125vw;
}
.yplus .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
  color: #ed1c24;
}
@media (prefers-color-scheme: dark) {
  .ArticleCommentMobileWeb.level1 {
    border-top: 1px solid #b1b1b1;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .commentDetailsWrapper .titleText {
    color: #fff;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .commentText {
    color: #fff;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .details {
    color: #bcbcbc;
  }
  .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent {
    color: #3ea6ff;
  }
  .yplus .ArticleCommentMobileWeb .topView .topLeftView .details .commentToComent span {
    color: #ed1c24 !important;
  }
}
.ArticleCommentsPopup:not(.type2026) {
  position: fixed;
  width: 100%;
  height: calc(100vh - (14.84375vw + 15.625vw));
  z-index: 9999999999;
  top: 15.625vw;
  right: 0;
}
.ArticleCommentsPopup:not(.type2026).hide {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.ArticleCommentsPopup:not(.type2026).fadeIn {
  visibility: visible;
  animation: fadeinPopup 0.3s both ease-in-out;
  -webkit-animation: fadeinPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup:not(.type2026).fadeOut {
  pointer-events: none;
  animation: fadeOutPopup 0.3s both ease-in-out;
  -webkit-animation: fadeOutPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup:not(.type2026) .redTitleText {
  color: #de1a1a;
  -webkit-text-fill-color: #de1a1a;
}
.ArticleCommentsPopup:not(.type2026).level1 {
  padding: 2.8125vw 0px;
  position: relative;
}
.ArticleCommentsPopup:not(.type2026).level1:after {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-top: 1px solid #dadadd;
  content: "";
}
.ArticleCommentsPopup:not(.type2026).level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 1.5625vw;
  padding-bottom: 1.5625vw;
}
.ArticleCommentsPopup:not(.type2026).expanded {
  background-color: transparent !important;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar {
  display: flex;
  height: 14.84375vw;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5.46875vw 5.46875vw 0 0;
  padding: 0 5.46875vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline {
  display: flex;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .tabIcon {
  height: 6.09375vw;
  width: 6.09375vw;
  background: transparent 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");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1.71875vw;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .tabIcon .tabNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  height: 4.84375vw;
  font-size: 2.65625vw;
  font-weight: bold;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-size: 6.25vw;
  font-weight: bold;
  line-height: 5.9375vw;
}
.font-moses .ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-size: 5.78125vw;
  font-weight: 800;
  line-height: 0.81;
  letter-spacing: 0.37px;
  font-family: "MosesDisplay", "NarkisBlock";
}
.magazine2025 .ArticleCommentsPopup:not(.type2026) .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-weight: 400;
}
.ArticleCommentsPopup:not(.type2026) .commentsTopBar .popupCloseIcon {
  width: 4.6875vw;
  height: 4.6875vw;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.magazine2025 .ArticleCommentsPopup:not(.type2026) .commentsTopBar .popupCloseIcon {
  border: 0;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper {
  background-color: #fff;
  height: 100%;
  padding: 3.90625vw 4.6875vw 15.625vw;
  overflow: auto;
  box-sizing: border-box;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn {
  display: flex;
  align-items: center;
  visibility: visible;
  height: 12.8125vw;
  border-radius: 1.09375vw;
  margin-bottom: 4.6875vw;
  border: none;
  padding: 0 3.90625vw;
  font-size: 4.375vw;
  background-color: #ededed;
  color: black;
  line-height: 1px;
}
.font-moses .ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn {
  font-size: 3.90625vw;
  font-weight: 310;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn.fadeIn {
  animation: fadeInBtn 400ms forwards ease-in-out;
  -webkit-animation: fadeInBtn 400ms forwards ease-in-out;
}
.ArticleCommentsPopup:not(.type2026) .commentsWrapper .addCommentBtn.hide {
  visibility: hidden;
  pointer-events: none;
  transform: scaleY(0);
  animation: fadeOutBtn 400ms forwards ease-in-out;
  -webkit-animation: fadeOutBtn 400ms forwards ease-in-out;
}
.ArticleCommentsPopup:not(.type2026) .showMoreCommentsButton {
  background: linear-gradient(113deg, #474cdd, #1417ac 36%);
  width: 100%;
  height: 12.8125vw;
  margin: 7.1875vw auto 3.125vw !important;
  font-weight: bold;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.02;
  font-size: 4.6875vw;
}
.font-moses .ArticleCommentsPopup:not(.type2026) .showMoreCommentsButton {
  font-size: 4.375vw;
  font-weight: 670;
  line-height: normal;
  background: #de1a1a;
}
@media (prefers-color-scheme: dark) {
  .font-moses .ArticleCommentsPopup .showMoreCommentsButton {
    background: #de1a1a !important;
  }
  .ArticleCommentsPopup .commentsWrapper {
    background-color: #121212 !important;
  }
  .ArticleCommentsPopup .commentsWrapper .addCommentBtn {
    background-color: #5e5e5e !important;
    color: #c4c4c4 !important;
  }
  .ArticleCommentsPopup .showMoreCommentsButton {
    background: #3ea6ff !important;
  }
}
@keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutPopup {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
@-webkit-keyframes fadeOutPopup {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
}
@keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutBtn {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutBtn {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
.blog_article .comments_template_2026.SiteArticleComments {
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
body:has(.ArticleCommentsPopup.type2026.fadeIn) {
  overflow: hidden;
}
.comments_template_2026.SiteArticleComments {
  padding-bottom: 0px;
  margin: 0;
}
.comments_template_2026.SiteArticleComments.noComments .showMoreCommentsButton {
  display: none;
}
.comments_template_2026.SiteArticleComments.noComments .commentsContainer {
  padding: 2.5vw;
}
.comments_template_2026.SiteArticleComments.noComments .noCommentsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875rem;
  text-align: center;
}
.comments_template_2026.SiteArticleComments.noComments .noCommentsContainer svg {
  flex-shrink: 0;
  margin-inline-start: 0.78125vw;
  margin-top: -0.3125vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 {
  position: fixed;
  top: 15.625vw;
  left: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 -4.6875vw 7.8125vw -4.6875vw rgba(0, 0, 0, 0.2);
  display: flex;
  height: calc(100vh - 15.625vw);
  border-top-left-radius: 4.6875vw;
  border-top-right-radius: 4.6875vw;
  padding: 10.9375vw 4.6875vw 0px 0px;
  flex-direction: column;
  align-items: center;
  gap: 3.90625vw;
  z-index: 100000;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsContainer > li:first-child .level1 {
  border-top: none !important;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026.fadeIn {
  animation: fadeinpopup 500ms ease-in;
  -webkit-animation: fadeinpopup 500ms ease-in;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026.hide,
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026.fadeOut {
  animation: fadeoutpopup 400ms ease-in;
  -webkit-animation: fadeoutpopup 400ms ease-in;
  display: none;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026:before {
  width: 100%;
  top: -15.625vw;
  left: 0;
  height: 15.625vw;
  background-color: transparent;
  content: "";
  z-index: 0;
  position: absolute;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .sortSelectWrapper {
  position: relative;
  display: inline-block;
  width: 46.875vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .sortSelect {
  border: 1px solid #C5C5C5;
  border-radius: 0;
  color: #78787B;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.25vw;
  width: 100%;
  height: 9.6875vw;
  box-sizing: border-box;
  padding: 2.5vw;
  position: relative;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .sortSelect .menuToggler {
  position: absolute;
  width: 4.0625vw;
  height: 4.0625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3521 5.14499C12.5482 5.33945 12.5495 5.65603 12.355 5.8521L7.91929 10.3245C7.69944 10.5461 7.32438 10.5702 7.08223 10.326L2.64499 5.8521C2.45054 5.65603 2.45184 5.33945 2.6479 5.14499C2.84397 4.95054 3.16055 4.95184 3.35501 5.1479L7.5 9.32716L11.645 5.1479C11.8395 4.95184 12.156 4.95054 12.3521 5.14499Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  left: 2.5vw;
  top: 2.5vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu {
  position: absolute;
  top: 9.6875vw;
  right: 0;
  background: #FFF;
  border: 1px solid #C5C5C5;
  box-shadow: 0 0.625vw 2.5vw 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  z-index: 10;
  display: none;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu.isVisible {
  display: flex;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu .sortOption {
  padding: 1.875vw 4.0625vw;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 340;
  line-height: normal;
  color: #78787B;
  text-align: right;
  cursor: pointer;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .optionsMenu .sortOption:hover {
  background-color: #F5F5F5;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .popupCloseIcon {
  position: absolute;
  top: 1.875vw;
  left: 1.875vw;
  width: 7.8125vw;
  height: 7.8125vw;
  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='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar {
  display: flex;
  justify-content: flex-start;
  gap: 2.5vw;
  border-bottom: 1px solid #EFEFEF;
  width: calc(100% - 7.65625vw);
  align-items: baseline;
  margin-left: 7.65625vw;
  padding-bottom: 2.5vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .headlineTitle {
  color: #000;
  text-align: center;
  font-size: 5.15625vw;
  font-weight: 670;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .commentsCountContainer {
  color: #78787B;
  text-align: start;
  font-size: 3.59375vw;
  font-weight: 500;
  line-height: 4.84375vw;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .addCommentBtn {
  display: flex;
  width: fit-content;
  height: 7.65625vw;
  padding: 0 3.90625vw;
  justify-content: center;
  align-items: center;
  gap: 0.46875vw;
  color: #FFF;
  text-align: center;
  font-size: 3.59375vw;
  font-weight: 500;
  line-height: 5.15625vw;
  justify-self: flex-end;
  border: 0;
  background-color: #DE1A1A;
  float: left;
  border-radius: 7.8125vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar .addCommentBtn.hide {
  display: none;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper {
  overflow-y: auto;
  padding-left: 4.6875vw;
  box-sizing: border-box;
  flex-grow: 1;
  padding-bottom: 15.625vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper ol.commentsContainer {
  list-style: none;
  margin: 0;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer {
  padding: 3.90625vw 0 0 0;
  box-shadow: none;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer > li .ArticleComment2026 {
  padding-bottom: 2.5vw !important;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer > li .ArticleComment2026 .topView {
  padding-top: 2.5vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer .commentDetailsWrapper .commentTitle {
  white-space: initial;
  overflow: unset;
  text-overflow: unset;
  max-width: unset;
  line-height: 1.3;
  gap: 1.25vw;
}
.comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsWrapper .commentsContainer .topLeftView {
  gap: 2.03125vw !important;
}
.comments_template_2026.SiteArticleComments #ArticleCommentsPopup .commentTitle {
  -webkit-line-clamp: 5 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.comments_template_2026.SiteArticleComments .showMoreCommentsButton {
  background-color: transparent !important;
  color: #DE1A1A !important;
  -webkit-text-fill-color: #DE1A1A !important;
  text-align: center;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 4.375vw;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 0px !important;
  height: fit-content !important;
  width: fit-content !important;
}
.grid1280_2.ynet .comments_template_2026.SiteArticleComments .showMoreCommentsButton {
  margin-top: 0px !important;
}
.comments_template_2026.SiteArticleComments .commentsContainer {
  border: 0 !important;
  background: #FFF;
  display: flex;
  padding: 0 2.5625vw 1.28125vw;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.comments_template_2026.SiteArticleComments .commentsContainer > div,
.comments_template_2026.SiteArticleComments .commentsContainer > li {
  width: 100%;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper {
  color: #78787B;
  font-size: 0.75rem;
  font-weight: 500;
  margin-inline-start: 12.1875vw;
  gap: 1.5625vw;
  position: relative;
  display: flex;
  margin-bottom: 1.25vw;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper .lineToParent,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper .lineToParent {
  position: absolute;
  right: -8.125vw;
  bottom: 2.5vw;
  width: 4.375vw;
  flex-shrink: 0;
  border-radius: 0 0 2.5vw 0;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
.comments_template_2026.SiteArticleComments .commentsContainer .level2HidecounterWrapper .commentToComent,
.comments_template_2026.SiteArticleComments .commentsContainer .level2CommentsCountWrapper .commentToComent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.89298 12.9691C6.74113 13.032 6.56655 12.997 6.45035 12.8806L1.36906 7.78795C1.21031 7.62885 1.21031 7.37115 1.36906 7.21205L6.45035 2.11942C6.56655 2.00296 6.74113 1.96797 6.89297 2.0309C7.04487 2.09396 7.14406 2.24259 7.14406 2.40737L7.14406 5.38338C9.12326 5.73725 11.0854 5.26627 12.8739 3.56963L13.056 3.39258C13.1803 3.26805 13.3702 3.23746 13.5269 3.31699C13.6837 3.39662 13.772 3.56858 13.7453 3.7427C13.4823 5.45576 12.8196 7.07296 11.6616 8.23356C10.573 9.32465 9.07418 9.98323 7.14406 9.95978L7.14406 12.5926C7.14406 12.7574 7.04488 12.906 6.89298 12.9691ZM6.33126 9.53705C6.33126 9.42461 6.37752 9.31715 6.45928 9.24015C6.54105 9.16316 6.65099 9.12324 6.76297 9.13024C8.68825 9.25084 10.096 8.65088 11.087 7.65765C11.8342 6.9088 12.3625 5.91808 12.6843 4.80001C10.7929 6.24219 8.7175 6.57606 6.64933 6.11544C6.4634 6.07398 6.33125 5.9085 6.33125 5.71758L6.33125 3.39059L2.231 7.5L6.33126 11.6094L6.33126 9.53705Z' fill='%2378787B'/%3E %3Cpath d='M2 7.5L6.5 12L6.5 9.5C11 9.5 12.25 7.25 13.25 3.75C11.25 5.75 9.75 6.25 6.5 5.5L6.5 3L2 7.5Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 3.75vw 3.75vw;
  width: 3.90625vw;
  height: 3.90625vw;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 {
  display: flex;
  padding-bottom: 0;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level1 {
  border-top: 1px solid #EFEFEF;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 {
  margin-right: 7.5vw;
  width: calc(100% - 7.5vw);
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 .level2ArrowContainer {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 5.15625vw;
  position: relative;
  width: 5.3125vw;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 .level2ArrowContainer .lineToParent {
  position: absolute;
  right: -3.4375vw;
  bottom: 2.5vw;
  width: 4.375vw;
  flex-shrink: 0;
  border-radius: 0 0 2.5vw 0;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026.level2 .level2Arrow {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
  background-color: #F8D1D1;
  display: flex;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topView {
  display: flex;
  padding-top: 1.25vw;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.0625vw;
  align-self: stretch;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentNum {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-color: #F8D1D1;
  border-radius: 20rem;
  color: #78787B;
  text-align: center;
  font-family: "MosesDisplay";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 340;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView {
  display: flex;
  gap: 1.25vw;
  flex-direction: column;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details {
  display: flex;
  padding: 1.25vw 0 0;
  justify-content: flex-start;
  align-items: center;
  gap: 5.15625vw;
  flex-wrap: wrap;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .commentToComent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.89298 12.9691C6.74113 13.032 6.56655 12.997 6.45035 12.8806L1.36906 7.78795C1.21031 7.62885 1.21031 7.37115 1.36906 7.21205L6.45035 2.11942C6.56655 2.00296 6.74113 1.96797 6.89297 2.0309C7.04487 2.09396 7.14406 2.24259 7.14406 2.40737L7.14406 5.38338C9.12326 5.73725 11.0854 5.26627 12.8739 3.56963L13.056 3.39258C13.1803 3.26805 13.3702 3.23746 13.5269 3.31698C13.6837 3.39662 13.772 3.56858 13.7453 3.7427C13.4823 5.45576 12.8196 7.07296 11.6616 8.23356C10.573 9.32465 9.07418 9.98323 7.14406 9.95978L7.14406 12.5926C7.14406 12.7574 7.04488 12.906 6.89298 12.9691ZM6.33126 9.53705C6.33126 9.4246 6.37752 9.31715 6.45928 9.24015C6.54105 9.16316 6.65099 9.12324 6.76297 9.13024C8.68825 9.25084 10.096 8.65088 11.087 7.65765C11.8342 6.9088 12.3625 5.91808 12.6843 4.80001C10.7929 6.24219 8.7175 6.57606 6.64933 6.11544C6.4634 6.07398 6.33125 5.9085 6.33125 5.71758L6.33125 3.39059L2.231 7.5L6.33126 11.6094L6.33126 9.53705Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 3.75vw 3.75vw;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
  padding-inline-start: 4.6875vw;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper {
  display: flex;
  gap: 0.938rem;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.25vw;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  color: #78787B;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .redCounter {
  color: #DE1A1A;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter {
  color: #78787B;
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter.likePressed,
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeCounter.dislikePressed {
  color: #DE1A1A;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .likeSvg,
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .voteButton .dislikeSvg {
  width: 0.938rem;
  height: 0.938rem;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .reportButton {
  display: flex;
  align-items: anchor-center;
  gap: 1.25vw;
  justify-content: center;
  color: #78787B;
  border: none;
  background-color: transparent;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .topLeftView .details .voteButtonsWrapper .reportButton .reportText {
  font-size: 0.75rem;
  font-weight: 340;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper {
  display: flex;
  gap: 0px;
  flex-direction: column;
  flex-grow: 1;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .clampedText {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .expandedText {
  display: block;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .readMore {
  cursor: pointer;
  margin-top: 0.625vw;
  font-size: 0.875rem;
  text-decoration: underline;
  font-weight: 500;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .commentDetailsWrapper .commentTitle {
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 340;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  -webkit-line-clamp: 1;
  /* &.redTitleText{
                    color:#DE1A1A;
                }*/
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 2.5vw;
  max-width: 90%;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails .author {
  color: #000;
  text-align: right;
  font-family: "MosesDisplay";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.comments_template_2026.SiteArticleComments .ArticleComment2026 .CommentDetails .DateDisplay {
  color: #78787B;
  text-align: right;
  font-family: "Moses";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 340;
  line-height: 5.3125vw;
  flex-shrink: 0;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .topTitleWrapper {
  display: flex;
  flex-direction: column;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .termsOfService {
  color: #78787B;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 340;
  line-height: 4.0625vw;
  margin-bottom: 2.5vw;
  margin-left: 6.25vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .termsOfService a {
  color: #3EA6FF !important;
  text-decoration: none;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  position: relative;
  padding: 3.90625vw 2.5vw 2.5vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer .closeBtnWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5.15625vw;
  height: 5.15625vw;
  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='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer input,
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer textarea {
  display: flex;
  padding: 3.90625vw 3.90625vw 3.90625vw 2.5vw;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  text-align: right;
  font-size: 0.938rem;
  font-weight: 340;
  line-height: normal;
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer input {
  height: 10.78125vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer textarea {
  height: 22.1875vw;
  overflow-y: auto;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .AddCommentFormContainer .sendBtn {
  display: flex;
  width: 7.8rem;
  height: 7.65625vw;
  padding: 0 3.90625vw;
  justify-content: center;
  align-items: center;
  gap: 0.46875vw;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 5.15625vw;
  justify-self: flex-end;
  border: 0;
  background-color: #DE1A1A;
  float: left;
  border-radius: 7.8125vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026.fadeIn {
  animation: fadeinForm 200ms ease-in;
  -webkit-animation: fadeinForm 200ms ease-in;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026.hide {
  display: none;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper.alertMessage .bottomPanel {
  display: flex;
  gap: 2.5vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .closeText {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5vw;
  font-size: 0.75rem;
  cursor: pointer;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper {
  height: fit-content;
  background: #f3f8f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.90625vw;
  box-sizing: border-box;
  gap: 2.5vw;
  margin: 0 0 3.125vw;
  position: relative;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper .thankYou {
  font-size: 0.75rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.6875vw;
  text-align: right;
  color: #000;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .thankYouWrapper .closeTextWrapper.closeIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  height: 4.6875vw;
  width: 4.6875vw;
  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='M18.9246 7.24338C19.2472 6.92082 19.2472 6.39783 18.9246 6.07526C18.6021 5.75269 18.0791 5.75269 17.7565 6.07526L12.4999 11.3319L7.24336 6.07538C6.92079 5.75282 6.39781 5.75282 6.07524 6.07538C5.75267 6.39795 5.75267 6.92094 6.07524 7.24351L11.3318 12.5L6.07528 17.7565C5.75271 18.0791 5.75271 18.602 6.07528 18.9246C6.39785 19.2472 6.92083 19.2472 7.2434 18.9246L12.4999 13.6681L17.7565 18.9247C18.079 19.2473 18.602 19.2473 18.9246 18.9247C19.2472 18.6022 19.2472 18.0792 18.9246 17.7566L13.668 12.5L18.9246 7.24338Z' fill='%2378787B'/%3E %3C/svg%3E");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
}
.comments_template_2026.SiteArticleComments .AddCommentFormUI2026 .commentSentMessageWrapper .successfullySentText {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  text-align: right;
  color: #25262b;
}
.ArticleCommentsTopTabMobileUI2026 {
  display: flex;
  padding: 1.28125vw 2.5625vw;
  height: 9.21875vw;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #FFF;
  flex-wrap: wrap;
  border-bottom: 0.3125vw solid #EFEFEF;
}
.ArticleCommentsTopTabMobileUI2026 .tabTitle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.46875vw;
  color: #000;
  text-align: center;
  font-size: 3.90625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.26;
  cursor: pointer;
  order: 0;
}
.ArticleCommentsTopTabMobileUI2026 .tabTitle .tbIcon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.15994 13.1292V16.0789L9.69242 13.1292H16.9333V3.73341H3.06667V13.1292H6.15994ZM5.61189 17.9261C5.40529 18.0986 5.09328 17.9501 5.09328 17.6792V14.1959H2.31683C2.14185 14.1959 2 14.0525 2 13.8756V2.987C2 2.81013 2.14185 2.66675 2.31683 2.66675H17.6832C17.8582 2.66675 18 2.81013 18 2.987V13.8756C18 14.0525 17.8582 14.1959 17.6832 14.1959H10.0792L5.61189 17.9261Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  width: 5.15625vw;
  height: 5.15625vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleCommentsTopTabMobileUI2026 .tabPanel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625vw;
  order: 1;
}
.ArticleCommentsTopTabMobileUI2026 .tabPanel .newCommentBtn {
  display: flex;
  height: 6.25vw;
  max-height: 6.5625vw;
  padding: 1.25vw 2.5vw;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  border-radius: 156.09375vw;
  border: 0.25vw solid #DE1A1A;
  background: #DE1A1A;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-size: 3.28125vw;
  font-weight: 500;
  line-height: 4.21875vw;
  text-transform: capitalize;
  width: 25.625vw;
}
@media (prefers-color-scheme: dark) {
  .comments_template_2026.SiteArticleComments {
    border: 1px solid #3E3E3E;
    background-color: #121212 !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 {
    background-color: #121212 !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsPopup.type2026 .commentsTopBar {
    border-bottom: transparent !important;
  }
  .comments_template_2026.SiteArticleComments .thankYouWrapper {
    background-color: #3E3E3E !important;
  }
  .comments_template_2026.SiteArticleComments .optionsMenu {
    background-color: #121212 !important;
  }
  .comments_template_2026.SiteArticleComments .optionsMenu:hover {
    background-color: #3E3E3E !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsTopTabMobileUI2026 {
    background-color: transparent !important;
  }
  .comments_template_2026.SiteArticleComments .ArticleCommentsTopTabMobileUI2026 * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
  .comments_template_2026.SiteArticleComments .showMoreCommentsButton {
    color: #DF3232 !important;
    -webkit-text-fill-color: #DF3232 !important;
  }
  .comments_template_2026.SiteArticleComments .commentsContainer {
    background: transparent !important;
  }
  .comments_template_2026.SiteArticleComments .commentsContainer .level1 {
    border-top: 1px solid #3E3E3E !important;
  }
  .comments_template_2026.SiteArticleComments .commentsContainer .DateDisplay,
  .comments_template_2026.SiteArticleComments .commentsContainer .commentToComent,
  .comments_template_2026.SiteArticleComments .commentsContainer .likeCounter {
    color: #C5C5C5 !important;
    -webkit-text-fill-color: #C5C5C5 !important;
  }
  .comments_template_2026.SiteArticleComments .commentNum,
  .comments_template_2026.SiteArticleComments .level2Arrow {
    background-color: #E96666 !important;
    color: #C5C5C5 !important;
    -webkit-text-fill-color: #C5C5C5 !important;
  }
}
@-webkit-keyframes fadeinpopup {
  from {
    opacity: 0;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    visibility: hidden;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
}
@-webkit-keyframes fadeoutpopup {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    visibility: hidden;
  }
}
.article-hot-updates-wrapper {
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
}
.article-hot-updates {
  height: auto;
  width: 100%;
}
.article-hot-updates .hot-update-header {
  width: 100%;
  padding: 3.75vw 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.375rem;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  font-family: "NarkisBlock";
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title div:not(.small-clock-pf) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-hot-updates .hot-update-header .hot-update-event-title .small-clock-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='-1 -1 26 25'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:none;stroke:%23fff;stroke-width:2px%7D %3C/style%3E %3C/defs%3E %3Cg id='clock' transform='translate(-565 -429)'%3E %3Cg id='Ellipse_1' class='cls-1' transform='translate(565 429)'%3E %3Cellipse cx='12' cy='11.5' rx='12' ry='11.5'/%3E %3Cellipse cx='12' cy='11.5' fill='none' rx='11' ry='10.5'/%3E %3C/g%3E %3Cpath id='Path_1' d='M0-.375v6.4' class='cls-1' transform='translate(576.768 435.225)'/%3E %3Cpath id='Path_2' d='M0 4.013L6.688.23V0' class='cls-1' transform='translate(570.08 440.702)'/%3E %3C/g%3E %3C/svg%3E");
  width: 25px;
  height: 25px;
  margin-right: 19px;
  margin-left: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  flex-shrink: 0;
}
.article-hot-updates .hot-update-item-container {
  background-color: #fafdfd;
  padding-top: 2.34375vw;
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
}
.article-hot-updates .hot-update-item-container .border-line {
  position: absolute;
  height: 86%;
  right: 7.5%;
  border-right: 1px solid #c1c1c1;
  z-index: -1;
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf {
  width: 100%;
  padding: 9px 20px 9px 20px;
  box-sizing: border-box;
  -webkit-animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a {
  text-decoration: none;
  color: inherit;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-circle-pf {
  background: #000000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 16px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-time {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "NarkisBlock";
  color: #000000;
  font-weight: 600;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1b1b1b;
  overflow: hidden;
  font-family: "NarkisBlock";
  max-height: 3.125rem;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .space-pf {
  margin: 0px 3px 0 0;
  border-right: 1px solid #000000;
  padding-right: 19px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now {
  -webkit-animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
  animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.89' height='14.891' viewBox='0 0 14.89 14.891'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23f60c13;stroke:%23f60c13;stroke-width:.5px%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2038' transform='translate(-263.583 -264.928)'%3E %3Cpath id='Path_39' d='M271.028 265.178a7.2 7.2 0 1 0 7.2 7.2 7.2 7.2 0 0 0-7.2-7.2zm0 13.7a6.508 6.508 0 1 1 6.508-6.508 6.516 6.516 0 0 1-6.508 6.511z' class='cls-1'/%3E %3Cpath id='Path_40' d='M290.447 279.317h-4.811v-4.833a.344.344 0 0 0-.687 0v5.176a.344.344 0 0 0 .344.344h5.155a.344.344 0 1 0 0-.687z' class='cls-1' transform='translate(-15.145 -6.429)'/%3E %3C/g%3E %3C/svg%3E");
  width: 3.90625vw;
  height: 3.90625vw;
  margin-left: 1.5625vw;
  flex-shrink: 0;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-time {
  font-weight: bold;
  color: #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-title {
  font-weight: bold;
  border-right: 1px solid #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-circle-pf {
  background: #de1a1a;
}
@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 3.125vw 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.25vw 0 rgba(0, 0, 0, 0.5);
  }
}
@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 3.125vw 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1.25vw 0 rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  .article-hot-updates .hot-update-item-container {
    background-color: #1e1e1e;
  }
  .article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-circle-pf {
    background: #fff;
  }
  .article-hot-updates .hot-update-item-container .hot-update-item-pf a .space-pf {
    border-right: 1px solid #fff;
  }
}
body:has(.articleImageGalleryMobile) {
  overflow: hidden;
}
.articleImageGalleryMobile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1E1E1E;
  animation: background-transition 0.5s linear;
  z-index: 9999;
}
.articleImageGalleryMobile .GalleryWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.calcalist .articleImageGalleryMobile .GalleryWrapper * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.articleImageGalleryMobile .GalleryWrapper .closeBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  position: absolute;
  top: 3.90625vw;
  left: 3.90625vw;
  padding: 0;
  filter: invert(1);
  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-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: opacity-transition 0.5s linear;
  z-index: 1;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer {
  height: 100%;
  height: calc(100% - (7.8125vw + (3.125vw * 2)));
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track {
  display: flex;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 2.34375vw;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide img {
  width: 100vw !important;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo {
  display: inline;
  direction: rtl;
  padding: 0 4.6875vw;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375rem;
  animation: opacity-transition 0.5s linear;
}
.ynetnews .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo {
  direction: ltr;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo:has(.credit) .caption {
  margin-inline-end: 1.5625vw;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo .caption {
  display: inline;
  color: #fff;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide .imageInfo .credit {
  display: inline;
  color: #C5C5C5;
  font-weight: 100;
}
.articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-dots {
  display: none !important;
}
.articleImageGalleryMobile .GalleryWrapper .bottom-container {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 0 3.90625vw;
  margin: 3.125vw 0;
  animation: opacity-transition 0.5s linear;
}
.articleImageGalleryMobile .GalleryWrapper .bottom-container .imagesCounter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.375rem;
  direction: ltr;
}
.font-moses .articleImageGalleryMobile .GalleryWrapper .bottom-container .imagesCounter {
  font-size: 0.875rem;
  font-weight: 340;
  line-height: 3.59375vw;
}
.articleImageGalleryMobile .GalleryWrapper .bottom-container .shareImageBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  filter: invert(1);
  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") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
  z-index: 1;
}
@keyframes opacity-transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes background-transition {
  0% {
    background: transparent;
  }
  100% {
    background: #1E1E1E;
  }
}
@media (orientation: landscape) {
  .articleImageGalleryMobile .GalleryWrapper {
    position: relative;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer {
    height: 100%;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div {
    justify-content: center;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide {
    padding: 3.125vw 8.75vw;
    box-sizing: border-box;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide > div:not(.imageInfo) {
    width: 100%;
    max-height: calc(100% - (2.34375vw + 1.4375rem));
    display: flex;
    justify-content: center;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide > div:not(.imageInfo) img {
    width: unset !important;
    flex-grow: 1;
  }
  .articleImageGalleryMobile .GalleryWrapper .imageContainer .slick-slider .slick-list .slick-track .slick-slide > div .imageSlide > div:not(.imageInfo) .imageInfo {
    padding: 0;
  }
  .articleImageGalleryMobile .GalleryWrapper .closeBtn {
    width: 5.208vw;
    height: 5.208vw;
    top: 6.25vw;
    left: 2.083vw;
  }
  .articleImageGalleryMobile .GalleryWrapper .bottom-container {
    position: unset;
    margin: 0;
  }
  .articleImageGalleryMobile .GalleryWrapper .bottom-container .shareImageBtn {
    width: 5.208vw;
    height: 5.208vw;
    position: absolute;
    bottom: 4.167vw;
    left: 2.083vw;
  }
  .articleImageGalleryMobile .GalleryWrapper .bottom-container .imagesCounter {
    position: absolute;
    top: 6.667vw !important;
    right: 2.083vw !important;
    left: unset !important;
    transform: unset !important;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
.ArticleImagesFullScreenGalleryMobile {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.calcalist .ArticleImagesFullScreenGalleryMobile {
  background-color: #000;
}
.calcalist .ArticleImagesFullScreenGalleryMobile * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper {
  position: relative;
  display: flex;
  min-height: 9.6875vw;
  width: 100%;
  padding: 6.25vw 6.25vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: 3.75vw;
  height: 3.75vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 3.75vw auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.calcalist .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-size: 2.8125vw auto;
  background-color: #333333bf;
  border-radius: 50%;
  border: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .closeBtn:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .imagesCounter {
  margin: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .galleryHeaderWrapper .shareImageBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='white'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageContainer {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 4.6875vw;
  margin: auto;
  flex-direction: column;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageContainer img {
  width: 100vw;
  max-height: 100%;
  height: auto;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  min-height: 18.75vw;
  direction: rtl;
  margin-top: 4.6875vw;
  width: 93.75vw;
  flex-shrink: 0;
  color: #fff;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions {
  direction: ltr;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 3.125vw;
  flex-shrink: 0;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-right: 3.125vw;
  padding-left: unset;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 2.65625vw;
  outline: 0;
  height: 5.3125vw;
  width: 5.3125vw;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  background-position: center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-left: 2.65625vw;
  margin-right: unset;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 6.25vw;
  width: 6.25vw;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 7.8125vw;
}
.font-moses .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 670;
}
.radionas .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 700;
}
.ynetnews .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  direction: ltr;
  padding-right: 7.8125vw;
  padding-left: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  margin-top: 0.78125vw;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 8.125vw;
  color: #fff;
  font-size: 1.375rem;
  margin: 0px 1.5625vw;
  letter-spacing: 0.9375vw;
  direction: ltr;
  align-items: center;
  letter-spacing: 0;
  margin-top: 7.5vw;
}
.font-moses .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter,
.radionas .ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter {
  font-size: 1rem;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .navigationArrow {
  height: 4.84375vw;
  width: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-slider {
  display: flex;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-slider .slick-dots {
  display: none !important;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list .slick-track {
  display: flex;
}
.ArticleImagesFullScreenGalleryMobile .GalleryWrapper .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
.MobileArticleImagesGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.calcalist .MobileArticleImagesGallery {
  background-color: #000;
}
.calcalist .MobileArticleImagesGallery * {
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif !important;
  font-size: 1rem !important;
}
.MobileArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.calcalist .MobileArticleImagesGallery .GalleryWrapper .slick-arrow {
  position: absolute;
  width: 3rem;
  height: 6rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: calc(50% - 3rem);
  border: 0;
  content: "";
  color: transparent !important;
  z-index: 1;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='105.000000pt' height='136.000000pt' viewBox='0 0 105.000000 136.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,136.000000) scale(0.100000,-0.100000)' fill='rgba(0,0,0,0.6)' stroke='none'%3E %3Cpath d='M4 1325 c-2 -5 -3 -299 -2 -653 l3 -643 464 1 c451 0 464 1 492 21 61 43 59 26 59 631 0 530 -1 554 -20 585 -35 59 -25 58 -529 63 -304 3 -465 2 -467 -5z m644 -277 c3 -22 -21 -54 -150 -193 -84 -92 -155 -171 -157 -177 -2 -6 72 -86 164 -178 151 -151 167 -171 161 -194 -5 -20 -13 -26 -34 -26 -22 0 -62 35 -210 183 -157 157 -183 188 -180 210 2 18 61 90 177 217 150 165 177 191 200 188 20 -2 27 -9 29 -30z'/%3E %3C/g%3E %3C/svg%3E");
  left: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='105.000000pt' height='136.000000pt' viewBox='0 0 105.000000 136.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,136.000000) scale(0.100000,-0.100000)' fill='rgba(0,0,0,0.6)' stroke='none'%3E %3Cpath d='M89 1313 c-61 -37 -59 -18 -59 -633 0 -502 2 -565 16 -590 37 -61 27 -60 536 -60 l463 0 0 650 0 650 -465 0 c-412 -1 -468 -2 -491 -17z m533 -420 c104 -104 188 -196 188 -206 0 -28 -350 -407 -376 -407 -25 0 -47 23 -42 44 2 8 68 86 148 173 80 87 151 166 159 176 13 17 1 32 -152 185 -157 157 -183 192 -160 215 23 24 59 -4 235 -180z'/%3E %3C/g%3E %3C/svg%3E");
  right: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper {
  position: relative;
  display: flex;
  min-height: 9.6875vw;
  width: 100%;
  padding: 6.25vw 6.25vw 0 6.25vw;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row-reverse;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: 3.75vw;
  height: 3.75vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 3.75vw auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.calcalist .MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-size: 2.8125vw auto;
  background-color: #333333bf;
  border-radius: 50%;
  border: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .closeBtn:hover {
  opacity: 1;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .imagesCounter {
  margin: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .galleryHeaderWrapper .shareImageBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='white'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .imageContainer {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 4.6875vw;
  margin: auto;
  flex-direction: column;
}
.MobileArticleImagesGallery .GalleryWrapper .imageContainer img {
  width: 100vw;
  max-height: 100%;
  height: auto;
}
.magazine2025 .MobileArticleImagesGallery .GalleryWrapper .imageContainer img {
  max-width: 100vw;
  width: auto;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  min-height: 18.75vw;
  direction: rtl;
  margin-top: 4.6875vw;
  width: 93.75vw;
  flex-shrink: 0;
  color: #fff;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  direction: ltr;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 3.125vw;
  flex-shrink: 0;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-right: 3.125vw;
  padding-left: unset;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 2.65625vw;
  outline: 0;
  height: 5.3125vw;
  width: 5.3125vw;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  background-position: center;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-left: 2.65625vw;
  margin-right: unset;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 6.25vw;
  width: 6.25vw;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font-size: 1.375rem;
  line-height: 1.2;
  padding-right: 0;
  padding-left: 7.8125vw;
}
.font-moses .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 670;
}
.radionas .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 0.813rem;
  line-height: 1.38;
  font-weight: 700;
}
.ynetnews .MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  direction: ltr;
  padding-right: 7.8125vw;
  padding-left: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  margin-top: 0.78125vw;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 8.125vw;
  color: #fff;
  font-size: 1.375rem;
  margin: 0px 1.5625vw;
  letter-spacing: 0.9375vw;
  direction: ltr;
  align-items: center;
  letter-spacing: 0;
  margin-top: 7.5vw;
}
.font-moses .MobileArticleImagesGallery .GalleryWrapper .imagesCounter,
.radionas .MobileArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 1rem;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 4.84375vw;
  width: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
.MobileArticleImagesGallery .GalleryWrapper .slick-slider {
  display: flex;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-slider .slick-dots {
  display: none !important;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list .slick-track {
  display: flex;
}
.MobileArticleImagesGallery .GalleryWrapper .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.ArticleMagazineImageTeaserComponenta {
  display: flex;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container img {
  object-fit: cover;
  width: 100% !important;
}
.ArticleMagazineImageTeaserComponenta .image-container .credit {
  color: #78787B;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 340;
  line-height: 1rem;
  align-self: flex-start;
  margin-top: 1.5625vw;
}
.ArticleMagazineImageTeaserComponenta .image-container .credit:before {
  content: "(";
}
.ArticleMagazineImageTeaserComponenta .image-container .credit:after {
  content: ")";
}
.ArticleMagazineImageTeaserComponenta .text-container {
  margin-top: 1rem;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption {
  color: #010101;
  text-align: right;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1.3;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption::after {
  display: block;
  position: relative;
  width: 18.28125vw;
  content: '';
  height: 1.25vw;
  background-color: #DE1A1A;
  right: 0;
  margin-top: 1rem;
}
.magazine_art .ArticleMagazineImageTeaserComponenta .text-container .caption::after {
  background-color: #00B4D8 !important;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.article-recipe-componenta {
  display: flex;
  flex-direction: column;
}
.recipe-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  margin: 0;
}
.recipe-card .recipe-card-image {
  order: 1;
  position: relative;
  height: 56.25vw;
}
.recipe-card .recipe-card-image .ImageDetails {
  font-family: 'Assistant';
  min-height: 4.375vw;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.6);
}
.recipe-card .recipe-card-image .share-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2.65625vw 0 0 2.65625vw;
}
.recipe-card .recipe-card-image .share-container .recipe-bookmark-button {
  width: 10.625vw;
  height: 10.625vw;
  margin-right: 1.09375vw;
  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 %3Cg id='icon1' transform='translate(-0.25)'%3E %3Crect id='Rectangle_881' data-name='Rectangle 881' width='40' height='40' rx='20' transform='translate(0.25)' fill='%23212121' opacity='0.49'/%3E %3Cpath id='Path_434' data-name='Path 434' d='M582.75-357.532l6.525-5.913,7.136,5.913V-376.7H582.75Z' transform='translate(-570.035 386.864)' fill='none' stroke='%23fff' stroke-width='1.6'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recipe-card .recipe-card-image .share-container .recipe-share-button {
  width: 10.625vw;
  height: 10.625vw;
  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 %3Cg id='share' transform='translate(-0.454)'%3E %3Crect id='Rectangle_882' data-name='Rectangle 882' width='40' height='40' rx='20' transform='translate(0.454)' fill='%23212121' opacity='0.49'/%3E %3Cg id='share_icon' data-name='share icon' transform='translate(10.302 9.667)'%3E %3Ccircle id='Ellipse_25' data-name='Ellipse 25' cx='3' cy='3' r='3' transform='translate(0 7)' fill='%23fff'/%3E %3Ccircle id='Ellipse_26' data-name='Ellipse 26' cx='3' cy='3' r='3' transform='translate(13)' fill='%23fff'/%3E %3Ccircle id='Ellipse_27' data-name='Ellipse 27' cx='3' cy='3' r='3' transform='translate(13 15)' fill='%23fff'/%3E %3Cpath id='Path_430' data-name='Path 430' d='M-3651.286,84.143l-11.286-6.429' transform='translate(3666 -67)' fill='none' stroke='%23fff' stroke-width='1.6'/%3E %3Cpath id='Path_431' data-name='Path 431' d='M-3651.286,77.714l-11.286,6.429' transform='translate(3666 -74)' fill='none' stroke='%23fff' stroke-width='1.6'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.recipe-card .recipe-card-image img {
  width: 100% !important;
  height: 56.25vw !important;
}
.recipe-card .recipe-card-image .videoIcon {
  bottom: 0;
  left: 0;
  border-radius: 50% !important;
  margin: 0 0 2.65625vw 2.65625vw;
}
.recipe-card .recipe-card-image .videoIcon .icon {
  border-radius: 50% !important;
}
.recipe-card .recipe-card-details-bar {
  order: 2;
  height: 30.46875vw;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 3.125vw;
  background-color: #2C2C2D;
  border-top: 0.3125vw solid #A10000;
  box-sizing: border-box;
}
.recipe-card .recipe-card-details-bar .meal-details {
  display: none;
}
.recipe-card .recipe-card-details-bar .details-bar-container {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5625vw;
  margin: 3.125vw 0;
  height: unset;
  color: #fff;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 5vw;
  font-weight: 300;
  line-height: 3.4375vw;
  margin-bottom: 0;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 5vw;
  font-weight: 400;
  line-height: 4.0625vw;
}
.recipe-card .recipe-card-details-bar .difficulty-level,
.recipe-card .recipe-card-details-bar .cook-time {
  border-left: 1px dotted #fff;
}
.recipe-card .recipe-card-top-details-bar {
  order: 3;
  display: flex;
  padding: 0 7.8125vw;
  margin-bottom: 3.125vw;
  justify-content: space-between;
}
.recipe-card .recipe-card-top-details-bar .meal-detail-title,
.recipe-card .recipe-card-top-details-bar .recipeVoters {
  font-size: 4.0625vw !important;
  font-weight: 400;
  line-height: 4.53125vw;
}
.recipe-card .recipe-card-top-details-bar .recipeRatingWrapper {
  padding-right: 0;
  font-weight: normal;
  margin-right: 1.64063vw;
}
.recipe-card .recipe-card-top-details-bar .recipeRatingWrapper .recipeVoters {
  width: auto;
  font-size: 4.84375vw;
  font-weight: normal;
  flex-shrink: 0;
}
.recipe-card .recipe-card-top-details-bar .recipeRatingWrapper .recipeRatingStars {
  gap: 0.46875vw;
  margin: 0 3.125vw 0 0;
}
.recipe-card .recipe-card-top-details-bar .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 3.90625vw;
  height: 3.90625vw;
  margin: 0;
  padding: 0 0.3125vw;
}
.recipe-card .recipe-card-top-details-bar .meal-details {
  display: flex;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 2.1875vw 0 0;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf:first-child {
  margin: 0;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf div:first-child {
  margin-left: 1.25vw;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .meal-detail-title {
  font-size: 4.6875vw;
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf > div:first-child {
  margin-left: 1.5625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .kosher-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cg id='K' transform='translate(18755 4541)'%3E %3Cpath id='Path_426' data-name='Path 426' d='M-7.952-.12v-9h2.1v3.774L-2.5-9.12H.048l-4.1,4.389L.048-.12H-2.5L-5.853-4.067V-.12Z' transform='translate(-18742.049 -4527.38)' fill='%23fff'/%3E %3Cg id='Ellipse_24' data-name='Ellipse 24' transform='translate(-18755 -4541)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E %3Ccircle cx='9' cy='9' r='8.25' fill='none'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .not-kosher-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cg id='Group_1046' data-name='Group 1046' transform='translate(-38.918 -3)'%3E %3Cg id='Group_896' data-name='Group 896' transform='translate(18793.918 4544)'%3E %3Cpath id='Path_426' data-name='Path 426' d='M-7.952-.12v-9h2.1v3.774L-2.5-9.12H.048l-4.1,4.389L.048-.12H-2.5L-5.853-4.067V-.12Z' transform='translate(-18742.049 -4527.38)' fill='%23fff'/%3E %3Cg id='Ellipse_24' data-name='Ellipse 24' transform='translate(-18755 -4541)' fill='none' stroke='%23fff' stroke-width='1.5'%3E %3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E %3Ccircle cx='9' cy='9' r='8.25' fill='none'/%3E %3C/g%3E %3C/g%3E %3Cline id='Line_187' data-name='Line 187' x1='13' y2='11' transform='translate(41.417 6.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .vegan-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.207' height='19.663' viewBox='0 0 21.207 19.663'%3E %3Cg id='Group_1137' data-name='Group 1137' transform='translate(-53.044 -0.246)'%3E %3Cpath id='Subtraction_4' data-name='Subtraction 4' d='M1666.635-11188.448a10.993,10.993,0,0,1-4.893-2.223,8.286,8.286,0,0,1-2.666-4.352l-.079-.307a13.011,13.011,0,0,1,1.294-9.169,8.7,8.7,0,0,1,1.834-2.261l.27-.234.349.068a10.42,10.42,0,0,1,5.477,3.27,6.319,6.319,0,0,0-1.531.523,9,9,0,0,0-3.691-2.224l-.183-.048-.129.132a7.475,7.475,0,0,0-1.049,1.378l-.047.078-.028.048a11.557,11.557,0,0,0-1.07,8.362,6.8,6.8,0,0,0,3.339,4.4,7.288,7.288,0,0,0,2.8,2.555Z' transform='translate(-1605.078 11207.777)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E %3Cg id='צמחוני' transform='translate(58.251 3.756)'%3E %3Cg id='Group' transform='translate(0 0)'%3E %3Cpath id='Combined_Shape' data-name='Combined Shape' d='M8.472,15.588A8.594,8.594,0,0,1,3.82,13.06l-.228-.234A13.492,13.492,0,0,1,0,3.92,9.06,9.06,0,0,1,.473.94L.595.592.943.471C4.654-.819,9.865.62,13.063,3.818a8.486,8.486,0,0,1,2.666,6.251,13.443,13.443,0,0,1-.822,4.367l-.121.348-.682.233a12.978,12.978,0,0,1-4.024.711A9.064,9.064,0,0,1,8.472,15.588ZM1.986,1.747,1.8,1.8l-.05.186a7.933,7.933,0,0,0-.228,1.935A12,12,0,0,0,4.9,11.984c2.1,2.1,4.613,2.7,7.863,1.844l-1.917-1.917h-3.8V10.49H9.422l-1.45-1.45H4.187V7.62H6.552L3.607,4.676,4.683,3.6,7.536,6.452V4.271H8.957v3.6l1.437,1.437V7.142h1.421v3.59l2.017,2.017a10.458,10.458,0,0,0,.374-2.666,6.984,6.984,0,0,0-2.013-4.975l-.207-.213a11.879,11.879,0,0,0-8.04-3.379A8.037,8.037,0,0,0,1.986,1.747Z' transform='matrix(0.017, 1, -1, 0.017, 15.725, 0)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .vegetarian-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4696_5984)'%3E %3Cpath d='M0.666667 16C0.486667 16 0.316667 15.9267 0.193333 15.7967C0.0733333 15.6833 0 15.5133 0 15.3333C0 15.2033 0.04 15.0767 0.113333 14.9667C1.66667 12.2067 4.64667 6.91333 4.71 6.79666C5.28333 5.69333 6.41667 5.00333 7.66667 5.00333C8.55667 5.00333 9.39333 5.34999 10.0233 5.97999C10.6533 6.60999 11 7.44666 11 8.33666C11 9.58333 10.3133 10.7167 9.20333 11.2933C9.09 11.3567 3.79333 14.3333 1.01 15.9C0.923333 15.96 0.796667 15.9967 0.666667 15.9967V16ZM7.66667 5.66999C6.66667 5.66999 5.76 6.21999 5.3 7.10666C5.26333 7.17999 1.44333 13.9567 0.68 15.3167C2.04333 14.5567 8.82333 10.7433 8.89667 10.7033C9.78333 10.2433 10.3333 9.33333 10.3333 8.33666C10.3333 7.62333 10.0567 6.95333 9.55333 6.44999C9.05 5.94666 8.38 5.66999 7.66667 5.66999Z' fill='white'/%3E %3Cpath d='M10.7033 5.66667C10.68 5.66667 10.6667 5.66667 10.66 5.66667L10.34 5.66L10.3333 5.34C10.3333 5.24 10.3 2.89667 11.7633 1.43C12.6867 0.506667 14.05 0 15.61 0H15.9667L16 0.333333H15.6667L16 0.363333C16.0067 1.93 15.4967 3.30667 14.57 4.23333C13.1933 5.61 11.0433 5.66333 10.7033 5.66333V5.66667ZM15.3267 0.673333C14.0533 0.726667 12.99 1.15 12.2367 1.90333C11.2767 2.86667 11.06 4.33 11.0133 4.98667C11.67 4.94 13.14 4.72333 14.0967 3.76333C14.84 3.02 15.27 1.93 15.3267 0.673333Z' fill='white'/%3E %3Cpath d='M13.5 8.33334C12.3433 8.33334 11.4467 7.25667 11.41 7.21L11.2367 7.00001L11.41 6.79001C11.4467 6.74334 12.3433 5.66667 13.5 5.66667C14.6567 5.66667 15.5533 6.74334 15.59 6.79001L15.7633 7.00001L15.59 7.21C15.5533 7.25667 14.6567 8.33334 13.5 8.33334ZM12.13 7.00001C12.4067 7.26001 12.9267 7.66667 13.5 7.66667C14.0733 7.66667 14.5933 7.26001 14.87 7.00001C14.5933 6.74001 14.0733 6.33334 13.5 6.33334C12.9267 6.33334 12.4067 6.74001 12.13 7.00001Z' fill='white'/%3E %3Cpath d='M5.56818 6.43343L5.09677 6.90483L7.09788 8.90594L7.56929 8.43454L5.56818 6.43343Z' fill='white'/%3E %3Cpath d='M4.23789 8.43446L3.76649 8.90587L5.4329 10.5723L5.90431 10.1009L4.23789 8.43446Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4696_5984'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .dairy-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_6020)'%3E %3Cpath d='M4.83333 5.19667C4.19 5.19667 3.66666 4.65667 3.66666 3.99333C3.66666 3.33 4.19 2.79 4.83333 2.79C5.47666 2.79 6 3.33 6 3.99333C6 4.65667 5.47666 5.19667 4.83333 5.19667ZM4.83333 3.45333C4.55666 3.45333 4.33333 3.69333 4.33333 3.99C4.33333 4.28667 4.55666 4.52667 4.83333 4.52667C5.11 4.52667 5.33333 4.28667 5.33333 3.99C5.33333 3.69333 5.11 3.45333 4.83333 3.45333Z' fill='white'/%3E %3Cpath d='M7 14.5C6.35667 14.5 5.83334 13.9767 5.83334 13.3333C5.83334 12.69 6.35667 12.1667 7 12.1667C7.64334 12.1667 8.16667 12.69 8.16667 13.3333C8.16667 13.9767 7.64334 14.5 7 14.5ZM7 12.8333C6.72334 12.8333 6.5 13.0567 6.5 13.3333C6.5 13.61 6.72334 13.8333 7 13.8333C7.27667 13.8333 7.5 13.61 7.5 13.3333C7.5 13.0567 7.27667 12.8333 7 12.8333Z' fill='white'/%3E %3Cpath d='M15.6867 7H0V6.66667C0 2.86667 2.58 0 6 0H6.11L10.01 2.85L9.83333 3.11667C9.72333 3.28 9.66667 3.47333 9.66667 3.66667C9.66667 4.21667 10.1167 4.66667 10.6667 4.66667C10.9667 4.66667 11.2467 4.53 11.44 4.29L11.64 4.04333L15.6867 7ZM0.673333 6.33333H13.6433L11.7333 4.93667C11.4333 5.19 11.06 5.33333 10.6633 5.33333C9.74333 5.33333 8.99667 4.58667 8.99667 3.66667C8.99667 3.44667 9.04 3.23 9.12333 3.03L5.89 0.666667C3.00333 0.723333 0.813333 3.12 0.67 6.33333H0.673333Z' fill='white'/%3E %3Cpath d='M16 16H0V7.66667H0.666667V15.3333H15.3333V13.9733C14.39 13.8133 13.6667 12.99 13.6667 12C13.6667 11.01 14.39 10.1867 15.3333 10.0267V7.66667H16V10.6667H15.6667C14.93 10.6667 14.3333 11.2633 14.3333 12C14.3333 12.7367 14.93 13.3333 15.6667 13.3333H16V16Z' fill='white'/%3E %3Cpath d='M3.33334 12.1667C2.50667 12.1667 1.83334 11.4933 1.83334 10.6667C1.83334 9.84 2.50667 9.16667 3.33334 9.16667C4.16 9.16667 4.83334 9.84 4.83334 10.6667C4.83334 11.4933 4.16 12.1667 3.33334 12.1667ZM3.33334 9.83333C2.87334 9.83333 2.5 10.2067 2.5 10.6667C2.5 11.1267 2.87334 11.5 3.33334 11.5C3.79334 11.5 4.16667 11.1267 4.16667 10.6667C4.16667 10.2067 3.79334 9.83333 3.33334 9.83333Z' fill='white'/%3E %3Cpath d='M10.3333 11.3333C9.59667 11.3333 9 10.7367 9 10C9 9.26333 9.59667 8.66667 10.3333 8.66667C11.07 8.66667 11.6667 9.26333 11.6667 10C11.6667 10.7367 11.07 11.3333 10.3333 11.3333ZM10.3333 9.33333C9.96667 9.33333 9.66667 9.63333 9.66667 10C9.66667 10.3667 9.96667 10.6667 10.3333 10.6667C10.7 10.6667 11 10.3667 11 10C11 9.63333 10.7 9.33333 10.3333 9.33333Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_6020'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .parve-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_6011)'%3E %3Cpath d='M6.52941 4.89555H6.20588C3.87647 4.89555 2.97059 3.9502 2.97059 1.51931V1.18168H3.29412C5.62353 1.18168 6.52941 2.12703 6.52941 4.55792V4.89555ZM3.62412 1.86368C3.68882 3.5518 4.26147 4.14602 5.87588 4.21355C5.81118 2.52543 5.23853 1.93121 3.62412 1.86368Z' fill='white'/%3E %3Cpath d='M7.5 16L2.99971 11.4623C2.35588 10.831 2 9.97679 2 9.06183C2 7.22853 3.45265 5.73961 5.23529 5.73961C6.08941 5.73961 6.89824 6.08061 7.5 6.69171C8.10176 6.08399 8.91059 5.73961 9.76471 5.73961C11.5474 5.73961 13 7.23191 13 9.06183C13 9.97679 12.6441 10.831 11.9971 11.4657L7.5 16ZM5.23529 6.41486C3.80853 6.41486 2.64706 7.60329 2.64706 9.06183C2.64706 9.78772 2.93176 10.4663 3.44618 10.9728L7.5 15.0614L11.5506 10.9762C12.0682 10.4663 12.3529 9.78772 12.3529 9.06183C12.3529 7.59992 11.1915 6.41486 9.76471 6.41486C8.97853 6.41486 8.24412 6.77611 7.74912 7.40409L7.5 7.72146L7.25088 7.40409C6.75588 6.77611 6.02147 6.41486 5.23529 6.41486Z' fill='white'/%3E %3Cpath d='M7.82676 6.92129H7.1797C7.1797 6.92129 7.1797 6.06373 7.1797 5.5708V5.23317C7.1797 3.42013 7.34794 2.25533 8.23764 1.28635C9.07559 0.371386 10.0785 0 11.7059 0H12.0294V0.337624C12.0294 1.68137 12.0294 3.20405 11.2432 3.96033C10.4312 4.74362 9.35382 4.9597 8.50617 5.06098L8.43176 4.38911C9.56088 4.25406 10.2694 3.97721 10.8032 3.46402C11.3273 2.95759 11.3759 1.78941 11.3823 0.678624C10.1271 0.722515 9.36029 1.03313 8.70353 1.74889C7.96264 2.55919 7.82676 3.55518 7.82676 5.22979H7.81706C7.82676 5.31082 7.82676 5.40198 7.82676 5.49314V6.91791V6.92129Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_6011'%3E %3Crect width='11' height='16' fill='white' transform='translate(2)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .gluten-free-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.56762 0.595353L0.999237 1.16373L18.6844 18.8489L19.2528 18.2806L1.56762 0.595353Z' fill='white'/%3E %3Cpath d='M11.8153 10.0718L11.743 9.27199C13.8932 9.08309 14.8216 8.29937 14.9341 6.51491C12.4744 6.57519 11.3732 7.18609 11.0396 8.63698L10.2559 8.45612C10.8105 6.03262 13.1416 5.70708 15.3481 5.70708H15.75V6.10898C15.75 8.60884 14.5362 9.83466 11.8113 10.0758L11.8153 10.0718Z' fill='white'/%3E %3Cpath d='M15.1511 12.9293L14.4799 12.4872C14.7412 12.0894 14.8939 11.5789 14.9341 10.9359C14.1464 10.956 13.5033 11.0323 12.9849 11.169L12.7799 10.3933C13.4551 10.2165 14.2951 10.1281 15.3481 10.1281H15.75V10.53C15.75 11.5347 15.553 12.3184 15.1471 12.9334L15.1511 12.9293Z' fill='white'/%3E %3Cpath d='M9.72539 7.01327L9.48023 6.8284C9.40789 6.77213 7.71586 5.45789 7.71586 3.40817C7.71586 1.35844 9.432 0.192915 9.50434 0.144686L9.72539 0L9.94644 0.144686C10.0188 0.192915 11.7349 1.34237 11.7349 3.41219C11.7349 5.48201 10.0389 6.77615 9.97056 6.83242L9.72539 7.01729V7.01327ZM9.72539 0.988691C9.32349 1.33433 8.51967 2.18235 8.51967 3.40817C8.51967 4.63398 9.31143 5.56641 9.72539 5.96832C10.1394 5.56641 10.9311 4.62997 10.9311 3.40817C10.9311 2.18637 10.1273 1.33433 9.72539 0.988691Z' fill='white'/%3E %3Cpath d='M9.32349 10.1281H8.92158C7.10898 10.1281 5.93139 9.88289 5.10748 9.32826C4.15497 8.68922 3.69679 7.63623 3.69679 6.10898V5.70708H4.0987C5.32049 5.70708 6.23684 5.81961 6.97233 6.06477L6.71913 6.8284C6.15646 6.64352 5.43303 6.53902 4.51266 6.51893C4.58099 7.54781 4.91457 8.23507 5.5536 8.66511C6.16852 9.07907 7.113 9.28807 8.5036 9.32424C8.4835 9.00673 8.43527 8.72138 8.36293 8.46416L9.13459 8.24311C9.25918 8.68119 9.31947 9.16749 9.31947 9.73016V10.1321L9.32349 10.1281Z' fill='white'/%3E %3Cpath d='M9.32349 18.97H8.92158C7.10898 18.97 5.93139 18.7248 5.10748 18.1702C4.15497 17.5312 3.69679 16.4782 3.69679 14.9509V14.549H4.0987C5.9113 14.549 7.08888 14.7942 7.91279 15.3488C8.86531 15.9878 9.32349 17.0408 9.32349 18.5681V18.97ZM4.51266 15.3569C4.58099 16.3857 4.91457 17.073 5.5536 17.503C6.16852 17.917 7.113 18.126 8.5036 18.1622C8.43527 17.1333 8.10169 16.446 7.46266 16.016C6.84774 15.602 5.90326 15.393 4.51266 15.3569Z' fill='white'/%3E %3Cpath d='M9.32349 14.549H8.92158C7.10898 14.549 5.93139 14.3039 5.10748 13.7492C4.15497 13.1102 3.69679 12.0572 3.69679 10.53V10.1281H4.0987C5.9113 10.1281 7.08888 10.3732 7.91279 10.9278C8.86531 11.5669 9.32349 12.6199 9.32349 14.1471V14.549ZM4.51266 10.9359C4.58099 11.9648 4.91457 12.652 5.5536 13.0821C6.16852 13.496 7.113 13.705 8.5036 13.7412C8.43527 12.7123 8.10169 12.0251 7.46266 11.595C6.84774 11.181 5.90326 10.9721 4.51266 10.9359Z' fill='white'/%3E %3Cpath d='M10.5292 14.549H10.1273V14.1471C10.1273 12.656 10.5654 11.6191 11.4737 10.9761L11.9399 11.6312C11.333 12.0612 11.0115 12.7364 10.9432 13.7372C12.2172 13.705 13.1094 13.5242 13.7284 13.1745L14.1223 13.8738C13.3104 14.332 12.169 14.545 10.5252 14.545L10.5292 14.549Z' fill='white'/%3E %3Cpath d='M10.5292 18.97H10.1273V18.5681C10.1273 17.0408 10.5895 15.9878 11.538 15.3488C12.3619 14.7942 13.5395 14.549 15.3521 14.549V14.9509H15.754C15.754 16.4782 15.2918 17.5312 14.3433 18.1702C13.5194 18.7248 12.3418 18.97 10.5292 18.97ZM14.9381 15.3569C13.5475 15.389 12.603 15.602 11.9881 16.016C11.3491 16.446 11.0115 17.1333 10.9472 18.1622C12.3378 18.13 13.2823 17.917 13.8972 17.503C14.5362 17.073 14.8738 16.3857 14.9381 15.3569Z' fill='white'/%3E %3Cpath d='M10.9311 10.1281H10.1273V18.5681H10.9311V10.1281Z' fill='white'/%3E %3C/svg%3E");
}
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .meat-icon {
  width: 4.21875vw;
  height: 4.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_4703_5993)'%3E %3Cpath d='M3.66667 16C2.67 16 1.84 15.2667 1.69 14.31C0.733333 14.16 0 13.33 0 12.3333C0 11.23 0.896667 10.3333 2 10.3333C2.49333 10.3333 2.95333 10.5133 3.31667 10.8333L4.74333 9.12L5.25667 9.54667L3.31667 11.8733L3.06333 11.5367C2.80667 11.1933 2.42 11 2 11C1.26333 11 0.666667 11.5967 0.666667 12.3333C0.666667 13.07 1.26333 13.6667 2 13.6667H2.33333V14C2.33333 14.7367 2.93 15.3333 3.66667 15.3333C4.40333 15.3333 5 14.7367 5 14C5 13.58 4.80333 13.1933 4.46333 12.9367L4.12667 12.6833L6.45333 10.7433L6.88 11.2567L5.16667 12.6867C5.48667 13.0467 5.66667 13.51 5.66667 14.0033C5.66667 15.1067 4.77 16.0033 3.66667 16.0033V16Z' fill='white'/%3E %3Cpath d='M6.86333 11.8767L6.43333 10.6667H5.33666V9.57333L4.12666 9.17L5.36333 7.52333C5.5 6.94 6.41 3.13 7.06 2.15C7.77333 1.08333 9.35666 0 11.0033 0C13.76 0 16.0033 2.24333 16.0033 5C16.0033 6.65 14.9233 8.23333 13.8533 8.94333C12.8733 9.59667 9.06666 10.5033 8.48 10.64L6.86333 11.8733V11.8767ZM6 10H6.90333L7.18666 10.79L8.19 10.0233L8.26 10.0067C9.45 9.73333 12.7033 8.90667 13.4833 8.38667C14.4033 7.77333 15.3333 6.41333 15.3333 4.99667C15.3333 2.60667 13.39 0.663333 11 0.663333C9.58666 0.663333 8.22333 1.59333 7.61 2.51333C7.09 3.29333 6.26666 6.54667 5.99 7.73667L5.97333 7.80667L5.21 8.82667L6 9.09V9.99667V10Z' fill='white'/%3E %3Cpath d='M14.1767 6.65333L13.6 6.31667C13.8567 5.87667 14 5.40667 14 5H14.6667C14.6667 5.67333 14.4 6.27 14.1767 6.65333Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4703_5993'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.recipe-card .videoIcon.big {
  height: 6.25vw !important;
}
@media (prefers-color-scheme: dark) {
  .article-recipe-componenta .ImageDetails,
  .article-recipe-componenta .ImageDetails * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
  .recipe-card .recipe-card-top-details-bar .meal-details-line-rpf div {
    filter: invert(0) !important;
  }
}
.article-recipe-componenta {
  position: relative;
  color: #121111;
}
.article-recipe-componenta .recipe-card {
  margin: 0 -1.25rem;
}
.article-recipe-componenta .ImageDetails {
  display: none;
  gap: 1.25vw;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.78125vw 1.25vw;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  background: #fff;
  border: 1px solid #D7D5D5;
  font-family: 'Assistant';
}
.article-recipe-componenta .show-in-mobile {
  display: flex !important;
}
.article-recipe-componenta .ingredients-section {
  display: flex;
  flex-direction: column;
  margin-top: 7.8125vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-title {
  font-size: 8.90625vw;
  font-weight: 400;
  line-height: 9.6875vw;
  margin-left: 4.6875vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container {
  display: flex;
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button {
  width: 9.375vw;
  height: 9.375vw;
  display: flex;
  border: none;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-button:hover {
  filter: brightness(0.9);
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-plus'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='plus' clip-path='url(%23clip-plus)'%3E %3Cg id='plus-2' data-name='plus'%3E %3Cg id='Path_297' data-name='Path 297' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cg id='Group_158' data-name='Group 158' transform='translate(10.93 12.023)'%3E %3Cline id='Line_13' data-name='Line 13' y2='22.952' transform='translate(11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3Cline id='Line_14' data-name='Line 14' x2='22.952' transform='translate(0 11.476)' fill='none' stroke='%23de1a1a' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='46' height='46' viewBox='0 0 46 46'%3E %3Cdefs%3E %3CclipPath id='clip-min'%3E %3Crect width='46' height='46'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg id='min' clip-path='url(%23clip-min)'%3E %3Cg id='min-2' data-name='min' transform='translate(0 0.097)'%3E %3Cg id='Path_298' data-name='Path 298' fill='%23fff'%3E %3Cpath d='M 22.95172500610352 45.4034538269043 C 19.92054557800293 45.4034538269043 16.98029518127441 44.80990600585938 14.21265506744385 43.6392936706543 C 11.53917503356934 42.50850677490234 9.138045310974121 40.88958358764648 7.075954914093018 38.82749557495117 C 5.013875007629395 36.76540374755859 3.394954919815063 34.36427688598633 2.264164924621582 31.6907958984375 C 1.093554973602295 28.92315483093262 0.5000050067901611 25.9829044342041 0.5000050067901611 22.95172500610352 C 0.5000050067901611 19.92054557800293 1.093554973602295 16.98029518127441 2.264164924621582 14.21265506744385 C 3.394954919815063 11.53917503356934 5.013875007629395 9.138045310974121 7.075954914093018 7.075954914093018 C 9.138045310974121 5.013875007629395 11.53917503356934 3.394954919815063 14.21265506744385 2.264164924621582 C 16.98029518127441 1.093554973602295 19.92054557800293 0.5000050067901611 22.95172500610352 0.5000050067901611 C 25.9829044342041 0.5000050067901611 28.92315483093262 1.093554973602295 31.6907958984375 2.264164924621582 C 34.36427688598633 3.394954919815063 36.76540374755859 5.013875007629395 38.82749557495117 7.075954914093018 C 40.88958358764648 9.138045310974121 42.50850677490234 11.53917503356934 43.6392936706543 14.21265506744385 C 44.80990600585938 16.98029518127441 45.4034538269043 19.92054557800293 45.4034538269043 22.95172500610352 C 45.4034538269043 25.9829044342041 44.80990600585938 28.92315483093262 43.6392936706543 31.6907958984375 C 42.50850677490234 34.36427688598633 40.88958358764648 36.76540374755859 38.82749557495117 38.82749557495117 C 36.76540374755859 40.88958358764648 34.36427688598633 42.50850677490234 31.6907958984375 43.6392936706543 C 28.92315483093262 44.80990600585938 25.9829044342041 45.4034538269043 22.95172500610352 45.4034538269043 Z' stroke='none'/%3E %3Cpath d='M 22.95172500610352 0.9999961853027344 C 19.98781585693359 0.9999961853027344 17.11310577392578 1.580253601074219 14.40742492675781 2.724666595458984 C 11.79355621337891 3.830234527587891 9.445835113525391 5.413173675537109 7.42950439453125 7.42950439453125 C 5.413173675537109 9.445835113525391 3.830234527587891 11.79355621337891 2.724666595458984 14.40742492675781 C 1.580253601074219 17.11310577392578 0.9999961853027344 19.98781585693359 0.9999961853027344 22.95172500610352 C 0.9999961853027344 25.91563415527344 1.580253601074219 28.79034423828125 2.724666595458984 31.49602508544922 C 3.830234527587891 34.10989379882813 5.413173675537109 36.45760345458984 7.42950439453125 38.47393417358398 C 9.445835113525391 40.49026489257813 11.79355621337891 42.07320404052734 14.40742492675781 43.17878341674805 C 17.11310577392578 44.32318496704102 19.98781585693359 44.90344619750977 22.95172500610352 44.90344619750977 C 25.91563415527344 44.90344619750977 28.79034423828125 44.32318496704102 31.49602508544922 43.17878341674805 C 34.10989379882813 42.07320404052734 36.45760345458984 40.49026489257813 38.47393417358398 38.47393417358398 C 40.49026489257813 36.45760345458984 42.07320404052734 34.10989379882813 43.17878341674805 31.49602508544922 C 44.32318496704102 28.79034423828125 44.90344619750977 25.91563415527344 44.90344619750977 22.95172500610352 C 44.90344619750977 19.98781585693359 44.32318496704102 17.11310577392578 43.17878341674805 14.40742492675781 C 42.07320404052734 11.79355621337891 40.49026489257813 9.445835113525391 38.47393417358398 7.42950439453125 C 36.45760345458984 5.413173675537109 34.10989379882813 3.830234527587891 31.49602508544922 2.724666595458984 C 28.79034423828125 1.580253601074219 25.91563415527344 0.9999961853027344 22.95172500610352 0.9999961853027344 M 22.95172500610352 -3.814697265625e-06 C 35.62761688232422 -3.814697265625e-06 45.90344619750977 10.27583312988281 45.90344619750977 22.95172500610352 C 45.90344619750977 35.62761688232422 35.62761688232422 45.90344619750977 22.95172500610352 45.90344619750977 C 10.27583312988281 45.90344619750977 -3.814697265625e-06 35.62761688232422 -3.814697265625e-06 22.95172500610352 C -3.814697265625e-06 10.27583312988281 10.27583312988281 -3.814697265625e-06 22.95172500610352 -3.814697265625e-06 Z' stroke='none' fill='%23d6d6d6'/%3E %3C/g%3E %3Cline id='Line_15' data-name='Line 15' x2='29.661' transform='translate(8.798 23.836)' fill='none' stroke='%23000' stroke-width='2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable {
  opacity: 0.6;
  pointer-events: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .disable .servings-button:hover {
  filter: none;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 8.90625vw;
  font-weight: 400;
  line-height: 9.6875vw;
  margin: 0 2.8125vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount .servings-title {
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 4.53125vw;
  position: absolute;
  bottom: -4.0625vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section {
  width: auto;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: -15.625vw;
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none !important;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measuring-cup-icon {
  width: 5.46875vw;
  height: 4.6875vw;
  margin-left: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='33' viewBox='0 0 37 33' fill='none'%3E %3Cpath d='M34.25 20.5785C35.2125 20.5785 36 19.7844 36 18.8138V5.57851C36 3.14322 34.04 1.16675 31.625 1.16675H1L5.375 9.10792L7.6325 28.0609C7.8425 29.8344 9.33875 31.1667 11.1063 31.1667H23.2162C25.01 31.1667 26.515 29.7991 26.6988 27.9991L28.8338 7.15792C28.93 6.25792 29.6737 5.57851 30.575 5.57851H31.625M13.25 12.6373H20.25M15 17.0491H18.5M13.25 21.4609H20.25M15 25.8726H18.5M15 8.22557H18.5' stroke='%23A10000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 3.28125vw;
  color: #A10000;
  text-decoration: underline;
  text-underline-offset: 1.09375vw;
  text-decoration-color: #A10000;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .add-to-shoping-list-title {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6.25vw;
  font-family: Assistant;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper {
  display: flex;
  margin-bottom: 3.125vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper .check-all-title {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 3.28125vw;
  font-family: Assistant;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredient-checkbox {
  width: 3.125vw;
  height: 3.125vw;
  position: relative;
  top: 0.3125vw;
  margin-left: 1.5625vw;
  border-radius: 1px;
  border: solid 0.23438vw #000;
  accent-color: #000;
  flex-shrink: 0;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.3125vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 6.09375vw;
  font-weight: 400;
  line-height: 6.5625vw;
  margin-bottom: 3.125vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row {
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-bottom: 2.5vw;
  margin-bottom: 2.5vw;
  border-bottom: solid 1px #dadadd;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-main-details {
  display: inline;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  float: right;
  font-family: Assistant;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-main-details > * {
  display: inline;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-description {
  font-size: 3.4375vw;
  font-weight: 300;
  line-height: 1.23;
  margin-top: 1.09375vw;
  color: #78787b;
  font-family: Assistant;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list {
  width: 100%;
  height: 12.5vw;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -1.25rem;
  top: 15.625vw;
  color: #fff;
  background-color: #A10000;
  z-index: 1;
  transition: transform 0.5s ease;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.show {
  transform: translateY(0);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list.hide {
  transform: translateY(-200%);
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4375vw;
  height: 3.4375vw;
  margin: 1.5625vw 0 0 1.5625vw;
  padding: 0;
  border: none;
  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-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .list-items-count {
  margin-left: 3.125vw;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  margin-left: 7.8125vw;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .icon {
  width: 4.6875vw;
  height: 4.6875vw;
  padding: 0;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .mail-icon {
  margin-left: 2.5vw;
  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 %3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath d='M15.6229 20.9952C14.2262 20.9952 12.8295 20.9847 11.4329 20.9998C10.7406 21.0073 10.1122 20.8166 9.54721 20.4436C8.76171 19.9253 8.25386 19.1982 8.07281 18.2648C8.02787 18.0329 8.00687 17.7931 8.00645 17.5566C8.00182 15.7394 7.99174 13.9222 8.01317 12.1055C8.02031 11.5141 8.2568 10.9722 8.59537 10.487C9.12884 9.72125 9.84714 9.22978 10.7763 9.07352C10.9943 9.03698 11.2165 9.00505 11.4366 9.00463C14.125 9.00001 16.8138 8.99707 19.5021 9.00463C20.3242 9.00673 21.061 9.26759 21.7016 9.79812C22.3279 10.3169 22.7055 10.9797 22.8735 11.7631C22.9281 12.0185 22.9399 12.287 22.9407 12.5499C22.9466 14.1991 22.9466 15.8482 22.9424 17.4969C22.9403 18.2917 22.7244 19.0272 22.2317 19.6556C21.7095 20.321 21.0333 20.7679 20.1894 20.9191C19.9109 20.9691 19.6244 20.991 19.3413 20.9931C18.1021 21.0006 16.8629 20.9964 15.6238 20.9964V20.9956L15.6229 20.9952ZM9.28006 11.1797C9.25444 11.2217 9.23469 11.2473 9.22251 11.2759C9.09229 11.5754 8.95535 11.8787 8.95451 12.2092C8.94863 14.0264 8.95283 15.8436 8.95619 17.6603C8.95619 17.7989 8.96166 17.9418 8.994 18.0753C9.13472 18.6554 9.4128 19.1528 9.89628 19.5212C10.3067 19.8337 10.7591 20.0383 11.2833 20.0387C14.0611 20.0412 16.8386 20.0412 19.6164 20.04C19.9314 20.04 20.236 19.9673 20.5174 19.8303C21.4504 19.3775 21.97 18.6189 21.9843 17.591C22.0086 15.8133 21.975 14.0344 21.9641 12.2563C21.962 11.9291 21.8662 11.6266 21.7268 11.3313C21.6579 11.1856 21.6163 11.1969 21.5163 11.2977C20.2562 12.5625 18.9935 13.8248 17.7299 15.0862C17.6199 15.1963 17.5077 15.3076 17.3817 15.3975C16.9331 15.7159 16.4492 15.941 15.8918 16.0116C15.2621 16.0918 14.6648 16.0116 14.0939 15.7411C13.7381 15.5726 13.4327 15.3286 13.1551 15.0539C12.4011 14.3079 11.6534 13.5551 10.9036 12.8049C10.373 12.2739 9.84251 11.743 9.28006 11.1797ZM9.91266 10.4534C9.95845 10.5017 9.9929 10.5399 10.029 10.5761C11.3056 11.853 12.5804 13.1321 13.8599 14.4061C14.3917 14.9354 15.0206 15.1782 15.783 15.0661C16.253 14.9967 16.6537 14.8014 16.9818 14.4767C18.2911 13.1804 19.5899 11.8736 20.8921 10.5702C20.9278 10.5345 20.9606 10.4963 21.003 10.45C20.8657 10.3652 20.7468 10.2753 20.6149 10.2127C20.1852 10.0098 19.7269 9.95018 19.2547 9.95102C16.7667 9.9548 14.2792 9.95186 11.7912 9.95438C11.5681 9.95438 11.3451 9.9758 11.1216 9.98673C10.6704 10.0086 10.2869 10.2001 9.91266 10.4538V10.4534Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .whatsapp-icon {
  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 %3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9935 14.1212C22.893 10.1716 19.6399 7 15.6343 7C11.6286 7 8.45122 10.0988 8.27946 13.9866C8.27582 14.0928 8.27218 14.1998 8.27218 14.3068C8.27218 15.6888 8.6579 16.9784 9.32672 18.081L8 22L12.0777 20.7038C13.1322 21.2832 14.3454 21.6143 15.635 21.6143C19.7025 21.6143 22.9978 18.343 22.9978 14.3068C22.9978 14.2449 22.9978 14.1823 22.9942 14.1205L22.9935 14.1212ZM15.6343 20.4491C14.3767 20.4491 13.2079 20.0765 12.2291 19.4324L9.85071 20.1908L10.6229 17.9085C9.882 16.8954 9.44389 15.651 9.44389 14.3068C9.44389 14.1074 9.45408 13.9072 9.47518 13.7107C9.77866 10.6017 12.4255 8.16443 15.6343 8.16443C18.843 8.16443 21.5561 10.6636 21.8043 13.8279C21.8181 13.9866 21.8247 14.1445 21.8247 14.3068C21.8247 17.6953 19.0468 20.4491 15.6343 20.4491Z' fill='%23121111'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0089 15.782C18.8262 15.6925 17.9405 15.258 17.7753 15.1998C17.6101 15.1379 17.4893 15.1102 17.3685 15.2893C17.2477 15.4683 16.8998 15.8715 16.7958 15.9887C16.6895 16.1095 16.5854 16.1233 16.4028 16.0338C16.2237 15.9443 15.6408 15.758 14.9516 15.1444C14.4174 14.6721 14.0521 14.0863 13.9487 13.9072C13.8454 13.7282 13.9386 13.6314 14.0281 13.5419C14.111 13.4597 14.2071 13.3316 14.3003 13.229C14.3243 13.1977 14.3454 13.17 14.3658 13.1424C14.4072 13.0769 14.4378 13.015 14.4793 12.9284C14.5419 12.8076 14.5106 12.705 14.4655 12.6147C14.4211 12.5252 14.0586 11.6424 13.9073 11.2844C13.7595 10.9256 13.6074 10.9874 13.5004 10.9874C13.3935 10.9874 13.2763 10.9707 13.1555 10.9707C13.0347 10.9707 12.8382 11.0158 12.673 11.1949C12.5078 11.3739 12.042 11.8084 12.042 12.6904C12.042 12.8971 12.0798 13.1045 12.1359 13.301C12.3185 13.9313 12.7108 14.4516 12.7807 14.5419C12.8702 14.659 14.0281 16.5272 15.862 17.2477C17.6989 17.9609 17.6989 17.7229 18.0301 17.6924C18.3612 17.6654 19.0984 17.2615 19.2469 16.8409C19.399 16.4239 19.399 16.0651 19.3539 15.9894C19.3087 15.9166 19.1879 15.8722 19.0089 15.7827V15.782Z' fill='%23121111'/%3E %3C/svg%3E");
}
.article-recipe-componenta .ingredients-section .print-dialog-section {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .article-recipe-componenta {
    color: #fff;
  }
  .article-recipe-componenta .ImageDetails * {
    color: #121111 !important;
    -webkit-text-fill-color: #121111 !important;
  }
  .article-recipe-componenta .ingredients-section .ingredient-row input[type="checkbox"],
  .article-recipe-componenta .ingredients-section .check-all-wrapper input[type="checkbox"] {
    outline: 0.3125vw solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000;
  }
  .article-recipe-componenta .ingredients-section .ingredient-row input[type="checkbox"]:checked,
  .article-recipe-componenta .ingredients-section .check-all-wrapper input[type="checkbox"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    accent-color: #000;
  }
  .article-recipe-componenta .ingredients-section .ingredient-description {
    color: #bbbbbb !important;
  }
}
.article-recipe-promo-componenta {
  position: relative;
  margin: 0 -1.25rem;
}
.article-recipe-promo-componenta .image-credit {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.78125vw 1.25vw;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  color: #121111;
  background: #fff;
  border: 1px solid #D7D5D5;
}
.article-recipe-promo-componenta .show-in-mobile {
  display: flex !important;
}
.article-recipe-promo-componenta .recipe-promo-top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  padding: 0 3.125vw;
  font-size: 6.09375vw;
  font-weight: 400;
  line-height: 6.5625vw;
  text-align: center;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section a {
  width: 100%;
  display: flex;
  text-decoration: none !important;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section a .to-recipe-button {
  width: 43.75vw;
  height: 7.8125vw;
  padding: 1.25vw 0;
  margin: 0 auto;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  border: none;
  color: #fff;
  background-color: #A10000;
  box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
  .recipe-card .recipe-card-top-details-bar .meal-details-line div {
    filter: invert(0) !important;
  }
}
.article-recipe-timer-componenta {
  height: 12.65625vw !important;
  display: flex;
  padding: 0 3.59375vw;
  margin: 0 -3.90625vw;
  align-items: center;
  justify-content: space-between;
  background-color: #a10000;
  box-sizing: border-box;
  font-family: "EzerShemesh";
}
.article-recipe-timer-componenta .article-recipe-timer-right-section {
  display: flex;
  align-items: center;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-icon {
  width: 6.875vw;
  height: 7.34375vw;
  margin-left: 1.09375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.527' height='44.382' viewBox='0 0 35.527 44.382'%3E %3Cg data-name='Group 239' transform='translate(1 .75)'%3E %3Ccircle data-name='Ellipse 16' cx='16.764' cy='16.764' r='16.764' transform='translate(0 9.105)' style='stroke-width:2;stroke-linejoin:round;fill:none;stroke:%23fff'/%3E %3Cg data-name='Group 220'%3E %3Cpath data-name='Line 57' transform='translate(16.764 11.458)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 0v3.353'/%3E %3Cpath data-name='Line 58' transform='translate(24.582 15.678)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M2.371 0 0 2.371'/%3E %3Cpath data-name='Line 59' transform='translate(27.821 25.868)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M3.353 0H0'/%3E %3Cpath data-name='Line 60' transform='translate(24.582 33.686)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M2.371 2.371 0 0'/%3E %3Cpath data-name='Line 61' transform='translate(16.764 36.924)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 3.353V0'/%3E %3Cpath data-name='Line 62' transform='translate(6.575 33.686)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 2.371 2.371 0'/%3E %3Cpath data-name='Line 63' transform='translate(2.354 25.868)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='M0 0h3.353'/%3E %3Cpath data-name='Line 64' transform='translate(6.575 15.678)' style='stroke-width:1.5;stroke-linejoin:round;fill:none;stroke:%23fff' d='m0 0 2.371 2.371'/%3E %3C/g%3E %3Cpath data-name='Path 318' d='M181.062 575.357v9h6.491' transform='translate(-164.299 -558.493)' style='stroke-linejoin:bevel;stroke-width:1.5;fill:none;stroke:%23fff'/%3E %3Cpath data-name='Rectangle 169' transform='translate(15.196 3.67)' style='stroke-width:1.5;fill:none;stroke:%23fff' d='M0 0h3.135v4.47H0z'/%3E %3Cpath data-name='Rectangle 170' transform='rotate(90 10.617 10.617)' style='stroke-width:1.5;fill:none;stroke:%23fff' d='M0 0h3.353v8.941H0z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  justify-content: center;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-main-title {
  font-size: 4.6875vw;
  font-weight: bold;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 3.90625vw;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section {
  display: flex;
  align-items: center;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-display {
  color: #fff;
  margin-left: 2.1875vw;
  font-size: 7.34375vw;
  font-weight: 500;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper {
  display: flex;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .disabled {
  filter: opacity(0.5);
  cursor: default !important;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-btn-container,
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn-container {
  width: 6.5625vw;
  height: 6.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.8125vw;
  border: none;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 0 2.8125vw 0 rgba(55, 55, 55, 0.5);
  cursor: pointer;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn-container {
  background-color: #fff;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-icon {
  width: 2.65625vw;
  height: 2.65625vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-close-btn {
  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");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-off-btn {
  width: 3.4375vw;
  height: 3.4375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg id='Volume' opacity='0.995'%3E %3Cpath id='MUTE' d='M8.96,15.7,5.252,12H1a1,1,0,0,1-1-1V5A1,1,0,0,1,1,4H5.252L8.96.293A1,1,0,0,1,10.667,1V15a1,1,0,0,1-1.008,1A.979.979,0,0,1,8.96,15.7Zm10.08-3.941L17.158,9.882l-1.882,1.882a.665.665,0,0,1-.941,0l-.941-.941a.667.667,0,0,1,0-.941L15.275,8,13.393,6.117a.665.665,0,0,1,0-.941l.941-.941a.666.666,0,0,1,.941,0l1.883,1.883L19.04,4.234a.667.667,0,0,1,.941,0l.941.941a.665.665,0,0,1,0,.941L19.04,8l1.883,1.883a.665.665,0,0,1,0,.941l-.941.941a.665.665,0,0,1-.941,0Z' transform='translate(3 7)' fill='%23fff'/%3E %3Crect id='Rectangle' width='30' height='30' fill='none'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-on-btn {
  width: 3.4375vw;
  height: 3.4375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg style='opacity:.995'%3E %3Cpath d='M8.96 3.419 5.252 7.125H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4.252L8.96 18.83a1 1 0 0 0 1.707-.707v-14a1 1 0 0 0-1.707-.704zm9.721-2.129a1.008 1.008 0 1 0-1.107 1.686 9.735 9.735 0 0 1 0 16.3 1.008 1.008 0 1 0 1.107 1.685 11.751 11.751 0 0 0 0-19.669zM20 11.124a7.693 7.693 0 0 0-3.574-6.51 1 1 0 0 0-1.38.311 1.012 1.012 0 0 0 .309 1.39 5.694 5.694 0 0 1 0 9.618 1.012 1.012 0 0 0-.309 1.39 1 1 0 0 0 1.38.311A7.692 7.692 0 0 0 20 11.124zm-5.907-3.2a1 1 0 1 0-.965 1.752 1.642 1.642 0 0 1 0 2.9 1 1 0 1 0 .965 1.752 3.643 3.643 0 0 0 0-6.406z' transform='translate(3 3.875)' style='fill:%23fff'/%3E %3Cpath style='fill:none' d='M0 0h30v30H0z'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-pause-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14'%3E %3Cg id='Group_176' data-name='Group 176' transform='translate(1 0)'%3E %3Cline id='Line_36' data-name='Line 36' y2='14' transform='translate(8 0)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3Cline id='Line_37' data-name='Line 37' y2='14' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E");
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-play-btn {
  margin-left: 0.3125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15'%3E %3Cpath id='play' d='M6.674,1.212a1,1,0,0,1,1.652,0l5.608,8.225A1,1,0,0,1,13.108,11H1.892a1,1,0,0,1-.826-1.563Z' transform='translate(11) rotate(90)' fill='%23fff'/%3E %3C/svg%3E");
}
.ArticleTagsComponent {
  display: flex;
  flex-direction: column;
  border: 0;
  direction: rtl;
  margin-bottom: 4.6875vw;
  background-color: transparent;
}
.ArticleTagsComponent.ltr {
  direction: ltr;
}
.ArticleTagsComponent > div:last-child {
  width: 100%;
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  padding-bottom: 1.5625vw;
}
.ArticleTagsComponent *:not(.tagsLabel) {
  color: #000 ! important;
}
.ArticleTagsComponent * {
  font-family: 'NarkisBlock' !important;
}
.ArticleTagsComponent a,
.ArticleTagsComponent a:hover {
  text-decoration: none;
  color: #000;
}
.ArticleTagsComponent .tagsLabel {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 5vw 0;
  background: none;
}
.ArticleTagsComponent .tagName {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 2.1875vw;
  background: #eaeaea;
  border-radius: 0.9375vw;
  height: 6.25vw;
  width: auto;
  padding: 0 3.4375vw;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ArticleTagsComponent .tagWrapper {
  flex-shrink: 0;
  display: inline-flex;
}
.ynetnews .ArticleTagsComponent .tagsLabel {
  font-size: 1rem;
}
.ynetnews .ArticleTagsComponent .tagName {
  font-size: 0.75rem;
}
.vesty .ArticleTagsComponent .tagsLabel {
  display: none;
}
.vesty .ArticleTagsComponent .tagName {
  padding: 0 0.9375vw;
  height: 3.125vw;
  font-size: 0.75rem;
  margin-left: unset ! important;
  margin-inline-end: 2.1875vw ! important;
}
.vesty .ArticleTagsComponent .tagName a {
  font-family: Arial !important;
}
.ArticleWrappedImageComponenta {
  display: inline-flex;
  flex-direction: column;
  height: auto;
  min-height: 25vw;
  float: left;
  margin-right: 3.125vw;
  margin-bottom: 3.4375vw;
  margin-left: 5.9375vw;
  font-size: 1rem;
  font-family: 'NarkisBlock', 'Arial';
  line-height: 1.29;
  color: #78787b;
}
.font-moses .ArticleWrappedImageComponenta {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 0.875rem;
}
.ynetnews .ArticleWrappedImageComponenta {
  margin-right: unset;
  margin-left: 3.125vw;
  float: right;
}
.vesty .ArticleWrappedImageComponenta {
  font-family: 'Arial';
}
.ArticleWrappedImageComponenta img {
  object-fit: cover;
}
.ArticleWrappedImageComponenta .caption,
.ArticleWrappedImageComponenta .credit {
  display: inline;
  float: right;
}
.ArticleWrappedImageComponenta .caption {
  margin-top: 0.46875vw;
  font-weight: normal;
  margin-left: 0.78125vw;
  width: auto;
  max-width: 18.75vw;
}
.font-moses .ArticleWrappedImageComponenta .caption {
  font-weight: 500;
}
.ynetnews .ArticleWrappedImageComponenta .caption {
  margin-left: unset;
  margin-right: 0.78125vw;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 0.46875vw;
  width: auto;
  max-width: 18.75vw;
}
.font-moses .ArticleWrappedImageComponenta .credit {
  font-size: 0.813rem !important;
  font-weight: 340 !important;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.MagazineArticleTopMedia {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  color: #121111;
  margin-bottom: 1.5rem;
  direction: rtl;
}
.commertial-article .MagazineArticleTopMedia {
  background-color: #f5f4f4;
  padding-bottom: 3.125vw;
  margin-bottom: 0 !important;
}
.MagazineArticleTopMedia.titleInTop .content .firstImageInArticle {
  order: 0 !important;
}
.MagazineArticleTopMedia.titleInTop .content .articleHeaderInfo {
  order: 1;
}
.MagazineArticleTopMedia.titleInTop .content .MagazineArticleTopStoryImage,
.MagazineArticleTopMedia.titleInTop .content .MagazineArticleTopStoryVideo {
  order: 3;
}
.MagazineArticleTopMedia.titleInTop .content > span {
  order: 2;
}
.MagazineArticleTopMedia h1,
.MagazineArticleTopMedia h2 {
  margin: 0;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryVideo {
  width: 100%;
  position: relative;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryVideo .videoDetails {
  position: absolute;
  bottom: 0.225rem;
  right: 0;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem;
  line-height: 1rem;
  font-family: 'Assistant';
  background-color: rgba(255, 255, 255, 0.7);
  display: inline;
  gap: 0.5rem;
  width: fit-content;
  direction: rtl;
  border-bottom: 1px solid #F1F1F1;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryVideo .videoDetails * {
  display: inline;
  margin-inline-end: 0.325rem;
}
.MagazineArticleTopMedia .subTitleWrapper.vertical {
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.MagazineArticleTopMedia .subTitleWrapper h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.08;
}
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryImage,
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryVideo {
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  overflow: hidden;
}
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryImage #player,
.MagazineArticleTopMedia.vertical .MagazineArticleTopStoryVideo #player {
  width: 93.75vw !important;
  height: 166.71875vw !important;
}
.MagazineArticleTopMedia.vertical .articleCategory {
  margin-top: 0.625rem;
}
.MagazineArticleTopMedia .content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
}
.MagazineArticleTopMedia .content .articleHeaderInfo {
  order: 0;
}
.MagazineArticleTopMedia .content .MagazineArticleTopStoryImage {
  order: 1;
}
.MagazineArticleTopMedia .commentsAndShareWrapper {
  gap: 0.625rem;
  margin: 0 auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.25rem;
  border-top: 1px solid #D7D5D5;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .mutamCommentsBtn-pf {
  border: 1px solid #121111;
  border-radius: 1000px;
  padding: 0 14px;
  font-family: Assistant;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  height: 40px;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .mutamCommentsBtn-pf .commentsIcon {
  display: none;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .articleShareButtons {
  display: flex;
  gap: 0.625rem;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .articleShareButtons .iconShare-pf {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .articleShareButtons .iconShare-pf.fcBtn {
  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");
  order: 1;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .articleShareButtons .iconShare-pf.whBtn {
  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 85813'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 85510'%3E %3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M23.4935 14.4542C23.393 10.5046 20.1399 7.33301 16.1343 7.33301C12.1286 7.33301 8.95122 10.4318 8.77946 14.3196C8.77582 14.4258 8.77218 14.5328 8.77218 14.6398C8.77218 16.0218 9.1579 17.3114 9.82672 18.414L8.5 22.333L12.5777 21.0369C13.6322 21.6162 14.8454 21.9473 16.135 21.9473C20.2025 21.9473 23.4978 18.676 23.4978 14.6398C23.4978 14.5779 23.4978 14.5153 23.4942 14.4535L23.4935 14.4542ZM16.1343 20.7821C14.8767 20.7821 13.7079 20.4095 12.7291 19.7654L10.3507 20.5238L11.1229 18.2415C10.382 17.2285 9.94389 15.984 9.94389 14.6398C9.94389 14.4404 9.95408 14.2402 9.97518 14.0437C10.2787 10.9347 12.9255 8.49743 16.1343 8.49743C19.343 8.49743 22.0561 10.9966 22.3043 14.1609C22.3181 14.3196 22.3247 14.4775 22.3247 14.6398C22.3247 18.0283 19.5468 20.7821 16.1343 20.7821Z' fill='%23121111'/%3E %3Cpath id='Vector_2' fill-rule='evenodd' clip-rule='evenodd' d='M19.509 16.115C19.3264 16.0255 18.4407 15.591 18.2755 15.5328C18.1103 15.4709 17.9894 15.4432 17.8686 15.6223C17.7478 15.8013 17.4 16.2045 17.2959 16.3217C17.1896 16.4425 17.0856 16.4563 16.9029 16.3668C16.7239 16.2773 16.1409 16.091 15.4517 15.4775C14.9175 15.0051 14.5522 14.4193 14.4489 14.2403C14.3455 14.0612 14.4387 13.9644 14.5282 13.8749C14.6112 13.7927 14.7072 13.6646 14.8004 13.562C14.8244 13.5307 14.8455 13.503 14.8659 13.4754C14.9074 13.4099 14.9379 13.348 14.9794 13.2614C15.042 13.1406 15.0107 13.038 14.9656 12.9477C14.9212 12.8582 14.5588 11.9754 14.4074 11.6174C14.2596 11.2586 14.1075 11.3204 14.0006 11.3204C13.8936 11.3204 13.7764 11.3037 13.6556 11.3037C13.5348 11.3037 13.3383 11.3488 13.1731 11.5279C13.0079 11.7069 12.5421 12.1414 12.5421 13.0234C12.5421 13.2301 12.58 13.4375 12.636 13.634C12.8187 14.2643 13.2109 14.7846 13.2808 14.8749C13.3703 14.992 14.5282 16.8602 16.3622 17.5807C18.199 18.2939 18.199 18.0559 18.5302 18.0254C18.8613 17.9984 19.5985 17.5945 19.747 17.1739C19.8991 16.7569 19.8991 16.3981 19.854 16.3224C19.8089 16.2496 19.6881 16.2052 19.509 16.1157V16.115Z' fill='%23121111'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  order: 0;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .articleShareButtons .iconShare-pf.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");
  order: 3;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .articleShareButtons .iconShare-pf.mailto {
  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");
  order: 4;
}
.MagazineArticleTopMedia .commentsAndShareWrapper .articleShareButtons .frontCopyButton-pf {
  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_3931)'%3E %3Cpath d='M20.2744 17.75C19.4981 17.3036 18.537 17.46 17.9398 18.077L13.3076 15.6827C13.3502 15.4495 13.3502 15.2164 13.3076 14.9889L17.9398 12.5946C18.3066 12.9699 18.8071 13.1775 19.319 13.1775C19.6431 13.1775 19.973 13.095 20.2773 12.9216C21.1929 12.3927 21.5085 11.2154 20.9796 10.2998C20.7237 9.85617 20.3085 9.53769 19.8138 9.40404C19.319 9.27039 18.8014 9.33863 18.3578 9.59456C17.5929 10.0353 17.2488 10.9254 17.4621 11.7415L12.8924 14.1045C12.3038 13.405 11.2801 13.2031 10.464 13.6751C9.54266 14.2012 9.22702 15.3756 9.75593 16.2941C10.1114 16.9083 10.7569 17.2552 11.4223 17.2552C11.7465 17.2552 12.0763 17.1728 12.3806 16.9993C12.5768 16.8856 12.7474 16.7405 12.8896 16.5699L17.4592 18.9329C17.3768 19.2514 17.3739 19.587 17.4592 19.914C17.5929 20.4088 17.9085 20.8239 18.355 21.0799C18.6507 21.2505 18.9806 21.3386 19.3133 21.3386C19.481 21.3386 19.6488 21.3159 19.8138 21.2732C20.3085 21.1396 20.7237 20.8239 20.9796 20.3775C21.5085 19.4619 21.1929 18.2846 20.2773 17.7557L20.2744 17.75ZM18.8441 10.4391C18.9891 10.3566 19.1512 10.314 19.3133 10.314C19.3957 10.314 19.4782 10.3254 19.5578 10.3453C19.7995 10.4107 20.0043 10.5671 20.1294 10.7832C20.3882 11.2325 20.2346 11.8097 19.7853 12.0685C19.5664 12.1936 19.3133 12.2277 19.0716 12.1623C18.8299 12.0969 18.6251 11.9405 18.5 11.7244C18.2412 11.2751 18.3948 10.6979 18.8441 10.4391ZM11.8886 16.1491C11.6697 16.2742 11.4166 16.3083 11.1749 16.2429C10.9332 16.1775 10.7284 16.0211 10.6033 15.805C10.3446 15.3557 10.4981 14.7784 10.9474 14.5197C11.0953 14.4344 11.2574 14.3946 11.4166 14.3946C11.7408 14.3946 12.0592 14.5623 12.2327 14.8638C12.3578 15.0827 12.3919 15.3358 12.3265 15.5775C12.2611 15.8192 12.1047 16.0239 11.8886 16.1491ZM20.1294 19.8856C20.0043 20.1045 19.8024 20.2581 19.5578 20.3235C19.3161 20.3889 19.063 20.3547 18.8441 20.2296C18.6251 20.1045 18.4716 19.9026 18.4062 19.6581C18.3408 19.4164 18.3749 19.1633 18.5 18.9443C18.6735 18.6429 18.9919 18.4751 19.3161 18.4751C19.4754 18.4751 19.6374 18.5149 19.7853 18.6002C20.2346 18.859 20.3882 19.4363 20.1294 19.8856Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3931'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(9.5 9.33301)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  order: 5;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage {
  width: 100%;
  height: auto;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener {
  width: 100%;
  position: relative;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener img {
  width: 100%;
  height: auto;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener .ImageDetails {
  position: absolute;
  bottom: 0.225rem;
  right: 0;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem;
  line-height: 1rem;
  font-family: 'Assistant';
  background-color: rgba(255, 255, 255, 0.7);
  display: inline;
  gap: 0.5rem;
  width: fit-content;
  direction: rtl;
  border-bottom: 1px solid #F1F1F1;
}
.MagazineArticleTopMedia .MagazineArticleTopStoryImage .gelleryOpener .ImageDetails * {
  display: inline;
  margin-inline-end: 0.325rem;
}
.MagazineArticleTopMedia .articleHeaderInfo {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  text-align: center;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  box-sizing: border-box;
}
.MagazineArticleTopMedia .articleHeaderInfo .articleCategory {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  font-family: 'Assistant';
}
.commertial-article .MagazineArticleTopMedia .articleHeaderInfo .articleCategory {
  display: none;
}
.MagazineArticleTopMedia .articleHeaderInfo .articleCategory.special {
  color: #fff;
  background-color: red;
  height: fit-content;
  padding: 0.3125vw 1.5625vw;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin: 0.625rem auto 0 auto;
  width: fit-content;
  display: flex;
}
.MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.MagazineArticleTopMedia .articleHeaderInfo .mainTitleWrapper .mainTitle {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.20313vw;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails {
  font-size: 1rem;
  line-height: 1.125rem;
  flex-direction: row;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  direction: rtl;
  text-align: start;
  flex-wrap: unset;
  gap: 0;
  align-self: center ! important;
  margin-top: 0;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails * {
  font-family: 'Assistant';
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .marketingCredit {
  color: #0059A1;
  font-size: 1.125rem;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .marketingCredit .comma {
  display: none;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .author-area {
  font-weight: 400;
  float: inline-start;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .author-area .comma {
  display: none;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .author-area a,
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .author-area a:hover {
  color: #121111;
}
.MagazineArticleTopMedia .articleHeaderInfo .moreArticleDetails .date {
  font-weight: 300;
}
@media (prefers-color-scheme: dark) {
  .MagazineArticleTopMedia .articleHeaderInfo,
  .MagazineArticleTopMedia .subTitle,
  .MagazineArticleTopMedia .author-area,
  .MagazineArticleTopMedia .author-area a,
  .MagazineArticleTopMedia .author-area a:hover {
    color: #fff !important;
  }
  .commertial-article .MagazineArticleTopMedia .articleHeaderInfo,
  .commertial-article .MagazineArticleTopMedia .subTitle,
  .commertial-article .MagazineArticleTopMedia .author-area,
  .commertial-article .MagazineArticleTopMedia .author-area a,
  .commertial-article .MagazineArticleTopMedia .author-area a:hover {
    color: #0e0101 !important;
  }
}
.ArticleTitleImg {
  margin: 0 auto;
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
  display: block;
}
.articleIframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
}
.articleIframe .iframeCaption {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25rem;
  color: #787878;
  display: block;
}
.article-image-price-tag-points-component {
  margin-right: -1.5625vw !important;
  margin-left: -1.5625vw !important;
}
.magazine2025 .article-image-price-tag-points-component {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
  width: calc(100% + 2.5rem);
}
.article-image-price-tag-points-component {
  position: relative;
  margin: auto;
  width: 100%;
}
.article-image-price-tag-points-component .pont-dot-parent {
  height: 4.6875vw;
  width: 4.6875vw;
  left: calc(var(--pointX) - 4.6875vw/2);
  top: calc(var(--pointY) - 4.6875vw);
  position: absolute;
}
.article-image-price-tag-points-component .point-dot {
  background: var(--pointColor);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 3.125vw !important;
  font-family: "Times New Roman";
  color: var(--plusColor);
}
.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: 31.25vw;
  height: auto;
  max-height: 31.25vw;
  color: #000000;
  border-radius: 1.875vw;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.magazine2025 .article-image-price-tag-points-component .point-box {
  max-height: fit-content;
  width: 39.0625vw !important;
}
.article-image-price-tag-points-component .point-box .close-btn {
  float: left;
  font-size: 2.1875vw;
  font-weight: 600;
  padding-left: 1.875vw;
  padding-top: 1.875vw;
  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: 2.8125vw;
  line-height: 1.5625vw;
  padding: 0px 3.125vw;
}
.magazine2025 .article-image-price-tag-points-component .point-box .price-row {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  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: 0.46875vw;
  font-size: 2.1875vw;
  font-weight: bold;
  line-height: 2.03125vw;
  color: #000000;
  padding: 0px 3.125vw;
  max-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine2025 .article-image-price-tag-points-component .point-box .desc-row {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 400;
}
.magazine2025 .article-image-price-tag-points-component .point-box .additional-row {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  padding: 0px 3.125vw;
  font-weight: 300;
}
.article-image-price-tag-points-component .point-box .buy-row {
  padding: 1.71875vw 3.125vw;
  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.1875vw;
  font-weight: 800;
  line-height: 2.5vw;
  padding: 1.25vw 1.875vw;
  text-decoration: none;
}
.magazine2025 .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 400;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 1.5625vw;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails {
  padding-inline-start: 4.6875vw;
}
.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;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: 'Assistant';
  font-weight: 400;
}
.font-moses .article-image-price-tag-points-component .ImageDetails > * {
  font-family: "Moses", Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: 340;
}
.article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 0.78125vw;
}
.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;
}
.yplus .article-image-price-tag-points-component {
  margin: 0 !important;
}
.yplus .article-image-price-tag-points-component .pont-dot-parent {
  width: 7.8125vw;
  height: 7.8125vw;
  left: -2.34375vw;
  top: -2.34375vw;
}
.yplus .article-image-price-tag-points-component .point-box {
  padding: 2.34375vw;
  color: #000 !important;
  background-color: #d5d6d9;
}
.yplus .article-image-price-tag-points-component .point-box .close-btn {
  position: absolute;
  left: 0;
  font-size: 5.46875vw;
  padding: 0 0 0 2.34375vw;
  line-height: 0.9;
}
.yplus .article-image-price-tag-points-component .point-box .price-row,
.yplus .article-image-price-tag-points-component .point-box .desc-row {
  padding: 0 0 0 6.25vw;
  line-height: 1;
}
.yplus .article-image-price-tag-points-component .point-box .price-row {
  font-size: 4.6875vw;
}
.yplus .article-image-price-tag-points-component .point-box .desc-row {
  font-size: 3.59375vw;
}
.yplus .article-image-price-tag-points-component .point-box .buy-row {
  margin-top: 3.59375vw;
  padding: 0;
}
.yplus .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  border-radius: 3.90625vw;
  font-size: 3.59375vw;
  padding: 2.03125vw 3.125vw;
}
.yplus .article-image-price-tag-points-component .ImageDetails {
  padding: 0 3.90625vw 0 0.78125vw;
  margin-top: -1.5625vw;
}
.yplus .article-image-price-tag-points-component .ImageDetails > * {
  font-family: "Open Sans Hebrew";
  font-size: 4.375vw;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
}
.font-moses .yplus .article-image-price-tag-points-component .ImageDetails > * {
  font-family: "Moses", "Open Sans Hebrew";
}
.magazine2025 .yplus .article-image-price-tag-points-component .ImageDetails > * {
  font-family: 'EzerShemesh';
}
.yplus .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
  margin-left: 0.78125vw;
}
.font-moses .yplus .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 670;
}
.magazine2025 .yplus .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
}
.yplus .article-image-price-tag-points-component .ImageDetails .ImageCredit {
  font-weight: 300;
}
.font-moses .yplus .article-image-price-tag-points-component .ImageDetails .ImageCredit {
  font-weight: 340;
}
.magazine2025 .yplus .article-image-price-tag-points-component .ImageDetails .ImageCredit {
  font-weight: 300;
}
@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;
  }
}
@media (prefers-color-scheme: dark) {
  .article-image-price-tag-points-component .point-box {
    background-color: #4a4a4a;
  }
  .article-image-price-tag-points-component .ImageDetails {
    padding: 0 3.90625vw 0 0.78125vw;
  }
  .article-image-price-tag-points-component .ImageDetails > * {
    font-family: "Open Sans Hebrew";
    font-size: 4.375vw;
    color: #78787b;
    -webkit-text-fill-color: #78787b;
  }
  .magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
    font-family: 'EzerShemesh';
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCaption {
    font-weight: 400;
    margin-left: 0.78125vw;
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCredit {
    font-weight: 300;
  }
}
.recipeRating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipeRating > span {
  flex: 1;
}
.recipeRating .recipe-rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.8125vw;
  font-family: 'NarkisBlock';
  font-weight: 700;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-stars {
  cursor: default;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-star {
  color: transparent !important;
}
.recipeRating .recipe-rating > * {
  width: 100%;
}
.recipeRating .recipe-rating .recipe-rating-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.9375vw;
}
.font-moses .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 4.21875vw;
  font-weight: 670;
  font-family: "Moses", "NarkisBlock";
}
.recipeRating .recipe-rating .recipe-rating-stars {
  align-items: center;
  justify-content: space-around;
  direction: ltr;
  display: flex;
  cursor: pointer;
  margin: 3.125vw 17.1875vw 6.25vw;
}
.recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.625' height='34.625' viewBox='0 0 34.625 34.625'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23000; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M17.313,28.709l-10.7,5.916L8.655,22.1,0,13.225,11.963,11.4,17.313,0,22.66,11.4l11.965,1.829L25.968,22.1l2.044,12.528Z'/%3E %3Cpath class='cls-3' d='M 9.249397277832031 30.88191413879395 L 17.3131103515625 26.42376899719238 L 25.37508010864258 30.88142967224121 L 23.83197021484375 21.42219924926758 L 30.47513008117676 14.61426734924316 L 21.30237007141113 13.21242904663086 L 17.31245613098145 4.707680225372314 L 13.31988906860352 13.2124490737915 L 4.149397850036621 14.61421203613281 L 10.7916898727417 21.42219924926758 L 9.249397277832031 30.88191413879395 M 28.01220893859863 34.62493896484375 L 17.31305885314941 28.70911026000977 L 6.612729549407959 34.62493896484375 L 8.655349731445313 22.09648895263672 L -5.175781438992999e-07 13.22523975372314 L 11.96289920806885 11.39663982391357 L 17.31305885314941 -5.175781438992999e-07 L 22.65966987609863 11.39663982391357 L 34.62493896484375 13.22523975372314 L 25.96840858459473 22.09648895263672 L 28.01220893859863 34.62493896484375 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.59375vw;
  height: 8.59375vw;
  padding: 0 1.09375vw 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
  color: black;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
  color: white;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: "EzerShemesh";
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='4 5 22 21' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%232C2C2D'/%3E %3C/svg%3E") !important;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  background-size: contain;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .recipeRating .recipe-rating.alreadyRated .recipe-rating-stars .recipe-rating-star {
    color: transparent !important;
  }
  .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.625' height='34.625' viewBox='0 0 34.625 34.625'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_white' data-name='for you icon white' class='cls-1'%3E %3Cpath class='cls-2' d='M17.313,28.709l-10.7,5.916L8.655,22.1,0,13.225,11.963,11.4,17.313,0,22.66,11.4l11.965,1.829L25.968,22.1l2.044,12.528Z'/%3E %3Cpath class='cls-3' d='M 9.249397277832031 30.88191413879395 L 17.3131103515625 26.42376899719238 L 25.37508010864258 30.88142967224121 L 23.83197021484375 21.42219924926758 L 30.47513008117676 14.61426734924316 L 21.30237007141113 13.21242904663086 L 17.31245613098145 4.707680225372314 L 13.31988906860352 13.2124490737915 L 4.149397850036621 14.61421203613281 L 10.7916898727417 21.42219924926758 L 9.249397277832031 30.88191413879395 M 28.01220893859863 34.62493896484375 L 17.31305885314941 28.70911026000977 L 6.612729549407959 34.62493896484375 L 8.655349731445313 22.09648895263672 L -5.175781438992999e-07 13.22523975372314 L 11.96289920806885 11.39663982391357 L 17.31305885314941 -5.175781438992999e-07 L 22.65966987609863 11.39663982391357 L 34.62493896484375 13.22523975372314 L 25.96840858459473 22.09648895263672 L 28.01220893859863 34.62493896484375 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
  }
}
.magazine_template .VideoComponenta {
  display: flex;
}
.articleVideoComponenta,
.VideoLiveComponenta {
  position: relative;
  display: block;
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
}
.calcalist .articleVideoComponenta,
.calcalist .VideoLiveComponenta {
  margin: 0.78125vw 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.articleVideoComponenta #player,
.VideoLiveComponenta #player {
  background-size: contain;
}
.articleVideoComponenta > span,
.VideoLiveComponenta > span {
  display: block;
}
.calcalist .articleVideoComponenta .fp-title,
.calcalist .VideoLiveComponenta .fp-title {
  display: none !important;
}
.articleVideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: #78787b;
  padding: 1.5625vw;
  z-index: 1;
  position: relative;
  height: auto;
  font-size: 1rem;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -2.34375vw;
  box-sizing: border-box;
}
.font-moses .articleVideoComponenta .videoInfo,
.font-moses .VideoLiveComponenta .videoInfo {
  font-size: 0.875rem;
  padding: 1.5625vw 3.90625vw;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: 90%;
  display: flex;
  flex-grow: 1;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
  max-width: unset;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  max-width: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 1.5625vw;
  line-height: 1.25;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child {
  margin-left: 0px;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline;
  white-space: wrap;
  margin-left: 0px;
}
.articleVideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container {
  position: relative;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: transparent;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  position: absolute;
  left: 2.34375vw;
  top: 2.34375vw;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.25vw !important;
  border-radius: 0.78125vw;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
  width: 4.6875vw;
}
.ynet .articleVideoComponenta .art_video_caption,
.galhad .articleVideoComponenta .art_video_caption,
.ynet .VideoLiveComponenta .art_video_caption,
.galhad .VideoLiveComponenta .art_video_caption {
  color: #000;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.galhad .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper,
.galhad .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.galhad .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.galhad .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline-block;
  overflow: unset;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.galhad .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.galhad .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (prefers-color-scheme: dark) {
  .articleVideoComponenta .videoInfo,
  .VideoLiveComponenta .videoInfo {
    color: #fff !important;
  }
}
.YoutubeCaption {
  font-size: 4.375vw;
  font-weight: 300;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
}
.GeneralImageComponenta {
  width: 100%;
  height: auto;
  margin-bottom: 2.34375vw;
}
.GeneralImageComponenta .MediaCarousel[style] {
  height: auto !important;
  width: 100% !important;
}
.GeneralImageComponenta .mediaItems > span,
.GeneralImageComponenta .mediaItems > span > span,
.GeneralImageComponenta .mediaItems > span > a {
  width: 100%;
}
.GeneralImageComponenta img[style],
.GeneralImageComponenta img {
  width: 100% ! important;
  height: auto;
}
.radionas .GeneralImageComponenta .multiArticleTab .rightTitleText {
  font-weight: 700;
  font-size: 5.625vw;
  color: #020E24;
}
.radionas .GeneralImageComponenta .multiArticleTab .leftTitleText {
  font-size: 2.8125vw;
  line-height: 4.0625vw;
  font-weight: 500;
  color: #B90302 !important;
}
.radionas .GeneralImageComponenta .multiArticleTab a,
.radionas .GeneralImageComponenta .multiArticleTab a:hover {
  text-decoration: none;
  color: inherit;
}
.radionas .GeneralImageComponenta .multiArticleTab .titleLink {
  font-size: 2.65625vw;
  display: flex;
  align-items: center;
}
.blogs-auto-feed-header-wrapper {
  margin: 1.5625vw 0.78125vw 1.5625vw 0px;
  justify-content: space-between;
  flex-flow: row wrap;
  flex-direction: column;
  display: flex;
}
.isLtr .blogs-auto-feed-header-wrapper {
  margin: 1.5625vw 0 1.5625vw 0.78125vw;
}
.blogs-auto-feed-header-wrapper .articleBlogsOCB-pf {
  justify-content: flex-start !important;
  font-size: 14px !important;
}
.blogs-auto-feed-header-wrapper .postsSorter_title {
  font-size: 1.1rem;
  font-weight: 670;
  margin-bottom: 0.5rem;
}
.blogs-auto-feed-header-wrapper a {
  color: inherit;
  text-decoration: inherit;
  line-height: 3.125vw;
}
.blogs-auto-feed-header-wrapper .blogs-auto-feed-header {
  text-decoration: none !important;
  color: #1e1e1e;
  letter-spacing: -0.3px;
  font-size: 3.75vw;
  font-weight: 600;
  margin-inline-end: 2.34375vw;
  margin-bottom: 0.78125vw;
  line-height: 0.83;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes {
  font-family: 'Moses', 'NarkisBlock' ! important;
  display: flex;
  align-items: center;
  filter: grayscale(1);
  font-weight: 340;
  line-height: 0.85rem;
  justify-self: end;
  justify-content: space-between;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
  display: flex;
  margin-inline-end: 2.34375vw;
  align-items: center;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
  margin-inline-end: 0;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-inline-end: 0.78125vw;
}
.blogs-item-wrapper {
  display: flex;
  padding: 4.375vw 4.6875vw 0 2.34375vw;
  margin-bottom: 2.1875vw;
  border-inline-start: 0.46875vw solid #de1a1a;
  box-shadow: 1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
}
.isLtr .blogs-item-wrapper {
  padding: 4.375vw 2.34375vw 0 4.6875vw;
  box-shadow: -1px 1px 1.09375vw 0 rgba(0, 0, 0, 0.18);
}
.blogs-item-wrapper.isPinned {
  padding: 4.375vw 0 0.78125vw 2.34375vw;
  background-color: #f3f8f9;
  border-right: initial;
  box-shadow: initial;
}
.isLtr .blogs-item-wrapper.isPinned {
  padding: 4.375vw 2.34375vw 0.78125vw 0px;
}
.blogs-item-wrapper.isPinned .title-row__now::before {
  display: none !important;
}
.blogs-item-wrapper.hidden {
  display: none !important;
}
.blogs-item-wrapper .pinIcon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='19px' height='19px' viewBox='0 0 19 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EED4F1F11-B579-4EF1-AC4F-AA859CBC3394%3C/title%3E %3Cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='DT_Blog-v3.1--Pinned-post' transform='translate(-858.000000, -531.000000)' stroke='%23000000' stroke-width='0.8'%3E %3Cg id='Comp/1_blog-post_pinned' transform='translate(19.000000, 499.000000)'%3E %3Cg id='Icn/pinned' transform='translate(839.027112, 32.204305)'%3E %3Cpath d='M10.1794292,12.4033711 L9.36718121,15.4637038 L8.32435656,12.4033711 L10.1794292,12.4033711 Z M12.2818575,1.83509507 L12.2818575,4.26652567 L11.2769762,4.26580993 L11.2783742,7.15297173 C12.6410463,7.80510212 13.662387,9.07174264 13.9667367,10.6156326 L13.9667367,10.6156326 L4.41652634,10.9200843 C4.70902344,9.08615477 5.73418237,7.78603461 7.13200316,7.12938949 L7.13200316,7.12938949 L7.13219718,4.26580546 L6.1434063,4.26652108 L6.1434063,1.83509507 L12.2818575,1.83509507 Z' id='Combined-Shape' transform='translate(9.213708, 9.213708) rotate(45.000000) translate(-9.213708, -9.213708) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.275rem;
  width: 1.275rem;
  margin-inline-end: 0.2rem;
  margin-top: 0.25rem;
}
.blogs-item-wrapper .now-red-dot {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eD31AF305-D3D2-4825-BE7F-9ECDC899970B%3c/title%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-861.000000%2c -537.000000)'%3e%3cg id='comp/1_blogpost-Now' transform='translate(21.000000%2c 499.000000)'%3e%3cg id='Animation/Blip' transform='translate(840.000000%2c 38.000000)'%3e%3ccircle id='Oval' fill-opacity='0.536276224' fill='red' opacity='0.687426612' cx='5' cy='5' r='5'%3e%3c/circle%3e%3ccircle id='Oval' fill='%23DE1A1A' cx='5' cy='5' r='3'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.6rem;
  margin-inline-end: 0.2rem;
  margin-top: 0.5rem;
}
.blogs-item-wrapper .blogs-auto-feed-item__body {
  margin-top: 1.5625vw;
}
.blogs-item-wrapper .fp-title {
  display: none !important;
}
.blogs-auto-feed-item {
  display: flex;
  flex-flow: column nowrap;
  width: 100% !important;
  box-sizing: border-box;
  max-width: 135.3125vw;
  background-color: white;
  flex: 1;
  font-size: 1.0625rem;
}
.blogs-auto-feed-item .audio-podcast-player {
  width: initial !important;
  margin: initial !important;
}
.blogs-auto-feed-item .audio-podcast-player-container .podcast-container-details {
  width: initial;
}
.blogs-auto-feed-item .continue-read-pf {
  font-size: 15px !important;
  font-weight: 670;
  color: #de1a1a;
}
.font-moses .blogs-auto-feed-item {
  font-family: 'Moses', 'NarkisBlock';
}
.blogs-auto-feed-item.isPinned {
  background-color: #f3f8f9;
  box-shadow: none;
  border-right: none;
}
.blogs-auto-feed-item.isPinned .html-container *:not(figure *, .pinIcon, .special_ul *, .public-DraftStyleDefault-block *) {
  background-color: #f3f8f9;
}
.blogs-auto-feed-item .text_editor_paragraph {
  padding-right: initial !important;
}
.blogs-auto-feed-item .text_editor_paragraph > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial !important;
  padding-inline-start: 0.46875vw;
}
.blogs-auto-feed-item .item-info {
  width: 100%;
  margin: 0 0 2.34375vw;
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.3px;
  text-align: start;
  color: #000;
}
.font-moses .blogs-auto-feed-item .item-info {
  font-size: 0.875rem;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row * {
  display: inline-block;
  font-weight: 600;
  font-size: 1.03125rem !important;
}
.blogs-auto-feed-item .item-info .title-row .date-section {
  display: inline-block;
  padding-inline-end: 0.78125vw;
  font-size: 1.03125rem !important;
  letter-spacing: -0.3px;
  line-height: 4.53125vw;
  font-weight: 600;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .date-section {
  font-size: 1.03125rem !important;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row .date-section .hour {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .date-section .DateDisplay {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .date-section .date {
  color: #de1a1a !important;
  flex: 0;
}
.blogs-auto-feed-item .item-info .title-row .title-section {
  padding-inline-start: 0.78125vw;
  color: black;
  margin: unset;
  overflow: hidden;
  display: inline;
}
.blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: 'Moses', 'NarkisBlock' ! important;
  margin: unset;
  letter-spacing: -0.3px;
  padding-inline-end: 1.5625vw;
  font-weight: 670;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-size: 1.03125rem !important;
  font-weight: 670;
  letter-spacing: normal;
}
.blogs-auto-feed-item .item-info .title-row .title-row__now {
  position: relative;
  color: #de1a1a !important;
  align-items: center;
}
.blogs-auto-feed-item .item-info .title-row .title-row__now:before {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eD31AF305-D3D2-4825-BE7F-9ECDC899970B%3c/title%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-861.000000%2c -537.000000)'%3e%3cg id='comp/1_blogpost-Now' transform='translate(21.000000%2c 499.000000)'%3e%3cg id='Animation/Blip' transform='translate(840.000000%2c 38.000000)'%3e%3ccircle id='Oval' fill-opacity='0.536276224' fill='red' opacity='0.687426612' cx='5' cy='5' r='5'%3e%3c/circle%3e%3ccircle id='Oval' fill='%23DE1A1A' cx='5' cy='5' r='3'%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.6rem;
  margin-inline-end: 0.2rem;
  margin-top: 0.5rem;
  content: "";
  position: absolute;
  left: 2.8375rem;
  bottom: 0.325rem;
}
.isLtr .blogs-auto-feed-item .item-info .title-row .title-row__now:before {
  right: 1.5rem;
  left: unset;
}
.blogs-auto-feed-item .item-info .title-row .title-row__yesterday {
  color: #de1a1a !important;
}
.blogs-auto-feed-item .item-info .title-row .yesterdayComma {
  color: #de1a1a;
  padding-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .title-row .title-row__separator {
  height: 5.15625vw !important;
  background-color: #000;
  width: 0.78125vw !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.9375vw;
  font-weight: 600;
  margin-inline-end: 0.46875vw;
  margin-inline-start: 0.46875vw;
}
.blogs-auto-feed-item .item-info .title-row .title-row__separator.red {
  background-color: #de1a1a !important;
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .auth-row-pf {
  font-size: 15px !important;
  line-height: 1.38;
  letter-spacing: -0.3px;
  color: #78787b;
  font-weight: normal;
  margin-inline-end: 10px;
  font-weight: lighter !important;
  line-height: 18px !important;
  height: unset !important;
  padding-top: 0 !important;
}
.font-moses .blogs-auto-feed-item .item-info .auth-row-pf {
  font-size: 15px !important;
  font-weight: 340 !important;
  flex-shrink: 2;
}
.blogs-auto-feed-item .item-info .auth-row__separator {
  height: 100%;
  background-color: #888888;
  width: 0.46875vw !important;
  margin-inline-end: 1.5625vw;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf {
  display: flex;
  height: 20px;
  align-items: center;
  padding-top: 20px;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf .mobileShareBtn {
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='%2378787b'/%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  width: 4.375vw !important;
  height: 4.375vw !important;
  background-size: 4.375vw !important;
  flex-shrink: 0;
}
.isLtr .blogs-auto-feed-item .item-info .authorAndSocial-pf .mobileShareBtn {
  margin-inline-end: 0.78125vw;
}
.blogs-auto-feed-item .item-info .authorAndSocial-pf .social-icon:not(.tb) {
  display: none !important;
}
.blogs-auto-feed-item .item-info .ImageCaption,
.blogs-auto-feed-item .item-info .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .html-container {
  width: 100%;
  height: auto;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent {
  font-family: 'NarkisBlock';
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .pHeader {
  font-size: 3.125vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent figure > * {
  width: 100%;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .originalLaunchDate,
.blogs-auto-feed-item .html-container .ArticleBodyComponent .coAutors {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol,
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ul {
  width: 90%;
  font-size: 2.65625vw;
  line-height: 3.4375vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .public-DraftStyleDefault-ol {
  margin-inline-start: 2.34375vw;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .coAuthors {
  display: none;
}
.blogs-auto-feed-item .html-container .ArticleBodyComponent .VideoComponenta {
  margin-bottom: 1.5625vw;
}
.blogs-auto-feed-item .html-container .text_editor_paragraph {
  width: auto;
  font-size: 2.8125vw;
  letter-spacing: -0.34px;
  line-height: 3.75vw;
  font-weight: normal;
  padding-inline-end: 1.09375vw;
  padding-inline-start: 1.09375vw;
  margin-bottom: 3.125vw;
}
.blogs-auto-feed-item .html-container .VideoComponenta {
  margin-bottom: 7.8125vw;
  display: inline-block;
}
.blogs-auto-feed-item .articleVideoComponenta {
  margin: initial !important;
  width: initial !important;
}
.blogs-auto-feed-item .VideoLiveComponenta {
  margin: initial !important;
  width: 100% !important;
}
.blogs-auto-feed-item .html-container.loading-auto-feed-blog {
  height: 15.625vw;
  width: 15.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-auto-feed-item .bottom-row {
  margin-inline-start: 1.25vw;
  width: 98%;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: space-between;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf {
  display: flex;
  width: auto;
  justify-content: space-between;
  align-self: flex-end;
  margin-bottom: 15px;
  line-height: 1;
  align-items: center;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  font-family: 'Moses', 'NarkisBlock' ! important;
  font-weight: 670;
  line-height: 1.75rem;
  cursor: pointer;
  color: initial;
  margin: 0 0 0 2px;
  letter-spacing: normal;
}
.isLtr .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  margin: 0 2px 0 0;
}
.font-moses .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf continue-read-pf {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px !important;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg width='13px' height='13px' viewBox='0 0 13 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e6F12D69D-403D-4AB8-92D4-4CCC0DFE0455%3c/title%3e%3cdefs%3e%3crect id='path-1' x='0' y='0' width='13' height='13' rx='6.5'%3e%3c/rect%3e%3cfilter x='-53.8%25' y='-38.5%25' width='207.7%25' height='207.7%25' filterUnits='objectBoundingBox' id='filter-2'%3e%3cfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix values='0 0 0 0 0.111979167 0 0 0 0 0.111979167 0 0 0 0 0.111979167 0 0 0 0.218995848 0' type='matrix' in='shadowBlurOuter1'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg id='Blog-Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='DT_Blog-v3.1' transform='translate(-54.000000%2c -1730.000000)'%3e%3cg id='Comp/blog-post_video_read-More' transform='translate(21.000000%2c 1022.000000)'%3e%3cg id='Group-3' transform='translate(33.000000%2c 111.000000)'%3e%3cg id='Group-2' transform='translate(0.000000%2c 595.000000)'%3e%3cg id='Group' transform='translate(0.000000%2c 2.000000)'%3e%3cg id='Rectangle'%3e%3cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3e%3c/use%3e%3cuse fill='%23DE1A1A' fill-rule='evenodd' xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3cpolyline id='Path-3' stroke='white' stroke-width='1.5' stroke-linecap='square' transform='translate(6.457712%2c 7.118680) scale(1%2c -1) rotate(90.000000) translate(-6.457712%2c -7.118680) ' points='7.75079658 4.39992136 5.16462724 7.1593112 7.75079658 9.83743871'%3e%3c/polyline%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0px 5px 0 2px;
  background-size: contain;
}
.isLtr .blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf {
  margin: 0 2px 0 5px;
}
.blogs-auto-feed-item .bottom-row .continue-read-wrapper-pf .little-arrow-pf.up {
  transform: rotate(180deg);
}
.blogs-auto-feed-item .hidden_blocks {
  display: none;
}
.blogs-auto-feed-item .TextEditorBlogEndOfPreviewTextFlag {
  display: none;
}
.blogs-auto-feed-item .ArticleImageComponenta {
  margin-inline-start: 0 !important;
  margin-inline-end: 0.625rem !important;
  width: initial !important;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageCaption,
.blogs-auto-feed-item .ArticleImageComponenta .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.blogs-auto-feed-item .art_video_caption_credit_wrapper {
  font-size: 0.834rem !important;
  margin-top: 0.5rem;
}
.blogs-auto-feed-item .articleVideoComponenta .videoInfo,
.blogs-auto-feed-item .VideoLiveComponenta .videoInfo {
  padding-inline-start: 0;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails {
  margin-top: 0px;
  padding-inline-start: 0px;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCaption,
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.article-blog-componenta-wrapper .authorAndSocial-pf span:has(.social-icon.tb) {
  display: flex;
  align-items: center;
}
.article-blog-componenta-wrapper .social-icon.tb {
  width: auto !important;
  height: 4.6875vw !important;
  font-family: 'Moses' !important;
  opacity: initial !important;
  font-weight: 500;
  background-color: #de1a1a !important;
  color: #fff;
  border-radius: 7.8125vw;
  padding: 0px 1.5625vw;
  display: flex;
  align-items: center;
  margin-right: auto;
  justify-content: center;
  flex-shrink: 0;
  margin-inline-start: 0.6rem;
}
.isLtr .article-blog-componenta-wrapper .social-icon.tb {
  display: none;
}
.article-blog-componenta-wrapper .social-icon.tb .comments-count {
  font-family: 'Moses' !important;
}
.article-blog-componenta-wrapper .social-icon.tb .comments-count-wrapper-pf {
  font-size: 12px;
}
.font-moses .ArtcielImageApp .captionArea .caption-img-container-new-design strong[style] {
  font-size: 1.0625rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
}
.font-moses .blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .article-blog-componenta-wrapper .continue-read-pf,
  .article-blog-componenta-wrapper .yesterdayComma {
    color: #de1a1a !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item {
    background-color: black !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .item-info .title-row .title-row__separator {
    background-color: #fff !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .item-info .title-row .title-row__separator .red {
    background-color: #de1a1a !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .social-icon {
    width: 3.125vw !important;
    background-repeat: no-repeat !important;
  }
  .article-blog-componenta-wrapper .pinIcon {
    filter: invert(1);
  }
  .article-blog-componenta-wrapper .special_ul {
    color: #fff !important;
  }
  .article-blog-componenta-wrapper .special_ul li {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255 ,255 ,255)' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='icon' transform='translate(-1327 -606)'%3E%3Cpath id='Union_4' data-name='Union 4' d='M31.878,32H0V0H26.425V14.286H32V32Zm-2.724-2.857v-12H26.425v12ZM2.877,29.112h20.67V2.888H2.877ZM5.465,22.73v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Zm0-5.486v-2.5H20.924v2.5Z' transform='translate(1327 606)'/%3E%3C/g%3E%3C/svg%3E");
  }
  .article-blog-componenta-wrapper .special_ul* {
    color: #fff !important;
  }
  .blogs-item-wrapper {
    background-color: black !important;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .social-icon {
    width: initial !important;
  }
}
.font-moses .ArticleBodyComponent .blogs-item-wrapper ol.public-DraftStyleDefault-ol {
  margin-inline-start: 2.25rem !important;
}
.font-moses .ArticleBodyComponent .blogs-item-wrapper ul.public-DraftStyleDefault-ul {
  margin-inline-start: 2.50rem !important;
}
.blog_article .ArticleHeaderMobileComponent h1 {
  font-family: "MosesDisplay", "NarkisBlock" !important;
  font-size: 2.34375rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.3px !important;
}
.blog_article .ArticleHeaderMobileComponent h2 {
  font-family: "Moses", "NarkisBlock" !important;
  font-size: 1.318rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 0.96 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf* {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.blog_article .text_editor_paragraph {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 0.95265625rem !important;
  letter-spacing: normal !important;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Regular.eot') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Light.eot') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-UltraLight.eot') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Bold.eot') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'EzerShemesh';
  src: url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.otf') format('opentype'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.woff2') format('woff2'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.woff') format('woff'), url('/Common/images/fonts/EzerShemesh/EzerShemesh-Black.eot') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('/Common/images/fonts/Assistant/Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/*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;
}
.mContainer.magazine2025 {
  font-family: "EzerShemesh";
}
.mContainer.magazine2025 .flowplayer:not(.is-playing) .fp-icon.fp-play,
.mContainer.magazine2025 .flowplayer.is-touched.is-playing .fp-icon.fp-pause {
  width: 5em ! important;
  height: 5em ! important;
}
.mContainer.magazine2025 .SiteScrollToTopButton {
  display: none;
}
.mContainer.magazine2025 #bottomSpotimCounterMobileWeb {
  font-family: 'Assistant';
}
.mContainer.magazine2025:not(.articleContainer) .singleColumnGrid {
  gap: 7.8125vw;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.mContainer.magazine2025 .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 1.5625vw;
  height: 100%;
}
.mContainer.magazine2025 .blogsArticleVideoAppComponenta .androidTvImageClass {
  height: 100%;
}
.mContainer.magazine2025 .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: flex;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}
.mContainer.magazine2025 .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;
}
.mContainer.magazine2025 .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.mContainer.magazine2025 .slotTitle {
  font-size: 4.53125vw;
  line-height: 4.84375vw;
  font-weight: 400;
}
.mContainer.magazine2025 .moreDetails {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 600;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.mContainer.magazine2025 #ArticleBodyComponent {
  padding: 0 1.25rem;
}
.commertial-article .mContainer.magazine2025 #ArticleBodyComponent {
  background-color: #f5f4f4;
}
.mContainer.magazine2025 #ArticleBodyComponent .text_editor_paragraph,
.mContainer.magazine2025 #ArticleBodyComponent .public-DraftStyleDefault-ul,
.mContainer.magazine2025 #ArticleBodyComponent .public-DraftStyleDefault-ol {
  font-family: 'Assistant';
  font-weight: 400;
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  line-height: 1.3;
}
.mContainer.magazine2025 #ArticleBodyComponent a {
  text-decoration: underline;
}
.mContainer.magazine2025 #ArticleBodyComponent .text_editor_block_quote {
  font-size: 2rem;
  line-height: 1.125;
  padding: 0.625rem 0;
  text-align: center;
  border: 1px solid #D7D5D5;
  border-left: none;
  border-right: none;
  margin-bottom: 1.875rem;
  font-family: 'EzerShemesh';
  font-weight: 300;
}
.mContainer.magazine2025 #ArticleBodyComponent figure {
  margin-bottom: 1.875rem;
}
.mContainer.magazine2025 #ArticleBodyComponent .pHeader {
  font-family: 'EzerShemesh';
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2 !important;
  margin-bottom: 0.625rem !important;
}
.mContainer.magazine2025 #ArticleBodyComponent .articleVideoComponenta,
.mContainer.magazine2025 #ArticleBodyComponent .VideoLiveComponenta {
  width: 100%;
  margin: 0 0 1.875rem 0;
  display: flex;
  flex-direction: column;
}
.mContainer.magazine2025 #ArticleBodyComponent .articleVideoComponenta #player,
.mContainer.magazine2025 #ArticleBodyComponent .VideoLiveComponenta #player {
  position: relative;
  display: flex;
  width: calc(100% + 2.5rem);
  margin: 0 -1.25rem 0.625rem;
}
.mContainer.magazine2025 #ArticleBodyComponent .articleVideoComponenta .videoInfo,
.mContainer.magazine2025 #ArticleBodyComponent .VideoLiveComponenta .videoInfo {
  font-size: 1rem;
  line-height: 1;
  font-family: 'Assistant';
  font-weight: 400;
  padding: 0.625rem 0 0 0;
  color: #121111;
  display: inline;
}
.mContainer.magazine2025 #ArticleBodyComponent .articleVideoComponenta .videoInfo *,
.mContainer.magazine2025 #ArticleBodyComponent .VideoLiveComponenta .videoInfo * {
  font-family: 'Assistant';
}
.mContainer.magazine2025 #ArticleBodyComponent .articleVideoComponenta .videoInfo *:not(.art_video_credit, .art_video_credit *),
.mContainer.magazine2025 #ArticleBodyComponent .VideoLiveComponenta .videoInfo *:not(.art_video_credit, .art_video_credit *) {
  float: inline-start;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta {
  display: flex;
  flex-direction: column;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .gelleryOpener {
  position: relative;
  display: flex;
  width: calc(100% + 2.5rem);
  margin: 0 -1.25rem 0.625rem;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .galleryCounterExpand {
  display: none;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .expand {
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  width: 9.375vw;
  height: 9.375vw;
  background: url("data:image/svg+xml,%3Csvg width='61' height='61' viewBox='0 0 61 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect opacity='0.9' x='2' y='1.5' width='57' height='57' rx='28.5' fill='white' stroke='%23F1F1F1' stroke-width='3'/%3E %3Cpath d='M19.5 19C18.9477 19 18.5 19.4477 18.5 20L18.5 29C18.5 29.5523 18.9477 30 19.5 30C20.0523 30 20.5 29.5523 20.5 29L20.5 21L28.5 21C29.0523 21 29.5 20.5523 29.5 20C29.5 19.4477 29.0523 19 28.5 19L19.5 19ZM40.7132 42.2132C41.2655 42.2132 41.7132 41.7655 41.7132 41.2132L41.7132 32.2132C41.7132 31.6609 41.2655 31.2132 40.7132 31.2132C40.1609 31.2132 39.7132 31.6609 39.7132 32.2132L39.7132 40.2132L31.7132 40.2132C31.1609 40.2132 30.7132 40.6609 30.7132 41.2132C30.7132 41.7655 31.1609 42.2132 31.7132 42.2132L40.7132 42.2132ZM18.7929 20.7071L40.0061 41.9203L41.4203 40.5061L20.2071 19.2929L18.7929 20.7071Z' fill='%23121111'/%3E %3C/svg%3E") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: none;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .expand:hover {
  cursor: pointer;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .gelleryOpener .expand::after {
  display: none;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .gelleryOpener img {
  width: 100%;
  height: auto;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .mobileView {
  display: none;
}
.mContainer.magazine2025 #ArticleBodyComponent .ArticleImageComponenta .ImageDetails * {
  font-size: 1rem;
  line-height: 1;
  font-family: 'Assistant';
  font-weight: 400;
}
.mContainer.magazine2025 .ArticleTagsComponent {
  display: flex;
  gap: 0.5rem;
  border: none !important;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.875rem;
}
.mContainer.magazine2025 .ArticleTagsComponent * {
  color: #121111 !important;
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Assistant' !important;
  font-weight: 300;
}
.mContainer.magazine2025 .ArticleTagsComponent *:hover {
  color: #121111 !important;
}
.mContainer.magazine2025 .ArticleTagsComponent .tagsLabel {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.91184 4.08797C10.0306 4.2067 10.2229 4.2067 10.3416 4.08797C10.4603 3.96924 10.4603 3.77692 10.3416 3.65819C10.2231 3.53963 10.0307 3.53948 9.91184 3.65819V4.08797ZM9.91184 4.08797C9.79314 3.96928 9.7931 3.77704 9.91173 3.6583L9.91184 4.08797ZM12.9977 5.54657L12.817 2.34387L12.817 2.34383C12.7823 1.73071 12.2693 1.21765 11.6562 1.18301L11.6561 1.18301L8.45324 1.00227C8.45323 1.00227 8.45322 1.00227 8.4532 1.00227C8.18331 0.987026 7.89599 1.05021 7.64975 1.14419C7.40347 1.23819 7.14723 1.38248 6.95617 1.5734L6.95604 1.57353L1.3371 7.19229L1.33696 7.19243C0.887782 7.64194 0.88721 8.37446 1.33709 8.82434L5.17533 12.6626C5.17538 12.6626 5.17542 12.6627 5.17547 12.6627C5.6251 13.1125 6.35792 13.1123 6.80751 12.6627L12.4265 7.04377L12.4266 7.04363C12.6175 6.85257 12.7618 6.59634 12.8558 6.35006C12.9498 6.1038 13.013 5.81647 12.9977 5.54657Z' stroke='%23121111' stroke-miterlimit='10'/%3E %3C/svg%3E");
  background-position: right center;
  background-size: 1.75rem 0.75rem;
  background-color: transparent;
  background-repeat: no-repeat;
  font-weight: 400;
  padding: .5rem 1.75rem .5rem 0.5rem;
  box-sizing: border-box;
  width: auto;
  margin: 0;
}
.mContainer.magazine2025 .ArticleTagsComponent .tagWrapperContainer {
  padding-bottom: 0;
  gap: 0.5rem;
  display: flex;
}
.mContainer.magazine2025 .ArticleTagsComponent .tagWrapper .tagName {
  background: #F1F1F1;
  padding: 0.5rem;
  border-radius: 0.3125rem;
  margin: 0;
  height: auto;
}
.mContainer.magazine2025 .SiteArticleComments {
  display: flex;
  flex-direction: column;
  direction: rtl;
  margin: 10.625vw 0;
}
.mContainer.magazine2025 .SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.mContainer.magazine2025 .SiteArticleComments .showMoreCommentsButton,
.mContainer.magazine2025 .SiteArticleComments .closeCommentsButton {
  background: #A10000;
  width: 49.0625vw;
  height: 10.625vw;
  margin: 5.46875vw auto 0 !important;
  font-weight: 400;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  font-size: 4.6875vw;
}
.mContainer.magazine2025 .SiteArticleComments .showMoreCommentsButton:hover,
.mContainer.magazine2025 .SiteArticleComments .closeCommentsButton:hover,
.mContainer.magazine2025 .SiteArticleComments .showMoreCommentsButton:focus,
.mContainer.magazine2025 .SiteArticleComments .closeCommentsButton:focus {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}
.mContainer.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI {
  display: flex;
  align-items: center;
  height: 6.25vw;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.mContainer.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle {
  display: flex;
  align-items: center;
}
.mContainer.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon {
  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");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 6.875vw;
  width: 7.1875vw;
  margin-left: 2.03125vw;
}
.mContainer.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabTitle .tabIcon .tabNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  height: 5.46875vw;
  font-size: 3.125vw;
  font-weight: 400;
}
.mContainer.magazine2025 .SiteArticleComments .ArticleCommentsTopTabUI .tabText {
  font-size: 6.25vw;
  font-weight: 400;
  color: #121111;
}
.mContainer.magazine2025 .SiteArticleComments .tabPanel {
  display: flex;
}
.mContainer.magazine2025 .SiteArticleComments .tabPanel .newCommentBtn {
  background: #A10000;
  height: 7.96875vw;
  width: 34.53125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
}
.mContainer.magazine2025 .SiteArticleComments .tabPanel .newCommentBtn .btnText {
  font-size: 4.21875vw;
  font-weight: 400;
  color: #fff;
}
.mContainer.magazine2025 .commentsContainer {
  width: 100%;
  margin: 0;
  padding: 0x;
  box-sizing: border-box;
  border-bottom: 1px solid #dadadd;
}
.mContainer.magazine2025 .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.mContainer.magazine2025 .videoIcon {
  position: absolute;
  left: 1.09375vw;
  bottom: 1.09375vw;
  width: 4.6875vw;
  height: 4.6875vw;
}
.mContainer.magazine2025 .videoIcon .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='play'%3E %3Crect id='Rectangle 228' opacity='0.9' x='1.49976' y='1.94446' width='58.1111' height='57' rx='28.5' fill='white' stroke='%23F1F1F1' stroke-width='3'/%3E %3Cpath id='Polygon 1' d='M44.5971 28.693C45.9487 29.4592 45.9487 31.4067 44.5971 32.1728L23.1528 44.3286C21.8195 45.0844 20.1665 44.1213 20.1665 42.5887L20.1665 18.2772C20.1665 16.7446 21.8195 15.7815 23.1528 16.5373L44.5971 28.693Z' fill='%23121111' stroke='%23121111'/%3E %3C/g%3E %3C/svg%3E") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mContainer.magazine2025 .videoIcon.xLarge {
  width: 9.375vw;
  height: 9.375vw;
}
.mContainer.magazine2025 .videoIcon.xLarge .icon {
  width: 9.375vw;
  height: 9.375vw;
}
.mContainer.magazine2025 .havakIcon {
  width: 15.15625vw;
  height: 4.6875vw;
  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;
}
.mContainer.magazine2025 .havakIcon.onImage {
  position: absolute;
  left: unset;
  top: unset;
  right: 2.1875vw;
  bottom: 1.875vw;
  z-index: 1;
}
.mContainer.magazine2025 .MutamMarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 7.8125vw;
  width: 7.8125vw;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  overflow: hidden;
  z-index: 3;
}
.mContainer.magazine2025 .MutamMarketingSign .marketingImage {
  height: 7.8125vw !important;
  width: 7.8125vw !important;
}
.mContainer.magazine2025 .MutamMarketingText {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 4.0625vw;
  font-weight: 400;
  text-align: start;
  padding: 1.5625vw 9.375vw 1.5625vw 1.5625vw;
  color: white;
  background-color: #000000ad;
  z-index: 4;
  box-sizing: border-box;
  font-family: 'Assistant';
}
.mContainer.magazine2025 .MutamMarketingText .closeInfoiTxt {
  width: 4.6875vw;
  height: 4.6875vw;
  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;
  right: 1.5625vw;
  border: 0;
}
.mContainer.magazine2025 .MutamMarketingText.coverAll {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5625vw 9.375vw 1.5625vw 1.5625vw;
  font-size: 3.59375vw;
  justify-content: flex-start;
}
.mContainer.magazine2025 .MutamMarketingText.coverAll span {
  white-space: unset;
}
@media (prefers-color-scheme: dark) {
  .mContainer.magazine2025 {
    background: #121111;
    color: #fff !important;
  }
  .mContainer.magazine2025 .textDiv,
  .mContainer.magazine2025 .category,
  .mContainer.magazine2025 .roofTitle,
  .mContainer.magazine2025 .slotTitle,
  .mContainer.magazine2025 .slotSubTitle,
  .mContainer.magazine2025 .moreDetails,
  .mContainer.magazine2025 .storiesAutoComponentaTab {
    color: #fff !important;
  }
  .mContainer.magazine2025 .textDiv a,
  .mContainer.magazine2025 .category a,
  .mContainer.magazine2025 .roofTitle a,
  .mContainer.magazine2025 .slotTitle a,
  .mContainer.magazine2025 .slotSubTitle a,
  .mContainer.magazine2025 .moreDetails a,
  .mContainer.magazine2025 .storiesAutoComponentaTab a {
    color: #fff !important;
  }
  .mContainer.magazine2025 .storiesAutoMutamComponenta .storiesAutoComponentaTab {
    border-bottom-color: #fff !important;
  }
  .mContainer.magazine2025 .commentsAndShareWrapper .icon,
  .mContainer.magazine2025 .commentsAndShareWrapper .frontCopyButton-pf,
  .mContainer.magazine2025 .commentsAndShareWrapper .commentsBtn {
    filter: invert(1);
  }
  .commertial-article .mContainer.magazine2025 .commentsAndShareWrapper {
    margin-bottom: 0 ! important;
  }
  .commertial-article .mContainer.magazine2025 .commentsAndShareWrapper .icon,
  .commertial-article .mContainer.magazine2025 .commentsAndShareWrapper .frontCopyButton-pf,
  .commertial-article .mContainer.magazine2025 .commentsAndShareWrapper .commentsBtn {
    filter: unset ! important;
  }
  .mContainer.magazine2025 .ArticleTagsComponent {
    background: #121111;
  }
  .mContainer.magazine2025 .ArticleTagsComponent .tagsLabel {
    filter: invert(1);
  }
  .mContainer.magazine2025 .ArticleBodyComponent {
    background-color: #121111;
    color: #fff;
  }
  .mContainer.magazine2025 .ArticleBodyComponent .text_editor_paragraph,
  .mContainer.magazine2025 .ArticleBodyComponent .text_editor_block_quote,
  .mContainer.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ul,
  .mContainer.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ol,
  .mContainer.magazine2025 .ArticleBodyComponent .originalLaunchDate {
    color: #fff;
  }
  .mContainer.magazine2025 .ArticleBodyComponent .text_editor_paragraph a,
  .mContainer.magazine2025 .ArticleBodyComponent .text_editor_block_quote a,
  .mContainer.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ul a,
  .mContainer.magazine2025 .ArticleBodyComponent .public-DraftStyleDefault-ol a,
  .mContainer.magazine2025 .ArticleBodyComponent .originalLaunchDate a {
    color: #419bf9;
    -webkit-text-fill-color: #419bf9;
  }
  .mContainer.magazine2025 .ArticleBodyComponent .VideoComponenta {
    background-color: transparent;
  }
  .mContainer.magazine2025 .ArticleBodyComponent .VideoComponenta .videoInfo *,
  .mContainer.magazine2025 .ArticleBodyComponent .VideoComponenta .art_video_caption {
    color: #fff;
  }
  .commertial-article .mContainer.magazine2025 .ArticleBodyComponent {
    margin-top: 0 !important;
  }
  .commertial-article .mContainer.magazine2025 .ArticleBodyComponent .pHeader {
    color: #0e0101 !important;
  }
  .mContainer.magazine2025 .SiteArticleComments .ArticleCommentApp * {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .mContainer.magazine2025 .SiteArticleComments a {
    color: #419bf9;
    -webkit-text-fill-color: #419bf9;
  }
  .mContainer.magazine2025 .article-image-price-tag-points-component .ImageDetails *,
  .mContainer.magazine2025 .ArticleImageComponenta .ImageDetails *,
  .mContainer.magazine2025 .article-image-price-tag-points-component .point-box,
  .mContainer.magazine2025 .ArticleImageComponenta .point-box,
  .mContainer.magazine2025 .article-image-price-tag-points-component .additional-row,
  .mContainer.magazine2025 .ArticleImageComponenta .additional-row {
    color: #fff;
  }
  .commertial-article .mContainer.magazine2025 .article-image-price-tag-points-component .ImageDetails *,
  .commertial-article .mContainer.magazine2025 .ArticleImageComponenta .ImageDetails *,
  .commertial-article .mContainer.magazine2025 .article-image-price-tag-points-component .point-box,
  .commertial-article .mContainer.magazine2025 .ArticleImageComponenta .point-box,
  .commertial-article .mContainer.magazine2025 .article-image-price-tag-points-component .additional-row,
  .commertial-article .mContainer.magazine2025 .ArticleImageComponenta .additional-row {
    color: #0e0101 !important;
  }
  .mContainer.magazine2025 .ArtcielImage *,
  .mContainer.magazine2025 .VideoComponenta * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }
  .commertial-article .mContainer.magazine2025 #ArticleBodyComponent .text_editor_paragraph,
  .commertial-article .mContainer.magazine2025 .ArticleBodyComponent .originalLaunchDate,
  .commertial-article .mContainer.magazine2025 .ImageDetails {
    color: #0e0101 !important;
  }
}
.magazineArticleHeadlinesAutoMutam {
  padding: 0 7.8125vw;
  direction: rtl;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView {
  position: relative;
  display: flex;
  gap: 3.125vw;
  padding: 3.125vw 0;
  border-bottom: 1px solid #D7D5D5;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView:last-child {
  border-bottom: none;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .imageArea {
  position: relative;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .imageArea .imageView img {
  width: 29.6875vw;
  height: 16.71875vw;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
  width: 100%;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv .category {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 1.875vw;
  text-decoration: none;
  color: #A10000;
  font-family: 'Assistant';
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv .slotTitle {
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 4.53125vw;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv .slotTitle a {
  text-decoration: none;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv .moreDetails {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 0;
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 600;
  line-height: 4.53125vw;
  width: 100%;
  font-family: 'Assistant';
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv .moreDetails .creditName {
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv .moreDetails .dateView {
  min-width: fit-content;
  margin-inline-start: 0.78125vw;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .textDiv .moreDetails .commaView {
  display: inline-block;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotsContent .slotView .MutamMarketingSign {
  bottom: 3.90625vw;
}
.magazineArticleHeadlinesAutoMutam .slotContentDiv .slotMore {
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
}
.magazineArticlesRecommendationsComponent {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  direction: rtl;
}
.magazineArticlesRecommendationsComponent a,
.magazineArticlesRecommendationsComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineArticlesRecommendationsComponent .magazine-component-tab {
  width: auto;
  margin: 0 7.8125vw;
}
.magazineArticlesRecommendationsComponent .slotsContent {
  width: 100%;
  flex-direction: column;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList {
  display: flex;
  flex-direction: column;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea {
  position: relative;
  height: 75vw;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] {
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems,
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems {
  height: 100%;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] img {
  height: 100%;
  width: 100% !important;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .videoIcon.medium {
  bottom: 4.84375vw;
  left: 4.84375vw;
  z-index: 1;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 1.25vw;
  position: absolute;
  bottom: 0;
  padding: 7.65625vw 5vw;
  text-align: right;
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 17, 17, 0), rgba(18, 17, 17, 0.9));
  box-sizing: border-box;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .slotCategory {
  padding: 0.78125vw 1.25vw;
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 4.53125vw;
  background-color: #fff;
  font-family: 'Assistant';
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 6.09375vw;
  line-height: 6.5625vw;
  font-weight: 400;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .moreDetails {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  padding-inline-end: 3.125vw;
  box-sizing: border-box;
  font-family: 'Assistant';
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .moreDetails .dateInfo {
  flex-shrink: 0;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .moreDetails .authorInfo {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-left: 0.78125vw;
}
.magazineArticlesRecommendationsComponent .slotsContent .slotList .slotView .textDiv .havakIcon.onTopImage {
  width: 8.59375vw;
  height: 2.65625vw;
  background-size: contain;
}
.magazineArticlesSideComponent {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  direction: rtl;
}
.articleContainer .magazineArticlesSideComponent {
  margin-bottom: 10.9375vw;
}
.magazineArticlesSideComponent a,
.magazineArticlesSideComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineArticlesSideComponent .magazine-component-tab {
  width: auto;
  margin: 0 7.8125vw;
}
.magazineArticlesSideComponent .slotsContent {
  width: 100%;
}
.magazineArticlesSideComponent .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 7.8125vw;
}
.magazineArticlesSideComponent .slotsContent .slotList > div {
  width: 50%;
  flex-shrink: 0;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView {
  width: 100%;
  height: 77.8125vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .mediaArea {
  position: relative;
  height: 77.8125vw;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .mediaArea .MediaCarousel {
  height: 100% ! important;
  width: 100% ! important;
  position: relative;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .mediaArea .MediaCarousel .mediaItems {
  height: 100%;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .mediaArea .MediaCarousel img {
  height: 100%;
  width: 100% ! important;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 1.25vw;
  position: absolute;
  bottom: 0;
  padding: 4.6875vw;
  text-align: right;
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 17, 17, 0), #121111);
  box-sizing: border-box;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .slotCategory {
  padding: 0.3125vw 0.625vw;
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 1;
  background-color: #fff;
  font-family: 'Assistant';
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 4.53125vw;
  line-height: 4.84375vw;
  font-weight: 400;
  font-family: 'Assistant';
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .moreDetails {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .moreDetails .authorInfo {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .moreDetails .commaView {
  margin-left: 0.78125vw;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .havakIcon {
  width: 17.1875vw;
  height: 5.3125vw;
  position: unset;
  background-size: contain;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .videoIcon {
  position: unset;
  z-index: 1;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .videoIcon .icon {
  background-image: url(/Common/images/big_play.png);
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .show-small-vp {
  height: 3.28125vw;
}
.magazineArticlesSideComponent .slotsContent .slotList > div .slotView .textDiv .show-small-vp .MutamMarketingSign .marketingText {
  height: 77.8125vw;
  align-items: start;
}
.magazineArticlesSideComponent .slotsContent.gallery .slotList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.magazine-component-tab {
  width: 100%;
  height: 11.71875vw;
  padding-bottom: 3.125vw;
  box-sizing: border-box;
  border-bottom: 1px solid #121111;
  color: #121111;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.magazine-component-tab * a,
.magazine-component-tab * a:hover {
  text-decoration: none;
  color: #121111;
}
.magazine-component-tab.topBorder {
  border-top: 1px solid #121111;
}
.magazine-component-tab .mainTabTitle {
  font-size: 8.90625vw;
  letter-spacing: 0.27344vw;
  font-weight: 300;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.magazine-component-tab .subTabTitle {
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  flex-shrink: 0;
  color: #121111;
  margin-top: 1.25vw;
  margin-right: auto;
  font-family: 'Assistant';
}
@media (prefers-color-scheme: dark) {
  .magazine-component-tab {
    color: #fff !important;
    border-color: #fff !important;
  }
  .magazine-component-tab .rightTitleText,
  .magazine-component-tab .subTabTitle {
    color: #fff !important;
  }
}
.magazineGalleryStripComponent {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  padding: 0 7.8125vw;
  direction: rtl;
}
.magazineGalleryStripComponent a,
.magazineGalleryStripComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineGalleryStripComponent .slotsContent {
  width: 100%;
  flex-direction: column;
}
.magazineGalleryStripComponent .slotsContent .slotList {
  display: flex;
  flex-direction: column;
  gap: 6.25vw;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea {
  position: relative;
  height: 63.28125vw;
  overflow: hidden;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems {
  height: 100%;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .mediaArea .MediaCarousel img {
  height: 100%;
  width: 100% !important;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .videoIcon {
  bottom: 1.5625vw;
  left: 1.5625vw;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .show-small-vp .MutamMarketingText {
  height: 100%;
  align-items: start;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
  text-align: right;
  color: #121111;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotCategory {
  width: 100%;
  font-size: 4.0625vw;
  line-height: 5.3125vw;
  height: 5.3125vw;
  margin-bottom: 0.625vw;
  margin-top: 0.9375vw;
  max-height: 5.3125vw;
  font-family: 'Assistant';
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 6.09375vw;
  line-height: 6.5625vw;
  font-weight: 300;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle {
  border-top: 0.125rem solid #0059A1;
  padding-top: 1.25vw;
  margin-top: 1.25vw;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle,
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotTitle.commertialTitle * {
  color: #0059A1 !important;
  font-weight: 400;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .moreDetails {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .moreDetails .authorInfo {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-left: 0.78125vw;
}
@media (prefers-color-scheme: dark) {
  .magazineGalleryStripComponent .slotsContent .slotList .slotView .textDiv .slotCategory * {
    color: #fff !important;
  }
}
.magazines-header {
  padding-top: 15.625vw;
}
.MagazineHeaderMutam {
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 15.625vw;
  position: fixed;
  border-bottom: 1px solid #D7D5D5;
}
.MagazineHeaderMutam .topAreaHeader {
  width: 100%;
  height: 15.625vw;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  background: #fff;
}
.MagazineHeaderMutam .topAreaHeader .logo {
  margin: auto;
  width: 39.0625vw;
  height: auto;
  display: block;
}
.MagazineHeaderMutam .topAreaHeader .logo img {
  width: 100%;
  height: auto;
}
.MagazineHeaderMutam .topAreaHeader .menuHamburger {
  width: 9.375vw;
  height: 9.375vw;
  background-size: 9.0625vw 9.0625vw;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 7.8125vw;
  top: 3.125vw;
  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 %3Crect x='0.5' y='0.5' width='59' height='59' rx='29.5' fill='white' stroke='%23121111'/%3E %3Cpath d='M29.4235 21.9905C25.9194 21.9905 22.4131 21.9736 18.909 21.9999C17.6376 22.0093 17.0887 21.3038 17.0084 20.6095C16.9151 19.7801 17.6116 19.084 18.5749 19.0164C18.9524 18.9901 19.3343 19.0033 19.714 19.0033C26.4293 19.0033 33.1424 19.0014 39.8576 19.007C40.1831 19.007 40.5216 19.0446 40.8318 19.1253C41.7561 19.3617 42.0794 19.8646 41.9839 20.844C41.934 21.3657 41.1725 21.953 40.4434 21.9811C39.684 22.0112 38.9246 21.9943 38.1631 21.9943C35.2492 21.9943 32.3352 21.9943 29.4213 21.9943L29.4235 21.9905Z' fill='%23121111'/%3E %3Cpath d='M29.4235 30.9905C25.9194 30.9905 22.4131 30.9736 18.909 30.9999C17.6376 31.0093 17.0887 30.3038 17.0084 29.6095C16.9151 28.7801 17.6116 28.084 18.5749 28.0164C18.9524 27.9901 19.3343 28.0033 19.714 28.0033C26.4293 28.0033 33.1424 28.0014 39.8576 28.007C40.1831 28.007 40.5216 28.0446 40.8318 28.1253C41.7561 28.3617 42.0794 28.8646 41.9839 29.844C41.934 30.3657 41.1725 30.953 40.4434 30.9811C39.684 31.0112 38.9246 30.9943 38.1631 30.9943C35.2492 30.9943 32.3352 30.9943 29.4213 30.9943L29.4235 30.9905Z' fill='%23121111'/%3E %3Cpath d='M29.4235 39.9905C25.9194 39.9905 22.4131 39.9736 18.909 39.9999C17.6376 40.0093 17.0887 39.3038 17.0084 38.6095C16.9151 37.7801 17.6116 37.084 18.5749 37.0164C18.9524 36.9901 19.3343 37.0033 19.714 37.0033C26.4293 37.0033 33.1424 37.0014 39.8576 37.007C40.1831 37.007 40.5216 37.0446 40.8318 37.1253C41.7561 37.3617 42.0794 37.8646 41.9839 38.844C41.934 39.3657 41.1725 39.953 40.4434 39.9811C39.684 40.0112 38.9246 39.9943 38.1631 39.9943C35.2492 39.9943 32.3352 39.9943 29.4213 39.9943L29.4235 39.9905Z' fill='%23121111'/%3E %3C/svg%3E");
  border: 0;
  background-color: transparent;
}
.MagazineHeaderMutam .topAreaHeader .menuHamburger.openedMenu {
  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='menu'%3E %3Crect id='Rectangle 228' x='0.5' y='0.5' width='59' height='59' rx='29.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 85919'%3E %3Cpath id='Vector' d='M21 21L39.8662 39.8662' stroke='%23121111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath id='Vector_2' d='M39.8662 21L21 39.8662' stroke='%23121111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.MagazineHeaderMutam .HeaderScrolledMenu {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 1;
  top: 0;
  padding: 15.625vw 7.8125vw;
  width: 100%;
  height: 100dvh;
  background-color: #A10000;
  right: -100%;
  transition: 0.6s ease;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  gap: 7.8125vw;
}
.MagazineHeaderMutam .HeaderScrolledMenu .linksGroups {
  display: flex;
  flex-direction: column;
  gap: 7.8125vw;
  direction: rtl;
  flex-grow: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.MagazineHeaderMutam .HeaderScrolledMenu .linksGroups .ylogo {
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='45' viewBox='0 0 110 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.9065 0.807506L23.6049 0.807506C29.2687 0.997658 34.6377 3.39812 38.5791 7.50242C42.5205 11.6067 44.7261 17.0939 44.7305 22.8061L44.7305 23.5101C44.5419 29.2191 42.1605 34.6311 38.0887 38.604C34.017 42.577 28.5734 44.8002 22.9065 44.8047L22.2082 44.8047C16.4201 44.7113 10.9058 42.3041 6.87852 38.1126C2.85121 33.921 0.640719 28.2885 0.733328 22.4541C0.825937 16.6197 3.21406 11.0614 7.37234 7.00186C11.5306 2.94233 17.1184 0.714156 22.9065 0.807506V0.807506Z' fill='white'/%3E %3Cpath d='M18.1932 8.84859C18.4747 8.84457 18.7485 8.9376 18.9653 9.11095C19.1821 9.28429 19.3277 9.52659 19.3759 9.79426L22.755 23.0337C22.9801 23.887 23.1048 24.7621 23.1266 25.6424L23.8025 22.6098L26.9112 9.72904C26.9337 9.57612 26.9902 9.42967 27.0766 9.29966C27.1631 9.16965 27.2775 9.05913 27.4121 8.9756C27.5468 8.89206 27.6985 8.83749 27.8569 8.81557C28.0154 8.79366 28.1768 8.80492 28.3304 8.84859L30.8309 8.84859C31.4053 8.84859 31.777 9.27251 31.608 9.95731L25.8637 31.5448C25.6103 32.8466 25.0525 34.0754 24.2327 35.1378C23.413 36.2002 22.3528 37.068 21.133 37.6753L20.2207 38.0993C20.1083 38.153 19.9856 38.1839 19.8603 38.1899C19.735 38.1958 19.6098 38.1768 19.4924 38.134C19.3751 38.0911 19.2682 38.0254 19.1784 37.9408C19.0886 37.8563 19.0178 37.7548 18.9704 37.6427L18.0919 35.8818C17.9853 35.6384 17.9783 35.3651 18.0724 35.1169C18.1664 34.8688 18.3545 34.6643 18.5987 34.5448L19.1732 34.2513C19.9044 33.8598 20.5376 33.3181 21.0281 32.6645C21.5186 32.0109 21.8543 31.2613 22.0116 30.4686C22.3434 29.6346 22.5924 28.772 22.755 27.8925L21.302 27.8925C20.6937 27.8925 20.3896 27.6642 20.1869 27.012L14.8142 9.89209C14.7521 9.77665 14.7236 9.64708 14.7319 9.51725C14.7402 9.38741 14.785 9.2622 14.8613 9.15501C14.9377 9.04781 15.0428 8.96268 15.1655 8.9087C15.2881 8.85473 15.4237 8.83395 15.5576 8.84859L18.1932 8.84859Z' fill='%23A10000'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.022 31.0453L109.321 32.7455C109.442 33.4036 109.262 33.9524 108.422 34.1717C107.462 34.4458 106.022 34.6105 104.583 34.6105C100.324 34.6105 98.3456 32.7455 98.3456 29.0703L98.3456 11.7354L95.1064 11.7354C94.3262 11.7354 93.8465 11.1867 93.8465 10.5286L93.8465 9.04697C93.8465 8.38961 94.3262 7.84084 95.1064 7.84084L98.3456 7.84084L98.3456 2.24525C98.3456 1.53177 98.705 0.983729 99.3648 0.819024L102.064 0.105547C102.963 -0.113817 103.743 -0.0584295 103.743 0.928341L103.743 7.84084L107.163 7.84084C107.882 7.84084 108.422 8.38961 108.422 9.04697L108.422 10.5286C108.422 11.1867 107.882 11.7354 107.163 11.7354L103.743 11.7354L103.743 28.2475C103.743 29.7283 104.403 30.3864 105.783 30.3864C106.262 30.3864 107.102 30.2771 107.643 30.1671C108.302 30.0578 108.902 30.3864 109.022 31.0453ZM69.1737 32.7522L69.1737 14.0267C69.1737 9.92055 66.3377 7.18261 61.9067 7.18261C58.8336 7.18261 56.3524 8.27808 53.8704 10.9607L53.2801 8.49703C53.1027 7.83946 52.689 7.5114 51.8617 7.5114L50.0893 7.5114C49.3805 7.5114 48.7305 7.94929 48.7305 8.66069L48.7305 32.7522C48.7305 33.409 49.3805 33.9568 50.0893 33.9568L52.8076 33.9568C53.5164 33.9568 54.1074 33.409 54.1074 32.7522L54.1074 17.9147C54.1074 14.2457 56.8838 11.4532 60.4294 11.4532C62.8518 11.4532 63.7968 12.5486 63.7968 15.1222L63.7968 32.7522C63.7968 33.409 64.4468 33.9568 65.1556 33.9568L67.8739 33.9568C68.5827 33.9568 69.1737 33.409 69.1737 32.7522ZM87.8886 18.7455L77.6332 18.7455C78.2129 13.109 80.8777 11.7539 82.9638 11.7539C86.5562 11.7539 87.7724 15.277 87.8886 18.7455ZM93.1419 21.277C93.1419 11.3584 88.5072 7.83594 82.6548 7.83594C76.2235 7.83594 71.9937 12.985 71.9937 21.1143C71.9937 30.0032 76.4552 34.6101 84.3351 34.6101C87.7536 34.6101 89.7234 34.1226 91.52 33.3637C92.2151 33.0929 92.5045 32.5507 92.2728 31.8998L91.6354 30.166C91.4038 29.5698 90.9404 29.1363 90.0713 29.407C88.3909 29.8952 86.826 30.3287 84.6246 30.3287C79.5265 30.3287 77.7299 27.5104 77.4982 22.4694L91.8671 22.4694C92.563 22.4694 93.1419 21.9279 93.1419 21.277Z' fill='white'/%3E %3Cpath d='M48.9139 41.6699H50.2978L50.2978 44.7378L48.9139 44.7378L48.9139 41.6699ZM51.7567 40.6278L48.7305 40.6278L48.7305 39.5691L53.174 39.5691L53.174 44.7378H51.7567L51.7567 40.6278Z' fill='white'/%3E %3Cpath d='M53.9402 43.679H54.8489V40.6278H54.0986V39.5691L56.2661 39.5691V44.7378H53.9402V43.679Z' fill='white'/%3E %3Cpath d='M57.559 40.6278H56.9005V39.5691L58.9763 39.5691V42.9788L57.559 42.9788L57.559 40.6278Z' fill='white'/%3E %3Cpath d='M61.578 40.6278H59.6522V39.5691L63.5621 39.5691V40.6278H62.9952V44.7378H61.578V40.6278Z' fill='white'/%3E %3Cpath d='M67.6912 44.7711C67.53 44.7823 67.3522 44.7795 67.1577 44.7628C66.9687 44.7517 66.7992 44.7322 66.6491 44.7044V43.6374C66.9215 43.6874 67.1438 43.6957 67.3161 43.6624C67.5662 43.6179 67.744 43.4512 67.8496 43.1622C67.9608 42.8732 68.008 42.5008 67.9913 42.0451C67.9802 41.6004 67.908 41.2475 67.7746 40.9863C67.6412 40.7251 67.43 40.5945 67.141 40.5945C66.9187 40.5945 66.7269 40.6778 66.5658 40.8446C66.4101 41.0058 66.299 41.2281 66.2323 41.5115C66.1934 41.6949 66.1462 41.9895 66.0906 42.3952C66.0406 42.7954 65.9878 43.2316 65.9322 43.704L65.8155 44.7378H64.3732L64.5316 43.654C64.6261 43.0316 64.6928 42.5619 64.7317 42.2451C64.7706 41.9283 64.7845 41.6838 64.7734 41.5115C64.7512 41.1113 64.5288 40.525 64.1064 39.7525L64.1148 39.5691L65.6237 39.5691C65.7571 39.7803 65.8599 40.0081 65.9322 40.2527C66.01 40.4917 66.0683 40.7695 66.1072 41.0863L65.7488 41.053C65.7932 40.7862 65.8988 40.5333 66.0656 40.2944C66.2379 40.0554 66.4518 39.8664 66.7075 39.7275C66.9631 39.583 67.2355 39.5107 67.5245 39.5107C68.1025 39.5163 68.5554 39.7386 68.8834 40.1776C69.2168 40.6111 69.3947 41.2197 69.4169 42.0034C69.4336 42.8704 69.3002 43.5345 69.0167 43.9958C68.7389 44.4571 68.297 44.7156 67.6912 44.7711Z' fill='white'/%3E %3Cpath d='M70.1871 41.6699H71.571V44.7378H70.1871V41.6699ZM73.0299 40.6278L70.0037 40.6278V39.5691L74.4471 39.5691V44.7378H73.0299V40.6278Z' fill='white'/%3E %3Cpath d='M79.3322 40.6278H76.7646L76.7479 38.6104L78.1985 38.6104V39.5691L80.7411 39.5691V40.4694L79.4656 44.7378H77.9984L79.3322 40.6278Z' fill='white'/%3E %3Cpath d='M82.093 44.4877L81.251 39.5691L82.6349 39.5691L83.2351 43.679H83.877C84.3995 43.679 84.8024 43.5985 85.0858 43.4373C85.3748 43.2705 85.5749 43.0482 85.6861 42.7703C85.7972 42.4869 85.8723 42.1173 85.9112 41.6616L86.0946 39.5691L87.4785 39.5691L87.3034 41.5615C87.2478 42.2451 87.1033 42.8204 86.8699 43.2872C86.6365 43.7485 86.2808 44.107 85.8028 44.3626C85.3304 44.6127 84.7107 44.7378 83.9437 44.7378H82.4515L82.093 44.4877ZM82.5515 42.1451C82.7571 42.1229 82.9628 42.0617 83.1684 41.9617C83.374 41.8616 83.5047 41.7283 83.5602 41.5615C83.5936 41.4559 83.6186 41.2948 83.6353 41.078C83.6519 40.8557 83.6686 40.5834 83.6853 40.261L83.7186 39.5691L85.0942 39.5691C85.0442 40.2527 84.9969 40.7723 84.9525 41.128C84.908 41.4837 84.8441 41.7533 84.7607 41.9367C84.6384 42.2146 84.3828 42.4397 83.9937 42.6119C83.6103 42.7842 83.1684 42.8843 82.6682 42.9121L82.5515 42.1451Z' fill='white'/%3E %3Cpath d='M91.811 42.3785H93.2282V44.7378L91.811 44.7378V42.3785ZM89.6935 39.5691L90.6939 39.5691V40.6278H89.6935V39.5691ZM91.811 41.3364C91.811 41.0752 91.7637 40.8918 91.6693 40.7862C91.5748 40.6806 91.4081 40.6278 91.1691 40.6278H90.6939V39.5691H91.5609C92.1222 39.5691 92.5391 39.7108 92.8114 39.9942C93.0893 40.2721 93.2282 40.7001 93.2282 41.2781V42.3785H91.811V41.3364Z' fill='white'/%3E %3Cpath d='M94.6881 44.8045C94.5658 44.8045 94.4241 44.7934 94.2629 44.7711C94.1073 44.7545 93.9739 44.7267 93.8628 44.6878L93.8711 43.6457C94.1045 43.7013 94.2935 43.7207 94.438 43.704C94.5936 43.6874 94.6992 43.6346 94.7548 43.5457C94.8159 43.4512 94.8465 43.3206 94.8465 43.1538V40.4944H96.197V43.1205C96.197 43.6985 96.0748 44.1237 95.8302 44.396C95.5912 44.6683 95.2105 44.8045 94.6881 44.8045ZM97.8394 42.3785H99.2483V44.7378H97.8394L97.8394 42.3785ZM94.0879 39.5691L96.7139 39.5691V40.6278H94.0879V39.5691ZM97.8394 41.3364C97.8394 41.0752 97.7893 40.8918 97.6893 40.7862C97.5948 40.6806 97.4281 40.6278 97.1891 40.6278H96.7139V39.5691L97.5809 39.5691C98.1478 39.5691 98.5674 39.7108 98.8398 39.9942C99.1121 40.2721 99.2483 40.7001 99.2483 41.2781V42.3785H97.8394V41.3364Z' fill='white'/%3E %3Cpath d='M103.497 44.7378C102.914 43.843 102.327 42.9843 101.738 42.1618C101.149 41.3392 100.529 40.55 99.8792 39.7942V39.5691H101.355C101.749 40.0581 102.172 40.6111 102.622 41.2281C103.078 41.845 103.656 42.6481 104.356 43.6374C104.606 44.0042 104.809 44.2987 104.965 44.521V44.7378H103.497ZM99.9542 44.7378C99.9764 44.5322 99.9959 44.3654 100.013 44.2376C100.074 43.6207 100.132 43.1372 100.188 42.787C100.243 42.4369 100.31 42.1923 100.388 42.0534C100.482 41.8811 100.666 41.7283 100.938 41.5949C101.216 41.4559 101.502 41.3392 101.797 41.2447L101.963 41.1947L102.255 42.2285C102.211 42.2507 102.141 42.2674 102.047 42.2785C101.919 42.3174 101.813 42.3646 101.73 42.4202C101.647 42.4702 101.588 42.548 101.555 42.6536C101.521 42.7815 101.494 42.9927 101.471 43.2872C101.455 43.5818 101.43 44.0653 101.396 44.7378H99.9542ZM102.889 41.7032C102.972 41.6477 103.05 41.581 103.122 41.5032C103.194 41.4198 103.242 41.3392 103.264 41.2614C103.297 41.128 103.333 40.8084 103.372 40.3027L103.422 39.5691L104.831 39.5691L104.781 39.9275C104.72 40.4 104.664 40.7751 104.614 41.053C104.564 41.3309 104.509 41.5421 104.448 41.6866C104.392 41.8144 104.284 41.9422 104.123 42.0701C103.967 42.1923 103.786 42.2924 103.581 42.3702C103.375 42.448 103.189 42.4897 103.022 42.4952L102.822 41.7449L102.889 41.7032Z' fill='white'/%3E %3Cpath d='M105.74 41.6699H107.124V44.7378H105.74V41.6699ZM108.583 40.6278L105.557 40.6278V39.5691L110 39.5691V44.7378H108.583V40.6278Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  height: 7.03125vw;
  width: 17.1875vw;
  flex-shrink: 0;
  display: flex;
}
.MagazineHeaderMutam .HeaderScrolledMenu .group {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 3.125vw;
}
.MagazineHeaderMutam .HeaderScrolledMenu .group .groupTitle {
  font-weight: 400;
  font-size: 6.09375vw;
}
.MagazineHeaderMutam .HeaderScrolledMenu .group .groupList {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 2.5vw;
  display: flex;
  flex-direction: column;
}
.MagazineHeaderMutam .HeaderScrolledMenu .group .groupList li {
  font-size: 6.09375vw;
  line-height: 6.5625vw;
  font-weight: 300;
}
.MagazineHeaderMutam .HeaderScrolledMenu .group .groupList li *,
.MagazineHeaderMutam .HeaderScrolledMenu .group .groupList li *:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.MagazineHeaderMutam .HeaderScrolledMenu .followUsLinks {
  display: flex;
  flex-wrap: wrap;
}
.MagazineHeaderMutam .HeaderScrolledMenu .followUsLinks .followUs {
  color: #fff;
  font-size: 6.09375vw;
  font-weight: 400;
  width: 100%;
  margin-bottom: 2.5vw;
}
.MagazineHeaderMutam .HeaderScrolledMenu .followUsLinks .mediaIcon {
  width: 9.375vw;
  height: 9.375vw;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-inline-end: 2.5vw;
}
.MagazineHeaderMutam .HeaderScrolledMenu .followUsLinks .mediaIcon.linkToFb {
  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 %3Ccircle cx='30' cy='30' r='29' stroke='white' stroke-width='2'/%3E %3Cpath d='M24 23.8302H36.9496L36.2529 28.6582H24V23.8302ZM26.2758 22.0608C26.2758 17.1612 28.0702 15 33.0187 15H36.9453V20.0344H33.158C32.7569 20.0344 32.4571 20.1861 32.2502 20.4894C32.0433 20.7927 31.942 21.1845 31.942 21.6648V45H26.2758V22.0608Z' fill='white'/%3E %3C/svg%3E");
}
.MagazineHeaderMutam .HeaderScrolledMenu .followUsLinks .mediaIcon.linkToInst {
  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 %3Ccircle cx='30' cy='30' r='29' stroke='white' stroke-width='2'/%3E %3Cpath d='M36.6703 45H23.396C18.7685 45 14.9999 41.2438 14.9999 36.6225V23.3775C14.9999 18.7603 18.7644 15 23.396 15H36.6703C41.2978 15 45.0664 18.7562 45.0664 23.3775V36.6225C45.0664 41.2397 41.3019 45 36.6703 45ZM23.396 17.4317C20.1083 17.4317 17.437 20.1012 17.437 23.3775V36.6225C17.437 39.9029 20.1124 42.5683 23.396 42.5683H36.6703C39.958 42.5683 42.6293 39.8988 42.6293 36.6225V23.3775C42.6293 20.0971 39.9539 17.4317 36.6703 17.4317H23.396Z' fill='white'/%3E %3Cpath d='M30.0339 37.8938C25.6735 37.8938 22.1227 34.3549 22.1227 30.0001C22.1227 25.6453 25.6694 22.1064 30.0339 22.1064C34.3984 22.1064 37.945 25.6453 37.945 30.0001C37.945 34.3549 34.3984 37.8938 30.0339 37.8938ZM30.0339 24.5381C27.0133 24.5381 24.5598 26.9903 24.5598 30.0001C24.5598 33.0099 27.0174 35.4621 30.0339 35.4621C33.0545 35.4621 35.508 33.0099 35.508 30.0001C35.508 26.9903 33.0504 24.5381 30.0339 24.5381Z' fill='white'/%3E %3Cpath d='M38.2743 23.0082C37.5963 23.0082 37.0414 22.4587 37.0414 21.778C37.0414 21.0973 37.5921 20.5479 38.2743 20.5479C38.9566 20.5479 39.5073 21.0973 39.5073 21.778C39.5073 22.4587 38.9566 23.0082 38.2743 23.0082Z' fill='white'/%3E %3C/svg%3E");
}
.MagazineHeaderMutam .HeaderScrolledMenu .followUsLinks .mediaIcon.linkToWhatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='61' height='60' viewBox='0 0 61 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Social'%3E %3Ccircle id='Ellipse 3' cx='30.25' cy='30' r='29' fill='none' stroke='%23ffffff' stroke-width='2'/%3E %3Cg id='Group 85510'%3E %3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M45.7369 29.6291C45.536 21.7299 39.0298 15.3867 31.0185 15.3867C23.0073 15.3867 16.6524 21.5844 16.3089 29.3598C16.3016 29.5723 16.2944 29.7863 16.2944 30.0003C16.2944 32.7643 17.0658 35.3435 18.4034 37.5487L15.75 45.3867L23.9054 42.7944C26.0144 43.953 28.4408 44.6153 31.02 44.6153C39.155 44.6153 45.7456 38.0727 45.7456 30.0003C45.7456 29.8766 45.7456 29.7514 45.7384 29.6277L45.7369 29.6291ZM31.0185 42.285C28.5034 42.285 26.1658 41.5397 24.2081 40.2516L19.4514 41.7683L20.9957 37.2037C19.514 35.1776 18.6378 32.6886 18.6378 30.0003C18.6378 29.6015 18.6582 29.2012 18.7004 28.8082C19.3073 22.5902 24.6011 17.7156 31.0185 17.7156C37.436 17.7156 42.8622 22.7139 43.3586 29.0425C43.3862 29.3598 43.3993 29.6757 43.3993 30.0003C43.3993 36.7772 37.8435 42.285 31.0185 42.285Z' fill='%23fff'/%3E %3Cpath id='Vector_2' fill-rule='evenodd' clip-rule='evenodd' d='M37.768 32.9507C37.4027 32.7716 35.6313 31.9027 35.3009 31.7862C34.9705 31.6625 34.7288 31.6072 34.4872 31.9653C34.2456 32.3233 33.5499 33.1297 33.3417 33.364C33.1292 33.6056 32.9211 33.6333 32.5557 33.4543C32.1977 33.2752 31.0318 32.9026 29.6534 31.6756C28.585 30.731 27.8544 29.5593 27.6477 29.2012C27.441 28.8431 27.6273 28.6496 27.8063 28.4705C27.9723 28.3061 28.1644 28.0499 28.3507 27.8446C28.3987 27.7821 28.4409 27.7267 28.4817 27.6714C28.5647 27.5404 28.6258 27.4167 28.7088 27.2435C28.8339 27.0019 28.7713 26.7967 28.6811 26.6162C28.5923 26.4371 27.8675 24.6716 27.5647 23.9555C27.2692 23.2379 26.965 23.3616 26.7511 23.3616C26.5371 23.3616 26.3028 23.3281 26.0611 23.3281C25.8195 23.3281 25.4265 23.4184 25.0961 23.7764C24.7657 24.1345 23.8342 25.0034 23.8342 26.7676C23.8342 27.1809 23.9099 27.5958 24.0219 27.9887C24.3873 29.2492 25.1718 30.2899 25.3115 30.4704C25.4906 30.7048 27.8063 34.4411 31.4743 35.8821C35.148 37.3085 35.148 36.8326 35.8103 36.7714C36.4726 36.7176 37.947 35.9098 38.244 35.0685C38.5482 34.2344 38.5482 33.5169 38.4579 33.3655C38.3677 33.2199 38.1261 33.1311 37.768 32.9521V32.9507Z' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.MagazineHeaderMutam .HeaderScrolledMenu .searchArea {
  margin-top: 7.8125vw;
  width: 100%;
  height: 12.5vw;
  background-color: #fff;
  border-radius: 0.78125vw;
  position: relative;
  display: flex;
}
.MagazineHeaderMutam .HeaderScrolledMenu .searchArea input {
  height: 100%;
  border: 0;
  width: 100%;
  padding: 3.125vw 3.125vw 3.125vw 6.25vw;
  box-sizing: border-box;
  border-radius: 0.78125vw;
  direction: rtl;
  font-size: 6.09375vw;
  font-weight: 300;
  line-height: 1;
}
.MagazineHeaderMutam .HeaderScrolledMenu .searchArea .srhBtn {
  position: absolute;
  width: 4.6875vw;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Search' d='M20.7553 18.9052L17.0685 15.2172C20.0316 11.6514 19.8458 6.33454 16.5013 2.99376C12.9611 -0.552444 7.1962 -0.552444 3.65607 2.98887C0.115945 6.53019 0.115945 12.2971 3.65607 15.8384C5.42613 17.609 7.75362 18.4944 10.0762 18.4944C12.1397 18.4944 14.1982 17.7949 15.8754 16.4009L19.5622 20.0889C19.7284 20.2552 19.9436 20.3335 20.1587 20.3335C20.3739 20.3335 20.589 20.2503 20.7553 20.0889C21.0829 19.7612 21.0829 19.2281 20.7553 18.8954V18.9052ZM4.84915 14.6498C1.96424 11.7639 1.96424 7.06823 4.84915 4.18235C6.29161 2.73941 8.1888 2.02039 10.0811 2.02039C11.9734 2.02039 13.8706 2.74431 15.3131 4.18235C18.198 7.06823 18.198 11.7639 15.3131 14.6498C12.4282 17.5357 7.73406 17.5357 4.84915 14.6498Z' fill='%23121111' stroke='%23121111' stroke-width='0.5'/%3E %3C/svg%3E");
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  left: 3.125vw;
  background-size: 4.6875vw 4.6875vw;
}
.MagazineHeaderMutam .HeaderScrolledMenu.opened {
  right: 0;
}
.MagazineHeaderMutam .HeaderScrolledMenu.closed {
  right: -100%;
}
@media (prefers-color-scheme: dark) {
  .MagazineHeaderMutam .topAreaHeader {
    background: #121111;
  }
  .MagazineHeaderMutam .topAreaHeader .menuHamburger {
    filter: invert(1);
  }
}
.magazineMultiArticlesManuelSideComponent {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  margin: 0 7.8125vw;
  direction: rtl;
}
.articleContainer .magazineMultiArticlesManuelSideComponent {
  margin-bottom: 10.9375vw;
}
.magazineMultiArticlesManuelSideComponent a,
.magazineMultiArticlesManuelSideComponent a:hover {
  text-decoration: none;
  color: inherit;
}
.magazineMultiArticlesManuelSideComponent .magazine-component-tab {
  width: auto;
}
.magazineMultiArticlesManuelSideComponent .slotsContent {
  width: 100%;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList {
  display: flex;
  flex-direction: column;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div {
  margin-top: 3.125vw;
  padding-bottom: 3.125vw;
  border-bottom: 1px solid #D7D5D5;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div:first-child {
  margin-top: 0;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView {
  height: 100%;
  display: flex;
  gap: 1.25vw;
  position: relative;
  align-items: center;
  height: 16.71875vw;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea {
  width: 29.6875vw;
  height: 16.71875vw;
  position: relative;
  flex-shrink: 0;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .havakIcon {
  width: 17.1875vw;
  height: 5.3125vw;
  position: absolute;
  bottom: 0.78125vw;
  right: 0.78125vw;
  background-size: contain;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .videoIcon.medium {
  bottom: 0.78125vw;
  left: 0.78125vw;
  z-index: 1;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .videoIcon.medium .icon {
  background-image: url(/Common/images/big_play.png);
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel,
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel[style] {
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel .mediaItems,
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel[style] .mediaItems {
  height: 100%;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel img,
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel[style] img,
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel img[style],
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .mediaArea .MediaCarousel[style] img[style] {
  width: 29.6875vw !important;
  height: 16.71875vw;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  text-align: right;
  color: #121111;
  box-sizing: border-box;
  min-height: 100%;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotCategory {
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 1.875vw;
  font-family: 'Assistant';
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotTitle {
  width: 100%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 4.6875vw;
  font-weight: 400;
  line-height: 1.05 ! important;
  font-family: 'Assistant';
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotTitle.commertialTitle,
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .slotTitle.commertialTitle * {
  color: #0059A1 !important;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .moreDetails {
  width: 100%;
  display: flex;
  text-align: right;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .moreDetails .dateInfo {
  flex-shrink: 0;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .moreDetails .authorInfo {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazineMultiArticlesManuelSideComponent .slotsContent .slotList > div > div .slotView .textDiv .moreDetails .commaView {
  margin-left: 0.78125vw;
}
body:has(.storiesAutoMutamComponenta .storiesDisplayWrapper) {
  overflow: hidden;
}
.storiesAutoMutamComponenta .storiesAutoComponentaTab {
  width: calc(100% - 15.625vw);
  height: 11.71875vw;
  padding-bottom: 3.125vw;
  margin: 0 7.8125vw;
  box-sizing: border-box;
  border-bottom: 1px solid #121111;
  color: #121111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}
.storiesAutoMutamComponenta .storiesAutoComponentaTab .tabTitle {
  font-size: 8.90625vw;
  letter-spacing: 0.27344vw;
  font-weight: 300;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.storiesAutoMutamComponenta .galleryWrapper {
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.storiesAutoMutamComponenta .galleryWrapper .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 3.125vw;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list .slick-track {
  display: flex;
  height: 100%;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625vw;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView.finished .MediaCarousel {
  border: 0.46875vw solid #B90302 !important;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .MediaCarousel {
  width: 15.625vw;
  height: 15.625vw;
  border-radius: 100%;
  overflow: hidden;
  border: 0.46875vw solid #BCBCBC;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .MediaCarousel .SiteImageMedia {
  width: 100% !important;
  height: 100%;
}
.storiesAutoMutamComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .contentDiv .slotTitle {
  font-size: 3.4375vw;
  font-weight: 400;
  line-height: 4.0625vw;
  height: 8.125vw;
  direction: rtl;
  text-align: center;
  font-family: 'Assistant';
}
.storiesAutoMutamComponenta .storiesDisplayWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide {
  height: 100%;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list {
  display: flex;
  transition: all 0.8s ease;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100dvh;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems {
  width: 100%;
  height: 100%;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory {
  width: 100%;
  height: 100%;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent {
  justify-content: center;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) {
  display: block !important;
  color: #fff;
  font-size: 3.75vw;
  left: 50% !important;
  transform: translateX(-50%);
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span :first-child {
  background-color: #fff;
  padding: 1.5625vw;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2).upper-right {
  top: 15.625vw !important;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2).lower-right {
  top: unset !important;
  bottom: 12.5vw;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span p {
  color: #121111 !important;
  font-size: 5vw !important;
  text-align: center;
  font-weight: 400;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span:first-child {
  font-size: 3.75vw !important;
  font-weight: 700;
  padding: 1.5625vw;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer {
  width: 100% !important;
  height: 90% !important;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyContent {
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyContent div div {
  height: unset !important;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyContent :nth-child(2) {
  display: none;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .progressArray {
  margin-top: 4.6875vw;
  height: unset;
  direction: ltr;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
  height: 100% !important;
  flex-direction: row-reverse;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 10%;
  padding: 0px 2.34375vw;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea {
  display: flex;
  align-items: center;
  padding: 1.5625vw;
  gap: 1.5625vw;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .MediaCarousel {
  width: 7.8125vw;
  height: 7.8125vw;
  border-radius: 100%;
  overflow: hidden;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .MediaCarousel .SiteImageMedia {
  height: 7.8125vw;
  width: 7.8125vw !important;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .slotTitle {
  font-size: 5vw;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .shareBtn {
  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 %3Cg id='Layer_1' clip-path='url(%23clip0_318_11133)'%3E %3Cpath id='Vector' d='M10.7743 8.52784C9.99799 8.0814 9.03685 8.23779 8.43969 8.85485L3.80747 6.46054C3.85012 6.22737 3.85012 5.99419 3.80747 5.7667L8.43969 3.37239C8.80652 3.74775 9.30699 3.95533 9.81884 3.95533C10.143 3.95533 10.4729 3.87286 10.7771 3.6994C11.6928 3.17049 12.0084 1.99324 11.4795 1.0776C11.2236 0.634002 10.8084 0.315518 10.3136 0.181869C9.81884 0.0482198 9.30131 0.116466 8.8577 0.37239C8.09278 0.813149 7.7487 1.7032 7.96197 2.51931L3.3923 4.88234C2.80368 4.18282 1.77998 3.98092 0.963865 4.45296C0.042538 4.97903 -0.273102 6.15343 0.255808 7.07192C0.611258 7.68613 1.25676 8.03305 1.92216 8.03305C2.24633 8.03305 2.57619 7.95059 2.88045 7.77713C3.07666 7.66338 3.24728 7.51836 3.38946 7.34775L7.95913 9.71078C7.87666 10.0293 7.87382 10.3648 7.95913 10.6918C8.09278 11.1866 8.40841 11.6018 8.85486 11.8577C9.15059 12.0283 9.48045 12.1165 9.81315 12.1165C9.98093 12.1165 10.1487 12.0937 10.3136 12.0511C10.8084 11.9174 11.2236 11.6018 11.4795 11.1553C12.0084 10.2397 11.6928 9.06244 10.7771 8.53353L10.7743 8.52784ZM9.34396 1.21694C9.48898 1.13448 9.65107 1.09182 9.81315 1.09182C9.89562 1.09182 9.97808 1.1032 10.0577 1.1231C10.2994 1.1885 10.5041 1.3449 10.6293 1.56102C10.888 2.0103 10.7345 2.58756 10.2852 2.84632C10.0662 2.97144 9.81315 3.00557 9.57145 2.94016C9.32974 2.87476 9.125 2.71836 8.99988 2.50225C8.74112 2.05296 8.89467 1.47571 9.34396 1.21694ZM2.38851 6.92689C2.16955 7.05201 1.91647 7.08613 1.67477 7.02073C1.43306 6.95533 1.22832 6.79893 1.1032 6.58282C0.844434 6.13353 0.997988 5.55628 1.44728 5.29751C1.59514 5.2122 1.75723 5.17239 1.91647 5.17239C2.24064 5.17239 2.55913 5.34016 2.73259 5.64158C2.8577 5.86054 2.89183 6.11362 2.82642 6.35533C2.76102 6.59703 2.60462 6.80177 2.38851 6.92689ZM10.6293 10.6634C10.5041 10.8823 10.3023 11.0359 10.0577 11.1013C9.816 11.1667 9.56292 11.1326 9.34396 11.0075C9.125 10.8823 8.97145 10.6804 8.90604 10.4359C8.84064 10.1942 8.87477 9.94111 8.99988 9.72215C9.17334 9.42073 9.49183 9.25296 9.816 9.25296C9.97524 9.25296 10.1373 9.29277 10.2852 9.37808C10.7345 9.63684 10.888 10.2141 10.6293 10.6634Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_318_11133'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(0 0.11084)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  height: 8.59375vw;
  width: 8.59375vw;
  border-radius: 50%;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .copyPopup {
  position: absolute !important;
  top: -7.8125vw !important;
  left: 1.5625vw !important;
  transform: unset !important;
  height: fit-content;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.78125vw;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder .loader {
  font-size: 1.5625vw;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .closeBtn {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='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 / cover;
  width: 3.4375vw;
  height: 3.4375vw;
  position: absolute;
  top: 12.5vw;
  left: 4.6875vw;
  z-index: 9999;
  cursor: pointer;
  filter: invert(0);
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.videoStory .muteBtn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg style='opacity:.995'%3E %3Cpath d='M8.96 3.419 5.252 7.125H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4.252L8.96 18.83a1 1 0 0 0 1.707-.707v-14a1 1 0 0 0-1.707-.704zm9.721-2.129a1.008 1.008 0 1 0-1.107 1.686 9.735 9.735 0 0 1 0 16.3 1.008 1.008 0 1 0 1.107 1.685 11.751 11.751 0 0 0 0-19.669zM20 11.124a7.693 7.693 0 0 0-3.574-6.51 1 1 0 0 0-1.38.311 1.012 1.012 0 0 0 .309 1.39 5.694 5.694 0 0 1 0 9.618 1.012 1.012 0 0 0-.309 1.39 1 1 0 0 0 1.38.311A7.692 7.692 0 0 0 20 11.124zm-5.907-3.2a1 1 0 1 0-.965 1.752 1.642 1.642 0 0 1 0 2.9 1 1 0 1 0 .965 1.752 3.643 3.643 0 0 0 0-6.406z' transform='translate(3 3.875)' style='fill:%23fff'/%3E %3Cpath style='fill:none' d='M0 0h30v30H0z'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 12.5vw;
  right: 4.6875vw;
  z-index: 9999;
  cursor: pointer;
}
.storiesAutoMutamComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.videoStory.muted .muteBtn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg id='Volume' opacity='0.995'%3E %3Cpath id='MUTE' d='M8.96,15.7,5.252,12H1a1,1,0,0,1-1-1V5A1,1,0,0,1,1,4H5.252L8.96.293A1,1,0,0,1,10.667,1V15a1,1,0,0,1-1.008,1A.979.979,0,0,1,8.96,15.7Zm10.08-3.941L17.158,9.882l-1.882,1.882a.665.665,0,0,1-.941,0l-.941-.941a.667.667,0,0,1,0-.941L15.275,8,13.393,6.117a.665.665,0,0,1,0-.941l.941-.941a.666.666,0,0,1,.941,0l1.883,1.883L19.04,4.234a.667.667,0,0,1,.941,0l.941.941a.665.665,0,0,1,0,.941L19.04,8l1.883,1.883a.665.665,0,0,1,0,.941l-.941.941a.665.665,0,0,1-.941,0Z' transform='translate(3 7)' fill='%23fff'/%3E %3Crect id='Rectangle' width='30' height='30' fill='none'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.storiesAutoMutamComponenta .splide__container {
  box-sizing: border-box;
  position: relative;
}
.storiesAutoMutamComponenta .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.storiesAutoMutamComponenta .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.storiesAutoMutamComponenta .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;
  pointer-events: none;
}
.storiesAutoMutamComponenta .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.storiesAutoMutamComponenta .splide__progress__bar {
  width: 0;
}
.storiesAutoMutamComponenta .splide {
  position: relative;
  visibility: hidden;
}
.storiesAutoMutamComponenta .splide.is-initialized,
.storiesAutoMutamComponenta .splide.is-rendered {
  visibility: visible;
}
.storiesAutoMutamComponenta .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;
}
.storiesAutoMutamComponenta .splide__slide img {
  vertical-align: bottom;
}
.storiesAutoMutamComponenta .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 0.3125vw solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  contain: strict;
  display: inline-block;
  height: 3.125vw;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 3.125vw;
}
.storiesAutoMutamComponenta .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.storiesAutoMutamComponenta .splide__toggle.is-active .splide__toggle__play,
.storiesAutoMutamComponenta .splide__toggle__pause {
  display: none;
}
.storiesAutoMutamComponenta .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.storiesAutoMutamComponenta .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.storiesAutoMutamComponenta .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.storiesAutoMutamComponenta .splide__track--fade > .splide__list {
  display: block;
}
.storiesAutoMutamComponenta .splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.storiesAutoMutamComponenta .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.storiesAutoMutamComponenta .splide--rtl {
  direction: rtl;
}
.storiesAutoMutamComponenta .splide__track--ttb > .splide__list {
  display: block;
}
.storiesAutoMutamComponenta .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.storiesAutoMutamComponenta .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.storiesAutoMutamComponenta .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.storiesAutoMutamComponenta .splide__arrow:disabled {
  opacity: 0.3;
}
.storiesAutoMutamComponenta .splide__arrow:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.storiesAutoMutamComponenta .splide__arrow--prev {
  left: 1em;
}
.storiesAutoMutamComponenta .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.storiesAutoMutamComponenta .splide__arrow--next {
  right: 1em;
}
.storiesAutoMutamComponenta .splide.is-focus-in .splide__arrow:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.storiesAutoMutamComponenta .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.storiesAutoMutamComponenta .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 1.25vw;
  margin: 0.46875vw;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 1.25vw;
}
.storiesAutoMutamComponenta .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.storiesAutoMutamComponenta .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.storiesAutoMutamComponenta .splide__pagination__page:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.storiesAutoMutamComponenta .splide.is-focus-in .splide__pagination__page:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.storiesAutoMutamComponenta .splide__progress__bar {
  background: #ccc;
  height: 0.46875vw;
}
.storiesAutoMutamComponenta .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.storiesAutoMutamComponenta .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .storiesAutoMutamComponenta .splide__slide:focus-visible {
    outline: 0.46875vw solid #0bf;
    outline-offset: -0.46875vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .storiesAutoMutamComponenta .splide__slide:focus-visible {
    border: 0.46875vw solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .storiesAutoMutamComponenta .splide.is-focus-in .splide__slide:focus {
    outline: 0.46875vw solid #0bf;
    outline-offset: -0.46875vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .storiesAutoMutamComponenta .splide.is-focus-in .splide__slide:focus {
    border: 0.46875vw solid #0bf;
  }
  .storiesAutoMutamComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.storiesAutoMutamComponenta .splide__toggle {
  cursor: pointer;
}
.storiesAutoMutamComponenta .splide__toggle:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.storiesAutoMutamComponenta .splide.is-focus-in .splide__toggle:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.storiesAutoMutamComponenta .splide__track--nav > .splide__list > .splide__slide {
  border: 0.46875vw solid transparent;
  cursor: pointer;
}
.storiesAutoMutamComponenta .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0.46875vw solid #000;
}
.storiesAutoMutamComponenta .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.storiesAutoMutamComponenta .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.storiesAutoMutamComponenta .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.storiesAutoMutamComponenta .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.storiesAutoMutamComponenta .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.storiesAutoMutamComponenta .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.storiesAutoMutamComponenta .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.storiesAutoMutamComponenta .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.storiesAutoMutamComponenta .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.storiesAutoMutamComponenta .splide__pagination--ttb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  inset: 0 .5em 0 auto;
  padding: 1em 0;
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
body:has(.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay) {
  overflow: hidden;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .magazine-component-tab {
  direction: rtl;
  width: auto;
  height: 11.71875vw;
  padding-bottom: 3.125vw;
  box-sizing: border-box;
  border-bottom: 1px solid #121111;
  margin: 0 7.8125vw 3.125vw 7.8125vw;
  color: #121111;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .magazine-component-tab .mainTabTitle {
  font-size: 8.90625vw;
  letter-spacing: 0.27344vw;
  font-weight: 300;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .moreButton {
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 0.77;
  padding: 3.125vw 0;
  text-align: center;
  font-family: 'Assistant';
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent {
  position: relative;
  overflow: auto;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent button {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: relative;
  margin-right: 1.5625vw;
  direction: rtl;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 43.75vw;
  height: 77.5vw;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 3.125vw;
  position: relative;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after {
  content: "";
  width: 72.65625vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000 100%);
  transform: translateX(-50%);
  z-index: 1;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .media-wrapper {
  width: 43.75vw;
  height: 77.5vw;
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .media-wrapper img {
  width: 43.75vw;
  height: 77.5vw;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .media-wrapper .promoVideo {
  width: 43.75vw;
  height: 77.5vw;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 1.71875vw;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  font-family: 'Assistant';
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 3.125vw 0 3.125vw 2.34375vw;
  font-size: 3.4375vw;
  font-weight: 300;
  letter-spacing: 0.12px;
  direction: ltr;
  font-family: 'Assistant';
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 2.1875vw;
  height: 2.5vw;
  margin-bottom: -1px;
  margin-inline-end: 1.25vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
  z-index: 99999999;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper {
  position: relative;
  height: 100dvh;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .ads_vertical_video {
  position: relative;
  height: 100dvh;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .arrow {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 4.6875vw !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam {
  display: flex !important;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  cursor: pointer;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-middle::after,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-togglable,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .closeBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .shareBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .contentDiv,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .arrow {
  visibility: visible !important;
  opacity: 1 !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .closeBtn {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .shareBtn {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m15.942 5-6.728 6.409h2.438l3.312-3.155v13.66h1.922V8.221l3.347 3.188h2.438L15.941 5zM8.017 25.077l.002-10.924H6V27h20V14.153h-2.019l-.001 10.924H8.017z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 7.8125vw;
  left: 3.125vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea {
  position: relative;
  overflow: hidden;
  width: 43.75vw;
  height: 77.5vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea img {
  width: 43.75vw;
  height: 77.5vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .promoVideo {
  width: 43.75vw;
  height: 77.5vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv {
  position: absolute;
  bottom: 31.25vw;
  right: 0;
  color: #fff;
  padding: 0 3.125vw;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoTitle {
  text-align: right;
  font-size: 5.46875vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.40625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle {
  font-size: 4.0625vw;
  font-weight: normal;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoLink {
  font-size: 3.4375vw;
  border: 1px solid #fff;
  border-radius: 1.875vw;
  margin: 3.59375vw 0 1.5625vw 0;
  transition: all 0.2s ease;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 30.625vw;
  height: 7.5vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player {
  width: 100%;
  height: 100%;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-logo,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-footer {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-fullscreen,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 89.3%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-right-zone,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls {
  margin-bottom: 20.3125vw;
  position: relative;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-timeline {
  height: 1.875vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-qsel,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-play,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume-mute-unmute {
  font-size: 4.6875vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-elapsed {
  font-size: 3.4375vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-duration {
  display: inline-block;
  font-size: 3.4375vw;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .contentDiv,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .contentDiv {
  opacity: 1;
  visibility: visible;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched .fp-ui .fp-middle::after,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .closeBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .closeBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .shareBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .shareBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow {
  opacity: 1;
  visibility: visible;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-play {
  width: 18.75vw !important;
  height: 18.75vw !important;
  opacity: 0.8;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-pause {
  width: 18.75vw !important;
  height: 18.75vw !important;
  opacity: 0.8;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .closeBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .shareBtn,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .arrow {
  animation: fade 2s ease-in-out !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-arrow {
  display: none !important;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow {
  position: absolute;
  left: 50%;
  bottom: 7.8125vw;
  font-size: 2.8125vw;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 18.75vw;
  height: 10.9375vw;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.4375vw;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow.arrowNext {
  right: calc(50% - 46.875vw);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4 17 16.5 7 29 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-position: center;
}
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .arrow.none {
  display: none;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.leftAndRightTransitionAnimation,
.magazineVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.magazine-promotion-text-component {
  min-height: 15.625vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 3.125vw;
  padding: 3.125vw 0;
  margin: 0 7.96875vw;
  color: #121111;
  border-top: 0.3125vw solid #121111;
  border-bottom: 0.3125vw solid #121111;
  direction: rtl;
}
.magazine-promotion-text-component .roof-title {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.magazine-promotion-text-component .title {
  font-size: 7.96875vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.60938vw;
}
.magazine-promotion-text-component .link-title {
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.53125vw;
  color: #121111;
}
.magazine-promotion-text-component .underline {
  text-decoration: underline;
  font-family: 'Assistant';
}
@media (prefers-color-scheme: dark) {
  .magazine-promotion-text-component {
    color: #fff;
    border-color: #fff;
  }
  .magazine-promotion-text-component .link-title {
    color: #fff;
  }
}
.multiArticleMagazineAutoComponenta,
.multiArticleImagesMagazineComponenta {
  padding: 0 7.8125vw;
  direction: rtl;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView {
  position: relative;
  display: flex;
  gap: 3.125vw;
  padding: 3.125vw 0;
  border-bottom: 1px solid #D7D5D5;
  height: 16.71875vw ! important;
  box-sizing: content-box;
  align-items: center;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView:last-child,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView:last-child {
  border-bottom: none;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea {
  position: relative;
  width: 29.6875vw;
  height: 16.71875vw;
  flex-shrink: 0;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea .MediaCarousel[style],
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea .MediaCarousel[style] {
  width: 29.6875vw !important;
  height: 16.71875vw ! important;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea a img:not(.marketingImage),
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea a img:not(.marketingImage),
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .imageArea img:not(.marketingImage),
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .imageArea img:not(.marketingImage) {
  width: 29.6875vw !important;
  height: 16.71875vw ! important;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 115%;
  gap: 0.78125vw;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv:has(.category) .slotTitle,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv:has(.category) .slotTitle {
  -webkit-line-clamp: 2;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle *,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle *,
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .slotTitle {
  color: #0059A1 !important;
  font-weight: 400;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .category,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv.commertialSlot .category {
  display: none;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .category,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .category {
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 1.875vw;
  font-family: 'Assistant';
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotTitle,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 4.6875vw;
  font-style: normal;
  line-height: 4.375vw;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: 'Assistant';
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .slotTitle a,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .moreDetails {
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 4.53125vw;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-style: normal;
  width: 100%;
  font-family: 'Assistant';
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .author,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .author {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .commaView,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .commaView {
  margin-inline-end: 0.78125vw;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .dateView,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
  white-space: nowrap;
  margin-left: auto;
}
.multiArticleMagazineAutoComponenta .slotsContent .slotList .slotView .MutamMarketingSign,
.multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .MutamMarketingSign {
  bottom: 3.125vw;
}
@media (prefers-color-scheme: dark) {
  .multiArticleImagesMagazineComponenta .slotsContent .slotList .slotView .textDiv:not(.commertialSlot) .slotTitle *[style] {
    color: #fff !important;
  }
}
.multiArticlesMagazineManualMutamComponenta {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 7.8125vw;
  direction: rtl;
}
.multiArticlesMagazineManualMutamComponenta a,
.multiArticlesMagazineManualMutamComponenta a:hover {
  text-decoration: none;
  color: inherit;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent {
  padding-top: 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.25vw;
  width: 100%;
  overflow: hidden;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem {
  display: flex;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView {
  width: 84.375vw;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.78125vw;
  gap: 0.78125vw;
  color: #121111;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot {
  border-top: 0.125rem solid #0059A1;
  margin-top: 1.5625vw;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot .slotTitle,
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot .slotTitle * {
  font-weight: 300;
  color: #0059A1 !important;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea.commertialSlot .category {
  display: none;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea .havakIcon {
  position: initial !important;
  margin-bottom: 0.78125vw !important;
  width: 11.09375vw !important;
  height: 3.4375vw !important;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea .slotTitle {
  font-size: 6.09375vw;
  line-height: 6.5625vw;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea .moreDetails {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 400;
  font-family: 'Assistant';
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea .moreDetails .authorInfo {
  float: right;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .textArea .moreDetails .commaView {
  display: inline-block;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea {
  width: 100%;
  position: relative;
  display: flex;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea .MutamMarketingText span {
  color: #fff;
  font-weight: 400;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea .MediaCarousel,
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea .MediaCarousel[style] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 126.5625vw !important;
  width: 84.375vw !important;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea .MediaCarousel .mediaItems,
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea .MediaCarousel[style] .mediaItems {
  height: 126.5625vw !important;
  width: 84.375vw !important;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea .MediaCarousel .mediaItems .SiteImageMedia,
.multiArticlesMagazineManualMutamComponenta .slotsContent .mainItem .slotView .mediaArea .MediaCarousel[style] .mediaItems .SiteImageMedia {
  height: 126.5625vw !important;
  width: 84.375vw !important;
  object-fit: cover;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView {
  width: 100%;
  display: flex;
  gap: 1.25vw;
  padding: 3.125vw 0;
  direction: rtl;
  position: relative;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #121111;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea.commertialSlot .slotTitle,
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea.commertialSlot .slotTitle * {
  color: #0059A1;
  font-weight: 300;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea.commertialSlot .category {
  display: none;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea .category {
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 6.09375vw;
  line-height: 6.5625vw;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea .moreDetails {
  position: absolute;
  bottom: 3.125vw;
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 400;
  font-family: 'Assistant';
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea .moreDetails .authorInfo {
  float: right;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .textArea .moreDetails .commaView {
  display: inline-block;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea {
  position: relative;
  height: 41.5625vw;
  width: 41.5625vw;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea .MutamMarketingText span {
  color: #fff;
  font-weight: 400;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] {
  height: 41.5625vw !important;
  width: 41.5625vw !important;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems,
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems {
  height: 41.5625vw !important;
  width: 41.5625vw !important;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems .SiteImageMedia,
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems .SiteImageMedia {
  height: 41.5625vw !important;
  width: 41.5625vw !important;
  object-fit: cover;
}
.multiArticlesMagazineManualMutamComponenta .slotsContent .slotList .slotView:not(:last-child) {
  border-bottom: 1px solid #D7D5D5;
}
.promotionsMagazinesComponenta {
  direction: rtl;
  padding: 0 7.8125vw;
}
.promotionsMagazinesComponenta a {
  color: inherit;
  text-decoration: none;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper {
  display: flex;
  margin-top: 3.125vw;
  flex-wrap: wrap;
  gap: 3.125vw;
  justify-content: center;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: none;
  justify-content: flex-end;
  width: 25.9375vw;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea {
  position: relative;
  width: 25.9375vw;
  height: 25.9375vw;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea .MediaCarousel {
  width: 25.9375vw !important;
  height: 25.9375vw !important;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea .MediaCarousel .mediaItems {
  margin: 0;
  width: 25.9375vw;
  height: 25.9375vw;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .mediaArea .MediaCarousel .mediaItems .SiteImageMedia {
  width: 25.9375vw !important;
  height: 25.9375vw;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .slotText {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.promotionsMagazinesComponenta .slotsWrapper .slotListWrapper .slotItem .slotText .title {
  font-size: 5vw;
  font-weight: 400;
  line-height: 5.15625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 1.25vw 0;
  max-height: unset;
  flex-shrink: 0;
}
@media (prefers-color-scheme: dark) {
  .promotionsMagazinesComponenta .slotItem {
    background-color: transparent !important;
  }
  .promotionsMagazinesComponenta .slotItem .slotText .title {
    color: #fff !important;
  }
}
.TopStoryMagazine2025Componenta {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 84.375vw;
  margin: 0 auto;
  direction: rtl;
  gap: 7.8125vw;
}
.TopStoryMagazine2025Componenta .slick-slider {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2.1875vw);
  width: 3.90625vw;
  height: 4.375vw;
  z-index: 2;
  color: transparent;
  border: 0;
  background-position: 50%;
  background-size: 4.21875vw 4.21875vw;
  background-color: transparent;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-arrow.slick-next {
  right: 1.5625vw;
  left: initial;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-arrow.slick-prev {
  left: 1.5625vw;
  right: initial;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-arrow.slick-prev::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  color: white;
  height: 100%;
  width: 50%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.TopStoryMagazine2025Componenta .slick-slider .slick-arrow.slick-next::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
  color: white;
  width: 50%;
  height: 100%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.TopStoryMagazine2025Componenta .slick-slider .slick-arrow .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 2.65625vw;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.TopStoryMagazine2025Componenta .slick-slider .slick-dots {
  color: #fff;
  list-style: none;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: 0;
  position: absolute;
  justify-content: center;
  left: 1.5625vw;
  padding-inline-start: 0;
  gap: .625rem;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-dots li {
  display: inline-flex;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 3.125vw;
  border: 0.46875vw solid transparent;
  padding: 0;
  color: transparent;
  background: #9b9b9b;
  margin: 0 1.5625vw;
  box-sizing: border-box;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-dots li button {
  visibility: hidden;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-dots li.slick-active {
  background: #9b9b9b;
  border: 0.46875vw solid #ffffff;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-list {
  display: flex;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-list .slick-track {
  display: flex;
}
.TopStoryMagazine2025Componenta .slick-slider .slick-list .slick-track .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.TopStoryMagazine2025Componenta .slotView.main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}
.TopStoryMagazine2025Componenta .mainItem {
  order: 0;
  width: 84.375vw;
  height: auto;
}
.TopStoryMagazine2025Componenta .mainItem .mediaItems .videoMediaContainer[style] {
  width: 100% !important;
  height: 100% !important;
}
.TopStoryMagazine2025Componenta .mainItem .mediaItems .videoMediaContainer[style] .fp-ratio[style] {
  padding-top: 178% !important;
}
.TopStoryMagazine2025Componenta .mainItem .textDiv {
  text-decoration: none;
  color: #121111;
  text-align: center;
  gap: .625rem;
  display: flex;
  flex-direction: column;
}
.TopStoryMagazine2025Componenta .mainItem .textDiv .roofTitle {
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 4.53125vw;
  color: #121111;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta .mainItem .textDiv h1.slotTitle {
  margin: 0;
  font-size: 10vw;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.8px;
}
.TopStoryMagazine2025Componenta .mainItem .textDiv .slotSubTitle {
  font-size: 6.09375vw;
  font-weight: 400;
  line-height: 6.5625vw;
}
.TopStoryMagazine2025Componenta .mainItem .textDiv .moreDetails {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta .smallItems {
  order: 1;
}
.TopStoryMagazine2025Componenta .smallItems .mediaArea[style],
.TopStoryMagazine2025Componenta .smallItems .MediaCarousel[style] {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta .mainItem,
.TopStoryMagazine2025Componenta .smallItems {
  display: flex;
  flex-direction: column;
}
.TopStoryMagazine2025Componenta .mainItem .mediaArea,
.TopStoryMagazine2025Componenta .smallItems .mediaArea {
  position: relative;
}
.TopStoryMagazine2025Componenta .mainItem .mediaArea .SiteImageMedia[style],
.TopStoryMagazine2025Componenta .smallItems .mediaArea .SiteImageMedia[style] {
  width: 100% ! important;
}
.TopStoryMagazine2025Componenta.vertical .smallItems {
  width: 540;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView {
  width: 100%;
  height: 98.4375vw;
  position: relative;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .mediaArea {
  z-index: 0;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .mediaArea .SiteImageMedia[style] {
  width: 100% !important;
  min-height: 100%;
  height: auto;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50.625vw;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(18, 17, 17, 0) 0%, rgba(18, 17, 17, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  gap: 0.5rem;
  padding: 4.6875vw;
  box-sizing: border-box;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv .roofTitle {
  background-color: #fff;
  color: #121111;
  padding: 0.625vw 1.25vw;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 300;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv .slotTitle {
  color: #fff;
  font-size: 6.09375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 6.5625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv .moreDetails {
  font-size: 4.0625vw;
  line-height: 4.53125vw;
  font-weight: 400;
  display: inline-flex;
  gap: 0.78125vw;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.vertical .smallItems .slotView .textDiv .moreDetails .authorSpan {
  float: right;
}
.TopStoryMagazine2025Componenta.vertical .mainItem.top .mediaArea {
  order: 1;
}
.TopStoryMagazine2025Componenta.vertical .mainItem.top .textDiv {
  order: 0;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .mediaItems {
  width: 84.375vw;
  height: 150vw;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .mediaArea[style],
.TopStoryMagazine2025Componenta.vertical .mainItem .MediaCarousel[style] {
  width: 84.375vw !important;
  height: 150vw !important;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .mediaArea .fp-ratio[style] {
  padding-top: 178% !important;
}
.TopStoryMagazine2025Componenta.vertical .mainItem .slotView.main .mediaItems {
  width: 100%;
  height: 150vw;
}
@media (prefers-color-scheme: dark) {
  .TopStoryMagazine2025Componenta.vertical .subItem .roofTitle {
    color: #121111 !important;
  }
}
.TopStoryMagazine2025Componenta.special .mainItem.top .mediaArea {
  order: 1;
}
.TopStoryMagazine2025Componenta.special .mainItem.top .textDiv {
  order: 0;
}
.TopStoryMagazine2025Componenta.special .mainItem .mediaItems {
  width: 84.375vw;
  height: 106.25vw;
}
.TopStoryMagazine2025Componenta.special .mainItem .mediaArea[style] {
  width: 84.375vw !important;
  height: 106.25vw !important;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta.special .mainItem .mediaArea .fp-ratio[style] {
  padding-top: 122% !important;
}
.TopStoryMagazine2025Componenta.special .smallItems {
  display: flex;
  flex-direction: column;
  gap: 7.8125vw;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView {
  display: flex;
  gap: 1.25rem;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .mediaArea[style] {
  width: 39.0625vw !important;
  height: 69.53125vw !important;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .textDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #121111;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .textDiv .roofTitle {
  display: none;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .textDiv .slotTitle {
  font-size: 6.09375vw;
  line-height: 6.5625vw;
  font-weight: 400;
}
.TopStoryMagazine2025Componenta.special .smallItems .slotView .textDiv .moreDetails {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.category {
  width: 100%;
}
.TopStoryMagazine2025Componenta.category .mainItem {
  width: 100%;
}
.TopStoryMagazine2025Componenta.category .slotView.main {
  width: 100%;
  gap: 3.125vw;
}
.TopStoryMagazine2025Componenta.category .slotView.main .mediaArea[style],
.TopStoryMagazine2025Componenta.category .slotView.main .MediaCarousel[style],
.TopStoryMagazine2025Componenta.category .slotView.main .videoMediaContainer[style] {
  width: 100vw ! important;
  height: 56.25vw !important;
  overflow: hidden;
}
.TopStoryMagazine2025Componenta.category .slotView.main .mediaArea[style] .blogsArticleVideoAppComponenta,
.TopStoryMagazine2025Componenta.category .slotView.main .MediaCarousel[style] .blogsArticleVideoAppComponenta,
.TopStoryMagazine2025Componenta.category .slotView.main .videoMediaContainer[style] .blogsArticleVideoAppComponenta {
  height: 100%;
  padding-top: 0;
}
.TopStoryMagazine2025Componenta.category .slotView.main .mediaArea[style] .blogsArticleVideoAppComponenta .androidTvImageClass,
.TopStoryMagazine2025Componenta.category .slotView.main .MediaCarousel[style] .blogsArticleVideoAppComponenta .androidTvImageClass,
.TopStoryMagazine2025Componenta.category .slotView.main .videoMediaContainer[style] .blogsArticleVideoAppComponenta .androidTvImageClass {
  height: 100%;
}
.TopStoryMagazine2025Componenta.category .slotView.main .mediaArea[style] .blogsArticleVideoAppComponenta .androidTvImageClass .tvVideo_wraper_new_design,
.TopStoryMagazine2025Componenta.category .slotView.main .MediaCarousel[style] .blogsArticleVideoAppComponenta .androidTvImageClass .tvVideo_wraper_new_design,
.TopStoryMagazine2025Componenta.category .slotView.main .videoMediaContainer[style] .blogsArticleVideoAppComponenta .androidTvImageClass .tvVideo_wraper_new_design {
  width: 100%;
  height: 100%;
}
.TopStoryMagazine2025Componenta.category .slotView.main .mediaArea[style] #player,
.TopStoryMagazine2025Componenta.category .slotView.main .MediaCarousel[style] #player,
.TopStoryMagazine2025Componenta.category .slotView.main .videoMediaContainer[style] #player {
  width: 100%;
  height: 100%;
}
.TopStoryMagazine2025Componenta.category .slotView.main .textDiv {
  gap: 3.125vw;
  width: 84.375vw;
  margin: 0 auto;
}
.TopStoryMagazine2025Componenta.category .slotView.main .textDiv .slotTitle {
  font-size: 8.90625vw;
  font-weight: 500;
  line-height: 9.6875vw;
}
.TopStoryMagazine2025Componenta.category .slotView.main .textDiv .slotSubTitle {
  font-size: 6.09375vw;
  font-weight: 400;
  line-height: 6.5625vw;
}
.TopStoryMagazine2025Componenta.category .slotView.main .textDiv .moreDetails {
  display: flex;
  flex-direction: column;
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 300;
  line-height: 4.53125vw;
  font-family: 'Assistant';
}
.TopStoryMagazine2025Componenta.category .slotView.main .textDiv .moreDetails .authorSpan {
  font-weight: 400;
}
.audio-podcast-player {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.audio-podcast-player .audio-podcast-player-container {
  height: 20.3125vw;
  display: flex;
  position: relative;
  background-color: #F1F1F1;
  z-index: 2;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details-image-container {
  display: none;
}
.audio-podcast-player .audio-podcast-player-container .podcast-image {
  width: 20.3125vw;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 1.25vw 1.25vw 1.25vw 0;
  box-sizing: border-box;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  color: #121111;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-category-rpf {
  display: none;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-title-rpf {
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.53125vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container {
  display: flex;
  align-items: center;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .duration-icon {
  width: 2.96875vw;
  height: 2.96875vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E %3Cg clip-path='url(%23clip0_4041_13626)'%3E %3Cpath d='M9.25006 2.854C9.25006 2.854 9.25006 2.854 9.24962 2.854V9.49997H9.25006L3.49609 12.8221C4.6468 14.8073 6.79519 16.1455 9.25006 16.1455C9.25006 16.1455 9.25006 16.1455 9.2505 16.1455C11.7054 16.1455 13.8538 14.8068 15.0045 12.8216C15.571 11.8438 15.896 10.709 15.896 9.49997C15.896 8.29089 15.571 7.15566 15.0045 6.17787C13.8538 4.19266 11.7054 2.85445 9.2505 2.85445L9.25006 2.854Z' fill='%23121111'/%3E %3Cpath d='M9.25 1.51715C11.3825 1.51715 13.3867 2.34767 14.8947 3.85527C16.4023 5.36286 17.2329 7.36752 17.2329 9.5C17.2329 11.6325 16.4023 13.6367 14.8947 15.1447C13.3871 16.6523 11.3825 17.4829 9.25 17.4829C7.11752 17.4829 5.1133 16.6523 3.60527 15.1447C2.09767 13.6371 1.26715 11.6325 1.26715 9.5C1.26715 7.36752 2.09767 5.3633 3.60527 3.85527C5.11286 2.34767 7.11752 1.51715 9.25 1.51715ZM9.25 0.5C4.27924 0.5 0.25 4.52924 0.25 9.5C0.25 14.4708 4.27924 18.5 9.25 18.5C14.2208 18.5 18.25 14.4708 18.25 9.5C18.25 4.52924 14.2203 0.5 9.25 0.5Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4041_13626'%3E %3Crect width='18' height='18' fill='white' transform='translate(0.25 0.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.3125vw;
  margin-inline-end: 0.78125vw;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .podcast-duration-rpf {
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4375vw;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 1.71875vw;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button-wrapper {
  display: flex;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button-wrapper .audio-play-button {
  width: 7.8125vw;
  height: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #A10000;
  cursor: pointer;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button-wrapper .audio-play-button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button-wrapper .audio-play-button:hover {
  background-color: #bd2d2d;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  width: 0;
  height: 3.125vw;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.5625vw 0 1.5625vw 3.125vw;
  margin-inline-end: 0.78125vw;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button-wrapper .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 2.03125vw;
  height: 3.125vw;
  margin: 0;
}
.aod-floating-player-wrapper {
  height: 21.875vw;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 7.8125vw;
  left: 50%;
  padding: 0 3.125vw;
  z-index: 6;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
  background-color: #A10000;
}
.aod-floating-player-wrapper.show {
  transform: translate(-50%, 0);
}
.aod-floating-player-wrapper.hide {
  transform: translate(-50%, 200%);
}
.aod-floating-player-wrapper .aod-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8125vw;
  height: 2.8125vw;
  margin: 1.875vw 0 0 3.125vw;
  padding: 0;
  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;
}
.aod-floating-player-wrapper .aod-floating-player {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  position: relative;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  width: 100%;
  color: #fff;
  font-size: 5vw;
  font-weight: 400;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.5vw;
  margin-bottom: 0.78125vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls.disabled {
  opacity: 0.5;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 2.1875vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler {
  width: 100%;
  display: flex;
  flex-direction: column;
  direction: ltr;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 3.4375vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 0.625vw;
  margin-top: 2.5vw;
  direction: ltr;
  border-radius: 0.28125vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2.1875vw;
  width: 2.1875vw;
  border-radius: 50%;
  background: var(--thumb-color);
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2.1875vw;
  width: 2.1875vw;
  border-radius: 50%;
  background: var(--thumb-color);
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2.1875vw;
  width: 2.1875vw;
  border-radius: 50%;
  background: var(--thumb-color);
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62' viewBox='0 0 62 62' fill='none'%3E %3Cpath d='M3.67913 9.30371V18.143H11.7148' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M1 31C1 47.5677 14.4323 61 31 61C47.5677 61 61 47.5677 61 31C61 14.4323 47.5677 1 31 1C19.3097 1 9.17742 7.6871 4.22258 17.4516' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .forwardStep {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62' viewBox='0 0 62 62' fill='none'%3E %3Cpath d='M58.3218 9.30371V18.143H50.2861' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M61 31C61 47.5677 47.5677 61 31 61C14.4323 61 1 47.5677 1 31C1 14.4323 14.4323 1 31 1C42.6903 1 52.8226 7.6871 57.7774 17.4516' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  width: 9.375vw;
  height: 9.375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 4.53125vw;
  padding-bottom: 0.625vw;
  color: #fff;
  border: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button {
  width: 9.375vw;
  height: 9.375vw;
  min-width: 9.375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #F1F1F1;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button:hover {
  background-color: #fff;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status {
  height: 4.6875vw;
  width: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent transparent transparent #121111;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 2.34375vw 0 2.34375vw 4.6875vw;
  margin-left: 0.625vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 4.6875vw;
  margin: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader {
  position: relative;
  z-index: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 9.375vw;
  height: 9.375vw;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #ff5b5b, #ff5b5b);
  animation: rotate 1s linear infinite;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 8.75vw;
  height: 8.75vw;
  background: #F1F1F1;
  border-radius: 50%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
  display: flex;
  align-items: center;
  margin-top: 1.875vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
  position: relative;
  margin-left: 3.125vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-message {
  display: none;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn {
  width: 6.25vw;
  height: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #121111;
  padding: 0;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn:hover {
  background-color: #252323;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn .copy-link-iphone-icon {
  width: 7.03125vw;
  height: 7.03125vw;
  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 data-name='Group 188' transform='translate(-1038 -883.25)'%3E %3Cg data-name='Icon feather-share'%3E %3Cpath data-name='Path 1822' d='M6 18v5.4a1.35 1.35 0 0 0 1.35 1.35h8.1a1.35 1.35 0 0 0 1.35-1.35V18' transform='translate(1040.1 878.3)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5'/%3E %3Cpath data-name='Path 1823' d='M17.4 5.7 14.7 3 12 5.7' transform='translate(1036.8 886.55)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5'/%3E %3Cpath data-name='Path 1824' d='M18 3v8.775' transform='translate(1033.5 886.55)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn .copy-link-android-icon {
  width: 3.125vw;
  height: 3.125vw;
  margin-right: 0.625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='35' viewBox='0 0 28 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M23 10C25.7614 10 28 7.76142 28 5C28 2.23858 25.7614 0 23 0C20.2386 0 18 2.23858 18 5C18 7.76142 20.2386 10 23 10Z' fill='white'/%3E %3Cpath d='M5 22C7.76142 22 10 19.7614 10 17C10 14.2386 7.76142 12 5 12C2.23858 12 0 14.2386 0 17C0 19.7614 2.23858 22 5 22Z' fill='white'/%3E %3Cpath d='M23 35C25.7614 35 28 32.7614 28 30C28 27.2386 25.7614 25 23 25C20.2386 25 18 27.2386 18 30C18 32.7614 20.2386 35 23 35Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00225 13.9866L21.1702 3.76264L22.9258 6.19537L8.75776 16.4194L7.00225 13.9866Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.14911 16.2034L22.9771 28.6914L21.1189 31.0466L5.29089 18.5586L7.14911 16.2034Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper {
  height: 4.6875vw;
  width: 78.90625vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper * {
  box-sizing: border-box;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  position: absolute;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  margin-left: 23.4375vw;
  background: #A10000;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right,
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 18.75vw;
  top: 0;
  z-index: 1;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #A10000, rgba(20, 23, 172, 0));
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #A10000, rgba(20, 23, 172, 0));
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.multi-audio-componenta {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  padding: 0 7.8125vw;
  direction: rtl;
}
.multi-audio-componenta * {
  box-sizing: border-box;
}
.multi-audio-componenta .multi-audio-componenta-tab {
  width: 100%;
  height: 11.71875vw;
  position: relative;
  padding-bottom: 3.125vw;
  box-sizing: border-box;
  border-bottom: 1px solid #121111;
  color: #121111;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.multi-audio-componenta .multi-audio-componenta-tab * a,
.multi-audio-componenta .multi-audio-componenta-tab * a:hover {
  text-decoration: none;
  color: #121111;
}
.multi-audio-componenta .multi-audio-componenta-tab .background-link {
  height: 100%;
  width: 100%;
  position: absolute;
}
.multi-audio-componenta .multi-audio-componenta-tab .title-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.multi-audio-componenta .multi-audio-componenta-tab .title-text {
  color: #121111;
}
.multi-audio-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 8.90625vw;
  font-weight: 300;
  line-height: 9.6875vw;
  letter-spacing: 0.44531vw;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.multi-audio-componenta .multi-audio-componenta-tab .left-title-link {
  height: 100%;
}
.multi-audio-componenta .multi-audio-componenta-tab .left-title-text {
  font-size: 4.0625vw;
  font-weight: 300;
  line-height: 4.53125vw;
  flex-shrink: 0;
  margin-top: 1.25vw;
  margin-right: auto;
  font-family: 'Assistant';
}
.multi-audio-componenta .slotList .slotView {
  height: 16.71875vw;
  display: flex;
  justify-content: space-between;
  gap: 1.25vw;
  position: relative;
  margin-bottom: 1.5625vw;
  padding-bottom: 1.5625vw;
  border-bottom: 1px solid #D7D5D5;
  box-sizing: content-box;
}
.multi-audio-componenta .slotList .slotView .mediaArea {
  height: 16.71875vw;
  width: 29.6875vw;
  position: relative;
  flex-shrink: 0;
  background-color: #c4c4c4;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MediaCarousel {
  height: 16.71875vw !important;
  width: 29.6875vw !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea img {
  height: 16.71875vw !important;
  width: 29.6875vw !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .audioIcon {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  position: absolute;
  bottom: 0.625vw;
  right: 0.625vw;
  padding: 0.625vw 1.25vw 0.78125vw;
  border-radius: 3.90625vw;
  background-color: #121111d9;
}
.multi-audio-componenta .slotList .slotView .mediaArea .audioIcon .icon {
  width: 1.875vw;
  height: 3.125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E %3Cpath d='M4.96635 11.2302C6.47348 11.2302 7.6951 10.0085 7.6951 8.5014V2.9895C7.6951 1.48236 6.47348 0.260742 4.96635 0.260742C3.45921 0.260742 2.23759 1.48236 2.23759 2.9895V8.5014C2.23759 10.0085 3.45921 11.2302 4.96635 11.2302Z' fill='white'/%3E %3Cpath d='M9.0486 7.03777C8.85554 7.0568 8.71414 7.23015 8.71414 7.4239V8.37291C8.71414 9.46401 8.27974 10.5211 7.47892 11.2621C6.72977 11.9555 5.76512 12.3083 4.75492 12.2533C2.7624 12.1465 1.20156 10.4994 1.20156 8.50276V7.4239C1.20156 7.23015 1.06016 7.0568 0.867092 7.03777C0.645474 7.01601 0.458527 7.19004 0.458527 7.40758V8.43138C0.458527 10.7101 2.10571 12.6306 4.31305 12.9548C4.47348 12.9779 4.59517 13.1146 4.59517 13.2771V14.4171C4.59517 14.5979 4.44833 14.7441 4.26818 14.7441H3.11522C2.92148 14.7441 2.74813 14.8855 2.72909 15.0786C2.70734 15.3002 2.88205 15.4871 3.09891 15.4871H6.80251C6.99626 15.4871 7.16961 15.345 7.18796 15.152C7.20904 14.9304 7.03569 14.7441 6.81815 14.7441H5.66587C5.48504 14.7441 5.33888 14.5972 5.33888 14.4171V13.2777C5.33888 13.1139 5.45989 12.9759 5.62236 12.9535C5.63052 12.9521 5.63664 12.9514 5.64208 12.9507C7.82902 12.6176 9.45853 10.7332 9.45853 8.50343V7.40826C9.45853 7.1914 9.27022 7.01601 9.0486 7.03777Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.multi-audio-componenta .slotList .slotView .mediaArea .audioIcon .duration {
  margin-bottom: 0.46875vw;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 3.125vw;
  color: #fff;
  font-family: 'Assistant';
}
.multi-audio-componenta .slotList .slotView .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #121111;
}
.multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  font-weight: 400;
  line-height: 3.75vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Assistant';
}
.multi-audio-componenta .slotList .slotView .textArea .slotSubTitle {
  display: none !important;
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  display: flex;
  gap: 0.78125vw;
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 4.6875vw;
  margin: 0;
  font-family: 'Assistant';
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails span:not(category) {
  flex-shrink: 0;
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails .category {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Assistant';
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails .date {
  flex-shrink: 0;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button,
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .preview-audio-play-button {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.25vw;
  border: none;
  border-radius: 50%;
  background-color: #A10000;
  cursor: pointer;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button:after,
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .preview-audio-play-button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button:hover,
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .preview-audio-play-button:hover {
  background-color: #A10000;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status,
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .preview-audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 0.8125rem;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 0.4375rem 0 0.4375rem 0.8125rem;
  margin-left: 0.125rem;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status.pause,
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .preview-audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0 0 0 0.75rem;
  margin: 0;
}
.multi-audio-componenta .slotList .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.rylz-component-mobile-web {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.rylz-component-mobile-web .rylz-component-tab {
  height: 8.59375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 12.5vw;
  padding: 0 2.5vw;
  z-index: 1;
}
.rylz-component-mobile-web .rylz-component-tab .right-side-title {
  color: #fff;
  font-size: 3.75vw;
  font-weight: 640;
  line-height: 4.6875vw;
}
.rylz-component-mobile-web .rylz-component-tab .left-side-title {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
.rylz-component-mobile-web .rylz-component-tab .left-side-title .title-text {
  color: #fff;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8125vw;
}
.rylz-component-mobile-web .rylz-component-tab .left-side-title .arrow-icon {
  width: 3.90625vw;
  height: 3.90625vw;
  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-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rylz-component-mobile-web .latest-rylz-display {
  display: flex;
  gap: 2.96875vw;
  padding: 0 2.8125vw 4.6875vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item {
  width: 45.3125vw;
  height: 80.15625vw;
  position: relative;
  border-radius: 4.6875vw;
  border: 1px solid rgba(187, 187, 187, 0.1);
  flex-shrink: 0;
  overflow: hidden;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item img {
  width: 100%;
  height: 100%;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .promoVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  position: absolute;
  bottom: 0;
  padding: 7.8125vw 2.34375vw 2.34375vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .label-text {
  height: 6.25vw;
  width: fit-content;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 4.53125vw;
  padding: 0.9375vw 1.875vw;
  color: #000 !important;
  background-color: #fff;
  border-radius: 4.6875vw;
  box-sizing: border-box;
  mix-blend-mode: screen;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .logo-image {
  width: auto;
  height: auto;
  max-width: 37.5vw;
  max-height: 9.375vw;
  object-fit: contain;
  object-position: right;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .author-image-wrapper {
  width: 17.1875vw;
  height: 17.1875vw;
  border-radius: 50%;
  border: 0.3125vw solid rgba(140, 140, 140, 0.5);
  background: rgba(78, 78, 78, 0.8);
  box-shadow: 0 1.25vw 3.125vw 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .author-image-wrapper .author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .commentary-info {
  display: flex;
  flex-direction: column;
  gap: 0.46875vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .commentary-info .title {
  color: #fff;
  font-size: 4.375vw;
  font-weight: 340;
  line-height: 4.375vw;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-label .commentary-label .commentary-info .author {
  color: #fff;
  font-size: 4.375vw;
  font-weight: 670;
  line-height: 4.375vw;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.rylz-component-mobile-web .latest-rylz-display .rylz-big-item .item-content .item-title {
  color: #F5F5F5;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 4.84375vw;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items {
  display: grid;
  column-gap: 2.96875vw;
  row-gap: 2.96875vw;
  grid-template-columns: auto auto;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item {
  width: 21.09375vw;
  height: 38.4375vw;
  border-radius: 4.6875vw;
  border: 1px solid rgba(187, 187, 187, 0.1);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item img {
  width: 100%;
  height: 100%;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .promoVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2.34375vw 1.5625vw 1.5625vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label img {
  width: 14.0625vw;
  height: 4.6875vw;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .label-text {
  width: fit-content;
  font-size: 2.5vw;
  font-weight: 670;
  line-height: 2.34375vw;
  padding: 0.78125vw 1.5625vw;
  color: #000;
  background-color: #fff;
  border-radius: 4.6875vw;
  box-sizing: border-box;
  mix-blend-mode: screen;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .logo-image {
  width: auto;
  height: auto;
  max-width: 18.75vw;
  max-height: 4.6875vw;
  object-fit: contain;
  object-position: right;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .commentary-label {
  display: flex;
  align-items: center;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .commentary-label .author-image-wrapper {
  width: 8.59375vw;
  height: 8.59375vw;
  border-radius: 50%;
  border: 1px solid rgba(140, 140, 140, 0.5);
  background: rgba(78, 78, 78, 0.8);
  box-shadow: 0 0.625vw 1.5625vw 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  flex-shrink: 0;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .commentary-label .author-image-wrapper .author-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .plus-icon {
  width: 14.0625vw;
  height: 4.34922vw;
}
.rylz-component-mobile-web .latest-rylz-display .latest-rylz-items .rylz-small-item .item-label .ynet-icon {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  right: -0.78125vw;
  bottom: -0.78125vw;
}
.rylz-component-mobile-web .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.rylz-component-mobile-web .plus-icon {
  width: 23.125vw;
  height: 7.1875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='46' viewBox='0 0 148 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M125.004 0C137.484 0 147.601 10.2168 147.601 22.8252C147.6 35.4334 137.484 45.6494 125.004 45.6494H22.8242C10.2163 45.6493 0.00024521 35.4333 0 22.8252C0 10.2169 10.2161 7.10937e-05 22.8242 0H125.004ZM22.8252 4.56543C12.7406 4.56543 4.56543 12.7406 4.56543 22.8252C4.56567 32.9096 12.7407 41.085 22.8252 41.085C32.9094 41.0847 41.0847 32.9094 41.085 22.8252C41.085 12.7407 32.9096 4.56567 22.8252 4.56543ZM105.551 10.5273C104.583 10.4819 104.337 11.1123 104.337 11.1123C104.369 11.1588 106.482 14.2204 106.482 19.5205H118.251L117.493 20.2783V34.8584H119.557C119.557 30.6133 121.702 28.1758 121.702 28.1758C121.702 28.1758 120.359 25.0257 120.231 19.5205H122.295L121.373 13.2207H111.349C107.005 13.2207 105.57 10.563 105.551 10.5273ZM48.1553 10.5273C47.1875 10.4817 46.9404 11.1123 46.9404 11.1123C46.9688 11.1531 49.0859 14.2154 49.0859 19.5205H51.5693C50.1816 24.1401 50.3552 22.634 50.9395 28.1758H47.5342L45.0146 34.7764H52.793C52.8113 34.7317 54.8587 29.7301 55.4404 28.1758C53.2585 23.3462 53.6328 22.8345 54.0527 19.5205H62.5439V34.7764H64.6064C64.5611 30.5516 66.731 28.1984 66.752 28.1758C66.7462 28.1511 65.2822 21.8609 65.2002 14.1797C65.2002 13.3855 65.1542 13.212 64.0684 13.2119L64.041 13.2207H53.9521C49.6085 13.2206 48.1743 10.563 48.1553 10.5273ZM67.6543 10.5273C66.6558 10.4005 66.3528 11.0681 66.3496 11.0752C66.3839 11.1246 68.4951 14.1867 68.4951 19.5205H72.2744V34.7764H74.3379C74.3379 30.5951 76.4647 28.1968 76.4834 28.1758C76.4834 28.1758 74.9317 21.7846 74.9316 14.1797C74.9316 13.2577 74.7662 13.2119 73.7988 13.2119L73.79 13.2207H73.0322C69.1509 13.2207 67.674 10.563 67.6543 10.5273ZM86.8203 10.5273C85.8526 10.3995 85.6055 11.1113 85.6055 11.1113C85.6318 11.1497 87.7508 14.2578 87.751 19.6016H91.5312C92.0304 25.0288 92.9086 28.0929 92.9189 28.1289H84.9756C84.9898 28.117 85.4868 27.6998 86.1074 27.0342C85.6875 26.1121 84.3457 21.0259 84.3457 14.2607C84.3457 13.3391 84.1809 13.293 83.2139 13.293H82.2461C78.3647 13.293 77.0949 10.6351 77.0781 10.5996C76.1107 10.472 75.8643 11.1846 75.8643 11.1846C75.8987 11.2315 78.0097 14.1313 78.0098 19.4648H81.7891C82.2889 24.8996 83.5036 28.0913 83.5146 28.1201H79.2695L76.75 34.7207H93.5117L96.0322 28.1201C96.0322 28.1201 94.1417 23.6647 94.1416 14.3799C94.1416 13.2844 93.9769 13.2022 92.9639 13.2021L92.9551 13.2207H91.9873C88.1204 13.2207 86.8464 10.5822 86.8203 10.5273ZM25.6553 12.1729V20.0605H33.542V25.5898H25.6553V33.4766H20.126V25.5898H12.2393V20.0605H20.126V12.1729H25.6553ZM123.621 10.5273C122.654 10.3997 122.407 11.1113 122.407 11.1113C122.438 11.1543 124.553 14.1718 124.553 19.5195H128.332V27.3809H130.396C130.396 23.1811 132.541 21.583 132.541 21.583C132.525 21.5547 130.898 18.7481 130.897 14.1885H130.889C130.889 13.2666 130.724 13.2207 129.757 13.2207H128.789C124.915 13.2207 123.643 10.5729 123.621 10.5273ZM95.9961 10.4902C95.039 10.4453 94.7875 11.061 94.7822 11.0742C94.8084 11.1129 96.9277 14.2574 96.9277 19.5654H100.707V27.335H102.771C102.771 23.1027 104.903 21.5467 104.916 21.5371C104.899 21.5043 103.446 18.7343 103.446 14.1875C103.446 13.2658 103.281 13.2201 102.141 13.1836H101.164C97.2827 13.1836 96.0129 10.5258 95.9961 10.4902Z' fill='white'/%3E %3C/svg%3E");
}
.rylz-component-mobile-web .ynet-icon {
  width: 7.1875vw;
  height: 7.1875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='112' height='112' viewBox='0 0 112 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg filter='url(%23filter0_d_1537_5226)'%3E %3Cpath d='M55.7598 32.8C68.4401 32.8 78.7196 43.0797 78.7197 55.76C78.7197 68.4405 68.4402 78.72 55.7598 78.72C43.0793 78.7199 32.7998 68.4405 32.7998 55.76C32.7999 43.0797 43.0794 32.8001 55.7598 32.8ZM47.501 41.1946C46.9132 41.1946 46.4541 41.6475 46.6807 42.3333L52.4971 60.554C52.7236 61.2336 53.0421 61.509 53.7217 61.509H55.2646C55.1728 61.9621 54.8666 62.9297 54.4932 64.2336C53.8503 66.4622 52.9931 67.4611 51.4014 68.2815L50.7646 68.5999C50.2626 68.8754 49.9503 69.506 50.2197 70.0081L51.1748 71.8694C51.4504 72.4139 52.0381 72.5978 52.54 72.3713L53.5381 71.9182C55.9441 70.8284 57.7198 68.7343 58.626 65.3733L64.8525 42.3821L64.8584 42.3762C65.0421 41.6476 64.632 41.1946 64.0381 41.1946H61.3135C60.7257 41.1946 60.2236 41.5129 60.0889 42.1497L56.7275 55.8704C56.4092 57.1438 56.1827 58.2765 55.999 59.0969C55.9562 58.1419 55.8154 57.2357 55.5889 56.3235L51.7744 42.1926C51.5907 41.5559 51.1377 41.1946 50.501 41.1946H47.501Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1537_5226' x='-0.00019455' y='4.95911e-05' width='111.52' height='111.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 %3CfeOffset/%3E %3CfeGaussianBlur stdDeviation='16.4'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0.870588 0 0 0 0 0.101961 0 0 0 0 0.101961 0 0 0 1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1537_5226'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1537_5226' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
}
.rylz-component-mobile-web .vertical-video-overlay-player {
  animation: slideInFromRight 0.3s ease-out forwards;
  box-shadow: 0 0 15.625vw 0 rgba(0, 0, 0, 0.75);
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.SpecialPaperHeaderComponenta {
  width: 100%;
  height: 19.375vw;
  padding: 0 4.21875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 30, 30, 0.95);
  box-sizing: border-box;
  position: relative;
}
.SpecialPaperHeaderComponenta .rightLogo {
  position: absolute;
  right: 3.125vw;
  padding: 0 1.5625vw;
  display: flex;
  gap: 0.625vw;
  align-items: center;
  color: #EEE;
  font-family: "Moses";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.SpecialPaperHeaderComponenta .rightLogo img {
  width: 8.90625vw;
  height: 8.90625vw;
}
.SpecialPaperHeaderComponenta .rightLogo .arrow {
  color: #EEE;
  font-size: 6.5625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.24px;
  direction: ltr;
}
.SpecialPaperHeaderComponenta .rightLogo span:not(.arrow) {
  display: none;
}
.SpecialPaperHeaderComponenta .mainLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #EEE;
  font-size: 4.21875vw;
  font-family: "Moses";
  font-weight: 340;
  line-height: 1.2;
  gap: 1.09375vw;
}
.SpecialPaperHeaderComponenta .mainLogo img {
  height: 5.625vw;
  width: auto;
}
.SpecialPaperHeaderComponenta .mainLogo .seperator {
  display: none;
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  direction: rtl;
}
.ynetnews .SiteArticleContact,
.vesty .SiteArticleContact {
  direction: ltr;
}
.magazine2025 .SiteArticleContact {
  margin: 0 4.6875vw 4.6875vw;
}
.SiteArticleContact .commentInfoBox-pf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f8f9;
  padding: 15px 14px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  -webkit-text-fill-color: #000;
  flex-direction: row-reverse;
}
.font-moses .SiteArticleContact .commentInfoBox-pf {
  font-size: 16px;
  font-weight: 670;
}
.magazine2025 .SiteArticleContact .commentInfoBox-pf {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: #F1F1F1;
  color: #121111;
  padding: 10px 15px;
  border-radius: 5px;
  justify-content: space-between;
}
.SiteArticleContact .commentInfoBox-pf a {
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  margin: 0 5px;
  cursor: pointer;
  text-decoration: underline;
}
.font-moses .SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  text-decoration: none;
  color: inherit;
  -webkit-text-fill-color: inherit;
}
.magazine2025 .SiteArticleContact .commentInfoBox-pf .toAllComments-pf {
  font-size: 14px;
  font-weight: 400;
  color: #121111;
  -webkit-text-fill-color: #121111;
  justify-content: space-between;
  text-decoration: none;
  margin: 0;
}
.SiteArticleContact .commentInfoBox-pf > div:not(.commentInfoText) {
  display: flex;
  align-items: center;
}
.SiteArticleContact .addNewComment-pf {
  background-image: linear-gradient(126deg, #474cdd, #1417ac 42%);
  height: 30px;
  display: flex;
  width: 130px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #f3f8f9;
  -webkit-text-fill-color: #f3f8f9;
  letter-spacing: -0.3px;
  font-family: "NarkisBlock", "Arial";
}
.font-moses .SiteArticleContact .addNewComment-pf {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 14px;
  font-weight: 670;
  letter-spacing: normal;
  background-image: none;
  background-color: #de1a1a;
}
.vesty .SiteArticleContact .addNewComment-pf {
  min-width: 130px;
  padding: 0 4px;
  width: auto;
}
.magazine2025 .SiteArticleContact .addNewComment-pf {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  color: #FFFFFF;
  background-color: #A10000;
  background-image: none;
  letter-spacing: 0;
  height: 40px;
  max-width: 200px;
  width: auto ! important;
  padding-left: 60px;
  font-family: inherit;
  text-decoration: none;
  justify-content: flex-start;
  position: relative;
}
.magazine2025 .SiteArticleContact .addNewComment-pf span {
  margin-inline-start: 0.5rem;
}
.magazine2025 .SiteArticleContact .addNewComment-pf span:after {
  display: flex;
  position: absolute;
  font-size: 3.6rem;
  color: #FFFFFF;
  left: 1rem;
  top: 0.3rem;
  content: ' \2190';
  font-weight: 300;
}
.SiteArticleContact * {
  font-weight: bold;
}
.magazine2025 .SiteArticleContact * {
  font-weight: 400;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  -webkit-text-fill-color: inherit;
  font-weight: normal;
}
.magazine2025 .SiteArticleContact .contactWrapper,
.magazine2025 .SiteArticleContact .mistakeText {
  font-family: 'Assistant';
}
.SiteArticleContact .contactAuthor {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 2.1875vw;
  line-height: 1.57;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  -webkit-text-fill-color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 2.34375vw;
  position: relative;
}
.font-moses .SiteArticleContact .contactAuthor {
  font-size: 2.03125vw;
  letter-spacing: normal;
  font-weight: 340;
}
.SiteArticleContact .contactAuthor .authorAvatar {
  width: 4.375vw;
  height: 4.375vw;
  border-radius: 50%;
  margin-left: 1.25vw;
  margin-bottom: -0.46875vw;
}
.ynetnews .SiteArticleContact .contactAuthor .authorAvatar,
.vesty .SiteArticleContact .contactAuthor .authorAvatar {
  margin-right: 1.25vw;
  margin-left: unset;
}
.SiteArticleContact .writeUsIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%231417AC'%3E %3Cpath fill-rule='nonzero' d='M11.5 2.212L11.5 0 0 0 0 13.5 11.5 13.5 11.5 7.725 9.988 9.099 9.988 11.989 1.5 11.989 1.5 1.515 9.988 1.515 9.988 3.75z'/%3E %3Cpath d='M2.75 2.75H7.75V3.75H2.75zM2.75 4.75H6.75V5.75H2.75z'/%3E %3Cpath d='M8.737 1.75L10.609 1.75 10.481 10.933 9.545 11.869 8.609 10.933z' transform='rotate(45 9.61 6.81)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.125vw;
  height: 3.28125vw;
  margin-left: 1.5625vw;
}
.ynetnews .SiteArticleContact .writeUsIcon,
.vesty .SiteArticleContact .writeUsIcon {
  margin-left: unset;
  margin-right: 1.5625vw;
}
.magazine2025 .SiteArticleContact .writeUsIcon {
  display: none;
}
.SiteArticleContact .foundMistake-pf {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #6f6f6f;
  -webkit-text-fill-color: #6f6f6f;
  font-weight: normal;
  margin-bottom: 20px;
  background-size: 18px;
}
.font-moses .SiteArticleContact .foundMistake-pf {
  letter-spacing: normal !important;
  font-size: 13px;
  font-weight: 340;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.0625rem;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  padding-inline-start: 1.5625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon'%3E %3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M3.49278 1.85762C3.05911 1.85762 2.6432 2.0299 2.33655 2.33655C2.0299 2.6432 1.85762 3.0591 1.85762 3.49277V21.0174L5.36092 17.5141C5.5101 17.3649 5.71244 17.2811 5.92341 17.2811H20.5072C20.9409 17.2811 21.3568 17.1088 21.6634 16.8022C21.9701 16.4955 22.1424 16.0796 22.1424 15.6459V3.49277C22.1424 3.0591 21.9701 2.6432 21.6634 2.33655C21.3568 2.0299 20.9409 1.85762 20.5072 1.85762H3.49278ZM1.21157 1.21157C1.81658 0.606555 2.63716 0.266663 3.49278 0.266663H20.5072C21.3628 0.266663 22.1834 0.606555 22.7884 1.21157C23.3934 1.81658 23.7333 2.63716 23.7333 3.49277V15.6459C23.7333 16.5016 23.3934 17.3221 22.7884 17.9271C22.1834 18.5321 21.3628 18.872 20.5072 18.872H6.25291L1.62463 23.5003C1.39713 23.7278 1.05498 23.7959 0.757726 23.6728C0.460475 23.5496 0.266663 23.2596 0.266663 22.9378V3.49277C0.266663 2.63716 0.606556 1.81658 1.21157 1.21157Z' fill='black'/%3E %3Cg id='Union'%3E %3Cpath d='M9.86666 5.91998C9.86666 5.4487 10.2487 5.06665 10.72 5.06665H19.68C20.1513 5.06665 20.5333 5.4487 20.5333 5.91998C20.5333 6.39127 20.1513 6.77332 19.68 6.77332H10.72C10.2487 6.77332 9.86666 6.39127 9.86666 5.91998Z' fill='%23DE1A1A'/%3E %3Cpath d='M4.53333 9.33353C4.53333 8.86224 4.91538 8.48019 5.38666 8.48019H19.68C20.1513 8.48019 20.5333 8.86224 20.5333 9.33353C20.5333 9.80481 20.1513 10.1869 19.68 10.1869H5.38666C4.91538 10.1869 4.53333 9.80481 4.53333 9.33353Z' fill='%23DE1A1A'/%3E %3Cpath d='M9.65333 12.2135C9.18204 12.2135 8.79999 12.5956 8.79999 13.0669C8.79999 13.5381 9.18204 13.9202 9.65333 13.9202H19.68C20.1513 13.9202 20.5333 13.5381 20.5333 13.0669C20.5333 12.5956 20.1513 12.2135 19.68 12.2135H9.65333Z' fill='%23DE1A1A'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState * {
  font-weight: 500 !important;
}
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a,
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a:hover,
.font-moses .SiteArticleContact .foundMistake-pf.hasEditorState a:visited {
  color: #DE1A1A !important;
  -webkit-text-fill-color: #DE1A1A !important;
  text-decoration: none;
}
.MessageToAuthor-pf {
  width: 100%;
  height: auto;
  margin-top: 16px;
  position: relative;
  font-family: inherit;
  background: #f3f8f9;
}
.MessageToAuthor-pf .content-pf {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8px 16px 22px;
  border-radius: 7px;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8), 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
  border: solid 0.5px #f1f1f5;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.MessageToAuthor-pf .content-pf:after {
  position: absolute;
  top: -0.78125vw;
  right: 7.8125vw;
  content: "";
  width: 2.1875vw;
  height: 2.1875vw;
  border-radius: 1px;
  background-color: #f3f8f9;
  box-shadow: -0.3125vw -0.3125vw 0.625vw -1px rgba(218, 218, 221, 0.8);
  transform: rotate(45deg);
  z-index: 0;
}
.MessageToAuthor-pf .msgTitle-pf {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 5px;
  font-weight: bold;
}
.MessageToAuthor-pf * {
  color: #3b3b48;
  -webkit-text-fill-color: #3b3b48;
  letter-spacing: -0.3px;
  font-weight: normal;
  font-family: "NarkisBlock", "Arial";
}
.font-moses .MessageToAuthor-pf * {
  font-family: "Moses", "NarkisBlock";
  letter-spacing: normal;
  font-weight: 340;
}
.MessageToAuthor-pf .successMsg-pf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
}
.MessageToAuthor-pf .input-pf {
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-family: "NarkisBlock", "Arial";
  font-size: 16px;
}
.MessageToAuthor-pf input.input-pf {
  height: 48px;
  padding: 12px;
  margin-bottom: 15px;
}
.MessageToAuthor-pf textarea.input-pf {
  width: 100%;
  height: 248px;
  margin-left: 19px;
  padding: 12px 15px;
  border: 0;
}
.MessageToAuthor-pf textarea.input-pf.error {
  border: 1px solid red;
}
.MessageToAuthor-pf .infoArea-pf {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.MessageToAuthor-pf .sendToAuthor-pf {
  width: 100%;
  height: 47px;
  background-image: linear-gradient(120deg, #474cdd, #1417ac 38%);
  font-weight: bold;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}
.MessageToAuthor-pf .title-pf {
  margin: 16px 0 5px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
}
.MessageToAuthor-pf .closeWindow-pf {
  width: 50px;
  height: 20px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  padding-right: 12px;
}
@media (prefers-color-scheme: dark) {
  .SiteArticleContact .foundMistake-pf {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .SiteArticleContact .commentInfoBox-pf {
    background-color: transparent;
  }
  .SiteArticleContact .commentInfoBox-pf .commentInfoText-pf,
  .SiteArticleContact .commentInfoBox-pf #bottomSpotimCounter,
  .SiteArticleContact .commentInfoBox-pf #bottomSpotimCounterMobileWeb {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .SiteArticleContact .foundMistake-pf.hasEditorState *:not(a *) {
    color: #fff ! important;
    -webkit-text-fill-color: #fff !important;
  }
  .SiteArticleContact .foundMistake-pf.foundMistake-pf.hasEditorState {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.02448 1.49152C2.61792 1.49152 2.228 1.65303 1.94052 1.94052C1.65303 2.228 1.49153 2.61791 1.49153 3.02448V19.4538L4.77587 16.1694C4.91573 16.0296 5.10541 15.951 5.3032 15.951H18.9755C19.3821 15.951 19.772 15.7895 20.0595 15.502C20.347 15.2145 20.5085 14.8246 20.5085 14.4181V3.02448C20.5085 2.61791 20.347 2.228 20.0595 1.94052C19.772 1.65303 19.3821 1.49152 18.9755 1.49152H3.02448ZM0.88585 0.885849C1.45305 0.318649 2.22234 0 3.02448 0H18.9755C19.7777 0 20.5469 0.318649 21.1142 0.885849C21.6814 1.45305 22 2.22234 22 3.02448V14.4181C22 15.2202 21.6814 15.9895 21.1142 16.5567C20.5469 17.1239 19.7777 17.4425 18.9755 17.4425H5.61211L1.2731 21.7815C1.05981 21.9948 0.739044 22.0586 0.460372 21.9432C0.181699 21.8278 0 21.5558 0 21.2542V3.02448C0 2.22234 0.31865 1.45305 0.88585 0.885849Z' fill='white'/%3E %3Cpath d='M9 5.3C9 4.85817 9.35817 4.5 9.8 4.5H18.2C18.6418 4.5 19 4.85817 19 5.3C19 5.74183 18.6418 6.1 18.2 6.1H9.8C9.35817 6.1 9 5.74183 9 5.3Z' fill='%23DF3232'/%3E %3Cpath d='M4 8.5002C4 8.05837 4.35817 7.7002 4.8 7.7002H18.2C18.6418 7.7002 19 8.05837 19 8.5002C19 8.94202 18.6418 9.3002 18.2 9.3002H4.8C4.35817 9.3002 4 8.94202 4 8.5002Z' fill='%23DF3232'/%3E %3Cpath d='M8.8 11.2002C8.35817 11.2002 8 11.5584 8 12.0002C8 12.442 8.35817 12.8002 8.8 12.8002H18.2C18.6418 12.8002 19 12.442 19 12.0002C19 11.5584 18.6418 11.2002 18.2 11.2002H8.8Z' fill='%23DF3232'/%3E %3C/svg%3E");
  }
}
.categoryBreadcrumbs1280_2 {
  display: flex;
  font-family: 'EzerShemesh';
  width: 84.375vw;
  margin: 0 auto;
  direction: rtl;
  color: #121111;
  font-size: 11.71875vw;
}
.categoryBreadcrumbs1280_2 ul {
  flex-wrap: wrap;
}
.categoryBreadcrumbs1280_2 ul li:first-child {
  padding: 0;
  font-weight: 400;
  width: 100%;
  margin-bottom: 2.5vw;
}
.categoryBreadcrumbs1280_2 ul li:first-child a,
.categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 11.71875vw;
  font-weight: 400;
}
.categoryBreadcrumbs1280_2 ul li:last-child,
.categoryBreadcrumbs1280_2 ul li:first-child {
  margin-left: 1.71875vw ! important;
}
.categoryBreadcrumbs1280_2 ul li:last-child i,
.categoryBreadcrumbs1280_2 ul li:first-child i {
  display: none;
}
.categoryBreadcrumbs1280_2 ul {
  margin: 0 ! important;
  display: flex;
  list-style-type: none;
  list-style: none;
  padding: 0px;
}
.categoryBreadcrumbs1280_2 h1 {
  line-height: unset;
  margin: 0 ! important;
}
.categoryBreadcrumbs1280_2 ul li {
  align-self: baseline;
  font-size: 5vw;
  font-weight: 300;
  flex-shrink: 0;
}
.categoryBreadcrumbs1280_2 ul li a,
.categoryBreadcrumbs1280_2 ul li span,
.categoryBreadcrumbs1280_2 ul li i {
  text-decoration: none;
  font-size: 5vw;
  font-weight: 300;
  line-height: 5.15625vw;
  color: #121111;
}
.categoryBreadcrumbs1280_2 ul li i {
  margin: auto 3.90625vw auto 3.90625vw;
}
@media (prefers-color-scheme: dark) {
  .categoryBreadcrumbs1280_2,
  .categoryBreadcrumbs1280_2 ul li span,
  .categoryBreadcrumbs1280_2 ul li a,
  .categoryBreadcrumbs1280_2 ul li a {
    color: #fff;
  }
}
.CollaborationComponenta {
  display: flex;
  flex-direction: column;
}
.CollaborationComponenta .collaborationTitle {
  display: none;
}
.CollaborationComponenta .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.CollaborationComponenta .content .groupContent {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin-bottom: 6.71875vw;
}
.CollaborationComponenta .content .groupContent .groupTitle {
  display: flex;
  align-items: center;
  height: 8.4375vw;
  font-size: 5.3125vw;
  font-weight: 600;
  line-height: 6.875vw;
  padding: 0 6.5625vw;
  margin-bottom: 3.125vw;
  color: #000;
  background-color: #f3f8f9;
}
.font-moses .CollaborationComponenta .content .groupContent .groupTitle {
  font-size: 4.6875vw;
  font-weight: 670;
  line-height: 1.27;
}
.CollaborationComponenta .content .groupContent .items {
  display: flex;
  flex-direction: column;
  padding: 0 6.5625vw;
}
.CollaborationComponenta .content .groupContent .items .itemName {
  color: #000;
  font-size: 4.6875vw;
  font-weight: 400;
  line-height: 6.25vw;
  margin-bottom: 3.90625vw;
  text-decoration: none;
}
.font-moses .CollaborationComponenta .content .groupContent .items .itemName {
  font-size: 3.90625vw;
  font-weight: 340;
  line-height: 1;
}
@media (prefers-color-scheme: dark) {
  .CollaborationComponenta .content .groupContent .groupTitle {
    color: #fff;
    background-color: #2d2d2d;
  }
  .CollaborationComponenta .content .groupContent .items .itemName {
    color: #fff;
  }
}
.MultiImagesMagazine {
  display: flex;
  flex-direction: column;
}
.MultiImagesMagazine .componentaTab {
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiImagesMagazine .componentaTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.MultiImagesMagazine .componentaTab .rightTitleLink {
  height: 4.6875vw;
  z-index: 1;
  text-decoration: none;
}
.MultiImagesMagazine .componentaTab .rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
}
.MultiImagesMagazine .componentaTab .rightTitleLink .tabLogo {
  height: 4.6875vw;
  width: 30vw;
  margin-left: 3.90625vw;
}
.MultiImagesMagazine .componentaTab .leftTitleLink {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 1;
}
.MultiImagesMagazine .componentaTab .leftTitleLink .leftTitleText {
  display: none;
}
.MultiImagesMagazine .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2.65625vw 2.03125vw;
}
.MultiImagesMagazine .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.MultiImagesMagazine .slotListWrapper .slotView {
  position: relative;
  box-sizing: border-box;
  width: 71.09375vw;
  height: 80.9375vw;
  margin-left: 5.78125vw;
  box-shadow: 0 0.3125vw 0.78125vw 0 rgba(218, 218, 221, 0.8);
  border: solid 0.5px #f1f1f5;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea {
  position: relative;
  display: flex;
  width: 71.09375vw;
  height: 40.3125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .imageView img {
  width: 71.09375vw !important;
  height: 40.3125vw !important;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .videoIcon {
  width: 7.34375vw !important;
  height: 7.34375vw !important;
  left: 2.8125vw;
  bottom: 2.8125vw;
  border-radius: 50%;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .videoIcon .icon {
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
}
.MultiImagesMagazine .slotListWrapper .slotView .imageArea .onImage {
  height: 7.34375vw;
  width: 23.75vw;
  right: 2.8125vw;
  bottom: 2.8125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 40.625vw;
  background: #fff;
  padding: 3.125vw 5.3125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea {
  color: #000;
  margin-bottom: 2.03125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea .upperInfoText {
  font-size: 3.4375vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle {
  color: #000;
  font-size: 4.6875vw;
  font-weight: bold;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle .slotTitleText {
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle.commertialTitle a {
  color: #1d71c7;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle a {
  text-decoration: none;
  color: #000;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails {
  display: flex;
  font-size: 3.75vw;
  color: #78787b;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .authorField {
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine {
  position: absolute;
  width: 100%;
  height: 0.54688vw;
  background-color: #1d71c7;
  bottom: -0.3125vw;
  opacity: 0;
  z-index: 9;
}
.MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine.showLine {
  opacity: 1;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesMagazine .tabDarkModeColor {
    background-color: #1e1e1e  !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView {
    box-shadow: 0 0.3125vw 0.78125vw 0 rgba(218, 218, 221, 0.4);
    border: none;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea {
    background: #1e1e1e;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .upperInfoArea {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle.commertialTitle .slotTitleText {
    color: #419bf9 !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .slotTitle a {
    color: #fff;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .authorField,
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .separator,
  .MultiImagesMagazine .slotListWrapper .slotView .textArea .articleInfo .moreDetails .DateDisplay {
    color: #78787b !important;
  }
  .MultiImagesMagazine .slotListWrapper .slotView .commertialTitleLine {
    background-color: #419bf9;
  }
}
.MultiImagesYplusComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesYplusComponenta .multiImagesTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 3.125vw;
  z-index: 999;
}
.MultiImagesYplusComponenta .multiImagesTab .backgroundLink {
  position: absolute;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink {
  text-decoration: none;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink {
  color: #fff;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 8.59375vw;
  white-space: nowrap;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText .tabLogo {
  margin-left: 1.5625vw;
  height: 5.46875vw;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink {
  display: flex;
  align-items: center;
  color: #fff;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftTitleText {
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 8.59375vw;
}
.MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftSideArrow {
  height: 3.90625vw;
  width: 5.15625vw;
  background: transparent url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
}
.MultiImagesYplusComponenta .imageOnly {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.03125vw;
}
.MultiImagesYplusComponenta .imageOnly .slotView {
  width: 45vw;
  height: 26.25vw;
  margin: 1.25vw !important;
}
.MultiImagesYplusComponenta .imageOnly .slotView .mediaArea {
  width: 100% !important;
  height: 100% !important;
}
.MultiImagesYplusComponenta .imageOnly .slotView .mediaArea .SiteImageMedia {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child {
  display: flex;
  flex-direction: column;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53.59375vw !important;
  margin-bottom: 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems a,
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems img {
  width: 100% !important;
  height: 100% !important;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon {
  width: 6.875vw;
  height: 6.875vw !important;
  margin: 0 0 2.34375vw 2.34375vw;
  left: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .mediaArea .onImage {
  height: 6.875vw;
  width: 22.1875vw;
  margin: 0 2.34375vw 2.34375vw 0;
  right: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #80808054;
  margin: 0 0.78125vw 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle {
  font-size: 6.5625vw;
  line-height: 7.65625vw;
  margin-bottom: 1.25vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 4.21875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  margin-bottom: 2.65625vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage {
  height: 7.96875vw;
  margin-left: 2.03125vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage img {
  height: 7.96875vw;
  width: 7.96875vw;
  border-radius: 50%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow {
  display: flex;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 78.125vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesYplusComponenta.MultiArticleImages .slotsContent .slotView:first-child .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiImagesYplusComponenta .slotsContent {
  display: flex;
  flex-direction: column;
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiImagesYplusComponenta .slotsContent a {
  text-decoration: none;
}
.MultiImagesYplusComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 3.125vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea {
  display: flex;
  justify-content: center;
  width: 33.59375vw;
  height: 18.90625vw;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel .yplusLogo {
  position: absolute;
  right: 1.5625vw;
  bottom: 0;
  width: 10.9375vw;
  height: 3.90625vw;
  z-index: 99;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='20' viewBox='0 0 51 20' fill='none'%3E %3Cpath d='M41.8581 0.969727H9.75086C4.76364 0.969727 0.720703 5.01267 0.720703 9.99988C0.720703 14.9871 4.76364 19.03 9.75086 19.03H41.8581C46.8453 19.03 50.8882 14.9871 50.8882 9.99988C50.8882 5.01267 46.8453 0.969727 41.8581 0.969727Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.8579 17.0232C45.7372 17.0232 48.8814 13.8787 48.8814 9.99978C48.8814 6.12089 45.7372 2.97632 41.8579 2.97632C37.9787 2.97632 34.8345 6.12089 34.8345 9.99978C34.8345 13.8787 37.9787 17.0232 41.8579 17.0232Z' fill='black'/%3E %3Cpath d='M42.8617 5.98657V14.0134H40.855V5.98657H42.8617Z' fill='white'/%3E %3Cpath d='M45.8715 8.99658V11.0033H37.8447V8.99658H45.8715Z' fill='white'/%3E %3Cpath d='M7.90153 15.2142C10.1189 15.2142 10.9406 14.3796 11.6188 12.4881L13.5753 7.00981H11.5928L10.3538 10.9489L9.07545 7.00981H7.06689L9.44075 13.3361C9.10147 13.7144 8.63175 13.8449 7.99295 13.8449C7.81012 13.8449 7.60164 13.8449 7.45783 13.8188V15.1622C7.57526 15.1882 7.73208 15.2142 7.90153 15.2142ZM16.4579 13.0098V10.688C16.4713 9.08377 16.967 8.45761 17.6972 8.45761C18.3104 8.45761 18.6363 8.86192 18.6363 9.74896V13.0098H20.5928V9.61852C20.5928 7.58358 19.5883 6.89238 18.3754 6.89238C17.5408 6.89238 16.8362 7.19227 16.3668 7.90985V7.00981H14.5014V13.0098H16.4579ZM24.7537 6.84035C26.5148 6.84035 27.5973 7.6683 27.5973 9.4814C27.5973 9.78129 27.5713 10.1273 27.5319 10.4402H23.5538C23.6839 11.4056 24.245 11.6011 25.2625 11.6011C25.9407 11.6011 26.5928 11.497 27.271 11.3142V12.736C26.3974 12.9968 25.5494 13.0883 24.9626 13.0883C22.7842 13.0883 21.5189 12.4231 21.5189 9.94442C21.5189 7.84482 22.7712 6.84035 24.7537 6.84035ZM24.6497 8.24876C24.1666 8.24876 23.7233 8.58804 23.5668 9.33164H25.5624C25.4973 8.53602 25.1581 8.24913 24.6493 8.24913L24.6497 8.24876ZM31.419 13.0492C31.7582 13.0492 32.2276 13.0098 32.5148 12.9448V11.549C32.306 11.5751 31.9797 11.5881 31.7322 11.5881C31.2231 11.5881 31.015 11.3406 31.015 10.6884V8.36656H32.5148V7.01018H31.0143V5.44458H29.0577V7.00981H28.1837V8.36619H29.0577V10.8839C29.0577 12.4361 30.0492 13.0492 31.4186 13.0492H31.419Z' fill='white'/%3E %3C/svg%3E") no-repeat center transparent;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel a {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon {
  width: 5.46875vw;
  height: 5.46875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  background-size: contain;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .mediaArea .onImage {
  width: 13.59375vw;
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
  bottom: 0;
  right: 0;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotRoofTitle {
  color: #DE1A1A;
  font-weight: 670;
  line-height: 3.4375vw;
  font-size: 3.4375vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.75vw;
  line-height: 4.84375vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  font-size: 3.28125vw;
  font-weight: 100;
  color: #78787b;
  line-height: 4.21875vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 40.15625vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .MultiImagesYplusComponenta .multiImagesTab {
    background-color: #efefef !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftTitleText {
    color: #000 !important;
  }
  .MultiImagesYplusComponenta .multiImagesTab .titleLink.leftTitleLink .leftSideArrow {
    filter: invert(1);
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .slotRoofTitle {
    color: #DE1A1A !important;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .rightTitleText {
    color: #DF3232 !important;
  }
  .MultiImagesYplusComponenta .slotsContent .slotList .slotView .textArea .moreDetails * {
    color: #C5C5C5 !important;
  }
}
.FontSliderWindow {
  position: absolute;
  top: 97%;
  width: 100%;
  left: 0;
  height: 31.875vw;
  display: flex;
  background: #fff;
  flex-direction: column;
  padding: 5.78125vw 5.78125vw 3.125vw;
  box-sizing: border-box;
  box-shadow: 0px 0.46875vw 0.9375vw 0.3125vw rgba(0, 0, 0, 0.3);
}
.calcalist .FontSliderWindow {
  margin: 0.625rem auto;
  height: 3.5rem;
  background: #ededed;
  position: relative;
  display: flex;
  max-width: 19.625rem;
  padding: unset;
  box-shadow: unset;
}
.calcalist .FontSliderWindow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.9rem solid #ededed;
  position: absolute;
  top: 3.5rem;
  right: 0.5rem;
}
.FontSliderWindow .FontSliderWindowHeader {
  display: flex;
  justify-content: space-between;
}
.calcalist .FontSliderWindow .FontSliderWindowHeader {
  display: none;
}
.FontSliderWindow .FontSliderWindowHeader .changeFontTitle {
  font-size: 5vw;
}
.font-moses .FontSliderWindow .FontSliderWindowHeader .changeFontTitle {
  font-size: 4.21875vw;
  font-weight: 500;
}
.FontSliderWindow .FontSliderWindowHeader .resetSize {
  font-size: 4.21875vw;
  color: #717171;
}
.font-moses .FontSliderWindow .FontSliderWindowHeader .resetSize {
  font-size: 3.75vw;
  font-weight: 500;
}
.FontSliderWindow .inputArea {
  margin: 3.125vw 0 0;
  display: flex;
  align-items: center;
}
.calcalist .FontSliderWindow .inputArea {
  margin: auto 0;
}
.FontSliderWindow .inputArea input {
  flex-grow: 1;
  -webkit-appearance: none;
  direction: rtl;
  width: 100%;
  height: 0.53125vw;
  background-color: #dcdcdc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.ynetnew .FontSliderWindow .inputArea input {
  direction: ltr !important;
}
.calcalist .FontSliderWindow .inputArea input {
  height: 0.78125vw;
  border-radius: 1px;
  background-color: #a7a8a7;
}
.FontSliderWindow .inputArea input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background: #de1a1a;
  cursor: pointer;
  box-shadow: 0 0.3125vw 0.625vw 0 rgba(0, 0, 0, 0.21);
}
.calcalist .FontSliderWindow .inputArea input::-webkit-slider-thumb {
  width: 0.625rem;
  height: 0.625rem;
}
.FontSliderWindow .inputArea .fontsize {
  margin: 0 1.5625vw;
  flex-shrink: 0;
}
.calcalist .FontSliderWindow .inputArea .fontsize {
  color: #c72127;
  font-family: 'Shual', 'Open Sans Hebrew', sans-serif;
}
.FontSliderWindow .inputArea .fontsize.small {
  font-size: 6.09375vw;
}
.calcalist .FontSliderWindow .inputArea .fontsize.small {
  font-size: 1rem;
}
.font-moses .FontSliderWindow .inputArea .fontsize.small {
  font-size: 5.3125vw;
  font-weight: 340;
}
.FontSliderWindow .inputArea .fontsize.big {
  font-size: 8.59375vw;
}
.calcalist .FontSliderWindow .inputArea .fontsize.big {
  font-size: 2rem;
}
.font-moses .FontSliderWindow .inputArea .fontsize.big {
  font-size: 8.125vw;
  font-weight: 340;
}
.FontSliderWindow .closeWindow {
  justify-self: center;
  text-decoration: underline;
  font-weight: 600;
  font-size: 4.21875vw;
}
.calcalist .FontSliderWindow .closeWindow {
  display: none;
}
.font-moses .FontSliderWindow .closeWindow {
  font-size: 3.59375vw;
  font-weight: 670;
}
@media (prefers-color-scheme: dark) {
  .FontSliderWindow .inputArea input {
    background-color: #dcdcdc !important;
  }
  .FontSliderWindow {
    box-shadow: 0px 0px 0.46875vw rgba(255, 255, 255, 0.4);
  }
}
