/*! 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;
}
.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");
}
.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 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 .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;
}
.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: 10px;
  width: 30px;
  height: 30px;
}
.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='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='M11.9999 21.1199C17.0367 21.1199 21.1199 17.0367 21.1199 11.9999C21.1199 6.96305 17.0367 2.87988 11.9999 2.87988C6.96305 2.87988 2.87988 6.96305 2.87988 11.9999C2.87988 13.6834 3.33605 15.2604 4.13152 16.614L2.87988 21.1199L7.46382 19.9136C8.79982 20.681 10.3486 21.1199 11.9999 21.1199ZM19.6607 11.9999C19.6607 16.2308 16.2308 19.6607 11.9999 19.6607C10.3638 19.6607 8.84749 19.1478 7.60298 18.274L5.06868 18.9311L5.78398 16.4786C4.87481 15.219 4.33908 13.672 4.33908 11.9999C4.33908 7.76894 7.76894 4.33908 11.9999 4.33908C16.2308 4.33908 19.6607 7.76894 19.6607 11.9999Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.98755 10.0275C7.98755 11.0743 8.69509 12.0856 8.79399 12.2279C8.8929 12.3702 10.1862 14.5176 12.1669 15.4396C12.6379 15.6593 13.0063 15.7897 13.2922 15.8873C13.7658 16.0491 14.1956 16.0261 14.5361 15.9724C14.9159 15.9103 15.7045 15.457 15.8694 14.9604C16.0336 14.4632 16.0336 14.0377 15.9848 13.9492C15.9347 13.8606 15.8028 13.8076 15.6056 13.7009C15.4085 13.5942 14.4372 13.0795 14.2559 13.009C14.0758 12.9379 13.9433 12.9023 13.8121 13.115C13.6802 13.3277 13.3023 13.8069 13.187 13.9492C13.0722 14.0907 12.9568 14.1089 12.7596 14.0029C12.5618 13.8962 11.9253 13.6709 11.1708 12.9469C10.5844 12.3827 10.1881 11.686 10.0734 11.4733C9.95801 11.2599 10.0607 11.1455 10.1596 11.0395C10.2484 10.9439 10.3574 10.7912 10.4557 10.6663C10.5546 10.5422 10.5876 10.4529 10.6529 10.3114C10.7182 10.1698 10.6858 10.0449 10.637 9.93893C10.5876 9.83292 10.1926 8.78607 10.0277 8.35924C9.88637 7.99449 9.74308 7.99519 9.62833 7.99519C9.61248 7.99519 9.5979 7.99519 9.58332 7.99449C9.46856 7.98821 9.33669 7.98682 9.20546 7.98682C9.07358 7.98682 8.85929 8.03982 8.6786 8.25324C8.49792 8.46595 7.98755 8.98066 7.98755 10.0275Z' fill='white'/%3E %3C/svg%3E") !important;
  background-size: 100%;
  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 %3Cpath d='M14.0339 1.91992C15.6552 1.91992 16.8 2.17679 16.8 2.17679V5.06427C16.8 5.06427 16.4448 5.07333 15.5638 5.07484L15.1517 5.07635C13.9589 5.07635 13.385 5.8394 13.385 7.0376L13.3835 9.19377H16.4448L15.9339 12.7703L13.3835 12.7687L13.385 21.1199H9.65541L9.65391 12.7687L6.71997 12.7703V9.19377H9.65391L9.65541 6.86233C9.65541 2.62706 12.0484 1.95014 13.902 1.91992H14.0339Z' fill='white'/%3E %3C/svg%3E") !important;
  background-size: 100%;
  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='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%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") !important;
  width: 24px;
  height: 24px;
  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='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_6043_1977)'%3E %3Cpath d='M2.92441 3.35986L9.96625 12.8929L2.87988 20.6402H4.47476L10.6791 13.8561L15.6935 20.6406H21.1195L13.681 10.5732L20.2772 3.35986H18.6823L12.9685 9.60686L8.35155 3.35986H2.92441ZM5.26995 4.54926H7.76329L18.7729 19.4508H16.2803L5.26995 4.54926Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_6043_1977'%3E %3Crect width='18.24' height='17.28' fill='white' transform='translate(2.87988 3.35986)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") !important;
  background-size: 100%;
  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='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='M11.9999 13.1118L4.1999 7.65182V16.8871H19.7999V7.65182L11.9999 13.1118ZM21.5999 18.7198H2.3999V5.27979H21.5999V18.7198ZM17.3931 7.11251H6.60671L11.9999 10.8877L17.3931 7.11251Z' fill='white'/%3E %3C/svg%3E") !important;
  order: 3;
}
.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='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.4636 0.944336C7.90321 0.944336 0.963623 7.88392 0.963623 16.4443C0.963623 25.0048 7.90321 31.9443 16.4636 31.9443C25.024 31.9443 31.9636 25.0048 31.9636 16.4443C31.9636 7.88392 25.024 0.944336 16.4636 0.944336Z' stroke='white' stroke-width='1.78045'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4206 7.72559L11.4525 12.335H13.2528L15.6978 10.0664V19.8908H17.1175V10.0421L19.5892 12.335H21.3896L16.4206 7.72559ZM10.5699 22.1657L10.5709 14.3089H9.0802V23.5487H23.8482V14.3089H22.3575L22.3565 22.1657H10.5699Z' fill='white'/%3E %3C/svg%3E") !important;
  filter: unset;
  background-size: 100%;
}
.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 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 4.6875vw;
  color: #78787B;
  font-size: .8125rem;
  font-weight: 340;
}
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 {
  display: none;
}
.ArticleBodyComponent .text_editor_paragraph {
  margin: 0 0 1.8rem 0;
}
.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;
  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) {
  .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;
  }
}
.article-collapsible-box-component {
  min-height: 31.25vw;
  position: relative;
  padding: 3.90625vw 3.125vw;
  background-color: #EFEFEF;
  overflow: hidden;
  margin-bottom: 3.125vw;
}
.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 {
  margin-bottom: 3.125vw;
  height: auto;
  transition: all .3s ease;
}
.article-collapsible-box-component .article-body:not(.collapsed) {
  max-height: 937.5vw;
}
.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: 93.75vw;
  -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 .text_editor_paragraph_collapsible {
  font-size: 1.125rem;
  font-weight: 340;
}
.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: 23.75vw;
  height: 6.25vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DE1A1A;
}
.englishSite .article-collapsible-box-component .toggle-btn {
  left: unset;
  right: 0;
}
.article-collapsible-box-component .toggle-btn .toggle-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.75vw;
  font-weight: 500;
  border-inline-start: 1px solid #fff;
  transition: 0.4s linear;
}
.article-collapsible-box-component .toggle-btn .toggle-icon {
  width: 6.25vw;
  height: 6.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .icon {
  width: 2.34375vw;
  height: 2.34375vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s linear;
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-open {
  background-image: url("data:image/svg+xml,%3Csvg 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");
}
.article-collapsible-box-component .toggle-btn .toggle-icon .toggle-close {
  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");
  rotate: 45deg;
}
.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 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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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";
}
.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;
}
.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;
}
.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 .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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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";
}
.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;
}
.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;
}
.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-underline-navigation {
  background-color: #C5C5C5;
  height: 1.5625vw;
  border-radius: 0.3125vw;
  margin-top: 2.03125vw;
}
.ArticleImageSliderGalleryComponenta .article-carousel-underline-navigation .underline {
  background: #DE1A1A;
  height: 1.5625vw;
  transition: all 400ms ease;
  border-radius: 0.3125vw;
}
.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;
}
.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: 2.1875vw;
  font-style: normal;
  font-weight: 340;
  line-height: 2.5vw;
  align-self: flex-start;
  margin-top: 1.5625vw;
}
.ArticleMagazineImageTeaserComponenta .image-container .credit:before {
  content: "(";
}
.ArticleMagazineImageTeaserComponenta .image-container .credit:after {
  content: ")";
}
.ArticleMagazineImageTeaserComponenta .text-container {
  margin-top: 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';
}
.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 .kosher-icon,
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .not-kosher-icon,
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .vegan-icon,
.recipe-card .recipe-card-top-details-bar .meal-details .meal-details-line-rpf .vegetarian-icon {
  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 id='צמחוני' xmlns='http://www.w3.org/2000/svg' width='16' height='16.001' viewBox='0 0 16 16.001'%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/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) {
  .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;
}
.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;
}
.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;
}
.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;
}
.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;
  }
}
.article-image-price-tag-points-component {
  margin-right: -1.5625vw !important;
  margin-left: -1.5625vw !important;
}
.ver1.ver2 .article-image-price-tag-points-component {
  margin-right: -3.90625vw !important;
  margin-left: -3.90625vw !important;
  width: calc(100% + 7.8125vw);
}
.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: inline-block;
  z-index: 10;
  font-size: 0;
  text-overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.article-image-price-tag-points-component .point-dot:hover {
  z-index: 15;
  border-radius: unset;
  width: unset;
  font-size: unset;
  line-height: unset;
  display: unset;
  align-items: unset;
  justify-content: unset;
  transition: unset;
  animation: unset;
  cursor: unset;
  opacity: 0;
}
.article-image-price-tag-points-component .point-dot:hover .dot-text {
  color: var(--pointColor);
  filter: invert(100%);
}
.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 !important;
  height: auto;
  max-height: 31.25vw;
  color: #000000;
  border-radius: 1.875vw;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.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;
}
.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;
}
.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;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 1.5625vw;
}
.article-image-price-tag-points-component .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  color: #000;
}
.font-moses .article-image-price-tag-points-component .ImageDetails > * {
  font-family: "Moses", Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: 340;
}
.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;
}
.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";
}
.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;
}
.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;
}
@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;
  }
  .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);
  }
}
.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;
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .recipeRating .recipe-rating.alreadyRated .recipe-rating-stars .recipe-rating-star {
    color: transparent !important;
  }
  .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.625' height='34.625' viewBox='0 0 34.625 34.625'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23fff; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_white' data-name='for you icon white' class='cls-1'%3E %3Cpath class='cls-2' d='M17.313,28.709l-10.7,5.916L8.655,22.1,0,13.225,11.963,11.4,17.313,0,22.66,11.4l11.965,1.829L25.968,22.1l2.044,12.528Z'/%3E %3Cpath class='cls-3' d='M 9.249397277832031 30.88191413879395 L 17.3131103515625 26.42376899719238 L 25.37508010864258 30.88142967224121 L 23.83197021484375 21.42219924926758 L 30.47513008117676 14.61426734924316 L 21.30237007141113 13.21242904663086 L 17.31245613098145 4.707680225372314 L 13.31988906860352 13.2124490737915 L 4.149397850036621 14.61421203613281 L 10.7916898727417 21.42219924926758 L 9.249397277832031 30.88191413879395 M 28.01220893859863 34.62493896484375 L 17.31305885314941 28.70911026000977 L 6.612729549407959 34.62493896484375 L 8.655349731445313 22.09648895263672 L -5.175781438992999e-07 13.22523975372314 L 11.96289920806885 11.39663982391357 L 17.31305885314941 -5.175781438992999e-07 L 22.65966987609863 11.39663982391357 L 34.62493896484375 13.22523975372314 L 25.96840858459473 22.09648895263672 L 28.01220893859863 34.62493896484375 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
  }
}
.magazine_template .VideoComponenta {
  display: flex;
}
.articleVideoComponenta,
.VideoLiveComponenta {
  position: relative;
  display: block;
  width: calc(100% + 7.8125vw);
  margin: 0 -3.90625vw;
}
.calcalist .articleVideoComponenta,
.calcalist .VideoLiveComponenta {
  margin: 0.78125vw 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.articleVideoComponenta > 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.5rem;
}
.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 .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;
}
.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 .expand,
.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;
  pointer-events: none;
}
.blogs-auto-feed-item .ArticleImageComponenta .expand,
.blogs-auto-feed-item .ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.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;
}
.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 .blogs-auto-feed-item .ArticleImageComponenta {
    pointer-events: none;
  }
  .article-blog-componenta-wrapper .blogs-auto-feed-item .ArticleImageComponenta .expand,
  .article-blog-componenta-wrapper .blogs-auto-feed-item .ArticleImageComponenta .galleryCounterExpand {
    display: none;
  }
  .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");
  }
}
.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;
  }
}
.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;
}
.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;
}
.multi-audio-componenta .slotList .slotView .mediaArea .MediaCarousel {
  height: 20.625vw !important;
  width: 36.71875vw !important;
}
.multi-audio-componenta .slotList .slotView .mediaArea img {
  height: 20.625vw !important;
  width: 36.71875vw !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);
}
.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%;
}
.SiteArticleContact {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  direction: rtl;
}
.ynetnews .SiteArticleContact,
.vesty .SiteArticleContact {
  direction: ltr;
}
.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;
}
.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;
}
.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;
}
.SiteArticleContact * {
  font-weight: bold;
}
.SiteArticleContact .contactWrapper,
.SiteArticleContact .mistakeText {
  text-decoration: underline;
  color: inherit;
  -webkit-text-fill-color: inherit;
  font-weight: normal;
}
.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;
}
.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;
}
.font-moses .SiteArticleContact .foundMistake-pf {
  letter-spacing: normal;
  font-size: 13px;
  font-weight: 340;
}
.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;
  }
}
.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;
  }
}
body:has(.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay) {
  overflow: hidden;
}
.dynamicVideoGalleryVerticalMutamComponenta {
  background-color: #000;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .videoGalleryVerticalTab .tabIcon {
  display: inline-block;
  width: auto;
  height: 4.6875vw;
  margin: 0 2.1875vw 0 1.09375vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent {
  position: relative;
  overflow: auto;
  margin-top: 2.34375vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent button {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: relative;
  margin-right: 1.5625vw;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-track {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar-thumb {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper::-webkit-scrollbar {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 37.96875vw;
  height: 67.1875vw;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 3.125vw;
  position: relative;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView img {
  width: 37.96875vw;
  height: 67.1875vw;
  object-fit: cover;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 72.65625vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 75%, #000000 100%);
  left: 50%;
  transform: translateX(-50%);
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 37.96875vw;
  height: 67.1875vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 37.96875vw;
  height: 67.1875vw;
  object-fit: cover;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 37.96875vw;
  height: 67.1875vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 9.375vw;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 3.125vw 0 2.34375vw 2.34375vw;
  font-size: 3.4375vw;
  font-weight: 300;
  letter-spacing: 0.12px;
  direction: ltr;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper {
  position: relative;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .ads_vertical_video {
  position: relative;
  height: 100dvh;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .adsWrapper .arrow {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 4.6875vw !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-middle::after,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .fp-togglable,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .closeBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .shareBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .contentDiv,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam.openMode .arrow {
  visibility: visible !important;
  opacity: 1 !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea {
  position: relative;
  overflow: hidden;
  width: 37.96875vw;
  height: 67.1875vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea img {
  width: 37.96875vw;
  height: 67.1875vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .imageArea .promoVideo {
  width: 37.96875vw;
  height: 67.1875vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player {
  width: 100%;
  height: 100%;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-logo,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-footer {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-fullscreen,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-left .fp-share-menu {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.8) 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-right-zone,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-middle .fp-left-zone {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls {
  margin-bottom: 20.3125vw;
  position: relative;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-timeline {
  height: 1.875vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-qsel,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-play,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-volume-control .fp-volume-mute-unmute {
  font-size: 4.6875vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-elapsed {
  font-size: 3.4375vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player .fp-ui .fp-controls .fp-duration {
  display: inline-block;
  font-size: 3.4375vw;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .contentDiv,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .contentDiv {
  opacity: 1;
  visibility: visible;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched .fp-ui .fp-middle::after,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-ui .fp-middle::after {
  opacity: 1;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .closeBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .closeBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .shareBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused ~ .shareBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-touched ~ .arrow {
  opacity: 1;
  visibility: visible;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-paused .fp-switch .fp-pause {
  display: none !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItemMutam #player.is-playing .fp-switch .fp-play {
  display: none !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .contentDiv,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .closeBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .shareBtn,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode .arrow {
  animation: fade 2s ease-in-out !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .standardMode #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .feedDisplay .slider .slick-arrow {
  display: none !important;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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;
}
.dynamicVideoGalleryVerticalMutamComponenta .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,
.dynamicVideoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.FlashPageComponenta {
  display: flex;
  flex-direction: column;
  background: #f3f8f9;
  box-shadow: 0 1px 0.625vw 0 rgba(218, 218, 221, 0.4);
}
.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;
  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 {
  background-color: #717171;
}
.FlashPageComponenta .Accordion .displayModeToggle .ToggleSwitch .toggleContainer.active {
  background-color: #de1a1a;
}
.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;
}
@media (prefers-color-scheme: dark) {
  .FlashPageComponenta {
    background: transparent;
  }
  .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);
  }
}
.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='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1.11987' y='1.12012' width='59' height='59' rx='29.5' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='21.1199' y='17.3931' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='35.1199' y='17.3931' 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='61' viewBox='0 0 60 61' 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;
}
@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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView {
  border-radius: 0;
  background-color: #F5F5F5;
  margin: 1.5625vw 2.1875vw;
  border-inline-start: 0.625vw solid #DE1A1A;
  box-shadow: none;
  min-height: 23.75vw;
  padding: 3.125vw;
  box-sizing: border-box;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView:first-child {
  margin-top: 1.5625vw !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='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.33765 2.66298L2.66347 1.33716L12.0006 10.6742L21.3376 1.33716L22.6635 2.66298L12.0006 13.3259L1.33765 2.66298Z' fill='%23DE1A1A' stroke='%23DE1A1A' stroke-width='1.25'/%3E %3C/svg%3E");
  border-radius: 0;
  background-color: transparent;
  background-position: center;
  background-size: 4.6875vw 4.6875vw;
  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;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .dateView {
  font-size: 3.28125vw;
  font-weight: 670 ! important;
  line-height: 3.75vw;
}
.font-moses .newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .DateDisplay {
  font-size: 3.28125vw;
  line-height: 3.59375vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv {
  flex-grow: 1;
}
.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;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView .textDiv .slotTitle .roofTitle {
  position: relative;
  margin: 0 0 0 1.5625vw;
  height: 5.3125vw;
  padding: 0.1vw 1.25vw 0.3vw;
  font-size: 3.59375vw;
  font-weight: 670;
  line-height: 5vw;
  letter-spacing: 0.01em;
}
.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;
}
.newsFlashAndTwentyFourSevenMobileComponenta.light .tickerSlotListWrapper .tickerSlotList .slotView.now .dateView {
  font-weight: 340;
}
.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: 1.25vw;
  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 width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.90193 27H21.0987C22.2116 27 23.0446 26.7235 23.5975 26.1706C24.1576 25.6176 24.4376 24.7953 24.4376 23.7036V13.0913C24.4376 11.9996 24.1576 11.1772 23.5975 10.6243C23.0446 10.0713 22.2116 9.79486 21.0987 9.79486H18.1319V11.5069H21.0668C21.5913 11.5069 21.999 11.6486 22.2896 11.9322C22.5803 12.2158 22.7256 12.634 22.7256 13.187V23.6079C22.7256 24.1608 22.5803 24.5791 22.2896 24.8626C21.999 25.1462 21.5913 25.288 21.0668 25.288H8.9232C8.39152 25.288 7.9839 25.1462 7.70034 24.8626C7.41678 24.5791 7.275 24.1608 7.275 23.6079V13.187C7.275 12.634 7.41678 12.2158 7.70034 11.9322C7.9839 11.6486 8.39152 11.5069 8.9232 11.5069H11.8687V9.79486H8.90193C7.78895 9.79486 6.95244 10.0713 6.39241 10.6243C5.83946 11.1701 5.56299 11.9925 5.56299 13.0913V23.7036C5.56299 24.8024 5.83946 25.6247 6.39241 26.1706C6.95244 26.7235 7.78895 27 8.90193 27ZM14.995 18.6739C15.2289 18.6739 15.4274 18.5924 15.5905 18.4293C15.7606 18.2663 15.8457 18.0713 15.8457 17.8445V6.92379L15.7819 5.32876L16.4943 6.08374L18.1106 7.80638C18.2595 7.97652 18.4509 8.06159 18.6848 8.06159C18.9046 8.06159 19.0889 7.9907 19.2378 7.84891C19.3866 7.70713 19.4611 7.52636 19.4611 7.3066C19.4611 7.10811 19.376 6.92379 19.2059 6.75366L15.6117 3.28711C15.5054 3.18077 15.4026 3.10634 15.3034 3.0638C15.2112 3.02127 15.1084 3 14.995 3C14.8886 3 14.7859 3.02127 14.6866 3.0638C14.5944 3.10634 14.4917 3.18077 14.3782 3.28711L10.7841 6.75366C10.621 6.92379 10.5395 7.10811 10.5395 7.3066C10.5395 7.52636 10.6104 7.70713 10.7522 7.84891C10.894 7.9907 11.0783 8.06159 11.3051 8.06159C11.5462 8.06159 11.7411 7.97652 11.89 7.80638L13.4956 6.08374L14.2187 5.32876L14.1549 6.92379V17.8445C14.1549 18.0713 14.2364 18.2663 14.3995 18.4293C14.5696 18.5924 14.7681 18.6739 14.995 18.6739Z' fill='black'/%3E %3C/svg%3E") ! important;
  width: 5.46875vw !important;
  height: 5.46875vw !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: 3.90625vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
}
.newsFlashAndTwentyFourSevenMobileComponenta .tickerSlotListWrapper .tickerSlotList .slotView .moreDetails .buttonsWrapper .buttonExpand {
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='40' height='40' rx='20' fill='%231E1E1E'/%3E %3Cpath d='m12 17.6 7.92 7.92 7.92-7.92' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%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 {
    border-radius: 0;
    background-color: transparent;
    background-position: center;
    background-size: 4.6875vw 4.6875vw;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
    width: 5.46875vw;
    height: 5.46875vw;
    border: 0;
  }
  .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;
  }
}
.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 {
  border-bottom: 1px solid #979797;
  height: 11.71875vw;
  display: flex;
  align-items: center;
  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;
}
.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 {
  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 img {
  width: 72.1875vw;
  height: 129.0625vw;
  object-fit: cover;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 72.65625vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 75%, #000000 100%);
  left: 50%;
  transform: translateX(-50%);
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 72.1875vw;
  height: 129.0625vw;
  object-fit: cover;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 72.1875vw;
  height: 129.0625vw;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.videoGalleryVerticalMutamComponenta .videoGalleryVerticalMutamWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 9.375vw;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.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 2.34375vw;
  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(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.8) 100%);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.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;
}
.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.84375vw;
  height: 3.75vw;
  background-color: #de1a1a;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.269' height='27' viewBox='0 0 36.269 27'%3E %3Cg id='Icon_feather-mail' data-name='Icon feather-mail' transform='translate(-0.946 -4.5)'%3E %3Cpath id='Path_1' data-name='Path 1' d='M6.216,6H31.944A3.123,3.123,0,0,1,35.16,9V27a3.123,3.123,0,0,1-3.216,3H6.216A3.123,3.123,0,0,1,3,27V9A3.123,3.123,0,0,1,6.216,6Z' fill='none' stroke='%23db0707' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3Cpath id='Path_2' data-name='Path 2' d='M35.16,9,19.08,18.5,3,9' transform='translate(0 -1)' fill='none' stroke='%23db0707' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3C/g%3E %3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.269' height='27' viewBox='0 0 36.269 27'%3E %3Cg id='Icon_feather-mail' data-name='Icon feather-mail' transform='translate(-0.946 -4.5)'%3E %3Cpath id='Path_1' data-name='Path 1' d='M6.216,6H31.944A3.123,3.123,0,0,1,35.16,9V27a3.123,3.123,0,0,1-3.216,3H6.216A3.123,3.123,0,0,1,3,27V9A3.123,3.123,0,0,1,6.216,6Z' fill='none' stroke='%23db0707' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3Cpath id='Path_2' data-name='Path 2' d='M35.16,9,19.08,18.5,3,9' transform='translate(0 -1)' fill='none' stroke='%23db0707' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3C/g%3E %3C/svg%3E");
  border: solid 0.53125vw #de1a1a;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  margin-left: 0.78125vw;
}
.YnetMutamHeader .redMailHeaderBtn .redMailTitle {
  line-height: 2.65625vw;
  font-size: 2.96875vw;
  font-weight: 500 !important;
  max-width: 7.8125vw;
}
.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: 100000;
}
.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 .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 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(-102 -164) translate(20 164) 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(-102 -164) translate(20 164) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%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-color: #fff;
    border: solid 0.53125vw #fff;
  }
  .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;
  }
}
.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;
  font-weight: 310 !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;
}
