/*! 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%;
  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;
}
.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;
}
.MutamMarketingSign .marketingImage {
  height: 7.8125vw !important;
  width: 7.8125vw !important;
}
.MutamMarketingText {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 1.5625vw 9.375vw 1.5625vw 1.5625vw;
  background-color: #000000ad;
  font-size: 4.0625vw;
  font-weight: lighter;
  color: white;
  width: 100%;
  max-height: 100%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.font-moses .MutamMarketingText {
  font-size: 3.59375vw;
  font-weight: 340;
  line-height: normal;
}
.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;
}
.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;
}
.font-moses .MutamMarketingText.coverAll {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: normal;
}
.MutamMarketingText.coverAll span {
  white-space: unset;
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 2.96875vw;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.96875vw;
  font-weight: 700;
  height: 3.75vw;
  margin: 0 0.46875vw 0.3125vw 0;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 2.96875vw;
  height: 2.96875vw;
  padding: 0 0.46875vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cg id='star_h' transform='translate(-848.358 -4004.139)'%3E %3Cg id='Path' transform='translate(848.358 4004.139)' fill='none'%3E %3Cpath d='M15.052,7.57,11.5,0,7.947,7.57,0,8.785l5.749,5.892L4.393,23,11.5,19.071,18.608,23,17.25,14.678,23,8.785Z' stroke='none'/%3E %3Cpath d='M 11.49977684020996 4.707538604736328 L 9.303762435913086 9.38587760925293 L 4.149341583251953 10.1739673614502 L 7.885472297668457 14.00314712524414 L 7.029115676879883 19.25698280334473 L 11.50011253356934 16.78522682189941 L 15.97040176391602 19.256591796875 L 15.11327266693115 14.00314712524414 L 18.85025024414063 10.17397022247314 L 13.69497299194336 9.38587760925293 L 11.49977684020996 4.707538604736328 M 11.50011253356934 -1.9073486328125e-06 L 15.05220222473145 7.570127487182617 L 23.00022315979004 8.785147666931152 L 17.24974250793457 14.67749786376953 L 18.60757255554199 22.99981689453125 L 11.50011253356934 19.07051849365234 L 4.39265251159668 22.99981689453125 L 5.749162673950195 14.67749786376953 L 1.9073486328125e-06 8.785147666931152 L 7.94670295715332 7.570127487182617 L 11.50011253356934 -1.9073486328125e-06 Z' stroke='none' fill='%23ffb813'/%3E %3C/g%3E %3Cpath id='Path_451' data-name='Path 451' d='M6510.858,18490.334v-16.084l-3.233,6.906-7.5,1.031,5.625,5.563-1.625,7.875s5.483-3.646,6.733-4.312' transform='translate(-5651 -14469)' fill='%23ffb813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Half' d='M15 6V21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .hideRecipeVoters {
  display: none;
}
.ToggleSwitch {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: none;
}
.ToggleSwitch .toggleContainer {
  height: 2.8125vw;
  width: 5.78125vw;
  display: flex;
  align-items: center;
  padding: 0.3125vw;
  background-color: #ccc;
  border-radius: 3.90625vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer.active {
  background-color: #de1a1a;
}
.ToggleSwitch .toggleContainer .toggleBtn {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-106%);
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu {
  width: 100%;
  height: 13.4375vw;
  background-color: #3E3E3E;
  position: relative;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu.noChapters {
  display: none;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container {
  display: flex;
  width: 100%;
  margin: 0;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item {
  position: absolute;
  width: 9.6875vw;
  height: 100%;
  background: linear-gradient(270deg, #3E3E3E 7.68%, rgba(239, 239, 239, 0) 113.98%);
  display: flex;
  justify-content: flex-start;
  margin: 0px;
  align-items: center;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item .arrow-icon {
  display: none;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item.opposite {
  transform: rotate(180deg);
  left: 0;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item.opposite .arrow-icon {
  transform: rotate(180deg);
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item {
  font-size: 4.0625vw;
  font-weight: 340;
  color: #fff;
  margin: 0px;
  margin-inline-end: 5vw;
  margin-inline-start: 5vw;
  cursor: pointer;
  user-select: none;
  display: flex;
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1.09375vw solid transparent;
  padding: 0 2.5vw;
  letter-spacing: 0.01em;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item ~ .chapter-item {
  margin-inline-start: 0px;
}
.layoutItem.Magazine-Article-Chapter-Menu .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item.selected {
  font-weight: 670;
  border-bottom: 1.09375vw solid #DF3232;
  animation: stickyMenuSelectedAnimation 0.4s;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky .article-magazine-chapter-menu-container .article-magazine-chapter-menu {
  top: 13.28125vw;
  z-index: 1001;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  animation: stickyMenuAnimation 0.2s linear;
  background-color: #3E3E3E;
  height: 12.5vw;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item {
  background: linear-gradient(270deg, #3E3E3E 7.68%, rgba(34, 34, 34, 0) 113.98%);
  margin: 0px;
}
.layoutItem.Magazine-Article-Chapter-Menu.isSticky .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item {
  font-size: 4.0625vw;
  font-weight: 340;
  color: white !important;
  cursor: pointer;
  user-select: none;
  padding: 0 2.5vw;
  box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
  .article-magazine-chapter-menu-container .article-magazine-chapter-menu {
    background-color: #222;
  }
  .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .arrow-item {
    background: linear-gradient(270deg, #222 7.68%, rgba(34, 34, 34, 0) 113.98%) !important;
  }
  .article-magazine-chapter-menu-container .article-magazine-chapter-menu .chapters-container .chapter-item {
    color: white !important;
  }
}
@keyframes stickyMenuAnimation {
  0% {
    background: transparent;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stickyMenuSelectedAnimation {
  0% {
    background: transparent;
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.magazine_template .YnetMutamHeader.Article {
  margin: 0 !important;
  z-index: 1002;
}
.magazine_template .YnetMutamHeader.Article.notStickyHeader {
  background-color: #222222;
  box-shadow: 0px 0.625vw 1.5625vw 0px #00000040;
  justify-content: center;
}
.magazine_template .YnetMutamHeader.Article.notStickyHeader .darkModeLogo {
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='25' viewBox='0 0 59 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.3672 8.23809C37.3672 5.95365 35.9153 4.43042 33.6468 4.43042C32.0735 4.43042 30.8032 5.03987 29.5325 6.53235L29.2303 5.16168C29.1395 4.79585 28.9277 4.61334 28.5042 4.61334H27.5967C27.2339 4.61334 26.9011 4.85696 26.9011 5.25274V18.6559C26.9011 19.0213 27.2339 19.326 27.5967 19.326H28.9884C29.3513 19.326 29.6539 19.0213 29.6539 18.6559V10.4011C29.6539 8.3599 31.0753 6.80632 32.8905 6.80632C34.1306 6.80632 34.6145 7.41577 34.6145 8.84755V18.6559C34.6145 19.0213 34.9472 19.326 35.3101 19.326H36.7017C37.0646 19.326 37.3672 19.0213 37.3672 18.6559V8.23809Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.0644 10.5858C42.367 7.41797 43.7582 6.65636 44.8473 6.65636C46.7228 6.65636 47.3577 8.63647 47.4184 10.5858H42.0644ZM44.7565 4.43262C41.3989 4.43262 39.1907 7.32651 39.1907 11.8954C39.1907 16.8912 41.5199 19.4804 45.6337 19.4804C47.4184 19.4804 48.4468 19.2064 49.3847 18.7799C49.7476 18.6277 49.8987 18.323 49.7777 17.9572L49.445 16.9827C49.324 16.6476 49.0821 16.404 48.6284 16.5561C47.7511 16.8305 46.9342 17.0741 45.7848 17.0741C43.1233 17.0741 42.1854 15.4902 42.0644 12.657H49.566C49.9292 12.657 50.2314 12.3527 50.2314 11.9869C50.2314 6.41233 47.8118 4.43262 44.7565 4.43262Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9861 17.5494C57.9254 17.1835 57.6232 17.001 57.2905 17.0617C57.018 17.1228 56.5944 17.1835 56.3525 17.1835C55.6569 17.1835 55.3241 16.8181 55.3241 15.9958V6.82686H57.0485C57.411 6.82686 57.6835 6.52213 57.6835 6.1567V5.33398C57.6835 4.96896 57.411 4.66423 57.0485 4.66423H55.3241V0.825801C55.3241 0.277859 54.9307 0.247103 54.477 0.368913L53.1159 0.765098C52.7832 0.856557 52.6019 1.16088 52.6019 1.55707V4.66423H50.9684C50.5749 4.66423 50.333 4.96896 50.333 5.33398V6.1567C50.333 6.52213 50.5749 6.82686 50.9684 6.82686H52.6019V16.4527C52.6019 18.4935 53.5997 19.5291 55.7477 19.5291C56.4735 19.5291 57.1996 19.4376 57.6835 19.2855C58.107 19.1637 58.1979 18.8589 58.1372 18.4935L57.9861 17.5494Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.0569C0 18.7159 5.39754 24.1139 12.056 24.1139V24.1139C18.7149 24.1139 24.1124 18.7159 24.1124 12.0569V12.0569C24.1124 5.39795 18.7149 0 12.056 0V0C5.39754 0 0 5.39795 0 12.0569V12.0569Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1564 5.29721C17.2539 4.90752 17.0346 4.66431 16.7181 4.66431H15.2574C14.9406 4.66431 14.6727 4.83467 14.5999 5.1754L12.798 12.529C12.6277 13.2108 12.5059 13.8199 12.4084 14.2581C12.3841 13.7466 12.3113 13.2594 12.1895 12.7726L10.144 5.19968C10.0469 4.85895 9.80334 4.66431 9.46224 4.66431H7.85543C7.53901 4.66431 7.29542 4.90752 7.41721 5.27292L10.5337 15.0371C10.6555 15.4025 10.8259 15.5486 11.1912 15.5486H12.0191C11.9702 15.7918 11.7266 16.8633 11.6052 17.0094C11.3126 18.032 10.8016 18.7382 9.94941 19.1768L9.60871 19.3468C9.34084 19.4933 9.17049 19.834 9.31616 20.1019L9.82762 21.1002C9.97369 21.3924 10.2905 21.4899 10.558 21.3681L11.0937 21.1245C12.3841 20.5401 13.3338 19.42 13.8205 17.6184L17.1564 5.29721Z' fill='%23FEFEFE'/%3E %3C/svg%3E") !important;
  height: 6.25vw;
}
.magazine_template .YnetMutamHeader.Article.notStickyHeader .mobileShareBtn,
.magazine_template .YnetMutamHeader.Article.notStickyHeader .goBack {
  display: none;
}
.magazine_template {
  padding: 0 !important;
}
.magazine_template .trinity-player-iframe-wrapper {
  padding: 1.5625vw 3.90625vw;
  box-sizing: border-box;
}
.magazine_template h1,
.magazine_template h2 {
  margin: 0;
  display: flex;
}
.magazine_template .ArticleBodyComponent {
  padding: 0 3.90625vw;
}
.magazine_template .ArticleBodyComponent .chapter_title {
  display: flex;
}
.magazine_template .ArticleBodyComponent .chapter_title h3.chatper_title {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 670;
  position: absolute;
}
.article-magazine-top-story {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.article-magazine-top-story .menu-temp-placeholder {
  display: none;
  height: 13.4375vw;
  width: 100%;
}
.article-magazine-top-story .article-magazine-top-story-header {
  display: none;
}
.article-magazine-top-story .section-container {
  display: flex;
  flex-direction: column;
}
.article-magazine-top-story .section-container .right-section {
  width: 100%;
  height: 100%;
  background: #1E1E1E;
  order: 1;
  display: flex;
  justify-content: center;
}
.article-magazine-top-story .section-container .right-section .top-story-details {
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw 0;
}
.article-magazine-top-story .section-container .right-section .top-story-details .roof-container {
  width: 100%;
  display: flex;
  margin-bottom: 2.5vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details .roof-container .roof-title {
  padding: 0px 0.913rem;
  background-color: #DF3232;
  text-align: center;
  font-size: 1.219rem;
  font-weight: 670;
  line-height: 1.66;
  color: #FFF;
  height: 2.094rem;
}
.article-magazine-top-story .section-container .right-section .top-story-details .main-title {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 670;
  line-height: 1.16;
  width: 100%;
  font-family: "Moses";
  margin-bottom: 6.25vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details h2 {
  width: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details .sub-title {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  width: 100%;
  margin-bottom: 6.25vw;
  font-family: "Moses";
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-detail-section {
  color: #D9D9D9;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 340;
  line-height: 1.3;
  margin-bottom: 6.25vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-detail-section a {
  color: #D9D9D9;
  text-decoration: none;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section {
  width: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .commentsAndShareWrapper .articleShareButtons {
  margin: 0 !important;
  gap: 2.5vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .mutamCommentsBtn-pf {
  flex-shrink: 0;
  font-size: 16px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .iconShare-pf {
  margin-left: 0;
  width: 24px;
  height: 24px;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .whBtn {
  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 %3Cg id='Icon'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M10 19.1199C15.0368 19.1199 19.12 15.0367 19.12 9.99988C19.12 4.96305 15.0368 0.879883 10 0.879883C4.96317 0.879883 0.880005 4.96305 0.880005 9.99988C0.880005 11.6834 1.33617 13.2604 2.13164 14.614L0.880005 19.1199L5.46394 17.9136C6.79995 18.681 8.34872 19.1199 10 19.1199ZM17.6608 9.99988C17.6608 14.2308 14.2309 17.6607 10 17.6607C8.36391 17.6607 6.84761 17.1478 5.6031 16.274L3.0688 16.9311L3.78411 14.4786C2.87493 13.219 2.3392 11.672 2.3392 9.99988C2.3392 5.76894 5.76906 2.33908 10 2.33908C14.2309 2.33908 17.6608 5.76894 17.6608 9.99988Z' fill='white'/%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M5.98718 8.02799C5.98718 9.07483 6.69472 10.0861 6.79363 10.2284C6.89253 10.3707 8.18588 12.5181 10.1665 13.4401C10.6375 13.6597 11.0059 13.7902 11.2918 13.8878C11.7654 14.0496 12.1953 14.0266 12.5357 13.9729C12.9155 13.9108 13.7042 13.4575 13.869 12.9609C14.0332 12.4637 14.0332 12.0382 13.9844 11.9496C13.9343 11.8611 13.8025 11.8081 13.6053 11.7014C13.4081 11.5947 12.4368 11.0799 12.2555 11.0095C12.0754 10.9384 11.9429 10.9028 11.8117 11.1155C11.6798 11.3282 11.302 11.8074 11.1866 11.9496C11.0718 12.0912 10.9564 12.1094 10.7593 12.0033C10.5615 11.8966 9.92493 11.6714 9.17048 10.9474C8.58403 10.3832 8.18778 9.68648 8.07303 9.47376C7.95764 9.26035 8.06035 9.14597 8.15925 9.03996C8.24801 8.94441 8.35706 8.79168 8.45533 8.66684C8.55423 8.54269 8.5872 8.45342 8.6525 8.31184C8.7178 8.17026 8.68547 8.04542 8.63665 7.93942C8.5872 7.83341 8.19222 6.78656 8.02738 6.35973C7.886 5.99498 7.74272 5.99567 7.62796 5.99567C7.61211 5.99567 7.59753 5.99567 7.58295 5.99498C7.4682 5.9887 7.33633 5.9873 7.20509 5.9873C7.07322 5.9873 6.85893 6.04031 6.67824 6.25372C6.49755 6.46644 5.98718 6.98114 5.98718 8.02799Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 1;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .fcBtn {
  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='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 2;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Link'%3E %3Cg id='icon'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0237 16.6559C12.1744 17.5006 11.3369 18.357 10.4785 19.1918C10.0199 19.638 9.4572 19.9161 8.82189 20.0358C8.73488 20.0522 8.64851 20.0731 8.56149 20.0914H7.80318C7.68411 20.0698 7.56437 20.0515 7.4466 20.0253C6.63726 19.8461 5.98625 19.4136 5.48246 18.7626C5.18018 18.372 4.97016 17.9324 4.88314 17.4404C4.85501 17.2853 4.82753 17.1303 4.80005 16.9759V16.4708C4.82818 16.3151 4.85174 16.1594 4.88445 16.005C5.02381 15.354 5.33525 14.7972 5.80633 14.3275C6.81588 13.3193 7.82543 12.3117 8.83236 11.3003C9.33747 10.7926 9.94398 10.4641 10.646 10.3588C11.615 10.2136 12.5166 10.4079 13.2985 11.0314C13.5307 11.2165 13.7538 11.4063 13.8435 11.7105C14.0201 12.3085 13.6027 12.9163 12.955 12.9365C12.6239 12.947 12.3727 12.8044 12.1397 12.5963C11.634 12.1443 10.8325 12.1148 10.3464 12.5774C9.3126 13.5646 8.30763 14.5826 7.29481 15.5935C7.1633 15.7256 7.03833 15.8735 6.94085 16.0338C6.64969 16.5127 6.68306 17.091 7.01151 17.5457C7.31444 17.9644 7.73056 18.1725 8.24482 18.1522C8.56803 18.1391 8.86769 18.0273 9.10258 17.795C9.71106 17.1931 10.3163 16.5879 10.9169 15.9775C11.0438 15.8486 11.1721 15.8251 11.3284 15.8892C11.808 16.0848 12.3072 16.1738 12.8241 16.1607C12.9661 16.1568 13.0734 16.2032 13.1244 16.3347C13.1715 16.4603 13.1205 16.5617 13.0243 16.6566L13.0237 16.6559Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2007 9.45268C19.1628 9.61951 19.132 9.78831 19.0869 9.95318C18.9586 10.4288 18.7519 10.8704 18.4136 11.2303C17.9177 11.7569 17.4041 12.2679 16.8944 12.7815C16.3317 13.3494 15.7677 13.9166 15.1978 14.4773C14.7654 14.9026 14.2648 15.2231 13.6668 15.3599C13.4221 15.4155 13.1663 15.4299 12.9157 15.46C12.3 15.5333 11.7328 15.3651 11.1956 15.0897C10.86 14.9176 10.5479 14.6997 10.3163 14.3923C9.92631 13.8754 10.1357 13.019 10.8946 12.8757C11.2401 12.8103 11.5293 12.9025 11.7805 13.1361C12.0488 13.3873 12.3707 13.5332 12.7332 13.5457C13.1061 13.5581 13.4548 13.4397 13.7237 13.1714C14.7902 12.1142 15.8528 11.0523 16.9088 9.98524C17.1044 9.78635 17.1999 9.52792 17.2379 9.24463C17.2882 8.87367 17.1934 8.54458 16.982 8.24952C16.4835 7.55471 15.5302 7.44545 14.9414 7.98127C14.3034 8.5629 13.7002 9.18313 13.0924 9.79812C12.9223 9.97019 12.8117 9.95514 12.6344 9.8871C12.2928 9.7569 11.9441 9.67381 11.5803 9.64961C11.4325 9.63914 11.2846 9.6254 11.1367 9.62344C11.0216 9.62213 10.9398 9.57699 10.8927 9.47558C10.839 9.36239 10.8678 9.26426 10.9555 9.17724C11.4684 8.66562 11.9801 8.15269 12.493 7.63976C12.8378 7.29562 13.1761 6.94625 13.5262 6.60932C14.0044 6.14742 14.5795 5.86805 15.2325 5.74833C15.3385 5.7287 15.4445 5.71038 15.5498 5.69141H16.1393C16.2636 5.71169 16.3893 5.72412 16.5116 5.75291C17.2451 5.92563 17.8791 6.26649 18.3776 6.8455C18.7178 7.2387 18.9567 7.67967 19.0875 8.18017C19.1294 8.34111 19.1621 8.50467 19.1994 8.66693V9.45333L19.2007 9.45268Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  order: 4;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7277_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7277_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
  background-size: 90%;
  order: 0;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10.0047V18.4973L10.1468 13.6422L5.6 10.0047ZM5.6 20.9V20.6905L11.321 14.5816L14.5002 17.1249C14.7924 17.3587 15.2076 17.3587 15.4997 17.1249L18.6618 14.5953L24.4 20.7226V20.9H5.6ZM24.4 18.5294V10.0047L19.836 13.6559L24.4 18.5294ZM7.03032 9.1L15 15.4757L22.9696 9.1H7.03032ZM4 8.5C4 7.94772 4.44772 7.5 5 7.5H25C25.5523 7.5 26 7.94772 26 8.5V21.5C26 22.0523 25.5523 22.5 25 22.5H5C4.44772 22.5 4 22.0523 4 21.5V8.5Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 3;
  background-size: auto;
}
.article-magazine-top-story .section-container .right-section .top-story-details .detail-row .article-social-section .shareBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Link'%3E %3Cg id='icon'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0237 16.6559C12.1744 17.5006 11.3369 18.357 10.4785 19.1918C10.0199 19.638 9.4572 19.9161 8.82189 20.0358C8.73488 20.0522 8.64851 20.0731 8.56149 20.0914H7.80318C7.68411 20.0698 7.56437 20.0515 7.4466 20.0253C6.63726 19.8461 5.98625 19.4136 5.48246 18.7626C5.18018 18.372 4.97016 17.9324 4.88314 17.4404C4.85501 17.2853 4.82753 17.1303 4.80005 16.9759V16.4708C4.82818 16.3151 4.85174 16.1594 4.88445 16.005C5.02381 15.354 5.33525 14.7972 5.80633 14.3275C6.81588 13.3193 7.82543 12.3117 8.83236 11.3003C9.33747 10.7926 9.94398 10.4641 10.646 10.3588C11.615 10.2136 12.5166 10.4079 13.2985 11.0314C13.5307 11.2165 13.7538 11.4063 13.8435 11.7105C14.0201 12.3085 13.6027 12.9163 12.955 12.9365C12.6239 12.947 12.3727 12.8044 12.1397 12.5963C11.634 12.1443 10.8325 12.1148 10.3464 12.5774C9.3126 13.5646 8.30763 14.5826 7.29481 15.5935C7.1633 15.7256 7.03833 15.8735 6.94085 16.0338C6.64969 16.5127 6.68306 17.091 7.01151 17.5457C7.31444 17.9644 7.73056 18.1725 8.24482 18.1522C8.56803 18.1391 8.86769 18.0273 9.10258 17.795C9.71106 17.1931 10.3163 16.5879 10.9169 15.9775C11.0438 15.8486 11.1721 15.8251 11.3284 15.8892C11.808 16.0848 12.3072 16.1738 12.8241 16.1607C12.9661 16.1568 13.0734 16.2032 13.1244 16.3347C13.1715 16.4603 13.1205 16.5617 13.0243 16.6566L13.0237 16.6559Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2007 9.45268C19.1628 9.61951 19.132 9.78831 19.0869 9.95318C18.9586 10.4288 18.7519 10.8704 18.4136 11.2303C17.9177 11.7569 17.4041 12.2679 16.8944 12.7815C16.3317 13.3494 15.7677 13.9166 15.1978 14.4773C14.7654 14.9026 14.2648 15.2231 13.6668 15.3599C13.4221 15.4155 13.1663 15.4299 12.9157 15.46C12.3 15.5333 11.7328 15.3651 11.1956 15.0897C10.86 14.9176 10.5479 14.6997 10.3163 14.3923C9.92631 13.8754 10.1357 13.019 10.8946 12.8757C11.2401 12.8103 11.5293 12.9025 11.7805 13.1361C12.0488 13.3873 12.3707 13.5332 12.7332 13.5457C13.1061 13.5581 13.4548 13.4397 13.7237 13.1714C14.7902 12.1142 15.8528 11.0523 16.9088 9.98524C17.1044 9.78635 17.1999 9.52792 17.2379 9.24463C17.2882 8.87367 17.1934 8.54458 16.982 8.24952C16.4835 7.55471 15.5302 7.44545 14.9414 7.98127C14.3034 8.5629 13.7002 9.18313 13.0924 9.79812C12.9223 9.97019 12.8117 9.95514 12.6344 9.8871C12.2928 9.7569 11.9441 9.67381 11.5803 9.64961C11.4325 9.63914 11.2846 9.6254 11.1367 9.62344C11.0216 9.62213 10.9398 9.57699 10.8927 9.47558C10.839 9.36239 10.8678 9.26426 10.9555 9.17724C11.4684 8.66562 11.9801 8.15269 12.493 7.63976C12.8378 7.29562 13.1761 6.94625 13.5262 6.60932C14.0044 6.14742 14.5795 5.86805 15.2325 5.74833C15.3385 5.7287 15.4445 5.71038 15.5498 5.69141H16.1393C16.2636 5.71169 16.3893 5.72412 16.5116 5.75291C17.2451 5.92563 17.8791 6.26649 18.3776 6.8455C18.7178 7.2387 18.9567 7.67967 19.0875 8.18017C19.1294 8.34111 19.1621 8.50467 19.1994 8.66693V9.45333L19.2007 9.45268Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  filter: unset;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .roof-container {
  width: unset;
  max-width: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .roof-container .roof-title {
  padding: 0 2.5vw;
  background-color: unset;
  border-bottom: 1px solid #FFF;
  font-weight: 340;
  line-height: 1.6;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .main-title {
  text-align: center;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .sub-title {
  text-align: center;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .author-row {
  color: white;
  padding: 2.1875vw 4.375vw;
  border: 1px solid #FFF;
  font-size: .8125rem;
  font-weight: 340;
  margin-bottom: 6.25vw;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .author-row a {
  text-decoration: none;
  color: inherit;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100%;
}
.article-magazine-top-story .section-container .right-section .top-story-details.template-center .detail-row .mutamCommentsBtn-pf {
  height: 33px;
  margin-right: 20px;
  font-size: 16px;
}
.article-magazine-top-story .section-container .left-section {
  width: 100%;
  height: 100%;
  order: 0;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container {
  position: relative;
  height: 100%;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container:after {
  content: "";
  background-color: rgba(37, 38, 43, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.77777778;
  display: flex;
}
.article-magazine-top-story .section-container .left-section .topstory-image-container .image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2.5vw;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 0.3125vw #000000;
  font-size: .8125rem;
  font-weight: 340;
  z-index: 1;
}
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;
}
.ArticleBodyComponent #articleComments iframe {
  width: 100% !important;
}
.ArticleBodyComponent figure {
  margin: 0 0 4.6875vw 0;
}
.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;
  }
}
.mContainer.articleContainer:has(.article-body:not(.collapsed)) {
  overflow: unset;
}
.article-collapsible-box-component {
  min-height: 31.25vw;
  position: relative;
  padding: 3.90625vw 3.125vw;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 3.125vw;
}
.article-collapsible-box-component:has(.article-body:not(.collapsed)) {
  max-height: 15781.25vw;
  overflow: unset;
}
.article-collapsible-box-component .article-title {
  font-size: 1.313rem;
  font-weight: 670;
  margin-bottom: 2.1875vw;
  line-height: 1.33;
}
.article-collapsible-box-component .article-body {
  padding-bottom: 4.6875vw;
  max-height: 15625vw;
  transition: all .3s ease;
}
.article-collapsible-box-component .article-body:not(.collapsed) {
  max-height: 937500vw;
  height: auto;
}
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ul[style],
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ol[style] {
  display: block !important;
}
.article-collapsible-box-component .article-body:not(.collapsed) .public-DraftStyleDefault-ol[style] {
  margin-inline-start: 7.8125vw;
}
.article-collapsible-box-component .article-body.collapsed {
  max-height: fit-content;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 66.67%, transparent 100%);
}
.article-collapsible-box-component .article-body figure {
  margin: 0;
  height: 0;
}
.article-collapsible-box-component .article-body .text_editor_paragraph_collapsible {
  font-size: 1.125rem;
  font-weight: 340;
  margin-bottom: 4.6875vw;
}
.article-collapsible-box-component .article-body .text_editor_block_quote {
  margin-bottom: 4.6875vw;
}
.article-collapsible-box-component .show-fade {
  width: 100%;
  height: 18.53047vw;
  position: absolute;
  margin-inline-start: -3.125vw;
  bottom: 0;
  background: linear-gradient(181deg, rgba(241, 241, 241, 0) -11.94%, #F1F1F1 74.43%);
  transition: 0.4s linear;
}
.article-collapsible-box-component .toggle-btn {
  display: none;
  width: 10.15625vw;
  height: 10.15625vw;
  position: sticky;
  position: -webkit-sticky;
  top: 31.25vw;
  bottom: 3.90625vw;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Up / White' filter='url(%23filter0_d_1_5530)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7211 26.7968C16.2372 27.3255 17.074 27.3255 17.5901 26.7968L26.0007 18.1813L34.4112 26.7968C34.9273 27.3255 35.7641 27.3255 36.2802 26.7968C36.7963 26.2682 36.7963 25.411 36.2802 24.8823L27.4024 15.7881C26.6282 14.9951 25.3731 14.9951 24.5989 15.7881L15.7211 24.8823C15.205 25.411 15.205 26.2682 15.7211 26.7968Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5530' x='0' y='0.193359' width='52' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5530'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5530'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5530' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  cursor: pointer;
  float: left;
  z-index: 10;
}
.article-collapsible-box-component .toggle-btn.collapsed {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='53' viewBox='0 0 52 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Chevrons / Circled / Down / White' filter='url(%23filter0_d_1_5066)'%3E %3Cpath d='M6 23.1934C6 12.1477 14.9543 3.19336 26 3.19336C37.0457 3.19336 46 12.1477 46 23.1934C46 34.2391 37.0457 43.1934 26 43.1934C14.9543 43.1934 6 34.2391 6 23.1934Z' fill='white'/%3E %3Cpath id='Vector 74 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15.7201 19.5899C16.2362 19.0612 17.073 19.0612 17.5891 19.5899L25.9997 28.2054L34.4102 19.5899C34.9264 19.0612 35.7631 19.0612 36.2793 19.5899C36.7954 20.1186 36.7954 20.9757 36.2793 21.5044L27.4014 30.5986C26.6273 31.3916 25.3721 31.3916 24.5979 30.5986L15.7201 21.5044C15.204 20.9757 15.204 20.1186 15.7201 19.5899Z' fill='%23DE1A1A'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_d_1_5066' x='0' y='0.193359' width='52' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E %3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E %3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_1_5066'/%3E %3CfeOffset dy='3'/%3E %3CfeGaussianBlur stdDeviation='2.5'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_5066'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_5066' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E");
  top: unset;
  position: absolute;
  left: 3.125vw;
  float: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn.collapsed {
  right: 3.125vw;
  left: unset;
}
.englishSite .article-collapsible-box-component .toggle-btn {
  float: right;
}
.drag-article-message {
  width: 115.625vw !important;
  min-height: 31.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.75vw;
  background-color: #F1F1F1;
}
.drag-article-message:hover {
  border: 1px dashed #b7c0ff;
}
@media (prefers-color-scheme: dark) {
  .article-collapsible-box-component {
    background-color: #434242;
  }
  .text_editor_paragraph_collapsible {
    margin: 0 0 4.6875vw 0;
  }
  .text_editor_paragraph_collapsible a span span {
    color: #007bff !important;
    text-decoration: none !important;
  }
  .text_editor_paragraph_collapsible a:visited span span {
    color: #9966ff !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;
}
.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 {
  position: fixed;
  width: 100%;
  height: calc(100vh - (14.84375vw + 15.625vw));
  z-index: 9999;
  top: 15.625vw;
  right: 0;
}
.ArticleCommentsPopup.hide {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.ArticleCommentsPopup.fadeIn {
  visibility: visible;
  animation: fadeinPopup 0.3s both ease-in-out;
  -webkit-animation: fadeinPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup.fadeOut {
  pointer-events: none;
  animation: fadeOutPopup 0.3s both ease-in-out;
  -webkit-animation: fadeOutPopup 0.3s both ease-in-out;
}
.ArticleCommentsPopup .redTitleText {
  color: #de1a1a;
  -webkit-text-fill-color: #de1a1a;
}
.ArticleCommentsPopup.level1 {
  padding: 2.8125vw 0px;
  position: relative;
}
.ArticleCommentsPopup.level1:after {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-top: 1px solid #dadadd;
  content: "";
}
.ArticleCommentsPopup.level2 {
  border: 0;
  padding: 0px;
  margin: 0;
  bottom: 1.5625vw;
  padding-bottom: 1.5625vw;
}
.ArticleCommentsPopup.expanded {
  background-color: transparent !important;
}
.ArticleCommentsPopup .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 .commentsTopBar .commentsTopBarHeadline {
  display: flex;
}
.ArticleCommentsPopup .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 .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 .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-size: 6.25vw;
  font-weight: bold;
  line-height: 5.9375vw;
}
.font-moses .ArticleCommentsPopup .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-size: 5.78125vw;
  font-weight: 800;
  line-height: 0.81;
  letter-spacing: 0.37px;
  font-family: "MosesDisplay", "NarkisBlock";
}
.magazine2025 .ArticleCommentsPopup .commentsTopBar .commentsTopBarHeadline .headlineTitle {
  font-weight: 400;
}
.ArticleCommentsPopup .commentsTopBar .popupCloseIcon {
  width: 4.6875vw;
  height: 4.6875vw;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.magazine2025 .ArticleCommentsPopup .commentsTopBar .popupCloseIcon {
  border: 0;
}
.ArticleCommentsPopup .commentsWrapper {
  background-color: #fff;
  height: 100%;
  padding: 3.90625vw 4.6875vw;
  overflow: auto;
  box-sizing: border-box;
}
.ArticleCommentsPopup .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 .commentsWrapper .addCommentBtn {
  font-size: 3.90625vw;
  font-weight: 310;
}
.ArticleCommentsPopup .commentsWrapper .addCommentBtn.fadeIn {
  animation: fadeInBtn 400ms forwards ease-in-out;
  -webkit-animation: fadeInBtn 400ms forwards ease-in-out;
}
.ArticleCommentsPopup .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 .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 .showMoreCommentsButton {
  font-size: 4.375vw;
  font-weight: 670;
  line-height: normal;
  background: #de1a1a;
}
@media (prefers-color-scheme: dark) {
  .font-moses .ArticleCommentsPopup .showMoreCommentsButton {
    background: #de1a1a;
  }
  .ArticleCommentsPopup .commentsWrapper {
    background-color: #121212;
  }
  .ArticleCommentsPopup .commentsWrapper .addCommentBtn {
    background-color: #5e5e5e;
    color: #c4c4c4;
  }
  .ArticleCommentsPopup .showMoreCommentsButton {
    background: #3ea6ff;
  }
}
@keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeinPopup {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
  2% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutPopup {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
@-webkit-keyframes fadeOutPopup {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
  }
}
@keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInBtn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  2% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeOutBtn {
  0% {
    transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOutBtn {
  0% {
    -webkit-transform: translateY(0);
  }
  99% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-15.625vw);
  }
  100% {
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
  }
}
.article-commercial-promotion-container {
  width: 90vw;
  margin: auto;
  font-family: 'NarkisBlock';
}
.article-commercial-promotion-container .seperator {
  height: 1px;
  display: block;
  background: #78787b;
  margin: 3.125vw 0;
}
.article-commercial-promotion-container .product-container .title {
  display: block;
  font-size: 1.563rem;
  font-weight: bold;
  color: #000;
  text-align: right;
}
.font-moses .article-commercial-promotion-container .product-container .title {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 670;
}
.article-commercial-promotion-container .product-container .inner-container {
  padding: 3.125vw 0;
  display: flex;
  flex-direction: column;
}
.article-commercial-promotion-container .product-container .inner-container .image-container {
  display: block;
  margin: auto;
}
.article-commercial-promotion-container .product-container .inner-container .image-container.max-pf {
  max-width: 370px;
}
.article-commercial-promotion-container .product-container .inner-container .image-container img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: 1rem;
  text-align: right;
  font-weight: 300;
  color: #78787b;
  margin-top: 2.8125vw;
  display: block;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .image-container .image-title {
  font-size: .875rem;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .inner-container .description {
  margin-top: 4.6875vw;
  display: flex;
  align-items: center;
  text-align: right;
}
.article-commercial-promotion-container .product-container .inner-container .description span {
  line-height: 1.4;
  font-size: 1.375rem;
}
.font-moses .article-commercial-promotion-container .product-container .inner-container .description span {
  font-size: 1rem;
  line-height: 1.59;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container {
  display: flex;
  gap: 3.125vw;
  justify-content: center;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  width: 140px;
  height: 40px;
  font-size: 22px;
  justify-content: center;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-color);
  padding: 5px 8px;
  text-align: center;
  word-break: break-all;
  align-items: center;
}
.font-moses .article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf {
  font-size: 19px;
  font-weight: 340;
}
.article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf:active {
  background-color: var(--btn-color);
  color: var(--btn-bg-color);
}
.article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  justify-content: center;
  color: #78787b;
  text-align: right;
  margin-top: 3.125vw;
}
.font-moses .article-commercial-promotion-container .product-container .legal-text-container {
  font-size: 0.75rem;
  font-weight: 340;
}
@media (prefers-color-scheme: dark) {
  .article-commercial-promotion-container .seperator {
    background: #fff;
  }
  .article-commercial-promotion-container .product-container .product-buttons-container .promotion-button-pf:active {
    color: var(--btn-bg-color) !important;
    background-color: var(--btn-color) !important;
  }
}
.ArticleHeaderMobileComponent {
  margin-top: 0px !important;
  display: flex;
  flex-direction: column;
  direction: rtl;
}
.ArticleHeaderMobileComponent .headerImageForAppWrapper {
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
  height: 56.25vw;
  position: relative;
}
.ArticleHeaderMobileComponent .headerImageForAppWrapper .imageBg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}
.ArticleHeaderMobileComponent .headerImageForAppWrapper .headerImageForMobileLabel {
  position: absolute;
  font-size: 0.9rem;
  bottom: 0;
  background-color: rgba(39, 39, 39, 0.64);
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  padding: 0.78125vw 1.5625vw;
}
.font-moses .ArticleHeaderMobileComponent .headerImageForAppWrapper .headerImageForMobileLabel {
  font-size: 0.8rem;
}
.ArticleHeaderMobileComponent h1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  font-family: "NarkisBlock";
  margin-bottom: 2.1875vw !important;
  margin-top: 3.4375vw !important;
  letter-spacing: -0.3;
  font-weight: 700;
}
.font-moses .ArticleHeaderMobileComponent h1 {
  font-family: 'MosesDisplay', 'NarkisBlock';
  font-size: 1.594rem;
  line-height: 1.33;
  font-weight: 800;
  letter-spacing: normal;
  margin-bottom: 1.5625vw ! important;
}
.ArticleHeaderMobileComponent h2 {
  font-family: "NarkisBlock";
  margin: 0 0 0.844rem;
  padding: 0;
  color: grey;
  -webkit-text-fill-color: grey;
  letter-spacing: -0.3;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  -webkit-text-fill-color: #000000;
}
.ArticleHeaderMobileComponent h2 br {
  display: none;
}
.font-moses .ArticleHeaderMobileComponent h2 {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 1.188rem;
  line-height: 1.47;
  font-weight: 500;
  letter-spacing: normal;
}
.ArticleHeaderMobileComponent .creditDetails {
  display: flex;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  font-size: 1.125rem;
  align-items: center;
  flex-wrap: wrap;
  line-height: 150%;
}
.font-moses .ArticleHeaderMobileComponent .creditDetails {
  font-size: 0.875rem;
  line-height: 1.64;
  letter-spacing: normal;
  font-weight: 340;
  margin-inline-end: 3.125vw;
}
.ArticleHeaderMobileComponent .creditDetails.withAvatar {
  flex-direction: column;
  height: 12.5vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  width: 96%;
  align-content: flex-start;
}
.ArticleHeaderMobileComponent .creditDetails .authorAvatar {
  width: 7.8125vw;
  height: 7.8125vw;
  margin-left: 2.1875vw;
  border-radius: 50%;
  display: block !important;
}
.ArticleHeaderMobileComponent .creditDetails .printView {
  background: #000;
  color: #fff !important;
  line-height: 100% !important;
  padding: 0.625vw 1.25vw !important;
  border-left: 0.78125vw solid #ed1c24 !important;
}
.ArticleHeaderMobileComponent .creditDetails .printView > span,
.ArticleHeaderMobileComponent .creditDetails .printView a {
  color: #fff !important;
  text-decoration: none !important;
}
.ArticleHeaderMobileComponent .creditDetails .author {
  font-weight: bold;
}
.font-moses .ArticleHeaderMobileComponent .creditDetails .author {
  font-weight: 340;
}
.ArticleHeaderMobileComponent .marketingCredit {
  color: #78787b;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.ArticleHeaderMobileComponent a.marketingCredit {
  color: #78787b;
}
.ArticleHeaderMobileComponent a.marketingCredit:hover {
  color: #78787b;
}
.commentsAndShareWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commentsAndShareWrapper .articleShareButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.125vw;
  margin-bottom: 2.34375vw;
  direction: rtl;
}
.commentsAndShareWrapper .articleShareButtons .iconShare-pf {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.commentsAndShareWrapper .articleShareButtons .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
}
.commentsAndShareWrapper .articleShareButtons .shareBtn.icon {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='37' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%231E1E1E'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E") !important;
  width: 10.15625vw;
  height: 10.15625vw;
}
.commentsAndShareWrapper .articleShareButtons .shareBtn.icon.iconShare-pf {
  width: 38px;
  height: 38px;
  margin-right: -3px;
}
.commentsAndShareWrapper .articleShareButtons .whBtn.icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.65' height='64.65' viewBox='0 0 64.65 64.65'%3E %3Cg id='Group_1' data-name='Group 1' transform='translate(-1604 -671.25)'%3E %3Cellipse id='Ellipse_2' data-name='Ellipse 2' cx='23.5' cy='21.5' rx='23.5' ry='21.5' transform='translate(1614 683)' fill='%23fff'/%3E %3Cpath id='Icon_ionic-logo-whatsapp' data-name='Icon ionic-logo-whatsapp' d='M35.161,2.25A31.616,31.616,0,0,0,3.424,33.743,31.167,31.167,0,0,0,7.978,50L2.25,66.9l17.572-5.582A31.791,31.791,0,0,0,66.9,33.743,31.616,31.616,0,0,0,35.161,2.25ZM50.943,45.7c-.747,1.851-4.123,3.54-5.613,3.618s-1.531,1.154-9.646-2.372-13-12.1-13.38-12.651-3.143-4.48-2.994-8.436a8.993,8.993,0,0,1,3.089-6.6,3.108,3.108,0,0,1,2.2-.925c.639-.01,1.053-.019,1.526,0s1.182-.1,1.8,1.535,2.084,5.65,2.272,6.059a1.47,1.47,0,0,1,.015,1.41,5.512,5.512,0,0,1-.86,1.311c-.424.454-.891,1.016-1.269,1.364-.421.385-.862.8-.418,1.626a24.286,24.286,0,0,0,4.3,5.734,22.144,22.144,0,0,0,6.364,4.231c.8.434,1.271.385,1.764-.134S42.2,39.2,42.767,38.418s1.106-.631,1.839-.336,4.641,2.389,5.437,2.821,1.327.654,1.517,1A6.665,6.665,0,0,1,50.943,45.7Z' transform='translate(1601.75 669)' fill='%233ecc70'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.commentsAndShareWrapper .articleShareButtons .fcBtn.icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E %3Cg id='Group_2' data-name='Group 2' transform='translate(-1682 -672)'%3E %3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='32' cy='32' r='32' transform='translate(1682 672)' fill='%233a5794'/%3E %3Cpath id='Icon_awesome-facebook-f' data-name='Icon awesome-facebook-f' d='M19.364,19.955l.985-6.42h-6.16V9.368c0-1.756.861-3.469,3.62-3.469h2.8V.434A34.153,34.153,0,0,0,15.638,0C10.565,0,7.249,3.075,7.249,8.642v4.893H1.609v6.42H7.249v15.52h6.941V19.955Z' transform='translate(1703.391 686)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.commentsAndShareWrapper .mutamCommentsBtn-pf {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: auto;
  padding: 3px 12px;
  background: linear-gradient(134deg, #474cdd, #1417ac 48%);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: normal;
  box-sizing: border-box;
}
.font-moses .commentsAndShareWrapper .mutamCommentsBtn-pf {
  font-size: 13px;
  font-weight: 500;
  background-image: none;
  background-color: #de1a1a;
}
.commentsAndShareWrapper .mutamCommentsBtn-pf .commentsIcon-pf {
  width: 17px;
  height: 16px;
  margin-left: 4px;
  margin-top: 1px;
  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;
}
.font-moses .commentsAndShareWrapper .mutamCommentsBtn-pf .commentsIcon-pf {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .ArticleHeaderMobileComponent h1 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .ArticleHeaderMobileComponent h2 {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .ArticleHeaderMobileComponent .creditDetails {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .ArticleHeaderMobileComponent .marketingCredit {
    color: #fff;
  }
  .ArticleHeaderMobileComponent a.marketingCredit {
    color: #fff;
  }
  .ArticleHeaderMobileComponent a.marketingCredit:hover {
    color: #fff;
  }
  .commentsAndShareWrapper .articleShareButtons .shareBtn.icon {
    filter: invert(1);
  }
}
.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;
  }
}
@media (prefers-color-scheme: dark) {
  .ArticleImageSliderGalleryComponenta .caption-credit {
    color: #fff ! important;
  }
}
.ArticleImageSliderGalleryComponenta {
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
}
.ArticleImageSliderGalleryComponenta .caption-credit {
  margin-top: 0.46875vw;
  margin-bottom: 1.25vw;
  color: #78787B;
  font-size: 0.8125rem;
  font-weight: 340;
  line-height: 1.38;
  text-align: right;
  padding-inline-start: 0.3rem;
}
.ArticleImageSliderGalleryComponenta .main-gallery {
  position: relative;
}
.ArticleImageSliderGalleryComponenta .main-gallery img {
  width: 100%;
}
.ArticleImageSliderGalleryComponenta .fullscreen-gallery-icon-pf {
  width: 31px;
  top: 13px;
  right: 13px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: block;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon/enlarge'%3E %3Ccircle id='Oval' cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='%232E2E2E'/%3E %3Cg id='resize video white '%3E %3Cg id='Group 12'%3E %3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M33.1999 31.508L26.5888 24.897L24.8975 26.5883L31.5087 33.1995L25.4091 33.1995V35.5914H35.5918L35.5918 25.4088L33.1999 25.4088V31.508Z' fill='white'/%3E %3C/g%3E %3Cg id='Group 12 Copy'%3E %3Cpath id='Union_2' fill-rule='evenodd' clip-rule='evenodd' d='M16.8001 18.491L23.4112 25.1021L25.1025 23.4107L18.4913 16.7995L24.5909 16.7995V14.4076L14.4082 14.4076L14.4082 24.5902L16.8001 24.5902V18.491Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation {
  width: 100%;
  display: flex;
  margin-top: 2.03125vw;
  height: 1.5625vw;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 1.5625vw;
  background-color: #C5C5C5;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  direction: rtl;
  margin: 0;
  border-radius: 3.125vw;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider:hover {
  opacity: 1;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--slider-width);
  height: 1.5625vw;
  background: #DE1A1A;
  cursor: pointer;
  border-radius: 3.125vw;
  user-select: none;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-moz-range-thumb {
  height: 1.5625vw;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 3.125vw;
}
.ArticleImageSliderGalleryComponenta .splide__container {
  box-sizing: border-box;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .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;
}
.ArticleImageSliderGalleryComponenta .splide__pagination li {
  display: inline-block !important;
  line-height: 1 !important;
  list-style-type: none !important;
  margin: 0 !important;
  pointer-events: auto !important;
}
.ArticleImageSliderGalleryComponenta .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar {
  width: 0;
}
.ArticleImageSliderGalleryComponenta .splide {
  position: relative;
  visibility: hidden;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized,
.ArticleImageSliderGalleryComponenta .splide.is-rendered {
  visibility: visible;
}
.ArticleImageSliderGalleryComponenta .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__slide img {
  vertical-align: bottom;
}
.ArticleImageSliderGalleryComponenta .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 0.3125vw solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 3.125vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125vw;
}
.ArticleImageSliderGalleryComponenta .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponenta .splide__toggle__pause {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.ArticleImageSliderGalleryComponenta .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ArticleImageSliderGalleryComponenta .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide--rtl {
  direction: rtl;
}
.ArticleImageSliderGalleryComponenta .splide__track--ttb > .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #2E2E2E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 7.8125vw;
  width: 7.8125vw;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__arrow svg {
  fill: #fff;
  height: .7em;
  width: .7em;
  stroke: #2E2E2E;
  stroke-width: 0.3125vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:disabled {
  opacity: .3;
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev {
  left: 2.5vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrow--next {
  right: 2.5vw;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__arrow:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .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;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__pagination__page:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar {
  background: #ccc;
  height: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ArticleImageSliderGalleryComponenta .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible {
    outline: 0.46875vw solid #0bf;
    outline-offset: -0.46875vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible {
    border: 0.46875vw solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus {
    outline: 0.46875vw solid #0bf;
    outline-offset: -0.46875vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus {
    border: 0.46875vw solid #0bf;
  }
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.ArticleImageSliderGalleryComponenta .splide__toggle {
  cursor: pointer;
}
.ArticleImageSliderGalleryComponenta .splide__toggle:focus-visible {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__toggle:focus {
  outline: 0.46875vw solid #0bf;
  outline-offset: 0.46875vw;
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  filter: brightness(0.4);
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide.is-active {
  filter: brightness(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 2.5vw;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next {
  left: 2.5vw;
  right: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.ArticleImageSliderGalleryComponenta .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
.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;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.article-recipe-componenta {
  display: flex;
  flex-direction: column;
}
.article-recipe-componenta .ImageDetails {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
  font-weight: 340;
  font-size: 0.875rem !important;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  box-sizing: border-box;
  font-family: 'Moses', 'NarkisBlock';
  margin-top: 1.25vw;
}
.article-recipe-componenta .ImageDetails .ImageCaption * {
  color: #000;
  -webkit-text-fill-color: #000;
}
.recipe-card {
  position: relative;
  margin: 0 -3.90625vw;
}
.recipe-card .recipe-card-top-details-bar {
  display: flex;
  padding: 0 3.59375vw;
  margin-bottom: 3.125vw;
  justify-content: space-between;
}
.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;
}
.font-moses .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf {
  font-weight: 500;
}
.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 .meal-detail-title {
  font-size: 4.6875vw;
}
.font-moses .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .meal-detail-title {
  font-size: 4.21875vw;
  font-weight: 340;
}
.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 .recipeRatingWrapper {
  margin-right: 1.64063vw;
}
.recipe-card .recipeRatingWrapper .recipeVoters {
  width: auto;
  font-size: 4.84375vw;
  font-weight: normal;
  flex-shrink: 0;
}
.font-moses .recipe-card .recipeRatingWrapper .recipeVoters {
  font-size: 4.21875vw;
  font-weight: 340;
}
.recipe-card .recipeRatingWrapper .recipeRatingStars {
  margin: 0 0.625vw 0.9375vw 0;
}
.recipe-card .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0 0.60938vw;
  padding: 0;
}
.recipe-card .recipe-card-image {
  position: relative;
  height: 55.78125vw;
}
.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: 55.78125vw !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 {
  height: 34.53125vw;
  display: flex;
  flex-wrap: wrap;
  background-color: #78787b;
  padding: 3.125vw 0;
  box-sizing: border-box;
}
.recipe-card .recipe-card-details-bar .details-bar-container {
  width: 50%;
  height: 14.21875vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 4.375vw;
  line-height: 0.94;
  margin-bottom: 1.09375vw;
}
.font-moses .recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-title-rpf {
  font-size: 3.90625vw;
  font-weight: 340;
  line-height: 1;
}
.recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 0.67;
}
.font-moses .recipe-card .recipe-card-details-bar .details-bar-container .details-bar-container-value-rpf {
  font-size: 5.9375vw;
  font-weight: 670;
  line-height: 1;
}
.recipe-card .recipe-card-details-bar .meal-details {
  display: none;
}
@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;
  }
  .recipe-card .recipe-card-top-details-bar .meal-details-line-rpf div {
    filter: invert(0) !important;
  }
}
.article-recipe-componenta .ingredients-section {
  display: flex;
  flex-direction: column;
  margin-top: 7.03125vw;
}
.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.4375vw;
  font-weight: bold;
  line-height: 1;
  margin-left: 4.6875vw;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-title {
  font-size: 6.5625vw;
  font-weight: 670;
  line-height: 0.74;
  margin-bottom: 1.875vw;
}
.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: 7.03125vw;
  height: 7.03125vw;
  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.4375vw;
  line-height: 1;
  font-weight: bold;
  margin: 0 2.8125vw;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount {
  font-size: 6.5625vw;
  font-weight: 670;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount .servings-title {
  font-size: 3.75vw;
  font-weight: normal;
  color: #78787b;
  position: absolute;
  bottom: -4.0625vw;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-right-section .ingredients-section-servings-container .servings-amount .servings-title {
  font-size: 3.4375vw;
  font-weight: 340;
  bottom: -4.375vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section {
  width: auto;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: -13.75vw;
  border: none;
  background: transparent;
  cursor: pointer;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section {
  align-items: center;
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measuring-cup-icon {
  width: 5.15625vw;
  height: 5.15625vw;
  margin-left: 2.03125vw;
  margin-top: 0.3125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.617' height='16' viewBox='0 0 20.617 16'%3E %3Cg data-name='Group 152'%3E %3Cpath data-name='Path 227' d='m490.191 353.55 3.409 3.694v10.306h10.842v-14z' transform='translate(-487.907 -352.55)' style='stroke-width:2;fill:none;stroke:%23000;stroke-miterlimit:10'/%3E %3Cpath data-name='Line 1' transform='translate(13.294 12.095)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M3.241 0H0'/%3E %3Cpath data-name='Line 2' transform='translate(11.114 10.195)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M5.421 0H0'/%3E %3Cpath data-name='Line 3' transform='translate(13.294 8.295)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M3.241 0H0'/%3E %3Cpath data-name='Line 4' transform='translate(11.114 6.395)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M5.421 0H0'/%3E %3Cpath data-name='Line 5' transform='translate(13.294 4.495)' style='fill:none;stroke:%23000;stroke-miterlimit:10' d='M3.241 0H0'/%3E %3Cpath data-name='Path 228' d='M511.652 357.426h3.241v8.551' transform='translate(-495.276 -353.881)' style='stroke-width:2;fill:none;stroke:%23000;stroke-miterlimit:10'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(18%) sepia(81%) saturate(3671%) hue-rotate(237deg) brightness(65%) contrast(116%);
}
.article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #1417ac;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-top-bar .top-bar-left-section .measurement-conversion-table {
  font-size: 3.4375vw;
  font-weight: 670;
}
.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: 3.75vw;
  line-height: 1.29;
  margin-bottom: 3.4375vw;
  color: #78787b;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .add-to-shoping-list-title {
  font-size: 3.4375vw;
  font-weight: 340;
  margin-bottom: 4.6875vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper {
  display: flex;
  margin-bottom: 2.65625vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper .check-all-title {
  font-size: 4.21875vw;
  font-weight: 600;
  line-height: 1.13;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .check-all-wrapper .check-all-title {
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: 1.36;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredient-checkbox {
  width: 4.21875vw;
  height: 4.21875vw;
  position: relative;
  top: 0.3125vw;
  margin-left: 4.6875vw;
  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: 4.6875vw;
}
.article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 5.78125vw;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 4.53125vw;
}
.font-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-title {
  font-size: 5.3125vw;
  font-weight: 670;
  line-height: normal;
  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.34375vw;
  margin-bottom: 2.34375vw;
  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: 5.78125vw;
  font-weight: 300;
  line-height: 1;
  float: right;
}
.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-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-main-details {
  font-size: 4.375vw;
  font-weight: 340;
  line-height: 1.61;
}
.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-moses .article-recipe-componenta .ingredients-section .ingredients-section-list .ingredients-section-stage-wrapper .ingredients-section-stage-ingredients .ingredient-row .ingredient-row-details .ingredient-description {
  font-weight: 340;
  line-height: normal;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list {
  width: 100%;
  height: 15.9375vw;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -3.90625vw;
  top: 14.0625vw;
  color: #fff;
  background-color: rgba(59, 59, 59, 0.9);
  z-index: 1;
  transition: transform 0.5s ease;
  border-bottom: solid 0.3125vw #de1a1a;
}
.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;
  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.21875vw;
  font-size: 8.4375vw;
  font-weight: 600;
  line-height: 0.93;
}
.font-moses .article-recipe-componenta .ingredients-section .sticky-shoping-list .list-items-count {
  font-size: 7.8125vw;
  font-weight: 340;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  width: 31.25vw;
  margin-left: 15.625vw;
  font-size: 4.53125vw;
  font-weight: 600;
  line-height: 0.93;
}
.font-moses .article-recipe-componenta .ingredients-section .sticky-shoping-list .items-on-list-title {
  font-size: 4.6875vw;
  font-weight: 340;
  width: 34.375vw;
  line-height: 1.1;
}
.article-recipe-componenta .ingredients-section .sticky-shoping-list .mail-icon {
  width: 8.4375vw;
  height: 6.25vw;
  border: none;
  margin-left: 5.85938vw;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Group 1032' xmlns='http://www.w3.org/2000/svg' width='27.747' height='20.154' viewBox='0 0 27.747 20.154'%3E %3Cdefs%3E %3CclipPath id='1k6p7p2w7a'%3E %3Cpath data-name='Rectangle 924' style='fill:transparent;stroke:%23fff' d='M0 0h27.747v20.154H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3Cg data-name='Rectangle 923' style='fill:transparent;stroke:%23fff'%3E %3Cpath style='stroke:none' d='M0 0h26.427v18.834H0z' transform='translate(.66 .66)'/%3E %3Cpath style='fill:none' d='M.5.5h25.427v17.834H.5z' transform='translate(.66 .66)'/%3E %3C/g%3E %3Cg data-name='Group 1031'%3E %3Cg data-name='Mask Group 1030' style='clip-path:url(%231k6p7p2w7a)'%3E %3Cg data-name='Path 444' style='fill:%23fff'%3E %3Cpath d='M27.129 19.658H.622c-.058 0-.12-.065-.12-.16V.664c0-.096.062-.16.12-.16H27.13c.058 0 .12.064.12.16v18.834c0 .095-.062.16-.12.16zM.742.824v18.514H27.01V.824H.742z' style='stroke:none' transform='translate(-.002 -.004)'/%3E %3Cpath d='M27.129 20.158H.622c-.342 0-.62-.296-.62-.66V.664c0-.365.278-.66.62-.66H27.13c.343 0 .62.295.62.66v18.834c0 .364-.277.66-.62.66zM1.242 1.324v17.514H26.51V1.324H1.242z' style='fill:%23fff;stroke:none' transform='translate(-.002 -.004)'/%3E %3C/g%3E %3Cpath data-name='Path 445' d='m34.022 31.05 11.97-11.565H19.485L31.454 31.05a1.826 1.826 0 0 0 2.568 0' transform='translate(-18.865 -18.825)' style='fill:transparent;stroke:%23fff'/%3E %3Cg data-name='Path 446' style='fill:%23fff'%3E %3Cpath d='M13.874 13.278a1 1 0 0 1-.695-.288L.551.79A.19.19 0 0 1 .512.593C.532.537.576.5.621.5h26.506c.045 0 .089.037.109.093a.19.19 0 0 1-.04.196L14.57 12.99a1 1 0 0 1-.695.288zM.989.82l.89.86 11.44 11.052a.797.797 0 0 0 1.112 0L25.868 1.68l.89-.86H.989z' style='stroke:none'/%3E %3Cpath d='M13.874 13.778c-.386 0-.756-.152-1.042-.428L.204 1.148A.69.69 0 0 1 .042.422.622.622 0 0 1 .621 0h26.506c.257 0 .487.168.579.422a.69.69 0 0 1-.162.726L14.916 13.35a1.497 1.497 0 0 1-1.042.428zM2.226 1.32l11.44 11.053a.295.295 0 0 0 .416 0L25.522 1.32H2.226z' style='fill:%23fff;stroke:none'/%3E %3C/g%3E %3C/g%3E %3C/g%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 .whatsapp-icon {
  width: 7.96875vw;
  height: 7.96875vw;
  margin-left: 11.71875vw;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='21' viewBox='0 0 20 21'%3E %3Cdefs%3E %3Cpath id='g2o0cectfa' d='M143.413 15.384L142 20.52l5.28-1.379c1.453.79 3.092 1.206 4.759 1.206 5.491 0 9.96-4.445 9.961-9.91 0-2.648-1.033-5.138-2.914-7.012-1.879-1.872-4.38-2.905-7.044-2.905-5.488 0-9.957 4.445-9.958 9.91-.001 1.746.458 3.451 1.33 4.954zm1.851-.206l-.195-.31c-.818-1.302-1.251-2.806-1.25-4.352 0-4.51 3.672-8.178 8.185-8.178 2.185 0 4.24.852 5.784 2.399 1.545 1.545 2.396 3.6 2.394 5.786-.002 4.51-3.671 8.179-8.182 8.179h-.003c-1.468 0-2.907-.396-4.164-1.14l-.299-.178-3.096.812.826-3.018zM146.8 8.43c0 1.186.882 2.332 1.005 2.493.123.16 1.735 2.593 4.203 3.638.587.249 1.046.396 1.402.507.59.183 1.126.157 1.55.096.473-.07 1.456-.583 1.661-1.146.205-.563.205-1.045.144-1.145-.062-.1-.226-.16-.472-.282-.246-.12-1.456-.704-1.682-.783-.224-.081-.39-.121-.553.12-.164.24-.635.783-.78.945-.142.16-.286.18-.532.06-.246-.12-1.04-.376-1.98-1.196-.73-.639-1.224-1.428-1.367-1.669-.144-.242-.016-.371.108-.491.11-.109.246-.282.369-.423.123-.14.164-.242.245-.402.082-.16.041-.302-.02-.422s-.553-1.306-.759-1.79c-.176-.413-.354-.412-.497-.412h-.057c-.143-.008-.307-.01-.47-.01-.165 0-.432.06-.657.302-.225.241-.861.824-.861 2.01z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg transform='translate(-162 -164) translate(20 164)'%3E %3Cuse fill='%23fff' xlink:href='%23g2o0cectfa'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}
.article-recipe-componenta .ingredients-section .print-dialog-section {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .article-recipe-componenta .ingredients-section .measuring-cup-icon {
    filter: invert(70%) sepia(74%) saturate(5140%) hue-rotate(191deg) brightness(103%) contrast(95%) !important;
  }
  .article-recipe-componenta .ingredients-section .measurement-conversion-table {
    text-decoration-color: #419bf9 !important;
    color: #419bf9 !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-promo-componenta {
  margin: 0 -3.90625vw 7.96875vw -3.90625vw;
  padding: 3.75vw 3.90625vw 5.78125vw 3.90625vw;
  background-color: #f8f4f4;
}
.article-recipe-promo-componenta .recipe-promo-top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875vw;
}
.article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  font-size: 6.25vw;
  font-weight: bold;
  line-height: 1.28;
}
.font-moses .article-recipe-promo-componenta .recipe-promo-top-section .recipe-promo-header-title {
  font-size: 5.3125vw;
  font-weight: 670;
  line-height: 1.35;
  letter-spacing: 0.15938vw;
}
.article-recipe-promo-componenta .recipe-card {
  margin: 0;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar {
  padding: 0;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .recipeRatingWrapper {
  padding-right: 0;
  font-weight: normal;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  margin: 0;
  padding: 0 0.3125vw;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line div {
  margin-left: 1.25vw;
}
.article-recipe-promo-componenta .recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line div {
  margin-left: 1.25vw;
}
.article-recipe-promo-componenta .recipe-card .videoIcon.big {
  height: 6.25vw !important;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section {
  display: flex;
  justify-content: flex-end;
  margin: 1.5625vw 0px 0;
  flex-direction: column;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section .image-credit {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #78787b;
  margin-left: auto;
}
.fon-moses .article-recipe-promo-componenta .recipe-promo-bottom-section .image-credit {
  font-weight: 340;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section a {
  width: 100%;
  display: flex;
}
.article-recipe-promo-componenta .recipe-promo-bottom-section a .to-recipe-button {
  flex-grow: 1;
  height: 10.625vw;
  font-size: 4.6875vw;
  font-weight: bold;
  line-height: 1;
  border: none;
  color: #fff;
  margin: 3.125vw 4.0625vw 0;
  box-sizing: border-box;
  background-color: #de1a1a !important;
}
.font-moses .article-recipe-promo-componenta .recipe-promo-bottom-section a .to-recipe-button {
  font-size: 4.375vw;
  font-weight: 670;
  line-height: normal;
}
@media (prefers-color-scheme: dark) {
  .article-recipe-promo-componenta {
    background-color: #262626;
  }
  .recipe-card .recipe-card-top-details-bar .meal-details-line div {
    filter: invert(0) !important;
  }
  .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: #de1a1a;
  box-sizing: border-box;
}
.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;
}
.font-moses .article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-main-title {
  font-size: 4.21875vw;
  font-weight: 670;
}
.article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 3.90625vw;
}
.font-moses .article-recipe-timer-componenta .article-recipe-timer-right-section .article-recipe-timer-titles-section .article-recipe-timer-sub-title {
  font-size: 3.28125vw;
  font-weight: 340;
}
.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;
}
.font-moses .article-recipe-timer-componenta .article-recipe-timer-left-section .timer-display {
  font-size: 6.875vw;
  font-variant-numeric: unset;
  letter-spacing: 0.3px;
}
.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 {
  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");
  margin-right: 0.78125vw;
  width: 3.4375vw;
  height: 3.4375vw;
}
.article-recipe-timer-componenta .article-recipe-timer-left-section .timer-btns-wrapper .timer-sound-on-btn {
  margin-right: 0.78125vw;
  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;
}
.TimelineAppComponenta {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto 0 auto 3.90625vw;
  box-sizing: border-box;
}
.TimelineAppComponenta:after {
  width: 0.3125vw;
  height: 100%;
  background: #ed1c24;
  top: 0;
  content: "";
  right: 1.71875vw;
  position: absolute;
  z-index: 1;
}
.TimelineAppComponenta .timelineItem {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 7.8125vw;
  align-items: flex-end;
}
.TimelineAppComponenta .timelineItem:last-child {
  margin-bottom: 0;
}
.TimelineAppComponenta .timelineItem .timelineTitle {
  color: #000;
  font-size: 2.96875vw;
  line-height: 2.03125vw;
  width: calc(100% - 7.8125vw);
  justify-content: flex-start;
  display: flex;
  margin-bottom: 1.875vw;
  font-weight: bold;
  margin-top: 1.5625vw;
}
.TimelineAppComponenta .timelineItem .circlePoint {
  width: 3.90625vw;
  height: 3.90625vw;
  border: 0.3125vw solid #ed1c24;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
}
.TimelineAppComponenta .timelineItem .infoBox {
  position: relative;
  border: solid 1px #d4d4d4;
  box-shadow: 0 0.46875vw 0.9375vw 0 rgba(0, 0, 0, 0.16);
  height: auto;
  width: calc(100% - 7.8125vw);
  padding: 3.28125vw;
  flex-shrink: 0;
  box-sizing: border-box;
}
.TimelineAppComponenta .timelineItem .infoBox > a *,
.TimelineAppComponenta .timelineItem .infoBox > a:hover *,
.TimelineAppComponenta .timelineItem .infoBox > a,
.TimelineAppComponenta .timelineItem .infoBox a:hover {
  text-decoration: none;
  color: initial;
}
.TimelineAppComponenta .timelineItem .infoBox:after {
  content: "";
  border: solid 1px #d4d4d4;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 1.875vw;
  position: absolute;
  top: calc(50% - 1.5625vw);
  transform: rotate(-45deg);
  right: -2.1875vw;
  background: #fff;
  z-index: 2;
}
.TimelineAppComponenta .timelineItem .infoBox .boxTitle {
  font-size: 2.1875vw;
  font-size: 2.5vw;
  margin-bottom: 1.25vw;
  font-weight: bold;
}
.TimelineAppComponenta .timelineItem .infoBox img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1.25vw;
}
.TimelineAppComponenta .timelineItem .infoBox .boxSubTitle {
  color: #818181;
  font-size: 2.1875vw;
  line-height: 2.5vw;
}
.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: ")";
}
.ArticleTitleImg {
  margin: 0 auto;
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
  display: block;
}
.special_audio {
  padding: 0 ! important;
}
.AudioBodyBepoComponent {
  height: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  align-items: flex-end;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo {
  margin-top: 5vw;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  height: unset;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .category-icon {
  width: 8.75vw;
  height: 8.75vw;
  aspect-ratio: 1;
  border-radius: 0.46875vw;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .signup-for-podcast-title-rpf {
  color: #25262B;
  text-align: right;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 220;
  line-height: 120%;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .signup-for-podcast-buttons {
  gap: 1.25vw;
  justify-content: flex-start;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.25vw;
  height: 6.25vw;
  margin: 0 !important;
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn.spotify-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12 0.351074C18.6274 0.351074 24 5.72366 24 12.3511C24 18.9785 18.6274 24.3511 12 24.3511C5.37258 24.3511 0 18.9785 0 12.3511C0 5.72366 5.37258 0.351074 12 0.351074ZM16.6714 16.5962C14.0767 14.9198 10.7823 14.5528 6.99023 15.4434H6.9873C6.68937 15.5489 6.44193 15.8633 6.54053 16.2285L6.5874 16.3442C6.71634 16.6033 6.98372 16.7915 7.28906 16.7002C10.7819 15.8619 13.727 16.1771 16.0723 17.6963C16.334 17.8794 16.6338 17.8224 16.8384 17.5952L16.9204 17.4868C17.0511 17.2119 17.0296 16.8563 16.7886 16.6665L16.6714 16.5962ZM17.918 13.5566C14.824 11.5659 10.3324 10.9889 6.68994 12.1416C6.29135 12.2467 6.09248 12.7189 6.19189 13.1377L6.24463 13.2842C6.38023 13.5583 6.68455 13.7079 6.98877 13.687L7.13965 13.6621C10.2831 12.6143 14.3751 13.1376 17.0698 14.8662C17.3756 15.0956 17.7582 15.004 18.0161 14.7314L18.1187 14.6055C18.368 14.2387 18.2173 13.7138 17.918 13.5566ZM19.166 10.0454C15.4732 7.74029 9.63364 7.53151 6.09082 8.63184C5.64258 8.78944 5.34416 9.31267 5.49316 9.83594L5.56494 10.0059C5.7387 10.3259 6.08433 10.5354 6.4541 10.5024L6.64014 10.4658C9.68399 9.47028 15.0244 9.6791 18.2183 11.6699L18.3926 11.749C18.8114 11.8893 19.2963 11.7285 19.5146 11.4077C19.7325 10.9952 19.6456 10.4634 19.3198 10.1611L19.166 10.0454Z' fill='%231ED660'/%3E %3Cpath d='M16.6713 16.5962C14.0766 14.9199 10.7822 14.5528 6.99013 15.4434H6.9872C6.68927 15.549 6.44183 15.8634 6.54043 16.2286L6.5873 16.3443C6.71624 16.6033 6.98362 16.7916 7.28896 16.7003C10.7818 15.862 13.7269 16.1771 16.0722 17.6963C16.3339 17.8794 16.6337 17.8225 16.8383 17.5953L16.9203 17.4869C17.051 17.212 17.0295 16.8564 16.7885 16.6666L16.6713 16.5962ZM17.9179 13.5567C14.8239 11.566 10.3323 10.989 6.68984 12.1417C6.29125 12.2468 6.09238 12.7189 6.19179 13.1378L6.24453 13.2842C6.38013 13.5583 6.68445 13.708 6.98867 13.6871L7.13955 13.6622C10.283 12.6144 14.375 13.1376 17.0697 14.8663C17.3755 15.0956 17.7581 15.0041 18.016 14.7315L18.1186 14.6055C18.3679 14.2387 18.2172 13.7139 17.9179 13.5567ZM19.1659 10.0455C15.4731 7.74035 9.63354 7.53157 6.09072 8.63189C5.64248 8.78949 5.34406 9.31273 5.49306 9.83599L5.56484 10.0059C5.7386 10.326 6.08423 10.5355 6.454 10.5025L6.64004 10.4659C9.68389 9.47034 15.0243 9.67915 18.2182 11.67L18.3925 11.7491C18.8113 11.8893 19.2962 11.7285 19.5145 11.4078C19.7324 10.9953 19.6455 10.4634 19.3197 10.1612L19.1659 10.0455Z' fill='%231E1E1E'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn.apple-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.7937 15.8562C13.2871 15.7911 14.8378 16.3569 14.9636 18.0389C15.0948 19.7976 14.6731 22.5965 14.3672 24.3744C14.1201 25.808 14.0384 27.2209 12.246 27.352C10.4047 27.4861 10.0179 26.5056 9.72044 24.9524C9.36271 23.0864 8.80824 19.3943 9.08588 17.5965V17.5981C9.26818 16.4144 10.7578 15.9014 11.7937 15.8562Z' fill='%238A38F5'/%3E %3Cpath d='M2.34995 5.71667C7.47109 -1.18154 17.9247 -0.689339 22.3136 6.71562C26.2143 13.2987 23.0466 21.8184 15.914 24.2862L15.789 24.198C15.7318 24.0133 15.9103 22.7966 16.0392 22.6471C16.1949 22.4654 17.1703 22.0376 17.4701 21.8537C18.0383 21.5049 18.5966 21.0817 19.0863 20.6294C27.0396 13.288 19.8918 0.020549 9.39784 2.69841C0.449952 4.98222 -1.32344 17.0959 6.60998 21.9119C6.85178 22.0583 7.85633 22.513 7.95091 22.6196C8.06608 22.7485 8.27351 23.9871 8.23158 24.1352C8.21862 24.1812 8.16522 24.2494 8.12327 24.2701C8.04929 24.3076 7.31243 23.9979 7.16827 23.9343C0.185269 20.8616 -2.24717 11.9103 2.34995 5.71667Z' fill='%238A38F5'/%3E %3Cpath d='M5.56425 8.0657C8.80595 3.6744 15.3977 3.76174 18.5502 8.209C21.1809 11.9203 20.2251 17.1204 16.451 19.5982L16.3061 19.5085V17.8641C21.2724 13.3003 17.1421 4.97692 10.4725 6.53856C5.34455 7.73989 3.81067 14.382 7.71598 17.8641H7.71672V19.5085L7.57177 19.5982C3.71758 17.0836 2.813 11.7923 5.56425 8.0657Z' fill='%238A38F5'/%3E %3Cpath d='M11.9973 9.10373C13.5388 9.10374 14.789 10.3602 14.789 11.9096C14.789 13.459 13.5388 14.7155 11.9973 14.7155C10.4558 14.7155 9.20558 13.459 9.20558 11.9096C9.20558 10.3602 10.4558 9.10373 11.9973 9.10373Z' fill='%238A38F5'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .signup-for-podcast.bepo .podcast-signup-btn.youtube-podcasts-signup-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='17' viewBox='0 0 24 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.7998 0.168945C19.7996 0.168945 21.3001 0.168685 22.3516 0.932617C22.691 1.17928 22.9897 1.47792 23.2363 1.81738C24.0003 2.86884 24 4.36936 24 7.36914V9.33301C24 12.3324 24.0001 13.8324 23.2363 14.8838C22.9897 15.2232 22.691 15.5219 22.3516 15.7686C21.3001 16.5325 19.7996 16.5332 16.7998 16.5332H7.2002C4.20041 16.5332 2.6999 16.5325 1.64844 15.7686C1.30902 15.5219 1.01029 15.2232 0.763672 14.8838C-0.000101745 13.8324 7.69271e-10 12.3324 1.20546e-10 9.33301V7.36914C1.20546e-10 4.36936 -0.000260174 2.86884 0.763672 1.81738C1.01033 1.47792 1.30897 1.17928 1.64844 0.932617C2.6999 0.168685 4.20041 0.168945 7.2002 0.168945H16.7998ZM10.5908 4.60059C10.2582 4.38453 9.81836 4.62386 9.81836 5.02051V11.6816C9.81862 12.0781 10.2583 12.3166 10.5908 12.1006L15.7178 8.77051C16.0213 8.57336 16.0213 8.12879 15.7178 7.93164L10.5908 4.60059Z' fill='%23FF0004'/%3E %3Cpath d='M10.5908 4.6007C10.2582 4.38464 9.81836 4.62398 9.81836 5.02062V11.6818C9.81862 12.0782 10.2583 12.3167 10.5908 12.1007L15.7178 8.77062C16.0213 8.57347 16.0213 8.1289 15.7178 7.93175L10.5908 4.6007Z' fill='white'/%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent {
  height: fit-content;
  display: flex;
  flex-direction: column;
  max-width: 59.375vw;
  padding: 5vw 5vw 5vw 0;
  justify-content: center;
  box-sizing: border-box;
  z-index: 1;
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaTitle {
  color: #25262B;
  text-align: right;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  /* 57.6px */
  margin-bottom: 0.625vw;
  letter-spacing: -0.2vw;
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPresenter {
  color: #B5B5B5;
  text-align: right;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 670;
  line-height: 115%;
  /* 32.2px */
  letter-spacing: -0.28px;
  margin-bottom: 0.5rem;
}
.AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPodcastDescription {
  color: #25262B;
  text-align: right;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}
.AudioBodyBepoComponent .audioBodyBepoComponentapresenterImage {
  height: 56.25vw;
  width: 46.875vw;
  overflow: hidden;
  left: 0;
  position: absolute;
  z-index: 0;
  bottom: -1px;
}
.AudioBodyBepoComponent .audioBodyBepoComponentapresenterImage img {
  width: 100%;
  height: auto;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo {
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(40, 39, 39, 0.95);
  border-radius: 6.5625vw;
  margin: 5vw;
  box-shadow: 0 0.625vw 5vw 0 rgba(43, 46, 48, 0.3);
  overflow: hidden;
  margin-bottom: 5vw;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container {
  display: flex;
  flex-wrap: wrap;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container .podcast-text {
  color: #DDD;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 340;
  line-height: 145%;
  transition: max-height 0.35s ease;
  order: 2;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container .podcast-text.collapsed {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .audio-podcast-player-container .podcast-text.expanded {
  height: auto;
  overflow: visible;
  padding: 5vw;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper {
  width: 100%;
  background-color: #282727;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-durations {
  color: #bbb;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-copy-link-btn,
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-copy-link-btn:hover {
  background-color: transparent ! important;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-copy-btn-wrapper {
  margin-left: 2.5vw ! important;
}
.AudioBodyBepoComponent .audio-podcast-player-bepo .aod-floating-player-wrapper .aod-player-close-sign {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg style='mix-blend-mode:luminosity' filter='url(%23filter0_dd_1192_721)'%3E %3Cpath d='M27.2118 12.93C31.1163 16.8347 31.1156 23.1655 27.2104 27.0707C23.3052 30.9756 16.9743 30.9765 13.0696 27.0721C9.16501 23.1675 9.16541 16.8359 13.0703 12.9306C16.9756 9.02539 23.307 9.02522 27.2118 12.93ZM22.5085 16.7493L20.0758 19.182L17.6541 16.7603L16.6252 17.7892L19.0469 20.2109L16.6362 22.6216L17.6755 23.6609L20.0862 21.2502L22.4975 23.6615L23.5264 22.6326L21.1151 20.2213L23.5478 17.7886L22.5085 16.7493Z' fill='%23AFAFAF'/%3E %3C/g%3E %3Cdefs%3E %3Cfilter id='filter0_dd_1192_721' x='0.141357' y='0.00146484' width='39.9984' height='39.9983' 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='5'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0.133333 0 0 0 0 0.152941 0 0 0 0 0.156863 0 0 0 1 0'/%3E %3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1192_721'/%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='5'/%3E %3CfeComposite in2='hardAlpha' operator='out'/%3E %3CfeColorMatrix type='matrix' values='0 0 0 0 0.133333 0 0 0 0 0.152941 0 0 0 0 0.156863 0 0 0 1 0'/%3E %3CfeBlend mode='normal' in2='effect1_dropShadow_1192_721' result='effect2_dropShadow_1192_721'/%3E %3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_1192_721' result='shape'/%3E %3C/filter%3E %3C/defs%3E %3C/svg%3E") !important;
  margin: 0;
  width: 9.375vw;
  height: 9.375vw;
  background-size: contain;
}
.AudioBodyBepoComponent .podcast-image {
  background-color: rgba(40, 39, 39, 0.95);
  position: relative;
  height: auto;
  min-height: 46.875vw;
  width: 100%;
  overflow: hidden;
  order: 1;
}
.AudioBodyBepoComponent .podcast-image .signup-for-podcast {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
  border-radius: 8vw;
  background: #1e2322;
  display: flex;
  height: 12vw;
  padding: 2vw 2vw 2vw 3vw;
  align-items: center;
  gap: 3vw;
}
.AudioBodyBepoComponent .podcast-image .signup-for-podcast .podcast-signup-btn {
  height: 8vw;
  width: 8vw;
}
.AudioBodyBepoComponent .podcast-image .signup-for-podcast .signup-for-podcast-title-rpf {
  display: none;
}
.AudioBodyBepoComponent .podcast-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.AudioBodyBepoComponent .podcast-image .audio-play-button-bepo {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 18vw;
  height: 18vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.AudioBodyBepoComponent .podcast-image .audio-play-button-bepo .audio-play-button-status {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: contain;
  background-image: url(//ynet.co.il/Common/images/bepo/play_btn_bepo_big.png);
}
.AudioBodyBepoComponent .podcast-image .audio-play-button-bepo .audio-play-button-status.pause {
  background-image: url(//ynet.co.il/Common/images/bepo/bepo-btn-pause.png);
}
.AudioBodyBepoComponent .podcast-container-details {
  display: flex;
  color: #EEE;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  align-self: stretch;
  order: 0;
  padding: 5vw;
  box-sizing: border-box;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-title {
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 670;
  line-height: 125%;
  margin-bottom: 0.5rem;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-subtitle {
  color: #EEE;
  text-align: right;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 0.5rem;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details {
  position: relative;
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 220;
  line-height: 125%;
  color: #B5B5B5;
  display: flex;
  gap: 1.25vw;
  align-items: center;
  height: 6.25vw;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  padding: 0.9375vw 1.5625vw 0.9375vw 0.9375vw;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 0.9375vw;
  font-size: 2.96875vw;
  font-weight: 500;
  color: #231E1E;
  border-radius: 9.375vw;
  border: 0;
  cursor: pointer;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description .icon {
  width: 4.0625vw;
  height: 4.0625vw;
  border-radius: 7.8125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description .icon.expanded {
  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 %3Cg style='mix-blend-mode:luminosity'%3E %3Cpath d='M10.999 0C17.0738 0 21.999 4.92487 21.999 11C21.9988 17.0749 17.0737 22 10.999 22C4.92455 21.9998 0.000254459 17.0748 0 11C0 4.92501 4.92439 0.000220612 10.999 0ZM7.31641 11.8613L8.45996 13.0039L11.1123 10.3525L13.7646 13.0049L14.8965 11.873L11.1006 8.07715L7.31641 11.8613Z' fill='%23231E1E'/%3E %3C/g%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description .icon.collapsed {
  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 %3Cg style='mix-blend-mode:luminosity'%3E %3Cpath d='M10 0C15.5222 0.000144316 19.9989 4.47735 19.999 10C19.999 15.5228 15.5223 19.9999 10 20C4.47757 20 0 15.5228 0 10C0.000125644 4.47726 4.47765 0 10 0ZM9.375 6.02734V9.46777H5.9502V10.9229H9.375V14.332H10.8447V10.9229H14.2549V9.46777H10.8447V6.02734H9.375Z' fill='%23231E1E'/%3E %3C/g%3E %3C/svg%3E");
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 {
  width: fit-content;
  gap: 0.625vw;
  display: flex;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 button,
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .frontCopyButton-pf {
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .wa {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5 7.03417C5 8.07146 5.6969 9.07371 5.80204 9.22492L5.80387 9.22755C5.81032 9.23683 5.82188 9.25468 5.8384 9.2802C6.07419 9.6444 7.32093 11.5701 9.16597 12.429C9.63552 12.648 10.0027 12.778 10.2877 12.8753C10.7598 13.0366 11.1883 13.0136 11.5277 12.9601C11.9062 12.8982 12.6924 12.4464 12.8567 11.9514C13.0204 11.4557 13.0204 11.0316 12.9717 10.9433C12.9318 10.8728 12.8399 10.8249 12.7043 10.7542C12.6702 10.7364 12.6333 10.7172 12.5938 10.6958C12.3973 10.5895 11.4291 10.0764 11.2483 10.0062C11.0688 9.93527 10.9368 9.89981 10.8059 10.1119C10.6745 10.3239 10.2978 10.8015 10.1828 10.9433C10.0684 11.0844 9.95341 11.1025 9.75686 10.9969C9.72465 10.9795 9.68077 10.9589 9.62662 10.9336C9.34921 10.8038 8.80224 10.548 8.17314 9.94431C7.58856 9.38188 7.19358 8.68737 7.07919 8.47534C6.96417 8.2626 7.06655 8.14859 7.16514 8.04292C7.22616 7.97723 7.29681 7.88442 7.36691 7.79232C7.39845 7.75089 7.42988 7.70959 7.46027 7.67098C7.54432 7.56549 7.5806 7.48526 7.6298 7.37645C7.63831 7.35762 7.64721 7.33794 7.65682 7.31712C7.72191 7.17599 7.68968 7.05155 7.64102 6.94588C7.60763 6.87431 7.41626 6.37256 7.24517 5.92398C7.1637 5.71039 7.08668 5.50845 7.03369 5.37124C6.89303 5.00834 6.74982 5.00834 6.63555 5.00834C6.61975 5.00834 6.60521 5.00834 6.59067 5.00764C6.47629 5.00139 6.34484 5 6.21402 5C6.08257 5 5.86896 5.05283 5.68885 5.26557C5.67727 5.27919 5.66434 5.29406 5.65028 5.31024C5.4454 5.54579 5 6.05791 5 7.03417Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.381285 17.1353C0.30049 17.4315 0.569814 17.7046 0.867142 17.6278L4.65023 16.6516C5.93318 17.3825 7.41783 17.8 9 17.8C13.8601 17.8 17.8 13.8601 17.8 9C17.8 4.13989 13.8601 0.199997 9 0.199997C4.13989 0.199997 0.199997 4.13989 0.199997 9C0.199997 10.6139 0.634433 12.1263 1.39274 13.4266L0.381285 17.1353ZM2.01502 16.0097L2.76888 13.2455L2.49846 12.7818C1.8512 11.6719 1.48 10.3812 1.48 9C1.48 4.84682 4.84682 1.48 9 1.48C13.1532 1.48 16.52 4.84682 16.52 9C16.52 13.1532 13.1532 16.52 9 16.52C7.64581 16.52 6.37883 16.1632 5.28384 15.5394L4.8329 15.2825L2.01502 16.0097Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 2;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .fb {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M11.0421 0.199798C12.6505 0.199798 14 0.199997 14 0.199997V2.49344C14 2.49344 13.6477 2.50186 12.7736 2.50326L12.3648 2.50467C10.3123 2.50467 10.6122 3.60292 10.6122 4.71617L10.6107 6.71945H13.6477L13.1408 9.37953L10.6106 9.37813L10.6114 13.9205L10.6122 17.8H7.89293V13.9205L7.89288 9.37813L4 9.37953L4.00005 6.71945H7.89293V4.55332C7.89293 1.06269 10.1677 0.199798 11.0421 0.199798Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 1;
}
.AudioBodyBepoComponent .SiteArticleSocialShareNew1280 .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.51097 13.068L6.2267 14.3147C5.88994 14.6511 5.43319 14.8401 4.95694 14.8401C4.48069 14.8401 4.02394 14.6511 3.68718 14.3147C3.35042 13.9783 3.16123 13.522 3.16123 13.0462C3.16123 12.5704 3.35042 12.1142 3.68718 11.7777L6.9813 8.47966C7.30463 8.15561 7.74027 7.96812 8.1981 7.95598C8.65594 7.94383 9.10092 8.10797 9.44101 8.41443L9.52808 8.48691C9.66567 8.62148 9.85113 8.69594 10.0437 8.6939C10.2362 8.69186 10.4201 8.61349 10.5548 8.47604C10.6895 8.33858 10.764 8.1533 10.762 7.96095C10.7599 7.7686 10.6815 7.58494 10.5439 7.45037C10.5027 7.39765 10.4591 7.34686 10.4133 7.29815C9.79389 6.75982 8.99284 6.47679 8.17238 6.5064C7.35193 6.53601 6.5734 6.87604 5.99451 7.45762L2.65686 10.7557C2.08972 11.3724 1.78299 12.1841 1.80073 13.0214C1.81848 13.8587 2.15932 14.6567 2.75208 15.2489C3.34484 15.841 4.14369 16.1815 4.98179 16.1993C5.81989 16.217 6.63245 15.9106 7.24976 15.344L8.50501 14.119C8.62895 13.9839 8.69708 13.807 8.6957 13.6237C8.69431 13.4405 8.62351 13.2646 8.49755 13.1314C8.37158 12.9982 8.19979 12.9176 8.01675 12.9059C7.8337 12.8941 7.65299 12.952 7.51097 13.068ZM15.2674 2.74609C14.657 2.14012 13.8315 1.8 12.9709 1.8C12.1104 1.8 11.2849 2.14012 10.6745 2.74609L9.41924 3.97109C9.2953 4.10616 9.22717 4.28312 9.22855 4.46635C9.22994 4.64959 9.30074 4.8255 9.4267 4.95869C9.55267 5.09188 9.72446 5.17247 9.90751 5.18423C10.0905 5.196 10.2713 5.13808 10.4133 5.02212L11.6685 3.77538C12.0053 3.43895 12.462 3.24995 12.9383 3.24995C13.4145 3.24995 13.8713 3.43895 14.208 3.77538C14.5448 4.1118 14.734 4.56809 14.734 5.04387C14.734 5.51964 14.5448 5.97593 14.208 6.31236L10.9139 9.61043C10.5906 9.93448 10.155 10.122 9.69713 10.1341C9.23929 10.1463 8.7943 9.98212 8.45422 9.67567L8.36715 9.60318C8.22956 9.46861 8.04409 9.39416 7.85155 9.3962C7.65901 9.39823 7.47516 9.4766 7.34046 9.61405C7.20576 9.75151 7.13123 9.93679 7.13327 10.1291C7.13531 10.3215 7.21375 10.5051 7.35134 10.6397C7.4043 10.6933 7.46 10.7441 7.51823 10.7919C8.13836 11.3287 8.93907 11.6106 9.75903 11.581C10.579 11.5514 11.3572 11.2125 11.937 10.6325L15.2384 7.3344C15.8488 6.72848 16.1945 5.90588 16.1999 5.04622C16.2054 4.18656 15.8701 3.35967 15.2674 2.74609Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 0;
}
@media (prefers-color-scheme: dark) {
  .ynet.special_audio .AudioBodyBepoComponent .podcast-container-details .podcast-details .toggle-description span {
    color: #231E1E ! important;
  }
  .ynet #AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPresenter {
    color: #B5B5B5 !important;
  }
  .ynet #AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaTitle,
  .ynet #AudioBodyBepoComponent .audioBodyBepoComponentaContent .audioBodyBepoComponentaPodcastDescription,
  .AudioBodyBepoComponent .signup-for-podcast.bepo .signup-for-podcast-title-rpf {
    color: #25262B !important;
  }
}
.bepo-audio-header > span > div {
  padding-bottom: 12.5vw;
}
body:has(.special_audio ) {
  background: #1D1E1A;
}
.AudioHeaderComponenta {
  display: flex;
  backdrop-filter: blur(4.6875vw);
  width: 100%;
  height: 15.3125vw;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 2;
  transition: all 0.2s ease;
}
.AudioHeaderComponenta.bodyScrolled .menuHamburger,
.AudioHeaderComponenta.bodyScrolled .mobileShareBtn,
.AudioHeaderComponenta.bodyScrolled .goBack {
  filter: invert(1);
}
.AudioHeaderComponenta .goBack {
  width: 9.0625vw;
  height: 9.0625vw;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 3.125vw;
  right: 3.75vw;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='36' viewBox='0 0 35 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5048 6.67844C12.9586 6.22096 13.6972 6.21792 14.1547 6.67165L24.5903 17.0217C25.1075 17.5346 25.1635 18.4098 24.5938 18.9748L14.1547 29.3284C13.6972 29.7821 12.9586 29.779 12.5048 29.3216C12.0511 28.8641 12.0541 28.1254 12.5116 27.6717L22.2632 18L12.5116 8.32834C12.0541 7.87461 12.0511 7.13593 12.5048 6.67844Z' fill='%23231E1E'/%3E %3C/svg%3E") !important;
}
.AudioHeaderComponenta .menuHamburger {
  width: 9.0625vw;
  height: 9.0625vw;
  left: 3.75vw;
  position: absolute;
  top: 3.125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2.00001C0 1.26363 0.60197 0.666672 1.34454 0.666672H28.6555C29.398 0.666672 30 1.26363 30 2.00001C30 2.73638 29.398 3.33334 28.6555 3.33334H1.34454C0.60197 3.33334 0 2.73638 0 2.00001Z' fill='%231E2322'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12C0 11.2636 0.614511 10.6667 1.37255 10.6667L28.6274 10.6667C29.3854 10.6667 30 11.2636 30 12C30 12.7364 29.3854 13.3333 28.6274 13.3333L1.37255 13.3333C0.614511 13.3333 0 12.7364 0 12Z' fill='%231E2322'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 22C0 21.2636 0.60197 20.6667 1.34454 20.6667H28.6555C29.398 20.6667 30 21.2636 30 22C30 22.7364 29.398 23.3333 28.6555 23.3333H1.34454C0.60197 23.3333 0 22.7364 0 22Z' fill='%231E2322'/%3E %3C/svg%3E") !important;
  background-size: 6.40625vw 6.40625vw;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}
.AudioHeaderComponenta .navList {
  width: 100vw;
  position: fixed;
  transition: all 0.2s ease;
  box-sizing: border-box;
  right: 0;
  opacity: 0;
  gap: 5vw;
  display: flex;
  flex-direction: column;
  z-index: -1;
  height: auto;
  top: -100vh;
}
.AudioHeaderComponenta .navList .navHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.125vw;
  box-sizing: border-box;
}
.AudioHeaderComponenta .navList .navHeader img {
  height: 9.21875vw;
  width: auto;
}
.AudioHeaderComponenta .navList .navHeader .closeMenu {
  width: 9.0625vw;
  height: 9.0625vw;
  position: absolute;
  left: 3.75vw;
  top: 3.125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.503 14.5028C15.0183 13.9875 15.866 13.9998 16.3965 14.5303L35.4685 33.6036C35.999 34.134 36.0113 34.9818 35.496 35.4972C34.9807 36.0125 34.1329 36.0002 33.6025 35.4697L14.5305 16.3964C14 15.866 13.9877 15.0182 14.503 14.5028Z' fill='%23231E1E'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.4975 14.5028C34.9822 13.9875 34.1344 13.9998 33.604 14.5303L14.5319 33.6036C14.0015 34.134 13.9892 34.9818 14.5045 35.4972C15.0198 36.0125 15.8675 36.0002 16.398 35.4697L35.47 16.3964C36.0005 15.866 36.0128 15.0182 35.4975 14.5028Z' fill='%23231E1E'/%3E %3C/svg%3E") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.AudioHeaderComponenta .navList .mainNavListItems {
  display: flex;
  flex-direction: row;
  gap: 3.125vw;
  padding: 0 5vw;
  flex-wrap: wrap;
  margin: 0 auto;
}
.AudioHeaderComponenta .navList .mainNavListItems img {
  height: 7.8125vw;
  width: 7.8125vw;
}
.AudioHeaderComponenta .navList .mainNavListItems > a,
.AudioHeaderComponenta .navList .mainNavListItems > span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.03125vw;
  width: 21.875vw;
  text-align: center;
  text-decoration: none;
}
.AudioHeaderComponenta .navList .mainNavListItems > a span,
.AudioHeaderComponenta .navList .mainNavListItems > span span {
  font-size: 3.75vw;
  font-weight: 340;
  line-height: 120%;
  color: #231E1E;
  text-decoration: none;
}
.AudioHeaderComponenta .navList .navListItems {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 220;
  line-height: 100%;
  letter-spacing: 0.2px;
  padding: 5vw 2.5vw 0;
  justify-content: center;
  gap: 5vw;
  position: relative;
}
.AudioHeaderComponenta .navList .navListItems:after {
  content: "";
  height: 1px;
  width: 75vw;
  background-color: #333;
  position: absolute;
  top: 0;
}
.AudioHeaderComponenta .navList .navListItems a {
  width: 21.875vw;
  color: #231E1E;
  text-decoration: none;
}
.AudioHeaderComponenta .navList.opened {
  top: 0px;
  opacity: 1;
  background-color: #fff;
  z-index: 10;
  border-radius: 0 0 4.6875vw 4.6875vw;
}
.AudioHeaderComponenta .navList .navFooter {
  align-items: center;
  width: 100vw;
  color: #1E2322;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 220;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.18px;
  justify-content: space-between;
  background-color: rgba(35, 30, 30, 0.05);
  padding: 4.0625vw;
  box-sizing: border-box;
  border-radius: 0 0 4.6875vw 4.6875vw;
  display: flex;
}
.AudioHeaderComponenta .navList .navFooter .goBack-footer {
  height: 6.25vw;
  width: 20.3125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='32' viewBox='0 0 95 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.8637 7.26623C85.2173 6.91331 85.7929 6.91097 86.1493 7.26099L94.2809 15.2453C94.6839 15.641 94.7276 16.3161 94.2836 16.752L86.1493 24.739C85.7929 25.089 85.2173 25.0867 84.8637 24.7338C84.5102 24.3809 84.5125 23.811 84.869 23.461L92.4676 16L84.869 8.53901C84.5125 8.18899 84.5102 7.61914 84.8637 7.26623Z' fill='%23231E1E'/%3E %3Cpath d='M16.3243 32C25.1611 32 32.3246 24.8366 32.3243 16C32.324 7.16344 25.1601 0 16.3233 0C7.48644 0 0.322974 7.16344 0.323246 16C0.323518 24.8366 7.48742 32 16.3243 32Z' fill='%23E30613'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0869 7.02863C23.2136 6.51097 22.9231 6.18875 22.5058 6.18875H20.5671C20.1445 6.18875 19.7906 6.41589 19.6955 6.86488L17.3025 16.6212C17.0754 17.5244 16.9169 18.3326 16.7849 18.9137C16.7532 18.2375 16.6581 17.5878 16.4943 16.9434L13.7791 6.89657C13.6524 6.4423 13.3248 6.18347 12.8758 6.18347H10.7417C10.3191 6.18347 9.99687 6.50569 10.1606 6.99165L14.2968 19.949C14.4606 20.435 14.6824 20.6251 15.1684 20.6251H16.2672C16.2038 20.9473 15.8816 22.3683 15.7178 22.5637C15.3322 23.9212 14.6507 24.8562 13.5203 25.4372L13.066 25.6644C12.7121 25.8598 12.4849 26.3088 12.6804 26.668L13.3565 27.9938C13.552 28.3794 13.9693 28.5115 14.3285 28.3477L15.0416 28.0255C16.7532 27.249 18.0157 25.7647 18.6601 23.3719L23.0869 7.02335V7.02863Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.2858 24.0148V10.4183C49.2858 7.43387 47.3788 5.44775 44.3942 5.44775C42.3287 5.44775 40.6542 6.24537 38.9849 8.18923L38.5887 6.39856C38.4672 5.92315 38.1926 5.68545 37.6326 5.68545H36.4388C35.9633 5.68545 35.5249 6.00239 35.5249 6.52005V24.0148C35.5249 24.4902 35.9633 24.8917 36.4388 24.8917H38.2665C38.7419 24.8917 39.1434 24.4955 39.1434 24.0148V13.2391C39.1434 10.5768 41.0134 8.54843 43.3958 8.54843C45.0281 8.54843 45.662 9.34604 45.662 11.2107V24.0148C45.662 24.4902 46.1004 24.8917 46.5759 24.8917H48.4036C48.879 24.8917 49.2805 24.4955 49.2805 24.0148H49.2858Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.6872 15.3047C65.6872 8.03104 62.5072 5.44275 58.4925 5.44275C54.0764 5.44275 51.1763 9.21955 51.1763 15.1832C51.1763 21.7015 54.2401 25.0821 59.6441 25.0821C61.9895 25.0821 63.3418 24.7229 64.5726 24.1683C65.0481 23.9676 65.2488 23.5714 65.0903 23.096L64.6519 21.823C64.4934 21.3845 64.1765 21.0676 63.5795 21.2683C62.428 21.6275 61.3503 21.9445 59.8395 21.9445C56.3425 21.9445 55.1064 19.8791 54.948 16.1815H64.8104C65.2858 16.1815 65.6872 15.7854 65.6872 15.3047ZM61.9895 13.477H54.9532C55.3494 9.34104 57.1824 8.34798 58.6087 8.34798C61.0756 8.34798 61.9103 10.931 61.9895 13.477Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.5784 23.7349L76.3777 22.5042C76.2984 22.0288 75.9022 21.7911 75.4638 21.8703C75.1046 21.9495 74.5499 22.0288 74.233 22.0288C73.3191 22.0288 72.8807 21.5534 72.8807 20.4758V8.50622H75.1468C75.6223 8.50622 75.9815 8.11006 75.9815 7.62937V6.55708C75.9815 6.08168 75.6223 5.68023 75.1468 5.68023H72.8807V0.672665C72.8807 -0.0404375 72.363 -0.0826954 71.7661 0.0757717L69.9753 0.593431C69.5369 0.714923 69.2991 1.11109 69.2991 1.62875V5.68551H67.1545C66.6368 5.68551 66.3198 6.08168 66.3198 6.56236V7.63466C66.3198 8.11006 66.6368 8.51151 67.1545 8.51151H69.2991V21.078C69.2991 23.7402 70.6092 25.0925 73.4353 25.0925C74.3915 25.0925 75.3423 24.971 75.9815 24.7755C76.5361 24.6171 76.6576 24.2209 76.5784 23.7402V23.7349Z' fill='black'/%3E %3Cpath d='M54.3659 27.7925H56.0049L55.1507 30.3583H56.1063L56.9231 27.6986V27.1249H55.2948V26.4H54.3552L54.3659 27.7925Z' fill='black'/%3E %3Cpath d='M57.8825 30.2018L57.3487 27.1249H58.2402L58.4678 28.6653C58.504 28.6525 58.5403 28.6379 58.5766 28.6217C58.7082 28.5591 58.7901 28.4756 58.8221 28.3713C58.8435 28.3018 58.8595 28.1992 58.8702 28.0636C58.8809 27.9246 58.8915 27.7559 58.9022 27.5578L58.9236 27.1249H59.8151C59.7831 27.5526 59.7528 27.8794 59.7244 28.1054C59.6959 28.3279 59.655 28.4965 59.6016 28.6112C59.5233 28.7816 59.3596 28.9207 59.1104 29.0284C58.9381 29.103 58.7496 29.1559 58.5449 29.1872L58.6193 29.6908H59.0303C59.3613 29.6908 59.6176 29.6404 59.7991 29.5395C59.9842 29.4352 60.1123 29.2962 60.1835 29.1223C60.2547 28.9485 60.3027 28.719 60.3276 28.4339L60.4451 27.1249H61.342L61.2299 28.3713C61.1943 28.799 61.1017 29.1588 60.9523 29.4509C60.8028 29.7394 60.575 29.9637 60.2689 30.1236C59.9628 30.2801 59.5642 30.3583 59.0731 30.3583H58.1121L57.8825 30.2018Z' fill='black'/%3E %3Cpath d='M65.222 30.3583V28.1992C65.222 27.8342 65.133 27.5647 64.9551 27.3909C64.7807 27.2136 64.5137 27.1249 64.1543 27.1249H62.9584V27.7925H63.8927C64.0493 27.7925 64.1578 27.8272 64.2183 27.8968C64.2788 27.9628 64.3091 28.0758 64.3091 28.2357V30.3583H65.222Z' fill='black'/%3E %3Cpath d='M66.2554 30.4C66.1843 30.4 66.1006 30.3948 66.0045 30.3844C65.9084 30.3774 65.8266 30.3653 65.7589 30.3479V29.6856C65.944 29.7064 66.0597 29.7134 66.106 29.7064C66.1949 29.6995 66.2572 29.6699 66.2928 29.6178C66.3284 29.5621 66.3462 29.4856 66.3462 29.3883V28.7885C66.3462 28.4756 66.3925 28.2149 66.485 28.0063C66.5186 27.9293 66.5632 27.858 66.6189 27.7925H65.9458V27.1249H68.1079C68.4674 27.1249 68.7361 27.2136 68.9141 27.3909C69.092 27.5647 69.181 27.8342 69.181 28.1992V30.3583H68.2628V28.2357C68.2628 28.0758 68.2325 27.9628 68.172 27.8968C68.1115 27.8272 68.0029 27.7925 67.8463 27.7925H67.4104C67.3605 27.8304 67.3226 27.8808 67.2965 27.9437C67.2466 28.0723 67.2217 28.241 67.2217 28.4496V29.3779C67.2217 29.7429 67.1452 30.0054 66.9922 30.1653C66.8391 30.3218 66.5935 30.4 66.2554 30.4Z' fill='black'/%3E %3Cpath d='M70.9873 28.8692C71.3353 29.3448 71.6803 29.8412 72.0223 30.3583H72.9779V30.2227C72.8783 30.0836 72.7466 29.8994 72.5828 29.6699C72.3818 29.3886 72.1963 29.1315 72.0265 28.8985C72.0462 28.892 72.0662 28.8849 72.0864 28.8772C72.218 28.8285 72.3355 28.7659 72.4387 28.6895C72.5419 28.613 72.6113 28.5347 72.6469 28.4548C72.6861 28.3644 72.7217 28.2323 72.7537 28.0584C72.7857 27.8846 72.8213 27.6482 72.8605 27.3492L72.8925 27.1249H71.9796L71.9476 27.5838C71.9262 27.9002 71.9031 28.1001 71.8781 28.1836C71.8639 28.2288 71.8337 28.2775 71.7874 28.3296C71.7544 28.3672 71.7192 28.4007 71.682 28.43C71.6102 28.3334 71.5421 28.2426 71.4777 28.1575C71.1895 27.7716 70.9207 27.4274 70.6716 27.1249H69.716V27.2657C70.0112 27.6033 70.2956 27.9506 70.5693 28.3074C70.5101 28.3323 70.4517 28.3588 70.394 28.387C70.2196 28.4739 70.1004 28.5712 70.0363 28.679C69.9865 28.7659 69.9438 28.9189 69.9082 29.138C69.8726 29.3535 69.8352 29.656 69.7961 30.0454C69.7854 30.1254 69.7747 30.2297 69.764 30.3583H70.693C70.7143 29.9376 70.7303 29.6369 70.741 29.4561C70.7552 29.2718 70.773 29.138 70.7944 29.0545C70.8158 28.9919 70.8513 28.945 70.9012 28.9137C70.9263 28.8973 70.955 28.8825 70.9873 28.8692Z' fill='black'/%3E %3Cpath d='M74.4865 28.4391H73.5842V30.3583H74.4865V28.4391Z' fill='black'/%3E %3Cpath d='M73.4721 27.7925H75.4047V30.3583H76.3229V27.1249H73.4721V27.7925Z' fill='black'/%3E %3Cpath d='M49.9305 28.4391H50.8327V30.3583H49.9305V28.4391Z' fill='black'/%3E %3Cpath d='M51.751 27.7925H49.8184V27.1249H52.6692V30.3583H51.751V27.7925Z' fill='black'/%3E %3Cpath d='M47.8755 30.374C48 30.3844 48.1139 30.3861 48.2171 30.3792C48.6086 30.3444 48.8934 30.1827 49.0713 29.8942C49.2528 29.6056 49.3365 29.1901 49.3222 28.6477C49.3116 28.1575 49.1994 27.7768 48.9859 27.5056C48.7724 27.231 48.4805 27.0919 48.1104 27.0884C47.9288 27.0884 47.7562 27.1336 47.5925 27.224C47.4288 27.3109 47.2918 27.4291 47.1814 27.5786C47.1626 27.6051 47.1448 27.6318 47.1283 27.6588C47.1182 27.6222 47.1074 27.5868 47.096 27.5526C47.0498 27.3996 46.9839 27.257 46.8985 27.1249H45.9215V27.2397C46.1885 27.7264 46.329 28.0932 46.3433 28.3401C46.3504 28.4478 46.3415 28.6008 46.3166 28.799C46.2917 28.9972 46.249 29.2892 46.1885 29.6751L46.087 30.3583H47.0213L47.096 29.7116C47.1316 29.4161 47.1654 29.1432 47.1975 28.8929C47.233 28.6391 47.2633 28.4565 47.2882 28.3453C47.3309 28.1645 47.4021 28.0237 47.5018 27.9228C47.605 27.822 47.726 27.7716 47.8648 27.7716C48.0463 27.7716 48.1798 27.8533 48.2652 28.0167C48.3506 28.1766 48.3969 28.3939 48.404 28.6686C48.4147 28.9537 48.3844 29.1866 48.3132 29.3674C48.2456 29.5447 48.1335 29.6491 47.9769 29.6803C47.8666 29.6977 47.7242 29.6925 47.5498 29.6647V30.3374C47.6459 30.3548 47.7545 30.367 47.8755 30.374Z' fill='black'/%3E %3Cpath d='M44.182 27.7925H42.9542V27.1249H45.458V27.7925H45.1003V30.3583H44.182V27.7925Z' fill='black'/%3E %3Cpath d='M41.0512 27.7925H41.4676V29.2631H42.3859V27.1249H41.0512V27.7925Z' fill='black'/%3E %3Cpath d='M39.0152 29.6908H39.5972V27.7925H39.1167V27.1249H40.5154V30.3583H39.0152V29.6908Z' fill='black'/%3E %3Cpath d='M36.5373 28.4391H35.6351V30.3583H36.5373V28.4391Z' fill='black'/%3E %3Cpath d='M35.5229 27.7925H37.4555V30.3583H38.3738V27.1249H35.5229V27.7925Z' fill='black'/%3E %3C/svg%3E") !important;
  background-size: contain;
}
.AudioHeaderComponenta .mainLogo {
  height: 9.21875vw;
  width: auto;
}
.AudioHeaderComponenta .mainLogo img {
  height: 9.21875vw;
  width: auto;
}
.AudioHeaderComponenta .mobileShareBtn {
  width: 9.0625vw;
  height: 9.0625vw;
  left: 15.625vw;
  position: absolute;
  top: 3.125vw;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.4569 0.57584C16.8213 0.421388 17.2403 0.507275 17.5192 0.793126L29.7143 13.2932C30.0952 13.6837 30.0952 14.3163 29.7143 14.7068L17.5192 27.2069C17.2403 27.4927 16.8213 27.5786 16.4569 27.4242C16.0923 27.2694 15.8543 26.9045 15.8543 26.5001V19.1953C11.1042 18.3268 6.39499 19.4828 2.10263 23.6473L1.66556 24.0819C1.36736 24.3875 0.911599 24.4626 0.535371 24.2674C0.159066 24.0719 -0.0527838 23.6499 0.0113633 23.2225C0.642542 19.0177 2.23284 15.0482 5.01206 12.1995C7.62485 9.52131 11.222 7.90479 15.8543 7.96236V1.49992C15.8543 1.09545 16.0923 0.730622 16.4569 0.57584ZM17.805 8.99997C17.805 9.27597 17.694 9.53973 17.4977 9.72873C17.3015 9.91771 17.0376 10.0157 16.7689 9.99851C12.1482 9.70249 8.76959 11.1751 6.39115 13.613C4.5979 15.4511 3.33003 17.8829 2.55756 20.6272C7.09707 17.0874 12.078 16.2678 17.0416 17.3985C17.4879 17.5002 17.805 17.9064 17.805 18.375V24.0867L27.6456 14L17.805 3.91326V8.99997Z' fill='%231E2322'/%3E %3C/svg%3E") !important;
  background-size: 7.03125vw 7.03125vw;
  background-position: center;
  background-repeat: no-repeat;
}
@media (prefers-color-scheme: dark) {
  .ynet .AudioHeaderComponenta .navList *,
  .ynet .AudioHeaderComponenta .navList .navFooter * {
    color: #231E1E ! important;
  }
}
.audio-headlines-auto-componenta {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  padding: 5vw 3.75vw;
  box-sizing: border-box;
  background-color: #1E2322;
  color: #EBEFF0;
}
.audio-headlines-auto-componenta a {
  color: inherit;
  text-decoration: none;
}
.audio-headlines-auto-componenta .audio-componenta-tab {
  display: flex;
  height: 4.6875vw;
  padding: 0 1.25vw;
  justify-content: space-between;
  align-items: center;
  gap: 1.25vw;
  flex-shrink: 0;
  margin: 0;
}
.audio-headlines-auto-componenta .audio-componenta-tab .right-title-link {
  color: #EBEFF0;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 100%;
}
.audio-headlines-auto-componenta .slotList {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
.audio-headlines-auto-componenta .slotList .slotView {
  display: flex;
  gap: 2.5vw;
  padding: 1.25vw;
  height: 20vw;
  box-sizing: border-box;
}
.audio-headlines-auto-componenta .slotList .slotView .mediaArea {
  width: 31.25vw;
  height: 17.5vw;
  border-radius: 1.25vw;
  border: 0.6px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
  flex-shrink: 0;
}
.audio-headlines-auto-componenta .slotList .slotView .mediaArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio-headlines-auto-componenta .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  justify-content: center;
  flex-grow: 1;
}
.audio-headlines-auto-componenta .slotList .slotView .textArea .moreDetails {
  width: 100%;
  display: flex;
  justify-content: start;
  color: #BBB;
  font-size: 3.4375vw;
  font-weight: 220;
  line-height: 125%;
  gap: 1.25vw;
  margin: 0;
  order: 1;
}
.audio-headlines-auto-componenta .slotList .slotView .textArea .slotTitle {
  color: #EBEFF0;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 670;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  width: 100% !important;
  order: 0;
}
.ArticleImageComponenta {
  margin: 1.875vw auto 0 auto;
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
  display: block;
}
.ArticleImageComponenta img {
  width: 100%;
}
.ArticleImageComponenta .mobileView {
  display: none;
}
.MagazineArticleTopMedia .ArticleImageComponenta {
  margin-bottom: 3.125vw;
}
.ArticleImageComponenta.LinkedImage {
  width: 100%;
  margin: auto ! important;
}
.ArticleImageComponenta .expand {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9)'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: #2e2e2f;
  background-size: 5.3125vw 5.3125vw;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 9.53125vw;
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
  height: 9.53125vw;
}
.ArticleImageComponenta .expand:hover {
  cursor: pointer;
}
.ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleImageComponenta.firstImageInArticleBody .expand {
  display: none;
}
.blog_article .ArticleImageComponenta.firstImageInArticleBody .expand {
  display: block;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: flex;
  position: absolute;
  right: 3.90625vw;
  bottom: 3.90625vw;
  height: 7.34375vw;
  width: auto;
  border-radius: 6.25vw;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.54688vw 3.75vw 0.54688vw 2.65625vw;
  font-size: 3.75vw;
  color: #fff;
  -webkit-text-fill-color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.blog_article .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: none;
}
.font-moses .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  font-size: 3.4375vw;
  font-weight: 340;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  width: auto;
  padding: 0 1.09375vw;
  height: 4.6875vw;
  background: #fff;
  color: #2e2e2f;
  -webkit-text-fill-color: #2e2e2f;
  font-size: 3.125vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.09375vw;
  border-radius: 0.54688vw;
}
.font-moses .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  font-size: 2.8125vw;
  font-weight: 340;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  position: absolute;
  width: 0.26563vw;
  border-radius: 0.54688vw;
  background: #fff;
  content: "";
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after {
  height: 3.90625vw;
  right: -0.54688vw;
  top: 0.26563vw;
}
.ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  height: 2.96875vw;
  right: -1.09375vw;
  top: 0.78125vw;
}
.ArticleImageComponenta > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.ArticleImageComponenta > a > img {
  width: 100%;
  height: auto;
}
.ArticleImageComponenta .ImageDetails {
  width: 100%;
  font-size: 1rem;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  box-sizing: border-box;
  margin-top: -0.375rem;
  display: block;
}
.font-moses .ArticleImageComponenta .ImageDetails {
  font-weight: 340;
  font-size: 0.875rem !important;
}
.ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: 400;
  margin-left: 1.09375vw;
}
.font-moses .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: 340;
  font-size: 0.875rem !important;
}
.photo_article_template.ynet .ArticleImageComponenta .ImageDetails .ImageCaption {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.ynet .ArticleImageComponenta .ImageDetails .ImageCaption {
  color: #000;
  -webkit-text-fill-color: #000;
}
.yplus .ArticleImageComponenta {
  margin: 0;
}
.yplus .ImageDetails {
  font-size: 1rem;
}
.font-moses .yplus .ImageDetails {
  font-size: 4.375vw !important;
  font-weight: 340;
}
@media (prefers-color-scheme: dark) {
  .yplus .ArticleImageComponenta .ImageDetails {
    color: #b9b9b9;
    -webkit-text-fill-color: #fff;
  }
  .ArticleImageComponenta .ImageDetails {
    color: #b9b9b9;
    -webkit-text-fill-color: #fff;
  }
  .ynet  .ArticleImageComponenta .ImageDetails .ImageCaption {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
}
.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;
  }
}
.newsLetter-componenta .newsletter-componenta-wrapper {
  border-top: solid 1px #de1a1a;
  border-bottom: solid 1px #de1a1a;
  padding: 1.5625vw 0.78125vw;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup {
  display: flex;
  flex-direction: column;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .title-and-icon {
  display: flex;
  justify-content: space-between;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .title-and-icon .newsletter-title {
  margin: 0.46875vw 0 0.78125vw 1.5625vw;
  font-size: 4.84375vw;
  font-weight: bold;
  line-height: 1;
  width: 100%;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input {
  display: flex;
  flex-direction: column;
  margin: 1.875vw 0px;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .email-input-wrapper {
  display: flex;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .email-input-wrapper input {
  width: 62.5vw;
  font-size: 4.53125vw;
  padding: 1.25vw 0.78125vw;
  background-color: #e1e1e1;
  border: none;
  color: #de1a1a;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .email-input-wrapper .send-button {
  padding: 1.25vw 1.5625vw;
  background-color: #de1a1a;
  width: 31.25vw;
  font-size: 4.53125vw;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .email-input .error-message {
  font-size: 3.28125vw;
  color: #de1a1a;
  font-weight: bold;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .accept-terms {
  font-size: 3.75vw;
  font-weight: 300;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .accept-terms a {
  color: #000;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.34375vw 0.78125vw;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper .newsletter-success-title-1 {
  font-size: 5.9375vw;
  font-weight: bold;
}
.newsLetter-componenta .newsletter-componenta-wrapper .newsletter-signup .send-success-wrapper .newsletter-success-title-2 {
  font-size: 4.53125vw;
}
.newsLetter-componenta .newsletter-icon-pf {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70.107' height='70.107' viewBox='0 0 70.107 70.107'%3E %3Cpath d='M0 .5h9.959' transform='translate(39.48 9.103)' style='stroke:%23df3232;stroke-linecap:round;stroke-width:3px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M0 .5h28.771' transform='translate(20.668 17.955)' style='stroke:%23df3232;stroke-linecap:round;stroke-width:3px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M0 .5h28.771' transform='translate(20.668 26.808)' style='stroke:%23df3232;stroke-linecap:round;stroke-width:3px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='m0 0 34.3 21.505L68.607 0' transform='translate(.75 28.414)' style='stroke:%23000;stroke-width:1.5px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M11.435 0 0 4.795v40.943h68.607V4.795L57.172 0' transform='translate(.75 23.62)' style='stroke:%23000;stroke-width:1.5px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path' d='M0 34.3V0h46.476v34.3' transform='translate(11.816 .75)' style='stroke:%23000;stroke-width:1.5px;fill:none;stroke-miterlimit:10'/%3E %3Cpath data-name='Path 7' d='M0 38.664V0l33.6 20.944L67.2 0v38.664z' transform='translate(1.429 29.991)' style='fill:%23f7f7f7'/%3E %3C/svg%3E");
}
.newsLetter-componenta .newsletter-icon {
  width: 31.25vw;
  height: 15.625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (prefers-color-scheme: dark) {
  .newsLetter-componenta .newsletter-icon {
    filter: invert(1);
  }
}
.photo_article_template {
  background-color: #1E1E1E;
}
.photo_article_template * {
  color: #fff;
}
.photo_article_template .ArticleBodyComponent {
  background-color: #1E1E1E;
}
.photo_article_template .DesktopModeContainer .headerLogoWrapper {
  position: static;
}
.articlePictureOfTheWeekHeaderMutamComponenta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.875rem;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerLogoWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1E1E1E;
  height: 12.8125vw;
  width: 96%;
  padding: 0 1.5625vw;
  margin-bottom: 4.6875vw;
  box-shadow: 0px 0.625vw 0.625vw 0px rgba(89, 89, 89, 0.25);
  position: fixed;
  top: 0;
  z-index: 9;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerLogoWrapper .logo {
  background: url("data:image/svg+xml,%3Csvg width='59' height='25' viewBox='0 0 59 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.3672 8.23809C37.3672 5.95365 35.9153 4.43042 33.6468 4.43042C32.0735 4.43042 30.8032 5.03987 29.5325 6.53235L29.2303 5.16168C29.1395 4.79585 28.9277 4.61334 28.5042 4.61334H27.5967C27.2339 4.61334 26.9011 4.85696 26.9011 5.25274V18.6559C26.9011 19.0213 27.2339 19.326 27.5967 19.326H28.9884C29.3513 19.326 29.6539 19.0213 29.6539 18.6559V10.4011C29.6539 8.3599 31.0753 6.80632 32.8905 6.80632C34.1306 6.80632 34.6145 7.41577 34.6145 8.84755V18.6559C34.6145 19.0213 34.9472 19.326 35.3101 19.326H36.7017C37.0646 19.326 37.3672 19.0213 37.3672 18.6559V8.23809Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.0644 10.5858C42.367 7.41797 43.7582 6.65636 44.8473 6.65636C46.7228 6.65636 47.3577 8.63647 47.4184 10.5858H42.0644ZM44.7565 4.43262C41.3989 4.43262 39.1907 7.32651 39.1907 11.8954C39.1907 16.8912 41.5199 19.4804 45.6337 19.4804C47.4184 19.4804 48.4468 19.2064 49.3847 18.7799C49.7476 18.6277 49.8987 18.323 49.7777 17.9572L49.445 16.9827C49.324 16.6476 49.0821 16.404 48.6284 16.5561C47.7511 16.8305 46.9342 17.0741 45.7848 17.0741C43.1233 17.0741 42.1854 15.4902 42.0644 12.657H49.566C49.9292 12.657 50.2314 12.3527 50.2314 11.9869C50.2314 6.41233 47.8118 4.43262 44.7565 4.43262Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.9861 17.5494C57.9254 17.1835 57.6232 17.001 57.2905 17.0617C57.018 17.1228 56.5944 17.1835 56.3525 17.1835C55.6569 17.1835 55.3241 16.8181 55.3241 15.9958V6.82686H57.0485C57.411 6.82686 57.6835 6.52213 57.6835 6.1567V5.33398C57.6835 4.96896 57.411 4.66423 57.0485 4.66423H55.3241V0.825801C55.3241 0.277859 54.9307 0.247103 54.477 0.368913L53.1159 0.765098C52.7832 0.856557 52.6019 1.16088 52.6019 1.55707V4.66423H50.9684C50.5749 4.66423 50.333 4.96896 50.333 5.33398V6.1567C50.333 6.52213 50.5749 6.82686 50.9684 6.82686H52.6019V16.4527C52.6019 18.4935 53.5997 19.5291 55.7477 19.5291C56.4735 19.5291 57.1996 19.4376 57.6835 19.2855C58.107 19.1637 58.1979 18.8589 58.1372 18.4935L57.9861 17.5494Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.0569C0 18.7159 5.39754 24.1139 12.056 24.1139V24.1139C18.7149 24.1139 24.1124 18.7159 24.1124 12.0569V12.0569C24.1124 5.39795 18.7149 0 12.056 0V0C5.39754 0 0 5.39795 0 12.0569V12.0569Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1564 5.29721C17.2539 4.90752 17.0346 4.66431 16.7181 4.66431H15.2574C14.9406 4.66431 14.6727 4.83467 14.5999 5.1754L12.798 12.529C12.6277 13.2108 12.5059 13.8199 12.4084 14.2581C12.3841 13.7466 12.3113 13.2594 12.1895 12.7726L10.144 5.19968C10.0469 4.85895 9.80334 4.66431 9.46224 4.66431H7.85543C7.53901 4.66431 7.29542 4.90752 7.41721 5.27292L10.5337 15.0371C10.6555 15.4025 10.8259 15.5486 11.1912 15.5486H12.0191C11.9702 15.7918 11.7266 16.8633 11.6052 17.0094C11.3126 18.032 10.8016 18.7382 9.94941 19.1768L9.60871 19.3468C9.34084 19.4933 9.17049 19.834 9.31616 20.1019L9.82762 21.1002C9.97369 21.3924 10.2905 21.4899 10.558 21.3681L11.0937 21.1245C12.3841 20.5401 13.3338 19.42 13.8205 17.6184L17.1564 5.29721Z' fill='%23FEFEFE'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 14.84375vw;
  height: 6.40625vw;
  background-size: contain;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerLogoWrapper .logo2 {
  background: url("data:image/svg+xml,%3Csvg width='230' height='31' viewBox='0 0 230 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M179.236 3.08081C181.243 3.82818 184.231 3.22036 185.305 5.32138C184.371 10.5018 184.838 16.011 186.845 20.5371C186.612 23.9917 184.736 26.4199 183.25 29.7319H165.322C166.412 26.2524 166.569 24.7856 167.517 22.5078C167.703 22.0597 167.83 22.0675 168.109 21.8783C168.536 21.5899 168.985 21.4767 169.389 21.5465C171.244 21.424 171.082 21.8101 172.047 21.424C172.374 18.2965 170.664 11.3624 170.664 11.3624L166.257 11.3422C166.257 7.56194 165.651 4.06077 163.317 1.26045C165.697 0.79528 167.565 3.92122 170.273 3.73515C171.534 3.82818 173.448 3.31495 173.634 5.08879C173.12 11.1096 174.288 16.4839 176.109 21.5248C178.408 21.8923 179.74 21.2596 183.071 21.5589C182.277 18.4779 181.776 11.1872 181.686 11.3639C181.686 11.3639 178.395 11.4833 176.762 11.3438C177.555 7.84259 176.528 3.96928 174.988 0.841797C176.715 0.841797 177.835 2.33499 179.237 3.08236L179.236 3.08081Z' fill='%23DF3232'/%3E %3Cpath d='M203.653 3.93529C205.725 4.35395 215.778 4.15547 215.778 4.15547L216.696 11.0012H214.581C215.094 14.0822 215.792 17.833 217.1 20.5387C215.418 23.2941 214.252 26.5131 213.506 29.7336H211.798L211.792 11.1113L199.149 11.0849C198.963 7.49074 198.099 3.68875 196.045 0.795402C197.585 -0.325656 198.345 2.06066 199.898 2.69019C201.328 3.27165 202.142 3.62983 203.656 3.93684L203.653 3.93529Z' fill='%23DF3232'/%3E %3Cpath d='M117.029 4.65373L117.45 5.30651C117.31 10.1613 118.478 14.4967 113.202 17.0179L119.511 26.0484L114.213 30.5001C110.478 25.5057 101.763 16.0426 101.763 16.0426L100.763 21.9782L105.591 22.0867L106.137 29.7356C106.137 29.7356 97.9216 29.7356 97.7478 29.6953L97.281 29.2751C99.1018 22.5069 98.6815 15.9046 97.7478 8.90227L100.409 2.41471H101.11L111.848 15.979C112.781 16.5853 113.574 15.0456 114.089 14.3928C114.463 13.4594 114.509 12.4515 113.436 12.0313L109.607 11.7972C109.467 8.39059 108.487 5.30962 106.013 2.83647L106.246 2.18213C109 5.02896 113.295 4.14204 117.029 4.65528V4.65373Z' fill='%23DF3232'/%3E %3Cpath d='M43.7291 4.24107C45.736 3.35415 45.2568 5.31251 45.1699 6.48164C45.3405 9.43546 47.3056 20.5685 47.5134 22.4819C47.5817 23.1037 44.4115 29.6765 44.4115 29.6765L35.6516 29.6719C35.6516 29.6719 37.9858 25.1117 38.7784 22.6835C38.949 22.6897 42.7876 22.6897 42.7876 22.6897V11.614C36.9079 12.38 39.0575 8.06631 37.8912 5.77923C37.564 4.09842 35.8843 2.65174 35.8843 1.06396C38.8714 1.157 40.3185 5.07837 43.7275 4.23797L43.7291 4.24107Z' fill='%23DF3232'/%3E %3Cpath d='M156.387 3.26875C157.973 5.13563 161.522 3.26875 162.409 5.7419C162.083 11.3891 162.783 16.6176 164.464 21.4243C163.064 24.0386 161.84 25.5488 160.869 29.7338H159.416L159.434 11.5751C159.434 11.5751 157.333 11.5178 155.267 11.5767C155.852 6.35593 153.395 2.74776 152.326 1.02819C154.428 0.514951 154.918 2.7059 156.388 3.26875H156.387Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80.2607 11.4604C80.4933 15.0577 81.2983 18.2426 82.4243 21.4631C81.0237 24.0774 79.8 25.5194 78.8291 29.7044H77.7078C76.1677 20.1839 79.3983 9.53307 73.9839 1.64535C77.2518 0.291709 77.486 4.95891 80.4731 4.30612H93.0065C93.0065 4.30612 93.5943 4.44257 93.8859 4.6736C94.2318 4.94805 94.3745 5.28297 94.4986 5.62875C94.1713 11.2759 94.8708 16.616 96.552 21.4243C95.1515 24.0386 93.9278 25.2077 92.9569 29.6997H91.1748L91.1934 11.4945H80.7058L80.2591 11.462L80.2607 11.4604Z' fill='%23DF3232'/%3E %3Cpath d='M189.81 3.26859C191.397 5.13547 194.945 3.26859 195.833 5.74174C195.833 5.74174 196.371 10.3082 198.196 13.6961C196.634 15.6871 195.063 16.6872 194.092 20.8706H192.872L192.856 11.5734C192.856 11.5734 190.649 11.682 188.689 11.575C189.274 6.35422 186.817 2.74605 185.748 1.02648C187.848 0.513242 188.818 2.70419 189.81 3.26704V3.26859Z' fill='%23DF3232'/%3E %3Cpath d='M221.117 3.26937C222.705 5.13625 226.252 3.26937 227.139 5.74252C227.139 5.74252 227.676 10.3089 229.503 13.6969C227.941 15.6878 226.568 16.6879 225.597 20.8714H224.211L224.229 11.5742C224.229 11.5742 221.884 11.5168 219.995 11.5757C220.58 6.35499 218.123 2.74683 217.055 1.02725C219.156 0.514017 219.719 2.62123 221.117 3.26782V3.26937Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.4456 11.5751C52.4456 11.5751 50.7209 11.558 48.8396 11.5766C49.4243 6.35589 46.9675 2.74773 45.8989 1.02815C48.0005 0.514916 48.8892 2.84851 49.9609 3.30128C52.4301 4.72935 55.0962 3.26872 55.9833 5.74187C55.6561 11.389 56.3556 16.6175 58.0368 21.4243C56.6363 24.0385 54.7519 25.5488 53.781 29.7337H52.4611L52.4456 11.5751Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.0623 11.6144C31.0623 11.6144 28.6087 11.5989 27.1569 11.6159C27.7417 6.39364 25.2849 2.78548 24.2163 1.06746C26.3163 0.554218 26.9848 2.45676 28.2783 3.30802C29.8649 5.1749 33.4136 3.30802 34.3007 5.78272C33.9735 11.4299 34.628 16.6832 36.3092 21.4915C34.9087 24.1057 33.5516 25.6144 32.5807 29.7994H31.0654L31.0623 11.6159V11.6144Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.3513 11.7491H11.002C9.08814 13.2422 9.46657 16.6566 10.3491 18.8894C12.9981 22.6433 10.5367 25.7972 9.64959 29.2053L9.25719 29.6705H0.497314L3.39142 22.2495L7.1153 22.2588C6.39255 19.8027 5.80939 14.4408 7.11685 11.7336C6.65621 11.5041 5.73494 11.4188 5.03545 11.5134C4.94239 7.77961 4.46469 4.65213 2.73691 1.66419C3.99785 -0.529859 5.21226 3.345 6.75238 3.43803C11.6565 4.55909 17.2788 4.10168 23.0593 4.23812C23.6192 4.37768 24.0255 4.76842 24.359 5.85071C24.0317 11.4994 24.7467 16.7636 26.428 21.5719C25.0275 24.1861 23.8037 25.6948 22.8328 29.8783H20.3404L20.3497 11.746L20.3513 11.7491Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.9078 5.73253C73.5806 11.3797 74.3142 16.6082 75.9954 21.4149C74.5949 24.0292 73.3712 25.5394 72.4018 29.7244H70.6523L70.6337 11.5626L58.6851 11.558C58.9193 8.05682 58.3904 4.45641 56.2888 1.9352C56.4749 1.18782 57.784 1.46848 58.2958 1.70106C59.8002 3.25783 60.8642 3.61601 62.3112 4.17576H72.3956C73.0501 4.40834 73.5511 4.94019 73.9078 5.73408V5.73253Z' fill='%23DF3232'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M147.428 11.8307H138.174C136.258 13.3254 136.637 16.318 137.521 18.5508C140.17 22.3063 137.707 25.8586 136.82 29.2652L136.427 29.7319H127.669C127.669 29.7319 129.585 24.3856 130.565 21.9109C130.726 21.8442 134.289 21.9202 134.289 21.9202C133.566 19.4641 132.984 14.5225 134.29 11.8167C133.83 11.5857 132.963 11.6539 132.261 11.747C132.168 8.0132 131.64 4.73376 129.912 1.74737C131.171 -0.446676 132.386 3.42663 133.926 3.52122C138.689 4.78028 144.517 3.98639 149.933 4.22052C150.493 4.36162 150.817 5.02061 151.287 5.90754C150.96 11.5547 151.63 16.8886 153.311 21.6969C151.911 24.3112 150.687 25.6214 149.716 29.8048L147.463 29.8374L147.43 11.8291L147.428 11.8307Z' fill='%23DF3232'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 35.3125vw;
  height: 4.6875vw;
  background-size: contain;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 15.625vw;
  display: flex;
  justify-content: space-between;
  color: #fff;
  gap: 1.25rem;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .title {
  font-size: 1.875rem;
  line-height: 100%;
  font-weight: 340;
  text-align: center;
  letter-spacing: 0.375rem;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .author {
  font-size: 1.375rem;
  font-weight: 670;
  line-height: 1.09;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .commentsBtn {
  display: none;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  flex-direction: row-reverse;
  margin: 0;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .iconShare-pf {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .more,
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .menuMore {
  display: none;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .whBtn.icon {
  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 %3Cg id='Icon'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M10 19.1199C15.0368 19.1199 19.12 15.0367 19.12 9.99988C19.12 4.96305 15.0368 0.879883 10 0.879883C4.96317 0.879883 0.880005 4.96305 0.880005 9.99988C0.880005 11.6834 1.33617 13.2604 2.13164 14.614L0.880005 19.1199L5.46394 17.9136C6.79995 18.681 8.34872 19.1199 10 19.1199ZM17.6608 9.99988C17.6608 14.2308 14.2309 17.6607 10 17.6607C8.36391 17.6607 6.84761 17.1478 5.6031 16.274L3.0688 16.9311L3.78411 14.4786C2.87493 13.219 2.3392 11.672 2.3392 9.99988C2.3392 5.76894 5.76906 2.33908 10 2.33908C14.2309 2.33908 17.6608 5.76894 17.6608 9.99988Z' fill='white'/%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M5.98718 8.02799C5.98718 9.07483 6.69472 10.0861 6.79363 10.2284C6.89253 10.3707 8.18588 12.5181 10.1665 13.4401C10.6375 13.6597 11.0059 13.7902 11.2918 13.8878C11.7654 14.0496 12.1953 14.0266 12.5357 13.9729C12.9155 13.9108 13.7042 13.4575 13.869 12.9609C14.0332 12.4637 14.0332 12.0382 13.9844 11.9496C13.9343 11.8611 13.8025 11.8081 13.6053 11.7014C13.4081 11.5947 12.4368 11.0799 12.2555 11.0095C12.0754 10.9384 11.9429 10.9028 11.8117 11.1155C11.6798 11.3282 11.302 11.8074 11.1866 11.9496C11.0718 12.0912 10.9564 12.1094 10.7593 12.0033C10.5615 11.8966 9.92493 11.6714 9.17048 10.9474C8.58403 10.3832 8.18778 9.68648 8.07303 9.47376C7.95764 9.26035 8.06035 9.14597 8.15925 9.03996C8.24801 8.94441 8.35706 8.79168 8.45533 8.66684C8.55423 8.54269 8.5872 8.45342 8.6525 8.31184C8.7178 8.17026 8.68547 8.04542 8.63665 7.93942C8.5872 7.83341 8.19222 6.78656 8.02738 6.35973C7.886 5.99498 7.74272 5.99567 7.62796 5.99567C7.61211 5.99567 7.59753 5.99567 7.58295 5.99498C7.4682 5.9887 7.33633 5.9873 7.20509 5.9873C7.07322 5.9873 6.85893 6.04031 6.67824 6.25372C6.49755 6.46644 5.98718 6.98114 5.98718 8.02799Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 4;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .fcBtn {
  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='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  order: 3;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7522_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7522_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  order: 5;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .mailto.iconShare-pf {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Mail'%3E %3Cpath id='icon' fill-rule='evenodd' clip-rule='evenodd' d='M5.6 10.0047V18.4973L10.1468 13.6422L5.6 10.0047ZM5.6 20.9V20.6905L11.321 14.5816L14.5002 17.1249C14.7924 17.3587 15.2076 17.3587 15.4997 17.1249L18.6618 14.5953L24.4 20.7226V20.9H5.6ZM24.4 18.5294V10.0047L19.836 13.6559L24.4 18.5294ZM7.03032 9.1L15 15.4757L22.9696 9.1H7.03032ZM4 8.5C4 7.94772 4.44772 7.5 5 7.5H25C25.5523 7.5 26 7.94772 26 8.5V21.5C26 22.0523 25.5523 22.5 25 22.5H5C4.44772 22.5 4 22.0523 4 21.5V8.5Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") !important;
  width: 30px;
  height: 30px;
  order: 2;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .mediaShare .articleShareButtons .frontCopyButton-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2134 13.464C9.20636 14.4656 8.21329 15.4811 7.19539 16.471C6.65153 17.0001 5.98431 17.3299 5.23098 17.4718C5.12779 17.4912 5.02538 17.5161 4.92219 17.5378H4.023C3.8818 17.5122 3.73982 17.4905 3.60017 17.4594C2.64046 17.2468 1.8685 16.734 1.27111 15.9621C0.912675 15.499 0.663631 14.9776 0.560445 14.3942C0.527084 14.2104 0.494499 14.0265 0.461914 13.8434V13.2445C0.495275 13.0599 0.523205 12.8752 0.561997 12.6921C0.72725 11.9202 1.09655 11.26 1.65515 10.703C2.85226 9.50746 4.04938 8.31273 5.24339 7.11334C5.84234 6.51132 6.56154 6.12187 7.39401 5.99696C8.54302 5.82474 9.61212 6.05515 10.5392 6.79449C10.8147 7.01404 11.0792 7.23902 11.1855 7.59977C11.395 8.30885 10.9 9.02957 10.1319 9.05362C9.73936 9.06603 9.44144 8.89691 9.16524 8.6502C8.56552 8.11412 7.61512 8.07921 7.03867 8.6277C5.81285 9.79839 4.62117 11.0055 3.42018 12.2041C3.26423 12.3609 3.11605 12.5362 3.00045 12.7263C2.6552 13.2941 2.69477 13.98 3.08424 14.5191C3.44345 15.0156 3.93688 15.2624 4.54669 15.2383C4.92995 15.2228 5.28529 15.0901 5.56381 14.8147C6.28534 14.101 7.00299 13.3834 7.7152 12.6595C7.86572 12.5067 8.01778 12.4788 8.2032 12.5548C8.77189 12.7868 9.36386 12.8923 9.97677 12.8768C10.1451 12.8721 10.2724 12.9272 10.3329 13.0831C10.3887 13.2321 10.3282 13.3523 10.2142 13.4648L10.2134 13.464Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5381 4.92248C17.4931 5.12031 17.4566 5.32047 17.4031 5.51597C17.251 6.07998 17.0058 6.60364 16.6047 7.03033C16.0166 7.65485 15.4076 8.26075 14.8032 8.86975C14.136 9.54315 13.4672 10.2158 12.7915 10.8806C12.2787 11.3849 11.6852 11.765 10.976 11.9272C10.6859 11.9931 10.3825 12.0102 10.0854 12.0459C9.35532 12.1328 8.68267 11.9334 8.04571 11.6068C7.64771 11.4027 7.27763 11.1444 7.00299 10.7798C6.54059 10.1669 6.78886 9.15137 7.68883 8.98147C8.09847 8.90389 8.44139 9.01328 8.73931 9.29024C9.0574 9.58815 9.43911 9.76115 9.86892 9.77589C10.3111 9.79063 10.7247 9.65021 11.0435 9.33213C12.3082 8.07844 13.5681 6.81931 14.8203 5.55398C15.0523 5.31814 15.1656 5.0117 15.2106 4.67578C15.2703 4.2359 15.1578 3.84567 14.9072 3.49578C14.316 2.67188 13.1856 2.54232 12.4874 3.1777C11.7309 3.86739 11.0156 4.60285 10.2949 5.3321C10.0931 5.53614 9.96202 5.5183 9.75177 5.43761C9.34679 5.28323 8.93327 5.1847 8.5019 5.156C8.32656 5.14358 8.15122 5.12729 7.97588 5.12496C7.83934 5.12341 7.74236 5.06988 7.6865 4.94963C7.62288 4.81542 7.65702 4.69905 7.76098 4.59587C8.36923 3.98919 8.97594 3.38096 9.58419 2.77274C9.99306 2.36467 10.3942 1.95039 10.8092 1.55085C11.3764 1.00314 12.0583 0.671869 12.8326 0.529897C12.9583 0.506623 13.084 0.484901 13.2089 0.462402H13.9079C14.0553 0.486452 14.2043 0.501192 14.3494 0.535328C15.2191 0.740139 15.9709 1.14433 16.5621 1.83091C16.9655 2.29717 17.2487 2.82006 17.4038 3.41355C17.4535 3.6044 17.4923 3.79835 17.5365 3.99074V4.92326L17.5381 4.92248Z' fill='white'/%3E %3C/svg%3E");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  order: 1;
  width: 24px;
  height: 24px;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .separator {
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .subtitle {
  font-size: 1.25rem;
  font-weight: 340;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
.articlePictureOfTheWeekHeaderMutamComponenta .headerBottomWrapper .marketInfoAndDate {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 340;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.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;
  }
}
.specialImageGalleryFront {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specialImageGalleryFront .specialImageGalleryFrontItem {
  margin: 0 0 3.125rem;
  position: relative;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener {
  position: relative;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .expand {
  display: none;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand {
  display: flex;
  width: max-content;
  position: absolute;
  right: 2.34375vw;
  top: -2.34375vw;
  height: 4.375vw;
  width: auto;
  border-radius: 3.125vw;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.3125vw 2.1875vw 0.3125vw 1.5625vw;
  font-size: 2.1875vw;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg {
  width: 1.5625vw;
  padding: 0 0.625vw;
  height: 2.8125vw;
  background: #fff;
  color: #2e2e2f !important;
  font-size: 2.03125vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.625vw;
  border-radius: 0.3125vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:after,
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 0.3125vw;
  background: #fff;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:after {
  height: 2.34375vw;
  right: -0.3125vw;
  top: 1px;
}
.specialImageGalleryFront .specialImageGalleryFrontItem.firstImageInArticle .gelleryOpener .galleryCounterExpand .numOfImg:before {
  height: 1.71875vw;
  right: -0.625vw;
  top: 0.46875vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .gelleryOpener .expand {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9)'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: #2e2e2f;
  background-size: 5.3125vw 5.3125vw;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 9.53125vw;
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
  height: 9.53125vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .galleryCounterExpand {
  display: none;
}
.specialImageGalleryFront .specialImageGalleryFrontItem img {
  width: 96.09375vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 340;
  line-height: 1.33;
  height: fit-content;
  width: 100%;
  align-items: flex-start;
  margin: 0px 1.5625vw 0 -1.5625vw;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .separator {
  margin: 1.5625vw 0;
  width: 19.53125vw;
  height: 1px;
  background-color: #78787B;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption {
  display: block;
  align-items: center;
  flex-wrap: wrap;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .creditSeparator {
  margin: 0 0.3125rem;
  background-color: unset;
  display: inline;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .credit {
  display: inline;
  color: #C5C5C5;
}
.specialImageGalleryFront .specialImageGalleryFrontItem .imageGalleryMoreDetails .creditAndCaption .caption {
  display: inline;
}
.magazine_template .VideoComponenta {
  display: flex;
}
.articleVideoComponenta,
.VideoLiveComponenta {
  position: relative;
  display: block;
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
}
.calcalist .articleVideoComponenta,
.calcalist .VideoLiveComponenta {
  margin: 0.78125vw 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.articleVideoComponenta #player,
.VideoLiveComponenta #player {
  background-size: contain;
}
.articleVideoComponenta > span,
.VideoLiveComponenta > span {
  display: block;
}
.calcalist .articleVideoComponenta .fp-title,
.calcalist .VideoLiveComponenta .fp-title {
  display: none !important;
}
.articleVideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: #78787b;
  padding: 1.5625vw;
  z-index: 1;
  position: relative;
  height: auto;
  font-size: 1rem;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -2.34375vw;
  box-sizing: border-box;
}
.font-moses .articleVideoComponenta .videoInfo,
.font-moses .VideoLiveComponenta .videoInfo {
  font-size: 0.875rem;
  padding: 1.5625vw 3.90625vw;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: 90%;
  display: flex;
  flex-grow: 1;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
  max-width: unset;
}
.articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  max-width: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 1.5625vw;
  line-height: 1.25;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div:first-child {
  margin-left: 0px;
}
.calcalist .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.calcalist .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline;
  white-space: wrap;
  margin-left: 0px;
}
.articleVideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container {
  position: relative;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: transparent;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  position: absolute;
  left: 2.34375vw;
  top: 2.34375vw;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.25vw !important;
  border-radius: 0.78125vw;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
}
.articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
  width: 4.6875vw;
}
.ynet .articleVideoComponenta .art_video_caption,
.ynet .VideoLiveComponenta .art_video_caption {
  color: #000;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: inline-block;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div {
  display: inline-block;
  overflow: unset;
}
.ynet .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .articleVideoComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.ynet .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span,
.radionas .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper > div span {
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (prefers-color-scheme: dark) {
  .articleVideoComponenta .videoInfo,
  .VideoLiveComponenta .videoInfo {
    color: #fff !important;
  }
}
.YoutubeCaption {
  font-size: 4.375vw;
  font-weight: 300;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
}
.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;
}
.google-search-contianer-componenta {
  height: 8.75vw;
  box-shadow: 1px 1px 0.625vw 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #000;
  background-color: #fff;
  margin: 0 3.4375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.google-search-contianer-componenta .search-icon {
  width: 3.75vw;
  height: 3.75vw;
  margin: 0 2.84375vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.235' height='23.694' viewBox='0 0 24.235 23.694'%3E %3Cg data-name='Group 321'%3E %3Cpath data-name='Ellipse 18' d='M2.737 11.363a8.626 8.626 0 1 0 8.626-8.626 8.635 8.635 0 0 0-8.626 8.626m-2.737 0a11.363 11.363 0 1 1 11.363 11.363A11.363 11.363 0 0 1 0 11.363z'/%3E %3Cpath data-name='Line 84' d='M24.235 21.758 22.3 23.694l-4.329-4.329 1.936-1.935z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.google-search-contianer-componenta input.google-search {
  border: none;
  padding: 0 2.45312vw 0 6.0625vw;
  width: 100%;
  font-size: 3.75vw !important;
  line-height: 1;
  height: 100%;
  color: #000;
  box-sizing: border-box;
}
.google-search-contianer-componenta input.google-search:placeholder-shown {
  opacity: 0.87;
  font-size: 3.75vw !important;
  line-height: 1;
  letter-spacing: 0px;
  text-align: right;
  color: #878788;
}
.google-search-contianer-componenta input.google-search:focus-visible {
  border: none;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .google-search-contianer-componenta input.google-search {
    color: #000 !important;
  }
}
.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;
}
.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-left: 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-left: 0.78125vw;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > * {
  display: flex;
  margin-left: 2.34375vw;
  align-items: center;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes > *:last-of-type {
  margin-left: 0;
}
.blogs-auto-feed-header-wrapper .orderCheckBoxes input {
  margin-left: 0.78125vw;
}
.blogs-item-wrapper {
  display: flex;
  padding: 4.375vw 4.6875vw 0 2.34375vw;
  margin-bottom: 2.1875vw;
  border-right: 0.46875vw solid #de1a1a;
  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;
}
.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-left: 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-left: 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-right: 0.46875vw;
}
.blogs-auto-feed-item .item-info {
  width: 100%;
  margin: 0 0 2.34375vw;
  font-size: 0.875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: right;
  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-left: 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-right: 0.78125vw;
  color: black;
  margin: unset;
  overflow: hidden;
  display: inline;
}
.blogs-auto-feed-item .item-info .title-row .title-section h3 {
  font-family: 'Moses', 'NarkisBlock' ! important;
  margin: unset;
  line-height: normal;
  letter-spacing: -0.3px;
  padding-left: 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-left: 0.2rem;
  margin-top: 0.5rem;
  content: "";
  position: absolute;
  left: 2.8375rem;
  bottom: 0.325rem;
}
.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-left: 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-left: 0.46875vw;
  margin-right: 0.46875vw;
}
.blogs-auto-feed-item .item-info .title-row .title-row__separator.red {
  background-color: #de1a1a !important;
  margin-left: 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-left: 10px;
  font-weight: lighter !important;
  line-height: 18px !important;
  height: unset !important;
  padding-top: 0 !important;
}
.font-moses .blogs-auto-feed-item .item-info .auth-row-pf {
  font-size: 15px !important;
  font-weight: 340 !important;
  line-height: normal !important;
}
.blogs-auto-feed-item .item-info .auth-row__separator {
  height: 100%;
  background-color: #888888;
  width: 0.46875vw !important;
  margin-left: 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;
}
.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-right: 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-right: 1.09375vw;
  padding-left: 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-right: 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;
}
.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;
}
.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-right: 0 !important;
  margin-left: 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-right: 0;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails {
  margin-top: 0px;
  padding-right: 0px;
}
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCaption,
.blogs-auto-feed-item .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 0.834rem !important;
  font-family: 'Moses', 'NarkisBlock' !important;
  font-weight: initial !important;
  margin-top: 0.78125vw;
}
.article-blog-componenta-wrapper .social-icon.tb {
  width: auto !important;
  height: 4.6875vw !important;
  font-family: 'Moses' !important;
  opacity: initial !important;
  font-weight: 500;
  background-color: #de1a1a !important;
  color: #fff;
  border-radius: 7.8125vw;
  padding: 0px 1.5625vw;
  display: flex;
  align-items: center;
  margin-right: auto;
  justify-content: center;
  flex-shrink: 0;
}
.article-blog-componenta-wrapper .social-icon.tb .spotim-comments-count {
  font-family: 'Moses' !important;
}
.article-blog-componenta-wrapper .social-icon.tb .spotim-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-right: 2.25rem !important;
}
.font-moses .ArticleBodyComponent .blogs-item-wrapper ul.public-DraftStyleDefault-ul {
  margin-right: 2.50rem !important;
}
.blog_article .ArticleHeaderMobileComponent h1 {
  font-family: "MosesDisplay", "NarkisBlock" !important;
  font-size: 2.34375rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.3px !important;
}
.blog_article .ArticleHeaderMobileComponent h2 {
  font-family: "Moses", "NarkisBlock" !important;
  font-size: 1.318rem !important;
  line-height: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  color: #000000 !important;
  margin: 0 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 0.96 !important;
}
.blog_article .mContainer .articleBlogsOCB-pf* {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.blog_article .text_editor_paragraph {
  font-family: 'Moses', 'NarkisBlock' !important;
  font-size: 0.95265625rem !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}
/*https://medium.com/@elad/normalize-css-or-css-reset-9d75175c5d1e*/
body {
  font-family: 'NarkisBlock', 'Arial';
}
body .layoutItem:focus,
body .layoutItem:hover,
body .layoutItem:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
figure {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.layoutItem[style],
.dynamicHeightItemsColumn[style],
.GridPlacedItem[style] {
  all: unset !important;
}
.RelativeElementsContainer[style],
.layoutContainer[style] {
  width: 100% !important;
  min-height: unset !important;
  padding-bottom: unset !important;
}
.mContainer.articleContainer {
  padding: 0 3.90625vw;
  overflow-x: hidden;
}
.mContainer.articleContainer.flash {
  padding-bottom: 15.625vw;
}
.mContainer.articleContainer .PplusMobileHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0 !important;
}
.mContainer.articleContainer.ynetnews.grid1280_2 .caption-image-credits-new-design {
  padding: 0 1.5625vw 0.78125vw 3.90625vw;
}
.mContainer.articleContainer.grid1280_2 .ArticleHeaderMobileComponent {
  margin-top: 0px !important;
}
.mContainer.articleContainer .ArticleHeaderMobileComponent {
  margin-top: 25vw !important;
}
.mContainer.articleContainer .caption-img-container {
  margin: 1.875vw auto 0 auto;
  margin-right: -3.90625vw;
  margin-left: -3.90625vw;
  width: calc(100% + 7.8125vw);
  display: block;
}
.mContainer.articleContainer .caption-image-credits-new-design {
  display: block;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 3.90625vw 0.78125vw 1.5625vw;
  box-sizing: border-box;
  margin-top: -0.5rem;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Medium.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Medium.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Semibold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Semibold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Bold.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Bold.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Heavy.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Heavy.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Black.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Black.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Light.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Light.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NarkisBlock';
  src: url('/Common/images/fonts/NarkissBlock-Regular.woff2') format('woff2'), url('/Common/images/fonts/NarkissBlock-Regular.woff') format('woff'), url('/Common/images/fonts/NarkissBlock-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*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_1.0VF.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}
.iframe-lightbox .content {
  height: 100% ! important;
  padding-bottom: 0 ! important;
}
.iframe-lightbox .content-holder {
  width: 100% !important;
  top: 0% !important;
  left: 0% !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  margin-right: 0 !important;
  height: 100% !important;
}
.lock-scroll {
  overflow: hidden;
}
.font-moses .mContainer .bottomHeaderArea .YnetPianoLogin .menu .menuOption {
  font-size: 3.59375vw;
  font-weight: 310;
}
.font-moses .mContainer .bottomHeaderArea .YnetPianoLogin .loggedUser .welcomeUserLabel {
  font-size: 3.75vw;
  font-weight: 310;
}
.font-moses .mContainer .YnetPianoLogin,
.font-moses .mContainer .YnetMutamHeader .bottomHeaderArea .WeatherView {
  font-weight: 310;
}
.mContainer {
  font-family: 'NarkisBlock';
  direction: rtl;
  padding-bottom: 15.625vw;
}
.font-moses .mContainer {
  font-family: 'Moses', 'NarkisBlock';
}
.mContainer .videoMediaContainer[style] {
  width: 100% ! important;
  height: 100% !important;
}
.mContainer .labelText {
  width: auto;
  position: absolute;
  background-color: #ed1c24;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: 670;
}
.mContainer .labelText span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mContainer .labelText.basicLabel[style],
.mContainer .labelText.basicLabel {
  height: 4.84375vw;
  line-height: 4.84375vw;
  padding: 0px 1.5625vw;
  letter-spacing: 0.16px;
  font-size: 2.8125vw;
  max-width: calc(100% - 3.125vw);
}
.mContainer .labelText.basicLabel[style].bottom,
.mContainer .labelText.basicLabel.bottom {
  bottom: 1.5625vw !important;
}
.mContainer .labelText.basicLabel[style].left,
.mContainer .labelText.basicLabel.left {
  left: 1.5625vw !important;
}
.mContainer .labelText.basicLabel[style].right,
.mContainer .labelText.basicLabel.right {
  right: 1.5625vw !important;
}
.mContainer .labelText.basicLabel[style].top,
.mContainer .labelText.basicLabel.top {
  top: 1.5625vw !important;
}
.mContainer .labelText.bigLabel[style],
.mContainer .labelText.bigLabel {
  height: 6.25vw;
  line-height: 6.25vw;
  font-size: 3.75vw;
  padding: 0 1.5625vw;
  max-width: calc(100% - 5vw);
}
.mContainer .labelText.bigLabel[style].bottom,
.mContainer .labelText.bigLabel.bottom {
  bottom: 2.5vw !important;
}
.mContainer .labelText.bigLabel[style].left,
.mContainer .labelText.bigLabel.left {
  left: 2.5vw !important;
}
.mContainer .labelText.bigLabel[style].right,
.mContainer .labelText.bigLabel.right {
  right: 2.5vw !important;
}
.mContainer .labelText.bigLabel[style].top,
.mContainer .labelText.bigLabel.top {
  top: 2.5vw !important;
}
.mContainer:not(.yplus) * {
  font-family: 'Moses', 'NarkisBlock';
}
.font-moses .mContainer:not(.yplus) * {
  font-family: 'Moses', 'NarkisBlock';
}
.mContainer .flowplayer:not(.is-playing) .fp-icon.fp-play,
.mContainer .flowplayer.is-touched.is-playing .fp-icon.fp-pause {
  width: 5em ! important;
  height: 5em ! important;
}
.mContainer .mediaArea .slick-slider {
  display: flex;
  width: 100vw;
  height: 56.25vw;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.mContainer .mediaArea .slick-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2.1875vw);
  width: 3.90625vw;
  height: 4.375vw;
  z-index: 2;
  color: transparent;
  border: 0;
  background-position: 50%;
  background-size: 4.21875vw 4.21875vw;
  background-color: transparent;
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-next {
  right: 1.5625vw;
  left: initial;
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-prev {
  left: 1.5625vw;
  right: initial;
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-prev::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  color: white;
  height: 100%;
  width: 50%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.mContainer .mediaArea .slick-slider .slick-arrow.slick-next::before {
  content: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
  color: white;
  width: 50%;
  height: 100%;
  position: absolute;
  text-align: center;
  transform: translate(50%, 25%);
}
.mContainer .mediaArea .slick-slider .slick-arrow .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 2.65625vw;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.mContainer .mediaArea .slick-slider .slick-dots {
  color: #fff;
  list-style: none;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: 0;
  position: absolute;
  justify-content: center;
  left: 1.5625vw;
  padding-inline-start: 0;
}
.mContainer .mediaArea .slick-slider .slick-dots li {
  display: inline-flex;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 3.125vw;
  border: 0.46875vw solid transparent;
  padding: 0;
  color: transparent;
  background: #9b9b9b;
  margin: auto 1.5625vw;
  box-sizing: border-box;
}
.mContainer .mediaArea .slick-slider .slick-dots li button {
  font-size: 0;
  color: transparent;
}
.mContainer .mediaArea .slick-slider .slick-dots li.slick-active {
  background: #9b9b9b;
  border: 0.46875vw solid #ffffff;
}
.mContainer .mediaArea .slick-slider .slick-list {
  display: flex;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.mContainer .mediaArea .slick-slider .slick-list .slick-track {
  display: flex;
}
.mContainer .mediaArea .slick-slider .slick-list .slick-track .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.ynet .havakIcon {
  width: 12.5vw;
  height: 4.6875vw;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='18' viewBox='0 0 50 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-257 -883) translate(22 712) translate(235 171)'%3E %3Crect width='50' height='18' fill='%23DE1A1A' rx='9'/%3E %3Cpath fill='%23000' d='M41 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M5 0L5 8 3 8 3 0z' transform='translate(37 5)'/%3E %3Cpath d='M8 3L8 5 0 5 0 3z' transform='translate(37 5)'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.157 14.197c2.21 0 3.029-.832 3.705-2.717l1.95-5.46h-1.976L9.601 9.946 8.327 6.02H6.325l2.366 6.305c-.338.377-.806.507-1.443.507-.182 0-.39 0-.533-.026v1.34c.117.025.273.051.442.051zM15.685 12V9.686c.013-1.599.507-2.223 1.235-2.223.611 0 .936.403.936 1.287V12h1.95V8.62c0-2.028-1.001-2.717-2.21-2.717-.832 0-1.534.299-2.002 1.014V6.02h-1.859V12h1.95zm8.268-6.149c1.755 0 2.834.825 2.834 2.632 0 .3-.026.644-.065.956h-3.965c.13.962.689 1.157 1.703 1.157.676 0 1.326-.104 2.002-.286v1.417c-.871.26-1.716.351-2.301.351-2.171 0-3.432-.663-3.432-3.133 0-2.093 1.248-3.094 3.224-3.094zm-.104 1.404c-.481 0-.923.338-1.079 1.08h1.989c-.065-.794-.403-1.08-.91-1.08zm6.747 4.784c.338 0 .806-.039 1.092-.104v-1.39c-.208.025-.533.038-.78.038-.507 0-.715-.247-.715-.897V7.372h1.495V6.02h-1.495V4.46h-1.95v1.56h-.871v1.352h.871v2.51c0 1.546.988 2.157 2.353 2.157z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  flex-shrink: 0;
}
.ynet .havakIcon.onImage {
  position: absolute;
  left: unset;
  top: unset;
  right: 2.1875vw;
  bottom: 1.875vw;
  z-index: 1;
}
.ynet .videoIcon {
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  width: auto;
  position: absolute;
  height: auto;
}
.ynet .videoIcon .icon {
  width: 100%;
  height: 100%;
}
.ynet .videoIcon.medium {
  top: unset;
  left: 1.5625vw;
  right: unset;
  bottom: 1.875vw;
  width: 4.6875vw;
  height: 4.6875vw;
}
.ynet .videoIcon.small {
  top: unset;
  left: unset;
  right: 1.875vw;
  bottom: 1.25vw;
  width: 1.71875vw;
  height: 1.71875vw;
}
.ynet .videoIcon.onTextRow {
  position: unset !important;
}
.ynet .videoIcon.big {
  width: 6.25vw;
  height: 6.25vw;
}
.ynet .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath fill='%232E2E2F' d='M30 0c16.569 0 30 13.431 30 30 0 16.569-13.431 30-30 30C13.431 60 0 46.569 0 30 0 13.431 13.431 0 30 0zm0 4.875C16.124 4.875 4.875 16.124 4.875 30S16.124 55.125 30 55.125 55.125 43.876 55.125 30 43.876 4.875 30 4.875z' style='mix-blend-mode:multiply'/%3E %3Ccircle cx='30' cy='30' r='25' fill='%23FFF'/%3E %3Cpath fill='%232E2E2F' style='mix-blend-mode:multiply' d='M33.5 18L47.563 43 19.438 43z' transform='rotate(90 33.5 30.5)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
}
.ynet .videoIcon .duration {
  margin: auto 0.78125vw;
  color: #fff;
  font-size: 1.875vw;
  align-items: center;
}
.ynet .audioIcon {
  width: auto;
  height: auto !important;
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 3.125vw;
  bottom: 0.625vw;
  right: 0.625vw;
  padding: 0.3125vw 0.78125vw;
  box-sizing: border-box;
  background-color: rgba(26, 26, 26, 0.6) !important;
}
.ynet .audioIcon .icon {
  height: 1.875vw;
  width: 1.875vw;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23fff'/%3E %3C/svg%3E") ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.ynet .audioIcon .duration {
  margin-right: 0.46875vw;
  color: #fff;
  font-size: 2.03125vw;
  font-weight: 600;
  line-height: 1;
  align-items: center;
}
.font-moses .ynet .audioIcon .duration {
  font-size: 1.71875vw;
  font-weight: 500;
}
.ynet .MarketingSign {
  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;
}
.ynet .MarketingSign .marketingImage {
  height: 7.8125vw !important;
  width: 7.8125vw !important;
}
.ynet .MarketingSign .marketingText {
  display: none;
  padding: 1.09375vw 0.9375vw 0.9375vw 3.125vw;
  background-color: #0006;
  font-size: 3.4375vw;
  font-weight: lighter;
  color: white;
  align-items: center;
  flex-grow: 1;
}
.font-moses .ynet .MarketingSign .marketingText {
  font-size: 2.96875vw;
  font-weight: 340;
  line-height: normal;
}
.ynet .MarketingSign:hover,
.ynet .MarketingSign:active {
  width: 100%;
}
.ynet .MarketingSign:hover .marketingText,
.ynet .MarketingSign:active .marketingText {
  display: flex;
}
.ynet .MarketingSign:hover .marketingText span,
.ynet .MarketingSign:active .marketingText span {
  white-space: nowrap;
}
.ynet .MarketingSign.smallItem {
  height: 4.53125vw;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
  z-index: 3;
}
.ynet .MarketingSign.smallItem .marketingImage {
  align-self: flex-end;
}
.ynet .MarketingSign.smallItem:hover,
.ynet .MarketingSign.smallItem:active {
  height: 17.96875vw;
}
.ynet .MarketingSign.smallItem:hover .marketingImage,
.ynet .MarketingSign.smallItem:active .marketingImage {
  align-self: flex-end;
}
.ynet .MarketingSign.smallItem:hover .marketingText,
.ynet .MarketingSign.smallItem:active .marketingText {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 13.28125vw;
  padding: 2.34375vw 9.375vw 2.34375vw 6.25vw;
  font-size: 3.4375vw;
}
.ynet .MarketingSign.smallItem:hover .marketingText span,
.ynet .MarketingSign.smallItem:active .marketingText span {
  white-space: unset;
}
@media (prefers-color-scheme: dark) {
  .ynet {
    background: #1e1e1e;
  }
  .ynet .YnetMutamHeader.Article .commentsOpen {
    color: #000 ! important;
  }
  .ynet .YnetMutamHeader,
  .ynet .YnetMutamHeader *:not(.progress-bar, .inputArea input, .topBtns, .goBack, .darkModeLogo, .menuHamburger, .srhBtn, .redmailIcon, .weatherimage *, .mediaIcon, .promoLabel, .YnetPlusLogo, .LogoutPopupComponent, .menuToggler, .yPlusLabel) {
    background: #1e1e1e !important;
    color: #fff !important;
  }
  .ynet .YnetMutamHeader *,
  .ynet .YnetMutamHeader *:not(.progress-bar, .inputArea input, .topBtns, .goBack, .darkModeLogo, .menuHamburger, .srhBtn, .redmailIcon, .weatherimage *, .mediaIcon, .promoLabel, .YnetPlusLogo, .LogoutPopupComponent, .menuToggler, .yPlusLabel) * {
    color: #fff !important;
  }
  .ynet *,
  .ynet *[style] {
    color: #fff !important;
  }
  .ArticleBodyComponent .text_editor_paragraph a,
  .ArticleBodyComponent li a,
  .ArticleBodyComponent .text_editor_paragraph a:hover,
  .ArticleBodyComponent li a:hover,
  .ArticleBodyComponent .text_editor_paragraph a:hover *,
  .ArticleBodyComponent li a:hover *,
  .ArticleBodyComponent .text_editor_paragraph.special_ul a,
  .ArticleBodyComponent li.special_ul a {
    color: #419bf9 ! important;
    -webkit-text-fill-color: #419bf9 ! important;
  }
  .ArticleBodyComponent .text_editor_paragraph.special_ul,
  .ArticleBodyComponent li.special_ul {
    color: #fff;
    -webkit-text-fill-color: #fff;
    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");
  }
}
body:has(.media-overlay-display) {
  overflow: hidden;
}
.media-overlay-display .image-overlay-display {
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 99999999;
}
.media-overlay-display .image-overlay-display .close-btn {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  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");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}
.media-overlay-display .image-overlay-display img {
  width: 100vw;
  height: auto;
  max-height: 100%;
}
.media-overlay-display .image-overlay-display .image-details {
  display: flex;
  flex-direction: column;
  gap: 0.46875vw;
  position: absolute;
  bottom: 7.8125vw;
  padding: 0 3.125vw;
  font-size: 2.5vw;
  line-height: 2.8125vw;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.media-overlay-display .image-overlay-display .image-details .caption {
  color: #fff;
}
.media-overlay-display .image-overlay-display .image-details .credit {
  color: #c7c7c7;
}
.ArticleHeadlinesMobileComponenta {
  display: flex;
  flex-direction: column;
}
.ArticleHeadlinesMobileComponenta .TabComponenta {
  width: 100%;
  height: 8.4375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 6.40625vw;
  padding: 0 4.6875vw;
}
.ArticleHeadlinesMobileComponenta .TabComponenta .titleLink {
  font-size: 4.6875vw;
  height: 4.53125vw;
  font-weight: bold;
  float: right;
  color: #fff;
  text-decoration: none;
  flex-grow: 1;
}
.font-moses .ArticleHeadlinesMobileComponenta .TabComponenta .titleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.ArticleHeadlinesMobileComponenta .TabComponenta .leftArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  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: center;
}
.ArticleHeadlinesMobileComponenta .slotsContent {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0 4.6875vw 2.34375vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 4.21875vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView > a {
  display: block;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView {
  width: 33.59375vw;
  height: 19.0625vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView .videoIcon {
  height: 4.21875vw !important;
  width: 4.21875vw !important;
  bottom: 0;
  left: 0;
  margin: 0 0 1.25vw 1.25vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView .videoIcon .icon {
  background-size: contain !important;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .imageView .onImage {
  height: 4.21875vw;
  width: 11.71875vw;
  margin: 0 1.25vw 1.25vw 0;
  right: 0;
  bottom: 0;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 3.4375vw;
  justify-content: space-between;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle {
  font-size: 4.21875vw;
  line-height: 4.84375vw;
  max-height: 14.53125vw;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle a,
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .slotTitle a:hover {
  text-decoration: none;
  color: unset;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  line-height: 4.21875vw;
}
.font-moses .ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails {
  font-size: 3.0625vw;
  line-height: 4.375vw;
  font-weight: 310;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .creditName {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .separator {
  margin: 0 0.78125vw;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .DateDisplay {
  white-space: nowrap;
}
.ArticleHeadlinesMobileComponenta .slotsContent .slotView .textDiv .moreDetails .videoIcon {
  display: none;
}
.ArticleHeadlinesMobileComponenta .slotMore {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 4.21875vw;
  line-height: 4.84375vw;
  margin: 1.5625vw 0 3.90625vw 0;
}
.font-moses .ArticleHeadlinesMobileComponenta .slotMore {
  font-size: 3.75vw;
}
.ExternalIframeMutamComponenta {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.34375vw;
}
.ExternalIframeMutamComponenta .componentaTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
  flex-shrink: 0;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
}
.OpinionsComponenta a {
  color: inherit;
  text-decoration: none;
}
.OpinionsComponenta .OpinionTab {
  width: auto;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  top: 12.5vw;
  color: #fff;
  padding: 0 3.125vw 0 4.6875vw;
  z-index: 2;
}
.OpinionsComponenta .OpinionTab .backgroundLink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.OpinionsComponenta .OpinionTab .channelIcon {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.OpinionsComponenta .OpinionTab .rightTitleText {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 4.0625vw;
  font-size: 4.375vw;
  font-weight: bold;
  z-index: 1;
}
.OpinionsComponenta .OpinionTab .rightTitleText .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  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: center;
}
.OpinionsComponenta .OpinionTab .leftTitleLink {
  display: none;
  position: absolute;
  left: 4.6875vw;
  line-height: 2.65625vw;
  font-size: 2.03125vw;
  z-index: 1;
}
.OpinionsComponenta .slotsWrapper {
  padding: 0 2.03125vw;
  margin-top: 2.65625vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 29.6875vw;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0.3125vw 1.5625vw 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 4.21875vw;
  padding: 2.65625vw;
  position: relative;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MutamMarketingSign {
  overflow: visible;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .marketingImage {
  bottom: 2.65625vw;
  right: 2.65625vw;
  position: absolute;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea {
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 3.90625vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel {
  height: 100% !important;
  width: 100% !important;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel img {
  width: 21.40625vw !important;
  height: 24.375vw !important;
  position: relative;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .videoIcon {
  height: 4.21875vw !important;
  width: 4.21875vw !important;
  left: 0;
  bottom: 0;
  margin: 0 0 0.9375vw 0.9375vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
  border-radius: 50%;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .havakIcon.onImage {
  height: 4.21875vw;
  width: 11.875vw;
  right: 0;
  bottom: 0;
  margin: 0 0.9375vw 0.9375vw 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .MediaCarousel {
  display: flex;
  flex-shrink: 0;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText {
  display: flex;
  flex-direction: column;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .author {
  height: 5.3125vw;
  width: fit-content;
  font-size: 3.90625vw;
  font-weight: 600;
  line-height: 1.27;
  padding: 0 1.875vw;
  margin-bottom: 2.65625vw;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .author {
  font-size: 3.84375vw;
  line-height: 5.3125vw;
  font-weight: 500;
  margin-bottom: 3.125vw;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
  font-size: 4.375vw;
  line-height: 1.18;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.font-moses .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
  font-size: 3.84375vw;
  line-height: 6.09375vw;
  font-weight: 500;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .subTitle {
  display: none;
}
.OpinionsComponenta .slotsWrapper .slotListWrapper:last-child {
  margin-bottom: unset;
}
@media (prefers-color-scheme: dark) {
  .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem {
    background-color: #2d2d2d;
  }
  .OpinionsComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
    color: #fff;
  }
}
.premium-paywall-mobile {
  width: 100%;
  height: 100%;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 23.90625vw 5.15625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container {
  display: flex;
  align-items: center;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container span {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.75vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container .yedioth-label-newspaper-mode {
  width: 37.96875vw;
  height: 4.84375vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='20' viewBox='0 0 148 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1672_130656)'%3E%3Cpath d='M115.514 2.13201C116.814 2.60489 118.745 2.22336 119.436 3.55065C118.833 6.82857 119.135 10.3214 120.429 13.1856C120.281 15.3727 119.063 16.9095 118.103 19.0106H106.517C107.219 16.8074 107.324 15.8778 107.933 14.4376C108.053 14.1528 108.136 14.1582 108.317 14.04C108.591 13.8573 108.882 13.7874 109.145 13.8304C110.341 13.7552 110.242 13.997 110.862 13.7552C111.07 11.7723 109.968 7.38205 109.968 7.38205L107.121 7.3713C107.121 4.97466 106.731 2.76072 105.223 0.987424C106.759 0.691874 107.966 2.67474 109.721 2.55652C110.538 2.61563 111.773 2.28785 111.893 3.41094C111.564 7.22085 112.316 10.6277 113.495 13.8197C114.982 14.0507 115.843 13.6531 117.993 13.8412C117.478 11.8905 117.154 7.27458 117.099 7.38743C117.099 7.38743 114.971 7.46265 113.918 7.37668C114.428 5.16274 113.764 2.70699 112.771 0.729492C113.89 0.729492 114.614 1.67525 115.519 2.14813L115.514 2.13201Z' fill='%23DE1A1A'/%3E%3Cpath d='M131.289 2.67515C132.627 2.93845 139.128 2.81487 139.128 2.81487L139.72 7.15138H138.354C138.683 9.10201 139.139 11.4772 139.984 13.1914C138.897 14.9378 138.14 16.9744 137.663 19.0164H136.56V7.22124L128.387 7.20512C128.266 4.9267 127.706 2.51931 126.379 0.686902C127.372 -0.0224178 127.866 1.48757 128.869 1.88522C129.791 2.256 130.318 2.48169 131.3 2.67515H131.289Z' fill='%23DE1A1A'/%3E%3Cpath d='M75.3067 3.13161L75.581 3.54538C75.4932 6.6191 76.2448 9.36503 72.8381 10.961L76.9141 16.6785L73.4909 19.4997C71.0772 16.34 65.4433 10.343 65.4433 10.343L64.796 14.0992L67.9174 14.1691L68.2685 19.0107C68.2685 19.0107 62.9583 19.0107 62.8486 18.9838L62.5469 18.7151C63.7208 14.427 63.452 10.2463 62.8486 5.81305L64.5711 1.70222H65.0264L71.9659 10.2893C72.5693 10.6708 73.0795 9.69819 73.4141 9.28442C73.6555 8.69332 73.6884 8.05386 72.9917 7.79055L70.5177 7.64009C70.4299 5.48526 69.7936 3.52926 68.1972 1.96553L68.3453 1.55176C70.1282 3.35193 72.8985 2.79307 75.3177 3.12086L75.3067 3.13161Z' fill='%23DE1A1A'/%3E%3Cpath d='M27.9396 2.86911C29.2397 2.31025 28.927 3.54619 28.8722 4.28775C28.9819 6.15777 30.2546 13.208 30.3862 14.4224C30.4301 14.8147 28.384 18.9793 28.384 18.9793H22.7227C22.7227 18.9793 24.2312 16.0883 24.7414 14.5514C24.8511 14.5514 27.3307 14.5514 27.3307 14.5514V7.5388C23.5291 8.02243 24.9224 5.29262 24.1654 3.84711C23.957 2.78313 22.8708 1.86424 22.8708 0.859375C24.8018 0.918485 25.7343 3.4011 27.9396 2.86911Z' fill='%23DE1A1A'/%3E%3Cpath d='M100.745 2.25093C101.771 3.43313 104.064 2.25093 104.634 3.82003C104.426 7.39887 104.876 10.709 105.962 13.7505C105.057 15.4056 104.267 16.3621 103.636 19.0113H102.698L102.709 7.51171C102.709 7.51171 101.348 7.4741 100.015 7.51171C100.394 4.20693 98.8029 1.92314 98.1172 0.83229C99.4777 0.504499 99.7903 1.89627 100.745 2.25093Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.5477 7.44139C51.6958 9.71982 52.217 11.7349 52.9466 13.7769C52.0414 15.432 51.2515 16.3455 50.6206 18.9947H49.8965C48.9036 12.9655 50.9882 6.22158 47.4883 1.22947C49.6003 0.369691 49.7484 3.32518 51.6794 2.91141H59.7818C59.7818 2.91141 60.1604 2.9974 60.3524 3.14249C60.5773 3.31444 60.6705 3.52938 60.7473 3.74433C60.5334 7.32317 60.9887 10.7032 62.0749 13.7447C61.1697 15.3997 60.3798 16.1413 59.7489 18.984H58.5969L58.6079 7.45751H51.833L51.5422 7.43601L51.5477 7.44139Z' fill='%23DE1A1A'/%3E%3Cpath d='M122.345 2.25093C123.371 3.43313 125.664 2.25093 126.234 3.82003C126.234 3.82003 126.58 6.71104 127.765 8.85512C126.755 10.1179 125.741 10.7466 125.115 13.4012H124.325L124.314 7.51171C124.314 7.51171 122.888 7.58157 121.621 7.51171C121.999 4.20693 120.408 1.92314 119.723 0.83229C121.078 0.504499 121.709 1.89627 122.35 2.25093H122.345Z' fill='%23DE1A1A'/%3E%3Cpath d='M142.579 2.25107C143.605 3.43327 145.898 2.25107 146.469 3.82017C146.469 3.82017 146.814 6.71119 147.999 8.85527C146.99 10.1181 146.101 10.7468 145.476 13.4014H144.582L144.592 7.51186C144.592 7.51186 143.078 7.47424 141.855 7.51186C142.234 4.20707 140.643 1.92328 139.957 0.832435C141.317 0.504643 141.68 1.84268 142.585 2.25107H142.579Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.5733 7.51077C33.5733 7.51077 32.4597 7.50003 31.2418 7.51077C31.6203 4.20599 30.035 1.9222 29.3438 0.83135C30.7042 0.503558 31.2747 1.9813 31.9714 2.27148C33.5678 3.17425 35.2903 2.24999 35.8608 3.81909C35.6469 7.39793 36.1022 10.7081 37.1884 13.7496C36.2832 15.4046 35.0654 16.3612 34.44 19.0104H33.5842L33.5733 7.51077Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7496 7.53764C19.7496 7.53764 18.1643 7.5269 17.2262 7.53764C17.6047 4.23286 16.0138 1.94369 15.3281 0.85822C16.6831 0.535801 17.1165 1.7395 17.9558 2.27686C18.9816 3.45906 21.2747 2.27686 21.8507 3.84596C21.6367 7.41943 22.0646 10.7511 23.1508 13.7926C22.2457 15.4476 21.3679 16.4041 20.7426 19.0533H19.7606V7.53764H19.7496Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8312 7.62453H6.78587C5.55157 8.57029 5.79294 10.7305 6.36346 12.1438C8.07502 14.5189 6.48415 16.5179 5.91364 18.6781L5.66129 18.9736H0L1.87063 14.2771H4.27888C3.81259 12.7295 3.43407 9.33335 4.27888 7.61916C3.98265 7.47407 3.3847 7.42033 2.93487 7.47944C2.87453 5.11504 2.56733 3.13216 1.44824 1.24064C2.26013 -0.145753 3.05007 2.30463 4.04299 2.36374C7.21376 3.07306 10.8453 2.78288 14.5811 2.86886C14.9432 2.95483 15.2065 3.20203 15.4204 3.88985C15.2065 7.46869 15.6728 10.8003 16.759 13.8472C15.8538 15.5023 15.0639 16.4588 14.433 19.108H12.8202V7.62453H12.8312Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.4415 3.81359C47.2331 7.39243 47.7049 10.7026 48.791 13.7441C47.8859 15.3991 47.0959 16.3557 46.4706 19.0049H45.3405L45.3295 7.50528H37.6056C37.7592 5.28597 37.4136 3.00754 36.0586 1.4062C36.1793 0.933318 37.0241 1.11065 37.3587 1.25574C38.3297 2.23911 39.0209 2.47018 39.9535 2.82484H46.4706C46.893 2.96993 47.2166 3.30847 47.447 3.81359H47.4415Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.9544 7.67257H88.975C87.7352 8.61833 87.982 10.5152 88.5525 11.9285C90.2641 14.3036 88.6732 16.5552 88.0972 18.7154L87.8449 19.0109H82.1836C82.1836 19.0109 83.4234 15.6256 84.0542 14.0565C84.1585 14.0135 86.4625 14.0618 86.4625 14.0618C85.9962 12.5088 85.6177 9.37601 86.4625 7.66182C86.1662 7.51674 85.6067 7.55973 85.1514 7.61884C85.091 5.25444 84.7509 3.18022 83.6318 1.2887C84.4437 -0.103069 85.2337 2.35268 86.2266 2.41179C89.3041 3.20709 93.0728 2.70734 96.5727 2.85242C96.9348 2.94378 97.1432 3.35755 97.4504 3.92178C97.2365 7.49525 97.6699 10.8753 98.756 13.9221C97.8509 15.5772 97.0609 16.4047 96.4301 19.0539L94.9709 19.0754L94.9489 7.67257H94.9544Z' fill='%23DE1A1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1672_130656'%3E%3Crect width='148' height='19' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .buttons-container {
  margin-top: 11.5625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login {
  margin-top: 7.65625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login div {
  font-size: 1rem;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login a {
  font-size: 1rem;
  text-decoration: underline;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .error-text {
  margin: auto;
  font-size: 0.813rem;
  margin-top: 1.5625vw;
  height: 6.09375vw;
  text-align: right;
  color: #DE1A1A;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email {
  padding: 7.03125vw 5.15625vw 23.90625vw 5.15625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.75vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container {
  display: flex;
  justify-content: center;
  gap: 3.90625vw;
  margin-top: 5.15625vw;
  margin-bottom: 5.15625vw;
  direction: rtl;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option input[type="radio"] {
  width: 3.90625vw;
  height: 3.90625vw;
  margin-left: 1.40625vw;
  cursor: pointer;
  accent-color: #2261D0;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option .radio-text {
  line-height: 4.6875vw;
  white-space: nowrap;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin {
  width: 100%;
  margin-top: 3.125vw;
  z-index: 1;
  position: relative;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin {
  margin-top: 5.46875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin input {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 5.625vw;
  text-align: right;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-right: 2.65625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin input:focus {
  outline: none;
  box-shadow: none;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text {
  padding-right: 2.65625vw;
  font-size: 0.813rem;
  padding-top: 1.5625vw;
  height: 8.75vw;
  text-align: right;
  color: #DE1A1A;
  position: relative;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a:visited,
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a:hover,
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text a:active {
  color: #DE1A1A;
  -webkit-text-fill-color: #DE1A1A;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 5.15625vw;
  gap: 5.15625vw;
  width: 100%;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base.continue:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .separator {
  margin-top: 7.8125vw;
  height: 6.25vw;
  display: flex;
  align-items: center;
  direction: rtl;
  text-align: center;
  width: 100%;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .separator {
  margin-top: 4.6875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .separator .line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .separator .text {
  padding: 0 3.90625vw;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 6.09375vw;
  font-weight: 400;
  color: #000 !important;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin {
  gap: 2.65625vw;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 7.8125vw;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin {
  margin-top: 4.6875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0.3125vw solid #000;
  font-weight: bold;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button span {
  position: relative;
  top: 0.46875vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  top: 0.625vw;
  background-size: contain;
  margin-left: 0.46875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  background-size: contain;
  top: 0.9375vw;
  margin-left: 0.75vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .signup {
  margin-top: 34.375vw;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 6.09375vw;
}
.premium-page-auth-wrapper .premium-paywall-mobile .premium-paywall-mobile-signin-email .signup {
  margin-top: 14.0625vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .signup button {
  color: #2261D0 !important;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users {
  margin-top: 2.65625vw;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users > div:first-child {
  display: flex;
  gap: 1.25vw;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 0.46875vw;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.72388 14.624C4.71321 14.24 4.76654 13.8933 4.88388 13.584C5.01188 13.2747 5.16121 13.0133 5.33188 12.8C5.51321 12.576 5.74788 12.3147 6.03588 12.016C6.43054 11.6107 6.71854 11.2693 6.89988 10.992C7.08121 10.7147 7.17188 10.384 7.17188 10C7.18254 9.44533 6.99588 9.01867 6.61188 8.72C6.23854 8.42133 5.67854 8.272 4.93188 8.272C4.55854 8.272 4.16921 8.336 3.76388 8.464C3.36921 8.58133 3.04921 8.71467 2.80388 8.864L2.77188 7.616C3.13454 7.43467 3.55054 7.29067 4.01988 7.184C4.48921 7.07733 4.97454 7.024 5.47588 7.024C6.48921 7.024 7.29988 7.248 7.90788 7.696C8.52654 8.13333 8.84121 8.79467 8.85188 9.68C8.85188 10.0853 8.78254 10.4533 8.64388 10.784C8.50521 11.1147 8.33988 11.3973 8.14788 11.632C7.95588 11.8667 7.68388 12.16 7.33188 12.512C6.91588 12.9173 6.60121 13.2747 6.38788 13.584C6.18521 13.8827 6.08388 14.2293 6.08388 14.624H4.72388ZM4.51588 16.064H6.45188V18H4.51588V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8904 7.7396C84.7148 8.02591 85.9427 7.79335 86.3838 8.59852C86.0003 10.584 86.192 12.6957 87.0177 14.4311C86.9212 15.7551 86.1497 16.6864 85.5405 17.9556H78.1743C78.6224 16.6228 78.686 16.0601 79.0752 15.1869C79.1517 15.0146 79.2046 15.0179 79.3187 14.9444C79.4951 14.8347 79.6798 14.7909 79.8456 14.8183C80.6066 14.7711 80.5407 14.9192 80.9359 14.7711C81.0712 13.5721 80.3678 10.9142 80.3678 10.9142L78.5578 10.9065C78.5578 9.45744 78.3084 8.11586 77.3487 7.04193C78.3272 6.86313 79.0941 8.06211 80.2079 7.99081C80.7254 8.02591 81.5122 7.82955 81.5887 8.50967C81.377 10.8177 81.8568 12.8778 82.6048 14.8095C83.5493 14.9499 84.0973 14.7075 85.4664 14.8227C85.1394 13.6413 84.9336 10.8473 84.8971 10.9142C84.8971 10.9142 83.5457 10.9603 82.8742 10.9065C83.2 9.56494 82.7777 8.07966 82.145 6.88068C82.8542 6.88068 83.3152 7.45329 83.8904 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9228 8.06741C94.7743 8.22757 98.9049 8.15188 98.9049 8.15188L99.2824 10.7758H98.4121C98.6238 11.9561 98.9108 13.3932 99.4471 14.4309C98.7567 15.4873 98.278 16.7213 97.9699 17.9554H97.2689L97.2665 10.8175L92.0715 10.8076C91.9951 9.42983 91.6399 7.97307 90.7966 6.86295C91.4294 6.43403 91.7422 7.3478 92.3797 7.58913C92.9666 7.81291 93.3006 7.95003 93.9228 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3322 8.34225L58.5039 8.59345C58.4474 10.4539 58.9261 12.1147 56.7597 13.0811L59.3519 16.5431L57.1749 18.25C55.64 16.3347 52.0598 12.7071 52.0598 12.7071L51.6482 14.9832L53.6323 15.0238L53.857 17.956C53.857 17.956 50.4815 17.956 50.4097 17.9407L50.218 17.7794C50.966 15.1851 50.7932 12.6544 50.4097 9.97014L51.5035 7.48333H51.7905L56.2022 12.6829C56.5868 12.9144 56.9126 12.3242 57.1243 12.0741C57.2772 11.7165 57.296 11.3304 56.8549 11.1691L55.2825 11.0803C55.2248 9.77378 54.8214 8.59345 53.8052 7.64458L53.9005 7.39447C55.0331 8.48595 56.7973 8.14589 58.3322 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2154 8.18463C29.041 7.84457 28.8434 8.59489 28.8081 9.04355C28.8775 10.1745 29.6855 14.4428 29.7702 15.1767C29.7984 15.4147 28.4965 17.9344 28.4965 17.9344L24.8975 17.9322C24.8975 17.9322 25.856 16.1837 26.1818 15.2534C26.2524 15.2567 27.8296 15.2567 27.8296 15.2567V11.0115C25.4138 11.3044 26.2971 9.65127 25.8172 8.77479C25.6843 8.13088 24.9928 7.57582 24.9928 6.9681C26.2206 7.0032 26.8158 8.50604 28.2154 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.503 7.81134C75.1557 8.52766 76.613 7.81134 76.9776 8.76021C76.8435 10.9245 77.1305 12.9287 77.8209 14.7716C77.2457 15.7731 76.7435 16.3523 76.3436 17.956H75.7473L75.7544 10.9958C75.7544 10.9958 74.8923 10.9728 74.0419 10.9958C74.2831 8.99496 73.2728 7.61169 72.8341 6.95242C73.6973 6.75606 73.8985 7.59634 74.503 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2249 10.9523C43.3201 12.3312 43.6506 13.5521 44.114 14.7862C43.5389 15.7877 43.0355 16.3417 42.6368 17.9454H42.1758C41.543 14.2959 42.8709 10.2141 40.6456 7.18974C41.9888 6.67088 42.084 8.46002 43.3119 8.20992H48.4622C48.4622 8.20992 48.7033 8.26257 48.8233 8.35033C48.9656 8.45673 49.0232 8.58398 49.075 8.71671C48.9397 10.8821 49.2279 12.929 49.9183 14.7708C49.3431 15.7735 48.8397 16.221 48.441 17.9433H47.7095L47.7165 10.9655H43.4084L43.2249 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2347 7.81134C88.8863 8.52766 90.3447 7.81134 90.7093 8.76021C90.7093 8.76021 90.9304 10.5099 91.6808 11.8087C91.0386 12.5722 90.393 12.955 89.9942 14.5587H89.492L89.4861 10.9958C89.4861 10.9958 88.5793 11.0364 87.7737 10.9958C88.0148 8.99496 87.0045 7.61169 86.5658 6.95242C87.4291 6.75606 87.8266 7.59634 88.2347 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.098 7.81139C101.75 8.5277 103.208 7.81139 103.572 8.76026C103.572 8.76026 103.793 10.5099 104.544 11.8087C103.902 12.5722 103.338 12.955 102.939 14.5588H102.37L102.376 10.9959C102.376 10.9959 101.413 10.9728 100.638 10.9959C100.878 8.99501 99.8686 7.61174 99.4287 6.95247C100.292 6.75611 100.524 7.56457 101.098 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7967 10.9956C31.7967 10.9956 31.0875 10.989 30.3148 10.9956C30.5547 8.99476 29.5456 7.61149 29.1069 6.95222C29.9701 6.75586 30.3359 7.64988 30.7758 7.8243C31.7896 8.37168 32.8858 7.81114 33.2504 8.76001C33.1163 10.9243 33.4033 12.9285 34.0937 14.7714C33.5185 15.7729 32.7446 16.3521 32.3448 17.9558H31.8026L31.7967 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0114 11.0106C23.0114 11.0106 22.0034 11.0051 21.4071 11.0106C21.6471 9.00973 20.6368 7.62646 20.1981 6.96719C21.0614 6.77083 21.3366 7.50031 21.867 7.8272C22.5198 8.54242 23.977 7.8272 24.3416 8.77498C24.2075 10.9404 24.4768 12.9533 25.1672 14.7962C24.5909 15.7977 24.0346 16.3769 23.6347 17.9807H23.0126L23.0114 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6108 11.0627H14.7695C13.9827 11.6353 14.138 12.944 14.5002 13.7996C15.5893 15.2388 14.5778 16.4477 14.2132 17.7541L14.0521 17.9329H10.4531L11.6422 15.0874L13.1723 15.0918C12.876 14.1495 12.636 12.0949 13.1735 11.0572C12.9842 10.9694 12.6066 10.9376 12.3185 10.9727C12.2797 9.54229 12.0832 8.34331 11.374 7.19808C11.8915 6.35672 12.3902 7.842 13.0242 7.8782C15.0389 8.30821 17.3488 8.13269 19.7234 8.18425C19.9539 8.238 20.121 8.38829 20.2574 8.80294C20.1233 10.9672 20.4173 12.9857 21.1077 14.8285C20.5326 15.8301 20.0304 16.4093 19.6305 18.0119H18.6073L18.6108 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6156 8.75618C40.4815 10.9205 40.7826 12.9246 41.473 14.7675C40.8978 15.769 40.3956 16.3482 39.9969 17.952H39.2783L39.2701 10.9907L34.3609 10.9885C34.4562 9.64691 34.2397 8.26583 33.3765 7.29941C33.4529 7.0142 33.9904 7.12061 34.2009 7.21056C34.8196 7.80621 35.2559 7.94442 35.8511 8.15833H39.9946C40.2627 8.24828 40.4686 8.45122 40.6156 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8219 11.0937H67.0194C66.2338 11.6663 66.3879 12.8137 66.7513 13.6705C67.8392 15.1086 66.8277 16.471 66.4631 17.7764L66.302 17.9563H62.7042C62.7042 17.9563 63.4899 15.9061 63.8933 14.9583C63.9591 14.9331 65.4234 14.9616 65.4234 14.9616C65.127 14.0204 64.8871 12.1259 65.4246 11.0893C65.2352 11.0004 64.8777 11.0268 64.5907 11.0619C64.5519 9.63144 64.3343 8.37432 63.6239 7.2291C64.1426 6.38773 64.6413 7.87301 65.2741 7.90921C67.2312 8.39187 69.6258 8.08802 71.851 8.17687C72.0815 8.23172 72.2144 8.48402 72.4073 8.82408C72.2732 10.9884 72.5485 13.0331 73.2388 14.876C72.6625 15.8775 72.1603 16.3799 71.7616 17.9837L70.836 17.9969L70.8219 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-plus-label {
  margin-left: 0.46875vw;
  width: 10.46875vw;
  height: 3.28125vw;
  position: relative;
  top: 0.3125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='14' viewBox='0 0 42 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.80078C0.5 3.21093 3.41015 0.300781 7 0.300781H35C38.5899 0.300781 41.5 3.21093 41.5 6.80078C41.5 10.3906 38.5899 13.3008 35 13.3008H7C3.41015 13.3008 0.5 10.3906 0.5 6.80078Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.84169 12.0016C9.64319 12.0016 11.9139 9.67339 11.9139 6.80156C11.9139 3.92973 9.64319 1.60156 6.84169 1.60156C4.0402 1.60156 1.76953 3.92973 1.76953 6.80156C1.76953 9.67339 4.0402 12.0016 6.84169 12.0016Z' fill='black'/%3E%3Cpath d='M7.56629 3.83012V9.77297H6.1171V3.83012H7.56629Z' fill='white'/%3E%3Cpath d='M9.74008 6.05869V7.5444H3.94332V6.05869H9.74008Z' fill='white'/%3E%3Cpath d='M34.5074 4.85808C34.5074 4.85808 32.1696 4.90139 31.6882 4.80912H31.6922C31.3608 4.74551 31.1736 4.67195 30.878 4.55577L30.8182 4.5323C30.6833 4.48022 30.574 4.37368 30.4713 4.27364C30.2994 4.10604 30.1462 3.95671 29.9226 4.11237C30.4 4.75451 30.6012 5.59814 30.6446 6.39657L33.5841 6.40222V10.5356H33.9807C34.1523 9.82005 34.4246 9.10636 34.8152 8.49435C34.5114 7.89364 34.3476 7.06131 34.2293 6.37774H34.7205L34.5074 4.85808Z' fill='white'/%3E%3Cpath d='M26.5331 4.7178C26.3515 4.69581 26.1703 4.67385 26.0143 4.61856L26.0162 4.62421C25.9092 4.5697 25.8091 4.49727 25.7088 4.42459C25.504 4.27633 25.2979 4.12707 25.0278 4.12707C25.3849 4.82005 25.6236 5.68063 25.4402 6.45646C25.8189 6.48659 26.5844 6.46023 26.5844 6.46023C26.5906 6.44783 26.6063 6.59845 26.6307 6.83215C26.6839 7.34353 26.7787 8.25269 26.906 8.72183C26.5183 8.68879 26.2471 8.70734 26.0057 8.72385C25.7655 8.74027 25.5549 8.75468 25.2883 8.7143C24.8641 7.59574 24.5938 6.40186 24.7122 5.06674C24.6779 4.75552 24.3931 4.76223 24.1301 4.76842C24.0605 4.77005 23.9925 4.77166 23.9309 4.76732C23.6179 4.78786 23.3534 4.62736 23.0988 4.47294C22.8401 4.31595 22.5917 4.16524 22.3132 4.21746C22.8558 4.83888 22.9958 5.61472 22.9958 6.45458L24.0197 6.45835C24.0197 6.45835 24.4163 7.99684 24.3413 8.69171C24.2185 8.73837 24.1741 8.73364 24.0872 8.72437C24.0163 8.71681 23.917 8.70623 23.7238 8.71807C23.6291 8.70301 23.5245 8.72749 23.4259 8.79151C23.413 8.79973 23.4015 8.80624 23.391 8.81218C23.3485 8.83619 23.3226 8.85085 23.2878 8.93086C23.158 9.23004 23.0919 9.46635 23.0071 9.77004C22.9488 9.97863 22.8816 10.219 22.7788 10.5334H26.9454C27.043 10.3252 27.1481 10.1328 27.2497 9.94666C27.5076 9.47434 27.7437 9.04183 27.7819 8.4921C27.3163 7.48841 27.2078 6.26439 27.4248 5.1157C27.2592 4.80576 26.8956 4.76172 26.5331 4.7178Z' fill='white'/%3E%3Cpath d='M20.7034 4.66054C20.8735 4.8515 21.1404 4.86642 21.3988 4.88087C21.701 4.89776 21.9916 4.914 22.1022 5.21041C22.0272 6.46456 22.189 7.62454 22.5796 8.69038C22.5135 8.80809 22.4492 8.91572 22.3867 9.02027C22.1412 9.43079 21.9239 9.79409 21.7431 10.5339H21.4058L21.4097 6.5041C21.4097 6.5041 20.9204 6.49092 20.441 6.5041C20.5699 5.40745 20.0638 4.63163 19.8003 4.22779C19.7855 4.20516 19.7715 4.18369 19.7584 4.16341C20.0629 4.09192 20.2215 4.25383 20.3805 4.41627C20.4771 4.51484 20.5738 4.61361 20.7034 4.66054Z' fill='white'/%3E%3Cpath d='M29.1658 4.88087C28.9074 4.86642 28.6405 4.8515 28.4705 4.66054H28.4724C28.4037 4.62353 28.3353 4.55428 28.2603 4.47831C28.0834 4.2992 27.8696 4.08275 27.5274 4.16341C27.5405 4.18369 27.5545 4.20515 27.5693 4.22778C27.8328 4.63162 28.3389 5.40745 28.21 6.5041C28.6658 6.52858 29.1787 6.5041 29.1787 6.5041L29.1826 8.56798H29.4667C29.6452 7.8297 29.9119 7.53857 30.1959 7.22864C30.2697 7.14806 30.3447 7.0662 30.4196 6.97487C29.9935 6.22352 29.8692 5.21041 29.8692 5.21041C29.7586 4.914 29.468 4.89776 29.1658 4.88087Z' fill='white'/%3E%3Cpath d='M35.7483 4.66057C35.9183 4.85153 36.1852 4.86644 36.4436 4.88089C36.7458 4.89778 37.0364 4.91402 37.147 5.21043C37.147 5.21043 37.2713 6.22354 37.6975 6.9749C37.6341 7.05214 37.572 7.12262 37.5116 7.19128C37.2258 7.51596 36.9756 7.80015 36.79 8.568H36.4684L36.4723 6.50412C36.4723 6.50412 35.9278 6.49094 35.4879 6.50412C35.6168 5.40747 35.1106 4.63165 34.8471 4.22781C34.8324 4.20518 34.8184 4.18371 34.8053 4.16343C35.1204 4.08945 35.2866 4.25761 35.4519 4.42494C35.5433 4.51741 35.6344 4.60963 35.7503 4.66057H35.7483Z' fill='white'/%3E%3Cpath d='M16.4697 6.56021H18.6181L18.626 10.5562L19.1508 10.5486C19.3247 9.83708 19.5322 9.50054 19.7662 9.12101C19.8375 9.00536 19.9113 8.88572 19.9873 8.75026C19.5967 7.68254 19.4408 6.49807 19.5177 5.24581C19.5123 5.23606 19.5069 5.22644 19.5016 5.21695C19.3997 5.03406 19.3259 4.90151 19.2021 4.87107C18.7831 4.85414 18.3533 4.86226 17.9256 4.87034C17.0685 4.88654 16.2196 4.90257 15.4813 4.71666C15.337 4.70829 15.2047 4.56279 15.0789 4.42453C14.8934 4.22062 14.7222 4.03244 14.5482 4.32309C14.9506 4.98594 15.0729 5.71282 15.0946 6.54138C15.2584 6.52067 15.4596 6.5056 15.5662 6.55645C15.2623 7.15716 15.3985 8.255 15.5662 8.79922C15.5662 8.79922 14.7376 8.78227 14.7001 8.79734C14.4732 9.3472 14.0273 10.5336 14.0273 10.5336H16.0633L16.1541 10.43C16.201 10.2584 16.2667 10.0852 16.3331 9.91026C16.5595 9.31313 16.7938 8.69533 16.3178 8.05163C16.1126 7.55637 16.0239 6.89164 16.4697 6.56021Z' fill='white'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile .premium-paywall-mobile-signin-email .yedioth-label-newspaper-mode {
  width: 37.96875vw;
  background-repeat: no-repeat;
  height: 4.84375vw;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='20' viewBox='0 0 148 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1672_130656)'%3E%3Cpath d='M115.514 2.13201C116.814 2.60489 118.745 2.22336 119.436 3.55065C118.833 6.82857 119.135 10.3214 120.429 13.1856C120.281 15.3727 119.063 16.9095 118.103 19.0106H106.517C107.219 16.8074 107.324 15.8778 107.933 14.4376C108.053 14.1528 108.136 14.1582 108.317 14.04C108.591 13.8573 108.882 13.7874 109.145 13.8304C110.341 13.7552 110.242 13.997 110.862 13.7552C111.07 11.7723 109.968 7.38205 109.968 7.38205L107.121 7.3713C107.121 4.97466 106.731 2.76072 105.223 0.987424C106.759 0.691874 107.966 2.67474 109.721 2.55652C110.538 2.61563 111.773 2.28785 111.893 3.41094C111.564 7.22085 112.316 10.6277 113.495 13.8197C114.982 14.0507 115.843 13.6531 117.993 13.8412C117.478 11.8905 117.154 7.27458 117.099 7.38743C117.099 7.38743 114.971 7.46265 113.918 7.37668C114.428 5.16274 113.764 2.70699 112.771 0.729492C113.89 0.729492 114.614 1.67525 115.519 2.14813L115.514 2.13201Z' fill='%23DE1A1A'/%3E%3Cpath d='M131.289 2.67515C132.627 2.93845 139.128 2.81487 139.128 2.81487L139.72 7.15138H138.354C138.683 9.10201 139.139 11.4772 139.984 13.1914C138.897 14.9378 138.14 16.9744 137.663 19.0164H136.56V7.22124L128.387 7.20512C128.266 4.9267 127.706 2.51931 126.379 0.686902C127.372 -0.0224178 127.866 1.48757 128.869 1.88522C129.791 2.256 130.318 2.48169 131.3 2.67515H131.289Z' fill='%23DE1A1A'/%3E%3Cpath d='M75.3067 3.13161L75.581 3.54538C75.4932 6.6191 76.2448 9.36503 72.8381 10.961L76.9141 16.6785L73.4909 19.4997C71.0772 16.34 65.4433 10.343 65.4433 10.343L64.796 14.0992L67.9174 14.1691L68.2685 19.0107C68.2685 19.0107 62.9583 19.0107 62.8486 18.9838L62.5469 18.7151C63.7208 14.427 63.452 10.2463 62.8486 5.81305L64.5711 1.70222H65.0264L71.9659 10.2893C72.5693 10.6708 73.0795 9.69819 73.4141 9.28442C73.6555 8.69332 73.6884 8.05386 72.9917 7.79055L70.5177 7.64009C70.4299 5.48526 69.7936 3.52926 68.1972 1.96553L68.3453 1.55176C70.1282 3.35193 72.8985 2.79307 75.3177 3.12086L75.3067 3.13161Z' fill='%23DE1A1A'/%3E%3Cpath d='M27.9396 2.86911C29.2397 2.31025 28.927 3.54619 28.8722 4.28775C28.9819 6.15777 30.2546 13.208 30.3862 14.4224C30.4301 14.8147 28.384 18.9793 28.384 18.9793H22.7227C22.7227 18.9793 24.2312 16.0883 24.7414 14.5514C24.8511 14.5514 27.3307 14.5514 27.3307 14.5514V7.5388C23.5291 8.02243 24.9224 5.29262 24.1654 3.84711C23.957 2.78313 22.8708 1.86424 22.8708 0.859375C24.8018 0.918485 25.7343 3.4011 27.9396 2.86911Z' fill='%23DE1A1A'/%3E%3Cpath d='M100.745 2.25093C101.771 3.43313 104.064 2.25093 104.634 3.82003C104.426 7.39887 104.876 10.709 105.962 13.7505C105.057 15.4056 104.267 16.3621 103.636 19.0113H102.698L102.709 7.51171C102.709 7.51171 101.348 7.4741 100.015 7.51171C100.394 4.20693 98.8029 1.92314 98.1172 0.83229C99.4777 0.504499 99.7903 1.89627 100.745 2.25093Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.5477 7.44139C51.6958 9.71982 52.217 11.7349 52.9466 13.7769C52.0414 15.432 51.2515 16.3455 50.6206 18.9947H49.8965C48.9036 12.9655 50.9882 6.22158 47.4883 1.22947C49.6003 0.369691 49.7484 3.32518 51.6794 2.91141H59.7818C59.7818 2.91141 60.1604 2.9974 60.3524 3.14249C60.5773 3.31444 60.6705 3.52938 60.7473 3.74433C60.5334 7.32317 60.9887 10.7032 62.0749 13.7447C61.1697 15.3997 60.3798 16.1413 59.7489 18.984H58.5969L58.6079 7.45751H51.833L51.5422 7.43601L51.5477 7.44139Z' fill='%23DE1A1A'/%3E%3Cpath d='M122.345 2.25093C123.371 3.43313 125.664 2.25093 126.234 3.82003C126.234 3.82003 126.58 6.71104 127.765 8.85512C126.755 10.1179 125.741 10.7466 125.115 13.4012H124.325L124.314 7.51171C124.314 7.51171 122.888 7.58157 121.621 7.51171C121.999 4.20693 120.408 1.92314 119.723 0.83229C121.078 0.504499 121.709 1.89627 122.35 2.25093H122.345Z' fill='%23DE1A1A'/%3E%3Cpath d='M142.579 2.25107C143.605 3.43327 145.898 2.25107 146.469 3.82017C146.469 3.82017 146.814 6.71119 147.999 8.85527C146.99 10.1181 146.101 10.7468 145.476 13.4014H144.582L144.592 7.51186C144.592 7.51186 143.078 7.47424 141.855 7.51186C142.234 4.20707 140.643 1.92328 139.957 0.832435C141.317 0.504643 141.68 1.84268 142.585 2.25107H142.579Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.5733 7.51077C33.5733 7.51077 32.4597 7.50003 31.2418 7.51077C31.6203 4.20599 30.035 1.9222 29.3438 0.83135C30.7042 0.503558 31.2747 1.9813 31.9714 2.27148C33.5678 3.17425 35.2903 2.24999 35.8608 3.81909C35.6469 7.39793 36.1022 10.7081 37.1884 13.7496C36.2832 15.4046 35.0654 16.3612 34.44 19.0104H33.5842L33.5733 7.51077Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7496 7.53764C19.7496 7.53764 18.1643 7.5269 17.2262 7.53764C17.6047 4.23286 16.0138 1.94369 15.3281 0.85822C16.6831 0.535801 17.1165 1.7395 17.9558 2.27686C18.9816 3.45906 21.2747 2.27686 21.8507 3.84596C21.6367 7.41943 22.0646 10.7511 23.1508 13.7926C22.2457 15.4476 21.3679 16.4041 20.7426 19.0533H19.7606V7.53764H19.7496Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8312 7.62453H6.78587C5.55157 8.57029 5.79294 10.7305 6.36346 12.1438C8.07502 14.5189 6.48415 16.5179 5.91364 18.6781L5.66129 18.9736H0L1.87063 14.2771H4.27888C3.81259 12.7295 3.43407 9.33335 4.27888 7.61916C3.98265 7.47407 3.3847 7.42033 2.93487 7.47944C2.87453 5.11504 2.56733 3.13216 1.44824 1.24064C2.26013 -0.145753 3.05007 2.30463 4.04299 2.36374C7.21376 3.07306 10.8453 2.78288 14.5811 2.86886C14.9432 2.95483 15.2065 3.20203 15.4204 3.88985C15.2065 7.46869 15.6728 10.8003 16.759 13.8472C15.8538 15.5023 15.0639 16.4588 14.433 19.108H12.8202V7.62453H12.8312Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.4415 3.81359C47.2331 7.39243 47.7049 10.7026 48.791 13.7441C47.8859 15.3991 47.0959 16.3557 46.4706 19.0049H45.3405L45.3295 7.50528H37.6056C37.7592 5.28597 37.4136 3.00754 36.0586 1.4062C36.1793 0.933318 37.0241 1.11065 37.3587 1.25574C38.3297 2.23911 39.0209 2.47018 39.9535 2.82484H46.4706C46.893 2.96993 47.2166 3.30847 47.447 3.81359H47.4415Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.9544 7.67257H88.975C87.7352 8.61833 87.982 10.5152 88.5525 11.9285C90.2641 14.3036 88.6732 16.5552 88.0972 18.7154L87.8449 19.0109H82.1836C82.1836 19.0109 83.4234 15.6256 84.0542 14.0565C84.1585 14.0135 86.4625 14.0618 86.4625 14.0618C85.9962 12.5088 85.6177 9.37601 86.4625 7.66182C86.1662 7.51674 85.6067 7.55973 85.1514 7.61884C85.091 5.25444 84.7509 3.18022 83.6318 1.2887C84.4437 -0.103069 85.2337 2.35268 86.2266 2.41179C89.3041 3.20709 93.0728 2.70734 96.5727 2.85242C96.9348 2.94378 97.1432 3.35755 97.4504 3.92178C97.2365 7.49525 97.6699 10.8753 98.756 13.9221C97.8509 15.5772 97.0609 16.4047 96.4301 19.0539L94.9709 19.0754L94.9489 7.67257H94.9544Z' fill='%23DE1A1A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1672_130656'%3E%3Crect width='148' height='19' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signin-email {
    background-color: #fff;
  }
  .premium-paywall-mobile-signin-email.newspaper .title-container span {
    color: #000 !important;
  }
  .premium-paywall-mobile-signin-email.newspaper .login div {
    color: #000 !important;
  }
  .premium-paywall-mobile-signin-email.newspaper .login div a {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signin-email.newspaper .error-text {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signin-email .title,
  .premium-paywall-mobile-signin-email .subtitle,
  .premium-paywall-mobile-signin-email .email-signin input,
  .premium-paywall-mobile-signin-email .terms,
  .premium-paywall-mobile-signin-email .terms .inner-container a,
  .premium-paywall-mobile-signin-email .terms .error-text span,
  .premium-paywall-mobile-signin-email .terms .error-text a,
  .premium-paywall-mobile-signin-email .signup,
  .premium-paywall-mobile-signin-email .newspaper-users {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signin-email .signup a,
  .premium-paywall-mobile-signin-email .newspaper-register-text {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signin-email .email-signin input {
    border-bottom: 1px solid #000;
  }
  .premium-paywall-mobile-signin-email .email-signin.error input,
  .premium-paywall-mobile-signin-email .terms.error .inner-container input[type="checkbox"] {
    border-color: #DE1A1A;
  }
  .premium-paywall-mobile-signin-email .email-signin .error-text,
  .premium-paywall-mobile-signin-email .terms .error-text,
  .premium-paywall-mobile-signin-email .terms .error-text span,
  .premium-paywall-mobile-signin-email .terms .error-text a {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signin-email .email-signin.error input,
  .premium-paywall-mobile-signin-email .terms.error .inner-container input[type="checkbox"] {
    border-color: #DE1A1A;
  }
  .premium-paywall-mobile-signin-email .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signin-email .buttons-container .button-base.continue:disabled {
    background-color: #D8D8D8;
    border-color: #D9D9D9;
    color: #78787B !important;
  }
  .premium-paywall-mobile-signin-email .social-signin .social-button {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }
  .premium-paywall-mobile-signin-email .social-signin .social-button span {
    color: #000 !important;
  }
  .premium-paywall-mobile-signin-email .terms .inner-container input[type="checkbox"] {
    background-color: #fff;
    border-color: #000;
  }
  .premium-paywall-mobile-signin-email .separator .text {
    color: #000 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-paywall-mobile .premium-paywall-mobile-signin-email {
    padding: 6.6vw 3.3vw 15.3vw 3.3vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .yedioth-label-newspaper-mode {
    width: 28.5vw !important;
    height: 3.8vw !important;
    margin-right: 1.5vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .title-container span:first-child {
    font-size: 2.6rem !important;
    line-height: 5.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .buttons-container {
    margin-top: 7.4vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login {
    margin-top: 4.9vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login div {
    font-size: 1.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .login a {
    font-size: 1.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email.newspaper .error-text {
    font-size: 1.3rem !important;
    margin-top: 1vw !important;
    height: 3.9vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .title {
    font-size: 2.6rem !important;
    line-height: 5.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container {
    gap: 2vw !important;
    margin-top: 3vw !important;
    margin-bottom: 2vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option {
    font-size: 1.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option input[type="radio"] {
    width: 2.5vw !important;
    height: 2.5vw !important;
    margin-left: 0.8vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .radio-buttons-container .radio-option .radio-text {
    line-height: 2.4rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin {
    margin-top: 2vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin input {
    font-size: 1.5rem !important;
    line-height: 3.6rem !important;
    padding-right: 1.7vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .error-text {
    padding-right: 1.7vw !important;
    font-size: 1.3rem !important;
    padding-top: 0.7vw !important;
    height: 5vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .email-signin .reset-icon {
    width: 4vw !important;
    height: 4vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container {
    gap: 3.3vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .buttons-container .button-base {
    height: 8vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .separator {
    margin-top: 5vw !important;
    height: 4vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .separator .text {
    padding: 0 2.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin {
    gap: 1.7vw !important;
    margin-top: 5vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button {
    height: 8.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .social-signin .social-button span::before {
    width: 3.9vw !important;
    height: 3.9vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .signup {
    margin-top: 22vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users {
    margin-top: 1.7vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users > div:first-child {
    gap: 0.8vw !important;
    display: flex;
    align-items: center;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-label {
    width: 19.5vw !important;
    height: 4.6vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .newspaper-users .yedioth-plus-label {
    width: 8.7vw !important;
    height: 3vw !important;
  }
  .premium-paywall-mobile .premium-paywall-mobile-signin-email .yedioth-label-newspaper-mode {
    width: 24.3vw !important;
    height: 3.1vw !important;
  }
}
.premium-paywall-mobile-signin-finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 31.25vw 5.15625vw;
}
.premium-paywall-mobile-signin-finish .title {
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.premium-paywall-mobile-signin-finish .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.3125vw;
  margin-top: 3.90625vw;
  text-align: center;
}
.premium-paywall-mobile-signin-finish .resend-code-text {
  font-size: 1rem;
  line-height: 6.09375vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-paywall-mobile-signin-finish .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signin-finish {
    background-color: #fff;
  }
  .premium-paywall-mobile-signin-finish .title,
  .premium-paywall-mobile-signin-finish .subtitle,
  .premium-paywall-mobile-signin-finish .resend-code-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signin-finish .resend-code-text button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
}
.premium-paywall-mobile-signin-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 31.25vw 5.15625vw;
}
.premium-paywall-mobile-signin-password .title {
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.premium-paywall-mobile-signin-password .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.3125vw;
  margin-top: 3.90625vw;
  text-align: center;
}
.premium-paywall-mobile-signin-password .subtitle .br {
  display: block;
}
.premium-paywall-mobile-signin-password .otp {
  display: flex;
  direction: ltr;
  width: 100%;
  justify-content: space-between;
  margin-top: 7.65625vw;
}
.premium-paywall-mobile-signin-password .otp input {
  width: 9.0625vw;
  height: 9.0625vw;
  border: 0.25vw solid #999999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 6.09375vw;
  text-align: center;
}
.premium-paywall-mobile-signin-password .avalibale-label {
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  margin-top: 15.15625vw;
}
.premium-paywall-mobile-signin-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 7.65625vw;
  gap: 5vw;
  width: 100%;
}
.premium-paywall-mobile-signin-password .buttons-container .button-base {
  width: 100%;
  cursor: pointer;
  height: 10.3125vw;
  font-size: 1rem;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile-signin-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 0.25vw solid #2261D0;
}
.premium-paywall-mobile-signin-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 0.25vw solid #DE1A1A;
}
.premium-paywall-mobile-signin-password .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  position: relative;
  top: 5vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-mobile-signin-password .resend-code-text {
  font-size: 1rem;
  line-height: 6.09375vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-paywall-mobile-signin-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signin-password {
    background-color: #fff;
  }
  .premium-paywall-mobile-signin-password .title,
  .premium-paywall-mobile-signin-password .subtitle,
  .premium-paywall-mobile-signin-password .avalibale-label,
  .premium-paywall-mobile-signin-password .resend-code-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signin-password .resend-code-text button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signin-password .subtitle .br {
    display: block;
  }
  .premium-paywall-mobile-signin-password .otp input {
    background-color: #fff;
    color: #000 !important;
    border-color: #999999;
  }
  .premium-paywall-mobile-signin-password .error-text {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signin-password .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signin-password .buttons-container .button-base.back {
    background-color: transparent;
    border-color: #DE1A1A;
    color: #DE1A1A;
  }
}
.premium-calcalist-paywall-mobile-signup-confirm-terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 6.5625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .digital-edition-label {
  width: 44.21875vw;
  height: 7.8125vw;
  color: #fff;
  font-size: 4.21875vw;
  border-radius: 15.625vw;
  background: #A51C21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .title {
  font-size: 10.3125vw;
  line-height: normal;
  font-weight: 700;
  margin-top: 2.65625vw;
  margin-bottom: 0;
  line-height: 9.6875vw;
  text-align: center;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .button-base {
  width: 39.84375vw;
  cursor: pointer;
  margin-top: 5.15625vw;
  height: 10.3125vw;
  font-size: 4.375vw;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .button-base.continue {
  background-color: #DE1A1A;
  color: white;
  border: 1px solid #DE1A1A;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .error-text {
  font-size: 1.875vw;
  line-height: 2.5vw;
  position: relative;
  top: 0.3125vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms {
  display: flex;
  font-size: 3.125vw;
  margin-top: 5.15625vw;
  line-height: 4.0625vw;
  text-align: right;
  color: #000;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container {
  background-color: #fff;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #DE1A1A;
  border-radius: 0.3125vw;
  background-color: #fff;
  cursor: pointer;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container {
  display: inline-grid;
  grid-gap: 1.25vw;
  grid-template-columns: 3.75vw auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  margin-left: 0.78125vw;
  top: 0.3125vw;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3125vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .inner-container a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .error-text {
  margin-top: unset;
  margin-right: 5vw;
  font-size: 3.125vw;
  line-height: 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .terms .error-text a {
  color: #DE1A1A !important;
  text-decoration: underline;
  -webkit-text-fill-color: #DE1A1A !important;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .back-button {
  font-size: 4.375vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-calcalist-paywall-mobile-signup-confirm-terms .back-button button {
  color: #DE1A1A;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.premium-paywall-mobile-signup-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 3.90625vw 23.90625vw 3.90625vw;
}
.premium-paywall-mobile-signup-email .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.75vw;
}
.premium-paywall-mobile-signup-email .subtitle {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 5.15625vw;
  margin-top: 3.90625vw;
}
.premium-paywall-mobile-signup-email .email-signin {
  width: 100%;
  margin-top: 5.15625vw;
  z-index: 1;
  position: relative;
}
.premium-paywall-mobile-signup-email .email-signin.error input {
  border-bottom: 1px solid #DE1A1A;
}
.premium-paywall-mobile-signup-email .email-signin input {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 5.625vw;
  text-align: right;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding-right: 2.65625vw;
}
.premium-paywall-mobile-signup-email .email-signin input:focus {
  outline: none;
  box-shadow: none;
}
.premium-paywall-mobile-signup-email .email-signin .error-text {
  padding-right: 2.65625vw;
  font-size: 0.813rem;
  padding-top: 1.09375vw;
  height: 7.8125vw;
  text-align: right;
  color: #DE1A1A;
  position: relative;
}
.premium-paywall-mobile-signup-email .email-signin .reset-icon {
  position: absolute;
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 7.73935L17.12 6.45935L12 11.5794L6.87999 6.45935L5.59999 7.73935L10.72 12.8594L5.59999 17.9794L6.87999 19.2594L12 14.1394L17.12 19.2594L18.4 17.9794L13.28 12.8594L18.4 7.73935Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile-signup-email .buttons-container {
  display: flex;
  justify-content: center;
  gap: 5.15625vw;
  width: 100%;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 1px solid #2261D0;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base.continue:disabled {
  background-color: #D8D8D8;
  color: #78787B;
  border: 1px solid #D9D9D9;
}
.premium-paywall-mobile-signup-email .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 1px solid #DE1A1A;
}
.premium-paywall-mobile-signup-email .separator {
  margin-top: 5.15625vw;
  height: 10.3125vw;
  display: flex;
  align-items: center;
  direction: rtl;
  text-align: center;
  width: 100%;
}
.premium-paywall-mobile-signup-email .separator .line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.premium-paywall-mobile-signup-email .separator .text {
  padding: 0 3.90625vw;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 6.09375vw;
  font-weight: 400;
}
.premium-paywall-mobile-signup-email .social-signin {
  gap: 5.15625vw;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5.15625vw;
}
.premium-paywall-mobile-signup-email .social-signin .social-button {
  width: 100%;
  height: 10.3125vw;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  display: flex;
  justify-content: center;
  border: 0.3125vw solid #000;
  font-weight: bold;
}
.premium-paywall-mobile-signup-email .social-signin .social-button span {
  position: relative;
  top: 0.46875vw;
}
.premium-paywall-mobile-signup-email .social-signin .social-button.apple-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  top: 0.625vw;
  background-size: contain;
  margin-left: 0.46875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 18.4454C19.7675 19.1442 19.4095 19.7874 18.9947 20.3787C18.4293 21.1849 17.9663 21.7429 17.6095 22.0527C17.0565 22.5614 16.4639 22.8219 15.8294 22.8367C15.3738 22.8367 14.8244 22.707 14.185 22.4441C13.5434 22.1824 12.9538 22.0527 12.4146 22.0527C11.8492 22.0527 11.2428 22.1824 10.5942 22.4441C9.9446 22.707 9.42129 22.8441 9.02117 22.8577C8.41268 22.8836 7.80615 22.6157 7.20074 22.0527C6.81433 21.7157 6.33102 21.138 5.75202 20.3195C5.13081 19.4454 4.62008 18.4319 4.21997 17.2763C3.79147 16.0282 3.57666 14.8196 3.57666 13.6495C3.57666 12.3092 3.86628 11.1532 4.44639 10.1845C4.9023 9.40634 5.50882 8.79253 6.26793 8.34193C7.02704 7.89132 7.84726 7.6617 8.73057 7.64701C9.21389 7.64701 9.84769 7.79651 10.6353 8.09033C11.4207 8.38514 11.925 8.53464 12.1461 8.53464C12.3114 8.53464 12.8717 8.35983 13.8214 8.01132C14.7195 7.68812 15.4775 7.5543 16.0985 7.60701C17.7811 7.74281 19.0453 8.40612 19.886 9.60115C18.3811 10.513 17.6367 11.7901 17.6515 13.4284C17.6651 14.7046 18.128 15.7665 19.0379 16.6097C19.4502 17.001 19.9107 17.3035 20.423 17.5183C20.3119 17.8405 20.1946 18.1492 20.07 18.4454ZM16.2108 3.25949C16.2108 4.25972 15.8454 5.19363 15.117 6.05805C14.238 7.08567 13.1749 7.67948 12.0219 7.58578C12.0073 7.46578 11.9987 7.33949 11.9987 7.20678C11.9987 6.24656 12.4167 5.21894 13.1591 4.37871C13.5297 3.95329 14.001 3.59956 14.5726 3.31739C15.143 3.03942 15.6824 2.8857 16.1898 2.85938C16.2046 2.99309 16.2108 3.12683 16.2108 3.25949Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile-signup-email .social-signin .social-button.google-btn span::before {
  display: inline-block;
  content: "";
  width: 6.09375vw;
  height: 6.09375vw;
  position: relative;
  background-size: contain;
  top: 0.9375vw;
  margin-left: 0.75vw;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8023 13.0898C21.8023 12.41 21.7471 11.7266 21.6296 11.0579H12.1975V14.9086H17.5988C17.3747 16.1505 16.6545 17.2491 15.5999 17.9473V20.4458H18.8224C20.7146 18.7042 21.8023 16.1321 21.8023 13.0898Z' fill='%234285F4'/%3E%3Cpath d='M12.1975 22.8594C14.8945 22.8594 17.1689 21.9739 18.8261 20.4453L15.6036 17.9468C14.7071 18.5567 13.5497 18.9021 12.2012 18.9021C9.59241 18.9021 7.38045 17.1421 6.58679 14.7758H3.2615V17.3515C4.95905 20.7283 8.41661 22.8594 12.1975 22.8594Z' fill='%2334A853'/%3E%3Cpath d='M6.58307 14.7759C6.1642 13.534 6.1642 12.1891 6.58307 10.9472V8.37149H3.26146C1.84316 11.1971 1.8432 14.5259 3.2615 17.3515L6.58307 14.7759Z' fill='%23FBBC04'/%3E%3Cpath d='M12.1975 6.81733C13.6232 6.79528 15.001 7.33174 16.0335 8.31646L18.8885 5.46149C17.0807 3.76394 14.6814 2.83065 12.1975 2.86005C8.41661 2.86005 4.95901 4.99108 3.26146 8.37149L6.58307 10.9472C7.37306 8.57725 9.58873 6.81733 12.1975 6.81733Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile-signup-email .terms {
  display: flex;
  font-size: 0.75rem;
  margin-top: 5.15625vw;
  line-height: 4.0625vw;
  text-align: right;
  color: #000;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}
.premium-paywall-mobile-signup-email .terms.error .inner-container {
  background-color: #fff;
}
.premium-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  border: 1px solid #DE1A1A;
  border-radius: 0.3125vw;
  background-color: #fff;
  cursor: pointer;
}
.premium-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-mobile-signup-email .terms .inner-container {
  display: inline-grid;
  grid-gap: 1.25vw;
  grid-template-columns: 3.75vw auto;
}
.premium-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"] {
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  margin-left: 0.78125vw;
  top: 0.3125vw;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.3125vw;
}
.premium-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"]:checked {
  appearance: auto;
}
.premium-paywall-mobile-signup-email .terms .inner-container a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
.premium-paywall-mobile-signup-email .terms .error-text {
  margin-top: unset;
  margin-right: 5vw;
  font-size: 3.125vw;
  line-height: 3.90625vw;
}
.premium-paywall-mobile-signup-email .terms .error-text span {
  color: #DE1A1A;
}
.premium-paywall-mobile-signup-email .terms .error-text a {
  color: #DE1A1A !important;
  text-decoration: underline;
  -webkit-text-fill-color: #DE1A1A !important;
}
.premium-paywall-mobile-signup-email .login {
  margin-top: 14.6875vw;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 6.09375vw;
}
.premium-paywall-mobile-signup-email .login button {
  color: #2261D0 !important;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.premium-paywall-mobile-signup-email .newspaper-users {
  margin-top: 2.65625vw;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.premium-paywall-mobile-signup-email .newspaper-users > div:first-child {
  display: flex;
  gap: 1.25vw;
}
.premium-paywall-mobile-signup-email .newspaper-users .newspaper-register-text {
  color: #2261D0;
  margin-right: 0.46875vw;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #2261D0;
}
.premium-paywall-mobile-signup-email .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  display: block;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.72388 14.624C4.71321 14.24 4.76654 13.8933 4.88388 13.584C5.01188 13.2747 5.16121 13.0133 5.33188 12.8C5.51321 12.576 5.74788 12.3147 6.03588 12.016C6.43054 11.6107 6.71854 11.2693 6.89988 10.992C7.08121 10.7147 7.17188 10.384 7.17188 10C7.18254 9.44533 6.99588 9.01867 6.61188 8.72C6.23854 8.42133 5.67854 8.272 4.93188 8.272C4.55854 8.272 4.16921 8.336 3.76388 8.464C3.36921 8.58133 3.04921 8.71467 2.80388 8.864L2.77188 7.616C3.13454 7.43467 3.55054 7.29067 4.01988 7.184C4.48921 7.07733 4.97454 7.024 5.47588 7.024C6.48921 7.024 7.29988 7.248 7.90788 7.696C8.52654 8.13333 8.84121 8.79467 8.85188 9.68C8.85188 10.0853 8.78254 10.4533 8.64388 10.784C8.50521 11.1147 8.33988 11.3973 8.14788 11.632C7.95588 11.8667 7.68388 12.16 7.33188 12.512C6.91588 12.9173 6.60121 13.2747 6.38788 13.584C6.18521 13.8827 6.08388 14.2293 6.08388 14.624H4.72388ZM4.51588 16.064H6.45188V18H4.51588V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8904 7.7396C84.7148 8.02591 85.9427 7.79335 86.3838 8.59852C86.0003 10.584 86.192 12.6957 87.0177 14.4311C86.9212 15.7551 86.1497 16.6864 85.5405 17.9556H78.1743C78.6224 16.6228 78.686 16.0601 79.0752 15.1869C79.1517 15.0146 79.2046 15.0179 79.3187 14.9444C79.4951 14.8347 79.6798 14.7909 79.8456 14.8183C80.6066 14.7711 80.5407 14.9192 80.9359 14.7711C81.0712 13.5721 80.3678 10.9142 80.3678 10.9142L78.5578 10.9065C78.5578 9.45744 78.3084 8.11586 77.3487 7.04193C78.3272 6.86313 79.0941 8.06211 80.2079 7.99081C80.7254 8.02591 81.5122 7.82955 81.5887 8.50967C81.377 10.8177 81.8568 12.8778 82.6048 14.8095C83.5493 14.9499 84.0973 14.7075 85.4664 14.8227C85.1394 13.6413 84.9336 10.8473 84.8971 10.9142C84.8971 10.9142 83.5457 10.9603 82.8742 10.9065C83.2 9.56494 82.7777 8.07966 82.145 6.88068C82.8542 6.88068 83.3152 7.45329 83.8904 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9228 8.06741C94.7743 8.22757 98.9049 8.15188 98.9049 8.15188L99.2824 10.7758H98.4121C98.6238 11.9561 98.9108 13.3932 99.4471 14.4309C98.7567 15.4873 98.278 16.7213 97.9699 17.9554H97.2689L97.2665 10.8175L92.0715 10.8076C91.9951 9.42983 91.6399 7.97307 90.7966 6.86295C91.4294 6.43403 91.7422 7.3478 92.3797 7.58913C92.9666 7.81291 93.3006 7.95003 93.9228 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3322 8.34225L58.5039 8.59345C58.4474 10.4539 58.9261 12.1147 56.7597 13.0811L59.3519 16.5431L57.1749 18.25C55.64 16.3347 52.0598 12.7071 52.0598 12.7071L51.6482 14.9832L53.6323 15.0238L53.857 17.956C53.857 17.956 50.4815 17.956 50.4097 17.9407L50.218 17.7794C50.966 15.1851 50.7932 12.6544 50.4097 9.97014L51.5035 7.48333H51.7905L56.2022 12.6829C56.5868 12.9144 56.9126 12.3242 57.1243 12.0741C57.2772 11.7165 57.296 11.3304 56.8549 11.1691L55.2825 11.0803C55.2248 9.77378 54.8214 8.59345 53.8052 7.64458L53.9005 7.39447C55.0331 8.48595 56.7973 8.14589 58.3322 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2154 8.18463C29.041 7.84457 28.8434 8.59489 28.8081 9.04355C28.8775 10.1745 29.6855 14.4428 29.7702 15.1767C29.7984 15.4147 28.4965 17.9344 28.4965 17.9344L24.8975 17.9322C24.8975 17.9322 25.856 16.1837 26.1818 15.2534C26.2524 15.2567 27.8296 15.2567 27.8296 15.2567V11.0115C25.4138 11.3044 26.2971 9.65127 25.8172 8.77479C25.6843 8.13088 24.9928 7.57582 24.9928 6.9681C26.2206 7.0032 26.8158 8.50604 28.2154 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.503 7.81134C75.1557 8.52766 76.613 7.81134 76.9776 8.76021C76.8435 10.9245 77.1305 12.9287 77.8209 14.7716C77.2457 15.7731 76.7435 16.3523 76.3436 17.956H75.7473L75.7544 10.9958C75.7544 10.9958 74.8923 10.9728 74.0419 10.9958C74.2831 8.99496 73.2728 7.61169 72.8341 6.95242C73.6973 6.75606 73.8985 7.59634 74.503 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2249 10.9523C43.3201 12.3312 43.6506 13.5521 44.114 14.7862C43.5389 15.7877 43.0355 16.3417 42.6368 17.9454H42.1758C41.543 14.2959 42.8709 10.2141 40.6456 7.18974C41.9888 6.67088 42.084 8.46002 43.3119 8.20992H48.4622C48.4622 8.20992 48.7033 8.26257 48.8233 8.35033C48.9656 8.45673 49.0232 8.58398 49.075 8.71671C48.9397 10.8821 49.2279 12.929 49.9183 14.7708C49.3431 15.7735 48.8397 16.221 48.441 17.9433H47.7095L47.7165 10.9655H43.4084L43.2249 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2347 7.81134C88.8863 8.52766 90.3447 7.81134 90.7093 8.76021C90.7093 8.76021 90.9304 10.5099 91.6808 11.8087C91.0386 12.5722 90.393 12.955 89.9942 14.5587H89.492L89.4861 10.9958C89.4861 10.9958 88.5793 11.0364 87.7737 10.9958C88.0148 8.99496 87.0045 7.61169 86.5658 6.95242C87.4291 6.75606 87.8266 7.59634 88.2347 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.098 7.81139C101.75 8.5277 103.208 7.81139 103.572 8.76026C103.572 8.76026 103.793 10.5099 104.544 11.8087C103.902 12.5722 103.338 12.955 102.939 14.5588H102.37L102.376 10.9959C102.376 10.9959 101.413 10.9728 100.638 10.9959C100.878 8.99501 99.8686 7.61174 99.4287 6.95247C100.292 6.75611 100.524 7.56457 101.098 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7967 10.9956C31.7967 10.9956 31.0875 10.989 30.3148 10.9956C30.5547 8.99476 29.5456 7.61149 29.1069 6.95222C29.9701 6.75586 30.3359 7.64988 30.7758 7.8243C31.7896 8.37168 32.8858 7.81114 33.2504 8.76001C33.1163 10.9243 33.4033 12.9285 34.0937 14.7714C33.5185 15.7729 32.7446 16.3521 32.3448 17.9558H31.8026L31.7967 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0114 11.0106C23.0114 11.0106 22.0034 11.0051 21.4071 11.0106C21.6471 9.00973 20.6368 7.62646 20.1981 6.96719C21.0614 6.77083 21.3366 7.50031 21.867 7.8272C22.5198 8.54242 23.977 7.8272 24.3416 8.77498C24.2075 10.9404 24.4768 12.9533 25.1672 14.7962C24.5909 15.7977 24.0346 16.3769 23.6347 17.9807H23.0126L23.0114 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6108 11.0627H14.7695C13.9827 11.6353 14.138 12.944 14.5002 13.7996C15.5893 15.2388 14.5778 16.4477 14.2132 17.7541L14.0521 17.9329H10.4531L11.6422 15.0874L13.1723 15.0918C12.876 14.1495 12.636 12.0949 13.1735 11.0572C12.9842 10.9694 12.6066 10.9376 12.3185 10.9727C12.2797 9.54229 12.0832 8.34331 11.374 7.19808C11.8915 6.35672 12.3902 7.842 13.0242 7.8782C15.0389 8.30821 17.3488 8.13269 19.7234 8.18425C19.9539 8.238 20.121 8.38829 20.2574 8.80294C20.1233 10.9672 20.4173 12.9857 21.1077 14.8285C20.5326 15.8301 20.0304 16.4093 19.6305 18.0119H18.6073L18.6108 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6156 8.75618C40.4815 10.9205 40.7826 12.9246 41.473 14.7675C40.8978 15.769 40.3956 16.3482 39.9969 17.952H39.2783L39.2701 10.9907L34.3609 10.9885C34.4562 9.64691 34.2397 8.26583 33.3765 7.29941C33.4529 7.0142 33.9904 7.12061 34.2009 7.21056C34.8196 7.80621 35.2559 7.94442 35.8511 8.15833H39.9946C40.2627 8.24828 40.4686 8.45122 40.6156 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8219 11.0937H67.0194C66.2338 11.6663 66.3879 12.8137 66.7513 13.6705C67.8392 15.1086 66.8277 16.471 66.4631 17.7764L66.302 17.9563H62.7042C62.7042 17.9563 63.4899 15.9061 63.8933 14.9583C63.9591 14.9331 65.4234 14.9616 65.4234 14.9616C65.127 14.0204 64.8871 12.1259 65.4246 11.0893C65.2352 11.0004 64.8777 11.0268 64.5907 11.0619C64.5519 9.63144 64.3343 8.37432 63.6239 7.2291C64.1426 6.38773 64.6413 7.87301 65.2741 7.90921C67.2312 8.39187 69.6258 8.08802 71.851 8.17687C72.0815 8.23172 72.2144 8.48402 72.4073 8.82408C72.2732 10.9884 72.5485 13.0331 73.2388 14.876C72.6625 15.8775 72.1603 16.3799 71.7616 17.9837L70.836 17.9969L70.8219 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.premium-paywall-mobile-signup-email .newspaper-users .yedioth-plus-label {
  margin-left: 0.46875vw;
  width: 10.46875vw;
  height: 3.28125vw;
  position: relative;
  top: 0.3125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='14' viewBox='0 0 42 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6.80078C0.5 3.21093 3.41015 0.300781 7 0.300781H35C38.5899 0.300781 41.5 3.21093 41.5 6.80078C41.5 10.3906 38.5899 13.3008 35 13.3008H7C3.41015 13.3008 0.5 10.3906 0.5 6.80078Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.84169 12.0016C9.64319 12.0016 11.9139 9.67339 11.9139 6.80156C11.9139 3.92973 9.64319 1.60156 6.84169 1.60156C4.0402 1.60156 1.76953 3.92973 1.76953 6.80156C1.76953 9.67339 4.0402 12.0016 6.84169 12.0016Z' fill='black'/%3E%3Cpath d='M7.56629 3.83012V9.77297H6.1171V3.83012H7.56629Z' fill='white'/%3E%3Cpath d='M9.74008 6.05869V7.5444H3.94332V6.05869H9.74008Z' fill='white'/%3E%3Cpath d='M34.5074 4.85808C34.5074 4.85808 32.1696 4.90139 31.6882 4.80912H31.6922C31.3608 4.74551 31.1736 4.67195 30.878 4.55577L30.8182 4.5323C30.6833 4.48022 30.574 4.37368 30.4713 4.27364C30.2994 4.10604 30.1462 3.95671 29.9226 4.11237C30.4 4.75451 30.6012 5.59814 30.6446 6.39657L33.5841 6.40222V10.5356H33.9807C34.1523 9.82005 34.4246 9.10636 34.8152 8.49435C34.5114 7.89364 34.3476 7.06131 34.2293 6.37774H34.7205L34.5074 4.85808Z' fill='white'/%3E%3Cpath d='M26.5331 4.7178C26.3515 4.69581 26.1703 4.67385 26.0143 4.61856L26.0162 4.62421C25.9092 4.5697 25.8091 4.49727 25.7088 4.42459C25.504 4.27633 25.2979 4.12707 25.0278 4.12707C25.3849 4.82005 25.6236 5.68063 25.4402 6.45646C25.8189 6.48659 26.5844 6.46023 26.5844 6.46023C26.5906 6.44783 26.6063 6.59845 26.6307 6.83215C26.6839 7.34353 26.7787 8.25269 26.906 8.72183C26.5183 8.68879 26.2471 8.70734 26.0057 8.72385C25.7655 8.74027 25.5549 8.75468 25.2883 8.7143C24.8641 7.59574 24.5938 6.40186 24.7122 5.06674C24.6779 4.75552 24.3931 4.76223 24.1301 4.76842C24.0605 4.77005 23.9925 4.77166 23.9309 4.76732C23.6179 4.78786 23.3534 4.62736 23.0988 4.47294C22.8401 4.31595 22.5917 4.16524 22.3132 4.21746C22.8558 4.83888 22.9958 5.61472 22.9958 6.45458L24.0197 6.45835C24.0197 6.45835 24.4163 7.99684 24.3413 8.69171C24.2185 8.73837 24.1741 8.73364 24.0872 8.72437C24.0163 8.71681 23.917 8.70623 23.7238 8.71807C23.6291 8.70301 23.5245 8.72749 23.4259 8.79151C23.413 8.79973 23.4015 8.80624 23.391 8.81218C23.3485 8.83619 23.3226 8.85085 23.2878 8.93086C23.158 9.23004 23.0919 9.46635 23.0071 9.77004C22.9488 9.97863 22.8816 10.219 22.7788 10.5334H26.9454C27.043 10.3252 27.1481 10.1328 27.2497 9.94666C27.5076 9.47434 27.7437 9.04183 27.7819 8.4921C27.3163 7.48841 27.2078 6.26439 27.4248 5.1157C27.2592 4.80576 26.8956 4.76172 26.5331 4.7178Z' fill='white'/%3E%3Cpath d='M20.7034 4.66054C20.8735 4.8515 21.1404 4.86642 21.3988 4.88087C21.701 4.89776 21.9916 4.914 22.1022 5.21041C22.0272 6.46456 22.189 7.62454 22.5796 8.69038C22.5135 8.80809 22.4492 8.91572 22.3867 9.02027C22.1412 9.43079 21.9239 9.79409 21.7431 10.5339H21.4058L21.4097 6.5041C21.4097 6.5041 20.9204 6.49092 20.441 6.5041C20.5699 5.40745 20.0638 4.63163 19.8003 4.22779C19.7855 4.20516 19.7715 4.18369 19.7584 4.16341C20.0629 4.09192 20.2215 4.25383 20.3805 4.41627C20.4771 4.51484 20.5738 4.61361 20.7034 4.66054Z' fill='white'/%3E%3Cpath d='M29.1658 4.88087C28.9074 4.86642 28.6405 4.8515 28.4705 4.66054H28.4724C28.4037 4.62353 28.3353 4.55428 28.2603 4.47831C28.0834 4.2992 27.8696 4.08275 27.5274 4.16341C27.5405 4.18369 27.5545 4.20515 27.5693 4.22778C27.8328 4.63162 28.3389 5.40745 28.21 6.5041C28.6658 6.52858 29.1787 6.5041 29.1787 6.5041L29.1826 8.56798H29.4667C29.6452 7.8297 29.9119 7.53857 30.1959 7.22864C30.2697 7.14806 30.3447 7.0662 30.4196 6.97487C29.9935 6.22352 29.8692 5.21041 29.8692 5.21041C29.7586 4.914 29.468 4.89776 29.1658 4.88087Z' fill='white'/%3E%3Cpath d='M35.7483 4.66057C35.9183 4.85153 36.1852 4.86644 36.4436 4.88089C36.7458 4.89778 37.0364 4.91402 37.147 5.21043C37.147 5.21043 37.2713 6.22354 37.6975 6.9749C37.6341 7.05214 37.572 7.12262 37.5116 7.19128C37.2258 7.51596 36.9756 7.80015 36.79 8.568H36.4684L36.4723 6.50412C36.4723 6.50412 35.9278 6.49094 35.4879 6.50412C35.6168 5.40747 35.1106 4.63165 34.8471 4.22781C34.8324 4.20518 34.8184 4.18371 34.8053 4.16343C35.1204 4.08945 35.2866 4.25761 35.4519 4.42494C35.5433 4.51741 35.6344 4.60963 35.7503 4.66057H35.7483Z' fill='white'/%3E%3Cpath d='M16.4697 6.56021H18.6181L18.626 10.5562L19.1508 10.5486C19.3247 9.83708 19.5322 9.50054 19.7662 9.12101C19.8375 9.00536 19.9113 8.88572 19.9873 8.75026C19.5967 7.68254 19.4408 6.49807 19.5177 5.24581C19.5123 5.23606 19.5069 5.22644 19.5016 5.21695C19.3997 5.03406 19.3259 4.90151 19.2021 4.87107C18.7831 4.85414 18.3533 4.86226 17.9256 4.87034C17.0685 4.88654 16.2196 4.90257 15.4813 4.71666C15.337 4.70829 15.2047 4.56279 15.0789 4.42453C14.8934 4.22062 14.7222 4.03244 14.5482 4.32309C14.9506 4.98594 15.0729 5.71282 15.0946 6.54138C15.2584 6.52067 15.4596 6.5056 15.5662 6.55645C15.2623 7.15716 15.3985 8.255 15.5662 8.79922C15.5662 8.79922 14.7376 8.78227 14.7001 8.79734C14.4732 9.3472 14.0273 10.5336 14.0273 10.5336H16.0633L16.1541 10.43C16.201 10.2584 16.2667 10.0852 16.3331 9.91026C16.5595 9.31313 16.7938 8.69533 16.3178 8.05163C16.1126 7.55637 16.0239 6.89164 16.4697 6.56021Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signup-email {
    background-color: #fff;
  }
  .premium-paywall-mobile-signup-email .title,
  .premium-paywall-mobile-signup-email .subtitle,
  .premium-paywall-mobile-signup-email .email-signin input,
  .premium-paywall-mobile-signup-email .terms,
  .premium-paywall-mobile-signup-email .terms .inner-container a,
  .premium-paywall-mobile-signup-email .terms .error-text span,
  .premium-paywall-mobile-signup-email .terms .error-text a,
  .premium-paywall-mobile-signup-email .login,
  .premium-paywall-mobile-signup-email .newspaper-users {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signup-email .login a,
  .premium-paywall-mobile-signup-email .newspaper-register-text {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signup-email .email-signin input {
    border-bottom: 1px solid #000;
  }
  .premium-paywall-mobile-signup-email .email-signin.error input,
  .premium-paywall-mobile-signup-email .terms.error .inner-container input[type="checkbox"] {
    border-color: #DE1A1A;
  }
  .premium-paywall-mobile-signup-email .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signup-email .buttons-container .button-base.continue:disabled {
    background-color: #D8D8D8;
    color: #78787B !important;
    border-color: #D9D9D9;
  }
  .premium-paywall-mobile-signup-email .email-signin .error-text,
  .premium-paywall-mobile-signup-email .terms .error-text,
  .premium-paywall-mobile-signup-email .terms .error-text span,
  .premium-paywall-mobile-signup-email .terms .error-text a {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button span {
    color: #000 !important;
  }
  .premium-paywall-mobile-signup-email .terms .inner-container input[type="checkbox"] {
    background-color: #fff;
    border-color: #000;
  }
  .premium-paywall-mobile-signup-email .separator .text {
    color: #000 !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-paywall-mobile-signup-email {
    padding: 6.6vw 3.3vw 15.3vw 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .title {
    font-size: 2.6rem !important;
    line-height: 5.6rem !important;
  }
  .premium-paywall-mobile-signup-email .subtitle {
    font-size: 1.6rem !important;
    line-height: 3.3rem !important;
    margin-top: 2.5vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin {
    margin-top: 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin input {
    font-size: 1.5rem !important;
    line-height: 3.6rem !important;
    padding-right: 1.7vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin .error-text {
    padding-right: 1.7vw !important;
    font-size: 1.3rem !important;
    padding-top: 0.7vw !important;
    height: 5vw !important;
  }
  .premium-paywall-mobile-signup-email .email-signin .reset-icon {
    width: 4vw !important;
    height: 4vw !important;
  }
  .premium-paywall-mobile-signup-email .buttons-container {
    gap: 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .buttons-container .button-base {
    height: 8vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile-signup-email .separator {
    margin-top: 3.3vw !important;
    height: 6.6vw !important;
  }
  .premium-paywall-mobile-signup-email .separator .text {
    padding: 0 2.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile-signup-email .social-signin {
    gap: 3.3vw !important;
    margin-top: 3.3vw !important;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button {
    height: 8.5vw !important;
    font-size: 1.6rem !important;
    line-height: 3.6rem !important;
  }
  .premium-paywall-mobile-signup-email .social-signin .social-button span::before {
    width: 3.9vw !important;
    height: 3.9vw !important;
  }
  .premium-paywall-mobile-signup-email .terms {
    margin-top: 3.3vw !important;
    font-size: 1.2rem !important;
  }
  .premium-paywall-mobile-signup-email .terms .error-text {
    margin-right: 3.2vw !important;
    font-size: 1.3rem !important;
    line-height: 2.5vw !important;
  }
  .premium-paywall-mobile-signup-email .login {
    margin-top: 9.4vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users {
    margin-top: 1.7vw !important;
    font-size: 1.6rem !important;
    line-height: 3.9rem !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users > div:first-child {
    gap: 0.8vw !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users .yedioth-label {
    background-size: contain !important;
    width: 19.5vw !important;
    height: 4.6vw !important;
    position: relative !important;
    top: 1.5vw !important;
  }
  .premium-paywall-mobile-signup-email .newspaper-users .yedioth-plus-label {
    width: 8.7vw !important;
    height: 3vw !important;
  }
}
.premium-calcalist-paywall-mobile-signup-finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 9.0625vw 3.90625vw;
}
.premium-calcalist-paywall-mobile-signup-finish .title {
  font-size: 10.3125vw;
  line-height: 11vw;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.premium-calcalist-paywall-mobile-signup-finish .subtitle {
  margin-top: 7.8125vw;
  font-size: 4.21875vw;
  font-weight: 400;
  line-height: 6.71875vw;
  text-align: center;
  margin-bottom: 0;
}
.premium-calcalist-paywall-mobile-signup-finish .finish-step-icon {
  width: 44.53125vw;
  height: 44.53125vw;
  margin-top: 7.8125vw;
  background-image: url('https://pic1-qa.calcalist.co.il/static/common/paywall/auth-finish-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.premium-calcalist-paywall-mobile-signup-finish .change-page-message {
  font-size: 4.21875vw;
  line-height: 6.71875vw;
  margin-top: 7.8125vw;
  margin-bottom: 41.40625vw;
}
.premium-calcalist-paywall-mobile-signup-finish .change-page-message span {
  color: #DE1A1A;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}
.premium-paywall-mobile-signup-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
  padding: 10.3125vw 5.15625vw 31.25vw 5.15625vw;
}
.premium-paywall-mobile-signup-password .title {
  font-size: 1.625rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.premium-paywall-mobile-signup-password .subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.3125vw;
  margin-top: 3.90625vw;
  text-align: center;
}
.premium-paywall-mobile-signup-password .subtitle .br {
  display: block;
}
.premium-paywall-mobile-signup-password .otp {
  display: flex;
  direction: ltr;
  width: 100%;
  justify-content: space-between;
  margin-top: 7.65625vw;
}
.premium-paywall-mobile-signup-password .otp input {
  width: 9.0625vw;
  height: 9.0625vw;
  border: 0.25vw solid #999999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 6.09375vw;
  text-align: center;
}
.premium-paywall-mobile-signup-password .avalibale-label {
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  margin-top: 15.15625vw;
}
.premium-paywall-mobile-signup-password .buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 7.65625vw;
  gap: 5vw;
  width: 100%;
}
.premium-paywall-mobile-signup-password .buttons-container .button-base {
  width: 100%;
  cursor: pointer;
  height: 10.3125vw;
  font-size: 1rem;
  line-height: 6.71875vw;
  text-align: center;
  font-weight: bold;
}
.premium-paywall-mobile-signup-password .buttons-container .button-base.continue {
  background-color: #2261D0;
  color: white;
  border: 0.25vw solid #2261D0;
}
.premium-paywall-mobile-signup-password .buttons-container .button-base.back {
  background-color: transparent;
  color: #DE1A1A;
  border: 0.25vw solid #DE1A1A;
}
.premium-paywall-mobile-signup-password .error-text {
  font-size: 3.4375vw;
  line-height: 4.0625vw;
  position: relative;
  top: 5vw;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.premium-paywall-mobile-signup-password .resend-code-text {
  font-size: 1rem;
  line-height: 6.09375vw;
  margin-top: 7.8125vw;
  gap: 0.625vw;
  align-items: flex-end;
  display: flex;
}
.premium-paywall-mobile-signup-password .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  .premium-paywall-mobile-signup-password {
    background-color: #fff;
  }
  .premium-paywall-mobile-signup-password .title,
  .premium-paywall-mobile-signup-password .subtitle,
  .premium-paywall-mobile-signup-password .avalibale-label,
  .premium-paywall-mobile-signup-password .resend-code-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .premium-paywall-mobile-signup-password .resend-code-text button {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .premium-paywall-mobile-signup-password .subtitle .br {
    display: block;
  }
  .premium-paywall-mobile-signup-password .otp input {
    background-color: #fff;
    color: #000 !important;
    border-color: #999999;
  }
  .premium-paywall-mobile-signup-password .error-text {
    color: #DE1A1A !important;
    -webkit-text-fill-color: #DE1A1A !important;
  }
  .premium-paywall-mobile-signup-password .buttons-container .button-base.continue {
    background-color: #2261D0;
    border-color: #2261D0;
    color: #fff;
  }
  .premium-paywall-mobile-signup-password .buttons-container .button-base.back {
    background-color: transparent;
    border-color: #DE1A1A;
    color: #DE1A1A;
  }
}
.PremiumPaywallCheckoutPlans {
  padding: 10.3125vw 3.90625vw 6.40625vw 3.90625vw;
}
.PremiumPaywallCheckoutPlans.checkout-flow {
  padding-top: 5.78125vw;
}
.PremiumPaywallCheckoutPlans.checkout-flow .subtitle {
  margin-top: 3.90625vw;
  padding: 0px 8%;
}
.PremiumPaywallCheckoutPlans.checkout-flow .cancel-text {
  margin-top: 3.90625vw;
}
.PremiumPaywallCheckoutPlans .yedioth-label {
  width: 21.875vw;
  height: 2.8125vw;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='131' height='16' viewBox='0 0 131 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83.9622 6.65838L83.5085 6.24201H78.1281L77.6897 6.76131C77.459 8.78236 78.0614 10.4759 78.9227 12.0245C78.4664 13.2221 77.5231 14.656 77.3104 15.966H72.1991C72.5913 14.7379 72.8245 13.4748 73.9627 11.7952C74.5368 11.8186 75.1982 11.7461 75.7929 11.7952C75.9108 11.1753 75.3468 10.1508 75.3827 9.18938C75.4366 7.71569 75.839 6.30517 75.7749 6.25371C75.5442 6.26774 75.2366 6.19289 74.6983 6.24435C74.624 3.94494 74.4061 2.06189 73.3603 0.146106C75.0751 -0.394245 75.4776 2.3847 77.7923 2.08061H84.7107C84.7107 2.08061 85.2157 2.06657 85.6259 2.11336C85.7899 2.13207 85.8412 2.29581 85.9078 2.41043C86.6409 3.64786 85.7822 5.43967 86.2411 6.83382C86.1411 8.24669 87.4279 9.7578 88.061 11.1473C88.1482 11.3508 88.3404 11.4794 88.3251 11.725C88.3071 12.0268 87.9508 12.2022 87.8201 12.3496C87.5022 12.7403 87.2664 12.8455 86.9716 13.2853C86.2103 14.1321 85.713 15.3952 85.1773 15.9683C85.185 15.9777 84.5441 15.9987 83.9648 15.9683V6.65838H83.9622ZM90.3065 15.8631C90.5782 16.0853 91.2344 15.9847 91.4959 15.7531C92.1188 14.1414 92.7442 13.449 93.4107 12.7145C93.5209 12.5438 93.8132 12.4923 93.8234 12.2607C93.8311 12.0806 93.6209 11.9987 93.6004 11.8443C92.2931 9.44669 92.2726 6.40575 92.329 3.62447C92.7955 1.54494 90.4603 2.18119 89.3222 1.68763C88.3045 1.33441 87.9559 -0.382549 86.7204 0.291135C87.8149 1.80692 88.161 4.08763 88.0508 6.10868C88.6275 6.78002 89.6554 5.84669 90.3014 6.58119V15.8631H90.3065ZM100.514 6.2116C100.885 6.3192 101.713 6.23499 102.48 6.25371C102.803 6.26306 103.054 6.22564 103.298 6.42447C103.585 6.66306 103.477 6.97885 103.515 7.31335C103.633 8.3847 103.761 9.56598 103.867 10.5625C103.905 10.9344 104.072 11.1052 103.9 11.3788C103.692 11.7063 103.285 11.6455 102.918 11.6525C102.223 11.6642 101.521 11.6923 100.962 11.6128C100.737 11.5449 100.611 11.325 100.427 11.18C100.36 10.9087 100.211 10.7169 100.142 10.4455C99.5884 8.17183 99.1552 5.82798 99.1834 3.30166C99.1859 2.95546 99.1911 2.75195 98.9886 2.48529C98.6579 2.05488 98.1708 2.02213 97.5761 2.09464C96.984 2.02213 96.4406 2.18353 95.9459 1.9426C94.9026 1.73207 94.3053 -0.417636 93.1006 0.227977C94.1131 1.97067 95.2076 3.93324 94.8026 6.27008C95.3307 6.31453 95.8049 6.30517 96.2381 6.28412C96.5739 6.26774 96.7943 6.23031 97.0455 6.42914C97.389 6.69113 97.366 7.15897 97.4275 7.56365C97.5582 8.45254 97.6787 9.26189 97.8299 10.1227C97.9222 10.6467 98.2708 11.1403 97.8351 11.5075C97.4993 11.7882 96.6764 11.6549 96.6764 11.6549C96.6764 11.6549 96.0638 11.5356 95.7792 11.7321C95.5562 11.8888 95.5537 12.0946 95.4306 12.3262C94.9257 13.2876 94.554 14.3636 94.2899 15.1309C94.1618 15.4958 94.0311 15.5987 94.1874 15.828C94.3668 16.0853 95.0051 15.9777 95.0051 15.9777H103.444C103.444 15.9777 104.31 16.0596 104.707 15.7882C105.064 15.5473 105.102 15.2479 105.264 14.8853C105.848 13.5683 106.517 12.2724 106.656 10.7964C105.725 8.60926 105.392 6.12739 105.738 3.69698C105.781 3.3695 106.181 2.62096 105.707 2.27476C105.392 2.04318 105.082 2.2116 104.677 2.14377C103.833 2.00575 103.059 2.25137 102.508 1.90751C101.344 1.69932 100.706 -0.546291 99.2936 0.270083C100.773 2.33324 100.847 3.56599 100.811 4.81043L100.509 6.21862L100.514 6.2116ZM109.15 2.05956C107.986 1.85137 107.301 -0.572022 105.892 0.246691C107.368 2.30751 107.276 3.52154 107.24 4.76833C107.268 5.23616 107.058 5.78587 107.458 6.06891C107.714 6.24669 108.247 6.2233 108.247 6.2233C108.247 6.2233 109.76 6.17417 109.834 6.35429C109.98 6.68645 109.929 6.95312 109.939 7.40692C110.031 8.87359 109.872 10.4011 109.947 11.6455C110.211 11.6876 110.549 11.6689 110.744 11.5964C111.505 10.7473 111.862 9.31101 112.387 8.57417C112.682 8.00575 112.731 7.973 113.005 7.48879C113.169 7.20341 112.938 6.95546 112.808 6.74493C112.561 6.34026 112.346 6.12505 112.274 5.72505C112.015 5.04435 112.287 3.87944 112.197 3.01628C112.133 2.41511 111.967 2.12739 111.249 2.0923C110.99 2.07827 110.616 1.99874 110.208 2.05722L109.15 2.06189V2.05956ZM115.391 1.97768C114.228 1.76716 113.582 -0.499508 112.172 0.319205C113.648 2.38236 113.692 3.85839 113.656 5.10517C113.735 5.44201 113.602 5.5847 113.746 5.84201C114.04 6.36599 115.33 6.27476 115.33 6.27476H119.224C119.224 6.27476 119.921 6.2654 120.264 6.4923C120.856 6.87593 120.751 7.74142 120.749 8.18119C120.736 10.4198 120.687 14.8104 120.749 15.2432C120.782 15.4724 120.695 15.6151 120.821 15.8022C121.051 16.1484 121.574 15.9332 121.951 15.9332C122.123 15.2783 122.446 14.1531 122.84 13.442C123.115 12.6537 124.199 11.3859 124.209 10.7824C124.212 10.3894 123.945 10.1531 123.797 9.56832C123.556 8.62563 123.192 7.18704 122.935 6.26072L123.743 6.26774C123.743 6.26774 123.986 6.18119 124.066 6.06423C124.184 5.88646 124.03 5.69932 124.012 5.53792C123.927 4.78002 123.843 4.26072 123.74 3.37885C123.702 3.03032 123.681 2.62798 123.343 2.34026C122.992 2.04084 122.674 2.08996 122.164 2.08763C119.721 2.06891 117.727 2.12271 116.189 2.08061L115.389 1.98236L115.391 1.97768ZM127.09 2.05956C125.929 1.85137 125.245 -0.572022 123.832 0.246691C125.309 2.30751 125.217 3.52154 125.181 4.76833C125.209 5.23616 124.996 5.78587 125.399 6.06891C125.652 6.24669 126.188 6.2233 126.188 6.2233C126.188 6.2233 127.698 6.17417 127.775 6.35429C127.921 6.68645 127.87 6.95312 127.88 7.40692C127.97 8.87359 127.813 10.4011 127.885 11.6455C128.152 11.6876 128.487 11.6689 128.68 11.5964C129.444 10.7473 129.8 9.31101 130.325 8.57417C130.623 8.00575 130.669 7.973 130.946 7.48879C131.105 7.20341 130.877 6.95546 130.748 6.74493C130.502 6.34026 130.284 6.12505 130.213 5.72505C129.951 5.04435 130.225 3.87944 130.136 3.01628C130.072 2.41511 129.91 2.12739 129.187 2.0923C128.928 2.07827 128.557 1.99874 128.147 2.05722L127.088 2.06189L127.09 2.05956ZM20.3965 15.9122C21.1014 14.5063 21.5398 13.7204 22.037 12.6514C22.155 12.3964 22.1678 12.111 22.46 11.9426C22.7522 11.7718 23.0957 12.0479 23.3469 11.8981C23.652 11.8841 24.0185 11.7672 24.1364 11.4303C24.2031 11.2338 24.1364 10.773 24.1364 10.773V7.35078C24.1364 7.35078 24.2415 6.72622 23.998 6.44318C23.6801 6.06891 23.1598 6.23031 22.6856 6.23031C22.278 6.23031 22.0165 6.28178 21.732 6.05254C21.3167 5.71569 21.691 5.22915 21.7038 4.75429C21.7397 3.50985 21.6654 2.2771 20.1889 0.213942C21.5987 -0.604771 22.2472 1.66189 23.4084 1.87008L25.0003 2.02213C25.0003 2.02213 25.7334 1.91453 25.8795 2.2233C26.0487 2.57651 25.7949 2.83616 25.841 3.19406C25.7283 6.0923 26.1666 8.58119 26.9202 11.1964C26.9407 11.3555 27.1586 11.842 27.1586 12.0291C27.1586 12.2724 26.851 12.8151 26.7664 12.9835C26.3973 13.8841 26.2255 14.1508 25.6924 15.1543C25.5796 15.3695 25.4565 15.5543 25.2002 15.6829C24.6286 15.9777 23.8724 15.8958 23.4315 15.8935C22.2395 15.8841 21.5961 15.8935 20.3965 15.9098M11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM11.7657 15.9098C12.3425 15.9403 12.9859 15.9215 12.9808 15.9098C13.5165 15.3391 14.0112 14.0759 14.7751 13.2291C15.0699 12.7917 15.3031 12.6818 15.621 12.2935C15.7517 12.1484 16.1055 11.973 16.126 11.6689C16.1439 11.4256 15.9491 11.2946 15.862 11.0911C15.2288 9.704 13.9446 8.19055 14.042 6.77768C13.5831 5.38353 14.4419 3.58938 13.7113 2.35195C13.6447 2.23967 13.5908 2.07593 13.4268 2.05722C13.0166 2.01043 12.5117 2.02213 12.5117 2.02213H5.59065C3.27851 2.3309 2.87351 -0.445707 1.16119 0.0946441C2.20704 2.00809 2.42492 3.89113 2.49926 6.19055C3.03756 6.14143 3.34516 6.21628 3.57586 6.20458C3.63738 6.25371 3.23237 7.66423 3.18367 9.13792C3.14778 10.0993 3.71172 11.1239 3.59124 11.7438C2.99655 11.6946 2.33777 11.7672 1.76358 11.7438C0.628019 13.4256 0.392191 14.6865 0 15.9145H5.10874C5.32406 14.6069 6.26737 13.173 6.72364 11.9753C5.86236 10.4268 5.25998 8.73558 5.49068 6.71453L5.92645 6.19289H11.3095L11.7632 6.6116V15.9145L11.7657 15.9098ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM29.7296 15.8116C30.0013 16.0338 30.655 15.9309 30.919 15.7017C31.5445 14.0876 32.1674 13.3976 32.8338 12.6631C32.9415 12.4923 33.2363 12.4385 33.2465 12.2069C33.2542 12.0268 33.044 11.9473 33.021 11.7929C31.7162 9.39523 31.6675 6.09932 31.7265 3.31803C32.193 1.23616 29.4297 2.34961 28.5838 1.73441C27.5687 1.38119 27.379 -0.434011 26.1435 0.239673C27.2406 1.75546 27.5841 4.03616 27.4739 6.05488C28.0506 6.72856 29.0785 5.79289 29.7271 6.52739V15.8093L29.7296 15.8116ZM39.2576 6.22798C39.2576 6.22798 39.7677 6.23733 39.9343 6.4502C40.2778 6.88528 40.2316 7.8116 40.2316 7.8116V15.8467C40.5085 16.0689 41.1621 15.9683 41.4262 15.7344C42.049 14.1227 42.331 13.5753 43.0077 12.8432C43.1026 12.6654 43.6306 12.4666 43.5614 12.2443C43.4896 12.0128 43.2615 11.7999 43.2487 11.6455C41.9927 9.2385 42.5515 6.39172 42.6079 3.61043C42.5874 3.33441 42.7745 2.89932 42.5335 2.54377C42.331 2.24903 42.0234 2.13207 41.7286 2.03382C39.5934 1.92388 36.0816 2.14143 34.8614 1.96131C33.8464 1.60809 33.1517 -0.543952 31.9187 0.129732C33.0133 1.64552 33.3798 4.20926 33.267 6.22798C35.5817 6.26072 36.9634 6.26072 39.2601 6.22798M39.9369 6.4502C40.2803 6.88528 40.2342 7.8116 40.2342 7.8116V15.8467C40.511 16.0689 41.1647 15.9683 41.4287 15.7344C42.0516 14.1227 42.3336 13.5753 43.0103 12.8432C43.1051 12.6654 43.6332 12.4666 43.564 12.2443C43.4922 12.0128 43.2641 11.7999 43.2513 11.6455C41.9952 9.2385 42.554 6.39172 42.6104 3.61043C42.5899 3.33441 42.777 2.89932 42.5361 2.54377C42.3336 2.24903 42.026 2.13207 41.7312 2.03382C39.5959 1.92388 36.0842 2.14143 34.864 1.96131C33.8489 1.60809 33.1543 -0.543952 31.9213 0.129732C33.0158 1.64552 33.3824 4.20926 33.2696 6.22798C35.5843 6.26072 36.9659 6.26072 39.2627 6.22798C39.2627 6.22798 39.7728 6.23733 39.9394 6.4502M67.1724 2.504C66.7366 1.80926 64.9756 2.03149 64.9756 2.03149C62.6634 2.33792 62.2969 -0.394245 60.5846 0.146106C61.6304 2.05956 62.8659 3.18938 62.9377 5.48879C63.6811 5.70634 64.4783 5.38119 65.1653 5.70634C65.4447 6.10634 65.3524 6.31686 65.3293 6.78938C65.3242 6.89932 65.3601 7.0233 65.3293 7.16833C65.2217 7.69932 64.6526 7.83733 64.1322 8.01511C62.2431 5.54727 60.036 3.15897 58.2084 0.637334C58.0392 0.401077 57.8546 -0.0246541 57.4829 0.0455213C57.1651 0.10634 57.0113 0.670082 57.0113 0.670082C56.3448 2.22096 56.4063 1.85839 55.7886 3.69464C56.1526 7.304 57.0907 11.2268 55.8321 14.6163C55.786 14.7496 55.5886 15.4631 55.7065 15.6479C55.9065 15.9519 56.3627 15.9543 56.3627 15.9543L60.9409 15.9192C60.9024 15.0724 60.6897 14.118 60.6384 13.0303C60.6205 12.7098 60.6717 12.3496 60.3821 12.0666C60.0924 11.7788 59.8207 11.7438 59.3388 11.7625C58.7851 11.7835 58.2314 11.9707 57.8931 11.5519C57.6213 11.2058 57.8751 10.4572 57.8751 10.4572L58.0187 8.13908C58.2417 7.72973 58.398 7.54025 58.7877 7.704C60.887 10.4525 63.0172 13.2502 65.114 15.9964C66.6494 14.7145 67.2621 14.1204 68.1131 13.3929C67.9337 12.8783 65.9163 10.6935 65.2191 9.7461C64.8577 9.40926 65.0115 8.69581 65.3344 8.43616C67.644 7.60575 67.4569 5.57534 67.2928 3.65955C67.2441 3.10283 67.4159 2.89698 67.1698 2.504M64.973 2.03149C62.6609 2.33792 62.2943 -0.394245 60.582 0.146106C61.6278 2.05956 62.8634 3.18938 62.9352 5.48879C63.6785 5.70634 64.4757 5.38119 65.1627 5.70634C65.4421 6.10634 65.3498 6.31686 65.3268 6.78938C65.3216 6.89932 65.3575 7.0233 65.3268 7.16833C65.2191 7.69932 64.65 7.83733 64.1297 8.01511C62.2405 5.54727 60.0335 3.15897 58.2058 0.637334C58.0366 0.401077 57.8521 -0.0246541 57.4804 0.0455213C57.1625 0.10634 57.0087 0.670082 57.0087 0.670082C56.3422 2.22096 56.4038 1.85839 55.786 3.69464C56.15 7.304 57.0882 11.2268 55.8296 14.6163C55.7834 14.7496 55.5861 15.4631 55.704 15.6479C55.9039 15.9519 56.3602 15.9543 56.3602 15.9543L60.9383 15.9192C60.8999 15.0724 60.6871 14.118 60.6358 13.0303C60.6179 12.7098 60.6692 12.3496 60.3795 12.0666C60.0898 11.7788 59.8181 11.7438 59.3362 11.7625C58.7825 11.7835 58.2289 11.9707 57.8905 11.5519C57.6188 11.2058 57.8726 10.4572 57.8726 10.4572L58.0161 8.13908C58.2391 7.72973 58.3955 7.54025 58.7851 7.704C60.8845 10.4525 63.0146 13.2502 65.1114 15.9964C66.6469 14.7145 67.2595 14.1204 68.1105 13.3929C67.9311 12.8783 65.9138 10.6935 65.2165 9.7461C64.8551 9.40926 65.0089 8.69581 65.3319 8.43616C67.6414 7.60575 67.4543 5.57534 67.2903 3.65955C67.2416 3.10283 67.4133 2.89698 67.1672 2.504C66.7315 1.80926 64.9705 2.03149 64.9705 2.03149M17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM17.5563 15.8116C17.828 16.0338 18.4843 15.9309 18.7457 15.7017C19.3686 14.0876 19.9941 13.3999 20.6605 12.6631C20.7682 12.4923 21.063 12.4385 21.0732 12.2069C21.0809 12.0268 20.8707 11.9473 20.8477 11.7929C19.5404 9.39289 19.4942 6.09932 19.5532 3.31803C20.0197 1.23616 17.2538 2.34961 16.4105 1.73441C15.3954 1.38119 15.2057 -0.434011 13.9702 0.239673C15.0648 1.75546 15.4108 4.03616 15.3006 6.05488C15.8773 6.72856 16.9052 5.79289 17.5512 6.52739V15.8093L17.5563 15.8116ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879ZM44.0228 7.48879L43.9972 15.9215L44.6098 15.9379C45.6121 14.4315 46.094 12.9344 47.0501 11.973C45.6762 9.62446 46.0017 9.08645 45.8069 7.7578C45.7967 7.25254 45.7069 6.56716 46.2555 6.26306C46.4503 6.15546 46.9143 6.15078 47.0911 6.16716C47.2244 6.17651 51.0131 6.1578 51.0131 6.1578C51.7744 6.1578 51.8179 6.104 52.1409 6.40107C52.4998 6.73324 52.3075 7.61745 52.3075 7.61745L52.3178 15.9192L52.9304 15.9356C53.9353 14.4291 54.412 12.9321 55.3707 11.9707C53.9968 9.62213 53.8302 6.46891 53.9045 3.46774C53.8225 2.98119 54.0788 2.82915 53.9353 2.23265C53.8174 1.7578 52.6433 2.00108 52.6433 2.00108H47.9114L45.4429 1.87944C44.2817 1.67125 43.6332 -0.593075 42.2234 0.223299C43.6998 2.28646 43.8741 3.59406 43.8383 4.84084L44.0254 7.48645L44.0228 7.48879Z' fill='black'/%3E%3C/svg%3E%0A");
}
.PremiumPaywallCheckoutPlans .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1;
}
.PremiumPaywallCheckoutPlans .subtitle {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.15625vw;
  margin-top: 2.65625vw;
  padding: 0 7.8125vw;
}
.PremiumPaywallCheckoutPlans .subtitle .bold {
  font-weight: bold;
}
.PremiumPaywallCheckoutPlans .subtitle br {
  display: block;
}
.PremiumPaywallCheckoutPlans .plans-container {
  margin-top: 3.90625vw;
  justify-content: center;
  display: flex;
  gap: 2.65625vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box {
  width: 43.59375vw;
  height: 48.59375vw;
  border-radius: 2.5vw;
  position: relative;
  box-shadow: 0px 0px 2.5vw 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.90625vw 2.65625vw 14.21875vw 2.65625vw;
  box-sizing: border-box;
  justify-content: flex-start;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.selected {
  border: 0.3125vw solid #2261D0;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box.yearly-plan .plan-promo-text {
  visibility: hidden;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-title {
  color: #000;
  text-align: center;
  font-size: 0.93rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.6875vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price {
  color: #000;
  text-align: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.90625vw;
  margin-top: 2.65625vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price::before {
  content: "₪";
  font-weight: 500;
  font-size: 4.6875vw;
  line-height: 3.75vw;
  margin-right: 0.3125vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price-frequency {
  color: #78787B;
  text-align: center;
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 1.25vw;
  white-space: nowrap;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
  color: #2261D0;
  text-align: center;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 670;
  line-height: 1;
  margin-top: 3.90625vw;
}
.PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-button {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 670;
  line-height: 5.625vw;
  display: flex;
  width: calc(100% - 5.3125vw);
  height: 8.90625vw;
  font-size: 1rem;
  border: none;
  justify-content: center;
  align-items: center;
  background-color: #2261D0;
  border-radius: 1.25vw;
  position: absolute;
  bottom: 2.65625vw;
}
.PremiumPaywallCheckoutPlans .cancel-text {
  margin-top: 2.65625vw;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.6875vw;
  text-decoration: none;
  margin-bottom: 3.90625vw;
  text-align: center;
}
.PremiumPaywallCheckoutPlans .cancel-text a {
  color: #2261D0 !important;
  text-decoration: underline;
}
.PremiumPaywallCheckoutPlans .cancel-text a:visited {
  color: #2261D0 !important;
}
.PremiumPaywallCheckoutPlans .cancel-text br {
  display: block;
}
.PremiumPaywallCheckoutPlans .login {
  padding-top: 3.90625vw;
  color: #000;
  border-top: 1px solid #C5C5C5;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.PremiumPaywallCheckoutPlans .login button {
  color: #2261D0 !important;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.PremiumPaywallCheckoutPlans .newspaper-users {
  margin-top: 2.65625vw;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.PremiumPaywallCheckoutPlans .newspaper-users > div:first-child {
  display: flex;
  gap: 1.25vw;
}
.PremiumPaywallCheckoutPlans .newspaper-users .newspaper-register-text {
  color: #2261D0;
  cursor: pointer;
  line-height: 5.625vw;
  font-weight: 500;
  border-bottom: 0.3125vw solid #2261D0;
  line-height: 1;
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.72583 14.624C4.71516 14.24 4.7685 13.8933 4.88583 13.584C5.01383 13.2747 5.16316 13.0133 5.33383 12.8C5.51516 12.576 5.74983 12.3147 6.03783 12.016C6.4325 11.6107 6.7205 11.2693 6.90183 10.992C7.08316 10.7147 7.17383 10.384 7.17383 10C7.1845 9.44533 6.99783 9.01867 6.61383 8.72C6.24049 8.42133 5.68049 8.272 4.93383 8.272C4.56049 8.272 4.17116 8.336 3.76583 8.464C3.37116 8.58133 3.05116 8.71467 2.80583 8.864L2.77383 7.616C3.13649 7.43467 3.55249 7.29067 4.02183 7.184C4.49116 7.07733 4.9765 7.024 5.47783 7.024C6.49116 7.024 7.30183 7.248 7.90983 7.696C8.5285 8.13333 8.84316 8.79467 8.85383 9.68C8.85383 10.0853 8.7845 10.4533 8.64583 10.784C8.50716 11.1147 8.34183 11.3973 8.14983 11.632C7.95783 11.8667 7.68583 12.16 7.33383 12.512C6.91783 12.9173 6.60316 13.2747 6.38983 13.584C6.18716 13.8827 6.08583 14.2293 6.08583 14.624H4.72583ZM4.51783 16.064H6.45383V18H4.51783V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8923 7.7396C84.7168 8.02591 85.9446 7.79335 86.3857 8.59852C86.0023 10.584 86.194 12.6957 87.0196 14.4311C86.9232 15.7551 86.1516 16.6864 85.5424 17.9556H78.1763C78.6244 16.6228 78.6879 16.0601 79.0772 15.1869C79.1537 15.0146 79.2066 15.0179 79.3207 14.9444C79.4971 14.8347 79.6817 14.7909 79.8476 14.8183C80.6085 14.7711 80.5427 14.9192 80.9378 14.7711C81.0731 13.5721 80.3698 10.9142 80.3698 10.9142L78.5597 10.9065C78.5597 9.45744 78.3104 8.11586 77.3506 7.04193C78.3292 6.86313 79.096 8.06211 80.2098 7.99081C80.7273 8.02591 81.5142 7.82955 81.5906 8.50967C81.3789 10.8177 81.8588 12.8778 82.6068 14.8095C83.5512 14.9499 84.0993 14.7075 85.4683 14.8227C85.1413 13.6413 84.9355 10.8473 84.8991 10.9142C84.8991 10.9142 83.5477 10.9603 82.8761 10.9065C83.2019 9.56494 82.7797 8.07966 82.1469 6.88068C82.8561 6.88068 83.3172 7.45329 83.8923 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9247 8.06741C94.7763 8.22757 98.9068 8.15188 98.9068 8.15188L99.2844 10.7758H98.414C98.6257 11.9561 98.9127 13.3932 99.449 14.4309C98.7586 15.4873 98.28 16.7213 97.9718 17.9554H97.2708L97.2685 10.8175L92.0735 10.8076C91.997 9.42983 91.6419 7.97307 90.7986 6.86295C91.4313 6.43403 91.7442 7.3478 92.3816 7.58913C92.9685 7.81291 93.3026 7.95003 93.9247 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3341 8.34225L58.5058 8.59345C58.4494 10.4539 58.9281 12.1147 56.7616 13.0811L59.3538 16.5431L57.1768 18.25C55.642 16.3347 52.0618 12.7071 52.0618 12.7071L51.6502 14.9832L53.6343 15.0238L53.8589 17.956C53.8589 17.956 50.4834 17.956 50.4117 17.9407L50.22 17.7794C50.968 15.1851 50.7951 12.6544 50.4117 9.97014L51.5055 7.48333H51.7925L56.2041 12.6829C56.5887 12.9144 56.9145 12.3242 57.1262 12.0741C57.2791 11.7165 57.298 11.3304 56.8569 11.1691L55.2844 11.0803C55.2268 9.77378 54.8234 8.59345 53.8072 7.64458L53.9025 7.39447C55.0351 8.48595 56.7993 8.14589 58.3341 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2173 8.18463C29.043 7.84457 28.8454 8.59489 28.8101 9.04355C28.8795 10.1745 29.6875 14.4428 29.7722 15.1767C29.8004 15.4147 28.4984 17.9344 28.4984 17.9344L24.8994 17.9322C24.8994 17.9322 25.858 16.1837 26.1838 15.2534C26.2544 15.2567 27.8316 15.2567 27.8316 15.2567V11.0115C25.4158 11.3044 26.299 9.65127 25.8192 8.77479C25.6863 8.13088 24.9947 7.57582 24.9947 6.9681C26.2226 7.0032 26.8177 8.50604 28.2173 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.5049 7.81134C75.1577 8.52766 76.6149 7.81134 76.9795 8.76021C76.8455 10.9245 77.1324 12.9287 77.8228 14.7716C77.2477 15.7731 76.7455 16.3523 76.3456 17.956H75.7493L75.7564 10.9958C75.7564 10.9958 74.8942 10.9728 74.0439 10.9958C74.285 8.99496 73.2747 7.61169 72.836 6.95242C73.6993 6.75606 73.9004 7.59634 74.5049 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2268 10.9523C43.3221 12.3312 43.6526 13.5521 44.116 14.7862C43.5409 15.7877 43.0375 16.3417 42.6388 17.9454H42.1777C41.545 14.2959 42.8728 10.2141 40.6476 7.18974C41.9907 6.67088 42.086 8.46002 43.3139 8.20992H48.4642C48.4642 8.20992 48.7053 8.26257 48.8252 8.35033C48.9675 8.45673 49.0252 8.58398 49.0769 8.71671C48.9417 10.8821 49.2298 12.929 49.9202 14.7708C49.3451 15.7735 48.8417 16.221 48.443 17.9433H47.7114L47.7185 10.9655H43.4103L43.2268 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2367 7.81134C88.8883 8.52766 90.3467 7.81134 90.7113 8.76021C90.7113 8.76021 90.9324 10.5099 91.6828 11.8087C91.0406 12.5722 90.3949 12.955 89.9962 14.5587H89.494L89.4881 10.9958C89.4881 10.9958 88.5813 11.0364 87.7756 10.9958C88.0168 8.99496 87.0065 7.61169 86.5678 6.95242C87.431 6.75606 87.8286 7.59634 88.2367 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.1 7.81139C101.752 8.5277 103.21 7.81139 103.574 8.76026C103.574 8.76026 103.795 10.5099 104.546 11.8087C103.904 12.5722 103.34 12.955 102.941 14.5588H102.372L102.378 10.9959C102.378 10.9959 101.415 10.9728 100.64 10.9959C100.88 8.99501 99.8706 7.61174 99.4307 6.95247C100.294 6.75611 100.526 7.56457 101.1 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7986 10.9956C31.7986 10.9956 31.0894 10.989 30.3167 10.9956C30.5566 8.99476 29.5475 7.61149 29.1088 6.95222C29.9721 6.75586 30.3379 7.64988 30.7778 7.8243C31.7916 8.37168 32.8877 7.81114 33.2523 8.76001C33.1183 10.9243 33.4052 12.9285 34.0956 14.7714C33.5205 15.7729 32.7466 16.3521 32.3467 17.9558H31.8045L31.7986 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0133 11.0106C23.0133 11.0106 22.0054 11.0051 21.4091 11.0106C21.649 9.00973 20.6387 7.62646 20.2 6.96719C21.0633 6.77083 21.3385 7.50031 21.869 7.8272C22.5217 8.54242 23.9789 7.8272 24.3435 8.77498C24.2095 10.9404 24.4788 12.9533 25.1692 14.7962C24.5929 15.7977 24.0366 16.3769 23.6367 17.9807H23.0145L23.0133 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6127 11.0627H14.7715C13.9847 11.6353 14.1399 12.944 14.5022 13.7996C15.5913 15.2388 14.5798 16.4477 14.2152 17.7541L14.054 17.9329H10.4551L11.6442 15.0874L13.1743 15.0918C12.8779 14.1495 12.638 12.0949 13.1755 11.0572C12.9861 10.9694 12.6086 10.9376 12.3204 10.9727C12.2816 9.54229 12.0852 8.34331 11.376 7.19808C11.8935 6.35672 12.3922 7.842 13.0261 7.8782C15.0408 8.30821 17.3508 8.13269 19.7254 8.18425C19.9559 8.238 20.1229 8.38829 20.2593 8.80294C20.1253 10.9672 20.4193 12.9857 21.1097 14.8285C20.5346 15.8301 20.0323 16.4093 19.6325 18.0119H18.6092L18.6127 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6175 8.75618C40.4834 10.9205 40.7845 12.9246 41.4749 14.7675C40.8998 15.769 40.3976 16.3482 39.9989 17.952H39.2803L39.272 10.9907L34.3628 10.9885C34.4581 9.64691 34.2417 8.26583 33.3784 7.29941C33.4549 7.0142 33.9924 7.12061 34.2029 7.21056C34.8215 7.80621 35.2579 7.94442 35.853 8.15833H39.9965C40.2647 8.24828 40.4705 8.45122 40.6175 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8238 11.0937H67.0214C66.2357 11.6663 66.3898 12.8137 66.7532 13.6705C67.8412 15.1086 66.8297 16.471 66.4651 17.7764L66.304 17.9563H62.7062C62.7062 17.9563 63.4918 15.9061 63.8952 14.9583C63.9611 14.9331 65.4254 14.9616 65.4254 14.9616C65.129 14.0204 64.8891 12.1259 65.4266 11.0893C65.2372 11.0004 64.8797 11.0268 64.5927 11.0619C64.5539 9.63144 64.3363 8.37432 63.6259 7.2291C64.1446 6.38773 64.6433 7.87301 65.276 7.90921C67.2331 8.39187 69.6277 8.08802 71.853 8.17687C72.0835 8.23172 72.2164 8.48402 72.4093 8.82408C72.2752 10.9884 72.5504 13.0331 73.2408 14.876C72.6645 15.8775 72.1623 16.3799 71.7636 17.9837L70.838 17.9969L70.8238 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.PremiumPaywallCheckoutPlans .newspaper-users .yedioth-plus-label {
  width: 10.46875vw;
  height: 3.90625vw;
  position: relative;
  margin-left: 0.46875vw;
  top: 0.78125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.PremiumPaywallCheckoutPlans .footer {
  margin-top: 9.0625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  align-items: center;
}
.PremiumPaywallCheckoutPlans .footer .footer-links {
  margin-top: 1.25vw;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  padding: 0;
  margin-top: 0;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
  -webkit-text-fill-color: #000;
}
.PremiumPaywallCheckoutPlans .footer .footer-links ul a :active {
  color: #000;
  text-decoration: underline;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.84375vw;
  text-align: center;
}
.PremiumPaywallCheckoutPlans .footer .footer-terms-text a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .PremiumPaywallCheckoutPlans {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users,
  .PremiumPaywallCheckoutPlans .title,
  .PremiumPaywallCheckoutPlans .subtitle,
  .PremiumPaywallCheckoutPlans .subtitle span,
  .PremiumPaywallCheckoutPlans .plan-box .plan-title,
  .PremiumPaywallCheckoutPlans .plan-box .plan-price,
  .PremiumPaywallCheckoutPlans .cancel-text,
  .PremiumPaywallCheckoutPlans .login,
  .PremiumPaywallCheckoutPlans .login div,
  .PremiumPaywallCheckoutPlans .footer .footer-links,
  .PremiumPaywallCheckoutPlans .footer .footer-links a,
  .PremiumPaywallCheckoutPlans .footer .footer-terms-text,
  .PremiumPaywallCheckoutPlans .footer .footer-terms-text a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PremiumPaywallCheckoutPlans .plan-price-frequency {
    color: #78787B !important;
  }
  .PremiumPaywallCheckoutPlans .cancel-text a,
  .PremiumPaywallCheckoutPlans .plan-box .plan-promo-text,
  .PremiumPaywallCheckoutPlans .login a,
  .PremiumPaywallCheckoutPlans .newspaper-users .newspaper-register-text {
    color: #2261D0 !important;
    -webkit-text-fill-color: #2261D0 !important;
  }
  .PremiumPaywallCheckoutPlans .plan-box.selected {
    border-color: #2261D0 !important;
  }
  .PremiumPaywallCheckoutPlans .plan-box .plan-button {
    background-color: #2261D0 !important;
    color: #fff !important;
  }
}
@media (max-width: 375px) {
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
    font-size: 0.85rem;
  }
  .PremiumPaywallCheckoutPlans .subtitle {
    font-size: 0.9rem;
  }
  .PremiumPaywallCheckoutPlans .cancel-text {
    font-size: 0.713rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .PremiumPaywallCheckoutPlans {
    padding: 8.25vw 3.125vw 5.125vw 3.125vw !important;
  }
  .PremiumPaywallCheckoutPlans.checkout-flow {
    padding-top: 4.625vw !important;
  }
  .PremiumPaywallCheckoutPlans.checkout-flow .subtitle {
    margin-top: 3.125vw !important;
    padding: 0 1vw !important;
  }
  .PremiumPaywallCheckoutPlans.checkout-flow .cancel-text {
    margin-top: 3.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .yedioth-label {
    width: 16vw !important;
    height: 1.85vw !important;
    background-repeat: no-repeat !important;
    right: -0.6vw !important;
    position: relative !important;
  }
  .PremiumPaywallCheckoutPlans .title {
    font-size: 2rem !important;
  }
  .PremiumPaywallCheckoutPlans .subtitle {
    font-size: 1.25rem !important;
    line-height: 4.125vw !important;
    margin-top: 2.125vw !important;
    padding: 0 6.25vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container {
    margin-top: 3.125vw !important;
    gap: 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box {
    width: 34.875vw !important;
    height: 38.875vw !important;
    padding: 3.125vw 2.125vw 11.375vw 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-title {
    font-size: 1.125rem !important;
    line-height: 3.75vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price {
    font-size: 2.625rem !important;
    line-height: 7.125vw !important;
    margin-top: 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price::before {
    font-size: 2rem !important;
    line-height: 3vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-price-frequency {
    font-size: 1rem !important;
    margin-top: 1vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-promo-text {
    font-size: 1.125rem !important;
    margin-top: 3.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .plans-container .plan-box .plan-button {
    font-size: 1.125rem !important;
    line-height: 4.5vw !important;
    height: 7.125vw !important;
    bottom: 2.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .cancel-text {
    margin-top: 2.125vw !important;
    font-size: 1rem !important;
    line-height: 3.75vw !important;
    margin-bottom: 3.125vw !important;
  }
  .PremiumPaywallCheckoutPlans .login {
    padding-top: 3.125vw !important;
    font-size: 1.125rem !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users {
    margin-top: 2.125vw !important;
    font-size: 1.125rem !important;
    line-height: 4.875vw !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users .yedioth-label {
    width: 16.15vw !important;
    height: 3.875vw !important;
    position: relative !important;
    background-repeat: no-repeat !important;
    top: 0.6vw !important;
    right: -0.7vw !important;
  }
  .PremiumPaywallCheckoutPlans .newspaper-users .yedioth-plus-label {
    width: 7.175vw !important;
    height: 2.925vw !important;
    top: 0.725vw !important;
  }
  .PremiumPaywallCheckoutPlans .footer {
    margin-top: 7.25vw !important;
    gap: 1vw !important;
  }
  .PremiumPaywallCheckoutPlans .footer .footer-links {
    margin-top: 1vw !important;
    font-size: 1.0625rem !important;
    line-height: 3.875vw !important;
  }
  .PremiumPaywallCheckoutPlans .footer .footer-links ul {
    gap: 0.375vw !important;
    line-height: 3.875vw !important;
  }
  .PremiumPaywallCheckoutPlans .footer .footer-terms-text {
    font-size: 1rem !important;
    line-height: 3.875vw !important;
  }
}
.PaywallMyAccountComponenta {
  font-family: 'Moses';
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 0;
  box-sizing: border-box;
  margin-top: 6.25vw;
}
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .PaywallMyAccountComponenta {
    min-height: 105rem;
  }
  .PaywallMyAccountComponenta:has(.PaywallMyAccountLastPurchases) {
    min-height: 90rem;
  }
}
@media screen and (min-device-width: 769px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .PaywallMyAccountComponenta {
    min-height: 135rem;
  }
  .PaywallMyAccountComponenta:has(.PaywallMyAccountLastPurchases) {
    min-height: 115rem;
  }
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountComponenta {
    background-color: #fff !important;
    color: #000 !important;
  }
}
.PaywallMyAccountLastPurchases {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 51.25vw;
}
.PaywallMyAccountLastPurchases .general-error {
  font-weight: 400;
  font-size: 3.28125vw;
  line-height: 4.21875vw;
  text-align: right;
  margin-top: 5.46875vw;
  color: #de1a1a;
}
.PaywallMyAccountLastPurchases .table {
  width: 100%;
}
.PaywallMyAccountLastPurchases .table .header {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 670;
  line-height: 4.84375vw;
  padding-bottom: 0.3125vw;
  border-bottom: 1px solid #000;
}
.PaywallMyAccountLastPurchases .table .list {
  display: flex;
  flex-direction: column;
  gap: 6.25vw;
  margin-top: 8.75vw;
}
.PaywallMyAccountLastPurchases .table .row {
  display: flex;
  justify-content: space-between;
  font-size: 3.59375vw;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 3.75vw;
}
.PaywallMyAccountLastPurchases .table .row .type-container {
  display: flex;
  flex-wrap: wrap;
}
.PaywallMyAccountLastPurchases .table .row .type-container .type {
  color: #000;
  font-style: normal;
  font-size: 3.59375vw;
  flex: 1 1 100%;
}
.PaywallMyAccountLastPurchases .table .row .type-container .cancel {
  color: #2261D0;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: underline;
  order: 3;
  flex: 1 1 100%;
}
.PaywallMyAccountLastPurchases .table .row .type-container .active-label {
  margin-left: 0.9375vw;
}
.PaywallMyAccountLastPurchases .table .row .cancel {
  color: #2261D0;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 5vw;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: underline;
  padding-right: 0.3125vw;
}
@media screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .PaywallMyAccountLastPurchases {
    margin-bottom: 7.8125vw;
  }
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountLastPurchases .general-error {
    color: #de1a1a !important;
  }
  .PaywallMyAccountLastPurchases .table .header {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .header .header-type {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .header .header-date {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .list {
    background-color: #fff !important;
  }
  .PaywallMyAccountLastPurchases .table .row {
    border-bottom: 1px solid #efefef !important;
  }
  .PaywallMyAccountLastPurchases .table .row .type {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .row .date {
    color: #000 !important;
  }
  .PaywallMyAccountLastPurchases .table .row .cancel {
    color: #2261D0 !important;
    background: none !important;
  }
}
.PaywallMyAccountPersonalDetails {
  width: 100%;
}
.PaywallMyAccountPersonalDetails .personal_details {
  font-size: 3.59375vw;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 670;
  line-height: 4.84375vw;
  color: #000;
  padding-bottom: 6.09375vw;
}
.PaywallMyAccountPersonalDetails .personal-details-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.PaywallMyAccountPersonalDetails .personal-details-form .general-error {
  font-weight: 400;
  font-size: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  margin-top: 1.01563vw;
  color: #de1a1a !important;
}
.PaywallMyAccountPersonalDetails .personal-details-form form {
  width: 100%;
  gap: 8.59375vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 6.09375vw;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field.big {
  flex-basis: 100%;
  margin-top: 0;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field.big input {
  border: none;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field label {
  font-weight: 500;
  font-size: 2.03125vw;
  line-height: 2.76563vw;
  text-align: right;
  color: #78787b;
  margin-bottom: 0.625vw;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field input {
  margin: 1.25vw 2.5vw;
  outline: none;
  border: none;
  font-size: 3.59375vw;
  color: #000;
  line-height: 5vw;
  text-align: right;
  height: 6.25vw;
  box-sizing: border-box;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field input:disabled {
  border: none;
  color: #999;
  background: none;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field .input-field-error {
  font-weight: 400;
  border-top: 1px solid #000;
  font-size: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  color: #de1a1a !important;
  padding-top: 1.01563vw;
}
.PaywallMyAccountPersonalDetails .personal-details-form form .input-field.email .input-field-error {
  border-top: 1px solid #999 !important;
}
.PaywallMyAccountPersonalDetails .personal-details-form .submit-button {
  width: 100%;
  height: 10.15625vw;
  background: #000;
  color: white;
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 5.625vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 7.8125vw auto 0 auto;
}
.PaywallMyAccountPersonalDetails .personal-details-form .submit-button:disabled {
  background: #e4e4e4;
  color: #b3b3b3;
}
.PaywallMyAccountPersonalDetails .personal-details-form .success-message {
  color: #34A853;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5vw;
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountPersonalDetails .personal_details {
    color: #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .general-error {
    color: #de1a1a !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form {
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field.big input {
    border: none !important;
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field label {
    color: #78787b !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field input {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field input:disabled {
    color: #999 !important;
    background: none !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field .input-field-error {
    color: #de1a1a !important;
    border-top: 1px solid #000 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form form .input-field.email .input-field-error {
    border-top: 1px solid #999 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .submit-button {
    background: #000 !important;
    color: #fff !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .submit-button:disabled {
    background: #e4e4e4 !important;
    color: #b3b3b3 !important;
  }
  .PaywallMyAccountPersonalDetails .personal-details-form .success-message {
    color: #34A853 !important;
  }
}
.PaywallMyAccountTabsCont {
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs {
  width: 100%;
  display: flex;
  /* align-items: flex-end; */
  flex-direction: column;
  margin: 0 auto;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header {
  display: flex;
  border-bottom: 1px solid #000;
  height: 8.90625vw;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button {
  flex: 1;
  border: none;
  color: #78787B;
  text-align: center;
  font-size: 4.0625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.5625vw;
  background-color: #EFEFEF;
  cursor: pointer;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button:hover {
  color: #333;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button.active {
  border-bottom: 1px solid  #78787B;
  color: #fff;
  font-size: 4.0625vw;
  font-weight: 500;
  background-color: #2261D0;
}
.PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-content {
  padding-top: 10.46875vw;
  width: 90.15625vw;
  margin: 0 auto;
}
.PaywallMyAccountTabsCont .terms-text {
  margin: 0 auto;
  width: 90.15625vw;
  color: #000;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.84375vw;
  text-align: center;
  margin-top: 14.84375vw;
  margin-bottom: 3.125vw;
  left: 0;
  right: 0;
}
.PaywallMyAccountTabsCont .terms-text .contact_us {
  border-top: 1px solid #EFEFEF;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  padding: 2.5vw 0px;
}
.PaywallMyAccountTabsCont .terms-text .contact_us a {
  text-decoration: none  !important;
}
.PaywallMyAccountTabsCont .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header {
    border-bottom: 1px solid #000;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button {
    background-color: #efefef !important;
    color: #78787B !important;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button:hover {
    color: #333 !important;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-header .tab-button.active {
    background-color: #2261D0 !important;
    color: #fff !important;
    border-bottom: 1px solid #78787B !important;
  }
  .PaywallMyAccountTabsCont .PaywallMyAccountTabs .tabs-content {
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallMyAccountTabsCont .terms-text {
    color: #000 !important;
  }
  .PaywallMyAccountTabsCont .terms-text .contact_us {
    border-top: 1px solid #efefef !important;
    color: #000 !important;
  }
  .PaywallMyAccountTabsCont .terms-text a,
  .PaywallMyAccountTabsCont .terms-text span,
  .PaywallMyAccountTabsCont .terms-text div,
  .PaywallMyAccountTabsCont .terms-text div span {
    color: #000 !important;
  }
}
.mContainer {
  padding-bottom: 0;
}
.mContainer  .paywall-plans-app {
  padding: 0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.updatedUser:not(.full-screen) .inner-container {
  margin-top: 31.25vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen {
  background-color: #fff;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen.updatedUser .inner-container {
  margin-top: 39.0625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .btn-close {
  position: absolute;
  display: block;
  top: 2.65625vw;
  width: 7.65625vw;
  height: 7.65625vw;
  right: 2.65625vw;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7096 8.69206C23.0967 8.30498 23.0967 7.67739 22.7096 7.29031C22.3225 6.90323 21.6949 6.90323 21.3078 7.29031L14.9999 13.5983L8.69206 7.29046C8.30498 6.90338 7.67739 6.90338 7.29031 7.29046C6.90323 7.67754 6.90323 8.30513 7.29031 8.69221L13.5981 15L7.29036 21.3078C6.90328 21.6949 6.90328 22.3225 7.29036 22.7095C7.67744 23.0966 8.30502 23.0966 8.69211 22.7095L14.9999 16.4018L21.3078 22.7097C21.6949 23.0968 22.3225 23.0968 22.7095 22.7097C23.0966 22.3226 23.0966 21.695 22.7095 21.3079L16.4016 15L22.7096 8.69206Z' fill='black'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .inner-container .title {
  margin-top: 5.15625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .inner-container .yedioth-plus-logo {
  bottom: unset;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container {
  padding: 0 3.90625vw;
  margin-top: 5.15625vw;
  background-color: #fff;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-label {
  width: 21.71875vw;
  height: 2.8125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='11' viewBox='0 0 85 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.4793 4.57764L54.1849 4.29138H50.6938L50.4094 4.6484C50.2597 6.03787 50.6505 7.2022 51.2094 8.26682C50.9133 9.09021 50.3013 10.076 50.1632 10.9766H46.8467C47.1012 10.1323 47.2526 9.26389 47.991 8.10922C48.3636 8.1253 48.7927 8.07544 49.1786 8.10922C49.2551 7.68305 48.8892 6.97866 48.9125 6.3177C48.9474 5.30454 49.2085 4.3348 49.1669 4.29942C49.0172 4.30907 48.8177 4.25761 48.4684 4.29299C48.4201 2.71214 48.2788 1.41755 47.6002 0.100448C48.7129 -0.271043 48.974 1.63948 50.4759 1.43042H54.965C54.965 1.43042 55.2926 1.42077 55.5588 1.45293C55.6652 1.4658 55.6985 1.57837 55.7417 1.65717C56.2174 2.5079 55.6602 3.73977 55.9579 4.69825C55.8931 5.6696 56.728 6.70849 57.1388 7.66375C57.1954 7.80366 57.3201 7.89211 57.3101 8.06097C57.2985 8.26843 57.0673 8.38904 56.9825 8.49036C56.7762 8.75892 56.6232 8.83129 56.432 9.13363C55.938 9.71579 55.6153 10.5842 55.2677 10.9782C55.2727 10.9847 54.8569 10.9991 54.481 10.9782V4.57764H54.4793ZM58.5958 10.9059C58.7721 11.0586 59.1979 10.9895 59.3676 10.8303C59.7717 9.72223 60.1776 9.2462 60.61 8.74123C60.6815 8.62384 60.8711 8.58846 60.8778 8.42925C60.8828 8.30542 60.7464 8.24913 60.7331 8.14299C59.8848 6.4946 59.8715 4.40395 59.9081 2.49182C60.2108 1.06214 58.6956 1.49957 57.9571 1.16024C57.2968 0.917407 57.0706 -0.263002 56.269 0.200155C56.9792 1.24226 57.2037 2.81024 57.1322 4.19972C57.5064 4.66126 58.1734 4.0196 58.5925 4.52457V10.9059H58.5958ZM65.2188 4.27048C65.46 4.34445 65.9972 4.28656 66.4945 4.29942C66.7041 4.30586 66.8671 4.28013 67.0251 4.41682C67.2114 4.58086 67.1415 4.79796 67.1665 5.02793C67.243 5.76448 67.3262 6.57661 67.3943 7.2617C67.4193 7.5174 67.5274 7.6348 67.416 7.82296C67.2812 8.04811 67.0168 8.00629 66.779 8.01112C66.3282 8.01916 65.8725 8.03846 65.5099 7.98378C65.3635 7.93714 65.282 7.78597 65.1623 7.68626C65.119 7.49971 65.0226 7.36784 64.9777 7.18129C64.6184 5.61814 64.3373 4.00673 64.3556 2.26989C64.3573 2.03188 64.3606 1.89197 64.2292 1.70863C64.0147 1.41273 63.6986 1.39021 63.3128 1.44007C62.9286 1.39021 62.576 1.50118 62.2549 1.33554C61.578 1.1908 61.1905 -0.287125 60.4088 0.156734C61.0657 1.35483 61.7759 2.7041 61.5131 4.31068C61.8558 4.34124 62.1635 4.3348 62.4446 4.32033C62.6624 4.30907 62.8055 4.28334 62.9685 4.42004C63.1913 4.60015 63.1764 4.92179 63.2163 5.20001C63.3011 5.81112 63.3793 6.36755 63.4774 6.95936C63.5373 7.3196 63.7635 7.65892 63.4808 7.91141C63.2629 8.10439 62.729 8.01273 62.729 8.01273C62.729 8.01273 62.3315 7.93071 62.1468 8.0658C62.0021 8.17354 62.0005 8.31506 61.9206 8.47427C61.593 9.13524 61.3518 9.875 61.1805 10.4025C61.0973 10.6534 61.0125 10.7241 61.114 10.8817C61.2304 11.0586 61.6445 10.9847 61.6445 10.9847H67.1199C67.1199 10.9847 67.6821 11.0409 67.9399 10.8544C68.1711 10.6887 68.196 10.4829 68.3008 10.2336C68.68 9.32822 69.1141 8.43729 69.2039 7.42252C68.6002 5.91887 68.384 4.21258 68.6085 2.54168C68.6368 2.31653 68.8962 1.80191 68.5886 1.5639C68.384 1.40469 68.1827 1.52048 67.9199 1.47384C67.3727 1.37896 66.8704 1.54782 66.5128 1.31141C65.7577 1.16828 65.3436 -0.375575 64.4271 0.185682C65.3868 1.6041 65.4351 2.45162 65.4118 3.30717L65.2155 4.2753L65.2188 4.27048ZM70.8223 1.41594C70.0672 1.27282 69.6231 -0.393265 68.7083 0.1696C69.6663 1.58641 69.6065 2.42106 69.5832 3.27822C69.6015 3.59986 69.4651 3.97779 69.7245 4.17238C69.8909 4.2946 70.2368 4.27852 70.2368 4.27852C70.2368 4.27852 71.2181 4.24474 71.2664 4.36858C71.3612 4.59694 71.3279 4.78027 71.3346 5.09226C71.3944 6.10059 71.2913 7.15074 71.3395 8.00629C71.5109 8.03524 71.7304 8.02238 71.8568 7.97252C72.3508 7.38875 72.582 6.40132 72.9229 5.89474C73.1142 5.50395 73.1458 5.48144 73.3238 5.14855C73.4302 4.95235 73.2805 4.78188 73.1957 4.63714C73.036 4.35893 72.8963 4.21097 72.8498 3.93597C72.6818 3.46799 72.8581 2.66711 72.7999 2.07369C72.7583 1.66039 72.6502 1.46258 72.1845 1.43846C72.0165 1.42881 71.7737 1.37413 71.5092 1.41434L70.8223 1.41755V1.41594ZM74.8723 1.35966C74.1171 1.21492 73.698 -0.343412 72.7832 0.219454C73.7413 1.63787 73.7695 2.65264 73.7463 3.5098C73.7978 3.74138 73.7113 3.83948 73.8045 4.01638C73.9957 4.37662 74.8323 4.3139 74.8323 4.3139H77.3588C77.3588 4.3139 77.8112 4.30746 78.0341 4.46346C78.4183 4.7272 78.3501 5.32223 78.3484 5.62457C78.3401 7.1636 78.3085 10.1822 78.3484 10.4797C78.37 10.6373 78.3135 10.7354 78.395 10.864C78.5447 11.1021 78.884 10.9541 79.1285 10.9541C79.2399 10.5038 79.4495 9.73027 79.7056 9.24138C79.8836 8.69942 80.5871 7.82778 80.5938 7.41287C80.5955 7.1427 80.4225 6.98027 80.326 6.57822C80.1697 5.93012 79.9335 4.94109 79.7672 4.30425L80.2911 4.30907C80.2911 4.30907 80.4491 4.24957 80.5007 4.16916C80.5772 4.04694 80.4774 3.91828 80.4657 3.80732C80.4108 3.28627 80.3559 2.92925 80.2894 2.32296C80.2645 2.08334 80.2512 1.80673 80.0316 1.60893C79.8038 1.40308 79.5975 1.43685 79.2665 1.43524C77.6815 1.42238 76.3875 1.45937 75.3895 1.43042L74.8706 1.36287L74.8723 1.35966ZM82.4633 1.41594C81.7098 1.27282 81.2657 -0.393265 80.3493 0.1696C81.3073 1.58641 81.2474 2.42106 81.2242 3.27822C81.2425 3.59986 81.1044 3.97779 81.3655 4.17238C81.5302 4.2946 81.8778 4.27852 81.8778 4.27852C81.8778 4.27852 82.8575 4.24474 82.9074 4.36858C83.0022 4.59694 82.9689 4.78027 82.9755 5.09226C83.0338 6.10059 82.9323 7.15074 82.9789 8.00629C83.1518 8.03524 83.3697 8.02238 83.4945 7.97252C83.9901 7.38875 84.2213 6.40132 84.5623 5.89474C84.7552 5.50395 84.7851 5.48144 84.9648 5.14855C85.0679 4.95235 84.9199 4.78188 84.8367 4.63714C84.677 4.35893 84.5357 4.21097 84.4891 3.93597C84.3194 3.46799 84.4974 2.66711 84.4392 2.07369C84.3976 1.66039 84.2928 1.46258 83.8238 1.43846C83.6558 1.42881 83.4146 1.37413 83.1485 1.41434L82.4616 1.41755L82.4633 1.41594ZM13.2344 10.9396C13.6918 9.97311 13.9762 9.43275 14.2988 8.69781C14.3754 8.52252 14.3837 8.32632 14.5733 8.21053C14.7629 8.09313 14.9858 8.2829 15.1488 8.17998C15.3467 8.17033 15.5845 8.08992 15.661 7.85834C15.7043 7.72325 15.661 7.40644 15.661 7.40644V5.05366C15.661 5.05366 15.7292 4.62428 15.5712 4.42969C15.365 4.17238 15.0273 4.28334 14.7196 4.28334C14.4552 4.28334 14.2855 4.31872 14.1009 4.16112C13.8315 3.92954 14.0743 3.59504 14.0826 3.26858C14.1059 2.41302 14.0577 1.56551 13.0997 0.147085C14.0144 -0.41578 14.4352 1.14255 15.1887 1.28568L16.2215 1.39021C16.2215 1.39021 16.6972 1.31624 16.792 1.52852C16.9018 1.77135 16.7372 1.94986 16.7671 2.19591C16.6939 4.18846 16.9783 5.89957 17.4673 7.69752C17.4806 7.80688 17.622 8.14138 17.622 8.27003C17.622 8.43729 17.4224 8.81039 17.3675 8.92618C17.128 9.54533 17.0166 9.72866 16.6706 10.4186C16.5974 10.5665 16.5176 10.6936 16.3513 10.782C15.9804 10.9847 15.4897 10.9284 15.2036 10.9268C14.4302 10.9203 14.0128 10.9268 13.2344 10.938M7.63426 10.938C8.00848 10.9589 8.42596 10.9461 8.42263 10.938C8.77025 10.5456 9.09125 9.6772 9.5869 9.09503C9.77817 8.7943 9.92952 8.71872 10.1358 8.45176C10.2206 8.35205 10.4501 8.23144 10.4634 8.02237C10.4751 7.85512 10.3487 7.76506 10.2921 7.62515C9.88129 6.6715 9.04801 5.631 9.11121 4.65966C8.81349 3.70118 9.37068 2.4677 8.89665 1.61697C8.85341 1.53977 8.81848 1.4272 8.71203 1.41434C8.44592 1.38217 8.11826 1.39021 8.11826 1.39021H3.62752C2.12728 1.60249 1.86449 -0.306423 0.753446 0.0650678C1.43205 1.38056 1.57342 2.67515 1.62166 4.256C1.97094 4.22223 2.17052 4.27369 2.32021 4.26565C2.36013 4.29942 2.09734 5.26916 2.06574 6.28232C2.04245 6.94328 2.40837 7.64767 2.33019 8.07384C1.94432 8.04006 1.51687 8.08992 1.14431 8.07384C0.407493 9.23012 0.254475 10.0969 0 10.9412H3.31483C3.45454 10.0423 4.06661 9.05644 4.36267 8.23305C3.80382 7.16843 3.41296 6.00571 3.56265 4.61624L3.8454 4.25761H7.3382L7.63259 4.54548V10.9412L7.63426 10.938ZM7.63426 10.938C8.00848 10.9589 8.42596 10.9461 8.42263 10.938C8.77025 10.5456 9.09125 9.6772 9.5869 9.09503C9.77817 8.7943 9.92952 8.71872 10.1358 8.45176C10.2206 8.35205 10.4501 8.23144 10.4634 8.02237C10.4751 7.85512 10.3487 7.76506 10.2921 7.62515C9.88129 6.6715 9.04801 5.631 9.11121 4.65966C8.81349 3.70118 9.37068 2.4677 8.89665 1.61697C8.85341 1.53977 8.81848 1.4272 8.71203 1.41434C8.44592 1.38217 8.11826 1.39021 8.11826 1.39021H3.62752C2.12728 1.60249 1.86449 -0.306423 0.753446 0.0650678C1.43205 1.38056 1.57342 2.67515 1.62166 4.256C1.97094 4.22223 2.17052 4.27369 2.32021 4.26565C2.36013 4.29942 2.09734 5.26916 2.06574 6.28232C2.04245 6.94328 2.40837 7.64767 2.33019 8.07384C1.94432 8.04006 1.51687 8.08992 1.14431 8.07384C0.407493 9.23012 0.254475 10.0969 0 10.9412H3.31483C3.45454 10.0423 4.06661 9.05644 4.36267 8.23305C3.80382 7.16843 3.41296 6.00571 3.56265 4.61624L3.8454 4.25761H7.3382L7.63259 4.54548V10.9412L7.63426 10.938ZM19.2902 10.8705C19.4665 11.0233 19.8906 10.9525 20.062 10.7949C20.4678 9.68524 20.872 9.21082 21.3044 8.70585C21.3743 8.58846 21.5655 8.55147 21.5722 8.39226C21.5772 8.26843 21.4408 8.21375 21.4258 8.10761C20.5792 6.45922 20.5476 4.19328 20.5859 2.28115C20.8886 0.849863 19.0956 1.61536 18.5468 1.19241C17.8881 0.94957 17.765 -0.298382 16.9634 0.164775C17.6752 1.20688 17.8981 2.77486 17.8266 4.16273C18.2008 4.62589 18.8678 3.98261 19.2886 4.48758V10.8689L19.2902 10.8705ZM19.2902 10.8705C19.4665 11.0233 19.8906 10.9525 20.062 10.7949C20.4678 9.68524 20.872 9.21082 21.3044 8.70585C21.3743 8.58846 21.5655 8.55147 21.5722 8.39226C21.5772 8.26843 21.4408 8.21375 21.4258 8.10761C20.5792 6.45922 20.5476 4.19328 20.5859 2.28115C20.8886 0.849863 19.0956 1.61536 18.5468 1.19241C17.8881 0.94957 17.765 -0.298382 16.9634 0.164775C17.6752 1.20688 17.8981 2.77486 17.8266 4.16273C18.2008 4.62589 18.8678 3.98261 19.2886 4.48758V10.8689L19.2902 10.8705ZM25.4725 4.28173C25.4725 4.28173 25.8035 4.28817 25.9116 4.43451C26.1344 4.73363 26.1045 5.37048 26.1045 5.37048V10.8946C26.2841 11.0474 26.7083 10.9782 26.8796 10.8174C27.2837 9.70936 27.4667 9.33305 27.9058 8.82968C27.9673 8.70746 28.31 8.57077 28.265 8.41799C28.2185 8.25878 28.0704 8.11243 28.0621 8.00629C27.2471 6.35147 27.6097 4.39431 27.6463 2.48217C27.633 2.29241 27.7544 1.99328 27.5981 1.74884C27.4667 1.54621 27.2671 1.4658 27.0758 1.39825C25.6904 1.32267 23.4117 1.47223 22.62 1.3484C21.9614 1.10556 21.5106 -0.373967 20.7106 0.0891906C21.4208 1.1313 21.6587 2.89387 21.5855 4.28173C23.0874 4.30425 23.9839 4.30425 25.4741 4.28173M25.9132 4.43451C26.1361 4.73363 26.1062 5.37048 26.1062 5.37048V10.8946C26.2858 11.0474 26.7099 10.9782 26.8812 10.8174C27.2854 9.70936 27.4684 9.33305 27.9074 8.82968C27.969 8.70746 28.3116 8.57077 28.2667 8.41799C28.2201 8.25878 28.0721 8.11243 28.0638 8.00629C27.2488 6.35147 27.6114 4.39431 27.648 2.48217C27.6347 2.29241 27.7561 1.99328 27.5997 1.74884C27.4684 1.54621 27.2688 1.4658 27.0775 1.39825C25.692 1.32267 23.4134 1.47223 22.6217 1.3484C21.963 1.10556 21.5123 -0.373967 20.7123 0.0891906C21.4225 1.1313 21.6603 2.89387 21.5871 4.28173C23.0891 4.30425 23.9855 4.30425 25.4758 4.28173C25.4758 4.28173 25.8068 4.28817 25.9149 4.43451M43.5851 1.7215C43.3024 1.24387 42.1597 1.39665 42.1597 1.39665C40.6595 1.60732 40.4216 -0.271043 39.3106 0.100448C39.9892 1.41594 40.7909 2.1927 40.8374 3.77355C41.3198 3.92311 41.8371 3.69957 42.2828 3.92311C42.4641 4.19811 42.4042 4.34284 42.3892 4.6677C42.3859 4.74328 42.4092 4.82852 42.3892 4.92822C42.3194 5.29328 41.9502 5.38816 41.6125 5.51039C40.3867 3.81375 38.9547 2.17179 37.7688 0.438167C37.659 0.27574 37.5392 -0.0169497 37.2981 0.0312959C37.0918 0.0731088 36.992 0.460682 36.992 0.460682C36.5596 1.52691 36.5995 1.27764 36.1987 2.54007C36.4349 5.0215 37.0436 7.71843 36.227 10.0487C36.197 10.1404 36.069 10.6309 36.1455 10.7579C36.2752 10.967 36.5712 10.9686 36.5712 10.9686L39.5418 10.9444C39.5168 10.3623 39.3788 9.70615 39.3455 8.95834C39.3339 8.73802 39.3671 8.49036 39.1792 8.29577C38.9913 8.09796 38.815 8.07384 38.5023 8.0867C38.143 8.10118 37.7837 8.22983 37.5642 7.94197C37.3879 7.70395 37.5526 7.18933 37.5526 7.18933L37.6457 5.59562C37.7904 5.31419 37.8919 5.18393 38.1447 5.2965C39.5069 7.18612 40.889 9.10951 42.2495 10.9975C43.2458 10.1162 43.6433 9.70775 44.1955 9.20761C44.0791 8.85381 42.7701 7.35176 42.3177 6.70045C42.0832 6.46887 42.183 5.97837 42.3926 5.79986C43.8912 5.22895 43.7697 3.83305 43.6633 2.51594C43.6317 2.1332 43.7431 1.99168 43.5835 1.7215M42.1581 1.39665C40.6578 1.60732 40.42 -0.271043 39.3089 0.100448C39.9875 1.41594 40.7892 2.1927 40.8358 3.77355C41.3181 3.92311 41.8354 3.69957 42.2811 3.92311C42.4624 4.19811 42.4026 4.34284 42.3876 4.6677C42.3843 4.74328 42.4075 4.82852 42.3876 4.92822C42.3177 5.29328 41.9485 5.38816 41.6109 5.51039C40.385 3.81375 38.953 2.17179 37.7671 0.438167C37.6573 0.27574 37.5376 -0.0169497 37.2964 0.0312959C37.0902 0.0731088 36.9904 0.460682 36.9904 0.460682C36.5579 1.52691 36.5979 1.27764 36.197 2.54007C36.4332 5.0215 37.0419 7.71843 36.2253 10.0487C36.1954 10.1404 36.0673 10.6309 36.1438 10.7579C36.2735 10.967 36.5696 10.9686 36.5696 10.9686L39.5401 10.9444C39.5152 10.3623 39.3771 9.70615 39.3439 8.95834C39.3322 8.73802 39.3655 8.49036 39.1775 8.29577C38.9896 8.09796 38.8133 8.07384 38.5006 8.0867C38.1413 8.10118 37.7821 8.22983 37.5625 7.94197C37.3862 7.70395 37.5509 7.18933 37.5509 7.18933L37.644 5.59562C37.7887 5.31419 37.8902 5.18393 38.143 5.2965C39.5052 7.18612 40.8873 9.10951 42.2479 10.9975C43.2442 10.1162 43.6417 9.70775 44.1939 9.20761C44.0774 8.85381 42.7685 7.35176 42.3161 6.70045C42.0816 6.46887 42.1813 5.97837 42.3909 5.79986C43.8895 5.22895 43.7681 3.83305 43.6616 2.51594C43.63 2.1332 43.7415 1.99168 43.5818 1.7215C43.299 1.24387 42.1564 1.39665 42.1564 1.39665M11.3915 10.8705C11.5678 11.0233 11.9936 10.9525 12.1632 10.7949C12.5674 9.68524 12.9732 9.21243 13.4057 8.70585C13.4755 8.58846 13.6668 8.55147 13.6735 8.39226C13.6785 8.26843 13.5421 8.21375 13.5271 8.10761C12.6789 6.45761 12.6489 4.19328 12.6872 2.28115C12.9899 0.849863 11.1952 1.61536 10.648 1.19241C9.9894 0.94957 9.86632 -0.298382 9.06464 0.164775C9.77484 1.20688 9.99938 2.77486 9.92786 4.16273C10.3021 4.62589 10.969 3.98261 11.3882 4.48758V10.8689L11.3915 10.8705ZM11.3915 10.8705C11.5678 11.0233 11.9936 10.9525 12.1632 10.7949C12.5674 9.68524 12.9732 9.21243 13.4057 8.70585C13.4755 8.58846 13.6668 8.55147 13.6735 8.39226C13.6785 8.26843 13.5421 8.21375 13.5271 8.10761C12.6789 6.45761 12.6489 4.19328 12.6872 2.28115C12.9899 0.849863 11.1952 1.61536 10.648 1.19241C9.9894 0.94957 9.86632 -0.298382 9.06464 0.164775C9.77484 1.20688 9.99938 2.77486 9.92786 4.16273C10.3021 4.62589 10.969 3.98261 11.3882 4.48758V10.8689L11.3915 10.8705ZM28.5644 5.14855L28.5478 10.9461L28.9453 10.9573C29.5956 9.92164 29.9083 8.8924 30.5287 8.23144C29.6372 6.61682 29.8484 6.24694 29.722 5.33349C29.7154 4.98612 29.6572 4.51492 30.0131 4.30586C30.1395 4.23188 30.4406 4.22866 30.5553 4.23992C30.6418 4.24635 33.1001 4.23349 33.1001 4.23349C33.5941 4.23349 33.6223 4.1965 33.8319 4.40074C34.0648 4.6291 33.94 5.237 33.94 5.237L33.9467 10.9444L34.3442 10.9557C34.9962 9.92003 35.3055 8.8908 35.9276 8.22983C35.0361 6.61521 34.928 4.44738 34.9762 2.38407C34.923 2.04957 35.0893 1.94504 34.9962 1.53495C34.9197 1.20849 34.1579 1.37574 34.1579 1.37574H31.0876L29.4859 1.29211C28.7324 1.14899 28.3116 -0.407739 27.3968 0.153518C28.3549 1.57194 28.468 2.47092 28.4447 3.32808L28.5661 5.14694L28.5644 5.14855ZM28.5644 5.14855L28.5478 10.9461L28.9453 10.9573C29.5956 9.92164 29.9083 8.8924 30.5287 8.23144C29.6372 6.61682 29.8484 6.24694 29.722 5.33349C29.7154 4.98612 29.6572 4.51492 30.0131 4.30586C30.1395 4.23188 30.4406 4.22866 30.5553 4.23992C30.6418 4.24635 33.1001 4.23349 33.1001 4.23349C33.5941 4.23349 33.6223 4.1965 33.8319 4.40074C34.0648 4.6291 33.94 5.237 33.94 5.237L33.9467 10.9444L34.3442 10.9557C34.9962 9.92003 35.3055 8.8908 35.9276 8.22983C35.0361 6.61521 34.928 4.44738 34.9762 2.38407C34.923 2.04957 35.0893 1.94504 34.9962 1.53495C34.9197 1.20849 34.1579 1.37574 34.1579 1.37574H31.0876L29.4859 1.29211C28.7324 1.14899 28.3116 -0.407739 27.3968 0.153518C28.3549 1.57194 28.468 2.47092 28.4447 3.32808L28.5661 5.14694L28.5644 5.14855Z' fill='black'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-plus-logo {
  background-size: contain;
  position: relative;
  bottom: 5.15625vw;
  display: block;
  width: 32.8125vw;
  height: 10.3125vw;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='128' height='40' viewBox='0 0 128 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.95431 8.95431 0 20 0H108C119.046 0 128 8.95431 128 20C128 31.0457 119.046 40 108 40H20C8.95431 40 0 31.0457 0 20Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.794 36C28.5402 36 35.6291 28.8364 35.6291 20C35.6291 11.1636 28.5402 4 19.794 4C11.0479 4 3.95898 11.1636 3.95898 20C3.95898 28.8364 11.0479 36 19.794 36Z' fill='black'/%3E%3Cpath d='M22.0562 10.8571V29.1428H17.5319V10.8571H22.0562Z' fill='white'/%3E%3Cpath d='M28.8426 17.7142V22.2857H10.7454V17.7142H28.8426Z' fill='white'/%3E%3Cpath d='M106.164 12.3724C106.164 12.3724 98.8658 12.5076 97.363 12.2195H97.3753C96.3409 12.0209 95.7565 11.7913 94.8335 11.4286L94.6469 11.3553C94.2256 11.1927 93.8843 10.8601 93.5639 10.5478C93.0271 10.0246 92.5488 9.55835 91.8506 10.0443C93.3411 12.049 93.9694 14.6828 94.1049 17.1755L103.282 17.1931V30.0974H104.52C105.056 27.8634 105.906 25.6353 107.125 23.7246C106.177 21.8493 105.665 19.2508 105.296 17.1167H106.83L106.164 12.3724Z' fill='white'/%3E%3Cpath d='M81.2688 11.9344C80.7021 11.8658 80.1362 11.7972 79.6491 11.6246L79.6553 11.6422C79.321 11.4721 79.0087 11.2459 78.6954 11.0191C78.0562 10.5562 77.4128 10.0902 76.5696 10.0902C77.6844 12.2537 78.4296 14.9403 77.8568 17.3625C79.0394 17.4565 81.4291 17.3742 81.4291 17.3742C81.4484 17.3355 81.4974 17.8057 81.5735 18.5353C81.7399 20.1318 82.0357 22.9702 82.433 24.4348C81.2226 24.3317 80.376 24.3896 79.6223 24.4411C78.8726 24.4924 78.2149 24.5374 77.3826 24.4113C76.0584 20.9192 75.2146 17.192 75.5841 13.0238C75.477 12.0522 74.588 12.0731 73.767 12.0925C73.5497 12.0976 73.3371 12.1026 73.1451 12.089C72.1678 12.1532 71.3419 11.6521 70.5474 11.17C69.7395 10.6799 68.9641 10.2094 68.0947 10.3724C69.7884 12.3124 70.2257 14.7346 70.2257 17.3566L73.4223 17.3683C73.4223 17.3683 74.6603 22.1714 74.4262 24.3408C74.0429 24.4865 73.9043 24.4717 73.6329 24.4428C73.4115 24.4191 73.1017 24.3861 72.4984 24.4231C72.2028 24.3761 71.8763 24.4525 71.5684 24.6524C71.5281 24.678 71.4921 24.6984 71.4593 24.7169C71.3268 24.7919 71.2459 24.8376 71.1373 25.0874C70.732 26.0214 70.5258 26.7592 70.2609 27.7073C70.0789 28.3585 69.8692 29.1089 69.5482 30.0904H82.5562C82.8609 29.4405 83.1888 28.8399 83.5062 28.2587C84.3112 26.7841 85.0484 25.4338 85.1677 23.7176C83.7141 20.5841 83.3754 16.7628 84.0529 13.1767C83.5358 12.2091 82.4006 12.0715 81.2688 11.9344Z' fill='white'/%3E%3Cpath d='M63.069 11.7557C63.5998 12.3519 64.433 12.3984 65.2398 12.4435C66.1832 12.4963 67.0905 12.547 67.4358 13.4723C67.2017 17.3877 67.7068 21.0092 68.9263 24.3366C68.72 24.7041 68.5191 25.0401 68.3239 25.3665C67.5575 26.6482 66.8793 27.7824 66.3148 30.0921H65.2616L65.2739 17.5112C65.2739 17.5112 63.7465 17.47 62.2498 17.5112C62.6522 14.0875 61.072 11.6654 60.2494 10.4046C60.2033 10.334 60.1596 10.267 60.1187 10.2036C61.0694 9.98046 61.5643 10.4859 62.061 10.9931C62.3623 11.3008 62.6642 11.6092 63.069 11.7557Z' fill='white'/%3E%3Cpath d='M89.488 12.4435C88.6813 12.3984 87.8481 12.3519 87.3172 11.7557H87.3234C87.1088 11.6401 86.8953 11.4239 86.661 11.1867C86.1088 10.6276 85.4414 9.95184 84.3732 10.2036C84.414 10.267 84.4578 10.334 84.5039 10.4046C85.3264 11.6654 86.9067 14.0875 86.5042 17.5112C87.927 17.5876 89.5284 17.5112 89.5284 17.5112L89.5407 23.9545H90.4276C90.9848 21.6496 91.8175 20.7407 92.7039 19.7732C92.9344 19.5216 93.1686 19.266 93.4024 18.9809C92.0721 16.6352 91.684 13.4723 91.684 13.4723C91.3387 12.547 90.4315 12.4963 89.488 12.4435Z' fill='white'/%3E%3Cpath d='M110.038 11.7558C110.569 12.3519 111.402 12.3985 112.209 12.4436C113.153 12.4963 114.06 12.547 114.405 13.4724C114.405 13.4724 114.793 16.6353 116.123 18.981C115.926 19.2221 115.732 19.4422 115.543 19.6565C114.651 20.6702 113.87 21.5574 113.29 23.9546H112.286L112.299 17.5112C112.299 17.5112 110.599 17.4701 109.225 17.5112C109.628 14.0876 108.047 11.6655 107.225 10.4047C107.179 10.3341 107.135 10.267 107.094 10.2037C108.078 9.97275 108.597 10.4978 109.113 11.0201C109.398 11.3088 109.683 11.5967 110.044 11.7558H110.038Z' fill='white'/%3E%3Cpath d='M49.8515 17.6864H56.5588L56.5834 30.1615L58.2217 30.138C58.7646 27.9166 59.4124 26.8659 60.1429 25.681C60.3655 25.32 60.5958 24.9465 60.8332 24.5236C59.6137 21.1902 59.1271 17.4924 59.3673 13.5829C59.3503 13.5524 59.3336 13.5224 59.3171 13.4928C58.9989 12.9218 58.7683 12.508 58.3819 12.4129C57.0737 12.3601 55.732 12.3854 54.3967 12.4107C51.721 12.4612 49.0707 12.5113 46.7658 11.9309C46.3154 11.9047 45.9021 11.4505 45.5094 11.0189C44.9302 10.3823 44.3958 9.79479 43.8526 10.7022C45.109 12.7716 45.4909 15.0408 45.5586 17.6276C46.0698 17.5629 46.6981 17.5159 47.0307 17.6746C46.0821 19.55 46.5071 22.9774 47.0307 24.6764C47.0307 24.6764 44.4438 24.6235 44.3268 24.6706C43.6185 26.3872 42.2266 30.091 42.2266 30.091H48.5828L48.8661 29.7676C49.0126 29.232 49.2177 28.6913 49.4249 28.145C50.1319 26.2808 50.8634 24.3521 49.3773 22.3425C48.7367 20.7963 48.4596 18.7211 49.8515 17.6864Z' fill='white'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .title {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 670;
  line-height: 6.875vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.15625vw;
  margin-top: 2.65625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle .bold {
  font-weight: bold;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle br {
  display: block;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container {
  margin-top: 3.90625vw;
  justify-content: center;
  display: flex;
  gap: 2.65625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box {
  width: 43.59375vw;
  height: 48.59375vw;
  border-radius: 2.5vw;
  position: relative;
  box-shadow: 0px 0px 2.5vw 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.90625vw 2.65625vw 2.65625vw 2.65625vw;
  box-sizing: border-box;
  justify-content: space-between;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box.selected {
  border: 0.3125vw solid #2261D0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box.yearly-plan .plan-promo-text {
  visibility: hidden;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-title {
  color: #000;
  text-align: center;
  font-size: 0.93rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.6875vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price {
  color: #000;
  text-align: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 670;
  line-height: 8.90625vw;
  margin-top: 2.65625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price-frequency {
  color: #78787B;
  text-align: center;
  font-size: 0.81rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.375vw;
  margin-top: 1.25vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-promo-text {
  color: #2261D0;
  text-align: center;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 670;
  line-height: 4.6875vw;
  margin-top: 3.90625vw;
  flex-grow: 1;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-button {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 670;
  line-height: 5.625vw;
  display: flex;
  width: 100%;
  height: 8.90625vw;
  font-size: 1rem;
  border: none;
  justify-content: center;
  align-items: center;
  background-color: #2261D0;
  border-radius: 1.25vw;
  text-decoration: none;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text {
  margin-top: 2.65625vw;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.6875vw;
  text-decoration: none;
  margin-bottom: 3.90625vw;
  text-align: center;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text a {
  color: #2261D0;
  text-decoration: underline;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text br {
  display: block;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login {
  display: flex;
  justify-content: center;
  padding-top: 3.90625vw;
  color: #000;
  border-top: 1px solid #C5C5C5;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login a {
  color: #2261D0;
  line-height: 1.8;
  font-weight: 500;
  text-decoration: underline;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users {
  margin-top: 2.65625vw;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  color: #000;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users > div:first-child {
  display: flex;
  gap: 1.5625vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .newspaper-register-text {
  color: #2261D0;
  cursor: pointer;
  line-height: 5.625vw;
  font-weight: 500;
  border-bottom: 0.3125vw solid #2261D0;
  line-height: 4.53125vw;
  text-decoration: none;
  margin-top: 0.9375vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-label {
  width: 26.5625vw;
  height: 6.09375vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='24' viewBox='0 0 105 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.72583 14.624C4.71516 14.24 4.7685 13.8933 4.88583 13.584C5.01383 13.2747 5.16316 13.0133 5.33383 12.8C5.51516 12.576 5.74983 12.3147 6.03783 12.016C6.4325 11.6107 6.7205 11.2693 6.90183 10.992C7.08316 10.7147 7.17383 10.384 7.17383 10C7.1845 9.44533 6.99783 9.01867 6.61383 8.72C6.24049 8.42133 5.68049 8.272 4.93383 8.272C4.56049 8.272 4.17116 8.336 3.76583 8.464C3.37116 8.58133 3.05116 8.71467 2.80583 8.864L2.77383 7.616C3.13649 7.43467 3.55249 7.29067 4.02183 7.184C4.49116 7.07733 4.9765 7.024 5.47783 7.024C6.49116 7.024 7.30183 7.248 7.90983 7.696C8.5285 8.13333 8.84316 8.79467 8.85383 9.68C8.85383 10.0853 8.7845 10.4533 8.64583 10.784C8.50716 11.1147 8.34183 11.3973 8.14983 11.632C7.95783 11.8667 7.68583 12.16 7.33383 12.512C6.91783 12.9173 6.60316 13.2747 6.38983 13.584C6.18716 13.8827 6.08583 14.2293 6.08583 14.624H4.72583ZM4.51783 16.064H6.45383V18H4.51783V16.064Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.8923 7.7396C84.7168 8.02591 85.9446 7.79335 86.3857 8.59852C86.0023 10.584 86.194 12.6957 87.0196 14.4311C86.9232 15.7551 86.1516 16.6864 85.5424 17.9556H78.1763C78.6244 16.6228 78.6879 16.0601 79.0772 15.1869C79.1537 15.0146 79.2066 15.0179 79.3207 14.9444C79.4971 14.8347 79.6817 14.7909 79.8476 14.8183C80.6085 14.7711 80.5427 14.9192 80.9378 14.7711C81.0731 13.5721 80.3698 10.9142 80.3698 10.9142L78.5597 10.9065C78.5597 9.45744 78.3104 8.11586 77.3506 7.04193C78.3292 6.86313 79.096 8.06211 80.2098 7.99081C80.7273 8.02591 81.5142 7.82955 81.5906 8.50967C81.3789 10.8177 81.8588 12.8778 82.6068 14.8095C83.5512 14.9499 84.0993 14.7075 85.4683 14.8227C85.1413 13.6413 84.9355 10.8473 84.8991 10.9142C84.8991 10.9142 83.5477 10.9603 82.8761 10.9065C83.2019 9.56494 82.7797 8.07966 82.1469 6.88068C82.8561 6.88068 83.3172 7.45329 83.8923 7.7396Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M93.9247 8.06741C94.7763 8.22757 98.9068 8.15188 98.9068 8.15188L99.2844 10.7758H98.414C98.6257 11.9561 98.9127 13.3932 99.449 14.4309C98.7586 15.4873 98.28 16.7213 97.9718 17.9554H97.2708L97.2685 10.8175L92.0735 10.8076C91.997 9.42983 91.6419 7.97307 90.7986 6.86295C91.4313 6.43403 91.7442 7.3478 92.3816 7.58913C92.9685 7.81291 93.3026 7.95003 93.9247 8.06741Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.3341 8.34225L58.5058 8.59345C58.4494 10.4539 58.9281 12.1147 56.7616 13.0811L59.3538 16.5431L57.1768 18.25C55.642 16.3347 52.0618 12.7071 52.0618 12.7071L51.6502 14.9832L53.6343 15.0238L53.8589 17.956C53.8589 17.956 50.4834 17.956 50.4117 17.9407L50.22 17.7794C50.968 15.1851 50.7951 12.6544 50.4117 9.97014L51.5055 7.48333H51.7925L56.2041 12.6829C56.5887 12.9144 56.9145 12.3242 57.1262 12.0741C57.2791 11.7165 57.298 11.3304 56.8569 11.1691L55.2844 11.0803C55.2268 9.77378 54.8234 8.59345 53.8072 7.64458L53.9025 7.39447C55.0351 8.48595 56.7993 8.14589 58.3341 8.34225Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2173 8.18463C29.043 7.84457 28.8454 8.59489 28.8101 9.04355C28.8795 10.1745 29.6875 14.4428 29.7722 15.1767C29.8004 15.4147 28.4984 17.9344 28.4984 17.9344L24.8994 17.9322C24.8994 17.9322 25.858 16.1837 26.1838 15.2534C26.2544 15.2567 27.8316 15.2567 27.8316 15.2567V11.0115C25.4158 11.3044 26.299 9.65127 25.8192 8.77479C25.6863 8.13088 24.9947 7.57582 24.9947 6.9681C26.2226 7.0032 26.8177 8.50604 28.2173 8.18463Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.5049 7.81134C75.1577 8.52766 76.6149 7.81134 76.9795 8.76021C76.8455 10.9245 77.1324 12.9287 77.8228 14.7716C77.2477 15.7731 76.7455 16.3523 76.3456 17.956H75.7493L75.7564 10.9958C75.7564 10.9958 74.8942 10.9728 74.0439 10.9958C74.285 8.99496 73.2747 7.61169 72.836 6.95242C73.6993 6.75606 73.9004 7.59634 74.5049 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2268 10.9523C43.3221 12.3312 43.6526 13.5521 44.116 14.7862C43.5409 15.7877 43.0375 16.3417 42.6388 17.9454H42.1777C41.545 14.2959 42.8728 10.2141 40.6476 7.18974C41.9907 6.67088 42.086 8.46002 43.3139 8.20992H48.4642C48.4642 8.20992 48.7053 8.26257 48.8252 8.35033C48.9675 8.45673 49.0252 8.58398 49.0769 8.71671C48.9417 10.8821 49.2298 12.929 49.9202 14.7708C49.3451 15.7735 48.8417 16.221 48.443 17.9433H47.7114L47.7185 10.9655H43.4103L43.2268 10.9523Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.2367 7.81134C88.8883 8.52766 90.3467 7.81134 90.7113 8.76021C90.7113 8.76021 90.9324 10.5099 91.6828 11.8087C91.0406 12.5722 90.3949 12.955 89.9962 14.5587H89.494L89.4881 10.9958C89.4881 10.9958 88.5813 11.0364 87.7756 10.9958C88.0168 8.99496 87.0065 7.61169 86.5678 6.95242C87.431 6.75606 87.8286 7.59634 88.2367 7.81134Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.1 7.81139C101.752 8.5277 103.21 7.81139 103.574 8.76026C103.574 8.76026 103.795 10.5099 104.546 11.8087C103.904 12.5722 103.34 12.955 102.941 14.5588H102.372L102.378 10.9959C102.378 10.9959 101.415 10.9728 100.64 10.9959C100.88 8.99501 99.8706 7.61174 99.4307 6.95247C100.294 6.75611 100.526 7.56457 101.1 7.81139Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7986 10.9956C31.7986 10.9956 31.0894 10.989 30.3167 10.9956C30.5566 8.99476 29.5475 7.61149 29.1088 6.95222C29.9721 6.75586 30.3379 7.64988 30.7778 7.8243C31.7916 8.37168 32.8877 7.81114 33.2523 8.76001C33.1183 10.9243 33.4052 12.9285 34.0956 14.7714C33.5205 15.7729 32.7466 16.3521 32.3467 17.9558H31.8045L31.7986 10.9956Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0133 11.0106C23.0133 11.0106 22.0054 11.0051 21.4091 11.0106C21.649 9.00973 20.6387 7.62646 20.2 6.96719C21.0633 6.77083 21.3385 7.50031 21.869 7.8272C22.5217 8.54242 23.9789 7.8272 24.3435 8.77498C24.2095 10.9404 24.4788 12.9533 25.1692 14.7962C24.5929 15.7977 24.0366 16.3769 23.6367 17.9807H23.0145L23.0133 11.0106Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6127 11.0627H14.7715C13.9847 11.6353 14.1399 12.944 14.5022 13.7996C15.5913 15.2388 14.5798 16.4477 14.2152 17.7541L14.054 17.9329H10.4551L11.6442 15.0874L13.1743 15.0918C12.8779 14.1495 12.638 12.0949 13.1755 11.0572C12.9861 10.9694 12.6086 10.9376 12.3204 10.9727C12.2816 9.54229 12.0852 8.34331 11.376 7.19808C11.8935 6.35672 12.3922 7.842 13.0261 7.8782C15.0408 8.30821 17.3508 8.13269 19.7254 8.18425C19.9559 8.238 20.1229 8.38829 20.2593 8.80294C20.1253 10.9672 20.4193 12.9857 21.1097 14.8285C20.5346 15.8301 20.0323 16.4093 19.6325 18.0119H18.6092L18.6127 11.0627Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6175 8.75618C40.4834 10.9205 40.7845 12.9246 41.4749 14.7675C40.8998 15.769 40.3976 16.3482 39.9989 17.952H39.2803L39.272 10.9907L34.3628 10.9885C34.4581 9.64691 34.2417 8.26583 33.3784 7.29941C33.4549 7.0142 33.9924 7.12061 34.2029 7.21056C34.8215 7.80621 35.2579 7.94442 35.853 8.15833H39.9965C40.2647 8.24828 40.4705 8.45122 40.6175 8.75618Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.8238 11.0937H67.0214C66.2357 11.6663 66.3898 12.8137 66.7532 13.6705C67.8412 15.1086 66.8297 16.471 66.4651 17.7764L66.304 17.9563H62.7062C62.7062 17.9563 63.4918 15.9061 63.8952 14.9583C63.9611 14.9331 65.4254 14.9616 65.4254 14.9616C65.129 14.0204 64.8891 12.1259 65.4266 11.0893C65.2372 11.0004 64.8797 11.0268 64.5927 11.0619C64.5539 9.63144 64.3363 8.37432 63.6259 7.2291C64.1446 6.38773 64.6433 7.87301 65.276 7.90921C67.2331 8.39187 69.6277 8.08802 71.853 8.17687C72.0835 8.23172 72.2164 8.48402 72.4093 8.82408C72.2752 10.9884 72.5504 13.0331 73.2408 14.876C72.6645 15.8775 72.1623 16.3799 71.7636 17.9837L70.838 17.9969L70.8238 11.0937Z' fill='black'/%3E%3C/svg%3E%0A");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-plus-label {
  width: 10.46875vw;
  height: 3.90625vw;
  position: relative;
  margin-left: 0.46875vw;
  top: 0.78125vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='14' viewBox='0 0 43 14' fill='none'%3E%3Cpath d='M0.871094 7C0.871094 3.41015 3.78124 0.5 7.37109 0.5H35.5378C39.1276 0.5 42.0378 3.41015 42.0378 7C42.0378 10.5899 39.1276 13.5 35.5378 13.5H7.3711C3.78125 13.5 0.871094 10.5899 0.871094 7Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37196 12.0554C10.1643 12.0554 12.4275 9.79195 12.4275 6.99989C12.4275 4.20783 10.1643 1.94434 7.37196 1.94434C4.57963 1.94434 2.31641 4.20783 2.31641 6.99989C2.31641 9.79195 4.57963 12.0554 7.37196 12.0554Z' fill='black'/%3E%3Cpath d='M8.09418 4.11099V9.88876H6.64974V4.11099H8.09418Z' fill='white'/%3E%3Cpath d='M10.2608 6.27765V7.72209H4.48307V6.27765H10.2608Z' fill='white'/%3E%3Cpath d='M35.2151 4.56005C35.2151 4.56005 32.8611 4.6033 32.3764 4.51116H32.3804C32.0468 4.44764 31.8583 4.37418 31.5606 4.25817L31.5004 4.23474C31.3645 4.18272 31.2545 4.07633 31.1511 3.97644C30.978 3.80908 30.8237 3.65996 30.5986 3.8154C31.0793 4.45663 31.2819 5.29905 31.3256 6.09635L34.2854 6.10199V10.2295H34.6847C34.8575 9.51495 35.1316 8.80227 35.5249 8.19113C35.219 7.59128 35.0542 6.76014 34.935 6.07754H35.4296L35.2151 4.56005Z' fill='white'/%3E%3Cpath d='M27.1857 4.41997C27.0029 4.39801 26.8204 4.37608 26.6633 4.32087L26.6653 4.32651C26.5575 4.27208 26.4568 4.19975 26.3557 4.12718C26.1496 3.97912 25.9421 3.83008 25.6701 3.83008C26.0297 4.52207 26.27 5.38142 26.0853 6.15615C26.4667 6.18624 27.2374 6.15992 27.2374 6.15992C27.2436 6.14753 27.2594 6.29794 27.284 6.5313C27.3376 7.04196 27.433 7.94981 27.5612 8.41829C27.1708 8.3853 26.8978 8.40382 26.6547 8.42031C26.4129 8.43671 26.2008 8.4511 25.9323 8.41077C25.5052 7.29381 25.2331 6.10162 25.3523 4.76841C25.3177 4.45764 25.031 4.46433 24.7662 4.47051C24.6961 4.47215 24.6276 4.47375 24.5656 4.46942C24.2504 4.48993 23.9841 4.32966 23.7278 4.17546C23.4673 4.01869 23.2172 3.8682 22.9368 3.92034C23.483 4.54088 23.6241 5.31561 23.6241 6.15427L24.655 6.15804C24.655 6.15804 25.0543 7.69434 24.9788 8.38821C24.8552 8.43481 24.8105 8.43008 24.723 8.42083C24.6516 8.41328 24.5516 8.40271 24.3571 8.41454C24.2617 8.39949 24.1564 8.42394 24.0571 8.48787C24.0441 8.49608 24.0325 8.50258 24.0219 8.50851C23.9792 8.53249 23.9531 8.54713 23.9181 8.62702C23.7874 8.92578 23.7209 9.16175 23.6354 9.46501C23.5767 9.6733 23.5091 9.91334 23.4056 10.2273H27.6009C27.6992 10.0194 27.805 9.82729 27.9073 9.64138C28.1669 9.16972 28.4047 8.73783 28.4432 8.18889C27.9744 7.18662 27.8651 5.96435 28.0836 4.8173C27.9169 4.50781 27.5507 4.46382 27.1857 4.41997Z' fill='white'/%3E%3Cpath d='M21.3159 4.36279C21.4871 4.55348 21.7558 4.56838 22.016 4.5828C22.3203 4.59967 22.6129 4.61589 22.7243 4.91188C22.6488 6.16423 22.8117 7.32257 23.205 8.38689C23.1385 8.50443 23.0737 8.6119 23.0107 8.7163C22.7635 9.12624 22.5448 9.48902 22.3627 10.2278H22.023L22.027 6.20372C22.027 6.20372 21.5344 6.19056 21.0517 6.20372C21.1815 5.10864 20.6718 4.33392 20.4065 3.93066C20.3916 3.90806 20.3775 3.88662 20.3644 3.86637C20.671 3.79498 20.8306 3.95666 20.9908 4.11887C21.088 4.2173 21.1853 4.31593 21.3159 4.36279Z' fill='white'/%3E%3Cpath d='M29.8366 4.5828C29.5764 4.56838 29.3077 4.55348 29.1365 4.36279H29.1384C29.0692 4.32583 29.0004 4.25668 28.9248 4.18082C28.7467 4.00196 28.5315 3.78582 28.1869 3.86637C28.2001 3.88662 28.2142 3.90805 28.2291 3.93065C28.4944 4.33391 29.004 5.10863 28.8742 6.20372C29.3331 6.22817 29.8496 6.20372 29.8496 6.20372L29.8536 8.26466H30.1396C30.3193 7.52743 30.5879 7.23672 30.8738 6.92723C30.9481 6.84676 31.0236 6.76502 31.0991 6.67383C30.67 5.92354 30.5448 4.91188 30.5448 4.91188C30.4335 4.61589 30.1409 4.59967 29.8366 4.5828Z' fill='white'/%3E%3Cpath d='M36.4645 4.36282C36.6357 4.5535 36.9044 4.5684 37.1646 4.58282C37.4689 4.59969 37.7615 4.61591 37.8729 4.9119C37.8729 4.9119 37.998 5.92356 38.4271 6.67385C38.3633 6.75098 38.3008 6.82136 38.2399 6.88992C37.9521 7.21414 37.7002 7.49792 37.5133 8.26468H37.1895L37.1935 6.20374C37.1935 6.20374 36.6452 6.19058 36.2023 6.20374C36.3321 5.10866 35.8224 4.33394 35.5571 3.93068C35.5422 3.90808 35.5281 3.88664 35.515 3.86639C35.8323 3.79251 35.9996 3.96044 36.166 4.12753C36.258 4.21986 36.3498 4.31195 36.4665 4.36282H36.4645Z' fill='white'/%3E%3Cpath d='M17.053 6.25976H19.2162L19.2241 10.25L19.7525 10.2425C19.9276 9.53195 20.1366 9.19589 20.3722 8.8169C20.444 8.70142 20.5182 8.58195 20.5948 8.44668C20.2015 7.38049 20.0445 6.1977 20.122 4.94723C20.1165 4.93749 20.1111 4.92788 20.1058 4.91841C20.0032 4.73578 19.9288 4.60341 19.8042 4.57302C19.3823 4.55612 18.9495 4.56423 18.5189 4.5723C17.6559 4.58846 16.8011 4.60448 16.0578 4.41883C15.9125 4.41047 15.7792 4.26518 15.6525 4.12712C15.4657 3.9235 15.2934 3.73559 15.1182 4.02582C15.5234 4.68773 15.6466 5.41357 15.6684 6.24095C15.8333 6.22027 16.0359 6.20522 16.1432 6.25599C15.8373 6.85585 15.9743 7.95213 16.1432 8.49557C16.1432 8.49557 15.3089 8.47865 15.2711 8.49369C15.0427 9.04277 14.5938 10.2274 14.5938 10.2274H16.6438L16.7351 10.124C16.7824 9.9527 16.8485 9.77975 16.9154 9.60502C17.1434 9.00875 17.3793 8.39183 16.9 7.74905C16.6934 7.2545 16.604 6.59071 17.053 6.25976Z' fill='white'/%3E%3C/svg%3E");
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
  margin-top: 9.0625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  align-items: center;
  margin-bottom: 6.09375vw;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links {
  margin-top: 1.25vw;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  padding: 0;
  margin-top: 0;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
  -webkiqt-text-fill-color: #000;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.84375vw;
  text-align: center;
}
.mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .mContainer  .paywall-plans-app {
    padding: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen {
    padding-top: 0 !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .inner-container::before {
    display: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container {
    margin-top: 4.48588vw;
    background-color: #fff;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30.9825vw !important;
    padding-bottom: 12.58664vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    height: 0.77456vw;
    width: 100%;
    background-color: #DE1A1A;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-plus-logo {
    position: relative;
    display: block;
    width: 16.94355vw;
    height: 5.42194vw;
    margin: 0 auto;
    top: -3.00143vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .title {
    color: #000;
    text-align: center;
    font-size: 2.936211525rem;
    font-style: normal;
    font-weight: 600;
    line-height: 5.98117vw;
    margin-top: 2.90461vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle {
    color: #000;
    text-align: center;
    font-size: 1.196234325rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.48588vw;
    margin-top: 3.29189vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle .bold {
    font-weight: bold;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle br:nth-of-type(1) {
    display: contents;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .yedioth-label {
    width: 17.80758vw;
    height: 2.17497vw;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container {
    margin-top: 4.35691vw;
    justify-content: center;
    display: flex;
    gap: 2.03904vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box {
    width: 36vw;
    height: 36vw;
    border-radius: 1.35938vw;
    position: relative;
    border: 0.27187vw solid #C5C5C5;
    padding: 3.39839vw 2.71871vw 2.71871vw 2.71871vw;
    box-sizing: border-box;
    box-shadow: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box.yearly-plan .plan-promo-text {
    visibility: hidden;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-title {
    color: #000;
    text-align: center;
    font-size: 1.08748575rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.12652vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price {
    color: #000;
    text-align: center;
    font-size: 2.718714375rem;
    font-style: normal;
    font-weight: 670;
    line-height: 8.15614vw;
    margin-top: 1.35938vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price .currency-symbol {
    font-size: 1.91397492rem;
    font-weight: 200;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price-frequency {
    color: #78787B;
    text-align: center;
    font-size: 0.761240025rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.31091vw;
    margin-top: 0.67968vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-promo-text {
    color: #2261D0;
    text-align: center;
    font-size: 0.8700028rem;
    font-style: normal;
    font-weight: 670;
    line-height: 2.44684vw;
    margin-top: 2.71871vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-button {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 670;
    line-height: 4.89376vw;
    display: flex;
    width: 100%;
    height: 5.43751vw;
    font-size: 0.8700028rem;
    line-height: 2.17497vw;
    border: none;
    margin-top: 1.35938vw;
    justify-content: center;
    align-items: center;
    background-color: #2261D0;
    border-radius: 0.67968vw;
    text-decoration: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text {
    margin-top: 2.03919vw;
    font-size: 0.706869735rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2.17497vw;
    text-decoration: none;
    margin-bottom: 4.07823vw;
    text-align: center;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text a {
    color: #2261D0;
    text-decoration: underline;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text br {
    display: contents;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login {
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 0.8700028rem;
    font-style: normal;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0;
    border-top: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login a {
    color: #2261D0;
    line-height: 3.2625vw;
    font-weight: 500;
    text-decoration: underline;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users {
    font-size: 0.8700028rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2625vw;
    color: #000;
    display: flex;
    margin-top: 0;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users > div:first-child {
    display: flex;
    gap: 0.54375vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-plus-label {
    width: 6.77742vw;
    background-repeat: no-repeat;
    height: 2.22687vw;
    margin: 0 0.29046vw;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 0.19364vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .newspaper-register-text {
    color: #2261D0;
    cursor: pointer;
    line-height: 2.96735vw;
    font-weight: 500;
    border-bottom: 0.8700028px solid #2261D0;
    line-height: 2.17497vw;
    text-decoration: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .yedioth-label {
    width: 14.27325vw;
    height: 3.2625vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
    margin-top: 4.07823vw;
    display: flex;
    padding-top: 0;
    flex-direction: column;
    border-top: 0.8700028px solid #C5C5C5;
    align-items: center;
    margin: auto;
    margin-top: 4.84102vw;
    width: 80%;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links {
    color: #000;
    text-align: right;
    font-size: 0.7600000225rem;
    font-style: normal;
    font-weight: bold;
    line-height: 4.21401vw;
    margin-bottom: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul {
    list-style: none;
    display: flex;
    gap: 0.40781vw;
    padding: 0;
    margin-top: 0.9682vw;
    line-height: 4.21401vw;
    margin-bottom: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links ul a {
    color: #000;
    -webkiqt-text-fill-color: #000;
    text-decoration: none;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text {
    color: #000;
    font-size: 0.7600000225rem;
    width: 100%;
    line-height: 2.58278vw;
    font-style: normal;
    font-weight: normal;
    text-align: center;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text a {
    color: #000;
    -webkit-text-fill-color: #000;
    text-decoration: underline;
  }
}
@media (prefers-color-scheme: dark) {
  .ynet:has(.paywall-plans-app) {
    background-color: transparent;
  }
  .PremiumPaywallPlansApp {
    background-color: #fff;
  }
  .PremiumPaywallPlansApp .title,
  .PremiumPaywallPlansApp .subtitle,
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-title,
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-price {
    color: #000;
    -webkit-text-fill-color: #000;
  }
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-price-frequency {
    color: #78787B;
    -webkit-text-fill-color: #78787B;
  }
  .PremiumPaywallPlansApp .plans-container .plan-box .plan-promo-text {
    color: #2261D0;
    -webkit-text-fill-color: #2261D0;
  }
  .PremiumPaywallPlansApp .cancel-text,
  .PremiumPaywallPlansApp .login,
  .PremiumPaywallPlansApp .newspaper-users,
  .PremiumPaywallPlansApp .footer .footer-links,
  .PremiumPaywallPlansApp .footer .footer-terms-text {
    color: #000;
    -webkit-text-fill-color: #000;
  }
  .PremiumPaywallPlansApp .cancel-text a,
  .PremiumPaywallPlansApp .login a,
  .PremiumPaywallPlansApp .newspaper-register-text,
  .PremiumPaywallPlansApp .footer a {
    color: #2261D0;
    -webkit-text-fill-color: #2261D0;
    text-decoration: underline;
  }
  .PremiumPaywallPlansApp .plan-box.selected {
    border-color: #2261D0;
  }
  .PremiumPaywallPlansApp .plan-box {
    background-color: #fff;
    box-shadow: 0px 0px 2.5vw 0px rgba(0, 0, 0, 0.2);
  }
  .PremiumPaywallPlansApp .login {
    border-top: 1px solid #C5C5C5;
  }
  .PremiumPaywallPlansApp .footer .footer-links a,
  .PremiumPaywallPlansApp .footer .footer-terms-text a {
    color: #000;
    -webkit-text-fill-color: #000;
  }
}
@media (min-width: 420px) {
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.updatedUser .inner-container {
    margin-top: 39.0625vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container {
    margin-top: 10.625vw !important;
  }
}
@media (max-width: 375px) {
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.full-screen .footer {
    margin-top: 15.625vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp.updatedUser .inner-container {
    margin-top: 35.9375vw !important;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .title {
    font-size: 1.5rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .subtitle {
    font-size: 1rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box {
    height: 46.875vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-title {
    font-size: 0.837rem;
    line-height: 4.21875vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price {
    font-size: 1.9125rem;
    line-height: 8.01563vw;
    margin-top: 2.39063vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-price-frequency {
    font-size: 0.729rem;
    line-height: 3.9375vw;
    margin-top: 1.125vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-promo-text {
    font-size: 0.8442rem;
    line-height: 4.21875vw;
    margin-top: 2.73438vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .plans-container .plan-box .plan-button {
    width: 100%;
    height: 9.42187vw;
    font-size: 0.9rem;
    line-height: 5.0625vw;
    border-radius: 1.125vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .cancel-text {
    font-size: 0.65853rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .login {
    font-size: 0.81rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users {
    font-size: 0.81rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .newspaper-users .newspaper-register-text {
    margin-top: 0;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
    margin-top: 4.6875vw;
  }
  .full-screen .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer {
    margin-top: 7.8125vw;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-links {
    font-size: 0.70875rem;
  }
  .mContainer  .paywall-plans-app .PremiumPaywallPlansApp .inner-container .footer .footer-terms-text {
    font-size: 0.65853rem;
  }
}
.paywall-revalidate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 0.625vw 5vw rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 95vw;
  padding: 8.90625vw 3.90625vw 21.25vw 3.90625vw;
  position: relative;
  direction: rtl;
  box-sizing: border-box;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .close-button {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7096 8.69206C23.0967 8.30498 23.0967 7.67739 22.7096 7.29031C22.3225 6.90323 21.6949 6.90323 21.3078 7.29031L14.9999 13.5983L8.69206 7.29046C8.30498 6.90338 7.67739 6.90338 7.29031 7.29046C6.90323 7.67754 6.90323 8.30513 7.29031 8.69221L13.5981 15L7.29036 21.3078C6.90328 21.6949 6.90328 22.3225 7.29036 22.7095C7.67744 23.0966 8.30502 23.0966 8.69211 22.7095L14.9999 16.4018L21.3078 22.7097C21.6949 23.0968 22.3225 23.0968 22.7095 22.7097C23.0966 22.3226 23.0966 21.695 22.7095 21.3079L16.4016 15L22.7096 8.69206Z' fill='black'/%3E%3C/svg%3E%0A");
  top: 2.5vw;
  right: 2.5vw;
  width: 7.65625vw;
  height: 7.65625vw;
  border: none;
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
  z-index: 1;
  line-height: 1;
  background-color: #fff;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .close-button:hover {
  color: #222;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .ynet-logo {
  width: 24.84375vw;
  height: 7.65625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='98' height='30' viewBox='0 0 98 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 15C0.5 6.71573 7.21573 0 15.5 0H82.5C90.7843 0 97.5 6.71573 97.5 15C97.5 23.2843 90.7843 30 82.5 30H15.5C7.21573 30 0.5 23.2843 0.5 15Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 27C22.1279 27 27.5 21.6273 27.5 15C27.5 8.3727 22.1279 3 15.5 3C8.87206 3 3.5 8.3727 3.5 15C3.5 21.6273 8.87206 27 15.5 27Z' fill='black'/%3E%3Cpath d='M17.2143 8.14282V21.8571H13.7857V8.14282H17.2143Z' fill='white'/%3E%3Cpath d='M22.3571 13.2857V16.7142H8.64286V13.2857H22.3571Z' fill='white'/%3E%3Cpath d='M80.9529 9.21998C80.9529 9.21998 75.4219 9.32244 74.2831 9.10414H74.2924C73.5085 8.95365 73.0656 8.77962 72.3662 8.50476L72.2248 8.44923C71.9055 8.32601 71.6469 8.07394 71.4041 7.83728C70.9973 7.44076 70.6348 7.08747 70.1057 7.45574C71.2353 8.97494 71.7113 10.9708 71.814 12.8598L78.7685 12.8732V22.6522H79.7067C80.1127 20.9593 80.7568 19.2708 81.681 17.8229C80.9622 16.4017 80.5748 14.4325 80.2948 12.8153H81.4569L80.9529 9.21998Z' fill='white'/%3E%3Cpath d='M62.0867 8.88809C61.6572 8.83606 61.2284 8.78411 60.8593 8.6533L60.8639 8.66666C60.6106 8.53771 60.374 8.36634 60.1366 8.19441C59.6522 7.84363 59.1645 7.49051 58.5256 7.49051C59.3704 9.13 59.9351 11.166 59.5011 13.0015C60.3972 13.0728 62.2082 13.0104 62.2082 13.0104C62.2228 12.9811 62.26 13.3374 62.3176 13.8903C62.4437 15.1002 62.6679 17.2511 62.969 18.361C62.0517 18.2829 61.4101 18.3268 60.839 18.3658C60.2709 18.4047 59.7724 18.4388 59.1417 18.3432C58.1382 15.6969 57.4987 12.8723 57.7788 9.71363C57.6976 8.97734 57.0239 8.9932 56.4017 9.00784C56.237 9.01172 56.076 9.01551 55.9305 9.00525C55.1898 9.05385 54.564 8.67413 53.9618 8.3088C53.3497 7.93738 52.762 7.58082 52.1032 7.70435C53.3867 9.17455 53.7181 11.0101 53.7181 12.9971L56.1405 13.006C56.1405 13.006 57.0787 16.6458 56.9013 18.2898C56.6108 18.4002 56.5058 18.389 56.3001 18.367C56.1323 18.3492 55.8975 18.3241 55.4404 18.3521C55.2163 18.3165 54.969 18.3744 54.7356 18.5259C54.705 18.5453 54.6778 18.5607 54.653 18.5748C54.5525 18.6316 54.4912 18.6663 54.4089 18.8556C54.1018 19.5634 53.9455 20.1225 53.7448 20.841C53.6069 21.3344 53.4479 21.9031 53.2047 22.6469H63.0623C63.2932 22.1544 63.5417 21.6993 63.7822 21.2588C64.3923 20.1414 64.9509 19.1181 65.0413 17.8175C63.9398 15.4429 63.6831 12.5471 64.1965 9.82946C63.8046 9.0962 62.9444 8.99199 62.0867 8.88809Z' fill='white'/%3E%3Cpath d='M48.2946 8.75263C48.6969 9.20442 49.3283 9.23971 49.9397 9.27388C50.6546 9.31384 51.3422 9.35227 51.6038 10.0535C51.4265 13.0207 51.8092 15.765 52.7334 18.2866C52.5771 18.5651 52.4248 18.8197 52.2769 19.0671C51.6961 20.0383 51.1821 20.8978 50.7544 22.6482H49.9562L49.9656 13.1142C49.9656 13.1142 48.8081 13.083 47.6739 13.1142C47.9788 10.5197 46.7813 8.68422 46.1579 7.7288C46.123 7.67525 46.0899 7.62447 46.0589 7.57648C46.7793 7.40734 47.1544 7.7904 47.5307 8.17471C47.7591 8.40792 47.9879 8.64159 48.2946 8.75263Z' fill='white'/%3E%3Cpath d='M68.3153 9.27388C67.704 9.23971 67.0726 9.20442 66.6703 8.75263H66.6749C66.5123 8.66506 66.3505 8.50122 66.173 8.32148C65.7545 7.89773 65.2487 7.38565 64.4392 7.57648C64.4702 7.62447 64.5033 7.67524 64.5383 7.72878C65.1616 8.6842 66.3591 10.5197 66.0542 13.1142C67.1324 13.1721 68.3459 13.1142 68.3459 13.1142L68.3552 17.9971H69.0273C69.4496 16.2504 70.0806 15.5616 70.7524 14.8284C70.9271 14.6377 71.1045 14.4441 71.2817 14.228C70.2735 12.4504 69.9795 10.0535 69.9795 10.0535C69.7178 9.35227 69.0303 9.31384 68.3153 9.27388Z' fill='white'/%3E%3Cpath d='M83.8886 8.75269C84.2909 9.20447 84.9223 9.23976 85.5336 9.27393C86.2486 9.31389 86.9361 9.35232 87.1978 10.0536C87.1978 10.0536 87.4918 12.4504 88.5 14.2281C88.3501 14.4108 88.2033 14.5775 88.0603 14.74C87.3841 15.5081 86.7922 16.1805 86.353 17.9971H85.5922L85.6015 13.1143C85.6015 13.1143 84.3133 13.0831 83.2725 13.1143C83.5774 10.5198 82.3799 8.68428 81.7566 7.72885C81.7216 7.67531 81.6885 7.62452 81.6575 7.57653C82.4031 7.4015 82.7962 7.79936 83.1874 8.19523C83.4035 8.41399 83.6191 8.63217 83.8932 8.75269H83.8886Z' fill='white'/%3E%3Cpath d='M38.2783 13.247H43.3611L43.3798 22.7008L44.6213 22.683C45.0327 20.9996 45.5236 20.2033 46.0773 19.3054C46.2459 19.0318 46.4205 18.7488 46.6003 18.4283C45.6762 15.9022 45.3074 13.1 45.4895 10.1373C45.4766 10.1142 45.4639 10.0915 45.4514 10.069C45.2103 9.63632 45.0355 9.32271 44.7427 9.25071C43.7513 9.21066 42.7346 9.22987 41.7227 9.24899C39.695 9.2873 37.6866 9.32524 35.9399 8.88539C35.5985 8.86559 35.2854 8.52137 34.9878 8.19426C34.5489 7.71183 34.1439 7.26664 33.7322 7.95427C34.6844 9.52248 34.9737 11.2422 35.0251 13.2024C35.4125 13.1534 35.8886 13.1178 36.1406 13.2381C35.4218 14.6592 35.7439 17.2566 36.1406 18.5441C36.1406 18.5441 34.1803 18.504 34.0916 18.5397C33.5548 19.8406 32.5 22.6473 32.5 22.6473H37.3168L37.5315 22.4023C37.6426 21.9964 37.798 21.5866 37.955 21.1727C38.4908 19.76 39.0451 18.2984 37.9189 16.7754C37.4335 15.6037 37.2235 14.0311 38.2783 13.247Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .continue-button {
  width: 100%;
  height: 10.3125vw;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 1.5625vw 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin: auto;
  display: block;
  transition: background 0.2s;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .continue-button:hover {
  background: #000000;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 7.8125vw;
  font-weight: 500;
  text-align: center;
  line-height: 6.09375vw;
  gap: 0.46875vw;
  display: flex;
  justify-content: center;
}
.paywall-revalidate-overlay .paywall-revalidate-modal .resend-code-text button {
  color: #2261D0;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  font-weight: bold;
}
.paywall-revalidate-choose-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paywall-revalidate-choose-mode .title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  line-height: 6.09375vw;
  margin: 7.65625vw 0 0 0;
}
.paywall-revalidate-choose-mode .description {
  margin: 2.65625vw 0 0 0;
  font-size: 1rem;
  text-align: center;
  line-height: 6.25vw;
  width: 90%;
}
.paywall-revalidate-choose-mode .description.email-only {
  margin-bottom: 24.53125vw;
}
.paywall-revalidate-choose-mode .description br {
  display: contents;
}
.paywall-revalidate-choose-mode .radio-options {
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
  margin-top: 5.15625vw;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 7.65625vw;
}
.paywall-revalidate-choose-mode .radio-options .radio-option {
  display: flex;
  align-items: flex-start;
  gap: 3.90625vw;
  font-size: 1rem;
  cursor: pointer;
  user-select: none;
  padding: 2.5vw 3.90625vw;
  border-radius: 1px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s, background-color 0.2s;
}
.paywall-revalidate-choose-mode .radio-options .radio-option:has(input[type="radio"]:checked) {
  background: #F5F5F5;
  border: 1px solid #EFEFEF;
  box-shadow: none;
}
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"] {
  accent-color: #2261D0;
  width: 5.15625vw;
  height: 5.15625vw;
  margin-top: 0.46875vw;
  flex-shrink: 0;
  align-self: center;
}
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-title,
.paywall-revalidate-choose-mode .radio-options .radio-option input[type="radio"]:checked + .radio-content .radio-details {
  color: #000;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  flex: 1;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-title {
  font-size: 0.938rem;
  font-weight: 500;
  color: #78787B;
  line-height: 4.375vw;
}
.paywall-revalidate-choose-mode .radio-options .radio-option .radio-content .radio-details {
  font-size: 0.813rem;
  color: #78787B;
  line-height: 4.375vw;
}
.paywall-revalidate-password {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7.8125vw;
}
.paywall-revalidate-password .title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  line-height: 7.8125vw;
  margin: 7.65625vw 0 0 0;
}
.paywall-revalidate-password .subtitle {
  margin: 2.65625vw 0 0 0;
  font-size: 1rem;
  text-align: center;
  white-space: pre-line;
  line-height: 6.25vw;
}
.paywall-revalidate-password .otp {
  display: flex;
  direction: ltr;
  gap: 2.65625vw;
  margin-top: 5.15625vw;
}
.paywall-revalidate-password .otp input {
  width: 10.3125vw;
  height: 10.3125vw;
  border: 1px solid #999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 6.25vw;
  color: #000;
  text-align: center;
}
.paywall-revalidate-password .avalibale-label {
  font-size: 1rem;
  line-height: 5.46875vw;
  text-align: center;
  margin-top: 14.6875vw;
}
.paywall-revalidate-password .error-text {
  font-size: 0.75rem;
  line-height: 6.71875vw;
  position: relative;
  text-align: right;
  color: #DE1A1A;
  margin: 0;
  padding: 0;
}
.PaywallContactUsComponenta {
  font-family: 'Moses';
  width: 100%;
  height: 205vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 0;
  box-sizing: border-box;
  margin-top: 8.90625vw;
  padding: 0 3.90625vw;
}
.PaywallContactUsComponenta h1.title {
  color: #000;
  font-size: 6.5625vw;
  line-height: 8.59375vw;
  margin-bottom: unset;
  font-weight: 660;
}
.PaywallContactUsComponenta h2.title {
  color: #000;
  font-size: 4.53125vw;
  line-height: 6.5625vw;
  margin-bottom: unset;
  font-weight: 500;
  margin-top: 3.75vw;
}
.PaywallContactUsComponenta .inner-container {
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.PaywallContactUsComponenta .inner-container .form-container {
  font-size: 3.59375vw;
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 670;
  line-height: 4.84375vw;
  color: #000;
  padding-bottom: 6.09375vw;
  justify-content: space-between;
  align-items: center;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form {
  width: 100%;
  gap: 10.3125vw;
  display: flex;
  flex-direction: column;
  margin: 6.09375vw auto;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.big {
  flex-basis: 100%;
  margin-top: 0;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.big input,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.big select {
  border: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field input,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field select {
  margin: 0 2.5vw;
  outline: none;
  border: none;
  font-size: 3.75vw;
  color: #000;
  line-height: 5.625vw;
  font-weight: 400;
  text-align: right;
  height: 10.15625vw;
  box-sizing: border-box;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field input.error,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field select.error {
  border: 1px solid #de1a1a;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field input:disabled,
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field select:disabled {
  border: none;
  color: #999;
  background: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field textarea {
  padding: 1.25vw 1.875vw;
  margin-top: 0.78125vw;
  border: 1px solid #000;
  border-bottom: none !important;
  font-weight: 400;
  font-size: 3.75vw;
  color: #000;
  line-height: 5.625vw;
  text-align: right;
  box-sizing: border-box;
  height: 15.625vw;
  resize: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field .input-field:nth-child(-n + 4),
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field .input-field-error:nth-child(-n + 4) {
  border-bottom: none;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field .input-field-error {
  font-weight: 400;
  border-top: 1px solid #000;
  font-size: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  color: #de1a1a;
  padding-top: 1.01563vw;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .input-field.email .input-field-error {
  border-top: 1px solid #999 !important;
}
.PaywallContactUsComponenta .inner-container .form-container #contanct-us-form .general-error {
  font-weight: 400;
  font-size: 3.28125vw;
  line-height: 2.76563vw;
  text-align: right;
  margin-top: 1.01563vw;
  color: #de1a1a;
}
.PaywallContactUsComponenta .submit-button {
  width: 100%;
  height: 10.15625vw;
  background: #000 !important;
  color: white !important;
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 5.625vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0 auto;
  padding: 1.5625vw 0;
}
.PaywallContactUsComponenta .submit-button:disabled {
  background: #e4e4e4 !important;
  color: #b3b3b3 !important;
}
.PaywallContactUsComponenta .success-message {
  color: #000;
  font-size: 4.53125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 6.09375vw;
  width: 57.65625vw;
  margin-top: 89.6875vw;
  text-align: center;
}
.PaywallContactUsComponenta .success-message h1 {
  font-size: 7.65625vw;
  margin-top: 0.46875vw;
  font-weight: 670;
  line-height: 8.90625vw;
}
.PaywallContactUsComponenta .terms-text {
  margin: 6.25vw auto 0 auto;
  width: 100%;
  color: #000;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.84375vw;
  text-align: center;
}
.PaywallContactUsComponenta .terms-text .contact_us {
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  padding: 2.5vw 0px;
}
.PaywallContactUsComponenta .terms-text .contact_us a {
  text-decoration: none !important;
}
.PaywallContactUsComponenta .terms-text a {
  text-decoration: underline !important;
  color: #000;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  .PaywallContactUsComponenta {
    background-color: #fff;
    color: #000;
  }
  .PaywallContactUsComponenta h1.title,
  .PaywallContactUsComponenta h2.title,
  .PaywallContactUsComponenta .form-container,
  .PaywallContactUsComponenta .input-field input,
  .PaywallContactUsComponenta .input-field select,
  .PaywallContactUsComponenta .input-field textarea,
  .PaywallContactUsComponenta .success-message,
  .PaywallContactUsComponenta .terms-text,
  .PaywallContactUsComponenta .terms-text a {
    color: #000 !important;
    background: #fff !important;
    border-color: #000 !important;
  }
  .PaywallContactUsComponenta .submit-button:disabled {
    background: #e4e4e4 !important;
    color: #b3b3b3 !important;
  }
  .PaywallContactUsComponenta .input-field input.error {
    border: 1px solid #de1a1a !important;
  }
  .PaywallContactUsComponenta .input-field-error {
    color: #de1a1a !important;
  }
  .PaywallContactUsComponenta .input-field:disabled input,
  .PaywallContactUsComponenta .input-field:disabled select {
    color: #999 !important;
    background: none !important;
  }
  .PaywallContactUsComponenta .terms-text a,
  .PaywallContactUsComponenta .terms-text span,
  .PaywallContactUsComponenta .terms-text div {
    color: #000 !important;
  }
  .PaywallContactUsComponenta select {
    background-color: #fff !important;
    color: #000 !important;
  }
  .PaywallContactUsComponenta option {
    background-color: #fff !important;
    color: #000 !important;
  }
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container {
  display: flex;
  width: 100%;
  margin-top: 10.3125vw;
  justify-content: center;
  gap: 7.65625vw;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container {
  width: 20.625vw;
  height: 19.375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed {
  opacity: 50%;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step {
  width: 12.8125vw;
  height: 12.8125vw;
  background-repeat: no-repeat;
  background-size: 8.75vw;
  display: block;
  background-position: center;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.815 9.50919C28.2095 9.89385 28.2095 10.5175 27.815 10.9022L14.0308 24.3435C13.439 24.9205 12.4797 24.9205 11.888 24.3435L6.18452 18.7819C5.79005 18.3973 5.79005 17.7736 6.18452 17.389C6.57899 17.0043 7.21855 17.0043 7.61302 17.389L12.9594 22.6023L26.3865 9.50919C26.781 9.12454 27.4206 9.12454 27.815 9.50919Z' fill='%2378787B'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step-title {
  color: #78787B;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step {
  border-color: #2261D0;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step-title {
  color: #000;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step {
  border-color: #78787B;
  color: #78787B;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step-title {
  color: #78787B;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step {
  width: 12.8125vw;
  height: 12.8125vw;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 50%;
  border: 0.625vw solid #78787B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step-title {
  color: #78787B;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 5.15625vw;
  margin-top: 1.25vw;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutMultiStepsProgressbar {
    background: #fff !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container {
    background: #fff !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed {
    opacity: 50%;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step {
    color: transparent !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.completed .step-title {
    color: #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step {
    border-color: #2261D0 !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.active .step-title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step {
    border-color: #78787B !important;
    color: #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container.disabled .step-title {
    color: #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step {
    background-color: transparent !important;
    color: #000 !important;
    border: 0.625vw solid #78787B !important;
  }
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step-title {
    color: #78787B !important;
  }
}
@media (max-width: 375px) {
  .PaywallCheckoutMultiStepsProgressbar .progressbar-container .step-container .step-title {
    font-size: 0.75rem;
  }
}
.PaywallCheckoutMobileComponenta {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 10.3125vw 5.15625vw;
  display: flex;
  flex-direction: column;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN {
  background-color: #fff;
  padding-bottom: unset;
  align-items: center;
  height: 100%;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container {
  width: unset;
  height: unset;
  right: unset;
  border-right: unset;
  padding-right: unset;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .line-divider {
  display: none;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container {
  justify-content: center;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container .title {
  display: none;
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container .yedioth-plus-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 29.21875vw;
  height: 9.21875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='114' height='36' viewBox='0 0 114 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18C0 8.05888 8.05887 0 18 0H96C105.941 0 114 8.05888 114 18C114 27.9411 105.941 36 96 36H18C8.05887 36 0 27.9411 0 18Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6285 32.3996C25.418 32.3996 31.7316 25.9524 31.7316 17.9996C31.7316 10.0468 25.418 3.59961 17.6285 3.59961C9.83894 3.59961 3.52539 10.0468 3.52539 17.9996C3.52539 25.9524 9.83894 32.3996 17.6285 32.3996Z' fill='black'/%3E%3Cpath d='M19.6432 9.77099V26.2281H15.6138V9.77099H19.6432Z' fill='white'/%3E%3Cpath d='M25.6874 15.9424V20.0567H9.56957V15.9424H25.6874Z' fill='white'/%3E%3Cpath d='M94.552 11.2057C94.552 11.2057 88.0518 11.3262 86.7133 11.0696H86.7243C85.803 10.8927 85.2825 10.6882 84.4605 10.3652L84.2942 10.2999C83.919 10.1551 83.6151 9.85886 83.3297 9.58072C82.8516 9.11471 82.4256 8.69949 81.8039 9.13231C83.1313 10.9178 83.6908 13.2635 83.8115 15.4835L91.9849 15.4992V26.9921H93.0874C93.5647 25.0024 94.3216 23.018 95.4078 21.3163C94.563 19.6461 94.1077 17.3318 93.7786 15.4311H95.1445L94.552 11.2057Z' fill='white'/%3E%3Cpath d='M72.3794 10.8157C71.8747 10.7545 71.3707 10.6935 70.9369 10.5398L70.9424 10.5555C70.6447 10.4039 70.3666 10.2025 70.0875 10.0004C69.5182 9.58818 68.9451 9.17317 68.1942 9.17317C69.187 11.1 69.8508 13.4928 69.3406 15.65C70.3938 15.7338 72.5222 15.6605 72.5222 15.6605C72.5394 15.626 72.583 16.0448 72.6508 16.6946C72.799 18.1165 73.0624 20.6444 73.4163 21.9489C72.3383 21.857 71.5843 21.9086 70.913 21.9545C70.2453 22.0001 69.6595 22.0402 68.9182 21.9279C67.7389 18.8178 66.9874 15.4982 67.3165 11.7859C67.2211 10.9206 66.4294 10.9392 65.6981 10.9564C65.5046 10.961 65.3153 10.9654 65.1443 10.9534C64.2738 11.0105 63.5383 10.5642 62.8306 10.1349C62.1112 9.69836 61.4205 9.27932 60.6462 9.4245C62.1547 11.1524 62.5442 13.3096 62.5442 15.6448L65.3911 15.6553C65.3911 15.6553 66.4937 19.933 66.2852 21.8651C65.9439 21.9948 65.8204 21.9817 65.5787 21.9559C65.3815 21.9349 65.1056 21.9055 64.5683 21.9384C64.305 21.8965 64.0143 21.9646 63.74 22.1426C63.7041 22.1654 63.6721 22.1836 63.6429 22.2001C63.5248 22.2668 63.4528 22.3076 63.356 22.5301C62.9951 23.3619 62.8114 24.019 62.5755 24.8634C62.4134 25.4434 62.2267 26.1117 61.9408 26.9858H73.526C73.7974 26.407 74.0894 25.8721 74.3721 25.3545C75.0891 24.0412 75.7456 22.8386 75.8519 21.3101C74.5573 18.5193 74.2556 15.116 74.859 11.922C74.3984 11.0603 73.3874 10.9378 72.3794 10.8157Z' fill='white'/%3E%3Cpath d='M56.1702 10.6565C56.643 11.1875 57.3851 11.2289 58.1035 11.2691C58.9438 11.3161 59.7518 11.3612 60.0594 12.1854C59.8509 15.6725 60.3007 18.8979 61.3868 21.8614C61.2032 22.1887 61.0242 22.4879 60.8504 22.7787C60.1678 23.9201 59.5637 24.9303 59.061 26.9874H58.123L58.134 15.7825C58.134 15.7825 56.7736 15.7458 55.4406 15.7825C55.799 12.7333 54.3916 10.5761 53.659 9.45322C53.618 9.3903 53.579 9.33062 53.5426 9.27421C54.3893 9.07543 54.8301 9.52562 55.2724 9.97729C55.5408 10.2514 55.8097 10.526 56.1702 10.6565Z' fill='white'/%3E%3Cpath d='M79.6997 11.2691C78.9812 11.2289 78.2391 11.1875 77.7663 10.6565H77.7718C77.5807 10.5536 77.3905 10.361 77.1819 10.1498C76.69 9.65177 76.0956 9.04994 75.1443 9.27421C75.1807 9.33061 75.2196 9.39028 75.2606 9.45321C75.9932 10.5761 77.4006 12.7332 77.0422 15.7825C78.3094 15.8505 79.7356 15.7825 79.7356 15.7825L79.7466 21.5211H80.5365C81.0328 19.4683 81.7744 18.6588 82.5638 17.7971C82.7691 17.573 82.9776 17.3454 83.1859 17.0915C82.0011 15.0023 81.6555 12.1854 81.6555 12.1854C81.348 11.3612 80.5399 11.3161 79.6997 11.2691Z' fill='white'/%3E%3Cpath d='M98.0023 10.6566C98.4751 11.1875 99.2171 11.229 99.9356 11.2692C100.776 11.3161 101.584 11.3613 101.891 12.1855C101.891 12.1855 102.237 15.0024 103.422 17.0915C103.246 17.3063 103.073 17.5023 102.905 17.6932C102.11 18.596 101.415 19.3861 100.899 21.5211H100.004L100.015 15.7825C100.015 15.7825 98.5014 15.7459 97.2782 15.7825C97.6366 12.7333 96.2292 10.5762 95.4966 9.45329C95.4556 9.39037 95.4166 9.33067 95.3802 9.27427C96.2564 9.06856 96.7184 9.53615 97.1781 10.0014C97.4322 10.2585 97.6856 10.5149 98.0077 10.6566H98.0023Z' fill='white'/%3E%3Cpath d='M44.3984 15.9385H50.372L50.394 27.0492L51.8531 27.0282C52.3366 25.0498 52.9136 24.114 53.5642 23.0588C53.7625 22.7372 53.9676 22.4045 54.1789 22.0279C53.0928 19.0591 52.6595 15.7657 52.8734 12.2838C52.8583 12.2567 52.8434 12.23 52.8287 12.2036C52.5453 11.6951 52.3399 11.3265 51.9957 11.2419C50.8306 11.1948 49.6357 11.2174 48.4464 11.2398C46.0634 11.2849 43.703 11.3295 41.6502 10.8125C41.249 10.7892 40.881 10.3847 40.5312 10.0003C40.0154 9.43329 39.5394 8.91007 39.0556 9.71821C40.1746 11.5613 40.5147 13.5823 40.575 15.8861C41.0303 15.8286 41.5898 15.7867 41.8861 15.928C41.0413 17.5983 41.4198 20.6508 41.8861 22.164C41.8861 22.164 39.5822 22.1169 39.478 22.1588C38.8471 23.6877 37.6074 26.9863 37.6074 26.9863H43.2684L43.5207 26.6984C43.6513 26.2213 43.8339 25.7398 44.0184 25.2533C44.6481 23.593 45.2996 21.8752 43.976 20.0854C43.4055 18.7083 43.1587 16.86 44.3984 15.9385Z' fill='white'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .footer:not(.PremiumPaywallCheckoutPlans.checkout-flow .footer) {
  display: none;
  margin-top: 0;
  gap: unset;
}
.PaywallCheckoutMobileComponenta.FINISH .line-divider {
  display: none;
}
.PaywallCheckoutMobileComponenta.FINISH .main-container .title-container:not(.PaywallCheckoutFinish .title-container) {
  display: none;
}
.PaywallCheckoutMobileComponenta.FINISH .progressbar-container {
  margin-top: unset;
}
.PaywallCheckoutMobileComponenta.FINISH .footer {
  margin-top: 25.625vw !important;
}
.PaywallCheckoutMobileComponenta .main-container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.PaywallCheckoutMobileComponenta .main-container .title-container {
  display: flex;
  align-items: center;
  gap: 2.65625vw;
}
.PaywallCheckoutMobileComponenta .main-container .title-container .title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 7.65625vw;
  text-align: right;
}
.PaywallCheckoutMobileComponenta .main-container .title-container .yedioth-plus-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 20.3125vw;
  height: 6.09375vw;
  background-image: url("data:image/svg+xml,%3Csvg width='114' height='36' viewBox='0 0 114 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18C0 8.05888 8.05887 0 18 0H96C105.941 0 114 8.05888 114 18C114 27.9411 105.941 36 96 36H18C8.05887 36 0 27.9411 0 18Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6285 32.3996C25.418 32.3996 31.7316 25.9524 31.7316 17.9996C31.7316 10.0468 25.418 3.59961 17.6285 3.59961C9.83894 3.59961 3.52539 10.0468 3.52539 17.9996C3.52539 25.9524 9.83894 32.3996 17.6285 32.3996Z' fill='black'/%3E%3Cpath d='M19.6432 9.77099V26.2281H15.6138V9.77099H19.6432Z' fill='white'/%3E%3Cpath d='M25.6874 15.9424V20.0567H9.56957V15.9424H25.6874Z' fill='white'/%3E%3Cpath d='M94.552 11.2057C94.552 11.2057 88.0518 11.3262 86.7133 11.0696H86.7243C85.803 10.8927 85.2825 10.6882 84.4605 10.3652L84.2942 10.2999C83.919 10.1551 83.6151 9.85886 83.3297 9.58072C82.8516 9.11471 82.4256 8.69949 81.8039 9.13231C83.1313 10.9178 83.6908 13.2635 83.8115 15.4835L91.9849 15.4992V26.9921H93.0874C93.5647 25.0024 94.3216 23.018 95.4078 21.3163C94.563 19.6461 94.1077 17.3318 93.7786 15.4311H95.1445L94.552 11.2057Z' fill='white'/%3E%3Cpath d='M72.3794 10.8157C71.8747 10.7545 71.3707 10.6935 70.9369 10.5398L70.9424 10.5555C70.6447 10.4039 70.3666 10.2025 70.0875 10.0004C69.5182 9.58818 68.9451 9.17317 68.1942 9.17317C69.187 11.1 69.8508 13.4928 69.3406 15.65C70.3938 15.7338 72.5222 15.6605 72.5222 15.6605C72.5394 15.626 72.583 16.0448 72.6508 16.6946C72.799 18.1165 73.0624 20.6444 73.4163 21.9489C72.3383 21.857 71.5843 21.9086 70.913 21.9545C70.2453 22.0001 69.6595 22.0402 68.9182 21.9279C67.7389 18.8178 66.9874 15.4982 67.3165 11.7859C67.2211 10.9206 66.4294 10.9392 65.6981 10.9564C65.5046 10.961 65.3153 10.9654 65.1443 10.9534C64.2738 11.0105 63.5383 10.5642 62.8306 10.1349C62.1112 9.69836 61.4205 9.27932 60.6462 9.4245C62.1547 11.1524 62.5442 13.3096 62.5442 15.6448L65.3911 15.6553C65.3911 15.6553 66.4937 19.933 66.2852 21.8651C65.9439 21.9948 65.8204 21.9817 65.5787 21.9559C65.3815 21.9349 65.1056 21.9055 64.5683 21.9384C64.305 21.8965 64.0143 21.9646 63.74 22.1426C63.7041 22.1654 63.6721 22.1836 63.6429 22.2001C63.5248 22.2668 63.4528 22.3076 63.356 22.5301C62.9951 23.3619 62.8114 24.019 62.5755 24.8634C62.4134 25.4434 62.2267 26.1117 61.9408 26.9858H73.526C73.7974 26.407 74.0894 25.8721 74.3721 25.3545C75.0891 24.0412 75.7456 22.8386 75.8519 21.3101C74.5573 18.5193 74.2556 15.116 74.859 11.922C74.3984 11.0603 73.3874 10.9378 72.3794 10.8157Z' fill='white'/%3E%3Cpath d='M56.1702 10.6565C56.643 11.1875 57.3851 11.2289 58.1035 11.2691C58.9438 11.3161 59.7518 11.3612 60.0594 12.1854C59.8509 15.6725 60.3007 18.8979 61.3868 21.8614C61.2032 22.1887 61.0242 22.4879 60.8504 22.7787C60.1678 23.9201 59.5637 24.9303 59.061 26.9874H58.123L58.134 15.7825C58.134 15.7825 56.7736 15.7458 55.4406 15.7825C55.799 12.7333 54.3916 10.5761 53.659 9.45322C53.618 9.3903 53.579 9.33062 53.5426 9.27421C54.3893 9.07543 54.8301 9.52562 55.2724 9.97729C55.5408 10.2514 55.8097 10.526 56.1702 10.6565Z' fill='white'/%3E%3Cpath d='M79.6997 11.2691C78.9812 11.2289 78.2391 11.1875 77.7663 10.6565H77.7718C77.5807 10.5536 77.3905 10.361 77.1819 10.1498C76.69 9.65177 76.0956 9.04994 75.1443 9.27421C75.1807 9.33061 75.2196 9.39028 75.2606 9.45321C75.9932 10.5761 77.4006 12.7332 77.0422 15.7825C78.3094 15.8505 79.7356 15.7825 79.7356 15.7825L79.7466 21.5211H80.5365C81.0328 19.4683 81.7744 18.6588 82.5638 17.7971C82.7691 17.573 82.9776 17.3454 83.1859 17.0915C82.0011 15.0023 81.6555 12.1854 81.6555 12.1854C81.348 11.3612 80.5399 11.3161 79.6997 11.2691Z' fill='white'/%3E%3Cpath d='M98.0023 10.6566C98.4751 11.1875 99.2171 11.229 99.9356 11.2692C100.776 11.3161 101.584 11.3613 101.891 12.1855C101.891 12.1855 102.237 15.0024 103.422 17.0915C103.246 17.3063 103.073 17.5023 102.905 17.6932C102.11 18.596 101.415 19.3861 100.899 21.5211H100.004L100.015 15.7825C100.015 15.7825 98.5014 15.7459 97.2782 15.7825C97.6366 12.7333 96.2292 10.5762 95.4966 9.45329C95.4556 9.39037 95.4166 9.33067 95.3802 9.27427C96.2564 9.06856 96.7184 9.53615 97.1781 10.0014C97.4322 10.2585 97.6856 10.5149 98.0077 10.6566H98.0023Z' fill='white'/%3E%3Cpath d='M44.3984 15.9385H50.372L50.394 27.0492L51.8531 27.0282C52.3366 25.0498 52.9136 24.114 53.5642 23.0588C53.7625 22.7372 53.9676 22.4045 54.1789 22.0279C53.0928 19.0591 52.6595 15.7657 52.8734 12.2838C52.8583 12.2567 52.8434 12.23 52.8287 12.2036C52.5453 11.6951 52.3399 11.3265 51.9957 11.2419C50.8306 11.1948 49.6357 11.2174 48.4464 11.2398C46.0634 11.2849 43.703 11.3295 41.6502 10.8125C41.249 10.7892 40.881 10.3847 40.5312 10.0003C40.0154 9.43329 39.5394 8.91007 39.0556 9.71821C40.1746 11.5613 40.5147 13.5823 40.575 15.8861C41.0303 15.8286 41.5898 15.7867 41.8861 15.928C41.0413 17.5983 41.4198 20.6508 41.8861 22.164C41.8861 22.164 39.5822 22.1169 39.478 22.1588C38.8471 23.6877 37.6074 26.9863 37.6074 26.9863H43.2684L43.5207 26.6984C43.6513 26.2213 43.8339 25.7398 44.0184 25.2533C44.6481 23.593 45.2996 21.8752 43.976 20.0854C43.4055 18.7083 43.1587 16.86 44.3984 15.9385Z' fill='white'/%3E%3C/svg%3E%0A");
}
.PaywallCheckoutMobileComponenta .main-container .line-divider {
  width: 12.8125vw;
  height: 0.78125vw;
  background-color: #2261D0;
  margin-top: 10.3125vw;
  margin-bottom: 2.65625vw;
}
.PaywallCheckoutMobileComponenta .main-container .step-content-container .PremiumPaywallCheckoutPlans.checkout-flow .footer {
  margin-top: 9.0625vw;
}
.PaywallCheckoutMobileComponenta .main-container .step-content-container .PremiumPaywallCheckoutPlans.checkout-flow .footer .footer-links {
  margin-top: 0;
  justify-content: center;
  align-self: center;
}
.PaywallCheckoutMobileComponenta .main-container .step-content-container .PremiumPaywallCheckoutPlans.checkout-flow .footer .footer-terms-text {
  text-align: center;
}
.PaywallCheckoutMobileComponenta .main-container .footer {
  margin-top: 12.8125vw;
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-links {
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 4.84375vw;
  margin-bottom: 0;
  align-self: start;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  line-height: 4.84375vw;
  margin-bottom: 0;
  padding-right: unset;
  margin-top: 0;
  font-weight: 700;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.125rem;
  text-align: right;
}
.PaywallCheckoutMobileComponenta .main-container .footer .footer-terms-text a {
  color: #000;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutMobileComponenta {
    background: #fff !important;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN {
    background: #fff;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container {
    background: #fff;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .title-container .title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta.SELECT_PLAN .main-container .footer {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PaywallCheckoutMobileComponenta.FINISH .main-container .title-container:not(.PaywallCheckoutFinish .title-container) {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .main-container {
    background: #fff;
  }
  .PaywallCheckoutMobileComponenta .main-container .title-container .title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .main-container .line-divider {
    background-color: #2261D0 !important;
  }
  .PaywallCheckoutMobileComponenta .footer {
    color: #000 !important;
    background-color: #fff !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-links {
    color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-links a {
    color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-terms-text {
    color: #000 !important;
  }
  .PaywallCheckoutMobileComponenta .footer .footer-terms-text a {
    color: #000 !important;
  }
}
.PaywallCheckoutFinish {
  padding-top: 10.3125vw;
}
.PaywallCheckoutFinish .success-logo {
  width: 12.8125vw;
  height: 12.8125vw;
  background-size: contain;
  background-image: url('https://images1-qa.ynet.co.il/static/Common/paywall/success.gif');
  margin: auto;
}
.PaywallCheckoutFinish .title {
  font-size: 1.5rem;
  line-height: 7.65625vw;
  text-align: center;
  font-weight: bold;
  margin-top: 2.65625vw;
}
.PaywallCheckoutFinish .subtitle {
  font-size: 1rem;
  line-height: 5.46875vw;
  margin-top: 3.90625vw;
  text-align: center;
  padding: 0 5.15625vw;
}
.PaywallCheckoutFinish .checkout-container {
  margin-top: 7.65625vw;
  font-size: 1rem;
  line-height: 5.46875vw;
  padding: 3.90625vw;
  text-align: right;
  border: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
  gap: 7.65625vw;
}
.PaywallCheckoutFinish .checkout-container .plan-info {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutFinish .checkout-container .plan-info .plan-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .checkout-container .customer-info {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutFinish .checkout-container .customer-info::before {
  content: '';
  display: block;
  height: 0.78125vw;
  width: 12.8125vw;
  background-color: #2261D0;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-myaccount-info {
  color: #78787B;
  font-size: 0.8125rem;
  line-height: 4.375vw;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-myaccount-info .underline {
  text-decoration: underline;
}
.PaywallCheckoutFinish .checkout-container .customer-info .customer-myaccount-info a {
  color: #78787B;
  -webkit-text-fill-color: #78787B;
  text-decoration: underline;
}
.PaywallCheckoutFinish .checkout-container .payment-info {
  display: flex;
  flex-direction: column;
  gap: 2.65625vw;
}
.PaywallCheckoutFinish .checkout-container .payment-info::before {
  content: '';
  display: block;
  height: 0.78125vw;
  width: 12.8125vw;
  background-color: #2261D0;
}
.PaywallCheckoutFinish .checkout-container .payment-info .payment-title {
  font-weight: bold;
}
.PaywallCheckoutFinish .continue-button {
  margin-top: 7.65625vw;
  width: 100%;
  height: 10.3125vw;
  border: 0;
  font-size: 1rem;
  line-height: 5.625vw;
  color: #fff;
  background-color: #2261D0;
  cursor: pointer;
}
.PaywallCheckoutFinish .footer {
  margin-top: 25.625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  align-items: flex-start;
}
.PaywallCheckoutFinish .footer .footer-links {
  margin-top: 1.25vw;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PaywallCheckoutFinish .footer .footer-links ul {
  list-style: none;
  display: flex;
  gap: 0.46875vw;
  padding: 0;
  margin-top: 0;
  line-height: 4.84375vw;
  margin-bottom: 0;
}
.PaywallCheckoutFinish .footer .footer-links ul a {
  color: #000;
  text-decoration: none;
  -webkit-text-fill-color: #000;
}
.PaywallCheckoutFinish .footer .footer-terms-text {
  color: #000;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: normal;
  line-height: 4.84375vw;
  text-align: right;
}
.PaywallCheckoutFinish .footer .footer-terms-text a {
  color: #000;
  -webkit-text-fill-color: #000;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutFinish {
    background-color: #fff !important;
  }
  .PaywallCheckoutFinish .title,
  .PaywallCheckoutFinish .subtitle,
  .PaywallCheckoutFinish .checkout-container,
  .PaywallCheckoutFinish .checkout-container .plan-info,
  .PaywallCheckoutFinish .checkout-container .plan-title,
  .PaywallCheckoutFinish .checkout-container .plan-price-text,
  .PaywallCheckoutFinish .checkout-container .customer-info,
  .PaywallCheckoutFinish .checkout-container .customer-title,
  .PaywallCheckoutFinish .checkout-container .customer-name,
  .PaywallCheckoutFinish .checkout-container .customer-email,
  .PaywallCheckoutFinish .checkout-container .payment-info,
  .PaywallCheckoutFinish .checkout-container .payment-title,
  .PaywallCheckoutFinish .checkout-container .payment-holder-name,
  .PaywallCheckoutFinish .checkout-container .payment-cvv {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutFinish .checkout-container {
    border-color: #C5C5C5 !important;
  }
  .PaywallCheckoutFinish .checkout-container .customer-info::before,
  .PaywallCheckoutFinish .checkout-container .payment-info::before {
    background-color: #2261D0 !important;
  }
  .PaywallCheckoutFinish .checkout-container .customer-myaccount-info,
  .PaywallCheckoutFinish .checkout-container .customer-myaccount-info a {
    color: #78787B !important;
    -webkit-text-fill-color: #78787B !important;
  }
  .PaywallCheckoutFinish .continue-button {
    background-color: #2261D0 !important;
    color: #fff !important;
  }
  .PaywallCheckoutFinish .footer .footer-links {
    color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-links li {
    color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-links ul a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-terms-text {
    color: #000 !important;
  }
  .PaywallCheckoutFinish .footer .footer-terms-text a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
}
.PaywallCheckoutPaymentDetails .title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 6.71875vw;
}
.PaywallCheckoutPaymentDetails .creditcard-details-container {
  height: 65vh;
  padding-top: 1.5625vw;
}
.PaywallCheckoutPaymentDetails .creditcard-details-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutPaymentDetails {
    background: #fff !important;
  }
  .PaywallCheckoutPaymentDetails .title {
    color: #000 !important;
  }
  .PaywallCheckoutPaymentDetails .creditcard-details-container {
    background: #fff !important;
  }
  .PaywallCheckoutPaymentDetails .creditcard-details-container iframe {
    background: #fff !important;
  }
}
.PaywallCheckoutPersonalDetails .title {
  font-size: 1.25rem;
  line-height: 6.71875vw;
  text-align: right;
  font-weight: bold;
}
.PaywallCheckoutPersonalDetails .personal-details-form {
  display: flex;
  row-gap: 2.65625vw;
  margin-top: 2.65625vw;
  flex-direction: column;
}
.PaywallCheckoutPersonalDetails .personal-details-form .general-error {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 4.0625vw;
  text-align: right;
  margin-top: 1.5625vw;
  color: #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form form {
  display: flex;
  row-gap: 3.125vw;
  flex-direction: column;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div {
  display: flex;
  flex-direction: column;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.email,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.email {
  flex-basis: 100%;
  margin-top: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.email input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.email input {
  background-color: none;
  border: none;
  color: #999999;
  border-bottom: 1px solid #C5C5C5;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse {
  margin-top: 10vw;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse div,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse div {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.40625vw;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse input {
  width: 3.90625vw;
  height: 3.90625vw;
  flex-shrink: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input.error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse input.error {
  position: relative;
  appearance: none;
  width: 3.90625vw;
  height: 3.90625vw;
  border: 0.3125vw solid #DE1A1A;
  border-radius: 0.46875vw;
  cursor: pointer;
  padding: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse .input-field-error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse .input-field-error {
  max-height: 6.09375vw;
  height: 6.09375vw;
  padding-right: 5.15625vw;
  min-height: unset;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse label {
  color: #000;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label a,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.termsOfuse label a {
  color: #000;
  text-decoration: underline;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field label,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div label {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 4.0625vw;
  text-align: right;
  color: #78787b;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input {
  padding: 3.28125vw 2.65625vw 1.40625vw 0;
  border: none;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
  background: none;
  line-height: 5.625vw;
  text-align: right;
  height: 10.3125vw;
  box-sizing: border-box;
  border-bottom: 0.3125vw solid #000;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input.error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input.error {
  border-bottom: 1px solid #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input:disabled,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input:disabled {
  background: unset;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field input:focus,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input:focus {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.idNumber .input-field-error {
  height: fit-content;
  max-height: 5.9375vw;
  justify-content: center;
  position: relative;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error span,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.idNumber .input-field-error span {
  position: absolute;
  top: 1.25vw;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error a,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div.idNumber .input-field-error a {
  color: #DE1A1A;
}
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field .input-field-error,
.PaywallCheckoutPersonalDetails .personal-details-form form .input-field div .input-field-error {
  font-weight: 400;
  font-size: 0.8125rem;
  height: 6.09375vw;
  min-height: 6.09375vw;
  padding-right: 2.65625vw;
  line-height: 4.0625vw;
  text-align: right;
  justify-content: center;
  color: #de1a1a;
}
.PaywallCheckoutPersonalDetails .personal-details-form .submit-button {
  width: 100%;
  height: 10.3125vw;
  border-radius: 0.46875vw;
  background: #2261D0;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  line-height: 5.625vw;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.21875vw;
  border: 0;
}
.PaywallCheckoutPersonalDetails .personal-details-form .submit-button:disabled {
  background: #D8D8D8;
  color: #78787B;
}
@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    .PaywallCheckoutPersonalDetails .personal-details-form input,
    .PaywallCheckoutPersonalDetails .personal-details-form select,
    .PaywallCheckoutPersonalDetails .personal-details-form textarea {
      font-size: 1rem !important;
    }
  }
}
@media (prefers-color-scheme: dark) {
  .PaywallCheckoutPersonalDetails {
    background: #fff !important;
  }
  .PaywallCheckoutPersonalDetails .title {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form .general-error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field-error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.idNumber .input-field-error a {
    color: #de1a1a !important;
    -webkit-text-fill-color: #de1a1a !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field label,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div label {
    color: #78787b !important;
    -webkit-text-fill-color: #78787b !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field input,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input {
    background: none;
    color: #000 !important;
    border-bottom: 0.3125vw solid #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field input.error,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input.error {
    border-bottom: 1px solid #de1a1a !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field input:disabled,
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field div input:disabled {
    background: unset !important;
    color: #999999 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.email input {
    color: #999999 !important;
    border-bottom: 1px solid #C5C5C5 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input {
    background: none;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse input.error {
    border-color: #DE1A1A !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form form .input-field.termsOfuse label a {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form .submit-button {
    background: #2261D0 !important;
    color: white !important;
  }
  .PaywallCheckoutPersonalDetails .personal-details-form .submit-button:disabled {
    background: #D8D8D8 !important;
    color: #78787B !important;
  }
}
.premium-page-auth-wrapper {
  margin: 7.8125vw 3.90625vw;
  background-color: #fff;
}
.premium-page-auth-wrapper .yedioth-plus-logo {
  width: 32.65625vw;
  height: 10.3125vw;
  background-size: contain;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='127' height='40' viewBox='0 0 127 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 8.95431 8.95431 0 20 0H107C118.046 0 127 8.95431 127 20C127 31.0457 118.046 40 107 40H20C8.9543 40 0 31.0457 0 20Z' fill='%23DE1A1A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6391 36C28.3169 36 35.3504 28.8364 35.3504 20C35.3504 11.1636 28.3169 4 19.6391 4C10.9613 4 3.92773 11.1636 3.92773 20C3.92773 28.8364 10.9613 36 19.6391 36Z' fill='black'/%3E%3Cpath d='M21.8836 10.8571V29.1428H17.3946V10.8571H21.8836Z' fill='white'/%3E%3Cpath d='M28.617 17.7142V22.2857H10.6612V17.7142H28.617Z' fill='white'/%3E%3Cpath d='M105.335 12.4307C105.335 12.4307 98.0933 12.5649 96.6022 12.2791H96.6144C95.588 12.082 95.0082 11.8542 94.0924 11.4943L93.9072 11.4216C93.4892 11.2603 93.1507 10.9303 92.8327 10.6204C92.3001 10.1012 91.8255 9.63868 91.1329 10.1208C92.6117 12.1099 93.235 14.7231 93.3695 17.1963L102.475 17.2138V30.0173H103.703C104.235 27.8007 105.078 25.59 106.288 23.6943C105.347 21.8336 104.84 19.2554 104.473 17.138H105.995L105.335 12.4307Z' fill='white'/%3E%3Cpath d='M80.6337 11.9962C80.0714 11.9281 79.5099 11.8601 79.0267 11.6888L79.0328 11.7063C78.7011 11.5375 78.3913 11.3131 78.0804 11.088C77.4462 10.6287 76.8078 10.1664 75.9712 10.1664C77.0773 12.3129 77.8167 14.9786 77.2484 17.3818C78.4217 17.4751 80.7927 17.3935 80.7927 17.3935C80.8119 17.3551 80.8605 17.8216 80.936 18.5455C81.1011 20.1296 81.3946 22.9457 81.7888 24.3989C80.5879 24.2966 79.7479 24.354 79.0001 24.4052C78.2563 24.4561 77.6037 24.5007 76.7778 24.3756C75.464 20.9108 74.6268 17.2127 74.9934 13.0771C74.8871 12.1131 74.0051 12.1338 73.1905 12.153C72.9749 12.1581 72.764 12.163 72.5735 12.1496C71.6038 12.2132 70.7844 11.7161 69.996 11.2377C69.1945 10.7514 68.4251 10.2846 67.5625 10.4464C69.243 12.3713 69.6769 14.7745 69.6769 17.376L72.8485 17.3877C72.8485 17.3877 74.0768 22.1532 73.8446 24.3056C73.4643 24.4502 73.3268 24.4355 73.0575 24.4068C72.8378 24.3834 72.5304 24.3506 71.9318 24.3873C71.6385 24.3406 71.3146 24.4164 71.0091 24.6148C70.9691 24.6402 70.9334 24.6604 70.9009 24.6788C70.7694 24.7532 70.6891 24.7986 70.5813 25.0464C70.1792 25.9731 69.9746 26.7051 69.7118 27.6458C69.5312 28.2919 69.3232 29.0365 69.0047 30.0103H81.911C82.2134 29.3655 82.5387 28.7696 82.8536 28.1929C83.6523 26.7299 84.3838 25.3901 84.5021 23.6873C83.0599 20.5783 82.7238 16.7868 83.396 13.2287C82.883 12.2687 81.7567 12.1322 80.6337 11.9962Z' fill='white'/%3E%3Cpath d='M62.576 11.8188C63.1028 12.4104 63.9295 12.4566 64.7299 12.5013C65.666 12.5536 66.5661 12.6039 66.9087 13.5221C66.6765 17.4069 67.1776 21 68.3876 24.3015C68.183 24.6661 67.9836 24.9995 67.7899 25.3234C67.0295 26.595 66.3566 27.7203 65.7965 30.012H64.7516L64.7638 17.5294C64.7638 17.5294 63.2483 17.4885 61.7633 17.5294C62.1626 14.1324 60.5947 11.7293 59.7785 10.4784C59.7328 10.4083 59.6894 10.3418 59.6489 10.2789C60.5921 10.0575 61.0832 10.559 61.5759 11.0622C61.8749 11.3675 62.1745 11.6735 62.576 11.8188Z' fill='white'/%3E%3Cpath d='M88.7887 12.5013C87.9883 12.4566 87.1616 12.4104 86.6349 11.8188H86.641C86.4281 11.7042 86.2162 11.4897 85.9838 11.2544C85.4359 10.6995 84.7737 10.0291 83.7138 10.2789C83.7544 10.3418 83.7977 10.4082 83.8435 10.4783C84.6596 11.7292 86.2275 14.1324 85.8282 17.5294C87.2399 17.6052 88.8287 17.5294 88.8287 17.5294L88.841 23.9224H89.7209C90.2738 21.6355 91.1 20.7337 91.9795 19.7737C92.2082 19.5241 92.4405 19.2705 92.6725 18.9876C91.3526 16.6602 90.9676 13.5221 90.9676 13.5221C90.625 12.6039 89.7248 12.5536 88.7887 12.5013Z' fill='white'/%3E%3Cpath d='M109.178 11.8189C109.705 12.4104 110.532 12.4566 111.332 12.5014C112.268 12.5537 113.169 12.604 113.511 13.5222C113.511 13.5222 113.896 16.6603 115.216 18.9877C115.02 19.227 114.828 19.4453 114.64 19.6579C113.755 20.6637 112.98 21.544 112.405 23.9224H111.409L111.421 17.5294C111.421 17.5294 109.735 17.4886 108.372 17.5294C108.771 14.1325 107.203 11.7293 106.387 10.4784C106.341 10.4083 106.298 10.3418 106.257 10.279C107.233 10.0498 107.748 10.5707 108.26 11.089C108.543 11.3755 108.826 11.6611 109.185 11.8189H109.178Z' fill='white'/%3E%3Cpath d='M49.4619 17.7032H56.1167L56.1412 30.0809L57.7667 30.0575C58.3053 27.8535 58.9481 26.811 59.6729 25.6354C59.8938 25.2772 60.1222 24.9066 60.3577 24.487C59.1478 21.1797 58.665 17.5107 58.9033 13.6317C58.8865 13.6015 58.8698 13.5717 58.8535 13.5424C58.5378 12.9758 58.309 12.5652 57.9256 12.471C56.6276 12.4185 55.2964 12.4437 53.9715 12.4687C51.3168 12.5189 48.6872 12.5685 46.4003 11.9927C45.9533 11.9667 45.5433 11.5161 45.1537 11.0878C44.579 10.4562 44.0487 9.87326 43.5098 10.7736C44.7564 12.8268 45.1353 15.0783 45.2025 17.6449C45.7097 17.5807 46.333 17.534 46.663 17.6915C45.7219 19.5523 46.1436 22.9529 46.663 24.6386C46.663 24.6386 44.0964 24.5862 43.9803 24.6328C43.2776 26.3361 41.8965 30.0109 41.8965 30.0109H48.203L48.4841 29.69C48.6295 29.1586 48.833 28.6221 49.0386 28.0801C49.7401 26.2305 50.4659 24.3169 48.9913 22.3229C48.3558 20.7889 48.0808 18.7298 49.4619 17.7032Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (prefers-color-scheme: dark) {
  .singleColumnGrid:has(.premium-page-auth-wrapper) {
    background-color: #fff;
  }
  .premium-page-auth-wrapper {
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-page-auth-wrapper .yedioth-plus-logo {
    width: 16.32813vw;
    height: 5.15625vw;
  }
}
.audio-podcast-player {
  width: calc(100% + 7.8125vw);
  display: flex;
  flex-direction: column;
  margin: 0 -3.90625vw;
}
.audio-podcast-player .audio-podcast-player-container {
  display: flex;
  height: 31.25vw;
  position: relative;
  z-index: 2;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details-image-container {
  width: calc(100% - 31.25vw);
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
}
.audio-podcast-player .audio-podcast-player-container .podcast-image {
  width: 31.25vw;
  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 .container-background-image {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(3.59375vw) brightness(0.8);
  -webkit-filter: blur(3.59375vw) brightness(0.8);
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 2.03125vw 0;
  padding-inline-start: 2.65625vw;
  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: #fff;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-category-rpf {
  font-size: 3.75vw;
  font-weight: normal;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .podcast-title-rpf {
  font-size: 4.53125vw;
  font-weight: 600;
  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: 3.59375vw;
  height: 3.59375vw;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_7' data-name='Group 7' xmlns='http://www.w3.org/2000/svg' width='13.738' height='13.738' viewBox='0 0 13.738 13.738'%3E %3Cpath id='Path_3' data-name='Path 3' d='M0,0H13.738V13.738H0Z' fill='none'/%3E %3Cpath id='Path_4' data-name='Path 4' d='M12.154,7.294a3.433,3.433,0,0,0-2.43-1V9.724l-2.43,2.43a3.436,3.436,0,0,0,4.86-4.86ZM9.724,4a5.724,5.724,0,1,0,5.724,5.724A5.723,5.723,0,0,0,9.724,4Zm0,10.3A4.579,4.579,0,1,1,14.3,9.724,4.578,4.578,0,0,1,9.724,14.3Z' transform='translate(-2.855 -2.855)' fill='%23fff'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline-end: 0.78125vw;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-information .duration-container .podcast-duration-rpf {
  font-size: 3.75vw;
  font-weight: normal;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 4.25vw;
  z-index: 1;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button {
  width: 14.53125vw;
  height: 14.53125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .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:hover {
  background-color: #e9e9e9;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status {
  width: 0;
  height: 4.6875vw;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  border-color: transparent transparent transparent #000;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 2.34375vw 0 2.34375vw 4.6875vw;
  margin-inline-end: 1.09375vw;
}
.audio-podcast-player .audio-podcast-player-container .podcast-container-details .podcast-play-btn-container .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 4.6875vw;
  height: 4.6875vw;
  margin: 0;
}
.signup-for-podcast {
  height: 23.4375vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
.signup-for-podcast .signup-for-podcast-title-rpf {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #000;
  margin: 1.5625vw auto;
}
.font-moses .signup-for-podcast .signup-for-podcast-title-rpf {
  font-size: 4.0625vw;
  font-weight: 670;
}
.signup-for-podcast .signup-for-podcast-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.signup-for-podcast .signup-for-podcast-buttons .podcast-signup-btn:hover {
  opacity: 0.7;
}
.signup-for-podcast .signup-for-podcast-buttons .spotify-signup-btn {
  width: 25.625vw;
  height: 9.375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164' height='61' viewBox='0 0 164 61'%3E %3Cg id='spotify_640' data-name='spotify 640' transform='translate(-457 -1029)'%3E %3Crect id='Rectangle_11416' data-name='Rectangle 11416' width='164' height='61' rx='7' transform='translate(457 1029)' fill='%23ebeced'/%3E %3Cg id='Group_533' data-name='Group 533' transform='translate(473 1037.516)'%3E %3Cpath id='Spotify_logo_with_text' d='M55.583,18.773C52.2,17.966,51.6,17.4,51.6,16.209c0-1.125,1.058-1.882,2.634-1.882a7.7,7.7,0,0,1,4.626,1.758.224.224,0,0,0,.314-.05l1.653-2.33a.222.222,0,0,0-.042-.3,10,10,0,0,0-6.5-2.252c-3.655,0-6.209,2.194-6.209,5.332,0,3.366,2.2,4.557,6.01,5.477,3.238.746,3.786,1.371,3.786,2.489,0,1.239-1.105,2.009-2.884,2.009a7.786,7.786,0,0,1-5.392-2.227.229.229,0,0,0-.162-.054.219.219,0,0,0-.152.077l-1.854,2.205a.223.223,0,0,0,.021.309,11.049,11.049,0,0,0,7.464,2.861c3.938,0,6.483-2.152,6.483-5.483.007-2.811-1.676-4.368-5.8-5.371ZM70.3,15.435a5.316,5.316,0,0,0-4.263,2.05V15.934a.221.221,0,0,0-.22-.222H62.785a.221.221,0,0,0-.22.222V33.166a.222.222,0,0,0,.22.222h3.032a.222.222,0,0,0,.22-.222V27.727A5.454,5.454,0,0,0,70.3,29.657c3.172,0,6.385-2.442,6.385-7.11s-3.208-7.112-6.382-7.112h0Zm2.859,7.112c0,2.376-1.463,4.036-3.561,4.036a3.767,3.767,0,0,1-3.636-4.036A3.767,3.767,0,0,1,69.6,18.511c2.063,0,3.561,1.7,3.561,4.036Zm11.756-7.112a7.126,7.126,0,1,0,7.26,7.112,7.148,7.148,0,0,0-7.26-7.112Zm0,11.171A3.856,3.856,0,0,1,81.1,22.545a3.765,3.765,0,0,1,3.762-4.012A3.866,3.866,0,0,1,88.7,22.6,3.774,3.774,0,0,1,84.915,26.606ZM100.9,15.712H97.562V12.3a.221.221,0,0,0-.22-.222H94.31a.223.223,0,0,0-.222.222v3.41H92.631a.221.221,0,0,0-.22.222v2.605a.221.221,0,0,0,.22.222h1.456V25.5c0,2.723,1.356,4.1,4.032,4.1a5.522,5.522,0,0,0,2.838-.707.217.217,0,0,0,.112-.192V26.227a.221.221,0,0,0-.105-.187.215.215,0,0,0-.215-.009,3.827,3.827,0,0,1-1.779.428c-.972,0-1.407-.442-1.407-1.431V18.763H100.9a.221.221,0,0,0,.22-.222v-2.6a.215.215,0,0,0-.218-.222h0Zm11.622.013v-.419c0-1.232.473-1.782,1.531-1.782a5.122,5.122,0,0,1,1.709.315.221.221,0,0,0,.29-.211V11.074a.219.219,0,0,0-.157-.213,8.3,8.3,0,0,0-2.519-.362c-2.8,0-4.28,1.577-4.28,4.558V15.7h-1.456a.223.223,0,0,0-.222.222v2.618a.223.223,0,0,0,.222.222H109.1v10.4a.222.222,0,0,0,.222.222h3.03a.221.221,0,0,0,.222-.222v-10.4H115.4l4.336,10.4c-.492,1.091-.976,1.309-1.637,1.309a3.48,3.48,0,0,1-1.672-.475.241.241,0,0,0-.176-.016.221.221,0,0,0-.131.119l-1.028,2.255a.221.221,0,0,0,.1.288,6.379,6.379,0,0,0,3.236.829c2.238,0,3.477-1.044,4.565-3.849l5.259-13.588a.222.222,0,0,0-.2-.3H124.89a.222.222,0,0,0-.211.149l-3.233,9.233-3.54-9.239a.221.221,0,0,0-.206-.143h-5.179Zm-6.738-.013H102.75a.223.223,0,0,0-.222.222V29.158a.222.222,0,0,0,.222.222h3.032a.222.222,0,0,0,.222-.222V15.935a.222.222,0,0,0-.222-.222h0Zm-1.5-6.022a2.174,2.174,0,1,0,2.173,2.173A2.174,2.174,0,0,0,104.284,9.69Zm26.555,10.274a2.139,2.139,0,1,1,2.145-2.146,2.125,2.125,0,0,1-2.145,2.146Zm.012-4.066a1.926,1.926,0,1,0,1.908,1.92,1.907,1.907,0,0,0-1.908-1.92Zm.473,2.139.6.845h-.51l-.543-.775h-.466v.775h-.426V16.643h1c.522,0,.864.266.864.714a.665.665,0,0,1-.517.68Zm-.361-1.01h-.555v.708h.555c.276,0,.442-.136.442-.354S131.239,17.028,130.963,17.028Z' transform='translate(-47.369 -1.092)' fill='%23414548'/%3E %3Cpath id='Spotify_logo_with_text-2' data-name='Spotify_logo_with_text' d='M21.344.277a21.09,21.09,0,1,0,21.091,21.09A21.091,21.091,0,0,0,21.344.277h0ZM31.016,30.7a1.314,1.314,0,0,1-1.808.436c-4.952-3.025-11.186-3.71-18.527-2.032a1.315,1.315,0,0,1-.585-2.564C18.129,24.7,25.021,25.49,30.58,28.887A1.315,1.315,0,0,1,31.016,30.7ZM33.6,24.953a1.644,1.644,0,0,1-2.262.542C25.666,22.01,17.025,21,10.319,23.036a1.644,1.644,0,1,1-.956-3.146c7.659-2.324,17.182-1.2,23.692,2.8a1.644,1.644,0,0,1,.541,2.261Zm.222-5.98c-6.8-4.037-18.012-4.409-24.5-2.439a1.973,1.973,0,1,1-1.145-3.775c7.45-2.262,19.835-1.825,27.661,2.821a1.972,1.972,0,1,1-2.012,3.393Z' transform='translate(89.146 -0.277)' fill='%231ed760'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .apple-podcasts-signup-btn {
  width: 38.28125vw;
  height: 9.375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='245' height='61' viewBox='0 0 245 61'%3E %3Cdefs%3E %3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f452ff'/%3E %3Cstop offset='1' stop-color='%23832bc1'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='apple_640' data-name='apple 640' transform='translate(-189 -1029)'%3E %3Crect id='Rectangle_11415' data-name='Rectangle 11415' width='245' height='61' rx='7' transform='translate(189 1029)' fill='%23ebeced'/%3E %3Cg id='Group_534' data-name='Group 534' transform='translate(204.023 1039.646)'%3E %3Ctext id='Apple_Podcasts' data-name='Apple Podcasts' transform='translate(-0.023 28.354)' fill='%233d4144' font-size='25' font-family='SegoeUI, Segoe UI' letter-spacing='0.008em'%3E%3Ctspan x='0' y='0'%3EApple Podcasts%3C/tspan%3E%3C/text%3E %3Cg id='XMLID_632_' transform='translate(175.221)'%3E %3Cpath id='XMLID_662_' d='M39.263,34.71A8.439,8.439,0,0,1,36.7,38.075a8.572,8.572,0,0,1-2.817,1.469,17.219,17.219,0,0,1-4.846.507H11.014a17.791,17.791,0,0,1-4.846-.507,8.328,8.328,0,0,1-2.817-1.469A8.473,8.473,0,0,1,.788,34.71,15.867,15.867,0,0,1,0,29.037H0V11.014H0A15.867,15.867,0,0,1,.788,5.34,8.439,8.439,0,0,1,3.351,1.976,8.572,8.572,0,0,1,6.168.507,17.79,17.79,0,0,1,11.014,0H29.037a17.79,17.79,0,0,1,4.846.507A8.328,8.328,0,0,1,36.7,1.976,8.473,8.473,0,0,1,39.263,5.34a15.608,15.608,0,0,1,.788,5.674V29.037A15.867,15.867,0,0,1,39.263,34.71Z' transform='translate(0 0)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E %3Cg id='Group_532' data-name='Group 532' transform='translate(5.94 4.432)'%3E %3Cpath id='XMLID_657_' d='M130.811,166.889a1.783,1.783,0,0,0-.534-1.148,4.032,4.032,0,0,0-2.9-1.041,3.975,3.975,0,0,0-2.9,1.041,1.885,1.885,0,0,0-.534,1.148,14.813,14.813,0,0,0,.067,3.03c.107,1.228.307,2.87.561,4.526a18.041,18.041,0,0,0,.467,2.283,2.66,2.66,0,0,0,4.673,0,18.036,18.036,0,0,0,.467-2.283c.254-1.669.454-3.3.561-4.526A13.915,13.915,0,0,0,130.811,166.889Z' transform='translate(-113.294 -147.144)' fill='%23fff'/%3E %3Cpath id='XMLID_655_' d='M131.968,108.784a3.284,3.284,0,1,1-3.284-3.284A3.282,3.282,0,0,1,131.968,108.784Z' transform='translate(-114.598 -95.848)' fill='%23fff'/%3E %3Cpath id='XMLID_653_' d='M58.537,33.2a14.087,14.087,0,0,0-4.619,27.381.191.191,0,0,0,.254-.2c-.067-.481-.147-.961-.2-1.442a.529.529,0,0,0-.28-.387,12.282,12.282,0,1,1,9.8,0,.453.453,0,0,0-.28.387l-.2,1.442a.184.184,0,0,0,.254.2A14.088,14.088,0,0,0,58.537,33.2Z' transform='translate(-44.491 -33.2)' fill='%23fff'/%3E %3Cpath id='XMLID_651_' d='M88.46,68.151a9.431,9.431,0,0,0-4.94,17.222.193.193,0,0,0,.294-.16A13.1,13.1,0,0,1,83.8,83.6a.544.544,0,0,0-.187-.454,7.63,7.63,0,1,1,10.426,0,.636.636,0,0,0-.187.454c.027.521.013,1.028-.013,1.6a.185.185,0,0,0,.294.16A9.423,9.423,0,0,0,88.46,68.151Z' transform='translate(-74.735 -63.478)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .google-podcasts-signup-btn {
  width: 34.375vw;
  height: 6.5625vw;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260.38 49.66' xmlns='http://www.w3.org/2000/svg' width='260.38' height='49.66'%3E %3Cdefs%3E %3Cstyle%3E.cls-1 %7Bfill: %23fab908;%7D.cls-2 %7Bfill: %230066d9;%7D.cls-3 %7Bfill: %234285f4;%7D.cls-4 %7Bfill: %23ea4335;%7D.cls-5 %7Bfill: %2334a853;%7D.cls-6 %7Bfill: %233c4043;%7D%3C/style%3E %3C/defs%3E %3Cg data-name='Layer 2' id='Layer_2'%3E %3Cg data-name='Layer 1' id='Layer_1-2'%3E %3Cg data-name='logo Podcasts 192px' id='_logo_Podcasts_192px'%3E %3Cpolygon points='232.45 15.8 232.45 23.33 232.45 26.34 232.45 33.86 238.65 33.86 238.65 26.34 238.65 23.33 238.65 15.8 232.45 15.8' class='cls-1' id='Shape'%3E%3C/polygon%3E %3Ccircle r='3.1' cy='23.14' cx='213.82' class='cls-2' id='Oval'%3E%3C/circle%3E %3Ccircle r='3.1' cy='26.52' cx='213.82' class='cls-2' data-name='Oval' id='Oval-2'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='210.72' class='cls-2' id='Rectangle-path'%3E%3C/rect%3E %3Ccircle r='3.1' cy='26.52' cx='257.28' class='cls-3' data-name='Oval' id='Oval-3'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.14' cx='257.28' class='cls-3' data-name='Oval' id='Oval-4'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='254.17' class='cls-3' data-name='Rectangle-path' id='Rectangle-path-2'%3E%3C/rect%3E %3Ccircle r='3.1' cy='33.3' cx='224.55' class='cls-4' data-name='Oval' id='Oval-5'%3E%3C/circle%3E %3Ccircle r='3.1' cy='36.68' cx='224.55' class='cls-4' data-name='Oval' id='Oval-6'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='33.3' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-3'%3E%3C/rect%3E %3Ccircle r='3.1' cy='12.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-7'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-8'%3E%3C/circle%3E %3Crect height='11.08' width='6.21' y='12.98' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-4'%3E%3C/rect%3E %3Ccircle r='3.1' cy='16.37' cx='246.56' class='cls-5' data-name='Oval' id='Oval-9'%3E%3C/circle%3E %3Ccircle r='3.1' cy='12.98' cx='246.56' class='cls-5' data-name='Oval' id='Oval-10'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='12.98' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-5'%3E%3C/rect%3E %3Ccircle r='3.1' cy='6.49' cx='235.55' class='cls-1' data-name='Oval' id='Oval-11'%3E%3C/circle%3E %3Ccircle r='3.1' cy='3.1' cx='235.55' class='cls-1' data-name='Oval' id='Oval-12'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='3.1' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-6'%3E%3C/rect%3E %3Ccircle r='3.1' cy='46.56' cx='235.55' class='cls-1' data-name='Oval' id='Oval-13'%3E%3C/circle%3E %3Ccircle r='3.1' cy='43.17' cx='235.55' class='cls-1' data-name='Oval' id='Oval-14'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='43.17' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-7'%3E%3C/rect%3E %3Ccircle r='3.1' cy='36.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-15'%3E%3C/circle%3E %3Ccircle r='3.1' cy='25.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-16'%3E%3C/circle%3E %3Crect height='11' width='6.21' y='25.68' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-8'%3E%3C/rect%3E %3Ccircle r='3.1' cy='15.8' cx='235.55' class='cls-1' data-name='Oval' id='Oval-17'%3E%3C/circle%3E %3Ccircle r='3.1' cy='33.86' cx='235.55' class='cls-1' data-name='Oval' id='Oval-18'%3E%3C/circle%3E %3C/g%3E %3Cg id='wordmark'%3E %3Cpath d='M98.28,37.69H95.76V18.5h6.69a6.31,6.31,0,0,1,4.32,1.62,5.49,5.49,0,0,1,0,8.17,6.31,6.31,0,0,1-4.32,1.62H98.28Zm0-10.13h4.22a3.29,3.29,0,0,0,2.55-1,3.25,3.25,0,0,0,0-4.61,3.28,3.28,0,0,0-2.55-1H98.28Zm12.4-1.42a7.15,7.15,0,0,1,9.92,0,6.87,6.87,0,0,1,2,5,6.87,6.87,0,0,1-2,5,7.15,7.15,0,0,1-9.92,0,6.87,6.87,0,0,1-2-5A6.81,6.81,0,0,1,110.68,26.14Zm1.86,8.44a4.28,4.28,0,0,0,3.1,1.28,4.2,4.2,0,0,0,3.08-1.3,4.62,4.62,0,0,0,1.3-3.44,4.62,4.62,0,0,0-1.3-3.44,4.3,4.3,0,0,0-6.16,0,4.63,4.63,0,0,0-1.31,3.44A4.73,4.73,0,0,0,112.54,34.58Zm17.61,3.54a6,6,0,0,1-4.5-2,7,7,0,0,1-1.89-5,7,7,0,0,1,1.89-5,6,6,0,0,1,4.5-2,5.78,5.78,0,0,1,2.75.64,4.58,4.58,0,0,1,1.82,1.61h.11l-.11-1.83V18.5h2.52V37.69h-2.41V35.86h-.11a4.58,4.58,0,0,1-1.82,1.61A5.79,5.79,0,0,1,130.15,38.12Zm.41-2.26a4.07,4.07,0,0,0,3-1.28,4.76,4.76,0,0,0,1.24-3.46,4.76,4.76,0,0,0-1.24-3.46,4.11,4.11,0,0,0-3-1.28,4.05,4.05,0,0,0-3,1.3,4.72,4.72,0,0,0-1.26,3.44,4.72,4.72,0,0,0,1.26,3.44A4.05,4.05,0,0,0,130.56,35.86ZM146,38.12a6.66,6.66,0,0,1-5-2,6.9,6.9,0,0,1-1.94-5,6.9,6.9,0,0,1,1.94-5,6.65,6.65,0,0,1,5-2,6.13,6.13,0,0,1,3.72,1.07,6.26,6.26,0,0,1,2.17,2.7l-2.3.94a3.77,3.77,0,0,0-3.76-2.46,4,4,0,0,0-3,1.34,4.76,4.76,0,0,0-1.27,3.4,4.76,4.76,0,0,0,1.27,3.4,4,4,0,0,0,3,1.34,3.89,3.89,0,0,0,3.89-2.46l2.25.94a6.25,6.25,0,0,1-6,3.78Zm11.95,0a5.4,5.4,0,0,1-3.57-1.21,4,4,0,0,1-1.44-3.19,3.89,3.89,0,0,1,1.7-3.36,7,7,0,0,1,4.19-1.22,7.45,7.45,0,0,1,3.65.8v-.37a2.89,2.89,0,0,0-1-2.32,3.69,3.69,0,0,0-2.49-.87,3.93,3.93,0,0,0-2,.51,2.66,2.66,0,0,0-1.22,1.39l-2.3-1a5.16,5.16,0,0,1,1.83-2.18,6,6,0,0,1,3.62-1,6.3,6.3,0,0,1,4.28,1.47,5.21,5.21,0,0,1,1.7,4.15v7.94h-2.41V35.86h-.11A5,5,0,0,1,158,38.12Zm.41-2.26a4.18,4.18,0,0,0,2.84-1.13,3.52,3.52,0,0,0,1.28-2.7,5.1,5.1,0,0,0-3.21-.86,4.22,4.22,0,0,0-2.77.78,2.33,2.33,0,0,0-.93,1.82,1.73,1.73,0,0,0,.85,1.53A3.39,3.39,0,0,0,158.36,35.86Zm13.91,2.26A6.12,6.12,0,0,1,168.55,37a6.37,6.37,0,0,1-2.15-2.68l2.25-.91a3.71,3.71,0,0,0,3.65,2.47,3.38,3.38,0,0,0,1.93-.51,1.56,1.56,0,0,0,.75-1.34q0-1.29-1.83-1.74l-2.72-.65A6.44,6.44,0,0,1,168,30.46,2.91,2.91,0,0,1,166.84,28a3.31,3.31,0,0,1,1.58-2.83,6.46,6.46,0,0,1,3.74-1.08,6.31,6.31,0,0,1,3.18.79,4.46,4.46,0,0,1,2,2.26l-2.19.89a3,3,0,0,0-3.07-1.75,3.58,3.58,0,0,0-1.89.46,1.36,1.36,0,0,0-.77,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.48,3.48,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,172.27,38.12Zm12.83-.22a4.37,4.37,0,0,1-3.22-1.1,4.18,4.18,0,0,1-1.11-3.11V26.81h-2.35V24.55h2.35v-4h2.52v4h3.29v2.26h-3.29v6.7c0,1.43.61,2.14,1.81,2.14a2.78,2.78,0,0,0,1.15-.21l.88,2.11A5.06,5.06,0,0,1,185.1,37.9Zm8.84.22A6.12,6.12,0,0,1,190.22,37a6.3,6.3,0,0,1-2.15-2.68l2.25-.91A3.71,3.71,0,0,0,194,35.92a3.41,3.41,0,0,0,1.94-.51,1.56,1.56,0,0,0,.75-1.34c0-.86-.61-1.44-1.84-1.74l-2.71-.65a6.44,6.44,0,0,1-2.44-1.22A2.88,2.88,0,0,1,188.51,28a3.28,3.28,0,0,1,1.58-2.83,6.44,6.44,0,0,1,3.74-1.08,6.36,6.36,0,0,1,3.18.79,4.5,4.5,0,0,1,2,2.26l-2.2.89a3,3,0,0,0-3.07-1.75,3.6,3.6,0,0,0-1.89.46,1.37,1.37,0,0,0-.76,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.53,3.53,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,193.94,38.12Z' class='cls-6' id='Podcasts'%3E%3C/path%3E %3Cpath d='M0,27.11a11.26,11.26,0,0,1,11.41-11,10.84,10.84,0,0,1,7.71,3l-2.18,2.11a7.88,7.88,0,0,0-5.53-2.16,8,8,0,1,0,0,16,7.59,7.59,0,0,0,5.68-2.2,6.19,6.19,0,0,0,1.67-3.77H11.41v-3H21.76A10.32,10.32,0,0,1,21.93,28a9.7,9.7,0,0,1-2.66,7,10.47,10.47,0,0,1-7.86,3.07A11.26,11.26,0,0,1,0,27.11Zm30.17-3a7.08,7.08,0,1,1,0,14.15,7.08,7.08,0,1,1,0-14.15Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.15,4.15,0,0,0,30.17,35.43ZM46,24.08a7.08,7.08,0,1,1-7.26,7.07A7,7,0,0,1,46,24.08Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.14,4.14,0,0,0,46,35.43ZM65.46,24.31h3V37c0,5.23-3.15,7.37-6.87,7.37A6.9,6.9,0,0,1,55.2,40.2L58,39.07a4,4,0,0,0,3.64,2.51c2.38,0,3.86-1.44,3.86-4.14v-1h-.11A5,5,0,0,1,61.54,38a7.08,7.08,0,0,1,0-14.15,5,5,0,0,1,3.81,1.59h.11ZM61.82,35.24A4,4,0,0,0,65.67,31a4,4,0,0,0-3.85-4.32,4.13,4.13,0,0,0-4,4.32A4.11,4.11,0,0,0,61.82,35.24Zm8.84,2.51V17h3.17V37.75Zm11.89-2.32a4.19,4.19,0,0,0,3.57-2l2.46,1.61a7.27,7.27,0,0,1-6,3.14,7,7,0,0,1-7.18-7.08,6.8,6.8,0,0,1,6.83-7.07,6.68,6.68,0,0,1,6.19,4.5l.32.79L79,33.29A3.73,3.73,0,0,0,82.55,35.43Zm-.24-8.63a3.91,3.91,0,0,0-3.79,4.12L85,28.31A2.78,2.78,0,0,0,82.31,26.8Z' class='cls-6' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.signup-for-podcast .signup-for-podcast-buttons .youtube-podcasts-signup-btn {
  width: 23.4375vw;
  height: 9.375vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='159' height='61' viewBox='0 0 159 61'%3E %3Cg id='_640' data-name='640' transform='translate(-14 -1029)'%3E %3Crect id='Rectangle_11414' data-name='Rectangle 11414' width='159' height='61' rx='7' transform='translate(14 1029)' fill='%23ebeced'/%3E %3Cg id='Group_567' data-name='Group 567' transform='translate(-3076.92 570.033)'%3E %3Cg id='Group_564' data-name='Group 564' transform='translate(3108.313 478.387)'%3E %3Cpath id='Path_1843' data-name='Path 1843' d='M3124.323,624.366l-2.139,10.645-2.216-10.645h-3.655l4.044,14.357v6.906h3.5V638.8l4.2-14.434Z' transform='translate(-3116.313 -623.493)' fill='%23282828'/%3E %3Cpath id='Path_1844' data-name='Path 1844' d='M3679.177,905.839c-4.617,0-4.86,3.614-4.86,8.071s.117,8.071,4.86,8.071,4.859-3.614,4.859-8.071S3683.794,905.839,3679.177,905.839Zm0,13.794c-1.652,0-1.288-2.562-1.288-5.723s-.287-5.723,1.288-5.723,1.336,2.562,1.336,5.723S3680.83,919.633,3679.177,919.633Z' transform='translate(-3663.625 -899.573)' fill='%23282828'/%3E %3Cpath id='Path_1845' data-name='Path 1845' d='M4280.981,934.416a1.629,1.629,0,0,1-1.563.994c-.963,0-.963-1.227-.963-1.227V922.038h-3.538v12.145s-.1,3.686,3.032,3.686a3.763,3.763,0,0,0,3.387-2.008l.423,1.737h2.684v-15.56h-3.461Z' transform='translate(-4252.715 -915.461)' fill='%23282828'/%3E %3Cpath id='Path_1846' data-name='Path 1846' d='M5222.487,934.416a1.632,1.632,0,0,1-1.564.994c-.963,0-.963-1.227-.963-1.227V922.038h-3.538v12.145s-.1,3.686,3.032,3.686a3.76,3.76,0,0,0,3.386-2.008l.425,1.737h2.684v-15.56h-3.461Z' transform='translate(-5176.181 -915.461)' fill='%23282828'/%3E %3Cpath id='Path_1847' data-name='Path 1847' d='M4739.912,623.188v-2.871h-10.459v2.871h3.422V641.7h3.616V623.188Z' transform='translate(-4698.543 -619.521)' fill='%23282828'/%3E %3Cpath id='Path_1848' data-name='Path 1848' d='M5829.948,585.072a4,4,0,0,0-3.423,2.013v-8.279h-3.382v22.175h2.926l.371-1.482a3.559,3.559,0,0,0,3.042,1.715c3.265,0,3.537-3.647,3.537-7.605S5832.98,585.072,5829.948,585.072Zm-.5,5.251v5.3c0,2.057-.468,3.085-1.479,3.085a1.665,1.665,0,0,1-1.439-.854v-8.8c.3-.741.794-1.466,1.557-1.466C5829.637,587.595,5829.443,590.324,5829.443,590.324Z' transform='translate(-5771.276 -578.806)' fill='%23282828'/%3E %3Cpath id='Path_1849' data-name='Path 1849' d='M6421.854,916.977c-.042,1.6-.291,2.656-1.353,2.656-1.448,0-1.348-1.966-1.3-4.579h5.822c0-.374,0-.756,0-1.145,0-4.457.1-8.071-4.519-8.071s-4.861,3.614-4.861,8.071.117,8.071,4.861,8.071c3.507,0,4.3-1.977,4.472-4.81l-3.119-.194Zm-1.353-8.79c1.436,0,1.363,2.131,1.34,4.9h-2.634C6419.178,910.318,6419.066,908.187,6420.5,908.187Z' transform='translate(-6352.42 -899.573)' fill='%23282828'/%3E %3C/g%3E %3Cg id='Group_565' data-name='Group 565' transform='translate(3184.507 471.967)'%3E %3Cpath id='Path_1850' data-name='Path 1850' d='M802.15,545.55c-2.312-.018-4.377-.031-6.441-.083-1.238-.031-2.477-.067-3.714-.119q-2.018-.084-4.036-.2c-1.357-.083-2.713-.194-4.064-.359a16.646,16.646,0,0,1-1.823-.292,6.207,6.207,0,0,1-3.323-2.027,6.485,6.485,0,0,1-1.455-3.017q-.313-1.531-.5-3.082c-.188-1.586-.3-3.177-.371-4.773-.09-1.961-.093-3.923-.057-5.885q.033-1.816.159-3.629c.112-1.64.266-3.276.527-4.9a11.715,11.715,0,0,1,.442-2.08,6.293,6.293,0,0,1,4.323-4.111,9.991,9.991,0,0,1,1.416-.26c.883-.134,1.771-.232,2.66-.314.755-.069,1.511-.121,2.267-.177,1.134-.083,2.27-.137,3.406-.187q1.228-.054,2.456-.088c3.8-.11,7.595-.117,11.393-.078q2.7.028,5.4.121,1.938.067,3.875.162c1.21.06,2.419.134,3.626.242a23.981,23.981,0,0,1,2.858.361,6.465,6.465,0,0,1,4.755,3.654,7.858,7.858,0,0,1,.554,1.819c.26,1.245.44,2.5.576,3.767s.224,2.533.287,3.8c.1,1.927.1,3.855.061,5.783-.027,1.346-.1,2.691-.2,4.033-.1,1.241-.225,2.478-.4,3.71a25.587,25.587,0,0,1-.46,2.554,6.175,6.175,0,0,1-2.091,3.305,6.359,6.359,0,0,1-2.984,1.386c-1.039.191-2.086.316-3.138.414-1.375.129-2.752.218-4.131.287-1.406.071-2.813.12-4.221.162C807.155,545.527,804.529,545.538,802.15,545.55Z' transform='translate(-776.349 -509.864)' fill='%23fe0000'/%3E %3Cpath id='Path_1851' data-name='Path 1851' d='M1530.948,898.185V882.9c4.447,2.546,8.872,5.085,13.333,7.641Z' transform='translate(-1510.349 -872.719)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  .signup-for-podcast .signup-for-podcast-title-rpf {
    color: #fff;
  }
  .signup-for-podcast .signup-for-podcast-buttons .spotify-signup-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164' height='61' viewBox='0 0 164 61'%3E %3Cg id='spotify_640_dark' data-name='spotify 640 dark' transform='translate(-457 -1029)'%3E %3Crect id='Rectangle_11416' data-name='Rectangle 11416' width='164' height='61' rx='7' transform='translate(457 1029)' fill='%232b2b2b'/%3E %3Cg id='Group_533' data-name='Group 533' transform='translate(473 1037.516)'%3E %3Cpath id='Spotify_logo_with_text' d='M21.344.277a21.09,21.09,0,1,0,21.091,21.09A21.091,21.091,0,0,0,21.344.277h0ZM31.016,30.7a1.314,1.314,0,0,1-1.808.436c-4.952-3.025-11.186-3.71-18.527-2.032a1.315,1.315,0,0,1-.585-2.564C18.129,24.7,25.021,25.49,30.58,28.887A1.315,1.315,0,0,1,31.016,30.7ZM33.6,24.953a1.644,1.644,0,0,1-2.262.542C25.666,22.01,17.025,21,10.319,23.036a1.644,1.644,0,1,1-.956-3.146c7.659-2.324,17.182-1.2,23.692,2.8a1.644,1.644,0,0,1,.541,2.261Zm.222-5.98c-6.8-4.037-18.012-4.409-24.5-2.439a1.973,1.973,0,1,1-1.145-3.775c7.45-2.262,19.835-1.825,27.661,2.821a1.972,1.972,0,1,1-2.012,3.393Z' transform='translate(89.146 -0.277)' fill='%231ed760'/%3E %3Cpath id='Spotify_logo_with_text-2' data-name='Spotify_logo_with_text' d='M55.747,18.955c-3.453-.823-4.067-1.4-4.067-2.616,0-1.147,1.079-1.919,2.686-1.919a7.848,7.848,0,0,1,4.719,1.793.228.228,0,0,0,.32-.051l1.686-2.377a.227.227,0,0,0-.043-.308,10.2,10.2,0,0,0-6.631-2.3c-3.728,0-6.333,2.237-6.333,5.438,0,3.433,2.247,4.648,6.13,5.586,3.3.761,3.861,1.4,3.861,2.538,0,1.263-1.127,2.049-2.942,2.049a7.942,7.942,0,0,1-5.5-2.271.234.234,0,0,0-.165-.055.224.224,0,0,0-.155.079L47.422,26.8a.227.227,0,0,0,.021.315,11.269,11.269,0,0,0,7.613,2.918c4.017,0,6.612-2.195,6.612-5.593.007-2.867-1.71-4.455-5.915-5.478Zm15.011-3.405a5.423,5.423,0,0,0-4.349,2.091V16.059a.226.226,0,0,0-.224-.227H63.092a.226.226,0,0,0-.224.227V33.635a.226.226,0,0,0,.224.227h3.092a.226.226,0,0,0,.224-.227V28.087a5.563,5.563,0,0,0,4.349,1.968c3.236,0,6.512-2.491,6.512-7.252S74,15.549,70.76,15.549h0ZM73.673,22.8c0,2.424-1.492,4.117-3.632,4.117A3.842,3.842,0,0,1,66.333,22.8a3.842,3.842,0,0,1,3.709-4.116c2.1,0,3.632,1.731,3.632,4.116Zm11.99-7.254A7.268,7.268,0,1,0,93.069,22.8a7.291,7.291,0,0,0-7.405-7.254Zm0,11.394A3.933,3.933,0,0,1,81.776,22.8a3.84,3.84,0,0,1,3.838-4.092,3.943,3.943,0,0,1,3.911,4.143A3.849,3.849,0,0,1,85.664,26.943Zm16.3-11.111h-3.4V12.354a.226.226,0,0,0-.224-.226H95.247a.228.228,0,0,0-.227.226v3.478H93.534a.226.226,0,0,0-.224.227v2.657a.226.226,0,0,0,.224.227H95.02v6.876C95.02,28.6,96.4,30,99.132,30a5.632,5.632,0,0,0,2.894-.721.221.221,0,0,0,.115-.2V26.557a.225.225,0,0,0-.107-.191.219.219,0,0,0-.22-.01,3.9,3.9,0,0,1-1.815.437c-.991,0-1.435-.451-1.435-1.459v-6.39h3.4a.226.226,0,0,0,.224-.227V16.06a.219.219,0,0,0-.222-.227h0Zm11.854.014v-.427c0-1.257.482-1.817,1.562-1.817a5.224,5.224,0,0,1,1.743.321.225.225,0,0,0,.3-.215V11.1a.224.224,0,0,0-.16-.217,8.47,8.47,0,0,0-2.569-.369c-2.854,0-4.365,1.608-4.365,4.649v.654h-1.485a.228.228,0,0,0-.227.226v2.671a.228.228,0,0,0,.227.227h1.485v10.6a.227.227,0,0,0,.227.227h3.09a.225.225,0,0,0,.227-.227v-10.6h2.887l4.423,10.6c-.5,1.113-1,1.335-1.669,1.335a3.549,3.549,0,0,1-1.705-.485.246.246,0,0,0-.179-.017.225.225,0,0,0-.134.122l-1.048,2.3a.226.226,0,0,0,.1.294,6.506,6.506,0,0,0,3.3.845c2.283,0,3.546-1.065,4.657-3.926l5.363-13.859a.226.226,0,0,0-.208-.309h-3.219a.226.226,0,0,0-.215.152l-3.3,9.417-3.611-9.423a.225.225,0,0,0-.21-.146H113.82Zm-6.873-.014h-3.092a.228.228,0,0,0-.227.227V29.546a.227.227,0,0,0,.227.227h3.092a.227.227,0,0,0,.227-.227V16.06a.226.226,0,0,0-.227-.227h0ZM105.419,9.69a2.217,2.217,0,1,0,2.216,2.216A2.217,2.217,0,0,0,105.419,9.69ZM132.5,20.169a2.182,2.182,0,1,1,2.187-2.188,2.168,2.168,0,0,1-2.187,2.188Zm.012-4.147a1.965,1.965,0,1,0,1.946,1.958,1.945,1.945,0,0,0-1.946-1.958ZM133,18.2l.616.862h-.521l-.554-.79h-.475v.79h-.435V16.782h1.017c.532,0,.881.272.881.729A.678.678,0,0,1,133,18.2Zm-.368-1.03h-.566V17.9h.566c.282,0,.451-.138.451-.362S132.912,17.174,132.63,17.174Z' transform='translate(-49.077 -1.566)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
  .signup-for-podcast .signup-for-podcast-buttons .apple-podcasts-signup-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='245' height='61' viewBox='0 0 245 61'%3E %3Cdefs%3E %3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f452ff'/%3E %3Cstop offset='1' stop-color='%23832bc1'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='apple_640_dark' data-name='apple 640 dark' transform='translate(-189 -1029)'%3E %3Crect id='Rectangle_11415' data-name='Rectangle 11415' width='245' height='61' rx='7' transform='translate(189 1029)' fill='%232b2b2b'/%3E %3Cg id='Group_534' data-name='Group 534' transform='translate(204.023 1039.646)'%3E %3Ctext id='Apple_Podcasts' data-name='Apple Podcasts' transform='translate(-0.023 28.354)' fill='%23fff' font-size='25' font-family='SegoeUI, Segoe UI' letter-spacing='0.008em'%3E%3Ctspan x='0' y='0'%3EApple Podcasts%3C/tspan%3E%3C/text%3E %3Cg id='XMLID_632_' transform='translate(175.221)'%3E %3Cpath id='XMLID_662_' d='M39.263,34.71A8.439,8.439,0,0,1,36.7,38.075a8.572,8.572,0,0,1-2.817,1.469,17.219,17.219,0,0,1-4.846.507H11.014a17.791,17.791,0,0,1-4.846-.507,8.328,8.328,0,0,1-2.817-1.469A8.473,8.473,0,0,1,.788,34.71,15.867,15.867,0,0,1,0,29.037H0V11.014H0A15.867,15.867,0,0,1,.788,5.34,8.439,8.439,0,0,1,3.351,1.976,8.572,8.572,0,0,1,6.168.507,17.79,17.79,0,0,1,11.014,0H29.037a17.79,17.79,0,0,1,4.846.507A8.328,8.328,0,0,1,36.7,1.976,8.473,8.473,0,0,1,39.263,5.34a15.608,15.608,0,0,1,.788,5.674V29.037A15.867,15.867,0,0,1,39.263,34.71Z' transform='translate(0 0)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E %3Cg id='Group_532' data-name='Group 532' transform='translate(5.94 4.432)'%3E %3Cpath id='XMLID_657_' d='M130.811,166.889a1.783,1.783,0,0,0-.534-1.148,4.032,4.032,0,0,0-2.9-1.041,3.975,3.975,0,0,0-2.9,1.041,1.885,1.885,0,0,0-.534,1.148,14.813,14.813,0,0,0,.067,3.03c.107,1.228.307,2.87.561,4.526a18.041,18.041,0,0,0,.467,2.283,2.66,2.66,0,0,0,4.673,0,18.036,18.036,0,0,0,.467-2.283c.254-1.669.454-3.3.561-4.526A13.915,13.915,0,0,0,130.811,166.889Z' transform='translate(-113.294 -147.144)' fill='%23fff'/%3E %3Cpath id='XMLID_655_' d='M131.968,108.784a3.284,3.284,0,1,1-3.284-3.284A3.282,3.282,0,0,1,131.968,108.784Z' transform='translate(-114.598 -95.848)' fill='%23fff'/%3E %3Cpath id='XMLID_653_' d='M58.537,33.2a14.087,14.087,0,0,0-4.619,27.381.191.191,0,0,0,.254-.2c-.067-.481-.147-.961-.2-1.442a.529.529,0,0,0-.28-.387,12.282,12.282,0,1,1,9.8,0,.453.453,0,0,0-.28.387l-.2,1.442a.184.184,0,0,0,.254.2A14.088,14.088,0,0,0,58.537,33.2Z' transform='translate(-44.491 -33.2)' fill='%23fff'/%3E %3Cpath id='XMLID_651_' d='M88.46,68.151a9.431,9.431,0,0,0-4.94,17.222.193.193,0,0,0,.294-.16A13.1,13.1,0,0,1,83.8,83.6a.544.544,0,0,0-.187-.454,7.63,7.63,0,1,1,10.426,0,.636.636,0,0,0-.187.454c.027.521.013,1.028-.013,1.6a.185.185,0,0,0,.294.16A9.423,9.423,0,0,0,88.46,68.151Z' transform='translate(-74.735 -63.478)' fill='%23fff'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
  .signup-for-podcast .signup-for-podcast-buttons .google-podcasts-signup-btn {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 260.38 49.66' xmlns='http://www.w3.org/2000/svg' width='260.38' height='49.66'%3E %3Cdefs%3E %3Cstyle%3E.cls-1 %7Bfill: %23fab908;%7D.cls-2 %7Bfill: %230066d9;%7D.cls-3 %7Bfill: %234285f4;%7D.cls-4 %7Bfill: %23ea4335;%7D.cls-5 %7Bfill: %2334a853;%7D.cls-6 %7Bfill: %23fff;%7D%3C/style%3E %3C/defs%3E %3Cg data-name='Layer 2' id='Layer_2'%3E %3Cg data-name='Layer 1' id='Layer_1-2'%3E %3Cg data-name='logo Podcasts 192px' id='_logo_Podcasts_192px'%3E %3Cpolygon points='232.45 15.8 232.45 23.33 232.45 26.34 232.45 33.86 238.65 33.86 238.65 26.34 238.65 23.33 238.65 15.8 232.45 15.8' class='cls-1' id='Shape'%3E%3C/polygon%3E %3Ccircle r='3.1' cy='23.14' cx='213.82' class='cls-2' id='Oval'%3E%3C/circle%3E %3Ccircle r='3.1' cy='26.52' cx='213.82' class='cls-2' data-name='Oval' id='Oval-2'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='210.72' class='cls-2' id='Rectangle-path'%3E%3C/rect%3E %3Ccircle r='3.1' cy='26.52' cx='257.28' class='cls-3' data-name='Oval' id='Oval-3'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.14' cx='257.28' class='cls-3' data-name='Oval' id='Oval-4'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='23.14' x='254.17' class='cls-3' data-name='Rectangle-path' id='Rectangle-path-2'%3E%3C/rect%3E %3Ccircle r='3.1' cy='33.3' cx='224.55' class='cls-4' data-name='Oval' id='Oval-5'%3E%3C/circle%3E %3Ccircle r='3.1' cy='36.68' cx='224.55' class='cls-4' data-name='Oval' id='Oval-6'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='33.3' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-3'%3E%3C/rect%3E %3Ccircle r='3.1' cy='12.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-7'%3E%3C/circle%3E %3Ccircle r='3.1' cy='23.98' cx='224.55' class='cls-4' data-name='Oval' id='Oval-8'%3E%3C/circle%3E %3Crect height='11.08' width='6.21' y='12.98' x='221.44' class='cls-4' data-name='Rectangle-path' id='Rectangle-path-4'%3E%3C/rect%3E %3Ccircle r='3.1' cy='16.37' cx='246.56' class='cls-5' data-name='Oval' id='Oval-9'%3E%3C/circle%3E %3Ccircle r='3.1' cy='12.98' cx='246.56' class='cls-5' data-name='Oval' id='Oval-10'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='12.98' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-5'%3E%3C/rect%3E %3Ccircle r='3.1' cy='6.49' cx='235.55' class='cls-1' data-name='Oval' id='Oval-11'%3E%3C/circle%3E %3Ccircle r='3.1' cy='3.1' cx='235.55' class='cls-1' data-name='Oval' id='Oval-12'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='3.1' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-6'%3E%3C/rect%3E %3Ccircle r='3.1' cy='46.56' cx='235.55' class='cls-1' data-name='Oval' id='Oval-13'%3E%3C/circle%3E %3Ccircle r='3.1' cy='43.17' cx='235.55' class='cls-1' data-name='Oval' id='Oval-14'%3E%3C/circle%3E %3Crect height='3.39' width='6.21' y='43.17' x='232.45' class='cls-1' data-name='Rectangle-path' id='Rectangle-path-7'%3E%3C/rect%3E %3Ccircle r='3.1' cy='36.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-15'%3E%3C/circle%3E %3Ccircle r='3.1' cy='25.68' cx='246.56' class='cls-5' data-name='Oval' id='Oval-16'%3E%3C/circle%3E %3Crect height='11' width='6.21' y='25.68' x='243.45' class='cls-5' data-name='Rectangle-path' id='Rectangle-path-8'%3E%3C/rect%3E %3Ccircle r='3.1' cy='15.8' cx='235.55' class='cls-1' data-name='Oval' id='Oval-17'%3E%3C/circle%3E %3Ccircle r='3.1' cy='33.86' cx='235.55' class='cls-1' data-name='Oval' id='Oval-18'%3E%3C/circle%3E %3C/g%3E %3Cg id='wordmark'%3E %3Cpath d='M98.28,37.69H95.76V18.5h6.69a6.31,6.31,0,0,1,4.32,1.62,5.49,5.49,0,0,1,0,8.17,6.31,6.31,0,0,1-4.32,1.62H98.28Zm0-10.13h4.22a3.29,3.29,0,0,0,2.55-1,3.25,3.25,0,0,0,0-4.61,3.28,3.28,0,0,0-2.55-1H98.28Zm12.4-1.42a7.15,7.15,0,0,1,9.92,0,6.87,6.87,0,0,1,2,5,6.87,6.87,0,0,1-2,5,7.15,7.15,0,0,1-9.92,0,6.87,6.87,0,0,1-2-5A6.81,6.81,0,0,1,110.68,26.14Zm1.86,8.44a4.28,4.28,0,0,0,3.1,1.28,4.2,4.2,0,0,0,3.08-1.3,4.62,4.62,0,0,0,1.3-3.44,4.62,4.62,0,0,0-1.3-3.44,4.3,4.3,0,0,0-6.16,0,4.63,4.63,0,0,0-1.31,3.44A4.73,4.73,0,0,0,112.54,34.58Zm17.61,3.54a6,6,0,0,1-4.5-2,7,7,0,0,1-1.89-5,7,7,0,0,1,1.89-5,6,6,0,0,1,4.5-2,5.78,5.78,0,0,1,2.75.64,4.58,4.58,0,0,1,1.82,1.61h.11l-.11-1.83V18.5h2.52V37.69h-2.41V35.86h-.11a4.58,4.58,0,0,1-1.82,1.61A5.79,5.79,0,0,1,130.15,38.12Zm.41-2.26a4.07,4.07,0,0,0,3-1.28,4.76,4.76,0,0,0,1.24-3.46,4.76,4.76,0,0,0-1.24-3.46,4.11,4.11,0,0,0-3-1.28,4.05,4.05,0,0,0-3,1.3,4.72,4.72,0,0,0-1.26,3.44,4.72,4.72,0,0,0,1.26,3.44A4.05,4.05,0,0,0,130.56,35.86ZM146,38.12a6.66,6.66,0,0,1-5-2,6.9,6.9,0,0,1-1.94-5,6.9,6.9,0,0,1,1.94-5,6.65,6.65,0,0,1,5-2,6.13,6.13,0,0,1,3.72,1.07,6.26,6.26,0,0,1,2.17,2.7l-2.3.94a3.77,3.77,0,0,0-3.76-2.46,4,4,0,0,0-3,1.34,4.76,4.76,0,0,0-1.27,3.4,4.76,4.76,0,0,0,1.27,3.4,4,4,0,0,0,3,1.34,3.89,3.89,0,0,0,3.89-2.46l2.25.94a6.25,6.25,0,0,1-6,3.78Zm11.95,0a5.4,5.4,0,0,1-3.57-1.21,4,4,0,0,1-1.44-3.19,3.89,3.89,0,0,1,1.7-3.36,7,7,0,0,1,4.19-1.22,7.45,7.45,0,0,1,3.65.8v-.37a2.89,2.89,0,0,0-1-2.32,3.69,3.69,0,0,0-2.49-.87,3.93,3.93,0,0,0-2,.51,2.66,2.66,0,0,0-1.22,1.39l-2.3-1a5.16,5.16,0,0,1,1.83-2.18,6,6,0,0,1,3.62-1,6.3,6.3,0,0,1,4.28,1.47,5.21,5.21,0,0,1,1.7,4.15v7.94h-2.41V35.86h-.11A5,5,0,0,1,158,38.12Zm.41-2.26a4.18,4.18,0,0,0,2.84-1.13,3.52,3.52,0,0,0,1.28-2.7,5.1,5.1,0,0,0-3.21-.86,4.22,4.22,0,0,0-2.77.78,2.33,2.33,0,0,0-.93,1.82,1.73,1.73,0,0,0,.85,1.53A3.39,3.39,0,0,0,158.36,35.86Zm13.91,2.26A6.12,6.12,0,0,1,168.55,37a6.37,6.37,0,0,1-2.15-2.68l2.25-.91a3.71,3.71,0,0,0,3.65,2.47,3.38,3.38,0,0,0,1.93-.51,1.56,1.56,0,0,0,.75-1.34q0-1.29-1.83-1.74l-2.72-.65A6.44,6.44,0,0,1,168,30.46,2.91,2.91,0,0,1,166.84,28a3.31,3.31,0,0,1,1.58-2.83,6.46,6.46,0,0,1,3.74-1.08,6.31,6.31,0,0,1,3.18.79,4.46,4.46,0,0,1,2,2.26l-2.19.89a3,3,0,0,0-3.07-1.75,3.58,3.58,0,0,0-1.89.46,1.36,1.36,0,0,0-.77,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.48,3.48,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,172.27,38.12Zm12.83-.22a4.37,4.37,0,0,1-3.22-1.1,4.18,4.18,0,0,1-1.11-3.11V26.81h-2.35V24.55h2.35v-4h2.52v4h3.29v2.26h-3.29v6.7c0,1.43.61,2.14,1.81,2.14a2.78,2.78,0,0,0,1.15-.21l.88,2.11A5.06,5.06,0,0,1,185.1,37.9Zm8.84.22A6.12,6.12,0,0,1,190.22,37a6.3,6.3,0,0,1-2.15-2.68l2.25-.91A3.71,3.71,0,0,0,194,35.92a3.41,3.41,0,0,0,1.94-.51,1.56,1.56,0,0,0,.75-1.34c0-.86-.61-1.44-1.84-1.74l-2.71-.65a6.44,6.44,0,0,1-2.44-1.22A2.88,2.88,0,0,1,188.51,28a3.28,3.28,0,0,1,1.58-2.83,6.44,6.44,0,0,1,3.74-1.08,6.36,6.36,0,0,1,3.18.79,4.5,4.5,0,0,1,2,2.26l-2.2.89a3,3,0,0,0-3.07-1.75,3.6,3.6,0,0,0-1.89.46,1.37,1.37,0,0,0-.76,1.23c0,.75.59,1.26,1.78,1.53l2.66.62a5,5,0,0,1,2.79,1.47,3.53,3.53,0,0,1,.91,2.36,3.65,3.65,0,0,1-1.48,2.95A6,6,0,0,1,193.94,38.12Z' class='cls-6' id='Podcasts'%3E%3C/path%3E %3Cpath d='M0,27.11a11.26,11.26,0,0,1,11.41-11,10.84,10.84,0,0,1,7.71,3l-2.18,2.11a7.88,7.88,0,0,0-5.53-2.16,8,8,0,1,0,0,16,7.59,7.59,0,0,0,5.68-2.2,6.19,6.19,0,0,0,1.67-3.77H11.41v-3H21.76A10.32,10.32,0,0,1,21.93,28a9.7,9.7,0,0,1-2.66,7,10.47,10.47,0,0,1-7.86,3.07A11.26,11.26,0,0,1,0,27.11Zm30.17-3a7.08,7.08,0,1,1,0,14.15,7.08,7.08,0,1,1,0-14.15Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.15,4.15,0,0,0,30.17,35.43ZM46,24.08a7.08,7.08,0,1,1-7.26,7.07A7,7,0,0,1,46,24.08Zm0,11.35a4.15,4.15,0,0,0,4.09-4.3,4.09,4.09,0,1,0-8.18,0A4.14,4.14,0,0,0,46,35.43ZM65.46,24.31h3V37c0,5.23-3.15,7.37-6.87,7.37A6.9,6.9,0,0,1,55.2,40.2L58,39.07a4,4,0,0,0,3.64,2.51c2.38,0,3.86-1.44,3.86-4.14v-1h-.11A5,5,0,0,1,61.54,38a7.08,7.08,0,0,1,0-14.15,5,5,0,0,1,3.81,1.59h.11ZM61.82,35.24A4,4,0,0,0,65.67,31a4,4,0,0,0-3.85-4.32,4.13,4.13,0,0,0-4,4.32A4.11,4.11,0,0,0,61.82,35.24Zm8.84,2.51V17h3.17V37.75Zm11.89-2.32a4.19,4.19,0,0,0,3.57-2l2.46,1.61a7.27,7.27,0,0,1-6,3.14,7,7,0,0,1-7.18-7.08,6.8,6.8,0,0,1,6.83-7.07,6.68,6.68,0,0,1,6.19,4.5l.32.79L79,33.29A3.73,3.73,0,0,0,82.55,35.43Zm-.24-8.63a3.91,3.91,0,0,0-3.79,4.12L85,28.31A2.78,2.78,0,0,0,82.31,26.8Z' class='cls-6' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
  .signup-for-podcast .signup-for-podcast-buttons .youtube-podcasts-signup-btn {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 159 61'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %232b2b2b; %7D .cls-1, .cls-2, .cls-3 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23ff4c41; %7D .cls-3 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='__x2021__xF8FF__x5F_1' data-name='˜_x2021__xF8FF__x5F_1'%3E %3Cg%3E %3Crect class='cls-1' y='0' width='159' height='61' rx='7' ry='7'/%3E %3Cg%3E %3Cg%3E %3Cpath class='cls-3' d='M43.16,25.25h3.07v15.75h-3.01v-1.65c-.29.27-.51.48-.73.68-.72.64-1.47,1.21-2.53,1.22-.96,0-1.69-.42-1.95-1.3-.19-.62-.3-1.28-.31-1.93-.05-4.18-.05-8.36-.07-12.53,0-.06.01-.12.02-.2h3.02c0,.13.02.26.02.39.02,4.01.04,8.03.05,12.04,0,.12,0,.23,0,.35.07.49.44.76.91.57.38-.16.71-.44,1.03-.7.42-.35.55-.79.54-1.34-.04-3.61-.04-7.21-.06-10.82,0-.16,0-.32,0-.52Z'/%3E %3Cpath class='cls-3' d='M27.15,19.97c-.55,1.74-1.08,3.43-1.62,5.11-.75,2.38-1.51,4.76-2.26,7.14-.06.18-.08.37-.08.55.01,2.6.03,5.2.05,7.81,0,.13,0,.25,0,.41h-3.2c0-.13,0-.26,0-.38-.01-2.61-.02-5.23-.05-7.84,0-.31-.1-.62-.2-.92-1.27-3.83-2.54-7.65-3.81-11.48-.04-.11-.07-.22-.12-.38,1.09,0,2.13,0,3.17.01.09,0,.23.18.26.29.5,1.7.98,3.4,1.46,5.1.26.89.51,1.79.84,2.69.16-.59.33-1.18.49-1.77.54-2,1.07-4,1.6-6,.06-.25.15-.34.44-.34.99.02,1.99,0,3.03,0Z'/%3E %3Cpath class='cls-3' d='M26.64,33.11c0-1.2-.04-2.4.02-3.6.02-.59.14-1.19.34-1.75.48-1.4,1.47-2.31,3.03-2.53,1.75-.25,3.31.08,4.4,1.55.55.74.77,1.61.84,2.51.06.77.07,1.54.08,2.31.01,1.68.03,3.36,0,5.04-.01.59-.1,1.19-.25,1.76-.47,1.73-2.09,2.88-4,2.9-1.92.02-3.63-1.12-4.12-2.86-.22-.78-.28-1.61-.32-2.42-.05-.97-.01-1.94-.01-2.9h0ZM32.34,33.26s-.03,0-.04,0c0-1.22,0-2.45,0-3.67,0-.32-.05-.66-.15-.96-.17-.55-.63-.83-1.22-.82-.59.01-1.02.32-1.17.88-.08.29-.12.6-.12.9,0,2.41.02,4.83.05,7.24,0,.35.06.7.16,1.03.17.55.63.84,1.22.83.55,0,1-.31,1.15-.86.09-.32.13-.67.13-1,.01-1.19,0-2.38,0-3.57Z'/%3E %3Cpath class='cls-3' d='M69.91,26.6c.63-.43,1.18-.93,1.84-1.25,1.64-.8,3.29-.08,3.71,1.62.22.9.35,1.84.37,2.77.05,2.32.03,4.64-.01,6.97-.02.86-.09,1.73-.29,2.57-.45,1.84-2.29,2.56-4.01,1.6-.58-.33-1.08-.79-1.63-1.2,0,.26,0,.56,0,.86-.01.61.07.55-.56.55-.65,0-1.3,0-1.95,0-.49,0-.49,0-.49-.46,0-3.7,0-7.4.01-11.1,0-3.06.01-6.11,0-9.17,0-.34.11-.43.46-.42.74.02,1.47.02,2.21,0,.3,0,.37.1.37.36-.01,1.94-.02,3.87-.02,5.81,0,.18,0,.36,0,.5ZM69.91,33.15s-.02,0-.03,0c0,1.41.03,2.82-.02,4.23-.02.56.23.84.7,1.05.14.06.29.12.44.16.72.19,1.25-.07,1.45-.75.1-.33.16-.69.16-1.03.02-2.48.02-4.97.01-7.45,0-.32-.07-.65-.16-.96-.14-.46-.45-.65-.96-.67-.49-.02-.9.18-1.29.43-.24.15-.33.34-.32.61.01,1.46,0,2.92,0,4.37Z'/%3E %3Cpath class='cls-3' d='M61.28,39.46c-.4.36-.73.67-1.09.97-.58.48-1.22.83-2,.87-1.25.07-2.11-.6-2.33-1.86-.1-.54-.15-1.09-.15-1.63-.01-4.01,0-8.03-.01-12.04,0-.33.07-.45.44-.44.77.02,1.55.02,2.32,0,.34-.01.43.1.43.42-.01,3.89,0,7.77,0,11.66,0,.21,0,.42,0,.63.03.5.33.71.84.61.69-.14,1.56-1.14,1.56-1.8,0-3.69,0-7.37,0-11.06,0-.45,0-.46.48-.46.77,0,1.55,0,2.32,0,.28,0,.39.06.39.35-.01,5.03-.02,10.06-.02,15.09,0,.25-.07.36-.35.35-.83-.01-1.67-.01-2.51,0-.26,0-.34-.09-.33-.33.01-.41,0-.83,0-1.3Z'/%3E %3Cpath class='cls-3' d='M83.69,35.52c1.04,0,2.01,0,2.97,0,.07,0,.21.11.21.17-.01,1.16.07,2.35-.54,3.42-.77,1.35-1.97,2.07-3.59,2.14-2.07.1-3.6-.72-4.43-2.35-.38-.76-.55-1.58-.55-2.41,0-2.32-.02-4.64.07-6.96.05-1.4.55-2.66,1.76-3.6,2.05-1.59,6.27-1.23,7.1,2.39.14.61.2,1.25.22,1.87.03,1,0,2.01,0,3.01,0,.46,0,.46-.48.47-1.66,0-3.32,0-4.97,0-.15,0-.29,0-.44,0-.03.05-.06.08-.06.1,0,1.17,0,2.33.04,3.5,0,.21.08.44.17.64.23.52.65.75,1.26.72.55-.03.98-.29,1.11-.81.11-.42.11-.87.14-1.31.02-.31,0-.63,0-1ZM83.74,31.27c-.04-.92-.04-1.8-.14-2.68-.07-.64-.49-.88-1.23-.88-.8,0-1.22.24-1.3.9-.09.81-.09,1.62-.1,2.44,0,.07.13.21.2.21.83.02,1.66,0,2.57,0Z'/%3E %3Cpath class='cls-3' d='M49.26,23.04c-.78,0-1.54,0-2.3,0-.36,0-.84.08-1.05-.1-.18-.16-.07-.63-.08-.97,0-.54.01-1.07,0-1.61-.01-.29.1-.35.38-.35,2.52,0,5.04-.01,7.55-.02.71,0,1.43,0,2.14-.01.29,0,.35.1.35.34-.01.78-.01,1.56,0,2.35,0,.28-.09.37-.38.36-.87-.01-1.74,0-2.62,0-.19,0-.39,0-.63,0,0,.26,0,.48,0,.7,0,5.61,0,11.23.01,16.84,0,.53,0,.53-.55.53-.76,0-1.52,0-2.28,0-.49,0-.5,0-.5-.49,0-3.14-.01-6.28-.01-9.42,0-2.58,0-5.16-.01-7.74,0-.13-.01-.25-.02-.41Z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='cls-2' d='M143.13,31.14c0-.58,0-1.17,0-1.75,0-1.25.02-2.55-.03-3.83-.02-.57-.05-1.1-.09-1.61-.2-2.59-.51-5.07-2.05-6.92-1.42-1.71-3.59-2.08-5.52-2.3-2.26-.25-4.62-.42-7.21-.52-4.88-.18-9.81-.08-14.59.03-2.46.05-5,.11-7.5.31-3.25.26-6.55.78-8.08,4.03-1.19,2.53-1.19,5.63-1.19,8.35,0,.33,0,.65,0,.96-.02,2.8-.02,5.33.08,7.88.14,3.45.33,8.17,4.39,9.81,2.13.86,4.74,1.03,6.64,1.15,1.72.11,3.46.13,5.14.14.53,0,1.06,0,1.59.02.79.01,1.59.02,2.38.02,2.86,0,5.72-.07,8.51-.13,1.06-.02,2.13-.05,3.19-.07h.27c3.2-.07,6.5-.13,9.62-1.19,2.93-.99,3.73-3.98,4.14-6.77.31-2.13.29-4.3.28-6.39,0-.41,0-.81,0-1.22Z'/%3E %3Cpath class='cls-3' d='M115.68,30.5v-6.88c0-.43.47-.71.85-.49l6.01,3.44,6.01,3.44c.38.22.38.76,0,.98l-6.01,3.44-6.01,3.44c-.38.22-.85-.05-.85-.49v-6.88Z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
}
.RadioNewsflashMobileWeb {
  height: 7.5vw;
  background-color: #DE1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.6875vw;
  margin: 4.6875vw 3.90625vw 3.125vw;
  cursor: pointer;
}
.RadioNewsflashMobileWeb .rnf-text {
  font-family: 'NarkisBlock';
  font-size: 5vw;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-inline-end: 6.25vw;
}
.font-moses .RadioNewsflashMobileWeb .rnf-text {
  font-family: 'Moses', 'NarkisBlock';
  font-size: 4.6875vw;
  font-weight: 670;
}
.RadioNewsflashMobileWeb .audio-headphones-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23fff'/%3E %3C/svg%3E");
  width: 4.0625vw;
  height: 4.0625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.radio-newsflash .aod-player-show-title-wrapper {
  width: 87.96875vw !important;
}
.aod-floating-player-wrapper {
  height: 26.5625vw;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 7.8125vw;
  left: 50%;
  padding: 0 2.34375vw;
  z-index: 6;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
  background-color: #2d2d2d;
  border: solid 1px #6e6e6e;
  box-shadow: 0 -0.46875vw 1.5625vw 0 rgba(0, 0, 0, 0.1);
}
.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: 4.6875vw;
  height: 4.6875vw;
  margin: 2.34375vw 0 0 2.34375vw;
  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: 3.90625vw;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  font-size: 3.28125vw;
  font-weight: 340;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3.125vw;
}
.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%;
  position: relative;
  display: flex;
  align-items: flex-end;
  bottom: -1.25vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler {
  display: flex;
  flex-direction: column;
  margin-right: 4.21875vw;
  direction: ltr;
  width: 100%;
}
.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.6875vw;
  margin-top: 1px;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler .aod-player-durations {
  font-size: 3.28125vw;
  font-weight: 340;
  margin-top: 1.40625vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type='range'] {
  width: 100%;
  background-color: #cacdce;
  accent-color: #de1a1a;
  height: 1.01563vw;
  border-radius: 0.28125vw;
  border: none;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Back 30' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m362.993 128 4 3v-6z' transform='translate(-351.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 0 0-29v1.993a12.507 12.507 0 1 1-12.506 12.506h-1.994a14.5 14.5 0 0 0 14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .forwardStep {
  margin-left: 3.90625vw;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Skip 15' xmlns='http://www.w3.org/2000/svg' width='29' height='31' viewBox='0 0 29 31'%3E %3Cg data-name='Group 186'%3E %3Cpath data-name='Path 1817' d='m366.993 128-4 3v-6z' transform='translate(-348.993 -125)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1818' d='M363.59 155.581a14.5 14.5 0 1 1 0-29v1.993a12.507 12.507 0 1 0 12.51 12.507h1.993a14.5 14.5 0 0 1-14.5 14.5z' transform='translate(-349.09 -124.581)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  width: 7.65625vw;
  height: 8.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  padding-top: 0.3125vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 3.90625vw;
  font-weight: 300;
  color: #fff;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  font-size: 3.28125vw;
  font-weight: 340;
  padding-top: 0.625vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button {
  width: 10.625vw;
  height: 10.625vw;
  min-width: 10.625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 3.125vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button:hover {
  background-color: #ce0000;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 3.125vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.5625vw 0 1.5625vw 3.125vw;
  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 3.125vw;
  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: 10.625vw;
  height: 10.625vw;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #a8efff, #a8efff);
  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: 9.6875vw;
  height: 9.6875vw;
  background: #e02020;
  border-radius: 50%;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
  display: flex;
  margin-top: 1.71875vw;
}
.aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
  position: relative;
  margin-left: 3.90625vw;
}
.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: 7.1875vw;
  height: 7.1875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #424242;
}
.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: #585858;
}
.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: 4.21875vw;
  height: 4.21875vw;
  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: 6.25vw;
  width: 77.34375vw;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.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: #2d2d2d;
}
.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: 6.5625vw;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.font-moses .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .aod-player-show-title {
  font-size: 5.3125vw;
  font-weight: 340;
}
.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, #2d2d2d, 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, #2d2d2d, rgba(20, 23, 172, 0));
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.radio-floating-player {
  width: 100%;
  height: 26.5625vw;
  display: flex;
  flex-direction: column-reverse;
  position: fixed;
  justify-content: space-between;
  bottom: 7.8125vw;
  background-color: #2d2d2d;
  padding: 2.34375vw;
  z-index: 5;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
  box-shadow: 0 -0.46875vw 1.5625vw 0 rgba(0, 0, 0, 0.1);
}
.radio-floating-player.show {
  transform: translateY(0);
}
.radio-floating-player.hide {
  transform: translateY(200%);
}
.radio-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 2.34375vw 0 0 2.34375vw;
  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;
}
.radio-floating-player .floating-player-logic-container {
  display: flex;
  align-items: center;
}
.radio-floating-player .floating-player-logic-container .floating-player-button {
  width: 10.625vw;
  height: 10.625vw;
  min-width: 10.625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  margin-left: 3.125vw;
}
.radio-floating-player .floating-player-logic-container .floating-player-button:hover {
  background-color: #ce0000;
}
.radio-floating-player .floating-player-logic-container .floating-player-button .floating-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 3.125vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.5625vw 0 1.5625vw 3.125vw;
  margin-left: 0.625vw;
}
.radio-floating-player .floating-player-logic-container .floating-player-button .floating-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 3.125vw;
  margin: 0;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader {
  position: relative;
  z-index: 0;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 10.625vw;
  height: 10.625vw;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #a8efff, #a8efff);
  animation: rotate 1s linear infinite;
}
.radio-floating-player .floating-player-logic-container .floating-player-button.floating-play-button-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 9.6875vw;
  height: 9.6875vw;
  background: #e02020;
  border-radius: 50%;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler {
  display: flex;
  flex-direction: row;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons {
  display: flex;
  align-items: center;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .ruler-btn {
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .go-live-btn {
  width: 9.84375vw;
  height: 9.84375vw;
  margin-left: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29.881' height='37' viewBox='0 0 29.881 37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='29.881' height='37' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M7.963,23.137v-7.41H9.679v5.941H12.63v1.469Z' fill='%23fff'/%3E%3Crect width='1.716' height='7.41' transform='translate(13.878 15.727)' fill='%23fff'/%3E%3Cpath d='M19.221,23.137l-2.34-7.41H18.74l1.651,5.954,1.664-5.954h1.858l-2.339,7.41Z' fill='%23fff'/%3E%3Cpath d='M25.2,15.727v7.41h4.681V21.824H26.917V20h2.834V18.756H26.917V17.04h2.964V15.727Z' fill='%23fff'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.264,37A17.232,17.232,0,0,1,5.056,31.984,17.031,17.031,0,0,1,4.921,7.9l.135-.135a17.3,17.3,0,0,1,11.353-5V0l3.83,2.85V.386L25,3.93,20.239,7.475V5.01l-3.83,2.85V5.126a14.918,14.918,0,0,0-9.675,4.3A14.689,14.689,0,0,0,6.616,30.2c.039.04.078.079.118.118a14.868,14.868,0,0,0,10.53,4.327,15.056,15.056,0,0,0,4.166-.584V36.5a17.509,17.509,0,0,1-4.166.5' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .go-live-btn.disabled {
  cursor: default;
  opacity: 0.5;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .start-over-btn {
  width: 9.84375vw;
  height: 9.84375vw;
  margin-left: 3.75vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36.608' height='37' viewBox='0 0 36.608 37'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='36.608' height='37' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1.87,19.121a3.97,3.97,0,0,1-1.039-.132A2.438,2.438,0,0,1,0,18.6V17.482a2.779,2.779,0,0,0,.594.285,4.423,4.423,0,0,0,.7.188,3.568,3.568,0,0,0,.643.066,1.123,1.123,0,0,0,.688-.193.673.673,0,0,0,.258-.577.554.554,0,0,0-.159-.418,1.237,1.237,0,0,0-.418-.253c-.173-.066-.369-.128-.589-.188a3.323,3.323,0,0,1-1.248-.654,1.538,1.538,0,0,1-.446-1.2A1.66,1.66,0,0,1,.66,13.159,2.725,2.725,0,0,1,2.4,12.653a4.14,4.14,0,0,1,.9.105,2.969,2.969,0,0,1,.8.28v1.133a2.211,2.211,0,0,0-.5-.226,4.157,4.157,0,0,0-.6-.142,3.454,3.454,0,0,0-.561-.05,1.566,1.566,0,0,0-.8.176.574.574,0,0,0-.3.528.566.566,0,0,0,.336.55,5.024,5.024,0,0,0,.841.308,4.862,4.862,0,0,1,.919.363,1.578,1.578,0,0,1,.6.549,1.672,1.672,0,0,1,.215.9,1.745,1.745,0,0,1-.665,1.5,2.8,2.8,0,0,1-1.711.5' fill='%23fff'/%3E%3Cpath d='M6.666,19V13.907h-1.7V12.73H9.9v1.177H8.185V19Z' fill='%23fff'/%3E%3Cpath d='M10.428,19l1.914-6.269h2.135L16.379,19H14.862L14.5,17.68H12.309L11.936,19ZM12.6,16.635h1.617l-.8-2.893Z' fill='%23fff'/%3E%3Cpath d='M17.468,19V12.73h2.244a3.246,3.246,0,0,1,1.947.494A1.521,1.521,0,0,1,22.33,14.5a1.488,1.488,0,0,1-.357,1.007,2.257,2.257,0,0,1-1.172.621,4.639,4.639,0,0,1,.693.522,3.356,3.356,0,0,1,.627.842L22.957,19H21.3l-.671-1.375a3.161,3.161,0,0,0-.384-.616A1.006,1.006,0,0,0,19.8,16.7a1.9,1.9,0,0,0-.655-.077h-.22V19Zm2-5.214h-.55v1.848h.485a2.022,2.022,0,0,0,1.044-.231.738.738,0,0,0,.385-.671.8.8,0,0,0-.357-.7,1.786,1.786,0,0,0-1.007-.242' fill='%23fff'/%3E%3Cpath d='M24.9,19V13.907H23.2V12.73h4.939v1.177H26.422V19Z' fill='%23fff'/%3E%3Cpath d='M6.842,28.077a2.964,2.964,0,0,1-2.151-.77,3.216,3.216,0,0,1-.8-2.408,3.292,3.292,0,0,1,.8-2.453,3.02,3.02,0,0,1,2.2-.782,2.9,2.9,0,0,1,2.123.765A3.254,3.254,0,0,1,9.8,24.843,3.331,3.331,0,0,1,9.014,27.3a2.945,2.945,0,0,1-2.172.781m.022-1.188a1.262,1.262,0,0,0,1.072-.467,2.463,2.463,0,0,0,.358-1.491,2.738,2.738,0,0,0-.358-1.595,1.247,1.247,0,0,0-1.072-.484,1.294,1.294,0,0,0-1.072.474,2.47,2.47,0,0,0-.38,1.54,2.591,2.591,0,0,0,.363,1.54,1.275,1.275,0,0,0,1.089.483' fill='%23fff'/%3E%3Cpath d='M12.352,28l-1.979-6.27h1.573l1.4,5.038L14.75,21.73h1.574L14.344,28Z' fill='%23fff'/%3E%3Cpath d='M17.413,28V21.73h3.96v1.111H18.865v1.452h2.4v1.056h-2.4v1.54h2.508V28Z' fill='%23fff'/%3E%3Cpath d='M22.693,28V21.73h2.244a3.242,3.242,0,0,1,1.946.494,1.521,1.521,0,0,1,.671,1.277,1.488,1.488,0,0,1-.357,1.007,2.258,2.258,0,0,1-1.171.621,4.579,4.579,0,0,1,.692.522,3.356,3.356,0,0,1,.627.842L28.182,28H26.521l-.671-1.375a3.159,3.159,0,0,0-.385-.616,1,1,0,0,0-.446-.308,1.892,1.892,0,0,0-.654-.077h-.22V28Zm2-5.214h-.55v1.848h.484a2.026,2.026,0,0,0,1.045-.231.74.74,0,0,0,.385-.671.8.8,0,0,0-.358-.7,1.783,1.783,0,0,0-1.006-.242' fill='%23fff'/%3E%3Cpath d='M19.344,37a17.232,17.232,0,0,0,12.208-5.016A17.031,17.031,0,0,0,31.687,7.9l-.135-.135a17.3,17.3,0,0,0-11.353-5V0l-3.83,2.85V.386L11.608,3.93,16.37,7.475V5.01L20.2,7.86V5.126a14.918,14.918,0,0,1,9.675,4.3A14.689,14.689,0,0,1,29.993,30.2c-.039.04-.078.079-.118.118a14.868,14.868,0,0,1-10.53,4.327,15.056,15.056,0,0,1-4.166-.584V36.5a17.5,17.5,0,0,0,4.165.5' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-buttons .disabled {
  cursor: default;
  opacity: 0.5;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 1.5625vw;
  align-self: end;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 55.78125vw;
  height: 1.09375vw;
  direction: ltr;
  border-radius: 0.5vw;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range].disabled {
  pointer-events: none;
  touch-action: none;
  -ms-touch-action: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2.34375vw;
  width: 2.34375vw;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2.34375vw;
  width: 2.34375vw;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 2.34375vw;
  width: 2.34375vw;
  border-radius: 50%;
  background: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .range-wrap {
  position: relative;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .range-wrap .range-bubble {
  width: fit-content;
  position: absolute;
  left: 0;
  top: -3.28125vw;
  line-height: 1;
  font-size: 3.4375vw;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback {
  display: flex;
  align-items: center;
  align-self: end;
  margin-top: 1.40625vw;
  font-size: 3.4375vw;
  line-height: 1;
  color: #fff;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback .dot {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-left: 0.78125vw;
  border-radius: 50%;
  background-color: #de1a1a;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback.disabled {
  color: #8f8f8f;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .control-ruler-timeline .live-feedback.disabled .dot {
  background-color: #8f8f8f;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 1.5625vw;
  align-self: end;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range] {
  -webkit-appearance: none;
  width: 55.78125vw;
  height: 1.09375vw;
  direction: ltr;
  border-radius: 0.5vw;
  pointer-events: none;
  touch-action: none;
  -ms-touch-action: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 1.09375vw;
  width: 1px;
  background-color: #ebb505;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.46875vw;
  height: 3.4375vw;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .progress-time {
  font-size: 3.4375vw;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .live-feedback {
  display: flex;
  align-items: center;
  align-self: end;
  margin-top: 1.40625vw;
  font-size: 3.4375vw;
  line-height: 1;
  color: #fff;
}
.radio-floating-player .floating-player-logic-container .floating-player-control-ruler .ads-ruler-timeline .control-ruler-bottom-details .live-feedback .dot {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-left: 0.78125vw;
  border-radius: 50%;
  background-color: #fec300;
}
.radio-floating-player .floating-player-content {
  display: flex;
  margin-left: 8.59375vw;
  margin-bottom: 4.6875vw;
}
.radio-floating-player .floating-player-content .floating-player-show-details {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 2.03125vw;
  color: #fff;
  font-size: 4.375vw;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-tab-title,
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-live-indication {
  margin-left: 0.78125vw;
}
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time,
.radio-floating-player .floating-player-content .floating-player-show-details .floating-player-tab-title {
  font-weight: 300;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  overflow: hidden;
  height: 5vw;
  width: 58.28125vw;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 23.4375vw;
  background: #2d2d2d;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 4.375vw;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right,
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 18.75vw;
  top: 0;
  z-index: 1;
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.radio-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  left: -1px;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.multi-audio-componenta {
  display: flex;
  flex-direction: column;
}
.multi-audio-componenta * {
  box-sizing: border-box;
}
.multi-audio-componenta .multi-audio-componenta-tab {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  justify-content: space-between;
  top: 12.5vw;
  margin-bottom: 2.5vw;
  padding: 0 4.0625vw 0 2.5vw;
  z-index: 1;
}
.font-moses .multi-audio-componenta .multi-audio-componenta-tab {
  padding: 0 4.6875vw;
}
.multi-audio-componenta .multi-audio-componenta-tab .background-link {
  height: 100%;
  width: 100%;
}
.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: #fff;
  white-space: nowrap;
}
.multi-audio-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 4.21875vw;
}
.font-moses .multi-audio-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 4.0625vw;
  font-weight: 670;
}
.multi-audio-componenta .multi-audio-componenta-tab .left-title-link {
  height: 100%;
  width: 3.90625vw;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.multi-audio-componenta .multi-audio-componenta-tab .left-title-text {
  display: none;
}
.multi-audio-componenta .slotList {
  padding: 0 2.03125vw;
}
.multi-audio-componenta .slotList .slotView {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.65625vw;
  position: relative;
}
.multi-audio-componenta .slotList .slotView .mediaArea {
  height: 20.625vw;
  width: 36.71875vw;
  position: relative;
  margin-left: 2.8125vw;
  background-color: #c4c4c4;
  flex-shrink: 0;
  overflow: hidden;
}
.multi-audio-componenta .slotList .slotView .mediaArea > img {
  width: 100%;
  height: 100%;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MediaCarousel {
  height: 20.625vw !important;
  width: 36.71875vw !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MediaCarousel img {
  height: 20.625vw !important;
  width: 36.71875vw !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MutamMarketingSign {
  right: unset !important;
  left: 0;
  z-index: 11 !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MutamMarketingSign .marketingImage {
  right: unset !important;
  left: 0;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MutamMarketingText {
  width: calc(100vw - (2.03125vw * 2));
  z-index: 11 !important;
}
.multi-audio-componenta .slotList .slotView .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
}
.multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  flex-shrink: 0;
  font-size: 4.53125vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.9375vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .multi-audio-componenta .slotList .slotView .textArea .slotTitle {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 1.29;
}
.multi-audio-componenta .slotList .slotView .textArea .slotSubTitle {
  display: none !important;
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  display: flex;
  font-size: 3.4375vw;
  font-weight: normal;
  line-height: 1.15;
  color: #575757;
  margin: 0;
}
.font-moses .multi-audio-componenta .slotList .slotView .textArea .moreDetails {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 4.375vw;
}
.multi-audio-componenta .slotList .slotView .textArea .moreDetails .category {
  max-width: 19.53125vw;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: inline;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper {
  height: 20.625vw;
  display: flex;
  align-items: center;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button {
  width: 9.53125vw;
  height: 9.53125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5.625vw;
  border: none;
  border-radius: 50%;
  border: 0.39063vw solid #6e6e6e;
  background-color: #fff;
  cursor: pointer;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .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 {
  background-color: #e8e8e8;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 3.125vw;
  border-color: transparent transparent transparent #6e6e6e;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.5625vw 0 1.5625vw 3.125vw;
  margin-left: 0.625vw;
}
.multi-audio-componenta .slotList .slotView .audio-play-button-wrapper .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 2.1875vw;
  height: 2.8125vw;
  margin: 0;
}
.multi-audio-componenta .slotList .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.multi-audio-special-componenta {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.34375vw;
}
.multi-audio-special-componenta .multi-audio-componenta-tab {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  justify-content: space-between;
  top: 12.5vw;
  margin-bottom: 2.5vw;
  padding: 0 4.0625vw 0 2.5vw;
  z-index: 1;
  box-sizing: border-box;
}
.font-moses .multi-audio-special-componenta .multi-audio-componenta-tab {
  padding: 0 4.6875vw;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .background-link {
  height: 100%;
  width: 100%;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .title-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .title-text {
  color: #fff;
  white-space: nowrap;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 4.21875vw;
}
.font-moses .multi-audio-special-componenta .multi-audio-componenta-tab .right-title-text {
  font-size: 4.0625vw;
  font-weight: 670;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .left-title-link {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 3.90625vw;
  padding-left: 4.6875vw;
}
.multi-audio-special-componenta .multi-audio-componenta-tab .left-title-text {
  color: #FFF;
  text-align: right;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 8.59375vw;
}
.multi-audio-special-componenta .slotList {
  padding: 0 2.03125vw;
  gap: 2.5vw;
  display: flex;
  flex-wrap: wrap;
}
.multi-audio-special-componenta .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 46.71875vw;
  height: 55.78125vw;
  text-decoration: none;
  position: relative;
}
.multi-audio-special-componenta .slotList .slotView .audio-play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.multi-audio-special-componenta .slotList .slotView *:not(.aod-floating-player *) {
  color: initial;
}
.multi-audio-special-componenta .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  gap: 2.34375vw;
  padding: 2.5vw;
  box-sizing: border-box;
}
.multi-audio-special-componenta .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  color: #282727;
  text-align: right;
  font-weight: 500;
  line-height: 4.6875vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 14.0625vw;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails {
  display: flex;
  height: 7.65625vw;
  gap: 1.25vw;
  align-items: center;
  font-size: 3.28125vw;
  line-height: 4.21875vw;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails .categoryIcon {
  width: 7.65625vw;
  height: 7.65625vw;
  aspect-ratio: 1;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails * {
  margin-inline-end: 0 !important;
}
.multi-audio-special-componenta .slotList .slotView .textArea .moreDetails .category {
  font-weight: 670;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 40%;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea {
  width: 100% ! important;
  height: 26.25vw !important;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .audioIcon {
  height: 4.0625vw !important;
  padding: 0 1.25vw ! important;
  bottom: 2.03125vw !important;
  right: 2.03125vw !important;
  background-color: rgba(0, 0, 0, 0.75) ! important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .audioIcon .duration {
  font-size: 2.8125vw !important;
  font-weight: 340 !important;
  color: #fff !important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .audioIcon .icon {
  width: 4.0625vw !important;
  height: 4.0625vw !important;
  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 %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4955 12.7737C19.4955 11.7547 19.4882 9.5637 18.543 7.63542C18.0768 6.68439 17.3879 5.81019 16.3633 5.17007C15.3388 4.53002 13.9361 4.09739 11.9993 4.09739C11.6393 4.09739 11.3474 3.80696 11.3474 3.4487C11.3474 3.09043 11.6393 2.8 11.9993 2.8C14.1365 2.8 15.7893 3.2796 17.0565 4.07125C18.3235 4.86283 19.1624 5.93978 19.7147 7.06661C20.7994 9.27943 20.7993 11.7331 20.7992 12.7537V12.7737C20.7992 13.4785 20.572 14.5007 20.3179 15.4277C20.058 16.3761 19.7463 17.3074 19.5355 17.8667C19.4741 18.0297 19.3538 18.1537 19.2076 18.2236L18.8917 19.3969C18.5824 20.5455 17.484 21.3033 16.2947 21.1885L14.8586 21.05C14.1069 20.9775 13.6005 20.2505 13.796 19.5245L15.369 13.6826C15.5644 12.9567 16.3682 12.5791 17.0556 12.8903L18.3689 13.4849C18.7379 13.6519 19.0473 13.9007 19.2831 14.2014C19.4141 13.6237 19.4955 13.1177 19.4955 12.7737ZM15.0802 19.7679L16.6033 14.1109L17.8291 14.6658C18.3366 14.8956 18.6029 15.4569 18.4585 15.993L17.6324 19.0611C17.4881 19.5971 16.9755 19.9508 16.4205 19.8972L15.0802 19.7679Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50292 12.7737C4.50292 11.7547 4.51025 9.5637 5.45544 7.63542C5.92161 6.68439 6.61052 5.81019 7.63513 5.17007C8.65962 4.53002 10.0624 4.09739 11.9993 4.09739C12.3593 4.09739 12.651 3.80696 12.651 3.4487C12.651 3.09043 12.3593 2.8 11.9993 2.8C9.86207 2.8 8.20913 3.2796 6.94197 4.07125C5.67493 4.86283 4.83607 5.93978 4.28372 7.06661C3.19906 9.27942 3.19917 11.7331 3.19922 12.7537L3.19922 12.7737C3.19922 13.4785 3.42649 14.5007 3.68052 15.4277C3.94043 16.3761 4.25217 17.3074 4.46294 17.8667C4.56745 18.1441 4.84241 18.3083 5.12504 18.2858L5.42421 19.3969C5.73348 20.5455 6.83188 21.3033 8.02124 21.1885L9.45728 21.05C10.209 20.9775 10.7154 20.2505 10.5199 19.5245L8.94697 13.6826C8.75149 12.9567 7.94775 12.5791 7.26029 12.8903L5.94702 13.4849C5.44028 13.7143 5.04579 14.0979 4.80022 14.5584C4.62048 13.834 4.50292 13.187 4.50292 12.7737ZM9.23574 19.7679L7.71259 14.1109L6.48688 14.6658C5.9793 14.8956 5.71306 15.4569 5.85738 15.993L6.68348 19.0611C6.82781 19.5971 7.3404 19.9508 7.89543 19.8972L9.23574 19.7679Z' fill='white'/%3E %3C/svg%3E") !important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel[style],
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
}
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel[style] img,
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel img,
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel[style] img[style],
.multi-audio-special-componenta .slotList .slotView .mediaArea .MediaCarousel img[style] {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.multi-audio-special-componenta .slotList .slotView.mainItem {
  width: 100%;
  height: auto;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea {
  width: 100% ! important;
  height: 53.59375vw !important;
  overflow: hidden;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea .audioIcon {
  height: 7.1875vw !important;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea .audioIcon .duration {
  font-size: 3.90625vw !important;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .mediaArea .audioIcon .icon {
  width: 6.09375vw !important;
  height: 6.09375vw !important;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .textArea .slotTitle {
  font-size: 5.46875vw;
  color: #282727;
  text-align: right;
  font-weight: 670;
  line-height: 6.5625vw;
  height: auto;
  display: block;
}
.multi-audio-special-componenta .slotList .slotView.mainItem .textArea .moreDetails .category {
  max-width: unset;
}
@media (prefers-color-scheme: dark) {
  .multi-audio-special-componenta {
    background: #231E1E !important;
  }
  .multi-audio-special-componenta .slotView[style] {
    background: #292222 ! important;
  }
}
.mutam-article-live-homepage-player {
  width: 100%;
  height: 31.875vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2d2d2d;
}
.mutam-article-live-homepage-player * {
  box-sizing: border-box;
}
.mutam-article-live-homepage-player .radio-player-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.4375vw 4.21875vw 0 5.3125vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button {
  width: 12.65625vw;
  height: 12.65625vw;
  min-width: 12.65625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button:hover {
  background-color: #ce0000;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button .radio-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 4.0625vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 2.03125vw 0 2.03125vw 4.0625vw;
  margin-left: 0.625vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button .radio-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 4.0625vw;
  margin: 0;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-button::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 4.21875vw;
  font-size: 4.53125vw;
  color: #fff;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info {
  width: 100%;
  display: flex !important;
  line-height: 1;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-live-indication {
  font-weight: bold;
  margin-left: 0.78125vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-equalizer-gif {
  width: 4.21875vw;
  height: 4.21875vw;
  margin-left: 0.78125vw;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-show-time {
  width: fit-content;
  font-weight: 300;
}
.mutam-article-live-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper {
  display: flex;
  justify-content: center;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper .radio-player-goto-btn {
  width: fit-content;
  display: flex;
  justify-content: center;
  margin-bottom: 4.21875vw;
  z-index: 1;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper .radio-player-goto-btn .radio-player-goto-btn-link {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.53125vw;
  color: #fff;
  line-height: 1;
  padding: 0.9375vw 2.5vw;
  border: 0.3125vw solid #fff;
  border-radius: 4.6875vw;
  text-decoration: none;
}
.mutam-article-live-homepage-player .radio-player-goto-btn-wrapper .radio-player-goto-btn .radio-player-goto-btn-link .radio-player-goto-btn-arrow {
  height: 2.1875vw;
  width: 3.75vw;
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.099' height='13.078' viewBox='0 0 23.099 13.078'%3E %3Cg data-name='Arrow Slim Left'%3E %3Cg data-name='Group 826'%3E %3Cpath data-name='Path 7515' d='M4.922 0 0 6l4.922 6' transform='translate(1.099 .539)' style='fill:none;stroke:%23fff;stroke-width:1.7'/%3E %3Cpath data-name='Rectangle 11431' transform='translate(1.099 5.74)' style='fill:%23fff' d='M0 0h21.989v1.599H0z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.radio-article-live-player-widget .radio-floating-player {
  margin: 0 -3.90625vw;
}
.mutam-radio-homepage-player {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mutam-radio-homepage-player * {
  box-sizing: border-box;
}
.mutam-radio-homepage-player .radio-player-tab {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  position: sticky;
  top: 12.5vw;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.6875vw;
  z-index: 1;
}
.mutam-radio-homepage-player .radio-player-tab .radio-player-tab-title,
.mutam-radio-homepage-player .radio-player-tab .radio-player-tab-live-indication {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #fff;
}
.mutam-radio-homepage-player .radio-player-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.65625vw 4.21875vw 3.4375vw 3.125vw;
  background-color: #2d2d2d;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button {
  width: 12.65625vw;
  height: 12.65625vw;
  min-width: 12.65625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button:hover {
  background-color: #ce0000;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button .radio-player-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 4.0625vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 2.03125vw 0 2.03125vw 4.0625vw;
  margin-left: 0.625vw;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-button .radio-player-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 4.0625vw;
  margin: 0;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 5vw;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  font-size: 4.53125vw;
  line-height: 1;
  color: #fff;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-show-time {
  width: fit-content;
  margin-bottom: 0.78125vw;
  font-weight: 300;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-show-info-wrapper .radio-player-show-info .radio-player-show-title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mutam-radio-homepage-player .radio-player-content .radio-player-equalizer-gif {
  width: 12.65625vw;
  height: 12.65625vw;
}
.mutam-radio-homepage-player .radio-player-goto-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #2d2d2d;
  padding-bottom: 3.75vw;
}
.mutam-radio-homepage-player .radio-player-goto-btn .radio-player-goto-btn-link {
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.53125vw;
  color: #fff;
  line-height: 1;
  padding: 0.9375vw 2.5vw;
  border: 0.3125vw solid #fff;
  border-radius: 4.6875vw;
  text-decoration: none;
}
.mutam-radio-homepage-player .radio-player-goto-btn .radio-player-goto-btn-link .radio-player-goto-btn-arrow {
  height: 2.1875vw;
  width: 3.75vw;
  margin-right: 1.5625vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.099' height='13.078' viewBox='0 0 23.099 13.078'%3E %3Cg data-name='Arrow Slim Left'%3E %3Cg data-name='Group 826'%3E %3Cpath data-name='Path 7515' d='M4.922 0 0 6l4.922 6' transform='translate(1.099 .539)' style='fill:none;stroke:%23fff;stroke-width:1.7'/%3E %3Cpath data-name='Rectangle 11431' transform='translate(1.099 5.74)' style='fill:%23fff' d='M0 0h21.989v1.599H0z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mutam-radio-schedule-wrapper {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box {
  width: 100%;
  height: 69.53125vw;
  position: relative;
  margin-bottom: 2.1875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .media-box-background {
  width: 100%;
  height: 69.53125vw;
  aspect-ratio: 1.77777778;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .live-box {
  background-color: #de1a1a;
  width: 15.625vw;
  height: 6.25vw;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 2.65625vw;
  left: 2.65625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.375vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .live-box .radio-player-equalizer-gif {
  width: 3.28125vw;
  height: 3.28125vw;
  margin-left: 1.25vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 5;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button {
  width: 13.75vw;
  height: 13.75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: none;
  border-radius: 50%;
  background-color: #e02020;
  cursor: pointer;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button:hover {
  background-color: #ce0000;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 3.75vw;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  border-style: solid;
  border-width: 1.875vw 0 1.875vw 3.75vw;
  margin-left: 0.625vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .radio-player-btn-container .audio-play-button-wrapper .audio-play-button .audio-play-button-status.pause {
  border-style: double;
  border-width: 0px 0 0px 3.75vw;
  margin: 0;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 50.46875vw;
  background: linear-gradient(0deg, #1e1e1e 0%, #1e1e1e 26%, rgba(30, 30, 30, 0.63) 41%, rgba(0, 0, 0, 0) 65%);
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box {
  width: 100%;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row {
  font-size: 4.53125vw;
  font-weight: 500;
  line-height: 1.73;
  color: #cacdce;
  display: flex;
  align-items: center;
  padding: 0px 5.78125vw;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row {
  font-size: 3.90625vw;
  line-height: normal;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .hours-row .headphones {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23cacdce'/%3E %3C/svg%3E");
  background-size: 2.96875vw 2.65625vw;
  width: 2.96875vw;
  height: 2.65625vw;
  margin-left: 1.25vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .box-title {
  font-size: 6.64063vw;
  font-weight: bold;
  line-height: 1;
  color: white;
  margin: 0px 5.78125vw 2.96875vw 5.78125vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 13.59375vw;
  text-overflow: ellipsis;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .black-fade .info-box .box-title {
  font-size: 5.3125vw;
  font-weight: 670;
  line-height: 6.5625vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row {
  width: 100%;
  height: 30.46875vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header {
  width: 100%;
  background-color: #de1a1a;
  height: 7.34375vw;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header {
  height: 8.59375vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header .title {
  color: white;
  padding-right: 5.78125vw;
  font-size: 4.21875vw;
  font-weight: bold;
  line-height: 1;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-list-header .title {
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: normal;
  padding-right: 4.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper {
  width: 100%;
  position: relative;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-left {
  position: absolute;
  width: 9.375vw;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 86%);
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-right {
  position: absolute;
  width: 9.375vw;
  height: 100%;
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.89) 50%, rgba(255, 255, 255, 0) 86%);
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list {
  display: flex;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item {
  width: 59.21875vw;
  height: 20.15625vw;
  padding: 2.1875vw;
  background-color: #f5f5f5;
  margin-left: 2.1875vw;
  flex-shrink: 0;
  box-sizing: border-box;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
  font-size: 4.21875vw;
  font-weight: 600;
  line-height: 1.13;
  color: black;
  height: 8.59375vw;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 1.29;
  height: 9.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-hours {
  height: 4.84375vw;
  font-size: 4.21875vw;
  color: #1e1e1e;
  display: flex;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-hours {
  font-size: 3.75vw;
  font-weight: 340;
  line-height: 4.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live {
  display: flex;
  align-items: center;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .red-dot {
  margin-top: 1px;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: #de1a1a;
  margin-left: 1.09375vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
  font-size: 4.21875vw;
  font-weight: 500;
  line-height: 1.11;
  color: #de1a1a;
}
.font-moses .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 4.6875vw;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item.passed .item-title {
  color: #919191 !important;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item.passed .broadcast-hours {
  color: #919191 !important;
}
.mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .mutam-radio-schedule-wrapper .radio-schedule-component .radio-schedule-media-box .info-box .hours-row {
    color: #cacdce !important;
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-left {
    background: linear-gradient(to right, #1e1e1e 14%, #1e1e1e 49%, rgba(30, 30, 30, 0) 99%);
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .white-fade-right {
    background: linear-gradient(to left, #1e1e1e 14%, #1e1e1e 49%, rgba(30, 30, 30, 0) 99%);
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item {
    background-color: #101010;
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .broadcast-live .live-title {
    color: #de1a1a !important;
  }
  .mutam-radio-schedule-wrapper .radio-schedule-component .schedule-list-row .schedule-row-wrapper .schedule-list .schedule-list-item .item-title {
    color: white;
  }
}
.grid1280_2 .HeadlinesRecipesAuto {
  display: flex;
  flex-direction: column;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta {
  padding: 1.5625vw 3.4375vw;
  font-size: 4.375vw;
  height: 4.6875vw;
  line-height: 3.59375vw;
  font-weight: bold;
  color: #fff;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .TabComponenta {
  font-size: 4.0625vw;
  font-weight: 670;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink {
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #fff;
  width: auto;
  float: left;
  position: relative;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink .rightTitleText {
  font-weight: bold;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink .rightTitleText {
  font-weight: 670;
}
.grid1280_2 .HeadlinesRecipesAuto .TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent > div {
  width: 50%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  overflow: hidden;
  margin: 1.5625vw 0 0 0;
  width: 100%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 46%;
  justify-content: center;
  margin: 0 2.96875vw 7.8125vw 0;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
  margin: 0 !important;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView a .imageView {
  width: 45.3125vw;
  height: 25.625vw;
  overflow: hidden;
  padding: 0;
  font-size: 1.5625vw;
  position: relative;
  border: none;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView a .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: bold;
  line-height: 3.28125vw;
  overflow: hidden;
  margin: 1.71875vw 0 1.5625vw 0;
  font-size: 4.0625vw;
  width: 90%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 3.75vw;
  line-height: 4.84375vw;
  font-weight: 670;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  display: none;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: -0.78125vw 0;
  flex-direction: column;
  align-items: baseline;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight {
  line-height: 2.5vw;
  margin-bottom: 2.34375vw;
  height: 2.5vw;
  font-size: 2.96875vw;
  color: #aeaeae;
  font-weight: 300;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 340;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight .dateView {
  flex-shrink: 0;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsRight .commaView {
  margin: 0.78125vw;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft {
  font-size: 2.03125vw;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #78787b;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft {
  font-size: 3.28125vw;
  line-height: normal;
  font-weight: 340;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .recipeRating {
  width: 100%;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper {
  margin: 0 0 1px 0.78125vw;
  font-size: 2.96875vw;
}
.font-moses .grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper {
  line-height: normal;
  font-weight: 500;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetailsWrapper .moreDetailsLeft .difficultyLevelWrapper .difficultyLevelSeparator {
  display: none;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotMore {
  display: block;
  text-align: center;
  font-size: 2.34375vw;
  line-height: 3;
  height: 6.25vw;
  width: 62.34375vw;
  overflow-y: hidden;
  margin-top: 3.75vw;
}
.grid1280_2 .HeadlinesRecipesAuto .slotContentDiv .slotMore a {
  font-size: 2.34375vw;
  color: inherit;
}
.HeadlinesRecipesAuto .slotMore {
  display: none;
}
.YnetPromotionsComponenta1280 .promotionsTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625vw 3.4375vw;
}
.YnetPromotionsComponenta1280 .promotionsTab .rightTitleLink {
  font-size: 4.375vw;
  font-weight: bold;
}
.font-moses .YnetPromotionsComponenta1280 .promotionsTab .rightTitleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.YnetPromotionsComponenta1280 .promotionsTab .backgroundLink {
  display: none;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  padding: 2.34375vw 0;
  margin-right: 3.125vw;
  flex-direction: row;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView {
  flex-direction: column;
  display: flex;
  overflow: hidden;
  margin: 1.5625vw;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea {
  position: relative;
  width: 43.75vw !important;
  height: 24.60938vw !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .videoIcon {
  position: absolute;
  bottom: 0.78125vw;
  left: 1.09375vw !important;
  z-index: 20;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .videoIcon.big {
  width: 4.6875vw;
  height: 4.6875vw;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .videoIcon.big .icon {
  width: 100%;
  height: 100%;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 15.625vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 10;
  width: 100% !important;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 {
  margin: 2.1875vw 1.5625vw;
  font-size: 5.3125vw;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
.font-moses .YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 {
  font-size: 4.21875vw;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .textDiv h2 span {
  color: #fff !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .mediaArea .MediaCarousel .mediaItems span img {
  width: 100% !important;
  height: 100% !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView.inEditMode:hover {
  cursor: inherit;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView .MarketingSign:hover .marketingText {
  font-size: 2.57813vw !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView.dfpId .mediaArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26.40625vw;
  width: 100%;
  background: #c0c9d0;
  font-size: 2.8125vw;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView h2.slotTitle {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView a span:hover {
  color: #1417ac !important;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView > .textDiv {
  position: relative;
  margin: 0;
  overflow: hidden;
  flex-grow: 1;
}
.YnetPromotionsComponenta1280 .promotionsMainComponent .slotView > .textDiv > a {
  text-decoration: none;
}
.RecipeTopStoryMobileComponenta {
  width: 100vw;
}
.RecipeTopStoryMobileComponenta .slotView {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 4.0625vw 0 0;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv > * {
  text-decoration: none;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .roofTitleText {
  position: absolute;
  top: 2.34375vw;
  right: 0;
  height: 6.25vw;
  display: inline-block;
  font-size: 5.3125vw;
  font-weight: bold;
  line-height: 1.2;
  border-right: 0.9375vw solid #de1a1a;
  padding-right: 1.875vw;
  max-width: 46.875vw;
  z-index: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .roofTitleText {
  font-size: 4.21875vw;
  font-weight: 670;
  line-height: normal;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle {
  width: 91.5625vw;
  font-size: 7.34375vw;
  line-height: 1;
  letter-spacing: -0.28px;
  padding: 4.53125vw 0.46875vw 0.78125vw 4.375vw;
  margin-top: 8.125vw;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle {
  font-size: 6.25vw;
  font-family: "MosesDisplay", "NarkisBlock";
  letter-spacing: normal;
  line-height: 8.125vw;
  font-weight: 800;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle span {
  line-height: 6.25vw;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .slotTitle span {
  line-height: inherit;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  width: 90.625vw;
  margin: 2.8125vw 1px 3.75vw 7.5vw;
  font-size: 4.375vw;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.01px;
  text-align: right;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  margin-top: 3.125vw;
  font-size: 4.21875vw;
  line-height: 6.40625vw;
  font-weight: 340;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .topStoryDateAndAuthor {
  font-size: 3.4375vw;
  color: #78787b;
  margin: 0 0px 7.5vw 19.53125vw;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .textDiv .topStoryDateAndAuthor {
  font-size: 3.28125vw ! important;
  font-weight: 340;
  line-height: 4.21875vw! important;
}
.RecipeTopStoryMobileComponenta .slotView .textDiv .topStoryDateAndAuthor .sepLine {
  margin: 0 0.78125vw;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .labelText {
  position: absolute;
  font-size: 5.15625vw;
  color: #fff;
  font-weight: bolder;
  background: #de1a1a;
  height: 7.5vw;
  display: flex;
  align-items: center;
  padding: 0 2.8125vw;
  width: auto;
  box-sizing: border-box;
}
.font-moses .RecipeTopStoryMobileComponenta .slotView .mediaArea .labelText {
  font-size: 4.6875vw ! important;
  font-family: "MosesDisplay" !important;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 1.5625vw;
  left: 3.59375vw;
  justify-content: center;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .GalleryPaging button {
  margin: 0.625vw 0;
  width: 1.5625vw;
  height: 1.5625vw ! important;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .GalleryPaging button.selected {
  border: 0.3125vw solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea .videoIcon {
  position: absolute;
  bottom: 1.5625vw;
  left: 1.5625vw;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea[style],
.RecipeTopStoryMobileComponenta .slotView .MediaCarousel[style] {
  width: 100vw !important;
  height: 56.25vw ! important;
  position: relative;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea[style] .mediaItems,
.RecipeTopStoryMobileComponenta .slotView .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: 100%;
}
.RecipeTopStoryMobileComponenta .slotView .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.RecipeTopStoryMobileComponenta .slotView .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: 100%;
}
.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;
}
body:has(.vertical-video-overlay-player) {
  overflow: hidden;
}
.vertical-video-overlay-player {
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 99999999;
}
.vertical-video-overlay-player .close-btn {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  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;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  cursor: pointer;
}
.vertical-video-overlay-player:has(#player.is-touched) .close-btn,
.vertical-video-overlay-player:has(#player.is-paused) .close-btn {
  opacity: 1;
  visibility: visible;
}
.vertical-video-overlay-player .vertical-video-item {
  width: 100vw;
  height: 100dvh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.vertical-video-overlay-player .vertical-video-item.openMode .fp-middle::after,
.vertical-video-overlay-player .vertical-video-item.openMode .fp-togglable,
.vertical-video-overlay-player .vertical-video-item.openMode .close-btn,
.vertical-video-overlay-player .vertical-video-item.openMode .shareBtn,
.vertical-video-overlay-player .vertical-video-item.openMode .contentDiv {
  visibility: visible !important;
  opacity: 1 !important;
}
.vertical-video-overlay-player .vertical-video-item .imageArea {
  position: relative;
  overflow: hidden;
  width: 63.125vw;
  height: 111.71875vw;
}
.vertical-video-overlay-player .vertical-video-item .imageArea img {
  width: 63.125vw;
  height: 111.71875vw;
}
.vertical-video-overlay-player .vertical-video-item .imageArea .promoVideo {
  width: 63.125vw;
  height: 111.71875vw;
}
.vertical-video-overlay-player .vertical-video-item .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.vertical-video-overlay-player .vertical-video-item .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo {
  height: 50vw;
  display: flex;
  justify-content: space-between;
  padding: 0 3.75vw 4.6875vw;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2.5vw;
  opacity: 0;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .videoTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 4.6875vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  direction: rtl;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .videoSubtitle {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  direction: rtl;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .videoSubtitle.close {
  -webkit-line-clamp: 2;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5vw 0 0 0;
  direction: rtl;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.0625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125vw;
  text-decoration: none;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 3.125vw;
  height: 2.03125vw;
  margin-top: 0.3125vw;
  rotate: 270deg;
  background: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4 17 16.5 7 29 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 5vw;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent .shareBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 7.25C25 9.04493 23.5449 10.5 21.75 10.5C20.9154 10.5 20.1542 10.1854 19.5787 9.66828L11.3901 14.409C11.4618 14.6773 11.5 14.9592 11.5 15.25C11.5 15.5371 11.4628 15.8156 11.3929 16.0807L19.385 20.5208C19.9776 19.8923 20.818 19.5 21.75 19.5C23.5449 19.5 25 20.9551 25 22.75C25 24.5449 23.5449 26 21.75 26C19.9551 26 18.5 24.5449 18.5 22.75C18.5 22.4628 18.5373 22.1843 18.6072 21.919L10.6152 17.479C10.0225 18.1076 9.18209 18.5 8.25 18.5C6.45507 18.5 5 17.0449 5 15.25C5 13.4551 6.45507 12 8.25 12C9.17823 12 10.0156 12.3891 10.6078 13.0132L18.686 8.33631C18.5655 7.99663 18.5 7.63097 18.5 7.25C18.5 5.45507 19.9551 4 21.75 4C23.5449 4 25 5.45507 25 7.25ZM23.4 7.25C23.4 8.16127 22.6613 8.9 21.75 8.9C20.8387 8.9 20.1 8.16127 20.1 7.25C20.1 6.33873 20.8387 5.6 21.75 5.6C22.6613 5.6 23.4 6.33873 23.4 7.25ZM8.25 16.9C9.16127 16.9 9.9 16.1613 9.9 15.25C9.9 14.3387 9.16127 13.6 8.25 13.6C7.33873 13.6 6.6 14.3387 6.6 15.25C6.6 16.1613 7.33873 16.9 8.25 16.9ZM21.75 24.4C22.6613 24.4 23.4 23.6613 23.4 22.75C23.4 21.8387 22.6613 21.1 21.75 21.1C20.8387 21.1 20.1 21.8387 20.1 22.75C20.1 23.6613 20.8387 24.4 21.75 24.4Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  z-index: 10;
  cursor: pointer;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 6.09375vw;
  height: 4.84375vw;
  margin-left: 0.625vw;
  padding: 0.78125vw 0 0 0;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 6.09375vw;
  height: 4.84375vw;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath d='M23.7502 7.03821C24.0832 6.69906 24.0832 6.14918 23.7502 5.81003C23.4173 5.47088 22.8774 5.47088 22.5444 5.81003L19.6363 8.77193L16.7283 5.81003C16.3953 5.47088 15.8554 5.47088 15.5224 5.81003C15.1895 6.14918 15.1895 6.69906 15.5224 7.03821L18.4305 10.0001L15.5224 12.962C15.1895 13.3012 15.1895 13.851 15.5224 14.1902C15.8554 14.5293 16.3953 14.5293 16.7283 14.1902L19.6363 11.2283L22.5444 14.1902C22.8774 14.5293 23.4173 14.5293 23.7502 14.1902C24.0832 13.851 24.0832 13.3012 23.7502 12.962L20.8422 10.0001L23.7502 7.03821Z' fill='white'/%3E %3C/svg%3E");
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="false"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3498 1.37588C19.6883 1.02307 20.2369 1.02315 20.5752 1.37607C22.7681 3.66358 24 6.76569 24 10.0002C24 13.2347 22.7681 16.3369 20.5752 18.6244C20.2369 18.9773 19.6883 18.9774 19.3498 18.6246C19.0114 18.2717 19.0113 17.6996 19.3496 17.3467C21.2177 15.3981 22.2671 12.7556 22.2671 10.0002C22.2671 7.24488 21.2177 4.60234 19.3496 2.65373C19.0113 2.30081 19.0114 1.7287 19.3498 1.37588ZM15.5266 5.36289C15.865 5.01008 16.4136 5.01017 16.7519 5.36309C17.9296 6.59156 18.5912 8.25751 18.5912 9.99457C18.5912 11.7316 17.9296 13.3976 16.7519 14.6261C16.4136 14.979 15.865 14.9791 15.5266 14.6262C15.1882 14.2734 15.1881 13.7013 15.5264 13.3484C16.3792 12.4588 16.8583 11.2524 16.8583 9.99457C16.8583 8.7367 16.3792 7.53032 15.5264 6.64074C15.1881 6.28782 15.1882 5.71571 15.5266 5.36289Z' fill='white'/%3E %3C/svg%3E");
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon:hover {
  transform: unset;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .videoInfo .btnsContent .mute-btn .fp-volume {
  display: none;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails {
  height: 20.3125vw;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
  background: rgba(30, 30, 30, 0.8);
  font-size: 2.8125vw;
  font-weight: 100;
  line-height: 3.75vw;
  opacity: 0;
  direction: ltr;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails .timeline {
  width: 100%;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails .timeline .fp-timeline {
  width: 100%;
  height: 0.78125vw;
  display: flex;
  background-color: #78787b;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails .timeline .fp-timeline .fp-color {
  background: #c5c5c5;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails .playing-time {
  display: flex;
  gap: 0.46875vw;
  color: #78787b;
  margin: auto 0;
  padding: 0 3.75vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails .arrow .arrowText {
  color: #78787b;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.vertical-video-overlay-player .vertical-video-item .contentDiv .playerDetails .arrow .arrowIcon {
  width: 7.8125vw;
  height: 7.8125vw;
  rotate: 180deg;
  filter: invert(49%) sepia(5%) saturate(187%) hue-rotate(201deg) brightness(96%) contrast(92%);
  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;
  background-repeat: no-repeat;
  background-size: contain;
}
.vertical-video-overlay-player .vertical-video-item #player {
  width: 100%;
  height: 100%;
}
.vertical-video-overlay-player .vertical-video-item #player .fp-logo,
.vertical-video-overlay-player .vertical-video-item #player .fp-footer {
  display: none;
}
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-header .fp-fullscreen,
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-middle .fp-right-zone,
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-controls {
  display: none;
}
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-controls .fp-qsel,
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-controls .fp-small-play,
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-controls .fp-small-pause,
.vertical-video-overlay-player .vertical-video-item #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.vertical-video-overlay-player .vertical-video-item #player.is-touched .fp-ui,
.vertical-video-overlay-player .vertical-video-item #player.is-paused .fp-ui {
  background: unset;
}
.vertical-video-overlay-player .vertical-video-item #player.is-touched .fp-ui .fp-middle::after,
.vertical-video-overlay-player .vertical-video-item #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.vertical-video-overlay-player .vertical-video-item #player.is-touched ~ .contentDiv .videoInfo,
.vertical-video-overlay-player .vertical-video-item #player.is-paused ~ .contentDiv .videoInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.vertical-video-overlay-player .vertical-video-item #player.is-touched ~ .contentDiv .videoInfo .textContent,
.vertical-video-overlay-player .vertical-video-item #player.is-paused ~ .contentDiv .videoInfo .textContent {
  opacity: 1;
  visibility: visible;
}
.vertical-video-overlay-player .vertical-video-item #player.is-touched ~ .contentDiv .playerDetails,
.vertical-video-overlay-player .vertical-video-item #player.is-paused ~ .contentDiv .playerDetails {
  opacity: 1;
  visibility: visible;
}
.vertical-video-overlay-player .vertical-video-item #player.is-paused .fp-switch .fp-play {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.vertical-video-overlay-player .vertical-video-item #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.vertical-video-overlay-player .vertical-video-item #player.is-playing .fp-switch .fp-pause {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.vertical-video-overlay-player .vertical-video-item #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.vertical-video-overlay-player .slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: unset;
  flex-grow: 1;
}
.vertical-video-overlay-player .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.vertical-video-overlay-player .slider .slick-track {
  display: flex;
  flex-direction: column;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide .adsWrapper {
  position: relative;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide .adsWrapper .ads_vertical_video {
  position: relative;
  height: 100dvh;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide .adsWrapper .arrow {
  bottom: 4.6875vw !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode .close-btn {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv .videoInfo .textContent,
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv .playerDetails {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.vertical-video-overlay-player .slider .slick-arrow {
  display: none !important;
}
.vertical-video-overlay-player .arrow {
  width: 18.75vw;
  height: 10.9375vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -1.5625vw;
  transform: translate(-50%, -50%);
  border: 0;
}
.vertical-video-overlay-player .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 {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.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");
  }
}
.grid1280_2 .TickerComponentaMobileWeb {
  display: flex;
  flex-direction: column;
  background-color: #f3f8f9;
  box-shadow: 0 1px 0.625vw 0 rgba(218, 218, 221, 0.4);
}
.grid1280_2 .TickerComponentaMobileWeb .mobileHeader {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  z-index: 1;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 4.6875vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 6.25vw 4.375vw 0px 3.125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .radioViewsPreference {
  display: none;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.5625vw;
  padding: 0.78125vw 4.375vw 0.78125vw 0;
  border-right: 1px dotted #000;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection:nth-last-child(1) .itemSeparator {
  display: none !important;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.3s ease;
  color: #000;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.new .date,
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.new .title {
  font-weight: 600;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened {
  margin-bottom: 6.25vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .date,
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .title {
  color: #2225b9;
  font-weight: 600;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .date {
  display: flex;
  font-weight: 400;
  margin-bottom: 0.625vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .date .DateDisplay {
  font-size: 4.53125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .date .itemSeparator {
  display: none;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .title {
  font-size: 4.53125vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  padding-left: 7.8125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow {
  position: absolute;
  margin-left: 2.5vw;
  left: 0;
  top: 6.71875vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler {
  width: 3.125vw;
  height: 2.03125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler.toClose {
  transform: rotate(0deg);
  margin-right: -0.78125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler.toOpen {
  transform: rotate(180deg);
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody {
  height: auto;
  position: relative;
  font-size: 4.53125vw;
  font-weight: lighter;
  line-height: 1.3;
  color: #000;
  padding-left: 7.8125vw;
}
.grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
  width: 3.4375vw;
  height: 3.90625vw;
  margin-top: 3.59375vw;
  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='black'/%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='black'/%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='black'/%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='black'/%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='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.grid1280_2 .TickerComponentaMobileWeb a {
  text-decoration: none;
  width: fit-content;
  margin: auto;
  margin: 0px auto 4.6875vw auto;
}
.grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #de1a1a;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink::after {
  height: 3.90625vw;
  width: 3.90625vw;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23DE1A1A' fill-rule='nonzero'%3E %3Cpath d='M3.149 2L3.149 9.851 11 9.851 9.855 10.996 2 11 2.004 3.145z' transform='rotate(45 6.5 6.5)'/%3E %3Cpath d='M13 6L13 7 1 7 1 6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: 2.03125vw;
}
@media (prefers-color-scheme: dark) {
  .grid1280_2 .TickerComponentaMobileWeb {
    background-color: transparent;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection {
    border-right: 1px dotted #fff;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow {
    color: #fff;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .date,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .title,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .arrow {
    color: #419bf9 ! important;
    -webkit-text-fill-color: #419bf9 ! important;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .date .itemToggler,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .title .itemToggler,
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow.opened .arrow .itemToggler {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23419bf9' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .titleRow .arrow .itemToggler {
    filter: invert(0);
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody {
    color: #fff;
  }
  .grid1280_2 .TickerComponentaMobileWeb .slotsContent .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
    filter: invert(1);
  }
  .grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink {
    color: #419bf9 !important;
  }
  .grid1280_2 .TickerComponentaMobileWeb a .moreTickersLink::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23419bf9' fill-rule='nonzero'%3E %3Cpath d='M3.149 2L3.149 9.851 11 9.851 9.855 10.996 2 11 2.004 3.145z' transform='rotate(45 6.5 6.5)'/%3E %3Cpath d='M13 6L13 7 1 7 1 6z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  }
}
.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;
  }
}
.FlashPageComponenta {
  display: flex;
  flex-direction: column;
  background: #f3f8f9;
  box-shadow: 0 1px 0.625vw 0 rgba(218, 218, 221, 0.4);
}
.FlashPageComponenta.flash-special {
  background: #f8f8f8 !important;
}
.FlashPageComponenta.flash-special .mobileHeader {
  padding: 0 1.5625vw;
}
.FlashPageComponenta.flash-special .mobileHeader .special-tab-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8163 4.31355C15.8163 3.86424 15.4508 3.5 15 3.5C14.5492 3.5 14.1837 3.86424 14.1837 4.31355V6.59882C12.6441 6.78056 11.2009 7.47263 10.0936 8.57624C8.79231 9.87309 8.06127 11.632 8.06127 13.466C8.06127 16.9055 7.32285 19.0569 6.63034 20.3222C6.28296 20.9569 5.94269 21.3769 5.70209 21.63C5.58157 21.7567 5.48551 21.8422 5.42532 21.8922C5.39522 21.9172 5.37407 21.9334 5.3633 21.9413L5.35571 21.9469C5.06193 22.147 4.93176 22.5142 5.03509 22.8543C5.13933 23.1974 5.45666 23.4321 5.81638 23.4321H24.1836C24.5433 23.4321 24.8607 23.1974 24.9649 22.8543C25.0682 22.5141 24.9381 22.147 24.6443 21.9469L24.6367 21.9413C24.6259 21.9334 24.6048 21.9172 24.5747 21.8922C24.5145 21.8422 24.4184 21.7567 24.2979 21.63C24.0573 21.3769 23.717 20.9569 23.3697 20.3222C22.6772 19.0569 21.9387 16.9055 21.9387 13.466C21.9387 11.632 21.2077 9.87309 19.9064 8.57624C18.7991 7.47263 17.3559 6.78056 15.8163 6.59882V4.31355ZM21.9364 21.1013C22.0791 21.3621 22.2226 21.596 22.3631 21.805H7.63693C7.77737 21.596 7.92092 21.3621 8.06363 21.1013C8.90173 19.57 9.69391 17.1452 9.69391 13.466C9.69391 12.0635 10.2529 10.7185 11.248 9.72678C12.2431 8.73507 13.5927 8.17793 15 8.17793C16.4073 8.17793 17.7569 8.73507 18.752 9.72678C19.7471 10.7185 20.3061 12.0635 20.3061 13.466C20.3061 17.1452 21.0983 19.57 21.9364 21.1013Z' fill='white'/%3E %3Cpath d='M12.6685 24.288C12.4665 23.8864 11.976 23.7239 11.5729 23.9252C11.1698 24.1266 11.0069 24.6154 11.2089 25.0171C11.5786 25.7522 12.1166 26.3773 12.7807 26.8185C13.4462 27.2607 14.2118 27.5 14.9999 27.5C15.7879 27.5 16.5536 27.2607 17.219 26.8185C17.8831 26.3773 18.4212 25.7522 18.7909 25.0171C18.9929 24.6154 18.8299 24.1266 18.4268 23.9252C18.0238 23.7239 17.5333 23.8864 17.3313 24.288C17.0788 24.7901 16.7238 25.192 16.3134 25.4647C15.9044 25.7365 15.4518 25.8729 14.9999 25.8729C14.548 25.8729 14.0954 25.7365 13.6863 25.4647C13.2759 25.192 12.921 24.7901 12.6685 24.288Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.font-moses .FlashPageComponenta.flash-special .mobileHeader {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 4.6875vw;
}
.FlashPageComponenta.flash-special .Accordion {
  margin: 0 !important;
}
.FlashPageComponenta.flash-special .Accordion .displayModeToggle {
  margin: 2.34375vw 3.125vw !important;
}
.font-moses .FlashPageComponenta.flash-special .Accordion .displayModeToggle .toggleTitle {
  font-size: 3.125vw !important;
  font-weight: 100 !important;
  line-height: 1.2 !important;
}
.FlashPageComponenta.flash-special .Accordion .displayModeToggle .ToggleSwitch .toggleContainer {
  background-color: #F8D1D1;
}
.FlashPageComponenta .mobileHeader {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  z-index: 1;
  font-size: 4.6875vw;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background-color: #de1a1a;
  padding: 0 5.46875vw;
}
.font-moses .FlashPageComponenta .mobileHeader {
  font-size: 4.375vw;
  font-weight: 670;
}
.FlashPageComponenta .Accordion {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 6.25vw 4.375vw 0 3.125vw;
}
.FlashPageComponenta .Accordion .displayModeToggle {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 2.65625vw 3.125vw;
}
.FlashPageComponenta .Accordion .displayModeToggle .toggleTitle {
  height: 3.59375vw;
  font-size: 3.59375vw;
  margin-left: 2.34375vw;
}
.font-moses .FlashPageComponenta .Accordion .displayModeToggle .toggleTitle {
  font-size: 2.8125vw;
  font-weight: 500;
  line-height: 1.56;
}
.FlashPageComponenta .Accordion .displayModeToggle .ToggleSwitch .toggleContainer {
  height: 3.125vw;
  width: 6.25vw;
  box-sizing: border-box;
  background-color: #717171;
}
.FlashPageComponenta .Accordion .displayModeToggle .ToggleSwitch .toggleContainer.active {
  background-color: #de1a1a;
}
.FlashPageComponenta .Accordion .displayModeToggle .ToggleSwitch .toggleContainer .toggleBtn.active {
  transform: translateX(-124%) !important;
}
.FlashPageComponenta .Accordion .AccordionSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.875vw;
  padding-right: 4.375vw;
  padding-bottom: 0.78125vw;
  padding-top: 0.78125vw;
  border-right: 1px dotted #000;
}
.FlashPageComponenta .Accordion .AccordionSection:nth-last-child(1) .itemSeparator {
  display: none !important;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.3s ease;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.new .date,
.FlashPageComponenta .Accordion .AccordionSection .titleRow.new .title {
  font-weight: 600;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.new .date,
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.new .title {
  font-weight: 670;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened {
  margin-bottom: 6.25vw;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
.FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title {
  color: #2225b9;
  font-weight: 600;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title {
  font-weight: 670;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
  display: flex;
  font-weight: 400;
  margin-bottom: 0.625vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
  font-weight: 340;
  font-size: 3.75vw;
  line-height: 1.29;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date .DateDisplay {
  font-size: 4.53125vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .date .DateDisplay {
  font-size: 3.75vw;
  font-weight: 340;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .date .itemSeparator {
  display: none;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 4.53125vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.5px;
  padding-left: 7.8125vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.42;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow {
  position: absolute;
  margin-left: 2.5vw;
  left: 0;
  top: 6.71875vw;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler {
  width: 3.125vw;
  height: 2.03125vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler.toClose {
  transform: rotate(0deg);
  margin-right: -0.78125vw;
}
.FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler.toOpen {
  transform: rotate(180deg);
}
.FlashPageComponenta .Accordion .AccordionSection .itemBody {
  height: auto;
  position: relative;
  font-size: 4.53125vw;
  font-weight: lighter;
  line-height: 1.3;
  padding-left: 7.8125vw;
}
.font-moses .FlashPageComponenta .Accordion .AccordionSection .itemBody {
  font-size: 3.75vw;
  font-weight: 340;
  line-height: 1.63;
}
.FlashPageComponenta .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
  width: 3.4375vw;
  height: 3.90625vw;
  margin-top: 3.59375vw;
  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='black'/%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='black'/%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='black'/%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='black'/%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='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.FlashPageComponenta .Accordion .special-flash-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 3.125vw 3.90625vw;
}
.FlashPageComponenta .Accordion .special-flash-item.now {
  background-color: #FFDCDC;
}
.FlashPageComponenta .Accordion .special-flash-item.now .dateView {
  color: #DE1A1A !important;
  font-weight: 500 !important;
}
.FlashPageComponenta .Accordion .special-flash-item.has-roof {
  padding: 1.5625vw 6.25vw 3.125vw 3.90625vw;
}
.FlashPageComponenta .Accordion .special-flash-item .titles-container {
  height: 100%;
  position: absolute;
  top: 2.8125vw;
  right: 2.34375vw;
  z-index: 1;
}
.FlashPageComponenta .Accordion .special-flash-item .titles-container .dot {
  width: 1.40625vw;
  height: 1.40625vw;
  display: inline-flex;
  background-color: #de1a1a;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .titles-container .dot {
  width: 1.875vw;
  height: 1.875vw;
}
.FlashPageComponenta .Accordion .special-flash-item .titles-container .small-dot {
  width: 0.9375vw;
  height: 0.9375vw;
  position: relative;
  right: 0.3125vw;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .titles-container .small-dot {
  width: 1.25vw;
  height: 1.25vw;
}
.FlashPageComponenta .Accordion .special-flash-item .titles-container .roof-connector-line {
  position: absolute;
  width: 0.3125vw;
  height: calc(100% + 0.78125vw);
  background-image: repeating-linear-gradient(to bottom, transparent 0 0.46875vw, #de1a1a 0px 1.25vw);
  background-size: 1.5625vw;
  right: 0.78125vw;
  top: 0.78125vw;
}
.FlashPageComponenta .Accordion .special-flash-item .roofTitle {
  width: fit-content;
  color: #de1a1a;
  font-size: 4.0625vw;
  font-weight: 500;
  margin-bottom: 3.125vw;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .roofTitle {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 4.84375vw;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv {
  display: flex;
  flex-direction: column;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .date-expand-btn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .date-expand-btn-container .dateView {
  color: #78787b;
  font-weight: 400;
  font-size: 4.0625vw;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .textDiv .date-expand-btn-container .dateView {
  font-size: 3.125vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .date-expand-btn-container .dateView .DateDisplay {
  color: #78787b;
  font-size: 4.0625vw;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .textDiv .date-expand-btn-container .dateView .DateDisplay {
  font-size: 3.59375vw;
  font-weight: 310;
  line-height: normal;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .date-expand-btn-container .buttonExpand {
  width: 5.46875vw;
  height: 5.46875vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' viewBox='0 0 36 35' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.416 12.0048C29.8734 12.4586 29.8765 13.1972 29.4227 13.6547L19.0727 24.0903C18.5598 24.6075 17.6846 24.6635 17.1196 24.0938L6.76606 13.6547C6.31232 13.1972 6.31536 12.4586 6.77285 12.0048C7.23033 11.5511 7.96901 11.5541 8.42275 12.0116L18.0944 21.7632L27.7661 12.0116C28.2198 11.5541 28.9585 11.5511 29.416 12.0048Z' fill='black'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .title-poster-container {
  display: flex;
  justify-content: space-between;
  gap: 1.5625vw;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .title-poster-container .slotTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .textDiv .title-poster-container .slotTitle {
  font-size: 4.21875vw;
  font-weight: 500;
  line-height: 6.25vw;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .title-poster-container .image-container {
  width: 24.21875vw;
  height: 13.59375vw;
  position: relative;
  flex-shrink: 0;
  border-radius: 0.78125vw;
  overflow: hidden;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .title-poster-container .image-container .posterImage {
  width: 24.21875vw;
  height: 13.59375vw;
  object-fit: cover;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .title-poster-container .image-container .video-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E %3Ccircle cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='white' fill-opacity='0.75'/%3E %3Cpath d='M37.593 24.5682C37.9237 24.7611 37.9237 25.239 37.593 25.4319L19.0853 36.2281C18.752 36.4225 18.3334 36.1821 18.3334 35.7962L18.3334 14.2039C18.3334 13.818 18.752 13.5776 19.0853 13.772L37.593 24.5682Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .title-poster-container .image-container .expand-image-icon {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  top: 0.78125vw;
  right: 0.9375vw;
  background: 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 %3Crect width='20' height='20' rx='2' fill='white' fill-opacity='0.7'/%3E %3Cpath d='M3.65079 7.619C4.0873 7.619 4.44444 7.26186 4.44444 6.82536V5.56348L7.05555 8.17454C7.36508 8.48406 7.87301 8.48406 8.1746 8.17454C8.47619 7.86503 8.48413 7.3571 8.1746 7.05552L5.56349 4.44445H6.8254C7.2619 4.44445 7.61905 4.08731 7.61905 3.65081C7.61905 3.21431 7.2619 2.85718 6.8254 2.85718H3.65079C3.21429 2.85718 2.85714 3.21431 2.85714 3.65081V6.82536C2.85714 7.26186 3.21429 7.619 3.65079 7.619Z' fill='black'/%3E %3Cpath d='M16.3492 2.85718H13.1746C12.7381 2.85718 12.381 3.21431 12.381 3.65081C12.381 4.08732 12.7381 4.44445 13.1746 4.44445H14.4365L11.8254 7.05552C11.5159 7.36504 11.5159 7.87296 11.8254 8.17455C12.1349 8.47613 12.6429 8.48406 12.9444 8.17455L15.5556 5.56348V6.82536C15.5556 7.26186 15.9127 7.619 16.3492 7.619C16.7857 7.619 17.1429 7.26186 17.1429 6.82536V3.65081C17.1429 3.21431 16.7857 2.85718 16.3492 2.85718Z' fill='black'/%3E %3Cpath d='M7.05555 11.817L4.44444 14.428V13.1662C4.44444 12.7297 4.0873 12.3725 3.65079 12.3725C3.21429 12.3725 2.85714 12.7297 2.85714 13.1662V16.3407C2.85714 16.7772 3.21429 17.1343 3.65079 17.1343H6.8254C7.2619 17.1343 7.61905 16.7772 7.61905 16.3407C7.61905 15.9042 7.2619 15.5471 6.8254 15.5471H5.56349L8.1746 12.936C8.48413 12.6265 8.48413 12.1265 8.1746 11.817C7.86508 11.5075 7.36508 11.5075 7.05555 11.817Z' fill='black'/%3E %3Cpath d='M16.3492 12.3811C15.9127 12.3811 15.5556 12.7382 15.5556 13.1747V14.4366L12.9444 11.8255C12.6349 11.516 12.1349 11.516 11.8254 11.8255C11.5159 12.135 11.5159 12.635 11.8254 12.9446L14.4365 15.5556H13.1746C12.7381 15.5556 12.381 15.9128 12.381 16.3493C12.381 16.7858 12.7381 17.1429 13.1746 17.1429H16.3492C16.7857 17.1429 17.1429 16.7858 17.1429 16.3493V13.1747C17.1429 12.7382 16.7857 12.3811 16.3492 12.3811Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .slotContent {
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  position: relative;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .slotContent.show {
  height: auto;
  max-height: 156.25vw;
  margin-top: 1.5625vw;
  transition: all 0.2s cubic-bezier(1, 0, 1, 0);
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .slotContent .slotText {
  display: flex;
  flex-direction: column;
  font-size: 4.0625vw;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .textDiv .slotContent .slotText {
  font-size: 3.90625vw;
  font-weight: 100;
  line-height: 5.625vw;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .slotContent .slotText .author {
  color: #78787b;
  font-size: 3.4375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.font-moses .FlashPageComponenta .Accordion .special-flash-item .textDiv .slotContent .slotText .author {
  font-size: 3.4375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.FlashPageComponenta .Accordion .special-flash-item .textDiv .slotContent .mobile-share-btn {
  width: 5.46875vw;
  height: 5.46875vw;
  position: absolute;
  left: 0;
  bottom: -0.78125vw;
  background: 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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.FlashPageComponenta .Accordion .special-flash-item.open .date-expand-btn-container .buttonExpand {
  transform: rotate(180deg);
}
.FlashPageComponenta .Accordion .special-flash-item.open .title-poster-container .slotTitle {
  -webkit-line-clamp: unset !important;
}
@media (prefers-color-scheme: dark) {
  .FlashPageComponenta {
    background: transparent;
  }
  .FlashPageComponenta.flash-special {
    background: #3F3F3F !important;
  }
  .FlashPageComponenta .Accordion .displayModeToggle .toggleTitle {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection {
    border-right: 1px dotted #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .arrow {
    color: #419bf9 ! important;
    -webkit-text-fill-color: #419bf9 ! important;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .date .itemToggler,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .title .itemToggler,
  .FlashPageComponenta .Accordion .AccordionSection .titleRow.opened .arrow .itemToggler {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23419bf9' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow .date {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow .title {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .titleRow .arrow .itemToggler {
    filter: invert(0);
  }
  .FlashPageComponenta .Accordion .AccordionSection .itemBody {
    color: #fff;
  }
  .FlashPageComponenta .Accordion .AccordionSection .itemBody .AccordionShareWrapper .mobileShareBtn {
    filter: invert(1);
  }
  .FlashPageComponenta .Accordion .special-flash-item .roofTitle {
    color: #DF3232 !important;
  }
  .FlashPageComponenta .Accordion .special-flash-item .slotTitle,
  .FlashPageComponenta .Accordion .special-flash-item .slotContent {
    color: #fff !important;
  }
  .FlashPageComponenta .Accordion .special-flash-item .DateDisplay,
  .FlashPageComponenta .Accordion .special-flash-item .author {
    color: #C5C5C5 !important;
  }
  .FlashPageComponenta .Accordion .special-flash-item.now {
    background-color: #362021 !important;
  }
  .FlashPageComponenta .Accordion .special-flash-item.now .dateView {
    color: #DF3232 !important;
  }
  .FlashPageComponenta .Accordion .special-flash-item .buttonExpand,
  .FlashPageComponenta .Accordion .special-flash-item .buttonShare {
    filter: invert(1);
  }
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer {
  display: flex;
  position: relative;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .YITFloatingPlayerCloseButton {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000' 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;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .customControllers {
  position: absolute;
  left: 1.5625vw;
  top: 1.25vw;
  z-index: 10;
  display: flex;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .customControllers .controller {
  width: 5.46875vw;
  height: 3.90625vw;
  margin: 1.5625vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .customControllers .stickyController {
  background: url("data:image/svg+xml,%3Csvg width='49' height='30' viewBox='0 0 49 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M43.806 0 24.5 19.505 5.194 0 0 5.248 24.5 30 49 5.248 43.806 0z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player {
  position: relative;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable {
  opacity: 1;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-small-switch,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-live-status,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-timeline,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-qsel,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-volume {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-fullscreen-exit,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-fullscreen {
  position: absolute;
  left: 11.71875vw;
  top: 2.1875vw;
  font-size: 3.125vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-togglable .fp-volume-control {
  position: absolute;
  left: 18.59375vw;
  top: 2.1875vw;
  font-size: 4.375vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-left-zone,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-ui .fp-right-zone {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer #player .fp-logo {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer {
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 19.53125vw;
  position: fixed;
  bottom: 7.8125vw;
  width: 100%;
  z-index: 100;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer.none {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper {
  z-index: 10000;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper {
  height: 100%;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player {
  width: 34.84375vw;
  margin-top: 0.625vw;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player {
  margin-top: 0px;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable {
  opacity: 1;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-live-status,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-timeline,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-qsel,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-volume,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-volume-control,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-small-switch {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-fullscreen-exit,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ui .fp-togglable .fp-fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-ad-controls,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-logo,
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-play {
  display: none;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .videoPlayerWrapper #player .fp-right {
  display: block !important;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .YITFloatingPlayerCloseButton {
  position: absolute;
  top: 2.03125vw;
  left: 1.25vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56%;
  padding: 0px 1.5625vw 0 5.15625vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .textDiv {
  color: #000 !important;
  font-size: 3.90625vw;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .minimizedPlayerToggleBtn {
  width: 9.84375vw;
  height: 9.84375vw;
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .minimizedPlayerToggleBtn {
  background: 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='1' y='1.06738' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='20' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='33' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3C/svg%3E") no-repeat center center / contain;
}
.liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .playBtn {
  background: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center / cover !important;
}
.radionas .liveVideoPlayerMutamWrapper .YITFloatingPlayer .minimizedPlayer .content .playBtn {
  background: 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='1' y='1.06738' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Cpath d='M43.8 28.3237C45.1334 29.0935 45.1334 31.018 43.8 31.7878L22.8 43.9122C21.4667 44.682 19.8 43.7197 19.8 42.1801L19.8 17.9314C19.8 16.3918 21.4667 15.4295 22.8 16.1993L43.8 28.3237Z' stroke='%23062963' stroke-width='2'/%3E %3C/svg%3E") no-repeat center center / contain !important;
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15.625vw);
  }
}
.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: 20.46875vw;
  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;
  }
}
.MultiArticleAutoComponenta1280 .multiArticleTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink {
  display: flex;
  align-items: center;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink .rightTitleText {
  font-size: 4.375vw;
  line-height: 4.0625vw;
  font-weight: bold;
  white-space: nowrap;
}
.font-moses .MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink .rightTitleText {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .rightTitleLink .rightTitleText.withArror::after {
  content: "";
  height: 3.90625vw;
  width: 3.90625vw;
  position: absolute;
  left: 0;
  margin-left: 4.6875vw;
  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: center;
}
.MultiArticleAutoComponenta1280 .multiArticleTab .titleLink .leftTitleText {
  display: none;
}
.MultiArticleAutoComponenta1280 .multiArticleTab a {
  text-decoration: none;
}
.MultiArticleAutoComponenta1280 .slotsContent {
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 2.65625vw;
  position: relative;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle,
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle {
  font-size: 3.75vw;
  line-height: 4.84375vw;
  font-weight: 670;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle a,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle a {
  text-decoration: none;
  color: #000;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotSubTitle,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotSubTitle {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails,
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails {
  font-size: 3.28125vw;
  line-height: 4.375vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow {
  display: flex;
  line-height: 4.21875vw;
}
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow,
.font-moses .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow {
  line-height: 4.375vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .authorInfo,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .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;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .separator,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .DateDisplay,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .moreDetails .videoIcon,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .moreDetails .videoIcon {
  display: none;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 34.53125vw;
  height: 19.375vw;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea a,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea a,
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea img,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea img {
  width: 100%;
  height: 100%;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea .videoIcon,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea .videoIcon {
  width: 4.21875vw;
  height: 4.21875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea .videoIcon .icon,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea .videoIcon .icon {
  background-size: contain;
}
.MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .imageArea .onImage,
.MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .imageArea .onImage {
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
}
@media (prefers-color-scheme: dark) {
  .MultiArticleAutoComponenta1280 .slotsContent .withImagePreview .slotView .MultiImagesTopItemCol .slotTitle a,
  .MultiArticleAutoComponenta1280 .slotsContent .slotList .slotView .MultiImagesTopItemCol .slotTitle a {
    color: #fff;
  }
}
.MultiArticleTopMobile {
  display: flex;
  flex-direction: column;
}
.MultiArticleTopMobile .multiArticleTopTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiArticleTopMobile .multiArticleTopTab .rightTitleLink {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  line-height: 4.0625vw;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
.font-moses .MultiArticleTopMobile .multiArticleTopTab .rightTitleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiArticleTopMobile .multiArticleTopTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiArticleTopMobile .multiArticleTopTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  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: center;
}
.MultiArticleTopMobile .multiArticleTopTab a {
  text-decoration: none;
}
.MultiArticleTopMobile .multiArticleTopTab img {
  margin-left: 0.9375vw;
}
.MultiArticleTopMobile .slotsContent {
  display: flex;
  flex-direction: column;
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiArticleTopMobile .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
  margin-top: -0.53125vw;
}
.MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.MultiArticleTopMobile .slotsContent .slotList .YplusItem img {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView {
  display: flex;
  position: relative;
  flex-direction: row;
  margin-bottom: 2.65625vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 33.59375vw !important;
  height: 18.90625vw !important;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] {
  display: flex;
  width: 33.59375vw !important;
  height: 18.90625vw !important;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .videoMediaContainer[style],
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .videoMediaContainer[style] {
  height: 100% !important;
  width: 100% !important;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .fp-logo,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .fp-logo {
  left: unset;
  right: 1.5625vw;
  top: 1.5625vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .EditableVideo > img,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .EditableVideo > img {
  height: 100%;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems a,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems a,
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel .mediaItems img:not(.fp-logo),
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .MediaCarousel[style] .mediaItems img:not(.fp-logo) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .videoIcon {
  width: 4.21875vw;
  height: 4.21875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  background-size: contain;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .mediaArea .onImage {
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
  bottom: 0;
  right: 0;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
  margin-top: -0.53125vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle a {
  font-weight: 500;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails {
  font-size: 3.0625vw;
  line-height: 4.375vw;
  font-weight: 310;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow {
  display: flex;
  line-height: 4.21875vw;
}
.font-moses .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow {
  font-weight: 310;
  line-height: 4.375vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow .channel {
  max-width: 25.25vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow .authorInfo {
  display: -webkit-inline-box;
  overflow: hidden;
  width: fit-content;
  max-width: 45.3125vw;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleTopMobile .slotsContent .slotList .slotView .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiArticleTopMobile .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleTopMobile.MultiArticleImages .slotsContent {
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem {
  border-bottom: 1px solid #b6b6ba;
  margin-bottom: 2.65625vw;
  padding-bottom: 2.65625vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .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: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .slotTitle {
  font-size: 5.46875vw;
  line-height: 1.2;
  font-weight: 670;
  font-family: "MosesDisplay", 'NarkisBlock';
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem img {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53.59375vw !important;
  margin-bottom: 2.65625vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .mediaItems a,
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .MediaCarousel .mediaItems img {
  width: 100% !important;
  height: 100% !important;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .videoIcon {
  width: 6.875vw;
  height: 6.875vw !important;
  margin: 0 0 2.34375vw 2.34375vw;
  left: 0;
  bottom: 0;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .mediaArea .onImage {
  height: 6.875vw;
  width: 19.0625vw;
  margin: 0 2.34375vw 2.34375vw 0;
  right: 0;
  bottom: 0;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #80808054;
  margin: 0 0.78125vw 2.65625vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .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: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle {
  font-size: 5.46875vw;
  line-height: 1.2;
  font-weight: 670;
  font-family: "MosesDisplay", 'NarkisBlock';
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle a {
  font-weight: 670;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 4.21875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  margin-bottom: 2.65625vw;
}
.font-moses .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails {
  font-size: 3.0625vw;
  font-weight: 310;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .authorImage {
  height: 7.96875vw;
  margin-left: 2.03125vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .authorImage img {
  height: 7.96875vw;
  width: 7.96875vw;
  border-radius: 50%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .moreInfoRow {
  display: flex;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .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;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiArticleTopMobile.MultiArticleWeekend {
  margin-bottom: 4.6875vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent {
  margin-top: 2.65625vw;
  padding: 0 2.34375vw;
  gap: 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView {
  margin-bottom: unset;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
  margin: unset ! important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .videoIcon {
  display: none;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style],
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style] .mediaItems,
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel .mediaItems {
  height: 100% !important;
  width: auto !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style] .mediaItems img,
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel .mediaItems img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel[style] .SiteImageMedia[style],
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .slotView .mediaArea[style] .MediaCarousel .SiteImageMedia[style] {
  height: 100% !important;
  width: auto !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: center !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .labelText {
  position: unset !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .havakIcon {
  position: unset !important;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .separator {
  margin: 0 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .slotTitle {
  text-align: center;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea .moreInfoRow {
  gap: 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea * {
  color: #fff;
  text-decoration: none;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotsContent .textArea *.moreDetails {
  float: inline-start;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.78125vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView {
  width: 47.1875vw;
  height: 47.1875vw;
  position: relative;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView .textArea {
  height: 27.34375vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.57%, rgba(0, 0, 0, 0.75) 100%);
  padding: 1.25vw 2.8125vw;
  box-sizing: border-box;
  gap: 1.5625vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView .textArea .slotTitle {
  font-size: 3.59375vw;
  font-weight: 670;
  line-height: 4.375vw;
  text-shadow: -0.25641vw 0px 1.53844vw rgba(0, 0, 0, 0.75);
}
.MultiArticleTopMobile.MultiArticleWeekend .slotList > div .slotView .textArea .moreDetails {
  font-size: 3.125vw;
  font-weight: 340;
  line-height: 4.0625vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView {
  width: 95.3125vw;
  height: 83.28125vw;
  position: relative;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView .textArea {
  height: 40.625vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.57%, rgba(0, 0, 0, 0.75) 100%);
  padding: 1.5625vw 2.34375vw;
  box-sizing: border-box;
  gap: 1.25vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView .textArea .slotTitle {
  font-size: 5.9375vw;
  font-weight: 670;
  line-height: 6.875vw;
  text-shadow: -0.25641vw 0px 1.53844vw rgba(0, 0, 0, 0.75);
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .slotView .textArea .moreDetails {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 4.21875vw;
}
.MultiArticleTopMobile.MultiArticleWeekend .withImagePreview .authorImage {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .MultiArticleTopMobile .slotsContent .slotList .YplusItem .slotTitle a {
    color: #fff;
  }
  .MultiArticleTopMobile .slotsContent .slotList .slotView .textArea .slotTitle a {
    color: #fff;
  }
  .MultiArticleTopMobile.MultiArticleImages .withImagePreview .YplusItem .slotTitle a {
    color: #fff;
  }
  .MultiArticleTopMobile.MultiArticleImages .withImagePreview .slotView .textArea .slotTitle a {
    color: #fff;
  }
}
.MultiArticleScrollComponenta {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
}
.MultiArticleScrollComponenta .multiArticleTopTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiArticleScrollComponenta .multiArticleTopTab .rightTitleLink {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  line-height: 4.0625vw;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
.font-moses .MultiArticleScrollComponenta .multiArticleTopTab .rightTitleLink {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiArticleScrollComponenta .multiArticleTopTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiArticleScrollComponenta .multiArticleTopTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  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: center;
}
.MultiArticleScrollComponenta .multiArticleTopTab a,
.MultiArticleScrollComponenta .multiArticleTopTab .leftTitleText {
  text-decoration: none;
  color: #fff;
}
.MultiArticleScrollComponenta .multiArticleTopTab img {
  margin-left: 0.9375vw;
}
.MultiArticleScrollComponenta .slotListWrapper {
  padding: 2.5625vw 2.5625vw 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: auto;
  gap: 2.5625vw;
  height: 51.53125vw;
  box-sizing: border-box;
  flex-shrink: 0;
}
.MultiArticleScrollComponenta .slotListWrapper:has(.highItemDisplay) {
  height: 57.9375vw;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem {
  width: 42.40625vw;
  height: 46.40625vw;
  padding: 2.5625vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 1.5625vw 3.125vw 0px rgba(203, 203, 203, 0.4);
  position: relative;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .MutamMarketingSign {
  top: 14.75vw;
  right: 2.5625vw;
  bottom: unset;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem.highItemDisplay {
  height: 52.8125vw;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea {
  position: relative;
  flex-shrink: 0;
  height: 20vw;
  width: 100%;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style],
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style] img,
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel img,
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel[style] img[style],
.MultiArticleScrollComponenta .slotListWrapper .slotItem .mediaArea .MediaCarousel img[style] {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText {
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
  color: inherit;
  text-decoration: none;
  position: relative;
  flex-grow: 1;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .roofTitle {
  text-align: right;
  font-size: 3.84375vw;
  font-weight: 670;
  line-height: 4.84375vw;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .slotTitle {
  color: #000;
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 4.84375vw;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .moreDetails {
  color: #78787B;
  font-size: 3.28125vw;
  font-style: normal;
  font-weight: 340;
  line-height: 1.3;
  margin-bottom: unset;
  height: fit-content;
  position: absolute;
  display: flex;
  gap: 0.78125vw;
  bottom: 0;
}
.MultiArticleScrollComponenta .slotListWrapper .slotItem .slotText .moreDetails .author {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 20.3125vw;
}
@media (prefers-color-scheme: dark) {
  .MultiArticleScrollComponenta {
    background-color: #3E3E3E ! important;
  }
  .MultiArticleScrollComponenta .slotListWrapper .slotItem {
    background-color: #1e1e1e! important;
    box-shadow: 0 1.5625vw 3.125vw 0 rgba(13, 13, 13, 0.4) ! important;
  }
}
.MultiImages1280Componenta,
.MultiImagesSpecial1280Componenta {
  display: flex;
  flex-direction: column;
}
.MultiImages1280Componenta.gallery,
.MultiImagesSpecial1280Componenta.gallery {
  margin-top: 1.5625vw;
}
.MultiImages1280Componenta.Auto .slotView .slotTitle,
.MultiImagesSpecial1280Componenta.Auto .slotView .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.MultiImages1280Componenta .multiImagesTab,
.MultiImagesSpecial1280Componenta .multiImagesTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiImages1280Componenta .multiImagesTab .backgroundLink,
.MultiImagesSpecial1280Componenta .multiImagesTab .backgroundLink {
  position: absolute;
}
.MultiImages1280Componenta .multiImagesTab .titleLink,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink {
  text-decoration: none;
}
.MultiImages1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
  display: flex;
  align-items: center;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
}
.font-moses .MultiImages1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText,
.font-moses .MultiImagesSpecial1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText {
  font-size: 4.0625vw;
  font-weight: 670;
}
.MultiImages1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText img,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink.rightTitleLink .rightTitleText img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiImages1280Componenta .multiImagesTab .titleLink .leftTitleText,
.MultiImagesSpecial1280Componenta .multiImagesTab .titleLink .leftTitleText {
  font-weight: bold;
  font-size: 2.65625vw;
}
.MultiImages1280Componenta .multiImagesTab .leftSideArrow,
.MultiImagesSpecial1280Componenta .multiImagesTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  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: center;
}
.MultiImages1280Componenta .imageOnly,
.MultiImagesSpecial1280Componenta .imageOnly {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.03125vw;
}
.MultiImages1280Componenta .imageOnly .slotView,
.MultiImagesSpecial1280Componenta .imageOnly .slotView {
  width: 45vw;
  height: 26.25vw;
  margin: 1.25vw !important;
}
.MultiImages1280Componenta .imageOnly .slotView .mediaArea,
.MultiImagesSpecial1280Componenta .imageOnly .slotView .mediaArea {
  width: 100% !important;
  height: 100% !important;
}
.MultiImages1280Componenta .imageOnly .slotView .mediaArea .SiteImageMedia,
.MultiImagesSpecial1280Componenta .imageOnly .slotView .mediaArea .SiteImageMedia {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.MultiImages1280Componenta.gallery .slotsContent,
.MultiImagesSpecial1280Componenta.gallery .slotsContent {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  width: 100%;
  margin: 2.03125vw 0;
  scrollbar-width: none;
}
.MultiImages1280Componenta.gallery .slotsContent::-webkit-scrollbar,
.MultiImagesSpecial1280Componenta.gallery .slotsContent::-webkit-scrollbar {
  display: none;
}
.MultiImages1280Componenta.gallery .slotsContent a,
.MultiImagesSpecial1280Componenta.gallery .slotsContent a {
  text-decoration: none;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList {
  display: flex;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 2.03125vw !important;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea {
  height: 25vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.34375vw;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel img {
  width: 43.28125vw !important;
  height: 25vw !important;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel .videoIcon .icon,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MediaCarousel .videoIcon .icon {
  background-size: contain;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MutamMarketingText,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .mediaArea .MutamMarketingText {
  font-size: 2.96875vw;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 1.33;
}
.font-moses .MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle,
.font-moses .MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle span,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle span,
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle div,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle.commertialTitle div {
  color: #1d71c7 !important;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle a,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.MultiImages1280Componenta.gallery .slotsContent .slotList .slotView .textArea .moreDetails,
.MultiImagesSpecial1280Componenta.gallery .slotsContent .slotList .slotView .textArea .moreDetails {
  display: none;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child {
  display: flex;
  flex-direction: column;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 53.59375vw !important;
  margin-bottom: 2.65625vw;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .EditableVideo > img,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems a,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems a,
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems img,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .MediaCarousel .mediaItems img {
  width: 100% !important;
  height: 100% !important;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery).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;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon .icon,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .videoIcon .icon {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .onImage,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .mediaArea .onImage {
  height: 6.875vw;
  width: 19.0625vw;
  margin: 0 2.34375vw 2.34375vw 0;
  right: 0;
  bottom: 0;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea,
.MultiImagesSpecial1280Componenta:not(.gallery).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;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle,
.MultiImagesSpecial1280Componenta:not(.gallery).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: 3;
  -webkit-box-orient: vertical;
}
.font-moses .MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle {
  font-size: 5.46875vw;
  line-height: 1.2;
  font-weight: 670;
  font-family: "MosesDisplay", 'NarkisBlock';
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.font-moses .MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .slotTitle a {
  font-weight: 670;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails,
.MultiImagesSpecial1280Componenta:not(.gallery).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;
}
.font-moses .MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails {
  font-size: 3.0625vw;
  font-weight: 310;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage {
  height: 7.96875vw;
  margin-left: 2.03125vw;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage img,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .authorImage img {
  height: 7.96875vw;
  width: 7.96875vw;
  border-radius: 50%;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow {
  display: flex;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .authorInfo,
.MultiImagesSpecial1280Componenta:not(.gallery).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;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .separator,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .moreInfoRow .separator {
  margin: 0 0.78125vw;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .DateDisplay,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .textArea .moreDetails .videoIcon {
  display: none;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth *,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode.emptySlot,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode:hover .RichInput,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImages1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .imageArea,
.MultiImagesSpecial1280Componenta:not(.gallery).MultiArticleImages .slotsContent .slotView:first-child .imageArea {
  position: relative;
  margin-bottom: 1.5625vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent {
  display: flex;
  flex-direction: column;
  margin-top: 2.65625vw;
  padding: 0 2.03125vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent a,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent a {
  text-decoration: none;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 3.125vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea {
  display: flex;
  justify-content: center;
  width: 33.59375vw;
  height: 18.90625vw;
  margin-left: 3.4375vw;
  flex-shrink: 0;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  width: 100% !important;
  position: relative;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel img,
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel a,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .MediaCarousel a {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon {
  width: 4.21875vw;
  height: 4.21875vw !important;
  margin: 0 0 1.25vw 1.25vw;
  left: 0;
  bottom: 0;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon .icon,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .videoIcon .icon {
  background-size: contain;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .onImage,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .mediaArea .onImage {
  height: 4.21875vw;
  margin: 0 1.25vw 1.25vw 0;
  bottom: 0;
  right: 0;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 4.375vw;
  line-height: 4.6875vw;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.font-moses .MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle {
  font-size: 3.90625vw;
  line-height: 1.2;
  font-weight: 500;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle a,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .slotTitle a {
  text-decoration: none;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails {
  display: flex;
  align-items: center;
  line-height: 2.03125vw;
  font-size: 3.4375vw;
  font-weight: 300;
  color: #78787b;
  line-height: 4.21875vw;
}
.font-moses .MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails,
.font-moses .MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails {
  font-size: 3.0625vw;
  line-height: 4.375vw;
  font-weight: 310;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .authorInfo,
.MultiImagesSpecial1280Componenta:not(.gallery) .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;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .separator,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .separator {
  margin: 0 0.78125vw;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .DateDisplay {
  white-space: nowrap;
}
.MultiImages1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon,
.MultiImagesSpecial1280Componenta:not(.gallery) .slotsContent .slotList .slotView .textArea .moreDetails .videoIcon {
  display: none;
}
@media (prefers-color-scheme: dark) {
  .MultiImages1280Componenta.Auto .slotView .slotTitle {
    color: #fff;
  }
  .MultiImages1280Componenta .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.basic .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.basic .slotsContent .slotList .slotView .textArea .moreDetails {
    color: #78787b;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList > div:nth-child(1) .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList > div:nth-child(1) .textArea .moreDetails {
    color: #78787b;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList .slotView .textArea .slotTitle {
    color: #fff;
  }
  .MultiImagesSpecial1280Componenta.MultiArticleImages .slotsContent .slotList .slotView .textArea .moreDetails {
    color: #78787b;
  }
}
.MultiImagesMagazineSquareComponenta {
  display: flex;
  flex-direction: column;
  gap: 3.90625vw;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab .rightTitleLink {
  display: flex;
  align-items: center;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 4.0625vw;
  white-space: nowrap;
  color: #fff;
  flex-grow: 1;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab .rightTitleLink img {
  height: 3.90625vw;
  margin-left: 1.5625vw;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab .leftSideArrow {
  height: 3.90625vw;
  width: 3.90625vw;
  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: center;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab a {
  text-decoration: none;
}
.MultiImagesMagazineSquareComponenta .multiImagesTab img {
  margin-left: 0.9375vw;
}
.MultiImagesMagazineSquareComponenta .slotsContent {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1875vw;
  padding: 0 2.34375vw;
  box-sizing: border-box;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView {
  margin-bottom: 1.71875vw;
  width: 46.5625vw;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  height: 62.5vw;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea {
  width: 46.5625vw;
  height: 46.5625vw;
  position: relative;
  overflow: hidden;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .mediaItems {
  width: 100%;
  height: 100%;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .MediaCarousel[style],
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .mediaArea .SiteImageMedia[style] {
  width: 100% !important;
  height: 100% ! important;
  object-fit: cover;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .slotTitle {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 4.84375vw;
  color: #000;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .slotTitle a,
.MultiImagesMagazineSquareComponenta .slotsContent .slotView .slotTitle a:hover {
  color: #000;
  text-decoration: none;
}
.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: 19.0625vw;
  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: 4.21875vw;
  height: 4.21875vw !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 {
  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;
  }
}
.MultiArticleSpecialWeekendComponenta {
  width: 100%;
  gap: 0.54688vw;
  flex-direction: column;
  display: flex;
  margin-bottom: 3.125vw;
}
.vesty .MultiArticleSpecialWeekendComponenta,
.ynetnews .MultiArticleSpecialWeekendComponenta {
  font-family: "NarkisBlock";
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .multiArticleTopTab {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  padding: 0 4.6875vw;
  z-index: 4;
  font-size: 4.0625vw;
  font-weight: 670;
  color: #fff;
  background-color: #1417ac;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='32' viewBox='0 0 28 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M19.8389 -2.3152H19.2389C14.2624 -2.3915 9.45729 -0.463753 5.89759 3.05603C2.32276 6.57582 0.27064 11.3926 0.189967 16.4536C0.109294 21.5095 2.01015 26.3924 5.46902 30.0292C8.92788 33.666 13.6674 35.7514 18.6439 35.8328H19.244C24.1146 35.8277 28.7936 33.8999 32.2928 30.4564C35.792 27.013 37.8391 22.3182 38.0005 17.3691V16.7588C37.9954 11.8046 36.0996 7.04885 32.7113 3.48838C29.3231 -0.0670147 24.7045 -2.15244 19.8389 -2.3152ZM15.6509 4.89225C15.4794 4.73457 15.2526 4.65828 15.0257 4.65828V4.67354H12.8828C12.7769 4.65828 12.666 4.67862 12.5651 4.7244C12.4643 4.77526 12.3786 4.84647 12.3181 4.94311C12.2576 5.03976 12.2172 5.14657 12.2122 5.26356C12.2021 5.37546 12.2273 5.49244 12.2777 5.59417L16.6442 20.7465C16.8106 21.3213 17.0576 21.5248 17.5517 21.5248H18.7316C18.6005 22.303 18.3938 23.0659 18.1265 23.8035C17.9954 24.5054 17.7232 25.1666 17.3248 25.7465C16.9265 26.3263 16.4122 26.8044 15.8173 27.1503L15.3484 27.4097C15.1467 27.5165 14.9954 27.6996 14.9198 27.9184C14.8441 28.1371 14.8492 28.3812 14.9349 28.5948L15.6509 30.1513C15.6912 30.253 15.7517 30.3395 15.8223 30.4158C15.8979 30.4921 15.9837 30.5531 16.0795 30.5887C16.1753 30.6294 16.2761 30.6447 16.3769 30.6396C16.4778 30.6345 16.5786 30.604 16.6694 30.5582L17.4106 30.1818C18.4039 29.6426 19.266 28.8746 19.9316 27.9336C20.5972 26.9926 21.0509 25.9092 21.2577 24.7546L25.9266 5.64504C26.0678 5.03976 25.7653 4.66336 25.2964 4.66336H23.2644C23.1434 4.62267 23.0123 4.6125 22.8812 4.63284C22.7501 4.65319 22.6291 4.69897 22.5182 4.77526C22.4073 4.84647 22.3165 4.94311 22.2459 5.0601C22.1753 5.17709 22.1299 5.30425 22.1098 5.44158L19.5837 16.8402L19.0341 19.5258C19.0139 18.7476 18.9131 17.9694 18.7316 17.2166L15.9837 5.49753C15.9433 5.25847 15.8274 5.04484 15.6509 4.89225Z' fill='url(%23paint0_radial_14853_12331)' fill-opacity='0.85'/%3E %3Cdefs%3E %3CradialGradient id='paint0_radial_14853_12331' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(-1.83818 22.6922) rotate(-18.5579) scale(35.2077 35.4504)'%3E %3Cstop offset='0.165' stop-color='white' stop-opacity='0.2'/%3E %3Cstop offset='1' stop-color='white'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E");
  background-size: contain;
  background-position: 100% 0px;
  background-repeat: no-repeat;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .multiArticleTopTab,
.vesty .MultiArticleSpecialWeekendComponenta .multiArticleTopTab {
  background-image: none;
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .mainItem {
  display: flex;
  gap: 0.625vw;
  height: 88.28125vw;
  overflow: hidden;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView {
  width: 49.6875vw;
  overflow: hidden;
  position: relative;
  height: 88.28125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel[style],
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel {
  width: 100% !important;
  background: rgba(0, 0, 0, 0.7);
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel[style] img,
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .MediaCarousel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  height: 57.96875vw;
  padding: 0 3.75vw 2.65625vw;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  gap: 1.25vw;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-size: 4.60938vw;
  line-height: 1.15;
  width: 100%;
  font-weight: 660;
  color: #fff;
  font-family: "MosesDisplay", "NarkisBlock";
  max-height: 31.875vw;
  text-align: center;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: balance;
  text-shadow: rgba(0, 0, 0, 0.85) 0px 0.625vw 0.625vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium * {
  font-family: "MosesDisplay", "NarkisBlock";
}
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium,
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium {
  font-weight: 700;
  line-height: 5vw;
  max-height: 30vw;
  font-family: "NarkisBlock";
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .slotTitle.medium a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  color: #fff;
  font-size: 2.8125vw;
  line-height: 1.45;
  font-weight: 340;
  text-align: center;
}
.vesty .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo,
.ynetnews .MultiArticleSpecialWeekendComponenta .mainItem .slotView .textArea .authorInfo {
  font-size: 3.28125vw;
  font-weight: 400;
  line-height: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item img,
.MultiArticleSpecialWeekendComponenta .mainItem .video-item video {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.5625;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea {
  padding: 12.5vw 3.75vw 7.8125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .authorInfo {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .videoDuration {
  height: 6.09375vw;
  display: flex;
  align-items: center;
  align-self: end;
  justify-content: end;
  gap: 1.25vw;
  position: absolute;
  bottom: 1.5625vw;
  left: 2.34375vw;
  padding-inline-end: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .video-item .textArea .videoDuration .durationLogo {
  width: 2.1875vw;
  height: 2.5vw;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay {
  width: 100vw;
  height: 100dvh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  overflow: hidden;
  z-index: 99999;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player {
  width: 100% !important;
  height: 100% !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .close-btn {
  width: 6.25vw;
  height: 6.25vw;
  position: absolute;
  top: 9.375vw;
  right: 3.125vw;
  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;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo {
  display: flex;
  justify-content: space-between;
  padding: 3.75vw 3.75vw 4.6875vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2.5vw;
  color: #fff;
  opacity: 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 4.6875vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoSubtitle {
  font-size: 3.59375vw;
  font-style: normal;
  font-weight: 100;
  line-height: 4.375vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .videoSubtitle.close {
  -webkit-line-clamp: 2;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5vw 0 0 0;
  direction: rtl;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .credit {
  color: #c5c5c5;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.0625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125vw;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkText {
  color: #fff;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent .moreDetails .videoLink .linkIcon {
  width: 3.125vw;
  height: 2.03125vw;
  margin-top: 0.3125vw;
  rotate: 270deg;
  background: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4 17 16.5 7 29 17' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 5vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .shareBtn {
  width: 7.8125vw;
  height: 7.8125vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 7.25C25 9.04493 23.5449 10.5 21.75 10.5C20.9154 10.5 20.1542 10.1854 19.5787 9.66828L11.3901 14.409C11.4618 14.6773 11.5 14.9592 11.5 15.25C11.5 15.5371 11.4628 15.8156 11.3929 16.0807L19.385 20.5208C19.9776 19.8923 20.818 19.5 21.75 19.5C23.5449 19.5 25 20.9551 25 22.75C25 24.5449 23.5449 26 21.75 26C19.9551 26 18.5 24.5449 18.5 22.75C18.5 22.4628 18.5373 22.1843 18.6072 21.919L10.6152 17.479C10.0225 18.1076 9.18209 18.5 8.25 18.5C6.45507 18.5 5 17.0449 5 15.25C5 13.4551 6.45507 12 8.25 12C9.17823 12 10.0156 12.3891 10.6078 13.0132L18.686 8.33631C18.5655 7.99663 18.5 7.63097 18.5 7.25C18.5 5.45507 19.9551 4 21.75 4C23.5449 4 25 5.45507 25 7.25ZM23.4 7.25C23.4 8.16127 22.6613 8.9 21.75 8.9C20.8387 8.9 20.1 8.16127 20.1 7.25C20.1 6.33873 20.8387 5.6 21.75 5.6C22.6613 5.6 23.4 6.33873 23.4 7.25ZM8.25 16.9C9.16127 16.9 9.9 16.1613 9.9 15.25C9.9 14.3387 9.16127 13.6 8.25 13.6C7.33873 13.6 6.6 14.3387 6.6 15.25C6.6 16.1613 7.33873 16.9 8.25 16.9ZM21.75 24.4C22.6613 24.4 23.4 23.6613 23.4 22.75C23.4 21.8387 22.6613 21.1 21.75 21.1C20.8387 21.1 20.1 21.8387 20.1 22.75C20.1 23.6613 20.8387 24.4 21.75 24.4Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  z-index: 10;
  cursor: pointer;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn {
  width: 6.09375vw;
  height: 4.84375vw;
  margin-left: 0.625vw;
  padding: 0.78125vw 0 0 0;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon {
  width: 6.09375vw;
  height: 4.84375vw;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="true"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath d='M23.7502 7.03821C24.0832 6.69906 24.0832 6.14918 23.7502 5.81003C23.4173 5.47088 22.8774 5.47088 22.5444 5.81003L19.6363 8.77193L16.7283 5.81003C16.3953 5.47088 15.8554 5.47088 15.5224 5.81003C15.1895 6.14918 15.1895 6.69906 15.5224 7.03821L18.4305 10.0001L15.5224 12.962C15.1895 13.3012 15.1895 13.851 15.5224 14.1902C15.8554 14.5293 16.3953 14.5293 16.7283 14.1902L19.6363 11.2283L22.5444 14.1902C22.8774 14.5293 23.4173 14.5293 23.7502 14.1902C24.0832 13.851 24.0832 13.3012 23.7502 12.962L20.8422 10.0001L23.7502 7.03821Z' fill='white'/%3E %3C/svg%3E");
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon[aria-checked="false"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5955 0.0903588C12.8984 0.242014 13.0909 0.560161 13.0909 0.909098V19.0909C13.0909 19.4398 12.8984 19.758 12.5955 19.9096C12.2927 20.0613 11.9329 20.0197 11.6696 19.8026L5.60975 14.8052H0.876163C0.392272 14.8052 0 14.3982 0 13.8961V6.1039C0 5.60182 0.392272 5.19481 0.876163 5.19481H5.60975L11.6696 0.197418C11.9329 -0.0196951 12.2927 -0.0612964 12.5955 0.0903588ZM11.3386 2.79291L6.46069 6.81558C6.30569 6.94341 6.11353 7.01299 5.91553 7.01299H1.75233V12.987H5.91553C6.11353 12.987 6.30569 13.0566 6.46069 13.1844L11.3386 17.2071V2.79291Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3498 1.37588C19.6883 1.02307 20.2369 1.02315 20.5752 1.37607C22.7681 3.66358 24 6.76569 24 10.0002C24 13.2347 22.7681 16.3369 20.5752 18.6244C20.2369 18.9773 19.6883 18.9774 19.3498 18.6246C19.0114 18.2717 19.0113 17.6996 19.3496 17.3467C21.2177 15.3981 22.2671 12.7556 22.2671 10.0002C22.2671 7.24488 21.2177 4.60234 19.3496 2.65373C19.0113 2.30081 19.0114 1.7287 19.3498 1.37588ZM15.5266 5.36289C15.865 5.01008 16.4136 5.01017 16.7519 5.36309C17.9296 6.59156 18.5912 8.25751 18.5912 9.99457C18.5912 11.7316 17.9296 13.3976 16.7519 14.6261C16.4136 14.979 15.865 14.9791 15.5266 14.6262C15.1882 14.2734 15.1881 13.7013 15.5264 13.3484C16.3792 12.4588 16.8583 11.2524 16.8583 9.99457C16.8583 8.7367 16.3792 7.53032 15.5264 6.64074C15.1881 6.28782 15.1882 5.71571 15.5266 5.36289Z' fill='white'/%3E %3C/svg%3E");
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-icon:hover {
  transform: unset;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .btnsContent .mute-btn .fp-volume {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails {
  height: 20.3125vw;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  position: relative;
  background: rgba(30, 30, 30, 0.8);
  font-size: 2.8125vw;
  font-weight: 100;
  line-height: 3.75vw;
  opacity: 0;
  direction: ltr;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline {
  width: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline .fp-timeline {
  width: 100%;
  height: 0.78125vw;
  display: flex;
  background-color: #78787b;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .timeline .fp-timeline .fp-color {
  background: #c5c5c5;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .playing-time {
  display: flex;
  gap: 0.46875vw;
  color: #78787b;
  margin: auto 0;
  padding: 0 3.75vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .playing-time .elapsed {
  color: #fff;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .arrow .arrowText {
  color: #78787b;
  font-size: 3.28125vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails .arrow .arrowIcon {
  width: 7.8125vw;
  height: 7.8125vw;
  rotate: 180deg;
  filter: invert(49%) sepia(5%) saturate(187%) hue-rotate(201deg) brightness(96%) contrast(92%);
  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;
  background-repeat: no-repeat;
  background-size: contain;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player {
  width: 100%;
  height: 100%;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-logo,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-footer {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-header .fp-fullscreen,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-middle .fp-right-zone,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-qsel,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-small-play,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-small-pause,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .close-btn {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .videoInfo .textContent,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer .contentDiv .playerDetails {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-touched .fp-ui .fp-middle::after,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-touched) .close-btn,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .close-btn {
  opacity: 1;
  visibility: visible;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-touched) .contentDiv .videoInfo,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .contentDiv .videoInfo {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 94%);
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-touched) .contentDiv .videoInfo .textContent,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .contentDiv .videoInfo .textContent {
  opacity: 1;
  visibility: visible;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-touched) .contentDiv .playerDetails,
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer:has(#player.is-paused) .contentDiv .playerDetails {
  opacity: 1;
  visibility: visible;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-switch .fp-play {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-playing .fp-switch .fp-pause {
  width: 13.28125vw !important;
  height: 13.28125vw !important;
  opacity: 0.8;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .mainItem .videoOverlay .weekend-item-video-player .videoContainer #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.MultiArticleSpecialWeekendComponenta .slotList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.54688vw;
}
.MultiArticleSpecialWeekendComponenta .slotList > div {
  width: 64.6875vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div {
  width: 100%;
  height: 43.28125vw;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div:nth-child(2n) .slotView {
  flex-direction: row-reverse;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView {
  width: 100%;
  height: 43.28125vw;
  position: relative;
  display: flex;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea {
  padding: 5.15625vw 3.90625vw;
  width: 50vw;
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  gap: 1.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  text-align: center;
  font-size: 4.0625vw;
  font-weight: 670;
  line-height: 4.84375vw;
  max-height: 19.375vw;
  color: #fff;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  text-wrap: balance;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle {
  font-weight: 600;
  line-height: 5.15625vw;
  font-size: 4.6875vw;
  max-height: 20.3125vw;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .slotTitle a {
  color: inherit;
  text-decoration: none;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-size: 3.125vw;
  font-weight: 340;
  line-height: 4.0625vw;
  align-self: center;
  color: #fff;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo,
.vesty .MultiArticleSpecialWeekendComponenta .slotList > div > div .slotView .textArea .authorInfo {
  font-weight: 400;
  font-size: 3.28125vw;
  line-height: 1;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style],
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea {
  height: 43.28125vw !important;
  width: 50vw !important;
  flex-shrink: 0;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style] .MediaCarousel,
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea .MediaCarousel {
  display: flex;
  height: 100% !important;
  align-items: flex-start;
  justify-content: center;
  width: 100% !important;
}
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea[style] .MediaCarousel .SiteImageMedia,
.MultiArticleSpecialWeekendComponenta .slotList > div > div .mediaArea .MediaCarousel .SiteImageMedia {
  height: 43.28125vw;
  object-fit: cover;
  width: 50vw !important;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems {
  width: 100%;
  background-color: #232f50;
  padding: 3.90625vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 24.6875vw;
  gap: 1.25vw;
  align-items: center;
  text-decoration: none;
  color: #fff;
  height: 17.1875vw;
  margin-bottom: auto;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem img {
  object-fit: contain;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle {
  font-weight: 670;
  font-size: 3.4375vw;
  line-height: 4.375vw;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle,
.vesty .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemTitle {
  font-weight: 600;
}
.MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText {
  font-weight: 100;
  margin-top: -1px;
  font-size: 3.125vw;
  line-height: 4.0625vw;
}
.ynetnews .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText,
.vesty .MultiArticleSpecialWeekendComponenta .slotList .promotionItems .promItem > div .promItemText {
  font-weight: 300;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
body:has(.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay) {
  overflow: hidden;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab {
  color: #fff;
  font-size: 4.0625vw;
  display: flex;
  align-items: center;
  height: 6.5625vw;
  font-weight: bold;
  padding: 0.625vw 2.5vw;
  justify-content: space-between;
  margin-bottom: 2.5vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks {
  display: flex;
  align-items: center;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks a {
  width: 3.28125vw;
  height: 3.28125vw;
  margin-inline-end: 5vw;
  display: inline-block;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks a:last-child {
  margin-inline-end: 0;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .youtubeLink {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.71' height='16' viewBox='0 0 22.71 16'%3E %3Cpath id='prefix__Path_434' d='M30.235 36.5a2.853 2.853 0 0 0-2.008-2.021C26.456 34 19.355 34 19.355 34s-7.1 0-8.873.478A2.853 2.853 0 0 0 8.475 36.5a32.125 32.125 0 0 0 0 11 2.853 2.853 0 0 0 2.008 2.021c1.77.479 8.872.479 8.872.479s7.1 0 8.873-.478a2.853 2.853 0 0 0 2.007-2.022 32.125 32.125 0 0 0 0-11zm-13.2 8.878v-6.755L22.968 42z' data-name='Path 434' transform='translate(-8 -34)' style='fill:%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
  height: 2.5vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .facebookLink {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Icons / Social (Set)'%3E %3Cpath id='Logo' d='M13.6063 1.91971C15.2496 1.91971 16.6283 1.91992 16.6283 1.91992V4.42186C16.6283 4.42186 16.2683 4.43105 15.3753 4.43258L14.9577 4.43411C12.8606 4.43411 13.167 5.6322 13.167 6.84665L13.1655 9.03205H16.2683L15.7504 11.934L13.1655 11.9324L13.1663 16.8877L13.167 21.1199H10.3889V16.8877L10.3888 11.9324L6.41156 11.934L6.41161 9.03205H10.3889V6.669C10.3889 2.86104 12.7129 1.91971 13.6063 1.91971Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .twitterLink {
  background: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Twitter X New Logo Vector 1' clip-path='url(%23clip0_7522_186)'%3E %3Cpath id='path1009' d='M0.924536 0.360107L7.96637 9.8931L0.880005 17.6405H2.47488L8.67924 10.8564L13.6936 17.6409H19.1196L11.6811 7.5734L18.2773 0.360107H16.6824L10.9686 6.6071L6.35167 0.360107H0.924536ZM3.27007 1.54951H5.76341L16.773 16.4511H14.2804L3.27007 1.54951Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_7522_186'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(0.880005 0.360107)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .instagramLink {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_1891' data-name='Group 1891' transform='translate(-4.079 -4.079)'%3E %3Cpath id='prefix__Path_432' d='M12.079 5.52c2.136 0 2.389.008 3.233.047a4.428 4.428 0 0 1 1.486.275 2.649 2.649 0 0 1 1.518 1.518 4.428 4.428 0 0 1 .275 1.485c.038.844.047 1.1.047 3.233s-.008 2.389-.047 3.233a4.428 4.428 0 0 1-.275 1.486 2.649 2.649 0 0 1-1.516 1.518 4.428 4.428 0 0 1-1.486.275c-.843.038-1.1.047-3.233.047s-2.389-.008-3.233-.047a4.428 4.428 0 0 1-1.486-.275A2.649 2.649 0 0 1 5.843 16.8a4.428 4.428 0 0 1-.275-1.485c-.038-.844-.047-1.1-.047-3.233s.008-2.389.047-3.233a4.428 4.428 0 0 1 .275-1.486 2.649 2.649 0 0 1 1.518-1.52 4.428 4.428 0 0 1 1.485-.275c.844-.038 1.1-.047 3.233-.047m0-1.441c-2.173 0-2.445.009-3.3.048a5.872 5.872 0 0 0-1.94.372A4.091 4.091 0 0 0 4.5 6.839a5.872 5.872 0 0 0-.372 1.942c-.039.853-.048 1.126-.048 3.3s.009 2.445.048 3.3a5.872 5.872 0 0 0 .372 1.938 4.091 4.091 0 0 0 2.34 2.34 5.872 5.872 0 0 0 1.942.372c.853.039 1.126.048 3.3.048s2.445-.009 3.3-.048a5.872 5.872 0 0 0 1.942-.372 4.091 4.091 0 0 0 2.34-2.34 5.872 5.872 0 0 0 .372-1.942c.039-.853.048-1.126.048-3.3s-.009-2.445-.048-3.3a5.872 5.872 0 0 0-.372-1.942 4.091 4.091 0 0 0-2.34-2.34 5.872 5.872 0 0 0-1.942-.372c-.853-.039-1.126-.048-3.3-.048z' class='prefix__cls-1' data-name='Path 432'/%3E %3Cpath id='prefix__Path_433' d='M130.743 126.635a4.108 4.108 0 1 0 4.108 4.108 4.108 4.108 0 0 0-4.108-4.108zm0 6.775a2.667 2.667 0 1 1 2.667-2.667 2.667 2.667 0 0 1-2.667 2.667z' class='prefix__cls-1' data-name='Path 433' transform='translate(-118.664 -118.664)'/%3E %3Ccircle id='prefix__Ellipse_40' cx='.96' cy='.96' r='.96' class='prefix__cls-1' data-name='Ellipse 40' transform='translate(15.389 6.849)'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .tiktokLink {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.614' height='15.675' viewBox='0 0 13.614 15.675'%3E %3Cpath fill='%23fff' d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)'/%3E %3Cpath d='M2355.628 687.277h-2.17V697.8a2.979 2.979 0 1 1-2.315-2.908l.01-.044v-2.156a5.153 5.153 0 1 0 4.475 5.108v-6.16a5.45 5.45 0 0 0 3.308 1.115v-2.169a3.312 3.312 0 0 1-3.308-3.309z' transform='translate(-2345.323 -687.277)' style='mix-blend-mode:darken;isolation:isolate' fill='%23fff'/%3E %3C/svg%3E") no-repeat center center / cover;
  height: 3.75vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .mediaLinks .whatsappLink {
  background: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Whatsapp icon%5C'%3E %3Cpath id='Path' fill-rule='evenodd' clip-rule='evenodd' d='M3.20649 18.5814L1.51074 24.7441L7.84599 23.0896C9.59049 24.0376 11.557 24.5371 13.5572 24.5371C20.1467 24.5371 25.5085 19.2031 25.5107 12.6444C25.5115 9.46814 24.271 6.47939 22.0142 4.23089C19.759 1.98389 16.7582 0.744891 13.561 0.744141C6.97524 0.744141 1.61349 6.07889 1.61124 12.6361C1.61049 14.7324 2.16099 16.7776 3.20649 18.5814Z' stroke='white' stroke-width='1.3'/%3E %3Cpath id='Path_2' fill-rule='evenodd' clip-rule='evenodd' d='M7.51074 10.2684C7.51074 11.6911 8.56824 13.0659 8.71674 13.2594C8.86449 13.4521 10.7987 16.3719 13.7597 17.6244C14.4647 17.9236 15.0152 18.1006 15.4427 18.2334C16.1507 18.4531 16.7935 18.4216 17.3027 18.3489C17.8705 18.2649 19.0502 17.6484 19.2962 16.9734C19.5422 16.2976 19.5422 15.7194 19.4687 15.5986C19.3937 15.4786 19.1972 15.4066 18.9017 15.2611C18.607 15.1164 17.1542 14.4166 16.8842 14.3206C16.6142 14.2239 16.4162 14.1759 16.2205 14.4646C16.0232 14.7541 15.4577 15.4051 15.2852 15.5986C15.1135 15.7914 14.941 15.8161 14.6462 15.6714C14.3507 15.5266 13.399 15.2206 12.271 14.2366C11.3935 13.4694 10.801 12.5221 10.63 12.2334C10.4575 11.9431 10.6105 11.7879 10.759 11.6439C10.8917 11.5134 11.0545 11.3064 11.2015 11.1361C11.3492 10.9674 11.3987 10.8466 11.4962 10.6539C11.5937 10.4611 11.5457 10.2916 11.4722 10.1476C11.3987 10.0036 10.8077 8.58014 10.5617 8.00039C10.3502 7.50464 10.1357 7.50539 9.96399 7.50539L9.89649 7.50464C9.72549 7.49639 9.52824 7.49414 9.33174 7.49414C9.13449 7.49414 8.81424 7.56614 8.54424 7.85639C8.27424 8.14514 7.51074 8.84489 7.51074 10.2684Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent {
  position: relative;
  overflow: auto;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent button {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  gap: 3.125vw;
  overflow: auto;
  position: relative;
  padding: 0 1.875vw !important;
  margin-bottom: 2.5vw;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  position: relative;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper {
  width: 63.125vw;
  height: 111.71875vw;
  display: flex !important;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  border-radius: 3.125vw;
  overflow: hidden;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper img {
  width: 63.125vw;
  height: 111.71875vw;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .promoVideo {
  width: 63.125vw;
  height: 111.71875vw;
  position: relative;
  z-index: 1;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2.5vw;
  color: #fff;
  border-radius: 0 0 3.125vw 3.125vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
  z-index: 999;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  font-size: 4.0625vw;
  font-weight: 500;
  line-height: 5.3125vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  height: 6.09375vw;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.25vw;
  padding-inline-end: 0.625vw;
  font-size: 3.59375vw;
  font-weight: 100;
  line-height: 4.53125vw;
}
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  width: 2.1875vw;
  height: 2.5vw;
  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;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper {
  width: 37.1875vw !important;
  height: 65.625vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper img {
  width: 37.1875vw !important;
  height: 65.625vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .mediaWrapper .promoVideo {
  width: 37.1875vw !important;
  height: 65.625vw !important;
}
.newYnetTvVerticalDynamicMutamComponenta.basic .videoGalleryVerticalMutamWrapper .frame_forList .slotView .contentDiv .videoTitle {
  display: none !important;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.leftAndRightTransitionAnimation,
.newYnetTvVerticalDynamicMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.newsFlashAndTwentyFourSevenMobileComponenta {
  background-color: #3e3e3e;
  display: flex;
  flex-direction: column;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light {
  background-color: #ffff;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer {
  height: 8.59375vw;
  justify-content: space-between;
  margin-bottom: 0.9375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer .tabTitle {
  background-color: #5C5FC6;
  font-size: 4.0625vw !important;
  font-weight: 670 !important;
  line-height: 6.09375vw;
  padding: 0 1.25vw;
  width: 49.375vw;
  box-sizing: border-box;
  flex: unset;
  flex-shrink: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer .tabTitle.active {
  background-color: #1417AC;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tabsContainer .tabTitle .bottomBar {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLink {
  background-color: transparent;
  height: 10.9375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLink .bottomLinkTitle {
  color: #1417AC;
  font-size: 4.0625vw !important;
  line-height: 6.09375vw;
  font-weight: 670 ! important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLink .bottomLinkIcon {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Vector 33' d='M11.2426 2.01465L2.75732 10.4999L11.2426 18.9852' stroke='%231417AC' stroke-width='3'/%3E %3C/svg%3E");
  height: 100%;
  background-size: 80%;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper {
  margin-top: 1.5625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem {
  width: 90.625vw;
  margin-inline-start: 2.03125vw;
  margin-bottom: 3.125vw;
  margin-top: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem:last-child {
  margin-bottom: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .mediaArea {
  margin-inline-end: 3.4375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .slotTitle {
  color: #000 !important;
  font-size: 3.90625vw !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .moreDetails {
  color: #78787B !important;
  font-size: 3.28125vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  margin-top: 2.1875vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView {
  border-radius: 0;
  background-color: #F5F5F5;
  margin: 0px 2.1875vw;
  border-inline-start: 0.625vw solid #DE1A1A;
  box-shadow: none;
  min-height: 29.84375vw;
  padding: 3.125vw;
  box-sizing: border-box;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:first-child {
  margin-top: 0px !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:last-child {
  margin-bottom: 0px !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails {
  margin-top: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonExpand {
  background: url("data:image/svg+xml,%3Csvg width='36' height='35' viewBox='0 0 36 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.416 12.0048C29.8734 12.4586 29.8765 13.1972 29.4227 13.6547L19.0727 24.0903C18.5598 24.6075 17.6846 24.6635 17.1196 24.0938L6.76606 13.6547C6.31232 13.1972 6.31536 12.4586 6.77285 12.0048C7.23033 11.5511 7.96901 11.5541 8.42275 12.0116L18.0944 21.7632L27.7661 12.0116C28.2198 11.5541 28.9585 11.5511 29.416 12.0048Z' fill='black'/%3E %3C/svg%3E");
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  width: 5.46875vw;
  height: 5.46875vw;
  border: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonShare {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .dateView {
  font-size: 3.125vw;
  font-weight: 340 ! important;
  line-height: 4.375vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .DateDisplay {
  font-size: 3.125vw;
  line-height: 4.375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv {
  flex-grow: 1;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .roofTitle {
  display: flex;
  margin: 0;
  height: 5vw;
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 3.59375vw;
  padding: 0.78125vw 1.5625vw;
  box-sizing: border-box;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotTitle {
  margin: 0;
  display: block;
  height: auto;
  min-height: 7.8125vw;
  width: 100%;
  font-size: 4.21875vw !important;
  line-height: 5.625vw !important;
  font-weight: 500 !important;
  transition: none !important;
  position: relative;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText {
  font-size: 3.90625vw !important;
  line-height: 5.625vw !important;
  transition: none !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now {
  background-color: #F5F5F5 !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now.newItem {
  background-color: #F8D1D1  !important;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now .dateView {
  font-weight: 670 !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotTitle {
  color: #000;
  width: 100%;
  transition: none !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotText.show {
  padding-top: 1.25vw;
  font-size: 3.90625vw;
  line-height: 5.625vw;
  padding-bottom: 0px;
  margin-bottom: 1.5625vw;
  transition: none !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotText.show b {
  font-weight: 340;
  margin-inline-start: 0px;
  color: #78787B;
  display: block;
  font-size: 3.28125vw;
  line-height: 5vw;
  margin-top: 1.25vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .buttonShare {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' viewBox='0 0 36 35' fill='none'%3E %3Cpath d='M17.1351 4.92686C17.4807 4.57972 18.0411 4.57972 18.3867 4.92686L23.9183 10.4825C24.264 10.8296 24.264 11.3924 23.9183 11.7396C23.5727 12.0867 23.0123 12.0867 22.6667 11.7396L18.6942 7.74988V22.385C18.6942 22.8582 18.2764 23.3332 17.7609 23.3332C17.2454 23.3332 16.8276 22.8582 16.8276 22.385V7.74988L12.8551 11.7396C12.5095 12.0867 11.9491 12.0867 11.6035 11.7396C11.2578 11.3924 11.2578 10.8296 11.6035 10.4825L17.1351 4.92686Z' fill='black'/%3E %3Cpath d='M7.999 17.2655C7.999 16.7348 7.57261 16.3047 7.04662 16.3047C6.52063 16.3047 6.09424 16.7348 6.09424 17.2655V26.4903C6.09424 27.4902 6.46282 28.4607 7.13636 29.1855C7.81185 29.9124 8.74164 30.3334 9.72519 30.3334H25.7966C26.7802 30.3334 27.71 29.9124 28.3855 29.1855C29.059 28.4607 29.4276 27.4902 29.4276 26.4903V17.2655C29.4276 16.7348 29.0012 16.3047 28.4752 16.3047C27.9492 16.3047 27.5228 16.7348 27.5228 17.2655V26.4903C27.5228 27.0192 27.327 27.5149 26.9959 27.8713C26.6667 28.2255 26.2339 28.4118 25.7966 28.4118H9.72519C9.28794 28.4118 8.85512 28.2255 8.52595 27.8713C8.19483 27.5149 7.999 27.0192 7.999 26.4903V17.2655Z' fill='black'/%3E %3C/svg%3E") ! important;
  width: 5.46875vw !important;
  height: 5.46875vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .buttonShare.android {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.4276 8.7443C29.4276 10.8384 27.73 12.536 25.6359 12.536C24.6622 12.536 23.7742 12.1689 23.1027 11.5656L13.5494 17.0965C13.633 17.4094 13.6776 17.7383 13.6776 18.0776C13.6776 18.4126 13.6341 18.7375 13.5526 19.0468L22.8767 24.2269C23.5681 23.4937 24.5486 23.036 25.6359 23.036C27.73 23.036 29.4276 24.7336 29.4276 26.8276C29.4276 28.9217 27.73 30.6193 25.6359 30.6193C23.5418 30.6193 21.8442 28.9217 21.8442 26.8276C21.8442 26.4926 21.8877 26.1676 21.9693 25.8582L12.6453 20.6782C11.9539 21.4115 10.9733 21.8693 9.88591 21.8693C7.79183 21.8693 6.09424 20.1717 6.09424 18.0776C6.09424 15.9836 7.79183 14.286 9.88591 14.286C10.9688 14.286 11.9457 14.74 12.6366 15.468L22.0612 10.0117C21.9207 9.61537 21.8442 9.18877 21.8442 8.7443C21.8442 6.65022 23.5418 4.95264 25.6359 4.95264C27.73 4.95264 29.4276 6.65022 29.4276 8.7443ZM27.5609 8.7443C27.5609 9.80745 26.6991 10.6693 25.6359 10.6693C24.5728 10.6693 23.7109 9.80745 23.7109 8.7443C23.7109 7.68116 24.5728 6.8193 25.6359 6.8193C26.6991 6.8193 27.5609 7.68116 27.5609 8.7443ZM9.88591 20.0026C10.9491 20.0026 11.8109 19.1408 11.8109 18.0776C11.8109 17.0145 10.9491 16.1526 9.88591 16.1526C8.82276 16.1526 7.96091 17.0145 7.96091 18.0776C7.96091 19.1408 8.82276 20.0026 9.88591 20.0026ZM25.6359 28.7526C26.6991 28.7526 27.5609 27.8908 27.5609 26.8276C27.5609 25.7645 26.6991 24.9026 25.6359 24.9026C24.5728 24.9026 23.7109 25.7645 23.7109 26.8276C23.7109 27.8908 24.5728 28.7526 25.6359 28.7526Z' fill='black'/%3E %3C/svg%3E") ! important;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:not(.open) .textDiv .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 88.28125vw;
  height: 11.25vw;
  white-space: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:not(.open) .textDiv .slotText {
  margin-bottom: 0;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:not(.open) .buttonShare {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer {
  height: 10.9375vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle {
  background-color: #393939;
  font-size: 4.21875vw;
  font-weight: 500;
  color: #f7f7f7;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle {
  font-size: 3.84375vw;
  font-weight: 340;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle.active {
  background-color: #2e2e2e;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle.active {
  font-weight: 500;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1px;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .bottomBar {
  height: 0.78125vw;
  width: 100%;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .bottomBar.red {
  background-color: #de1a1a;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tabsContainer .tabTitle .bottomBar.blue {
  background-color: #3ea6ff;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper.none {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .newTickerLoader {
  width: 18.75vw;
  height: 5.46875vw;
  margin: 3.125vw 3.125vw 0 3.125vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .newTickerLoader.none {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView {
  background-color: #efefef;
  border-radius: 3.125vw;
  display: flex;
  flex-direction: column;
  padding: 3.125vw 3.90625vw 2.34375vw 3.125vw;
  margin: 3.125vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.now {
  background-color: #f8d1d3;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.now .dateView {
  font-weight: 500;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView:first-child {
  margin-top: 4.6875vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView:last-child {
  margin-bottom: 4.6875vw !important;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .roofTitle {
  background-color: #de1a1a;
  font-size: 3.28125vw;
  font-weight: bold;
  padding: 0.46875vw 0.78125vw 0.78125vw;
  width: fit-content;
  color: #fff;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .roofTitle {
  padding: 0.78125vw;
  font-weight: 670;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  margin: 1.5625vw 0;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotTitle {
  line-height: normal;
  font-size: 3.84375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText {
  font-size: 4.0625vw;
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1);
  margin-bottom: 1.5625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText {
  font-size: 3.84375vw;
  font-weight: 340;
  line-height: 1.5;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotText.show {
  height: auto;
  max-height: 156.25vw;
  transition: all 0.2s cubic-bezier(1, 0, 1, 0);
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  margin-top: 1.5625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper {
  display: flex;
  align-items: center;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonShare {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M2.019 9.153l-.002 10.924H17.98l.001-10.924H20V22H0V9.153h2.019zM9.942 0l6.73 6.409h-2.439L10.886 3.22v13.693H8.964l-.001-13.66-3.311 3.155H3.214L9.942 0z' transform='translate(-142.000000, -24.000000) translate(142.000000, 24.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-inline-end: 4.0625vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.46875vw;
  height: 5.46875vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonExpand {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' viewBox='0 0 36 35' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.416 12.0048C29.8734 12.4586 29.8765 13.1972 29.4227 13.6547L19.0727 24.0903C18.5598 24.6075 17.6846 24.6635 17.1196 24.0938L6.76606 13.6547C6.31232 13.1972 6.31536 12.4586 6.77285 12.0048C7.23033 11.5511 7.96901 11.5541 8.42275 12.0116L18.0944 21.7632L27.7661 12.0116C28.2198 11.5541 28.9585 11.5511 29.416 12.0048Z' fill='black'/%3E %3C/svg%3E");
  border-radius: 50%;
  background-color: #000;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
  width: 6.25vw;
  height: 6.25vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.open .slotTitle {
  color: #1417ac;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView.open .moreDetails .buttonExpand {
  transform: rotate(180deg);
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .dateView {
  color: #de1a1a;
  font-weight: 400;
  font-size: 4.0625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .dateView {
  font-size: 3.75vw;
  font-weight: 310;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
  color: #78787b;
  font-size: 4.0625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
  font-size: 3.59375vw;
  font-weight: 310;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper.none {
  display: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem {
  display: flex;
  margin-inline-start: 2.8125vw;
  margin-bottom: 3.125vw;
  margin-top: 3.90625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea {
  margin-inline-end: 4.375vw;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea .MediaCarousel {
  width: 36.875vw;
  height: 20.625vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea .MediaCarousel img {
  width: 36.875vw;
  height: 20.625vw;
  object-fit: cover;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .mediaArea .videoIcon {
  position: absolute;
  bottom: 0.78125vw;
  left: 0.78125vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .slotTitle,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .slotTitle {
  font-size: 4.0625vw;
  margin: 0;
  padding: 0;
  margin-bottom: 0.46875vw;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .slotTitle,
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .slotTitle {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 1.29;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails {
  font-size: 3.59375vw;
  margin: 0 0 0 0.78125vw;
  color: #c5c5c5;
  align-items: flex-end;
  justify-content: inherit;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails,
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails {
  font-size: 3.28125vw;
  font-weight: 340;
  line-height: 1.33;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .categoryView,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .categoryView {
  max-width: 31.25vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .dateView,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .dateView {
  margin: 0 0 0 0.78125vw;
  white-space: nowrap;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .author,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .author {
  max-width: 31.25vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv .moreDetails .separator,
.newsFlashAndTwentyFourSevenMobileComponenta .twentyFourSevenSlotListWrapper .slotItem .textDiv:hover .moreDetails .separator {
  margin: 0 0.46875vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .bottomLink {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
  background-color: #2e2e2e;
  height: 14.0625vw;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
}
.newsFlashAndTwentyFourSevenMobileComponenta .bottomLink .bottomLinkTitle {
  font-size: 4.6875vw;
  margin-inline-end: 1.5625vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta .bottomLink .bottomLinkTitle {
  font-size: 4.375vw;
  font-weight: 500;
  line-height: normal;
}
.newsFlashAndTwentyFourSevenMobileComponenta .bottomLink .bottomLinkIcon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.646' height='14' viewBox='0 0 8.646 14'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23fff;fill-rule:evenodd%7D %3C/style%3E %3C/defs%3E %3Cpath id='keyboard-right-arrow-button' d='M7.011 0l1.636 1.633L3.272 7l5.375 5.366L7.011 14 0 7z' class='cls-1'/%3E %3C/svg%3E");
  width: 2.65625vw;
  height: 2.65625vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (prefers-color-scheme: dark) {
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now.newItem {
    background-color: #3E3E3E ! important;
  }
  .font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .dateView {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light {
    background-color: transparent;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tabTitle:not(.active) {
    background: #5C5FC6;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView {
    border-inline-start: 0.625vw solid  #DF3232;
    background-color: #3E3E3E !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open {
    color: inherit !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotText,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.open .slotTitle {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .slotText,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .slotTitle,
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .buttonShare {
    filter: invert(1);
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonExpand {
    filter: invert(1);
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .DateDisplay {
    color: #C5C5C5 !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .twentyFourSevenSlotListWrapper .slotItem .slotTitle {
    color: #fff !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLinkTitle {
    color: #3EA6FF !important;
  }
  .newsFlashAndTwentyFourSevenMobileComponenta.light .bottomLinkIcon {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Vector 33' d='M11.2426 2.01465L2.75732 10.4999L11.2426 18.9852' stroke='%233EA6FF' stroke-width='3'/%3E %3C/svg%3E") !important;
  }
  .tickerSlotListWrapper {
    background-color: #1e1e1e !important;
  }
  .tickerSlotListWrapper .slotView {
    background-color: #e3e3e3 !important;
  }
  .tickerSlotListWrapper .slotView .slotTitle,
  .tickerSlotListWrapper .slotView .slotText,
  .tickerSlotListWrapper .slotView .DateDisplay {
    color: #000 !important;
  }
  .tickerSlotListWrapper .slotView .DateDisplay {
    color: #78787b !important;
  }
  .tickerSlotListWrapper .slotView.now {
    background-color: #f8d1d3 !important;
  }
  .tickerSlotListWrapper .slotView.now .dateView {
    color: #de1a1a !important;
  }
  .tickerSlotListWrapper .slotView.open .slotTitle {
    color: #1417ac ! important;
  }
  .twentyFourSevenSlotListWrapper {
    background-color: #1e1e1e;
  }
}
.shineAnimation {
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, white 50%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 100%);
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: animation-shine 3.5s 0s infinite;
}
@keyframes animation-shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes color-animation {
  from {
    background: #f8d1d3;
  }
  to {
    background: #fff;
  }
}
.news-flash-special-mobile-component {
  display: flex;
  flex-direction: column;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab {
  height: 8.59375vw;
  display: flex;
  align-items: center;
  gap: 0.78125vw;
  padding: 0 1.5625vw;
  background-color: #1417AC;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8163 4.31355C15.8163 3.86424 15.4508 3.5 15 3.5C14.5492 3.5 14.1837 3.86424 14.1837 4.31355V6.59882C12.6441 6.78056 11.2009 7.47263 10.0936 8.57624C8.79231 9.87309 8.06127 11.632 8.06127 13.466C8.06127 16.9055 7.32285 19.0569 6.63034 20.3222C6.28296 20.9569 5.94269 21.3769 5.70209 21.63C5.58157 21.7567 5.48551 21.8422 5.42532 21.8922C5.39522 21.9172 5.37407 21.9334 5.3633 21.9413L5.35571 21.9469C5.06193 22.147 4.93176 22.5142 5.03509 22.8543C5.13933 23.1974 5.45666 23.4321 5.81638 23.4321H24.1836C24.5433 23.4321 24.8607 23.1974 24.9649 22.8543C25.0682 22.5141 24.9381 22.147 24.6443 21.9469L24.6367 21.9413C24.6259 21.9334 24.6048 21.9172 24.5747 21.8922C24.5145 21.8422 24.4184 21.7567 24.2979 21.63C24.0573 21.3769 23.717 20.9569 23.3697 20.3222C22.6772 19.0569 21.9387 16.9055 21.9387 13.466C21.9387 11.632 21.2077 9.87309 19.9064 8.57624C18.7991 7.47263 17.3559 6.78056 15.8163 6.59882V4.31355ZM21.9364 21.1013C22.0791 21.3621 22.2226 21.596 22.3631 21.805H7.63693C7.77737 21.596 7.92092 21.3621 8.06363 21.1013C8.90173 19.57 9.69391 17.1452 9.69391 13.466C9.69391 12.0635 10.2529 10.7185 11.248 9.72678C12.2431 8.73507 13.5927 8.17793 15 8.17793C16.4073 8.17793 17.7569 8.73507 18.752 9.72678C19.7471 10.7185 20.3061 12.0635 20.3061 13.466C20.3061 17.1452 21.0983 19.57 21.9364 21.1013Z' fill='white'/%3E %3Cpath d='M12.6685 24.288C12.4665 23.8864 11.976 23.7239 11.5729 23.9252C11.1698 24.1266 11.0069 24.6154 11.2089 25.0171C11.5786 25.7522 12.1166 26.3773 12.7807 26.8185C13.4462 27.2607 14.2118 27.5 14.9999 27.5C15.7879 27.5 16.5536 27.2607 17.219 26.8185C17.8831 26.3773 18.4212 25.7522 18.7909 25.0171C18.9929 24.6154 18.8299 24.1266 18.4268 23.9252C18.0238 23.7239 17.5333 23.8864 17.3313 24.288C17.0788 24.7901 16.7238 25.192 16.3134 25.4647C15.9044 25.7365 15.4518 25.8729 14.9999 25.8729C14.548 25.8729 14.0954 25.7365 13.6863 25.4647C13.2759 25.192 12.921 24.7901 12.6685 24.288Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-title {
  color: #fff;
  font-size: 4.21875vw;
  font-weight: 500;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-tab .tab-title {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 4.6875vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .newTickerLoader {
  width: 18.75vw;
  height: 5.46875vw;
  margin: 1.5625vw 3.90625vw 1.5625vw 0;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .newTickerLoader.none {
  display: none;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 3.125vw 3.90625vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView:nth-child(n) {
  background-color: #F0F0F0;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView:nth-child(2n) {
  background-color: #F8F8F8;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now {
  background-color: #FFDCDC;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .dateView {
  color: #DE1A1A !important;
  font-weight: 500 !important;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.has-roof {
  padding: 1.5625vw 6.25vw 3.125vw 3.90625vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .titles-container {
  height: 100%;
  position: absolute;
  top: 2.8125vw;
  right: 2.34375vw;
  z-index: 1;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .titles-container .dot {
  width: 1.40625vw;
  height: 1.40625vw;
  display: inline-flex;
  background-color: #de1a1a;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .titles-container .dot {
  width: 1.875vw;
  height: 1.875vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .titles-container .small-dot {
  width: 0.9375vw;
  height: 0.9375vw;
  position: relative;
  right: 0.3125vw;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .titles-container .small-dot {
  width: 1.25vw;
  height: 1.25vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .titles-container .roof-connector-line {
  position: absolute;
  width: 0.3125vw;
  height: calc(100% + 0.78125vw);
  background-image: repeating-linear-gradient(to bottom, transparent 0 0.46875vw, #de1a1a 0px 1.25vw);
  background-size: 1.5625vw;
  right: 0.78125vw;
  top: 0.78125vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .roofTitle {
  width: fit-content;
  color: #de1a1a;
  font-size: 4.0625vw;
  font-weight: 500;
  margin-bottom: 3.125vw;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .roofTitle {
  font-size: 3.75vw;
  font-weight: 670;
  line-height: 4.84375vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv {
  display: flex;
  flex-direction: column;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .date-expand-btn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .date-expand-btn-container .dateView {
  color: #78787b;
  font-weight: 400;
  font-size: 4.0625vw;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .date-expand-btn-container .dateView {
  font-size: 3.125vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .date-expand-btn-container .dateView .DateDisplay {
  color: #78787b;
  font-size: 4.0625vw;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .date-expand-btn-container .dateView .DateDisplay {
  font-size: 3.59375vw;
  font-weight: 310;
  line-height: normal;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .date-expand-btn-container .buttonExpand {
  width: 5.46875vw;
  height: 5.46875vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' viewBox='0 0 36 35' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.416 12.0048C29.8734 12.4586 29.8765 13.1972 29.4227 13.6547L19.0727 24.0903C18.5598 24.6075 17.6846 24.6635 17.1196 24.0938L6.76606 13.6547C6.31232 13.1972 6.31536 12.4586 6.77285 12.0048C7.23033 11.5511 7.96901 11.5541 8.42275 12.0116L18.0944 21.7632L27.7661 12.0116C28.2198 11.5541 28.9585 11.5511 29.416 12.0048Z' fill='black'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .title-poster-container {
  display: flex;
  justify-content: space-between;
  gap: 1.5625vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .title-poster-container .slotTitle {
  font-size: 4.0625vw;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .title-poster-container .slotTitle {
  font-size: 4.21875vw;
  font-weight: 500;
  line-height: 6.25vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .title-poster-container .image-container {
  width: 24.21875vw;
  height: 13.59375vw;
  position: relative;
  flex-shrink: 0;
  border-radius: 0.78125vw;
  overflow: hidden;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .title-poster-container .image-container .posterImage {
  width: 24.21875vw;
  height: 13.59375vw;
  object-fit: cover;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .title-poster-container .image-container .video-icon {
  width: 4.6875vw;
  height: 4.6875vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E %3Ccircle cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='white' fill-opacity='0.75'/%3E %3Cpath d='M37.593 24.5682C37.9237 24.7611 37.9237 25.239 37.593 25.4319L19.0853 36.2281C18.752 36.4225 18.3334 36.1821 18.3334 35.7962L18.3334 14.2039C18.3334 13.818 18.752 13.5776 19.0853 13.772L37.593 24.5682Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .title-poster-container .image-container .expand-image-icon {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  top: 0.78125vw;
  right: 0.9375vw;
  background: 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 %3Crect width='20' height='20' rx='2' fill='white' fill-opacity='0.7'/%3E %3Cpath d='M3.65079 7.619C4.0873 7.619 4.44444 7.26186 4.44444 6.82536V5.56348L7.05555 8.17454C7.36508 8.48406 7.87301 8.48406 8.1746 8.17454C8.47619 7.86503 8.48413 7.3571 8.1746 7.05552L5.56349 4.44445H6.8254C7.2619 4.44445 7.61905 4.08731 7.61905 3.65081C7.61905 3.21431 7.2619 2.85718 6.8254 2.85718H3.65079C3.21429 2.85718 2.85714 3.21431 2.85714 3.65081V6.82536C2.85714 7.26186 3.21429 7.619 3.65079 7.619Z' fill='black'/%3E %3Cpath d='M16.3492 2.85718H13.1746C12.7381 2.85718 12.381 3.21431 12.381 3.65081C12.381 4.08732 12.7381 4.44445 13.1746 4.44445H14.4365L11.8254 7.05552C11.5159 7.36504 11.5159 7.87296 11.8254 8.17455C12.1349 8.47613 12.6429 8.48406 12.9444 8.17455L15.5556 5.56348V6.82536C15.5556 7.26186 15.9127 7.619 16.3492 7.619C16.7857 7.619 17.1429 7.26186 17.1429 6.82536V3.65081C17.1429 3.21431 16.7857 2.85718 16.3492 2.85718Z' fill='black'/%3E %3Cpath d='M7.05555 11.817L4.44444 14.428V13.1662C4.44444 12.7297 4.0873 12.3725 3.65079 12.3725C3.21429 12.3725 2.85714 12.7297 2.85714 13.1662V16.3407C2.85714 16.7772 3.21429 17.1343 3.65079 17.1343H6.8254C7.2619 17.1343 7.61905 16.7772 7.61905 16.3407C7.61905 15.9042 7.2619 15.5471 6.8254 15.5471H5.56349L8.1746 12.936C8.48413 12.6265 8.48413 12.1265 8.1746 11.817C7.86508 11.5075 7.36508 11.5075 7.05555 11.817Z' fill='black'/%3E %3Cpath d='M16.3492 12.3811C15.9127 12.3811 15.5556 12.7382 15.5556 13.1747V14.4366L12.9444 11.8255C12.6349 11.516 12.1349 11.516 11.8254 11.8255C11.5159 12.135 11.5159 12.635 11.8254 12.9446L14.4365 15.5556H13.1746C12.7381 15.5556 12.381 15.9128 12.381 16.3493C12.381 16.7858 12.7381 17.1429 13.1746 17.1429H16.3492C16.7857 17.1429 17.1429 16.7858 17.1429 16.3493V13.1747C17.1429 12.7382 16.7857 12.3811 16.3492 12.3811Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .slotContent {
  max-height: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  position: relative;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0, 1, 0, 1);
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .slotContent.show {
  height: auto;
  max-height: 156.25vw;
  margin-top: 1.5625vw;
  transition: all 0.2s cubic-bezier(1, 0, 1, 0);
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .slotContent .slotText {
  display: flex;
  flex-direction: column;
  font-size: 4.0625vw;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .slotContent .slotText {
  font-size: 3.90625vw;
  font-weight: 100;
  line-height: 5.625vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .slotContent .slotText .author {
  color: #78787b;
  font-size: 3.4375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.font-moses .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .slotContent .slotText .author {
  font-size: 3.4375vw;
  font-weight: 100;
  line-height: 4.375vw;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .textDiv .slotContent .buttonShare {
  width: 5.46875vw;
  height: 5.46875vw;
  position: absolute;
  left: 0;
  bottom: -0.78125vw;
  background: 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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.open .date-expand-btn-container .buttonExpand {
  transform: rotate(180deg);
}
.news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.open .title-poster-container .slotTitle {
  -webkit-line-clamp: unset !important;
}
.news-flash-special-mobile-component .bottomLink {
  height: 14.0625vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #DE1A1A;
  background-color: #F5F5F5;
  padding: 0 3.125vw;
  text-decoration: none;
}
.news-flash-special-mobile-component .bottomLink .bottomLinkTitle {
  font-size: 4.6875vw;
  font-weight: 600;
  margin-inline-end: 0.78125vw;
}
.font-moses .news-flash-special-mobile-component .bottomLink .bottomLinkTitle {
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 4.375vw;
}
.news-flash-special-mobile-component .bottomLink .all-flashes-count {
  width: 4.6875vw;
  height: 4.6875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #DE1A1A;
  border-radius: 50%;
  font-size: 2.65625vw;
  font-weight: 100;
}
.news-flash-special-mobile-component .bottomLink .bottomLinkIcon {
  width: 3.90625vw;
  height: 3.90625vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5916 4.91309C15.2675 4.58632 14.7399 4.58415 14.4131 4.90824L6.95914 12.3011C6.58969 12.6675 6.54967 13.2926 6.95658 13.6962L14.4131 21.0916C14.7399 21.4157 15.2675 21.4135 15.5916 21.0867C15.9157 20.76 15.9135 20.2323 15.5867 19.9082L8.62133 12.9999L15.5867 6.09159C15.9135 5.7675 15.9157 5.23987 15.5916 4.91309Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (prefers-color-scheme: dark) {
  .news-flash-special-mobile-component .news-flash-special-mobile-tab {
    background-color: #242CCB !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .newTickerLoader {
    background-color: #3e3e3e !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView:nth-child(n) {
    background-color: #3F3F3F;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView:nth-child(2n) {
    background-color: #373737;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .roofTitle {
    color: #DF3232 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotTitle,
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .slotContent {
    color: #fff !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .DateDisplay {
    color: #C5C5C5 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .author {
    color: #C5C5C5 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now {
    background-color: #362021 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView.now .dateView {
    color: #DF3232 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .buttonExpand,
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .news-flash-special-mobile-slot-list .slotView .buttonShare {
    filter: invert(1);
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .bottomLink {
    background-color: #3E3E3E !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .bottomLink .bottomLinkTitle {
    color: #DF3232 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .bottomLink .all-flashes-count {
    background-color: #DF3232 !important;
  }
  .news-flash-special-mobile-component .news-flash-special-mobile-slot-list-wrapper .bottomLink .bottomLinkIcon {
    filter: invert(33%) sepia(92%) saturate(5667%) hue-rotate(348deg) brightness(95%) contrast(83%);
  }
}
.shineAnimation {
  background-color: rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, white 50%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 100%);
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: animation-shine 3.5s 0s infinite;
}
@keyframes animation-shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.MultiStripMobileComponenta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.MultiStripMobileComponenta .mediaArea[style],
.MultiStripMobileComponenta .mediaArea {
  position: relative;
  z-index: 1;
  height: 100% !important;
  width: 38.28125vw ! important;
  flex-shrink: 0;
}
.MultiStripMobileComponenta .mediaArea[style] .MarketingSign:hover,
.MultiStripMobileComponenta .mediaArea .MarketingSign:hover {
  width: 94.6875vw !important;
}
.MultiStripMobileComponenta .slotView {
  display: flex;
  position: relative;
  height: 21.5625vw;
  width: 94.6875vw;
  margin: 1.09375vw auto;
  overflow: hidden;
}
.MultiStripMobileComponenta .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.MultiStripMobileComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.MultiStripMobileComponenta .slotView .upInfoArea {
  font-size: 3.4375vw;
  font-weight: 300;
  line-height: 4.21875vw;
  margin-bottom: 1.5625vw;
}
.font-moses .MultiStripMobileComponenta .slotView .upInfoArea {
  font-size: 3.0625vw;
  font-weight: 310;
  line-height: 4.375vw;
}
.MultiStripMobileComponenta .slotView .author {
  position: absolute;
  bottom: 2.96875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  line-height: 4.21875vw;
  max-width: calc(100% - 4.6875vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .MultiStripMobileComponenta .slotView .author {
  font-size: 3.0625vw;
  font-weight: 310;
  line-height: 4.375vw;
  bottom: 1.5625vw;
}
.MultiStripMobileComponenta .slotView h2.slotTitle {
  font-weight: bold;
  line-height: 5vw;
  font-size: 4.375vw;
  max-width: 100%;
  max-height: 10vw;
  margin-top: 0;
  overflow: hidden;
  letter-spacing: 0.3px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.font-moses .MultiStripMobileComponenta .slotView h2.slotTitle {
  font-size: 3.75vw;
  line-height: 1.1;
  max-height: 10.9375vw;
  font-weight: 500;
}
.MultiStripMobileComponenta .slotView h2.slotTitle span[style] {
  line-height: 5vw;
  color: #fff !important;
  display: block !important;
}
.font-moses .MultiStripMobileComponenta .slotView h2.slotTitle span[style] {
  line-height: 1.1;
}
.MultiStripMobileComponenta .slotView .slotSubTitle {
  display: none;
}
.MultiStripMobileComponenta .slotView > .textDiv {
  margin: 0;
  padding: 2.96875vw 2.65625vw 2.96875vw 2.03125vw;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}
.MultiStripMobileComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.MultiStripMobileComponenta .MediaCarousel[style] {
  width: 38.28125vw ! important;
  height: 21.5625vw !important;
}
.MultiStripMobileComponenta .MediaCarousel[style] img[style] {
  width: 100% !important;
}
.MultiStripMobileComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.MultiStripMobileComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.MultiStripMobileComponenta .mediaItems img {
  height: 100%;
}
.TopStoryMobileComponenta {
  display: flex;
  flex-direction: column;
}
.TopStoryMobileComponenta .videoMediaContainer[style] {
  width: 100% !important;
  height: auto !important;
}
.TopStoryMobileComponenta .labelText[style] {
  color: white;
  background-color: #ed1c24;
  font-size: 5.3125vw;
  font-weight: bold;
  padding: 0.625vw 1.875vw;
  width: auto;
  position: absolute;
  letter-spacing: 1px;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel {
  z-index: 2;
  color: #fff;
  height: 5vw;
  background: #000;
  font-size: 3.59375vw !important;
  border-right: 0.78125vw solid #ed1c24;
  display: flex;
  align-items: center;
  padding: 0 1.5625vw !important;
  font-weight: normal;
  max-width: calc(100% - 6.25vw);
  width: auto;
  overflow: hidden;
  line-height: 5vw;
  flex-wrap: wrap;
  letter-spacing: normal;
  box-sizing: border-box;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.top {
  top: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.bottom {
  bottom: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.left {
  left: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel.right {
  right: 3.125vw !important;
}
.TopStoryMobileComponenta .labelText[style].mediaItemLabel span {
  height: 100%;
  overflow: hidden;
  line-height: 5vw;
}
.font-moses .TopStoryMobileComponenta .labelText[style].mediaItemLabel {
  font-size: 3.59375vw ! important;
  font-family: "Moses", "NarkisBlock" !important;
  font-weight: 340;
}
.font-moses .TopStoryMobileComponenta .labelText[style] {
  font-size: 4.6875vw ! important;
  font-family: "MosesDisplay" !important;
}
.TopStoryMobileComponenta .labelText[style].top {
  top: 4.21875vw !important;
}
.TopStoryMobileComponenta .labelText[style].bottom {
  bottom: 4.21875vw !important;
}
.TopStoryMobileComponenta .labelText[style].left {
  left: 4.21875vw !important;
}
.TopStoryMobileComponenta .labelText[style].right {
  right: 4.21875vw !important;
}
.TopStoryMobileComponenta .galleryView .videoIcon {
  bottom: 9.375vw !important;
}
.TopStoryMobileComponenta .galleryView .labelText.bottom {
  bottom: 13.59375vw !important;
}
.TopStoryMobileComponenta .videoIcon {
  left: 2.03125vw !important;
  bottom: 3.125vw !important;
}
.TopStoryMobileComponenta.one .mediaArea {
  position: relative;
}
.TopStoryMobileComponenta .mediaArea .slick-slider {
  padding-bottom: 5.3125vw !important;
  overflow: unset !important;
  height: auto;
}
.TopStoryMobileComponenta .mediaArea .slick-slider .slick-slide {
  height: fit-content;
}
.TopStoryMobileComponenta .mediaArea .slick-dots {
  width: 100% !important;
  height: 5.3125vw !important;
  bottom: 0px !important;
  background-color: #000;
  flex-direction: row !important;
  left: 0 ! important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.TopStoryMobileComponenta.basic .mediaArea[style],
.TopStoryMobileComponenta.basic .MediaCarousel[style] {
  width: 100vw !important;
  height: auto ! important;
  position: relative;
  min-height: 56.25vw;
}
.TopStoryMobileComponenta.basic .mediaArea[style] .havakIcon.onImage_big,
.TopStoryMobileComponenta.basic .MediaCarousel[style] .havakIcon.onImage_big {
  position: absolute !important;
  right: 0.46875vw !important;
  top: 2.5vw !important;
}
.TopStoryMobileComponenta.basic .mediaArea[style] .mediaItems,
.TopStoryMobileComponenta.basic .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: 100%;
}
.TopStoryMobileComponenta.basic .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.TopStoryMobileComponenta.basic .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: 100%;
}
.TopStoryMobileComponenta.special {
  background: #000;
  margin-bottom: 4.6875vw !important;
}
.TopStoryMobileComponenta.special .slotView .textDiv {
  border-right: 1.09375vw solid #ff0200 !important;
  box-sizing: border-box;
}
.TopStoryMobileComponenta.special .mediaArea[style],
.TopStoryMobileComponenta.special .MediaCarousel[style] {
  width: 100vw !important;
  height: auto ! important;
  position: relative;
}
.TopStoryMobileComponenta.special .mediaArea[style] .mediaItems,
.TopStoryMobileComponenta.special .MediaCarousel[style] .mediaItems {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.TopStoryMobileComponenta.special .mediaArea[style] .mediaItems > span,
.TopStoryMobileComponenta.special .MediaCarousel[style] .mediaItems > span {
  display: flex;
}
.TopStoryMobileComponenta.special .mediaArea[style] .mediaItems img.SiteImageMedia[style],
.TopStoryMobileComponenta.special .MediaCarousel[style] .mediaItems img.SiteImageMedia[style] {
  width: 100% !important;
  height: auto;
  min-height: 100%;
}
.TopStoryMobileComponenta.special .havakIcon.onImage_big {
  position: absolute !important;
  right: 0.78125vw !important;
  top: 3.75vw !important;
}
.TopStoryMobileComponenta .slotView {
  display: flex;
  flex-direction: column;
}
.TopStoryMobileComponenta .slotView .textDiv {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.TopStoryMobileComponenta .slotView .textDiv > a {
  display: flex;
  flex-direction: column;
  padding: 3.125vw 4.6875vw;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}
.TopStoryMobileComponenta .slotView .textDiv a,
.TopStoryMobileComponenta .slotView .textDiv a:hover,
.TopStoryMobileComponenta .slotView .textDiv a * {
  text-decoration: none;
}
.TopStoryMobileComponenta .slotView .textDiv .slotTitle {
  font-size: 7.03125vw ! important;
  font-weight: 800;
  line-height: 7.96875vw ! important;
  margin-bottom: 3.125vw !important;
  max-height: 31.875vw !important;
  height: auto;
  overflow: hidden;
}
.font-moses .TopStoryMobileComponenta .slotView .textDiv .slotTitle {
  font-size: 7.03125vw ! important;
  line-height: 1.2 ! important;
  max-height: 33.75vw !important;
  font-family: "MosesDisplay" !important;
}
.TopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  font-size: 4.53125vw !important;
  line-height: 5.78125vw !important;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.font-moses .TopStoryMobileComponenta .slotView .textDiv .slotSubTitle {
  font-size: 4.375vw ! important;
  font-weight: 310;
  line-height: 1.2 ! important;
  letter-spacing: normal;
  -webkit-line-clamp: 4;
}
.TopStoryMobileComponenta .slotView .textDiv .author {
  font-size: 3.4375vw;
  font-weight: 500 !important;
  color: #949494;
  margin-top: 2.65625vw;
}
.font-moses .TopStoryMobileComponenta .slotView .textDiv .author {
  font-size: 3.28125vw ! important;
  font-weight: 310 !important;
  line-height: 4.21875vw ! important;
}
.TopStoryMobileComponenta.Multi.basic.moreArticle {
  margin-bottom: 3.125vw;
}
.TopStoryMobileComponenta.Multi.basic.moreArticle.blogs > a .author,
.TopStoryMobileComponenta.Multi.basic.moreArticle.blogs > a .slotTitle {
  margin-bottom: 1.25vw;
}
.TopStoryMobileComponenta.Multi.basic .textDiv {
  padding: 3.75vw 3.75vw 0;
  box-sizing: border-box;
}
.TopStoryMobileComponenta.Multi.basic .textDiv .slotSubTitle {
  font-size: 4.21875vw !important;
  line-height: 1.52 !important;
  font-weight: 340;
  margin-bottom: 3.125vw;
}
.TopStoryMobileComponenta.Multi.basic .textDiv .slotTitle {
  font-size: 6.40625vw !important;
  line-height: 7.96875vw !important;
  font-weight: 850 !important;
  margin-bottom: 3.125vw !important;
  max-height: 31.875vw !important;
}
.TopStoryMobileComponenta.Multi.basic .textDiv > a {
  padding: 0 !important;
}
.TopStoryMobileComponenta.Multi.basic .textDiv > a .author {
  margin-top: 0;
  margin-bottom: 3.4375vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles {
  margin-top: 3.125vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles a,
.TopStoryMobileComponenta.Multi.basic .BottomList.articles a * {
  color: #000;
}
.TopStoryMobileComponenta.Multi.basic .BottomList {
  display: flex;
  flex-direction: column;
  font-size: 4.0625vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList .TopStoryBottomItem > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs {
  padding-right: 3.125vw;
  position: relative;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem {
  position: relative;
  margin-bottom: 1.5625vw;
  display: flex;
  color: #000;
  height: 11.5625vw;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::before {
  width: 1px;
  height: 7.8125vw;
  background-color: #d9d9d9;
  top: 3.28125vw;
  right: -3.20312vw;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::after {
  width: 1.71875vw;
  height: 1.71875vw;
  background-color: #979797;
  position: absolute;
  right: -3.98437vw;
  top: 1.5625vw;
  border-radius: 50%;
  z-index: 2;
  content: "";
  box-sizing: border-box;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs > :first-child .TopStoryBottomItem::after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Subtract' fill-rule='evenodd' clip-rule='evenodd' d='M16.9167 8C16.9167 12.4183 13.1857 16 8.58333 16C3.98096 16 0.25 12.4183 0.25 8C0.25 3.58172 3.98096 0 8.58333 0C13.1857 0 16.9167 3.58172 16.9167 8ZM12.78 7.98877C12.78 5.76233 10.8964 3.9528 8.58377 3.9528C6.26892 3.9528 4.38753 5.76233 4.38753 7.98877C4.38753 10.2152 6.26892 12.0247 8.58377 12.0247C10.8986 12.0247 12.78 10.2152 12.78 7.98877ZM1.66418 7.98877C1.66418 4.31296 4.762 1.33347 8.58377 1.33347C12.4055 1.33347 15.5034 4.31296 15.5034 7.98877C15.5034 11.6646 12.4055 14.6441 8.58377 14.6441C4.762 14.6441 1.66418 11.6646 1.66418 7.98877Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 1.5625vw;
  right: -4.6875vw;
  border-radius: 50%;
  width: 3.28125vw;
  height: 3.28125vw;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  content: "";
  position: absolute;
  z-index: 2;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs > :first-child .TopStoryBottomItem::before {
  width: 1px;
  height: 7.1875vw;
  background-color: #d9d9d9;
  top: 5vw;
  right: -3.20312vw;
  content: "";
  position: absolute;
  z-index: 1;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem > span {
  line-height: 5.9375vw;
  -webkit-line-clamp: 2;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles {
  border-top: 1px solid #979797;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles > div {
  position: relative;
  width: 100%;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles > div > div {
  width: 100%;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles .TopStoryBottomItem {
  height: 11.875vw;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Frame 209'%3E %3Crect width='30' height='30' rx='15' fill='%231E1E1E'/%3E %3Cpath id='Vector 32' d='M16.6304 10.21L11.8404 15L16.6304 19.7901' stroke='white' stroke-width='2.11494' stroke-linecap='square'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px center;
  background-size: 4.6875vw 4.6875vw;
  background-repeat: no-repeat;
  border-bottom: 1px solid #979797;
}
.TopStoryMobileComponenta.Multi.basic .BottomList.articles .TopStoryBottomItem > span {
  margin-left: 6.25vw;
  line-height: 6.40625vw;
  -webkit-line-clamp: 1;
}
.TopStoryMobileComponenta.Multi.basic.blogItems .slotSubTitle {
  display: none;
}
.TopStoryMobileComponenta.Multi.basic.dark {
  background-color: #1e1e1e;
  color: #fff;
}
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotTitle[style],
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotSubTitle[style],
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotTitle *[style],
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .slotSubTitle *[style] {
  color: #fff !important;
}
.TopStoryMobileComponenta.Multi.basic.dark .textDiv .author {
  color: #d8d8d8;
}
.TopStoryMobileComponenta.Multi.basic.dark .TopStoryBottomItem {
  color: #fff !important;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles {
  padding-right: 1.5625vw;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles .TopStoryBottomItem {
  height: 11.875vw;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Frame 211'%3E %3Crect width='30' height='30' rx='15' fill='white'/%3E %3Cpath id='Vector 32' d='M16.6304 10.21L11.8404 15L16.6304 19.7901' stroke='%231E1E1E' stroke-width='2.11494' stroke-linecap='square'/%3E %3C/g%3E %3C/svg%3E");
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles a,
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.articles a * {
  color: #fff !important;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.blogs > :first-child .TopStoryBottomItem::after {
  background-color: transparent;
}
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.blogs .TopStoryBottomItem::after,
.TopStoryMobileComponenta.Multi.basic.dark .BottomList.blogs .TopStoryBottomItem::before {
  background-color: #fff;
}
.TopStoryMobileComponenta.Multi.basic.dark .roofTitle .blinkdot {
  color: #fff;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle {
  line-height: 5.46875vw;
  font-weight: 500;
  margin-bottom: 1.875vw;
  display: flex;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .redlabel {
  font-size: 3.90625vw;
  background: #de1a1a;
  color: #fff !important;
  width: fit-content;
  height: 5.46875vw;
  padding: 0 1.71875vw;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .blinkdot {
  color: #de1a1a;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .blinkdot {
  font-size: 3.90625vw;
  position: relative;
}
.TopStoryMobileComponenta.Multi.basic .roofTitle .BlinkDot {
  width: 5.3125vw;
  height: 5.3125vw;
  display: flex;
  position: relative;
  margin-left: 0.9375vw;
  background-image: url(//www.ynet.co.il/images/red_dot_icon.gif);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.TopStoryMobileComponenta.Multi.basic .mediaArea .slick-slider .slick-dots {
  border-right: unset !important;
}
@keyframes blink {
  from,
  to {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  from,
  to {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  .TopStoryMobileComponenta.Multi.basic.light,
  .TopStoryMobileComponenta.Multi.basic {
    background: 1E1E1E;
  }
  .TopStoryMobileComponenta.Multi.basic.light .roofTitle .blinkdot,
  .TopStoryMobileComponenta.Multi.basic .roofTitle .blinkdot {
    color: #fff !important;
  }
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.articles .TopStoryBottomItem,
  .TopStoryMobileComponenta.Multi.basic .BottomList.articles .TopStoryBottomItem {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Frame 211'%3E %3Crect width='30' height='30' rx='15' fill='white'/%3E %3Cpath id='Vector 32' d='M16.6304 10.21L11.8404 15L16.6304 19.7901' stroke='%231E1E1E' stroke-width='2.11494' stroke-linecap='square'/%3E %3C/g%3E %3C/svg%3E");
  }
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.blogs > :first-child .TopStoryBottomItem::after,
  .TopStoryMobileComponenta.Multi.basic .BottomList.blogs > :first-child .TopStoryBottomItem::after {
    background-color: transparent;
  }
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.blogs .TopStoryBottomItem::after,
  .TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::after,
  .TopStoryMobileComponenta.Multi.basic.light .BottomList.blogs .TopStoryBottomItem::before,
  .TopStoryMobileComponenta.Multi.basic .BottomList.blogs .TopStoryBottomItem::before {
    background-color: #fff;
  }
}
@import '~normalize.css';
@import 'global/icons/iconsStyle.css';
/** all z-index values should be placed here */
@import "assets/fonts/OpenSansHebrew/opensanshebrew.css";
.g-section-wrapper {
  padding-bottom: 7.8125vw;
  width: 100%;
}
.g-section-wrapper:last-of-type {
  padding-bottom: 0;
}
.g-input-element {
  /* see: http://alistapart.com/article/learning-from-lego-a-step-forward-in-modular-web-design */
  padding: 1.5625vw;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  border-radius: 1.25vw;
  font-size: 2.5vw;
}
.g-input-element.full-width {
  width: 100%;
}
.g-listItem {
  display: inline-flex;
}
.g-fieldDisplay-in-header-comp {
  border: 1px solid #e0e0e0;
  border-radius: 1.25vw;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Regular.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Medium.ttf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Light.ttf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraLight.ttf') format('opentype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-SemiBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-Bold.ttf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url('Assistant-ExtraBold.ttf') format('opentype');
  font-style: normal;
  font-weight: 800;
}
/* dropdown properties*/
/* Mixins */
.sk-circle {
  margin: 15.625vw auto;
  width: 6.25vw;
  height: 6.25vw;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2573e9;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: flex;
  animation: fade-in 0.8s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.twentyFourSeven1280Componenta {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.125vw;
}
.twentyFourSeven1280Componenta.ltr {
  direction: ltr;
}
.twentyFourSeven1280Componenta.ltr .videoIcon {
  right: 0.78125vw !important;
  left: unset !important;
}
.twentyFourSeven1280Componenta.ltr .slotItem .slotTitle span {
  width: 56.25vw !important;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
}
.twentyFourSeven1280Componenta.ltr .slotItem .moreDetails {
  width: 54.6875vw !important;
  margin: 0 0.78125vw 0 0 !important;
}
.twentyFourSeven1280Componenta .TabComponenta {
  padding: 2.34375vw 2.34375vw 0;
  line-height: 4.6875vw;
  font-size: 4.53125vw;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.twentyFourSeven1280Componenta .slotList {
  display: flex;
  flex-direction: column;
}
.twentyFourSeven1280Componenta .slotList > div {
  margin-bottom: 4.6875vw;
}
.twentyFourSeven1280Componenta .slotList .mainTab {
  width: 100%;
  height: 8.59375vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 4.6875vw;
  font-size: 4.6875vw;
  font-weight: bold;
  position: sticky;
  position: -webkit-sticky;
  top: 12.5vw;
  z-index: 1;
}
.twentyFourSeven1280Componenta .slotList .slotItem {
  display: flex;
  margin-inline-start: 4.6875vw;
  margin-inline-end: 4.6875vw;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea {
  margin-inline-end: 4.6875vw;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea .MediaCarousel {
  width: 36.875vw !important;
  height: 20.625vw !important;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea .MediaCarousel img {
  width: 36.875vw !important;
  height: 20.625vw !important;
  object-fit: cover;
}
.twentyFourSeven1280Componenta .slotList .slotItem .mediaArea .videoIcon {
  position: absolute;
  bottom: 0.78125vw;
  left: 0.78125vw;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .slotTitle,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .slotTitle {
  font-size: 3.75vw;
  margin: 0;
  padding: 0;
  margin-bottom: 0.46875vw;
  max-height: 14.0625vw;
  line-height: 4.84375vw;
  font-weight: bold;
  overflow: hidden;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails {
  font-size: 3.28125vw;
  line-height: 4.375vw;
  margin: 0 0 0 0.78125vw;
  color: #78787b;
  align-items: center;
  justify-content: inherit;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .dateView,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .dateView {
  margin: 0 0 0 0.78125vw;
  white-space: nowrap;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .categoryView,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .categoryView {
  width: fit-content;
  max-width: 40.15625vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .author,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .author {
  width: fit-content;
  max-width: 40.15625vw;
  min-width: 7.8125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv .moreDetails .separator,
.twentyFourSeven1280Componenta .slotList .slotItem .textDiv:hover .moreDetails .separator {
  margin: 0 0.46875vw;
}
.twentyFourSeven1280Componenta .ButtonAndLoaderContainer {
  display: flex;
  justify-content: center;
  height: 7.8125vw;
  padding: 6.25vw 0;
}
.twentyFourSeven1280Componenta .loadMoreButton {
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 3.75vw;
  color: #fff;
  align-items: center;
  width: 90.3125vw;
  height: 11.5625vw;
}
body:has(.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay) {
  overflow: hidden;
}
.videoGalleryVerticalMutamComponenta {
  background-color: #000;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab {
  background-color: #000;
  color: #fff;
  font-size: 4.0625vw;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  height: 6.5625vw;
  font-weight: bold;
  padding: 0.625vw 0;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .tabIcon {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M2.63524 15H12.3648C14.1002 15 15 14.1002 15 12.3889V2.61114C15 0.891805 14.1002 0 12.3648 0H2.63524C0.899839 0 0 0.891805 0 2.61114V12.3889C0 14.1082 0.899839 15 2.63524 15ZM2.73166 13.4253C1.98447 13.4253 1.57472 13.0316 1.57472 12.2523V2.73969C1.57472 1.96036 1.98447 1.57472 2.73166 1.57472H12.2683C13.0075 1.57472 13.4253 1.96036 13.4253 2.73969V12.2523C13.4253 13.0316 13.0075 13.4253 12.2683 13.4253H2.73166ZM5.99357 10.6535L10.6133 7.93787C10.9588 7.73701 10.9507 7.25495 10.6133 7.0541L5.99357 4.33048C5.6481 4.12159 5.18211 4.29834 5.18211 4.69202V10.2919C5.18211 10.6856 5.61596 10.8784 5.99357 10.6535Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0 2.1875vw 0 1.09375vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .moreButton {
  color: #fff;
  background-color: #000;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 0.77;
  padding: 3.125vw 0;
  text-align: center;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent {
  position: relative;
  overflow: auto;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent button {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: relative;
  margin-right: 1.5625vw;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper {
  width: 100%;
  height: 100%;
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 72.1875vw;
  height: 129.0625vw;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 3.125vw;
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 72.1875vw;
  height: 129.0625vw;
  object-fit: cover;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper img.fade-out {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .promoVideo {
  z-index: 99;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper:last-child {
  margin-left: 0 !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 72.65625vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 89.3%, #000 100%);
  left: 50%;
  transform: translateX(-50%);
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .imageArea {
  position: relative;
  overflow: hidden;
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .imageArea img {
  width: 72.1875vw;
  height: 129.0625vw;
  object-fit: cover;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .imageArea .promoVideo {
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .mediaWrapper .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 9.375vw;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 999;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 1.71875vw;
  font-size: 4.0625vw;
  font-weight: bold;
  line-height: 1.29;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 3.125vw 0 2.34375vw 4.6875vw;
  font-size: 3.4375vw;
  font-weight: 300;
  letter-spacing: 0.12px;
  direction: ltr;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.57395 3.70921L1.42013 0.142658C1.1361 -0.0475526 0.757408 -0.0475526 0.473376 0.142658C0.189344 0.332901 0 0.6182 0 0.951076V8.0366C0 8.36948 0.189344 8.70235 0.473376 8.84502C0.615392 8.94011 0.804736 8.98765 0.946752 8.98765C1.08877 8.98765 1.27811 8.94011 1.42013 8.84502L7.52662 5.27847C7.81066 5.08826 8 4.80293 8 4.47005C8 4.13717 7.85798 3.85187 7.57395 3.70921Z' fill='white'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 2.65625vw;
  height: 2.65625vw;
  margin-inline-start: 0.78125vw;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper {
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .ads_vertical_video {
  position: relative;
  height: 100dvh;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .arrow {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 4.6875vw !important;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-middle::after,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-togglable,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .contentDiv,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .arrow {
  visibility: visible !important;
  opacity: 1 !important;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea {
  position: relative;
  overflow: hidden;
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea img {
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .promoVideo {
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoTitle {
  text-align: right;
  font-size: 5.46875vw;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.40625vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player {
  width: 100%;
  height: 100%;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-logo,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-footer {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-fullscreen,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-right-zone,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls {
  margin-bottom: 20.3125vw;
  position: relative;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-timeline {
  height: 1.875vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-qsel,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-play,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume-mute-unmute {
  font-size: 4.6875vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-elapsed {
  font-size: 3.4375vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-duration {
  display: inline-block;
  font-size: 3.4375vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .contentDiv,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .contentDiv {
  opacity: 1;
  visibility: visible;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched .fp-ui .fp-middle::after,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow {
  opacity: 1;
  visibility: visible;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .closeBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .shareBtn,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .arrow {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-arrow {
  display: none !important;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .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;
}
.videoGalleryVerticalMutamComponenta .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,
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.videoPageMainComponenta .videoPageMain .contentDiv {
  display: flex;
  flex-direction: column;
  padding: 0 1.5625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTitle {
  font-size: 7.1875vw;
  font-weight: 800;
  margin-bottom: 4.6875vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop {
  display: flex;
  flex-direction: column;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails {
  color: #78787b;
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .videoPageMainCredit {
  color: #78787b;
  font-size: 2.8125vw;
  font-weight: 340;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .separator {
  background-color: #78787b;
  margin: 0 0.9375vw;
  width: 0.3125vw;
  height: 2.65625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .videoPageMainDetails .DateDisplay {
  font-size: 2.34375vw;
  line-height: 2.65625vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 {
  display: flex;
  gap: 1.5625vw;
  align-items: center;
  margin-bottom: 3.125vw;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 7.03125vw;
  width: 7.03125vw;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
  background-position: center;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%233ECC70' d='M12.055 0c3.198 0 6.2 1.24 8.456 3.487 2.257 2.249 3.499 5.237 3.498 8.413-.002 6.559-5.366 11.893-11.958 11.893-2.001 0-3.968-.5-5.713-1.447 0 .002-.003.002-.007.001L0 24l1.675-6.086-.017-.145C.637 15.983.1 13.962.101 11.892.102 5.334 5.466 0 12.055 0z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M5.762 9.494c0 1.423 1.058 2.797 1.206 2.99.148.194 2.083 3.113 5.046 4.367.704.298 1.255.475 1.683.608.708.22 1.351.189 1.86.116.569-.085 1.749-.7 1.995-1.376.246-.676.246-1.254.173-1.374-.075-.12-.272-.193-.567-.338-.295-.145-1.748-.845-2.02-.94-.269-.097-.467-.145-.663.144-.198.289-.763.94-.935 1.134-.172.192-.345.217-.64.073-.295-.145-1.248-.452-2.376-1.436-.877-.767-1.47-1.714-1.642-2.003-.172-.29-.019-.445.13-.59.132-.13.295-.337.442-.507.148-.168.197-.29.295-.482.098-.193.05-.362-.024-.507-.074-.144-.664-1.567-.911-2.147-.212-.496-.426-.495-.598-.495H8.15c-.172-.01-.369-.011-.565-.011-.197 0-.518.072-.788.362s-1.034.989-1.034 2.412z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.videoPageMainComponenta .videoPageMain .contentDiv .videoPageMainTop .SiteArticleSocialShareNew1280 .shareIcon1280.shareBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='30' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%231E1E1E'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E");
  width: 7.03125vw;
  height: 7.03125vw;
}
.videoPageMainComponenta .videoPageMain .videoWrapper {
  margin-bottom: 4.6875vw;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 1.5625vw;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: flex;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 50.3125vw;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E %3Cdefs%3E %3Cfilter id='9a00rydfva' width='155.3%25' height='174.8%25' x='-27.7%25' y='-34.4%25' filterUnits='objectBoundingBox'%3E %3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='5'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.301643425 0'/%3E %3C/filter%3E %3Cpath id='pb4ssze5tb' d='M34.487 16.883L53.21 46.636c.753 1.197.393 2.778-.803 3.53-.409.258-.881.394-1.364.394H13.596c-1.414 0-2.56-1.146-2.56-2.56 0-.482.136-.955.393-1.364l18.724-29.753c.753-1.197 2.334-1.556 3.53-.803.325.204.6.478.804.803z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H64V64H0z' transform='translate(-155 -136) translate(155 136)'/%3E %3Cg transform='translate(-155 -136) translate(155 136) rotate(90 32.32 32)'%3E %3Cuse fill='%23000' filter='url(%239a00rydfva)' xlink:href='%23pb4ssze5tb'/%3E %3Cuse fill='%23FFF' xlink:href='%23pb4ssze5tb'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.videoPageMainComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (prefers-color-scheme: dark) {
  .videoPageMainComponenta .shareBtn {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='30' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='21' cy='19' r='16' fill='%23777'/%3E %3Cpath d='M15.092 17.033v8.475h12.346v-8.476H29V27H13.531v-9.967h1.561zm6.129-7.102 5.204 4.972H24.54l-2.587-2.47v10.602h-1.491V12.457l-2.56 2.446h-1.885l5.204-4.972z' fill='%23fff'/%3E %3C/svg%3E") !important;
  }
}
.YplusWithPaperComponenta {
  background-color: #090d15;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 2.65625vw;
  box-sizing: border-box;
  width: 100%;
}
.YplusWithPaperComponenta .upper-container {
  display: flex;
  width: 100%;
  padding: 0 1.5625vw;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
.YplusWithPaperComponenta .upper-container.reverse {
  flex-direction: row-reverse;
}
.YplusWithPaperComponenta .upper-container .promoBtn {
  order: 3;
}
.YplusWithPaperComponenta .upper-container .logoLink img {
  width: 21.26719vw;
  height: 7.65625vw;
}
.YplusWithPaperComponenta .upper-container .newspapper-label {
  order: 1;
}
.YplusWithPaperComponenta .upper-container .newspapper-label {
  width: 33.51563vw;
  height: 7.65625vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='179' height='40' viewBox='0 0 179 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.529297' width='178.471' height='40' rx='20' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.295 14.1565C105.352 14.508 106.925 14.2225 107.491 15.2109C106.999 17.6484 107.245 20.2407 108.303 22.3711C108.18 23.9965 107.191 25.1398 106.41 26.6979H96.9693C97.5436 25.0617 97.625 24.3709 98.1239 23.2989C98.2219 23.0875 98.2897 23.0916 98.436 23.0013C98.6621 22.8667 98.8987 22.8128 99.1113 22.8465C100.087 22.7886 100.002 22.9704 100.509 22.7886C100.682 21.3167 99.7805 18.0537 99.7805 18.0537L97.4607 18.0443C97.4607 16.2654 97.1411 14.6184 95.9111 13.3C97.1653 13.0805 98.1481 14.5524 99.5755 14.4649C100.239 14.508 101.247 14.2669 101.345 15.1018C101.074 17.9352 101.689 20.4642 102.648 22.8357C103.858 23.0081 104.56 22.7105 106.315 22.8519C105.896 21.4015 105.632 17.9716 105.585 18.0537C105.585 18.0537 103.853 18.1103 102.993 18.0443C103.41 16.3973 102.869 14.5739 102.058 13.1021C102.967 13.1021 103.558 13.805 104.295 14.1565Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M117.152 14.5587C118.243 14.7553 123.537 14.6624 123.537 14.6624L124.021 17.8836H122.906C123.177 19.3326 123.545 21.0967 124.232 22.3707C123.347 23.6675 122.734 25.1825 122.339 26.6975H121.44L121.437 17.9348L114.779 17.9226C114.682 16.2312 114.226 14.4429 113.146 13.0801C113.956 12.5535 114.357 13.6753 115.174 13.9715C115.927 14.2463 116.355 14.4146 117.152 14.5587Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.5389 14.8964L71.759 15.2048C71.6866 17.4887 72.3001 19.5276 69.5236 20.714L72.8458 24.964L70.0557 27.0594C68.0886 24.7082 63.5002 20.2548 63.5002 20.2548L62.9726 23.0491L65.5155 23.0989L65.8034 26.6985C65.8034 26.6985 61.4773 26.6985 61.3853 26.6797L61.1396 26.4817C62.0983 23.2969 61.8767 20.1901 61.3853 16.8949L62.7872 13.842H63.155L68.8091 20.2251C69.302 20.5093 69.7195 19.7848 69.9908 19.4778C70.1868 19.0387 70.2109 18.5647 69.6457 18.3668L67.6303 18.2577C67.5565 16.6538 67.0394 15.2048 65.7371 14.0399L65.8592 13.7329C67.3108 15.0728 69.5718 14.6554 71.5389 14.8964Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9412 14.7029C33.9994 14.2855 33.7461 15.2066 33.7009 15.7573C33.7899 17.1458 34.8254 22.3856 34.9339 23.2865C34.9701 23.5787 33.3015 26.672 33.3015 26.672L28.689 26.6693C28.689 26.6693 29.9175 24.5227 30.335 23.3808C30.4254 23.3848 32.4468 23.3848 32.4468 23.3848V18.1733C29.3507 18.5328 30.4827 16.5034 29.8677 15.4274C29.6974 14.6369 28.8111 13.9555 28.8111 13.2095C30.3847 13.2526 31.1475 15.0975 32.9412 14.7029Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.2639 14.2445C93.1005 15.1238 94.9681 14.2445 95.4354 15.4093C95.2636 18.0663 95.6314 20.5266 96.5162 22.789C95.7791 24.0185 95.1355 24.7295 94.623 26.6983H93.8587L93.8678 18.1538C93.8678 18.1538 92.7629 18.1255 91.6731 18.1538C91.9821 15.6975 90.6872 13.9994 90.125 13.19C91.2314 12.949 91.4892 13.9805 92.2639 14.2445Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.1777 18.1003C52.2998 19.7931 52.7234 21.2919 53.3173 22.8069C52.5802 24.0364 51.935 24.7164 51.424 26.6853H50.8331C50.0222 22.2049 51.724 17.194 48.8721 13.4813C50.5935 12.8443 50.7156 15.0407 52.2892 14.7337H58.89C58.89 14.7337 59.199 14.7983 59.3527 14.906C59.5351 15.0367 59.609 15.1929 59.6753 15.3558C59.5019 18.0141 59.8712 20.527 60.7561 22.788C60.019 24.0189 59.3738 24.5683 58.8628 26.6826H57.9253L57.9343 18.1165H52.4129L52.1777 18.1003Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.864 14.2445C110.699 15.1238 112.568 14.2445 113.035 15.4093C113.035 15.4093 113.318 17.5572 114.28 19.1517C113.457 20.0889 112.63 20.5589 112.119 22.5277H111.475L111.467 18.1538C111.467 18.1538 110.305 18.2036 109.273 18.1538C109.582 15.6975 108.287 13.9994 107.725 13.19C108.831 12.949 109.34 13.9805 109.864 14.2445Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M126.348 14.2446C127.185 15.124 129.053 14.2446 129.52 15.4095C129.52 15.4095 129.803 17.5574 130.765 19.1519C129.942 20.0891 129.22 20.5591 128.709 22.5279H127.979L127.987 18.154C127.987 18.154 126.752 18.1257 125.759 18.154C126.067 15.6977 124.773 13.9995 124.209 13.1902C125.316 12.9491 125.613 13.9416 126.348 14.2446Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.5308 18.1534C37.5308 18.1534 36.6219 18.1454 35.6316 18.1534C35.9391 15.6971 34.6457 13.999 34.0835 13.1897C35.1899 12.9486 35.6587 14.0461 36.2224 14.2603C37.5218 14.9322 38.9266 14.2441 39.3939 15.409C39.2221 18.0659 39.5899 20.5263 40.4747 22.7886C39.7376 24.0181 38.7457 24.7292 38.2332 26.698H37.5384L37.5308 18.1534Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.2706 18.1718C26.2706 18.1718 24.9788 18.1651 24.2146 18.1718C24.5221 15.7155 23.2273 14.0174 22.665 13.208C23.7714 12.967 24.1242 13.8625 24.804 14.2638C25.6406 15.1418 27.5082 14.2638 27.9755 15.4273C27.8036 18.0856 28.1488 20.5567 29.0336 22.8191C28.295 24.0486 27.582 24.7597 27.0695 26.7285H26.2721L26.2706 18.1718Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6313 18.2359H15.7083C14.6998 18.9389 14.8988 20.5454 15.3631 21.5958C16.7589 23.3626 15.4626 24.8466 14.9953 26.4505L14.7888 26.67H10.1763L11.7002 23.1768L13.6613 23.1822C13.2814 22.0254 12.9739 19.5031 13.6628 18.2292C13.4201 18.1214 12.9362 18.0824 12.5669 18.1255C12.5172 16.3694 12.2655 14.8975 11.3565 13.4916C12.0198 12.4587 12.6589 14.2821 13.4714 14.3266C16.0535 14.8544 19.0139 14.639 22.0573 14.7023C22.3527 14.7683 22.5667 14.9527 22.7416 15.4618C22.5698 18.1187 22.9466 20.5966 23.8314 22.859C23.0943 24.0885 22.4507 24.7995 21.9382 26.767H20.6268L20.6313 18.2359Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.832 15.4039C48.6601 18.0608 49.046 20.5212 49.9308 22.7836C49.1937 24.0131 48.5501 24.7241 48.0391 26.6929H47.1181L47.1076 18.147L40.8159 18.1443C40.938 16.4974 40.6606 14.8019 39.5542 13.6155C39.6522 13.2654 40.341 13.396 40.6109 13.5064C41.4037 14.2377 41.963 14.4074 42.7257 14.67H48.0361C48.3798 14.7804 48.6436 15.0295 48.832 15.4039Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5459 18.274H82.6726C81.6657 18.9769 81.8631 20.3855 82.3289 21.4373C83.7232 23.2028 82.4269 24.8753 81.9596 26.4778L81.7531 26.6987H77.1421C77.1421 26.6987 78.149 24.1818 78.666 23.0183C78.7504 22.9873 80.6271 23.0223 80.6271 23.0223C80.2472 21.8669 79.9397 19.5412 80.6286 18.2686C80.3859 18.1595 79.9277 18.1918 79.5599 18.2349C79.5101 16.4789 79.2313 14.9356 78.3208 13.5297C78.9856 12.4968 79.6247 14.3202 80.4357 14.3646C82.9439 14.9572 86.0129 14.5841 88.8648 14.6932C89.1602 14.7606 89.3306 15.0703 89.5778 15.4878C89.4059 18.1447 89.7587 20.6549 90.6435 22.9173C89.9049 24.1468 89.2612 24.7635 88.7502 26.7323L87.564 26.7485L87.5459 18.274Z' fill='white'/%3E %3Crect x='140.412' y='2.35303' width='36.1765' height='35.2941' rx='17.6471' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M146.794 13.4702C150.909 10.6023 155.863 11.9433 158.5 13.2147C161.138 11.9433 166.091 10.6023 170.207 13.4702L170.559 14.1381V27.2708L169.341 28.0049C168.358 27.5253 166.256 27.0006 164.135 27.0652C162 27.1303 160.135 27.7762 159.231 29.3196H158.5H157.77C156.866 27.7762 155.001 27.1303 152.865 27.0652C150.745 27.0006 148.642 27.5253 147.659 28.0049L146.441 27.2708V14.1381L146.794 13.4702ZM157.659 26.8004C156.289 25.8326 154.539 25.4738 152.918 25.4244C151.178 25.3714 149.429 25.665 148.124 26.0685V14.5747C151.37 12.5696 155.307 13.5277 157.659 14.6402V26.8004ZM159.342 26.8004V14.6402C161.693 13.5277 165.63 12.5696 168.876 14.5747V26.0685C167.571 25.665 165.822 25.3714 164.083 25.4244C162.461 25.4738 160.711 25.8326 159.342 26.8004ZM156.257 18.6907V17.0491C154.013 15.9547 151.77 15.9547 149.526 16.5019V18.1435C152.331 17.0491 155.135 17.9611 156.257 18.6907ZM160.744 18.6907V17.0491C162.987 15.9547 165.231 15.9547 167.474 16.5019V18.1435C164.67 17.0491 161.865 17.9611 160.744 18.6907ZM156.257 20.3317V21.9733C155.135 21.2437 152.331 20.3317 149.526 21.4261V19.7845C151.77 19.2373 154.013 19.2373 156.257 20.3317ZM160.744 21.9733V20.3317C162.987 19.2373 165.231 19.2373 167.474 19.7845V21.4261C164.67 20.3317 161.865 21.2437 160.744 21.9733Z' fill='black'/%3E %3C/svg%3E");
}
.YplusWithPaperComponenta .promoLinksList {
  margin: 3.125vw auto 1.5625vw;
}
.YplusWithPaperComponenta .bottomGoToLink {
  display: flex;
  margin: auto;
}
.YplusWithPaperComponenta .bottomGoToLink div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 4.6875vw;
  border: 1px solid #fff;
  border-radius: 3.125vw;
  width: auto;
  padding: 1.09375vw 1.875vw 1.09375vw 7.5vw;
  margin: 3.125vw auto 3.125vw;
  position: relative;
}
.font-moses .YplusWithPaperComponenta .bottomGoToLink div {
  font-size: 4.0625vw;
  font-weight: 600;
}
.YplusWithPaperComponenta .bottomGoToLink div:after {
  content: "\27F5";
  left: 1.875vw;
  position: absolute;
  color: #fff;
  font-size: 3.4375vw;
}
.YplusWithPaperComponenta .slotsContent {
  display: flex;
  flex-wrap: wrap;
}
.YplusWithPaperComponenta .slotsContent > div {
  margin: 1.5625vw;
  width: 43.75vw;
  height: 45.625vw;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea {
  width: 100%;
  height: 25vw;
  overflow: hidden;
  margin-bottom: 0.78125vw;
  position: relative;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .mediaLabel,
.YplusWithPaperComponenta .slotsContent > div .imageArea .videoIcon {
  z-index: 2;
  position: absolute;
  bottom: 1.5625vw;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .videoIcon {
  width: 4.6875vw;
  height: 4.6875vw !important;
  left: 1.5625vw;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .videoIcon .icon {
  width: 100%;
  height: 100%;
}
.YplusWithPaperComponenta .slotsContent > div .imageArea .mediaLabel {
  right: 1.5625vw;
}
.YplusWithPaperComponenta .slotsContent > div .MediaCarousel[style] {
  width: 100% !important;
  height: 100% !important;
}
.YplusWithPaperComponenta .slotsContent > div .MediaCarousel[style] img[style] {
  width: 100% !important;
  height: auto;
}
.YplusWithPaperComponenta .slotsContent > div .textArea,
.YplusWithPaperComponenta .slotsContent > div .textArea:hover {
  text-decoration: none;
  color: inherit;
}
.YplusWithPaperComponenta .slotsContent > div .slotTitle {
  font-size: 4.21875vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 14.0625vw;
  line-height: 4.53125vw;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 0.78125vw;
}
.font-moses .YplusWithPaperComponenta .slotsContent > div .slotTitle {
  font-size: 3.90625vw;
  font-weight: 500;
}
.YplusWithPaperComponenta .slotsContent > div .details {
  height: 4.53125vw;
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: normal;
  color: #c5c5c5;
  display: inline-flex;
}
.font-moses .YplusWithPaperComponenta .slotsContent > div .details {
  font-weight: 310;
  font-size: 2.96875vw;
  line-height: 4.375vw;
}
.YplusWithPaperComponenta .slotsContent > div .details .author {
  margin-left: 1.25vw;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 28.125vw;
}
.YplusWithPaperComponenta .slotsContent > div .details .DateDisplay {
  margin-right: 1.25vw;
}
.yedioth-plus-with-paper {
  height: 100%;
  display: flex;
  background-color: #2c2e38;
  overflow: hidden;
  margin-bottom: 3.125vw;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.5vw;
  padding: 2.5vw;
  text-decoration: none;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area .logo {
  width: auto;
  height: 7.96875vw;
  flex-shrink: 0;
}
.yedioth-plus-with-paper .details-and-sub-items .logo-area .logo-promo-title {
  width: 25.78125vw;
  font-size: 3.0625vw;
  font-weight: 550;
  line-height: 105%;
  color: #ddd;
  font-family: "MosesDisplay";
  letter-spacing: 0.19px;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items {
  display: flex;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView {
  width: 50vw;
  height: 88.75vw;
  position: relative;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .MediaCarousel {
  width: 50vw !important;
  height: 88.75vw !important;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .MediaCarousel .mediaItems {
  width: 50vw !important;
  height: 88.75vw !important;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .MediaCarousel .mediaItems img {
  width: 50vw !important;
  height: 88.75vw !important;
  object-fit: cover;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink {
  width: 100%;
  text-decoration: none;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea {
  width: 100%;
  height: 38.4375vw;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  gap: 1.25vw;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 7.8125vw 2.5vw 3.90625vw 2.5vw;
  background: linear-gradient(180deg, rgba(7, 7, 9, 0) 0%, rgba(7, 7, 9, 0.9) 100%);
  box-shadow: 0px 0.46875vw 0.9375vw 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .item-label {
  width: fit-content;
  height: 4.6875vw;
  padding: 0px 1.5625vw;
  font-size: 2.8125vw;
  font-weight: 670;
  line-height: 4.6875vw;
  letter-spacing: 0.11px;
  color: #2b313f;
  background-color: #fff;
  box-sizing: border-box;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .slotTitle {
  max-height: 14.4375vw;
  font-size: 4.375vw;
  font-weight: 670;
  line-height: 110%;
  color: #fffffff2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: auto;
}
.yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .author {
  font-size: 2.8125vw;
  font-weight: 340;
  line-height: 4.0625vw;
  color: #d8d8d8;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items {
  display: flex;
  flex-direction: column;
  padding: 0 2.5vw;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div {
  border-bottom: 1px solid #ffffff4d;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView {
  display: flex;
  gap: 3.90625vw;
  padding: 2.5vw 0;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea {
  position: relative;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea .MediaCarousel {
  width: 39.375vw !important;
  height: 21.875vw !important;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea .MediaCarousel img {
  width: 39.375vw !important;
  height: 21.875vw !important;
  object-fit: cover;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .imageArea .item-label {
  width: fit-content;
  height: 3.84375vw;
  position: absolute;
  bottom: 1.25vw;
  right: 1.25vw;
  padding: 0px 1.25vw;
  font-size: 3.0625vw;
  font-weight: 670;
  line-height: 3.84375vw;
  color: #fff;
  background-color: #df3232;
  box-sizing: border-box;
  letter-spacing: 0.12px;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink {
  display: flex;
  text-decoration: none;
  flex-grow: 1;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 1.5625vw;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea .slotTitle {
  font-size: 3.59375vw;
  font-weight: 670;
  line-height: 5.15625vw;
  color: #f5f5f5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.yedioth-plus-with-paper .details-and-sub-items .sub-items > div > div .slotView .textAreaLink .textArea .author {
  font-size: 3.0625vw;
  font-weight: 340;
  line-height: 4.0625vw;
  color: #f5f5f5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area {
  position: relative;
  margin: 2.5vw;
  padding: 0;
  height: 13.125vw;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5625vw 3.90625vw 1.5625vw  0.78125vw;
  box-sizing: border-box;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts {
  display: inline;
  font-size: 3.4375vw;
  color: #fff;
  text-decoration: none;
  font-family: "MosesDisplay";
  line-height: normal;
  width: 54.6875vw;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts .newspaper-promo-title {
  font-weight: 660;
  margin-left: 1.25vw;
  float: inline-start;
  letter-spacing: 0.13px;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-promo-texts .newspaper-promo-text {
  font-weight: 380;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper {
  position: absolute;
  top: -5.625vw;
  left: 4.6875vw;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .newspaper-image {
  width: 29.53125vw;
  height: 18.75vw;
  flex-shrink: 0;
  position: relative;
  background-color: #6e6e6e;
  box-shadow: 0.78125vw 0.78125vw 1.5625vw 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
  overflow: hidden;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .newspaper-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 38.90625vw;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow {
  width: 29.53125vw;
  position: absolute;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow1 {
  height: calc(18.75vw - 0.625vw);
  top: 0.625vw;
  left: -0.625vw;
  background-color: rgba(211, 211, 211, 0.7);
  z-index: 3;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow2 {
  height: calc(18.75vw - 1.40625vw);
  top: 1.40625vw;
  left: -1.40625vw;
  background-color: rgba(211, 211, 211, 0.5);
  z-index: 2;
}
.yedioth-plus-with-paper .details-and-sub-items .newspaper-area .newspaper-image-wrapper .shadow3 {
  height: calc(18.75vw - 2.1875vw);
  top: 2.1875vw;
  left: -2.1875vw;
  background-color: rgba(211, 211, 211, 0.2);
  z-index: 1;
}
@media (prefers-color-scheme: dark) {
  .yedioth-plus-with-paper .details-and-sub-items .main-items .slotView .textAreaLink .textArea .item-label {
    color: #2b313f ! 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: 1.5rem;
  height: 1.5rem;
}
.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);
  }
}
.articleContainer .ynet-header {
  padding-top: 14.0625vw;
}
.YnetMutamHeader {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 0px 0.46875vw -1px black;
  height: 34.84375vw;
}
.YnetMutamHeader .logo img {
  display: none;
}
.YnetMutamHeader .darkModeLogo {
  background: transparent no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85.357' height='32.331' viewBox='0 0 85.357 32.331'%3E %3Cg id='ynet_mobile_logo' data-name='ynet mobile logo' transform='translate(0 0)'%3E %3Cpath id='n' d='M16,21.965V5.879C16,2.352,13.78,0,10.312,0,7.907,0,5.965.941,4.023,3.246L3.561,1.129A1,1,0,0,0,2.451.282H1.063A1,1,0,0,0,0,1.27v20.7A1.076,1.076,0,0,0,1.063,23H3.191a1.036,1.036,0,0,0,1.017-1.035V9.219c0-3.152,2.173-5.551,4.948-5.551,1.9,0,2.636.941,2.636,3.152V21.965A1.076,1.076,0,0,0,12.855,23h2.127A1.036,1.036,0,0,0,16,21.965' transform='translate(37 6.45)'/%3E %3Cpath id='e' d='M9.921,23c-3.177,0-5.645-.987-7.336-2.934C.87,18.092,0,15.178,0,11.407,0,4.477,3.364,0,8.57,0a7.392,7.392,0,0,1,5.979,2.578C16.175,4.528,17,7.545,17,11.546a1.038,1.038,0,0,1-1.025,1.024H4.424a8.656,8.656,0,0,0,1.4,5,5.115,5.115,0,0,0,4.331,1.752,13.586,13.586,0,0,0,4.378-.792,1.268,1.268,0,0,1,.4-.071.916.916,0,0,1,.861.723l.513,1.49a.952.952,0,0,1-.606,1.257A12.862,12.862,0,0,1,9.921,23ZM8.71,3.4a3.411,3.411,0,0,0-2.6,1.187A8.37,8.37,0,0,0,4.424,9.405h8.244C12.612,7.6,12.115,3.4,8.71,3.4Z' transform='translate(56 6.45)'/%3E %3Cpath id='t' d='M12.174,27.694l-.236-1.438a.888.888,0,0,0-1.085-.743A8.407,8.407,0,0,1,9.39,25.7c-1.085,0-1.6-.557-1.6-1.809V9.925h2.69A1,1,0,0,0,11.467,8.9V7.651a1,1,0,0,0-.991-1.02H7.786V.785c0-.835-.614-.881-1.322-.7l-2.123.6A1.142,1.142,0,0,0,3.54,1.9V6.631H.991A.97.97,0,0,0,0,7.651V8.9A.97.97,0,0,0,.991,9.925H3.54V24.586c0,3.108,1.557,4.686,4.907,4.686a11.149,11.149,0,0,0,3.02-.371.934.934,0,0,0,.708-1.206' transform='translate(73.156 0)'/%3E %3Cg id='red_circ_y' data-name='red circ + y' transform='translate(0 0.401)'%3E %3Cpath id='red_circ' data-name='red circ' d='M0,15.915A15.914,15.914,0,0,0,15.914,31.83h0A15.914,15.914,0,0,0,31.828,15.915h0A15.914,15.914,0,0,0,15.914,0h0A15.914,15.914,0,0,0,0,15.915Z' transform='translate(0 0.1)' fill='%23de1a1a'/%3E %3Cpath id='y' d='M12.9.835A.6.6,0,0,0,12.319,0H10.391a.832.832,0,0,0-.868.675L7.145,10.381c-.225.9-.386,1.7-.514,2.282A9.938,9.938,0,0,0,6.342,10.7l-2.7-10A.893.893,0,0,0,2.742,0H.621A.575.575,0,0,0,.042.8L4.156,13.692a.805.805,0,0,0,.868.675H6.117A10.557,10.557,0,0,1,5.57,16.3a4.289,4.289,0,0,1-2.186,2.861l-.45.224a.778.778,0,0,0-.386,1L3.224,21.7a.725.725,0,0,0,.964.354l.707-.322a6.589,6.589,0,0,0,3.6-4.628Z' transform='translate(9.749 6.257)' fill='%23fefefe'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  height: 9.0625vw;
  display: block;
  width: 21.875vw;
  margin-top: 3.125vw;
}
.YnetMutamHeader.Article {
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -3.90625vw;
  align-items: center;
  height: 14.0625vw;
  position: fixed;
}
.YnetMutamHeader.Article .darkModeLogo {
  margin-top: unset;
}
.YnetMutamHeader.Article .progress-container {
  width: 100%;
  height: 0.625vw;
  position: absolute;
  top: 0;
  left: 0;
}
.YnetMutamHeader.Article .progress-bar {
  height: 0.625vw;
  background: #de1a1a;
  width: 0%;
}
.YnetMutamHeader.Article .goBack {
  width: 12.5vw;
  height: 9.375vw;
  border-right: 0.3125vw solid #78787b59;
  background-color: transparent;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.997 29.635'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; %7D .cls-2, .cls-3 %7B stroke: none; %7D %3C/style%3E %3C/defs%3E %3Cg id='Shape_1029' data-name='Shape 1029' transform='translate(-7227.503 -944.496)'%3E %3Cg id='Shape_1029-2' data-name='Shape 1029' transform='translate(0.001 0)'%3E %3Cpath class='cls-2' d='M 7240.275390625 973.380126953125 C 7240.1572265625 973.380126953125 7240.04248046875 973.3228759765625 7239.95263671875 973.2188720703125 L 7228.40673828125 959.7489013671875 C 7228.203125 959.5123291015625 7228.203125 959.11328125 7228.40625 958.877197265625 L 7239.95361328125 945.4068603515625 C 7240.04248046875 945.3027954101563 7240.1572265625 945.2456665039063 7240.27734375 945.2456665039063 C 7240.396484375 945.2456665039063 7240.5107421875 945.3026123046875 7240.5986328125 945.4059448242188 C 7240.80029296875 945.6427001953125 7240.80029296875 946.0420532226563 7240.5986328125 946.2783203125 L 7229.56591796875 959.1500244140625 L 7229.4267578125 959.312744140625 L 7229.56591796875 959.4754638671875 L 7240.59912109375 972.3465576171875 C 7240.7998046875 972.5827026367188 7240.7998046875 972.9833374023438 7240.5986328125 973.2205200195313 C 7240.5107421875 973.3233032226563 7240.39599609375 973.380126953125 7240.275390625 973.380126953125 Z'/%3E %3Cpath class='cls-3' d='M 7240.275390625 973.130126953125 C 7240.33447265625 973.130126953125 7240.38037109375 973.0909423828125 7240.40771484375 973.0587158203125 C 7240.5302734375 972.9144287109375 7240.5302734375 972.6516723632813 7240.40966796875 972.50927734375 L 7229.37646484375 959.63818359375 L 7229.09716796875 959.312744140625 L 7229.37646484375 958.9873657226563 L 7240.40869140625 946.1161499023438 C 7240.53076171875 945.9728393554688 7240.5302734375 945.7117309570313 7240.40771484375 945.5676879882813 C 7240.3798828125 945.5348510742188 7240.33447265625 945.4956665039063 7240.27685546875 945.4956665039063 C 7240.23095703125 945.4956665039063 7240.1845703125 945.5210571289063 7240.14306640625 945.569580078125 L 7228.595703125 959.040283203125 C 7228.47314453125 959.1829223632813 7228.47314453125 959.4428100585938 7228.59619140625 959.5862426757813 L 7240.14208984375 973.0554809570313 C 7240.17138671875 973.0895385742188 7240.21826171875 973.130126953125 7240.275390625 973.130126953125 M 7240.275390625 973.630126953125 C 7240.08984375 973.630126953125 7239.90625 973.54736328125 7239.763671875 973.38232421875 L 7228.216796875 959.91162109375 C 7227.931640625 959.580078125 7227.931640625 959.04541015625 7228.216796875 958.714111328125 L 7239.763671875 945.244140625 C 7239.9052734375 945.0784912109375 7240.09130859375 944.9956665039063 7240.27685546875 944.9956665039063 C 7240.462890625 944.9956665039063 7240.6484375 945.0784912109375 7240.7890625 945.244140625 C 7241.0703125 945.574462890625 7241.0703125 946.1103515625 7240.7890625 946.4404296875 L 7229.755859375 959.312744140625 L 7240.7890625 972.183837890625 C 7241.0703125 972.514892578125 7241.0703125 973.051025390625 7240.7890625 973.38232421875 C 7240.6484375 973.54736328125 7240.462890625 973.630126953125 7240.275390625 973.630126953125 Z'/%3E %3C/g%3E %3Cg id='Stroke_Effect' data-name='Stroke Effect' class='cls-1' transform='translate(7228.004 944.996)'%3E %3Cpath class='cls-2' d='M 12.27148056030273 28.88427543640137 C 12.00577068328857 28.88427543640137 11.75685024261475 28.76552391052246 11.57058048248291 28.54990386962891 L 0.02308031171560287 15.07847499847412 C -0.3441796898841858 14.65146446228027 -0.3441596925258636 13.98221492767334 0.02341031283140182 13.55517482757568 L 11.56996059417725 0.08558476716279984 C 11.75497055053711 -0.130845233798027 12.00479984283447 -0.2501752376556396 12.27320003509521 -0.2501752376556396 C 12.54193019866943 -0.2501752376556396 12.79143047332764 -0.130615234375 12.97574996948242 0.08650476485490799 C 13.33860015869141 0.512664794921875 13.33858013153076 1.180554747581482 12.97545051574707 1.606724739074707 L 2.081230878829956 14.31688785552979 L 12.9749698638916 27.0252742767334 C 13.33812999725342 27.45275497436523 13.33816051483154 28.12136459350586 12.97574996948242 28.54826545715332 C 12.7910099029541 28.76506423950195 12.54100036621094 28.88427543640137 12.27148056030273 28.88427543640137 Z'/%3E %3Cpath class='cls-3' d='M 12.27148056030273 28.63427543640137 C 12.45898056030273 28.63427543640137 12.64453029632568 28.55151557922363 12.78516006469727 28.386474609375 C 13.06641006469727 28.05517387390137 13.06641006469727 27.51904487609863 12.78516006469727 27.18798446655273 L 1.751950263977051 14.31689453125 L 12.78516006469727 1.444584727287292 C 13.06641006469727 1.114504814147949 13.06641006469727 0.5786147713661194 12.78516006469727 0.2482947707176208 C 12.64453506469727 0.08264476805925369 12.45898818969727 -0.0001802343758754432 12.27319622039795 -0.0001802343758754432 C 12.08740520477295 -0.0001802343758754432 11.90137004852295 0.08264476805925369 11.75977039337158 0.2482947707176208 L 0.2128903120756149 13.71826457977295 C -0.07226968556642532 14.04956436157227 -0.07226968556642532 14.58422470092773 0.2128903120756149 14.91577434539795 L 11.75977039337158 28.386474609375 C 11.90233993530273 28.55151557922363 12.08594036102295 28.63427543640137 12.27148056030273 28.63427543640137 M 12.27148056030273 29.13427543640137 C 11.93199062347412 29.13427543640137 11.61589050292969 28.98478507995605 11.3814001083374 28.71333503723145 L -0.1667296886444092 15.24117469787598 C -0.61236971616745 14.72304439544678 -0.6123197078704834 13.91054439544678 -0.1660696864128113 13.39208507537842 L 11.38016033172607 -0.07712523639202118 C 11.60982036590576 -0.3457852303981781 11.93548011779785 -0.5001752376556396 12.27320003509521 -0.5001752376556396 C 12.61157989501953 -0.5001752376556396 12.93710994720459 -0.3453052341938019 13.16633987426758 -0.07528523355722427 C 13.60636043548584 0.4415147602558136 13.60630989074707 1.251804709434509 13.16574001312256 1.768864750862122 L 2.410497665405273 14.31687545776367 L 13.16478061676025 26.86257553100586 C 13.60574054718018 27.38162422180176 13.60579013824463 28.1923942565918 13.16633033752441 28.71006393432617 C 12.93640041351318 28.97991561889648 12.61045074462891 29.13427543640137 12.27148056030273 29.13427543640137 Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  background-position: center !important;
  transform: rotate(180deg);
  margin: auto 0;
  float: right;
}
.YnetMutamHeader.Article .mobileShareBtn {
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero'%3E %3Cpath d='M2.019 9.153l-.002 10.924H17.98l.001-10.924H20V22H0V9.153h2.019zM9.942 0l6.73 6.409h-2.439L10.886 3.22v13.693H8.964l-.001-13.66-3.311 3.155H3.214L9.942 0z' transform='translate(-142.000000, -24.000000) translate(142.000000, 24.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  margin: auto 1.5625vw;
  float: left;
}
.YnetMutamHeader.Article .btnTooltips {
  display: flex;
  align-items: center;
  float: left;
  transition: 0.2s ease;
  margin-left: 3.125vw;
  flex-grow: 1;
  justify-content: space-around;
}
.YnetMutamHeader.Article .btnTooltips.hidden {
  display: none;
}
.YnetMutamHeader.Article .btnTooltips .mobileShareBtn {
  float: unset;
  margin: auto 0px;
}
.YnetMutamHeader.Article .topBtns {
  background-repeat: no-repeat !important;
  background-size: 50% !important;
  background-position: center !important;
  margin: auto 0;
  width: 12.5vw;
  height: 9.375vw;
  background-color: transparent !important;
}
.YnetMutamHeader.Article .commentsOpen {
  background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill-rule='nonzero' stroke='%23000' stroke-width='2'%3E %3Cpath d='M23 1.52v16.59H10.644l-4.047 3.644-.001-3.645H1V1.52h22z' transform='translate(-12 -12) translate(12 12)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  width: 9.375vw;
  margin: auto 0px;
  margin-top: 1.5625vw;
  font-size: 3.125vw;
  box-sizing: border-box;
  padding-bottom: 1.5625vw;
  background-size: 70% !important;
}
.YnetMutamHeader.Article .fontSizeMenuOpen {
  background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='20' viewBox='0 0 31 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23000' fill-rule='nonzero' stroke='%23000' stroke-width='.5'%3E %3Cpath d='M257.055 33c.753.818 1.476 1.643 2.169 2.475.692.832 1.393 1.685 2.1 2.56.467-.141.855-.307 1.164-.497.308-.19.557-.476.745-.857.188-.381.335-.938.44-1.671h0l.294-2.01h1.74l-.34 2.137c-.12.832-.316 1.49-.587 1.977-.27.487-.617.868-1.039 1.143-.421.275-.94.51-1.558.708.662.832 1.306 1.668 1.931 2.507.625.84 1.254 1.682 1.886 2.528h0-2.033c-.662-.959-1.355-1.932-2.078-2.92-.723-.986-1.46-1.96-2.213-2.918-.678.211-1.198.539-1.559.983-.361.444-.595 1.047-.7 1.809h0L256.943 44h-1.762l.497-2.94c.18-1.143.527-1.989 1.039-2.539.512-.55 1.19-.98 2.032-1.29-.602-.734-1.208-1.446-1.818-2.137-.61-.69-1.253-1.389-1.931-2.094h0zm13.15-7l6.21 8.104c3.294-.254 4.856-2.468 4.745-7.01v-.555l-.023-.539h1.771c.362 5.503-1.409 8.913-5.26 9.712L284 44h-2.092l-6.967-9.017-.05.003c-3.455.165-5.094 2.376-4.98 7.024l.022.57v1.287h-1.713l-.058-.88c-.37-5.622 1.487-8.957 5.512-9.644L268 26h2.205z' transform='translate(-254.000000, -25.000000)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  background-size: 80% !important;
  width: 9.375vw;
}
.YnetMutamHeader.Article .whatsAppShareBtn {
  background: transparent no-repeat center center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cpath d='M0 0H32V32H0z'/%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M16.048 4.507c3.064.001 5.94 1.189 8.101 3.342 2.163 2.155 3.352 5.019 3.351 8.063-.002 6.285-5.14 11.397-11.455 11.397-1.79 0-3.55-.417-5.136-1.211l-.337-.176L4.5 27.507l1.625-5.906c-1.002-1.728-1.53-3.688-1.529-5.697.002-6.284 5.14-11.397 11.452-11.397zm-.001 2l-.267.004c-5.087.142-9.182 4.305-9.184 9.394 0 1.535.373 3.037 1.088 4.385l.171.308.421.725-.929 3.373 3.485-.909.695.378c1.378.749 2.935 1.144 4.518 1.144 5.213 0 9.453-4.22 9.455-9.398 0-2.513-.977-4.866-2.762-6.645-1.71-1.703-3.951-2.671-6.36-2.753l-.331-.006z'/%3E %3Cpath fill='%23000' d='M10.558 13.335c0 1.305.97 2.565 1.105 2.742.136.177 1.909 2.853 4.623 4.002.646.273 1.15.436 1.543.558.649.201 1.238.173 1.704.106.521-.078 1.602-.643 1.828-1.261.225-.62.225-1.15.158-1.26-.069-.11-.25-.177-.52-.31s-1.601-.774-1.85-.862c-.246-.088-.428-.133-.608.132s-.699.862-.857 1.04c-.157.176-.315.199-.585.067-.271-.133-1.144-.414-2.178-1.316-.804-.703-1.347-1.571-1.504-1.836-.158-.266-.018-.409.118-.54.122-.12.271-.31.406-.466.135-.154.18-.266.27-.442.09-.177.045-.332-.022-.464s-.609-1.437-.835-1.968c-.193-.455-.39-.454-.547-.454l-.062-.001c-.157-.008-.338-.01-.518-.01s-.474.067-.722.332-.947.907-.947 2.211z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  background-size: 70% !important;
}
.YnetMutamHeader.Article .accessibiltyBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23wf3b0982va)' stroke='%23000'%3E %3Cpath d='m6.5 9.5 5.726 1.002v3.564L10.371 20.5m9.023-11-5.727 1.002v3.564l1.856 6.434m-.623-14a2 2 0 1 0-4 0 2 2 0 0 0 4 0z' stroke-width='1.5'/%3E %3Cpath d='M13 24c6.351 0 11.5-5.149 11.5-11.5S19.351 1 13 1 1.5 6.149 1.5 12.5 6.649 24 13 24z' stroke-width='2'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='wf3b0982va'%3E %3Cpath fill='%23fff' transform='translate(.5)' d='M0 0h25v25H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.YnetMutamHeader * {
  font-weight: 400;
}
.font-moses .YnetMutamHeader * {
  font-weight: 340;
}
.YnetMutamHeader .searchArea {
  position: relative;
  background: #fff;
  height: 100%;
  display: flex;
  z-index: 1;
}
.YnetMutamHeader .searchArea .srhBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-53 -255) translate(0 224) translate(38 16) translate(16 16)'%3E %3Ccircle cx='6' cy='6' r='6'/%3E %3Cpath stroke-linecap='square' d='M10.8 10.8L14.8 14.8'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.YnetMutamHeader .searchArea .mutamSrchBox {
  position: absolute;
  top: 0;
  left: -62.5vw;
  width: 59.375vw;
  height: 7.8125vw;
  border-radius: 0.625vw;
  font-size: 4.6875vw;
  background: #d6d5d3;
  line-height: 6.25vw;
  border: 0;
  padding: 0 1.5625vw;
  box-sizing: border-box;
}
.YnetMutamHeader .weatherimage img {
  max-width: 6.25vw;
}
.YnetMutamHeader .redMailHeaderBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.YnetMutamHeader .redMailHeaderBtn .redmailIcon {
  width: 4.6875vw;
  height: 4.6875vw;
  background-color: unset;
  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-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.78125vw;
}
.YnetMutamHeader .redMailHeaderBtn .redMailTitle {
  line-height: 2.65625vw;
  font-size: 2.96875vw;
  font-weight: 500 !important;
}
.font-moses .YnetMutamHeader .redMailHeaderBtn .redMailTitle {
  font-size: 2.5vw;
  line-height: 1.07;
}
.YnetMutamHeader .YnetPremiumHeaderLogin .loggedUser {
  display: flex;
  align-items: center;
}
.YnetMutamHeader .YnetPremiumHeaderLogin .menuToggler {
  width: 2.65625vw;
  height: 1.71875vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
  margin-top: -0.78125vw;
  margin-right: 0.78125vw;
}
.YnetMutamHeader .YnetPremiumHeaderLogin .menuToggler.toClose {
  transform: rotate(0deg);
}
.YnetMutamHeader .YnetPremiumHeaderLogin .menu .menuOption {
  font-size: 4.6875vw;
  line-height: 1.6;
}
.YnetMutamHeader .login_premium {
  display: none;
}
.YnetMutamHeader .promoLabel {
  height: 5.3125vw;
  border-radius: 3.45313vw;
  border: solid 1px #000;
  padding: 0 12.1875vw 0 1.35469vw;
  color: #000;
  font-weight: bold;
  font-size: 3.3079vw;
  box-sizing: border-box;
  line-height: initial;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='18' viewBox='0 0 50 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-257 -883) translate(22 712) translate(235 171)'%3E %3Crect width='50' height='18' fill='%23DE1A1A' rx='9'/%3E %3Cpath fill='%23000' d='M41 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M5 0L5 8 3 8 3 0z' transform='translate(37 5)'/%3E %3Cpath d='M8 3L8 5 0 5 0 3z' transform='translate(37 5)'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.157 14.197c2.21 0 3.029-.832 3.705-2.717l1.95-5.46h-1.976L9.601 9.946 8.327 6.02H6.325l2.366 6.305c-.338.377-.806.507-1.443.507-.182 0-.39 0-.533-.026v1.34c.117.025.273.051.442.051zM15.685 12V9.686c.013-1.599.507-2.223 1.235-2.223.611 0 .936.403.936 1.287V12h1.95V8.62c0-2.028-1.001-2.717-2.21-2.717-.832 0-1.534.299-2.002 1.014V6.02h-1.859V12h1.95zm8.268-6.149c1.755 0 2.834.825 2.834 2.632 0 .3-.026.644-.065.956h-3.965c.13.962.689 1.157 1.703 1.157.676 0 1.326-.104 2.002-.286v1.417c-.871.26-1.716.351-2.301.351-2.171 0-3.432-.663-3.432-3.133 0-2.093 1.248-3.094 3.224-3.094zm-.104 1.404c-.481 0-.923.338-1.079 1.08h1.989c-.065-.794-.403-1.08-.91-1.08zm6.747 4.784c.338 0 .806-.039 1.092-.104v-1.39c-.208.025-.533.038-.78.038-.507 0-.715-.247-.715-.897V7.372h1.495V6.02h-1.495V4.46h-1.95v1.56h-.871v1.352h.871v2.51c0 1.546.988 2.157 2.353 2.157z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10.81094vw 3.77188vw;
  background-position: 98%;
}
.font-moses .YnetMutamHeader .promoLabel {
  font-size: 3.28125vw;
  font-weight: 670;
}
.YnetMutamHeader .logo {
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
}
.YnetMutamHeader .logo.hidden {
  opacity: 0;
}
.YnetMutamHeader .logo img {
  height: 9.0625vw;
  width: auto;
  margin-top: 3.125vw;
}
.YnetMutamHeader .mainNav {
  position: relative;
  width: 100%;
  display: flex;
  background: #fff;
  align-items: center;
  height: 12.5vw;
  justify-content: space-between;
}
.YnetMutamHeader .mainNav.fixed {
  position: fixed;
  top: 0px;
  z-index: 9999;
}
.YnetMutamHeader .mainNav .navList {
  width: 100%;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  height: 9.375vw;
  padding-right: 1.5625vw;
  align-items: center;
  line-height: 1.6;
}
.font-moses .YnetMutamHeader .mainNav .navList {
  line-height: unset;
}
.YnetMutamHeader .mainNav .navList div {
  font-size: 4.6875vw;
  padding-left: 6.5625vw;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.3;
}
.font-moses .YnetMutamHeader .mainNav .navList div {
  font-size: 3.90625vw;
  font-weight: 340;
}
.YnetMutamHeader .mainNav .navList div a,
.YnetMutamHeader .mainNav .navList div a:hover {
  text-decoration: none;
  color: inherit;
}
.YnetMutamHeader .mainNav .navList div a.selected,
.YnetMutamHeader .mainNav .navList div a:hover.selected,
.YnetMutamHeader .mainNav .navList div a.selected span,
.YnetMutamHeader .mainNav .navList div a:hover.selected span {
  font-weight: bold;
}
.font-moses .YnetMutamHeader .mainNav .navList div a.selected,
.font-moses .YnetMutamHeader .mainNav .navList div a:hover.selected,
.font-moses .YnetMutamHeader .mainNav .navList div a.selected span,
.font-moses .YnetMutamHeader .mainNav .navList div a:hover.selected span {
  font-weight: 670;
}
.YnetMutamHeader .mainNav .navList::-webkit-scrollbar {
  display: none;
}
.YnetMutamHeader .mainNav .menuHamburger {
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_301' data-name='Group 301' transform='translate(-6199 -6861)'%3E %3Cpath id='prefix__Rectangle_145' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 145' transform='translate(6199 6861)'/%3E %3Cpath id='prefix__Rectangle_146' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 146' transform='translate(6199 6875)'/%3E %3Cpath id='prefix__Rectangle_147' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 147' transform='translate(6199 6889)'/%3E %3C/g%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 6.25vw 5vw !important;
  background-position: center !important;
  background-color: rgba(255, 255, 255, 0.5);
  width: 9.375vw;
  height: 9.375vw;
  float: left;
  position: relative;
}
.YnetMutamHeader .mainNav .menuHamburger::after {
  content: "jjjjghjj";
  color: transparent;
  position: absolute;
  top: 2.1875vw;
  left: 7.8125vw;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.178));
}
.YnetMutamHeader .HeaderScrolledMenu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  height: 110%;
  background-color: #fff;
  left: -100%;
  transition: 0.6s ease;
  padding-bottom: 10%;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10000;
}
.YnetMutamHeader .HeaderScrolledMenu.opened {
  left: 0;
}
.YnetMutamHeader .HeaderScrolledMenu.closed {
  left: -100%;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea {
  border-bottom: 1px solid #8080802e;
  justify-content: space-between;
  height: 12.5vw;
  align-items: center;
  display: flex;
  padding: 3.125vw;
  box-sizing: border-box;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea > div {
  display: flex;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea > div > div {
  margin: auto 0 auto 3.125vw;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .closeBtn {
  width: 6.25vw;
  height: 6.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.002' height='10' viewBox='0 0 10.002 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D %3C/style%3E %3C/defs%3E %3Cpath id='_-e-Forma_1' d='M7496.992 1838l-1-1-4 4-4-4-1 1 4 4-4 4 1 1 4-4 4 4 1-1-4-4z' class='cls-1' data-name='-e-Forma 1' transform='translate(-7486.99 -1836.998)'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 4.6875vw 4.6875vw;
  background-position: center;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton {
  width: 6.25vw;
  height: 6.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000'%3E %3Cg%3E %3Cg transform='translate(-43 -211) translate(0 131) translate(44 81)'%3E %3Cg stroke-width='1.5'%3E %3Cpath d='M8.4 2c0-1.105-.895-2-2-2s-2 .895-2 2 .895 2 2 2 2-.895 2-2z' transform='translate(5 3.5)'/%3E %3Cg%3E %3Cpath d='M0 0L5.726 1.002 5.726 4.566 3.871 11' transform='translate(5 3.5) translate(0 5)'/%3E %3Cpath d='M7.167 0L12.894 1.002 12.894 4.566 11.038 11' transform='translate(5 3.5) translate(0 5) matrix(-1 0 0 1 20.061 0)'/%3E %3C/g%3E %3C/g%3E %3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton #INDmenu-btn {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .revokeButtonContainer {
  display: flex;
  margin-right: 0.3125vw;
  flex-direction: row;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .revokeButtonContainer #revokeButton {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Cookie'%3E %3Cpath id='Icon' fill-rule='evenodd' clip-rule='evenodd' d='M40.7881 25.2458C38.0265 24.28 35.5256 21.7313 35.2855 18.3303C30.4334 18.0264 26.4995 14.0907 26.1652 9.23192C16.3052 8.38716 9.1687 16.6835 9.1687 25.025C9.1687 33.7514 16.2523 40.8349 24.9786 40.8349C33.6809 40.8349 40.673 33.8195 40.7881 25.2458ZM37.7913 17.2823C37.5038 20.2982 39.9221 22.6749 42.4592 23.1063C42.8762 23.1772 43.2308 23.4945 43.2561 23.9167C43.8875 34.4533 35.517 43.3349 24.9786 43.3349C14.8716 43.3349 6.6687 35.1321 6.6687 25.025C6.6687 15.0083 15.6298 4.85123 27.9744 6.94492C28.4244 7.02124 28.7102 7.46098 28.6705 7.91567C28.2802 12.38 32.012 16.1543 36.4245 15.8295C37.1497 15.7761 37.8603 16.5585 37.7913 17.2823ZM24.9789 18.6172C24.9789 20.1341 23.7492 21.3637 22.2324 21.3637C20.7155 21.3637 19.4859 20.1341 19.4859 18.6172C19.4859 17.1004 20.7155 15.8707 22.2324 15.8707C23.7492 15.8707 24.9789 17.1004 24.9789 18.6172ZM21.3168 27.7725C21.3168 29.2894 20.0871 30.519 18.5703 30.519C17.0534 30.519 15.8238 29.2894 15.8238 27.7725C15.8238 26.2557 17.0534 25.026 18.5703 25.026C20.0871 25.026 21.3168 26.2557 21.3168 27.7725ZM30.4717 32.3501C31.483 32.3501 32.3027 31.5304 32.3027 30.5191C32.3027 29.5079 31.483 28.6881 30.4717 28.6881C29.4605 28.6881 28.6407 29.5079 28.6407 30.5191C28.6407 31.5304 29.4605 32.3501 30.4717 32.3501Z' fill='black'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 7.8125vw;
  height: 7.8125vw;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
}
.YnetMutamHeader .HeaderScrolledMenu .hamTopArea .revokeButtonContainer span {
  font-family: 'Moses';
  font-size: 2.34375vw;
  font-weight: 500;
  text-align: left;
  align-items: center;
  line-height: 2.89063vw;
  display: flex;
  position: relative;
  width: 9vw;
}
.YnetMutamHeader .bottomHeaderArea {
  border-top: 1px solid #eee;
  padding: 3.125vw 1.5625vw 1.5625vw;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
}
.YnetMutamHeader .bottomHeaderArea.hidden {
  opacity: 0;
}
.YnetMutamHeader .bottomHeaderArea .YnetPremiumHeaderLogin .menu {
  position: absolute;
  width: 100%;
  padding: 1.5625vw;
  background: #fff;
  box-shadow: 0px 0px 0.46875vw -1px black;
  left: 0;
  box-sizing: border-box;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-left: 1.5625vw;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView * {
  color: #000;
  font-size: 3.75vw;
  text-decoration: none;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView .weathertempsdiv {
  margin-left: 0.78125vw;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView .headerWeatherSelect {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.YnetMutamHeader .bottomHeaderArea .WeatherView .menuToggler {
  width: 2.65625vw;
  height: 1.71875vw;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
  margin-top: -0.78125vw;
  margin-right: 0.78125vw;
}
.YnetMutamHeader .linksGroups {
  display: flex;
  flex-direction: column;
  font-size: 5vw;
  line-height: 2;
  padding: 3.125vw 3.125vw 6.25vw;
  flex-grow: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.font-moses .YnetMutamHeader .linksGroups .YnetPremiumHeaderLogin {
  margin-bottom: 1.5625vw;
}
.font-moses .YnetMutamHeader .linksGroups {
  font-size: 4.375vw;
  font-weight: 340;
}
.YnetMutamHeader .linksGroups::-webkit-scrollbar {
  display: none;
}
.YnetMutamHeader .linksGroups .group {
  display: flex;
  flex-direction: column;
}
.YnetMutamHeader .linksGroups .groupTitle {
  font-weight: bold;
  margin-bottom: 1.5625vw;
}
.font-moses .YnetMutamHeader .linksGroups .groupTitle {
  font-weight: 800;
  margin-bottom: 3.125vw;
}
.YnetMutamHeader .linksGroups .groupList {
  list-style-type: none;
  padding-inline-start: 0px;
  margin: 0;
}
.font-moses .YnetMutamHeader .linksGroups .groupList li {
  margin-bottom: 1.25vw;
}
.YnetMutamHeader .linksGroups .groupList a {
  text-decoration: none;
  font-weight: 400;
}
.font-moses .YnetMutamHeader .linksGroups .groupList a {
  font-weight: 340;
}
.YnetMutamHeader .followUsLinks {
  width: 100%;
  height: 15.625vw;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid #8080802e;
  padding-top: 2.34375vw;
  box-sizing: border-box;
  margin-bottom: 6.25vw;
}
.YnetMutamHeader .followUsLinks .mediaIcon {
  width: 6.5625vw;
  height: 6.5625vw;
  margin: 0 2.65625vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.YnetMutamHeader .followUsLinks .mediaIcon.linkToTw {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm1.5 6.482c1.157-1.052 2.976-.998 4.064.12a5.876 5.876 0 0 0 1.824-.674 2.806 2.806 0 0 1-1.263 1.537 5.885 5.885 0 0 0 1.65-.437 5.742 5.742 0 0 1-1.433 1.438c.008.119.008.238.008.359 0 3.67-2.89 7.904-8.172 7.902a8.334 8.334 0 0 1-4.403-1.246 5.889 5.889 0 0 0 4.251-1.151c-1.229-.023-2.307-.798-2.684-1.93.43.08.874.064 1.297-.047-1.34-.262-2.304-1.401-2.304-2.724v-.035c.4.216.846.335 1.304.348-1.263-.815-1.652-2.44-.89-3.708 1.459 1.735 3.61 2.79 5.92 2.902a2.723 2.723 0 0 1 .831-2.654z' fill='%23000' fill-rule='nonzero'/%3E %3C/svg%3E");
}
.YnetMutamHeader .followUsLinks .mediaIcon.linkToFb {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no' ?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='32' height='32' viewBox='0 0 32 32' xml:space='preserve'%3E %3Cdesc%3ECreated with Fabric.js 3.6.3%3C/desc%3E %3Cdefs%3E %3C/defs%3E %3Cg transform='matrix(1.28 0 0 1.28 16.5 16.5)' %3E %3Cg style='' %3E %3Cg transform='matrix(1 0 0 1 0 0)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: evenodd; opacity: 1;' transform=' translate(-16, -16)' d='M 0 0 H 32 V 32 H 0 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 -0.25 0.14)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' translate(-15.75, -16.14)' d='M 17.226 9.976 c 1.05 0 1.79 0.165 1.79 0.165 v 1.854 s -0.23 0.006 -0.8 0.007 h -0.267 c -0.772 0 -1.144 0.49 -1.144 1.26 v 1.384 h 1.982 l -0.331 2.297 l -1.651 -0.001 v 5.362 h -2.414 l -0.001 -5.362 h -1.9 v -2.296 h 1.9 V 13.15 c 0 -2.72 1.55 -3.154 2.75 -3.173 h 0.086 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 0 0.01)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' translate(-16, -16.01)' d='M 16 4.507 c -6.351 0 -11.5 5.15 -11.5 11.5 c 0 6.352 5.149 11.5 11.5 11.5 s 11.5 -5.148 11.5 -11.5 c 0 -6.35 -5.149 -11.5 -11.5 -11.5 z m 0 2 c 5.247 0 9.5 4.254 9.5 9.5 c 0 5.247 -4.253 9.5 -9.5 9.5 s -9.5 -4.253 -9.5 -9.5 c 0 -5.246 4.253 -9.5 9.5 -9.5 z' stroke-linecap='round' /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.YnetMutamHeader .followUsLinks .mediaIcon.linkToYtube {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm.282 5.895.352.001c1.086.008 4.06.05 4.924.278a1.692 1.692 0 0 1 1.205 1.183c.26.957.283 2.866.284 3.178v.055c0 .168-.011 2.21-.284 3.21a1.692 1.692 0 0 1-1.205 1.183c-.93.244-4.308.275-5.139.279h-.37c-.83-.004-4.209-.035-5.138-.28a1.692 1.692 0 0 1-1.205-1.183c-.247-.906-.28-2.667-.284-3.115v-.149c.001-.312.023-2.221.284-3.178A1.692 1.692 0 0 1 7.91 8.647c.863-.227 3.838-.27 4.923-.278l.352-.001h.096zm-1.072 2.525v4.21l3.685-2.105-3.685-2.105z' fill='%23000' fill-rule='evenodd'/%3E %3C/svg%3E");
}
@media (prefers-color-scheme: dark) {
  .YnetMutamHeader .logo .darkModeLogo {
    background: transparent no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='78' height='34' viewBox='0 0 78 34'%3E %3Cdefs%3E %3Cpath id='qp71ug7cxa' d='M0.132 0.476L10.456 0.476 10.456 25.845 0.132 25.845z'/%3E %3Cpath id='57904mlfkc' d='M0 16.015c0 8.79 7.125 15.915 15.914 15.915 8.79 0 15.914-7.125 15.914-15.915S24.704.1 15.914.1 0 7.225 0 16.015z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23F7F7F7' d='M13.835 24.76V11.008c0-3.015-1.917-5.026-4.911-5.026-2.077 0-3.754.804-5.43 2.774l-.4-1.809c-.12-.483-.4-.724-.958-.724H.938c-.48 0-.918.322-.918.844V24.76c0 .482.439.884.918.884h1.837c.479 0 .878-.402.878-.884V13.863c0-2.694 1.877-4.745 4.273-4.745 1.637 0 2.275.805 2.275 2.695V24.76c0 .482.44.884.918.884h1.837c.48 0 .879-.402.879-.884M27.102 14.104h-7.067c.4-4.181 2.236-5.187 3.673-5.187 2.476 0 3.314 2.614 3.394 5.187m3.714 1.85c0-7.359-3.194-9.972-7.227-9.972-4.432 0-7.347 3.82-7.347 9.85 0 6.595 3.074 10.013 8.505 10.013 2.355 0 3.713-.362 4.95-.925.48-.2.68-.603.52-1.086l-.44-1.286c-.16-.442-.479-.764-1.077-.563-1.158.362-2.237.684-3.754.684-3.513 0-4.751-2.09-4.91-5.83h9.901c.48 0 .879-.402.879-.885' transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(35.489972, 0.149203)'/%3E %3Cg transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(35.489972, 0.149203) translate(30.817311, 0.000000)'%3E %3Cmask id='vm9nuj9fnb' fill='%23fff'%3E %3Cuse xlink:href='%23qp71ug7cxa'/%3E %3C/mask%3E %3Cpath fill='%23F7F7F7' d='M10.434 24.478l-.2-1.246c-.08-.483-.479-.724-.918-.644-.36.08-.919.161-1.238.161-.918 0-1.357-.482-1.357-1.568V9.078h2.276c.478 0 .838-.402.838-.884V7.108c0-.482-.36-.885-.838-.885H6.72V1.157c0-.724-.52-.764-1.119-.603l-1.796.523c-.44.12-.679.522-.679 1.045v4.101H.971c-.52 0-.839.403-.839.885v1.086c0 .482.32.884.839.884h2.156v12.706c0 2.694 1.317 4.061 4.153 4.061.958 0 1.916-.12 2.555-.321.56-.161.679-.564.599-1.046' mask='url(%23vm9nuj9fnb)'/%3E %3C/g%3E %3C/g%3E %3Cg transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(0.000000, 0.950477)'%3E %3Cmask id='7tay6i5x8d' fill='%23fff'%3E %3Cuse xlink:href='%2357904mlfkc'/%3E %3C/mask%3E %3Cuse fill='%23DF3232' xlink:href='%2357904mlfkc'/%3E %3Cpath fill='%23FEFEFE' d='M22.647 7.092c.128-.514-.161-.835-.579-.835H20.14c-.418 0-.772.225-.868.674l-2.378 9.707c-.225.9-.386 1.704-.515 2.282-.032-.675-.128-1.318-.289-1.96l-2.7-9.997c-.128-.45-.45-.706-.9-.706h-2.12c-.418 0-.74.32-.58.803l4.115 12.889c.16.482.385.675.868.675h1.092c-.064.32-.386 1.735-.546 1.928-.386 1.35-1.06 2.282-2.186 2.861l-.45.225c-.353.193-.578.643-.386.996l.676 1.318c.192.386.61.514.964.354l.707-.322c1.703-.771 2.957-2.25 3.6-4.628l4.403-16.264z' mask='url(%237tay6i5x8d)'/%3E %3C/g%3E %3Cg fill='%23FF0200'%3E %3Cpath d='M33.626.724c.375.133.932.025 1.133.399-.175.923-.087 1.904.287 2.711-.043.616-.394 1.048-.67 1.638H31.03c.204-.62.233-.88.41-1.287.034-.08.058-.078.11-.112.08-.051.164-.072.24-.059.345-.022.315.047.494-.022.062-.557-.258-1.793-.258-1.793l-.822-.003c0-.674-.113-1.297-.549-1.797.445-.083.793.475 1.299.441.235.017.592-.075.627.242-.096 1.072.122 2.03.461 2.928.43.065.678-.047 1.3.006-.149-.55-.242-1.848-.259-1.817 0 0-.613.022-.918-.003.148-.624-.044-1.314-.331-1.872.322 0 .531.267.792.4M38.182.876c.387.074 2.263.04 2.263.04l.171 1.219h-.395c.096.549.227 1.217.47 1.699-.313.491-.53 1.065-.67 1.638h-.319l-.001-3.318-2.36-.004c-.034-.64-.195-1.318-.578-1.834.287-.2.429.226.719.338.266.104.418.167.7.222M22.019 1.004l.078.117c-.026.864.192 1.636-.792 2.086l1.177 1.609-.989.793c-.697-.89-2.323-2.576-2.323-2.576l-.186 1.058.9.019.103 1.363s-1.533 0-1.566-.008l-.087-.075c.34-1.205.261-2.382.087-3.63l.497-1.156h.13l2.004 2.417c.174.108.322-.166.418-.283.07-.166.078-.345-.122-.42l-.714-.042c-.026-.607-.21-1.155-.67-1.597l.042-.116c.515.508 1.316.35 2.013.44M8.342.93c.375-.158.285.191.269.4.031.525.398 2.51.437 2.85.013.111-.579 1.283-.579 1.283l-1.634-.001s.435-.813.583-1.246c.032.002.748.002.748.002V2.245c-1.097.136-.696-.633-.914-1.04-.06-.3-.374-.557-.374-.84.558.016.828.715 1.464.566M29.363.757c.296.333.958 0 1.124.441-.061 1.006.07 1.938.383 2.794-.261.466-.49.735-.671 1.48h-.27l.002-3.235s-.391-.01-.777 0c.11-.93-.35-1.573-.549-1.88.392-.09.483.3.758.4M15.158 2.217c.043.64.194 1.208.404 1.782-.261.466-.49.723-.67 1.469h-.21c-.288-1.697.315-3.594-.695-5 .61-.241.653.59 1.21.474h2.34s.11.025.164.066c.064.049.09.108.114.17-.061 1.006.07 1.958.383 2.814-.261.466-.49.674-.67 1.475h-.333l.003-3.244h-1.957l-.083-.006zM35.6.757c.295.333.958 0 1.123.441 0 0 .1.813.442 1.417-.292.355-.585.533-.766 1.278h-.229l-.002-1.656s-.412.02-.778 0c.11-.93-.35-1.573-.548-1.88.392-.09.572.3.757.4M41.44.757c.297.333.96 0 1.125.441 0 0 .1.813.441 1.417-.292.355-.548.533-.729 1.278h-.258l.003-1.656s-.438-.01-.79 0c.109-.93-.35-1.573-.549-1.88.392-.09.497.285.758.4M9.968 2.237s-.322-.003-.673 0c.109-.93-.35-1.573-.549-1.88.392-.09.559.325.758.406.46.254.959-.006 1.124.435-.06 1.006.07 1.938.383 2.794-.261.466-.612.735-.794 1.48H9.97l-.003-3.235z' transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(33.650946, 27.392531)'/%3E %3Cpath d='M5.978 2.244s-.458-.002-.729 0C5.36 1.314 4.9.671 4.7.364c.392-.09.517.248.758.4.297.333.958 0 1.124.44-.06 1.007.061 1.943.375 2.8-.262.465-.514.735-.696 1.48h-.283v-3.24zM3.98 2.268H2.235c-.357.266-.287.875-.122 1.273.494.668.035 1.23-.13 1.838l-.074.083H.275l.54-1.323.695.002c-.135-.438-.244-1.393 0-1.875-.086-.041-.257-.056-.388-.04-.018-.664-.107-1.222-.43-1.754.236-.391.462.3.75.316.915.2 1.964.118 3.043.142.105.025.18.095.242.288-.06 1.006.073 1.944.387 2.8-.262.466-.49.736-.671 1.48h-.465l.002-3.23zM13.973 1.196c-.061 1.006.076 1.938.39 2.794-.262.466-.49.735-.671 1.48h-.327l-.003-3.235-2.23-.001c.043-.624-.055-1.266-.447-1.715.035-.133.279-.083.375-.041.28.277.479.34.749.44h1.882c.122.042.215.136.282.278M27.691 2.283h-1.727c-.356.266-.287.8-.121 1.197.494.669.034 1.302-.131 1.91l-.074.083h-1.633s.356-.953.54-1.394c.03-.012.694.002.694.002-.134-.438-.243-1.318.001-1.8-.086-.042-.248-.03-.379-.013-.017-.665-.116-1.25-.439-1.782.236-.39.462.3.75.316.888.225 1.976.084 2.987.125.104.025.165.143.252.3-.06 1.007.064 1.957.378 2.814-.262.465-.49.699-.671 1.444l-.42.007-.007-3.21z' transform='translate(-149.000000, -15.000000) translate(-1.000000, 0.000000) translate(1.000000, 0.000000) translate(149.000000, 15.000000) translate(33.650946, 27.392531)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .topBtns,
  .YnetMutamHeader .goBack {
    filter: invert(1);
  }
  .YnetMutamHeader .mainNav .menuHamburger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E %3Cdefs%3E %3Cstyle%3E .prefix__cls-1%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='prefix__Group_301' data-name='Group 301' transform='translate(-6199 -6861)'%3E %3Cpath id='prefix__Rectangle_145' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 145' transform='translate(6199 6861)'/%3E %3Cpath id='prefix__Rectangle_146' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 146' transform='translate(6199 6875)'/%3E %3Cpath id='prefix__Rectangle_147' d='M0 0H44V4H0z' class='prefix__cls-1' data-name='Rectangle 147' transform='translate(6199 6889)'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-color: rgba(30, 30, 30, 0.5) !important;
    background-repeat: no-repeat !important;
    background-size: 6.25vw 5vw !important;
    background-position: center !important;
  }
  .YnetMutamHeader .menuHamburger::after {
    background-image: linear-gradient(to right, #1e1e1e, rgba(30, 30, 30, 0.178)) !important;
    height: 4.6875vw;
  }
  .YnetMutamHeader .searchArea .srhBtn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='height:2em' viewBox='0 0 12 13'%3E %3Cg stroke-width='1' stroke='%23fff' fill='none'%3E %3Cpath d='M11.29 11.71l-4-4'/%3E %3Ccircle cx='5' cy='5' r='4'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat !important;
  }
  .YnetMutamHeader .mutamSrchBox {
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
  }
  .YnetMutamHeader .searchArea .mutamSrchBox {
    background: #d6d5d3 !important;
    color: #000 !important;
  }
  .YnetMutamHeader .HeaderScrolledMenu .hamTopArea .closeBtn {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E") !important;
    background-size: 70% 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .YnetMutamHeader .bottomHeaderArea .WeatherView .menuToggler {
    display: none;
  }
  .YnetMutamHeader .HeaderScrolledMenu .hamTopArea #mainAccessibilityButton {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='24' viewBox='0 0 26 27'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.59 10.246a8.625 8.625 0 0 0 5.034 15.629 8.63 8.63 0 0 0 8.349-6.447'/%3E %3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.167 2l.835 7.388.484 4.279h8.847l4.167 5.75 2.167-1.356M16.417 9.5H9.002'/%3E %3Cpath fill='%23FFF' d='M11.71 2.272a2.272 2.272 0 1 1-4.544-.002 2.272 2.272 0 0 1 4.544.002'/%3E %3C/g%3E %3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 95% !important;
    border: 0.3125vw solid #fff;
    border-radius: 50%;
    background-position: center !important;
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .YnetMutamHeader .mediaIcon {
    width: 6.5625vw;
    height: 6.5625vw;
    margin: 0 2.65625vw 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: transparent !important;
  }
  .YnetMutamHeader .mediaIcon.linkToTw {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_81_3511)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 23C18.299 23 23 18.299 23 12.5C23 6.70101 18.299 2 12.5 2C6.70101 2 2 6.70101 2 12.5C2 18.299 6.70101 23 12.5 23ZM12.5 25C19.4036 25 25 19.4036 25 12.5C25 5.59644 19.4036 0 12.5 0C5.59644 0 0 5.59644 0 12.5C0 19.4036 5.59644 25 12.5 25Z' fill='white'/%3E %3Cdefs%3E %3CclipPath id='clip0_81_3511'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .mediaIcon.linkToFb {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no' ?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='32' height='32' viewBox='0 0 32 32' xml:space='preserve'%3E %3Cdesc%3ECreated with Fabric.js 3.6.3%3C/desc%3E %3Cdefs%3E %3C/defs%3E %3Cg transform='matrix(1.28 0 0 1.28 16.5 16.5)' %3E %3Cg style='' %3E %3Cg transform='matrix(1 0 0 1 0 0)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: evenodd; opacity: 1;' transform=' translate(-16, -16)' d='M 0 0 H 32 V 32 H 0 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 -0.25 0.14)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' translate(-15.75, -16.14)' d='M 17.226 9.976 c 1.05 0 1.79 0.165 1.79 0.165 v 1.854 s -0.23 0.006 -0.8 0.007 h -0.267 c -0.772 0 -1.144 0.49 -1.144 1.26 v 1.384 h 1.982 l -0.331 2.297 l -1.651 -0.001 v 5.362 h -2.414 l -0.001 -5.362 h -1.9 v -2.296 h 1.9 V 13.15 c 0 -2.72 1.55 -3.154 2.75 -3.173 h 0.086 z' stroke-linecap='round' /%3E %3C/g%3E %3Cg transform='matrix(1 0 0 1 0 0.01)' %3E %3Cpath style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill:rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' translate(-16, -16.01)' d='M 16 4.507 c -6.351 0 -11.5 5.15 -11.5 11.5 c 0 6.352 5.149 11.5 11.5 11.5 s 11.5 -5.148 11.5 -11.5 c 0 -6.35 -5.149 -11.5 -11.5 -11.5 z m 0 2 c 5.247 0 9.5 4.254 9.5 9.5 c 0 5.247 -4.253 9.5 -9.5 9.5 s -9.5 -4.253 -9.5 -9.5 c 0 -5.246 4.253 -9.5 9.5 -9.5 z' stroke-linecap='round' /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .mediaIcon.linkToYtube {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13 .473c6.904 0 12.5 5.596 12.5 12.5 0 6.903-5.596 12.5-12.5 12.5S.5 19.876.5 12.973C.5 6.069 6.096.473 13 .473zm0 2c-5.799 0-10.5 4.7-10.5 10.5 0 5.799 4.701 10.5 10.5 10.5s10.5-4.701 10.5-10.5c0-5.8-4.701-10.5-10.5-10.5zm.282 5.895.352.001c1.086.008 4.06.05 4.924.278a1.692 1.692 0 0 1 1.205 1.183c.26.957.283 2.866.284 3.178v.055c0 .168-.011 2.21-.284 3.21a1.692 1.692 0 0 1-1.205 1.183c-.93.244-4.308.275-5.139.279h-.37c-.83-.004-4.209-.035-5.138-.28a1.692 1.692 0 0 1-1.205-1.183c-.247-.906-.28-2.667-.284-3.115v-.149c.001-.312.023-2.221.284-3.178A1.692 1.692 0 0 1 7.91 8.647c.863-.227 3.838-.27 4.923-.278l.352-.001h.096zm-1.072 2.525v4.21l3.685-2.105-3.685-2.105z' fill='%23fff' fill-rule='evenodd'/%3E %3C/svg%3E") !important;
  }
  .YnetMutamHeader .promoLabel {
    border: solid 1px #fff;
  }
  .YnetMutamHeader .redMailHeaderBtn .redmailIcon {
    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");
    background-color: unset;
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .YnetMutamHeader .revokeButtonContainer #revokeButton {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.7881 25.2458C38.0265 24.28 35.5256 21.7313 35.2855 18.3303C30.4334 18.0264 26.4995 14.0907 26.1652 9.23192C16.3052 8.38716 9.1687 16.6835 9.1687 25.025C9.1687 33.7514 16.2523 40.8349 24.9786 40.8349C33.6809 40.8349 40.673 33.8195 40.7881 25.2458ZM37.7913 17.2823C37.5038 20.2982 39.9221 22.6749 42.4592 23.1063C42.8762 23.1772 43.2308 23.4945 43.2561 23.9167C43.8875 34.4533 35.517 43.3349 24.9786 43.3349C14.8716 43.3349 6.6687 35.1321 6.6687 25.025C6.6687 15.0083 15.6298 4.85123 27.9744 6.94492C28.4244 7.02124 28.7102 7.46098 28.6705 7.91567C28.2802 12.38 32.012 16.1543 36.4245 15.8295C37.1497 15.7761 37.8603 16.5585 37.7913 17.2823ZM24.9789 18.6172C24.9789 20.1341 23.7492 21.3637 22.2324 21.3637C20.7155 21.3637 19.4859 20.1341 19.4859 18.6172C19.4859 17.1004 20.7155 15.8707 22.2324 15.8707C23.7492 15.8707 24.9789 17.1004 24.9789 18.6172ZM21.3168 27.7725C21.3168 29.2894 20.0871 30.519 18.5703 30.519C17.0534 30.519 15.8238 29.2894 15.8238 27.7725C15.8238 26.2557 17.0534 25.026 18.5703 25.026C20.0871 25.026 21.3168 26.2557 21.3168 27.7725ZM30.4717 32.3501C31.483 32.3501 32.3027 31.5304 32.3027 30.5191C32.3027 29.5079 31.483 28.6881 30.4717 28.6881C29.4605 28.6881 28.6407 29.5079 28.6407 30.5191C28.6407 31.5304 29.4605 32.3501 30.4717 32.3501Z' fill='white'/%3E %3C/svg%3E") !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: #1e1e1e !important;
  }
  .YnetMutamHeader .YnetPremiumHeaderLogin .menuToggler {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    filter: invert(0) !important;
    background-color: #1e1e1e !important;
  }
  .YnetMutamHeader .YnetPianoLogin .menuToggler {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    filter: invert(0) !important;
    background-color: #1e1e1e !important;
  }
}
.ynet-live-wrapper .ynet-live-componenta {
  height: 8.59375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 0 1.71875vw;
  margin-bottom: 2.65625vw;
}
.ynet-live-wrapper .ynet-live-componenta .main-logo {
  height: 6.25vw;
  width: auto;
}
.ynet-live-wrapper .ynet-live-componenta .text-div {
  display: flex;
  align-items: center;
  font-size: 3.75vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .main-title {
  font-weight: 670;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .separator {
  width: 0.46875vw;
  height: 3.90625vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper {
  height: 4.6875vw;
  width: 45.3125vw;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper * {
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  /* Add padding to the right to create a gap between the last and first card. */
  width: 100%;
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper .program-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  /* We should be nice to the browser - let it know what we're going to animate. */
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .program-title {
  width: fit-content !important;
  display: flex !important;
  font-weight: 340;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-wrapper .ynet-live-componenta .media-button {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .media-button.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-wrapper .ynet-live-componenta .media-button.play {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player {
  width: 100vw;
  height: 22.5vw;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: calc(50% - 50vw);
  background-color: #2d2d2d;
  padding: 1.5625vw 0 6.25vw 0;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
  z-index: 10;
}
.ynet-live-floating-player.show {
  transform: translateY(0);
}
.ynet-live-floating-player.hide {
  transform: translateY(200%);
}
.ynet-live-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.90625vw;
  height: 3.90625vw;
  margin: 1.09375vw 0 0 1.09375vw;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 3.90625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 1.40625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 8.75vw;
  height: 8.75vw;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.play {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-dot {
  background-color: #de1919;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-live-indication {
  min-width: fit-content;
  font-size: 3.75vw;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"]::-webkit-slider-thumb {
  border: 0.3125vw solid #fec300;
  background-color: #fec300;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fec300;
  height: 0.625vw;
  cursor: pointer;
  width: 66.40625vw;
  border-radius: 3.90625vw;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .progress-time {
  margin-inline-end: 0.78125vw;
  font-size: 2.5vw;
  width: 18.125vw;
  position: absolute;
  bottom: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 1.5625vw;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .dot {
  background-color: #fec300;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .live-text {
  font-size: 3.75vw;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 3.125vw;
  font-weight: 340;
  white-space: nowrap;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 7.8125vw;
  height: 7.8125vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 66.40625vw;
  height: 0.9375vw;
  background: #de1919;
  margin: 0 3.4375vw;
  border-radius: 3.90625vw;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2.34375vw;
  height: 2.34375vw;
  background: white;
  border: 0.3125vw solid #de1919;
  background-color: #de1919;
  border-radius: 50%;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper {
  display: flex;
  max-width: 46.875vw;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right,
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 6.25vw;
  top: 0;
  z-index: 1;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right {
  right: -0.46875vw;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  left: -0.46875vw;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  /* Add padding to the right to create a gap between the last and first card. */
  width: 100%;
  box-sizing: border-box;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .floating-player-show-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  /* We should be nice to the browser - let it know what we're going to animate. */
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-main-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 3.75vw;
  font-weight: 630;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .separator {
  width: 0.46875vw;
  height: 3.59375vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 3.75vw;
  font-weight: 340;
  white-space: nowrap;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .ynet-live-wrapper .ynet-live-componenta {
    background-color: #393939 !important;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.VideoGalleryComponenta {
  display: flex;
  flex-direction: column;
  object-fit: contain;
  background-image: linear-gradient(123deg, #000000 7%, #131a2a 40%, #000000 90%);
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.34375vw;
}
.VideoGalleryComponenta .lisPreviewImage {
  position: relative;
  height: 24.53125vw;
  margin-bottom: 1.25vw;
}
.VideoGalleryComponenta .lisPreviewImage img {
  width: 100%;
}
.VideoGalleryComponenta .VideoGalleryTab {
  font-size: 4.6875vw;
  line-height: 8.90625vw;
  display: flex;
  height: 8.90625vw;
  width: auto;
  align-items: center;
  color: #fff;
  font-weight: 600;
  padding: 0 5.3125vw;
}
.VideoGalleryComponenta .VideoGalleryTab .tabIcon {
  width: 4.0625vw;
  height: auto;
  margin-left: 1.5625vw;
}
.font-moses .VideoGalleryComponenta .VideoGalleryTab {
  font-size: 4.0625vw;
  line-height: 8.59375vw;
  height: 8.59375vw;
}
.VideoGalleryComponenta .SelectedVideo {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
.VideoGalleryComponenta .SelectedVideo .slotDetails {
  display: flex;
  flex-direction: column;
  padding: 7.34375vw 5.78125vw 0;
  color: #fff;
  flex-grow: 1;
  order: 1;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .slotDetails {
  padding: 4.6875vw 4.6875vw 0;
}
.VideoGalleryComponenta .SelectedVideo .slotTitle {
  font-weight: bold;
  font-size: 6.875vw;
  line-height: 7.5vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 22.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .slotTitle {
  font-weight: 800;
  font-size: 5.46875vw;
  line-height: 7.96875vw;
  height: 23.90625vw;
  font-family: "MosesDisplay" !important;
}
.VideoGalleryComponenta .SelectedVideo .slotSubTitle {
  display: none;
}
.VideoGalleryComponenta .SelectedVideo .linkTo {
  width: 90.46875vw;
  height: 10.15625vw;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 4.0625vw;
  font-weight: 600;
  text-decoration: none;
  margin: 3.125vw auto 7.34375vw;
  order: 2;
}
.font-moses .VideoGalleryComponenta .SelectedVideo .linkTo {
  font-weight: 670;
  font-size: 3.75vw;
}
.VideoGalleryComponenta .SelectedVideo .linkTo:hover {
  color: #000;
  text-decoration: none;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo {
  width: 100vw;
  height: 56.25vw;
  overflow: hidden;
  order: 0;
  flex-shrink: 0;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo .videoMediaContainer[style] {
  width: 100% !important;
  height: 100%!important;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo > div > div {
  height: 100%;
}
.VideoGalleryComponenta .SelectedVideo .mainVideo > div > div .yitvideo_container {
  height: 100%;
}
.VideoGalleryComponenta .mediaListContainer {
  display: flex;
  flex-direction: column;
  width: 90.46875vw;
  margin: auto;
}
.VideoGalleryComponenta .mediaListContainer .videoItem {
  width: 100%;
  display: flex;
  cursor: pointer;
  margin-bottom: 4.21875vw;
}
.VideoGalleryComponenta .mediaListContainer .videoItem:last-of-type {
  display: none;
}
.VideoGalleryComponenta .mediaListContainer .videoItem .lisPreviewImage {
  position: relative;
  width: 33.4375vw;
  height: 19.0625vw;
}
.VideoGalleryComponenta .mediaListContainer .videoItem img {
  width: 33.4375vw;
  height: 19.0625vw;
}
.VideoGalleryComponenta .mediaListContainer .videoItem .slotTitle {
  font-size: 4.21875vw;
  line-height: 4.6875vw;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4.21875vw;
  max-height: 18.75vw;
}
.font-moses .VideoGalleryComponenta .mediaListContainer .videoItem .slotTitle {
  font-weight: 500;
  font-size: 3.90625vw;
  line-height: 4.84375vw;
  max-height: 19.375vw;
  margin-right: 3.125vw;
}
@media (prefers-color-scheme: dark) {
  .VideoGalleryComponenta .SelectedVideo .linkTo {
    color: #000 !important;
  }
}
.ynet-live-wrapper.ltr {
  direction: ltr;
}
.ynet-live-wrapper.ltr .ynet-live-componenta {
  gap: 0.78125vw;
}
.ynet-live-wrapper .ynet-live-componenta {
  height: 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 0 1.71875vw;
  margin-bottom: 2.65625vw;
}
.ynet-live-wrapper .ynet-live-componenta .main-logo {
  height: 6.25vw;
  width: auto;
}
.ynet-live-wrapper .ynet-live-componenta .text-div {
  display: flex;
  align-items: center;
  font-size: 3.75vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .main-title {
  font-weight: 670;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .separator {
  width: 0.46875vw;
  height: 3.90625vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper {
  direction: rtl;
  height: 4.6875vw;
  width: 45.3125vw;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: flex-start;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper * {
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  width: 100%;
  box-sizing: border-box;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .slider-wrapper .program-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title-wrapper .program-title {
  width: fit-content !important;
  display: flex !important;
  font-weight: 340;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-wrapper .ynet-live-componenta .media-button {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .media-button.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-wrapper .ynet-live-componenta .media-button.play {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player {
  width: 100vw;
  height: 22.5vw;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: calc(50% - 50vw);
  background-color: #2d2d2d;
  padding: 1.5625vw 0 6.25vw 0;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
  z-index: 10;
}
.ynet-live-floating-player.show {
  transform: translateY(0);
}
.ynet-live-floating-player.hide {
  transform: translateY(200%);
}
.ynet-live-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.90625vw;
  height: 3.90625vw;
  margin: 1.09375vw 0 0 1.09375vw;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 3.90625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 1.40625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 8.75vw;
  height: 8.75vw;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.play {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-dot {
  background-color: #de1919;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-live-indication {
  min-width: fit-content;
  font-size: 3.75vw;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"]::-webkit-slider-thumb {
  border: 0.3125vw solid #fec300;
  background-color: #fec300;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fec300;
  height: 0.625vw;
  cursor: pointer;
  width: 66.40625vw;
  border-radius: 3.90625vw;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .progress-time {
  margin-inline-end: 0.78125vw;
  font-size: 2.5vw;
  width: 18.125vw;
  position: absolute;
  bottom: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 1.5625vw;
  position: absolute;
  bottom: -2.03125vw;
  left: 50%;
  transform: translate(-50%, 80%);
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .dot {
  background-color: #fec300;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .live-text {
  font-size: 3.75vw;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 3.125vw;
  font-weight: 340;
  white-space: nowrap;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 7.8125vw;
  height: 7.8125vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 66.40625vw;
  height: 0.9375vw;
  background: #de1919;
  margin: 0 3.4375vw;
  border-radius: 3.90625vw;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2.34375vw;
  height: 2.34375vw;
  background: white;
  border: 0.3125vw solid #de1919;
  background-color: #de1919;
  border-radius: 50%;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper {
  display: flex;
  max-width: 46.875vw;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right,
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 6.25vw;
  top: 0;
  z-index: 1;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-right {
  right: -0.46875vw;
  background: linear-gradient(270deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-title-wrapper .fadder-left {
  left: -0.46875vw;
  background: linear-gradient(90deg, #2d2d2d, rgba(20, 23, 172, 0));
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  display: flex;
  gap: 3.125vw;
  width: 100%;
  box-sizing: border-box;
  direction: rtl;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .floating-player-show-title {
  flex: 0 0 100%;
  padding-inline-start: 3.125vw;
  box-sizing: border-box;
  will-change: transform;
  animation: scrolling var(--titleLength) linear infinite;
  flex-shrink: 0;
}
.vesty .ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .floating-player-show-title {
  font-size: 3.4375vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-main-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 3.75vw;
  font-weight: 630;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vesty .ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-main-title {
  font-size: 3.125vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .separator {
  width: 0.46875vw;
  height: 3.59375vw;
  background-color: #de1919;
  margin: 0 1.5625vw;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 3.75vw;
  font-weight: 340;
  white-space: nowrap;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .ynet-live-wrapper .ynet-live-componenta {
    background-color: #393939 !important;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.YnetPianoLogin.isVisible {
  z-index: 2;
}
.YnetPianoLogin .loggedUser {
  display: flex;
  align-items: center;
}
.YnetPianoLogin .menuToggler {
  width: 2.65625vw;
  height: 1.71875vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cpath d='M11 4L15 8 11 12' transform='translate(-31 -200) translate(23 195) rotate(-90 13 8)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: 0.2s ease;
  filter: invert(1);
  margin-top: -0.78125vw;
  margin-right: 0.78125vw;
}
.YnetPianoLogin .menuToggler.toClose {
  transform: rotate(0deg);
}
.YnetPianoLogin .yPlusLabel {
  display: inline-flex;
  width: 13.28125vw;
  height: 4.78125vw;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50' height='18' viewBox='0 0 50 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-257 -883) translate(22 712) translate(235 171)'%3E %3Crect width='50' height='18' fill='%23DE1A1A' rx='9'/%3E %3Cpath fill='%23000' d='M41 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7z'/%3E %3Cg fill='%23FFF' fill-rule='nonzero'%3E %3Cpath d='M5 0L5 8 3 8 3 0z' transform='translate(37 5)'/%3E %3Cpath d='M8 3L8 5 0 5 0 3z' transform='translate(37 5)'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M7.157 14.197c2.21 0 3.029-.832 3.705-2.717l1.95-5.46h-1.976L9.601 9.946 8.327 6.02H6.325l2.366 6.305c-.338.377-.806.507-1.443.507-.182 0-.39 0-.533-.026v1.34c.117.025.273.051.442.051zM15.685 12V9.686c.013-1.599.507-2.223 1.235-2.223.611 0 .936.403.936 1.287V12h1.95V8.62c0-2.028-1.001-2.717-2.21-2.717-.832 0-1.534.299-2.002 1.014V6.02h-1.859V12h1.95zm8.268-6.149c1.755 0 2.834.825 2.834 2.632 0 .3-.026.644-.065.956h-3.965c.13.962.689 1.157 1.703 1.157.676 0 1.326-.104 2.002-.286v1.417c-.871.26-1.716.351-2.301.351-2.171 0-3.432-.663-3.432-3.133 0-2.093 1.248-3.094 3.224-3.094zm-.104 1.404c-.481 0-.923.338-1.079 1.08h1.989c-.065-.794-.403-1.08-.91-1.08zm6.747 4.784c.338 0 .806-.039 1.092-.104v-1.39c-.208.025-.533.038-.78.038-.507 0-.715-.247-.715-.897V7.372h1.495V6.02h-1.495V4.46h-1.95v1.56h-.871v1.352h.871v2.51c0 1.546.988 2.157 2.353 2.157z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1.5625vw;
  margin-bottom: 0.3125vw;
  position: relative;
  top: 1.40625vw;
}
.HeaderScrolledMenu.opened .YnetPianoLogin .yPlusLabel {
  margin-top: 0.46875vw;
}
.YnetPianoLogin .loggedUser {
  display: inline-flex;
  align-items: center;
  bottom: 1.0625vw;
  position: relative;
}
.YnetPianoLogin .loggedUser .welcomeUserLabel {
  display: flex;
}
.HeaderScrolledMenu.opened .YnetPianoLogin .loggedUser .welcomeUserLabel {
  max-width: 38.375vw;
}
.HeaderScrolledMenu.opened .YnetPianoLogin .loggedUser .welcomeUserLabel span {
  height: 9.6875vw;
  margin-right: 0.79688vw;
  max-width: 19.92188vw;
}
.YnetPianoLogin .loggedUser .welcomeUserLabel span {
  height: 4.8875vw;
  overflow: hidden;
  margin-right: 0.79688vw;
  max-width: 16.73438vw;
  word-break: break-all;
}
.font-moses .YnetPianoLogin .loggedUser .welcomeUserLabel span {
  height: 4.0625vw;
  max-width: 18.75vw;
}
.YnetPianoLogin .menu {
  position: absolute;
  width: 100%;
  padding: 1.5625vw;
  background: #fff;
  box-shadow: 0px 0px 0.46875vw -1px black;
  left: 0;
  box-sizing: border-box;
  display: none;
}
.YnetPianoLogin .menu.isVisible {
  display: block;
}
.YnetPianoLogin .menu .menuOption {
  font-size: 4.6875vw;
  line-height: 1.6;
}
.font-moses .YnetPianoLogin .menu .menuOption:last-of-type {
  margin-bottom: 3.125vw !important;
}
.YnetPianoLogin .menu .menuOption a {
  text-decoration: none;
  color: #000;
}
.font-moses .YnetPianoLogin .menu .menuOption {
  font-size: 3.59375vw !important;
  line-height: normal !important;
  margin-bottom: 6.25vw !important;
  width: 100% ! important;
}
.YnetPianoLogin .login_premium {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 3.75vw;
}
.YnetArticlePremiumPianoLogin {
  border-bottom: 0.3125vw solid #edf1f5;
  flex-direction: column;
  padding: 0 4.6875vw;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}
.YnetArticlePremiumPianoLogin .login_premium {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  justify-self: flex-start;
  flex: 0;
  padding: 4.21875vw 0;
  width: 100%;
}
.YnetArticlePremiumPianoLogin .login_premium .userIcon {
  display: none;
}
.YnetArticlePremiumPianoLogin .login_premium .label {
  font-weight: bold;
  color: #fff;
  font-size: 4.375vw;
  line-height: unset;
  letter-spacing: normal;
}
.YnetArticlePremiumPianoLogin .loggedUser {
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
  display: flex;
  padding: 4.21875vw 0;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.634 13.997'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; fill:%23fff; %7D .cls-2, .cls-3 %7B stroke: none; %7D %3C/style%3E %3C/defs%3E %3Cg id='Shape_1029' data-name='Shape 1029' transform='translate(-944.496 7241.5) rotate(-90)'%3E %3Cg id='Shape_1029-2' data-name='Shape 1029' transform='translate(0.001 0)'%3E %3Cpath class='cls-2' d='M 7240.275390625 973.380126953125 C 7240.1572265625 973.380126953125 7240.04248046875 973.3228759765625 7239.95263671875 973.2188720703125 L 7228.40673828125 959.7489013671875 C 7228.203125 959.5123291015625 7228.203125 959.11328125 7228.40625 958.877197265625 L 7239.95361328125 945.4068603515625 C 7240.04248046875 945.3027954101563 7240.1572265625 945.2456665039063 7240.27734375 945.2456665039063 C 7240.396484375 945.2456665039063 7240.5107421875 945.3026123046875 7240.5986328125 945.4059448242188 C 7240.80029296875 945.6427001953125 7240.80029296875 946.0420532226563 7240.5986328125 946.2783203125 L 7229.56591796875 959.1500244140625 L 7229.4267578125 959.312744140625 L 7229.56591796875 959.4754638671875 L 7240.59912109375 972.3465576171875 C 7240.7998046875 972.5827026367188 7240.7998046875 972.9833374023438 7240.5986328125 973.2205200195313 C 7240.5107421875 973.3233032226563 7240.39599609375 973.380126953125 7240.275390625 973.380126953125 Z'/%3E %3Cpath class='cls-3' d='M 7240.275390625 973.130126953125 C 7240.33447265625 973.130126953125 7240.38037109375 973.0909423828125 7240.40771484375 973.0587158203125 C 7240.5302734375 972.9144287109375 7240.5302734375 972.6516723632813 7240.40966796875 972.50927734375 L 7229.37646484375 959.63818359375 L 7229.09716796875 959.312744140625 L 7229.37646484375 958.9873657226563 L 7240.40869140625 946.1161499023438 C 7240.53076171875 945.9728393554688 7240.5302734375 945.7117309570313 7240.40771484375 945.5676879882813 C 7240.3798828125 945.5348510742188 7240.33447265625 945.4956665039063 7240.27685546875 945.4956665039063 C 7240.23095703125 945.4956665039063 7240.1845703125 945.5210571289063 7240.14306640625 945.569580078125 L 7228.595703125 959.040283203125 C 7228.47314453125 959.1829223632813 7228.47314453125 959.4428100585938 7228.59619140625 959.5862426757813 L 7240.14208984375 973.0554809570313 C 7240.17138671875 973.0895385742188 7240.21826171875 973.130126953125 7240.275390625 973.130126953125 M 7240.275390625 973.630126953125 C 7240.08984375 973.630126953125 7239.90625 973.54736328125 7239.763671875 973.38232421875 L 7228.216796875 959.91162109375 C 7227.931640625 959.580078125 7227.931640625 959.04541015625 7228.216796875 958.714111328125 L 7239.763671875 945.244140625 C 7239.9052734375 945.0784912109375 7240.09130859375 944.9956665039063 7240.27685546875 944.9956665039063 C 7240.462890625 944.9956665039063 7240.6484375 945.0784912109375 7240.7890625 945.244140625 C 7241.0703125 945.574462890625 7241.0703125 946.1103515625 7240.7890625 946.4404296875 L 7229.755859375 959.312744140625 L 7240.7890625 972.183837890625 C 7241.0703125 972.514892578125 7241.0703125 973.051025390625 7240.7890625 973.38232421875 C 7240.6484375 973.54736328125 7240.462890625 973.630126953125 7240.275390625 973.630126953125 Z'/%3E %3C/g%3E %3Cg id='Stroke_Effect' data-name='Stroke Effect' class='cls-1' transform='translate(7228.004 944.996)'%3E %3Cpath class='cls-2' d='M 12.27148056030273 28.88427543640137 C 12.00577068328857 28.88427543640137 11.75685024261475 28.76552391052246 11.57058048248291 28.54990386962891 L 0.02308031171560287 15.07847499847412 C -0.3441796898841858 14.65146446228027 -0.3441596925258636 13.98221492767334 0.02341031283140182 13.55517482757568 L 11.56996059417725 0.08558476716279984 C 11.75497055053711 -0.130845233798027 12.00479984283447 -0.2501752376556396 12.27320003509521 -0.2501752376556396 C 12.54193019866943 -0.2501752376556396 12.79143047332764 -0.130615234375 12.97574996948242 0.08650476485490799 C 13.33860015869141 0.512664794921875 13.33858013153076 1.180554747581482 12.97545051574707 1.606724739074707 L 2.081230878829956 14.31688785552979 L 12.9749698638916 27.0252742767334 C 13.33812999725342 27.45275497436523 13.33816051483154 28.12136459350586 12.97574996948242 28.54826545715332 C 12.7910099029541 28.76506423950195 12.54100036621094 28.88427543640137 12.27148056030273 28.88427543640137 Z'/%3E %3Cpath class='cls-3' d='M 12.27148056030273 28.63427543640137 C 12.45898056030273 28.63427543640137 12.64453029632568 28.55151557922363 12.78516006469727 28.386474609375 C 13.06641006469727 28.05517387390137 13.06641006469727 27.51904487609863 12.78516006469727 27.18798446655273 L 1.751950263977051 14.31689453125 L 12.78516006469727 1.444584727287292 C 13.06641006469727 1.114504814147949 13.06641006469727 0.5786147713661194 12.78516006469727 0.2482947707176208 C 12.64453506469727 0.08264476805925369 12.45898818969727 -0.0001802343758754432 12.27319622039795 -0.0001802343758754432 C 12.08740520477295 -0.0001802343758754432 11.90137004852295 0.08264476805925369 11.75977039337158 0.2482947707176208 L 0.2128903120756149 13.71826457977295 C -0.07226968556642532 14.04956436157227 -0.07226968556642532 14.58422470092773 0.2128903120756149 14.91577434539795 L 11.75977039337158 28.386474609375 C 11.90233993530273 28.55151557922363 12.08594036102295 28.63427543640137 12.27148056030273 28.63427543640137 M 12.27148056030273 29.13427543640137 C 11.93199062347412 29.13427543640137 11.61589050292969 28.98478507995605 11.3814001083374 28.71333503723145 L -0.1667296886444092 15.24117469787598 C -0.61236971616745 14.72304439544678 -0.6123197078704834 13.91054439544678 -0.1660696864128113 13.39208507537842 L 11.38016033172607 -0.07712523639202118 C 11.60982036590576 -0.3457852303981781 11.93548011779785 -0.5001752376556396 12.27320003509521 -0.5001752376556396 C 12.61157989501953 -0.5001752376556396 12.93710994720459 -0.3453052341938019 13.16633987426758 -0.07528523355722427 C 13.60636043548584 0.4415147602558136 13.60630989074707 1.251804709434509 13.16574001312256 1.768864750862122 L 2.410497665405273 14.31687545776367 L 13.16478061676025 26.86257553100586 C 13.60574054718018 27.38162422180176 13.60579013824463 28.1923942565918 13.16633033752441 28.71006393432617 C 12.93640041351318 28.97991561889648 12.61045074462891 29.13427543640137 12.27148056030273 29.13427543640137 Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
  background-size: 3.4375vw;
  background-repeat: no-repeat;
  background-color: transparent;
}
.YnetArticlePremiumPianoLogin .loggedUser .userIcon {
  display: none;
}
.YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel {
  font-weight: bold ;
  color: #fff ;
  font-size: 4.375vw;
  letter-spacing: normal;
  line-height: unset;
  padding-left: unset;
  display: flex;
  max-width: 46.875vw;
}
.YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel span {
  height: 5vw;
  display: block;
  overflow: hidden;
  word-break: break-all;
  max-width: 18.75vw;
  margin-right: 0.78125vw;
}
.font-moses .YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel span {
  height: 4.375vw;
  max-width: 37.5vw;
}
.font-moses .YnetArticlePremiumPianoLogin .loggedUser .welcomeUserLabel {
  font-size: 3.59375vw !important;
  font-weight: 500 !important;
}
.YnetArticlePremiumPianoLogin .loggedUser .menuTogglerWrapper {
  display: none;
}
.YnetArticlePremiumPianoLogin .menu {
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  align-items: flex-start;
  top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 0;
  max-height: 0;
  position: relative;
  left: unset;
  transition: max-height 1s;
}
.YnetArticlePremiumPianoLogin .menu.isVisible {
  max-height: 78.125vw;
}
.YnetArticlePremiumPianoLogin .menu .menuOption {
  color: #fff;
  font-size: 4.375vw;
  line-height: 12.5vw;
  font-weight: normal;
  height: unset;
}
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption:last-of-type {
  margin-bottom: 3.125vw !important;
}
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption {
  font-size: 3.59375vw !important;
  font-weight: 310 !important;
  line-height: normal !important;
  margin-bottom: 6.25vw !important;
}
.YnetArticlePremiumPianoLogin .menu .menuOption a,
.YnetArticlePremiumPianoLogin .menu .menuOption a:visited {
  text-decoration: none;
  color: #fff;
}
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption a,
.font-moses .YnetArticlePremiumPianoLogin .menu .menuOption a:visited {
  font-size: 3.59375vw !important;
  font-weight: 310 !important;
  line-height: normal !important;
}
.YnetArticlePremiumPianoLogin .menu .menuOption:not(:last-child) {
  border-bottom: none;
}
.LogoutPopupComponent {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.LogoutPopupComponent .LogoutPopup {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  width: 70%;
  height: unset;
  padding: 4.21875vw;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.LogoutPopupComponent .LogoutPopup .YnetPlusLogo {
  height: 8.75vw;
  width: 23.90625vw;
  margin: 0 auto;
  margin-top: 2%;
  background-image: url('//www.ynet.co.il/images/logo-ynet-plus.png');
  background-size: 100%;
  background-repeat: no-repeat;
  align-self: center;
}
.LogoutPopupComponent .LogoutPopup .text-content {
  font-family: 'NarkisBlock' ! important;
  align-self: center;
  color: white;
  letter-spacing: 0.36px;
  margin-top: 3.59375vw;
  margin-bottom: 4.6875vw;
  font-size: 4.21875vw;
  line-height: 4.6875vw;
}
.font-moses .LogoutPopupComponent .LogoutPopup .text-content {
  font-family: "Moses", 'NarkisBlock' ! important;
  font-weight: 340;
  font-size: 2.8125vw;
}
.LogoutPopupComponent .LogoutPopup .text-content span {
  display: block;
  display: flex;
  justify-content: center;
}
.font-moses .LogoutPopupComponent .LogoutPopup .text-content span {
  font-family: "Moses", 'NarkisBlock' !important;
  font-weight: 340;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper {
  display: flex;
  flex-direction: row;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper * {
  width: 46%;
  font-size: 3.75vw;
  height: 8.4375vw;
  font-family: 'NarkisBlock';
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.font-moses .LogoutPopupComponent .LogoutPopup .ButtonsWrapper * {
  font-family: "Moses", 'NarkisBlock' !important;
  font-weight: 340;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper .ReturnButton {
  background-color: #de1a1a !important;
  color: #ffffff;
  margin-left: 3.90625vw;
  border: solid 0.3125vw transparent;
}
.LogoutPopupComponent .LogoutPopup .ButtonsWrapper .LogoutButton {
  background-color: #000000;
  color: white;
  border: solid 0.3125vw #ffffff;
  margin-left: 0.3125vw;
}
.LogoutPopupComponent.newPaywall {
  background: rgba(0, 0, 0, 0.85);
}
.LogoutPopupComponent.newPaywall .LogoutPopup {
  background-color: #fff;
  color: #000;
  border: 0;
  width: 79.375vw;
  padding: 8.90625vw 6.40625vw;
  gap: 8.90625vw;
  box-sizing: border-box;
}
.LogoutPopupComponent.newPaywall .LogoutPopup * {
  color: #000;
  margin: 0;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .text-content {
  font-weight: 500;
  font-size: 4.53125vw;
  line-height: 1.44;
  color: #000;
  margin: 0;
  text-align: center;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .YnetPlusLogo {
  width: 24.84375vw;
  height: 7.65625vw;
  background-image: url("data:image/svg+xml,%3Csvg width='98' height='30' viewBox='0 0 98 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.5 15C0.5 6.71573 7.21573 0 15.5 0H82.5C90.7843 0 97.5 6.71573 97.5 15C97.5 23.2843 90.7843 30 82.5 30H15.5C7.21573 30 0.5 23.2843 0.5 15Z' fill='%23DE1A1A'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 27C22.1279 27 27.5 21.6273 27.5 15C27.5 8.3727 22.1279 3 15.5 3C8.87206 3 3.5 8.3727 3.5 15C3.5 21.6273 8.87206 27 15.5 27Z' fill='black'/%3E %3Cpath d='M17.2143 8.14282V21.8571H13.7857V8.14282H17.2143Z' fill='white'/%3E %3Cpath d='M22.3571 13.2857V16.7142H8.64286V13.2857H22.3571Z' fill='white'/%3E %3Cpath d='M80.9529 9.219C80.9529 9.219 75.4219 9.32146 74.2831 9.10316H74.2924C73.5085 8.95267 73.0656 8.77864 72.3662 8.50379L72.2248 8.44825C71.9055 8.32503 71.6469 8.07297 71.4041 7.8363C70.9973 7.43978 70.6348 7.08649 70.1057 7.45476C71.2353 8.97396 71.7113 10.9699 71.814 12.8588L78.7685 12.8722V22.6512H79.7067C80.1127 20.9583 80.7568 19.2698 81.681 17.8219C80.9622 16.4007 80.5748 14.4315 80.2948 12.8143H81.4569L80.9529 9.219Z' fill='white'/%3E %3Cpath d='M62.0867 8.88711C61.6572 8.83509 61.2284 8.78313 60.8593 8.65232L60.8639 8.66569C60.6106 8.53673 60.374 8.36536 60.1366 8.19343C59.6522 7.84265 59.1645 7.48953 58.5256 7.48953C59.3704 9.12902 59.9351 11.165 59.5011 13.0005C60.3972 13.0718 62.2082 13.0095 62.2082 13.0095C62.2228 12.9801 62.26 13.3365 62.3176 13.8893C62.4437 15.0992 62.6679 17.2501 62.969 18.3601C62.0517 18.2819 61.4101 18.3258 60.839 18.3648C60.2709 18.4037 59.7724 18.4378 59.1417 18.3423C58.1382 15.6959 57.4987 12.8713 57.7788 9.71265C57.6976 8.97637 57.0239 8.99222 56.4017 9.00687C56.237 9.01074 56.076 9.01453 55.9305 9.00428C55.1898 9.05288 54.564 8.67316 53.9618 8.30782C53.3497 7.9364 52.762 7.57985 52.1032 7.70338C53.3867 9.17357 53.7181 11.0091 53.7181 12.9961L56.1405 13.005C56.1405 13.005 57.0787 16.6448 56.9013 18.2888C56.6108 18.3992 56.5058 18.388 56.3001 18.3661C56.1323 18.3482 55.8975 18.3231 55.4404 18.3512C55.2163 18.3155 54.969 18.3734 54.7356 18.5249C54.705 18.5444 54.6778 18.5598 54.653 18.5738C54.5525 18.6306 54.4912 18.6653 54.4089 18.8546C54.1018 19.5624 53.9455 20.1215 53.7448 20.84C53.6069 21.3335 53.4479 21.9022 53.2047 22.6459H63.0623C63.2932 22.1534 63.5417 21.6983 63.7822 21.2578C64.3923 20.1404 64.9509 19.1171 65.0413 17.8166C63.9398 15.442 63.6831 12.5461 64.1965 9.82848C63.8046 9.09522 62.9444 8.99102 62.0867 8.88711Z' fill='white'/%3E %3Cpath d='M48.2946 8.75166C48.6969 9.20344 49.3283 9.23873 49.9397 9.2729C50.6546 9.31287 51.3422 9.3513 51.6038 10.0526C51.4265 13.0197 51.8092 15.764 52.7334 18.2857C52.5771 18.5641 52.4248 18.8188 52.2769 19.0661C51.6961 20.0374 51.1821 20.8969 50.7544 22.6472H49.9562L49.9656 13.1132C49.9656 13.1132 48.8081 13.0821 47.6739 13.1132C47.9788 10.5187 46.7813 8.68324 46.1579 7.72782C46.123 7.67428 46.0899 7.6235 46.0589 7.5755C46.7793 7.40637 47.1544 7.78942 47.5307 8.17374C47.7591 8.40694 47.9879 8.64061 48.2946 8.75166Z' fill='white'/%3E %3Cpath d='M68.3153 9.2729C67.704 9.23873 67.0726 9.20344 66.6703 8.75166H66.6749C66.5123 8.66408 66.3505 8.50024 66.173 8.32051C65.7545 7.89676 65.2487 7.38468 64.4392 7.5755C64.4702 7.62349 64.5033 7.67427 64.5383 7.7278C65.1616 8.68322 66.3591 10.5187 66.0542 13.1132C67.1324 13.1712 68.3459 13.1132 68.3459 13.1132L68.3552 17.9961H69.0273C69.4496 16.2494 70.0806 15.5606 70.7524 14.8274C70.9271 14.6367 71.1045 14.4431 71.2817 14.227C70.2735 12.4494 69.9795 10.0526 69.9795 10.0526C69.7178 9.3513 69.0303 9.31287 68.3153 9.2729Z' fill='white'/%3E %3Cpath d='M83.8886 8.75171C84.2909 9.20349 84.9223 9.23878 85.5336 9.27296C86.2486 9.31292 86.9361 9.35135 87.1978 10.0526C87.1978 10.0526 87.4918 12.4495 88.5 14.2271C88.3501 14.4098 88.2033 14.5766 88.0603 14.739C87.3841 15.5072 86.7922 16.1795 86.353 17.9961H85.5922L85.6015 13.1133C85.6015 13.1133 84.3133 13.0821 83.2725 13.1133C83.5774 10.5188 82.3799 8.6833 81.7566 7.72788C81.7216 7.67434 81.6885 7.62354 81.6575 7.57555C82.4031 7.40052 82.7962 7.79838 83.1874 8.19425C83.4035 8.41302 83.6191 8.6312 83.8932 8.75171H83.8886Z' fill='white'/%3E %3Cpath d='M38.2783 13.246H43.3611L43.3798 22.6998L44.6213 22.682C45.0327 20.9986 45.5236 20.2024 46.0773 19.3045C46.2459 19.0309 46.4205 18.7478 46.6003 18.4273C45.6762 15.9013 45.3074 13.099 45.4895 10.1363C45.4766 10.1132 45.4639 10.0905 45.4514 10.068C45.2103 9.63534 45.0355 9.32174 44.7427 9.24973C43.7513 9.20969 42.7346 9.22889 41.7227 9.24801C39.695 9.28632 37.6866 9.32426 35.9399 8.88442C35.5985 8.86461 35.2854 8.52039 34.9878 8.19328C34.5489 7.71086 34.1439 7.26566 33.7322 7.95329C34.6844 9.5215 34.9737 11.2412 35.0251 13.2014C35.4125 13.1524 35.8886 13.1168 36.1406 13.2371C35.4218 14.6583 35.7439 17.2556 36.1406 18.5432C36.1406 18.5432 34.1803 18.5031 34.0916 18.5387C33.5548 19.8396 32.5 22.6463 32.5 22.6463H37.3168L37.5315 22.4013C37.6426 21.9954 37.798 21.5857 37.955 21.1717C38.4908 19.759 39.0451 18.2974 37.9189 16.7745C37.4335 15.6028 37.2235 14.0301 38.2783 13.246Z' fill='white'/%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
  flex-shrink: 0;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper {
  flex-direction: column;
  gap: 5vw;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper > * {
  width: 100%;
  height: 10.15625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.0625vw;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #000;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper > *.LogoutButton {
  color: #000;
  background-color: #fff;
}
.LogoutPopupComponent.newPaywall .LogoutPopup .ButtonsWrapper > *.ReturnButton {
  background-color: #000 !important;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup,
  .LogoutPopupComponent.newPaywall .LogoutPopup,
  .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton),
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton) {
    background-color: #fff !important;
  }
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton),
  .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton),
  .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton) *:not(.ReturnButton),
  #YnetMutamHeader .LogoutPopupComponent.newPaywall .LogoutPopup *:not(.ReturnButton) *:not(.ReturnButton) {
    color: #000 !important;
  }
}
