/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
@keyframes heartbeat {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .react-3d-carousel {
    position: relative;
    z-index: 0;
  }
  .react-3d-carousel .slider-container {
    position: absolute;
    left: 15.3125vw;
    top: 0%;
    width: 84.6875vw;
    margin: 0px auto 0px -7.65625vw;
  }
  .react-3d-carousel .slider-container .slider-content {
    position: relative;
    top: 0%;
    width: 84.6875vw;
    height: 95.3125vw;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: z-index 0ms 250ms;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 1.5625vw 6.25vw rgba(0, 0, 0, 0.2);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single .slider-single-content img {
    max-width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactivede .slider-single-content {
    transform: translateX(-50%) scale(0);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactive {
    z-index: 1;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.preactive .slider-single-content {
    opacity: 0.6;
    transform: translateX(-25%) scale(0.9);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactive {
    z-index: 1;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactive .slider-single-content {
    opacity: 0.6;
    transform: translateX(25%) scale(0.9);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.proactivede .slider-single-content {
    transform: translateX(50%) scale(0);
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active {
    z-index: 2;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-left,
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-right {
    display: block;
  }
  .react-3d-carousel .slider-container .slider-content .slider-single.active .slider-single-content {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
  .react-3d-carousel .slider-container .slider-left {
    position: absolute;
    display: none;
    z-index: 3;
    right: 101%;
    height: 100%;
    cursor: pointer;
    padding: 3.125vw 2.34375vw;
  }
  .react-3d-carousel .slider-container .slider-left div {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -6.25vw;
    color: #ffffff;
    transform: translateY(-50%);
    margin-left: 0px;
  }
  .react-3d-carousel .slider-container .slider-right {
    display: none;
    position: absolute;
    z-index: 3;
    left: 101%;
    height: 101%;
    cursor: pointer;
    padding: 3.125vw 2.34375vw;
  }
  .react-3d-carousel .slider-container .slider-right div {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -12.96875vw;
    margin-left: -6.25vw;
    color: #ffffff;
    transform: translateY(-50%);
  }
  .react-3d-carousel .slider-container .slider-disabled div {
    display: none;
  }
  .slider-left,
  .slider-right {
    border: 0;
    box-sizing: border-box;
  }
  .slider-left > div,
  .slider-right > div {
    width: 12.5vw;
    height: 12.5vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='44' height='44' viewBox='0 0 44 44'%3E %3Cdefs%3E %3Cfilter id='lqlq23yo6a' width='196.4%25' height='196.4%25' x='-48.2%25' y='-37.5%25' filterUnits='objectBoundingBox'%3E %3CfeMorphology in='SourceAlpha' operator='dilate' radius='1' result='shadowSpreadOuter1'/%3E %3CfeOffset dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='3'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0'/%3E %3C/filter%3E %3Ccircle id='uf7ecs5jjb' cx='14' cy='14' r='14'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0)'%3E %3Cuse fill='%23000' filter='url(%23lqlq23yo6a)' xlink:href='%23uf7ecs5jjb'/%3E %3Cuse fill='%232E2E2F' style='mix-blend-mode:multiply' xlink:href='%23uf7ecs5jjb'/%3E %3C/g%3E %3Cpath fill='%23FFF' fill-rule='nonzero' d='M13.472 7L20 13.453h-2.365l-3.184-3.147v10.892h-1.935V10.282l-3.206 3.17H6.944L13.472 7z' transform='translate(-20 -1324) translate(28 1335) rotate(-180 14 14) matrix(-1 0 0 1 28 0) rotate(-90 13.472 14.1)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 0;
    cursor: pointer;
    opacity: 0.9;
  }
  .slider-left > div .fa,
  .slider-right > div .fa {
    display: none;
  }
  .slider-left > div:disabled,
  .slider-right > div:disabled {
    display: none;
  }
  .slider-left > div:hover,
  .slider-right > div:hover {
    opacity: 1;
  }
  .slider-right > div {
    transform: scaleX(-1) !important;
  }
}
.DateDisplay {
  display: inline-flex;
  flex-shrink: 0;
}
.frontCopyButton-pf {
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='24' height='24' rx='12' fill='%23424242'/%3E %3Cg clip-path='url(%23clip0_162_3236)'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8529 15.1368C12.1452 15.8406 11.4474 16.5542 10.7321 17.2499C10.3499 17.6217 9.88109 17.8533 9.35172 17.9531C9.27921 17.9667 9.20725 17.9842 9.13474 17.9994H8.50287C8.40365 17.9815 8.30388 17.9662 8.20575 17.9444C7.53136 17.795 6.9889 17.4347 6.56911 16.8922C6.31724 16.5668 6.14224 16.2004 6.06973 15.7905C6.04628 15.6613 6.02339 15.5321 6.00049 15.4034V14.9825C6.02393 14.8528 6.04356 14.7231 6.07082 14.5944C6.18694 14.052 6.44645 13.588 6.83898 13.1966C7.68019 12.3565 8.52141 11.517 9.36044 10.6742C9.78133 10.2511 10.2867 9.97746 10.8717 9.88969C11.6791 9.76866 12.4304 9.93057 13.0819 10.4501C13.2754 10.6044 13.4613 10.7625 13.536 11.016C13.6832 11.5143 13.3354 12.0207 12.7956 12.0376C12.5198 12.0463 12.3104 11.9275 12.1163 11.7541C11.6949 11.3774 11.0271 11.3529 10.622 11.7383C9.76061 12.561 8.92321 13.4092 8.07927 14.2515C7.96969 14.3616 7.86556 14.4848 7.78432 14.6184C7.54172 15.0174 7.56952 15.4994 7.8432 15.8782C8.09562 16.2271 8.44236 16.4005 8.87087 16.3836C9.14019 16.3727 9.38988 16.2795 9.5856 16.0859C10.0926 15.5844 10.5969 15.0801 11.0974 14.5715C11.2032 14.4641 11.31 14.4445 11.4403 14.4979C11.8399 14.6609 12.2559 14.735 12.6866 14.7241C12.8049 14.7209 12.8943 14.7596 12.9368 14.8692C12.9761 14.9738 12.9336 15.0583 12.8534 15.1374L12.8529 15.1368Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0001 9.1346C17.9684 9.27361 17.9428 9.41426 17.9052 9.55164C17.7983 9.94797 17.6261 10.316 17.3442 10.6158C16.931 11.0546 16.503 11.4804 16.0783 11.9084C15.6094 12.3816 15.1395 12.8542 14.6646 13.3214C14.3043 13.6758 13.8872 13.9429 13.3889 14.0568C13.185 14.1032 12.9718 14.1152 12.763 14.1402C12.25 14.2013 11.7773 14.0612 11.3298 13.8317C11.0501 13.6883 10.79 13.5068 10.597 13.2505C10.2721 12.8199 10.4466 12.1062 11.079 11.9869C11.3668 11.9323 11.6078 12.0092 11.8171 12.2038C12.0407 12.4132 12.3089 12.5347 12.6109 12.5451C12.9217 12.5555 13.2123 12.4568 13.4363 12.2333C14.325 11.3523 15.2104 10.4675 16.0903 9.57836C16.2533 9.41263 16.3329 9.19729 16.3645 8.96124C16.4065 8.65213 16.3274 8.37792 16.1513 8.13205C15.7359 7.5531 14.9416 7.46205 14.4509 7.90854C13.9194 8.39318 13.4167 8.90999 12.9102 9.42244C12.7685 9.56582 12.6764 9.55328 12.5286 9.49658C12.244 9.3881 11.9534 9.31886 11.6503 9.29869C11.5271 9.28997 11.4039 9.27852 11.2807 9.27688C11.1847 9.27579 11.1166 9.23818 11.0773 9.15368C11.0326 9.05937 11.0566 8.97759 11.1297 8.90509C11.5571 8.47877 11.9834 8.05137 12.4109 7.62397C12.6982 7.33721 12.98 7.0461 13.2717 6.76534C13.6702 6.38046 14.1494 6.14768 14.6935 6.04792C14.7818 6.03156 14.8702 6.0163 14.9579 6.00049H15.4492C15.5527 6.01739 15.6574 6.02775 15.7594 6.05173C16.3705 6.19565 16.8988 6.47968 17.3142 6.96215C17.5977 7.28979 17.7967 7.65722 17.9057 8.07427C17.9406 8.20838 17.9679 8.34466 17.999 8.47986V9.13514L18.0001 9.1346Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_162_3236'%3E %3Crect width='12' height='12' fill='white' transform='translate(6 6)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
  margin: 0 7px 0 7px;
  cursor: pointer;
}
.copyPopup {
  position: absolute;
  top: -30px;
  left: 0px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.4s ease-in-out;
}
.englishSite .GalleryPaging {
  right: 10px ! important;
  left: inherit ! important;
}
.grid1280 .GalleryPaging {
  bottom: 10px ! important;
  right: 10px ! important;
  left: unset ! important;
}
.grid1280 .GalleryPaging > button {
  width: 16px;
  height: 16px;
  background: rgba(40, 40, 40, 0.6) ! important;
  margin-right: 0px;
  margin-left: 10px;
  border: 2px solid #fff! important;
  color: transparent ! important;
  padding: 0;
  box-sizing: border-box;
}
.grid1280 .GalleryPaging > button.selected {
  background: #fff! important;
  color: transparent ! important;
}
.GalleryPaging {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 2;
}
.GalleryPaging > button {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  margin-right: 5px;
  border: 0;
  cursor: pointer;
  direction: ltr;
  font-size: 10px;
  outline: 0;
}
.GalleryPaging > button.selected {
  background: #000066;
  color: #fff;
}
.ImageSlider {
  width: 100% ! important;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  max-width: 980px;
  max-height: 653px;
  overflow: hidden;
}
.ImageSlider > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ImageSlider .imagesSliderTitle {
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
.ImageSlider .bottomPicture {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.ImageSlider .topPicture {
  background-size: cover;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 50%;
  height: 100%;
  left: 0;
}
.ImageSlider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ImageSlider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(0% - 15px);
  background-color: rgba(255, 255, 255, 0);
  width: calc(100% + 30px);
  direction: ltr;
  padding: 0;
}
.ImageSlider input[type=range]:focus {
  outline: none;
}
.ImageSlider input[type=range]:active {
  outline: none;
}
.ImageSlider input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  outline: none;
}
.ImageSlider input[type=range]::active {
  border: none;
  outline: none;
}
.ImageSlider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 35px;
  height: 35px;
  background: url('//xnet.ynet.co.il//images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 35px;
  height: 35px;
  background: url('//xnet.ynet.co.il//images/xnet/slider/slider.png') no-repeat center center transparent;
  border-radius: 50%;
  cursor: move;
}
.ImageSlider input[type=range]:focus::-webkit-slider-thumb {
  background: url('//xnet.ynet.co.il//images/xnet/slider/slider.png') no-repeat center center transparent;
}
.ImageSlider .imgTitle {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: calc(50% - 22px);
  padding: 1em;
  font-size: 14px;
  z-index: 6;
  max-width: 40%;
  box-sizing: border-box;
}
.ImageSlider .imgTitle.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.ImageSlider .imgTitle.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.ImageSlider .bottomImg {
  right: 0;
}
.ImageSlider .topImg {
  left: 0;
}
.ImageSlider #innerSliderDiv {
  height: 100%;
  position: absolute;
  left: 0;
}
.havakIcon.inTextDiv {
  position: unset;
  width: 50px;
  height: 18px;
  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;
}
.havakIcon.onImage {
  position: absolute;
  left: 0;
  top: 6px;
  width: 58px;
  height: 20px;
  background: url(/Common/images/premium/left_small_paywall_icon_58x20.png) no-repeat;
  z-index: 1;
}
.havakIcon.onTopImage {
  position: absolute;
  left: unset;
  right: 0px;
  top: 30px;
  width: 100px;
  height: 34px;
  background-color: #FFFFFF;
  background-image: url(//images1.ynet.co.il/static/article/images/apple-touch-icon.png);
  background-repeat: no-repeat;
  background-size: 90px 34px !important;
  z-index: 1;
  border-radius: 50px 0px 0px 50px;
  background-position: top center;
}
.havakIcon.onArticleHeadlineImage {
  position: absolute;
  left: 0;
  top: 8px;
  width: 50px !important;
  height: 17px !important;
  background: url(/Common/images/left_small_paywall_icon_58x20.png) !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  background-size: 50px 17px !important;
}
.havakIcon.onImage_big {
  position: absolute;
  top: 20px;
  left: 0;
  width: 81px;
  height: 30px;
  background: url(/Common/images/premium/left_big_paywall_icon_80x30.png) no-repeat;
}
.havakIcon.onImage_big.bigInTop {
  top: 20px ! important;
  bottom: inherit;
}
.havakIcon.onTextRow {
  background: url(/Common/images/premium/xsmall_paywall_icon_45x14.png) no-repeat;
  width: 45px;
  height: 14px;
  display: inline-flex;
  margin-right: 6px;
}
.grid1280_2 .havakIcon,
.pplus .havakIcon,
.magazine2025 .havakIcon {
  width: 50px;
  height: 18px;
  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;
}
.grid1280_2 .havakIcon.onImage,
.pplus .havakIcon.onImage,
.magazine2025 .havakIcon.onImage {
  position: absolute;
  left: unset;
  top: unset;
  right: 12px;
  bottom: 9px;
  z-index: 1;
}
.grid1280_2 .havakIcon.onImage.top,
.pplus .havakIcon.onImage.top,
.magazine2025 .havakIcon.onImage.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onImage_big,
.pplus .havakIcon.onImage_big,
.magazine2025 .havakIcon.onImage_big {
  width: 90px;
  height: 33px;
  bottom: 18px;
  right: 16px;
  top: unset;
}
.grid1280_2 .havakIcon.onImage_big.top,
.pplus .havakIcon.onImage_big.top,
.magazine2025 .havakIcon.onImage_big.top {
  top: 9px !important;
  bottom: unset !important;
}
.grid1280_2 .havakIcon.onTextRow,
.pplus .havakIcon.onTextRow,
.magazine2025 .havakIcon.onTextRow {
  display: inline-flex;
  margin-right: 6px;
}
.recipeRatingWrapper {
  display: flex;
  align-items: center;
}
.recipeRatingWrapper .recipeVoters {
  width: 100%;
  font-size: 12px;
  margin-left: 7px;
}
.recipeRatingWrapper .recipeRatingStars {
  display: flex;
  flex-direction: row-reverse;
}
.recipeRatingWrapper .recipeRatingStars > div:last-child {
  margin-right: 0px !important;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar {
  margin-right: 7px !important;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cg id='star_h' transform='translate(-848.358 -4004.139)'%3E %3Cg id='Path' transform='translate(848.358 4004.139)' fill='none'%3E %3Cpath d='M15.052,7.57,11.5,0,7.947,7.57,0,8.785l5.749,5.892L4.393,23,11.5,19.071,18.608,23,17.25,14.678,23,8.785Z' stroke='none'/%3E %3Cpath d='M 11.49977684020996 4.707538604736328 L 9.303762435913086 9.38587760925293 L 4.149341583251953 10.1739673614502 L 7.885472297668457 14.00314712524414 L 7.029115676879883 19.25698280334473 L 11.50011253356934 16.78522682189941 L 15.97040176391602 19.256591796875 L 15.11327266693115 14.00314712524414 L 18.85025024414063 10.17397022247314 L 13.69497299194336 9.38587760925293 L 11.49977684020996 4.707538604736328 M 11.50011253356934 -1.9073486328125e-06 L 15.05220222473145 7.570127487182617 L 23.00022315979004 8.785147666931152 L 17.24974250793457 14.67749786376953 L 18.60757255554199 22.99981689453125 L 11.50011253356934 19.07051849365234 L 4.39265251159668 22.99981689453125 L 5.749162673950195 14.67749786376953 L 1.9073486328125e-06 8.785147666931152 L 7.94670295715332 7.570127487182617 L 11.50011253356934 -1.9073486328125e-06 Z' stroke='none' fill='%23ffb813'/%3E %3C/g%3E %3Cpath id='Path_451' data-name='Path 451' d='M6510.858,18490.334v-16.084l-3.233,6.906-7.5,1.031,5.625,5.563-1.625,7.875s5.483-3.646,6.733-4.312' transform='translate(-5651 -14469)' fill='%23ffb813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starEmpty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starHalf {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Half' d='M15 6V21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRatingWrapper .recipeRatingStars .recipeRatingStar.starFull {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRatingWrapper .hideRecipeVoters {
  display: none;
}
.videoIcon {
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  pointer-events: none;
}
.videoIcon .icon {
  background-image: url(/Common/images/small_play_new.png) ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.videoIcon.small {
  margin-right: 6px;
  width: 14px;
  height: 11px;
  border: none;
}
.videoIcon.small .icon {
  width: 13px;
  height: 13px;
  display: block;
}
.videoIcon.medium {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}
.videoIcon.medium .icon {
  width: 28px;
  height: 28px;
}
.videoIcon.big,
.videoIcon.big2 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  border: none !important;
  background-color: transparent !important;
}
.videoIcon.big.bigInTop,
.videoIcon.big2.bigInTop {
  top: 10px ! important;
  bottom: inherit;
}
.videoIcon.big .icon,
.videoIcon.big2 .icon {
  background-image: url(/Common/images/big_play.png) ! important;
  width: 50px;
  height: 50px;
  margin-left: 0px;
}
.videoIcon.bigInCenter {
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.videoIcon.bigInCenter .icon {
  width: 70px;
  height: 70px;
  margin-left: 5px;
}
.videoIcon.black {
  border-color: #000 ! important;
}
.videoIcon.black .icon {
  background-image: url(/Common/images/small_icon_video.png) ! important;
}
.hContainer:not(.radionas) .audioIcon,
.site_page_root:not(.radionas) .audioIcon {
  width: auto;
  height: auto !important;
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 20px;
  bottom: 4px;
  right: 4px;
  padding: 1.5px 4px;
  box-sizing: border-box;
  background-color: rgba(26, 26, 26, 0.6) !important;
}
.hContainer:not(.radionas) .audioIcon .icon,
.site_page_root:not(.radionas) .audioIcon .icon {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10' viewBox='0 0 11 10'%3E %3Cpath data-name='headphones' d='M5.5 2.25A5.607 5.607 0 0 0 0 7.964v1.072a.718.718 0 0 0 .38.639l.309.161a2.451 2.451 0 0 0 2.4 2.415h.516a.526.526 0 0 0 .516-.536V7.786a.526.526 0 0 0-.516-.536h-.511A2.356 2.356 0 0 0 1.375 8v-.036A4.212 4.212 0 0 1 5.5 3.679a4.212 4.212 0 0 1 4.125 4.285V8a2.356 2.356 0 0 0-1.719-.75h-.515a.526.526 0 0 0-.516.536v3.929a.526.526 0 0 0 .516.536h.516a2.451 2.451 0 0 0 2.4-2.415l.309-.161A.718.718 0 0 0 11 9.036V7.964A5.607 5.607 0 0 0 5.5 2.25z' transform='translate(0 -2.25)' style='fill:%23fff'/%3E %3C/svg%3E") ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.hContainer:not(.radionas) .audioIcon .duration,
.site_page_root:not(.radionas) .audioIcon .duration {
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}
.font-moses .hContainer:not(.radionas) .audioIcon .duration,
.font-moses .site_page_root:not(.radionas) .audioIcon .duration {
  font-size: 11px;
  font-weight: 500;
}
.laisha .icon,
.menta .icon {
  width: 100%! important;
  height: 100%! important;
}
.laisha .big,
.menta .big {
  width: 60px! important;
  height: 60px! important;
  left: 16px;
  bottom: 16px;
}
.laisha .medium,
.menta .medium {
  width: 40px ! important;
  height: 40px ! important;
  left: 8px;
  bottom: 8px;
}
.laisha .small,
.menta .small {
  width: 30px ! important;
  height: 30px! important;
  left: 4px ! important;
  bottom: 4px ! important;
  position: absolute;
}
.english.videoIcon {
  width: 18px ! important;
  height: 10px ! important;
  margin-left: 4px ! important;
  vertical-align: baseline ! important;
  display: inline-flex ! important;
  transform: scaleX(-1);
  align-items: inherit ! important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 110%;
}
.english.videoIcon.bigger {
  width: 15px ! important;
  height: 12px ! important;
}
.english.videoIcon.red {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23d11e24' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.white {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23ffffff' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.english.videoIcon.blue {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23000066' xml:space='preserve'%3E %3Cpath d='M25.1,10.3H16V8h11.4V5.7H16h-4.6V8v2.3H9.1v4.6H4.6v-2.3H2.3v-2.3H0v4.6v6.9v4.6h2.3V24h2.3v-2.3h4.6v4.6H16h9.1H32v-9.1 v-2.3v-4.6H25.1z M25.1,17.1H16v-2.3h9.1V17.1z'/%3E %3C/svg%3E") ! important;
}
.grid1280,
.big {
  background-color: none;
}
.blazer .big {
  width: 60px ! important;
  height: 60px ! important;
  background-color: rgba(0, 0, 0, 0.5) ! important;
  background-size: 60px 60px ! important;
}
.blazer .big2 {
  width: 50px ! important;
  height: 50px ! important;
  background-color: transparent;
  background-size: 50px 50px ! important;
}
.blazer.medium {
  left: 6px ! important;
  bottom: 6px ! important;
}
.ynetnews .videoIcon.medium,
.vesty .videoIcon.medium {
  left: unset !important;
  right: 10px !important;
}
.ynetnews .videoIcon.small,
.vesty .videoIcon.small {
  left: 12px !important;
  right: unset !important;
}
.ynetnews .videoIcon.big,
.vesty .videoIcon.big {
  left: unset !important;
  right: 18px !important;
}
.grid1280_2 .videoIcon,
.pplus .videoIcon {
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
  background-color: #2e2e2f !important;
  width: auto;
  position: absolute;
  height: auto !important;
}
.grid1280_2 .videoIcon.medium,
.pplus .videoIcon.medium {
  top: unset;
  left: 10px;
  right: unset;
  bottom: 12px;
}
.grid1280_2 .videoIcon.medium .icon,
.pplus .videoIcon.medium .icon {
  width: 14px;
  height: 14px;
}
.grid1280_2 .videoIcon.small,
.pplus .videoIcon.small {
  top: unset;
  left: unset;
  right: 12px;
  bottom: 8px;
}
.grid1280_2 .videoIcon.small .icon,
.pplus .videoIcon.small .icon {
  width: 11px;
  height: 11px;
}
.grid1280_2 .videoIcon.onTextRow,
.pplus .videoIcon.onTextRow {
  position: unset ! important;
}
.grid1280_2 .videoIcon.big,
.pplus .videoIcon.big {
  top: unset;
  left: 18px;
  right: unset;
  bottom: 18px;
}
.grid1280_2 .videoIcon.big .icon,
.pplus .videoIcon.big .icon {
  width: 18px;
  height: 18px;
}
.grid1280_2 .videoIcon .icon,
.pplus .videoIcon .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath d='M40 2c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7 3.134-7 7-7zm-2.2 3.111l-.133 7.778 6.222-3.78-6.09-3.998z' transform='translate(-605 -1113) translate(335 984) translate(237 127)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") ! important;
}
.grid1280_2 .videoIcon .duration,
.pplus .videoIcon .duration {
  margin: auto 5px;
  color: #fff;
  font-size: 12px;
  align-items: center;
}
.radionas.grid1280_2.articleContainer .videoMediaContainer[style] {
  width: 100% !important;
}
.radionas.grid1280_2 .ArticleBodyComponent {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-family: 'Noto Kufi Arabic' !important;
  color: #020E24;
  background: unset;
}
.radionas.grid1280_2 .ArticleBodyComponent *:not(figure *) {
  color: #020E24;
}
.radionas.grid1280_2 .ArticleBodyComponent .originalLaunchDate {
  display: none ! important;
}
.radionas.grid1280_2 .ArticleBodyComponent * {
  font-family: 'Noto Kufi Arabic';
}
.radionas.grid1280_2 .ArticleBodyComponent figure {
  margin: 0 0 30px;
}
.radionas.grid1280_2 .ArticleBodyComponent .text_editor_paragraph,
.radionas.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ol,
.radionas.grid1280_2 .ArticleBodyComponent .public-DraftStyleDefault-ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.radionas.grid1280_2 .ArticleBodyComponent .pHeader {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 9px 0;
}
.radionas.grid1280_2 .ArticleBodyComponent .text_editor_block_quote {
  width: 100%;
  border-color: #B90302;
  padding: 0;
  margin: 0 0 30px 0;
}
.radionas.grid1280_2 .ArticleBodyComponent .text_editor_block_quote div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px 45px;
  font-size: 22px;
  font-weight: 500;
  box-sizing: border-box;
}
.radionas.grid1280_2 .ArticleBodyComponent .VideoComponenta #art_video_credit_id,
.radionas.grid1280_2 .ArticleBodyComponent .VideoLiveComponenta #art_video_credit_id,
.radionas.grid1280_2 .ArticleBodyComponent .VideoComponenta #art_video_caption_id,
.radionas.grid1280_2 .ArticleBodyComponent .VideoLiveComponenta #art_video_caption_id {
  font-size: 16px;
  line-height: 19px;
  color: #B90302;
  font-weight: 500;
  margin-top: 10px;
}
.radionas.grid1280_2 .ArticleBodyComponent .articleYoutubeComponeta {
  width: 100%;
}
.radionas.grid1280_2 .ArticleBodyComponent .articleYoutubeComponeta .caption {
  font-size: 16px;
  line-height: 20px;
  color: #B90302;
  font-weight: 400;
  margin-top: 10px;
}
.radionas.grid1280_2 .ArticleBodyComponent .articleYoutubeComponeta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 10px;
  border-left: none;
}
.radionas.grid1280_2 .ArticleBodyComponent .articleVideoComponenta > div[style],
.radionas.grid1280_2 .ArticleBodyComponent .VideoLiveComponenta > div[style] {
  background: none !important;
}
.radionas.grid1280_2 .ArticleBodyComponent .articleVideoComponenta #player,
.radionas.grid1280_2 .ArticleBodyComponent .VideoLiveComponenta #player {
  border-radius: 10px;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleWrappedImageComponenta .caption,
.radionas.grid1280_2 .ArticleBodyComponent .ArticleWrappedImageComponenta .credit {
  line-height: 1.1;
}
.radionas.grid1280_2 .ArticleBodyComponent .articleYoutubeComponeta {
  margin-bottom: 30px;
}
.radionas.grid1280_2 .ArticleBodyComponent .articleYoutubeComponeta iframe {
  border-radius: 10px;
  border: 0;
}
.radionas.grid1280_2 .ArticleBodyComponent .VideoComponenta,
.radionas.grid1280_2 .ArticleBodyComponent .VideoLiveComponenta {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.radionas.grid1280_2 .ArticleBodyComponent .VideoComponenta .videoInfo,
.radionas.grid1280_2 .ArticleBodyComponent .VideoLiveComponenta .videoInfo {
  margin-bottom: 0;
  min-height: unset;
}
.radionas.grid1280_2 .ArticleBodyComponent .VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.radionas.grid1280_2 .ArticleBodyComponent .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: unset;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta img {
  border-radius: 10px;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.half_wide {
  width: 100%;
  margin: 0;
  float: none;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .gelleryOpener {
  display: block;
  position: relative;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .expand {
  display: none;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand {
  display: flex;
  position: absolute;
  right: 15px;
  bottom: 15px;
  height: 34px;
  width: auto;
  border-radius: 5px;
  background: #B90302;
  padding: 8px 14px 8px 8px;
  font-size: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg {
  width: auto;
  padding: 0 4px;
  height: 18px;
  background: #fff;
  color: #062963;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 2px;
  font-weight: 500;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after,
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg::before {
  content: "";
  position: absolute;
  width: 1px;
  border-radius: 2px;
  background: #fff;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:after {
  height: 15px;
  right: -2px;
  top: 1px;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.firstImageInArticleBody .galleryCounterExpand .numOfImg:before {
  height: 11px;
  right: -4px;
  top: 3px;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 100%;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  line-height: 19px;
  margin-top: 16px;
  margin-bottom: 30px;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails * {
  font-family: 'Noto Kufi Arabic' !important;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption,
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCredit {
  font-size: 16px;
  line-height: 20px;
  color: #B90302;
  font-weight: 400;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: #B90302;
  border-radius: 50%;
  box-shadow: none;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  cursor: pointer;
}
.radionas.grid1280_2 .ArticleBodyComponent .ArticleImageComponenta .expand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23FFF' stroke-width='1.5'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) translate(9 9)'/%3E %3C/g%3E %3Cg%3E %3Cpath d='M2.5 0.5L6.5 4.5 2.5 8.5' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5) scale(1 -1) rotate(-45 -6.364 0)'/%3E %3Cpath stroke-linecap='square' d='M5 5L1 1' transform='translate(-331 -1396) translate(323 1388) translate(9 9) rotate(-180 4.5 4.5)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleBodyComponent {
  direction: rtl;
  background-color: white;
  font-family: arial !important;
  font-size: 14px;
}
.ArticleBodyComponent .DraftEditor-editorContainer {
  z-index: auto;
}
.ArticleBodyComponent .pHeader {
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
}
.mynet .ArticleBodyComponent .pHeader {
  color: #192862;
}
.ArticleBodyComponent .text_editor_paragraph {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0 0 16px 0;
  letter-spacing: initial;
}
.ArticleBodyComponent .text_editor_paragraph.rtl > * {
  direction: rtl;
  text-align: right;
}
.ArticleBodyComponent .text_editor_paragraph.ltr > * {
  direction: ltr;
  text-align: left;
}
.ArticleBodyComponent .text_editor_indent {
  display: block;
  margin-right: 50px;
}
.ArticleBodyComponent .text_editor_indent.ltr {
  margin-right: initial !important;
  margin-left: 50px !important;
}
.calcalist .ArticleBodyComponent {
  font-family: 'Open Sans Hebrew' !important;
}
.ArticleBodyComponent h1 {
  color: #192862;
  font-size: 16px;
  margin-top: 0px;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.ArticleBodyComponent ol {
  display: block;
  list-style-type: decimal;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.ArticleBodyComponent ul {
  display: block;
  padding-right: 32px;
  margin: 0 0 10px 0;
}
.mynet .ArticleBodyComponent li {
  margin-bottom: 5px;
}
.ArticleBodyComponent a:visited {
  color: #00f;
}
.ArticleBodyComponent a:hover {
  color: #f00;
}
.ArticleBodyComponent p {
  margin: 0 0 13px 0;
}
.magazine_template .ArticleBodyComponent .VideoComponenta {
  display: flex;
  width: 100%;
}
.ArticleBodyComponent .VideoComponenta .BlankContainer {
  display: block !important;
}
.magazine_template .ArticleBodyComponent .VideoComponenta .articleVideoComponenta {
  width: 100%;
}
.ArticleBodyComponent .originalLaunchDate {
  clear: both;
}
.ArticleBodyComponent .coAuthors {
  margin: 13px 0;
}
.ArticleBodyComponent .articleBodyInreadWrapper,
.ArticleBodyComponent .articleBodyInread {
  min-height: 250px;
  min-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
figure {
  margin: 10px 0 0 0;
  display: inline;
}
blockquote.text_editor_block_quote {
  display: block;
  width: 33%;
  clear: both;
  padding: 5px 10px 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: none;
  margin: 0;
}
.SiteArticleSocialBottomShare1280 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280 {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%233a559f%7D %3C/style%3E %3C/defs%3E %3Cpath id='facebook' d='M635.718 77.333a20 20 0 1 0 20 20 20 20 0 0 0-20-20zm5.92 11.767h-2.8c-.987 0-1.193.4-1.193 1.425v2.467h3.988l-.384 4.33h-3.6v12.934h-5.165V97.375H629.8v-4.384h2.686v-3.453c0-3.241 1.733-4.933 5.576-4.933h3.577V89.1z' class='cls-1' transform='translate(-615.718 -77.333)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23636363%7D %3C/style%3E %3C/defs%3E %3Cpath id='email' d='M12066 40a20 20 0 0 1-14.141-34.142 20 20 0 0 1 28.283 28.284A19.864 19.864 0 0 1 12066 40zm-3.628-18.218l-5.747 5.769a1.726 1.726 0 0 0 1.164.449h16.7a1.718 1.718 0 0 0 1.161-.449l-5.745-5.769a7.49 7.49 0 0 1-.18.131l-.072.052a31.254 31.254 0 0 1-1.191.848 6.546 6.546 0 0 1-1.07.543 3.188 3.188 0 0 1-1.245.279h-.023a3.257 3.257 0 0 1-1.244-.276 6.526 6.526 0 0 1-1.068-.546 26.942 26.942 0 0 1-1.047-.743 16.93 16.93 0 0 0-.4-.288zm13.906-4.62a6.42 6.42 0 0 1-1.13.989 351.11 351.11 0 0 0-3.928 2.7l5.058 5.084v-8.773zm-20.276 0v8.775l5.063-5.084a357.208 357.208 0 0 0-3.922-2.7 6.11 6.11 0 0 1-1.141-.989zm1.725-5.161a1.613 1.613 0 0 0-1.256.594 2.294 2.294 0 0 0-.469 1.477 2.646 2.646 0 0 0 .623 1.55 5.57 5.57 0 0 0 1.322 1.313c.217.153.951.667 2.32 1.617l.154.108c.6.414 1.172.815 1.669 1.166s.862.6 1.144.8c.031.021.078.056.133.1l.036.026.117.085.2.139c.276.2.464.337.609.434s.325.211.589.367a3.37 3.37 0 0 0 .648.309 1.8 1.8 0 0 0 .567.1h.021a1.8 1.8 0 0 0 .568-.1 3.4 3.4 0 0 0 .648-.309c.266-.156.445-.269.588-.367.175-.116.4-.277.615-.434l.072-.054.065-.047c.065-.047.122-.089.175-.124l.067-.05.1-.071.045-.032.266-.184q.331-.232.836-.582l4.148-2.894a5.35 5.35 0 0 0 1.38-1.4 2.961 2.961 0 0 0 .555-1.714 1.827 1.827 0 0 0-1.8-1.82h-16.666z' class='cls-1' transform='translate(-12046.001)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='39.999' viewBox='0 0 40 39.999'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23128c7e%7D %3C/style%3E %3C/defs%3E %3Cpath id='whatsapp' d='M10676 40a20 20 0 0 1-14.142-34.141 20 20 0 1 1 28.285 28.283A19.871 19.871 0 0 1 10676 40zm-5.5-11.653a9.886 9.886 0 0 0 5.485 1.653h.015a10 10 0 0 0 0-20 10.01 10.01 0 0 0-10 10 9.864 9.864 0 0 0 1.9 5.86l-1.246 3.715 3.844-1.229zm8.785-2.747a8.528 8.528 0 0 1-2.932-.82 11.872 11.872 0 0 1-4.914-4.3l-.021-.032a2.214 2.214 0 0 0-.043-.061l-.018-.023a5.567 5.567 0 0 1-1.169-2.994 3.187 3.187 0 0 1 1-2.407l.024-.025a1.445 1.445 0 0 1 1.022-.36c.076 0 .149 0 .22.006h.107c.3.014.445.039.637.494l.211.509.091.222c.253.613.548 1.33.6 1.433a.6.6 0 0 1 .042.542 1.567 1.567 0 0 1-.3.428l-.026.031-.173.189a4.639 4.639 0 0 0-.264.295l-.009.011a.467.467 0 0 0-.109.611 8.825 8.825 0 0 0 1.625 2.016 7.328 7.328 0 0 0 2.253 1.408l.043.017.048.02a.737.737 0 0 0 .288.06.569.569 0 0 0 .418-.17 9.716 9.716 0 0 0 .657-.864v-.006l.12-.167a.559.559 0 0 1 .465-.268.716.716 0 0 1 .251.05c.265.092 1.641.771 2 .948l.161.08h.009c.2.1.331.16.389.257a2.532 2.532 0 0 1-.172 1.388 2.838 2.838 0 0 1-1.963 1.412 2.6 2.6 0 0 1-.566.07z' class='cls-1' transform='translate(-10656)'/%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1,.cls-3%7Bfill:%23c4c4c4%7D.cls-2%7Bfill:%23fff%7D.cls-3%7Bstroke:%23fff;stroke-width:2px%7D.cls-4%7Bstroke:none%7D.cls-5%7Bfill:none%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_639' data-name='Group 639' transform='translate(-1527 -1225)'%3E %3Ccircle id='Ellipse_24' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 24' transform='translate(1527 1225)'/%3E %3Crect id='Rectangle_483' width='21.333' height='10.666' class='cls-2' data-name='Rectangle 483' rx='1' transform='translate(1536.333 1239.666)'/%3E %3Cg id='Rectangle_485' class='cls-3' data-name='Rectangle 485' transform='translate(1539 1245)'%3E %3Crect width='16' height='10.666' class='cls-4' rx='1'/%3E %3Cpath d='M1 1h14v8.666H1z' class='cls-5'/%3E %3C/g%3E %3Cpath id='Rectangle_484' d='M0 0h13.333v2.667H0z' class='cls-2' data-name='Rectangle 484' transform='translate(1540.333 1235.666)'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .iconsWrapper .shareIcon1280.tb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%2325262b%7D.cls-2%7Bfill:%23fff%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_640' data-name='Group 640' transform='translate(-1413 -1237)'%3E %3Ccircle id='Ellipse_28' cx='20' cy='20' r='20' class='cls-1' data-name='Ellipse 28' transform='translate(1413 1237)'/%3E %3Cg id='comment-black-oval-bubble-shape' transform='translate(1423 1212.493)'%3E %3Cpath id='Path_25' d='M19.063 40.138a9.242 9.242 0 0 0-3.717-2.656 13.253 13.253 0 0 0-5.13-.975 13.557 13.557 0 0 0-3.968.576 11.1 11.1 0 0 0-3.261 1.556A7.777 7.777 0 0 0 .81 40.97 5.43 5.43 0 0 0 0 43.8 5.532 5.532 0 0 0 1.032 47a8.371 8.371 0 0 0 2.822 2.508 7.246 7.246 0 0 1-.3.866q-.171.41-.308.673a4.632 4.632 0 0 1-.371.581q-.234.319-.353.45l-.393.433q-.273.3-.353.394a.8.8 0 0 0-.091.1l-.08.1-.068.1q-.057.086-.051.108a.3.3 0 0 1-.023.114.151.151 0 0 0 .006.137v.011a.573.573 0 0 0 .2.331.447.447 0 0 0 .348.1 8.56 8.56 0 0 0 1.3-.251 12.461 12.461 0 0 0 5.244-2.759 15.6 15.6 0 0 0 1.653.091 13.249 13.249 0 0 0 5.13-.975 9.24 9.24 0 0 0 3.717-2.656 5.594 5.594 0 0 0 0-7.33z' class='cls-2' data-name='Path 25'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #000066;
  cursor: pointer;
  text-decoration: none;
  border: 0;
}
.SiteArticleSocialBottomShare1280 .contactWrapper .icon {
  width: 12.7px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23ffffff%7D %3C/style%3E %3C/defs%3E %3Cg id='close-envelope' transform='translate(0 -2)'%3E %3Cg id='Group_194' data-name='Group 194'%3E %3Cpath id='Path_37' d='M7 9L5.268 7.484.316 11.729a1.014 1.014 0 0 0 .691.271h11.986a1.006 1.006 0 0 0 .688-.271L8.732 7.484z' class='cls-1' data-name='Path 37'/%3E %3Cpath id='Path_38' d='M13.684 2.271A1.007 1.007 0 0 0 12.993 2H1.007a1 1 0 0 0-.689.273L7 8z' class='cls-1' data-name='Path 38'/%3E %3Cpath id='Path_39' d='M0 2.878v8.308l4.833-4.107z' class='cls-1' data-name='Path 39'/%3E %3Cpath id='Path_40' d='M9.167 7.079L14 11.186V2.875z' class='cls-1' data-name='Path 40'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteArticleSocialBottomShare1280 .contactWrapper .label {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  flex-shrink: 0;
}
.ArticleBottomShareComponent {
  padding-top: 5px;
  border-top: 1px dotted #6281AF;
  clear: both;
}
.ArticleBottomShareComponent.englishSite {
  border-top: 1px dotted #6281AF;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBottomShareComponent.englishSite {
    display: none ! important;
  }
}
.ArticleBottomShareComponent.englishSite ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ArticleBottomShareComponent.englishSite button {
  flex-direction: row-reverse;
}
.ArticleBottomShareComponent.englishSite .articleShareButton {
  order: 0;
  margin-right: 5px ! important;
  margin-left: 0 ! important;
}
.ArticleBottomShareComponent.englishSite .fc,
.ArticleBottomShareComponent.englishSite .tw,
.ArticleBottomShareComponent.englishSite .gl {
  order: 1;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_facebook {
  order: 2;
}
.ArticleBottomShareComponent.englishSite .ArticleBottomShareComponent_twitter {
  order: 1;
}
.ArticleBottomShareComponent.englishSite li {
  order: 0;
}
.ArticleBottomShareComponent ul {
  font-size: 12px;
  font-family: arial;
  color: #6281af;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.ArticleBottomShareComponent ul li {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font: normal 12px/26px arial;
  overflow: hidden;
}
.ArticleBottomShareComponent ul li :hover {
  color: #ff0000;
}
.ArticleBottomShareComponent ul li .articleShareButton {
  margin: 5px 0 0px 4px !important;
}
.ArticleBottomShareComponent ul li .fc,
.ArticleBottomShareComponent ul li .tw {
  float: right;
}
.ArticleBottomShareComponent ul li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  color: #6281af;
}
.ArticleBottomShareComponent .ArticleSideShareComponent_gift {
  color: #ff0000;
}
.SiteArticleComments {
  display: flex;
  flex-direction: column;
  background: transparent;
  font-family: arial;
  direction: rtl;
  clear: both;
}
.SiteArticleComments.englishSite {
  direction: ltr ! important;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteArticleComments.englishSite {
    padding: 0 10px 55px 0;
  }
}
@media (max-width: 340px) {
  .SiteArticleComments.englishSite .tabTextWraper {
    font-size: 13px ! important;
  }
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn .tabTextWraper {
  font-size: 14px;
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn .tabTextWraper span {
  margin: auto 0;
  float: right;
}
.SiteArticleComments.englishSite .tab .expandAllCommentsBtn::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: unset;
  left: -5px;
}
.SiteArticleComments.englishSite .textBubleIcon {
  margin-left: 0;
  margin-right: 5px;
}
.SiteArticleComments.englishSite .previewBtnIcon {
  margin-right: 5px ! important;
  margin-left: 0px ! important;
}
.SiteArticleComments.englishSite .newCommentBtn {
  padding: 0 7px;
  width: auto ! important;
}
.SiteArticleComments.englishSite .closeBtnWrapper {
  direction: ltr;
  color: #5074A8;
}
.SiteArticleComments.englishSite .sendBtn {
  width: auto ! important;
  padding: 0 7px ! important;
}
.SiteArticleComments.englishSite .sendBtn .textDoubleBubleIcon {
  margin-left: 0;
  margin-right: 5px;
}
.SiteArticleComments .showMoreCommentsButton,
.SiteArticleComments .closeCommentsButton {
  cursor: pointer;
  margin-top: 40px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 35px;
  border-radius: 2px;
  background-color: #000066;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.32px;
  color: #fff;
}
.font-moses .SiteArticleComments .showMoreCommentsButton,
.font-moses .SiteArticleComments .closeCommentsButton {
  font-weight: 670;
  background-color: #de1a1a;
}
.SiteArticleComments .CommentsBox {
  display: flex;
  margin: 10.625vw auto;
  justify-content: center;
  text-align: center;
}
.SiteArticleComments .showMoreCommentsButton:hover,
.SiteArticleComments .closeCommentsButton:hover {
  box-shadow: 0px 0px 5px #1f1919;
}
.ynet.grid1280 .SiteArticleComments * {
  font-family: 'Open Sans Hebrew';
}
.ynet.grid1280 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280 .SiteArticleComments .closeCommentsButton {
  width: 280px;
  height: 40px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px !important;
}
.ynet.grid1280_2 .SiteArticleComments,
.pplus .SiteArticleComments,
.ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'NarkisBlock';
}
.font-moses .ynet.grid1280_2 .SiteArticleComments,
.font-moses .pplus .SiteArticleComments,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments {
  font-family: 'Moses', 'NarkisBlock' ! important;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer,
.pplus .SiteArticleComments .commentsContainer,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.ynet.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1,
.pplus .SiteArticleComments .commentsContainer > div:first-child .level1,
.ynetnews.grid1280_2 .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.pplus .SiteArticleComments .showMoreCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.pplus .SiteArticleComments .closeCommentsButton,
.ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px !important;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(113deg, #474cdd, #1417ac 36%);
  box-shadow: none;
  height: 40px;
  position: relative;
  width: 184px !important;
}
.font-moses .ynet.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .pplus .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .showMoreCommentsButton,
.font-moses .ynet.grid1280_2 .SiteArticleComments .closeCommentsButton,
.font-moses .pplus .SiteArticleComments .closeCommentsButton,
.font-moses .ynetnews.grid1280_2 .SiteArticleComments .closeCommentsButton {
  font-size: 16px;
  line-height: 16px;
  font-weight: 670;
  background-color: #ed1c24;
  background-image: none;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer {
  border-bottom: 1px solid #dadadd;
}
.magazine2025.ynet .SiteArticleComments .commentsContainer > div:first-child .level1 {
  border-top: none;
}
.magazine2025.ynet .SiteArticleComments .showMoreCommentsButton,
.magazine2025.ynet .SiteArticleComments .closeCommentsButton {
  background-color: #A10000;
  width: 280px;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'EzerShemesh';
  background-image: none;
  color: #fff;
  height: 40px;
  margin-top: 25px !important;
}
.spotimWrapper.popUp {
  position: fixed;
  left: -500px;
  width: 484px;
  top: 0;
  background: #fff;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.18);
  height: 100%;
  z-index: 999999999999;
  overflow-y: auto;
  padding: 25px;
  box-sizing: border-box;
}
.spotimWrapper.popUp.isOpened {
  transition: left 0.4s;
  left: 0;
}
.spotimWrapper.popUp.isClosed {
  transition: left 0.4s;
  left: -500px;
}
.spotimWrapper.popUp .closePopUp {
  position: sticky;
  top: -25px;
  float: inline-end;
  width: 100%;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.333' height='25.333' viewBox='0 0 25.333 25.333'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23000%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_228' data-name='Group 228' transform='translate(-570.469 -18.969)'%3E %3Cpath id='Union_1' d='M22.249 24.8l-9.582-9.582L3.084 24.8a1.807 1.807 0 0 1-2.555-2.551l9.582-9.582L.529 3.084A1.807 1.807 0 0 1 3.084.529l9.582 9.582L22.249.529A1.807 1.807 0 0 1 24.8 3.084l-9.582 9.582 9.582 9.583a1.807 1.807 0 1 1-2.551 2.551z' class='cls-1' data-name='Union 1' transform='translate(570.469 18.969)'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 12px auto;
  background-position: left 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 100 ;
}
.AddCommentForm.ynetRegular {
  background-color: #ECEFF4;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer {
  margin-top: 3px;
  background-color: #ECEFF4;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper {
  display: flex;
  justify-content: space-between;
  color: #5074A8;
  margin-bottom: 14px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .formTitle {
  font-size: 14px;
  font-weight: bold;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper {
  font-size: 12px;
  direction: rtl;
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .topTitleWrapper .closeBtnWrapper .closeIcon {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -33px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .userDetailsInputs .userDetailsInput {
  background: #fff;
  display: inline-block;
  flex-basis: 46%;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .title {
  background-color: #F8F8EC;
  display: inline-block;
  height: 25px;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .commentInputs .comment {
  background-color: #F8F8EC;
  display: inline-block;
  padding: 4px 5px;
  margin-bottom: 12px;
  border: 1px solid #BFCDE3;
  font-family: Arial;
  font-size: 13px;
  height: 100px;
  margin-bottom: 8px;
  padding: 5px;
  overflow: auto;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel {
  display: flex;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow:last-child {
  padding-top: 5px;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow {
  display: flex;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService {
  line-height: 16px;
  font-size: 12px;
  flex: 3;
  color: #636363;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .termsOfService a {
  text-decoration: underline;
  color: #5074A8;
  font-weight: bolder;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnText {
  line-height: normal;
  color: #5074A8;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .previewBtn .previewBtnIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -19px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn {
  border: 0px;
  background-color: #3D5DA6;
  color: #fff;
  padding: 0 7px;
  height: 21px;
  width: 85px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .AddCommentFormContainer .bottomPanel .bottomPanelRow .sendBtn .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr {
  background-color: #ECEFF4;
  padding: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage {
  border: 1px solid #9fa4a7;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: -10px;
  width: 434px;
  z-index: 3;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage > * {
  font-size: 14px ! important;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel {
  flex-direction: row;
  justify-content: flex-end;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr.alertMessage .bottomPanel .closeText {
  margin: 0 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .alertText {
  color: #D8110E;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .successfullySentText {
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.he {
  display: block;
  width: 102px;
  height: 44px;
  direction: ltr;
  overflow: hidden;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -123px;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.ru {
  width: 139px;
  height: 40px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu_vesti.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.en {
  width: 96px;
  height: 48px;
  background: transparent url(/Common/images/ynetnewsresp/logo-menu.png);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .siteLogo.es {
  width: 103px;
  height: 48px;
  background: transparent url(/picserver/ynetespanol/wcm_upload/2019/07/16/rkf00JMjbB/espnyol_logo_new.jpg);
  direction: ltr;
  background-size: contain;
}
.AddCommentForm.ynetRegular .commentSentMessageWrapepr .bottomPanel .closeText {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  text-decoration: underline;
  color: black;
  font-weight: bold;
  font-size: 12px;
  background: transparent;
  border: 0;
}
.AddCommentForm.ynetRegular .PreviewComment {
  position: absolute;
  right: 0px;
  top: 137px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper {
  margin: 4px;
  border: 1px solid #9fa4a7;
  background: #ECEFF4;
  padding: 10px;
  display: flex;
  height: 130px;
  flex-direction: column;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewTitle {
  font-size: 13px;
  color: #000;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .authorDetails {
  direction: ltr;
  text-align: right;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .previewCommentContent {
  white-space: pre-wrap;
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel {
  display: flex;
  justify-content: space-between;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .closeBtn {
  cursor: pointer;
  align-self: flex-end;
  text-decoration: underline;
  font-weight: bold;
  color: #5074A8;
  font-size: 11px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .like {
  display: inline-block;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .dislike {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .bottomVoteButtons .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.AddCommentForm.ynetRegular .PreviewComment .previewContentWrapper .bottomPanel .close {
  color: red;
}
.ArticleComment {
  padding: 3px 10px 4px 10px;
  position: relative;
}
.ArticleComment .topView {
  cursor: pointer;
}
.ArticleComment .topView .commentTitle {
  font-size: 13px;
  color: #000;
}
.ArticleComment .topView .commentTitle .arrowDown {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -113px !important;
}
.ArticleComment .topView .commentTitle .level2Arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 4px 15px 0 4px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -13px -113px;
}
.ArticleComment .topView .redTitleText {
  color: #9b1a1f;
  font-weight: bold;
}
.ArticleComment .topView .authorDetails {
  padding-right: 16px;
  margin-top: 2px;
  color: #8E8E8E;
  font-size: 12px;
  display: flex;
}
.ArticleComment .topView .authorDetails span {
  margin-left: 2px;
}
.ArticleComment .expandedView {
  padding-bottom: 10px;
}
.ArticleComment .expandedView .commentText {
  padding: 14px 15px;
  line-height: 17px;
  background-color: white;
  border-top: 1px solid #DEDFE1;
  border-left: 1px solid #DEDFE1;
  overflow: hidden;
}
.ArticleComment .expandedView .spacer {
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.ArticleComment .expandedView .bottomButtonsWrapper {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button {
  padding: 0 7px;
  height: 21.6px;
  line-height: 21px;
  border: 0px;
  color: #fff;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper button[disabled] {
  opacity: 0.1;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn {
  background: #D8110E;
  margin-left: 9px;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent {
  background: #3D5DA6;
  font-size: 12px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .newCommentButtonsWrapper .commentToComent .textDoubleBubleIcon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: -1px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -153px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper {
  display: flex;
  width: 88px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .like {
  display: inline-block;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 24px;
  height: 21px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -69px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .dislike {
  display: inline-block;
  width: 24px;
  padding: 0;
  border: 0;
  cursor: pointer;
  height: 21px;
  margin-left: -2px;
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -96px -36px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .btnWithOpacity {
  opacity: 0.1;
  pointer-events: none;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesCounter {
  display: inline-block;
  zoom: 1;
  width: 44px;
  height: 21px;
  padding: 0;
  border: 0;
  padding-right: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
  direction: ltr;
  font-size: 85%;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesPositive {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -89px;
}
.ArticleComment .expandedView .bottomButtonsWrapper .voteButtonsWrapper .likesNegative {
  background: transparent url(//www.ynet.co.il/PicServer4/2016/11/13/sprites/article_v14.png) -3px -65px;
}
.ArticleComment.expanded {
  background-color: #ECEFF4;
  margin-bottom: 8px;
  padding-top: 9px;
}
.ArticleCommentsTopTabYnetUi .tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  margin-bottom: 15px;
  background: #000066;
  width: 100%;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1px;
  padding: 0px 10px;
}
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.es,
.ArticleCommentsTopTabYnetUi .tab .tabTextWraper.en {
  display: flex;
  flex-direction: row-reverse;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn {
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  background: transparent;
  border: 0;
  position: relative;
}
.ArticleCommentsTopTabYnetUi .tab .expandAllCommentsBtn::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  right: -5px;
  vertical-align: middle;
  top: 1px;
  content: "";
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  height: 10px;
  width: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 21.6px;
  line-height: 21px;
  margin-bottom: 13px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn {
  border: 0px;
  background: #D8110E;
  color: #fff;
  width: 90px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn[disabled] {
  opacity: 0.1;
}
.ArticleCommentsTopTabYnetUi .topPanel .newCommentBtn .textBubleIcon {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -168px -36px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .sortSelect {
  height: 21px;
  width: 130px;
  border: 1px solid #BFCDE3;
  padding-left: 5px;
  font-size: 12px;
}
.ArticleCommentsTopTabYnetUi .topPanel .sortOptions .selectLabel {
  color: #5E5E5E;
  margin-left: 10px;
  font-size: 80%;
  font-weight: bold;
}
.ArticleFacebookComments iframe {
  width: 100% ! important;
}
.radionas .ArticleHeaderComponent1280 {
  direction: rtl;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 2px 0 0 0;
}
.radionas .ArticleHeaderComponent1280 .marketingCredit {
  color: #062963;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  display: inline-flex;
  height: 40px;
  font-weight: 400;
}
.radionas .ArticleHeaderComponent1280 a.marketingCredit {
  color: #062963;
}
.radionas .ArticleHeaderComponent1280 a.marketingCredit:hover {
  color: #062963;
}
.radionas .ArticleHeaderComponent1280 .withAvatar > span:not(.date) {
  bottom: 6px ! important;
  top: 0px ! important;
}
.radionas .ArticleHeaderComponent1280 .withAvatar .authoranddate {
  align-items: flex-start;
}
.radionas .ArticleHeaderComponent1280 .withAvatar .authoranddate .authors {
  max-width: unset;
  align-self: center;
}
.radionas .ArticleHeaderComponent1280 .authoranddate {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: nowrap;
}
.radionas .ArticleHeaderComponent1280 .authoranddate .authors {
  margin-left: 8px;
  max-width: unset;
}
.radionas .ArticleHeaderComponent1280 .infoSeparator {
  margin: auto 6px;
  font-size: 16px;
  color: #062963;
}
.radionas .ArticleHeaderComponent1280 .authorAvatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 8px;
  display: block !important;
}
.radionas .ArticleHeaderComponent1280 .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.radionas .ArticleHeaderComponent1280 .printView > span,
.radionas .ArticleHeaderComponent1280 .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.radionas .ArticleHeaderComponent1280 .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
  color: #020E24;
  font-family: 'Noto Kufi Arabic' !important;
}
.radionas .ArticleHeaderComponent1280 .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  height: auto !important;
  width: 100%;
  color: #020E24;
  font-family: 'Noto Kufi Arabic' !important;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  flex-wrap: nowrap;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer.marketingArt .date {
  align-items: center;
  display: inline-flex;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer .authors {
  color: #062963;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 6px;
  max-width: unset;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer .date {
  color: #062963;
  line-height: 20px;
  font-size: 16px;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer .date .publishedLabel {
  margin-left: 5px;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer > span:not(.date) {
  display: flex;
  position: absolute;
  left: 0;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer .SiteArticleSocialShareNew1280 {
  display: none;
}
.radionas .ArticleHeaderComponent1280 .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ynet.grid1280 .ArticleHeaderComponent {
  border-bottom: none;
}
.ynet.grid1280 .ArticleHeaderComponent * {
  font-family: 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  font: bold 42px/52px 'Open Sans Hebrew' ! important;
}
.ynet.grid1280 .ArticleHeaderComponent .subTitleWrapper .subTitle {
  font: normal 24px/32px 'Open Sans Hebrew' ! important;
  color: #000000;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer {
  margin-top: 25px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authoranddate {
  flex-grow: 1;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .date,
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  font-size: 16px;
  line-height: 18px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer .authors {
  max-width: 400px;
}
.ynet.grid1280 .ArticleHeaderComponent .authorAndDateContainer > span {
  bottom: 0;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 {
  align-items: center;
  height: 44px;
  width: 230px;
}
.ynet.grid1280 .ArticleHeaderComponent .SiteArticleSocialShare1280 .shareIcon1280 {
  width: 30px;
  height: 30px;
}
.ArticleHeaderComponent {
  background-color: white;
  direction: rtl;
  border-bottom: 1px dashed #bcbcbc;
  padding: 2px 0 0 0;
  display: flex;
  flex-direction: column;
}
.ArticleHeaderComponent .marketingCredit {
  color: #3d59a2;
  text-decoration: none;
  font-size: 14px;
  padding-top: 10px;
}
.ArticleHeaderComponent .withAvatar > span {
  bottom: 6px ! important;
  top: 0px ! important;
}
.ArticleHeaderComponent .withAvatar .authoranddate {
  align-items: center;
}
.ArticleHeaderComponent .authoranddate {
  display: flex;
  align-items: flex-start;
}
.ArticleHeaderComponent .authoranddate .authors {
  max-width: 240px;
}
.ArticleHeaderComponent .authorAvatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  display: block !important;
}
.ArticleHeaderComponent .printView {
  background: #000;
  color: #fff ! important;
  line-height: 14px !important;
  padding: 4px 8px;
  border-left: 5px solid #ed1c24;
}
.ArticleHeaderComponent .printView > span,
.ArticleHeaderComponent .printView a {
  color: #fff ! important;
  text-decoration: none ! important;
}
.ArticleHeaderComponent .ArticleHeaderShareMobileComponent {
  display: none ! important;
}
.ArticleHeaderComponent .headerImageForMobileWrapper {
  display: none;
}
.ArticleHeaderComponent .headerImageForMobile {
  display: none;
}
.ArticleHeaderComponent.englishSite {
  direction: ltr ! important;
}
.ArticleHeaderComponent.englishSite .authoranddate {
  display: unset !important;
  align-items: unset !important;
  flex-grow: 1;
  width: calc(100% - 100px);
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
  left: inherit ! important;
  right: 0 ! important;
  display: flex;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .fb {
  order: 1;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .tw {
  order: 0;
}
.ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent .mailto {
  order: 2;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeaderComponent.englishSite {
    width: 100%;
    margin: 0 0 70px 0;
    font-family: Arimo ! important;
  }
  .ArticleHeaderComponent.englishSite .ArticleHeaderShareMobileComponent {
    display: block ! important;
  }
  .ArticleHeaderComponent.englishSite .ArticleHeaderShareComponent {
    display: none ! important;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper {
    position: relative;
    display: initial;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper .headerImageForMobile {
    display: block ! important;
    padding: 10px 0;
  }
  .ArticleHeaderComponent.englishSite .headerImageForMobileWrapper .headerImageForMobileLabel {
    position: absolute;
    font-size: 14px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3px 10px 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    font-family: Arial !important;
  }
  .ArticleHeaderComponent.englishSite .mainTitleWrapper {
    margin-top: 15px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer {
    margin-top: 3px;
    padding-bottom: 0px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authoranddate {
    margin-bottom: 10px ! important;
    flex-grow: 1;
    align-items: center;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date {
    font-size: 12px;
    line-height: 12px;
    margin-right: 0px ! important;
    vertical-align: -3px;
    margin-bottom: 0px;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors a,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date a {
    text-decoration: none;
    color: inherit ! important;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors a:hover,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date a:hover {
    text-decoration: underline;
  }
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .authors .publishedLabel,
  .ArticleHeaderComponent.englishSite .authorAndDateContainer .date .publishedLabel {
    margin-left: 0 ! important;
  }
}
.ArticleHeaderComponent .mainTitleWrapper .mainTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  width: 100%;
  height: auto !important;
  font: bold 26px/28px arial;
}
.ArticleHeaderComponent .subTitleWrapper {
  margin-top: 14px;
}
.ArticleHeaderComponent .subTitleWrapper .subTitle {
  margin: 0;
  padding: 0;
  resize: none;
  border: 0px;
  font: bold 16px/18px arial;
  color: #666666;
  height: auto !important;
  width: 100%;
}
.ArticleHeaderComponent .authorAndDateContainer {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  padding-bottom: 6px;
  position: relative;
  flex-wrap: wrap;
}
.ArticleHeaderComponent .authorAndDateContainer .authors {
  color: #8a8a8a;
  font: bold 14px/20px arial;
  margin-left: 13px;
}
.ArticleHeaderComponent .authorAndDateContainer .authors a {
  text-decoration: none;
  color: inherit ! important;
}
.ArticleHeaderComponent .authorAndDateContainer .authors a:hover {
  text-decoration: underline;
}
.ArticleHeaderComponent .authorAndDateContainer .date {
  color: #8c8c8c;
  line-height: 20px;
  font-size: 14px;
}
.ArticleHeaderComponent .authorAndDateContainer .date .publishedLabel {
  margin-left: 5px;
}
.ArticleHeaderComponent .authorAndDateContainer > span {
  display: flex;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeaderComponent .authorAndDateContainer > span {
    bottom: -60px;
    width: 100%;
    justify-content: center;
    height: 50px;
  }
}
.ArticleHeaderComponent .authorAndDateContainer .ArticleHeaderShareComponent button {
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ArticleHeaderComponent .authorAndDateContainer .ArticleHeaderShareMobileComponent button {
  margin: 0 10px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.article-hot-updates {
  height: auto;
  width: 412px;
  float: right;
  margin: 0px 0px 20px 20px;
}
.article-hot-updates .hot-update-header {
  width: 100%;
  padding: 10px 0;
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  font-family: "NarkisBlock";
  display: flex;
  align-items: center;
}
.article-hot-updates .hot-update-header .hot-update-event-title .small-clock-pf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' viewBox='-1 -1 26 25'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:none;stroke:%23fff;stroke-width:2px%7D %3C/style%3E %3C/defs%3E %3Cg id='clock' transform='translate(-565 -429)'%3E %3Cg id='Ellipse_1' class='cls-1' transform='translate(565 429)'%3E %3Cellipse cx='12' cy='11.5' rx='12' ry='11.5'/%3E %3Cellipse cx='12' cy='11.5' fill='none' rx='11' ry='10.5'/%3E %3C/g%3E %3Cpath id='Path_1' d='M0-.375v6.4' class='cls-1' transform='translate(576.768 435.225)'/%3E %3Cpath id='Path_2' d='M0 4.013L6.688.23V0' class='cls-1' transform='translate(570.08 440.702)'/%3E %3C/g%3E %3C/svg%3E");
  width: 16px;
  height: 15px;
  margin-right: 19px;
  margin-left: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
}
.article-hot-updates .hot-update-item-container {
  background-color: #fafdfd;
  padding-top: 15px;
  padding-bottom: 1px;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 4px 0 rgba(218, 218, 221, 0.4);
}
.article-hot-updates .hot-update-item-container .border-line {
  position: absolute;
  height: 86%;
  right: 7.5%;
  border-right: 1px solid #c1c1c1;
  z-index: -1;
  -webkit-animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf {
  width: 100%;
  padding: 9px 20px 9px 20px;
  box-sizing: border-box;
  -webkit-animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a {
  text-decoration: none;
  color: inherit;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-circle-pf {
  background: #000000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: 25px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-time {
  font-size: 18px;
  line-height: 24px;
  font-family: "NarkisBlock";
  color: #000000;
  font-weight: 600;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .item-title {
  font-size: 18px;
  line-height: 24px;
  color: #1b1b1b;
  overflow: hidden;
  font-family: "NarkisBlock";
  max-height: 50px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf a .space-pf {
  margin: 0px 3px 0 0;
  border-right: 1px solid #000000;
  padding-right: 29px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now {
  -webkit-animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
  animation: shadow-drop-center 1.7s cubic-bezier(0.215, 0.61, 0.355, 1) infinite both;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.89' height='14.891' viewBox='0 0 14.89 14.891'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:%23f60c13;stroke:%23f60c13;stroke-width:.5px%7D %3C/style%3E %3C/defs%3E %3Cg id='Group_2038' transform='translate(-263.583 -264.928)'%3E %3Cpath id='Path_39' d='M271.028 265.178a7.2 7.2 0 1 0 7.2 7.2 7.2 7.2 0 0 0-7.2-7.2zm0 13.7a6.508 6.508 0 1 1 6.508-6.508 6.516 6.516 0 0 1-6.508 6.511z' class='cls-1'/%3E %3Cpath id='Path_40' d='M290.447 279.317h-4.811v-4.833a.344.344 0 0 0-.687 0v5.176a.344.344 0 0 0 .344.344h5.155a.344.344 0 1 0 0-.687z' class='cls-1' transform='translate(-15.145 -6.429)'/%3E %3C/g%3E %3C/svg%3E");
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-time {
  font-weight: bold;
  color: #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-title {
  font-weight: bold;
  border-right: 1px solid #de1a1a;
}
.article-hot-updates .hot-update-item-container .hot-update-item-pf.now .item-circle-pf {
  background: #de1a1a;
}
@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }
}
@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ArticleImageSliderGalleryComponenta,
.ArticleImageSliderGalleryComponentaEditor {
  margin-bottom: 30px;
}
.ArticleImageSliderGalleryComponenta .caption-credit,
.ArticleImageSliderGalleryComponentaEditor .caption-credit,
.ArticleImageSliderGalleryComponenta .RichInput.ArticleRichInput span,
.ArticleImageSliderGalleryComponentaEditor .RichInput.ArticleRichInput span {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #78787B;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}
.ArticleImageSliderGalleryComponenta .main-gallery,
.ArticleImageSliderGalleryComponentaEditor .main-gallery {
  position: relative;
}
.ArticleImageSliderGalleryComponenta .fullscreen-gallery-icon-pf,
.ArticleImageSliderGalleryComponentaEditor .fullscreen-gallery-icon-pf {
  width: 35px;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  display: block;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='icon/enlarge'%3E %3Ccircle id='Oval' cx='25' cy='25' r='25' transform='matrix(-1 0 0 1 50 0)' fill='%232E2E2E'/%3E %3Cg id='resize video white '%3E %3Cg id='Group 12'%3E %3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M33.1999 31.508L26.5888 24.897L24.8975 26.5883L31.5087 33.1995L25.4091 33.1995V35.5914H35.5918L35.5918 25.4088L33.1999 25.4088V31.508Z' fill='white'/%3E %3C/g%3E %3Cg id='Group 12 Copy'%3E %3Cpath id='Union_2' fill-rule='evenodd' clip-rule='evenodd' d='M16.8001 18.491L23.4112 25.1021L25.1025 23.4107L18.4913 16.7995L24.5909 16.7995V14.4076L14.4082 14.4076L14.4082 24.5902L16.8001 24.5902V18.491Z' fill='white'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation {
  width: 100%;
  display: flex;
  margin-top: 8px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background-color: #C5C5C5;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  direction: rtl;
  margin: 0;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider:hover,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider:hover {
  opacity: 1;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-webkit-slider-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--slider-width);
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .article-carousel-scroller-navigation .slider::-moz-range-thumb,
.ArticleImageSliderGalleryComponentaEditor .article-carousel-scroller-navigation .slider::-moz-range-thumb {
  height: 5px;
  background: #DE1A1A;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
}
.ArticleImageSliderGalleryComponenta .splide__container,
.ArticleImageSliderGalleryComponentaEditor .splide__container {
  box-sizing: border-box;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized:not(.is-active) .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.ArticleImageSliderGalleryComponenta .splide__pagination li,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination li {
  display: inline-block !important;
  line-height: 1 !important;
  list-style-type: none !important;
  margin: 0 !important;
}
.ArticleImageSliderGalleryComponenta .splide:not(.is-overflow) .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  width: 0;
}
.ArticleImageSliderGalleryComponenta .splide,
.ArticleImageSliderGalleryComponentaEditor .splide {
  position: relative;
  visibility: hidden;
}
.ArticleImageSliderGalleryComponenta .splide.is-initialized,
.ArticleImageSliderGalleryComponentaEditor .splide.is-initialized,
.ArticleImageSliderGalleryComponenta .splide.is-rendered,
.ArticleImageSliderGalleryComponentaEditor .splide.is-rendered {
  visibility: visible;
}
.ArticleImageSliderGalleryComponenta .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.ArticleImageSliderGalleryComponenta .splide__slide img,
.ArticleImageSliderGalleryComponentaEditor .splide__slide img {
  vertical-align: bottom;
}
.ArticleImageSliderGalleryComponenta .splide__spinner,
.ArticleImageSliderGalleryComponentaEditor .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.ArticleImageSliderGalleryComponenta .splide__sr,
.ArticleImageSliderGalleryComponentaEditor .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__play,
.ArticleImageSliderGalleryComponenta .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle__pause {
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__toggle.is-active .splide__toggle__pause,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.ArticleImageSliderGalleryComponenta .splide__track,
.ArticleImageSliderGalleryComponentaEditor .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.ArticleImageSliderGalleryComponenta .splide__track--draggable,
.ArticleImageSliderGalleryComponentaEditor .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.ArticleImageSliderGalleryComponenta .splide__track--fade > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide--rtl,
.ArticleImageSliderGalleryComponentaEditor .splide--rtl {
  direction: rtl;
}
.ArticleImageSliderGalleryComponenta .splide__track--ttb > .splide__list,
.ArticleImageSliderGalleryComponentaEditor .splide__track--ttb > .splide__list {
  display: block;
}
.ArticleImageSliderGalleryComponenta .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #2E2E2E;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__arrow svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
  stroke: #2E2E2E;
  stroke-width: 2px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:hover:not(:disabled),
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:hover:not(:disabled) {
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:disabled,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:disabled {
  opacity: .3;
  display: none;
}
.ArticleImageSliderGalleryComponenta .splide__arrow:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev {
  left: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrow--next {
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__arrow:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:hover,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}
.ArticleImageSliderGalleryComponenta .splide__pagination__page:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__pagination__page:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__progress__bar,
.ArticleImageSliderGalleryComponentaEditor .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.ArticleImageSliderGalleryComponenta .thumbnail-slider .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ArticleImageSliderGalleryComponenta .splide__slide:focus,
.ArticleImageSliderGalleryComponentaEditor .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide__slide:focus-visible,
  .ArticleImageSliderGalleryComponentaEditor .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus,
  .ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.ArticleImageSliderGalleryComponenta .splide__toggle,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle {
  cursor: pointer;
}
.ArticleImageSliderGalleryComponenta .splide__toggle:focus-visible,
.ArticleImageSliderGalleryComponentaEditor .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide.is-focus-in .splide__toggle:focus,
.ArticleImageSliderGalleryComponentaEditor .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  filter: brightness(0.4);
}
.ArticleImageSliderGalleryComponenta .splide__track--nav > .splide__list > .splide__slide.is-active,
.ArticleImageSliderGalleryComponentaEditor .splide__track--nav > .splide__list > .splide__slide.is-active {
  filter: brightness(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--rtl .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--prev svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.ArticleImageSliderGalleryComponenta .splide__arrows--ttb .splide__arrow--next svg,
.ArticleImageSliderGalleryComponentaEditor .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.ArticleImageSliderGalleryComponenta .splide__pagination--ttb,
.ArticleImageSliderGalleryComponentaEditor .splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .splide__slide *:not(button) {
  height: 100%;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.ArticleImageSliderGalleryComponentaEditor .thumbnail-slider img {
  object-fit: cover;
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteArticleImagesGallery {
    display: none;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
    height: unset !important;
    margin-bottom: 5px;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .ArticleImageGalleryShareButtons {
    display: flex;
  }
}
.ArticleImagesFullScreenGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper {
  background: rgba(18, 17, 17, 0.8);
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  gap: 16px;
  margin: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 24px;
  width: 24px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.ArticleImagesFullScreenGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
.galleryLeave-leave {
  opacity: 1;
}
.galleryLeave-leave.galleryLeave-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-out;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteArticleImagesGallery {
    display: none;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
    height: unset !important;
    margin-bottom: 5px;
  }
  .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .ArticleImageGalleryShareButtons {
    display: flex;
  }
}
.SiteArticleImagesGallery {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
}
.magazine_template .SiteArticleImagesGallery {
  z-index: 999999999999 !important;
}
.magazine2025 .SiteArticleImagesGallery {
  background: rgba(18, 17, 17, 0.8);
}
.SiteArticleImagesGallery .GalleryWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1f1f1f;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: none;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  border: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeLeft {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85895'%3E %3Crect id='Rectangle 282' x='59.5' y='59.5' width='59' height='59' transform='rotate(-180 59.5 59.5)' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M21.5858 28.5858C20.8047 29.3668 20.8047 30.6332 21.5858 31.4142L34.3137 44.1421C35.0948 44.9232 36.3611 44.9232 37.1421 44.1421C37.9232 43.3611 37.9232 42.0948 37.1421 41.3137L25.8284 30L37.1421 18.6863C37.9232 17.9052 37.9232 16.6389 37.1421 15.8579C36.3611 15.0768 35.0948 15.0768 34.3137 15.8579L21.5858 28.5858ZM24 28L23 28L23 32L24 32L24 28Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  left: 0px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper > .navigationArrow.swipeRight {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85896'%3E %3Crect id='Rectangle 282' x='0.5' y='0.5' width='59' height='59' fill='white' stroke='%23F1F1F1'/%3E %3Cpath id='Arrow 10' d='M38.4142 31.4142C39.1953 30.6332 39.1953 29.3668 38.4142 28.5858L25.6863 15.8579C24.9052 15.0768 23.6389 15.0768 22.8579 15.8579C22.0768 16.6389 22.0768 17.9052 22.8579 18.6863L34.1716 30L22.8579 41.3137C22.0768 42.0948 22.0768 43.3611 22.8579 44.1421C23.6389 44.9232 24.9052 44.9232 25.6863 44.1421L38.4142 31.4142ZM36 32H37V28H36V32Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
  right: 0px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper {
  background-blend-mode: multiply;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #000000);
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  position: relative;
  display: flex;
  height: 62px;
  width: 100%;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  width: 1280px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper.englishSite .closeBtn {
  right: 20px ! important;
  left: inherit ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  outline: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 22px;
  height: 22px;
  border: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn {
  top: 40px;
  left: 40px;
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteArticleImagesGallery .GalleryWrapper .closeBtnWrapper .closeBtn:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  display: flex;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 926px;
  width: 100%;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageContainer {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  max-height: 600px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  display: flex;
  justify-content: space-between;
  height: 54px;
  direction: rtl;
  padding-top: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  width: 926px;
  padding-top: 20px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite {
  direction: ltr ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .imageInfo {
  padding-left: 20px ! important;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions.englishSite .shareOptions {
  padding-left: 0px;
  padding-right: 20px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  padding-left: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions {
  flex-shrink: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  margin-right: 10px;
  outline: 0;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 0;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3Cpath d='M11.02 4.888c.865 0 1.476.136 1.476.136v1.529s-.19.004-.66.005h-.22c-.637 0-.943.405-.943 1.04l-.001 1.14h1.634l-.272 1.895-1.362-.001v4.421h-1.99l-.001-4.421H7.114V8.74h1.567V7.505c0-2.243 1.278-2.601 2.268-2.617h.07z' transform='translate(-289 -660) translate(177 660) translate(112 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.fbBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85812'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cpath id='Vector' d='M12.5 12.7481H18.9748L18.6264 15.1621H12.5V12.7481ZM13.6379 11.8634C13.6379 9.41361 14.5351 8.33301 17.0093 8.33301H18.9727V10.8502H17.079C16.8784 10.8502 16.7286 10.926 16.6251 11.0777C16.5217 11.2294 16.471 11.4253 16.471 11.6654V23.333H13.6379V11.8634Z' fill='%23121111'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg fill='%23FFF'%3E %3Cg%3E %3Cg%3E %3Cpath fill-rule='nonzero' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1.84c-4.507 0-8.16 3.653-8.16 8.16s3.653 8.16 8.16 8.16 8.16-3.653 8.16-8.16S14.507 1.84 10 1.84z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3Cpath d='M14.482 8.252c0-.088 0-.175-.006-.261.401-.286.748-.64 1.023-1.046-.374.163-.771.27-1.178.318.428-.253.749-.65.902-1.118-.403.236-.843.401-1.303.49-.777-.813-2.076-.852-2.903-.087-.532.493-.759 1.229-.593 1.93-1.65-.081-3.187-.848-4.229-2.11-.544.923-.266 2.104.636 2.696-.327-.01-.646-.096-.932-.252v.025c0 .962.69 1.79 1.646 1.98-.302.082-.619.094-.926.035.269.823 1.04 1.387 1.917 1.403-.727.563-1.624.868-2.548.867-.163 0-.326-.01-.489-.03.939.594 2.03.908 3.145.907 3.774.001 5.838-3.077 5.838-5.747z' transform='translate(-259 -660) translate(177 660) translate(82 .52)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.twBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg clip-path='url(%23clip0_8_3940)'%3E %3Cpath d='M9.81922 22.606C9.41173 22.606 9.00521 22.6069 8.59772 22.604C8.56547 22.604 8.53225 22.5737 8.5 22.5571C8.55863 22.5043 8.6241 22.4584 8.67492 22.3988C10.4739 20.3076 12.271 18.2164 14.0681 16.1242C14.1199 16.0646 14.1658 16.0001 14.2137 15.9405C14.1814 15.8906 14.1609 15.8555 14.1384 15.8222C12.3023 13.1457 10.4651 10.4691 8.62801 7.79358C8.59283 7.74277 8.543 7.70075 8.5 7.65482C8.56547 7.63821 8.62997 7.60791 8.69544 7.60791C10.0958 7.60596 11.4971 7.60596 12.8974 7.60596C12.9257 7.66264 12.9472 7.7242 12.9834 7.77599C14.1687 9.50563 15.356 11.2353 16.5433 12.9639C16.5736 13.0079 16.6107 13.047 16.6704 13.1183C16.7163 13.0548 16.7476 13.0079 16.7837 12.9649C18.272 11.2314 19.7612 9.49879 21.2495 7.76524C21.2906 7.71736 21.3179 7.65873 21.3511 7.60498C21.7909 7.60498 22.2306 7.60498 22.6704 7.60498C22.6195 7.6685 22.5707 7.73299 22.5179 7.79456C20.8098 9.78316 19.1036 11.7718 17.3906 13.7555C17.2635 13.903 17.244 13.9949 17.3622 14.1659C19.2482 16.8991 21.1244 19.6382 23.0046 22.3753C23.0495 22.4408 23.1072 22.4955 23.159 22.5561C23.0935 22.5727 23.029 22.603 22.9635 22.603C21.5632 22.606 20.1619 22.605 18.7616 22.605C18.7293 22.5415 18.7029 22.4731 18.6629 22.4144C17.4208 20.6027 16.1778 18.791 14.9349 16.9802C14.8948 16.9216 14.8479 16.8669 14.7795 16.777C14.7355 16.8385 14.7062 16.8864 14.67 16.9275C13.0899 18.7675 11.5098 20.6066 9.92964 22.4457C9.8886 22.4936 9.85635 22.5512 9.8202 22.604L9.81922 22.606ZM21.3814 21.6737C21.3003 21.5535 21.2485 21.4744 21.1948 21.3972C18.2876 17.2333 15.3765 13.0705 12.4772 8.89977C12.3081 8.65742 12.1391 8.5597 11.8469 8.57436C11.3397 8.59977 10.8296 8.5812 10.2678 8.5812C10.3498 8.70433 10.4007 8.78348 10.4544 8.8597C12.1088 11.2294 13.7632 13.5981 15.4166 15.9678C16.6977 17.803 17.9788 19.6392 19.2638 21.4724C19.3195 21.5525 19.4094 21.663 19.4857 21.6649C20.1003 21.6805 20.715 21.6737 21.3805 21.6737H21.3814Z' fill='%23121111'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8_3940'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8.5 7.60596)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H24V24H0z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath stroke='%23FFF' stroke-width='2' d='M3 17.52l.001-12.884 8.998 7.668 8.773-7.475.227 12.69H3z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3Cpath fill='%23FFF' d='M2.675 3.52L21.245 3.52 21.245 5.52 2.675 5.52z' transform='translate(-349 -660) translate(177 660) translate(172)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  height: 24px;
  width: 24px;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button.mlBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85810'%3E %3Ccircle id='Ellipse 3' cx='15.5' cy='15.333' r='14.5' fill='white' stroke='%23121111'/%3E %3Cg id='Group 947'%3E %3Cg id='Group 945'%3E %3Cpath id='Vector' d='M16.1229 21.3282C14.7262 21.3282 13.3295 21.3177 11.9329 21.3328C11.2406 21.3404 10.6122 21.1496 10.0472 20.7766C9.26171 20.2583 8.75386 19.5312 8.57281 18.5978C8.52787 18.3659 8.50687 18.1261 8.50645 17.8896C8.50182 16.0724 8.49174 14.2552 8.51317 12.4385C8.52031 11.8471 8.7568 11.3052 9.09537 10.82C9.62884 10.0543 10.3471 9.56279 11.2763 9.40653C11.4943 9.36999 11.7165 9.33806 11.9366 9.33764C14.625 9.33302 17.3138 9.33008 20.0021 9.33764C20.8242 9.33974 21.561 9.6006 22.2016 10.1311C22.8279 10.6499 23.2055 11.3127 23.3735 12.0962C23.4281 12.3516 23.4399 12.62 23.4407 12.8829C23.4466 14.5321 23.4466 16.1812 23.4424 17.8299C23.4403 18.6247 23.2244 19.3602 22.7317 19.9886C22.2095 20.654 21.5333 21.1009 20.6894 21.2521C20.4109 21.3021 20.1244 21.324 19.8413 21.3261C18.6021 21.3336 17.3629 21.3294 16.1238 21.3294V21.3286L16.1229 21.3282ZM9.78006 11.5127C9.75444 11.5547 9.73469 11.5803 9.72251 11.6089C9.59229 11.9084 9.45535 12.2117 9.45451 12.5423C9.44863 14.3594 9.45283 16.1766 9.45619 17.9933C9.45619 18.132 9.46166 18.2748 9.494 18.4084C9.63472 18.9885 9.9128 19.4858 10.3963 19.8542C10.8067 20.1667 11.2591 20.3713 11.7833 20.3717C14.5611 20.3742 17.3386 20.3742 20.1164 20.373C20.4314 20.373 20.736 20.3003 21.0174 20.1634C21.9504 19.7105 22.47 18.9519 22.4843 17.924C22.5086 16.1463 22.475 14.3674 22.4641 12.5893C22.462 12.2621 22.3662 11.9596 22.2268 11.6643C22.1579 11.5186 22.1163 11.5299 22.0163 11.6307C20.7562 12.8955 19.4935 14.1578 18.2299 15.4192C18.1199 15.5293 18.0077 15.6406 17.8817 15.7305C17.4331 16.0489 16.9492 16.274 16.3918 16.3446C15.7621 16.4248 15.1648 16.3446 14.5939 16.0741C14.2381 15.9057 13.9327 15.6616 13.6551 15.3869C12.9011 14.6409 12.1534 13.8881 11.4036 13.1379C10.873 12.6069 10.3425 12.076 9.78006 11.5127ZM10.4127 10.7864C10.4585 10.8347 10.4929 10.8729 10.529 10.9091C11.8056 12.186 13.0804 13.4651 14.3599 14.7392C14.8917 15.2684 15.5206 15.5112 16.283 15.3991C16.753 15.3298 17.1537 15.1344 17.4818 14.8097C18.7911 13.5134 20.0899 12.2066 21.3921 10.9032C21.4278 10.8675 21.4606 10.8293 21.503 10.7831C21.3657 10.6982 21.2468 10.6083 21.1149 10.5457C20.6852 10.3428 20.2269 10.2832 19.7547 10.284C17.2667 10.2878 14.7792 10.2849 12.2912 10.2874C12.0681 10.2874 11.8451 10.3088 11.6216 10.3197C11.1704 10.3416 10.7869 10.5331 10.4127 10.7868V10.7864Z' fill='%23121111' stroke='%23121111' stroke-width='0.2'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img,
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .shareOptions .ArticleImageGalleryShareButtons button img {
  display: none;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  display: flex;
  flex-direction: column;
  direction: rtl;
  font: 16px arial;
  line-height: 19px;
  padding-right: 20px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0;
  padding-left: 50px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-size: 12px;
  line-height: 16px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo {
  font-family: "EzerShemesh";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .caption {
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imageInfoAndShareOptions .imageInfo .credit {
  color: #c7c7c7;
  margin-top: 5px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  display: flex;
  position: relative;
  justify-content: center;
  height: 52px;
  color: #8f8f8f;
  font: 16px arial;
  margin: 0px 10px;
  letter-spacing: 3px;
  direction: ltr;
  z-index: 1;
  background: inherit;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  height: 30px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  letter-spacing: 0;
  margin-top: 18px;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 18px;
  line-height: 20px;
  font-weight: 340;
  font-family: 'Moses', 'NarkissBlock';
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter {
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  background: transparent;
  letter-spacing: 3.2px;
  font-family: "EzerShemesh";
  color: #fff;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: bolder;
  padding-top: 4px;
}
.font-moses .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 670;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  font-weight: 400;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .current {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 4px;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .totalNumOfImages {
  padding-top: 0px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 31px;
  width: 22px;
  opacity: 0.5;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
.magazine2025 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  display: none;
}
.grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  background-size: contain;
  background-position: center;
  height: 22px;
  width: 18px;
  opacity: 1;
}
.font-moses .grid1280_2 .SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow {
  height: 20px;
  width: 16px;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .navigationArrow:hover {
  opacity: 1;
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeRight {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.SiteArticleImagesGallery .GalleryWrapper .imagesCounter .swipeLeft {
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
}
@media only screen and (max-width: 1500px) {
  .grid1280_2  .imageInfoAndShareOptions {
    padding-top: 10px !important;
  }
  .grid1280_2  .imagesCounter {
    margin-top: -10px !important;
  }
  .grid1280_2  .closeBtnWrapper {
    height: 20px !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleMagazineImageTeaserComponenta {
    flex-direction: column;
  }
  .ArticleMagazineImageTeaserComponenta .image-container {
    position: relative;
    align-items: flex-end;
  }
  .ArticleMagazineImageTeaserComponenta .image-container::before {
    margin-top: 7.03125vw;
    display: block;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    left: 0;
    margin-bottom: 5.625vw;
  }
  .ArticleMagazineImageTeaserComponenta .image-container img {
    object-fit: cover;
    width: 100% !important;
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit {
    color: #78787B;
    text-align: right;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5vw;
    align-self: flex-start;
    margin-top: 1.5625vw;
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit:before {
    content: "(";
  }
  .ArticleMagazineImageTeaserComponenta .image-container .credit:after {
    content: ")";
  }
  .ArticleMagazineImageTeaserComponenta .text-container {
    margin-top: 7.1875vw !important;
    padding-right: 0 !important;
    max-height: unset !important;
    height: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption {
    font-size: 5vw !important;
    font-weight: 700 !important;
    line-height: 7.03125vw !important;
    max-height: unset !important;
    height: unset !important;
    width: unset !important;
  }
  .ArticleMagazineImageTeaserComponenta .text-container .caption::before {
    display: block !important;
    position: relative;
    width: 18.28125vw;
    content: '';
    height: 1.25vw;
    background-color: #DE1A1A;
    right: 0;
    margin-top: 7.5vw;
    margin-bottom: 7.03125vw;
  }
  .magazine .ArticleMagazineImageTeaserComponenta .text-container::before,
  .laisha .ArticleMagazineImageTeaserComponenta .text-container::before {
    display: none !important;
  }
}
.ArticleMagazineImageTeaserComponenta {
  display: flex;
  font-size: 14px;
  font-family: 'Moses';
  margin-bottom: 15px;
}
.vesty .ArticleMagazineImageTeaserComponenta {
  font-family: 'Arial';
}
.ArticleMagazineImageTeaserComponenta .image-container {
  display: flex;
  flex-direction: column;
}
.ArticleMagazineImageTeaserComponenta .image-container img {
  object-fit: cover;
}
.ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: 49px;
  height: 357px;
  max-height: 357px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container {
  padding-right: unset;
  padding-left: 49px;
}
.ArticleMagazineImageTeaserComponenta .text-container::before {
  display: block;
  position: relative;
  width: 117px;
  content: '';
  height: 8px;
  background-color: #DE1A1A;
  right: 0;
  top: 0px;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption {
  font-size: 24px;
  display: block;
  font-weight: 670;
  line-height: 34px;
  color: #000000;
  text-align: right;
  width: 260px;
  max-height: 357px;
  height: 357px;
  padding-top: 15px;
}
.englishSite .ArticleMagazineImageTeaserComponenta .text-container .caption {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .text-container .caption span {
  max-height: 357px;
  height: 357px;
  display: block;
}
.ArticleMagazineImageTeaserComponenta .credit {
  margin-top: 4px;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #78787B;
  font-weight: 340;
}
.englishSite .ArticleMagazineImageTeaserComponenta .credit {
  text-align: left;
}
.ArticleMagazineImageTeaserComponenta .credit:before {
  content: "(";
}
.ArticleMagazineImageTeaserComponenta .credit:after {
  content: ")";
}
.SocialNetworkSharer {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 329px;
  height: 55px;
  border-radius: 5px;
  padding: 0px;
  margin-top: -30px;
  margin-left: -40px;
  text-align: left;
  background: white;
  border: 1px solid #dedede;
  box-shadow: 0px 1px 3px #dedede;
  border-radius: 7px;
}
.SocialNetworkSharer .closeBtn {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpolygon points='32,2.1 29.9,0 16,13.9 2.1,0 0,2.1 13.9,16 0,29.9 2.1,32 16,18.1 29.9,32 32,29.9 18.1,16 '/%3E %3C/svg%3E") no-repeat center center;
  background-size: 46%;
  background-position: 41% 47%;
  background-color: #eee;
  border: 0px;
  border-radius: 50%;
  position: relative;
  height: 20px;
  width: 20px;
  top: 2px;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  bottom: 7px;
}
.SocialNetworkSharer .shareIcons .label {
  font: bold 12px Arial;
  color: #595959;
  margin-right: 26px;
}
.SocialNetworkSharer .shareIcons .icons {
  display: flex;
  flex: 1;
  margin-left: 16px;
  justify-content: flex-end;
}
.SocialNetworkSharer .shareIcons .icons > button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.SocialNetworkSharer .shareIcons .icons .icon {
  margin-right: 10px;
  height: 31px;
  width: 31px;
}
.ArticleSideImagesComponent {
  background-color: #FFF;
  padding-top: 8px;
  padding-bottom: 17px;
  border-bottom: 1px dotted #CCCECD;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #cccecd;
}
.ArticleSideImagesComponent.englishSite {
  padding-bottom: 0 ! important;
  margin-bottom: 17px ! important;
}
.ArticleSideImagesComponent.englishSite .imageDetails .caption,
.ArticleSideImagesComponent.englishSite .imageDetails .credit {
  text-align: left ! important;
  direction: ltr ! important;
  font: normal 12px arial;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleSideImagesComponent.englishSite {
    display: none;
  }
}
.ArticleSideImagesComponent .imageContainer {
  padding-bottom: 10px;
}
.ArticleSideImagesComponent .imageContainer:last-child {
  padding-bottom: 0px ! important;
}
.ArticleSideImagesComponent .imageContainer .imageWrapper {
  padding: 1px 1px;
  margin: 0 0 3px;
  border: 1px solid #CCCECD;
}
.ArticleSideImagesComponent .imageContainer .imageWrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .caption,
.ArticleSideImagesComponent .imageContainer .imageDetails .credit {
  text-align: right;
  direction: rtl;
  font: normal 12px arial;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .caption {
  color: #000000;
}
.ArticleSideImagesComponent .imageContainer .imageDetails .credit {
  color: #adacab;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleSideShareComponent {
    display: none;
  }
}
.ArticleSideShareComponent.englishSite {
  direction: ltr;
}
.ArticleSideShareComponent.englishSite .articleShareButton {
  width: 15px;
  margin: 6px 8px 6px 0px ! important;
}
.ArticleSideShareComponent.englishSite .articleShareButton.talkback {
  background-position: -51px -184px ! important;
}
.ArticleSideShareComponent.englishSite .articleShareButton.mailto {
  background-position: -4px -184px ! important;
}
.ArticleSideShareComponent ul {
  font-size: 12px;
  font-family: arial;
  color: #6281af;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.ArticleSideShareComponent ul li {
  cursor: pointer;
  float: right;
  font: normal 12px/26px arial;
  width: 100%;
  overflow: hidden;
  border-image-slice: 1;
  position: relative;
}
.ArticleSideShareComponent ul li:last-of-type {
  border: none;
  margin-right: 3px;
  /*   & .articleShareButton{
                    margin: 6px 0 6px 10px;
                }*/
}
.ArticleSideShareComponent ul li:last-of-type:after {
  display: none;
}
.ArticleSideShareComponent ul li :hover {
  color: #ff0000;
}
.ArticleSideShareComponent ul li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: transparent url(https://www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -218px;
}
.ArticleSideShareComponent ul li > button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #6281af;
  justify-content: flex-start;
  display: flex;
}
.ArticleSideShareComponent ul .articleShareButton {
  margin: 6px 0 6px 8px;
}
.ArticleSideShareComponent .ArticleSideShareComponent_gift {
  color: #ff0000;
}
@media print {
  .no-print {
    display: none;
  }
}
.radionas .SiteArticleSocialShareNew1280 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  height: 24px;
  position: relative;
  width: 350px;
}
.DesktopModeContainer .radionas .SiteArticleSocialShareNew1280 {
  position: absolute;
  left: 0;
}
.radionas .SiteArticleSocialShareNew1280.bottomBtns {
  float: left;
}
.radionas .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: transparent;
  background-position: center;
  margin: 0 7px 0 7px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.radionas .SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Social'%3E %3Ccircle id='Ellipse 3' cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath id='Vector' d='M12 12.4151H18.4748L18.1264 14.8291H12V12.4151ZM13.1379 11.5304C13.1379 9.08061 14.0351 8 16.5093 8H18.4727V10.5172H16.579C16.3784 10.5172 16.2286 10.593 16.1251 10.7447C16.0217 10.8964 15.971 11.0923 15.971 11.3324V23H13.1379V11.5304Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
}
.radionas .SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9935 14.1212C22.893 10.1716 19.6399 7 15.6343 7C11.6286 7 8.45122 10.0988 8.27946 13.9866C8.27582 14.0928 8.27218 14.1998 8.27218 14.3068C8.27218 15.6888 8.6579 16.9784 9.32672 18.081L8 22L12.0777 20.7038C13.1322 21.2832 14.3454 21.6143 15.635 21.6143C19.7025 21.6143 22.9978 18.343 22.9978 14.3068C22.9978 14.2449 22.9978 14.1823 22.9942 14.1205L22.9935 14.1212ZM15.6343 20.4491C14.3767 20.4491 13.2079 20.0765 12.2291 19.4324L9.85071 20.1908L10.6229 17.9085C9.882 16.8954 9.44389 15.651 9.44389 14.3068C9.44389 14.1074 9.45408 13.9072 9.47518 13.7107C9.77866 10.6017 12.4255 8.16443 15.6343 8.16443C18.843 8.16443 21.5561 10.6636 21.8043 13.8279C21.8181 13.9866 21.8247 14.1445 21.8247 14.3068C21.8247 17.6953 19.0468 20.4491 15.6343 20.4491Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0089 15.782C18.8262 15.6925 17.9405 15.258 17.7753 15.1998C17.6101 15.1379 17.4893 15.1102 17.3685 15.2893C17.2477 15.4683 16.8998 15.8715 16.7958 15.9887C16.6895 16.1095 16.5854 16.1233 16.4028 16.0338C16.2237 15.9443 15.6408 15.758 14.9516 15.1444C14.4174 14.6721 14.0521 14.0863 13.9487 13.9072C13.8454 13.7282 13.9386 13.6314 14.0281 13.5419C14.111 13.4597 14.2071 13.3316 14.3003 13.229C14.3243 13.1977 14.3454 13.17 14.3658 13.1424C14.4072 13.0769 14.4378 13.015 14.4793 12.9284C14.5419 12.8076 14.5106 12.705 14.4655 12.6147C14.4211 12.5252 14.0586 11.6424 13.9073 11.2844C13.7595 10.9256 13.6074 10.9874 13.5004 10.9874C13.3935 10.9874 13.2763 10.9707 13.1555 10.9707C13.0347 10.9707 12.8382 11.0158 12.673 11.1949C12.5078 11.3739 12.042 11.8084 12.042 12.6904C12.042 12.8971 12.0798 13.1045 12.1359 13.301C12.3185 13.9313 12.7108 14.4516 12.7807 14.5419C12.8702 14.659 14.0281 16.5272 15.862 17.2477C17.6989 17.9609 17.6989 17.7229 18.0301 17.6924C18.3612 17.6654 19.0984 17.2615 19.2469 16.8409C19.399 16.4239 19.399 16.0651 19.3539 15.9894C19.3087 15.9166 19.1879 15.8722 19.0089 15.7827V15.782Z' fill='white'/%3E %3C/svg%3E");
}
.radionas .SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cg clip-path='url(%23clip0_14_9199)'%3E %3Cpath d='M9.31922 22.2728C8.91173 22.2728 8.50521 22.2738 8.09772 22.2709C8.06547 22.2709 8.03225 22.2406 8 22.224C8.05863 22.1712 8.1241 22.1253 8.17492 22.0657C9.97394 19.9745 11.771 17.8833 13.5681 15.7911C13.6199 15.7315 13.6658 15.667 13.7137 15.6074C13.6814 15.5575 13.6609 15.5223 13.6384 15.4891C11.8023 12.8126 9.96515 10.136 8.12801 7.46045C8.09283 7.40964 8.043 7.36762 8 7.32169C8.06547 7.30508 8.12997 7.27478 8.19544 7.27478C9.59577 7.27283 10.9971 7.27283 12.3974 7.27283C12.4257 7.32951 12.4472 7.39107 12.4834 7.44286C13.6687 9.1725 14.856 10.9021 16.0433 12.6308C16.0736 12.6748 16.1107 12.7139 16.1704 12.7852C16.2163 12.7217 16.2476 12.6748 16.2837 12.6318C17.772 10.8982 19.2612 9.16566 20.7495 7.43211C20.7906 7.38423 20.8179 7.3256 20.8511 7.27185C21.2909 7.27185 21.7306 7.27185 22.1704 7.27185C22.1195 7.33537 22.0707 7.39986 22.0179 7.46143C20.3098 9.45003 18.6036 11.4386 16.8906 13.4223C16.7635 13.5699 16.744 13.6618 16.8622 13.8328C18.7482 16.566 20.6244 19.3051 22.5046 22.0422C22.5495 22.1077 22.6072 22.1624 22.659 22.223C22.5935 22.2396 22.529 22.2699 22.4635 22.2699C21.0632 22.2728 19.6619 22.2719 18.2616 22.2719C18.2293 22.2083 18.2029 22.1399 18.1629 22.0813C16.9208 20.2696 15.6778 18.4578 14.4349 16.6471C14.3948 16.5885 14.3479 16.5337 14.2795 16.4438C14.2355 16.5054 14.2062 16.5533 14.17 16.5943C12.5899 18.4344 11.0098 20.2735 9.42964 22.1126C9.3886 22.1604 9.35635 22.2181 9.3202 22.2709L9.31922 22.2728ZM20.8814 21.3406C20.8003 21.2204 20.7485 21.1412 20.6948 21.064C17.7876 16.9002 14.8765 12.7373 11.9772 8.56664C11.8081 8.32429 11.6391 8.22657 11.3469 8.24123C10.8397 8.26664 10.3296 8.24807 9.76775 8.24807C9.84984 8.3712 9.90065 8.45035 9.9544 8.52657C11.6088 10.8963 13.2632 13.265 14.9166 15.6347C16.1977 17.4699 17.4788 19.3061 18.7638 21.1393C18.8195 21.2194 18.9094 21.3298 18.9857 21.3318C19.6003 21.3474 20.215 21.3406 20.8805 21.3406H20.8814Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_14_9199'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8 7.27283)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.radionas .SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath d='M15.6229 20.9952C14.2262 20.9952 12.8295 20.9847 11.4329 20.9998C10.7406 21.0073 10.1122 20.8166 9.54721 20.4436C8.76171 19.9253 8.25386 19.1982 8.07281 18.2648C8.02787 18.0329 8.00687 17.7931 8.00645 17.5566C8.00182 15.7394 7.99174 13.9222 8.01317 12.1055C8.02031 11.5141 8.2568 10.9722 8.59537 10.487C9.12884 9.72125 9.84714 9.22978 10.7763 9.07352C10.9943 9.03698 11.2165 9.00505 11.4366 9.00463C14.125 9.00001 16.8138 8.99707 19.5021 9.00463C20.3242 9.00673 21.061 9.26759 21.7016 9.79812C22.3279 10.3169 22.7055 10.9797 22.8735 11.7631C22.9281 12.0185 22.9399 12.287 22.9407 12.5499C22.9466 14.1991 22.9466 15.8482 22.9424 17.4969C22.9403 18.2917 22.7244 19.0272 22.2317 19.6556C21.7095 20.321 21.0333 20.7679 20.1894 20.9191C19.9109 20.9691 19.6244 20.991 19.3413 20.9931C18.1021 21.0006 16.8629 20.9964 15.6238 20.9964V20.9956L15.6229 20.9952ZM9.28006 11.1797C9.25444 11.2217 9.23469 11.2473 9.22251 11.2759C9.09229 11.5754 8.95535 11.8787 8.95451 12.2092C8.94863 14.0264 8.95283 15.8436 8.95619 17.6603C8.95619 17.7989 8.96166 17.9418 8.994 18.0753C9.13472 18.6554 9.4128 19.1528 9.89628 19.5212C10.3067 19.8337 10.7591 20.0383 11.2833 20.0387C14.0611 20.0412 16.8386 20.0412 19.6164 20.04C19.9314 20.04 20.236 19.9673 20.5174 19.8303C21.4504 19.3775 21.97 18.6189 21.9843 17.591C22.0086 15.8133 21.975 14.0344 21.9641 12.2563C21.962 11.9291 21.8662 11.6266 21.7268 11.3313C21.6579 11.1856 21.6163 11.1969 21.5163 11.2977C20.2562 12.5625 18.9935 13.8248 17.7299 15.0862C17.6199 15.1963 17.5077 15.3076 17.3817 15.3975C16.9331 15.7159 16.4492 15.941 15.8918 16.0116C15.2621 16.0918 14.6648 16.0116 14.0939 15.7411C13.7381 15.5726 13.4327 15.3286 13.1551 15.0539C12.4011 14.3079 11.6534 13.5551 10.9036 12.8049C10.373 12.2739 9.84251 11.743 9.28006 11.1797ZM9.91266 10.4534C9.95845 10.5017 9.9929 10.5399 10.029 10.5761C11.3056 11.853 12.5804 13.1321 13.8599 14.4061C14.3917 14.9354 15.0206 15.1782 15.783 15.0661C16.253 14.9967 16.6537 14.8014 16.9818 14.4767C18.2911 13.1804 19.5899 11.8736 20.8921 10.5702C20.9278 10.5345 20.9606 10.4963 21.003 10.45C20.8657 10.3652 20.7468 10.2753 20.6149 10.2127C20.1852 10.0098 19.7269 9.95018 19.2547 9.95102C16.7667 9.9548 14.2792 9.95186 11.7912 9.95438C11.5681 9.95438 11.3451 9.9758 11.1216 9.98673C10.6704 10.0086 10.2869 10.2001 9.91266 10.4538V10.4534Z' fill='white' stroke='white' stroke-width='0.2'/%3E %3C/svg%3E");
  margin-inline-start: 0;
}
.radionas .SiteArticleSocialShareNew1280 .menuMore {
  width: 246px;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 25px 45px 8px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 0 6px 2px rgba(217, 217, 217, 0.5);
}
.radionas .SiteArticleSocialShareNew1280 .menuMore a,
.radionas .SiteArticleSocialShareNew1280 .menuMore a:hover {
  text-decoration: none;
  color: inherit;
  height: 26px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 17px;
  display: block;
  cursor: pointer;
}
.radionas .SiteArticleSocialShareNew1280 .close {
  display: none;
}
.radionas .SiteArticleSocialShareNew1280 .open {
  z-index: 100;
}
.radionas .SiteArticleSocialShareNew1280 .addNewComment.tb {
  background: #020202;
  height: 30px;
  display: flex;
  min-width: 90px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px;
  border: 0;
  cursor: pointer;
  margin-left: 7px;
  padding: 0 9px 0 11px;
}
.radionas .SiteArticleSocialShareNew1280 .addNewComment.tb span {
  color: #fff;
}
.radionas .SiteArticleSocialShareNew1280 .addNewComment.tb span:not(.shareIcon1280) {
  font-size: 18px;
  font-weight: 500;
}
.radionas .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: none;
}
.radionas .SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  display: none;
}
.grid1280_2.radionas .ArticleTagsComponent * {
  font-family: 'Noto Kufi Arabic' !important;
  color: #062963  ! important;
}
.grid1280_2.radionas .ArticleTagsComponent .tagsLabel {
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Vector' d='M11.6097 4.6402C11.8141 4.84457 12.1452 4.84457 12.3495 4.6402C12.5539 4.43584 12.5539 4.10473 12.3495 3.90037C12.1453 3.69617 11.8142 3.69607 11.6097 3.90037C11.6097 3.9004 11.6096 3.90044 11.6096 3.90047M11.6097 4.6402L11.6096 3.90047M11.6097 4.6402C11.4054 4.43588 11.4053 4.10485 11.6096 3.90047M11.6097 4.6402L11.6096 3.90047M15.4975 6.40787L15.2675 2.3317L15.2674 2.33166C15.2273 1.62058 14.6296 1.02288 13.9185 0.982702L13.9185 0.9827L9.84204 0.752673C9.84203 0.752672 9.84202 0.752671 9.842 0.752671C9.52313 0.734661 9.17711 0.809526 8.87573 0.924554C8.57432 1.0396 8.26652 1.21429 8.04076 1.43988L8.04063 1.44001L0.889245 8.59115L0.889105 8.59129C0.370589 9.1102 0.369963 9.95619 0.889239 10.4755L5.77431 15.3605C5.77436 15.3606 5.7744 15.3606 5.77445 15.3607C6.29342 15.8799 7.13976 15.8797 7.65875 15.3607L14.8101 8.20928L14.8103 8.20915C15.0359 7.98339 15.2106 7.67559 15.3256 7.37418C15.4406 7.07279 15.5155 6.72675 15.4975 6.40787Z' stroke='%23062963' stroke-miterlimit='10'/%3E %3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-inline-start: 18px;
  margin-inline-end: 10px;
  margin-bottom: 10px;
}
.grid1280_2.radionas .ArticleTagsComponent .tagName {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  width: auto;
  height: 36px;
  padding: 8px;
  border-radius: 5px;
  margin-inline-end: 5px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid  #DEE1E7;
  margin-bottom: 10px;
}
.grid1280 .ArticleTagsComponent,
.magazine_grid1280 .ArticleTagsComponent {
  border-top: 1px solid rgba(225, 225, 225, 0.92) ! important;
  border-bottom: 1px solid rgba(225, 225, 225, 0.92) ! important;
  font-size: 14px ! important;
  height: unset !important;
  font-family: 'NarkisBlock' !important;
  flex-wrap: wrap;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280 .ArticleTagsComponent .tagWrapper .tagName,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 14px;
  font-weight: 340;
  padding: 0px 10px;
}
.grid1280 .ArticleTagsComponent .tagWrapper .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.grid1280 .ArticleTagsComponent .tagsLabel,
.magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
}
.font-moses .grid1280 .ArticleTagsComponent .tagsLabel,
.font-moses .magazine_grid1280 .ArticleTagsComponent .tagsLabel {
  font-weight: 670;
  line-height: 34px;
  margin-bottom: 10px;
}
.grid1280 .ArticleTagsComponent .separator,
.magazine_grid1280 .ArticleTagsComponent .separator {
  display: none;
}
.grid1280 .ArticleTagsComponent .tagName,
.magazine_grid1280 .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.grid1280 .ArticleTagsComponent .tagName a,
.magazine_grid1280 .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:link,
.magazine_grid1280 .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.grid1280 .ArticleTagsComponent .tagName a:hover,
.magazine_grid1280 .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent {
  border-bottom: 1px solid rgba(225, 225, 225, 0.92);
  border-top: unset;
  font-size: 14px ! important;
  height: unset !important;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin: 0 14px;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName {
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.mynet .ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none !important;
}
.mynet .ArticleTagsComponent .tagsLabel {
  background: none ! important;
  color: #25262b ! important;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  margin-right: unset;
}
.mynet .ArticleTagsComponent .separator {
  display: none;
}
.mynet .ArticleTagsComponent .tagName {
  margin-left: 10px;
}
.mynet .ArticleTagsComponent .tagName a {
  text-decoration: underline ! important;
}
.mynet .ArticleTagsComponent .tagName a:link {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:hover {
  color: #25262b ! important;
}
.mynet .ArticleTagsComponent .tagName a:visited {
  color: #000 !important;
}
.grid1280_2.isLtr .ArticleTagsComponent {
  direction: ltr;
}
.grid1280_2.isLtr .tagsLabel {
  background-position: 0% center !important;
}
.grid1280_2.vesty .ArticleTagsComponent * {
  font-family: 'Arial' !important;
}
.grid1280_2.ynet .ArticleTagsComponent,
.grid1280_2.pplus .ArticleTagsComponent,
.grid1280_2.vesty .ArticleTagsComponent,
.grid1280_2.ynetnews .ArticleTagsComponent {
  align-items: flex-start;
}
.grid1280_2.ynet .ArticleTagsComponent *,
.grid1280_2.pplus .ArticleTagsComponent *,
.grid1280_2.vesty .ArticleTagsComponent *,
.grid1280_2.ynetnews .ArticleTagsComponent * {
  color: #7a7975 !important;
}
.grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  width: auto;
  font-size: 14px;
  padding-inline-start: 15px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 20010904//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='33.000000pt' height='33.000000pt' viewBox='0 0 33.000000 33.000000' preserveAspectRatio='xMidYMid meet'%3E %3Cg transform='translate(0.000000,33.000000) scale(0.100000,-0.100000)' fill='%237a7975' stroke='none'%3E %3Cpath d='M94 238 c-46 -45 -84 -88 -84 -96 0 -20 112 -132 132 -132 8 0 51 38 96 84 l82 84 0 59 c0 33 -5 64 -12 71 -7 7 -38 12 -71 12 l-59 0 -84 -82z m204 4 l3 -53 -77 -80 -78 -79 -58 57 -59 58 80 78 79 78 54 -3 53 -3 3 -53z'/%3E %3Cpath d='M204 256 c-11 -28 1 -51 28 -54 31 -4 48 29 28 53 -16 19 -49 19 -56 1z m36 -26 c0 -5 -4 -10 -10 -10 -5 0 -10 5 -10 10 0 6 5 10 10 10 6 0 10 -4 10 -10z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  margin: 0;
  line-height: 20px;
  height: 20px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagsLabel,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  font-weight: 670;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName,
.grid1280_2.pplus .ArticleTagsComponent .tagName,
.grid1280_2.vesty .ArticleTagsComponent .tagName,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: 13px !important;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  width: auto;
  margin: 0;
  margin-inline-start: 6px;
  margin-bottom: 7px;
}
.font-moses .grid1280_2.ynet .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.pplus .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.vesty .ArticleTagsComponent .tagName,
.font-moses .grid1280_2.ynetnews .ArticleTagsComponent .tagName {
  font-size: 11px !important;
  font-weight: 500;
}
.grid1280_2.ynet .ArticleTagsComponent .tagName:hover a,
.grid1280_2.pplus .ArticleTagsComponent .tagName:hover a,
.grid1280_2.vesty .ArticleTagsComponent .tagName:hover a,
.grid1280_2.ynetnews .ArticleTagsComponent .tagName:hover a {
  color: #222221 ! important;
}
.grid1280_2 .ArticleTagsComponent {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  background-color: transparent;
}
.grid1280_2 .ArticleTagsComponent :nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
.grid1280_2 .ArticleTagsComponent * {
  color: #000 ! important;
  font-family: 'NarkisBlock' !important;
}
.font-moses .grid1280_2 .ArticleTagsComponent * {
  font-family: 'Moses', 'NarkisBlock' !important;
}
.grid1280_2 .ArticleTagsComponent a,
.grid1280_2 .ArticleTagsComponent a:hover {
  text-decoration: none;
  color: #000;
}
.grid1280_2 .ArticleTagsComponent .tagsLabel {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 16px;
  background: none;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagsLabel {
  font-size: 12px;
  line-height: 18px;
  font-weight: 670;
}
.grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #eaeaea;
  padding: 0px 13px;
  border-radius: 6px;
  display: flex;
  height: 24px;
  align-items: center;
}
.font-moses .grid1280_2 .ArticleTagsComponent .tagName {
  font-size: 11px;
  font-weight: 500;
}
.ArticleTagsComponent {
  display: flex;
  flex-direction: row;
  align-items: center;
  direction: rtl;
  border-top: 1px solid #D4EDEC;
  border-bottom: 1px solid #D4EDEC;
  background-color: white;
  height: 100%;
  font-size: 12px;
}
.ArticleTagsComponent.calcalistTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
}
.ArticleTagsComponent.calcalistTags .tagsLabel {
  margin: 0 0 0 8px;
  float: right;
  direction: rtl;
  font-size: 16px !important;
  font-weight: bold;
  background: url(https://www.calcalist.co.il/images/1280/article/tags.png) 56px 3px no-repeat;
  display: block;
  width: 84px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
}
.ArticleTagsComponent.calcalistTags .tagWrapper {
  padding: 0;
  float: right;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.calcalistTags .tagWrapper a {
  color: #969696 !important;
}
.ArticleTagsComponent.calcalistTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent.ctechTags {
  margin: 18px 0 15px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 0;
  align-items: flex-start !important;
  direction: ltr;
  flex-wrap: wrap;
}
.ArticleTagsComponent.ctechTags .tagsLabel {
  margin: 0;
  width: auto;
  float: right;
  direction: ltr;
  font-size: 13px !important;
  font-weight: bold;
  background: url(https://www.calcalistech.com/images/1280/article/tags_eng.png) 0px 3px no-repeat;
  display: block;
  padding-left: 30px;
  line-height: 26px;
  text-align: left;
  color: #000000;
  flex-shrink: 0;
  box-sizing: content-box;
}
.ArticleTagsComponent.ctechTags .tagWrapper {
  padding: 0;
  float: left;
  margin: 0 8px;
  line-height: 26px;
  text-decoration: underline;
  font-size: 16px;
}
.ArticleTagsComponent.ctechTags .tagWrapper a {
  white-space: nowrap !important;
  color: #969696 !important;
}
.ArticleTagsComponent.ctechTags .tagWrapper .separator {
  display: none;
}
.ArticleTagsComponent .tagsLabel {
  margin-right: 8px;
  color: #6281AF;
  font-weight: bold;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23d0dbec' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpolygon points='5.6,10 0,16 5.6,22 32,22 32,10 '/%3E %3C/svg%3E");
  background-size: 50px 42px;
  background-position: -1px -14px;
  width: 45px;
}
.ArticleTagsComponent .tagWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ArticleTagsComponent .tagWrapper .separator {
  color: #6281AF;
  float: left;
  height: 1px;
  width: 1px;
  background-color: #7a818b;
  margin: 1px 7px 0;
}
.ArticleTagsComponent .tagWrapper .tagName a {
  text-decoration: none;
}
.ArticleTagsComponent .tagWrapper .tagName a:link {
  color: #6281AF;
}
.ArticleTagsComponent .tagWrapper .tagName a:hover {
  color: red;
}
.SiteVerticalArticleSocialShare_Wrapper {
  position: absolute;
  width: 100%;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar {
  position: sticky;
  top: 70px;
  display: inline-flex;
  flex-flow: column nowrap;
  padding-left: 5px;
  height: auto;
  width: auto;
  margin-right: 10px;
  align-items: center;
  z-index: 100;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar button {
  height: 30px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .addNewComment.tb {
  background: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  display: flex;
  justify-content: center;
  border-radius: unset;
  border: 0;
  cursor: pointer;
  padding: unset;
  order: 6;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Comments' d='M29.1927 27.5138L27.2809 21.9806C28.4386 19.8112 29.0718 17.2656 29.0138 14.5976C28.8329 6.30914 22.1821 -0.225632 14.1984 0.00597093C6.1803 0.238585 -0.17715 7.15026 0.00376755 15.4387C0.183673 23.6915 6.83444 30.2263 14.8525 29.994C17.5366 29.9161 19.9982 29.0973 22.1375 27.7184L27.9148 28.9391L28.0187 28.9718C28.122 28.9688 28.1915 29.0025 28.2604 29.0005C28.6391 28.9894 28.9439 28.7672 29.11 28.4776C29.1765 28.3691 29.2082 28.2255 29.2399 28.1179C29.2727 28.0458 29.2703 27.9389 29.2689 27.8678C29.2666 27.7609 29.2642 27.6544 29.2274 27.5485L29.1927 27.5138Z' fill='%23062963'/%3E %3C/svg%3E");
  width: 30px;
  height: 30px;
  margin: 7px 0 5px 0;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .addNewComment.tb > span:not(.shareIcon1280) {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .addNewComment.tb .verticalSidebarCommentNumber {
  display: flex !important;
  margin-top: 3px;
  font-size: 10px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .shareIcon1280 {
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 7px 0 8px 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .shareIcon1280.tb {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .shareIcon1280.fb {
  order: 4;
  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='Social'%3E %3Ccircle id='Ellipse 3' cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath id='Vector' d='M12 12.4151H18.4748L18.1264 14.8291H12V12.4151ZM13.1379 11.5304C13.1379 9.08061 14.0351 8 16.5093 8H18.4727V10.5172H16.579C16.3784 10.5172 16.2286 10.593 16.1251 10.7447C16.0217 10.8964 15.971 11.0923 15.971 11.3324V23H13.1379V11.5304Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .shareIcon1280.wa {
  order: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9935 14.1212C22.893 10.1716 19.6399 7 15.6343 7C11.6286 7 8.45122 10.0988 8.27946 13.9866C8.27582 14.0928 8.27218 14.1998 8.27218 14.3068C8.27218 15.6888 8.6579 16.9784 9.32672 18.081L8 22L12.0777 20.7038C13.1322 21.2832 14.3454 21.6143 15.635 21.6143C19.7025 21.6143 22.9978 18.343 22.9978 14.3068C22.9978 14.2449 22.9978 14.1823 22.9942 14.1205L22.9935 14.1212ZM15.6343 20.4491C14.3767 20.4491 13.2079 20.0765 12.2291 19.4324L9.85071 20.1908L10.6229 17.9085C9.882 16.8954 9.44389 15.651 9.44389 14.3068C9.44389 14.1074 9.45408 13.9072 9.47518 13.7107C9.77866 10.6017 12.4255 8.16443 15.6343 8.16443C18.843 8.16443 21.5561 10.6636 21.8043 13.8279C21.8181 13.9866 21.8247 14.1445 21.8247 14.3068C21.8247 17.6953 19.0468 20.4491 15.6343 20.4491Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0089 15.782C18.8262 15.6925 17.9405 15.258 17.7753 15.1998C17.6101 15.1379 17.4893 15.1102 17.3685 15.2893C17.2477 15.4683 16.8998 15.8715 16.7958 15.9887C16.6895 16.1095 16.5854 16.1233 16.4028 16.0338C16.2237 15.9443 15.6408 15.758 14.9516 15.1444C14.4174 14.6721 14.0521 14.0863 13.9487 13.9072C13.8454 13.7282 13.9386 13.6314 14.0281 13.5419C14.111 13.4597 14.2071 13.3316 14.3003 13.229C14.3243 13.1977 14.3454 13.17 14.3658 13.1424C14.4072 13.0769 14.4378 13.015 14.4793 12.9284C14.5419 12.8076 14.5106 12.705 14.4655 12.6147C14.4211 12.5252 14.0586 11.6424 13.9073 11.2844C13.7595 10.9256 13.6074 10.9874 13.5004 10.9874C13.3935 10.9874 13.2763 10.9707 13.1555 10.9707C13.0347 10.9707 12.8382 11.0158 12.673 11.1949C12.5078 11.3739 12.042 11.8084 12.042 12.6904C12.042 12.8971 12.0798 13.1045 12.1359 13.301C12.3185 13.9313 12.7108 14.4516 12.7807 14.5419C12.8702 14.659 14.0281 16.5272 15.862 17.2477C17.6989 17.9609 17.6989 17.7229 18.0301 17.6924C18.3612 17.6654 19.0984 17.2615 19.2469 16.8409C19.399 16.4239 19.399 16.0651 19.3539 15.9894C19.3087 15.9166 19.1879 15.8722 19.0089 15.7827V15.782Z' fill='white'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .shareIcon1280.tw {
  order: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cg clip-path='url(%23clip0_14_9199)'%3E %3Cpath d='M9.31922 22.2728C8.91173 22.2728 8.50521 22.2738 8.09772 22.2709C8.06547 22.2709 8.03225 22.2406 8 22.224C8.05863 22.1712 8.1241 22.1253 8.17492 22.0657C9.97394 19.9745 11.771 17.8833 13.5681 15.7911C13.6199 15.7315 13.6658 15.667 13.7137 15.6074C13.6814 15.5575 13.6609 15.5223 13.6384 15.4891C11.8023 12.8126 9.96515 10.136 8.12801 7.46045C8.09283 7.40964 8.043 7.36762 8 7.32169C8.06547 7.30508 8.12997 7.27478 8.19544 7.27478C9.59577 7.27283 10.9971 7.27283 12.3974 7.27283C12.4257 7.32951 12.4472 7.39107 12.4834 7.44286C13.6687 9.1725 14.856 10.9021 16.0433 12.6308C16.0736 12.6748 16.1107 12.7139 16.1704 12.7852C16.2163 12.7217 16.2476 12.6748 16.2837 12.6318C17.772 10.8982 19.2612 9.16566 20.7495 7.43211C20.7906 7.38423 20.8179 7.3256 20.8511 7.27185C21.2909 7.27185 21.7306 7.27185 22.1704 7.27185C22.1195 7.33537 22.0707 7.39986 22.0179 7.46143C20.3098 9.45003 18.6036 11.4386 16.8906 13.4223C16.7635 13.5699 16.744 13.6618 16.8622 13.8328C18.7482 16.566 20.6244 19.3051 22.5046 22.0422C22.5495 22.1077 22.6072 22.1624 22.659 22.223C22.5935 22.2396 22.529 22.2699 22.4635 22.2699C21.0632 22.2728 19.6619 22.2719 18.2616 22.2719C18.2293 22.2083 18.2029 22.1399 18.1629 22.0813C16.9208 20.2696 15.6778 18.4578 14.4349 16.6471C14.3948 16.5885 14.3479 16.5337 14.2795 16.4438C14.2355 16.5054 14.2062 16.5533 14.17 16.5943C12.5899 18.4344 11.0098 20.2735 9.42964 22.1126C9.3886 22.1604 9.35635 22.2181 9.3202 22.2709L9.31922 22.2728ZM20.8814 21.3406C20.8003 21.2204 20.7485 21.1412 20.6948 21.064C17.7876 16.9002 14.8765 12.7373 11.9772 8.56664C11.8081 8.32429 11.6391 8.22657 11.3469 8.24123C10.8397 8.26664 10.3296 8.24807 9.76775 8.24807C9.84984 8.3712 9.90065 8.45035 9.9544 8.52657C11.6088 10.8963 13.2632 13.265 14.9166 15.6347C16.1977 17.4699 17.4788 19.3061 18.7638 21.1393C18.8195 21.2194 18.9094 21.3298 18.9857 21.3318C19.6003 21.3474 20.215 21.3406 20.8805 21.3406H20.8814Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_14_9199'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8 7.27283)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .shareIcon1280.mailto {
  order: 5;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath d='M15.6229 20.9952C14.2262 20.9952 12.8295 20.9847 11.4329 20.9998C10.7406 21.0073 10.1122 20.8166 9.54721 20.4436C8.76171 19.9253 8.25386 19.1982 8.07281 18.2648C8.02787 18.0329 8.00687 17.7931 8.00645 17.5566C8.00182 15.7394 7.99174 13.9222 8.01317 12.1055C8.02031 11.5141 8.2568 10.9722 8.59537 10.487C9.12884 9.72125 9.84714 9.22978 10.7763 9.07352C10.9943 9.03698 11.2165 9.00505 11.4366 9.00463C14.125 9.00001 16.8138 8.99707 19.5021 9.00463C20.3242 9.00673 21.061 9.26759 21.7016 9.79812C22.3279 10.3169 22.7055 10.9797 22.8735 11.7631C22.9281 12.0185 22.9399 12.287 22.9407 12.5499C22.9466 14.1991 22.9466 15.8482 22.9424 17.4969C22.9403 18.2917 22.7244 19.0272 22.2317 19.6556C21.7095 20.321 21.0333 20.7679 20.1894 20.9191C19.9109 20.9691 19.6244 20.991 19.3413 20.9931C18.1021 21.0006 16.8629 20.9964 15.6238 20.9964V20.9956L15.6229 20.9952ZM9.28006 11.1797C9.25444 11.2217 9.23469 11.2473 9.22251 11.2759C9.09229 11.5754 8.95535 11.8787 8.95451 12.2092C8.94863 14.0264 8.95283 15.8436 8.95619 17.6603C8.95619 17.7989 8.96166 17.9418 8.994 18.0753C9.13472 18.6554 9.4128 19.1528 9.89628 19.5212C10.3067 19.8337 10.7591 20.0383 11.2833 20.0387C14.0611 20.0412 16.8386 20.0412 19.6164 20.04C19.9314 20.04 20.236 19.9673 20.5174 19.8303C21.4504 19.3775 21.97 18.6189 21.9843 17.591C22.0086 15.8133 21.975 14.0344 21.9641 12.2563C21.962 11.9291 21.8662 11.6266 21.7268 11.3313C21.6579 11.1856 21.6163 11.1969 21.5163 11.2977C20.2562 12.5625 18.9935 13.8248 17.7299 15.0862C17.6199 15.1963 17.5077 15.3076 17.3817 15.3975C16.9331 15.7159 16.4492 15.941 15.8918 16.0116C15.2621 16.0918 14.6648 16.0116 14.0939 15.7411C13.7381 15.5726 13.4327 15.3286 13.1551 15.0539C12.4011 14.3079 11.6534 13.5551 10.9036 12.8049C10.373 12.2739 9.84251 11.743 9.28006 11.1797ZM9.91266 10.4534C9.95845 10.5017 9.9929 10.5399 10.029 10.5761C11.3056 11.853 12.5804 13.1321 13.8599 14.4061C14.3917 14.9354 15.0206 15.1782 15.783 15.0661C16.253 14.9967 16.6537 14.8014 16.9818 14.4767C18.2911 13.1804 19.5899 11.8736 20.8921 10.5702C20.9278 10.5345 20.9606 10.4963 21.003 10.45C20.8657 10.3652 20.7468 10.2753 20.6149 10.2127C20.1852 10.0098 19.7269 9.95018 19.2547 9.95102C16.7667 9.9548 14.2792 9.95186 11.7912 9.95438C11.5681 9.95438 11.3451 9.9758 11.1216 9.98673C10.6704 10.0086 10.2869 10.2001 9.91266 10.4538V10.4534Z' fill='white' stroke='white' stroke-width='0.2'/%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .shareIcon1280.more {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .menuMore {
  left: -200px !important;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280.ar .copyPopup {
  top: 0px;
  left: -110px;
}
.SiteVerticalArticleSocialShare_Wrapper {
  position: absolute;
  width: 100%;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 {
  position: sticky;
  top: 50px;
  display: inline-flex;
  flex-flow: column nowrap;
  padding-left: 5px;
  height: auto;
  width: auto;
  margin-right: 10px;
  align-items: center;
  z-index: 100;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 button {
  height: 30px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 1;
  background: unset;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='24px' height='21px' viewBox='0 0 24 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E01AC4F14-41A0-403F-8DE8-43A875ADDF36%3C/title%3E %3Cg id='Final' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Desktop_Dragging-c-' transform='translate(-1192.000000, -304.000000)' fill='%231417AC' fill-rule='nonzero'%3E %3Cg id='Group-4' transform='translate(1192.000000, 301.000000)'%3E %3Cg id='comments-black' transform='translate(12.000000, 13.663147) scale(-1, 1) translate(-12.000000, -13.663147) translate(0.000000, 3.326294)'%3E %3Cpolygon points='24 -2.92690193e-14 -8.39328607e-14 -2.92690193e-14 0 15.7833919 5.5962 15.7831713 5.5976972 20.6737061 11.0276 15.7831713 24 15.7833919'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  height: 24px;
  display: flex;
  min-width: 24px;
  /* box-sizing: border-box; */
  /* align-items: center; */
  justify-content: center;
  border-radius: unset;
  border: 0;
  cursor: pointer;
  margin: 0 0 5px 0;
  padding: unset;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb {
  order: 6;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='33' viewBox='0 0 39 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M33.6386 0H4.98114C2.22561 0 0 2.14098 0 4.79172V19.8398C0 22.4803 2.22561 24.6315 4.98114 24.6315H6.70864V30.8811C6.70864 32.7672 9.07203 33.7052 10.4604 32.3798L18.515 24.6315H33.6492C36.3941 24.6315 38.6303 22.4905 38.6303 19.8398V4.79172C38.6303 2.15118 36.4047 0 33.6492 0H33.6386Z' fill='%23DE1A1A'/%3E %3C/svg%3E");
  min-width: 38px;
  height: 33px;
  margin: 7px 0 5px 0;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .shareIcon1280 {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb > span:not(.shareIcon1280) {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  display: flex !important;
  margin-bottom: 3px;
  font-size: 13px;
}
.magazine2025 .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.font-moses .SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .addNewComment.tb .verticalSidebarCommentNumber {
  font-size: 12px !important;
  font-weight: 500;
  margin-bottom: 8px;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280 {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: center;
  margin: 7px 0 8px 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tb {
  display: none;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.fb {
  order: 4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg transform='translate(-536.000000, -562.000000) translate(439.000000, 562.000000) translate(97.699198, 0.000000)'%3E %3Cpath fill='%233A5794' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0zm0 2.208C6.594 2.208 2.21 6.592 2.21 12c0 5.408 4.385 9.792 9.795 9.792S21.8 17.408 21.8 12c0-5.408-4.386-9.792-9.796-9.792z'/%3E %3Cellipse cx='12.004' cy='12' fill='%233A5794' rx='10.804' ry='10.8'/%3E %3Cpath fill='%23FFF' d='M13.228 5.865c1.039 0 1.773.163 1.773.163v1.835s-.228.006-.793.007h-.264c-.764 0-1.132.486-1.132 1.247l-.001 1.37h1.962l-.327 2.272H12.81l.001 5.305h-2.39l-.001-5.306-1.88.001v-2.272h1.88V9.005c0-2.69 1.534-3.12 2.722-3.14h.085z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.wa {
  order: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%233ECC70' d='M12.055 0c3.198 0 6.2 1.24 8.456 3.487 2.257 2.249 3.499 5.237 3.498 8.413-.002 6.559-5.366 11.893-11.958 11.893-2.001 0-3.968-.5-5.713-1.447 0 .002-.003.002-.007.001L0 24l1.675-6.086-.017-.145C.637 15.983.1 13.962.101 11.892.102 5.334 5.466 0 12.055 0z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3Cpath fill='%23FFF' d='M5.762 9.494c0 1.423 1.058 2.797 1.206 2.99.148.194 2.083 3.113 5.046 4.367.704.298 1.255.475 1.683.608.708.22 1.351.189 1.86.116.569-.085 1.749-.7 1.995-1.376.246-.676.246-1.254.173-1.374-.075-.12-.272-.193-.567-.338-.295-.145-1.748-.845-2.02-.94-.269-.097-.467-.145-.663.144-.198.289-.763.94-.935 1.134-.172.192-.345.217-.64.073-.295-.145-1.248-.452-2.376-1.436-.877-.767-1.47-1.714-1.642-2.003-.172-.29-.019-.445.13-.59.132-.13.295-.337.442-.507.148-.168.197-.29.295-.482.098-.193.05-.362-.024-.507-.074-.144-.664-1.567-.911-2.147-.212-.496-.426-.495-.598-.495H8.15c-.172-.01-.369-.011-.565-.011-.197 0-.518.072-.788.362s-1.034.989-1.034 2.412z' transform='translate(-575.000000, -562.000000) translate(439.000000, 562.000000) translate(136.707944, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.tw {
  order: 3;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='12.5' cy='12.5' r='12.5' fill='black'/%3E %3Cg clip-path='url(%23clip0_81_3343)'%3E %3Cpath d='M6.03174 6.5L11.0506 13.1201L6 18.5003H7.1367L11.5587 13.7891L15.1325 18.5005H18.9997L13.6982 11.5092L18.3994 6.5H17.2627L13.1904 10.8382L9.89976 6.5H6.03174ZM7.70344 7.32597H9.4805L17.3272 17.6743H15.5507L7.70344 7.32597Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_81_3343'%3E %3Crect width='13' height='12' fill='white' transform='translate(6 6.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.mailto {
  order: 5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23000' fill-rule='nonzero' d='M12.004 0c6.63 0 12.005 5.373 12.005 12s-5.375 12-12.005 12C5.374 24 0 18.627 0 12S5.375 0 12.004 0z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.402 7.8H18.607V16.2H5.402z' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3Cpath stroke='%23FFF' stroke-width='1.2' d='M5.207 7.76L11.837 12.56 18.412 7.76' transform='translate(-458.000000, -562.000000) translate(439.000000, 562.000000) translate(19.681705, 0.000000)'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .shareIcon1280.more {
  order: 6;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='5px' height='21px' viewBox='0 0 5 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3EDABEEDA5-CB43-4221-B94B-4826C6515A3D%3C/title%3E %3Cg id='DT' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='article-final_No-comments-yet' transform='translate(-439.000000, -564.000000)'%3E %3Cg id='share-btn_-no-comments-yet' transform='translate(439.000000, 562.000000)'%3E %3Cg id='Group-16' transform='translate(0.000000, 2.400000)'%3E %3Cellipse id='Oval' fill='%23000000' cx='2.34085274' cy='2.34' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-4' fill='%23000000' cx='2.34085274' cy='17.94' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cellipse id='Oval-Copy-3' fill='%23000000' cx='2.34085274' cy='10.14' rx='2.34085274' ry='2.34'%3E%3C/ellipse%3E %3Cg id='Group-14' transform='translate(0.000000, 3.600000)'%3E%3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  margin-left: 0;
  width: 5px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .menuMore {
  left: -200px !important;
}
.SiteVerticalArticleSocialShare_Wrapper .SiteArticleSocialShareNew1280 .copyPopup {
  top: 0px;
  left: -110px;
}
.articleWrappedImage {
  width: 300px;
  min-height: 160px;
  float: none;
  margin-bottom: 0px;
}
.articleWrappedImage > div {
  width: 100% ! important;
}
.DesktopModeContainer .articleWrappedImage {
  float: left;
}
.ynetnews .DesktopModeContainer .articleWrappedImage {
  float: right;
}
.ArticleWrappedImageComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 120px;
  height: auto;
  min-height: 160px;
  float: left;
  margin-right: 60px;
  font-size: 14px;
  margin-bottom: 0;
}
.font-moses .ArticleWrappedImageComponenta {
  font-size: 14px;
}
.ynetnews .ArticleWrappedImageComponenta {
  float: right;
  margin-left: 60px;
  margin-right: unset;
}
.ArticleWrappedImageComponenta .withWidth {
  display: none ! important;
}
.ArticleWrappedImageComponenta .caption {
  font-weight: bold;
  margin-top: 3px;
  width: 120px;
}
.font-moses .ArticleWrappedImageComponenta .caption {
  font-weight: 670;
}
.ArticleWrappedImageComponenta .credit {
  margin-top: 6px;
  width: 120px;
}
.ArticleWrappedImageComponenta .credit:before {
  content: "(";
}
.ArticleWrappedImageComponenta .credit:after {
  content: ")";
}
.EditorComponenta .ArticleWrappedImageComponenta {
  float: right ! important;
}
.englishSite .EditorComponenta .ArticleWrappedImageComponenta {
  float: left ! important;
}
.articleShareButton {
  height: 14px;
  width: 14px;
  float: right;
  line-height: 26px;
}
.articleShareButton.facebook {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -19px;
}
.articleShareButton.newsletter {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -139px -36px;
}
.articleShareButton.gift {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -236px -122px;
}
.articleShareButton.twitter {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -222px;
}
.articleShareButton.mailto {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -3px -184px;
}
.articleShareButton.print {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -20px -184px;
}
.articleShareButton.talkback {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png) -54px -184px;
}
.articleShareButton.google {
  background: transparent url('//www.ynet.co.il/PicServer5/2017/08/22/sprites/article_v15.png') -3px -201px;
}
.editorComponentaWrapper.articleAudio  .componentaContent > :first-child {
  width: 740px;
}
.radionasArticleAudioComponenta {
  width: 100%;
  min-height: 173px;
  height: auto;
  margin-bottom: 30px;
}
.radionasArticleAudioComponenta .main-header {
  display: flex;
  justify-content: center;
  background-color: #B90302;
  padding: 10px 0;
}
.radionasArticleAudioComponenta .main-header .main-logo {
  background: url("data:image/svg+xml,%3Csvg width='134' height='40' viewBox='0 0 134 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Vector'%3E %3Cpath d='M26.512 19.65C25.824 19.65 25.168 19.498 24.544 19.194C23.92 18.89 23.32 18.442 22.744 17.85C22.296 18.442 21.736 18.89 21.064 19.194C20.408 19.498 19.632 19.65 18.736 19.65H15.88C15.736 21.57 15.072 23.01 13.888 23.97C12.72 24.93 11.032 25.41 8.82405 25.41H7.76805C6.40805 25.41 5.24005 25.122 4.26405 24.546C3.28805 23.986 2.53605 23.202 2.00805 22.194C1.49605 21.186 1.24005 20.018 1.24005 18.69C1.24005 17.778 1.34405 16.858 1.55205 15.93C1.77605 14.986 2.08005 14.138 2.46405 13.386H5.63205C5.37605 14.234 5.17605 15.13 5.03205 16.074C4.88805 17.018 4.81605 17.898 4.81605 18.714C4.81605 19.882 5.10405 20.81 5.68005 21.498C6.27205 22.186 7.04805 22.53 8.00805 22.53H8.72805C9.96005 22.53 10.864 22.194 11.44 21.522C12.032 20.866 12.328 19.93 12.328 18.714V9.642H15.904V16.77H17.944C18.744 16.77 19.328 16.546 19.696 16.098C20.064 15.65 20.248 14.946 20.248 13.986V9.642H23.824V14.274C23.824 14.466 23.816 14.65 23.8 14.826C23.8 15.002 23.784 15.178 23.752 15.354C24.152 15.882 24.544 16.25 24.928 16.458C25.328 16.666 25.832 16.77 26.44 16.77H27.928V7.77H31.504V19.65H26.512Z' fill='white'/%3E %3Cpath d='M42.5232 16.77C42.6032 16.77 42.6432 16.802 42.6432 16.866V19.53C42.6432 19.61 42.6032 19.65 42.5232 19.65H35.9472V1.41H39.5232V16.77H42.5232Z' fill='white'/%3E %3Cpath d='M45.9462 3.706C45.4502 3.706 45.0582 3.554 44.7702 3.25C44.4822 2.93 44.3382 2.506 44.3382 1.978C44.3382 1.434 44.4822 1.01 44.7702 0.706C45.0422 0.402 45.4342 0.25 45.9462 0.25C46.4422 0.25 46.8262 0.402 47.0982 0.706C47.3862 1.01 47.5302 1.434 47.5302 1.978C47.5302 2.506 47.3862 2.93 47.0982 3.25C46.8102 3.554 46.4262 3.706 45.9462 3.706Z' fill='white'/%3E %3Cpath d='M42.2866 19.65C42.2066 19.65 42.1666 19.61 42.1666 19.53V16.866C42.1666 16.802 42.2066 16.77 42.2866 16.77H45.2866V7.77H48.8626V16.77H51.9826C52.0626 16.77 52.1026 16.802 52.1026 16.866V19.53C52.1026 19.61 52.0626 19.65 51.9826 19.65H42.2866Z' fill='white'/%3E %3Cpath d='M51.7319 19.65C51.6519 19.65 51.6119 19.61 51.6119 19.53V16.866C51.6119 16.802 51.6519 16.77 51.7319 16.77H54.7319V1.41H58.3079V19.65H51.7319Z' fill='white'/%3E %3Cpath d='M63.1113 1.41H66.6873V19.65H63.1113V1.41Z' fill='white'/%3E %3Cpath d='M93.2427 16.77C93.3227 16.77 93.3627 16.802 93.3627 16.866V19.53C93.3627 19.61 93.3227 19.65 93.2427 19.65H88.8987C88.8187 19.65 88.7787 19.61 88.7787 19.53V16.866C88.7787 16.802 88.8187 16.77 88.8987 16.77H93.2427ZM83.9067 25.41C82.8187 25.41 81.8747 25.322 81.0747 25.146C80.2907 24.986 79.5307 24.69 78.7947 24.258L80.1867 21.642C80.8427 21.978 81.4587 22.21 82.0347 22.338C82.6107 22.482 83.2107 22.554 83.8347 22.554C84.7467 22.554 85.4427 22.306 85.9227 21.81C86.4187 21.314 86.6667 20.634 86.6667 19.77V19.65H84.2907C82.5787 19.65 81.2587 19.17 80.3307 18.21C79.4187 17.234 78.9627 15.85 78.9627 14.058C78.9627 12.698 79.2907 11.554 79.9467 10.626C80.6187 9.682 81.5307 8.97 82.6827 8.49C83.8347 8.01 85.1387 7.77 86.5947 7.77H90.2427V19.722C90.2427 21.546 89.6907 22.946 88.5867 23.922C87.4827 24.914 85.9227 25.41 83.9067 25.41ZM86.6667 16.77V10.65H85.8987C84.8747 10.65 84.0747 10.938 83.4987 11.514C82.9227 12.09 82.6347 12.906 82.6347 13.962C82.6347 14.922 82.8267 15.634 83.2107 16.098C83.6107 16.546 84.2107 16.77 85.0107 16.77H86.6667Z' fill='white'/%3E %3Cpath d='M95.4024 24.65C94.9064 24.65 94.5144 24.49 94.2264 24.17C93.9384 23.866 93.7944 23.45 93.7944 22.922C93.7944 22.394 93.9384 21.97 94.2264 21.65C94.5144 21.346 94.9064 21.194 95.4024 21.194C95.8984 21.194 96.2904 21.346 96.5784 21.65C96.8504 21.954 96.9864 22.378 96.9864 22.922C96.9864 23.466 96.8424 23.89 96.5544 24.194C96.2664 24.498 95.8824 24.65 95.4024 24.65ZM99.4824 24.65C98.9864 24.65 98.5944 24.49 98.3064 24.17C98.0184 23.866 97.8744 23.45 97.8744 22.922C97.8744 22.394 98.0184 21.97 98.3064 21.65C98.5944 21.346 98.9864 21.194 99.4824 21.194C99.9784 21.194 100.362 21.346 100.634 21.65C100.922 21.97 101.066 22.394 101.066 22.922C101.066 23.45 100.922 23.866 100.634 24.17C100.346 24.49 99.9624 24.65 99.4824 24.65Z' fill='white'/%3E %3Cpath d='M93.0054 19.65C92.9254 19.65 92.8854 19.61 92.8854 19.53V16.866C92.8854 16.802 92.9254 16.77 93.0054 16.77H97.2054V7.77H100.781V19.65H93.0054Z' fill='white'/%3E %3Cpath d='M103.908 16.77H111.924C111.764 16.034 111.58 15.37 111.372 14.778C111.18 14.17 110.964 13.642 110.724 13.194C110.244 12.282 109.636 11.498 108.9 10.842C108.18 10.17 107.292 9.618 106.236 9.186L107.58 5.826C109.02 6.402 110.26 7.186 111.3 8.178C112.356 9.154 113.228 10.362 113.916 11.802C114.62 13.226 115.164 14.914 115.548 16.866V19.65H103.908V16.77Z' fill='white'/%3E %3Cpath d='M119.502 1.41H123.078V19.65H119.502V1.41Z' fill='white'/%3E %3Cpath d='M128.925 25.41C128.109 25.41 127.357 25.314 126.669 25.122C125.981 24.93 125.261 24.578 124.509 24.066L125.949 21.738C126.365 22.01 126.733 22.194 127.053 22.29C127.389 22.386 127.781 22.434 128.229 22.434C128.869 22.434 129.381 22.186 129.765 21.69C130.165 21.21 130.365 20.602 130.365 19.866V7.77H133.941V20.034C133.941 21.122 133.733 22.066 133.317 22.866C132.901 23.682 132.317 24.306 131.565 24.738C130.829 25.186 129.949 25.41 128.925 25.41Z' fill='white'/%3E %3Cpath d='M3.25255 36.65H2.22055V30.662C2.22055 30.43 2.22055 30.234 2.22055 30.074C2.22855 29.914 2.23655 29.766 2.24455 29.63C2.25255 29.486 2.26055 29.338 2.26855 29.186C2.14055 29.306 2.02455 29.414 1.92055 29.51C1.81655 29.598 1.68455 29.71 1.52455 29.846L0.612547 30.59L0.0605469 29.882L2.37655 28.082H3.25255V36.65Z' fill='white'/%3E %3Cpath d='M12.1357 32.354C12.1357 33.274 12.0397 34.066 11.8477 34.73C11.6557 35.386 11.3517 35.89 10.9357 36.242C10.5197 36.594 9.96773 36.77 9.27973 36.77C8.31173 36.77 7.59573 36.382 7.13173 35.606C6.67573 34.822 6.44773 33.738 6.44773 32.354C6.44773 31.426 6.53973 30.634 6.72373 29.978C6.91573 29.322 7.21973 28.822 7.63573 28.478C8.05173 28.126 8.59973 27.95 9.27973 27.95C9.91973 27.95 10.4517 28.126 10.8757 28.478C11.2997 28.822 11.6157 29.322 11.8237 29.978C12.0317 30.634 12.1357 31.426 12.1357 32.354ZM7.50373 32.354C7.50373 33.53 7.63573 34.41 7.89973 34.994C8.17173 35.578 8.63173 35.87 9.27973 35.87C9.91973 35.87 10.3757 35.582 10.6477 35.006C10.9277 34.422 11.0677 33.538 11.0677 32.354C11.0677 31.57 11.0077 30.922 10.8877 30.41C10.7677 29.89 10.5757 29.502 10.3117 29.246C10.0557 28.982 9.71173 28.85 9.27973 28.85C8.84773 28.85 8.49973 28.982 8.23573 29.246C7.97973 29.502 7.79173 29.89 7.67173 30.41C7.55973 30.922 7.50373 31.57 7.50373 32.354Z' fill='white'/%3E %3Cpath d='M14.3589 36.65L17.8749 29.042H13.2549V28.082H19.0029V28.898L15.5229 36.65H14.3589Z' fill='white'/%3E %3Cpath d='M20.4581 36.002C20.4581 35.706 20.5301 35.498 20.6741 35.378C20.8181 35.258 20.9901 35.198 21.1901 35.198C21.3981 35.198 21.5741 35.258 21.7181 35.378C21.8701 35.498 21.9461 35.706 21.9461 36.002C21.9461 36.29 21.8701 36.498 21.7181 36.626C21.5741 36.754 21.3981 36.818 21.1901 36.818C20.9901 36.818 20.8181 36.754 20.6741 36.626C20.5301 36.498 20.4581 36.29 20.4581 36.002Z' fill='white'/%3E %3Cpath d='M26.225 27.962C26.729 27.962 27.173 28.042 27.557 28.202C27.941 28.354 28.241 28.582 28.457 28.886C28.681 29.19 28.793 29.566 28.793 30.014C28.793 30.358 28.717 30.658 28.565 30.914C28.421 31.17 28.225 31.398 27.977 31.598C27.729 31.79 27.457 31.962 27.161 32.114C27.513 32.282 27.833 32.474 28.121 32.69C28.409 32.898 28.637 33.142 28.805 33.422C28.981 33.702 29.069 34.038 29.069 34.43C29.069 34.91 28.953 35.326 28.721 35.678C28.489 36.022 28.161 36.29 27.737 36.482C27.321 36.674 26.829 36.77 26.261 36.77C25.341 36.77 24.633 36.57 24.137 36.17C23.641 35.762 23.393 35.194 23.393 34.466C23.393 34.074 23.473 33.734 23.633 33.446C23.801 33.158 24.021 32.91 24.293 32.702C24.565 32.494 24.857 32.318 25.169 32.174C24.889 32.014 24.633 31.834 24.401 31.634C24.177 31.426 23.997 31.19 23.861 30.926C23.733 30.662 23.669 30.354 23.669 30.002C23.669 29.562 23.781 29.194 24.005 28.898C24.229 28.594 24.533 28.362 24.917 28.202C25.301 28.042 25.737 27.962 26.225 27.962ZM24.425 34.478C24.425 34.894 24.573 35.242 24.869 35.522C25.165 35.794 25.621 35.93 26.237 35.93C26.821 35.93 27.265 35.794 27.569 35.522C27.881 35.242 28.037 34.882 28.037 34.442C28.037 34.162 27.961 33.918 27.809 33.71C27.665 33.494 27.457 33.302 27.185 33.134C26.921 32.966 26.605 32.814 26.237 32.678L26.045 32.606C25.693 32.758 25.397 32.922 25.157 33.098C24.917 33.274 24.733 33.474 24.605 33.698C24.485 33.922 24.425 34.182 24.425 34.478ZM26.213 28.814C25.773 28.814 25.409 28.922 25.121 29.138C24.841 29.346 24.701 29.65 24.701 30.05C24.701 30.346 24.769 30.594 24.905 30.794C25.049 30.994 25.241 31.166 25.481 31.31C25.721 31.446 25.985 31.578 26.273 31.706C26.553 31.586 26.801 31.454 27.017 31.31C27.241 31.166 27.417 30.994 27.545 30.794C27.681 30.586 27.749 30.338 27.749 30.05C27.749 29.65 27.609 29.346 27.329 29.138C27.049 28.922 26.677 28.814 26.213 28.814Z' fill='white'/%3E %3Cpath d='M36.6184 27.53H37.4944V39.542H36.6184V27.53Z' fill='white'/%3E %3Cpath d='M48.6979 36.65H47.6659V30.662C47.6659 30.43 47.6659 30.234 47.6659 30.074C47.6739 29.914 47.6819 29.766 47.6899 29.63C47.6979 29.486 47.7059 29.338 47.7139 29.186C47.5859 29.306 47.4699 29.414 47.3659 29.51C47.2619 29.598 47.1299 29.71 46.9699 29.846L46.0579 30.59L45.5059 29.882L47.8219 28.082H48.6979V36.65Z' fill='white'/%3E %3Cpath d='M57.581 32.354C57.581 33.274 57.4851 34.066 57.293 34.73C57.101 35.386 56.797 35.89 56.381 36.242C55.965 36.594 55.413 36.77 54.725 36.77C53.757 36.77 53.041 36.382 52.577 35.606C52.121 34.822 51.893 33.738 51.893 32.354C51.893 31.426 51.985 30.634 52.169 29.978C52.361 29.322 52.665 28.822 53.081 28.478C53.497 28.126 54.045 27.95 54.725 27.95C55.365 27.95 55.897 28.126 56.321 28.478C56.745 28.822 57.061 29.322 57.269 29.978C57.477 30.634 57.581 31.426 57.581 32.354ZM52.949 32.354C52.949 33.53 53.081 34.41 53.345 34.994C53.617 35.578 54.077 35.87 54.725 35.87C55.365 35.87 55.821 35.582 56.093 35.006C56.373 34.422 56.513 33.538 56.513 32.354C56.513 31.57 56.453 30.922 56.333 30.41C56.213 29.89 56.021 29.502 55.757 29.246C55.501 28.982 55.157 28.85 54.725 28.85C54.293 28.85 53.945 28.982 53.681 29.246C53.425 29.502 53.237 29.89 53.117 30.41C53.005 30.922 52.949 31.57 52.949 32.354Z' fill='white'/%3E %3Cpath d='M64.0882 30.086C64.0882 30.47 64.0162 30.802 63.8722 31.082C63.7282 31.362 63.5202 31.59 63.2482 31.766C62.9842 31.942 62.6722 32.066 62.3122 32.138V32.186C63.0002 32.266 63.5122 32.482 63.8482 32.834C64.1842 33.186 64.3522 33.646 64.3522 34.214C64.3522 34.71 64.2362 35.154 64.0042 35.546C63.7722 35.93 63.4122 36.23 62.9242 36.446C62.4442 36.662 61.8242 36.77 61.0642 36.77C60.6162 36.77 60.2002 36.734 59.8162 36.662C59.4322 36.598 59.0642 36.478 58.7122 36.302V35.318C59.0722 35.494 59.4602 35.634 59.8762 35.738C60.2922 35.834 60.6922 35.882 61.0762 35.882C61.8442 35.882 62.3962 35.734 62.7322 35.438C63.0762 35.134 63.2482 34.718 63.2482 34.19C63.2482 33.83 63.1522 33.542 62.9602 33.326C62.7762 33.102 62.5042 32.938 62.1442 32.834C61.7842 32.73 61.3522 32.678 60.8482 32.678H60.0202V31.778H60.8602C61.3322 31.778 61.7242 31.71 62.0362 31.574C62.3562 31.438 62.5962 31.25 62.7562 31.01C62.9242 30.762 63.0082 30.478 63.0082 30.158C63.0082 29.742 62.8682 29.422 62.5882 29.198C62.3082 28.966 61.9282 28.85 61.4482 28.85C61.1442 28.85 60.8682 28.882 60.6202 28.946C60.3722 29.002 60.1402 29.086 59.9242 29.198C59.7162 29.302 59.5042 29.426 59.2882 29.57L58.7602 28.85C59.0642 28.61 59.4402 28.402 59.8882 28.226C60.3442 28.05 60.8602 27.962 61.4362 27.962C62.3322 27.962 62.9962 28.162 63.4282 28.562C63.8682 28.962 64.0882 29.47 64.0882 30.086Z' fill='white'/%3E %3Cpath d='M65.9034 36.002C65.9034 35.706 65.9754 35.498 66.1194 35.378C66.2634 35.258 66.4354 35.198 66.6354 35.198C66.8434 35.198 67.0194 35.258 67.1634 35.378C67.3154 35.498 67.3914 35.706 67.3914 36.002C67.3914 36.29 67.3154 36.498 67.1634 36.626C67.0194 36.754 66.8434 36.818 66.6354 36.818C66.4354 36.818 66.2634 36.754 66.1194 36.626C65.9754 36.498 65.9034 36.29 65.9034 36.002Z' fill='white'/%3E %3Cpath d='M74.1664 30.086C74.1664 30.47 74.0944 30.802 73.9504 31.082C73.8064 31.362 73.5984 31.59 73.3264 31.766C73.0624 31.942 72.7504 32.066 72.3904 32.138V32.186C73.0784 32.266 73.5904 32.482 73.9264 32.834C74.2624 33.186 74.4304 33.646 74.4304 34.214C74.4304 34.71 74.3144 35.154 74.0824 35.546C73.8504 35.93 73.4904 36.23 73.0024 36.446C72.5224 36.662 71.9024 36.77 71.1424 36.77C70.6944 36.77 70.2784 36.734 69.8944 36.662C69.5104 36.598 69.1424 36.478 68.7904 36.302V35.318C69.1504 35.494 69.5384 35.634 69.9544 35.738C70.3704 35.834 70.7704 35.882 71.1544 35.882C71.9224 35.882 72.4744 35.734 72.8104 35.438C73.1544 35.134 73.3264 34.718 73.3264 34.19C73.3264 33.83 73.2304 33.542 73.0384 33.326C72.8544 33.102 72.5824 32.938 72.2224 32.834C71.8624 32.73 71.4304 32.678 70.9264 32.678H70.0984V31.778H70.9384C71.4104 31.778 71.8024 31.71 72.1144 31.574C72.4344 31.438 72.6744 31.25 72.8344 31.01C73.0024 30.762 73.0864 30.478 73.0864 30.158C73.0864 29.742 72.9464 29.422 72.6664 29.198C72.3864 28.966 72.0064 28.85 71.5264 28.85C71.2224 28.85 70.9464 28.882 70.6984 28.946C70.4504 29.002 70.2184 29.086 70.0024 29.198C69.7944 29.302 69.5824 29.426 69.3664 29.57L68.8384 28.85C69.1424 28.61 69.5184 28.402 69.9664 28.226C70.4224 28.05 70.9384 27.962 71.5144 27.962C72.4104 27.962 73.0744 28.162 73.5064 28.562C73.9464 28.962 74.1664 29.47 74.1664 30.086Z' fill='white'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center;
  width: 134px;
  height: 40px;
}
.radionasArticleAudioComponenta .main-container {
  display: flex;
  background-color: #062963;
  align-items: center;
}
.radionasArticleAudioComponenta .main-container .details-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 27px 20px 27px 20px;
  gap: 20px;
}
.radionasArticleAudioComponenta .main-container .details-container .audio-roof-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}
.radionasArticleAudioComponenta .main-container .details-container .bottom-area {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  gap: 8px;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  color: #062963;
}
.radionasArticleAudioComponenta .main-container .details-container .bottom-area .audio-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.radionasArticleAudioComponenta .main-container .details-container .bottom-area .separator {
  width: 1px;
  height: 10px;
  background-color: #062963;
}
.radionasArticleAudioComponenta .main-container .details-container .bottom-area .duration-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 4px;
}
.radionasArticleAudioComponenta .main-container .action-button {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
  background-image: 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.25' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E%3Cpath d='M43.8008 28.5064C45.1341 29.2762 45.1341 31.2007 43.8008 31.9705L22.8008 44.0949C21.4674 44.8647 19.8008 43.9024 19.8008 42.3628L19.8008 18.1141C19.8008 16.5745 21.4674 15.6123 22.8008 16.3821L43.8008 28.5064Z' stroke='%23062963' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.ynet-live-wrapper .ynet-live-componenta {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  padding: 0 8px 0 17px;
}
.ynet-live-wrapper .ynet-live-componenta.editor .buttons-div {
  pointer-events: none;
}
.ynet-live-wrapper .ynet-live-componenta .main-logo {
  height: 69px;
  width: 128px;
}
.ynet-live-wrapper .ynet-live-componenta .text-div {
  display: flex;
  align-items: center;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .main-title {
  font-size: 20px;
  font-weight: 670;
  min-width: fit-content;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .separator {
  width: 3px;
  height: 20px;
  background-color: #de1919;
  margin: 0 6px;
}
.ynet-live-wrapper .ynet-live-componenta .text-div .program-title {
  font-size: 20px;
  max-width: 300px;
  font-weight: 340;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div {
  display: flex;
  pointer-events: inherit;
  gap: 10px;
  width: 182px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .btn {
  width: 81px;
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-size: contain;
  font-weight: bold;
  border-radius: 15px;
  font-size: 13px;
  padding: 5px 0;
  height: fit-content;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .video-button {
  color: #000;
  font-weight: 500;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .audio-button {
  background-color: #de1a1a;
  color: #fff;
  font-weight: 500;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer.fullWidth .fp-controls,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky.fullWidth .fp-controls {
  width: 100% !important;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .fp-ui .fp-fullscreen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .fp-ui .fp-fullscreen {
  display: none;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .fp-ui .fp-controls,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .fp-ui .fp-controls {
  width: 260px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  display: flex;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen.open,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen.open {
  background: url("data:image/svg+xml,%3Csvg width='26' height='17' viewBox='0 0 26 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cmask id='path-1-inside-1_309_11' fill='white'%3E %3Cpath d='M26 17L16 17L16 11L26 11L26 17Z'/%3E %3C/mask%3E %3Cpath d='M16 11L16 10L15 10L15 11L16 11ZM17 17L17 11L15 11L15 17L17 17ZM16 12L26 12L26 10L16 10L16 12Z' fill='white' mask='url(%23path-1-inside-1_309_11)'/%3E %3Cmask id='path-3-inside-2_309_11' fill='white'%3E %3Cpath d='M0 17L10 17L10 11L4.0349e-07 11L0 17Z'/%3E %3C/mask%3E %3Cpath d='M10 11L10 10L11 10L11 11L10 11ZM9 17L9 11L11 11L11 17L9 17ZM10 12L3.36241e-07 12L4.70738e-07 10L10 10L10 12Z' fill='white' mask='url(%23path-3-inside-2_309_11)'/%3E %3Cmask id='path-5-inside-3_309_11' fill='white'%3E %3Cpath d='M26 0L16 5.92356e-07L16 6L26 6L26 0Z'/%3E %3C/mask%3E %3Cpath d='M16 6L16 7L15 7L15 6L16 6ZM17 5.3312e-07L17 6L15 6L15 6.51591e-07L17 5.3312e-07ZM16 5L26 5L26 7L16 7L16 5Z' fill='white' mask='url(%23path-5-inside-3_309_11)'/%3E %3Cmask id='path-7-inside-4_309_11' fill='white'%3E %3Cpath d='M0 0L10 5.92356e-07L10 6L-7.74137e-07 6L0 0Z'/%3E %3C/mask%3E %3Cpath d='M10 6L10 7L11 7L11 6L10 6ZM9 5.3312e-07L9 6L11 6L11 6.51591e-07L9 5.3312e-07ZM10 5L-6.45114e-07 5L-9.0316e-07 7L10 7L10 5Z' fill='white' mask='url(%23path-7-inside-4_309_11)'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-full-screen.close,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-full-screen.close {
  background: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.727 0H20v5.09h-2V1.577h-5.273V0zM0 0h7.273v1.576H2V5.09H0V0zm18 12.606V9.091h2v5.09h-7.273v-1.575H18zm-16 0h5.273v1.576H0V9.09h2v3.515z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.none,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.none {
  display: none;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.open,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.open {
  background: url("data:image/svg+xml,%3Csvg width='31' height='23' viewBox='0 0 31 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.5' y='12.5' width='11' height='9' stroke='white'/%3E %3Cpath d='M25.2684 5.42183C25.5014 5.27358 25.5701 4.96453 25.4218 4.73156C25.2736 4.49859 24.9645 4.42992 24.7316 4.57817L25.2684 5.42183ZM13.5119 11.8915C13.452 12.1611 13.622 12.4282 13.8915 12.4881L18.2844 13.4643C18.5539 13.5242 18.821 13.3542 18.8809 13.0847C18.9408 12.8151 18.7709 12.548 18.5013 12.4881L14.5966 11.6204L15.4643 7.71562C15.5242 7.44606 15.3542 7.17897 15.0847 7.11907C14.8151 7.05916 14.548 7.22913 14.4881 7.49869L13.5119 11.8915ZM24.7316 4.57817L13.7316 11.5782L14.2684 12.4218L25.2684 5.42183L24.7316 4.57817Z' fill='white'/%3E %3Cpath d='M19.4397 0.471313H30.5482V8.24149H27.4933V2.87637H19.4397V0.471313ZM0 0.471313H19.4397V2.87637H3.05482V8.24149H0V0.471313ZM27.4933 19.7118V8.24149H30.5482V22.1168H19.4397V19.7118H27.4933Z' fill='white'/%3E %3C/svg%3E") no-repeat center;
  background-size: 22px 30px;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .YITFloatingPlayer .custom-controllers .custom-intermediate-screen.close,
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .is-sticky .custom-controllers .custom-intermediate-screen.close {
  background: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='%23fff' d='M8.114 14.424H1.258V8.873h6.856z'/%3E %3Cpath d='M9.57 8.019a.5.5 0 0 0 .707.707l-.706-.707zm4.782-3.577a.5.5 0 0 0-.5-.5H9.354a.5.5 0 0 0 0 1h3.998v4a.5.5 0 1 0 1 0v-4.5zm-4.075 4.284 3.929-3.93-.707-.708-3.928 3.93.706.708zM13.485.82h7.273v5.09h-2V2.396h-5.273V.82zM.758.82h12.727v1.576H2.758V5.91h-2V.82zm18 12.604V5.91h2V15h-7.273v-1.576h5.273z' fill='%23fff'/%3E %3C/svg%3E") no-repeat center;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player .intermediate-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.ynet-live-wrapper .ynet-live-componenta .buttons-div .live-video-floating-player:has(.intermediate) .intermediate {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 740px;
  height: 416px;
  transform: translate(-50%, -50%);
}
.ynet-live-floating-player {
  width: 1240px;
  height: 53px;
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  left: calc(50% - 620px);
  background-color: #2e2e2e;
  padding: 0 12px 0 35px;
  z-index: 10;
  box-sizing: border-box;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  border: solid 1px #6e6e6e;
}
.ynet-live-floating-player.show {
  transform: translateY(0);
}
.ynet-live-floating-player.hide {
  transform: translateY(200%);
}
.ynet-live-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 15px 0 0 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  margin-left: 10px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='M10 9v18h5.333V9H10zm10.667 0v18H26V9h-5.333z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-button .floating-player-button-status.play {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z' fill='%23E02020'/%3E %3Cpath d='m25.604 18-12.462 5.885v-11.77L25.604 18z' fill='%23fff'/%3E %3C/svg%3E");
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper {
  display: flex;
  align-items: center;
  margin: 0 33px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-dot {
  background-color: #de1919;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-indication-wrapper .floating-player-live-indication {
  min-width: fit-content;
  font-weight: 340;
  margin-inline-end: 15px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap .timeline {
  width: 420px;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"]::-webkit-slider-thumb {
  border: 2px solid #fec300;
  background-color: #fec300;
  direction: ltr !important;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .range-wrap input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #fec300;
  height: 4px;
  cursor: pointer;
  width: 430px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details {
  display: flex;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .progress-time {
  margin-inline-end: 5px;
  font-size: 20px;
  width: 116px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .dot {
  background-color: #fec300;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .ads-ruler-timeline .ruler-details .live-feedback .live-text {
  font-size: 20px;
  font-weight: 340;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-show-time {
  margin-left: 20px;
  font-weight: 340;
  white-space: nowrap;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details .floating-player-equalizer-gif {
  width: 30px;
  height: 30px;
  margin: 0 10px 5px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 500px;
  height: 4px;
  border-radius: 10px;
  background: #de1919;
  cursor: pointer;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-details input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: white;
  border: 2px solid #de1919;
  background-color: #de1919;
  border-radius: 50%;
  cursor: pointer;
  direction: ltr;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 150px;
  background: #2d2d2d;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-main-title {
  width: fit-content !important;
  display: flex !important;
  font-size: 20px;
  font-weight: 670;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .separator {
  width: 3px;
  height: 20px;
  background-color: #de1919;
  margin: 0 9px;
}
.ynet-live-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  font-size: 20px;
  font-weight: 340;
  max-width: 250px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .ynet-live-wrapper .ynet-live-componenta {
    background-color: #393939;
  }
}
.ArticleBannerComponenta {
  direction: rtl;
  float: left;
  margin: 10px 10px 10px 0;
  overflow: hidden;
  text-align: left;
  width: 300px;
  height: 250px;
}
.centeredBanner {
  float: inherit;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBannerComponenta {
    display: none;
  }
}
.ArticleBodyComponent .ArticleImageComponenta img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleBodyComponent .ArticleImageComponenta img {
    height: auto !important;
  }
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 10px;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails {
  margin-bottom: 25px;
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.calcalist .ArticleBodyComponent .ArticleImageComponenta .ImageDetails > * {
  font-family: "Open Sans Hebrew";
}
.ArticleBodyComponent .ArticleImageComponenta .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.ArticleBodyComponent .ArticleImageComponenta .galleryCounterExpand {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta .expand,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand {
  position: absolute;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand::after,
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand {
  left: 0px;
  width: 55px;
  height: 55px;
  top: 0;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:hover {
  background-color: transparent;
}
.ArticleBodyComponent .ArticleImageComponenta .calcalistExpand:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='56px' height='51px' viewBox='0 0 56 51' enable-background='new 0 0 56 51' xml:space='preserve'%3E %3Cimage id='image0' width='56' height='51' x='0' y='0' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAzCAYAAADCQcvdAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAP pUlEQVRo3r1ab4xcV3X/nXPv+zOzfrPrkLFj2CTOhpjKcWwna1BwC2wU2khQkVK6i/qh/dBUSqu0 qoQqVZUqVarUD/3QVqUBQoF+6wdsVNKopX9EsEloSErsxNhYCKsLOE4hniT2zuzuzHv33nP6Ye4b TzZre+1scqSnebM7793zu+f+O7/fIVyjqeqGf/vRj34UaZoihDC6ABAAGGNGV1VVyPMcIqL9fh9F UeCJJ5647HuJaF2/1vs74RrsSuA+9rGPgZnBzAghEDNDRMh7D2MMvPeUJMno9845WGsRQoC1VuPv YYxREYGIIISgvV4P09PTOHTo0FVBrtsZbwXcAw88ABEhVcXExAScc6SqZK2lEAKpKsWeJWYmVR31 NBFBRDR+VyKCMUa990pEmiSJrqysgIiUmVFVlXY6HZw6deqaQG4IYO3U3NwcGo0GrLXw3pOIUJZl GAwGbIyhYZvEAJiISESMqlL8DmYevUtE6k5TIhJmHqIFQvzUEILkea5lWSoza2xX+/0+jhw5siGQ diMAFxYWMDs7CwAUQkCWZVSWJRlj2DnHwwAxi4hhZqOqJoKyAIiZTewoHn4oMbMCEBFRIgoAAhEJ EYUQQmDmICLinAvMrCEEybJMy7IEABw4cEBnZmYuO/c2DPA7zx0HAPzZn3yGnHOUZRlXVTVExGy8 94aIEhGxAKyIWCKyqmojSDP2SaqqcUhqvBcAXlUDEQUR8QCciPj43VlrRVVDVVVCROKc06Io8Ed/ /Ke6sLBwRZBXjO/8/DwtLi4iTVNiZsrznJmZrbWWiIyqJiKSMLM1xiQikgFIACQRkAXAqmpo6EHd nsZIjqIXQXoAFQDHzD6E4ESkYmZPRE5Vg/c+iIgMBgMREVRVpTMzM3ro0KF1QV4pgrS4uIiiKMg5 x3mecxx6hogSIkpFJGXm1BiTqmoGIFHVlIhsc2IiPfhLH7nptpnb371lS7EtSdM2M+VE3FCVvqr2 q7J6dXm5d/4nP158+Zmnv/2z5eVepaqOiCpVrYwxVXxnxcw2gveqGvI8D4PBQIqi0MXFRYoj4k0g LxvBubk5AlCDMzEKibU2JaLEGJOJSMbMmapmzJyJSHrXvv1bP/SR+++cnJq8k4gbG5njw/kp/e5S 99RTR5/8/skTL1xk5lJESiIqRaRk5iqEUKpq5b13quqJKAwGA0mSRAHIegvPugDn5uao0WhwCIGI iOP8Spg5BZARUcbMOYAMQE5E+Xumby5+7Tc+/f5Wa3Lv1Yb+1bD2et0Tj3/tq/9z7qWzXVUtAQwA DESkVNUBgFJEHADPzEFVgzFG+/2+HjlyRMdBvsmR+fl5On36NM3MzLAxxlRVZVTVElEW51iDiHIi ypk5V9X84w/++s679u77FSLO3wKwtREdnP7Bqf944p8P/4SIBiLDYR0BDpi5jMPZpWkaQgiyuLgo u3fv1sOHD18+gnFocqPRMCEEy8yWmTMiygBkqtoA0Iwgmw89/Mjd7W3bD24WsLXWOf/KM1/54ueO qeqqqvYB9ImoD2CgqqWIVCLijTG+3+8LAD169OhoPr4B4Pz8PAGgpaUlQ0QmgktFJFfVnIgaRNRg 5iaA5u//4WfunZyamn27wNW2dPHisS/8/d98F8CqiKzGSK4SUT/O1UpEvKqGyclJATBaVXn8RYuL i3Tu3DmOJxQGYL33VkQSIkqZOQOQq2r+0MOP3P1OgAOAyamp2YcefmRWVXMAeT2iRCT13icAbJZl LCJ87tw5iqsqVBVmPHpbt24lVWURMfXCUs81Y0yuqg0ianz8E5/cOXP7Hb/8ToCrbWJiy82Tk1M/ P/OjHy6rqhhjBIAgHu289yIikue57tixQ++8807Mz89f2gc7nQ4AUKPRoDzP2TlnmNmKiDXGJHEr SHe8e7q4a9/+BzbD6RACTe9o3z6z89ZfWPu/J5/67jfyPJfxv921b/8DJ144/k8vnzvrVdUbY1wI ITHGeBExeZ4H55x0Oh0CMDyox2ep1+tRURTEzOScYwCjKIpIEk8t6SfnPz27WaulquJ7x0+ce+bZ 5378rSPfPuu9HwG68PrrydrfE3H+4KfmD4hIqqqpiKTRPwvAOOeYmbkoCur1egAwnIPz8/OYmZlB r9cjZmZVZSIyxhgbD8yJqqZ79u6farUm920GuNjDmGhOhJM/+OHZ2Xv2b7PWsnNOAKA/6Jv1nmm1 Jvfu2bt/SlXrI2ES/WRVZWamXq+HmZkZzM/PDwF2Oh10Oh1qNBoUQmBrrQFQn17quWg/PHf/bry1 TfwNZozRZrMZfus3Fz4wOTmZv/76hfLfvvHvr1ytXz48d/9uIqoB2niEtNZaDiFQo9GgTqdDnU6H GHF4lmVJzEzMTCGE+vRv4yZvtxRFOrV1as9mgQMA5xzd+/6755rNRuPChYvl33720ROt1qS72nNT W6f2bCmKdCxrMUTEwyxriKEsS/R6vUvbRFEUNBgMSEQ4rqSjwzUAc+/BD7UB2rSTinOOPnDP3vua jbx54cLF8tEv/MML773jfcvnz7/685+efek1a61c/mnKh/6gHmk2JtcsIjwYDKgoCgLiHBwMBqiq CmmakveeVJVV1cQE1QAwt83cvuNtBbdr1/L0zTcPsubExaf++9kTrVbLX+kd0Z8aIEd6hLz3SNMU VVVhMBgMt4myLMk5R2makjGGIs1AzMwY5nO8ZUux7e0Et2PHu0trrW694QbXmpz01tor0ndF0doW F0Ouh2fN/YQQ4JxDWZaw8/PzWF5eRrfbRQgBqkpJktQgueZY0ix712YA7HaX7HrgYsqDJEm0vr+S JWl6YwRHw7x5aM45EhECgDvuuOPSRt9qtdDv9ynLMkTOZBTJYTSpuRkAgw/0V3/9d8+oCN67a9fq OLhrMWO4gSEFQrW/IkJJkmB1dRWtVgvAZTL6mt6r74c03+Zs7q3JSb9r1/uWjTXaak366wE3tOGC N+7nehn9ugBr3nL8AVUZXA9I5xzdO7vvvjzPmvXxK8/z6q13lQ5qX8e51bU22ia63S6MMeqcAxFp pPOUiBSAiujq9YD7wD1778vzrNntLQ+6S0sboik3YiFIH0NOVWuelYjUOafGGHS73SHAw4cP48yZ MwCGeoG1ViPjrABEVUVVpSrL164HXL2gfP6xLx031lzncFzn/VX1avSt9lNFRK21MGbYzpkzZ4YR zLJMkyRRY4yGEGpwKkOkQkSyvNw7f7nGvPe0e9ft708T21TVdbeCW2+7bbXVmvQbc//q1ut1zxOR qGoQEalBhhDUGIMkSZBl2RBgnuf15qjWWq0Z5kjKBgDhx4v/+7PLNba83DNbp1rbW1sm3lOWJV9u n7v+BeXNFv2pGfGaFRdrrVZVpWmaap7nl+Zgr9fTPM+VmaXWCsZI2fDsM093VGWwXmPdbtfGXk0+ eGDf2w4O0MGzzzzdGQfIzCEKNZrnOcbTJS2KQrMsUxFREVFjjKhqAOCJyKuqX+71qqWLS6fWa857 zwCwf++enc1ms/H2ggMuvH7hB8u9Xllzoxhm9WKMCTI0zbIMRVEME952u412u639fl+NMRITz0BE IdLpTlX9U0efPI0h7b6uWWvZey8vnDjxyoOf+NV3bd+2vdpscAD0O09969SYX46IPIDgvZeaH223 29put4eczOnTp6nRaNCNN95YH3NGZ1AMUxFDROb8Kz+XfffM5lmW3/SGHr1wIdm3Z/dtAMDMdNvO nZPbt7Xf5UMI3d7KheGRdnOs21068a+P//OPxqlDVa0AVBGo5HkuZ8+exTe/+c1LG31RFOj1etpo NDRJkhBlKy8ijpnrnqq+fvirx377d373feO0fCNvhD//i7987rXXXsvSJJVGsxmmtk5Vt9y6s3/T TZuWhEBVBo9/7avPM/NIwwghuOhnSJJEnHO6srKiRVEocOkko+12GwCwtLSkVVVpHM+BiHwIwRlj ShGx//fyS72TJ178r73773mwbnjrDTe4u/bu747TDGmaymSr5TcqNW/ETp548T9fPvfSsqqWzFyG EJyqOu+9j/KaGmNGWFT1DfQDzc7OUpqmPDExwc1mM3HO1ZJYzsw5M0+oapOIGg/93h/Mbtu2/Rc3 zfur2Kuvdp790uc/+71I+K6IyKqIrALoM3OZJEm1uroaVlZWpKoqff755xXAG4hfnZmZ0enpaWVm LcsyAPDWWheHRCUiAwyp88E/fvFzLyxdvHjsnQC3dPHi8a889rnn63kXRZiSmStrrQcQapl7enpa Z2ZmRgLM2vFDtWy2RptI12gTORE1iSh/6OFHDrwD2sTxSNfX2sQqhgtMf0ybCLU2Ma4wrV3etN1u a6fTUWutNJtNz8xeVZ2qliGEckzlWQGw+uXHHn3u5Pdf/Dqg/c0EpiqD7794/F++/NijzwOo9Yi+ iPSjTliqqmfm0Gw2xVornU5H2+32leWzGEWM6YNGRAyG+mACII36YIqhPpgRUXbzLbe2HvzUwgeL orUPb1Ef7HaXTjz+tUPfe/nc2V7cAsaHZq0P1lJ3rQ9K1AdxNYAALsloUeGlmj6M+nxSa/LMnKpq GlWo5O7ZA1sPfmjunlZrcg/RxlkAVekvXVw69fS3nzx58sSLF5nZRYW3igpvWUcuKrwuKryhVniP Hj36pqT3ij09OztLazV6Y4xJksQSkQ0hjMCq6ugiIlu0WumH5+5/z/TNt9yypSi2J0nSJuIGETWH Wp/0q8q9urLce+XsT39y7umj33olavSBiFx9RVDOGFOqqnPOuRDCuHwtvV5Pjx07dm0aPXDFKguO VRY21sZYY4wRkQRDKs9G4nhE60XyisauUSaOoUokqioAPIbStAsh1AeNusrC+6GMFGKVhV6tyuKK AFUVCwsLWFxcpKIo4JzjLVu2kDGGRISNMey9r6m7UV1MBF9zqrXWwZFeqJmwWEUyAqh1flcf9OO9 t9b6WBwkIQRZXl6uI4crgQOuUghU8x0LCwsaS0pEVSlNU6yurkqscCIRoShhcWTjOIohFAURRmTA 6s/xerV4LwCUmUMIQZhZvPdhWEA1zBDyPA+rq6uaJIluBNxVIzgeSQC477776lo18t4jKsE0GAww Vqs2+oz0f63VjQry4v9G760L7uIQHdElIQSNtWqyplZN11tQrhvgOEgA2LNnD9rtNtI0HTk6Vm2I sWpD1NFaU21I4wV5Y9WGiNWGSJJExqoNtaoqxH0OGwV3TQDXgqzt4MGDKIoCxpi6XpRCCFinXhRJ kozaW1MvCmbWWC+KmHgjhIBYL6qdTmdUYVhPn43YNW/IV6v4rYcxM2MwGIxX/FKs+AVw2Ypf9Pt9 jakb2u32mwphrwZubWT/H26K2uYpzlKkAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTA3LTMwVDA4 OjQxOjE4KzAwOjAws8SgFQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0wNy0zMFQwODo0MToxOCsw MDowMMKZGKkAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC' /%3E %3C/svg%3E");
  background-size: 95%;
  width: 100%;
  height: 100%;
}
.ArticleBodyComponent .ArticleImageComponenta .expand {
  right: 8px;
  top: 8px;
  background-color: rgba(206, 207, 215, 0.7);
  border-radius: 50%;
  box-shadow: 0px 0px 15px 3px #8F8A89;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:hover {
  background-color: rgba(143, 138, 137, 0.7);
  cursor: pointer;
}
.ArticleBodyComponent .ArticleImageComponenta .expand:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M13.9,18.1c-0.6-0.6-1.6-0.6-2.3,0L1.6,28.1v-5.7H0V32h9.6v-1.6H3.9l10.1-10.1C14.6,19.7,14.6,18.7,13.9,18.1z'/%3E %3Cpath d='M18.1,13.9c0.6,0.6,1.6,0.6,2.3,0L30.4,3.9v5.7H32V0h-9.6v1.6h5.7L18.1,11.7C17.4,12.3,17.4,13.3,18.1,13.9z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: 23px auto;
  width: 37px;
  height: 37px;
}
.ArticleBodyComponent .ArticleImageComponenta .mobileView {
  display: none;
}
.ArticleBodyComponent .ArticleImageComponenta.full_wide {
  width: 100%;
}
.ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 10px 10px 10px 0;
  float: left;
}
.EditorComponenta.side {
  float: left;
  width: 50%;
  margin: 10px 10px 10px 0;
}
.EditorComponenta.side.opposite {
  float: right;
  margin: 10px 0 10px 10px;
}
.isLtr .ArticleImageComponenta {
  position: relative;
  width: 100%;
}
.isLtr .ArticleImageComponenta.half_wide {
  width: 50%;
  margin: 0 0 10px 10px;
  float: right;
}
.isLtr .EditorComponenta.side {
  float: right;
  width: 50%;
  margin: 10px 0 10px 10px;
}
.isLtr .EditorComponenta.side.opposite {
  float: left;
  margin: 10px 10px 10px 0px;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView {
  height: 86px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView .textDiv {
  width: 100% !important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub {
  height: 48px !important;
  margin-bottom: 6px ! important;
}
.grid1280 .ArticleHeadlinesAuto.withoutImage .slotView.withoutSub .slotTitle {
  text-overflow: unset !important;
  white-space: normal;
}
.grid1280 .ArticleHeadlinesAuto .TabComponenta {
  margin-bottom: 14px;
}
.grid1280 .ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 102px;
  margin-bottom: 14px ! important;
}
.grid1280 .ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView {
  width: 180px;
  height: 102px;
  margin-left: 14px;
  overflow: hidden;
  padding: 0px;
  border: none;
  font-size: 10px;
  position: relative;
}
.grid1280 .ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.grid1280 .ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200x);
  overflow: hidden;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 18px;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 6px;
}
.grid1280 .ArticleHeadlinesAuto .slotView .moreDetails {
  color: #9d9d9d;
  line-height: 18px;
}
.ArticleHeadlinesAuto.withoutImage .slotView {
  height: 76px ! important;
  border-bottom: solid 1px #808080;
  margin-top: 7px;
  padding-bottom: 9px;
  box-sizing: border-box;
}
.ArticleHeadlinesAuto.englishSite {
  direction: ltr;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotSubTitle {
  display: none;
}
.ArticleHeadlinesAuto.englishSite.vestyComponenta .textDiv .slotTitle {
  max-height: unset ! important;
  height: 48px ! important;
  white-space: unset! important;
}
.ArticleHeadlinesAuto.englishSite .slotView .imageView {
  margin-left: 0px;
  margin-right: 10px;
  width: 110px;
  height: 62px;
}
.ArticleHeadlinesAuto.englishSite .slotView .moreDetails {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
}
.ArticleHeadlinesAuto.englishSite .slotMore {
  text-align: right;
}
.ArticleHeadlinesAuto .slotList {
  margin-right: 0 !important;
}
.ArticleHeadlinesAuto .slotView {
  display: inline-flex;
  height: 66px;
}
.ArticleHeadlinesAuto .slotView a {
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotView .imageView {
  width: 112px;
  height: 64px;
  margin-left: 10px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #C6C6C6;
  font-size: 10px;
  position: relative;
}
.ArticleHeadlinesAuto .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.ArticleHeadlinesAuto .slotView .textDiv {
  display: flex;
  flex-direction: column;
  width: calc(100% - 126px);
  overflow: hidden;
}
.ArticleHeadlinesAuto .slotView .slotTitle {
  max-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ArticleHeadlinesAuto .slotView .commaView {
  margin-left: 5px;
}
.ArticleHeadlinesAuto .slotView .slotSubTitle {
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  font-size: 12px;
}
.ArticleHeadlinesAuto .slotMore {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 17px;
  overflow-y: hidden;
}
.ArticleHeadlinesAuto .slotMore a {
  font-size: 12px;
  text-decoration: none;
}
.ArticleHeadlinesAuto .slotMore a:hover {
  color: #F50000;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeadlinesAuto.withoutImage {
    background: #fff ! important;
  }
  .ArticleHeadlinesAuto.withoutImage .slotView {
    height: auto;
    border-bottom: solid 1px #808080 ! important;
    margin-top: 7px;
    padding-bottom: 9px;
  }
  .ArticleHeadlinesAuto.withoutImage .slotTitle {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto.withoutImage .moreDetails {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto.englishSite {
    font-family: Arimo;
    background: #ededed;
  }
  .ArticleHeadlinesAuto.englishSite .slotSubTitle {
    display: none;
  }
  .ArticleHeadlinesAuto.englishSite .slotTitle {
    line-height: 18px;
    height: 36px;
    font: normal 14px Arimo ! important;
    max-height: 36px;
    margin-bottom: 10px;
    white-space: inherit;
  }
  .ArticleHeadlinesAuto.englishSite .slotView {
    width: 100%;
    border-bottom: 1px dotted #808080;
    margin-top: 0px;
    margin-bottom: 6px ! important;
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .ArticleHeadlinesAuto.englishSite .slotView:first-of-type {
    padding-top: 5px ! important;
  }
  .ArticleHeadlinesAuto.englishSite .slotView:last-of-type {
    margin-bottom: 0px ! important;
  }
  .ArticleHeadlinesAuto.englishSite .moreDetails {
    line-height: 14px;
    height: 28px;
    color: #808080;
    font: normal 11px Arimo !important;
    display: block;
    align-items: inherit;
  }
  .ArticleHeadlinesAuto.englishSite .slotContentDiv[style] {
    height: auto ! important;
  }
  .ArticleHeadlinesAuto .slotMore {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .article-image-price-tag-points-component {
    position: relative;
    width: 90.625vw !important;
    margin: auto;
    width: 100%;
  }
  .article-image-price-tag-points-component .pont-dot-parent {
    height: 6.25vw !important;
    width: 6.25vw !important;
    left: calc(var(--pointX) - 6.25vw/2) !important;
    top: calc(var(--pointY) - 6.25vw/2) !important;
    position: absolute;
  }
  .article-image-price-tag-points-component .point-dot {
    background: var(--pointColor);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    z-index: 10;
    font-size: 0;
    text-overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .article-image-price-tag-points-component .point-dot .dot-plus {
    font-size: 5.46875vw !important;
    font-family: "Times New Roman";
    color: var(--plusColor) !important;
  }
  .article-image-price-tag-points-component .point-dot:hover {
    z-index: 15;
    border-radius: unset !important;
    width: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    display: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    transition: unset !important;
    animation: unset !important;
    cursor: unset !important;
    opacity: 0;
  }
  .article-image-price-tag-points-component img[style] {
    height: auto !important;
    width: 100% !important;
  }
  .article-image-price-tag-points-component .point-box {
    animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    position: absolute;
    z-index: 20;
    background-color: #f5f5f4;
    width: 41.5625vw !important;
    height: auto;
    color: #000000;
    font-family: OpenSansHebrew;
    border-radius: 3.125vw;
    padding-bottom: 3.75vw;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
  }
  .font-moses .article-image-price-tag-points-component .point-box {
    font-family: "Moses", OpenSansHebrew;
  }
  .magazine2025 .article-image-price-tag-points-component .point-box {
    font-family: 'EzerShemesh';
  }
  .article-image-price-tag-points-component .point-box .close-btn {
    float: left;
    font-size: 2.1875vw;
    font-weight: 600;
    padding-left: 2.65625vw !important;
    padding-top: 2.65625vw !important;
    cursor: pointer;
    justify-content: flex-end;
    display: flex;
  }
  .article-image-price-tag-points-component .point-box .price-row {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    font-size: 5vw !important;
    line-height: 5vw !important;
    padding: 0px 4.6875vw !important;
  }
  .article-image-price-tag-points-component .point-box .desc-row {
    margin-top: 0.78125vw !important;
    font-size: 3.4375vw !important;
    font-weight: bold;
    line-height: 1 !important;
    color: #000000;
    padding: 0px 4.6875vw !important;
    overflow: hidden;
  }
  .article-image-price-tag-points-component .point-box .additional-row {
    font-size: 3.125vw ! important;
    padding: 0px 4.6875vw !important;
    margin: 1.5625vw 0;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.58px;
    text-align: right;
    color: #0d0c0c;
  }
  .article-image-price-tag-points-component .point-box .buy-row {
    padding: 1.5625vw 4.6875vw 0 !important;
    display: inline-flex;
  }
  .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
    opacity: 0.95;
    border-radius: 2.5vw;
    background-color: #000000;
    cursor: pointer;
    display: flex;
    color: white;
    justify-content: center;
    align-content: center;
    font-size: 2.8125vw !important;
    font-weight: 800;
    line-height: 2.8125vw !important;
    padding: 1.5625vw 2.1875vw !important;
    text-decoration: none;
  }
  .article-image-price-tag-points-component .ImageDetails {
    margin-bottom: 1.5625vw;
  }
  .article-image-price-tag-points-component .ImageDetails > * {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.875vw;
    line-height: 2.1875vw;
    color: #000;
  }
  .font-moses .article-image-price-tag-points-component .ImageDetails > * {
    font-family: "Moses", Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    font-weight: 340;
  }
  .magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
    font-family: 'Assistant';
    font-size: 2.5vw;
    font-weight: 300;
  }
  .article-image-price-tag-points-component .ImageDetails .ImageCaption {
    font-weight: bold;
    margin-left: 0.78125vw;
  }
}
@media (prefers-color-scheme: dark) {
  .article-image-price-tag-points-component .point-box {
    background: #000 !important;
  }
  .article-image-price-tag-points-component .point-dot .dot-plus {
    color: var(--plusColor) !important;
  }
}
.article-image-price-tag-points-component {
  position: relative;
}
.article-image-price-tag-points-component .pont-dot-parent {
  height: 40px;
  width: 40px;
  left: calc(var(--pointX) - 40px/2);
  top: calc(var(--pointY) - 40px/2);
  position: absolute;
}
.article-image-price-tag-points-component .point-dot {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: inline-flex;
  z-index: 10;
  font-size: 0;
  text-overflow: hidden;
  overflow: hidden;
  background-color: var(--pointColor);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.article-image-price-tag-points-component .point-dot .dot-plus {
  font-size: 35px;
  font-family: "Times New Roman";
  color: var(--plusColor);
}
.article-image-price-tag-points-component .point-dot .dot-text {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover {
  z-index: 15;
  border-radius: 20px;
  width: 140px;
  font-size: 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.4s ease-in-out;
  animation: tracking-in-expand 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  cursor: pointer;
}
.article-image-price-tag-points-component .point-dot:hover .dot-plus {
  display: none;
}
.article-image-price-tag-points-component .point-dot:hover .dot-text {
  display: flex;
  color: var(--pointColor);
  filter: invert(100%);
}
.article-image-price-tag-points-component .point-box {
  animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  position: absolute;
  z-index: 20;
  background-color: #f5f5f4;
  width: 215px;
  height: auto;
  padding-bottom: 24px;
  color: #000000;
  font-family: OpenSansHebrew;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.magazine2025 .article-image-price-tag-points-component .point-box {
  font-family: 'EzerShemesh';
}
.article-image-price-tag-points-component .point-box .close-btn {
  float: left;
  font-size: 14px;
  font-weight: 600;
  padding-left: 17px;
  padding-top: 17px;
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
}
.article-image-price-tag-points-component .point-box .price-row {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 20x;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .price-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .price-row span {
  direction: ltr;
  display: inline-block;
}
.article-image-price-tag-points-component .point-box .desc-row {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  padding: 0px 30px;
}
.font-moses .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .desc-row {
  font-weight: 400;
}
.article-image-price-tag-points-component .point-box .additional-row {
  font-size: 18px;
  padding: 0 30px;
  margin: 10px 0;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.58px;
  text-align: right;
  color: #0d0c0c;
}
.font-moses .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 340;
  line-height: 1.11;
  letter-spacing: normal;
}
.magazine2025 .article-image-price-tag-points-component .point-box .additional-row {
  font-weight: 300;
}
.article-image-price-tag-points-component .point-box .buy-row {
  padding: 10px 30px 0;
  display: inline-flex;
}
.article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  opacity: 0.95;
  border-radius: 16px;
  background-color: #000000;
  cursor: pointer;
  display: flex;
  color: white;
  justify-content: center;
  align-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 16px;
  padding: 10px 14px;
  text-decoration: none;
}
.font-moses .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .point-box .buy-row .buy-btn {
  font-weight: 400;
}
.article-image-price-tag-points-component .ImageDetails {
  margin-bottom: 10px;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails {
  padding-inline-start: 30px;
}
.article-image-price-tag-points-component .ImageDetails > * {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails > * {
  font-family: 'EzerShemesh';
  font-size: 16px;
  line-height: 18px;
}
.article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: bold;
  margin-left: 5px;
}
.font-moses .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 670;
}
.magazine2025 .article-image-price-tag-points-component .ImageDetails .ImageCaption {
  font-weight: 400;
}
@keyframes tracking-in-expand {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ArticlePremiumCutter {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.ArticlePremiumCutter .topShadow {
  background-image: linear-gradient(rgba(237, 241, 245, 0.6), #edf1f5);
  width: 100%;
  height: 100px;
  background-repeat: repeat;
  position: absolute;
  top: -100px;
}
.ArticlePremiumCutter .premium-bullets {
  display: flex;
  justify-content: space-between;
  width: 51%;
}
.ArticlePremiumCutter .premium-bullets.links {
  font-size: 15px;
  width: 300px !important;
  margin: auto;
  color: #25262b;
  font-weight: 700;
}
.ArticlePremiumCutter .premium-bullets.links a {
  color: inherit;
}
.ArticlePremiumCutter .premium-block-box {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  align-items: center;
  width: 110px;
  font-size: 14px;
}
.ArticlePremiumCutter .premium_block {
  background-color: white;
  width: 100%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 37px;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ArticlePremiumCutter .premium_block .premium_image[style] {
  width: 90px !important;
  height: 33px !important;
}
.ArticlePremiumCutter .premium_block .premium_slogan {
  line-height: 25px;
  color: #25262b;
  font-size: 20px;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.ArticlePremiumCutter .premium_block #register_premium {
  color: #fff;
  background-color: #ed1c24;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 24px;
  border-radius: 2px !important;
  width: 300px !important;
  text-align: center !important;
  display: inline-block !important;
  font-family: 'Open Sans Hebrew', serif;
  height: 40px;
  margin-top: 30px;
  padding: 10px;
  box-sizing: border-box;
}
.recipeRating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recipeRating .recipe-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-family: 'NarkisBlock';
  font-weight: 700;
}
.font-moses .recipeRating .recipe-rating {
  font-size: 15px;
  font-family: "Moses", "NarkisBlock";
  font-weight: 670;
}
.recipeRating .recipe-rating.alreadyRated .recipe-rating-stars {
  cursor: default;
}
.recipeRating .recipe-rating .recipe-rating-stars {
  height: 24px;
  direction: ltr;
  display: flex;
  cursor: pointer;
  margin-bottom: 3px;
  margin-right: 13px;
}
.recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23000; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E") !important;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  width: 23px;
  height: 23px;
  padding: 0 7px 0 0;
  background-repeat: no-repeat;
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M11.5,19.07,4.393,23l1.357-8.322L0,8.785,7.946,7.57,11.5,0l3.552,7.57L23,8.785l-5.75,5.893L18.607,23Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %23ffb813; %7D .cls-2, .cls-3 %7B stroke: none; %7D .cls-3 %7B fill: %23ffb813; %7D %3C/style%3E %3C/defs%3E %3Cg id='for_you_icon_black' data-name='for you icon black' class='cls-1'%3E %3Cpath class='cls-2' d='M 5.71091365814209 21.12848091125488 L 6.736380100250244 14.83874988555908 L 6.817580223083496 14.34070014953613 L 6.465169906616211 13.97949981689453 L 2.074688911437988 9.479497909545898 L 8.097590446472168 8.558859825134277 L 8.624979972839355 8.478240013122559 L 8.851710319519043 7.99528980255127 L 11.50009441375732 2.353833675384521 L 14.14661979675293 7.995059967041016 L 14.37329006195068 8.478240013122559 L 14.90087032318115 8.558859825134277 L 20.92509651184082 9.479517936706543 L 16.53408050537109 13.97945022583008 L 16.18157958984375 14.34068965911865 L 16.26284980773926 14.83883953094482 L 17.28886222839355 21.12825584411621 L 11.9842700958252 18.19520950317383 L 11.50041961669922 17.92766952514648 L 11.01655006408691 18.19518089294434 L 5.71091365814209 21.12848091125488 Z'/%3E %3Cpath class='cls-3' d='M 7.029248237609863 19.25696563720703 L 11.50043964385986 16.78499984741211 L 15.97028827667236 19.2564868927002 L 15.11336040496826 14.00354957580566 L 18.85019111633301 10.17403602600098 L 13.69464015960693 9.386130332946777 L 11.49978923797607 4.707677364349365 L 9.30348014831543 9.386150360107422 L 4.149394989013672 10.17398262023926 L 7.885749816894531 14.00354957580566 L 7.029248237609863 19.25696563720703 M 18.60741996765137 23 L 11.50039005279541 19.07033920288086 L 4.392580032348633 23 L 5.749410152435303 14.67784023284912 L -1.77635683940025e-15 8.78501033782959 L 7.946489810943604 7.570340156555176 L 11.50039005279541 -1.77635683940025e-15 L 15.05193996429443 7.570340156555176 L 23 8.78501033782959 L 17.24979972839355 14.67784023284912 L 18.60741996765137 23 Z'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-family: "EzerShemesh";
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars {
  margin-bottom: 0;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars.black .star-empty {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='4 5 22 21' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%232C2C2D'/%3E %3C/svg%3E") !important;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star {
  background-size: contain;
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-empty {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine2025 .recipeRating .recipe-rating .recipe-rating-stars .recipe-rating-star.star-full {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='4 5 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Rating Star'%3E %3Cpath id='Full' d='M15 6L18.09 12.2534L25 13.2624L20 18.1272L21.18 25L15 21.7534L8.82 25L10 18.1272L5 13.2624L11.91 12.2534L15 6Z' fill='%23FFB813'/%3E %3Cpath id='Empty (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M15 5C15.2842 5 15.5438 5.16106 15.6692 5.41532L18.6647 11.487L25.3625 12.4664C25.643 12.5074 25.8759 12.7034 25.9635 12.9722C26.0511 13.2409 25.9783 13.5359 25.7756 13.7335L20.9281 18.4572L22.0722 25.1314C22.12 25.4105 22.0047 25.6924 21.7748 25.8585C21.5448 26.0247 21.2401 26.0462 20.989 25.914L15 22.7629L9.01102 25.914C8.75986 26.0462 8.45519 26.0247 8.22523 25.8585C7.99528 25.6924 7.87995 25.4105 7.92779 25.1314L9.07191 18.4572L4.22445 13.7335C4.02174 13.5359 3.94892 13.2409 4.03653 12.9722C4.12415 12.7034 4.35705 12.5074 4.63753 12.4664L11.3353 11.487L14.3308 5.41532C14.4562 5.16106 14.7158 5 15 5ZM15 7.42784L12.5007 12.4938C12.3923 12.7133 12.1826 12.8657 11.9397 12.9012L6.34377 13.7195L10.3942 17.6667C10.5693 17.8373 10.6492 18.0828 10.608 18.3234L9.65285 23.8952L14.6519 21.2649C14.8697 21.1503 15.1303 21.1503 15.3481 21.2649L20.3472 23.8952L19.392 18.3234C19.3508 18.0828 19.4307 17.8373 19.6058 17.6667L23.6562 13.7195L18.0603 12.9012C17.8174 12.8657 17.6077 12.7133 17.4993 12.4938L15 7.42784Z' fill='%23FFB813'/%3E %3C/g%3E %3C/svg%3E");
}
.grid1280 .ArticleBodyComponent .VideoComponenta .articleVideoComponenta .videoInfo,
.grid1280 .VideoLiveComponenta .articleVideoComponenta .videoInfo {
  font-family: 'Open Sans Hebrew' !important;
}
.VideoComponenta,
.VideoLiveComponenta {
  clear: both;
  margin-bottom: 10px;
}
.VideoComponenta .videoPoster,
.VideoLiveComponenta .videoPoster {
  min-height: 200px;
}
.VideoComponenta .articleVideoComponenta,
.VideoLiveComponenta .articleVideoComponenta {
  position: relative;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header {
  width: 95%;
  align-self: flex-end;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-share {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu {
  background-color: rgba(0, 0, 0, 0.5);
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu .fp-menu-header {
  display: none;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li {
  border-radius: 5px;
  padding: 10px;
  gap: 10px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li:hover {
  border-radius: 5px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li .fp-link {
  margin: 0;
}
.VideoComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .fp-header .fp-menu-container .fp-menu li span {
  display: none;
  width: 30px;
}
.VideoComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf,
.VideoLiveComponenta .articleVideoComponenta.shareBtn .frontCopyButton-pf {
  position: absolute;
  top: 10px;
  left: 10px;
}
.VideoComponenta .ArticleVideo,
.VideoLiveComponenta .ArticleVideo {
  background: rgba(0, 0, 0, 0.7);
}
.DesktopModeContainer .VideoComponenta .ArticleVideo.EditableVideo,
.DesktopModeContainer .VideoLiveComponenta .ArticleVideo.EditableVideo {
  height: auto;
  max-height: 416px;
}
.VideoComponenta .ArticleVideo:not(.EditableVideo),
.VideoLiveComponenta .ArticleVideo:not(.EditableVideo) {
  height: auto;
}
.VideoComponenta .ArticleVideo .customSmallVideoPlayerContainer .video,
.VideoLiveComponenta .ArticleVideo .customSmallVideoPlayerContainer .video {
  display: flex;
}
.VideoComponenta .ArticleVideo .x-button,
.VideoLiveComponenta .ArticleVideo .x-button {
  bottom: 255px;
  left: 5;
}
.VideoComponenta .videoInfo,
.VideoLiveComponenta .videoInfo {
  color: white;
  background-color: #272727;
  padding: 6px;
  z-index: 99;
  position: relative;
  min-height: 16px;
  height: auto;
  font-family: "Arial";
  font-size: 14px;
  padding: 0px;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: -3px;
}
.magazine_template .VideoComponenta .videoInfo,
.magazine_template .VideoLiveComponenta .videoInfo {
  z-index: 1;
}
.grid1280_2 .VideoComponenta .videoInfo,
.grid1280_2 .VideoLiveComponenta .videoInfo {
  background-color: transparent;
  font-family: inherit;
  color: #78787b;
  padding: 0;
}
.font-moses .grid1280_2 .VideoComponenta .videoInfo,
.font-moses .grid1280_2 .VideoLiveComponenta .videoInfo {
  font-size: 14px;
  font-weight: 340;
  margin-bottom: 15px;
}
.VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  display: flex;
  max-width: 80%;
  min-width: 100px;
}
.pplus .VideoComponenta .videoInfo .art_video_caption_credit_wrapper,
.pplus .VideoLiveComponenta .videoInfo .art_video_caption_credit_wrapper {
  max-width: unset;
}
.VideoComponenta .videoInfo .videoComponentaShare,
.VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: flex;
}
.grid1280_2 .VideoComponenta .videoInfo .videoComponentaShare,
.grid1280_2 .VideoLiveComponenta .videoInfo .videoComponentaShare,
.ctech .VideoComponenta .videoInfo .videoComponentaShare,
.ctech .VideoLiveComponenta .videoInfo .videoComponentaShare {
  display: none;
}
.VideoComponenta .videoInfoText,
.VideoLiveComponenta .videoInfoText {
  margin-left: 20px;
  margin-bottom: 10px;
}
.VideoComponenta .videoInfoText .withWidth,
.VideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .sf_fb,
.VideoLiveComponenta .sf_fb {
  width: 32px;
  height: 23px;
  background: url(/Common/images/video/sharingfooter/sf_facebook.jpg) no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_send,
.VideoLiveComponenta .sf_send {
  width: 32px;
  height: 23px;
  background: url("/Common/images/video/sharingfooter/sf_sendTo.jpg") no-repeat scroll 0 0 transparent;
}
.VideoComponenta .sf_spacer,
.VideoLiveComponenta .sf_spacer {
  margin: 0 1px;
  vertical-align: top;
}
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-right: 0px;
}
.ynet.grid1280_2 .VideoComponenta #art_video_caption_id,
.ynet.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  color: #000000;
}
.VideoComponenta #art_video_credit_id,
.VideoLiveComponenta #art_video_credit_id,
.VideoComponenta #art_video_caption_id,
.VideoLiveComponenta #art_video_caption_id {
  float: right;
  line-height: 25px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 5px;
}
.grid1280_2 .VideoComponenta #art_video_credit_id,
.grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.grid1280_2 .VideoComponenta #art_video_caption_id,
.grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  padding-right: 0px;
  margin-top: 14px;
  line-height: 18px;
}
.font-moses .grid1280_2 .VideoComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_credit_id,
.font-moses .grid1280_2 .VideoComponenta #art_video_caption_id,
.font-moses .grid1280_2 .VideoLiveComponenta #art_video_caption_id {
  margin-top: 10px;
}
.VideoComponenta #art_video_credit_id .RichInput,
.VideoLiveComponenta #art_video_credit_id .RichInput,
.VideoComponenta #art_video_caption_id .RichInput,
.VideoLiveComponenta #art_video_caption_id .RichInput {
  width: initial;
}
.VideoComponenta .yitvideo_container,
.VideoLiveComponenta .yitvideo_container {
  margin-bottom: -7px;
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.VideoComponenta .loader,
.VideoLiveComponenta .loader {
  position: absolute;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.VideoComponenta .share-image,
.VideoLiveComponenta .share-image {
  float: left;
  margin-top: initial;
  height: 32px;
  cursor: pointer;
}
.VideoComponenta .blogsArticleVideoAppComponenta,
.VideoLiveComponenta .blogsArticleVideoAppComponenta {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ver1.ver2:not(.yplus) .VideoComponenta .blogsArticleVideoAppComponenta,
.ver1.ver2:not(.yplus) .VideoLiveComponenta .blogsArticleVideoAppComponenta {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design {
  position: relative;
  display: block;
  text-decoration: none;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design .playButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='64' viewBox='0 0 64 64'%3E %3Cdefs%3E %3Cfilter id='9a00rydfva' width='155.3%25' height='174.8%25' x='-27.7%25' y='-34.4%25' filterUnits='objectBoundingBox'%3E %3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='5'/%3E %3CfeColorMatrix in='shadowBlurOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.301643425 0'/%3E %3C/filter%3E %3Cpath id='pb4ssze5tb' d='M34.487 16.883L53.21 46.636c.753 1.197.393 2.778-.803 3.53-.409.258-.881.394-1.364.394H13.596c-1.414 0-2.56-1.146-2.56-2.56 0-.482.136-.955.393-1.364l18.724-29.753c.753-1.197 2.334-1.556 3.53-.803.325.204.6.478.804.803z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg%3E %3Cg%3E %3Cpath d='M0 0H64V64H0z' transform='translate(-155 -136) translate(155 136)'/%3E %3Cg transform='translate(-155 -136) translate(155 136) rotate(90 32.32 32)'%3E %3Cuse fill='%23000' filter='url(%239a00rydfva)' xlink:href='%23pb4ssze5tb'/%3E %3Cuse fill='%23FFF' xlink:href='%23pb4ssze5tb'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
}
.VideoComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .tvVideo_wraper_new_design > div {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  width: 100%;
  font-size: 16px;
  color: #000000;
  padding-bottom: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 0.9rem ! important;
}
.ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
.ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 14px;
  color: #78787b;
  -webkit-text-fill-color: #78787b;
  padding: 0 25px 5px;
  margin-top: -0.375rem;
  box-sizing: border-box;
}
:not(.mutam).ver1.ver2 .VideoComponenta .blogsArticleVideoAppComponenta .caption,
:not(.mutam).ver1.ver2 .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption {
  font-size: 1rem;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child,
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style]:first-child {
  font-weight: bold ! important;
  margin-left: 5px;
}
.ver1.ver2.ver3.yplus .VideoComponenta .blogsArticleVideoAppComponenta .caption strong[style],
.ver1.ver2.ver3.yplus .VideoLiveComponenta .blogsArticleVideoAppComponenta .caption strong[style] {
  all: unset ! important;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design,
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design {
  direction: rtl;
  margin: 0 0px 0 10px;
}
.VideoComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style],
.VideoLiveComponenta .blogsArticleVideoAppComponenta .caption .caption-img-container-new-design > strong[style] {
  margin-left: 5px;
}
.englishSite .videoInfoText {
  margin-left: 0px ! important;
  margin-right: 20px;
}
.youtube-footerv2 {
  display: none !important;
}
.YoutubeCaption {
  padding: 2px 0;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.font-moses .YoutubeCaption {
  font-weight: 670;
}
.CalcalisArticleColumnListComponenta {
  display: flex;
  flex: 3;
  height: 128px;
  max-height: 128px;
  padding: 14px 20px 0;
  background-color: white;
  box-sizing: border-box;
}
.CalcalisArticleColumnListComponenta .manualWrapper {
  display: flex;
  align-items: center;
}
.CalcalisArticleColumnListComponenta .manualWrapper a img {
  float: right;
  margin: 7px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper {
  display: flex;
  flex-direction: column;
  width: 400px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ShualBold";
  line-height: 24px;
  font-size: 22px;
  padding: 0 15px;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper {
  display: flex;
  max-height: 50px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .subTitle {
  padding: 0 15px;
  overflow: hidden;
  margin: 8px 0 0 5px;
  display: inline-block !important;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper {
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.CalcalisArticleColumnListComponenta .manualWrapper .titlesWrapper .subTitleWrapper .arrowWrapper .arrow {
  position: relative;
  top: 3px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.CalcalisArticleColumnListComponenta .autoWrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.CalcalisArticleColumnListComponenta .autoWrapper .label {
  font-weight: bold;
  font-size: 18px;
  direction: rtl;
  display: inline-block;
  margin: 5px 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin: 0;
  padding: 0;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li {
  list-style-position: inside;
  direction: rtl;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.CalcalisArticleColumnListComponenta .autoWrapper ul li a,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:hover,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:focus,
.CalcalisArticleColumnListComponenta .autoWrapper ul li a:active {
  text-decoration: underline;
}
.categoryBreadcrumbs {
  font-family: arial;
  font-size: 12px;
  line-height: 31px;
}
.categoryBreadcrumbs.englishSite {
  direction: ltr;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .categoryBreadcrumbs.englishSite {
    display: none;
  }
}
.categoryBreadcrumbs.englishSite ul {
  margin: 0 0 0 3px ! important;
  float: left;
}
.categoryBreadcrumbs.englishSite ul li {
  margin-right: 8px;
  margin-left: 0;
  padding-left: 11px;
  padding-right: 0px;
  float: left;
  background: url(//www.ynet.co.il/images/tgr_arrow_right.png) no-repeat left 14px ! important;
}
.categoryBreadcrumbs.englishSite ul li:first-child {
  padding-left: 0px ! important;
}
.categoryBreadcrumbs ul {
  padding: 0;
  float: right;
  margin: 0 3px 0 0;
  width: 550px;
  color: black;
  list-style-type: none;
}
.categoryBreadcrumbs ul li:first-child {
  padding: 0;
  background: none ! important;
  font-weight: bold;
}
.categoryBreadcrumbs ul li {
  float: right;
  margin-left: 8px;
  padding-right: 11px;
  background: url(//www.ynet.co.il/images/tgr_arrow_left.png) no-repeat right 14px;
}
.categoryBreadcrumbs ul li:first-child a {
  color: black;
}
.categoryBreadcrumbs ul li a {
  text-decoration: none;
  color: #1F1F1F;
}
.CategoryImageComponenta .SimpleImage img {
  width: auto;
}
.grid1280 .categorySubNavigation {
  font-family: "Open Sans Hebrew";
}
.grid1280 .categorySubNavigation ul li:last-child {
  border-left: none !important;
}
.grid1280 .categorySubNavigation ul li {
  background: none !important;
  position: relative;
  border-left: 1px solid #000;
  color: #000;
  margin: 0 0 6px 0 !important;
  padding: 0 11px !important;
  line-height: 17px !important;
}
.grid1280 .categorySubNavigation ul {
  margin-right: -11px;
}
.categorySubNavigation {
  font-size: 14px;
  overflow: hidden;
}
.categorySubNavigation.englishSite {
  direction: ltr;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .categorySubNavigation.englishSite {
    display: none;
  }
}
.categorySubNavigation.englishSite ul li:first-child {
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px;
}
.ynetnews .categorySubNavigation.englishSite ul li:first-child {
  background: unset;
}
.categorySubNavigation.englishSite ul li:last-child {
  background: none;
}
.vesty .categorySubNavigation.englishSite ul li:not(:last-child) {
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px ! important;
}
.categorySubNavigation ul {
  padding: 0;
  line-height: 22px;
  margin-right: -21px;
  list-style-type: none;
  overflow: hidden;
}
.radionas .categorySubNavigation ul {
  margin-right: -13px;
}
.categorySubNavigation ul li:first-child {
  background: none;
}
.categorySubNavigation ul li {
  display: inline-block;
  zoom: 1;
  margin-right: 10px;
  padding-right: 13px;
  font-size: 14px;
  font-weight: bold;
  background: url(//www.ynet.co.il/images/trj_subnav_bullet.png) no-repeat right 10px;
}
.grid1280_2 .categorySubNavigation ul li {
  background: none;
}
.radionas .categorySubNavigation ul li {
  margin-left: 37px;
}
.grid1280_2 .categorySubNavigation ul li.selected a[style] {
  color: #1417ac !important;
  font-weight: bold !important;
}
.radionas .categorySubNavigation ul li.selected a[style] {
  color: inherit !important;
  font-weight: 700 !important;
}
.categorySubNavigation ul li a {
  text-decoration: none;
  color: #000000;
}
.grid1280_2 .categorySubNavigation ul li a {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li a {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 ! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24;
}
.font-moses .categorySubNavigation ul li a {
  font-size: 14px !important;
  font-weight: 340 !important;
  line-height: 23px !important;
}
.grid1280_2 .categorySubNavigation ul li span {
  font-size: 16px;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
}
.radionas .categorySubNavigation ul li span {
  font-size: 18px! important;
  line-height: 24px! important;
  font-weight: 600! important;
  font-family: 'Noto Kufi Arabic' ! important;
  color: #020E24 !important;
}
.font-moses .categorySubNavigation ul li span {
  font-size: 14px !important;
  font-weight: 340 !important;
}
.categorySubNavigation ul li a:hover {
  color: #FF0000 !important;
}
.grid1280_2 .categorySubNavigation ul li a:hover {
  color: #1417ac !important;
}
.Complex {
  padding: 0 ! important;
  overflow: hidden;
}
.Complex .linksList,
.Complex .imageLinksList {
  margin: 0;
  list-style: none;
  display: flex;
  padding: 0;
  flex-shrink: 0;
  height: 24px;
}
.Complex .linksList {
  align-items: center;
}
.Complex .linksList li {
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  padding: 0 8px;
}
.Complex .linksList li > a {
  text-decoration: none;
}
.Complex .linksList li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
.Complex .linksList li:last-child {
  border-left: none !important;
}
.Complex .leftTabSide {
  justify-content: flex-end;
  z-index: 1;
  float: left;
  position: relative;
}
.Complex .rightTabSide {
  justify-content: flex-start;
  float: right;
  z-index: 1;
  position: relative;
}
.Complex .rightTabSide .imageLinksList {
  padding: 0 10px;
}
.Complex .rightTabSide .linksList li {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a,
.grid1280 .Complex .leftTabSide > .linksList > li > span {
  text-decoration: underline ! important;
}
.grid1280 .Complex .leftTabSide > .linksList > li > a:hover,
.grid1280 .Complex .leftTabSide > .linksList > li > span:hover {
  text-decoration: underline !important;
  cursor: pointer;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .GeneralImageComponenta {
    width: 100%;
    height: auto;
    margin-bottom: 2.34375vw;
  }
  .GeneralImageComponenta div,
  .GeneralImageComponenta span,
  .GeneralImageComponenta img {
    width: 100%;
  }
  .GeneralImageComponenta .mediaItems > span,
  .GeneralImageComponenta .mediaItems > span > span,
  .GeneralImageComponenta .mediaItems > span > a {
    width: 100%;
  }
  .GeneralImageComponenta img[style] {
    width: 100% ! important;
    height: auto;
  }
  .GeneralImageComponenta .title span[style] {
    font-size: 4.53125vw ! important;
    min-height: 3.4375vw ! important;
  }
  .GeneralImageComponenta .subtitle {
    padding-top: 0 !important;
  }
  .GeneralImageComponenta .subtitle span {
    font-size: 3.75vw ! important;
  }
}
.GeneralImageComponenta {
  overflow: hidden;
  height: 100%;
}
.GeneralImageComponenta .MediaCarousel img {
  cursor: unset ! important;
}
.GeneralImageComponenta > div,
.GeneralImageComponenta > div > div,
.GeneralImageComponenta > div > div > div {
  height: 100%;
}
.GeneralImageComponenta.englishSite .title,
.GeneralImageComponenta.englishSite .subtitle {
  text-align: left;
}
.GeneralImageComponenta .GeneralImageItemSlot {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.GeneralImageComponenta .GeneralImageItemSlot .imageWrapper {
  order: 1;
}
.GeneralImageComponenta .titlesOverImage {
  position: absolute;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.GeneralImageComponenta .titlesOverImage a,
.GeneralImageComponenta .titlesOverImage a:hover,
.GeneralImageComponenta .titlesOverImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.GeneralImageComponenta .titlesOverImage .subtitle,
.GeneralImageComponenta .titlesOverImage .moreDetails {
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
}
.GeneralImageComponenta .titlesOutsideImage {
  flex-grow: 1;
  padding: 7px 9px 10px 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.GeneralImageComponenta .titlesOutsideImage .mainText {
  flex-grow: 1;
  overflow-y: auto;
}
.GeneralImageComponenta .titlesOutsideImage a,
.GeneralImageComponenta .titlesOutsideImage a:hover,
.GeneralImageComponenta .titlesOutsideImage a:active {
  text-decoration: none;
}
.GeneralImageComponenta .titlesOutsideImage .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.GeneralImageComponenta .titlesOutsideImage .subtitle {
  font-size: 13px;
  line-height: 14px;
  padding-bottom: 5px;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .GeneralImageComponenta .titlesOutsideImage {
    margin-top: -4px;
  }
}
.GeneralImageComponenta .moreDetails {
  font-size: 13px;
}
.layoutItem.google-adsense {
  padding-bottom: 14px;
}
.google-search-contianer-componenta {
  height: 37px;
  padding: 0px 11.9px 0px 10.5px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #000;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.google-search-contianer-componenta .search-icon {
  cursor: pointer;
  width: 13.9px;
  height: 13.6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.235' height='23.694' viewBox='0 0 24.235 23.694'%3E %3Cg data-name='Group 321'%3E %3Cpath data-name='Ellipse 18' d='M2.737 11.363a8.626 8.626 0 1 0 8.626-8.626 8.635 8.635 0 0 0-8.626 8.626m-2.737 0a11.363 11.363 0 1 1 11.363 11.363A11.363 11.363 0 0 1 0 11.363z'/%3E %3Cpath data-name='Line 84' d='M24.235 21.758 22.3 23.694l-4.329-4.329 1.936-1.935z'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.google-search-contianer-componenta input.google-search {
  border: none;
  width: 100%;
  font-size: 16px !important;
}
.google-search-contianer-componenta input.google-search:placeholder-shown {
  opacity: 0.87;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: right;
  color: #878788;
}
.HotTitlesComponenta,
.ArticleBlogsHotTitlesComponenta {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  flex-shrink: 0;
}
.HotTitlesComponenta .slotsContent,
.ArticleBlogsHotTitlesComponenta .slotsContent {
  flex-grow: 1;
  margin: 0;
}
.HotTitlesComponenta .slotList,
.ArticleBlogsHotTitlesComponenta .slotList {
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta .slotList .slotView,
.ArticleBlogsHotTitlesComponenta .slotList .slotView {
  display: flex;
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotView:last-child,
.ArticleBlogsHotTitlesComponenta .slotList .slotView:last-child {
  margin-bottom: 15px;
}
.HotTitlesComponenta .slotList .slotView a,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a,
.HotTitlesComponenta .slotList .slotView a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotView a:hover {
  overflow: hidden;
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotView span,
.ArticleBlogsHotTitlesComponenta .slotList .slotView span {
  overflow: hidden;
}
.HotTitlesComponenta .slotList .slotTitle,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 5px 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
}
.HotTitlesComponenta .slotList .slotTitle a,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a,
.HotTitlesComponenta .slotList .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover {
  text-decoration: none !important;
}
.HotTitlesComponenta .slotList .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .slotList .slotTitle .videoIcon,
.ArticleBlogsHotTitlesComponenta .slotList .slotTitle .videoIcon {
  margin-bottom: -3px;
}
.HotTitlesComponenta .slotList .moreDetails,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails {
  color: #9C9C9C;
  font-size: 11px;
  line-height: 13px;
  vertical-align: top;
  padding: 0 10px 0 10px;
  width: auto;
  display: inline-block;
}
.HotTitlesComponenta .slotList .moreDetails > span,
.ArticleBlogsHotTitlesComponenta .slotList .moreDetails > span {
  vertical-align: inherit;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea {
  width: 96px;
  height: 56px;
  overflow: hidden;
  flex-shrink: 0;
}
.HotTitlesComponenta .textDiv,
.ArticleBlogsHotTitlesComponenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.HotTitlesComponenta.englishSite,
.ArticleBlogsHotTitlesComponenta.englishSite {
  direction: ltr;
}
.HotTitlesComponenta.englishSite .mediaArea,
.ArticleBlogsHotTitlesComponenta.englishSite .mediaArea {
  width: 114px;
  height: 64px;
}
.HotTitlesComponenta.englishSite .slotTitle,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle {
  max-height: 48px;
  overflow: hidden;
}
.HotTitlesComponenta.englishSite .slotTitle a,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a,
.HotTitlesComponenta.englishSite .slotTitle a:hover,
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover {
  text-decoration: none;
}
.HotTitlesComponenta.englishSite .slotTitle a:hover span[style],
.ArticleBlogsHotTitlesComponenta.englishSite .slotTitle a:hover span[style] {
  color: #F00 ! important;
}
.HotTitlesComponenta .hotTitlesTab,
.ArticleBlogsHotTitlesComponenta .hotTitlesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 0px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.HotTitlesComponenta .mediaArea,
.ArticleBlogsHotTitlesComponenta .mediaArea,
.HotTitlesComponenta .imageArea,
.ArticleBlogsHotTitlesComponenta .imageArea {
  position: relative;
}
.HotTitlesComponenta .MediaCarousel,
.ArticleBlogsHotTitlesComponenta .MediaCarousel {
  display: flex;
  order: 1;
}
.HotTitlesComponenta .MediaCarousel .EditableVideo > img,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .EditableVideo > img {
  height: 100%;
  cursor: inherit;
}
.HotTitlesComponenta .MediaCarousel .mediaItems,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:disabled,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .galleryArrow:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.HotTitlesComponenta .MediaCarousel .numberOfMedia,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .numberOfMedia {
  display: none;
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.HotTitlesComponenta .MediaCarousel .scrollRightBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.HotTitlesComponenta .MediaCarousel .scrollLeftBtn:after,
.ArticleBlogsHotTitlesComponenta .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .HotTitlesComponenta .hotTitlesTab {
    margin-bottom: 7px;
  }
  .HotTitlesComponenta.englishSite {
    font-family: Arimo;
    background: #ededed;
  }
  .HotTitlesComponenta.englishSite .slotTitle {
    line-height: 18px;
    height: 36px;
    font: normal 14px Arimo ! important;
    max-height: 36px;
    margin-bottom: 10px;
    white-space: inherit;
  }
  .HotTitlesComponenta.englishSite .mediaArea {
    overflow: hidden;
    padding: 1px;
    border: 1px solid #C6C6C6;
    font-size: 10px;
  }
  .HotTitlesComponenta.englishSite .mediaArea > span,
  .HotTitlesComponenta.englishSite .mediaArea > span > span {
    display: flex;
    width: 100%;
  }
  .HotTitlesComponenta.englishSite .MediaCarousel[style] {
    width: 100% ! important;
    height: 100% ! important;
  }
  .HotTitlesComponenta.englishSite .MediaCarousel[style] .SiteImageMedia[style] {
    width: 100% ! important;
    height: auto ! important;
  }
  .HotTitlesComponenta.englishSite .slotView {
    width: 100%;
    height: 66px;
    border-bottom: 1px dotted #808080;
    margin-top: 0px;
    margin-bottom: 6px ! important;
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .HotTitlesComponenta.englishSite .slotView:first-of-type {
    padding-top: 5px ! important;
  }
  .HotTitlesComponenta.englishSite .slotView:last-of-type {
    margin-bottom: 0px ! important;
  }
  .HotTitlesComponenta.englishSite .moreDetails {
    line-height: 14px;
    height: 28px;
    color: #808080;
    font: normal 11px Arimo !important;
    display: block;
    align-items: inherit;
  }
  .HotTitlesComponenta.englishSite .slotContentDiv[style] {
    height: auto ! important;
  }
}
.LinksListComponenta {
  display: flex;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  height: 100%;
}
.LinksListComponenta.englishSite {
  direction: ltr;
  background: red;
}
.LinksListComponenta.englishSite .linksTitle {
  margin-left: 0px;
  margin-right: 8px;
  flex-shrink: 0;
}
.LinksListComponenta.englishSite .slotList .slotView span:hover {
  color: #ff0000 !important;
}
.LinksListComponenta.englishSite .slotList > div > div {
  flex-shrink: 0;
}
.LinksListComponenta.englishSite .slotList > div > div:last-child .slotView[style] {
  border-right: 0 ! important;
}
.LinksListComponenta.englishSite .slotList > div > div:first-child .slotView {
  padding-left: 0 ! important;
  padding-right: 8px ! important;
}
.LinksListComponenta .linksTitle {
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}
.LinksListComponenta .slotsContent {
  display: flex;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList > div {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.LinksListComponenta .slotsContent .slotList > div .slotView {
  padding: 0 8px;
  font-size: 12px;
}
.LinksListComponenta .slotsContent .slotList > div .slotView a,
.LinksListComponenta .slotsContent .slotList > div .slotView span {
  text-decoration: underline;
  color: unset;
}
.LinksListComponenta .slotsContent .slotList > div .slotView a:hover,
.LinksListComponenta .slotsContent .slotList > div .slotView span:hover {
  color: #ff0000;
}
.LinksListComponenta .slotsContent .slotList > div > div:last-child .slotView[style] {
  border-left: 0 ! important;
}
.LinksListComponenta .slotsContent .slotList > div > div:first-child .slotView {
  padding-right: 0;
}
.MediaGalleryComponenta {
  display: flex;
  flex-direction: column;
  direction: rtl ! important;
}
.MediaGalleryComponenta.englishSite .pager {
  direction: ltr;
}
.MediaGalleryComponenta.englishSite .itemTitle {
  direction: ltr;
}
.MediaGalleryComponenta.englishSite .gallery_arrows {
  right: 10px ! important;
  left: inherit ! important;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .mainTitleLink {
  float: left ! important;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows {
  position: absolute;
  top: 0;
  height: 100%;
  left: 10px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right,
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left {
  display: inline-block;
  width: 10px;
  height: 14px;
  border: 0;
  cursor: pointer;
  margin: 5px 1px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right:disabled,
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left:disabled {
  opacity: 0.5;
  cursor: inherit;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_right {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/09/sprites/homepage_v39.png) -2885px -111px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_arrow_left {
  background: transparent url(//www.ynet.co.il/PicServer5/2017/08/09/sprites/homepage_v39.png) -2968px -111px;
}
.MediaGalleryComponenta.englishSite .mediaGalleryTab .gallery_arrows .gallery_separator {
  display: inline-block;
  width: 1px;
  height: 17px;
  vertical-align: text-bottom;
  background-color: rgba(255, 255, 255, 0.7);
}
.MediaGalleryComponenta .main-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  width: 660px;
  height: 246px;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow {
  top: 40px;
  position: absolute;
  width: 20px;
  height: 40px;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E") no-repeat center center transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow.scrollLeftBtn {
  left: 10px;
}
.MediaGalleryComponenta .main-gallery .gallery_arrow.scrollRightBtn {
  right: 10px;
  transform: rotate(180deg);
}
.MediaGalleryComponenta .main-gallery .slider {
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.MediaGalleryComponenta .main-gallery .slider .GroupContent {
  display: inline-flex;
  width: 660px;
  height: 246px;
  vertical-align: top;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
}
.MediaGalleryComponenta .main-gallery .slider .slotView {
  position: relative;
  overflow: hidden;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .sitePagelightBoxVideoPlayer {
  width: 100%;
  height: 100%;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .sitePagelightBoxVideoPlayer img {
  width: 100%;
  height: 100%;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 20px;
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle > *,
.MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle > *:hover {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.MediaGalleryComponenta .main-gallery .slider .firstItemInGroup {
  width: 437px;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.MediaGalleryComponenta .main-gallery .slider .firstItemInGroup .itemTitle {
  height: 30px ! important;
}
.MediaGalleryComponenta .main-gallery .slider .slotList {
  display: flex;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div > div {
  width: 211px;
  height: 118px;
}
.MediaGalleryComponenta .main-gallery .slider .slotList > div > div .slotView {
  width: 100%;
  height: 100%;
  position: relative;
}
.MediaGalleryComponenta .mediaGalleryTab {
  height: 23px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.MediaGalleryComponenta .mediaGalleryTab .mainTitleLink {
  float: right ! important;
  font-weight: bold;
  font-size: 16px;
}
.MediaGalleryComponenta .mediaGalleryTab .pager {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
.MediaGalleryComponenta .mediaGalleryTab .pager button {
  width: 11px;
  height: 11px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin: 6px 3px;
  background-color: rgba(255, 255, 255, 0.4);
}
.MediaGalleryComponenta .mediaGalleryTab .pager button.isActive {
  background-color: #ffffff;
}
.MediaGalleryComponenta .iconOnPoster {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
}
.MediaGalleryComponenta .iconOnPoster.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.MediaGalleryComponenta .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .MediaGalleryComponenta {
    margin-bottom: 10px;
  }
  .MediaGalleryComponenta.englishSite {
    direction: ltr;
  }
  .MediaGalleryComponenta.englishSite .slider > .slotView {
    float: left ! important;
  }
  .MediaGalleryComponenta .main-gallery {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 122px ! important;
  }
  .MediaGalleryComponenta .main-gallery.withoutTransform .slick-track[style] {
    transform: unset ! important;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 14px);
    width: 25px;
    height: 28px;
    z-index: 2;
    color: transparent;
    border: 0;
    background-position: 50%;
    background-size: 27px 27px;
    background-color: transparent;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow.slick-next {
    background-image: url(//m.ynet.co.il/content/images/icons/arrows/arrow_left.png);
    right: 10px;
    left: initial;
    transform: scale(-1);
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow.slick-prev {
    background-image: url(//m.ynet.co.il/content/images/icons/arrows/arrow_left.png);
    left: 10px;
    right: initial;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-arrow .gallery_separator {
    display: inline-block;
    width: 1px;
    height: 17px;
    vertical-align: text-bottom;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list {
    display: flex;
    position: relative;
    width: 100%;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .MediaGalleryComponenta .main-gallery .slick-slider .slick-list .slick-track .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView {
    float: right;
    height: 122px ! important;
    width: 163px! important;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView > div[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView > div > div {
    width: auto ! important;
    height: 100% ! important;
    margin: auto ! important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .itemTitle * {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel {
    height: 122px ! important;
    width: 163px! important;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] .SiteVideoLightbox > div,
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel .SiteVideoLightbox > div {
    width: 100%! important;
    height: 100%! important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] div[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel div[style] {
    height: 122px ! important;
    width: 163px! important;
    overflow: hidden;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel[style] img[style],
  .MediaGalleryComponenta .main-gallery .slider .slotView .mediaArea .MediaCarousel img[style] {
    height: 100% !important;
    width: auto !important;
  }
  .MediaGalleryComponenta .main-gallery .slider .slotView .slotTitle {
    height: 24px ! important;
    font-size: 13px;
    font-weight: normal;
    padding: 0 20px;
    overflow: hidden;
  }
  .MediaGalleryComponenta .iconOnPoster {
    display: none ! important;
  }
}
.MostTalkbackedAuto .mostTalkbackedTab {
  padding: 0px;
  height: 24px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}
.MostTalkbackedAuto .mostTalkbackedTab .tabTitle {
  font-size: 16.5px;
  font-weight: bold;
  height: 100%;
  line-height: 24px;
}
.MostTalkbackedAuto .mostTalkbackedTab .icon {
  margin: auto 10px;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath fill='%23fff' d='M16,2.5C7.2,2.5,0,7.4,0,13.5c0,3.7,2.7,6.9,6.7,8.9c-0.2,5.9-1.7,7.1-1.7,7.1s6.7-1.4,8.1-5.2c0.9,0.1,1.9,0.2,2.8,0.2 c8.8,0,16-4.9,16-10.9S24.8,2.5,16,2.5z M9.3,10.9c1.4,0,2.5,1.1,2.5,2.5S10.7,16,9.3,16s-2.5-1.1-2.5-2.5S7.9,10.9,9.3,10.9z M16,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S17.4,16,16,16z M22.7,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5 c1.4,0,2.5,1.1,2.5,2.5S24.1,16,22.7,16z'/%3E %3C/svg%3E");
}
.MostTalkbackedAuto .slotsContent {
  overflow-y: hidden;
}
.MostTalkbackedAuto .slotList {
  margin-right: 0 !important;
}
.MostTalkbackedAuto .slotList .slotView {
  font-weight: normal;
  font-size: 16.5px;
  border: 1px solid #ccddef;
  border-radius: 10px;
  padding: 5px;
  line-height: 21.5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  max-height: 52px;
  overflow: hidden;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle {
  width: calc(84%);
  display: inline-block;
  vertical-align: top;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle a,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:hover,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:focus {
  text-decoration: none;
  color: #4e6ea9;
}
.MostTalkbackedAuto .slotList .slotView .icon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23337ab7' points='14.5,21.1 14.5,21.1 5.8,16 14.5,10.9 14.5,10.9 17.5,9.2 17.5,5.8 0,16 17.5,26.2 17.5,22.8 '/%3E %3Cpolygon fill='%23337ab7' points='29.1,21.1 29.1,21.1 20.3,16 29.1,10.9 29.1,10.9 32,9.2 32,5.8 14.5,16 32,26.2 32,22.8 '/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px;
}
.MostTalkbackedAuto .slotList .slotView:last-child {
  margin-bottom: 0;
}
.MostTalkbackedAuto .mostTalkbackedTab {
  padding: 0px;
  height: 24px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  justify-content: flex-start;
  display: flex;
}
.MostTalkbackedAuto .mostTalkbackedTab .tabTitle {
  font-size: 16.5px;
  font-weight: bold;
  height: 100%;
  line-height: 24px;
}
.MostTalkbackedAuto .mostTalkbackedTab .icon {
  margin: auto 10px;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath fill='%23fff' d='M16,2.5C7.2,2.5,0,7.4,0,13.5c0,3.7,2.7,6.9,6.7,8.9c-0.2,5.9-1.7,7.1-1.7,7.1s6.7-1.4,8.1-5.2c0.9,0.1,1.9,0.2,2.8,0.2 c8.8,0,16-4.9,16-10.9S24.8,2.5,16,2.5z M9.3,10.9c1.4,0,2.5,1.1,2.5,2.5S10.7,16,9.3,16s-2.5-1.1-2.5-2.5S7.9,10.9,9.3,10.9z M16,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S17.4,16,16,16z M22.7,16c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5 c1.4,0,2.5,1.1,2.5,2.5S24.1,16,22.7,16z'/%3E %3C/svg%3E");
}
.MostTalkbackedAuto .slotsContent {
  overflow-y: hidden;
}
.MostTalkbackedAuto .slotList {
  margin-right: 0 !important;
}
.MostTalkbackedAuto .slotList .slotView {
  font-weight: normal;
  font-size: 16.5px;
  border: 1px solid #ccddef;
  border-radius: 10px;
  padding: 5px;
  line-height: 21.5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  max-height: 52px;
  overflow: hidden;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle {
  width: calc(84%);
  display: inline-block;
  vertical-align: top;
}
.MostTalkbackedAuto .slotList .slotView .slotTitle a,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:hover,
.MostTalkbackedAuto .slotList .slotView .slotTitle a:focus {
  text-decoration: none;
  color: #4e6ea9;
}
.MostTalkbackedAuto .slotList .slotView .icon {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon fill='%23337ab7' points='14.5,21.1 14.5,21.1 5.8,16 14.5,10.9 14.5,10.9 17.5,9.2 17.5,5.8 0,16 17.5,26.2 17.5,22.8 '/%3E %3Cpolygon fill='%23337ab7' points='29.1,21.1 29.1,21.1 20.3,16 29.1,10.9 29.1,10.9 32,9.2 32,5.8 14.5,16 32,26.2 32,22.8 '/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px;
}
.MostTalkbackedAuto .slotList .slotView:last-child {
  margin-bottom: 0;
}
.grid1280 .MultiArticleComponenta .multiArticleTab {
  margin-bottom: 11px ! important;
}
.MultiArticleComponenta,
.MultiArticleTopComponenta {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .moreDetails,
.MultiArticleTopComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
.MultiArticleComponenta .moreDetails .authorInfo,
.MultiArticleTopComponenta .moreDetails .authorInfo {
  margin-left: 5px;
}
.MultiArticleComponenta.Auto .slotTitle,
.MultiArticleTopComponenta.Auto .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MultiArticleComponenta.Auto .imageArea,
.MultiArticleTopComponenta.Auto .imageArea {
  width: 150px;
  height: 90px;
  position: relative;
}
.MultiArticleComponenta.Auto .imageArea a,
.MultiArticleTopComponenta.Auto .imageArea a {
  display: flex;
}
.MultiArticleComponenta.Auto .slotSubTitle,
.MultiArticleTopComponenta.Auto .slotSubTitle {
  height: 32px;
  overflow: hidden;
}
.MultiArticleComponenta .slotTitle,
.MultiArticleTopComponenta .slotTitle,
.MultiArticleComponenta .slotSubTitle,
.MultiArticleTopComponenta .slotSubTitle {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
.MultiArticleComponenta.Standart .slotTitle > a,
.MultiArticleTopComponenta.Standart .slotTitle > a {
  text-decoration: none;
}
.MultiArticleComponenta.Standart .slotTitle > a:hover,
.MultiArticleTopComponenta.Standart .slotTitle > a:hover {
  text-decoration: none;
  color: #ff0000 ! important;
}
.MultiArticleComponenta.Standart .slotTitle > a:hover > span,
.MultiArticleTopComponenta.Standart .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiArticleComponenta.Standart .inEditMode.YplusItem,
.MultiArticleTopComponenta.Standart .inEditMode.YplusItem {
  background: rgba(0, 0, 0, 0.06);
  justify-content: center;
  align-items: center;
}
.MultiArticleComponenta .slotsContent,
.MultiArticleTopComponenta .slotsContent {
  display: flex;
}
.MultiArticleComponenta .slotsContent .withImagePreview,
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  margin-right: 2px;
  margin-top: 3px;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth *,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .mediaArea,
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .imageArea,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .imageArea {
  position: relative;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel {
  display: flex;
  order: 1;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .numberOfMedia {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotView .slotTitle,
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotView .slotTitle {
  font-weight: bold;
  display: flex;
  order: 2;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .withImagePreview,
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  display: flex;
  flex-direction: column;
}
.MultiArticleComponenta .slotsContent .withImagePreview .YplusItem,
.MultiArticleTopComponenta .slotsContent .withImagePreview .YplusItem {
  min-height: 120px;
}
.MultiArticleComponenta .slotsContent .slotList,
.MultiArticleTopComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .slotList .slotView,
.MultiArticleTopComponenta .slotsContent .slotList .slotView {
  margin-bottom: 10px;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.YplusItem .slotTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.YplusItem .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiArticleComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span,
.MultiArticleTopComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiArticleComponenta .slotsContent .slotList .slotTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotTitle {
  font-weight: bold;
  min-height: 16px;
}
.MultiArticleComponenta .slotsContent .slotList .slotSubTitle,
.MultiArticleTopComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.MultiArticleComponenta .slotsContent .slotList .MediaCarousel,
.MultiArticleTopComponenta .slotsContent .slotList .MediaCarousel {
  display: none;
}
.MultiArticleComponenta .multiArticleTab,
.MultiArticleTopComponenta .multiArticleTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}
.MultiArticleTopComponenta .slotsContent {
  flex-direction: column;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0 ! important;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotTitle {
  margin-top: 10px;
  font-size: 18px;
  height: auto;
  white-space: wrap;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .slotSubTitle {
  display: none;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .moreDetails {
  order: 3;
}
.MultiArticleTopComponenta .slotsContent .withImagePreview .havakIcon {
  bottom: 10px ! important;
}
.MultiArticleComponenta .slotsContent {
  flex-direction: row;
}
.MultiArticleComponenta .slotsContent .withImagePreview {
  width: 150px;
  flex-shrink: 0;
}
.MultiArticleComponenta .slotsContent .withImagePreview .moreDetails {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotSubTitle {
  display: none;
}
.MultiArticleComponenta .slotsContent .withImagePreview .slotTitle {
  height: 50px;
  margin-top: 5px;
  margin-bottom: 16px;
  white-space: normal;
}
.MultiArticleComponenta .slotsContent .slotList {
  margin-right: 23px;
}
.leftAndRightTransitionAnimation,
.MultiImagesComponenta .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.leftAndRightLTRTransitionAnimation,
.englishSite .slotListWrapper {
  transition: all 150ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-left" !important;
}
.englishSite * {
  direction: ltr;
}
.englishSite .slotListWrapper {
  display: flex;
}
.englishSite .TabComponenta .titleLink.rightTitleLink {
  float: left ! important;
}
.englishSite .multiImagesTab .leftTitleText {
  margin-right: 10px;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .show-small-vp {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign {
  position: absolute;
  bottom: 2px;
  right: 0;
  display: flex;
  height: 25px;
  overflow: hidden;
  z-index: 3;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView.inEditMode .MarketingSign .marketingText {
  display: none;
}
.mynet .MultiImagesComponenta .slotListWrapper .slotView .MarketingSign {
  bottom: 2px;
}
.Componenta .MultiImagesComponenta .slotListArrow {
  pointer-events: none;
}
.Componenta.editMode .MultiImagesComponenta .slotListArrow {
  pointer-events: unset;
}
.grid1280 .MultiImagesComponenta .slotView {
  width: 182px ! important;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] {
  display: flex ! important;
  height: 155px;
}
.grid1280 .MultiImagesComponenta .slotView.dfpId[style] .imageArea {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
}
.grid1280 .MultiImagesComponenta .multiImagesTab {
  margin-bottom: 12px ! important;
}
.grid1280 .MultiImagesComponenta .slotTextArea {
  margin-top: 6px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea {
  width: 182px ! important;
  height: 102px ! important;
}
.grid1280 .MultiImagesComponenta .imageArea .commertialTExt {
  position: absolute;
  top: 6px;
  height: 16px;
  width: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000066;
  z-index: 1;
}
.MultiImagesComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesComponenta .MediaCarousel {
  overflow: hidden;
}
.MultiImagesComponenta .imageArea {
  position: relative;
  display: flex;
  width: 148px;
  height: 84px;
  overflow: hidden;
}
.MultiImagesComponenta.commertial .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta.commertial .slotSubTitle {
  font-size: 12px;
  line-height: 14px;
}
.MultiImagesComponenta.commertial .slotTitle > a,
.MultiImagesComponenta.commertial .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotTitle > a:hover,
.MultiImagesComponenta.commertial .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotView {
  width: 148px;
}
.MultiImagesComponenta.commertial .slotBottomLink {
  width: 100%;
  min-height: 16px;
  font-size: 12px;
  padding-bottom: 6px;
  font-weight: normal;
}
.MultiImagesComponenta.commertial .slotBottomLink > a {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.commertial .slotBottomLink > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.standart .YplusItem .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.standart .slotTitle,
.MultiImagesComponenta.standart .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.standart .slotTitle > a,
.MultiImagesComponenta.standart .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover,
.MultiImagesComponenta.standart .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.standart .slotTitle > a:hover > span,
.MultiImagesComponenta.standart .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta.Auto .slotTitle {
  overflow: hidden;
  max-height: 32px;
}
.MultiImagesComponenta.Auto .slotSubTitle {
  max-height: 26px;
  overflow: hidden;
}
.MultiImagesComponenta.Auto .slotTitle,
.MultiImagesComponenta.Auto .slotSubTitle {
  width: 100%;
}
.MultiImagesComponenta.Auto .slotTitle > a,
.MultiImagesComponenta.Auto .slotSubTitle > a {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover {
  text-decoration: none;
}
.MultiImagesComponenta.Auto .slotTitle > a:hover > span,
.MultiImagesComponenta.Auto .slotSubTitle > a:hover > span {
  color: #ff0000 ! important;
}
.MultiImagesComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  height: 14px;
  display: flex;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails .authorField {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesComponenta .moreDetails span:not(.authorField) {
  flex-shrink: 0;
}
.MultiImagesComponenta .slotTextArea {
  margin-top: 8px;
}
.MultiImagesComponenta .slotTitle {
  font-size: 14px;
}
.MultiImagesComponenta .disallowEdit {
  pointer-events: none;
}
.MultiImagesComponenta .slotsContent {
  position: relative;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.MultiImagesComponenta .slotsContent .slotListArrow {
  top: 28px;
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.MultiImagesComponenta .slotsContent .slotListArrow:disabled {
  display: none;
}
.MultiImagesComponenta .slotsContent .slotListArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.MultiImagesComponenta .slotsContent .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.MultiImagesComponenta .slotsContent .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.MultiImagesComponenta .slotsContent .scrollLeftBtn:after {
  left: 0;
}
.MultiImagesComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesComponenta .slotListWrapper .slotView {
  width: 148px;
  flex-shrink: 0;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode {
  position: relative;
  overflow: hidden;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.MultiImagesComponenta .slotListWrapper .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.MultiImagesComponenta .slotListWrapper .slotTitle {
  font-weight: bold;
  line-height: 16px;
}
.MultiImagesComponenta .slotListWrapper .slotSubTitle {
  line-height: 13px;
  font-size: 12px;
  margin-top: 2px;
}
.MultiImagesComponenta .multiImagesTab {
  padding-right: 10px;
  height: 24px;
  margin-bottom: 7px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.MultiImagesComponenta .doubleTab {
  padding: 0px ! important;
}
.MultiImagesComponenta .doubleTab .titleLink {
  width: 586px ! important;
  padding: 0 10px;
  box-sizing: border-box;
}
.MultiImagesComponenta .doubleTab .titleLink.rightTitleLink {
  margin-left: 20px;
}
.MultiImagesComponenta .doubleTab .titleLink .leftTitleText {
  float: right !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
.grid1280 .categoryBreadcrumbs {
  font-family: 'Open Sans Hebrew';
  height: 60px;
  display: flex;
  align-items: center;
}
.grid1280 .categoryBreadcrumbs ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.grid1280 .categoryBreadcrumbs ul li:first-child a {
  color: #000 ! important;
  font-size: 50px;
}
.grid1280 .categoryBreadcrumbs ul li:last-child,
.grid1280 .categoryBreadcrumbs ul li:first-child {
  margin-left: 11px ! important;
}
.grid1280 .categoryBreadcrumbs ul li:last-child i,
.grid1280 .categoryBreadcrumbs ul li:first-child i {
  display: none;
}
.grid1280 .categoryBreadcrumbs ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.grid1280 .categoryBreadcrumbs h1 {
  line-height: unset;
  margin: 0 ! important;
}
.grid1280 .categoryBreadcrumbs ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.grid1280 .categoryBreadcrumbs ul li a,
.grid1280 .categoryBreadcrumbs ul li span,
.grid1280 .categoryBreadcrumbs ul li i {
  color: #999999 ! important;
  font-size: 18px;
}
.grid1280 .categoryBreadcrumbs ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.grid1280_2.radionas .categoryBreadcrumbs * {
  font-family: 'Noto Kufi Arabic' !important;
}
.grid1280_2.radionas .categoryBreadcrumbs ul li:first-child {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
.grid1280_2.ynetnews .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2.ynetnews .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
.grid1280_2 .categoryBreadcrumbs {
  font-family: 'NarkisBlock', "Arial";
  height: 25px;
  display: flex;
  align-items: center;
}
.font-moses .grid1280_2 .categoryBreadcrumbs {
  font-family: 'Moses', 'NarkisBlock', "Arial";
}
.ynetnews .grid1280_2 .categoryBreadcrumbs {
  direction: ltr;
}
.grid1280_2 .categoryBreadcrumbs a:hover {
  color: #1417ac;
}
.grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:first-child {
  font-weight: 340;
}
.grid1280_2 .categoryBreadcrumbs ul {
  align-items: baseline;
  flex-direction: row;
  display: flex;
}
.grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 16px;
  letter-spacing: -0.24px;
  line-height: 25px;
  color: #000;
  background: transparent;
  padding-right: 0px;
  margin-left: 0px;
  font-weight: normal;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 23px;
  font-weight: 340;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li {
  padding-right: unset;
  padding-left: 0px;
  margin-left: unset;
  margin-right: 0px;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child > .arrow {
  display: none;
}
.grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: bold;
}
.font-moses .grid1280_2 .categoryBreadcrumbs ul li:last-child a {
  font-weight: 670;
}
.grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.997 29.635'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B stroke-linejoin: round; %7D .cls-2, .cls-3 %7B stroke: none; %7D %3C/style%3E %3C/defs%3E %3Cg id='Shape_1029' data-name='Shape 1029' transform='translate(-7227.503 -944.496)'%3E %3Cg id='Shape_1029-2' data-name='Shape 1029' transform='translate(0.001 0)'%3E %3Cpath class='cls-2' d='M 7240.275390625 973.380126953125 C 7240.1572265625 973.380126953125 7240.04248046875 973.3228759765625 7239.95263671875 973.2188720703125 L 7228.40673828125 959.7489013671875 C 7228.203125 959.5123291015625 7228.203125 959.11328125 7228.40625 958.877197265625 L 7239.95361328125 945.4068603515625 C 7240.04248046875 945.3027954101563 7240.1572265625 945.2456665039063 7240.27734375 945.2456665039063 C 7240.396484375 945.2456665039063 7240.5107421875 945.3026123046875 7240.5986328125 945.4059448242188 C 7240.80029296875 945.6427001953125 7240.80029296875 946.0420532226563 7240.5986328125 946.2783203125 L 7229.56591796875 959.1500244140625 L 7229.4267578125 959.312744140625 L 7229.56591796875 959.4754638671875 L 7240.59912109375 972.3465576171875 C 7240.7998046875 972.5827026367188 7240.7998046875 972.9833374023438 7240.5986328125 973.2205200195313 C 7240.5107421875 973.3233032226563 7240.39599609375 973.380126953125 7240.275390625 973.380126953125 Z'/%3E %3Cpath class='cls-3' d='M 7240.275390625 973.130126953125 C 7240.33447265625 973.130126953125 7240.38037109375 973.0909423828125 7240.40771484375 973.0587158203125 C 7240.5302734375 972.9144287109375 7240.5302734375 972.6516723632813 7240.40966796875 972.50927734375 L 7229.37646484375 959.63818359375 L 7229.09716796875 959.312744140625 L 7229.37646484375 958.9873657226563 L 7240.40869140625 946.1161499023438 C 7240.53076171875 945.9728393554688 7240.5302734375 945.7117309570313 7240.40771484375 945.5676879882813 C 7240.3798828125 945.5348510742188 7240.33447265625 945.4956665039063 7240.27685546875 945.4956665039063 C 7240.23095703125 945.4956665039063 7240.1845703125 945.5210571289063 7240.14306640625 945.569580078125 L 7228.595703125 959.040283203125 C 7228.47314453125 959.1829223632813 7228.47314453125 959.4428100585938 7228.59619140625 959.5862426757813 L 7240.14208984375 973.0554809570313 C 7240.17138671875 973.0895385742188 7240.21826171875 973.130126953125 7240.275390625 973.130126953125 M 7240.275390625 973.630126953125 C 7240.08984375 973.630126953125 7239.90625 973.54736328125 7239.763671875 973.38232421875 L 7228.216796875 959.91162109375 C 7227.931640625 959.580078125 7227.931640625 959.04541015625 7228.216796875 958.714111328125 L 7239.763671875 945.244140625 C 7239.9052734375 945.0784912109375 7240.09130859375 944.9956665039063 7240.27685546875 944.9956665039063 C 7240.462890625 944.9956665039063 7240.6484375 945.0784912109375 7240.7890625 945.244140625 C 7241.0703125 945.574462890625 7241.0703125 946.1103515625 7240.7890625 946.4404296875 L 7229.755859375 959.312744140625 L 7240.7890625 972.183837890625 C 7241.0703125 972.514892578125 7241.0703125 973.051025390625 7240.7890625 973.38232421875 C 7240.6484375 973.54736328125 7240.462890625 973.630126953125 7240.275390625 973.630126953125 Z'/%3E %3C/g%3E %3Cg id='Stroke_Effect' data-name='Stroke Effect' class='cls-1' transform='translate(7228.004 944.996)'%3E %3Cpath class='cls-2' d='M 12.27148056030273 28.88427543640137 C 12.00577068328857 28.88427543640137 11.75685024261475 28.76552391052246 11.57058048248291 28.54990386962891 L 0.02308031171560287 15.07847499847412 C -0.3441796898841858 14.65146446228027 -0.3441596925258636 13.98221492767334 0.02341031283140182 13.55517482757568 L 11.56996059417725 0.08558476716279984 C 11.75497055053711 -0.130845233798027 12.00479984283447 -0.2501752376556396 12.27320003509521 -0.2501752376556396 C 12.54193019866943 -0.2501752376556396 12.79143047332764 -0.130615234375 12.97574996948242 0.08650476485490799 C 13.33860015869141 0.512664794921875 13.33858013153076 1.180554747581482 12.97545051574707 1.606724739074707 L 2.081230878829956 14.31688785552979 L 12.9749698638916 27.0252742767334 C 13.33812999725342 27.45275497436523 13.33816051483154 28.12136459350586 12.97574996948242 28.54826545715332 C 12.7910099029541 28.76506423950195 12.54100036621094 28.88427543640137 12.27148056030273 28.88427543640137 Z'/%3E %3Cpath class='cls-3' d='M 12.27148056030273 28.63427543640137 C 12.45898056030273 28.63427543640137 12.64453029632568 28.55151557922363 12.78516006469727 28.386474609375 C 13.06641006469727 28.05517387390137 13.06641006469727 27.51904487609863 12.78516006469727 27.18798446655273 L 1.751950263977051 14.31689453125 L 12.78516006469727 1.444584727287292 C 13.06641006469727 1.114504814147949 13.06641006469727 0.5786147713661194 12.78516006469727 0.2482947707176208 C 12.64453506469727 0.08264476805925369 12.45898818969727 -0.0001802343758754432 12.27319622039795 -0.0001802343758754432 C 12.08740520477295 -0.0001802343758754432 11.90137004852295 0.08264476805925369 11.75977039337158 0.2482947707176208 L 0.2128903120756149 13.71826457977295 C -0.07226968556642532 14.04956436157227 -0.07226968556642532 14.58422470092773 0.2128903120756149 14.91577434539795 L 11.75977039337158 28.386474609375 C 11.90233993530273 28.55151557922363 12.08594036102295 28.63427543640137 12.27148056030273 28.63427543640137 M 12.27148056030273 29.13427543640137 C 11.93199062347412 29.13427543640137 11.61589050292969 28.98478507995605 11.3814001083374 28.71333503723145 L -0.1667296886444092 15.24117469787598 C -0.61236971616745 14.72304439544678 -0.6123197078704834 13.91054439544678 -0.1660696864128113 13.39208507537842 L 11.38016033172607 -0.07712523639202118 C 11.60982036590576 -0.3457852303981781 11.93548011779785 -0.5001752376556396 12.27320003509521 -0.5001752376556396 C 12.61157989501953 -0.5001752376556396 12.93710994720459 -0.3453052341938019 13.16633987426758 -0.07528523355722427 C 13.60636043548584 0.4415147602558136 13.60630989074707 1.251804709434509 13.16574001312256 1.768864750862122 L 2.410497665405273 14.31687545776367 L 13.16478061676025 26.86257553100586 C 13.60574054718018 27.38162422180176 13.60579013824463 28.1923942565918 13.16633033752441 28.71006393432617 C 12.93640041351318 28.97991561889648 12.61045074462891 29.13427543640137 12.27148056030273 29.13427543640137 Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5px;
  height: 9px;
  margin: 0px 9px;
  display: inline-flex;
}
.ynetnews .grid1280_2 .categoryBreadcrumbs ul li > .arrow {
  transform: rotate(180deg);
}
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700&display=swap&subset=hebrew');
.grid1280 .TopStoryComponenta {
  height: 335px ! important;
}
.grid1280 .TopStoryComponenta .sideSeparatorLine {
  display: none;
}
.grid1280 .TopStoryComponenta .topStoryDate {
  color: #ababab;
  font-family: 'Heebo', sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 0.74;
  margin-top: 10px;
  margin-bottom: 0;
}
.grid1280 .TopStoryComponenta .topStoryDate:before,
.grid1280 .TopStoryComponenta .topStoryDate:after {
  display: none;
}
.grid1280 .TopStoryComponenta .topHebStoryDate {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal ! important;
  color: #ababab;
  margin-top: 6px;
  margin-bottom: 19px;
  cursor: initial;
}
.grid1280 .TopStoryComponenta .topHebStoryDate span {
  font-weight: bold;
}
.grid1280 .TopStoryWideComponenta {
  height: 380px ! important;
}
.grid1280 .TopStoryWideComponenta .sideSeparatorLine {
  display: none;
}
.grid1280 .TopStoryWideComponenta .GalleryPaging {
  left: 10px ! important;
  right: unset ! important;
}
.grid1280 .TopStoryWideComponenta .textDiv {
  padding: 13px 16px;
  box-sizing: border-box;
  width: 100% !important;
  height: 95px !important;
}
.grid1280 .TopStoryWideComponenta .big {
  bottom: 105px !important;
  width: 62px !important;
  height: 62px !important;
}
.grid1280 .TopStoryWideComponenta .big .icon {
  width: 100%;
  height: 100%;
}
.simple-floating-player {
  height: 80px;
  width: 1240px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  left: 50%;
  padding: 0 74px 0 83px;
  z-index: 5;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
  background-color: #062963;
  box-shadow: 0 -2px 4px 0 rgba(6, 41, 99, 0.4);
  border: 0;
}
.simple-floating-player.show {
  transform: translate(-50%, 0);
}
.simple-floating-player.hide {
  transform: translate(-50%, 200%);
}
.simple-floating-player .floating-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 84867'%3E %3Cpath id='Vector' d='M1 1L19.3802 19.3802' stroke='%23E3E3E3' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath id='Vector_2' d='M19.3802 1L1 19.3802' stroke='%23E3E3E3' stroke-width='2' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.simple-floating-player .floating-player-button {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.simple-floating-player .floating-player-button:hover .floating-player-button-status {
  filter: brightness(0.7);
}
.simple-floating-player .floating-player-button .floating-player-button-status {
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.simple-floating-player .floating-player-button .floating-player-button-status.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1' y='1.06738' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='20' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='33' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3C/svg%3E");
}
.simple-floating-player .floating-player-button.floating-play-button-loader {
  position: relative;
  z-index: 0;
}
.simple-floating-player .floating-player-button.floating-play-button-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #fff, #fff);
  animation: rotate 1s linear infinite;
}
.simple-floating-player .live-indication {
  display: flex;
  align-items: center;
  margin: auto 30px;
}
.simple-floating-player .live-indication .dot {
  width: 10px;
  height: 10px;
  margin-inline-end: 8px;
  border-radius: 50%;
  background-color: #B90302;
}
.simple-floating-player .live-indication .live-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-wrap: nowrap;
}
.simple-floating-player .floating-player-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: auto 30px;
  font-weight: 600;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper {
  height: 35px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.simple-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;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 150px;
  background: #062963;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title {
  width: fit-content !important;
  display: flex !important;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title .title {
  color: #fff !important;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title .separator {
  width: 3px;
  height: 30px;
  margin: 0 8px;
  background-color: #B90302;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .floating-player-show-title .anchor {
  font-weight: 400;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right,
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 109px;
  top: 0;
  z-index: 1;
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #062963, rgba(6, 41, 99, 0));
}
.simple-floating-player .floating-player-content .floating-player-show-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #062963, rgba(6, 41, 99, 0));
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.radionasArticleHeadlinesAuto {
  display: flex;
  flex-direction: column;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 0 !important;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView {
  display: inline-flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEE1E7;
  gap: 20px;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView:first-child {
  margin-top: unset;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView {
  width: 190px;
  height: 107px;
  overflow: hidden;
  padding: 0;
  font-size: 10px;
  position: relative;
  border: none;
  border-radius: 5px;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: 600;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  margin-bottom: 8px;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle *[style] {
  color: #020E24 !important;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 24px;
  font-size: 18px;
  height: 48px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle *[style] {
  color: #020E24 !important;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  line-height: 20px;
  margin-bottom: 0px;
  color: #062963;
  font-size: 16px;
  position: absolute;
  bottom: 0%;
  font-weight: 400;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
  flex-shrink: 0;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotsContent .slotList .slotView .commaView {
  margin: 5px;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotMore {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600 ;
  width: auto;
  overflow-y: hidden;
  margin-top: 30px;
  color: #062963;
}
.radionasArticleHeadlinesAuto .slotContentDiv .slotMore a {
  font-size: 18px;
  color: inherit;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .ArticleHeadlinesAuto .slotMore {
    display: none;
  }
}
.audio-play-button-wrapper .audio-play-button {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.audio-play-button-wrapper .audio-play-button:hover .audio-play-button-status {
  filter: brightness(0.7);
}
.audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.audio-play-button-wrapper .audio-play-button .pause {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1' y='1.06738' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='20' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='33' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3C/svg%3E");
}
.audio-play-button-wrapper .aod-floating-player-wrapper {
  height: 80px;
  width: 1240px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  left: 50%;
  padding: 0 74px 0 83px;
  z-index: 5;
  box-sizing: border-box;
  transform: translate(-50%, 200%);
  transition: transform 0.5s ease;
  background-color: #062963;
  box-shadow: 0 -2px 4px 0 rgba(6, 41, 99, 0.4);
  border: 0;
}
.audio-play-button-wrapper .aod-floating-player-wrapper.show {
  transform: translate(-50%, 0);
}
.audio-play-button-wrapper .aod-floating-player-wrapper.hide {
  transform: translate(-50%, 200%);
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-player-close-sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 10px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 84867'%3E %3Cpath id='Vector' d='M1 1L19.3802 19.3802' stroke='%23E3E3E3' stroke-width='2' stroke-linejoin='round'/%3E %3Cpath id='Vector_2' d='M19.3802 1L1 19.3802' stroke='%23E3E3E3' stroke-width='2' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player {
  width: 1240px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title {
  width: 100%;
  color: #fff;
  font-size: 25px;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls {
  display: flex;
  align-items: center;
  gap: 30px;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper {
  height: 40px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper.disabled {
  opacity: 0.5;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler {
  display: flex;
  flex-direction: column;
  direction: ltr;
  width: 250px;
  line-height: 1.3;
  flex-shrink: 0;
}
.audio-play-button-wrapper .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: 14px;
  font-weight: 400;
  margin-top: 2px;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  direction: ltr;
  border-radius: 1.8px;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--thumb-color);
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--thumb-color);
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-player-controls-ruler-wrapper .aod-player-controls-ruler input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--thumb-color);
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .prevStep {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E %3Cpath d='M2.33932 5.15186V9.5715H6.35718' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M1 16C1 24.2839 7.71613 31 16 31C24.2839 31 31 24.2839 31 16C31 7.71613 24.2839 1 16 1C10.1548 1 5.08871 4.34355 2.61129 9.22581' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .forwardStep {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E %3Cpath d='M29.6607 5.15173V9.57138H25.6428' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M31 16C31 24.2839 24.2839 31 16 31C7.71613 31 1 24.2839 1 16C1 7.71613 7.71613 1 16 1C21.8452 1 26.9113 4.34355 29.3887 9.22581' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: Noto Kufi Arabic;
  padding: 3px 1px 0 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button:hover {
  filter: brightness(0.7);
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .jumpto-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button:hover .aod-play-button-status {
  filter: brightness(0.7);
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status {
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button .aod-play-button-status.pause {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1' y='1.06738' width='58' height='58' rx='29' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='20' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3Crect x='33' y='17.56738' width='7' height='25' rx='1' fill='white' stroke='%23062963' stroke-width='2'/%3E %3C/svg%3E");
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-controls .aod-play-button.aod-play-button-loader {
  position: relative;
  z-index: 0;
}
.audio-play-button-wrapper .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: 65px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(transparent 65%, #fff, #fff);
  animation: rotate 1s linear infinite;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container {
  display: flex;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper {
  position: relative;
  margin-left: 24px;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-message {
  height: 35px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -63px;
  right: 50%;
  transform: translateX(50%);
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
  color: #fff;
  background-color: #fff;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity 0.3s ease-in-out;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .show {
  opacity: 1;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .hide {
  opacity: 0;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #2F3236;
  cursor: pointer;
}
.audio-play-button-wrapper .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;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-copy-btn-wrapper .aod-player-copy-link-btn .copy-link-desktop-icon {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14'%3E %3Cpath fillRule='evenodd' d='M 13.04 5.58C 13.04 5.58 10.07 8.55 10.07 8.55 9.65 8.96 9.13 9.26 8.56 9.4 8.56 9.4 8.53 9.4 8.53 9.4 8.53 9.4 8.4 9.43 8.4 9.43 8.4 9.43 8.32 9.45 8.32 9.45 8.32 9.45 8.16 9.47 8.16 9.47 8.16 9.47 8.08 9.47 8.08 9.47 8.02 9.47 7.97 9.48 7.92 9.48 7.92 9.48 7.78 9.5 7.78 9.5 7.78 9.5 7.76 9.5 7.76 9.5 7.76 9.5 7.6 9.5 7.6 9.5 7.48 9.5 7.37 9.48 7.25 9.47 7.16 9.45 7.06 9.43 6.97 9.41 6.97 9.41 6.83 9.37 6.83 9.37 6.78 9.36 6.73 9.34 6.68 9.32 6.63 9.3 6.58 9.29 6.53 9.27 6.48 9.25 6.44 9.23 6.39 9.2 6.04 9.04 5.72 8.82 5.45 8.55 5.26 8.36 5.17 8.1 5.18 7.83 5.2 7.61 5.29 7.39 5.45 7.23 5.82 6.89 6.4 6.89 6.76 7.23 7.31 7.78 8.2 7.78 8.74 7.23 8.74 7.23 9.51 6.47 9.51 6.47 9.51 6.47 9.53 6.45 9.53 6.45 9.53 6.45 11.72 4.27 11.72 4.27 12.26 3.72 12.26 2.83 11.72 2.29 11.17 1.74 10.28 1.74 9.73 2.29 9.73 2.29 7.98 4.04 7.98 4.04 7.91 4.11 7.81 4.13 7.72 4.09 7.25 3.9 6.74 3.8 6.23 3.8 6.23 3.8 6.15 3.8 6.15 3.8 6.05 3.8 5.96 3.75 5.93 3.66 5.89 3.57 5.91 3.47 5.98 3.4 5.98 3.4 8.42 0.96 8.42 0.96 9.7-0.32 11.77-0.32 13.04 0.96 14.32 2.23 14.32 4.3 13.04 5.58ZM 7.99 5.02C 8.19 5.14 8.38 5.29 8.54 5.46 8.73 5.65 8.83 5.91 8.81 6.18 8.8 6.4 8.7 6.61 8.54 6.77 8.17 7.11 7.6 7.11 7.23 6.77 6.68 6.22 5.8 6.22 5.25 6.77 5.25 6.77 2.27 9.74 2.27 9.74 1.73 10.29 1.73 11.18 2.27 11.73 2.82 12.27 3.71 12.27 4.25 11.73 4.25 11.73 6.02 9.96 6.02 9.96 6.08 9.89 6.18 9.87 6.27 9.91 6.74 10.1 7.25 10.2 7.76 10.2 7.76 10.2 7.86 10.2 7.86 10.2 7.99 10.2 8.09 10.3 8.09 10.43 8.09 10.49 8.07 10.55 8.02 10.6 8.02 10.6 5.57 13.05 5.57 13.05 4.96 13.66 4.13 14 3.26 14 1.46 14-0 12.54 0 10.73 0 9.87 0.34 9.04 0.95 8.43 0.95 8.43 3.92 5.46 3.92 5.46 4.53 4.84 5.37 4.5 6.23 4.5 6.86 4.5 7.47 4.68 7.99 5.02Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper {
  height: 35px;
  width: 544px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper {
  height: 100%;
  position: absolute;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.audio-play-button-wrapper .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%;
}
.audio-play-button-wrapper .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;
}
.audio-play-button-wrapper .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: 150px;
  background: #062963;
}
.audio-play-button-wrapper .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: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-right,
.audio-play-button-wrapper .aod-floating-player-wrapper .aod-floating-player .aod-player-title-btn-container .aod-player-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 109px;
  top: 0;
  z-index: 1;
}
.audio-play-button-wrapper .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, #062963, rgba(6, 41, 99, 0));
}
.audio-play-button-wrapper .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, #062963, rgba(6, 41, 99, 0));
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.VideoLiveRadionasComponenta {
  display: flex;
  font-family: 'Noto Kufi Arabic';
  height: 349px;
}
.VideoLiveRadionasComponenta > div,
.VideoLiveRadionasComponenta > div > div,
.VideoLiveRadionasComponenta .slotView {
  display: flex;
  width: 100%;
  height: 100%;
}
.VideoLiveRadionasComponenta .slotView[style] {
  background: #062963 ! important;
}
.VideoLiveRadionasComponenta .textDiv {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.VideoLiveRadionasComponenta .textDiv a,
.VideoLiveRadionasComponenta .textDiv a:hover {
  color: inherit;
  text-decoration: none;
}
.VideoLiveRadionasComponenta .textDiv .slotTitle {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 16px;
  color: #fff !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.VideoLiveRadionasComponenta .textDiv .slotTitle * {
  color: #fff !important;
}
.VideoLiveRadionasComponenta .textDiv .slotSubTitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #fff !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.VideoLiveRadionasComponenta .textDiv .slotSubTitle * {
  color: #fff !important;
}
.VideoLiveRadionasComponenta .textDiv .moreInfo {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 24px;
}
.VideoLiveRadionasComponenta .iconOnPoster {
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='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");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: none;
  cursor: pointer;
}
.VideoLiveRadionasComponenta .iconOnPoster.big {
  width: 60px;
  height: 60px;
  background-size: 100% auto;
  top: calc(50% - 30px);
  right: calc(50% - 30px);
}
.magazine-gallery-componenta {
  width: 100%;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container {
  position: relative;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .right-arrow {
  right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 284'%3E %3Ccircle id='Ellipse 3' cx='25' cy='25.3328' r='25' transform='rotate(-180 25 25.3328)' fill='%23062963'/%3E %3Cpath id='Arrow 8' d='M32.7307 26.3934C33.3164 25.8076 33.3164 24.8579 32.7307 24.2721L23.1847 14.7262C22.5989 14.1404 21.6492 14.1404 21.0634 14.7262C20.4776 15.3119 20.4776 16.2617 21.0634 16.8475L29.5487 25.3328L21.0634 33.818C20.4776 34.4038 20.4776 35.3536 21.0634 35.9394C21.6492 36.5252 22.5989 36.5252 23.1847 35.9394L32.7307 26.3934ZM30 26.8328L31.67 26.8328L31.67 23.8328L30 23.8328L30 26.8328Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .left-arrow {
  left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 283'%3E %3Ccircle id='Ellipse 3' cx='25.771' cy='25' r='25' fill='%23062963'/%3E %3Cpath id='Arrow 8' d='M18.0403 23.9393C17.4545 24.5251 17.4545 25.4749 18.0403 26.0607L27.5863 35.6066C28.1721 36.1924 29.1218 36.1924 29.7076 35.6066C30.2934 35.0208 30.2934 34.0711 29.7076 33.4853L21.2223 25L29.7076 16.5147C30.2934 15.9289 30.2934 14.9792 29.7076 14.3934C29.1218 13.8076 28.1721 13.8076 27.5863 14.3934L18.0403 23.9393ZM20.771 23.5L19.101 23.5L19.101 26.5L20.771 26.5L20.771 23.5Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list {
  width: 100%;
  height: 698px;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: end;
  border-radius: 10px;
  overflow: hidden;
  background-color: #BCBCBC;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article .magazine-gallery-image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article .dark-area {
  width: 100%;
  height: 340px;
  display: flex;
  align-items: end;
  background: linear-gradient(0deg, rgba(2, 14, 36, 0.9) 0.09%, rgba(2, 14, 36, 0) 100.09%);
  z-index: 1;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article .dark-area a {
  text-decoration: none;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article .dark-area .article-data {
  display: flex;
  flex-direction: column;
  margin: 0 53px 40px 53px;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article .dark-area .article-data .article-title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  padding: 16px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article .dark-area .article-data .article-details {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-container .magazine-gallery-images-list .magazine-gallery-article .dark-area .article-data .article-details .separator {
  width: 1px;
  height: 16px;
  margin: 0 6px;
  background-color: #fff;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .line {
  height: 8px;
  position: relative;
  border-radius: 0 0 10px 10px;
  background-color: var(--component-color);
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .line-1 {
  width: 1200px;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .line-2 {
  width: 1122px;
  opacity: 0.6;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .line-3 {
  width: 1046px;
  opacity: 0.2;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .hidden-line {
  width: 978px;
  opacity: 0;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .animate1 {
  animation: moveAndGrow1 400ms linear backwards;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .animate2 {
  animation: moveAndGrow2 400ms linear backwards;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .animate3 {
  animation: moveAndGrow3 400ms linear backwards;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-images-lines .animate-hidden {
  animation: moveAndGrowHidden 400ms linear backwards;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DEE1E7;
  margin: 0 4px;
}
.magazine-gallery-componenta .magazine-gallery-images .magazine-gallery-dots .selected {
  background-color: var(--component-color);
}
@keyframes moveAndGrow1 {
  from {
    top: 0;
    width: 1200px;
  }
  to {
    top: -8px;
    width: 1240px;
  }
}
@keyframes moveAndGrow2 {
  from {
    top: 0;
    width: 1122px;
    opacity: 0.6;
  }
  to {
    top: -8px;
    width: 1200px;
    opacity: 1;
  }
}
@keyframes moveAndGrow3 {
  from {
    top: 0;
    width: 1046px;
    opacity: 0.2;
  }
  to {
    top: -8px;
    width: 1122px;
    opacity: 0.6;
  }
}
@keyframes moveAndGrowHidden {
  from {
    top: 0;
    width: 978px;
    opacity: 0;
  }
  to {
    top: -8px;
    width: 1046px;
    opacity: 0.2;
  }
}
.radionasMultiArticleComponenta {
  display: flex;
  flex-direction: column;
}
.radionasMultiArticleComponenta .slotTitle {
  display: flex;
  max-height: 110px;
  overflow: hidden;
  margin-bottom: 5px;
}
.radionasMultiArticleComponenta .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.editMode .radionasMultiArticleComponenta .slotTitle > a:hover {
  text-decoration: none;
  color: inherit ! important;
}
.editMode .radionasMultiArticleComponenta .slotTitle > a:hover > span {
  color: inherit ! important;
}
.radionasMultiArticleComponenta .slotTitle > a:hover {
  text-decoration: none;
  color: #1417ac ! important;
}
.radionasMultiArticleComponenta .slotTitle > a:hover > span {
  color: #1417ac ! important;
}
.radionasMultiArticleComponenta .slotsContent {
  display: flex;
  flex-direction: row;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  flex-shrink: 0;
  position: relative;
  flex: 1;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .title {
  font-size: 12px;
  line-height: 36px;
  letter-spacing: -0.12px;
  color: #062963 ;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect {
  align-self: flex-end;
  margin-bottom: 3px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect .menuToggler {
  margin-top: 5px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .selectedCity {
  font-size: 14px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .weatherimage img {
  height: 30px;
  width: auto;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .weathertempsdiv {
  margin-right: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.56;
  letter-spacing: -0.36px;
  color: #020E24;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .descriptionWeather {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: -0.14px;
  margin-bottom: 5px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .goToWeather {
  font-size: 14px;
  line-height: 18px;
  color: #062963 ;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .goToWeather img {
  border-radius: 50%;
  margin-left: 6px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .weatherItem .goToWeather span {
  color: #062963 ;
  margin-left: 5px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview.coupleItems .slotTitle {
  font-size: 16px ! important;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .moreDetails {
  font-size: 16px;
  color: #062963 ;
  line-height: 20px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .moreDetails .authorInfo {
  margin-left: 5px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .moreDetails .videoIcon {
  display: none;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .moreDetails .separator {
  margin: 0 5px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotTitle {
  line-height: 33px !important;
  font-size: 24px;
  font-weight: 700;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView.dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 112px;
  width: 190px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView.inEditMode .slotTitle {
  line-height: 36px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView .mediaArea,
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView .imageArea {
  position: relative;
  margin-bottom: 16px;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel .EditableImage > img {
  height: 100%;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.radionasMultiArticleComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel .mediaItems > * img {
  height: 343px;
}
.radionasMultiArticleComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 11px;
  flex: 1;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEE1E7;
  margin-bottom: 20px;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 20px;
  overflow: hidden;
  font-weight: 600;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 27px;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .textDiv .moreDetails {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
  color: #062963;
  display: flex;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .moreInfoRow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .separator {
  margin: 0 5px;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .mediaArea {
  position: relative;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon {
  right: 150px;
  left: unset;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel {
  border-radius: 5px;
  overflow: hidden;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView .mediaArea .MediaCarousel img {
  height: 100%;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView.inEditMode .slotTitle {
  line-height: 26px;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.radionasMultiArticleComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleAutoComponenta {
  display: flex;
  flex-direction: column;
}
.radionasMultiArticleAutoComponenta .slotsContent {
  display: flex;
  flex-direction: column;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView {
  display: flex;
  flex-direction: row-reverse;
  background-color: #F3F4F7;
  height: 349px;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  margin: 30px;
  gap: 16px;
  position: relative;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .slotTitle {
  font-size: 36px !important;
  line-height: 46px;
  white-space: wrap;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .slotSubTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .slotSubTitle a,
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .slotSubTitle a:hover {
  text-decoration: none;
  color: inherit;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .moreDetails {
  font-size: 16px;
  font-weight: 400;
  color: #385482;
  position: absolute;
  bottom: 0px;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .moreDetails .separator {
  margin: 0 5px;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .textDiv .moreDetails .videoIcon {
  display: none;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .mediaArea {
  flex: 1;
  position: relative;
  margin-bottom: 10px;
  width: 620px;
  height: 349px;
}
.radionasMultiArticleAutoComponenta .slotsContent .mainItem .slotView .mediaArea img {
  width: 100%;
  height: 100%;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView {
  display: flex;
  flex-direction: column-reverse;
  width: 400px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95px;
  color: inherit;
  padding-top: 8px;
  box-sizing: border-box;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-size: 20px;
  overflow: hidden;
  font-weight: 600;
  line-height: 27px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv .slotTitle a {
  text-decoration: none;
  color: inherit;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  display: none;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #062963;
  line-height: 20px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .authorInfo,
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .moreInfoRow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .textDiv .moreDetails .separator {
  margin: 0 5px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .mediaArea {
  position: relative;
  width: 400px;
  height: 225px;
  border-radius: 5px;
  overflow: hidden;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView .mediaArea .videoIcon {
  left: 10px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView.inEditMode {
  position: relative;
  width: 400px;
  overflow: hidden;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView.inEditMode .MediaCarousel {
  width: 400px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView.inEditMode .MediaCarousel img {
  width: 400px;
  height: 225px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView.inEditMode .slotTitle {
  line-height: 26px;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.radionasMultiArticleAutoComponenta .slotsContent .slotList .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleMainItemComponenta {
  display: flex;
  flex-direction: column;
}
.radionasMultiArticleMainItemComponenta .slotTitle {
  display: flex;
  max-height: 175px;
  overflow: hidden;
  margin-bottom: 5px;
}
.radionasMultiArticleMainItemComponenta .slotTitle > a {
  text-decoration: none;
  color: inherit;
}
.radionasMultiArticleMainItemComponenta .slotsContent {
  display: flex;
  flex-direction: column;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .main {
  width: 100%;
  height: 349px;
  margin-bottom: 20px;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .main .mediaArea .MediaCarousel {
  border-radius: 0;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .main .mediaArea .MediaCarousel img {
  height: 100%;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .title {
  font-size: 12px;
  line-height: 36px;
  letter-spacing: -0.12px;
  color: #062963 ;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect {
  align-self: flex-end;
  margin-bottom: 3px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .headerWeatherSelect .menuToggler {
  margin-top: 5px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .selectedCity {
  font-size: 14px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .weatherimage img {
  height: 30px;
  width: auto;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .WeatherViewInHeader .weathertempsdiv {
  margin-right: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 0.56;
  letter-spacing: -0.36px;
  color: #020E24;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .descriptionWeather {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: -0.14px;
  margin-bottom: 5px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .goToWeather {
  font-size: 14px;
  line-height: 18px;
  color: #1217ac;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .goToWeather img {
  border-radius: 50%;
  margin-left: 6px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .weatherItem .goToWeather span {
  color: #062963 ;
  margin-left: 5px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .moreDetails {
  font-size: 16px;
  color: #062963 ;
  position: absolute;
  bottom: 30px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .moreDetails .authorInfo {
  margin-left: 5px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .moreDetails .videoIcon {
  display: none;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .moreDetails .separator {
  margin: 0 5px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotTitle {
  max-height: unset;
  font-size: 36px;
  font-weight: 700;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
  line-height: 46px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotSubTitle {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: unset;
  margin-bottom: 20px;
  line-height: 33px;
  font-weight: 400;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotSubTitle a {
  text-decoration: none;
  color: #020E24;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView {
  display: flex;
  margin-bottom: 20px;
  background-color: #F3F4F7;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView .textDiv {
  padding: 30px 30px 23px 23px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView.dfpId {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c0c9d0;
  font-size: 16px;
  height: 112px;
  width: 190px;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView.inEditMode {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView.inEditMode .withWidth {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView.inEditMode .withWidth * {
  width: 100%;
  height: 100%;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView .mediaArea,
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView .imageArea {
  position: relative;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel {
  display: flex;
  overflow: hidden;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.radionasMultiArticleMainItemComponenta .slotsContent .mainImagePreview .slotView .MediaCarousel .mediaItems > * img {
  height: 350px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList .slotTitle > div {
  width: 100%;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .textDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .textDiv .slotTitle {
  font-size: 20px;
  line-height: 27px;
  overflow: hidden;
  font-weight: 600;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .textDiv .moreDetails {
  font-size: 16px;
  color: #062963;
  display: flex;
  line-height: 20px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .textDiv .moreDetails .moreInfoRow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .textDiv .moreDetails .separator {
  margin: 0 5px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .mediaArea {
  position: relative;
  width: 400px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .mediaArea .videoIcon {
  left: 10px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .mediaArea .MediaCarousel {
  border-radius: 5px;
  overflow: hidden;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView .mediaArea .MediaCarousel img {
  width: 400px;
  height: 225px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView.inEditMode {
  position: relative;
  width: 400px;
  overflow: hidden;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView.inEditMode .MediaCarousel {
  width: 400px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView.inEditMode .MediaCarousel img {
  width: 400px;
  height: 225px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView.inEditMode .slotTitle {
  line-height: 27px;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView.inEditMode.emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView.inEditMode:hover .RichInput {
  z-index: 1;
}
.radionasMultiArticleMainItemComponenta .slotsContent .slotList > div .slotView.inEditMode .RichInput.withWidth > span {
  background: rgba(0, 0, 0, 0.04);
}
.radionas-multi-audio-auto-componenta {
  display: flex;
  flex-direction: column;
}
.radionas-multi-audio-auto-componenta * {
  box-sizing: border-box;
}
.radionas-multi-audio-auto-componenta .separator {
  margin: 0 3px;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(2, 2, 2, 0.05);
}
.radionas-multi-audio-auto-componenta .mainItem .slotView.inEditMode .mediaArea div {
  width: 100%;
  height: 100%;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView.inEditMode .mediaArea div .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .mediaArea {
  height: 350px;
  width: 620px;
  background-color: #c4c4c4;
  flex-shrink: 0;
  position: relative;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .mediaArea img {
  height: 350px;
  width: 620px !important;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .mediaArea .audio-play-button {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #020E24;
  padding: 30px;
  gap: 16px;
  position: relative;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .textArea .audioIcon {
  position: unset;
  width: fit-content;
  border-radius: 5px;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .textArea .slotTitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .textArea .slotSubTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .textArea .moreDetails {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  bottom: 30px;
}
.radionas-multi-audio-auto-componenta .mainItem .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionas-multi-audio-auto-componenta .slotList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.radionas-multi-audio-auto-componenta .slotList .slotView {
  display: flex;
  flex-direction: column;
  width: 295px;
  height: 256px;
  position: relative;
  justify-content: space-between;
  color: #020E24;
  margin-top: 10px;
  gap: 8px;
}
.radionas-multi-audio-auto-componenta .slotList .slotView.inEditMode .mediaArea div {
  width: 100%;
  height: 100%;
}
.radionas-multi-audio-auto-componenta .slotList .slotView.inEditMode .mediaArea div .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .mediaArea {
  position: relative;
  height: 166px;
  width: 295px;
  background-color: #c4c4c4;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .mediaArea img {
  height: 166px;
  width: 295px !important;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .textArea {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .textArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .textArea .slotSubTitle {
  display: none;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .textArea .moreDetails {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #062963;
  display: flex;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .textArea .moreDetails .category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .textArea .audio-play-button-status {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.radionas-multi-audio-auto-componenta .slotList .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionas-multi-audio-auto-vertical-componenta {
  display: flex;
  flex-direction: column;
}
.radionas-multi-audio-auto-vertical-componenta * {
  box-sizing: border-box;
}
.radionas-multi-audio-auto-vertical-componenta .slotList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 20px;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #BCBCBC;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView.inEditMode .mediaArea div {
  width: 100%;
  height: 100%;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView.inEditMode .mediaArea div .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .mediaArea {
  width: 190px;
  height: 107px;
  padding: 0;
  margin: 1px 1px 1px 20px;
  font-size: 10px;
  position: relative;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .mediaArea img {
  width: 190px;
  height: 107px;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .contentDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .contentDiv .textArea {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #020E24;
  margin-top: 10px;
  gap: 10px;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .contentDiv .textArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .contentDiv .textArea .slotSubTitle {
  height: 53px;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .contentDiv .textArea .moreDetails {
  display: flex;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #062963 ;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .contentDiv .textArea .moreDetails .category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 450px;
}
.radionas-multi-audio-auto-vertical-componenta .slotList .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionas-multi-audio-componenta {
  display: flex;
  flex-direction: column;
}
.radionas-multi-audio-componenta * {
  box-sizing: border-box;
}
.radionas-multi-audio-componenta .separator {
  margin: 0 3px;
}
.radionas-multi-audio-componenta .mainItem .slotView {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(2, 2, 2, 0.05);
  padding: 0 !important;
}
.radionas-multi-audio-componenta .mainItem .slotView.inEditMode .mediaArea .MediaCarousel div {
  width: 100%;
  height: 100%;
}
.radionas-multi-audio-componenta .mainItem .slotView.inEditMode .mediaArea .MediaCarousel div .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.radionas-multi-audio-componenta .mainItem .slotView .mediaArea {
  height: 349px;
  width: 620px;
  background-color: #c4c4c4;
  flex-shrink: 0;
  position: relative;
}
.radionas-multi-audio-componenta .mainItem .slotView .mediaArea .MediaCarousel {
  height: 100%;
}
.radionas-multi-audio-componenta .mainItem .slotView .mediaArea .MediaCarousel img {
  height: 349px;
  width: 620px !important;
}
.radionas-multi-audio-componenta .mainItem .slotView .mediaArea .audio-play-button-wrapper .audio-play-button {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.radionas-multi-audio-componenta .mainItem .slotView .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #020E24;
  padding: 30px;
  gap: 16px;
  position: relative;
}
.radionas-multi-audio-componenta .mainItem .slotView .textArea .audioIcon {
  position: unset;
  width: fit-content;
  border-radius: 5px;
}
.radionas-multi-audio-componenta .mainItem .slotView .textArea .slotTitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.radionas-multi-audio-componenta .mainItem .slotView .textArea .slotSubTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.radionas-multi-audio-componenta .mainItem .slotView .textArea .moreDetails {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  bottom: 30px;
}
.radionas-multi-audio-componenta .mainItem .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionas-multi-audio-componenta .slotList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.radionas-multi-audio-componenta .slotList div div .slotView {
  width: 295px;
  height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #020E24;
  margin-top: 10px;
  gap: 8px;
}
.radionas-multi-audio-componenta .slotList div div .slotView.inEditMode .mediaArea .MediaCarousel div {
  width: 100%;
  height: 100%;
}
.radionas-multi-audio-componenta .slotList div div .slotView.inEditMode .mediaArea .MediaCarousel div .EditableImage {
  width: 100% !important;
  height: 100% !important;
}
.radionas-multi-audio-componenta .slotList div div .slotView .mediaArea {
  position: relative;
  height: 166px;
  width: 295px;
  background-color: #c4c4c4;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.radionas-multi-audio-componenta .slotList div div .slotView .mediaArea img {
  height: 166px;
  width: 295px !important;
}
.radionas-multi-audio-componenta .slotList div div .slotView .textArea {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.radionas-multi-audio-componenta .slotList div div .slotView .slotTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.radionas-multi-audio-componenta .slotList div div .slotView .slotSubTitle {
  display: none;
}
.radionas-multi-audio-componenta .slotList div div .slotView .moreDetails {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #062963;
  display: flex;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.radionas-multi-audio-componenta .slotList div div .slotView .moreDetails .category {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.radionas-multi-audio-componenta .slotList div div .slotView .moreDetails .audio-play-button-status {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.radionas-multi-audio-componenta .slotList div div .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.radionas-multi-audio-componenta-vertical {
  display: flex;
  flex-direction: column;
}
.radionas-multi-audio-componenta-vertical * {
  box-sizing: border-box;
}
.radionas-multi-audio-componenta-vertical .slotList {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEE1E7;
  gap: 20px;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .mediaArea {
  width: 190px;
  height: 107px;
  padding: 0;
  font-size: 10px;
  position: relative;
  border: none;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .mediaArea .MediaCarousel {
  overflow: hidden;
  border-radius: 5px;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .mediaArea .MediaCarousel img {
  width: 100%;
  height: 100%;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .contentDiv {
  display: flex;
  align-items: center;
  width: 100%;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .contentDiv .textArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #020E24;
  gap: 8px;
  position: relative;
  height: 100%;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .contentDiv .textArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .contentDiv .textArea .slotSubTitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .contentDiv .textArea .moreDetails {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  color: #062963;
  bottom: 0;
}
.radionas-multi-audio-componenta-vertical .slotList div div .slotView .emptySlot {
  background: rgba(0, 0, 0, 0.04);
}
.Componenta .MultiImagesRadionasComponenta .dfpId .imageArea {
  background: #b6b6ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.MultiImagesRadionasComponenta {
  display: flex;
  flex-direction: column;
}
.MultiImagesRadionasComponenta.bigItemsComp .slotsContent .slotView {
  max-height: 270px;
  width: 295px;
}
.MultiImagesRadionasComponenta.bigItemsComp .slotsContent .slotView .imageArea {
  width: 295px;
  height: 166px;
}
.MultiImagesRadionasComponenta.bigItemsComp .slotsContent .slotView .imageArea .MediaCarousel {
  width: 295px;
  height: 166px;
}
.MultiImagesRadionasComponenta.bigItemsComp .slotsContent .slotView .slotTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
.MultiImagesRadionasComponenta.bigItemsComp .slotsContent .slotView .moreDetails {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.MultiImagesRadionasComponenta.special .slotView.inEditMode .videoIcon {
  display: none !important;
}
.MultiImagesRadionasComponenta.special .slotView .imageArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MultiImagesRadionasComponenta.special .slotView .imageArea .MediaCarousel {
  width: 107px !important;
  height: 107px !important;
  border-radius: 50% !important;
}
.MultiImagesRadionasComponenta.special .slotView .imageArea .MediaCarousel .videoIcon {
  display: none !important;
}
.MultiImagesRadionasComponenta.special .slotView .slotTitle {
  text-align: center;
}
.MultiImagesRadionasComponenta.multiRows {
  overflow: hidden;
}
.MultiImagesRadionasComponenta.multiRows .slotsContent {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.MultiImagesRadionasComponenta.multiRows .slotsContent .slotView {
  margin-bottom: 20px;
}
.MultiImagesRadionasComponenta .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesRadionasComponenta .slotListWrapper > div {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.MultiImagesRadionasComponenta .slotsContent {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.MultiImagesRadionasComponenta .slotsContent .arrowBtn {
  top: 40px ! important;
}
.MultiImagesRadionasComponenta .slotsContent .slotView {
  background: #fff;
  max-height: 270px;
  width: 190px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.MultiImagesRadionasComponenta .slotsContent .slotView a,
.MultiImagesRadionasComponenta .slotsContent .slotView a:hover {
  text-decoration: none;
  color: inherit;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .slotTitle {
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .slotSubtitle {
  height: 48px;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .moreDetails {
  height: auto;
  max-height: 20px;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  overflow: hidden;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .moreDetails .authorField {
  width: auto;
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .moreDetails > span {
  margin-left: 5px;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .imageArea {
  width: 190px;
  height: 107px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
  flex-shrink: 0;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .imageArea .MediaCarousel {
  position: relative;
  width: 190px;
  height: 107px;
  overflow: hidden;
  border-radius: 5px;
}
.MultiImagesRadionasComponenta .slotsContent .slotView .imageArea .MediaCarousel .sitePagelightBoxVideoPlayer,
.MultiImagesRadionasComponenta .slotsContent .slotView .imageArea .MediaCarousel img:not(.vjs-logobrand-image, .fp-logo) {
  min-width: 100%;
  min-height: 100%;
}
.radionasMultiStripRowsComponenta {
  border-top: 1px solid #DEE1E7;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.radionasMultiStripRowsComponenta .mediaArea.largeSizeStrip {
  position: relative;
}
.radionasMultiStripRowsComponenta .mediaArea.largeSizeStrip .MarketingSign:hover {
  height: 43px !important;
  width: 610px !important;
}
.radionasMultiStripRowsComponenta .mediaArea.largeSizeStrip .MarketingSign:hover .marketingText {
  padding: 5px 34px 4px 1px;
  line-height: 1;
}
.radionasMultiStripRowsComponenta .slotView {
  display: flex;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 16px;
  border-bottom: 1px solid  #DEE1E7;
  width: 100%;
  height: 139px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.radionasMultiStripRowsComponenta .slotView.inEditMode {
  height: unset;
}
.radionasMultiStripRowsComponenta .slotView .textDiv {
  position: relative;
  margin: 0;
  overflow: hidden;
  flex-grow: 1;
}
.radionasMultiStripRowsComponenta .slotView .textDiv > a,
.radionasMultiStripRowsComponenta .slotView .textDiv > * {
  padding: 0 20px 0 8px;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
.radionasMultiStripRowsComponenta .slotView .textDiv h2.slotTitle,
.radionasMultiStripRowsComponenta .slotView .textDiv .slotSubTitle,
.radionasMultiStripRowsComponenta .slotView .textDiv .author {
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radionasMultiStripRowsComponenta .slotView .textDiv h2.slotTitle span,
.radionasMultiStripRowsComponenta .slotView .textDiv .slotSubTitle span,
.radionasMultiStripRowsComponenta .slotView .textDiv .author span {
  line-height: inherit;
}
.radionasMultiStripRowsComponenta .slotView .textDiv h2.slotTitle {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  -webkit-line-clamp: 1;
  font-weight: 600;
  line-height: 27px;
}
.radionasMultiStripRowsComponenta .slotView .textDiv .slotSubTitle[style] {
  -webkit-line-clamp: 2;
  font-size: 18px;
  font-weight: 300;
  max-height: 48px;
  line-height: 24px;
}
.radionasMultiStripRowsComponenta .slotView .textDiv .slotSubTitle[style] span[style] {
  color: #020E24 !important;
}
.radionasMultiStripRowsComponenta .slotView .textDiv .moreInfo {
  position: absolute;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #062963 ;
  line-height: 20px;
  font-weight: 400;
}
.radionasMultiStripRowsComponenta .slotView .textDiv .moreInfo .author[style] {
  line-height: 20px;
  font-weight: 400;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit ! important;
}
.radionasMultiStripRowsComponenta .slotView .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.radionasMultiStripRowsComponenta .slotView .mediaItems .sitePagelightBoxVideoPlayer,
.radionasMultiStripRowsComponenta .slotView .mediaItems img:not(.vjs-logobrand-image, .fp-logo) {
  height: 100%;
}
.radionasMultiStripRowsComponenta .slotView .mediaArea {
  width: 190px;
  flex-shrink: 0;
}
.radionasMultiStripRowsComponenta .slotView.dfpId .mediaArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 107px;
  width: 190px;
  background: #c0c9d0;
  font-size: 18px;
}
.radionasMultiStripRowsComponenta > div:last-child .slotView {
  margin-bottom: 0;
}
.nas_story.articleContainer .videoMediaContainer #player {
  background-size: contain;
}
.nas_story.articleContainer .ynet-article-story :not(.videoMediaContainer) img {
  object-fit: cover;
}
.nas_story.articleContainer .ynet-article-story .videoMediaContainer[style] {
  width: 100% ! important;
}
.radionas-news-flash-component {
  display: flex;
  flex-direction: column;
}
.radionas-news-flash-component .component-tab {
  font-size: 36px;
  font-weight: 700;
  margin: 50px 0;
}
.radionas-news-flash-component .radio-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 16px;
}
.radionas-news-flash-component .radio-btn-wrapper .input-label {
  color: #020202;
  font-size: 18px;
  font-weight: 400;
}
.radionas-news-flash-component .radio-btn-wrapper input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  box-shadow: inset 0px 0px 0px 3px #fff;
  transition: background-color 0.3s ease-in-out;
}
.radionas-news-flash-component .radio-btn-wrapper input[type="radio"]:checked {
  background-color: #D80000;
}
.radionas-news-flash-component .news-flash-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100px;
  background-color: #ECEFEF;
  background-image: url("data:image/svg+xml,%3Csvg width='400' height='1101' viewBox='0 0 400 1101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect y='0.120117' width='400' height='1100' fill='%23DEE1E7'/%3E %3Cmask id='mask0_13087_606' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='400' height='1101'%3E %3Crect y='0.120117' width='400' height='1100' fill='%23E3E3E3'/%3E %3C/mask%3E %3Cg mask='url(%23mask0_13087_606)'%3E %3Cpath d='M107.18 33.4565C107.18 33.4996 107.18 33.544 107.18 33.5871C106.97 50.8208 92.8199 64.6211 75.5746 64.4116C58.3292 64.202 44.5196 50.0615 44.7293 32.8278C44.939 15.5941 59.089 1.79376 76.3343 2.00333C76.3727 2.00333 76.4098 2.00573 76.4481 2.00573L76.2864 15.3247C76.248 15.3247 76.2109 15.3211 76.1725 15.3199C66.2874 15.2001 58.1771 23.1099 58.056 32.9883C57.9362 42.8668 65.8512 50.9717 75.7363 51.0926C85.6214 51.2124 93.7318 43.3027 93.8528 33.4242C93.8528 33.3799 93.8504 33.3368 93.8516 33.2937L107.181 33.4553L107.18 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 33.0757C65.0215 39.0454 69.8496 43.9877 75.8221 44.0595C81.7946 44.1314 86.7414 39.3065 86.8133 33.3368C86.8852 27.3671 82.0571 22.4249 76.0833 22.353C76.0402 22.353 75.9947 22.353 75.9515 22.353C70.0377 22.353 65.1641 27.1503 65.0922 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M196.633 33.4565C196.633 33.4996 196.633 33.544 196.633 33.5871C196.424 50.8208 182.274 64.6211 165.028 64.4116C147.783 64.202 133.973 50.0615 134.183 32.8278C134.393 15.5941 148.543 1.79376 165.788 2.00333C165.827 2.00333 165.864 2.00573 165.902 2.00573L165.74 15.3247C165.702 15.3247 165.665 15.3211 165.626 15.3199C155.741 15.2001 147.631 23.1099 147.51 32.9883C147.39 42.8668 155.305 50.9717 165.19 51.0926C175.075 51.2124 183.186 43.3027 183.307 33.4242C183.307 33.3799 183.304 33.3368 183.306 33.2937L196.635 33.4553L196.633 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 33.0757C154.475 39.0454 159.303 43.9877 165.276 44.0595C171.248 44.1314 176.195 39.3065 176.267 33.3368C176.339 27.3671 171.511 22.4249 165.537 22.353C165.494 22.353 165.449 22.353 165.405 22.353C159.492 22.353 154.618 27.1503 154.546 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M286.087 33.4565C286.087 33.4996 286.087 33.544 286.087 33.5871C285.878 50.8208 271.728 64.6211 254.482 64.4116C237.237 64.202 223.427 50.0615 223.637 32.8278C223.847 15.5941 237.997 1.79376 255.242 2.00333C255.28 2.00333 255.317 2.00573 255.356 2.00573L255.194 15.3247C255.156 15.3247 255.119 15.3211 255.08 15.3199C245.195 15.2001 237.085 23.1099 236.964 32.9883C236.844 42.8668 244.759 50.9717 254.644 51.0926C264.529 51.2124 272.64 43.3027 272.761 33.4242C272.761 33.3799 272.758 33.3368 272.759 33.2937L286.088 33.4553L286.087 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 33.0757C243.929 39.0454 248.757 43.9877 254.73 44.0595C260.702 44.1314 265.649 39.3065 265.721 33.3368C265.793 27.3671 260.965 22.4249 254.991 22.353C254.948 22.353 254.902 22.353 254.859 22.353C248.945 22.353 244.072 27.1503 244 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M375.541 33.4565C375.541 33.4996 375.541 33.544 375.541 33.5871C375.331 50.8208 361.181 64.6211 343.936 64.4116C326.691 64.202 312.881 50.0615 313.091 32.8278C313.301 15.5941 327.451 1.79376 344.696 2.00333C344.734 2.00333 344.771 2.00573 344.81 2.00573L344.648 15.3247C344.61 15.3247 344.572 15.3211 344.534 15.3199C334.649 15.2001 326.539 23.1099 326.418 32.9883C326.298 42.8668 334.213 50.9717 344.098 51.0926C353.983 51.2124 362.093 43.3027 362.214 33.4242C362.214 33.3799 362.212 33.3368 362.213 33.2937L375.542 33.4553L375.541 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 33.0757C333.383 39.0454 338.211 43.9877 344.184 44.0595C350.156 44.1314 355.103 39.3065 355.175 33.3368C355.247 27.3671 350.419 22.4249 344.445 22.353C344.402 22.353 344.356 22.353 344.313 22.353C338.399 22.353 333.526 27.1503 333.454 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 103.87C62.4527 103.913 62.4527 103.957 62.4527 104C62.2429 121.234 48.0929 135.034 30.8476 134.825C13.6023 134.615 -0.207352 120.475 0.00235716 103.241C0.212067 86.0072 14.3621 72.2068 31.6074 72.4164C31.6457 72.4164 31.6829 72.4188 31.7212 72.4188L31.5594 85.7378C31.5211 85.7378 31.4839 85.7342 31.4456 85.733C21.5605 85.6132 13.4501 93.5229 13.3291 103.401C13.2093 113.28 21.1243 121.385 31.0094 121.506C40.8945 121.625 49.0049 113.716 49.1259 103.837C49.1259 103.793 49.1235 103.75 49.1247 103.707L62.4538 103.868L62.4527 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 103.489C20.2945 109.459 25.1226 114.401 31.0952 114.473C37.0677 114.544 42.0144 109.72 42.0863 103.75C42.1582 97.7802 37.3301 92.838 31.3564 92.7661C31.3133 92.7661 31.2677 92.7661 31.2246 92.7661C25.3108 92.7661 20.4371 97.5634 20.3652 103.489' fill='%23CED2DA'/%3E %3Cpath d='M151.907 103.87C151.907 103.913 151.907 103.957 151.907 104C151.697 121.234 137.547 135.034 120.301 134.825C103.056 134.615 89.2465 120.475 89.4562 103.241C89.6659 86.0072 103.816 72.2068 121.061 72.4164C121.1 72.4164 121.137 72.4188 121.175 72.4188L121.013 85.7378C120.975 85.7378 120.938 85.7342 120.899 85.733C111.014 85.6132 102.904 93.5229 102.783 103.401C102.663 113.28 110.578 121.385 120.463 121.506C130.348 121.625 138.459 113.716 138.58 103.837C138.58 103.793 138.577 103.75 138.579 103.707L151.908 103.868L151.907 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 103.489C109.748 109.459 114.577 114.401 120.549 114.473C126.522 114.544 131.468 109.72 131.54 103.75C131.612 97.7802 126.784 92.838 120.81 92.7661C120.767 92.7661 120.722 92.7661 120.678 92.7661C114.765 92.7661 109.891 97.5634 109.819 103.489' fill='%23CED2DA'/%3E %3Cpath d='M241.36 103.87C241.36 103.913 241.36 103.957 241.36 104C241.151 121.234 227.001 135.034 209.755 134.825C192.51 134.615 178.7 120.475 178.91 103.241C179.12 86.0072 193.27 72.2068 210.515 72.4164C210.553 72.4164 210.591 72.4188 210.629 72.4188L210.467 85.7378C210.429 85.7378 210.392 85.7342 210.353 85.733C200.468 85.6132 192.358 93.5229 192.237 103.401C192.117 113.28 200.032 121.385 209.917 121.506C219.802 121.625 227.913 113.716 228.034 103.837C228.034 103.793 228.031 103.75 228.032 103.707L241.362 103.868L241.36 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 103.489C199.202 109.459 204.03 114.401 210.003 114.473C215.975 114.544 220.922 109.72 220.994 103.75C221.066 97.7802 216.238 92.838 210.264 92.7661C210.221 92.7661 210.175 92.7661 210.132 92.7661C204.218 92.7661 199.345 97.5634 199.273 103.489' fill='%23CED2DA'/%3E %3Cpath d='M330.814 103.87C330.814 103.913 330.814 103.957 330.814 104C330.604 121.234 316.454 135.034 299.209 134.825C281.964 134.615 268.154 120.475 268.364 103.241C268.574 86.0072 282.724 72.2068 299.969 72.4164C300.007 72.4164 300.044 72.4188 300.083 72.4188L299.921 85.7378C299.883 85.7378 299.845 85.7342 299.807 85.733C289.922 85.6132 281.812 93.5229 281.691 103.401C281.571 113.28 289.486 121.385 299.371 121.506C309.256 121.625 317.366 113.716 317.487 103.837C317.487 103.793 317.485 103.75 317.486 103.707L330.815 103.868L330.814 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 103.489C288.656 109.459 293.484 114.401 299.457 114.473C305.429 114.544 310.376 109.72 310.448 103.75C310.52 97.7802 305.692 92.838 299.718 92.7661C299.675 92.7661 299.629 92.7661 299.586 92.7661C293.672 92.7661 288.799 97.5634 288.727 103.489' fill='%23CED2DA'/%3E %3Cpath d='M420.268 103.87C420.268 103.913 420.268 103.957 420.268 104C420.058 121.234 405.908 135.034 388.663 134.825C371.418 134.615 357.608 120.475 357.818 103.241C358.027 86.0072 372.177 72.2068 389.423 72.4164C389.461 72.4164 389.498 72.4188 389.537 72.4188L389.375 85.7378C389.336 85.7378 389.299 85.7342 389.261 85.733C379.376 85.6132 371.266 93.5229 371.144 103.401C371.025 113.28 378.94 121.385 388.825 121.506C398.71 121.625 406.82 113.716 406.941 103.837C406.941 103.793 406.939 103.75 406.94 103.707L420.269 103.868L420.268 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 103.489C378.11 109.459 382.938 114.401 388.911 114.473C394.883 114.544 399.83 109.72 399.902 103.75C399.974 97.7802 395.146 92.838 389.172 92.7661C389.129 92.7661 389.083 92.7661 389.04 92.7661C383.126 92.7661 378.253 97.5634 378.181 103.489' fill='%23CED2DA'/%3E %3Cpath d='M107.18 174.282C107.18 174.325 107.18 174.37 107.18 174.413C106.97 191.646 92.8199 205.447 75.5746 205.237C58.3292 205.028 44.5196 190.887 44.7293 173.654C44.939 156.42 59.089 142.619 76.3343 142.829C76.3727 142.829 76.4098 142.831 76.4481 142.831L76.2864 156.15C76.248 156.15 76.2109 156.147 76.1725 156.146C66.2874 156.026 58.1771 163.936 58.056 173.814C57.9362 183.692 65.8512 191.797 75.7363 191.918C85.6214 192.038 93.7318 184.128 93.8528 174.25C93.8528 174.206 93.8504 174.162 93.8516 174.119L107.181 174.281L107.18 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 173.901C65.0215 179.871 69.8496 184.813 75.8221 184.885C81.7946 184.957 86.7414 180.132 86.8133 174.162C86.8852 168.193 82.0571 163.251 76.0833 163.179C76.0402 163.179 75.9947 163.179 75.9515 163.179C70.0377 163.179 65.1641 167.976 65.0922 173.901' fill='%23CED2DA'/%3E %3Cpath d='M196.633 174.282C196.633 174.325 196.633 174.37 196.633 174.413C196.424 191.646 182.274 205.447 165.028 205.237C147.783 205.028 133.973 190.887 134.183 173.654C134.393 156.42 148.543 142.619 165.788 142.829C165.827 142.829 165.864 142.831 165.902 142.831L165.74 156.15C165.702 156.15 165.665 156.147 165.626 156.146C155.741 156.026 147.631 163.936 147.51 173.814C147.39 183.692 155.305 191.797 165.19 191.918C175.075 192.038 183.186 184.128 183.307 174.25C183.307 174.206 183.304 174.162 183.306 174.119L196.635 174.281L196.633 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 173.901C154.475 179.871 159.303 184.813 165.276 184.885C171.248 184.957 176.195 180.132 176.267 174.162C176.339 168.193 171.511 163.251 165.537 163.179C165.494 163.179 165.449 163.179 165.405 163.179C159.492 163.179 154.618 167.976 154.546 173.901' fill='%23CED2DA'/%3E %3Cpath d='M286.087 174.282C286.087 174.325 286.087 174.37 286.087 174.413C285.878 191.646 271.728 205.447 254.482 205.237C237.237 205.028 223.427 190.887 223.637 173.654C223.847 156.42 237.997 142.619 255.242 142.829C255.28 142.829 255.317 142.831 255.356 142.831L255.194 156.15C255.156 156.15 255.119 156.147 255.08 156.146C245.195 156.026 237.085 163.936 236.964 173.814C236.844 183.692 244.759 191.797 254.644 191.918C264.529 192.038 272.64 184.128 272.761 174.25C272.761 174.206 272.758 174.162 272.759 174.119L286.088 174.281L286.087 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 173.901C243.929 179.871 248.757 184.813 254.73 184.885C260.702 184.957 265.649 180.132 265.721 174.162C265.793 168.193 260.965 163.251 254.991 163.179C254.948 163.179 254.902 163.179 254.859 163.179C248.945 163.179 244.072 167.976 244 173.901' fill='%23CED2DA'/%3E %3Cpath d='M375.541 174.282C375.541 174.325 375.541 174.37 375.541 174.413C375.331 191.646 361.181 205.447 343.936 205.237C326.691 205.028 312.881 190.887 313.091 173.654C313.301 156.42 327.451 142.619 344.696 142.829C344.734 142.829 344.771 142.831 344.81 142.831L344.648 156.15C344.61 156.15 344.572 156.147 344.534 156.146C334.649 156.026 326.539 163.936 326.418 173.814C326.298 183.692 334.213 191.797 344.098 191.918C353.983 192.038 362.093 184.128 362.214 174.25C362.214 174.206 362.212 174.162 362.213 174.119L375.542 174.281L375.541 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 173.901C333.383 179.871 338.211 184.813 344.184 184.885C350.156 184.957 355.103 180.132 355.175 174.162C355.247 168.193 350.419 163.251 344.445 163.179C344.402 163.179 344.356 163.179 344.313 163.179C338.399 163.179 333.526 167.976 333.454 173.901' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 244.695C62.4527 244.738 62.4527 244.783 62.4527 244.826C62.2429 262.06 48.0929 275.86 30.8476 275.65C13.6023 275.441 -0.207352 261.3 0.00235716 244.067C0.212067 226.833 14.3621 213.033 31.6074 213.242C31.6457 213.242 31.6829 213.244 31.7212 213.244L31.5594 226.563C31.5211 226.563 31.4839 226.56 31.4456 226.559C21.5605 226.439 13.4501 234.349 13.3291 244.227C13.2093 254.106 21.1243 262.21 31.0094 262.331C40.8945 262.451 49.0049 254.541 49.1259 244.663C49.1259 244.619 49.1235 244.576 49.1247 244.532L62.4538 244.694L62.4527 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 244.315C20.2945 250.284 25.1226 255.226 31.0952 255.298C37.0677 255.37 42.0144 250.545 42.0863 244.576C42.1582 238.606 37.3301 233.664 31.3564 233.592C31.3133 233.592 31.2677 233.592 31.2246 233.592C25.3108 233.592 20.4371 238.389 20.3652 244.315' fill='%23CED2DA'/%3E %3Cpath d='M151.907 244.695C151.907 244.738 151.907 244.783 151.907 244.826C151.697 262.06 137.547 275.86 120.301 275.65C103.056 275.441 89.2465 261.3 89.4562 244.067C89.6659 226.833 103.816 213.033 121.061 213.242C121.1 213.242 121.137 213.244 121.175 213.244L121.013 226.563C120.975 226.563 120.938 226.56 120.899 226.559C111.014 226.439 102.904 234.349 102.783 244.227C102.663 254.106 110.578 262.21 120.463 262.331C130.348 262.451 138.459 254.541 138.58 244.663C138.58 244.619 138.577 244.576 138.579 244.532L151.908 244.694L151.907 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 244.315C109.748 250.284 114.577 255.226 120.549 255.298C126.522 255.37 131.468 250.545 131.54 244.576C131.612 238.606 126.784 233.664 120.81 233.592C120.767 233.592 120.722 233.592 120.678 233.592C114.765 233.592 109.891 238.389 109.819 244.315' fill='%23CED2DA'/%3E %3Cpath d='M241.36 244.695C241.36 244.738 241.36 244.783 241.36 244.826C241.151 262.06 227.001 275.86 209.755 275.65C192.51 275.441 178.7 261.3 178.91 244.067C179.12 226.833 193.27 213.033 210.515 213.242C210.553 213.242 210.591 213.244 210.629 213.244L210.467 226.563C210.429 226.563 210.392 226.56 210.353 226.559C200.468 226.439 192.358 234.349 192.237 244.227C192.117 254.106 200.032 262.21 209.917 262.331C219.802 262.451 227.913 254.541 228.034 244.663C228.034 244.619 228.031 244.576 228.032 244.532L241.362 244.694L241.36 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 244.315C199.202 250.284 204.03 255.226 210.003 255.298C215.975 255.37 220.922 250.545 220.994 244.576C221.066 238.606 216.238 233.664 210.264 233.592C210.221 233.592 210.175 233.592 210.132 233.592C204.218 233.592 199.345 238.389 199.273 244.315' fill='%23CED2DA'/%3E %3Cpath d='M330.814 244.695C330.814 244.738 330.814 244.783 330.814 244.826C330.604 262.06 316.454 275.86 299.209 275.65C281.964 275.441 268.154 261.3 268.364 244.067C268.574 226.833 282.724 213.033 299.969 213.242C300.007 213.242 300.044 213.244 300.083 213.244L299.921 226.563C299.883 226.563 299.845 226.56 299.807 226.559C289.922 226.439 281.812 234.349 281.691 244.227C281.571 254.106 289.486 262.21 299.371 262.331C309.256 262.451 317.366 254.541 317.487 244.663C317.487 244.619 317.485 244.576 317.486 244.532L330.815 244.694L330.814 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 244.315C288.656 250.284 293.484 255.226 299.457 255.298C305.429 255.37 310.376 250.545 310.448 244.576C310.52 238.606 305.692 233.664 299.718 233.592C299.675 233.592 299.629 233.592 299.586 233.592C293.672 233.592 288.799 238.389 288.727 244.315' fill='%23CED2DA'/%3E %3Cpath d='M420.268 244.695C420.268 244.738 420.268 244.783 420.268 244.826C420.058 262.06 405.908 275.86 388.663 275.65C371.418 275.441 357.608 261.3 357.818 244.067C358.027 226.833 372.177 213.033 389.423 213.242C389.461 213.242 389.498 213.244 389.537 213.244L389.375 226.563C389.336 226.563 389.299 226.56 389.261 226.559C379.376 226.439 371.266 234.349 371.144 244.227C371.025 254.106 378.94 262.21 388.825 262.331C398.71 262.451 406.82 254.541 406.941 244.663C406.941 244.619 406.939 244.576 406.94 244.532L420.269 244.694L420.268 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 244.315C378.11 250.284 382.938 255.226 388.911 255.298C394.883 255.37 399.83 250.545 399.902 244.576C399.974 238.606 395.146 233.664 389.172 233.592C389.129 233.592 389.083 233.592 389.04 233.592C383.126 233.592 378.253 238.389 378.181 244.315' fill='%23CED2DA'/%3E %3Cpath d='M107.18 315.108C107.18 315.152 107.18 315.196 107.18 315.239C106.97 332.473 92.8199 346.273 75.5746 346.063C58.3292 345.854 44.5196 331.713 44.7293 314.48C44.939 297.246 59.089 283.446 76.3343 283.655C76.3727 283.655 76.4098 283.658 76.4481 283.658L76.2864 296.977C76.248 296.977 76.2109 296.973 76.1725 296.972C66.2874 296.852 58.1771 304.762 58.056 314.64C57.9362 324.519 65.8512 332.624 75.7363 332.744C85.6214 332.864 93.7318 324.955 93.8528 315.076C93.8528 315.032 93.8504 314.989 93.8516 314.946L107.181 315.107L107.18 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 314.728C65.0215 320.697 69.8496 325.64 75.8221 325.711C81.7946 325.783 86.7414 320.958 86.8133 314.989C86.8852 309.019 82.0571 304.077 76.0833 304.005C76.0402 304.005 75.9947 304.005 75.9515 304.005C70.0377 304.005 65.1641 308.802 65.0922 314.728' fill='%23CED2DA'/%3E %3Cpath d='M196.633 315.108C196.633 315.152 196.633 315.196 196.633 315.239C196.424 332.473 182.274 346.273 165.028 346.063C147.783 345.854 133.973 331.713 134.183 314.48C134.393 297.246 148.543 283.446 165.788 283.655C165.827 283.655 165.864 283.658 165.902 283.658L165.74 296.977C165.702 296.977 165.665 296.973 165.626 296.972C155.741 296.852 147.631 304.762 147.51 314.64C147.39 324.519 155.305 332.624 165.19 332.744C175.075 332.864 183.186 324.955 183.307 315.076C183.307 315.032 183.304 314.989 183.306 314.946L196.635 315.107L196.633 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 314.728C154.475 320.697 159.303 325.64 165.276 325.711C171.248 325.783 176.195 320.958 176.267 314.989C176.339 309.019 171.511 304.077 165.537 304.005C165.494 304.005 165.449 304.005 165.405 304.005C159.492 304.005 154.618 308.802 154.546 314.728' fill='%23CED2DA'/%3E %3Cpath d='M286.087 315.108C286.087 315.152 286.087 315.196 286.087 315.239C285.878 332.473 271.728 346.273 254.482 346.063C237.237 345.854 223.427 331.713 223.637 314.48C223.847 297.246 237.997 283.446 255.242 283.655C255.28 283.655 255.317 283.658 255.356 283.658L255.194 296.977C255.156 296.977 255.119 296.973 255.08 296.972C245.195 296.852 237.085 304.762 236.964 314.64C236.844 324.519 244.759 332.624 254.644 332.744C264.529 332.864 272.64 324.955 272.761 315.076C272.761 315.032 272.758 314.989 272.759 314.946L286.088 315.107L286.087 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 314.728C243.929 320.697 248.757 325.64 254.73 325.711C260.702 325.783 265.649 320.958 265.721 314.989C265.793 309.019 260.965 304.077 254.991 304.005C254.948 304.005 254.902 304.005 254.859 304.005C248.945 304.005 244.072 308.802 244 314.728' fill='%23CED2DA'/%3E %3Cpath d='M375.541 315.108C375.541 315.152 375.541 315.196 375.541 315.239C375.331 332.473 361.181 346.273 343.936 346.063C326.691 345.854 312.881 331.713 313.091 314.48C313.301 297.246 327.451 283.446 344.696 283.655C344.734 283.655 344.771 283.658 344.81 283.658L344.648 296.977C344.61 296.977 344.572 296.973 344.534 296.972C334.649 296.852 326.539 304.762 326.418 314.64C326.298 324.519 334.213 332.624 344.098 332.744C353.983 332.864 362.093 324.955 362.214 315.076C362.214 315.032 362.212 314.989 362.213 314.946L375.542 315.107L375.541 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 314.728C333.383 320.697 338.211 325.64 344.184 325.711C350.156 325.783 355.103 320.958 355.175 314.989C355.247 309.019 350.419 304.077 344.445 304.005C344.402 304.005 344.356 304.005 344.313 304.005C338.399 304.005 333.526 308.802 333.454 314.728' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 385.521C62.4527 385.565 62.4527 385.609 62.4527 385.652C62.2429 402.886 48.0929 416.686 30.8476 416.477C13.6023 416.267 -0.207352 402.126 0.00235716 384.893C0.212067 367.659 14.3621 353.859 31.6074 354.068C31.6457 354.068 31.6829 354.071 31.7212 354.071L31.5594 367.39C31.5211 367.39 31.4839 367.386 31.4456 367.385C21.5605 367.265 13.4501 375.175 13.3291 385.053C13.2093 394.932 21.1243 403.037 31.0094 403.158C40.8945 403.277 49.0049 395.368 49.1259 385.489C49.1259 385.445 49.1235 385.402 49.1247 385.359L62.4538 385.52L62.4527 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 385.141C20.2945 391.11 25.1226 396.053 31.0952 396.124C37.0677 396.196 42.0144 391.371 42.0863 385.402C42.1582 379.432 37.3301 374.49 31.3564 374.418C31.3133 374.418 31.2677 374.418 31.2246 374.418C25.3108 374.418 20.4371 379.215 20.3652 385.141' fill='%23CED2DA'/%3E %3Cpath d='M151.907 385.521C151.907 385.565 151.907 385.609 151.907 385.652C151.697 402.886 137.547 416.686 120.301 416.477C103.056 416.267 89.2465 402.126 89.4562 384.893C89.6659 367.659 103.816 353.859 121.061 354.068C121.1 354.068 121.137 354.071 121.175 354.071L121.013 367.39C120.975 367.39 120.938 367.386 120.899 367.385C111.014 367.265 102.904 375.175 102.783 385.053C102.663 394.932 110.578 403.037 120.463 403.158C130.348 403.277 138.459 395.368 138.58 385.489C138.58 385.445 138.577 385.402 138.579 385.359L151.908 385.52L151.907 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 385.141C109.748 391.11 114.577 396.053 120.549 396.124C126.522 396.196 131.468 391.371 131.54 385.402C131.612 379.432 126.784 374.49 120.81 374.418C120.767 374.418 120.722 374.418 120.678 374.418C114.765 374.418 109.891 379.215 109.819 385.141' fill='%23CED2DA'/%3E %3Cpath d='M241.36 385.521C241.36 385.565 241.36 385.609 241.36 385.652C241.151 402.886 227.001 416.686 209.755 416.477C192.51 416.267 178.7 402.126 178.91 384.893C179.12 367.659 193.27 353.859 210.515 354.068C210.553 354.068 210.591 354.071 210.629 354.071L210.467 367.39C210.429 367.39 210.392 367.386 210.353 367.385C200.468 367.265 192.358 375.175 192.237 385.053C192.117 394.932 200.032 403.037 209.917 403.158C219.802 403.277 227.913 395.368 228.034 385.489C228.034 385.445 228.031 385.402 228.032 385.359L241.362 385.52L241.36 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 385.141C199.202 391.11 204.03 396.053 210.003 396.124C215.975 396.196 220.922 391.371 220.994 385.402C221.066 379.432 216.238 374.49 210.264 374.418C210.221 374.418 210.175 374.418 210.132 374.418C204.218 374.418 199.345 379.215 199.273 385.141' fill='%23CED2DA'/%3E %3Cpath d='M330.814 385.521C330.814 385.565 330.814 385.609 330.814 385.652C330.604 402.886 316.454 416.686 299.209 416.477C281.964 416.267 268.154 402.126 268.364 384.893C268.574 367.659 282.724 353.859 299.969 354.068C300.007 354.068 300.044 354.071 300.083 354.071L299.921 367.39C299.883 367.39 299.845 367.386 299.807 367.385C289.922 367.265 281.812 375.175 281.691 385.053C281.571 394.932 289.486 403.037 299.371 403.158C309.256 403.277 317.366 395.368 317.487 385.489C317.487 385.445 317.485 385.402 317.486 385.359L330.815 385.52L330.814 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 385.141C288.656 391.11 293.484 396.053 299.457 396.124C305.429 396.196 310.376 391.371 310.448 385.402C310.52 379.432 305.692 374.49 299.718 374.418C299.675 374.418 299.629 374.418 299.586 374.418C293.672 374.418 288.799 379.215 288.727 385.141' fill='%23CED2DA'/%3E %3Cpath d='M420.268 385.521C420.268 385.565 420.268 385.609 420.268 385.652C420.058 402.886 405.908 416.686 388.663 416.477C371.418 416.267 357.608 402.126 357.818 384.893C358.027 367.659 372.177 353.859 389.423 354.068C389.461 354.068 389.498 354.071 389.537 354.071L389.375 367.39C389.336 367.39 389.299 367.386 389.261 367.385C379.376 367.265 371.266 375.175 371.144 385.053C371.025 394.932 378.94 403.037 388.825 403.158C398.71 403.277 406.82 395.368 406.941 385.489C406.941 385.445 406.939 385.402 406.94 385.359L420.269 385.52L420.268 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 385.141C378.11 391.11 382.938 396.053 388.911 396.124C394.883 396.196 399.83 391.371 399.902 385.402C399.974 379.432 395.146 374.49 389.172 374.418C389.129 374.418 389.083 374.418 389.04 374.418C383.126 374.418 378.253 379.215 378.181 385.141' fill='%23CED2DA'/%3E %3Cpath d='M107.18 455.934C107.18 455.977 107.18 456.021 107.18 456.065C106.97 473.298 92.8199 487.099 75.5746 486.889C58.3292 486.68 44.5196 472.539 44.7293 455.305C44.939 438.072 59.089 424.271 76.3343 424.481C76.3727 424.481 76.4098 424.483 76.4481 424.483L76.2864 437.802C76.248 437.802 76.2109 437.799 76.1725 437.797C66.2874 437.678 58.1771 445.587 58.056 455.466C57.9362 465.344 65.8512 473.449 75.7363 473.57C85.6214 473.69 93.7318 465.78 93.8528 455.902C93.8528 455.857 93.8504 455.814 93.8516 455.771L107.181 455.933L107.18 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 455.553C65.0215 461.523 69.8496 466.465 75.8221 466.537C81.7946 466.609 86.7414 461.784 86.8133 455.814C86.8852 449.845 82.0571 444.902 76.0833 444.831C76.0402 444.831 75.9947 444.831 75.9515 444.831C70.0377 444.831 65.1641 449.628 65.0922 455.553' fill='%23CED2DA'/%3E %3Cpath d='M196.633 455.934C196.633 455.977 196.633 456.021 196.633 456.065C196.424 473.298 182.274 487.099 165.028 486.889C147.783 486.68 133.973 472.539 134.183 455.305C134.393 438.072 148.543 424.271 165.788 424.481C165.827 424.481 165.864 424.483 165.902 424.483L165.74 437.802C165.702 437.802 165.665 437.799 165.626 437.797C155.741 437.678 147.631 445.587 147.51 455.466C147.39 465.344 155.305 473.449 165.19 473.57C175.075 473.69 183.186 465.78 183.307 455.902C183.307 455.857 183.304 455.814 183.306 455.771L196.635 455.933L196.633 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 455.553C154.475 461.523 159.303 466.465 165.276 466.537C171.248 466.609 176.195 461.784 176.267 455.814C176.339 449.845 171.511 444.902 165.537 444.831C165.494 444.831 165.449 444.831 165.405 444.831C159.492 444.831 154.618 449.628 154.546 455.553' fill='%23CED2DA'/%3E %3Cpath d='M286.087 455.934C286.087 455.977 286.087 456.021 286.087 456.065C285.878 473.298 271.728 487.099 254.482 486.889C237.237 486.68 223.427 472.539 223.637 455.305C223.847 438.072 237.997 424.271 255.242 424.481C255.28 424.481 255.317 424.483 255.356 424.483L255.194 437.802C255.156 437.802 255.119 437.799 255.08 437.797C245.195 437.678 237.085 445.587 236.964 455.466C236.844 465.344 244.759 473.449 254.644 473.57C264.529 473.69 272.64 465.78 272.761 455.902C272.761 455.857 272.758 455.814 272.759 455.771L286.088 455.933L286.087 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 455.553C243.929 461.523 248.757 466.465 254.73 466.537C260.702 466.609 265.649 461.784 265.721 455.814C265.793 449.845 260.965 444.902 254.991 444.831C254.948 444.831 254.902 444.831 254.859 444.831C248.945 444.831 244.072 449.628 244 455.553' fill='%23CED2DA'/%3E %3Cpath d='M375.541 455.934C375.541 455.977 375.541 456.021 375.541 456.065C375.331 473.298 361.181 487.099 343.936 486.889C326.691 486.68 312.881 472.539 313.091 455.305C313.301 438.072 327.451 424.271 344.696 424.481C344.734 424.481 344.771 424.483 344.81 424.483L344.648 437.802C344.61 437.802 344.572 437.799 344.534 437.797C334.649 437.678 326.539 445.587 326.418 455.466C326.298 465.344 334.213 473.449 344.098 473.57C353.983 473.69 362.093 465.78 362.214 455.902C362.214 455.857 362.212 455.814 362.213 455.771L375.542 455.933L375.541 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 455.553C333.383 461.523 338.211 466.465 344.184 466.537C350.156 466.609 355.103 461.784 355.175 455.814C355.247 449.845 350.419 444.902 344.445 444.831C344.402 444.831 344.356 444.831 344.313 444.831C338.399 444.831 333.526 449.628 333.454 455.553' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 526.347C62.4527 526.39 62.4527 526.435 62.4527 526.478C62.2429 543.711 48.0929 557.512 30.8476 557.302C13.6023 557.093 -0.207352 542.952 0.00235716 525.718C0.212067 508.485 14.3621 494.684 31.6074 494.894C31.6457 494.894 31.6829 494.896 31.7212 494.896L31.5594 508.215C31.5211 508.215 31.4839 508.212 31.4456 508.211C21.5605 508.091 13.4501 516 13.3291 525.879C13.2093 535.757 21.1243 543.862 31.0094 543.983C40.8945 544.103 49.0049 536.193 49.1259 526.315C49.1259 526.271 49.1235 526.227 49.1247 526.184L62.4538 526.346L62.4527 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 525.966C20.2945 531.936 25.1226 536.878 31.0952 536.95C37.0677 537.022 42.0144 532.197 42.0863 526.227C42.1582 520.258 37.3301 515.316 31.3564 515.244C31.3133 515.244 31.2677 515.244 31.2246 515.244C25.3108 515.244 20.4371 520.041 20.3652 525.966' fill='%23CED2DA'/%3E %3Cpath d='M151.907 526.347C151.907 526.39 151.907 526.435 151.907 526.478C151.697 543.711 137.547 557.512 120.301 557.302C103.056 557.093 89.2465 542.952 89.4562 525.718C89.6659 508.485 103.816 494.684 121.061 494.894C121.1 494.894 121.137 494.896 121.175 494.896L121.013 508.215C120.975 508.215 120.938 508.212 120.899 508.211C111.014 508.091 102.904 516 102.783 525.879C102.663 535.757 110.578 543.862 120.463 543.983C130.348 544.103 138.459 536.193 138.58 526.315C138.58 526.271 138.577 526.227 138.579 526.184L151.908 526.346L151.907 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 525.966C109.748 531.936 114.577 536.878 120.549 536.95C126.522 537.022 131.468 532.197 131.54 526.227C131.612 520.258 126.784 515.316 120.81 515.244C120.767 515.244 120.722 515.244 120.678 515.244C114.765 515.244 109.891 520.041 109.819 525.966' fill='%23CED2DA'/%3E %3Cpath d='M241.36 526.347C241.36 526.39 241.36 526.435 241.36 526.478C241.151 543.711 227.001 557.512 209.755 557.302C192.51 557.093 178.7 542.952 178.91 525.718C179.12 508.485 193.27 494.684 210.515 494.894C210.553 494.894 210.591 494.896 210.629 494.896L210.467 508.215C210.429 508.215 210.392 508.212 210.353 508.211C200.468 508.091 192.358 516 192.237 525.879C192.117 535.757 200.032 543.862 209.917 543.983C219.802 544.103 227.913 536.193 228.034 526.315C228.034 526.271 228.031 526.227 228.032 526.184L241.362 526.346L241.36 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 525.966C199.202 531.936 204.03 536.878 210.003 536.95C215.975 537.022 220.922 532.197 220.994 526.227C221.066 520.258 216.238 515.316 210.264 515.244C210.221 515.244 210.175 515.244 210.132 515.244C204.218 515.244 199.345 520.041 199.273 525.966' fill='%23CED2DA'/%3E %3Cpath d='M330.814 526.347C330.814 526.39 330.814 526.435 330.814 526.478C330.604 543.711 316.454 557.512 299.209 557.302C281.964 557.093 268.154 542.952 268.364 525.718C268.574 508.485 282.724 494.684 299.969 494.894C300.007 494.894 300.044 494.896 300.083 494.896L299.921 508.215C299.883 508.215 299.845 508.212 299.807 508.211C289.922 508.091 281.812 516 281.691 525.879C281.571 535.757 289.486 543.862 299.371 543.983C309.256 544.103 317.366 536.193 317.487 526.315C317.487 526.271 317.485 526.227 317.486 526.184L330.815 526.346L330.814 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 525.966C288.656 531.936 293.484 536.878 299.457 536.95C305.429 537.022 310.376 532.197 310.448 526.227C310.52 520.258 305.692 515.316 299.718 515.244C299.675 515.244 299.629 515.244 299.586 515.244C293.672 515.244 288.799 520.041 288.727 525.966' fill='%23CED2DA'/%3E %3Cpath d='M420.268 526.347C420.268 526.39 420.268 526.435 420.268 526.478C420.058 543.711 405.908 557.512 388.663 557.302C371.418 557.093 357.608 542.952 357.818 525.718C358.027 508.485 372.177 494.684 389.423 494.894C389.461 494.894 389.498 494.896 389.537 494.896L389.375 508.215C389.336 508.215 389.299 508.212 389.261 508.211C379.376 508.091 371.266 516 371.144 525.879C371.025 535.757 378.94 543.862 388.825 543.983C398.71 544.103 406.82 536.193 406.941 526.315C406.941 526.271 406.939 526.227 406.94 526.184L420.269 526.346L420.268 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 525.966C378.11 531.936 382.938 536.878 388.911 536.95C394.883 537.022 399.83 532.197 399.902 526.227C399.974 520.258 395.146 515.316 389.172 515.244C389.129 515.244 389.083 515.244 389.04 515.244C383.126 515.244 378.253 520.041 378.181 525.966' fill='%23CED2DA'/%3E %3Cpath d='M107.18 596.76C107.18 596.803 107.18 596.848 107.18 596.891C106.97 614.124 92.8199 627.925 75.5746 627.715C58.3292 627.506 44.5196 613.365 44.7293 596.132C44.939 578.898 59.089 565.097 76.3343 565.307C76.3727 565.307 76.4098 565.309 76.4481 565.309L76.2864 578.628C76.248 578.628 76.2109 578.625 76.1725 578.624C66.2874 578.504 58.1771 586.414 58.056 596.292C57.9362 606.17 65.8512 614.275 75.7363 614.396C85.6214 614.516 93.7318 606.606 93.8528 596.728C93.8528 596.684 93.8504 596.64 93.8516 596.597L107.181 596.759L107.18 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 596.379C65.0215 602.349 69.8496 607.291 75.8221 607.363C81.7946 607.435 86.7414 602.61 86.8133 596.641C86.8852 590.671 82.0571 585.729 76.0833 585.657C76.0402 585.657 75.9947 585.657 75.9515 585.657C70.0377 585.657 65.1641 590.454 65.0922 596.379' fill='%23CED2DA'/%3E %3Cpath d='M196.633 596.76C196.633 596.803 196.633 596.848 196.633 596.891C196.424 614.124 182.274 627.925 165.028 627.715C147.783 627.506 133.973 613.365 134.183 596.132C134.393 578.898 148.543 565.097 165.788 565.307C165.827 565.307 165.864 565.309 165.902 565.309L165.74 578.628C165.702 578.628 165.665 578.625 165.626 578.624C155.741 578.504 147.631 586.414 147.51 596.292C147.39 606.17 155.305 614.275 165.19 614.396C175.075 614.516 183.186 606.606 183.307 596.728C183.307 596.684 183.304 596.64 183.306 596.597L196.635 596.759L196.633 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 596.379C154.475 602.349 159.303 607.291 165.276 607.363C171.248 607.435 176.195 602.61 176.267 596.641C176.339 590.671 171.511 585.729 165.537 585.657C165.494 585.657 165.449 585.657 165.405 585.657C159.492 585.657 154.618 590.454 154.546 596.379' fill='%23CED2DA'/%3E %3Cpath d='M286.087 596.76C286.087 596.803 286.087 596.848 286.087 596.891C285.878 614.124 271.728 627.925 254.482 627.715C237.237 627.506 223.427 613.365 223.637 596.132C223.847 578.898 237.997 565.097 255.242 565.307C255.28 565.307 255.317 565.309 255.356 565.309L255.194 578.628C255.156 578.628 255.119 578.625 255.08 578.624C245.195 578.504 237.085 586.414 236.964 596.292C236.844 606.17 244.759 614.275 254.644 614.396C264.529 614.516 272.64 606.606 272.761 596.728C272.761 596.684 272.758 596.64 272.759 596.597L286.088 596.759L286.087 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 596.379C243.929 602.349 248.757 607.291 254.73 607.363C260.702 607.435 265.649 602.61 265.721 596.641C265.793 590.671 260.965 585.729 254.991 585.657C254.948 585.657 254.902 585.657 254.859 585.657C248.945 585.657 244.072 590.454 244 596.379' fill='%23CED2DA'/%3E %3Cpath d='M375.541 596.76C375.541 596.803 375.541 596.848 375.541 596.891C375.331 614.124 361.181 627.925 343.936 627.715C326.691 627.506 312.881 613.365 313.091 596.132C313.301 578.898 327.451 565.097 344.696 565.307C344.734 565.307 344.771 565.309 344.81 565.309L344.648 578.628C344.61 578.628 344.572 578.625 344.534 578.624C334.649 578.504 326.539 586.414 326.418 596.292C326.298 606.17 334.213 614.275 344.098 614.396C353.983 614.516 362.093 606.606 362.214 596.728C362.214 596.684 362.212 596.64 362.213 596.597L375.542 596.759L375.541 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 596.379C333.383 602.349 338.211 607.291 344.184 607.363C350.156 607.435 355.103 602.61 355.175 596.641C355.247 590.671 350.419 585.729 344.445 585.657C344.402 585.657 344.356 585.657 344.313 585.657C338.399 585.657 333.526 590.454 333.454 596.379' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 667.173C62.4527 667.216 62.4527 667.261 62.4527 667.304C62.2429 684.538 48.0929 698.338 30.8476 698.128C13.6023 697.919 -0.207352 683.778 0.00235716 666.545C0.212067 649.311 14.3621 635.511 31.6074 635.72C31.6457 635.72 31.6829 635.723 31.7212 635.723L31.5594 649.041C31.5211 649.041 31.4839 649.038 31.4456 649.037C21.5605 648.917 13.4501 656.827 13.3291 666.705C13.2093 676.584 21.1243 684.688 31.0094 684.809C40.8945 684.929 49.0049 677.019 49.1259 667.141C49.1259 667.097 49.1235 667.054 49.1247 667.01L62.4538 667.172L62.4527 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 666.793C20.2945 672.762 25.1226 677.704 31.0952 677.776C37.0677 677.848 42.0144 673.023 42.0863 667.054C42.1582 661.084 37.3301 656.142 31.3564 656.07C31.3133 656.07 31.2677 656.07 31.2246 656.07C25.3108 656.07 20.4371 660.867 20.3652 666.793' fill='%23CED2DA'/%3E %3Cpath d='M151.907 667.173C151.907 667.216 151.907 667.261 151.907 667.304C151.697 684.538 137.547 698.338 120.301 698.128C103.056 697.919 89.2465 683.778 89.4562 666.545C89.6659 649.311 103.816 635.511 121.061 635.72C121.1 635.72 121.137 635.723 121.175 635.723L121.013 649.041C120.975 649.041 120.938 649.038 120.899 649.037C111.014 648.917 102.904 656.827 102.783 666.705C102.663 676.584 110.578 684.688 120.463 684.809C130.348 684.929 138.459 677.019 138.58 667.141C138.58 667.097 138.577 667.054 138.579 667.01L151.908 667.172L151.907 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 666.793C109.748 672.762 114.577 677.704 120.549 677.776C126.522 677.848 131.468 673.023 131.54 667.054C131.612 661.084 126.784 656.142 120.81 656.07C120.767 656.07 120.722 656.07 120.678 656.07C114.765 656.07 109.891 660.867 109.819 666.793' fill='%23CED2DA'/%3E %3Cpath d='M241.36 667.173C241.36 667.216 241.36 667.261 241.36 667.304C241.151 684.538 227.001 698.338 209.755 698.128C192.51 697.919 178.7 683.778 178.91 666.545C179.12 649.311 193.27 635.511 210.515 635.72C210.553 635.72 210.591 635.723 210.629 635.723L210.467 649.041C210.429 649.041 210.392 649.038 210.353 649.037C200.468 648.917 192.358 656.827 192.237 666.705C192.117 676.584 200.032 684.688 209.917 684.809C219.802 684.929 227.913 677.019 228.034 667.141C228.034 667.097 228.031 667.054 228.032 667.01L241.362 667.172L241.36 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 666.793C199.202 672.762 204.03 677.704 210.003 677.776C215.975 677.848 220.922 673.023 220.994 667.054C221.066 661.084 216.238 656.142 210.264 656.07C210.221 656.07 210.175 656.07 210.132 656.07C204.218 656.07 199.345 660.867 199.273 666.793' fill='%23CED2DA'/%3E %3Cpath d='M330.814 667.173C330.814 667.216 330.814 667.261 330.814 667.304C330.604 684.538 316.454 698.338 299.209 698.128C281.964 697.919 268.154 683.778 268.364 666.545C268.574 649.311 282.724 635.511 299.969 635.72C300.007 635.72 300.044 635.723 300.083 635.723L299.921 649.041C299.883 649.041 299.845 649.038 299.807 649.037C289.922 648.917 281.812 656.827 281.691 666.705C281.571 676.584 289.486 684.688 299.371 684.809C309.256 684.929 317.366 677.019 317.487 667.141C317.487 667.097 317.485 667.054 317.486 667.01L330.815 667.172L330.814 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 666.793C288.656 672.762 293.484 677.704 299.457 677.776C305.429 677.848 310.376 673.023 310.448 667.054C310.52 661.084 305.692 656.142 299.718 656.07C299.675 656.07 299.629 656.07 299.586 656.07C293.672 656.07 288.799 660.867 288.727 666.793' fill='%23CED2DA'/%3E %3Cpath d='M420.268 667.173C420.268 667.216 420.268 667.261 420.268 667.304C420.058 684.538 405.908 698.338 388.663 698.128C371.418 697.919 357.608 683.778 357.818 666.545C358.027 649.311 372.177 635.511 389.423 635.72C389.461 635.72 389.498 635.723 389.537 635.723L389.375 649.041C389.336 649.041 389.299 649.038 389.261 649.037C379.376 648.917 371.266 656.827 371.144 666.705C371.025 676.584 378.94 684.688 388.825 684.809C398.71 684.929 406.82 677.019 406.941 667.141C406.941 667.097 406.939 667.054 406.94 667.01L420.269 667.172L420.268 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 666.793C378.11 672.762 382.938 677.704 388.911 677.776C394.883 677.848 399.83 673.023 399.902 667.054C399.974 661.084 395.146 656.142 389.172 656.07C389.129 656.07 389.083 656.07 389.04 656.07C383.126 656.07 378.253 660.867 378.181 666.793' fill='%23CED2DA'/%3E %3Cpath d='M107.18 737.586C107.18 737.629 107.18 737.673 107.18 737.716C106.97 754.95 92.8199 768.751 75.5746 768.541C58.3292 768.331 44.5196 754.191 44.7293 736.957C44.939 719.724 59.089 705.923 76.3343 706.133C76.3727 706.133 76.4098 706.135 76.4481 706.135L76.2864 719.454C76.248 719.454 76.2109 719.45 76.1725 719.449C66.2874 719.33 58.1771 727.239 58.056 737.118C57.9362 746.996 65.8512 755.101 75.7363 755.222C85.6214 755.342 93.7318 747.432 93.8528 737.554C93.8528 737.509 93.8504 737.466 93.8516 737.423L107.181 737.585L107.18 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 737.205C65.0215 743.175 69.8496 748.117 75.8221 748.189C81.7946 748.261 86.7414 743.436 86.8133 737.466C86.8852 731.496 82.0571 726.554 76.0833 726.482C76.0402 726.482 75.9947 726.482 75.9515 726.482C70.0377 726.482 65.1641 731.28 65.0922 737.205' fill='%23CED2DA'/%3E %3Cpath d='M196.633 737.586C196.633 737.629 196.633 737.673 196.633 737.716C196.424 754.95 182.274 768.751 165.028 768.541C147.783 768.331 133.973 754.191 134.183 736.957C134.393 719.724 148.543 705.923 165.788 706.133C165.827 706.133 165.864 706.135 165.902 706.135L165.74 719.454C165.702 719.454 165.665 719.45 165.626 719.449C155.741 719.33 147.631 727.239 147.51 737.118C147.39 746.996 155.305 755.101 165.19 755.222C175.075 755.342 183.186 747.432 183.307 737.554C183.307 737.509 183.304 737.466 183.306 737.423L196.635 737.585L196.633 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 737.205C154.475 743.175 159.303 748.117 165.276 748.189C171.248 748.261 176.195 743.436 176.267 737.466C176.339 731.496 171.511 726.554 165.537 726.482C165.494 726.482 165.449 726.482 165.405 726.482C159.492 726.482 154.618 731.28 154.546 737.205' fill='%23CED2DA'/%3E %3Cpath d='M286.087 737.586C286.087 737.629 286.087 737.673 286.087 737.716C285.878 754.95 271.728 768.751 254.482 768.541C237.237 768.331 223.427 754.191 223.637 736.957C223.847 719.724 237.997 705.923 255.242 706.133C255.28 706.133 255.317 706.135 255.356 706.135L255.194 719.454C255.156 719.454 255.119 719.45 255.08 719.449C245.195 719.33 237.085 727.239 236.964 737.118C236.844 746.996 244.759 755.101 254.644 755.222C264.529 755.342 272.64 747.432 272.761 737.554C272.761 737.509 272.758 737.466 272.759 737.423L286.088 737.585L286.087 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 737.205C243.929 743.175 248.757 748.117 254.73 748.189C260.702 748.261 265.649 743.436 265.721 737.466C265.793 731.496 260.965 726.554 254.991 726.482C254.948 726.482 254.902 726.482 254.859 726.482C248.945 726.482 244.072 731.28 244 737.205' fill='%23CED2DA'/%3E %3Cpath d='M375.541 737.586C375.541 737.629 375.541 737.673 375.541 737.716C375.331 754.95 361.181 768.751 343.936 768.541C326.691 768.331 312.881 754.191 313.091 736.957C313.301 719.724 327.451 705.923 344.696 706.133C344.734 706.133 344.771 706.135 344.81 706.135L344.648 719.454C344.61 719.454 344.572 719.45 344.534 719.449C334.649 719.33 326.539 727.239 326.418 737.118C326.298 746.996 334.213 755.101 344.098 755.222C353.983 755.342 362.093 747.432 362.214 737.554C362.214 737.509 362.212 737.466 362.213 737.423L375.542 737.585L375.541 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 737.205C333.383 743.175 338.211 748.117 344.184 748.189C350.156 748.261 355.103 743.436 355.175 737.466C355.247 731.496 350.419 726.554 344.445 726.482C344.402 726.482 344.356 726.482 344.313 726.482C338.399 726.482 333.526 731.28 333.454 737.205' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 807.999C62.4527 808.042 62.4527 808.086 62.4527 808.13C62.2429 825.363 48.0929 839.164 30.8476 838.954C13.6023 838.744 -0.207352 824.604 0.00235716 807.37C0.212067 790.137 14.3621 776.336 31.6074 776.546C31.6457 776.546 31.6829 776.548 31.7212 776.548L31.5594 789.867C31.5211 789.867 31.4839 789.864 31.4456 789.862C21.5605 789.743 13.4501 797.652 13.3291 807.531C13.2093 817.409 21.1243 825.514 31.0094 825.635C40.8945 825.755 49.0049 817.845 49.1259 807.967C49.1259 807.922 49.1235 807.879 49.1247 807.836L62.4538 807.998L62.4527 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 807.618C20.2945 813.588 25.1226 818.53 31.0952 818.602C37.0677 818.674 42.0144 813.849 42.0863 807.879C42.1582 801.91 37.3301 796.967 31.3564 796.896C31.3133 796.896 31.2677 796.896 31.2246 796.896C25.3108 796.896 20.4371 801.693 20.3652 807.618' fill='%23CED2DA'/%3E %3Cpath d='M151.907 807.999C151.907 808.042 151.907 808.086 151.907 808.13C151.697 825.363 137.547 839.164 120.301 838.954C103.056 838.744 89.2465 824.604 89.4562 807.37C89.6659 790.137 103.816 776.336 121.061 776.546C121.1 776.546 121.137 776.548 121.175 776.548L121.013 789.867C120.975 789.867 120.938 789.864 120.899 789.862C111.014 789.743 102.904 797.652 102.783 807.531C102.663 817.409 110.578 825.514 120.463 825.635C130.348 825.755 138.459 817.845 138.58 807.967C138.58 807.922 138.577 807.879 138.579 807.836L151.908 807.998L151.907 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 807.618C109.748 813.588 114.577 818.53 120.549 818.602C126.522 818.674 131.468 813.849 131.54 807.879C131.612 801.91 126.784 796.967 120.81 796.896C120.767 796.896 120.722 796.896 120.678 796.896C114.765 796.896 109.891 801.693 109.819 807.618' fill='%23CED2DA'/%3E %3Cpath d='M241.36 807.999C241.36 808.042 241.36 808.086 241.36 808.13C241.151 825.363 227.001 839.164 209.755 838.954C192.51 838.744 178.7 824.604 178.91 807.37C179.12 790.137 193.27 776.336 210.515 776.546C210.553 776.546 210.591 776.548 210.629 776.548L210.467 789.867C210.429 789.867 210.392 789.864 210.353 789.862C200.468 789.743 192.358 797.652 192.237 807.531C192.117 817.409 200.032 825.514 209.917 825.635C219.802 825.755 227.913 817.845 228.034 807.967C228.034 807.922 228.031 807.879 228.032 807.836L241.362 807.998L241.36 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 807.618C199.202 813.588 204.03 818.53 210.003 818.602C215.975 818.674 220.922 813.849 220.994 807.879C221.066 801.91 216.238 796.967 210.264 796.896C210.221 796.896 210.175 796.896 210.132 796.896C204.218 796.896 199.345 801.693 199.273 807.618' fill='%23CED2DA'/%3E %3Cpath d='M330.814 807.999C330.814 808.042 330.814 808.086 330.814 808.13C330.604 825.363 316.454 839.164 299.209 838.954C281.964 838.744 268.154 824.604 268.364 807.37C268.574 790.137 282.724 776.336 299.969 776.546C300.007 776.546 300.044 776.548 300.083 776.548L299.921 789.867C299.883 789.867 299.845 789.864 299.807 789.862C289.922 789.743 281.812 797.652 281.691 807.531C281.571 817.409 289.486 825.514 299.371 825.635C309.256 825.755 317.366 817.845 317.487 807.967C317.487 807.922 317.485 807.879 317.486 807.836L330.815 807.998L330.814 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 807.618C288.656 813.588 293.484 818.53 299.457 818.602C305.429 818.674 310.376 813.849 310.448 807.879C310.52 801.91 305.692 796.967 299.718 796.896C299.675 796.896 299.629 796.896 299.586 796.896C293.672 796.896 288.799 801.693 288.727 807.618' fill='%23CED2DA'/%3E %3Cpath d='M420.268 807.999C420.268 808.042 420.268 808.086 420.268 808.13C420.058 825.363 405.908 839.164 388.663 838.954C371.418 838.744 357.608 824.604 357.818 807.37C358.027 790.137 372.177 776.336 389.423 776.546C389.461 776.546 389.498 776.548 389.537 776.548L389.375 789.867C389.336 789.867 389.299 789.864 389.261 789.862C379.376 789.743 371.266 797.652 371.144 807.531C371.025 817.409 378.94 825.514 388.825 825.635C398.71 825.755 406.82 817.845 406.941 807.967C406.941 807.922 406.939 807.879 406.94 807.836L420.269 807.998L420.268 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 807.618C378.11 813.588 382.938 818.53 388.911 818.602C394.883 818.674 399.83 813.849 399.902 807.879C399.974 801.91 395.146 796.967 389.172 796.896C389.129 796.896 389.083 796.896 389.04 796.896C383.126 796.896 378.253 801.693 378.181 807.618' fill='%23CED2DA'/%3E %3Cpath d='M107.18 878.412C107.18 878.455 107.18 878.5 107.18 878.543C106.97 895.776 92.8199 909.577 75.5746 909.367C58.3292 909.158 44.5196 895.017 44.7293 877.783C44.939 860.55 59.089 846.749 76.3343 846.959C76.3727 846.959 76.4098 846.961 76.4481 846.961L76.2864 860.28C76.248 860.28 76.2109 860.277 76.1725 860.275C66.2874 860.156 58.1771 868.065 58.056 877.944C57.9362 887.822 65.8512 895.927 75.7363 896.048C85.6214 896.168 93.7318 888.258 93.8528 878.38C93.8528 878.335 93.8504 878.292 93.8516 878.249L107.181 878.411L107.18 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 878.031C65.0215 884.001 69.8496 888.943 75.8221 889.015C81.7946 889.087 86.7414 884.262 86.8133 878.292C86.8852 872.323 82.0571 867.38 76.0833 867.309C76.0402 867.309 75.9947 867.309 75.9515 867.309C70.0377 867.309 65.1641 872.106 65.0922 878.031' fill='%23CED2DA'/%3E %3Cpath d='M196.633 878.412C196.633 878.455 196.633 878.5 196.633 878.543C196.424 895.776 182.274 909.577 165.028 909.367C147.783 909.158 133.973 895.017 134.183 877.783C134.393 860.55 148.543 846.749 165.788 846.959C165.827 846.959 165.864 846.961 165.902 846.961L165.74 860.28C165.702 860.28 165.665 860.277 165.626 860.275C155.741 860.156 147.631 868.065 147.51 877.944C147.39 887.822 155.305 895.927 165.19 896.048C175.075 896.168 183.186 888.258 183.307 878.38C183.307 878.335 183.304 878.292 183.306 878.249L196.635 878.411L196.633 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 878.031C154.475 884.001 159.303 888.943 165.276 889.015C171.248 889.087 176.195 884.262 176.267 878.292C176.339 872.323 171.511 867.38 165.537 867.309C165.494 867.309 165.449 867.309 165.405 867.309C159.492 867.309 154.618 872.106 154.546 878.031' fill='%23CED2DA'/%3E %3Cpath d='M286.087 878.412C286.087 878.455 286.087 878.5 286.087 878.543C285.878 895.776 271.728 909.577 254.482 909.367C237.237 909.158 223.427 895.017 223.637 877.783C223.847 860.55 237.997 846.749 255.242 846.959C255.28 846.959 255.317 846.961 255.356 846.961L255.194 860.28C255.156 860.28 255.119 860.277 255.08 860.275C245.195 860.156 237.085 868.065 236.964 877.944C236.844 887.822 244.759 895.927 254.644 896.048C264.529 896.168 272.64 888.258 272.761 878.38C272.761 878.335 272.758 878.292 272.759 878.249L286.088 878.411L286.087 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 878.031C243.929 884.001 248.757 888.943 254.73 889.015C260.702 889.087 265.649 884.262 265.721 878.292C265.793 872.323 260.965 867.38 254.991 867.309C254.948 867.309 254.902 867.309 254.859 867.309C248.945 867.309 244.072 872.106 244 878.031' fill='%23CED2DA'/%3E %3Cpath d='M375.541 878.412C375.541 878.455 375.541 878.5 375.541 878.543C375.331 895.776 361.181 909.577 343.936 909.367C326.691 909.158 312.881 895.017 313.091 877.783C313.301 860.55 327.451 846.749 344.696 846.959C344.734 846.959 344.771 846.961 344.81 846.961L344.648 860.28C344.61 860.28 344.572 860.277 344.534 860.275C334.649 860.156 326.539 868.065 326.418 877.944C326.298 887.822 334.213 895.927 344.098 896.048C353.983 896.168 362.093 888.258 362.214 878.38C362.214 878.335 362.212 878.292 362.213 878.249L375.542 878.411L375.541 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 878.031C333.383 884.001 338.211 888.943 344.184 889.015C350.156 889.087 355.103 884.262 355.175 878.292C355.247 872.323 350.419 867.38 344.445 867.309C344.402 867.309 344.356 867.309 344.313 867.309C338.399 867.309 333.526 872.106 333.454 878.031' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 948.825C62.4527 948.868 62.4527 948.913 62.4527 948.956C62.2429 966.189 48.0929 979.99 30.8476 979.78C13.6023 979.571 -0.207352 965.43 0.00235716 948.196C0.212067 930.963 14.3621 917.162 31.6074 917.372C31.6457 917.372 31.6829 917.374 31.7212 917.374L31.5594 930.693C31.5211 930.693 31.4839 930.69 31.4456 930.689C21.5605 930.569 13.4501 938.479 13.3291 948.357C13.2093 958.235 21.1243 966.34 31.0094 966.461C40.8945 966.581 49.0049 958.671 49.1259 948.793C49.1259 948.749 49.1235 948.705 49.1247 948.662L62.4538 948.824L62.4527 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 948.444C20.2945 954.414 25.1226 959.356 31.0952 959.428C37.0677 959.5 42.0144 954.675 42.0863 948.705C42.1582 942.736 37.3301 937.794 31.3564 937.722C31.3133 937.722 31.2677 937.722 31.2246 937.722C25.3108 937.722 20.4371 942.519 20.3652 948.444' fill='%23CED2DA'/%3E %3Cpath d='M151.907 948.825C151.907 948.868 151.907 948.913 151.907 948.956C151.697 966.189 137.547 979.99 120.301 979.78C103.056 979.571 89.2465 965.43 89.4562 948.196C89.6659 930.963 103.816 917.162 121.061 917.372C121.1 917.372 121.137 917.374 121.175 917.374L121.013 930.693C120.975 930.693 120.938 930.69 120.899 930.689C111.014 930.569 102.904 938.479 102.783 948.357C102.663 958.235 110.578 966.34 120.463 966.461C130.348 966.581 138.459 958.671 138.58 948.793C138.58 948.749 138.577 948.705 138.579 948.662L151.908 948.824L151.907 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 948.444C109.748 954.414 114.577 959.356 120.549 959.428C126.522 959.5 131.468 954.675 131.54 948.705C131.612 942.736 126.784 937.794 120.81 937.722C120.767 937.722 120.722 937.722 120.678 937.722C114.765 937.722 109.891 942.519 109.819 948.444' fill='%23CED2DA'/%3E %3Cpath d='M241.36 948.825C241.36 948.868 241.36 948.913 241.36 948.956C241.151 966.189 227.001 979.99 209.755 979.78C192.51 979.571 178.7 965.43 178.91 948.196C179.12 930.963 193.27 917.162 210.515 917.372C210.553 917.372 210.591 917.374 210.629 917.374L210.467 930.693C210.429 930.693 210.392 930.69 210.353 930.689C200.468 930.569 192.358 938.479 192.237 948.357C192.117 958.235 200.032 966.34 209.917 966.461C219.802 966.581 227.913 958.671 228.034 948.793C228.034 948.749 228.031 948.705 228.032 948.662L241.362 948.824L241.36 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 948.444C199.202 954.414 204.03 959.356 210.003 959.428C215.975 959.5 220.922 954.675 220.994 948.705C221.066 942.736 216.238 937.794 210.264 937.722C210.221 937.722 210.175 937.722 210.132 937.722C204.218 937.722 199.345 942.519 199.273 948.444' fill='%23CED2DA'/%3E %3Cpath d='M330.814 948.825C330.814 948.868 330.814 948.913 330.814 948.956C330.604 966.189 316.454 979.99 299.209 979.78C281.964 979.571 268.154 965.43 268.364 948.196C268.574 930.963 282.724 917.162 299.969 917.372C300.007 917.372 300.044 917.374 300.083 917.374L299.921 930.693C299.883 930.693 299.845 930.69 299.807 930.689C289.922 930.569 281.812 938.479 281.691 948.357C281.571 958.235 289.486 966.34 299.371 966.461C309.256 966.581 317.366 958.671 317.487 948.793C317.487 948.749 317.485 948.705 317.486 948.662L330.815 948.824L330.814 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 948.444C288.656 954.414 293.484 959.356 299.457 959.428C305.429 959.5 310.376 954.675 310.448 948.705C310.52 942.736 305.692 937.794 299.718 937.722C299.675 937.722 299.629 937.722 299.586 937.722C293.672 937.722 288.799 942.519 288.727 948.444' fill='%23CED2DA'/%3E %3Cpath d='M420.268 948.825C420.268 948.868 420.268 948.913 420.268 948.956C420.058 966.189 405.908 979.99 388.663 979.78C371.418 979.571 357.608 965.43 357.818 948.196C358.027 930.963 372.177 917.162 389.423 917.372C389.461 917.372 389.498 917.374 389.537 917.374L389.375 930.693C389.336 930.693 389.299 930.69 389.261 930.689C379.376 930.569 371.266 938.479 371.144 948.357C371.025 958.235 378.94 966.34 388.825 966.461C398.71 966.581 406.82 958.671 406.941 948.793C406.941 948.749 406.939 948.705 406.94 948.662L420.269 948.824L420.268 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 948.444C378.11 954.414 382.938 959.356 388.911 959.428C394.883 959.5 399.83 954.675 399.902 948.705C399.974 942.736 395.146 937.794 389.172 937.722C389.129 937.722 389.083 937.722 389.04 937.722C383.126 937.722 378.253 942.519 378.181 948.444' fill='%23CED2DA'/%3E %3Cpath d='M107.18 1019.24C107.18 1019.28 107.18 1019.33 107.18 1019.37C106.97 1036.6 92.8199 1050.4 75.5746 1050.19C58.3292 1049.98 44.5196 1035.84 44.7293 1018.61C44.939 1001.38 59.089 987.575 76.3343 987.785C76.3727 987.785 76.4098 987.787 76.4481 987.787L76.2864 1001.11C76.248 1001.11 76.2109 1001.1 76.1725 1001.1C66.2874 1000.98 58.1771 1008.89 58.056 1018.77C57.9362 1028.65 65.8512 1036.75 75.7363 1036.87C85.6214 1036.99 93.7318 1029.08 93.8528 1019.21C93.8528 1019.16 93.8504 1019.12 93.8516 1019.07L107.181 1019.24L107.18 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 1018.86C65.0215 1024.83 69.8496 1029.77 75.8221 1029.84C81.7946 1029.91 86.7414 1025.09 86.8133 1019.12C86.8852 1013.15 82.0571 1008.21 76.0833 1008.13C76.0402 1008.13 75.9947 1008.13 75.9515 1008.13C70.0377 1008.13 65.1641 1012.93 65.0922 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M196.633 1019.24C196.633 1019.28 196.633 1019.33 196.633 1019.37C196.424 1036.6 182.274 1050.4 165.028 1050.19C147.783 1049.98 133.973 1035.84 134.183 1018.61C134.393 1001.38 148.543 987.575 165.788 987.785C165.827 987.785 165.864 987.787 165.902 987.787L165.74 1001.11C165.702 1001.11 165.665 1001.1 165.626 1001.1C155.741 1000.98 147.631 1008.89 147.51 1018.77C147.39 1028.65 155.305 1036.75 165.19 1036.87C175.075 1036.99 183.186 1029.08 183.307 1019.21C183.307 1019.16 183.304 1019.12 183.306 1019.07L196.635 1019.24L196.633 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 1018.86C154.475 1024.83 159.303 1029.77 165.276 1029.84C171.248 1029.91 176.195 1025.09 176.267 1019.12C176.339 1013.15 171.511 1008.21 165.537 1008.13C165.494 1008.13 165.449 1008.13 165.405 1008.13C159.492 1008.13 154.618 1012.93 154.546 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M286.087 1019.24C286.087 1019.28 286.087 1019.33 286.087 1019.37C285.878 1036.6 271.728 1050.4 254.482 1050.19C237.237 1049.98 223.427 1035.84 223.637 1018.61C223.847 1001.38 237.997 987.575 255.242 987.785C255.28 987.785 255.317 987.787 255.356 987.787L255.194 1001.11C255.156 1001.11 255.119 1001.1 255.08 1001.1C245.195 1000.98 237.085 1008.89 236.964 1018.77C236.844 1028.65 244.759 1036.75 254.644 1036.87C264.529 1036.99 272.64 1029.08 272.761 1019.21C272.761 1019.16 272.758 1019.12 272.759 1019.07L286.088 1019.24L286.087 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 1018.86C243.929 1024.83 248.757 1029.77 254.73 1029.84C260.702 1029.91 265.649 1025.09 265.721 1019.12C265.793 1013.15 260.965 1008.21 254.991 1008.13C254.948 1008.13 254.902 1008.13 254.859 1008.13C248.945 1008.13 244.072 1012.93 244 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M375.541 1019.24C375.541 1019.28 375.541 1019.33 375.541 1019.37C375.331 1036.6 361.181 1050.4 343.936 1050.19C326.691 1049.98 312.881 1035.84 313.091 1018.61C313.301 1001.38 327.451 987.575 344.696 987.785C344.734 987.785 344.771 987.787 344.81 987.787L344.648 1001.11C344.61 1001.11 344.572 1001.1 344.534 1001.1C334.649 1000.98 326.539 1008.89 326.418 1018.77C326.298 1028.65 334.213 1036.75 344.098 1036.87C353.983 1036.99 362.093 1029.08 362.214 1019.21C362.214 1019.16 362.212 1019.12 362.213 1019.07L375.542 1019.24L375.541 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 1018.86C333.383 1024.83 338.211 1029.77 344.184 1029.84C350.156 1029.91 355.103 1025.09 355.175 1019.12C355.247 1013.15 350.419 1008.21 344.445 1008.13C344.402 1008.13 344.356 1008.13 344.313 1008.13C338.399 1008.13 333.526 1012.93 333.454 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 1089.65C62.4527 1089.69 62.4527 1089.74 62.4527 1089.78C62.2429 1107.02 48.0929 1120.82 30.8476 1120.61C13.6023 1120.4 -0.207352 1106.26 0.00235716 1089.02C0.212067 1071.79 14.3621 1057.99 31.6074 1058.2C31.6457 1058.2 31.6829 1058.2 31.7212 1058.2L31.5594 1071.52C31.5211 1071.52 31.4839 1071.52 31.4456 1071.51C21.5605 1071.39 13.4501 1079.3 13.3291 1089.18C13.2093 1099.06 21.1243 1107.17 31.0094 1107.29C40.8945 1107.41 49.0049 1099.5 49.1259 1089.62C49.1259 1089.57 49.1235 1089.53 49.1247 1089.49L62.4538 1089.65L62.4527 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 1089.27C20.2945 1095.24 25.1226 1100.18 31.0952 1100.25C37.0677 1100.33 42.0144 1095.5 42.0863 1089.53C42.1582 1083.56 37.3301 1078.62 31.3564 1078.55C31.3133 1078.55 31.2677 1078.55 31.2246 1078.55C25.3108 1078.55 20.4371 1083.34 20.3652 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M151.907 1089.65C151.907 1089.69 151.907 1089.74 151.907 1089.78C151.697 1107.02 137.547 1120.82 120.301 1120.61C103.056 1120.4 89.2465 1106.26 89.4562 1089.02C89.6659 1071.79 103.816 1057.99 121.061 1058.2C121.1 1058.2 121.137 1058.2 121.175 1058.2L121.013 1071.52C120.975 1071.52 120.938 1071.52 120.899 1071.51C111.014 1071.39 102.904 1079.3 102.783 1089.18C102.663 1099.06 110.578 1107.17 120.463 1107.29C130.348 1107.41 138.459 1099.5 138.58 1089.62C138.58 1089.57 138.577 1089.53 138.579 1089.49L151.908 1089.65L151.907 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 1089.27C109.748 1095.24 114.577 1100.18 120.549 1100.25C126.522 1100.33 131.468 1095.5 131.54 1089.53C131.612 1083.56 126.784 1078.62 120.81 1078.55C120.767 1078.55 120.722 1078.55 120.678 1078.55C114.765 1078.55 109.891 1083.34 109.819 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M241.36 1089.65C241.36 1089.69 241.36 1089.74 241.36 1089.78C241.151 1107.02 227.001 1120.82 209.755 1120.61C192.51 1120.4 178.7 1106.26 178.91 1089.02C179.12 1071.79 193.27 1057.99 210.515 1058.2C210.553 1058.2 210.591 1058.2 210.629 1058.2L210.467 1071.52C210.429 1071.52 210.392 1071.52 210.353 1071.51C200.468 1071.39 192.358 1079.3 192.237 1089.18C192.117 1099.06 200.032 1107.17 209.917 1107.29C219.802 1107.41 227.913 1099.5 228.034 1089.62C228.034 1089.57 228.031 1089.53 228.032 1089.49L241.362 1089.65L241.36 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 1089.27C199.202 1095.24 204.03 1100.18 210.003 1100.25C215.975 1100.33 220.922 1095.5 220.994 1089.53C221.066 1083.56 216.238 1078.62 210.264 1078.55C210.221 1078.55 210.175 1078.55 210.132 1078.55C204.218 1078.55 199.345 1083.34 199.273 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M330.814 1089.65C330.814 1089.69 330.814 1089.74 330.814 1089.78C330.604 1107.02 316.454 1120.82 299.209 1120.61C281.964 1120.4 268.154 1106.26 268.364 1089.02C268.574 1071.79 282.724 1057.99 299.969 1058.2C300.007 1058.2 300.044 1058.2 300.083 1058.2L299.921 1071.52C299.883 1071.52 299.845 1071.52 299.807 1071.51C289.922 1071.39 281.812 1079.3 281.691 1089.18C281.571 1099.06 289.486 1107.17 299.371 1107.29C309.256 1107.41 317.366 1099.5 317.487 1089.62C317.487 1089.57 317.485 1089.53 317.486 1089.49L330.815 1089.65L330.814 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 1089.27C288.656 1095.24 293.484 1100.18 299.457 1100.25C305.429 1100.33 310.376 1095.5 310.448 1089.53C310.52 1083.56 305.692 1078.62 299.718 1078.55C299.675 1078.55 299.629 1078.55 299.586 1078.55C293.672 1078.55 288.799 1083.34 288.727 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M420.268 1089.65C420.268 1089.69 420.268 1089.74 420.268 1089.78C420.058 1107.02 405.908 1120.82 388.663 1120.61C371.418 1120.4 357.608 1106.26 357.818 1089.02C358.027 1071.79 372.177 1057.99 389.423 1058.2C389.461 1058.2 389.498 1058.2 389.537 1058.2L389.375 1071.52C389.336 1071.52 389.299 1071.52 389.261 1071.51C379.376 1071.39 371.266 1079.3 371.144 1089.18C371.025 1099.06 378.94 1107.17 388.825 1107.29C398.71 1107.41 406.82 1099.5 406.941 1089.62C406.941 1089.57 406.939 1089.53 406.94 1089.49L420.269 1089.65L420.268 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 1089.27C378.11 1095.24 382.938 1100.18 388.911 1100.25C394.883 1100.33 399.83 1095.5 399.902 1089.53C399.974 1083.56 395.146 1078.62 389.172 1078.55C389.129 1078.55 389.083 1078.55 389.04 1078.55C383.126 1078.55 378.253 1083.34 378.181 1089.27' fill='%23CED2DA'/%3E %3C/g%3E %3C/svg%3E");
  background-position: top center;
  background-size: auto;
  background-repeat: repeat;
  padding: 20px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item {
  display: flex;
  justify-content: space-between;
  padding: 50px 20px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 2px rgba(2, 14, 36, 0.2);
  position: relative;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper {
  width: 100%;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-header .author-details {
  display: flex;
  align-items: center;
  position: absolute;
  top: -1px;
  right: -1px;
  gap: 8px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-header .author-details .author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid  #DEE1E7;
  box-sizing: border-box;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-header .author-details .default-author-image {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85828'%3E %3Crect id='Rectangle 245' x='0.5' y='0.5' width='41' height='41' rx='20.5' fill='white' stroke='%23DEE1E7'/%3E %3Cg id='Group 85816'%3E %3Cpath id='Vector' d='M16.6843 20.9999C16.6843 23.3833 18.6162 25.3153 20.9997 25.3153C23.3831 25.3153 25.3151 23.3833 25.3151 20.9999C25.3151 18.6164 23.3831 16.6851 20.9997 16.6851C18.6162 16.6851 16.6843 18.617 16.6843 20.9999Z' fill='%23B90302'/%3E %3Cpath id='Vector_2' d='M29.0551 21C29.0551 25.442 25.4414 29.0551 21 29.0551C16.5586 29.0551 12.9449 25.4414 12.9449 21C12.9449 16.5586 16.5586 12.9449 21 12.9449V6C12.7289 6 6 12.7289 6 21C6 29.2711 12.7289 36 21 36C29.2711 36 36 29.2711 36 21H29.0557H29.0551Z' fill='%23062963'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-header .author-details .author-name {
  font-size: 18px;
  color: #062963;
  font-weight: 500;
  line-height: 24px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  color: #020202;
  gap: 16px;
  margin-bottom: 16px;
  width: 700px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body .article-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #020202;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body > img,
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body .flowplayer {
  width: 330px;
  height: 186px;
  border-radius: 5px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body .flowplayer .fp-logo {
  display: none;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body .flowplayer .fp-switch {
  transform: scale(1);
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body .flowplayer .fp-switch .fp-play {
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='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");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body .article-title {
  font-weight: 500;
  align-self: start;
  display: -webkit-box;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-body .article-body-text {
  font-weight: 300;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(100% - 40px);
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-footer .flash-footer-details {
  display: flex;
  align-items: center;
  gap: 20px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .flash-item-footer .DateDisplay {
  font-size: 13px;
  line-height: 20px;
  color: #B90302;
  font-weight: 300;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .share-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .share-menu .facebook {
  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='Social'%3E %3Ccircle id='Ellipse 3' cx='15' cy='15' r='15' fill='%23B90302'/%3E %3Cpath id='Vector' d='M12 12.4151H18.4748L18.1264 14.8291H12V12.4151ZM13.1379 11.5304C13.1379 9.08061 14.0351 8 16.5093 8H18.4727V10.5172H16.579C16.3784 10.5172 16.2286 10.593 16.1251 10.7447C16.0217 10.8964 15.971 11.0923 15.971 11.3324V23H13.1379V11.5304Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .share-menu .whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23B90302'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9935 14.1212C22.893 10.1716 19.6399 7 15.6343 7C11.6286 7 8.45122 10.0988 8.27946 13.9866C8.27582 14.0928 8.27218 14.1998 8.27218 14.3068C8.27218 15.6888 8.6579 16.9784 9.32672 18.081L8 22L12.0777 20.7038C13.1322 21.2832 14.3454 21.6143 15.635 21.6143C19.7025 21.6143 22.9978 18.343 22.9978 14.3068C22.9978 14.2449 22.9978 14.1823 22.9942 14.1205L22.9935 14.1212ZM15.6343 20.4491C14.3767 20.4491 13.2079 20.0765 12.2291 19.4324L9.85071 20.1908L10.6229 17.9085C9.882 16.8954 9.44389 15.651 9.44389 14.3068C9.44389 14.1074 9.45408 13.9072 9.47518 13.7107C9.77866 10.6017 12.4255 8.16443 15.6343 8.16443C18.843 8.16443 21.5561 10.6636 21.8043 13.8279C21.8181 13.9866 21.8247 14.1445 21.8247 14.3068C21.8247 17.6953 19.0468 20.4491 15.6343 20.4491Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0089 15.782C18.8262 15.6925 17.9405 15.258 17.7753 15.1998C17.6101 15.1379 17.4893 15.1102 17.3685 15.2893C17.2477 15.4683 16.8998 15.8715 16.7958 15.9887C16.6895 16.1095 16.5854 16.1233 16.4028 16.0338C16.2237 15.9443 15.6408 15.758 14.9516 15.1444C14.4174 14.6721 14.0521 14.0863 13.9487 13.9072C13.8454 13.7282 13.9386 13.6314 14.0281 13.5419C14.111 13.4597 14.2071 13.3316 14.3003 13.229C14.3243 13.1977 14.3454 13.17 14.3658 13.1424C14.4072 13.0769 14.4378 13.015 14.4793 12.9284C14.5419 12.8076 14.5106 12.705 14.4655 12.6147C14.4211 12.5252 14.0586 11.6424 13.9073 11.2844C13.7595 10.9256 13.6074 10.9874 13.5004 10.9874C13.3935 10.9874 13.2763 10.9707 13.1555 10.9707C13.0347 10.9707 12.8382 11.0158 12.673 11.1949C12.5078 11.3739 12.042 11.8084 12.042 12.6904C12.042 12.8971 12.0798 13.1045 12.1359 13.301C12.3185 13.9313 12.7108 14.4516 12.7807 14.5419C12.8702 14.659 14.0281 16.5272 15.862 17.2477C17.6989 17.9609 17.6989 17.7229 18.0301 17.6924C18.3612 17.6654 19.0984 17.2615 19.2469 16.8409C19.399 16.4239 19.399 16.0651 19.3539 15.9894C19.3087 15.9166 19.1879 15.8722 19.0089 15.7827V15.782Z' fill='white'/%3E %3C/svg%3E");
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .share-menu .twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23B90302'/%3E %3Cg clip-path='url(%23clip0_14_9199)'%3E %3Cpath d='M9.31922 22.2728C8.91173 22.2728 8.50521 22.2738 8.09772 22.2709C8.06547 22.2709 8.03225 22.2406 8 22.224C8.05863 22.1712 8.1241 22.1253 8.17492 22.0657C9.97394 19.9745 11.771 17.8833 13.5681 15.7911C13.6199 15.7315 13.6658 15.667 13.7137 15.6074C13.6814 15.5575 13.6609 15.5223 13.6384 15.4891C11.8023 12.8126 9.96515 10.136 8.12801 7.46045C8.09283 7.40964 8.043 7.36762 8 7.32169C8.06547 7.30508 8.12997 7.27478 8.19544 7.27478C9.59577 7.27283 10.9971 7.27283 12.3974 7.27283C12.4257 7.32951 12.4472 7.39107 12.4834 7.44286C13.6687 9.1725 14.856 10.9021 16.0433 12.6308C16.0736 12.6748 16.1107 12.7139 16.1704 12.7852C16.2163 12.7217 16.2476 12.6748 16.2837 12.6318C17.772 10.8982 19.2612 9.16566 20.7495 7.43211C20.7906 7.38423 20.8179 7.3256 20.8511 7.27185C21.2909 7.27185 21.7306 7.27185 22.1704 7.27185C22.1195 7.33537 22.0707 7.39986 22.0179 7.46143C20.3098 9.45003 18.6036 11.4386 16.8906 13.4223C16.7635 13.5699 16.744 13.6618 16.8622 13.8328C18.7482 16.566 20.6244 19.3051 22.5046 22.0422C22.5495 22.1077 22.6072 22.1624 22.659 22.223C22.5935 22.2396 22.529 22.2699 22.4635 22.2699C21.0632 22.2728 19.6619 22.2719 18.2616 22.2719C18.2293 22.2083 18.2029 22.1399 18.1629 22.0813C16.9208 20.2696 15.6778 18.4578 14.4349 16.6471C14.3948 16.5885 14.3479 16.5337 14.2795 16.4438C14.2355 16.5054 14.2062 16.5533 14.17 16.5943C12.5899 18.4344 11.0098 20.2735 9.42964 22.1126C9.3886 22.1604 9.35635 22.2181 9.3202 22.2709L9.31922 22.2728ZM20.8814 21.3406C20.8003 21.2204 20.7485 21.1412 20.6948 21.064C17.7876 16.9002 14.8765 12.7373 11.9772 8.56664C11.8081 8.32429 11.6391 8.22657 11.3469 8.24123C10.8397 8.26664 10.3296 8.24807 9.76775 8.24807C9.84984 8.3712 9.90065 8.45035 9.9544 8.52657C11.6088 10.8963 13.2632 13.265 14.9166 15.6347C16.1977 17.4699 17.4788 19.3061 18.7638 21.1393C18.8195 21.2194 18.9094 21.3298 18.9857 21.3318C19.6003 21.3474 20.215 21.3406 20.8805 21.3406H20.8814Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_14_9199'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8 7.27283)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .share-menu .icon {
  width: 30px;
  height: 30px;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .item-content-wrapper .share-menu .icon:hover {
  filter: brightness(0.8);
}
.radionas-news-flash-component .news-flash-list .news-flash-item .icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .toggle-btn {
  width: 23px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='13' viewBox='0 0 23 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Arrow 10' d='M10.1791 12.1807C10.7649 12.7664 11.7146 12.7664 12.3004 12.1807L21.8463 2.63471C22.4321 2.04893 22.4321 1.09918 21.8463 0.513393C21.2606 -0.0723934 20.3108 -0.0723934 19.725 0.513393L11.2397 8.99867L2.75447 0.513393C2.16868 -0.0723934 1.21893 -0.0723934 0.633144 0.513393C0.0473576 1.09918 0.0473576 2.04893 0.633144 2.63471L10.1791 12.1807ZM9.73975 10.12V11.12H12.7397V10.12H9.73975Z' fill='%23B90302'/%3E %3C/svg%3E");
  transition: 0.2s linear;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .toggle-btn.hidden {
  visibility: hidden;
}
.radionas-news-flash-component .news-flash-list .news-flash-item .toggle-btn.open {
  transform: rotate(180deg);
}
.blank {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blank .component-tab {
  width: 100%;
  background-color: #fff;
}
.blank .widget-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #d5d5d5;
}
.radionas-newsflash-homepage-component {
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3Csvg width='400' height='1101' viewBox='0 0 400 1101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect y='0.120117' width='400' height='1100' fill='%23DEE1E7'/%3E %3Cmask id='mask0_13087_606' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='400' height='1101'%3E %3Crect y='0.120117' width='400' height='1100' fill='%23E3E3E3'/%3E %3C/mask%3E %3Cg mask='url(%23mask0_13087_606)'%3E %3Cpath d='M107.18 33.4565C107.18 33.4996 107.18 33.544 107.18 33.5871C106.97 50.8208 92.8199 64.6211 75.5746 64.4116C58.3292 64.202 44.5196 50.0615 44.7293 32.8278C44.939 15.5941 59.089 1.79376 76.3343 2.00333C76.3727 2.00333 76.4098 2.00573 76.4481 2.00573L76.2864 15.3247C76.248 15.3247 76.2109 15.3211 76.1725 15.3199C66.2874 15.2001 58.1771 23.1099 58.056 32.9883C57.9362 42.8668 65.8512 50.9717 75.7363 51.0926C85.6214 51.2124 93.7318 43.3027 93.8528 33.4242C93.8528 33.3799 93.8504 33.3368 93.8516 33.2937L107.181 33.4553L107.18 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 33.0757C65.0215 39.0454 69.8496 43.9877 75.8221 44.0595C81.7946 44.1314 86.7414 39.3065 86.8133 33.3368C86.8852 27.3671 82.0571 22.4249 76.0833 22.353C76.0402 22.353 75.9947 22.353 75.9515 22.353C70.0377 22.353 65.1641 27.1503 65.0922 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M196.633 33.4565C196.633 33.4996 196.633 33.544 196.633 33.5871C196.424 50.8208 182.274 64.6211 165.028 64.4116C147.783 64.202 133.973 50.0615 134.183 32.8278C134.393 15.5941 148.543 1.79376 165.788 2.00333C165.827 2.00333 165.864 2.00573 165.902 2.00573L165.74 15.3247C165.702 15.3247 165.665 15.3211 165.626 15.3199C155.741 15.2001 147.631 23.1099 147.51 32.9883C147.39 42.8668 155.305 50.9717 165.19 51.0926C175.075 51.2124 183.186 43.3027 183.307 33.4242C183.307 33.3799 183.304 33.3368 183.306 33.2937L196.635 33.4553L196.633 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 33.0757C154.475 39.0454 159.303 43.9877 165.276 44.0595C171.248 44.1314 176.195 39.3065 176.267 33.3368C176.339 27.3671 171.511 22.4249 165.537 22.353C165.494 22.353 165.449 22.353 165.405 22.353C159.492 22.353 154.618 27.1503 154.546 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M286.087 33.4565C286.087 33.4996 286.087 33.544 286.087 33.5871C285.878 50.8208 271.728 64.6211 254.482 64.4116C237.237 64.202 223.427 50.0615 223.637 32.8278C223.847 15.5941 237.997 1.79376 255.242 2.00333C255.28 2.00333 255.317 2.00573 255.356 2.00573L255.194 15.3247C255.156 15.3247 255.119 15.3211 255.08 15.3199C245.195 15.2001 237.085 23.1099 236.964 32.9883C236.844 42.8668 244.759 50.9717 254.644 51.0926C264.529 51.2124 272.64 43.3027 272.761 33.4242C272.761 33.3799 272.758 33.3368 272.759 33.2937L286.088 33.4553L286.087 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 33.0757C243.929 39.0454 248.757 43.9877 254.73 44.0595C260.702 44.1314 265.649 39.3065 265.721 33.3368C265.793 27.3671 260.965 22.4249 254.991 22.353C254.948 22.353 254.902 22.353 254.859 22.353C248.945 22.353 244.072 27.1503 244 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M375.541 33.4565C375.541 33.4996 375.541 33.544 375.541 33.5871C375.331 50.8208 361.181 64.6211 343.936 64.4116C326.691 64.202 312.881 50.0615 313.091 32.8278C313.301 15.5941 327.451 1.79376 344.696 2.00333C344.734 2.00333 344.771 2.00573 344.81 2.00573L344.648 15.3247C344.61 15.3247 344.572 15.3211 344.534 15.3199C334.649 15.2001 326.539 23.1099 326.418 32.9883C326.298 42.8668 334.213 50.9717 344.098 51.0926C353.983 51.2124 362.093 43.3027 362.214 33.4242C362.214 33.3799 362.212 33.3368 362.213 33.2937L375.542 33.4553L375.541 33.4565Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 33.0757C333.383 39.0454 338.211 43.9877 344.184 44.0595C350.156 44.1314 355.103 39.3065 355.175 33.3368C355.247 27.3671 350.419 22.4249 344.445 22.353C344.402 22.353 344.356 22.353 344.313 22.353C338.399 22.353 333.526 27.1503 333.454 33.0757' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 103.87C62.4527 103.913 62.4527 103.957 62.4527 104C62.2429 121.234 48.0929 135.034 30.8476 134.825C13.6023 134.615 -0.207352 120.475 0.00235716 103.241C0.212067 86.0072 14.3621 72.2068 31.6074 72.4164C31.6457 72.4164 31.6829 72.4188 31.7212 72.4188L31.5594 85.7378C31.5211 85.7378 31.4839 85.7342 31.4456 85.733C21.5605 85.6132 13.4501 93.5229 13.3291 103.401C13.2093 113.28 21.1243 121.385 31.0094 121.506C40.8945 121.625 49.0049 113.716 49.1259 103.837C49.1259 103.793 49.1235 103.75 49.1247 103.707L62.4538 103.868L62.4527 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 103.489C20.2945 109.459 25.1226 114.401 31.0952 114.473C37.0677 114.544 42.0144 109.72 42.0863 103.75C42.1582 97.7802 37.3301 92.838 31.3564 92.7661C31.3133 92.7661 31.2677 92.7661 31.2246 92.7661C25.3108 92.7661 20.4371 97.5634 20.3652 103.489' fill='%23CED2DA'/%3E %3Cpath d='M151.907 103.87C151.907 103.913 151.907 103.957 151.907 104C151.697 121.234 137.547 135.034 120.301 134.825C103.056 134.615 89.2465 120.475 89.4562 103.241C89.6659 86.0072 103.816 72.2068 121.061 72.4164C121.1 72.4164 121.137 72.4188 121.175 72.4188L121.013 85.7378C120.975 85.7378 120.938 85.7342 120.899 85.733C111.014 85.6132 102.904 93.5229 102.783 103.401C102.663 113.28 110.578 121.385 120.463 121.506C130.348 121.625 138.459 113.716 138.58 103.837C138.58 103.793 138.577 103.75 138.579 103.707L151.908 103.868L151.907 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 103.489C109.748 109.459 114.577 114.401 120.549 114.473C126.522 114.544 131.468 109.72 131.54 103.75C131.612 97.7802 126.784 92.838 120.81 92.7661C120.767 92.7661 120.722 92.7661 120.678 92.7661C114.765 92.7661 109.891 97.5634 109.819 103.489' fill='%23CED2DA'/%3E %3Cpath d='M241.36 103.87C241.36 103.913 241.36 103.957 241.36 104C241.151 121.234 227.001 135.034 209.755 134.825C192.51 134.615 178.7 120.475 178.91 103.241C179.12 86.0072 193.27 72.2068 210.515 72.4164C210.553 72.4164 210.591 72.4188 210.629 72.4188L210.467 85.7378C210.429 85.7378 210.392 85.7342 210.353 85.733C200.468 85.6132 192.358 93.5229 192.237 103.401C192.117 113.28 200.032 121.385 209.917 121.506C219.802 121.625 227.913 113.716 228.034 103.837C228.034 103.793 228.031 103.75 228.032 103.707L241.362 103.868L241.36 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 103.489C199.202 109.459 204.03 114.401 210.003 114.473C215.975 114.544 220.922 109.72 220.994 103.75C221.066 97.7802 216.238 92.838 210.264 92.7661C210.221 92.7661 210.175 92.7661 210.132 92.7661C204.218 92.7661 199.345 97.5634 199.273 103.489' fill='%23CED2DA'/%3E %3Cpath d='M330.814 103.87C330.814 103.913 330.814 103.957 330.814 104C330.604 121.234 316.454 135.034 299.209 134.825C281.964 134.615 268.154 120.475 268.364 103.241C268.574 86.0072 282.724 72.2068 299.969 72.4164C300.007 72.4164 300.044 72.4188 300.083 72.4188L299.921 85.7378C299.883 85.7378 299.845 85.7342 299.807 85.733C289.922 85.6132 281.812 93.5229 281.691 103.401C281.571 113.28 289.486 121.385 299.371 121.506C309.256 121.625 317.366 113.716 317.487 103.837C317.487 103.793 317.485 103.75 317.486 103.707L330.815 103.868L330.814 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 103.489C288.656 109.459 293.484 114.401 299.457 114.473C305.429 114.544 310.376 109.72 310.448 103.75C310.52 97.7802 305.692 92.838 299.718 92.7661C299.675 92.7661 299.629 92.7661 299.586 92.7661C293.672 92.7661 288.799 97.5634 288.727 103.489' fill='%23CED2DA'/%3E %3Cpath d='M420.268 103.87C420.268 103.913 420.268 103.957 420.268 104C420.058 121.234 405.908 135.034 388.663 134.825C371.418 134.615 357.608 120.475 357.818 103.241C358.027 86.0072 372.177 72.2068 389.423 72.4164C389.461 72.4164 389.498 72.4188 389.537 72.4188L389.375 85.7378C389.336 85.7378 389.299 85.7342 389.261 85.733C379.376 85.6132 371.266 93.5229 371.144 103.401C371.025 113.28 378.94 121.385 388.825 121.506C398.71 121.625 406.82 113.716 406.941 103.837C406.941 103.793 406.939 103.75 406.94 103.707L420.269 103.868L420.268 103.87Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 103.489C378.11 109.459 382.938 114.401 388.911 114.473C394.883 114.544 399.83 109.72 399.902 103.75C399.974 97.7802 395.146 92.838 389.172 92.7661C389.129 92.7661 389.083 92.7661 389.04 92.7661C383.126 92.7661 378.253 97.5634 378.181 103.489' fill='%23CED2DA'/%3E %3Cpath d='M107.18 174.282C107.18 174.325 107.18 174.37 107.18 174.413C106.97 191.646 92.8199 205.447 75.5746 205.237C58.3292 205.028 44.5196 190.887 44.7293 173.654C44.939 156.42 59.089 142.619 76.3343 142.829C76.3727 142.829 76.4098 142.831 76.4481 142.831L76.2864 156.15C76.248 156.15 76.2109 156.147 76.1725 156.146C66.2874 156.026 58.1771 163.936 58.056 173.814C57.9362 183.692 65.8512 191.797 75.7363 191.918C85.6214 192.038 93.7318 184.128 93.8528 174.25C93.8528 174.206 93.8504 174.162 93.8516 174.119L107.181 174.281L107.18 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 173.901C65.0215 179.871 69.8496 184.813 75.8221 184.885C81.7946 184.957 86.7414 180.132 86.8133 174.162C86.8852 168.193 82.0571 163.251 76.0833 163.179C76.0402 163.179 75.9947 163.179 75.9515 163.179C70.0377 163.179 65.1641 167.976 65.0922 173.901' fill='%23CED2DA'/%3E %3Cpath d='M196.633 174.282C196.633 174.325 196.633 174.37 196.633 174.413C196.424 191.646 182.274 205.447 165.028 205.237C147.783 205.028 133.973 190.887 134.183 173.654C134.393 156.42 148.543 142.619 165.788 142.829C165.827 142.829 165.864 142.831 165.902 142.831L165.74 156.15C165.702 156.15 165.665 156.147 165.626 156.146C155.741 156.026 147.631 163.936 147.51 173.814C147.39 183.692 155.305 191.797 165.19 191.918C175.075 192.038 183.186 184.128 183.307 174.25C183.307 174.206 183.304 174.162 183.306 174.119L196.635 174.281L196.633 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 173.901C154.475 179.871 159.303 184.813 165.276 184.885C171.248 184.957 176.195 180.132 176.267 174.162C176.339 168.193 171.511 163.251 165.537 163.179C165.494 163.179 165.449 163.179 165.405 163.179C159.492 163.179 154.618 167.976 154.546 173.901' fill='%23CED2DA'/%3E %3Cpath d='M286.087 174.282C286.087 174.325 286.087 174.37 286.087 174.413C285.878 191.646 271.728 205.447 254.482 205.237C237.237 205.028 223.427 190.887 223.637 173.654C223.847 156.42 237.997 142.619 255.242 142.829C255.28 142.829 255.317 142.831 255.356 142.831L255.194 156.15C255.156 156.15 255.119 156.147 255.08 156.146C245.195 156.026 237.085 163.936 236.964 173.814C236.844 183.692 244.759 191.797 254.644 191.918C264.529 192.038 272.64 184.128 272.761 174.25C272.761 174.206 272.758 174.162 272.759 174.119L286.088 174.281L286.087 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 173.901C243.929 179.871 248.757 184.813 254.73 184.885C260.702 184.957 265.649 180.132 265.721 174.162C265.793 168.193 260.965 163.251 254.991 163.179C254.948 163.179 254.902 163.179 254.859 163.179C248.945 163.179 244.072 167.976 244 173.901' fill='%23CED2DA'/%3E %3Cpath d='M375.541 174.282C375.541 174.325 375.541 174.37 375.541 174.413C375.331 191.646 361.181 205.447 343.936 205.237C326.691 205.028 312.881 190.887 313.091 173.654C313.301 156.42 327.451 142.619 344.696 142.829C344.734 142.829 344.771 142.831 344.81 142.831L344.648 156.15C344.61 156.15 344.572 156.147 344.534 156.146C334.649 156.026 326.539 163.936 326.418 173.814C326.298 183.692 334.213 191.797 344.098 191.918C353.983 192.038 362.093 184.128 362.214 174.25C362.214 174.206 362.212 174.162 362.213 174.119L375.542 174.281L375.541 174.282Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 173.901C333.383 179.871 338.211 184.813 344.184 184.885C350.156 184.957 355.103 180.132 355.175 174.162C355.247 168.193 350.419 163.251 344.445 163.179C344.402 163.179 344.356 163.179 344.313 163.179C338.399 163.179 333.526 167.976 333.454 173.901' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 244.695C62.4527 244.738 62.4527 244.783 62.4527 244.826C62.2429 262.06 48.0929 275.86 30.8476 275.65C13.6023 275.441 -0.207352 261.3 0.00235716 244.067C0.212067 226.833 14.3621 213.033 31.6074 213.242C31.6457 213.242 31.6829 213.244 31.7212 213.244L31.5594 226.563C31.5211 226.563 31.4839 226.56 31.4456 226.559C21.5605 226.439 13.4501 234.349 13.3291 244.227C13.2093 254.106 21.1243 262.21 31.0094 262.331C40.8945 262.451 49.0049 254.541 49.1259 244.663C49.1259 244.619 49.1235 244.576 49.1247 244.532L62.4538 244.694L62.4527 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 244.315C20.2945 250.284 25.1226 255.226 31.0952 255.298C37.0677 255.37 42.0144 250.545 42.0863 244.576C42.1582 238.606 37.3301 233.664 31.3564 233.592C31.3133 233.592 31.2677 233.592 31.2246 233.592C25.3108 233.592 20.4371 238.389 20.3652 244.315' fill='%23CED2DA'/%3E %3Cpath d='M151.907 244.695C151.907 244.738 151.907 244.783 151.907 244.826C151.697 262.06 137.547 275.86 120.301 275.65C103.056 275.441 89.2465 261.3 89.4562 244.067C89.6659 226.833 103.816 213.033 121.061 213.242C121.1 213.242 121.137 213.244 121.175 213.244L121.013 226.563C120.975 226.563 120.938 226.56 120.899 226.559C111.014 226.439 102.904 234.349 102.783 244.227C102.663 254.106 110.578 262.21 120.463 262.331C130.348 262.451 138.459 254.541 138.58 244.663C138.58 244.619 138.577 244.576 138.579 244.532L151.908 244.694L151.907 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 244.315C109.748 250.284 114.577 255.226 120.549 255.298C126.522 255.37 131.468 250.545 131.54 244.576C131.612 238.606 126.784 233.664 120.81 233.592C120.767 233.592 120.722 233.592 120.678 233.592C114.765 233.592 109.891 238.389 109.819 244.315' fill='%23CED2DA'/%3E %3Cpath d='M241.36 244.695C241.36 244.738 241.36 244.783 241.36 244.826C241.151 262.06 227.001 275.86 209.755 275.65C192.51 275.441 178.7 261.3 178.91 244.067C179.12 226.833 193.27 213.033 210.515 213.242C210.553 213.242 210.591 213.244 210.629 213.244L210.467 226.563C210.429 226.563 210.392 226.56 210.353 226.559C200.468 226.439 192.358 234.349 192.237 244.227C192.117 254.106 200.032 262.21 209.917 262.331C219.802 262.451 227.913 254.541 228.034 244.663C228.034 244.619 228.031 244.576 228.032 244.532L241.362 244.694L241.36 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 244.315C199.202 250.284 204.03 255.226 210.003 255.298C215.975 255.37 220.922 250.545 220.994 244.576C221.066 238.606 216.238 233.664 210.264 233.592C210.221 233.592 210.175 233.592 210.132 233.592C204.218 233.592 199.345 238.389 199.273 244.315' fill='%23CED2DA'/%3E %3Cpath d='M330.814 244.695C330.814 244.738 330.814 244.783 330.814 244.826C330.604 262.06 316.454 275.86 299.209 275.65C281.964 275.441 268.154 261.3 268.364 244.067C268.574 226.833 282.724 213.033 299.969 213.242C300.007 213.242 300.044 213.244 300.083 213.244L299.921 226.563C299.883 226.563 299.845 226.56 299.807 226.559C289.922 226.439 281.812 234.349 281.691 244.227C281.571 254.106 289.486 262.21 299.371 262.331C309.256 262.451 317.366 254.541 317.487 244.663C317.487 244.619 317.485 244.576 317.486 244.532L330.815 244.694L330.814 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 244.315C288.656 250.284 293.484 255.226 299.457 255.298C305.429 255.37 310.376 250.545 310.448 244.576C310.52 238.606 305.692 233.664 299.718 233.592C299.675 233.592 299.629 233.592 299.586 233.592C293.672 233.592 288.799 238.389 288.727 244.315' fill='%23CED2DA'/%3E %3Cpath d='M420.268 244.695C420.268 244.738 420.268 244.783 420.268 244.826C420.058 262.06 405.908 275.86 388.663 275.65C371.418 275.441 357.608 261.3 357.818 244.067C358.027 226.833 372.177 213.033 389.423 213.242C389.461 213.242 389.498 213.244 389.537 213.244L389.375 226.563C389.336 226.563 389.299 226.56 389.261 226.559C379.376 226.439 371.266 234.349 371.144 244.227C371.025 254.106 378.94 262.21 388.825 262.331C398.71 262.451 406.82 254.541 406.941 244.663C406.941 244.619 406.939 244.576 406.94 244.532L420.269 244.694L420.268 244.695Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 244.315C378.11 250.284 382.938 255.226 388.911 255.298C394.883 255.37 399.83 250.545 399.902 244.576C399.974 238.606 395.146 233.664 389.172 233.592C389.129 233.592 389.083 233.592 389.04 233.592C383.126 233.592 378.253 238.389 378.181 244.315' fill='%23CED2DA'/%3E %3Cpath d='M107.18 315.108C107.18 315.152 107.18 315.196 107.18 315.239C106.97 332.473 92.8199 346.273 75.5746 346.063C58.3292 345.854 44.5196 331.713 44.7293 314.48C44.939 297.246 59.089 283.446 76.3343 283.655C76.3727 283.655 76.4098 283.658 76.4481 283.658L76.2864 296.977C76.248 296.977 76.2109 296.973 76.1725 296.972C66.2874 296.852 58.1771 304.762 58.056 314.64C57.9362 324.519 65.8512 332.624 75.7363 332.744C85.6214 332.864 93.7318 324.955 93.8528 315.076C93.8528 315.032 93.8504 314.989 93.8516 314.946L107.181 315.107L107.18 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 314.728C65.0215 320.697 69.8496 325.64 75.8221 325.711C81.7946 325.783 86.7414 320.958 86.8133 314.989C86.8852 309.019 82.0571 304.077 76.0833 304.005C76.0402 304.005 75.9947 304.005 75.9515 304.005C70.0377 304.005 65.1641 308.802 65.0922 314.728' fill='%23CED2DA'/%3E %3Cpath d='M196.633 315.108C196.633 315.152 196.633 315.196 196.633 315.239C196.424 332.473 182.274 346.273 165.028 346.063C147.783 345.854 133.973 331.713 134.183 314.48C134.393 297.246 148.543 283.446 165.788 283.655C165.827 283.655 165.864 283.658 165.902 283.658L165.74 296.977C165.702 296.977 165.665 296.973 165.626 296.972C155.741 296.852 147.631 304.762 147.51 314.64C147.39 324.519 155.305 332.624 165.19 332.744C175.075 332.864 183.186 324.955 183.307 315.076C183.307 315.032 183.304 314.989 183.306 314.946L196.635 315.107L196.633 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 314.728C154.475 320.697 159.303 325.64 165.276 325.711C171.248 325.783 176.195 320.958 176.267 314.989C176.339 309.019 171.511 304.077 165.537 304.005C165.494 304.005 165.449 304.005 165.405 304.005C159.492 304.005 154.618 308.802 154.546 314.728' fill='%23CED2DA'/%3E %3Cpath d='M286.087 315.108C286.087 315.152 286.087 315.196 286.087 315.239C285.878 332.473 271.728 346.273 254.482 346.063C237.237 345.854 223.427 331.713 223.637 314.48C223.847 297.246 237.997 283.446 255.242 283.655C255.28 283.655 255.317 283.658 255.356 283.658L255.194 296.977C255.156 296.977 255.119 296.973 255.08 296.972C245.195 296.852 237.085 304.762 236.964 314.64C236.844 324.519 244.759 332.624 254.644 332.744C264.529 332.864 272.64 324.955 272.761 315.076C272.761 315.032 272.758 314.989 272.759 314.946L286.088 315.107L286.087 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 314.728C243.929 320.697 248.757 325.64 254.73 325.711C260.702 325.783 265.649 320.958 265.721 314.989C265.793 309.019 260.965 304.077 254.991 304.005C254.948 304.005 254.902 304.005 254.859 304.005C248.945 304.005 244.072 308.802 244 314.728' fill='%23CED2DA'/%3E %3Cpath d='M375.541 315.108C375.541 315.152 375.541 315.196 375.541 315.239C375.331 332.473 361.181 346.273 343.936 346.063C326.691 345.854 312.881 331.713 313.091 314.48C313.301 297.246 327.451 283.446 344.696 283.655C344.734 283.655 344.771 283.658 344.81 283.658L344.648 296.977C344.61 296.977 344.572 296.973 344.534 296.972C334.649 296.852 326.539 304.762 326.418 314.64C326.298 324.519 334.213 332.624 344.098 332.744C353.983 332.864 362.093 324.955 362.214 315.076C362.214 315.032 362.212 314.989 362.213 314.946L375.542 315.107L375.541 315.108Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 314.728C333.383 320.697 338.211 325.64 344.184 325.711C350.156 325.783 355.103 320.958 355.175 314.989C355.247 309.019 350.419 304.077 344.445 304.005C344.402 304.005 344.356 304.005 344.313 304.005C338.399 304.005 333.526 308.802 333.454 314.728' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 385.521C62.4527 385.565 62.4527 385.609 62.4527 385.652C62.2429 402.886 48.0929 416.686 30.8476 416.477C13.6023 416.267 -0.207352 402.126 0.00235716 384.893C0.212067 367.659 14.3621 353.859 31.6074 354.068C31.6457 354.068 31.6829 354.071 31.7212 354.071L31.5594 367.39C31.5211 367.39 31.4839 367.386 31.4456 367.385C21.5605 367.265 13.4501 375.175 13.3291 385.053C13.2093 394.932 21.1243 403.037 31.0094 403.158C40.8945 403.277 49.0049 395.368 49.1259 385.489C49.1259 385.445 49.1235 385.402 49.1247 385.359L62.4538 385.52L62.4527 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 385.141C20.2945 391.11 25.1226 396.053 31.0952 396.124C37.0677 396.196 42.0144 391.371 42.0863 385.402C42.1582 379.432 37.3301 374.49 31.3564 374.418C31.3133 374.418 31.2677 374.418 31.2246 374.418C25.3108 374.418 20.4371 379.215 20.3652 385.141' fill='%23CED2DA'/%3E %3Cpath d='M151.907 385.521C151.907 385.565 151.907 385.609 151.907 385.652C151.697 402.886 137.547 416.686 120.301 416.477C103.056 416.267 89.2465 402.126 89.4562 384.893C89.6659 367.659 103.816 353.859 121.061 354.068C121.1 354.068 121.137 354.071 121.175 354.071L121.013 367.39C120.975 367.39 120.938 367.386 120.899 367.385C111.014 367.265 102.904 375.175 102.783 385.053C102.663 394.932 110.578 403.037 120.463 403.158C130.348 403.277 138.459 395.368 138.58 385.489C138.58 385.445 138.577 385.402 138.579 385.359L151.908 385.52L151.907 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 385.141C109.748 391.11 114.577 396.053 120.549 396.124C126.522 396.196 131.468 391.371 131.54 385.402C131.612 379.432 126.784 374.49 120.81 374.418C120.767 374.418 120.722 374.418 120.678 374.418C114.765 374.418 109.891 379.215 109.819 385.141' fill='%23CED2DA'/%3E %3Cpath d='M241.36 385.521C241.36 385.565 241.36 385.609 241.36 385.652C241.151 402.886 227.001 416.686 209.755 416.477C192.51 416.267 178.7 402.126 178.91 384.893C179.12 367.659 193.27 353.859 210.515 354.068C210.553 354.068 210.591 354.071 210.629 354.071L210.467 367.39C210.429 367.39 210.392 367.386 210.353 367.385C200.468 367.265 192.358 375.175 192.237 385.053C192.117 394.932 200.032 403.037 209.917 403.158C219.802 403.277 227.913 395.368 228.034 385.489C228.034 385.445 228.031 385.402 228.032 385.359L241.362 385.52L241.36 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 385.141C199.202 391.11 204.03 396.053 210.003 396.124C215.975 396.196 220.922 391.371 220.994 385.402C221.066 379.432 216.238 374.49 210.264 374.418C210.221 374.418 210.175 374.418 210.132 374.418C204.218 374.418 199.345 379.215 199.273 385.141' fill='%23CED2DA'/%3E %3Cpath d='M330.814 385.521C330.814 385.565 330.814 385.609 330.814 385.652C330.604 402.886 316.454 416.686 299.209 416.477C281.964 416.267 268.154 402.126 268.364 384.893C268.574 367.659 282.724 353.859 299.969 354.068C300.007 354.068 300.044 354.071 300.083 354.071L299.921 367.39C299.883 367.39 299.845 367.386 299.807 367.385C289.922 367.265 281.812 375.175 281.691 385.053C281.571 394.932 289.486 403.037 299.371 403.158C309.256 403.277 317.366 395.368 317.487 385.489C317.487 385.445 317.485 385.402 317.486 385.359L330.815 385.52L330.814 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 385.141C288.656 391.11 293.484 396.053 299.457 396.124C305.429 396.196 310.376 391.371 310.448 385.402C310.52 379.432 305.692 374.49 299.718 374.418C299.675 374.418 299.629 374.418 299.586 374.418C293.672 374.418 288.799 379.215 288.727 385.141' fill='%23CED2DA'/%3E %3Cpath d='M420.268 385.521C420.268 385.565 420.268 385.609 420.268 385.652C420.058 402.886 405.908 416.686 388.663 416.477C371.418 416.267 357.608 402.126 357.818 384.893C358.027 367.659 372.177 353.859 389.423 354.068C389.461 354.068 389.498 354.071 389.537 354.071L389.375 367.39C389.336 367.39 389.299 367.386 389.261 367.385C379.376 367.265 371.266 375.175 371.144 385.053C371.025 394.932 378.94 403.037 388.825 403.158C398.71 403.277 406.82 395.368 406.941 385.489C406.941 385.445 406.939 385.402 406.94 385.359L420.269 385.52L420.268 385.521Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 385.141C378.11 391.11 382.938 396.053 388.911 396.124C394.883 396.196 399.83 391.371 399.902 385.402C399.974 379.432 395.146 374.49 389.172 374.418C389.129 374.418 389.083 374.418 389.04 374.418C383.126 374.418 378.253 379.215 378.181 385.141' fill='%23CED2DA'/%3E %3Cpath d='M107.18 455.934C107.18 455.977 107.18 456.021 107.18 456.065C106.97 473.298 92.8199 487.099 75.5746 486.889C58.3292 486.68 44.5196 472.539 44.7293 455.305C44.939 438.072 59.089 424.271 76.3343 424.481C76.3727 424.481 76.4098 424.483 76.4481 424.483L76.2864 437.802C76.248 437.802 76.2109 437.799 76.1725 437.797C66.2874 437.678 58.1771 445.587 58.056 455.466C57.9362 465.344 65.8512 473.449 75.7363 473.57C85.6214 473.69 93.7318 465.78 93.8528 455.902C93.8528 455.857 93.8504 455.814 93.8516 455.771L107.181 455.933L107.18 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 455.553C65.0215 461.523 69.8496 466.465 75.8221 466.537C81.7946 466.609 86.7414 461.784 86.8133 455.814C86.8852 449.845 82.0571 444.902 76.0833 444.831C76.0402 444.831 75.9947 444.831 75.9515 444.831C70.0377 444.831 65.1641 449.628 65.0922 455.553' fill='%23CED2DA'/%3E %3Cpath d='M196.633 455.934C196.633 455.977 196.633 456.021 196.633 456.065C196.424 473.298 182.274 487.099 165.028 486.889C147.783 486.68 133.973 472.539 134.183 455.305C134.393 438.072 148.543 424.271 165.788 424.481C165.827 424.481 165.864 424.483 165.902 424.483L165.74 437.802C165.702 437.802 165.665 437.799 165.626 437.797C155.741 437.678 147.631 445.587 147.51 455.466C147.39 465.344 155.305 473.449 165.19 473.57C175.075 473.69 183.186 465.78 183.307 455.902C183.307 455.857 183.304 455.814 183.306 455.771L196.635 455.933L196.633 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 455.553C154.475 461.523 159.303 466.465 165.276 466.537C171.248 466.609 176.195 461.784 176.267 455.814C176.339 449.845 171.511 444.902 165.537 444.831C165.494 444.831 165.449 444.831 165.405 444.831C159.492 444.831 154.618 449.628 154.546 455.553' fill='%23CED2DA'/%3E %3Cpath d='M286.087 455.934C286.087 455.977 286.087 456.021 286.087 456.065C285.878 473.298 271.728 487.099 254.482 486.889C237.237 486.68 223.427 472.539 223.637 455.305C223.847 438.072 237.997 424.271 255.242 424.481C255.28 424.481 255.317 424.483 255.356 424.483L255.194 437.802C255.156 437.802 255.119 437.799 255.08 437.797C245.195 437.678 237.085 445.587 236.964 455.466C236.844 465.344 244.759 473.449 254.644 473.57C264.529 473.69 272.64 465.78 272.761 455.902C272.761 455.857 272.758 455.814 272.759 455.771L286.088 455.933L286.087 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 455.553C243.929 461.523 248.757 466.465 254.73 466.537C260.702 466.609 265.649 461.784 265.721 455.814C265.793 449.845 260.965 444.902 254.991 444.831C254.948 444.831 254.902 444.831 254.859 444.831C248.945 444.831 244.072 449.628 244 455.553' fill='%23CED2DA'/%3E %3Cpath d='M375.541 455.934C375.541 455.977 375.541 456.021 375.541 456.065C375.331 473.298 361.181 487.099 343.936 486.889C326.691 486.68 312.881 472.539 313.091 455.305C313.301 438.072 327.451 424.271 344.696 424.481C344.734 424.481 344.771 424.483 344.81 424.483L344.648 437.802C344.61 437.802 344.572 437.799 344.534 437.797C334.649 437.678 326.539 445.587 326.418 455.466C326.298 465.344 334.213 473.449 344.098 473.57C353.983 473.69 362.093 465.78 362.214 455.902C362.214 455.857 362.212 455.814 362.213 455.771L375.542 455.933L375.541 455.934Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 455.553C333.383 461.523 338.211 466.465 344.184 466.537C350.156 466.609 355.103 461.784 355.175 455.814C355.247 449.845 350.419 444.902 344.445 444.831C344.402 444.831 344.356 444.831 344.313 444.831C338.399 444.831 333.526 449.628 333.454 455.553' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 526.347C62.4527 526.39 62.4527 526.435 62.4527 526.478C62.2429 543.711 48.0929 557.512 30.8476 557.302C13.6023 557.093 -0.207352 542.952 0.00235716 525.718C0.212067 508.485 14.3621 494.684 31.6074 494.894C31.6457 494.894 31.6829 494.896 31.7212 494.896L31.5594 508.215C31.5211 508.215 31.4839 508.212 31.4456 508.211C21.5605 508.091 13.4501 516 13.3291 525.879C13.2093 535.757 21.1243 543.862 31.0094 543.983C40.8945 544.103 49.0049 536.193 49.1259 526.315C49.1259 526.271 49.1235 526.227 49.1247 526.184L62.4538 526.346L62.4527 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 525.966C20.2945 531.936 25.1226 536.878 31.0952 536.95C37.0677 537.022 42.0144 532.197 42.0863 526.227C42.1582 520.258 37.3301 515.316 31.3564 515.244C31.3133 515.244 31.2677 515.244 31.2246 515.244C25.3108 515.244 20.4371 520.041 20.3652 525.966' fill='%23CED2DA'/%3E %3Cpath d='M151.907 526.347C151.907 526.39 151.907 526.435 151.907 526.478C151.697 543.711 137.547 557.512 120.301 557.302C103.056 557.093 89.2465 542.952 89.4562 525.718C89.6659 508.485 103.816 494.684 121.061 494.894C121.1 494.894 121.137 494.896 121.175 494.896L121.013 508.215C120.975 508.215 120.938 508.212 120.899 508.211C111.014 508.091 102.904 516 102.783 525.879C102.663 535.757 110.578 543.862 120.463 543.983C130.348 544.103 138.459 536.193 138.58 526.315C138.58 526.271 138.577 526.227 138.579 526.184L151.908 526.346L151.907 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 525.966C109.748 531.936 114.577 536.878 120.549 536.95C126.522 537.022 131.468 532.197 131.54 526.227C131.612 520.258 126.784 515.316 120.81 515.244C120.767 515.244 120.722 515.244 120.678 515.244C114.765 515.244 109.891 520.041 109.819 525.966' fill='%23CED2DA'/%3E %3Cpath d='M241.36 526.347C241.36 526.39 241.36 526.435 241.36 526.478C241.151 543.711 227.001 557.512 209.755 557.302C192.51 557.093 178.7 542.952 178.91 525.718C179.12 508.485 193.27 494.684 210.515 494.894C210.553 494.894 210.591 494.896 210.629 494.896L210.467 508.215C210.429 508.215 210.392 508.212 210.353 508.211C200.468 508.091 192.358 516 192.237 525.879C192.117 535.757 200.032 543.862 209.917 543.983C219.802 544.103 227.913 536.193 228.034 526.315C228.034 526.271 228.031 526.227 228.032 526.184L241.362 526.346L241.36 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 525.966C199.202 531.936 204.03 536.878 210.003 536.95C215.975 537.022 220.922 532.197 220.994 526.227C221.066 520.258 216.238 515.316 210.264 515.244C210.221 515.244 210.175 515.244 210.132 515.244C204.218 515.244 199.345 520.041 199.273 525.966' fill='%23CED2DA'/%3E %3Cpath d='M330.814 526.347C330.814 526.39 330.814 526.435 330.814 526.478C330.604 543.711 316.454 557.512 299.209 557.302C281.964 557.093 268.154 542.952 268.364 525.718C268.574 508.485 282.724 494.684 299.969 494.894C300.007 494.894 300.044 494.896 300.083 494.896L299.921 508.215C299.883 508.215 299.845 508.212 299.807 508.211C289.922 508.091 281.812 516 281.691 525.879C281.571 535.757 289.486 543.862 299.371 543.983C309.256 544.103 317.366 536.193 317.487 526.315C317.487 526.271 317.485 526.227 317.486 526.184L330.815 526.346L330.814 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 525.966C288.656 531.936 293.484 536.878 299.457 536.95C305.429 537.022 310.376 532.197 310.448 526.227C310.52 520.258 305.692 515.316 299.718 515.244C299.675 515.244 299.629 515.244 299.586 515.244C293.672 515.244 288.799 520.041 288.727 525.966' fill='%23CED2DA'/%3E %3Cpath d='M420.268 526.347C420.268 526.39 420.268 526.435 420.268 526.478C420.058 543.711 405.908 557.512 388.663 557.302C371.418 557.093 357.608 542.952 357.818 525.718C358.027 508.485 372.177 494.684 389.423 494.894C389.461 494.894 389.498 494.896 389.537 494.896L389.375 508.215C389.336 508.215 389.299 508.212 389.261 508.211C379.376 508.091 371.266 516 371.144 525.879C371.025 535.757 378.94 543.862 388.825 543.983C398.71 544.103 406.82 536.193 406.941 526.315C406.941 526.271 406.939 526.227 406.94 526.184L420.269 526.346L420.268 526.347Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 525.966C378.11 531.936 382.938 536.878 388.911 536.95C394.883 537.022 399.83 532.197 399.902 526.227C399.974 520.258 395.146 515.316 389.172 515.244C389.129 515.244 389.083 515.244 389.04 515.244C383.126 515.244 378.253 520.041 378.181 525.966' fill='%23CED2DA'/%3E %3Cpath d='M107.18 596.76C107.18 596.803 107.18 596.848 107.18 596.891C106.97 614.124 92.8199 627.925 75.5746 627.715C58.3292 627.506 44.5196 613.365 44.7293 596.132C44.939 578.898 59.089 565.097 76.3343 565.307C76.3727 565.307 76.4098 565.309 76.4481 565.309L76.2864 578.628C76.248 578.628 76.2109 578.625 76.1725 578.624C66.2874 578.504 58.1771 586.414 58.056 596.292C57.9362 606.17 65.8512 614.275 75.7363 614.396C85.6214 614.516 93.7318 606.606 93.8528 596.728C93.8528 596.684 93.8504 596.64 93.8516 596.597L107.181 596.759L107.18 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 596.379C65.0215 602.349 69.8496 607.291 75.8221 607.363C81.7946 607.435 86.7414 602.61 86.8133 596.641C86.8852 590.671 82.0571 585.729 76.0833 585.657C76.0402 585.657 75.9947 585.657 75.9515 585.657C70.0377 585.657 65.1641 590.454 65.0922 596.379' fill='%23CED2DA'/%3E %3Cpath d='M196.633 596.76C196.633 596.803 196.633 596.848 196.633 596.891C196.424 614.124 182.274 627.925 165.028 627.715C147.783 627.506 133.973 613.365 134.183 596.132C134.393 578.898 148.543 565.097 165.788 565.307C165.827 565.307 165.864 565.309 165.902 565.309L165.74 578.628C165.702 578.628 165.665 578.625 165.626 578.624C155.741 578.504 147.631 586.414 147.51 596.292C147.39 606.17 155.305 614.275 165.19 614.396C175.075 614.516 183.186 606.606 183.307 596.728C183.307 596.684 183.304 596.64 183.306 596.597L196.635 596.759L196.633 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 596.379C154.475 602.349 159.303 607.291 165.276 607.363C171.248 607.435 176.195 602.61 176.267 596.641C176.339 590.671 171.511 585.729 165.537 585.657C165.494 585.657 165.449 585.657 165.405 585.657C159.492 585.657 154.618 590.454 154.546 596.379' fill='%23CED2DA'/%3E %3Cpath d='M286.087 596.76C286.087 596.803 286.087 596.848 286.087 596.891C285.878 614.124 271.728 627.925 254.482 627.715C237.237 627.506 223.427 613.365 223.637 596.132C223.847 578.898 237.997 565.097 255.242 565.307C255.28 565.307 255.317 565.309 255.356 565.309L255.194 578.628C255.156 578.628 255.119 578.625 255.08 578.624C245.195 578.504 237.085 586.414 236.964 596.292C236.844 606.17 244.759 614.275 254.644 614.396C264.529 614.516 272.64 606.606 272.761 596.728C272.761 596.684 272.758 596.64 272.759 596.597L286.088 596.759L286.087 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 596.379C243.929 602.349 248.757 607.291 254.73 607.363C260.702 607.435 265.649 602.61 265.721 596.641C265.793 590.671 260.965 585.729 254.991 585.657C254.948 585.657 254.902 585.657 254.859 585.657C248.945 585.657 244.072 590.454 244 596.379' fill='%23CED2DA'/%3E %3Cpath d='M375.541 596.76C375.541 596.803 375.541 596.848 375.541 596.891C375.331 614.124 361.181 627.925 343.936 627.715C326.691 627.506 312.881 613.365 313.091 596.132C313.301 578.898 327.451 565.097 344.696 565.307C344.734 565.307 344.771 565.309 344.81 565.309L344.648 578.628C344.61 578.628 344.572 578.625 344.534 578.624C334.649 578.504 326.539 586.414 326.418 596.292C326.298 606.17 334.213 614.275 344.098 614.396C353.983 614.516 362.093 606.606 362.214 596.728C362.214 596.684 362.212 596.64 362.213 596.597L375.542 596.759L375.541 596.76Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 596.379C333.383 602.349 338.211 607.291 344.184 607.363C350.156 607.435 355.103 602.61 355.175 596.641C355.247 590.671 350.419 585.729 344.445 585.657C344.402 585.657 344.356 585.657 344.313 585.657C338.399 585.657 333.526 590.454 333.454 596.379' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 667.173C62.4527 667.216 62.4527 667.261 62.4527 667.304C62.2429 684.538 48.0929 698.338 30.8476 698.128C13.6023 697.919 -0.207352 683.778 0.00235716 666.545C0.212067 649.311 14.3621 635.511 31.6074 635.72C31.6457 635.72 31.6829 635.723 31.7212 635.723L31.5594 649.041C31.5211 649.041 31.4839 649.038 31.4456 649.037C21.5605 648.917 13.4501 656.827 13.3291 666.705C13.2093 676.584 21.1243 684.688 31.0094 684.809C40.8945 684.929 49.0049 677.019 49.1259 667.141C49.1259 667.097 49.1235 667.054 49.1247 667.01L62.4538 667.172L62.4527 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 666.793C20.2945 672.762 25.1226 677.704 31.0952 677.776C37.0677 677.848 42.0144 673.023 42.0863 667.054C42.1582 661.084 37.3301 656.142 31.3564 656.07C31.3133 656.07 31.2677 656.07 31.2246 656.07C25.3108 656.07 20.4371 660.867 20.3652 666.793' fill='%23CED2DA'/%3E %3Cpath d='M151.907 667.173C151.907 667.216 151.907 667.261 151.907 667.304C151.697 684.538 137.547 698.338 120.301 698.128C103.056 697.919 89.2465 683.778 89.4562 666.545C89.6659 649.311 103.816 635.511 121.061 635.72C121.1 635.72 121.137 635.723 121.175 635.723L121.013 649.041C120.975 649.041 120.938 649.038 120.899 649.037C111.014 648.917 102.904 656.827 102.783 666.705C102.663 676.584 110.578 684.688 120.463 684.809C130.348 684.929 138.459 677.019 138.58 667.141C138.58 667.097 138.577 667.054 138.579 667.01L151.908 667.172L151.907 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 666.793C109.748 672.762 114.577 677.704 120.549 677.776C126.522 677.848 131.468 673.023 131.54 667.054C131.612 661.084 126.784 656.142 120.81 656.07C120.767 656.07 120.722 656.07 120.678 656.07C114.765 656.07 109.891 660.867 109.819 666.793' fill='%23CED2DA'/%3E %3Cpath d='M241.36 667.173C241.36 667.216 241.36 667.261 241.36 667.304C241.151 684.538 227.001 698.338 209.755 698.128C192.51 697.919 178.7 683.778 178.91 666.545C179.12 649.311 193.27 635.511 210.515 635.72C210.553 635.72 210.591 635.723 210.629 635.723L210.467 649.041C210.429 649.041 210.392 649.038 210.353 649.037C200.468 648.917 192.358 656.827 192.237 666.705C192.117 676.584 200.032 684.688 209.917 684.809C219.802 684.929 227.913 677.019 228.034 667.141C228.034 667.097 228.031 667.054 228.032 667.01L241.362 667.172L241.36 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 666.793C199.202 672.762 204.03 677.704 210.003 677.776C215.975 677.848 220.922 673.023 220.994 667.054C221.066 661.084 216.238 656.142 210.264 656.07C210.221 656.07 210.175 656.07 210.132 656.07C204.218 656.07 199.345 660.867 199.273 666.793' fill='%23CED2DA'/%3E %3Cpath d='M330.814 667.173C330.814 667.216 330.814 667.261 330.814 667.304C330.604 684.538 316.454 698.338 299.209 698.128C281.964 697.919 268.154 683.778 268.364 666.545C268.574 649.311 282.724 635.511 299.969 635.72C300.007 635.72 300.044 635.723 300.083 635.723L299.921 649.041C299.883 649.041 299.845 649.038 299.807 649.037C289.922 648.917 281.812 656.827 281.691 666.705C281.571 676.584 289.486 684.688 299.371 684.809C309.256 684.929 317.366 677.019 317.487 667.141C317.487 667.097 317.485 667.054 317.486 667.01L330.815 667.172L330.814 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 666.793C288.656 672.762 293.484 677.704 299.457 677.776C305.429 677.848 310.376 673.023 310.448 667.054C310.52 661.084 305.692 656.142 299.718 656.07C299.675 656.07 299.629 656.07 299.586 656.07C293.672 656.07 288.799 660.867 288.727 666.793' fill='%23CED2DA'/%3E %3Cpath d='M420.268 667.173C420.268 667.216 420.268 667.261 420.268 667.304C420.058 684.538 405.908 698.338 388.663 698.128C371.418 697.919 357.608 683.778 357.818 666.545C358.027 649.311 372.177 635.511 389.423 635.72C389.461 635.72 389.498 635.723 389.537 635.723L389.375 649.041C389.336 649.041 389.299 649.038 389.261 649.037C379.376 648.917 371.266 656.827 371.144 666.705C371.025 676.584 378.94 684.688 388.825 684.809C398.71 684.929 406.82 677.019 406.941 667.141C406.941 667.097 406.939 667.054 406.94 667.01L420.269 667.172L420.268 667.173Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 666.793C378.11 672.762 382.938 677.704 388.911 677.776C394.883 677.848 399.83 673.023 399.902 667.054C399.974 661.084 395.146 656.142 389.172 656.07C389.129 656.07 389.083 656.07 389.04 656.07C383.126 656.07 378.253 660.867 378.181 666.793' fill='%23CED2DA'/%3E %3Cpath d='M107.18 737.586C107.18 737.629 107.18 737.673 107.18 737.716C106.97 754.95 92.8199 768.751 75.5746 768.541C58.3292 768.331 44.5196 754.191 44.7293 736.957C44.939 719.724 59.089 705.923 76.3343 706.133C76.3727 706.133 76.4098 706.135 76.4481 706.135L76.2864 719.454C76.248 719.454 76.2109 719.45 76.1725 719.449C66.2874 719.33 58.1771 727.239 58.056 737.118C57.9362 746.996 65.8512 755.101 75.7363 755.222C85.6214 755.342 93.7318 747.432 93.8528 737.554C93.8528 737.509 93.8504 737.466 93.8516 737.423L107.181 737.585L107.18 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 737.205C65.0215 743.175 69.8496 748.117 75.8221 748.189C81.7946 748.261 86.7414 743.436 86.8133 737.466C86.8852 731.496 82.0571 726.554 76.0833 726.482C76.0402 726.482 75.9947 726.482 75.9515 726.482C70.0377 726.482 65.1641 731.28 65.0922 737.205' fill='%23CED2DA'/%3E %3Cpath d='M196.633 737.586C196.633 737.629 196.633 737.673 196.633 737.716C196.424 754.95 182.274 768.751 165.028 768.541C147.783 768.331 133.973 754.191 134.183 736.957C134.393 719.724 148.543 705.923 165.788 706.133C165.827 706.133 165.864 706.135 165.902 706.135L165.74 719.454C165.702 719.454 165.665 719.45 165.626 719.449C155.741 719.33 147.631 727.239 147.51 737.118C147.39 746.996 155.305 755.101 165.19 755.222C175.075 755.342 183.186 747.432 183.307 737.554C183.307 737.509 183.304 737.466 183.306 737.423L196.635 737.585L196.633 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 737.205C154.475 743.175 159.303 748.117 165.276 748.189C171.248 748.261 176.195 743.436 176.267 737.466C176.339 731.496 171.511 726.554 165.537 726.482C165.494 726.482 165.449 726.482 165.405 726.482C159.492 726.482 154.618 731.28 154.546 737.205' fill='%23CED2DA'/%3E %3Cpath d='M286.087 737.586C286.087 737.629 286.087 737.673 286.087 737.716C285.878 754.95 271.728 768.751 254.482 768.541C237.237 768.331 223.427 754.191 223.637 736.957C223.847 719.724 237.997 705.923 255.242 706.133C255.28 706.133 255.317 706.135 255.356 706.135L255.194 719.454C255.156 719.454 255.119 719.45 255.08 719.449C245.195 719.33 237.085 727.239 236.964 737.118C236.844 746.996 244.759 755.101 254.644 755.222C264.529 755.342 272.64 747.432 272.761 737.554C272.761 737.509 272.758 737.466 272.759 737.423L286.088 737.585L286.087 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 737.205C243.929 743.175 248.757 748.117 254.73 748.189C260.702 748.261 265.649 743.436 265.721 737.466C265.793 731.496 260.965 726.554 254.991 726.482C254.948 726.482 254.902 726.482 254.859 726.482C248.945 726.482 244.072 731.28 244 737.205' fill='%23CED2DA'/%3E %3Cpath d='M375.541 737.586C375.541 737.629 375.541 737.673 375.541 737.716C375.331 754.95 361.181 768.751 343.936 768.541C326.691 768.331 312.881 754.191 313.091 736.957C313.301 719.724 327.451 705.923 344.696 706.133C344.734 706.133 344.771 706.135 344.81 706.135L344.648 719.454C344.61 719.454 344.572 719.45 344.534 719.449C334.649 719.33 326.539 727.239 326.418 737.118C326.298 746.996 334.213 755.101 344.098 755.222C353.983 755.342 362.093 747.432 362.214 737.554C362.214 737.509 362.212 737.466 362.213 737.423L375.542 737.585L375.541 737.586Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 737.205C333.383 743.175 338.211 748.117 344.184 748.189C350.156 748.261 355.103 743.436 355.175 737.466C355.247 731.496 350.419 726.554 344.445 726.482C344.402 726.482 344.356 726.482 344.313 726.482C338.399 726.482 333.526 731.28 333.454 737.205' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 807.999C62.4527 808.042 62.4527 808.086 62.4527 808.13C62.2429 825.363 48.0929 839.164 30.8476 838.954C13.6023 838.744 -0.207352 824.604 0.00235716 807.37C0.212067 790.137 14.3621 776.336 31.6074 776.546C31.6457 776.546 31.6829 776.548 31.7212 776.548L31.5594 789.867C31.5211 789.867 31.4839 789.864 31.4456 789.862C21.5605 789.743 13.4501 797.652 13.3291 807.531C13.2093 817.409 21.1243 825.514 31.0094 825.635C40.8945 825.755 49.0049 817.845 49.1259 807.967C49.1259 807.922 49.1235 807.879 49.1247 807.836L62.4538 807.998L62.4527 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 807.618C20.2945 813.588 25.1226 818.53 31.0952 818.602C37.0677 818.674 42.0144 813.849 42.0863 807.879C42.1582 801.91 37.3301 796.967 31.3564 796.896C31.3133 796.896 31.2677 796.896 31.2246 796.896C25.3108 796.896 20.4371 801.693 20.3652 807.618' fill='%23CED2DA'/%3E %3Cpath d='M151.907 807.999C151.907 808.042 151.907 808.086 151.907 808.13C151.697 825.363 137.547 839.164 120.301 838.954C103.056 838.744 89.2465 824.604 89.4562 807.37C89.6659 790.137 103.816 776.336 121.061 776.546C121.1 776.546 121.137 776.548 121.175 776.548L121.013 789.867C120.975 789.867 120.938 789.864 120.899 789.862C111.014 789.743 102.904 797.652 102.783 807.531C102.663 817.409 110.578 825.514 120.463 825.635C130.348 825.755 138.459 817.845 138.58 807.967C138.58 807.922 138.577 807.879 138.579 807.836L151.908 807.998L151.907 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 807.618C109.748 813.588 114.577 818.53 120.549 818.602C126.522 818.674 131.468 813.849 131.54 807.879C131.612 801.91 126.784 796.967 120.81 796.896C120.767 796.896 120.722 796.896 120.678 796.896C114.765 796.896 109.891 801.693 109.819 807.618' fill='%23CED2DA'/%3E %3Cpath d='M241.36 807.999C241.36 808.042 241.36 808.086 241.36 808.13C241.151 825.363 227.001 839.164 209.755 838.954C192.51 838.744 178.7 824.604 178.91 807.37C179.12 790.137 193.27 776.336 210.515 776.546C210.553 776.546 210.591 776.548 210.629 776.548L210.467 789.867C210.429 789.867 210.392 789.864 210.353 789.862C200.468 789.743 192.358 797.652 192.237 807.531C192.117 817.409 200.032 825.514 209.917 825.635C219.802 825.755 227.913 817.845 228.034 807.967C228.034 807.922 228.031 807.879 228.032 807.836L241.362 807.998L241.36 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 807.618C199.202 813.588 204.03 818.53 210.003 818.602C215.975 818.674 220.922 813.849 220.994 807.879C221.066 801.91 216.238 796.967 210.264 796.896C210.221 796.896 210.175 796.896 210.132 796.896C204.218 796.896 199.345 801.693 199.273 807.618' fill='%23CED2DA'/%3E %3Cpath d='M330.814 807.999C330.814 808.042 330.814 808.086 330.814 808.13C330.604 825.363 316.454 839.164 299.209 838.954C281.964 838.744 268.154 824.604 268.364 807.37C268.574 790.137 282.724 776.336 299.969 776.546C300.007 776.546 300.044 776.548 300.083 776.548L299.921 789.867C299.883 789.867 299.845 789.864 299.807 789.862C289.922 789.743 281.812 797.652 281.691 807.531C281.571 817.409 289.486 825.514 299.371 825.635C309.256 825.755 317.366 817.845 317.487 807.967C317.487 807.922 317.485 807.879 317.486 807.836L330.815 807.998L330.814 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 807.618C288.656 813.588 293.484 818.53 299.457 818.602C305.429 818.674 310.376 813.849 310.448 807.879C310.52 801.91 305.692 796.967 299.718 796.896C299.675 796.896 299.629 796.896 299.586 796.896C293.672 796.896 288.799 801.693 288.727 807.618' fill='%23CED2DA'/%3E %3Cpath d='M420.268 807.999C420.268 808.042 420.268 808.086 420.268 808.13C420.058 825.363 405.908 839.164 388.663 838.954C371.418 838.744 357.608 824.604 357.818 807.37C358.027 790.137 372.177 776.336 389.423 776.546C389.461 776.546 389.498 776.548 389.537 776.548L389.375 789.867C389.336 789.867 389.299 789.864 389.261 789.862C379.376 789.743 371.266 797.652 371.144 807.531C371.025 817.409 378.94 825.514 388.825 825.635C398.71 825.755 406.82 817.845 406.941 807.967C406.941 807.922 406.939 807.879 406.94 807.836L420.269 807.998L420.268 807.999Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 807.618C378.11 813.588 382.938 818.53 388.911 818.602C394.883 818.674 399.83 813.849 399.902 807.879C399.974 801.91 395.146 796.967 389.172 796.896C389.129 796.896 389.083 796.896 389.04 796.896C383.126 796.896 378.253 801.693 378.181 807.618' fill='%23CED2DA'/%3E %3Cpath d='M107.18 878.412C107.18 878.455 107.18 878.5 107.18 878.543C106.97 895.776 92.8199 909.577 75.5746 909.367C58.3292 909.158 44.5196 895.017 44.7293 877.783C44.939 860.55 59.089 846.749 76.3343 846.959C76.3727 846.959 76.4098 846.961 76.4481 846.961L76.2864 860.28C76.248 860.28 76.2109 860.277 76.1725 860.275C66.2874 860.156 58.1771 868.065 58.056 877.944C57.9362 887.822 65.8512 895.927 75.7363 896.048C85.6214 896.168 93.7318 888.258 93.8528 878.38C93.8528 878.335 93.8504 878.292 93.8516 878.249L107.181 878.411L107.18 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 878.031C65.0215 884.001 69.8496 888.943 75.8221 889.015C81.7946 889.087 86.7414 884.262 86.8133 878.292C86.8852 872.323 82.0571 867.38 76.0833 867.309C76.0402 867.309 75.9947 867.309 75.9515 867.309C70.0377 867.309 65.1641 872.106 65.0922 878.031' fill='%23CED2DA'/%3E %3Cpath d='M196.633 878.412C196.633 878.455 196.633 878.5 196.633 878.543C196.424 895.776 182.274 909.577 165.028 909.367C147.783 909.158 133.973 895.017 134.183 877.783C134.393 860.55 148.543 846.749 165.788 846.959C165.827 846.959 165.864 846.961 165.902 846.961L165.74 860.28C165.702 860.28 165.665 860.277 165.626 860.275C155.741 860.156 147.631 868.065 147.51 877.944C147.39 887.822 155.305 895.927 165.19 896.048C175.075 896.168 183.186 888.258 183.307 878.38C183.307 878.335 183.304 878.292 183.306 878.249L196.635 878.411L196.633 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 878.031C154.475 884.001 159.303 888.943 165.276 889.015C171.248 889.087 176.195 884.262 176.267 878.292C176.339 872.323 171.511 867.38 165.537 867.309C165.494 867.309 165.449 867.309 165.405 867.309C159.492 867.309 154.618 872.106 154.546 878.031' fill='%23CED2DA'/%3E %3Cpath d='M286.087 878.412C286.087 878.455 286.087 878.5 286.087 878.543C285.878 895.776 271.728 909.577 254.482 909.367C237.237 909.158 223.427 895.017 223.637 877.783C223.847 860.55 237.997 846.749 255.242 846.959C255.28 846.959 255.317 846.961 255.356 846.961L255.194 860.28C255.156 860.28 255.119 860.277 255.08 860.275C245.195 860.156 237.085 868.065 236.964 877.944C236.844 887.822 244.759 895.927 254.644 896.048C264.529 896.168 272.64 888.258 272.761 878.38C272.761 878.335 272.758 878.292 272.759 878.249L286.088 878.411L286.087 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 878.031C243.929 884.001 248.757 888.943 254.73 889.015C260.702 889.087 265.649 884.262 265.721 878.292C265.793 872.323 260.965 867.38 254.991 867.309C254.948 867.309 254.902 867.309 254.859 867.309C248.945 867.309 244.072 872.106 244 878.031' fill='%23CED2DA'/%3E %3Cpath d='M375.541 878.412C375.541 878.455 375.541 878.5 375.541 878.543C375.331 895.776 361.181 909.577 343.936 909.367C326.691 909.158 312.881 895.017 313.091 877.783C313.301 860.55 327.451 846.749 344.696 846.959C344.734 846.959 344.771 846.961 344.81 846.961L344.648 860.28C344.61 860.28 344.572 860.277 344.534 860.275C334.649 860.156 326.539 868.065 326.418 877.944C326.298 887.822 334.213 895.927 344.098 896.048C353.983 896.168 362.093 888.258 362.214 878.38C362.214 878.335 362.212 878.292 362.213 878.249L375.542 878.411L375.541 878.412Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 878.031C333.383 884.001 338.211 888.943 344.184 889.015C350.156 889.087 355.103 884.262 355.175 878.292C355.247 872.323 350.419 867.38 344.445 867.309C344.402 867.309 344.356 867.309 344.313 867.309C338.399 867.309 333.526 872.106 333.454 878.031' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 948.825C62.4527 948.868 62.4527 948.913 62.4527 948.956C62.2429 966.189 48.0929 979.99 30.8476 979.78C13.6023 979.571 -0.207352 965.43 0.00235716 948.196C0.212067 930.963 14.3621 917.162 31.6074 917.372C31.6457 917.372 31.6829 917.374 31.7212 917.374L31.5594 930.693C31.5211 930.693 31.4839 930.69 31.4456 930.689C21.5605 930.569 13.4501 938.479 13.3291 948.357C13.2093 958.235 21.1243 966.34 31.0094 966.461C40.8945 966.581 49.0049 958.671 49.1259 948.793C49.1259 948.749 49.1235 948.705 49.1247 948.662L62.4538 948.824L62.4527 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 948.444C20.2945 954.414 25.1226 959.356 31.0952 959.428C37.0677 959.5 42.0144 954.675 42.0863 948.705C42.1582 942.736 37.3301 937.794 31.3564 937.722C31.3133 937.722 31.2677 937.722 31.2246 937.722C25.3108 937.722 20.4371 942.519 20.3652 948.444' fill='%23CED2DA'/%3E %3Cpath d='M151.907 948.825C151.907 948.868 151.907 948.913 151.907 948.956C151.697 966.189 137.547 979.99 120.301 979.78C103.056 979.571 89.2465 965.43 89.4562 948.196C89.6659 930.963 103.816 917.162 121.061 917.372C121.1 917.372 121.137 917.374 121.175 917.374L121.013 930.693C120.975 930.693 120.938 930.69 120.899 930.689C111.014 930.569 102.904 938.479 102.783 948.357C102.663 958.235 110.578 966.34 120.463 966.461C130.348 966.581 138.459 958.671 138.58 948.793C138.58 948.749 138.577 948.705 138.579 948.662L151.908 948.824L151.907 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 948.444C109.748 954.414 114.577 959.356 120.549 959.428C126.522 959.5 131.468 954.675 131.54 948.705C131.612 942.736 126.784 937.794 120.81 937.722C120.767 937.722 120.722 937.722 120.678 937.722C114.765 937.722 109.891 942.519 109.819 948.444' fill='%23CED2DA'/%3E %3Cpath d='M241.36 948.825C241.36 948.868 241.36 948.913 241.36 948.956C241.151 966.189 227.001 979.99 209.755 979.78C192.51 979.571 178.7 965.43 178.91 948.196C179.12 930.963 193.27 917.162 210.515 917.372C210.553 917.372 210.591 917.374 210.629 917.374L210.467 930.693C210.429 930.693 210.392 930.69 210.353 930.689C200.468 930.569 192.358 938.479 192.237 948.357C192.117 958.235 200.032 966.34 209.917 966.461C219.802 966.581 227.913 958.671 228.034 948.793C228.034 948.749 228.031 948.705 228.032 948.662L241.362 948.824L241.36 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 948.444C199.202 954.414 204.03 959.356 210.003 959.428C215.975 959.5 220.922 954.675 220.994 948.705C221.066 942.736 216.238 937.794 210.264 937.722C210.221 937.722 210.175 937.722 210.132 937.722C204.218 937.722 199.345 942.519 199.273 948.444' fill='%23CED2DA'/%3E %3Cpath d='M330.814 948.825C330.814 948.868 330.814 948.913 330.814 948.956C330.604 966.189 316.454 979.99 299.209 979.78C281.964 979.571 268.154 965.43 268.364 948.196C268.574 930.963 282.724 917.162 299.969 917.372C300.007 917.372 300.044 917.374 300.083 917.374L299.921 930.693C299.883 930.693 299.845 930.69 299.807 930.689C289.922 930.569 281.812 938.479 281.691 948.357C281.571 958.235 289.486 966.34 299.371 966.461C309.256 966.581 317.366 958.671 317.487 948.793C317.487 948.749 317.485 948.705 317.486 948.662L330.815 948.824L330.814 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 948.444C288.656 954.414 293.484 959.356 299.457 959.428C305.429 959.5 310.376 954.675 310.448 948.705C310.52 942.736 305.692 937.794 299.718 937.722C299.675 937.722 299.629 937.722 299.586 937.722C293.672 937.722 288.799 942.519 288.727 948.444' fill='%23CED2DA'/%3E %3Cpath d='M420.268 948.825C420.268 948.868 420.268 948.913 420.268 948.956C420.058 966.189 405.908 979.99 388.663 979.78C371.418 979.571 357.608 965.43 357.818 948.196C358.027 930.963 372.177 917.162 389.423 917.372C389.461 917.372 389.498 917.374 389.537 917.374L389.375 930.693C389.336 930.693 389.299 930.69 389.261 930.689C379.376 930.569 371.266 938.479 371.144 948.357C371.025 958.235 378.94 966.34 388.825 966.461C398.71 966.581 406.82 958.671 406.941 948.793C406.941 948.749 406.939 948.705 406.94 948.662L420.269 948.824L420.268 948.825Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 948.444C378.11 954.414 382.938 959.356 388.911 959.428C394.883 959.5 399.83 954.675 399.902 948.705C399.974 942.736 395.146 937.794 389.172 937.722C389.129 937.722 389.083 937.722 389.04 937.722C383.126 937.722 378.253 942.519 378.181 948.444' fill='%23CED2DA'/%3E %3Cpath d='M107.18 1019.24C107.18 1019.28 107.18 1019.33 107.18 1019.37C106.97 1036.6 92.8199 1050.4 75.5746 1050.19C58.3292 1049.98 44.5196 1035.84 44.7293 1018.61C44.939 1001.38 59.089 987.575 76.3343 987.785C76.3727 987.785 76.4098 987.787 76.4481 987.787L76.2864 1001.11C76.248 1001.11 76.2109 1001.1 76.1725 1001.1C66.2874 1000.98 58.1771 1008.89 58.056 1018.77C57.9362 1028.65 65.8512 1036.75 75.7363 1036.87C85.6214 1036.99 93.7318 1029.08 93.8528 1019.21C93.8528 1019.16 93.8504 1019.12 93.8516 1019.07L107.181 1019.24L107.18 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M65.0934 1018.86C65.0215 1024.83 69.8496 1029.77 75.8221 1029.84C81.7946 1029.91 86.7414 1025.09 86.8133 1019.12C86.8852 1013.15 82.0571 1008.21 76.0833 1008.13C76.0402 1008.13 75.9947 1008.13 75.9515 1008.13C70.0377 1008.13 65.1641 1012.93 65.0922 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M196.633 1019.24C196.633 1019.28 196.633 1019.33 196.633 1019.37C196.424 1036.6 182.274 1050.4 165.028 1050.19C147.783 1049.98 133.973 1035.84 134.183 1018.61C134.393 1001.38 148.543 987.575 165.788 987.785C165.827 987.785 165.864 987.787 165.902 987.787L165.74 1001.11C165.702 1001.11 165.665 1001.1 165.626 1001.1C155.741 1000.98 147.631 1008.89 147.51 1018.77C147.39 1028.65 155.305 1036.75 165.19 1036.87C175.075 1036.99 183.186 1029.08 183.307 1019.21C183.307 1019.16 183.304 1019.12 183.306 1019.07L196.635 1019.24L196.633 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M154.547 1018.86C154.475 1024.83 159.303 1029.77 165.276 1029.84C171.248 1029.91 176.195 1025.09 176.267 1019.12C176.339 1013.15 171.511 1008.21 165.537 1008.13C165.494 1008.13 165.449 1008.13 165.405 1008.13C159.492 1008.13 154.618 1012.93 154.546 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M286.087 1019.24C286.087 1019.28 286.087 1019.33 286.087 1019.37C285.878 1036.6 271.728 1050.4 254.482 1050.19C237.237 1049.98 223.427 1035.84 223.637 1018.61C223.847 1001.38 237.997 987.575 255.242 987.785C255.28 987.785 255.317 987.787 255.356 987.787L255.194 1001.11C255.156 1001.11 255.119 1001.1 255.08 1001.1C245.195 1000.98 237.085 1008.89 236.964 1018.77C236.844 1028.65 244.759 1036.75 254.644 1036.87C264.529 1036.99 272.64 1029.08 272.761 1019.21C272.761 1019.16 272.758 1019.12 272.759 1019.07L286.088 1019.24L286.087 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M244.001 1018.86C243.929 1024.83 248.757 1029.77 254.73 1029.84C260.702 1029.91 265.649 1025.09 265.721 1019.12C265.793 1013.15 260.965 1008.21 254.991 1008.13C254.948 1008.13 254.902 1008.13 254.859 1008.13C248.945 1008.13 244.072 1012.93 244 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M375.541 1019.24C375.541 1019.28 375.541 1019.33 375.541 1019.37C375.331 1036.6 361.181 1050.4 343.936 1050.19C326.691 1049.98 312.881 1035.84 313.091 1018.61C313.301 1001.38 327.451 987.575 344.696 987.785C344.734 987.785 344.771 987.787 344.81 987.787L344.648 1001.11C344.61 1001.11 344.572 1001.1 344.534 1001.1C334.649 1000.98 326.539 1008.89 326.418 1018.77C326.298 1028.65 334.213 1036.75 344.098 1036.87C353.983 1036.99 362.093 1029.08 362.214 1019.21C362.214 1019.16 362.212 1019.12 362.213 1019.07L375.542 1019.24L375.541 1019.24Z' fill='%23CED2DA'/%3E %3Cpath d='M333.455 1018.86C333.383 1024.83 338.211 1029.77 344.184 1029.84C350.156 1029.91 355.103 1025.09 355.175 1019.12C355.247 1013.15 350.419 1008.21 344.445 1008.13C344.402 1008.13 344.356 1008.13 344.313 1008.13C338.399 1008.13 333.526 1012.93 333.454 1018.86' fill='%23CED2DA'/%3E %3Cpath d='M62.4527 1089.65C62.4527 1089.69 62.4527 1089.74 62.4527 1089.78C62.2429 1107.02 48.0929 1120.82 30.8476 1120.61C13.6023 1120.4 -0.207352 1106.26 0.00235716 1089.02C0.212067 1071.79 14.3621 1057.99 31.6074 1058.2C31.6457 1058.2 31.6829 1058.2 31.7212 1058.2L31.5594 1071.52C31.5211 1071.52 31.4839 1071.52 31.4456 1071.51C21.5605 1071.39 13.4501 1079.3 13.3291 1089.18C13.2093 1099.06 21.1243 1107.17 31.0094 1107.29C40.8945 1107.41 49.0049 1099.5 49.1259 1089.62C49.1259 1089.57 49.1235 1089.53 49.1247 1089.49L62.4538 1089.65L62.4527 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M20.3664 1089.27C20.2945 1095.24 25.1226 1100.18 31.0952 1100.25C37.0677 1100.33 42.0144 1095.5 42.0863 1089.53C42.1582 1083.56 37.3301 1078.62 31.3564 1078.55C31.3133 1078.55 31.2677 1078.55 31.2246 1078.55C25.3108 1078.55 20.4371 1083.34 20.3652 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M151.907 1089.65C151.907 1089.69 151.907 1089.74 151.907 1089.78C151.697 1107.02 137.547 1120.82 120.301 1120.61C103.056 1120.4 89.2465 1106.26 89.4562 1089.02C89.6659 1071.79 103.816 1057.99 121.061 1058.2C121.1 1058.2 121.137 1058.2 121.175 1058.2L121.013 1071.52C120.975 1071.52 120.938 1071.52 120.899 1071.51C111.014 1071.39 102.904 1079.3 102.783 1089.18C102.663 1099.06 110.578 1107.17 120.463 1107.29C130.348 1107.41 138.459 1099.5 138.58 1089.62C138.58 1089.57 138.577 1089.53 138.579 1089.49L151.908 1089.65L151.907 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M109.82 1089.27C109.748 1095.24 114.577 1100.18 120.549 1100.25C126.522 1100.33 131.468 1095.5 131.54 1089.53C131.612 1083.56 126.784 1078.62 120.81 1078.55C120.767 1078.55 120.722 1078.55 120.678 1078.55C114.765 1078.55 109.891 1083.34 109.819 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M241.36 1089.65C241.36 1089.69 241.36 1089.74 241.36 1089.78C241.151 1107.02 227.001 1120.82 209.755 1120.61C192.51 1120.4 178.7 1106.26 178.91 1089.02C179.12 1071.79 193.27 1057.99 210.515 1058.2C210.553 1058.2 210.591 1058.2 210.629 1058.2L210.467 1071.52C210.429 1071.52 210.392 1071.52 210.353 1071.51C200.468 1071.39 192.358 1079.3 192.237 1089.18C192.117 1099.06 200.032 1107.17 209.917 1107.29C219.802 1107.41 227.913 1099.5 228.034 1089.62C228.034 1089.57 228.031 1089.53 228.032 1089.49L241.362 1089.65L241.36 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M199.274 1089.27C199.202 1095.24 204.03 1100.18 210.003 1100.25C215.975 1100.33 220.922 1095.5 220.994 1089.53C221.066 1083.56 216.238 1078.62 210.264 1078.55C210.221 1078.55 210.175 1078.55 210.132 1078.55C204.218 1078.55 199.345 1083.34 199.273 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M330.814 1089.65C330.814 1089.69 330.814 1089.74 330.814 1089.78C330.604 1107.02 316.454 1120.82 299.209 1120.61C281.964 1120.4 268.154 1106.26 268.364 1089.02C268.574 1071.79 282.724 1057.99 299.969 1058.2C300.007 1058.2 300.044 1058.2 300.083 1058.2L299.921 1071.52C299.883 1071.52 299.845 1071.52 299.807 1071.51C289.922 1071.39 281.812 1079.3 281.691 1089.18C281.571 1099.06 289.486 1107.17 299.371 1107.29C309.256 1107.41 317.366 1099.5 317.487 1089.62C317.487 1089.57 317.485 1089.53 317.486 1089.49L330.815 1089.65L330.814 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M288.728 1089.27C288.656 1095.24 293.484 1100.18 299.457 1100.25C305.429 1100.33 310.376 1095.5 310.448 1089.53C310.52 1083.56 305.692 1078.62 299.718 1078.55C299.675 1078.55 299.629 1078.55 299.586 1078.55C293.672 1078.55 288.799 1083.34 288.727 1089.27' fill='%23CED2DA'/%3E %3Cpath d='M420.268 1089.65C420.268 1089.69 420.268 1089.74 420.268 1089.78C420.058 1107.02 405.908 1120.82 388.663 1120.61C371.418 1120.4 357.608 1106.26 357.818 1089.02C358.027 1071.79 372.177 1057.99 389.423 1058.2C389.461 1058.2 389.498 1058.2 389.537 1058.2L389.375 1071.52C389.336 1071.52 389.299 1071.52 389.261 1071.51C379.376 1071.39 371.266 1079.3 371.144 1089.18C371.025 1099.06 378.94 1107.17 388.825 1107.29C398.71 1107.41 406.82 1099.5 406.941 1089.62C406.941 1089.57 406.939 1089.53 406.94 1089.49L420.269 1089.65L420.268 1089.65Z' fill='%23CED2DA'/%3E %3Cpath d='M378.182 1089.27C378.11 1095.24 382.938 1100.18 388.911 1100.25C394.883 1100.33 399.83 1095.5 399.902 1089.53C399.974 1083.56 395.146 1078.62 389.172 1078.55C389.129 1078.55 389.083 1078.55 389.04 1078.55C383.126 1078.55 378.253 1083.34 378.181 1089.27' fill='%23CED2DA'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #F3F4F7;
  padding-bottom: 10px;
}
.radionas-newsflash-homepage-component .component-tab {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  justify-content: center;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 11px;
  background-color: unset !important;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item {
  width: 100%;
  flex-direction: column;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner {
  width: 370px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container {
  padding: 45px 10px 8px;
  transition: 0.4s ease-out;
  background-color: inherit;
  box-shadow: 0px 0px 10px 2px rgba(2, 14, 36, 0.2);
  width: 370px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 25px;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .author-details {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 10px;
  top: -1px;
  right: -1px;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .author-details .author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid  #DEE1E7;
  box-sizing: border-box;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .author-details .default-author-image {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85828'%3E %3Crect id='Rectangle 245' x='0.5' y='0.5' width='41' height='41' rx='20.5' fill='white' stroke='%23DEE1E7'/%3E %3Cg id='Group 85816'%3E %3Cpath id='Vector' d='M16.6843 20.9999C16.6843 23.3833 18.6162 25.3153 20.9997 25.3153C23.3831 25.3153 25.3151 23.3833 25.3151 20.9999C25.3151 18.6164 23.3831 16.6851 20.9997 16.6851C18.6162 16.6851 16.6843 18.617 16.6843 20.9999Z' fill='%23B90302'/%3E %3Cpath id='Vector_2' d='M29.0551 21C29.0551 25.442 25.4414 29.0551 21 29.0551C16.5586 29.0551 12.9449 25.4414 12.9449 21C12.9449 16.5586 16.5586 12.9449 21 12.9449V6C12.7289 6 6 12.7289 6 21C6 29.2711 12.7289 36 21 36C29.2711 36 36 29.2711 36 21H29.0557H29.0551Z' fill='%23062963'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .author-details .author-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #062963 !important;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #020202;
  gap: 8px;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-body:has(img, audio, .SiteVideoLightbox) .article-title {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-body > img {
  width: 330px;
  height: 186px;
  border-radius: 5px;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-body .flowplayer {
  border-radius: 5px;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-body .flowplayer .fp-play {
  width: 60px;
  height: 60px;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-body .article-title {
  font-weight: 400;
  align-self: start;
  font-size: 14px;
  line-height: 20px;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .DateDisplay {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #B90302;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .share-btn {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15.5' r='15' fill='%23D80000'/%3E %3Cg clip-path='url(%23clip0_4892_37855)'%3E %3Cpath d='M19.7748 17.9171C18.9985 17.4706 18.0373 17.627 17.4402 18.2441L12.808 15.8498C12.8506 15.6166 12.8506 15.3834 12.808 15.1559L17.4402 12.7616C17.807 13.137 18.3075 13.3445 18.8193 13.3445C19.1435 13.3445 19.4734 13.2621 19.7776 13.0886C20.6933 12.5597 21.0089 11.3825 20.48 10.4668C20.2241 10.0232 19.8089 9.70474 19.3141 9.57109C18.8193 9.43744 18.3018 9.50569 17.8582 9.76161C17.0933 10.2024 16.7492 11.0924 16.9625 11.9085L12.3928 14.2716C11.8042 13.572 10.7805 13.3701 9.96435 13.8422C9.04303 14.3682 8.72739 15.5427 9.2563 16.4611C9.61175 17.0754 10.2572 17.4223 10.9226 17.4223C11.2468 17.4223 11.5767 17.3398 11.8809 17.1664C12.0771 17.0526 12.2478 16.9076 12.3899 16.737L16.9596 19.1C16.8771 19.4185 16.8743 19.754 16.9596 20.081C17.0933 20.5758 17.4089 20.991 17.8553 21.2469C18.1511 21.4175 18.4809 21.5057 18.8136 21.5057C18.9814 21.5057 19.1492 21.4829 19.3141 21.4403C19.8089 21.3066 20.2241 20.991 20.48 20.5445C21.0089 19.6289 20.6933 18.4517 19.7776 17.9227L19.7748 17.9171ZM18.3444 10.6062C18.4895 10.5237 18.6516 10.481 18.8136 10.481C18.8961 10.481 18.9786 10.4924 19.0582 10.5123C19.2999 10.5777 19.5046 10.7341 19.6298 10.9502C19.8885 11.3995 19.735 11.9768 19.2857 12.2355C19.0667 12.3607 18.8136 12.3948 18.5719 12.3294C18.3302 12.264 18.1255 12.1076 18.0004 11.8915C17.7416 11.4422 17.8952 10.8649 18.3444 10.6062ZM11.389 16.3161C11.17 16.4412 10.917 16.4754 10.6753 16.41C10.4335 16.3445 10.2288 16.1882 10.1037 15.972C9.84492 15.5227 9.99848 14.9455 10.4478 14.6867C10.5956 14.6014 10.7577 14.5616 10.917 14.5616C11.2411 14.5616 11.5596 14.7294 11.7331 15.0308C11.8582 15.2498 11.8923 15.5028 11.8269 15.7445C11.7615 15.9863 11.6051 16.191 11.389 16.3161ZM19.6298 20.0526C19.5046 20.2716 19.3027 20.4251 19.0582 20.4905C18.8165 20.5559 18.5634 20.5218 18.3444 20.3967C18.1255 20.2716 17.9719 20.0697 17.9065 19.8251C17.8411 19.5834 17.8753 19.3303 18.0004 19.1114C18.1738 18.81 18.4923 18.6422 18.8165 18.6422C18.9757 18.6422 19.1378 18.682 19.2857 18.7673C19.735 19.0261 19.8885 19.6033 19.6298 20.0526Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4892_37855'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(9 9.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .share-menu {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 31px;
  padding: 0 11px;
  border-radius: 100px;
  border: 1px solid #F3F4F7;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  bottom: -2.5px;
  background: #fff;
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .share-menu .facebook {
  width: 6.475px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='16' viewBox='0 0 7 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85512'%3E %3Cpath id='Vector' d='M0.184082 4.5351H6.65886L6.31053 6.94909H0.184082V4.5351ZM1.32197 3.6504C1.32197 1.2006 2.21919 0.119995 4.69341 0.119995H6.65674V2.6372H4.76308C4.56253 2.6372 4.41264 2.71303 4.30919 2.86469C4.20575 3.01636 4.15508 3.21226 4.15508 3.45239V15.12H1.32197V3.6504Z' fill='%23B90302'/%3E %3C/g%3E %3C/svg%3E");
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .share-menu .whatsapp {
  width: 14.998px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85510'%3E %3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M15.6524 7.24119C15.552 3.2916 12.2988 0.119995 8.29321 0.119995C4.28758 0.119995 1.11015 3.21883 0.938398 7.10656C0.934759 7.21281 0.93112 7.31979 0.93112 7.42677C0.93112 8.8088 1.31684 10.0984 1.98565 11.201L0.658936 15.12L4.73661 13.8238C5.79115 14.4031 7.00433 14.7343 8.29394 14.7343C12.3614 14.7343 15.6568 11.463 15.6568 7.42677C15.6568 7.36491 15.6568 7.30232 15.6531 7.24046L15.6524 7.24119ZM8.29321 13.5691C7.03563 13.5691 5.86683 13.1965 4.88799 12.5524L2.50965 13.3108L3.28181 11.0285C2.54094 10.0154 2.10282 8.77096 2.10282 7.42677C2.10282 7.22736 2.11301 7.02723 2.13412 6.83073C2.4376 3.72171 5.08448 1.28442 8.29321 1.28442C11.5019 1.28442 14.215 3.78357 14.4632 6.9479C14.477 7.10656 14.4836 7.26448 14.4836 7.42677C14.4836 10.8153 11.7057 13.5691 8.29321 13.5691Z' fill='%23B90302'/%3E %3Cpath id='Vector_2' fill-rule='evenodd' clip-rule='evenodd' d='M11.6678 8.90196C11.4852 8.81245 10.5995 8.37797 10.4343 8.31975C10.2691 8.25789 10.1483 8.23024 10.0275 8.40927C9.90664 8.5883 9.55877 8.99148 9.4547 9.10865C9.34845 9.22946 9.24438 9.24329 9.06171 9.15377C8.88268 9.06426 8.29974 8.87795 7.61054 8.26444C7.07636 7.79212 6.71102 7.20627 6.60768 7.02724C6.50433 6.84821 6.59749 6.75141 6.687 6.6619C6.76997 6.57966 6.86603 6.45157 6.95919 6.34896C6.9832 6.31766 7.00431 6.29001 7.02469 6.26235C7.06617 6.19686 7.09674 6.13499 7.13822 6.04839C7.20081 5.92758 7.16951 5.82497 7.12439 5.73472C7.08 5.64521 6.71757 4.76243 6.56619 4.40437C6.41846 4.04558 6.26635 4.10744 6.15937 4.10744C6.05239 4.10744 5.93522 4.0907 5.81441 4.0907C5.6936 4.0907 5.49711 4.13582 5.3319 4.31485C5.1667 4.49388 4.70093 4.92836 4.70093 5.81041C4.70093 6.0171 4.73877 6.22451 4.79481 6.42101C4.97748 7.05125 5.36975 7.57161 5.43961 7.66185C5.52913 7.77902 6.687 9.6472 8.52098 10.3677C10.3579 11.0809 10.3579 10.8429 10.689 10.8124C11.0201 10.7854 11.7574 10.3815 11.9058 9.96087C12.0579 9.54386 12.0579 9.18507 12.0128 9.10938C11.9677 9.0366 11.8469 8.99221 11.6678 8.90269V8.90196Z' fill='%23B90302'/%3E %3C/g%3E %3C/svg%3E");
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .share-menu .twitter {
  width: 14.658px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Layer_1' clip-path='url(%23clip0_11189_639)'%3E %3Cpath id='Vector' d='M1.97596 15.12C1.56846 15.12 1.16195 15.121 0.754458 15.118C0.722211 15.118 0.688986 15.0877 0.656738 15.0711C0.71537 15.0184 0.780843 14.9724 0.831657 14.9128C2.63068 12.8216 4.42775 10.7304 6.22482 8.63824C6.27661 8.57863 6.32254 8.51413 6.37042 8.45452C6.33817 8.40469 6.31765 8.36951 6.29517 8.33628C4.45902 5.65974 2.62188 2.98319 0.784751 0.307618C0.749572 0.256804 0.699735 0.214784 0.656738 0.168856C0.722211 0.152243 0.786706 0.12195 0.852178 0.12195C2.2525 0.119996 3.65381 0.119996 5.05413 0.119996C5.08247 0.176673 5.10397 0.238237 5.14013 0.290028C6.32547 2.01967 7.51276 3.74931 8.70006 5.47798C8.73035 5.52195 8.76749 5.56104 8.8271 5.63237C8.87302 5.56886 8.90429 5.52195 8.94045 5.47895C10.4287 3.7454 11.918 2.01283 13.4062 0.279279C13.4473 0.231396 13.4747 0.172764 13.5079 0.119019C13.9476 0.119019 14.3874 0.119019 14.8271 0.119019C14.7763 0.182536 14.7274 0.247032 14.6747 0.308595C12.9665 2.29719 11.2603 4.28579 9.54729 6.26951C9.42026 6.41706 9.40071 6.50892 9.51895 6.67993C11.4049 9.41316 13.2812 12.1522 15.1613 14.8894C15.2062 14.9548 15.2639 15.0096 15.3157 15.0702C15.2502 15.0868 15.1857 15.1171 15.1203 15.1171C13.7199 15.12 12.3186 15.119 10.9183 15.119C10.8861 15.0555 10.8597 14.9871 10.8196 14.9285C9.57758 13.1167 8.33459 11.305 7.09159 9.49426C7.05153 9.43563 7.00462 9.38091 6.93622 9.29101C6.89224 9.35257 6.86293 9.40045 6.82677 9.44149C5.24664 11.2816 3.66651 13.1206 2.08638 14.9597C2.04534 15.0076 2.01309 15.0653 1.97693 15.118L1.97596 15.12ZM13.5382 14.1877C13.4571 14.0676 13.4053 13.9884 13.3515 13.9112C10.4444 9.74736 7.53329 5.58449 4.63394 1.41381C4.46488 1.17146 4.29583 1.07374 4.00364 1.0884C3.49648 1.11381 2.98638 1.09524 2.42449 1.09524C2.50658 1.21837 2.55739 1.29752 2.61114 1.37374C4.26553 3.74345 5.91993 6.11218 7.57335 8.48188C8.85446 10.3171 10.1356 12.1532 11.4206 13.9864C11.4763 14.0666 11.5662 14.177 11.6424 14.179C12.2571 14.1946 12.8717 14.1877 13.5372 14.1877H13.5382Z' fill='%23B90302'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_11189_639'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(0.656738 0.119995)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .share-menu .copy-link {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E %3Cpath d='M8.26932 13.7851C8.71454 13.7851 9.08119 13.4185 9.08119 12.982V4.1998L9.02008 2.90779L9.5526 3.54506L10.7748 4.84581C10.9145 5.00294 11.1152 5.08151 11.316 5.08151C11.7176 5.08151 12.0493 4.79343 12.0493 4.38313C12.0493 4.16488 11.962 4.00774 11.8136 3.85934L8.88913 1.03961C8.67962 0.830092 8.47883 0.760254 8.26932 0.760254C8.05107 0.760254 7.85902 0.830092 7.6495 1.03961L4.71628 3.85934C4.56788 4.00774 4.48058 4.16488 4.48058 4.38313C4.48058 4.79343 4.80358 5.08151 5.20515 5.08151C5.40594 5.08151 5.61545 5.00294 5.75513 4.84581L6.97731 3.54506L7.51855 2.89906L7.44872 4.1998V12.982C7.44872 13.4185 7.81537 13.7851 8.26932 13.7851ZM3.23222 20.7603H13.289C15.1833 20.7603 16.1611 19.7825 16.1611 17.9143V9.33293C16.1611 7.46475 15.1833 6.48701 13.289 6.48701H10.9319V8.22424H13.1755C13.9699 8.22424 14.4238 8.64327 14.4238 9.48134V17.7572C14.4238 18.5953 13.9699 19.0143 13.1755 19.0143H3.3457C2.54256 19.0143 2.09734 18.5953 2.09734 17.7572V9.48134C2.09734 8.64327 2.54256 8.22424 3.3457 8.22424H5.61545V6.48701H3.23222C1.34658 6.48701 0.360107 7.45602 0.360107 9.33293V17.9143C0.360107 19.7825 1.34658 20.7603 3.23222 20.7603Z' fill='%23B90302'/%3E %3C/svg%3E");
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .radionas-flash-item .radionas-flash-item-inner .flash-item-expandable-container .flash-item-footer .share-menu .icon:hover {
  filter: brightness(0.5);
}
.radionas-newsflash-homepage-component .radionas-newsflash-items-list .no-newsflash-alert {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radionas-newsflash-homepage-component .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.radionas-newsflash-homepage-component .to-news-flash-page {
  min-width: 200px;
  justify-self: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  line-height: 24px;
  color: #fff;
  box-sizing: border-box;
  margin: 10px auto;
  width: fit-content;
}
.radionas-newsflash-homepage-component .to-news-flash-page .arrow {
  width: 30px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Arrow 1' d='M31 9.12C31.5523 9.12 32 8.67228 32 8.12C32 7.56771 31.5523 7.12 31 7.12L31 9.12ZM0.292893 7.41289C-0.0976314 7.80341 -0.0976315 8.43657 0.292892 8.8271L6.65685 15.1911C7.04738 15.5816 7.68054 15.5816 8.07107 15.1911C8.46159 14.8005 8.46159 14.1674 8.07107 13.7768L2.41421 8.11999L8.07107 2.46314C8.46159 2.07261 8.46159 1.43945 8.07107 1.04893C7.68054 0.658401 7.04738 0.658401 6.65686 1.04893L0.292893 7.41289ZM31 7.12L1 7.11999L1 9.11999L31 9.12L31 7.12Z' fill='white'/%3E %3C/svg%3E");
}
.OpinionsRadionasComponenta a {
  color: inherit;
  text-decoration: none;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper {
  display: flex;
  gap: 20px;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 400px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: none;
  justify-content: flex-end;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea {
  position: relative;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel {
  margin: 0;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel img {
  border-radius: 100px;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .MediaCarousel .SiteImageMedia {
  border-radius: 100px;
  object-fit: cover;
  aspect-ratio: 1;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .mediaArea .videoIcon {
  left: 5px;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin: 8px 0;
  max-height: unset;
  flex-shrink: 0;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .subTitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  padding: 0;
}
.OpinionsRadionasComponenta .slotsWrapper .slotListWrapper .opinionsSlotItem .slotText .author {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #062963;
  background-color: transparent;
  margin-top: 8px;
}
.nas-radio-homepage-teaser {
  width: 400px;
  height: 113px;
  display: flex;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.nas-radio-homepage-teaser .audio-play-button-wrapper .audio-play-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0;
}
.nas-radio-homepage-teaser .audio-play-button-wrapper .audio-play-button::after {
  content: '';
  width: 400px;
  height: 113px;
  position: absolute;
  top: -78px;
  right: -365px;
  z-index: 1;
}
.nas-radio-homepage-teaser .audio-play-button-wrapper .audio-play-button .audio-play-button-status {
  width: 25px;
  height: 25px;
}
.nas-radio-homepage-teaser img {
  width: 200px;
  height: 100%;
  flex-shrink: 0;
  background-color: #b4b4b4;
}
.nas-radio-homepage-teaser .show-details {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  gap: 8px;
  color: #fff;
  background-color: #062963;
  box-sizing: border-box;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper {
  height: 24px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .slider-wrapper {
  height: 100%;
  width: 100%;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .slider-wrapper .slick-slider {
  height: 100%;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .slider-wrapper .slick-slider .slick-list {
  height: 100%;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
  direction: rtl;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .slider-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  width: 100% !important;
  margin-left: 150px;
  background: #062963;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .homepage-teaser-show-title {
  width: fit-content !important;
  display: flex !important;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Noto Kufi Arabic';
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .fadder-right,
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .fadder-left {
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  z-index: 1;
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .fadder-right {
  right: 0;
  background: linear-gradient(270deg, #062963, rgba(20, 23, 172, 0));
}
.nas-radio-homepage-teaser .show-details .homepage-teaser-title-content .homepage-teaser-show-title-wrapper .fadder-left {
  left: 0;
  background: linear-gradient(90deg, #062963, rgba(20, 23, 172, 0));
}
.nas-radio-homepage-teaser .show-details .show-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.nas-radio-homepage-teaser .show-details .show-info .show-anchor {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.nas-radio-homepage-teaser .nas-radio-homepage-teaser-component {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  background-color: #d5d5d5;
}
.nas-radio-homepage-teaser-no-shows {
  height: 113px;
  display: flex;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background-color: #062963;
  border-radius: 5px;
}
.nas-radio-homepage-teaser-no-shows .no-shows-image {
  width: 200px;
  height: 100%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='300' height='169' viewBox='0 0 300 169' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='300' height='168.857' fill='%23F3F4F7'/%3E %3Cg clip-path='url(%23clip0_8637_18458)'%3E %3Cpath d='M207.717 112C193.011 112 181.047 100.056 181.047 85.3742V57H193.395V85.3742C193.395 93.2587 199.819 99.6721 207.717 99.6721C215.614 99.6721 222.038 93.2587 222.038 85.3742H234.386C234.386 100.056 222.422 112 207.717 112Z' fill='%2321305C'/%3E %3Cpath d='M207.717 93.0327C211.953 93.0327 215.388 89.6039 215.388 85.3742C215.388 81.1445 211.953 77.7156 207.717 77.7156C203.48 77.7156 200.046 81.1445 200.046 85.3742C200.046 89.6039 203.48 93.0327 207.717 93.0327Z' fill='%23E20E17'/%3E %3Cpath d='M166.227 66.5476L157.496 75.2637C159.388 77.1527 160.636 79.4426 161.246 81.8604L145.879 66.5433L143.196 69.2255L137.148 75.2637C139.04 77.1527 140.288 79.4426 140.898 81.8604L125.531 66.5433L125.522 66.5519C125.522 66.5519 125.509 66.5348 125.501 66.5305L116.779 75.2552C119.487 77.9544 120.978 81.5406 120.982 85.3614C120.982 89.1821 119.5 92.7726 116.796 95.4761C114.093 98.1796 110.5 99.6679 106.673 99.6721H106.661C102.842 99.6721 99.2459 98.1882 96.5423 95.4932C90.9513 89.9241 90.9428 80.8498 96.5252 75.2722L87.7864 66.5647C77.3988 76.9566 77.4117 93.8472 87.8205 104.218C92.8562 109.237 99.5449 112 106.661 112H106.686C113.811 111.991 120.504 109.22 125.535 104.184C129.178 100.538 131.63 96.0219 132.706 91.1096L140.967 99.3395L140.992 99.3139L145.887 104.201C149.62 100.474 152.004 95.9068 153.058 91.1053L161.319 99.3395L161.345 99.3139L166.239 104.201C176.64 93.8216 176.64 76.9267 166.239 66.5476H166.227Z' fill='%2321305C'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8637_18458'%3E %3Crect width='154.386' height='55' fill='white' transform='translate(80 57)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nas-radio-homepage-component {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nas-radio-homepage-component .no-shows-in-schedule {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #B90302;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #B90302;
}
.nas-radio-homepage-component .componentaTab .homepage-tab-title {
  font-weight: 700;
  font-size: 36px;
  color: #020E24 !important;
  line-height: 46px;
}
.nas-radio-homepage-component .componentaTab .homepage-tab-sub-title {
  font-size: 16px !important;
  line-height: 20px;
  color: #B90302 !important;
  font-weight: 400;
}
.nas-radio-homepage-component .componentaTab .homepage-tab-btn-link {
  text-decoration: none;
}
.nas-radio-homepage-component .radio-homepage-shows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show {
  height: 349px;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-image {
  width: 620px;
  flex-shrink: 0;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-image .image-wrapper {
  height: 100%;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-image .image-wrapper img {
  width: 620px;
  height: 100%;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-image .audio-play-button-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-image .audio-play-button-wrapper .audio-play-button {
  position: relative;
  top: 50%;
  right: 25%;
  transform: translate(50%, -50%);
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-image .audio-play-button-wrapper .audio-play-button::after {
  content: '';
  width: 1240px;
  height: 349px;
  position: absolute;
  top: -144px;
  right: -274px;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  color: #fff;
  background-color: #062963;
  position: relative;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-details .now-playing-indication {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  background-color: #fff;
  color: #062963;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-details .show-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-details .show-sub-title {
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 24px;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-details .show-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20x;
  position: absolute;
  bottom: 30px;
}
.nas-radio-homepage-component .radio-homepage-shows .current-show .show-details .show-info .separator {
  width: 1px;
  height: 16px;
  margin: 0 8px;
  background-color: #fff;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows {
  display: flex;
  gap: 20px;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item {
  width: 295px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item .image-wrapper {
  width: 295px;
  height: 166px;
  position: relative;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item .image-wrapper img {
  width: 295px;
  height: 166px;
  background-color: #b4b4b4;
  border-radius: 5px;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item .image-wrapper .show-hours-label {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 8px;
  padding: 8px;
  border-radius: 5px 5px 0px 0px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #B90302;
  font-weight: 400;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item .image-wrapper .show-hours-label .radio-icon {
  width: 21px;
  height: 18px;
  margin-inline-end: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_2721_15659)'%3E %3Cpath d='M14.7442 2.67796C14.6646 2.61013 14.5683 2.59255 14.477 2.56491C13.6589 2.31287 12.84 2.0625 12.021 1.81045C11.3955 1.61785 10.7692 1.42777 10.1453 1.23183C9.80873 1.12632 9.61446 0.848316 9.65465 0.54519C9.70489 0.162514 10.0792 -0.0845088 10.4577 0.0260234C10.8219 0.132369 11.1812 0.253787 11.5437 0.365156C12.6315 0.700102 13.7201 1.03337 14.8078 1.36832C15.8955 1.70243 16.9833 2.03737 18.071 2.37148C18.2502 2.42675 18.4336 2.4728 18.6094 2.53896C18.8975 2.64781 19.1906 2.68215 19.4987 2.68382C20.1418 2.68801 20.7204 2.894 21.1868 3.34953C21.7161 3.86702 22.0008 4.49337 21.9999 5.24532C21.9966 8.65088 21.9999 12.0556 21.9982 15.4612C21.9982 15.9343 21.8944 16.3831 21.6357 16.7842C21.1224 17.5797 20.3863 17.9917 19.4401 17.9967C17.8767 18.0043 16.3142 17.9967 14.7509 17.9967C10.878 17.9967 7.00607 17.9984 3.13325 17.9992C2.0698 17.9992 1.13111 17.3746 0.735876 16.394C0.616133 16.0967 0.563379 15.7819 0.563379 15.4637C0.560867 12.0163 0.557517 8.56966 0.565891 5.12223C0.567566 4.46573 0.848083 3.90972 1.29524 3.43577C1.79514 2.90488 2.42735 2.69303 3.13828 2.68131C3.61976 2.67293 4.10125 2.68047 4.58273 2.68047C7.79235 2.68047 11.002 2.67963 14.2124 2.6788C14.3866 2.6788 14.5608 2.6788 14.745 2.6788L14.7442 2.67796ZM11.2909 7.94834C11.2138 7.94834 11.1376 7.94834 11.0606 7.94834C8.02179 7.94834 4.98299 7.9475 1.94419 7.94331C1.8345 7.94331 1.81608 7.97429 1.81608 8.07561C1.81859 10.5525 1.81859 13.0303 1.81775 15.5072C1.81775 15.812 1.92996 16.0708 2.1192 16.3002C2.4014 16.6419 2.77737 16.7507 3.20862 16.7507C8.47313 16.7474 13.7385 16.7482 19.003 16.7482C19.1738 16.7482 19.3446 16.7516 19.5155 16.7465C20.2088 16.7248 20.7422 16.1729 20.7422 15.4804C20.7422 13.0102 20.7422 10.54 20.7422 8.06975C20.7422 8.04882 20.7414 8.02789 20.7422 8.00695C20.7447 7.9609 20.7363 7.94247 20.6794 7.94415C20.46 7.95085 20.2398 7.94917 20.0204 7.94917C17.1105 7.94917 14.2007 7.94917 11.2909 7.94917V7.94834ZM11.3118 3.92898V3.93066C8.62553 3.93066 5.93926 3.93066 3.25383 3.93066C3.12488 3.93066 2.99592 3.93233 2.86781 3.95159C2.28835 4.03784 1.81943 4.57627 1.81859 5.15823C1.81859 5.63972 1.82026 6.1212 1.81691 6.60269C1.81691 6.68056 1.83701 6.70317 1.91656 6.70317C3.12739 6.69982 4.33738 6.69899 5.54821 6.69982C5.61939 6.69982 5.6353 6.67889 5.6353 6.61023C5.63614 6.3766 5.6152 6.14214 5.64618 5.91019C5.68889 5.58697 5.94261 5.35753 6.25327 5.35585C6.57231 5.35502 6.82436 5.58027 6.8679 5.9127C6.89721 6.1346 6.88046 6.35902 6.87879 6.58176C6.87879 6.66968 6.89302 6.70066 6.99016 6.70066C8.51835 6.69731 10.0457 6.69815 11.5739 6.69815C14.5918 6.69815 17.6088 6.69899 20.6266 6.70234C20.7246 6.70234 20.7464 6.6747 20.7456 6.58092C20.7405 6.11367 20.7439 5.64642 20.743 5.17833C20.7422 4.59301 20.3009 4.05961 19.7248 3.95075C19.4694 3.90219 19.2098 3.92898 18.9519 3.92898C16.4055 3.92731 13.8591 3.92898 11.3126 3.92898H11.3118Z' fill='white'/%3E %3Cpath d='M6.23493 15.3205C4.58951 15.3129 3.27317 13.969 3.28573 12.3026C3.29829 10.725 4.61212 9.35844 6.30778 9.37602C7.92641 9.39193 9.25866 10.7409 9.22265 12.3939C9.18413 14.1549 7.80918 15.2995 6.23493 15.3213V15.3205ZM4.53592 12.3462C4.50661 13.2371 5.32974 14.1155 6.34547 14.0711C7.08402 14.0385 8.01936 13.3962 7.9733 12.2557C7.93478 11.3154 7.13008 10.6195 6.25838 10.6287C5.2594 10.6404 4.50996 11.4979 4.53676 12.3462H4.53592Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_2721_15659'%3E %3Crect width='21.4391' height='18' fill='white' transform='translate(0.560913)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item .show-info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item .show-info-wrapper .show-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.nas-radio-homepage-component .radio-homepage-shows .next-shows .show-item .show-info-wrapper .show-anchor {
  color: #062963;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.nas-radio-homepage-component .edit-mode-message {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  background-color: #d5d5d5;
}
.nas-radio-schedule-wrapper {
  display: flex;
  flex-direction: column;
}
.nas-radio-schedule-wrapper .component-title {
  color: #020E24;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 46px;
}
.nas-radio-schedule-wrapper .current-show-item .show-image-container {
  position: relative;
}
.nas-radio-schedule-wrapper .current-show-item .show-image-container img {
  width: 100%;
  height: 461px;
  border-radius: 10px;
}
.nas-radio-schedule-wrapper .current-show-item .show-image-container .live-label {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 8px;
  border-radius: 5px;
  color: #062963;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.nas-radio-schedule-wrapper .current-show-item .show-image-container .audio-play-button-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.nas-radio-schedule-wrapper .current-show-item .current-show-titles .current-item-title {
  margin-top: 20px;
  color: #020E24;
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 16px;
}
.nas-radio-schedule-wrapper .current-show-item .current-show-titles .current-item-sub-title {
  line-height: 33px;
  color: #020E24;
  font-size: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-bottom: 16px;
}
.nas-radio-schedule-wrapper .current-show-item .current-show-titles .current-item-details {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #062963;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.nas-radio-schedule-wrapper .current-show-item .current-show-titles .current-item-details .separator {
  width: 1px;
  height: 16px;
  background-color: #062963;
  margin: 0 6px;
}
.nas-radio-schedule-wrapper .next-shows-list {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.nas-radio-schedule-wrapper .next-shows-list .radio-btn-wrapper {
  display: flex;
  justify-content: end;
  margin-bottom: 16px;
}
.nas-radio-schedule-wrapper .next-shows-list .radio-btn-wrapper .input-label {
  color: #020E24;
  font-size: 18px;
  font-weight: 400;
}
.nas-radio-schedule-wrapper .next-shows-list .radio-btn-wrapper input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  border-radius: 50%;
  border: 1px solid #000;
  box-shadow: inset 0px 0px 0px 3px #fff;
  transition: background-color 0.3s ease-in-out;
}
.nas-radio-schedule-wrapper .next-shows-list .radio-btn-wrapper input[type="radio"]:checked {
  background-color: #B90302;
}
.nas-radio-schedule-wrapper .next-shows-list .next-show-wrapper {
  display: flex;
  flex-direction: column;
}
.nas-radio-schedule-wrapper .next-shows-list .next-show-wrapper .next-show-title {
  margin-bottom: 30px;
}
.nas-radio-schedule-wrapper .next-shows-list .next-show-title,
.nas-radio-schedule-wrapper .next-shows-list .day-date {
  color: #020E24;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 30px;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item {
  display: flex;
  flex-direction: column;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item:first-child .show-item-data {
  margin-top: 0;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data {
  display: flex;
  margin-top: 20px;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data .image-wrapper {
  position: relative;
  width: 190px;
  height: 107px;
  margin-left: 20px;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data .image-wrapper img {
  width: 190px;
  height: 107px;
  border-radius: 5px;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data .show-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data .show-details .now-playing-indication {
  width: fit-content;
  padding: 6px 8px;
  border-radius: 5px;
  color: #fff;
  background-color: #F20505;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data .show-details .show-title {
  color: #020E24;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data .show-details .show-info {
  display: flex;
  align-items: center;
  color: #062963;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .show-item-data .show-details .show-info .separator {
  width: 1px;
  height: 13px;
  background-color: #062963;
  margin: 0 5px;
}
.nas-radio-schedule-wrapper .next-shows-list .single-show-item .under-show-separator {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #BCBCBC;
}
.nas-radio-schedule-wrapper .next-shows-list .disabled .show-image,
.nas-radio-schedule-wrapper .next-shows-list .disabled .show-title,
.nas-radio-schedule-wrapper .next-shows-list .disabled .show-info {
  opacity: 0.4;
}
.nas-radio-schedule-wrapper .next-shows-list .daily-schedule-list-wrapper {
  display: flex;
  flex-direction: column;
}
.nas-radio-schedule-wrapper .next-shows-list .daily-schedule-list-wrapper .show-day-schedule {
  margin-top: 50px;
}
.nas-radio-schedule-wrapper .next-shows-list .daily-schedule-list-wrapper .show-day-schedule .accordion-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.nas-radio-schedule-wrapper .next-shows-list .daily-schedule-list-wrapper .show-day-schedule .accordion-toggle-wrapper .day-date {
  color: #020E24;
  font-size: 36px;
  font-weight: 700;
}
.nas-radio-schedule-wrapper .next-shows-list .daily-schedule-list-wrapper .show-day-schedule .accordion-toggle-wrapper .toggle-btn {
  width: 21px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='13' viewBox='0 0 23 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Arrow 10' d='M10.1791 12.1807C10.7649 12.7664 11.7146 12.7664 12.3004 12.1807L21.8463 2.63471C22.4321 2.04893 22.4321 1.09918 21.8463 0.513393C21.2606 -0.0723934 20.3108 -0.0723934 19.725 0.513393L11.2397 8.99867L2.75447 0.513393C2.16868 -0.0723934 1.21893 -0.0723934 0.633144 0.513393C0.0473576 1.09918 0.0473576 2.04893 0.633144 2.63471L10.1791 12.1807ZM9.73975 10.12V11.12H12.7397V10.12H9.73975Z' fill='%23B90302'/%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: rotate 0.3s linear;
}
.nas-radio-schedule-wrapper .next-shows-list .daily-schedule-list-wrapper .show-day-schedule .accordion-toggle-wrapper .open {
  rotate: 180deg;
}
.nas-radio-schedule-wrapper .next-shows-list .daily-schedule-list-wrapper .show-day-schedule .daily-shows-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.RadionasHeader {
  display: flex;
  position: relative;
  flex-direction: column;
}
.RadionasHeader .accessibiltyFixedBtn {
  position: fixed;
  left: -17px;
  top: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='46' viewBox='0 0 55 46'%3E %3Cg data-name='Group 2' transform='translate(17 -735)'%3E %3Crect data-name='Rectangle 1' width='55' height='46' rx='21' transform='translate(-17 735)' style='fill:%23003'/%3E %3Cg data-name='Group 3'%3E %3Cpath data-name='Path 1' d='M309.018 482.937a1.049 1.049 0 0 0-1.456.282 6.027 6.027 0 0 1-2.643 2.177 5.97 5.97 0 0 1-1.126.35 6.1 6.1 0 0 1-2.423 0 5.965 5.965 0 0 1-2.145-.9 6.026 6.026 0 0 1-2.177-2.643 5.973 5.973 0 0 1-.349-1.126 6.073 6.073 0 0 1 0-2.423 5.965 5.965 0 0 1 .9-2.146 1.049 1.049 0 0 0-1.738-1.174 8.1 8.1 0 0 0 13.437 9.063 1.049 1.049 0 0 0-.28-1.46z' transform='translate(-286.478 281.535)' style='fill:%23fff'/%3E %3Cpath data-name='Path 2' d='m400.342 334.642-3.245-5.62a2.65 2.65 0 0 0-.112-.177 3.573 3.573 0 0 0-3.07-1.743h-3.942v-1.687h3.906a1.154 1.154 0 0 0 1.163-1.095 1.136 1.136 0 0 0-1.136-1.178h-3.934v-1.477a2.273 2.273 0 0 0-2.273-2.273 2.273 2.273 0 0 0-2.273 2.273v6.748a2.273 2.273 0 0 0 2.273 2.273h6.4a1.282 1.282 0 0 1 1.11.641l2.718 4.708a1.393 1.393 0 0 0 1.9.51 1.393 1.393 0 0 0 .515-1.903z' transform='translate(-373.389 430.108)' style='fill:%23fff'/%3E %3Cpath data-name='Path 3' d='M387.682 211.3a2.255 2.255 0 0 0 2.255-2.255 2.255 2.255 0 0 0-2.255-2.255 2.255 2.255 0 0 0-2.255 2.255 2.255 2.255 0 0 0 2.255 2.255z' transform='translate(-373.389 537.712)' style='fill:%23fff'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  width: 55px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
.componentaContent .RadionasHeader .accessibiltyFixedBtn {
  display: none;
}
.RadionasHeader .headerTop {
  height: 109px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: height 0.3s;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 3px;
  border-bottom: 1px solid #F3F4F7;
}
.RadionasHeader .headerTop .logo {
  height: 60px;
  width: 170px;
  transition: height 0.3s;
}
.RadionasHeader .headerTop .logo img {
  width: 100%;
  height: auto;
}
.RadionasHeader .headerTop .leftSideLinks {
  display: flex;
  align-items: center;
  height: 42px;
}
.RadionasHeader .headerTop .leftSideLinks .separator {
  width: 2px;
  height: 20px;
  background-color: #020E24;
  margin: auto 30px;
  border-radius: 10px;
}
.RadionasHeader .headerTop .leftSideLinks .headerIcon {
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.RadionasHeader .headerTop .leftSideLinks .headerIcon.shopping {
  background-image: url("data:image/svg+xml,%3Csvg width='112' height='33' viewBox='0 0 112 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5.52 24.41C4.8 24.41 4.296 24.554 4.008 24.842C3.72 25.13 3.576 25.602 3.576 26.258V32.09H0V25.082C0 24.378 0.12 23.762 0.36 23.234C0.6 22.706 0.952 22.298 1.416 22.01C1.88 21.706 2.44 21.554 3.096 21.554H3.144C2.936 21.042 2.776 20.506 2.664 19.946C2.552 19.386 2.496 18.81 2.496 18.218C2.496 17.514 2.616 16.754 2.856 15.938C3.096 15.122 3.384 14.442 3.72 13.898C4.44 13.482 5.24 13.154 6.12 12.914C7 12.658 7.784 12.53 8.472 12.53C9.016 12.53 9.536 12.594 10.032 12.722C10.528 12.834 11 13.002 11.448 13.226C12.344 13.69 13.04 14.354 13.536 15.218C14.032 16.082 14.28 17.074 14.28 18.194C14.28 18.61 14.24 19.026 14.16 19.442C14.096 19.842 13.984 20.242 13.824 20.642C14.112 20.962 14.44 21.194 14.808 21.338C15.192 21.466 15.672 21.53 16.248 21.53H16.368C16.448 21.53 16.488 21.562 16.488 21.626V24.29C16.488 24.37 16.448 24.41 16.368 24.41H16.248C15.4 24.41 14.664 24.29 14.04 24.05C13.432 23.81 12.848 23.394 12.288 22.802C11.68 23.33 10.976 23.73 10.176 24.002C9.392 24.274 8.576 24.41 7.728 24.41H5.52ZM5.808 18.722C5.808 19.122 5.856 19.562 5.952 20.042C6.048 20.506 6.184 21.002 6.36 21.53H7.272C7.912 21.53 8.488 21.386 9 21.098C9.512 20.794 9.92 20.386 10.224 19.874C10.528 19.362 10.68 18.802 10.68 18.194C10.68 17.33 10.472 16.65 10.056 16.154C9.64 15.658 9.088 15.41 8.4 15.41C8.048 15.41 7.68 15.466 7.296 15.578C6.928 15.69 6.552 15.858 6.168 16.082C6.056 16.498 5.968 16.93 5.904 17.378C5.84 17.81 5.808 18.258 5.808 18.722Z' fill='%23020E24'/%3E %3Cpath d='M16.1325 24.41C16.0525 24.41 16.0125 24.37 16.0125 24.29V21.626C16.0125 21.562 16.0525 21.53 16.1325 21.53H25.5165V17.666C25.5165 16.706 25.1805 15.97 24.5085 15.458C23.8525 14.93 22.9165 14.666 21.7005 14.666H17.6205V12.074C17.8925 11.482 18.2045 10.914 18.5565 10.37C18.9245 9.826 19.3245 9.306 19.7565 8.81C20.6365 7.802 21.6525 6.906 22.8045 6.122C23.9565 5.338 25.2125 4.698 26.5725 4.202L27.8925 7.418C27.2045 7.626 26.5245 7.89 25.8525 8.21C25.1965 8.53 24.5725 8.89 23.9805 9.29C23.4045 9.674 22.8925 10.082 22.4445 10.514C21.9965 10.93 21.6285 11.354 21.3405 11.786H22.2525C24.5405 11.786 26.2525 12.242 27.3885 13.154C28.5245 14.05 29.0925 15.402 29.0925 17.21V21.53H32.2125C32.2925 21.53 32.3325 21.562 32.3325 21.626V24.29C32.3325 24.37 32.2925 24.41 32.2125 24.41H16.1325Z' fill='%23020E24'/%3E %3Cpath d='M49.1603 24.41C48.4723 24.41 47.8162 24.258 47.1922 23.954C46.5682 23.65 45.9683 23.202 45.3923 22.61C44.9443 23.202 44.3843 23.65 43.7122 23.954C43.0563 24.258 42.2803 24.41 41.3843 24.41H31.9762C31.8962 24.41 31.8563 24.37 31.8563 24.29V21.626C31.8563 21.562 31.8962 21.53 31.9762 21.53H34.9762V14.402H38.5522V21.53H40.5923C41.3923 21.53 41.9762 21.314 42.3442 20.882C42.7122 20.434 42.8963 19.722 42.8963 18.746V14.402H46.4723V19.034C46.4723 19.226 46.4642 19.41 46.4482 19.586C46.4482 19.762 46.4323 19.938 46.4002 20.114C46.8003 20.642 47.1923 21.01 47.5763 21.218C47.9603 21.426 48.4642 21.53 49.0882 21.53H50.5763V12.53H54.1523V24.41H49.1603Z' fill='%23020E24'/%3E %3Cpath d='M65.166 21.53C65.246 21.53 65.286 21.562 65.286 21.626V24.29C65.286 24.37 65.246 24.41 65.166 24.41H58.59V6.17H62.166V21.53H65.166Z' fill='%23020E24'/%3E %3Cpath d='M68.589 9.466C68.093 9.466 67.701 9.314 67.413 9.01C67.125 8.69 66.981 8.266 66.981 7.738C66.981 7.194 67.125 6.77 67.413 6.466C67.685 6.162 68.077 6.01 68.589 6.01C69.085 6.01 69.469 6.162 69.741 6.466C70.029 6.77 70.173 7.194 70.173 7.738C70.173 8.266 70.029 8.69 69.741 9.01C69.453 9.314 69.069 9.466 68.589 9.466Z' fill='%23020E24'/%3E %3Cpath d='M64.9294 24.41C64.8494 24.41 64.8094 24.37 64.8094 24.29V21.626C64.8094 21.562 64.8494 21.53 64.9294 21.53H67.9294V12.53H71.5054V24.41H64.9294Z' fill='%23020E24'/%3E %3Cpath d='M92.2186 15.9103C92.2186 18.2938 94.1506 20.2258 96.534 20.2258C98.9175 20.2258 100.85 18.2938 100.85 15.9103C100.85 13.5268 98.9175 11.5954 96.534 11.5954C94.1506 11.5954 92.2186 13.5274 92.2186 15.9103Z' fill='%23BDE807'/%3E %3Cpath d='M104.589 15.9103C104.589 20.3523 100.976 23.9656 96.534 23.9656C92.0926 23.9656 88.4788 20.3518 88.4788 15.9103C88.4788 11.4688 92.0926 7.85504 96.534 7.85504V0.910004C88.2627 0.910004 81.5338 7.639 81.5338 15.9103C81.5338 24.1816 88.2627 30.9106 96.534 30.9106C104.805 30.9106 111.534 24.1816 111.534 15.9103H104.589Z' fill='%23184155'/%3E %3C/svg%3E");
  width: 114px;
  height: 42px;
}
.RadionasHeader .headerTop .leftSideLinks .headerIcon.radio {
  background-image: url("data:image/svg+xml,%3Csvg width='174' height='40' viewBox='0 0 174 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M26.5196 20C25.8316 20 25.1756 19.848 24.5516 19.544C23.9276 19.24 23.3276 18.792 22.7516 18.2C22.3036 18.792 21.7436 19.24 21.0716 19.544C20.4156 19.848 19.6396 20 18.7436 20H15.8876C15.7436 21.92 15.0796 23.36 13.8956 24.32C12.7276 25.28 11.0396 25.76 8.83162 25.76H7.77562C6.41562 25.76 5.24762 25.472 4.27162 24.896C3.29562 24.336 2.54362 23.552 2.01562 22.544C1.50362 21.536 1.24762 20.368 1.24762 19.04C1.24762 18.128 1.35162 17.208 1.55962 16.28C1.78362 15.336 2.08762 14.488 2.47162 13.736H5.63962C5.38362 14.584 5.18362 15.48 5.03962 16.424C4.89562 17.368 4.82362 18.248 4.82362 19.064C4.82362 20.232 5.11162 21.16 5.68762 21.848C6.27962 22.536 7.05562 22.88 8.01562 22.88H8.73562C9.96762 22.88 10.8716 22.544 11.4476 21.872C12.0396 21.216 12.3356 20.28 12.3356 19.064V9.99201H15.9116V17.12H17.9516C18.7516 17.12 19.3356 16.896 19.7036 16.448C20.0716 16 20.2556 15.296 20.2556 14.336V9.99201H23.8316V14.624C23.8316 14.816 23.8236 15 23.8076 15.176C23.8076 15.352 23.7916 15.528 23.7596 15.704C24.1596 16.232 24.5516 16.6 24.9356 16.808C25.3356 17.016 25.8396 17.12 26.4476 17.12H27.9356V8.12001H31.5116V20H26.5196Z' fill='%23020E24'/%3E %3Cpath d='M42.5308 17.12C42.6108 17.12 42.6508 17.152 42.6508 17.216V19.88C42.6508 19.96 42.6108 20 42.5308 20H35.9548V1.76001H39.5308V17.12H42.5308Z' fill='%23020E24'/%3E %3Cpath d='M45.9538 4.05601C45.4578 4.05601 45.0658 3.90401 44.7778 3.60001C44.4898 3.28001 44.3458 2.85601 44.3458 2.32801C44.3458 1.78401 44.4898 1.36001 44.7778 1.05601C45.0498 0.752006 45.4418 0.600006 45.9538 0.600006C46.4498 0.600006 46.8338 0.752006 47.1058 1.05601C47.3938 1.36001 47.5378 1.78401 47.5378 2.32801C47.5378 2.85601 47.3938 3.28001 47.1058 3.60001C46.8178 3.90401 46.4338 4.05601 45.9538 4.05601Z' fill='%23020E24'/%3E %3Cpath d='M42.2942 20C42.2142 20 42.1742 19.96 42.1742 19.88V17.216C42.1742 17.152 42.2142 17.12 42.2942 17.12H45.2942V8.12001H48.8702V17.12H51.9902C52.0702 17.12 52.1102 17.152 52.1102 17.216V19.88C52.1102 19.96 52.0702 20 51.9902 20H42.2942Z' fill='%23020E24'/%3E %3Cpath d='M51.7395 20C51.6595 20 51.6195 19.96 51.6195 19.88V17.216C51.6195 17.152 51.6595 17.12 51.7395 17.12H54.7395V1.76001H58.3155V20H51.7395Z' fill='%23020E24'/%3E %3Cpath d='M63.1189 1.76001H66.6949V20H63.1189V1.76001Z' fill='%23020E24'/%3E %3Cpath d='M93.2503 17.12C93.3303 17.12 93.3703 17.152 93.3703 17.216V19.88C93.3703 19.96 93.3303 20 93.2503 20H88.9063C88.8263 20 88.7863 19.96 88.7863 19.88V17.216C88.7863 17.152 88.8263 17.12 88.9063 17.12H93.2503ZM83.9143 25.76C82.8263 25.76 81.8823 25.672 81.0823 25.496C80.2983 25.336 79.5383 25.04 78.8023 24.608L80.1943 21.992C80.8503 22.328 81.4663 22.56 82.0423 22.688C82.6183 22.832 83.2183 22.904 83.8423 22.904C84.7543 22.904 85.4503 22.656 85.9303 22.16C86.4263 21.664 86.6743 20.984 86.6743 20.12V20H84.2983C82.5863 20 81.2663 19.52 80.3383 18.56C79.4263 17.584 78.9703 16.2 78.9703 14.408C78.9703 13.048 79.2983 11.904 79.9543 10.976C80.6263 10.032 81.5383 9.32001 82.6903 8.84001C83.8423 8.36001 85.1463 8.12001 86.6023 8.12001H90.2503V20.072C90.2503 21.896 89.6983 23.296 88.5943 24.272C87.4903 25.264 85.9303 25.76 83.9143 25.76ZM86.6743 17.12V11H85.9063C84.8823 11 84.0823 11.288 83.5063 11.864C82.9303 12.44 82.6423 13.256 82.6423 14.312C82.6423 15.272 82.8343 15.984 83.2183 16.448C83.6183 16.896 84.2183 17.12 85.0183 17.12H86.6743Z' fill='%23020E24'/%3E %3Cpath d='M95.4099 25C94.9139 25 94.5219 24.84 94.2339 24.52C93.9459 24.216 93.8019 23.8 93.8019 23.272C93.8019 22.744 93.9459 22.32 94.2339 22C94.5219 21.696 94.9139 21.544 95.4099 21.544C95.9059 21.544 96.2979 21.696 96.5859 22C96.8579 22.304 96.9939 22.728 96.9939 23.272C96.9939 23.816 96.8499 24.24 96.5619 24.544C96.2739 24.848 95.8899 25 95.4099 25ZM99.4899 25C98.9939 25 98.6019 24.84 98.3139 24.52C98.0259 24.216 97.8819 23.8 97.8819 23.272C97.8819 22.744 98.0259 22.32 98.3139 22C98.6019 21.696 98.9939 21.544 99.4899 21.544C99.9859 21.544 100.37 21.696 100.642 22C100.93 22.32 101.074 22.744 101.074 23.272C101.074 23.8 100.93 24.216 100.642 24.52C100.354 24.84 99.9699 25 99.4899 25Z' fill='%23020E24'/%3E %3Cpath d='M93.0129 20C92.9329 20 92.8929 19.96 92.8929 19.88V17.216C92.8929 17.152 92.9329 17.12 93.0129 17.12H97.2129V8.12001H100.789V20H93.0129Z' fill='%23020E24'/%3E %3Cpath d='M103.916 17.12H111.932C111.772 16.384 111.588 15.72 111.38 15.128C111.188 14.52 110.972 13.992 110.732 13.544C110.252 12.632 109.644 11.848 108.908 11.192C108.188 10.52 107.3 9.96801 106.244 9.53601L107.588 6.17601C109.028 6.75201 110.268 7.53601 111.308 8.52801C112.364 9.50401 113.236 10.712 113.924 12.152C114.628 13.576 115.172 15.264 115.556 17.216V20H103.916V17.12Z' fill='%23020E24'/%3E %3Cpath d='M119.509 1.76001H123.085V20H119.509V1.76001Z' fill='%23020E24'/%3E %3Cpath d='M128.933 25.76C128.117 25.76 127.365 25.664 126.677 25.472C125.989 25.28 125.269 24.928 124.517 24.416L125.957 22.088C126.373 22.36 126.741 22.544 127.061 22.64C127.397 22.736 127.789 22.784 128.237 22.784C128.877 22.784 129.389 22.536 129.773 22.04C130.173 21.56 130.373 20.952 130.373 20.216V8.12001H133.949V20.384C133.949 21.472 133.741 22.416 133.325 23.216C132.909 24.032 132.325 24.656 131.573 25.088C130.837 25.536 129.957 25.76 128.933 25.76Z' fill='%23020E24'/%3E %3Cpath d='M3.26012 37H2.22812V31.012C2.22812 30.78 2.22812 30.584 2.22812 30.424C2.23612 30.264 2.24412 30.116 2.25212 29.98C2.26012 29.836 2.26812 29.688 2.27612 29.536C2.14812 29.656 2.03212 29.764 1.92812 29.86C1.82412 29.948 1.69212 30.06 1.53212 30.196L0.620115 30.94L0.0681152 30.232L2.38412 28.432H3.26012V37Z' fill='%23B90302'/%3E %3Cpath d='M12.1433 32.704C12.1433 33.624 12.0473 34.416 11.8553 35.08C11.6633 35.736 11.3593 36.24 10.9433 36.592C10.5273 36.944 9.9753 37.12 9.2873 37.12C8.3193 37.12 7.6033 36.732 7.1393 35.956C6.6833 35.172 6.4553 34.088 6.4553 32.704C6.4553 31.776 6.5473 30.984 6.7313 30.328C6.9233 29.672 7.2273 29.172 7.6433 28.828C8.0593 28.476 8.6073 28.3 9.2873 28.3C9.9273 28.3 10.4593 28.476 10.8833 28.828C11.3073 29.172 11.6233 29.672 11.8313 30.328C12.0393 30.984 12.1433 31.776 12.1433 32.704ZM7.5113 32.704C7.5113 33.88 7.6433 34.76 7.9073 35.344C8.1793 35.928 8.6393 36.22 9.2873 36.22C9.9273 36.22 10.3833 35.932 10.6553 35.356C10.9353 34.772 11.0753 33.888 11.0753 32.704C11.0753 31.92 11.0153 31.272 10.8953 30.76C10.7753 30.24 10.5833 29.852 10.3193 29.596C10.0633 29.332 9.7193 29.2 9.2873 29.2C8.8553 29.2 8.5073 29.332 8.2433 29.596C7.9873 29.852 7.7993 30.24 7.6793 30.76C7.5673 31.272 7.5113 31.92 7.5113 32.704Z' fill='%23B90302'/%3E %3Cpath d='M14.3665 37L17.8825 29.392H13.2625V28.432H19.0105V29.248L15.5305 37H14.3665Z' fill='%23B90302'/%3E %3Cpath d='M20.4657 36.352C20.4657 36.056 20.5377 35.848 20.6817 35.728C20.8257 35.608 20.9977 35.548 21.1977 35.548C21.4057 35.548 21.5817 35.608 21.7257 35.728C21.8777 35.848 21.9537 36.056 21.9537 36.352C21.9537 36.64 21.8777 36.848 21.7257 36.976C21.5817 37.104 21.4057 37.168 21.1977 37.168C20.9977 37.168 20.8257 37.104 20.6817 36.976C20.5377 36.848 20.4657 36.64 20.4657 36.352Z' fill='%23B90302'/%3E %3Cpath d='M26.2326 28.312C26.7366 28.312 27.1806 28.392 27.5646 28.552C27.9486 28.704 28.2486 28.932 28.4646 29.236C28.6886 29.54 28.8006 29.916 28.8006 30.364C28.8006 30.708 28.7246 31.008 28.5726 31.264C28.4286 31.52 28.2326 31.748 27.9846 31.948C27.7366 32.14 27.4646 32.312 27.1686 32.464C27.5206 32.632 27.8406 32.824 28.1286 33.04C28.4166 33.248 28.6446 33.492 28.8126 33.772C28.9886 34.052 29.0766 34.388 29.0766 34.78C29.0766 35.26 28.9606 35.676 28.7286 36.028C28.4966 36.372 28.1686 36.64 27.7446 36.832C27.3286 37.024 26.8366 37.12 26.2686 37.12C25.3486 37.12 24.6406 36.92 24.1446 36.52C23.6486 36.112 23.4006 35.544 23.4006 34.816C23.4006 34.424 23.4806 34.084 23.6406 33.796C23.8086 33.508 24.0286 33.26 24.3006 33.052C24.5726 32.844 24.8646 32.668 25.1766 32.524C24.8966 32.364 24.6406 32.184 24.4086 31.984C24.1846 31.776 24.0046 31.54 23.8686 31.276C23.7406 31.012 23.6766 30.704 23.6766 30.352C23.6766 29.912 23.7886 29.544 24.0126 29.248C24.2366 28.944 24.5406 28.712 24.9246 28.552C25.3086 28.392 25.7446 28.312 26.2326 28.312ZM24.4326 34.828C24.4326 35.244 24.5806 35.592 24.8766 35.872C25.1726 36.144 25.6286 36.28 26.2446 36.28C26.8286 36.28 27.2726 36.144 27.5766 35.872C27.8886 35.592 28.0446 35.232 28.0446 34.792C28.0446 34.512 27.9686 34.268 27.8166 34.06C27.6726 33.844 27.4646 33.652 27.1926 33.484C26.9286 33.316 26.6126 33.164 26.2446 33.028L26.0526 32.956C25.7006 33.108 25.4046 33.272 25.1646 33.448C24.9246 33.624 24.7406 33.824 24.6126 34.048C24.4926 34.272 24.4326 34.532 24.4326 34.828ZM26.2206 29.164C25.7806 29.164 25.4166 29.272 25.1286 29.488C24.8486 29.696 24.7086 30 24.7086 30.4C24.7086 30.696 24.7766 30.944 24.9126 31.144C25.0566 31.344 25.2486 31.516 25.4886 31.66C25.7286 31.796 25.9926 31.928 26.2806 32.056C26.5606 31.936 26.8086 31.804 27.0246 31.66C27.2486 31.516 27.4246 31.344 27.5526 31.144C27.6886 30.936 27.7566 30.688 27.7566 30.4C27.7566 30 27.6166 29.696 27.3366 29.488C27.0566 29.272 26.6846 29.164 26.2206 29.164Z' fill='%23B90302'/%3E %3Cpath d='M36.6259 27.88H37.5019V39.892H36.6259V27.88Z' fill='%23B90302'/%3E %3Cpath d='M48.7054 37H47.6734V31.012C47.6734 30.78 47.6734 30.584 47.6734 30.424C47.6814 30.264 47.6894 30.116 47.6974 29.98C47.7054 29.836 47.7134 29.688 47.7214 29.536C47.5934 29.656 47.4774 29.764 47.3734 29.86C47.2694 29.948 47.1374 30.06 46.9774 30.196L46.0654 30.94L45.5134 30.232L47.8294 28.432H48.7054V37Z' fill='%23B90302'/%3E %3Cpath d='M57.5886 32.704C57.5886 33.624 57.4926 34.416 57.3006 35.08C57.1086 35.736 56.8046 36.24 56.3886 36.592C55.9726 36.944 55.4206 37.12 54.7326 37.12C53.7646 37.12 53.0486 36.732 52.5846 35.956C52.1286 35.172 51.9006 34.088 51.9006 32.704C51.9006 31.776 51.9926 30.984 52.1766 30.328C52.3686 29.672 52.6726 29.172 53.0886 28.828C53.5046 28.476 54.0526 28.3 54.7326 28.3C55.3726 28.3 55.9046 28.476 56.3286 28.828C56.7526 29.172 57.0686 29.672 57.2766 30.328C57.4846 30.984 57.5886 31.776 57.5886 32.704ZM52.9566 32.704C52.9566 33.88 53.0886 34.76 53.3526 35.344C53.6246 35.928 54.0846 36.22 54.7326 36.22C55.3726 36.22 55.8286 35.932 56.1006 35.356C56.3806 34.772 56.5206 33.888 56.5206 32.704C56.5206 31.92 56.4606 31.272 56.3406 30.76C56.2206 30.24 56.0286 29.852 55.7646 29.596C55.5086 29.332 55.1646 29.2 54.7326 29.2C54.3006 29.2 53.9526 29.332 53.6886 29.596C53.4326 29.852 53.2446 30.24 53.1246 30.76C53.0126 31.272 52.9566 31.92 52.9566 32.704Z' fill='%23B90302'/%3E %3Cpath d='M64.0958 30.436C64.0958 30.82 64.0238 31.152 63.8798 31.432C63.7358 31.712 63.5278 31.94 63.2558 32.116C62.9918 32.292 62.6798 32.416 62.3198 32.488V32.536C63.0078 32.616 63.5198 32.832 63.8558 33.184C64.1918 33.536 64.3598 33.996 64.3598 34.564C64.3598 35.06 64.2438 35.504 64.0118 35.896C63.7798 36.28 63.4198 36.58 62.9318 36.796C62.4518 37.012 61.8318 37.12 61.0718 37.12C60.6238 37.12 60.2078 37.084 59.8238 37.012C59.4398 36.948 59.0718 36.828 58.7198 36.652V35.668C59.0798 35.844 59.4678 35.984 59.8838 36.088C60.2998 36.184 60.6998 36.232 61.0838 36.232C61.8518 36.232 62.4038 36.084 62.7398 35.788C63.0838 35.484 63.2558 35.068 63.2558 34.54C63.2558 34.18 63.1598 33.892 62.9678 33.676C62.7838 33.452 62.5118 33.288 62.1518 33.184C61.7918 33.08 61.3598 33.028 60.8558 33.028H60.0278V32.128H60.8678C61.3398 32.128 61.7318 32.06 62.0438 31.924C62.3638 31.788 62.6038 31.6 62.7638 31.36C62.9318 31.112 63.0158 30.828 63.0158 30.508C63.0158 30.092 62.8758 29.772 62.5958 29.548C62.3158 29.316 61.9358 29.2 61.4558 29.2C61.1518 29.2 60.8758 29.232 60.6278 29.296C60.3798 29.352 60.1478 29.436 59.9318 29.548C59.7238 29.652 59.5118 29.776 59.2958 29.92L58.7678 29.2C59.0718 28.96 59.4478 28.752 59.8958 28.576C60.3518 28.4 60.8678 28.312 61.4438 28.312C62.3398 28.312 63.0038 28.512 63.4358 28.912C63.8758 29.312 64.0958 29.82 64.0958 30.436Z' fill='%23B90302'/%3E %3Cpath d='M65.911 36.352C65.911 36.056 65.983 35.848 66.127 35.728C66.271 35.608 66.443 35.548 66.643 35.548C66.851 35.548 67.027 35.608 67.171 35.728C67.323 35.848 67.399 36.056 67.399 36.352C67.399 36.64 67.323 36.848 67.171 36.976C67.027 37.104 66.851 37.168 66.643 37.168C66.443 37.168 66.271 37.104 66.127 36.976C65.983 36.848 65.911 36.64 65.911 36.352Z' fill='%23B90302'/%3E %3Cpath d='M74.1739 30.436C74.1739 30.82 74.1019 31.152 73.9579 31.432C73.8139 31.712 73.6059 31.94 73.3339 32.116C73.0699 32.292 72.7579 32.416 72.3979 32.488V32.536C73.0859 32.616 73.5979 32.832 73.9339 33.184C74.2699 33.536 74.4379 33.996 74.4379 34.564C74.4379 35.06 74.3219 35.504 74.0899 35.896C73.8579 36.28 73.4979 36.58 73.0099 36.796C72.5299 37.012 71.9099 37.12 71.1499 37.12C70.7019 37.12 70.2859 37.084 69.9019 37.012C69.5179 36.948 69.1499 36.828 68.7979 36.652V35.668C69.1579 35.844 69.5459 35.984 69.9619 36.088C70.3779 36.184 70.7779 36.232 71.1619 36.232C71.9299 36.232 72.4819 36.084 72.8179 35.788C73.1619 35.484 73.3339 35.068 73.3339 34.54C73.3339 34.18 73.2379 33.892 73.0459 33.676C72.8619 33.452 72.5899 33.288 72.2299 33.184C71.8699 33.08 71.4379 33.028 70.9339 33.028H70.1059V32.128H70.9459C71.4179 32.128 71.8099 32.06 72.1219 31.924C72.4419 31.788 72.6819 31.6 72.8419 31.36C73.0099 31.112 73.0939 30.828 73.0939 30.508C73.0939 30.092 72.9539 29.772 72.6739 29.548C72.3939 29.316 72.0139 29.2 71.5339 29.2C71.2299 29.2 70.9539 29.232 70.7059 29.296C70.4579 29.352 70.2259 29.436 70.0099 29.548C69.8019 29.652 69.5899 29.776 69.3739 29.92L68.8459 29.2C69.1499 28.96 69.5259 28.752 69.9739 28.576C70.4299 28.4 70.9459 28.312 71.5219 28.312C72.4179 28.312 73.0819 28.512 73.5139 28.912C73.9539 29.312 74.1739 29.82 74.1739 30.436Z' fill='%23B90302'/%3E %3Cg clip-path='url(%23clip0_11023_34063)'%3E %3Cpath d='M154.685 16.4994C154.685 18.8822 156.617 20.815 159.001 20.815C161.385 20.815 163.316 18.8833 163.316 16.4994C163.316 14.1156 161.385 12.1838 159.001 12.1838C156.617 12.1838 154.685 14.1156 154.685 16.4994Z' fill='%23E20E17'/%3E %3Cpath d='M167.055 16.4994C167.055 20.9416 163.442 24.5553 159.001 24.5553C154.56 24.5553 150.946 20.9416 150.946 16.4994C150.946 12.0573 154.56 8.44473 159.001 8.44473V1.5C150.729 1.5 144 8.22883 144 16.4994C144 24.77 150.729 31.4989 158.999 31.4989C167.27 31.4989 173.999 24.77 173.999 16.4994H167.054H167.055Z' fill='%2321305C'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_11023_34063'%3E %3Crect width='30' height='30' fill='white' transform='translate(144 1.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  width: 175px;
  height: 42px;
  margin-bottom: -6px;
}
.RadionasHeader .BottomHeaderArea {
  height: 50px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #BCBCBC;
}
.RadionasHeader .BottomHeaderArea.sticky {
  position: fixed;
  height: 60px;
  width: 1240px;
  z-index: 9998;
  top: -1px;
  -webkit-animation: mymove 0.3s forwards;
  animation: mymove 0.3s forwards;
}
.RadionasHeader .BottomHeaderArea.sticky .mainNav {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  background-color: #fff !important;
}
.RadionasHeader .BottomHeaderArea.sticky .mainNav .navList {
  gap: 30px;
}
.RadionasHeader .BottomHeaderArea.sticky .mainNav > div > * {
  font-size: 18px !important;
  line-height: 24px;
}
.RadionasHeader .BottomHeaderArea .mainNav {
  display: flex;
  padding: 0 20px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: transparent !important;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #DEE1E7;
}
.RadionasHeader .BottomHeaderArea .mainNav .navList {
  flex-grow: 1;
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 0 20px;
}
.RadionasHeader .BottomHeaderArea .mainNav .ynetLogoInSticky {
  width: 85px;
  height: 30px;
}
.RadionasHeader .BottomHeaderArea .mainNav .ynetLogoInSticky img {
  width: auto;
  height: 100%;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay {
  display: flex;
  align-items: center;
  max-width: 100px;
  flex-shrink: 0;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 !important;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreBtn {
  height: 24px;
  align-self: center;
  border-radius: 25px;
  border: 1px solid #062963;
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreBtn:hover,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreBtn:hover {
  font-weight: 300;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .searchIcon,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .searchIcon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7507 19.5621L17.0645 15.8759C20.0271 12.312 19.8414 6.99792 16.4974 3.65889C12.958 0.11452 7.19408 0.11452 3.65461 3.654C0.115131 7.19347 0.115131 12.9573 3.65461 16.4968C5.42435 18.2666 7.7514 19.1514 10.0736 19.1514C12.1366 19.1514 14.1948 18.4523 15.8717 17.059L19.5578 20.7452C19.724 20.9114 19.9391 20.9896 20.1542 20.9896C20.3693 20.9896 20.5845 20.9065 20.7507 20.7452C21.0782 20.4176 21.0782 19.8847 20.7507 19.5523V19.5621ZM4.84747 15.3088C1.96309 12.4245 1.96309 7.73124 4.84747 4.84686C6.28966 3.40467 8.18651 2.68602 10.0785 2.68602C11.9704 2.68602 13.8673 3.40956 15.3095 4.84686C18.1938 7.73124 18.1938 12.4245 15.3095 15.3088C12.4251 18.1932 7.73185 18.1932 4.84747 15.3088Z' fill='%23020202' stroke='%23020202' stroke-width='0.5'/%3E %3C/svg%3E");
  background-position: center right;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  font-weight: 300;
  flex-shrink: 0;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > .selected,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > .selected,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div > .selected {
  text-shadow: -0.4px 0 var(--menuItemColor), 0 0.4px var(--menuItemColor), 0.4px 0 var(--menuItemColor), 0 -0.4px var(--menuItemColor);
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay > *,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay > *,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div > * {
  height: 100%;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay[style]:hover,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay[style]:hover,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div[style]:hover {
  text-shadow: -0.4px 0 var(--menuItemColor), 0 0.4px var(--menuItemColor), 0.4px 0 var(--menuItemColor), 0 -0.4px var(--menuItemColor) !important;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay a,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div a,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay a:hover,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay a:hover,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div a:hover {
  text-decoration: none;
  color: inherit;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreIcon,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div .moreIcon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Arrow 8' d='M7.29289 8.20711C7.68342 8.59763 8.31658 8.59763 8.70711 8.20711L15.0711 1.84314C15.4616 1.45262 15.4616 0.819456 15.0711 0.428932C14.6805 0.0384072 14.0474 0.0384072 13.6569 0.428932L8 6.08579L2.34315 0.428933C1.95262 0.0384084 1.31946 0.0384084 0.928932 0.428933C0.538408 0.819457 0.538408 1.45262 0.928932 1.84315L7.29289 8.20711ZM7 5.83V7.5L9 7.5V5.83L7 5.83Z' fill='%23062963'/%3E %3C/svg%3E");
  pointer-events: none;
  flex-shrink: 0;
  margin-inline-start: 8px;
  background-position: center bottom;
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toClose,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreIcon.toClose,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toClose {
  transform: rotate(180deg);
}
.RadionasHeader .BottomHeaderArea .mainNav #wcm_MenuDisplay .moreIcon.toOpen,
.RadionasHeader .BottomHeaderArea .mainNav #wcm_SearchDisplay .moreIcon.toOpen,
.RadionasHeader .BottomHeaderArea .mainNav .navList > div .moreIcon.toOpen {
  transform: rotate(0deg);
}
.RadionasHeader .BottomHeaderArea .popUpmenu {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background-image: linear-gradient(166deg, #fafcfd 59%, #f3f8f9 114%);
  height: 0px;
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 20px 40px 2px #0629634D;
  visibility: hidden;
  box-sizing: border-box;
}
.RadionasHeader .BottomHeaderArea .popUpmenu.opened {
  transition: height 0.2s linear, opacity 0.2s linear 0.2s;
  min-height: 332px;
  height: auto;
  opacity: 1;
  z-index: 1112;
  visibility: visible;
}
.RadionasHeader .BottomHeaderArea .popUpmenu.opened.searchPopUp {
  min-height: 120px;
  justify-content: center;
  padding-bottom: 0;
  padding-top: 0;
}
.RadionasHeader .BottomHeaderArea .popUpmenu .followUsLinks {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  gap: 20px;
  margin-inline-end: 20px;
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon.linkToTw {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cg clip-path='url(%23clip0_14_9199)'%3E %3Cpath d='M9.31922 22.2728C8.91173 22.2728 8.50521 22.2738 8.09772 22.2709C8.06547 22.2709 8.03225 22.2406 8 22.224C8.05863 22.1712 8.1241 22.1253 8.17492 22.0657C9.97394 19.9745 11.771 17.8833 13.5681 15.7911C13.6199 15.7315 13.6658 15.667 13.7137 15.6074C13.6814 15.5575 13.6609 15.5223 13.6384 15.4891C11.8023 12.8126 9.96515 10.136 8.12801 7.46045C8.09283 7.40964 8.043 7.36762 8 7.32169C8.06547 7.30508 8.12997 7.27478 8.19544 7.27478C9.59577 7.27283 10.9971 7.27283 12.3974 7.27283C12.4257 7.32951 12.4472 7.39107 12.4834 7.44286C13.6687 9.1725 14.856 10.9021 16.0433 12.6308C16.0736 12.6748 16.1107 12.7139 16.1704 12.7852C16.2163 12.7217 16.2476 12.6748 16.2837 12.6318C17.772 10.8982 19.2612 9.16566 20.7495 7.43211C20.7906 7.38423 20.8179 7.3256 20.8511 7.27185C21.2909 7.27185 21.7306 7.27185 22.1704 7.27185C22.1195 7.33537 22.0707 7.39986 22.0179 7.46143C20.3098 9.45003 18.6036 11.4386 16.8906 13.4223C16.7635 13.5699 16.744 13.6618 16.8622 13.8328C18.7482 16.566 20.6244 19.3051 22.5046 22.0422C22.5495 22.1077 22.6072 22.1624 22.659 22.223C22.5935 22.2396 22.529 22.2699 22.4635 22.2699C21.0632 22.2728 19.6619 22.2719 18.2616 22.2719C18.2293 22.2083 18.2029 22.1399 18.1629 22.0813C16.9208 20.2696 15.6778 18.4578 14.4349 16.6471C14.3948 16.5885 14.3479 16.5337 14.2795 16.4438C14.2355 16.5054 14.2062 16.5533 14.17 16.5943C12.5899 18.4344 11.0098 20.2735 9.42964 22.1126C9.3886 22.1604 9.35635 22.2181 9.3202 22.2709L9.31922 22.2728ZM20.8814 21.3406C20.8003 21.2204 20.7485 21.1412 20.6948 21.064C17.7876 16.9002 14.8765 12.7373 11.9772 8.56664C11.8081 8.32429 11.6391 8.22657 11.3469 8.24123C10.8397 8.26664 10.3296 8.24807 9.76775 8.24807C9.84984 8.3712 9.90065 8.45035 9.9544 8.52657C11.6088 10.8963 13.2632 13.265 14.9166 15.6347C16.1977 17.4699 17.4788 19.3061 18.7638 21.1393C18.8195 21.2194 18.9094 21.3298 18.9857 21.3318C19.6003 21.3474 20.215 21.3406 20.8805 21.3406H20.8814Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_14_9199'%3E %3Crect width='14.658' height='15' fill='white' transform='translate(8 7.27283)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon.linkToFb {
  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='Social'%3E %3Ccircle id='Ellipse 3' cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath id='Vector' d='M12 12.4151H18.4748L18.1264 14.8291H12V12.4151ZM13.1379 11.5304C13.1379 9.08061 14.0351 8 16.5093 8H18.4727V10.5172H16.579C16.3784 10.5172 16.2286 10.593 16.1251 10.7447C16.0217 10.8964 15.971 11.0923 15.971 11.3324V23H13.1379V11.5304Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon.linkToYtube {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath d='M23.3791 11.6399L23.3308 11.2546C23.1676 9.96789 22.0712 9 20.7701 9H9.8193C8.51826 9 7.42181 9.9656 7.2586 11.2546L7.21033 11.6399C6.92989 13.8716 6.92989 16.1284 7.21033 18.3601L7.2586 18.7454C7.42181 20.0321 8.51826 21 9.8193 21H20.7701C22.0712 21 23.1676 20.0344 23.3308 18.7454L23.3791 18.3601C23.6595 16.1284 23.6595 13.8716 23.3791 11.6399ZM13.1937 17.6055V12.3922L18.3036 14.9977L13.1937 17.6032V17.6055Z' fill='white'/%3E %3C/svg%3E");
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon.linkToInst {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cpath d='M17.8352 23H11.198C8.88429 23 7 21.1219 7 18.8112V12.1888C7 9.88013 8.88223 8 11.198 8H17.8352C20.1489 8 22.0332 9.87808 22.0332 12.1888V18.8112C22.0332 21.1199 20.151 23 17.8352 23ZM11.198 9.21583C9.55417 9.21583 8.21852 10.5506 8.21852 12.1888V18.8112C8.21852 20.4515 9.55622 21.7842 11.198 21.7842H17.8352C19.4791 21.7842 20.8147 20.4494 20.8147 18.8112V12.1888C20.8147 10.5485 19.477 9.21583 17.8352 9.21583H11.198Z' fill='white'/%3E %3Cpath d='M14.5171 19.4469C12.3369 19.4469 10.5615 17.6775 10.5615 15.5001C10.5615 13.3226 12.3349 11.5532 14.5171 11.5532C16.6993 11.5532 18.4727 13.3226 18.4727 15.5001C18.4727 17.6775 16.6993 19.4469 14.5171 19.4469ZM14.5171 12.769C13.0068 12.769 11.78 13.9951 11.78 15.5001C11.78 17.005 13.0088 18.2311 14.5171 18.2311C16.0274 18.2311 17.2541 17.005 17.2541 15.5001C17.2541 13.9951 16.0253 12.769 14.5171 12.769Z' fill='white'/%3E %3Cpath d='M18.6372 12.0042C18.2982 12.0042 18.0208 11.7295 18.0208 11.3891C18.0208 11.0488 18.2961 10.774 18.6372 10.774C18.9783 10.774 19.2537 11.0488 19.2537 11.3891C19.2537 11.7295 18.9783 12.0042 18.6372 12.0042Z' fill='white'/%3E %3C/svg%3E");
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon.linkToTiktok {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='15' fill='%23062963'/%3E %3Cg clip-path='url(%23clip0_11155_18112)'%3E %3Cpath d='M15.0353 7H17.4393C17.7355 9.17025 19.0882 10.2537 21.1659 10.6175V13.4727C19.9432 13.0419 18.8387 12.6532 17.6324 12.2283C17.6324 13.5186 17.6495 14.8621 17.6258 16.2044C17.6127 16.9451 17.6127 17.7009 17.4663 18.4212C16.9928 20.7602 14.466 22.331 11.9005 21.9402C9.60215 21.5896 7.81933 19.2309 8.01436 16.7986C8.19625 14.5351 10.3672 12.5139 12.6379 12.5074C12.8762 12.5067 13.1146 12.5763 13.3746 12.617V15.0158C12.9465 15.0926 12.5197 15.1274 12.1191 15.2483C11.1066 15.5529 10.5031 16.5005 10.6213 17.5321C10.7342 18.5145 11.5465 19.2814 12.5479 19.351C13.7391 19.4338 14.6407 18.8737 14.8981 17.8401C14.994 17.4559 15.013 17.0449 15.015 16.6456C15.0294 13.7957 15.0301 10.9458 15.0347 8.09596C15.0347 7.75909 15.0347 7.42157 15.0347 7.00131L15.0353 7Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_11155_18112'%3E %3Crect width='13.1666' height='15' fill='white' transform='translate(8 7)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon.linkToRadio {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%23062963'/%3E %3Cg clip-path='url(%23clip0_11585_17702)'%3E %3Cpath d='M12.4109 14.9997C12.4109 16.4293 13.5699 17.589 15.0002 17.589C16.4306 17.589 17.5896 16.43 17.5896 14.9997C17.5896 13.5693 16.4306 12.4103 15.0002 12.4103C13.5699 12.4103 12.4109 13.5693 12.4109 14.9997Z' fill='%23E20E17'/%3E %3Cpath d='M19.8332 14.9997C19.8332 17.665 17.665 19.8332 15.0003 19.8332C12.3357 19.8332 10.1675 17.665 10.1675 14.9997C10.1675 12.3344 12.3357 10.1668 15.0003 10.1668V6C10.0373 6 6 10.0373 6 14.9997C6 19.962 10.0373 23.9993 14.9997 23.9993C19.962 23.9993 23.9993 19.962 23.9993 14.9997H19.8325H19.8332Z' fill='%2321305C'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_11585_17702'%3E %3Crect width='18' height='18' fill='white' transform='translate(6 6)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  position: relative;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.RadionasHeader .BottomHeaderArea .popUpmenu .mediaLinks .mediaIcon.linkToRadio:after {
  content: "107.8 | 103.3";
  font-size: 9px;
  line-height: 6px;
  letter-spacing: -0.13em;
  font-weight: 400;
  margin-top: 38px;
  color: #062963;
  white-space: nowrap;
}
.RadionasHeader .BottomHeaderArea .popUpmenu .yitLink {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
}
.RadionasHeader .BottomHeaderArea .popUpmenu .yitLink a {
  width: 107px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("https://www.nasapp.net/Common/images/yit-black.png");
}
.RadionasHeader .BottomHeaderArea .main_search_elements {
  position: relative;
}
.RadionasHeader .BottomHeaderArea #mainSearchSelect {
  display: none;
}
.RadionasHeader .BottomHeaderArea #mainAccessibilityButton {
  display: none;
}
.RadionasHeader .BottomHeaderArea #mainAccessibilityButton #INDmenu-btn {
  background: unset !important;
  width: 23px;
  height: 23px;
  margin: unset !important;
  right: unset !important;
  position: absolute;
  top: 20px;
  left: 0;
}
.RadionasHeader .BottomHeaderArea #mainAccessibilityButton #INDmenu-btn .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cg stroke='%23000'%3E %3Cg%3E %3Cg transform='translate(-43 -211) translate(0 131) translate(44 81)'%3E %3Cg stroke-width='1.5'%3E %3Cpath d='M8.4 2c0-1.105-.895-2-2-2s-2 .895-2 2 .895 2 2 2 2-.895 2-2z' transform='translate(5 3.5)'/%3E %3Cg%3E %3Cpath d='M0 0L5.726 1.002 5.726 4.566 3.871 11' transform='translate(5 3.5) translate(0 5)'/%3E %3Cpath d='M7.167 0L12.894 1.002 12.894 4.566 11.038 11' transform='translate(5 3.5) translate(0 5) matrix(-1 0 0 1 20.061 0)'/%3E %3C/g%3E %3C/g%3E %3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-position: center;
  display: flex;
}
.RadionasHeader .BottomHeaderArea .mainSrchclass,
.RadionasHeader .BottomHeaderArea .mainSrchclassynet {
  border-radius: 2.6px;
  background-color: #d8d8d8;
  padding: 20px;
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: 020E24;
}
.RadionasHeader .BottomHeaderArea #MsBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.7507 19.5621L17.0645 15.8759C20.0271 12.312 19.8414 6.99792 16.4974 3.65889C12.958 0.11452 7.19408 0.11452 3.65461 3.654C0.115131 7.19347 0.115131 12.9573 3.65461 16.4968C5.42435 18.2666 7.7514 19.1514 10.0736 19.1514C12.1366 19.1514 14.1948 18.4523 15.8717 17.059L19.5578 20.7452C19.724 20.9114 19.9391 20.9896 20.1542 20.9896C20.3693 20.9896 20.5845 20.9065 20.7507 20.7452C21.0782 20.4176 21.0782 19.8847 20.7507 19.5523V19.5621ZM4.84747 15.3088C1.96309 12.4245 1.96309 7.73124 4.84747 4.84686C6.28966 3.40467 8.18651 2.68602 10.0785 2.68602C11.9704 2.68602 13.8673 3.40956 15.3095 4.84686C18.1938 7.73124 18.1938 12.4245 15.3095 15.3088C12.4251 18.1932 7.73185 18.1932 4.84747 15.3088Z' fill='%23020202' stroke='%23020202' stroke-width='0.5'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  width: 48px;
  height: 60px;
  background-size: 16px 16px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.RadionasHeader .BottomHeaderArea .linksGroups {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}
.RadionasHeader .BottomHeaderArea .group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  padding-left: 70px;
}
.RadionasHeader .BottomHeaderArea .group .groupTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.RadionasHeader .BottomHeaderArea .group .groupList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 138px;
  list-style: none;
  margin: 0;
  padding-inline-start: 0px;
}
.RadionasHeader .BottomHeaderArea .group .groupList > * {
  max-width: 150px;
  min-width: 130px;
  width: auto;
  font-size: 18px;
  line-height: 34px;
  margin-inline-end: 50px;
}
.RadionasHeader .BottomHeaderArea .group .groupList a:hover {
  text-decoration: underline;
  color: inherit;
}
.RadionasHeader .BottomHeaderArea .group .groupList a {
  text-decoration: none;
  color: inherit;
}
.DesktopModeContainer .radionas-header {
  display: contents;
}
@keyframes mymove {
  from {
    transform: translateY(-40px);
  }
  to {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1300px) {
  .accessibiltyFixedBtn {
    display: none !important;
  }
}
@media print {
  .RadionasHeader {
    display: none !important;
  }
  .RadionasHeader .accessibiltyFixedBtn {
    display: none !important;
  }
  body .butterflyButton {
    display: none !important;
  }
  body .grecaptcha-badge {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .RedMailComponenta {
    flex-direction: column !important;
    background-image: unset !important;
    background-color: unset !important;
    position: relative !important;
    border: none !important;
  }
  .RedMailComponenta .contentErrorMessage {
    display: block;
  }
  .RedMailComponenta .contentErrorMessage.terms-error {
    top: 0px !important;
  }
  .RedMailComponenta .redMailLeftSide {
    background-color: transparent !important;
    padding: calc(5vw * 1.7) calc(2.8125vw * 1.7) calc(10.15625vw * 1.7) !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    position: unset !important;
    max-width: unset !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline {
    display: flex;
    justify-content: center;
    background: none;
    font-size: 7.8125vw;
    align-items: baseline;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
    color: #020E24;
    font-weight: bold;
    margin-bottom: 4.6875vw !important;
    font-size: 7.8125vw !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline span {
    color: red;
  }
  .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineImage {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.19' height='29' viewBox='0 0 37.19 29'%3E %3Cg id='Icon-mail' transform='translate(2.09 1.5)'%3E %3Cpath id='Path_1535' data-name='Path 1535' d='M6.717,5.927h26a2.847,2.847,0,0,1,3,3v20a2.847,2.847,0,0,1-3,3h-26c-1.788,0-4-1.212-4-3v-20C2.717,7.139,4.929,5.927,6.717,5.927Z' transform='translate(-2.717 -5.927)' fill='none' stroke='%23de1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3Cpath id='Path_1536' data-name='Path 1536' d='M35.717,8.676l-16,12-17-12' transform='translate(-2.717 -5.676)' fill='none' stroke='%23de1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1.875vw !important;
    width: 4.375vw !important;
    height: 3.4375vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
    width: calc(9.375vw * 1.7) !important;
    height: calc(9.375vw * 1.7) !important;
    font-size: calc(1.5625vw * 1.7) !important;
  }
  .font-moses .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
    margin: 9.375vw auto ! important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop > p:nth-child(1) {
    margin-bottom: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop > p:nth-child(2) {
    margin-top: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
    margin-bottom: 4.6875vw !important;
    margin-top: 0 !important;
    font-size: 3.75vw !important;
    line-height: 4.375vw !important;
    text-align: start;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
    width: 100% !important;
    font-size: 3.75vw !important;
    font-weight: 500 !important;
    line-height: 5.3125vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    height: calc(22.34375vw * 1.7) !important;
    font-size: calc(2.34375vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .contentErrorMessage {
    color: red !important;
    position: relative !important;
    font-size: 3.125vw !important;
    top: 0px !important;
    left: 0px !important;
  }
  .RedMailComponenta .redMailLeftSide .contentErrorMessage.terms-error {
    top: 3.125vw !important;
    left: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload {
    margin-bottom: 6.25vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper {
    flex-direction: column !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
    font-size: calc(3.125vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper {
    display: flex !important;
    flex-direction: column;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
    margin-bottom: 0.78125vw !important;
    font-size: 2.8125vw !important;
    color: #020E24 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFileTitle {
    font-size: 2.8125vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .files-names-error-row {
    font-size: 2.8125vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName {
    width: 100% !important;
    overflow: hidden !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName .fileNameIcon {
    width: calc(7.03125vw * 1.7) !important;
    height: calc(6.5625vw * 1.7) !important;
    margin-right: calc(-0.46875vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .fileName input {
    height: calc(6.5625vw * 1.7) !important;
    border: solid 1px #9BA9C1 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileName {
    width: initial !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
    position: relative !important;
    width: 100% !important;
    margin-right: 0px !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
    font-size: calc(2.34375vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .fileDescription {
    margin-top: calc(1.25vw * 1.7) !important;
    font-size: calc(2.34375vw * 1.7) !important;
    line-height: calc(2.65625vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails {
    font-size: calc(3.125vw * 1.7) !important;
    align-items: center !important;
    margin: 0 0 calc(2.1875vw * 1.7) 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
    font-size: 3.75vw !important;
    font-weight: 600 !important;
    line-height: 4.375vw !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
    margin-bottom: calc(2.34375vw * 1.7) !important;
    font-size: calc(2.5vw * 1.7) !important;
    line-height: calc(3.4375vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
    width: 100% !important;
    position: relative !important;
    flex-direction: column !important;
    align-items: start !important;
    font-size: calc(4.6875vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .title {
    font-size: calc(3.4375vw * 1.7) !important;
    order: -1 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
    margin-bottom: unset !important;
    height: calc(7.8125vw * 1.7);
    position: initial !important;
    padding: 2.34375vw 1.25vw 2.34375vw 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    font-size: 3.75vw !important;
    font-weight: 400 !important;
    line-height: 5.3125vw !important;
    border: solid 1px #9BA9C1 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input::placeholder {
    opacity: 1 !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
    font-size: calc(1.875vw * 1.7) !important;
    line-height: calc(2.8125vw * 1.7) !important;
    width: fit-content !important;
    position: unset !important;
    margin-bottom: calc(0.58px * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField:last-child {
    padding-bottom: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .terms {
    font-size: calc(2.03125vw * 1.7) !important;
    height: unset !important;
    margin: calc(2.65625vw * 1.7) 0 calc(4.84375vw * 0.1) 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .submitButton {
    width: 100% !important;
    padding: 2.34375vw 22.65625vw 2.03125vw !important;
    align-self: center !important;
    margin-bottom: 1.5625vw !important;
    margin-top: 1.875vw !important;
    font-size: calc(2.34375vw * 1.7) !important;
  }
  .RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader {
    display: none !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    position: fixed !important;
    padding: 0 3.125vw;
    background-color: rgba(6, 41, 99, 0.86);
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .finish {
    width: 31.25vw !important;
    height: 31.25vw !important;
    margin-top: 0 !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .title {
    font-size: 7.8125vw !important;
    line-height: 9.375vw ! important;
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
    font-size: 7.8125vw !important;
    line-height: 9.375vw ! important;
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp .loading {
    width: calc(1.7 * 10.9375vw) !important;
    height: calc(1.7 * 10.9375vw) !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) {
  .RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFile .addFileTitle {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputField input {
    border: 1px solid #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea textarea {
    border-color: #fff !important;
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .RedMailTextArea .shareButtonsWrapper a div {
    color: #fff !important;
  }
  .RedMailComponenta .redMailLeftSide .terms .termsClick {
    color: #acacac !important;
    text-decoration: underline !important;
    text-decoration-color: #acacac !important;
    -webkit-text-decoration-color: #acacac !important;
  }
  .RedMailComponenta .redMailLeftSide .redMailPopUp {
    background-color: rgba(0, 0, 0, 0.85) !important;
  }
}
.RedMailComponenta {
  display: flex;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
}
.RedMailComponenta p {
  margin: 0;
}
.RedMailComponenta .redMailLeftSide {
  display: flex;
  flex-direction: column;
  max-width: 730px;
  padding: 40px 54px 36px;
  margin-top: 51px;
  margin-bottom: 77px;
  position: relative;
  border: none;
}
.RedMailComponenta .redMailLeftSide .redMailHeadline {
  display: flex;
  justify-content: center;
  background: none;
  font-size: 50px;
  line-height: 62px;
  align-items: baseline;
}
.RedMailComponenta .redMailLeftSide .redMailHeadline .headlineText {
  color: #020E24;
  font-weight: 700;
  margin-bottom: 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea {
  width: 100%;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop {
  text-align: center;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .TextAreaHeadline {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 23px 0 30px 0;
  font-size: 16px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(1),
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(2),
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper :nth-child(3) {
  background-size: cover;
  margin-left: 12px;
  text-decoration: none;
  color: #020202;
  width: 75px;
  height: 75px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .whatsappButton img {
  content: url("data:image/svg+xml,%3Csvg id='Group_153' data-name='Group 153' xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E %3Cg id='Group_163' data-name='Group 163'%3E %3Cg id='Group_152' data-name='Group 152'%3E %3Crect id='Rectangle_56' data-name='Rectangle 56' width='68' height='68' rx='34' fill='%2321cc47'/%3E %3C/g%3E %3Cpath id='Icon_simple-whatsapp' data-name='Icon simple-whatsapp' d='M22.179,18.23c-.382-.19-2.24-1.1-2.586-1.224s-.6-.19-.853.19-.977,1.222-1.2,1.473-.442.266-.819.1a10.287,10.287,0,0,1-3.046-1.882,11.5,11.5,0,0,1-2.1-2.624c-.221-.38-.024-.589.165-.78.172-.171.382-.437.572-.663a3.213,3.213,0,0,0,.376-.629.7.7,0,0,0-.032-.664c-.1-.19-.852-2.053-1.169-2.8s-.617-.646-.852-.646c-.218-.019-.47-.019-.724-.019a1.429,1.429,0,0,0-1.01.455,4.232,4.232,0,0,0-1.325,3.137,7.416,7.416,0,0,0,1.545,3.9,16.9,16.9,0,0,0,6.464,5.685c.905.38,1.61.608,2.16.8a5.244,5.244,0,0,0,2.383.153,3.9,3.9,0,0,0,2.555-1.808,3.138,3.138,0,0,0,.228-1.806c-.094-.171-.342-.266-.722-.437m-6.9,9.434h-.02A12.68,12.68,0,0,1,8.86,25.82L8.4,25.548,3.651,26.784l1.274-4.62-.3-.475A12.571,12.571,0,0,1,24.2,6.181a12.407,12.407,0,0,1,3.687,8.86A12.587,12.587,0,0,1,15.3,27.57M26.01,4.372A15.39,15.39,0,0,0,15.267,0,15.071,15.071,0,0,0,2.15,22.61L0,30.421l8.03-2.094a15.289,15.289,0,0,0,7.238,1.834h.008A15.134,15.134,0,0,0,30.421,15.082a14.95,14.95,0,0,0-4.43-10.661' transform='translate(18.789 18.793)' fill='%23fff'/%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .telegramButton {
  margin-right: 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .telegramButton img {
  content: url("data:image/svg+xml,%3Csvg id='Group_245' data-name='Group 245' xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E %3Crect id='Rectangle_58' data-name='Rectangle 58' width='68' height='68' rx='34' fill='%2318a9de'/%3E %3Cpath id='Icon_awesome-telegram-plane' data-name='Icon awesome-telegram-plane' d='M26.537,6.082l-4,19c-.3,1.338-.876,1.63-2,1l-6-4-3,3c-.327.327-1.37,0-2,0l1-6,11-10c.494-.44-.34-.44-1,0l-14,9-6-2c-1.314-.41-.611-1.37,1-2l23-9C25.631,4.671,26.894,4.411,26.537,6.082Z' transform='translate(20.463 17.918)' fill='%23fff'/%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .ynetSnappersButton {
  margin-right: 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .redMailTextAreaTop .shareButtonsWrapper .ynetSnappersButton img {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.545' height='67.549' viewBox='0 0 67.545 67.549'%3E %3Cg data-name='Group 280'%3E %3Cg data-name='ynet snappers logo'%3E %3Cg data-name='Group 239'%3E %3Cg data-name='Group 238'%3E %3Cg data-name='Group 237'%3E %3Cpath data-name='Path 1540' d='M0 34.933A33.773 33.773 0 1 0 33.773 1.159 33.773 33.773 0 0 0 0 34.933z' transform='translate(0 -1.159)' style='fill:%23de1a1a'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cg data-name='Group 265'%3E %3Cg data-name='Group 264'%3E %3Cg data-name='Group 263'%3E %3Cpath data-name='Path 1545' d='M410.611 239.86a2.187 2.187 0 0 0 1.371-.41 1.443 1.443 0 0 0 .534-1.22 1.215 1.215 0 0 0-.695-1.192 4.387 4.387 0 0 0-.75-.3 5.485 5.485 0 0 1-.524-.18 1.091 1.091 0 0 1-.382-.244.558.558 0 0 1-.143-.405.538.538 0 0 1 .276-.506 1.489 1.489 0 0 1 .736-.157 3.071 3.071 0 0 1 .695.092 1.926 1.926 0 0 1 .658.276v-.82a1.959 1.959 0 0 0-.64-.258 3.163 3.163 0 0 0-.722-.092 2.216 2.216 0 0 0-1.412.405 1.354 1.354 0 0 0-.511 1.123 1.271 1.271 0 0 0 .662 1.2 3.406 3.406 0 0 0 .736.313q.285.092.529.184a1.051 1.051 0 0 1 .391.244.564.564 0 0 1 .147.41.644.644 0 0 1-.258.562 1.1 1.1 0 0 1-.653.184 3.081 3.081 0 0 1-.81-.124 2.556 2.556 0 0 1-.773-.345v.829a2.169 2.169 0 0 0 .69.322 3.136 3.136 0 0 0 .848.109zm3.8-.1V238a2.342 2.342 0 0 1 .308-1.326.91.91 0 0 1 .768-.414.773.773 0 0 1 .616.267 1.335 1.335 0 0 1 .23.875v2.357h1v-2.449a2.434 2.434 0 0 0-.207-1.091 1.3 1.3 0 0 0-.547-.589 1.631 1.631 0 0 0-.773-.18 1.747 1.747 0 0 0-.833.2 1.465 1.465 0 0 0-.6.631v-.755h-.957v4.236zm4.964.046a1.485 1.485 0 0 0 1.288-.617v.571h.994v-2.486a1.766 1.766 0 0 0-.478-1.409 2.1 2.1 0 0 0-1.389-.405 4.619 4.619 0 0 0-.695.055 4.028 4.028 0 0 0-.75.193v.755a3.535 3.535 0 0 1 .672-.18 4.029 4.029 0 0 1 .626-.051 1.161 1.161 0 0 1 .759.212 1.078 1.078 0 0 1 .262.829 3.879 3.879 0 0 0-.745-.074 2.715 2.715 0 0 0-.948.157 1.467 1.467 0 0 0-.672.479 1.273 1.273 0 0 0-.248.8 1.118 1.118 0 0 0 .35.824 1.328 1.328 0 0 0 .975.345zm.267-.718a.629.629 0 0 1-.451-.166.6.6 0 0 1-.175-.46.56.56 0 0 1 .262-.5 1.148 1.148 0 0 1 .639-.17 3.609 3.609 0 0 1 .745.074v.166a1 1 0 0 1-.3.787 1.041 1.041 0 0 1-.715.267zm4.072 2.192v-1.961a1.523 1.523 0 0 0 1.233.525 1.928 1.928 0 0 0 .971-.249 1.8 1.8 0 0 0 .7-.737 2.525 2.525 0 0 0 .262-1.206 2.572 2.572 0 0 0-.253-1.2 1.77 1.77 0 0 0-.681-.732 1.843 1.843 0 0 0-.943-.249 1.768 1.768 0 0 0-.8.17 1.5 1.5 0 0 0-.561.483v-.6h-.92v5.755h.994zm1.049-2.219a.954.954 0 0 1-.791-.359 1.676 1.676 0 0 1-.285-1.059 1.6 1.6 0 0 1 .285-1.031 1.071 1.071 0 0 1 1.6.014 1.7 1.7 0 0 1 .29 1.073 1.521 1.521 0 0 1-.3 1.008.989.989 0 0 1-.794.351zm3.952 2.219v-1.961a1.523 1.523 0 0 0 1.233.525 1.928 1.928 0 0 0 .971-.249 1.8 1.8 0 0 0 .7-.737 2.525 2.525 0 0 0 .262-1.206 2.573 2.573 0 0 0-.253-1.2 1.77 1.77 0 0 0-.681-.732 1.843 1.843 0 0 0-.943-.249 1.768 1.768 0 0 0-.8.17 1.5 1.5 0 0 0-.561.483v-.6h-.92v5.755zm1.049-2.219a.954.954 0 0 1-.791-.359 1.677 1.677 0 0 1-.285-1.059 1.6 1.6 0 0 1 .285-1.031 1.071 1.071 0 0 1 1.6.014 1.694 1.694 0 0 1 .29 1.073 1.521 1.521 0 0 1-.3 1.008.989.989 0 0 1-.794.351zm4.872.774a4.614 4.614 0 0 0 .7-.06 5.274 5.274 0 0 0 .791-.189v-.746a4.477 4.477 0 0 1-1.334.212 2.242 2.242 0 0 1-.7-.1.866.866 0 0 1-.46-.355 1.579 1.579 0 0 1-.207-.746h2.88q.018-.138.028-.29t.009-.29a1.811 1.811 0 0 0-.488-1.354 1.847 1.847 0 0 0-1.352-.479 2.078 2.078 0 0 0-1.532.562 2.2 2.2 0 0 0-.566 1.63 2.751 2.751 0 0 0 .271 1.344 1.454 1.454 0 0 0 .777.668 3.391 3.391 0 0 0 1.187.189zm.681-2.624h-1.877a1.3 1.3 0 0 1 .354-.755.909.909 0 0 1 .649-.258.807.807 0 0 1 .616.244 1.188 1.188 0 0 1 .258.769zm2.857 2.551V238a2.085 2.085 0 0 1 .327-1.285.993.993 0 0 1 .805-.391q.138 0 .253.009a1 1 0 0 1 .207.037v-.838a1.789 1.789 0 0 0-.193-.046 1.084 1.084 0 0 0-.193-.018 1.383 1.383 0 0 0-.7.189 1.418 1.418 0 0 0-.538.594v-.727h-.957v4.236h.994zm3.391.083a2.085 2.085 0 0 0 1.219-.336 1.147 1.147 0 0 0 .483-1.008.943.943 0 0 0-.345-.815 2.915 2.915 0 0 0-.934-.419 2.4 2.4 0 0 1-.575-.221.442.442 0 0 1-.225-.414.354.354 0 0 1 .2-.336 1.152 1.152 0 0 1 .534-.106 3.626 3.626 0 0 1 .612.06 2.369 2.369 0 0 1 .584.17v-.755a1.74 1.74 0 0 0-.552-.18 3.635 3.635 0 0 0-.626-.06 1.981 1.981 0 0 0-1.233.345 1.106 1.106 0 0 0-.451.925 1 1 0 0 0 .327.815 2.472 2.472 0 0 0 .906.437 3.778 3.778 0 0 1 .57.23.42.42 0 0 1 .23.405.444.444 0 0 1-.184.382.848.848 0 0 1-.506.134 3.412 3.412 0 0 1-.676-.078 2.65 2.65 0 0 1-.685-.235v.755a2.643 2.643 0 0 0 1.325.3z' transform='translate(-381.108 -198.117)' style='fill:%23fff'/%3E %3Cpath data-name='Path 1546' d='M800.932 105.852a.654.654 0 0 1 .655.655v.968l1.662-.9a.654.654 0 0 1 .29-.079h.022a.655.655 0 0 1 .655.655v4.149a.654.654 0 0 1-.95.584l-1.679-.847v.738a.655.655 0 0 1-.655.655h-8.548a.655.655 0 0 1-.655-.655v-5.268a.655.655 0 0 1 .655-.655h8.548z' transform='translate(-742.482 -76.675)' style='fill-rule:evenodd;fill:%23fff'/%3E %3Cg data-name='Group 261'%3E %3Cpath data-name='Path 1547' d='M6.469 55.2v-6.444A2.188 2.188 0 0 0 4.17 46.4a3.156 3.156 0 0 0-2.543 1.3l-.187-.848a.4.4 0 0 0-.449-.339H.43a.4.4 0 0 0-.43.4V55.2a.433.433 0 0 0 .43.415h.86a.417.417 0 0 0 .41-.415v-5.106a2.089 2.089 0 0 1 2-2.224c.767 0 1.066.377 1.066 1.263V55.2a.433.433 0 0 0 .43.415h.86a.417.417 0 0 0 .411-.415m6.213-4.994H9.373c.187-1.96 1.047-2.431 1.72-2.431 1.159 0 1.552 1.225 1.589 2.431m1.739.867c0-3.449-1.5-4.674-3.384-4.674-2.075 0-3.44 1.79-3.44 4.617 0 3.091 1.44 4.693 3.983 4.693a5.171 5.171 0 0 0 2.319-.433.386.386 0 0 0 .243-.509l-.206-.6a.366.366 0 0 0-.5-.264 5.417 5.417 0 0 1-1.758.32c-1.645 0-2.225-.98-2.3-2.733h4.637a.416.416 0 0 0 .411-.415' transform='translate(27.561 -19.938)' style='fill-rule:evenodd;fill:%23fff'/%3E %3Cg data-name='Group 260'%3E %3Cpath data-name='Path 1548' d='m4.824 11.248-.093-.584a.353.353 0 0 0-.43-.3 3.254 3.254 0 0 1-.58.075c-.43 0-.636-.226-.636-.735V4.031h1.066a.4.4 0 0 0 .392-.415v-.509a.4.4 0 0 0-.392-.414H3.085V.318c0-.339-.243-.358-.524-.283L1.72.28a.464.464 0 0 0-.32.49v1.923H.393A.39.39 0 0 0 0 3.107v.509a.39.39 0 0 0 .393.415H1.4v5.955a1.691 1.691 0 0 0 1.944 1.9 4.317 4.317 0 0 0 1.2-.151.38.38 0 0 0 .28-.49' transform='translate(42.044 23.883)' style='fill-rule:evenodd;fill:%23fff'/%3E %3C/g%3E %3C/g%3E %3Cg data-name='Group 262'%3E %3Cpath data-name='Path 1549' d='M0 10.468A10.458 10.458 0 1 0 10.458 0 10.463 10.463 0 0 0 0 10.468z' style='fill:%23fff' transform='translate(5.218 23.29)'/%3E %3Cpath data-name='Path 1550' d='M123.673 73.369a.4.4 0 0 0-.38-.549h-1.267a.547.547 0 0 0-.57.444l-1.563 6.385c-.148.592-.253 1.121-.338 1.5a6.538 6.538 0 0 0-.19-1.29l-1.774-6.575a.587.587 0 0 0-.591-.464h-1.394a.378.378 0 0 0-.38.528l2.7 8.477a.529.529 0 0 0 .57.444h.718a6.948 6.948 0 0 1-.359 1.268 2.821 2.821 0 0 1-1.436 1.882l-.3.148a.512.512 0 0 0-.254.656l.444.867a.476.476 0 0 0 .634.233l.465-.211a4.333 4.333 0 0 0 2.365-3.044z' transform='translate(-103.573 -45.48)' style='fill-rule:evenodd;fill:%23de1a1a'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea[style] {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 11px 8px 0 0;
  border: solid 1px #9BA9C1;
  font-size: 18px;
  line-height: 24px;
  color: #020E24;
  resize: none;
  background-color: transparent;
  margin: 10px 0;
  font-weight: 300;
  border-radius: 5px;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper textarea[style]:focus {
  outline: none;
}
.RedMailComponenta .redMailLeftSide .RedMailTextArea .textAreaWrapper div {
  padding: 30px 0px 0 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload {
  position: relative;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  margin-top: 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButtonWrapper {
  position: relative;
  width: 350px;
  height: 60px;
  cursor: pointer;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .FilesUploadButton {
  background-color: #062963;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: white;
  border: 0px;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  top: 0;
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.46018e-07 7.46655L16 7.46655M8 -6.99382e-07L8 16' stroke='white' stroke-width='2'/%3E %3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper {
  display: flex;
  width: 100%;
  justify-content: start;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileText {
  font-size: 22px;
  margin: 0 0 0 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper {
  flex-direction: column;
  display: flex;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName {
  display: flex;
  width: 360px;
  margin-bottom: 12px;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .fileWrapper .fileName input {
  height: 60px;
  border: solid 1px #062963;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  flex-grow: 1;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile {
  font-size: 22px;
  margin-top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .textInstruction {
  display: flex;
  flex-direction: column;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFileTitle {
  color: #020E24;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.RedMailComponenta .redMailLeftSide .RedMailFilesUpload .addFileWrapper .addFileInputWrapper .addFile .addFilePlusIcon {
  width: 30px;
  height: 30px;
  content: "+";
  border: 1px solid #062963;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex-shrink: 0;
  margin-inline-end: 10px;
  box-sizing: border-box;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 32px 0 14px 0;
  align-items: flex-start;
  font-weight: bold;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsTitle {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  line-height: 27px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .ExtraDetailsSubTitle {
  margin-bottom: 30px;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField {
  box-sizing: border-box;
  position: relative;
  width: 350px;
  line-height: 1.33;
  padding-bottom: 30px;
  display: flex;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input[style],
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField input {
  height: 60px;
  font-size: 18px;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #9BA9C1 ;
  box-shadow: none;
  color: #020E24;
  background-color: transparent;
  flex-shrink: 0;
  width: 350px;
  font-weight: 300;
  border-radius: 5px;
  box-sizing: border-box;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails .inputFieldWrapper .inputField .redMail-error-validation {
  color: #B90302;
  position: absolute;
  bottom: 0;
  top: 68px;
  right: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
}
.RedMailComponenta .redMailLeftSide .RedMailExtraDetails a {
  text-decoration: none;
  color: #1417ac;
  font-weight: bold;
}
.RedMailComponenta .redMailLeftSide .terms {
  margin: 0;
  width: 100%;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}
.RedMailComponenta .redMailLeftSide .terms .checkBox {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.RedMailComponenta .redMailLeftSide .terms .termsClick {
  color: #020E24;
  font-weight: 600;
}
.RedMailComponenta .redMailLeftSide .submitButton {
  background-color: #062963;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
  padding: 16px 20px;
  margin-bottom: 5px;
  margin-top: 90px;
  align-self: center;
  justify-content: flex-start;
  cursor: pointer;
  height: 62px;
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Arrow 1' d='M31 9.12C31.5523 9.12 32 8.67228 32 8.12C32 7.56771 31.5523 7.12 31 7.12L31 9.12ZM0.292893 7.41289C-0.0976314 7.80341 -0.0976315 8.43657 0.292892 8.8271L6.65685 15.1911C7.04738 15.5816 7.68054 15.5816 8.07107 15.1911C8.46159 14.8005 8.46159 14.1674 8.07107 13.7768L2.41421 8.11999L8.07107 2.46314C8.46159 2.07261 8.46159 1.43945 8.07107 1.04893C7.68054 0.658401 7.04738 0.658401 6.65686 1.04893L0.292893 7.41289ZM31 7.12L1 7.11999L1 9.11999L31 9.12L31 7.12Z' fill='white'/%3E %3C/svg%3E");
  background-size: 30px 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
  width: 350px;
}
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper {
  position: relative;
  padding-left: 8px;
}
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 60px;
  bottom: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::before,
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::before {
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite alternate;
  animation-delay: 0s;
}
.RedMailComponenta .redMailLeftSide .submitButton .redmail-wrapper .redmail-loader::after {
  right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #474cdd;
  color: #474cdd;
  animation: redmail-loader 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes redmail-loader {
  0% {
    background-color: #2225b9;
  }
  50%,
  100% {
    background-color: #ebe6ff;
  }
}
.RedMailComponenta .redMailLeftSide .submitButton:disabled {
  background: #dddddd;
}
.RedMailComponenta .redMailLeftSide .contentErrorMessage {
  color: #B90302;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  margin: 0px 0px 13px 0;
}
.RedMailComponenta .redMailLeftSide .contentErrorMessage.terms-error {
  top: 70px;
  right: 40px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  margin: 0;
  justify-content: center;
  background-color: rgba(6, 41, 99, 0.86);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .finish {
  width: 200px;
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='2.5' y='2.5' width='195' height='195' rx='97.5' fill='white' stroke='%23B90302' stroke-width='5'/%3E %3Cpath d='M100.819 139.968C91.5082 139.968 82.1969 139.898 72.8857 139.999C68.2706 140.049 64.0813 138.778 60.3148 136.291C55.0781 132.835 51.6924 127.988 50.4854 121.765C50.1858 120.219 50.0458 118.62 50.043 117.044C50.0122 104.929 49.945 92.8149 50.0878 80.7033C50.1354 76.7604 51.712 73.1479 53.9691 69.9134C57.5256 64.8083 62.3142 61.5319 68.5087 60.4901C69.9621 60.2465 71.4435 60.0337 72.9109 60.0309C90.8333 60.0001 108.759 59.9805 126.681 60.0309C132.161 60.0449 137.073 61.7839 141.344 65.3208C145.519 68.7793 148.037 73.1983 149.157 78.421C149.521 80.1236 149.599 81.9131 149.605 83.6661C149.644 94.6604 149.644 105.655 149.616 116.646C149.602 121.944 148.163 126.848 144.878 131.037C141.397 135.473 136.888 138.453 131.262 139.461C129.406 139.794 127.496 139.94 125.608 139.954C117.347 140.004 109.086 139.976 100.825 139.976V139.971L100.819 139.968ZM58.5337 74.5313C58.3629 74.8113 58.2313 74.9821 58.1501 75.1725C57.282 77.1692 56.369 79.1911 56.3634 81.395C56.3242 93.5094 56.3522 105.624 56.3746 117.736C56.3746 118.66 56.411 119.612 56.6267 120.502C57.5648 124.37 59.4186 127.685 62.6419 130.141C65.3779 132.225 68.3939 133.588 71.8887 133.591C90.4076 133.608 108.924 133.608 127.443 133.6C129.543 133.6 131.573 133.115 133.449 132.202C139.669 129.183 143.133 124.126 143.228 117.273C143.391 105.422 143.167 93.5626 143.094 81.7086C143.08 79.5271 142.442 77.5109 141.512 75.5422C141.053 74.5705 140.775 74.6461 140.109 75.3182C131.708 83.7501 123.29 92.1653 114.866 100.575C114.132 101.308 113.385 102.051 112.545 102.65C109.554 104.773 106.328 106.274 102.612 106.744C98.4139 107.279 94.4318 106.744 90.6261 104.941C88.2542 103.818 86.2183 102.191 84.3672 100.359C79.3405 95.3857 74.3559 90.3674 69.3572 85.3659C65.8203 81.8262 62.2834 78.2866 58.5337 74.5313ZM62.7511 69.6894C63.0563 70.0114 63.286 70.2663 63.5268 70.5071C72.0372 79.0203 80.5363 87.5474 89.0663 96.041C92.6115 99.5695 96.8037 101.188 101.886 100.44C105.02 99.9783 107.692 98.6761 109.879 96.5114C118.607 87.8695 127.266 79.1575 135.947 70.4679C136.185 70.2299 136.404 69.975 136.687 69.667C135.771 69.1013 134.979 68.502 134.099 68.0848C131.234 66.7322 128.179 66.3345 125.032 66.3401C108.445 66.3653 91.861 66.3457 75.2744 66.3625C73.7874 66.3625 72.3004 66.5054 70.8106 66.5782C67.803 66.7238 65.2462 68.0008 62.7511 69.6922V69.6894Z' fill='%23B90302'/%3E %3C/svg%3E");
  margin-top: -50px;
  background-size: contain;
  margin-bottom: 50px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .loading {
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M90 45C90 54.7934 86.8051 64.3195 80.9002 72.1326C74.9953 79.9456 66.7028 85.619 57.2811 88.2917C47.8594 90.9645 37.823 90.4907 28.6951 86.9422C19.5671 83.3937 11.8459 76.9643 6.70335 68.6298C1.56076 60.2952 -0.722486 50.5105 0.200137 40.7606C1.12276 31.0107 5.20088 21.828 11.8156 14.606C18.4303 7.38404 27.2204 2.51709 36.852 0.743819C46.4835 -1.02945 56.4306 0.387763 65.1837 4.78038L61.6933 11.7357C54.4539 8.10268 46.227 6.93054 38.261 8.39716C30.2951 9.86377 23.025 13.8891 17.5542 19.8621C12.0834 25.8352 8.71057 33.4299 7.9475 41.4938C7.18443 49.5576 9.07282 57.6502 13.3261 64.5434C17.5794 71.4367 23.9653 76.7542 31.5147 79.689C39.0642 82.6239 47.3649 83.0157 55.1573 80.8052C62.9496 78.5946 69.8081 73.9023 74.6919 67.4404C79.5756 60.9785 82.218 53.0998 82.218 45L90 45Z' fill='url(%23paint0_linear)'/%3E %3Cpath d='M90 45C90 55.0855 86.612 64.8786 80.3796 72.808C74.1472 80.7374 65.4318 86.3432 55.6318 88.726C45.8318 91.1088 35.5155 90.1305 26.3381 85.9479C17.1608 81.7654 9.65449 74.6212 5.02377 65.6616L11.937 62.0885C15.7669 69.4987 21.9751 75.4075 29.5654 78.8667C37.1556 82.326 45.688 83.1351 53.7932 81.1644C61.8984 79.1936 69.1067 74.5572 74.2613 67.9991C79.4159 61.441 82.218 53.3414 82.218 45H90Z' fill='%23666666'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear' x1='6' y1='57.5' x2='64' y2='24.5' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%23666666'/%3E %3Cstop offset='1' stop-color='%23666666' stop-opacity='0'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .subTitle {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton {
  background-color: #B90302;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  border: 0px;
  padding: 16px 20px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 62px;
  border-radius: 5px;
  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-size: 30px 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
  width: 350px;
}
.RedMailComponenta .redMailLeftSide .redMailPopUp .popUpButton a {
  color: white;
  text-decoration: none;
}
.simple-audio-player {
  width: 300px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 16px;
  border-radius: 25px;
  border: 1px solid #222428;
  background-color: #fff;
}
.simple-audio-player .play-btn {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.simple-audio-player .pause {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85660'%3E %3Cg id='Group 85661'%3E %3Cg id='Group 85658'%3E %3Crect id='Rectangle 250' x='1' y='1.07996' width='6.47684' height='18' rx='2' fill='%23222428'/%3E %3Crect id='Rectangle 251' x='12.103' y='1.07996' width='6.47684' height='18' rx='2' fill='%23222428'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.simple-audio-player .play {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Group 85660'%3E %3Cpath id='Polygon 1' d='M17.3813 9.43552C17.9699 9.77538 17.9699 10.625 17.3813 10.9649L3.32445 19.0806C2.73581 19.4204 2 18.9956 2 18.3159L2 2.08448C2 1.40477 2.73581 0.979954 3.32445 1.31981L17.3813 9.43552Z' fill='%23222428'/%3E %3C/g%3E %3C/svg%3E");
}
.simple-audio-player .waveform-gif {
  width: 180px;
  height: 24px;
}
.simple-audio-player .duration {
  width: 28px;
  display: flex;
  justify-content: end;
  font-variant-numeric: tabular-nums;
  color: #222428;
  font-size: 14px;
  font-weight: 500;
}
.storiesAutoComponenta .storiesAutoComponentaTab .tabTitle {
  font-size: 36px;
  color: #020E24;
  font-weight: 700;
}
.storiesAutoComponenta .galleryWrapper {
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  align-content: flex-start;
}
.storiesAutoComponenta .galleryWrapper .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track {
  display: flex;
  height: 100%;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView.finished .MediaCarousel {
  border: 2px solid #B90302 !important;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .MediaCarousel {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #BCBCBC;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .MediaCarousel .SiteImageMedia {
  width: 100px;
  height: 100px;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-list .slick-track .slick-slide .slotView .contentDiv .slotTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  direction: rtl;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow {
  position: absolute;
  bottom: 65px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow.slick-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 284'%3E %3Ccircle id='Ellipse 3' cx='25' cy='25.3328' r='25' transform='rotate(-180 25 25.3328)' fill='%23062963'/%3E %3Cpath id='Arrow 8' d='M32.7307 26.3934C33.3164 25.8076 33.3164 24.8579 32.7307 24.2721L23.1847 14.7262C22.5989 14.1404 21.6492 14.1404 21.0634 14.7262C20.4776 15.3119 20.4776 16.2617 21.0634 16.8475L29.5487 25.3328L21.0634 33.818C20.4776 34.4038 20.4776 35.3536 21.0634 35.9394C21.6492 36.5252 22.5989 36.5252 23.1847 35.9394L32.7307 26.3934ZM30 26.8328L31.67 26.8328L31.67 23.8328L30 23.8328L30 26.8328Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  background-position: right center;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow.slick-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='50' viewBox='0 0 51 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 283'%3E %3Ccircle id='Ellipse 3' cx='25.771' cy='25' r='25' fill='%23062963'/%3E %3Cpath id='Arrow 8' d='M18.0403 23.9393C17.4545 24.5251 17.4545 25.4749 18.0403 26.0607L27.5863 35.6066C28.1721 36.1924 29.1218 36.1924 29.7076 35.6066C30.2934 35.0208 30.2934 34.0711 29.7076 33.4853L21.2223 25L29.7076 16.5147C30.2934 15.9289 30.2934 14.9792 29.7076 14.3934C29.1218 13.8076 28.1721 13.8076 27.5863 14.3934L18.0403 23.9393ZM20.771 23.5L19.101 23.5L19.101 26.5L20.771 26.5L20.771 23.5Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
}
.storiesAutoComponenta .galleryWrapper .slider .slick-arrow.slick-disabled {
  display: none !important;
}
.storiesAutoComponenta .closeBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  z-index: 9999;
  cursor: pointer;
}
.storiesAutoComponenta .storiesDisplayWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 48, 92, 0.9);
  z-index: 999;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide {
  height: 100%;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list {
  display: flex;
  transition: all 0.8s ease;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide.is-active .storyItems {
  width: unset !important;
  height: unset !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide.is-active .storyItems .storyPlaceholder {
  position: unset !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.muted .muteBtn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg id='Volume' opacity='0.995'%3E %3Cpath id='MUTE' d='M8.96,15.7,5.252,12H1a1,1,0,0,1-1-1V5A1,1,0,0,1,1,4H5.252L8.96.293A1,1,0,0,1,10.667,1V15a1,1,0,0,1-1.008,1A.979.979,0,0,1,8.96,15.7Zm10.08-3.941L17.158,9.882l-1.882,1.882a.665.665,0,0,1-.941,0l-.941-.941a.667.667,0,0,1,0-.941L15.275,8,13.393,6.117a.665.665,0,0,1,0-.941l.941-.941a.666.666,0,0,1,.941,0l1.883,1.883L19.04,4.234a.667.667,0,0,1,.941,0l.941.941a.665.665,0,0,1,0,.941L19.04,8l1.883,1.883a.665.665,0,0,1,0,.941l-.941.941a.665.665,0,0,1-.941,0Z' transform='translate(3 7)' fill='%23fff'/%3E %3Crect id='Rectangle' width='30' height='30' fill='none'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.firstStory .storyArrowPrev {
  display: none;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.lastStory .storyArrowNext {
  display: none;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems {
  position: relative;
  width: 200px;
  height: 335px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory {
  position: relative;
  z-index: 9;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent {
  justify-content: center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) {
  display: block !important;
  color: #fff;
  font-size: 24px;
  left: 50% !important;
  transform: translateX(-50%);
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span :first-child {
  background-color: #062963;
  padding: 10px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2).upper-right {
  top: 98px !important;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2).lower-right {
  top: unset !important;
  bottom: 40px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory.withHeader .storyContainer .storyContent :nth-child(2) div span:first-child {
  font-size: 22px !important;
  font-weight: 700;
  padding: 10px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyContent :nth-child(2) {
  display: none;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .progressArray {
  flex-direction: row !important;
  max-width: 90% !important;
  top: 20px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer {
  position: relative;
  flex-direction: row-reverse !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer .storyArrow {
  position: absolute;
  bottom: 295px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px !important;
  height: 50px !important;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer .storyArrowPrev {
  right: -65px;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 283'%3E %3Ccircle id='Ellipse 3' cx='25.0625' cy='25.6135' r='25' transform='rotate(-180 25.0625 25.6135)' fill='white'/%3E %3Cpath id='Arrow 8' d='M32.7932 26.6742C33.3789 26.0884 33.3789 25.1387 32.7932 24.5529L23.2472 15.0069C22.6614 14.4211 21.7117 14.4211 21.1259 15.0069C20.5401 15.5927 20.5401 16.5425 21.1259 17.1282L29.6112 25.6135L21.1259 34.0988C20.5401 34.6846 20.5401 35.6343 21.1259 36.2201C21.7117 36.8059 22.6614 36.8059 23.2472 36.2201L32.7932 26.6742ZM30.0625 27.1135L31.7325 27.1135L31.7325 24.1135L30.0625 24.1135L30.0625 27.1135Z' fill='%23062963'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .storyContainer .storyArrowsContainer .storyArrowNext {
  left: -65px;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 23'%3E %3Ccircle id='Ellipse 3' cx='25.9375' cy='25.6135' r='25' fill='white'/%3E %3Cpath id='Arrow 8' d='M18.2068 24.5529C17.6211 25.1387 17.6211 26.0884 18.2068 26.6742L27.7528 36.2201C28.3386 36.8059 29.2883 36.8059 29.8741 36.2201C30.4599 35.6343 30.4599 34.6846 29.8741 34.0988L21.3888 25.6135L29.8741 17.1282C30.4599 16.5425 30.4599 15.5927 29.8741 15.0069C29.2883 14.4211 28.3386 14.4211 27.7528 15.0069L18.2068 24.5529ZM20.9375 24.1135L19.2675 24.1135L19.2675 27.1135L20.9375 27.1135L20.9375 24.1135Z' fill='%23062963'/%3E %3C/g%3E %3C/svg%3E");
  background-position: right center;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails {
  background-color: #020E24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 60px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .MediaCarousel {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .MediaCarousel .SiteImageMedia {
  height: 50px;
  width: 50px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .mediaArea .slotTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .mainStory .moreDetails .shareBtn {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15.5' r='15' fill='%23D80000'/%3E %3Cg clip-path='url(%23clip0_4892_37855)'%3E %3Cpath d='M19.7748 17.9171C18.9985 17.4706 18.0373 17.627 17.4402 18.2441L12.808 15.8498C12.8506 15.6166 12.8506 15.3834 12.808 15.1559L17.4402 12.7616C17.807 13.137 18.3075 13.3445 18.8193 13.3445C19.1435 13.3445 19.4734 13.2621 19.7776 13.0886C20.6933 12.5597 21.0089 11.3825 20.48 10.4668C20.2241 10.0232 19.8089 9.70474 19.3141 9.57109C18.8193 9.43744 18.3018 9.50569 17.8582 9.76161C17.0933 10.2024 16.7492 11.0924 16.9625 11.9085L12.3928 14.2716C11.8042 13.572 10.7805 13.3701 9.96435 13.8422C9.04303 14.3682 8.72739 15.5427 9.2563 16.4611C9.61175 17.0754 10.2572 17.4223 10.9226 17.4223C11.2468 17.4223 11.5767 17.3398 11.8809 17.1664C12.0771 17.0526 12.2478 16.9076 12.3899 16.737L16.9596 19.1C16.8771 19.4185 16.8743 19.754 16.9596 20.081C17.0933 20.5758 17.4089 20.991 17.8553 21.2469C18.1511 21.4175 18.4809 21.5057 18.8136 21.5057C18.9814 21.5057 19.1492 21.4829 19.3141 21.4403C19.8089 21.3066 20.2241 20.991 20.48 20.5445C21.0089 19.6289 20.6933 18.4517 19.7776 17.9227L19.7748 17.9171ZM18.3444 10.6062C18.4895 10.5237 18.6516 10.481 18.8136 10.481C18.8961 10.481 18.9786 10.4924 19.0582 10.5123C19.2999 10.5777 19.5046 10.7341 19.6298 10.9502C19.8885 11.3995 19.735 11.9768 19.2857 12.2355C19.0667 12.3607 18.8136 12.3948 18.5719 12.3294C18.3302 12.264 18.1255 12.1076 18.0004 11.8915C17.7416 11.4422 17.8952 10.8649 18.3444 10.6062ZM11.389 16.3161C11.17 16.4412 10.917 16.4754 10.6753 16.41C10.4335 16.3445 10.2288 16.1882 10.1037 15.972C9.84492 15.5227 9.99848 14.9455 10.4478 14.6867C10.5956 14.6014 10.7577 14.5616 10.917 14.5616C11.2411 14.5616 11.5596 14.7294 11.7331 15.0308C11.8582 15.2498 11.8923 15.5028 11.8269 15.7445C11.7615 15.9863 11.6051 16.191 11.389 16.3161ZM19.6298 20.0526C19.5046 20.2716 19.3027 20.4251 19.0582 20.4905C18.8165 20.5559 18.5634 20.5218 18.3444 20.3967C18.1255 20.2716 17.9719 20.0697 17.9065 19.8251C17.8411 19.5834 17.8753 19.3303 18.0004 19.1114C18.1738 18.81 18.4923 18.6422 18.8165 18.6422C18.9757 18.6422 19.1378 18.682 19.2857 18.7673C19.735 19.0261 19.8885 19.6033 19.6298 20.0526Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4892_37855'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(9 9.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  height: 355px;
  background-color: #E3E3E3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder .slotTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder .MediaCarousel {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #BCBCBC;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView .storyItems .storyPlaceholder .MediaCarousel .SiteImageMedia {
  height: 100px;
  width: 100px;
}
.storiesAutoComponenta .storiesDisplayWrapper .splide--slide .splide__track .splide__list .splide__slide .slotView.videoStory .muteBtn {
  top: 40px;
  right: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E %3Cg style='opacity:.995'%3E %3Cpath d='M8.96 3.419 5.252 7.125H1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h4.252L8.96 18.83a1 1 0 0 0 1.707-.707v-14a1 1 0 0 0-1.707-.704zm9.721-2.129a1.008 1.008 0 1 0-1.107 1.686 9.735 9.735 0 0 1 0 16.3 1.008 1.008 0 1 0 1.107 1.685 11.751 11.751 0 0 0 0-19.669zM20 11.124a7.693 7.693 0 0 0-3.574-6.51 1 1 0 0 0-1.38.311 1.012 1.012 0 0 0 .309 1.39 5.694 5.694 0 0 1 0 9.618 1.012 1.012 0 0 0-.309 1.39 1 1 0 0 0 1.38.311A7.692 7.692 0 0 0 20 11.124zm-5.907-3.2a1 1 0 1 0-.965 1.752 1.642 1.642 0 0 1 0 2.9 1 1 0 1 0 .965 1.752 3.643 3.643 0 0 0 0-6.406z' transform='translate(3 3.875)' style='fill:%23fff'/%3E %3Cpath style='fill:none' d='M0 0h30v30H0z'/%3E %3C/g%3E %3C/svg%3E") no-repeat center center / cover;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 99999;
  cursor: pointer;
}
.storiesAutoComponenta .splide__container {
  box-sizing: border-box;
  position: relative;
}
.storiesAutoComponenta .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.storiesAutoComponenta .splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.storiesAutoComponenta .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;
}
.storiesAutoComponenta .splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.storiesAutoComponenta .splide__progress__bar {
  width: 0;
}
.storiesAutoComponenta .splide {
  position: relative;
  visibility: hidden;
}
.storiesAutoComponenta .splide.is-initialized,
.storiesAutoComponenta .splide.is-rendered {
  visibility: visible;
}
.storiesAutoComponenta .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;
}
.storiesAutoComponenta .splide__slide img {
  vertical-align: bottom;
}
.storiesAutoComponenta .splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  contain: strict;
  display: inline-block;
  height: 20px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}
.storiesAutoComponenta .splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.storiesAutoComponenta .splide__toggle.is-active .splide__toggle__play,
.storiesAutoComponenta .splide__toggle__pause {
  display: none;
}
.storiesAutoComponenta .splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.storiesAutoComponenta .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.storiesAutoComponenta .splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.storiesAutoComponenta .splide__track--fade > .splide__list {
  display: block;
}
.storiesAutoComponenta .splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.storiesAutoComponenta .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.storiesAutoComponenta .splide--rtl {
  direction: rtl;
}
.storiesAutoComponenta .splide__track--ttb > .splide__list {
  display: block;
}
.storiesAutoComponenta .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.storiesAutoComponenta .splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.storiesAutoComponenta .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.storiesAutoComponenta .splide__arrow:disabled {
  opacity: 0.3;
}
.storiesAutoComponenta .splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__arrow--prev {
  left: 1em;
}
.storiesAutoComponenta .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.storiesAutoComponenta .splide__arrow--next {
  right: 1em;
}
.storiesAutoComponenta .splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.storiesAutoComponenta .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}
.storiesAutoComponenta .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.storiesAutoComponenta .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.storiesAutoComponenta .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.storiesAutoComponenta .splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.storiesAutoComponenta .splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .storiesAutoComponenta .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .storiesAutoComponenta .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .storiesAutoComponenta .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .storiesAutoComponenta .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .storiesAutoComponenta .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.storiesAutoComponenta .splide__toggle {
  cursor: pointer;
}
.storiesAutoComponenta .splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.storiesAutoComponenta .splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.storiesAutoComponenta .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.storiesAutoComponenta .splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.storiesAutoComponenta .splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.storiesAutoComponenta .splide__pagination--ttb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  inset: 0 .5em 0 auto;
  padding: 1em 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .radionasTagPageComponenta .linksSwitchPageNum a {
    margin: 0 4.6875vw 3.125vw 4.6875vw !important;
    font-size: 3.75vw !important;
    text-decoration: underline;
    color: #062963;
    font-weight: 600;
  }
  .radionasTagPageComponenta .componentaTab {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 3.125vw !important;
    height: 7.1875vw !important;
    margin-bottom: 2.5vw !important;
  }
  .radionasTagPageComponenta .multiArticleTab {
    font-size: 5.625vw !important;
    font-weight: 700 !important;
    color: #020E24 !important;
  }
  .radionasTagPageComponenta .slotContentDiv {
    height: 100% !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent {
    margin: 0 3.125vw !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView {
    margin: 0 0 2.5vw !important;
    padding: 0 0 2.5vw !important;
    position: relative;
    border-bottom: 1px solid #DEE1E7 !important;
    gap: 3.125vw !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView {
    width: 29.6875vw !important;
    height: 16.71875vw !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView .videoIcon {
    width: 3.90625vw !important;
    height: 3.90625vw !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .moreDetails {
    font-size: 3.125vw !important;
    line-height: 4.0625vw !important;
    color: #062963 !important;
    bottom: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .moreDetails .authorInfo {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .moreDetails .dateView {
    font-size: 3.125vw !important;
    line-height: 4.0625vw !important;
    color: #062963 !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    flex-direction: column;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
    font-size: 3.75vw !important;
    font-weight: 600 !important;
    line-height: 4.375vw !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    max-height: 9.375vw;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  body:has(.tags-page-main-radionas) {
    background-color: #020202;
  }
  .radionasTagPageComponenta .componentaTab.multiArticleTab[style] {
    color: #fff !important;
    background-color: #020202 !important;
  }
  .radionasTagPageComponenta .slotTitle,
  .radionasTagPageComponenta .slotTitle a {
    color: #fff !important;
  }
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .moreDetails,
  .radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .moreDetails .dateView {
    color: #c5c5c5 !important;
  }
  .radionasTagPageComponenta .linksSwitchPageNum a {
    color: #fff !important;
  }
  .radionasTagPageComponenta .linksSwitchPageNum a:hover {
    color: #b3b0b0 !important;
  }
}
.radionasTagPageComponenta {
  display: flex;
  flex-direction: column;
}
.radionasTagPageComponenta .multiArticleTab {
  font-size: 36px;
  font-weight: 700;
  color: #020E24;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent {
  display: flex;
  flex-direction: row;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  margin-right: 0 !important;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView {
  display: inline-flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DEE1E7;
  gap: 20px;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView:first-child {
  margin-top: unset;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView a {
  text-decoration: none;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView {
  width: 190px;
  height: 107px;
  overflow: hidden;
  padding: 0;
  font-size: 10px;
  position: relative;
  border: none;
  border-radius: 5px;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .imageView > img {
  width: 100%;
  height: 100%;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle {
  font-weight: 600;
  line-height: 27px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotTitle a {
  color: #020E24;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle {
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .slotSubTitle a {
  color: #020E24;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails {
  line-height: 20px;
  margin-bottom: 0px;
  color: #062963;
  font-size: 16px;
  position: absolute;
  bottom: 0%;
  font-weight: 400;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .textDiv .moreDetails .dateView {
  flex-shrink: 0;
}
.radionasTagPageComponenta .slotContentDiv .slotsContent .slotList .slotView .commaView {
  margin: 5px;
}
.radionasTagPageComponenta .linksSwitchPageNum {
  display: flex;
  justify-content: space-between;
}
.radionasTagPageComponenta .linksSwitchPageNum a {
  color: #062963;
  font-size: 18px;
  text-decoration: underline;
  line-height: 24px;
  font-weight: 600;
}
.radionasTagPageComponenta .linksSwitchPageNum a:hover {
  color: #062963;
}
.TopStoryRadionasComponenta {
  display: flex;
  overflow: hidden;
}
.TopStoryRadionasComponenta h1 {
  margin-top: 0;
}
.TopStoryRadionasComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryRadionasComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryRadionasComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryRadionasComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryRadionasComponenta .slotView .moreInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #062963;
}
.TopStoryRadionasComponenta .slotView .textDiv {
  position: relative;
}
.TopStoryRadionasComponenta .slotView .textDiv > a {
  height: 100%;
}
.TopStoryRadionasComponenta.wide {
  height: 461px;
}
.TopStoryRadionasComponenta.wide .textDiv {
  padding: 0px 0px 0px 20px;
}
.TopStoryRadionasComponenta.wide .textDiv > a,
.TopStoryRadionasComponenta.wide .textDiv > span {
  padding: 0;
}
.TopStoryRadionasComponenta.wide .slotTitle {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 16px;
}
.TopStoryRadionasComponenta.wide .slotTitle *[style] {
  color: #020E24 ! important;
}
.TopStoryRadionasComponenta.wide .slotSubTitle {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 16px;
}
.TopStoryRadionasComponenta.wide .slotSubTitle *[style] {
  color: #020E24 ! important;
}
.TopStoryRadionasComponenta.wide .moreInfo {
  font-size: 16px;
}
.TopStoryRadionasComponenta.basic {
  height: 770px;
}
.TopStoryRadionasComponenta.basic .slotView {
  flex-direction: column;
}
.TopStoryRadionasComponenta.basic .textDiv {
  order: 1;
  padding: 30px 0;
  box-sizing: border-box;
}
.TopStoryRadionasComponenta.basic .textDiv > a,
.TopStoryRadionasComponenta.basic .textDiv > span {
  padding: 0px;
}
.TopStoryRadionasComponenta.basic .slotTitle {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  margin: 0 0 16px;
}
.TopStoryRadionasComponenta.basic .slotTitle *[style] {
  color: #020E24 ! important;
}
.TopStoryRadionasComponenta.basic .slotSubTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 0 16px;
}
.TopStoryRadionasComponenta.basic .slotSubTitle *[style] {
  color: #020E24 ! important;
}
.TopStoryRadionasComponenta.basic .mediaArea {
  order: 0;
}
.TopStoryRadionasComponenta.special {
  height: 919px;
  background-color: #B90302;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.TopStoryRadionasComponenta.special .slotView {
  flex-direction: column;
}
.TopStoryRadionasComponenta.special .textDiv {
  order: 1;
  padding: 30px 70px;
}
.TopStoryRadionasComponenta.special .textDiv > a,
.TopStoryRadionasComponenta.special .textDiv > span {
  padding: 0px;
  color: #fff !important;
}
.TopStoryRadionasComponenta.special .slotTitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin: 0 0 16px;
  color: #fff !important;
}
.TopStoryRadionasComponenta.special .slotTitle span[style] {
  color: #fff !important;
}
.TopStoryRadionasComponenta.special .slotSubTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 16px;
  color: #fff !important;
}
.TopStoryRadionasComponenta.special .slotSubTitle span[style] {
  color: #fff !important;
}
.TopStoryRadionasComponenta.special .moreInfo {
  color: #fff;
  font-weight: 400;
}
.TopStoryRadionasComponenta.special .mediaArea {
  order: 0;
  border-radius: 10px 10px 0 0;
}
.TopStoryRadionasComponenta.special .mediaArea .labelText[style] {
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  min-width: 168px;
  padding: 12px;
  display: flex;
  justify-content: center;
}
.TopStoryRadionasComponenta.special .mediaArea .labelText[style] span {
  text-align: center;
}
.TopStoryRadionasComponenta.special .mediaArea .labelText[style].bottom {
  bottom: 0 ! important;
}
.TopStoryRadionasComponenta.special .mediaArea .labelText[style].left {
  left: 30px !important;
}
.TopStoryRadionasComponenta.special .mediaArea .labelText[style].right {
  right: 30px !important;
}
.TopStoryRadionasComponenta.special .mediaArea .labelText[style].top {
  top: 30px ! important;
  border-radius: 5px 5px 0px 0px;
}
.TopStoryRadionasComponenta .mediaArea {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.TopStoryRadionasComponenta .mediaArea .GalleryPaging {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 10px;
  left: 23px;
  justify-content: center;
}
.TopStoryRadionasComponenta .mediaArea .GalleryPaging button {
  margin: 4px 0;
  width: 10px;
  height: 10px ! important;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
}
.TopStoryRadionasComponenta .mediaArea .GalleryPaging button.selected {
  border: 2px solid #fff;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.TopStoryRadionasComponenta .mediaArea .labelText[style] {
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: #B90302;
  line-height: 24px;
  height: 38px;
  display: flex;
  align-items: center;
  padding: 12px;
  width: auto;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
}
.TopStoryRadionasComponenta .mediaArea .labelText[style].bottom {
  bottom: 0 ! important;
}
.TopStoryRadionasComponenta .mediaArea .labelText[style].top {
  top: 0 !important;
  border-radius: 0px 0px 5px 5px;
}
.TopStoryRadionasComponenta .mediaArea .labelText[style].mediaItemLabel {
  z-index: 2;
  color: #fff;
  height: 35px;
  background: #000;
  font-size: 24px !important;
  border-right: 4px solid #B90302;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: normal;
  max-width: calc(100% - 36px);
  width: auto;
  overflow: hidden;
  line-height: 35px;
  flex-wrap: wrap;
}
.TopStoryRadionasComponenta .mediaArea .labelText[style].mediaItemLabel span {
  height: 100%;
  overflow: hidden;
  line-height: 35px;
}
.TopStoryRadionasComponenta .mediaArea .MarketingSign:hover {
  height: 50px !important;
}
.TopStoryRadionasComponenta .mediaArea .MarketingSign:hover .marketingText {
  padding: 8px 41px 8px 8px !important;
}
.TopStoryRadionasComponenta .textDiv {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.TopStoryRadionasComponenta .textDiv .slotTitle {
  flex-shrink: 0;
}
.TopStoryRadionasComponenta .textDiv a,
.TopStoryRadionasComponenta .textDiv a:hover {
  text-decoration: none !important;
  color: inherit ! important;
}
.TopStoryRadionasComponenta.AuthorOnMode.wide .slotView .textDiv .slotTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.TopStoryRadionasComponenta.AuthorOnMode.wide .slotView .textDiv .slotSubTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.radionasVideoGalleryVerticalComponenta.editMode .frame_forList,
.radionasVideoGalleryVerticalAutoComponenta.editMode .frame_forList {
  pointer-events: none;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper {
  position: relative;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .rightTitleText,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .videoGalleryVerticalTab .rightTitleText {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  line-height: 43px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .closeBtn,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .closeBtn {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.25 20.8098L2.44019 2' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.0598 2.19019L2.25 21' stroke='white' stroke-width='3.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 70px;
  z-index: 99;
  cursor: pointer;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent {
  position: relative;
  overflow: hidden;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn {
  position: absolute;
  bottom: 215px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border: 0;
  z-index: 10;
  cursor: pointer;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn:disabled,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .arrowBtn:disabled {
  display: none;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollLeft,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollLeft {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 284'%3E %3Ccircle id='Ellipse 3' cx='25' cy='25.3328' r='25' transform='rotate(-180 25 25.3328)' fill='%23062963'/%3E %3Cpath id='Arrow 8' d='M32.7307 26.3934C33.3164 25.8076 33.3164 24.8579 32.7307 24.2721L23.1847 14.7262C22.5989 14.1404 21.6492 14.1404 21.0634 14.7262C20.4776 15.3119 20.4776 16.2617 21.0634 16.8475L29.5487 25.3328L21.0634 33.818C20.4776 34.4038 20.4776 35.3536 21.0634 35.9394C21.6492 36.5252 22.5989 36.5252 23.1847 35.9394L32.7307 26.3934ZM30 26.8328L31.67 26.8328L31.67 23.8328L30 23.8328L30 26.8328Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
  transform: rotate(180deg);
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollRight,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .scrollRight {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 284'%3E %3Ccircle id='Ellipse 3' cx='25' cy='25.3328' r='25' transform='rotate(-180 25 25.3328)' fill='%23062963'/%3E %3Cpath id='Arrow 8' d='M32.7307 26.3934C33.3164 25.8076 33.3164 24.8579 32.7307 24.2721L23.1847 14.7262C22.5989 14.1404 21.6492 14.1404 21.0634 14.7262C20.4776 15.3119 20.4776 16.2617 21.0634 16.8475L29.5487 25.3328L21.0634 33.818C20.4776 34.4038 20.4776 35.3536 21.0634 35.9394C21.6492 36.5252 22.5989 36.5252 23.1847 35.9394L32.7307 26.3934ZM30 26.8328L31.67 26.8328L31.67 23.8328L30 23.8328L30 26.8328Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  background-position: right center;
  transform: rotate(0deg);
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView {
  display: flex !important;
  overflow: hidden;
  justify-content: center;
  width: 273px;
  height: 491px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 1px 3px 0 rgba(218, 218, 221, 0.8);
  margin-left: 20px;
  position: relative;
  border-radius: 5px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView:last-child {
  margin-left: 0 !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView::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.5) 75%, rgba(0, 0, 0, 0.8) 100%);
  left: 50%;
  transform: translateX(-50%);
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered .contentDiv,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView.hovered .contentDiv {
  animation: fadeOut 2.5s ease forwards;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea img {
  width: 273px;
  height: 491px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  background-color: rgba(33, 48, 92, 0.8);
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: flex-end;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .imageArea .imageOverlay .overlayText {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: end;
  padding: 0.625rem;
  line-height: 1.2;
  overflow: hidden;
  height: 1.875rem;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoTitle {
  text-align: right;
  margin: 0 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration {
  margin: 20px 0 15px 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12px;
  direction: ltr;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper .slotView .contentDiv .videoDuration .durationLogo,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .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: 10px;
  height: 12px;
  margin-inline-end: 5px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 48, 92, 0.9);
  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;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: unset;
  flex-grow: 1;
  overflow: hidden;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-list,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-list {
  order: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-top: 10px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track {
  display: flex;
  height: 100%;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem {
  display: flex !important;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 714px;
  cursor: pointer;
  overflow: initial;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  opacity: 0;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .shareBtn,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .shareBtn {
  background: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15.5' r='15' fill='%23D80000'/%3E %3Cg clip-path='url(%23clip0_4892_37855)'%3E %3Cpath d='M19.7748 17.9171C18.9985 17.4706 18.0373 17.627 17.4402 18.2441L12.808 15.8498C12.8506 15.6166 12.8506 15.3834 12.808 15.1559L17.4402 12.7616C17.807 13.137 18.3075 13.3445 18.8193 13.3445C19.1435 13.3445 19.4734 13.2621 19.7776 13.0886C20.6933 12.5597 21.0089 11.3825 20.48 10.4668C20.2241 10.0232 19.8089 9.70474 19.3141 9.57109C18.8193 9.43744 18.3018 9.50569 17.8582 9.76161C17.0933 10.2024 16.7492 11.0924 16.9625 11.9085L12.3928 14.2716C11.8042 13.572 10.7805 13.3701 9.96435 13.8422C9.04303 14.3682 8.72739 15.5427 9.2563 16.4611C9.61175 17.0754 10.2572 17.4223 10.9226 17.4223C11.2468 17.4223 11.5767 17.3398 11.8809 17.1664C12.0771 17.0526 12.2478 16.9076 12.3899 16.737L16.9596 19.1C16.8771 19.4185 16.8743 19.754 16.9596 20.081C17.0933 20.5758 17.4089 20.991 17.8553 21.2469C18.1511 21.4175 18.4809 21.5057 18.8136 21.5057C18.9814 21.5057 19.1492 21.4829 19.3141 21.4403C19.8089 21.3066 20.2241 20.991 20.48 20.5445C21.0089 19.6289 20.6933 18.4517 19.7776 17.9227L19.7748 17.9171ZM18.3444 10.6062C18.4895 10.5237 18.6516 10.481 18.8136 10.481C18.8961 10.481 18.9786 10.4924 19.0582 10.5123C19.2999 10.5777 19.5046 10.7341 19.6298 10.9502C19.8885 11.3995 19.735 11.9768 19.2857 12.2355C19.0667 12.3607 18.8136 12.3948 18.5719 12.3294C18.3302 12.264 18.1255 12.1076 18.0004 11.8915C17.7416 11.4422 17.8952 10.8649 18.3444 10.6062ZM11.389 16.3161C11.17 16.4412 10.917 16.4754 10.6753 16.41C10.4335 16.3445 10.2288 16.1882 10.1037 15.972C9.84492 15.5227 9.99848 14.9455 10.4478 14.6867C10.5956 14.6014 10.7577 14.5616 10.917 14.5616C11.2411 14.5616 11.5596 14.7294 11.7331 15.0308C11.8582 15.2498 11.8923 15.5028 11.8269 15.7445C11.7615 15.9863 11.6051 16.191 11.389 16.3161ZM19.6298 20.0526C19.5046 20.2716 19.3027 20.4251 19.0582 20.4905C18.8165 20.5559 18.5634 20.5218 18.3444 20.3967C18.1255 20.2716 17.9719 20.0697 17.9065 19.8251C17.8411 19.5834 17.8753 19.3303 18.0004 19.1114C18.1738 18.81 18.4923 18.6422 18.8165 18.6422C18.9757 18.6422 19.1378 18.682 19.2857 18.7673C19.735 19.0261 19.8885 19.6033 19.6298 20.0526Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4892_37855'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(9 9.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover;
  width: 30px;
  height: 30px;
  z-index: 10;
  margin: 0 0 10px 15px;
  cursor: pointer;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper {
  background-color: #fff;
  width: 200px;
  height: 190px;
  transform: translateX(-33%);
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  top: -200px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper::before,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareIcon {
  width: 38px;
  height: 37px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .mediaShareText {
  color: #000;
  font-size: 11px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .twitter,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .twitter {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath d='M12.0344 12L17.4859 19.2855L12 25.2089H13.2347L18.0377 20.0227L21.9182 25.2089H26.1198L20.3615 17.5137L25.4678 12H24.233L19.8099 16.7762L16.236 12H12.0344ZM13.8501 12.909H15.7803L24.3039 24.2999H22.3737L13.8501 12.909Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .facebook,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .facebook {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M20.9814 11C22.7507 11 24 11.2274 24 11.2274V13.7841C24 13.7841 23.6125 13.7921 22.651 13.7934L22.2013 13.7948C20.8997 13.7948 20.2734 14.4704 20.2734 15.5313L20.2717 17.4404H23.6125L23.0549 20.6071L20.2717 20.6057L20.2734 28H16.2034L16.2017 20.6057L13 20.6071V17.4404H16.2017L16.2034 15.3761C16.2034 11.6261 18.8148 11.0268 20.8375 11H20.9814Z' fill='black'/%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .whatsapp,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .whatsapp {
  background: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65753 28.954L2 38.6121L11.9284 36.0192C14.6623 37.5049 17.7442 38.2877 20.8789 38.2877C31.2058 38.2877 39.6086 29.9284 39.6121 19.6497C39.6133 14.672 37.6692 9.98812 34.1325 6.46433C30.5981 2.9429 25.8954 1.00118 20.8848 1C10.5638 1 2.16103 9.36047 2.1575 19.6368C2.15633 22.922 3.01905 26.1272 4.65753 28.954Z' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 16.5603C13 18.3862 14.3218 20.1505 14.5074 20.3988C14.6921 20.6461 17.1097 24.3932 20.8107 26.0006C21.6919 26.3846 22.38 26.6117 22.9144 26.7821C23.7993 27.0641 24.6027 27.0237 25.2392 26.9303C25.9489 26.8225 27.4234 26.0314 27.7309 25.1651C28.0384 24.2979 28.0384 23.5558 27.9465 23.4008C27.8528 23.2468 27.6072 23.1544 27.2378 22.9677C26.8694 22.7819 25.0536 21.8839 24.7161 21.7607C24.3786 21.6366 24.1312 21.575 23.8865 21.9455C23.6399 22.317 22.9331 23.1525 22.7175 23.4008C22.5028 23.6482 22.2872 23.68 21.9188 23.4942C21.5494 23.3084 20.3598 22.9157 18.9499 21.6529C17.8531 20.6683 17.1125 19.4526 16.8988 19.0821C16.6832 18.7096 16.8744 18.5103 17.0601 18.3255C17.226 18.1581 17.4294 17.8924 17.6131 17.6739C17.7978 17.4574 17.8597 17.3024 17.9816 17.055C18.1034 16.8077 18.0434 16.5901 17.9516 16.4053C17.8597 16.2205 17.121 14.3937 16.8135 13.6497C16.5491 13.0135 16.281 13.0144 16.0664 13.0144L15.982 13.0135C15.7683 13.0029 15.5217 13 15.2761 13C15.0296 13 14.6293 13.0924 14.2918 13.4649C13.9543 13.8355 13 14.7335 13 16.5603Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .frontCopyButton-pf {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='18.806' cy='18.806' r='18.056' stroke='black' stroke-width='1.5'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3854 15.8287C18.611 15.7588 19.7345 16.5022 20.1371 17.6494L20.2167 17.8766C20.3447 18.2413 20.1496 18.6396 19.7809 18.7662C19.4122 18.8928 19.0095 18.6998 18.8816 18.335L18.8019 18.1079C18.6066 17.5513 18.0615 17.1906 17.4669 17.2245C16.9121 17.2562 16.3866 17.4812 15.9836 17.8597L14.1466 19.5848C13.1864 20.4864 13.1666 21.9938 14.1027 22.9199C15.006 23.8135 16.465 23.8312 17.3901 22.9597L18.0178 22.3685C18.3004 22.1022 18.7477 22.1131 19.0168 22.3927C19.286 22.6723 19.275 23.1147 18.9924 23.381L18.3648 23.9722C16.8841 25.367 14.5491 25.3387 13.1033 23.9085C11.6051 22.4264 11.6368 20.0138 13.1735 18.5708L15.0105 16.8457C15.6558 16.2397 16.4972 15.8794 17.3854 15.8287Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8518 19.0197C18.0873 19.7281 18.7235 20.1579 19.3249 20.0877C19.6571 20.0489 19.8323 19.9832 20.169 19.8101C20.5945 19.5913 20.9862 19.2998 21.3354 18.9544L22.8897 17.4167C23.819 16.4974 23.819 15.0069 22.8897 14.0876C21.9701 13.1779 20.4825 13.167 19.5494 14.0633L18.7712 14.8107C18.4912 15.0796 18.0438 15.0731 17.772 14.7961C17.5001 14.5191 17.5067 14.0765 17.7867 13.8076L18.5649 13.0602C20.0521 11.6316 22.4232 11.6489 23.8891 13.099C25.3703 14.5643 25.3703 16.9401 23.8891 18.4054L22.3347 19.943C21.8937 20.3792 21.3869 20.7596 20.8208 21.0506C20.3872 21.2736 20.0445 21.4115 19.4905 21.4762C18.0798 21.6408 16.9067 20.6521 16.5092 19.4566C16.3873 19.0898 16.589 18.6947 16.9597 18.5741C17.3304 18.4535 17.7298 18.653 17.8518 19.0197Z' fill='black'/%3E %3C/svg%3E") no-repeat center center / cover;
  width: 37px !important;
  height: 37px !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .copyPopup,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .shareArea .mediaShareWrapper .mediaShareItem .copyPopup {
  top: unset;
  left: unset;
  bottom: 3px;
  right: 3px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea {
  position: relative;
  overflow: hidden;
  width: 273px;
  height: 491px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea img,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea img {
  width: 273px;
  height: 491px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea .promoVideo,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea .promoVideo {
  width: 273px;
  height: 491px;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea .imageOverlay,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .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;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .imageArea .imageOverlay .overlayText,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .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;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv {
  position: absolute;
  bottom: 70px;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 80%;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoTitle,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoTitle {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.22;
  text-align: right;
  transition: all 0.2s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  direction: rtl;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle.close,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle.close {
  -webkit-line-clamp: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle:hover,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoSubtitle:hover {
  color: rgba(255, 255, 255, 0.8);
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoLink,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoLink {
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 10px 0;
  transition: all 0.2s ease;
  font-weight: bold;
  width: 121px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoLink:hover,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv .videoLink:hover {
  color: #000;
  background-color: #fff;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-logo,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-logo {
  display: none;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui {
  background-image: none;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-header .fp-fullscreen,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-header .fp-fullscreen,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-header .fp-duration,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-header .fp-duration {
  display: none;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #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;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls {
  margin-bottom: 25px;
  position: relative;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-qsel,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-qsel,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-play,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-play,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-pause,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-small-pause {
  display: none;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-color,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-color {
  background-color: red;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-volume-control .fp-volume,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player .fp-ui .fp-controls .fp-volume-control .fp-volume {
  display: none;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered ~ .contentDiv,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered ~ .contentDiv,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv:hover,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem .contentDiv:hover {
  opacity: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered ~ .shareArea,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered ~ .shareArea {
  opacity: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
  transform: unset !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-play.is-small,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play.is-small,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play.is-small {
  width: 60px !important;
  height: 60px !important;
  opacity: 0.6;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-pause,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-switch .fp-pause,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  display: none !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-paused .fp-middle::after,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-paused .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-paused .fp-middle::after {
  opacity: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch {
  opacity: 1 !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-pause,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-pause,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-pause {
  width: 200px !important;
  height: 200px !important;
  opacity: 0.6;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-play,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-switch .fp-play,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-switch .fp-play {
  display: none !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-hovered.is-playing .fp-middle::after,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem #player.is-toggling .fp-middle::after {
  opacity: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .fp-togglable,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .fp-togglable {
  opacity: 1 !important;
  display: flex !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .fp-middle::after {
  opacity: 1 !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .shareArea,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide .videoVerticalFeedItem:hover .shareArea {
  opacity: 1;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .contentDiv,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active .contentDiv {
  animation: fade 2s ease-in-out !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-togglable,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-togglable {
  animation: fade 2s ease-in-out !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-middle::after,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slick-track .slick-slide.slick-active #player .fp-middle::after {
  animation: fade 2s ease-in-out !important;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow {
  position: absolute;
  bottom: 445px;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border: 0;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  background-size: contain;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickNext,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickNext {
  right: calc(50% - 300px);
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 283'%3E %3Ccircle id='Ellipse 3' cx='25.0625' cy='25.6135' r='25' transform='rotate(-180 25.0625 25.6135)' fill='white'/%3E %3Cpath id='Arrow 8' d='M32.7932 26.6742C33.3789 26.0884 33.3789 25.1387 32.7932 24.5529L23.2472 15.0069C22.6614 14.4211 21.7117 14.4211 21.1259 15.0069C20.5401 15.5927 20.5401 16.5425 21.1259 17.1282L29.6112 25.6135L21.1259 34.0988C20.5401 34.6846 20.5401 35.6343 21.1259 36.2201C21.7117 36.8059 22.6614 36.8059 23.2472 36.2201L32.7932 26.6742ZM30.0625 27.1135L31.7325 27.1135L31.7325 24.1135L30.0625 24.1135L30.0625 27.1135Z' fill='%23062963'/%3E %3C/g%3E %3C/svg%3E");
  background-position: right center;
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickPrev,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickPrev {
  right: calc(50% + 265px);
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='Component 283'%3E %3Ccircle id='Ellipse 3' cx='25.0625' cy='25.6135' r='25' transform='rotate(-180 25.0625 25.6135)' fill='white'/%3E %3Cpath id='Arrow 8' d='M32.7932 26.6742C33.3789 26.0884 33.3789 25.1387 32.7932 24.5529L23.2472 15.0069C22.6614 14.4211 21.7117 14.4211 21.1259 15.0069C20.5401 15.5927 20.5401 16.5425 21.1259 17.1282L29.6112 25.6135L21.1259 34.0988C20.5401 34.6846 20.5401 35.6343 21.1259 36.2201C21.7117 36.8059 22.6614 36.8059 23.2472 36.2201L32.7932 26.6742ZM30.0625 27.1135L31.7325 27.1135L31.7325 24.1135L30.0625 24.1135L30.0625 27.1135Z' fill='%23062963'/%3E %3C/g%3E %3C/svg%3E");
  background-position: left center;
  transform: rotate(180deg);
}
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickDisabled,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .feedDisplay .slider .slickArrow.slickDisabled {
  display: none !important;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.leftAndRightTransitionAnimation,
.radionasVideoGalleryVerticalComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper,
.radionasVideoGalleryVerticalAutoComponenta .videoGalleryVerticalDesktopWrapper .slotsContent .frame_forList .slotListWrapper {
  transition: all 300ms cubic-bezier(0.06, 0.53, 0.78, 0.55);
  transition-property: "margin-right";
}
.radionasVideoPageMainComponenta .videoPageMain .videoPageMainCategory {
  font-size: 17px;
  font-weight: 800;
  margin: 15px 0;
}
.radionasVideoPageMainComponenta .videoPageMain .videoPageMainTitle {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
.radionasVideoPageMainComponenta .videoPageMain .videoPageMainTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.radionasVideoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails {
  color: #062963;
  display: flex;
  align-items: center;
}
.radionasVideoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .videoPageMainCredit {
  font-weight: 400;
  font-size: 20px;
}
.radionasVideoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .separator {
  background-color: #062963;
  margin: 0 6px;
  width: 2px;
  height: 17px;
}
.radionasVideoPageMainComponenta .videoPageMain .videoPageMainTop .videoPageMainDetails .DateDisplay {
  font-size: 20px;
  line-height: 17px;
}
.radionasVideoPageMainComponenta .videoPageMain.vertical #player {
  background-size: contain;
}
.radionasVideoPageMainComponenta .videoPageMain .videoWrapper #player .fp-logo {
  display: none;
}
.radionasVideoPageMainComponenta .videoPageMain .btnShare {
  background: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='15' cy='15.5' r='15' fill='%23D80000'/%3E %3Cg clip-path='url(%23clip0_4892_37855)'%3E %3Cpath d='M19.7748 17.9171C18.9985 17.4706 18.0373 17.627 17.4402 18.2441L12.808 15.8498C12.8506 15.6166 12.8506 15.3834 12.808 15.1559L17.4402 12.7616C17.807 13.137 18.3075 13.3445 18.8193 13.3445C19.1435 13.3445 19.4734 13.2621 19.7776 13.0886C20.6933 12.5597 21.0089 11.3825 20.48 10.4668C20.2241 10.0232 19.8089 9.70474 19.3141 9.57109C18.8193 9.43744 18.3018 9.50569 17.8582 9.76161C17.0933 10.2024 16.7492 11.0924 16.9625 11.9085L12.3928 14.2716C11.8042 13.572 10.7805 13.3701 9.96435 13.8422C9.04303 14.3682 8.72739 15.5427 9.2563 16.4611C9.61175 17.0754 10.2572 17.4223 10.9226 17.4223C11.2468 17.4223 11.5767 17.3398 11.8809 17.1664C12.0771 17.0526 12.2478 16.9076 12.3899 16.737L16.9596 19.1C16.8771 19.4185 16.8743 19.754 16.9596 20.081C17.0933 20.5758 17.4089 20.991 17.8553 21.2469C18.1511 21.4175 18.4809 21.5057 18.8136 21.5057C18.9814 21.5057 19.1492 21.4829 19.3141 21.4403C19.8089 21.3066 20.2241 20.991 20.48 20.5445C21.0089 19.6289 20.6933 18.4517 19.7776 17.9227L19.7748 17.9171ZM18.3444 10.6062C18.4895 10.5237 18.6516 10.481 18.8136 10.481C18.8961 10.481 18.9786 10.4924 19.0582 10.5123C19.2999 10.5777 19.5046 10.7341 19.6298 10.9502C19.8885 11.3995 19.735 11.9768 19.2857 12.2355C19.0667 12.3607 18.8136 12.3948 18.5719 12.3294C18.3302 12.264 18.1255 12.1076 18.0004 11.8915C17.7416 11.4422 17.8952 10.8649 18.3444 10.6062ZM11.389 16.3161C11.17 16.4412 10.917 16.4754 10.6753 16.41C10.4335 16.3445 10.2288 16.1882 10.1037 15.972C9.84492 15.5227 9.99848 14.9455 10.4478 14.6867C10.5956 14.6014 10.7577 14.5616 10.917 14.5616C11.2411 14.5616 11.5596 14.7294 11.7331 15.0308C11.8582 15.2498 11.8923 15.5028 11.8269 15.7445C11.7615 15.9863 11.6051 16.191 11.389 16.3161ZM19.6298 20.0526C19.5046 20.2716 19.3027 20.4251 19.0582 20.4905C18.8165 20.5559 18.5634 20.5218 18.3444 20.3967C18.1255 20.2716 17.9719 20.0697 17.9065 19.8251C17.8411 19.5834 17.8753 19.3303 18.0004 19.1114C18.1738 18.81 18.4923 18.6422 18.8165 18.6422C18.9757 18.6422 19.1378 18.682 19.2857 18.7673C19.735 19.0261 19.8885 19.6033 19.6298 20.0526Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_4892_37855'%3E %3Crect width='11.7355' height='12' fill='white' transform='translate(9 9.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center / cover !important;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: 0;
}
@font-face {
  font-family: 'Tajawal';
  src: url('/Common/images/fonts/tajawal/Tajawal-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Tajawal';
  src: url('/Common/images/fonts/tajawal/Tajawal-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Tajawal';
  src: url('/Common/images/fonts/tajawal/Tajawal-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Tajawal';
  src: url('/Common/images/fonts/tajawal/Tajawal-ExtraLight.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'Tajawal';
  src: url('/Common/images/fonts/tajawal/Tajawal-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Tajawal';
  src: url('/Common/images/fonts/tajawal/Tajawal-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'Noto Kufi Arabic';
  src: url('/Common/images/fonts/NotoKufiArabic-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
.radionas.grid1280_2,
.radionas {
  font-family: 'Noto Kufi Arabic' !important;
  direction: rtl;
  color: #020E24;
}
.radionas.grid1280_2 .MarketingSign,
.radionas .MarketingSign {
  display: none;
}
.radionas.grid1280_2 .site_page_root,
.radionas .site_page_root {
  font-family: 'Noto Kufi Arabic' !important;
}
.radionas.grid1280_2 .componentaTab,
.radionas .componentaTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  margin-bottom: 20px;
  padding: 0;
}
.radionas.grid1280_2 .componentaTab .background-link,
.radionas .componentaTab .background-link {
  height: 100%;
  width: 100%;
}
.radionas.grid1280_2 .componentaTab .rightTitleText,
.radionas .componentaTab .rightTitleText,
.radionas.grid1280_2 .componentaTab .right-title-text,
.radionas .componentaTab .right-title-text {
  font-weight: 700;
  font-size: 36px;
  color: #020E24 !important;
  line-height: 46px;
}
.radionas.grid1280_2 .componentaTab .leftTitleText,
.radionas .componentaTab .leftTitleText,
.radionas.grid1280_2 .componentaTab .left-title-text,
.radionas .componentaTab .left-title-text,
.radionas.grid1280_2 .componentaTab .leftTitleLink,
.radionas .componentaTab .leftTitleLink {
  font-size: 16px !important;
  line-height: 20px;
  color: #B90302 !important;
  font-weight: 400;
}
.radionas.grid1280_2 .componentaTab a,
.radionas .componentaTab a,
.radionas.grid1280_2 .componentaTab a:hover,
.radionas .componentaTab a:hover {
  text-decoration: none;
  color: inherit;
}
.radionas.grid1280_2 .componentaTab .titleLink,
.radionas .componentaTab .titleLink {
  font-size: 17px;
  display: flex;
  align-items: center;
}
.radionas.grid1280_2 .title,
.radionas .title,
.radionas.grid1280_2 .subTitle,
.radionas .subTitle,
.radionas.grid1280_2 .slotTitle,
.radionas .slotTitle,
.radionas.grid1280_2 .slotSubTitle,
.radionas .slotSubTitle,
.radionas.grid1280_2 .slotSubtitle,
.radionas .slotSubtitle {
  color: #020E24;
}
.radionas.grid1280_2 .title span[style],
.radionas .title span[style],
.radionas.grid1280_2 .subTitle span[style],
.radionas .subTitle span[style],
.radionas.grid1280_2 .slotTitle span[style],
.radionas .slotTitle span[style],
.radionas.grid1280_2 .slotSubTitle span[style],
.radionas .slotSubTitle span[style],
.radionas.grid1280_2 .slotSubtitle span[style],
.radionas .slotSubtitle span[style] {
  color: #020E24;
}
.radionas.grid1280_2 .moreDetails,
.radionas .moreDetails {
  color: #062963;
}
.radionas.grid1280_2 .fp-play,
.radionas .fp-play {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='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") ! important;
  background-position: center;
  background-repeat: no-repeat;
}
.radionas.grid1280_2 .fp-play use,
.radionas .fp-play use {
  visibility: hidden;
}
.radionas.grid1280_2 .videoIcon .icon,
.radionas .videoIcon .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='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") ! important;
}
.radionas.grid1280_2 .videoIcon.small,
.radionas .videoIcon.small {
  margin-right: 6px;
  width: 25px;
  height: 25px;
  border: none;
}
.radionas.grid1280_2 .videoIcon.small .icon,
.radionas .videoIcon.small .icon {
  width: 25px;
  height: 25px;
  display: block;
}
.radionas.grid1280_2 .videoIcon.medium,
.radionas .videoIcon.medium {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background: none;
  background-color: transparent !important;
  border: none;
}
.radionas.grid1280_2 .videoIcon.medium .icon,
.radionas .videoIcon.medium .icon {
  width: 30px;
  height: 30px;
}
.radionas.grid1280_2 .videoIcon.big,
.radionas .videoIcon.big,
.radionas.grid1280_2 .videoIcon.big2,
.radionas .videoIcon.big2 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px !important;
  border: none !important;
  background-color: transparent !important;
}
.radionas.grid1280_2 .videoIcon.big .icon,
.radionas .videoIcon.big .icon,
.radionas.grid1280_2 .videoIcon.big2 .icon,
.radionas .videoIcon.big2 .icon {
  width: 100% !important;
  height: 100% !important;
}
.radionas.grid1280_2 .videoIcon.big.bigInTop,
.radionas .videoIcon.big.bigInTop,
.radionas.grid1280_2 .videoIcon.big2.bigInTop,
.radionas .videoIcon.big2.bigInTop {
  top: 10px ! important;
  bottom: inherit;
}
.radionas.grid1280_2 .videoIcon.bigInCenter,
.radionas .videoIcon.bigInCenter {
  position: absolute;
  top: calc(50% - 30px);
  right: calc(50% - 30px);
  border: unset;
  width: 60px;
  height: 60px;
  background: transparent;
}
.radionas.grid1280_2 .videoIcon.bigInCenter .icon,
.radionas .videoIcon.bigInCenter .icon {
  margin-left: 5px;
}
.radionas.grid1280_2 .audioIcon,
.radionas .audioIcon {
  width: auto;
  height: 36x !important;
  min-width: 83px;
  padding: 8px;
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0px;
  right: 10px;
  box-sizing: border-box;
  background-color: #B90302 ! important;
}
.radionas.grid1280_2 .audioIcon .icon,
.radionas .audioIcon .icon {
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg id='_&%23214;&%23179;&%23226;&%23128;&%23152;&%23214;&%23179;&%23194;&%23171;&%23214;&%23179;&%23194;&%23174;&%23214;&%23179;&%23194;&%23169;_1' clip-path='url(%23clip0_11189_5315)'%3E %3Cpath id='Vector' d='M8.9999 13.1618C7.04165 13.1618 5.4544 11.5222 5.4544 9.49995V4.27731C5.4544 3.1407 5.95565 2.1252 6.74265 1.45336C7.35565 0.929724 8.14215 0.615234 8.9999 0.615234C9.85765 0.615234 10.6442 0.929724 11.2574 1.45336C12.0442 2.12494 12.5457 3.1407 12.5457 4.27731V9.49995C12.5457 11.5224 10.9582 13.1618 9.00015 13.1618H8.9999Z' fill='white'/%3E %3Cpath id='Vector_2' d='M3.97894 9.5H3.97944C4.23844 9.5 4.45145 9.70501 4.47694 9.97122C4.52194 10.4386 4.63394 10.893 4.81194 11.3276C5.04094 11.8866 5.36845 12.3885 5.78545 12.8194C6.20245 13.2501 6.6887 13.5886 7.22995 13.8249C7.79095 14.0699 8.3862 14.1941 8.99945 14.1941C9.6127 14.1941 10.2079 14.0699 10.7689 13.8249C11.3102 13.5884 11.7962 13.2501 12.2134 12.8194C12.6304 12.3885 12.9582 11.8866 13.1869 11.3276C13.3649 10.893 13.4772 10.4386 13.5219 9.97122C13.5477 9.70501 13.7604 9.5 14.0194 9.5H14.0199C14.3129 9.5 14.5459 9.75949 14.5177 10.0606C14.4637 10.6356 14.3264 11.1948 14.1072 11.7298C13.8277 12.412 13.4282 13.0242 12.9197 13.5494C12.4112 14.0746 11.8184 14.4872 11.1579 14.7758C10.6229 15.0095 10.0629 15.1531 9.4872 15.205V17.5951H12.4107C12.6827 17.5951 12.9159 17.8149 12.9209 18.0958C12.9259 18.3819 12.7029 18.6155 12.4272 18.6155H5.58745C5.31544 18.6155 5.0822 18.3958 5.0772 18.1149C5.0722 17.8288 5.29519 17.5951 5.57094 17.5951H8.4992V15.2037C7.92745 15.151 7.37144 15.0077 6.84019 14.7758C6.17969 14.4872 5.58695 14.0746 5.07845 13.5494C4.56995 13.0242 4.17045 12.412 3.89095 11.7298C3.67195 11.1948 3.53444 10.6356 3.48044 10.0606C3.45219 9.75949 3.68519 9.5 3.9782 9.5H3.97894Z' fill='white'/%3E %3Cpath id='Vector_3' d='M16.1866 2.29817C16.0666 2.08877 16.1339 1.81869 16.3366 1.69475C16.4049 1.65318 16.4796 1.6333 16.5534 1.6333C16.6991 1.6333 16.8414 1.71076 16.9209 1.84967C18.3594 4.36197 18.3594 7.48337 16.9209 9.99567C16.8009 10.2051 16.5394 10.2745 16.3366 10.1506C16.1339 10.0267 16.0666 9.75658 16.1866 9.54718C17.4669 7.31167 17.4669 4.53394 16.1866 2.29817Z' fill='white'/%3E %3Cpath id='Vector_4' d='M15.1538 3.14055C15.222 3.09898 15.2968 3.0791 15.3705 3.0791C15.5163 3.0791 15.6585 3.15656 15.738 3.29547C16.6658 4.91595 16.6658 6.92914 15.738 8.54962C15.618 8.75902 15.3565 8.82847 15.1538 8.70454C14.951 8.5806 14.8838 8.31052 15.0038 8.10112C15.7733 6.75744 15.7733 5.08791 15.0038 3.74397C14.8838 3.53457 14.951 3.26449 15.1538 3.14055Z' fill='white'/%3E %3Cpath id='Vector_5' d='M13.9479 7.40096C13.7452 7.27702 13.6779 7.00694 13.7979 6.79754C14.1072 6.25764 14.1072 5.58709 13.7979 5.04719C13.6779 4.83779 13.7452 4.56771 13.9479 4.44378C14.0162 4.40221 14.0909 4.38232 14.1647 4.38232C14.3104 4.38232 14.4527 4.45978 14.5322 4.5987C14.9997 5.41513 14.9997 6.4296 14.5322 7.24604C14.4122 7.45544 14.1507 7.52464 13.9479 7.40096Z' fill='white'/%3E %3Cpath id='Vector_6' d='M1.07905 1.84968C1.19905 1.64028 1.46055 1.57082 1.6633 1.69476C1.86605 1.81869 1.9333 2.08877 1.8133 2.29817C0.533049 4.53368 0.533049 7.31141 1.8133 9.54718C1.9333 9.75658 1.86605 10.0267 1.6633 10.1506C1.59505 10.1922 1.5203 10.212 1.44655 10.212C1.3008 10.212 1.15855 10.1346 1.07905 9.99568C-0.359452 7.48338 -0.359452 4.36198 1.07905 1.84968Z' fill='white'/%3E %3Cpath id='Vector_7' d='M2.26191 3.29548C2.38191 3.08608 2.64341 3.01662 2.84616 3.14056C3.04891 3.26449 3.11616 3.53457 2.99616 3.74397C2.22666 5.08765 2.22666 6.75719 2.99616 8.10112C3.11616 8.31053 3.04891 8.5806 2.84616 8.70454C2.77791 8.74611 2.70316 8.76599 2.62941 8.76599C2.48366 8.76599 2.34141 8.68853 2.26191 8.54962C1.33416 6.92915 1.33416 4.91595 2.26191 3.29548Z' fill='white'/%3E %3Cpath id='Vector_8' d='M4.05197 4.44367C4.25472 4.5676 4.32197 4.83768 4.20197 5.04708C3.89272 5.58698 3.89272 6.25753 4.20197 6.79743C4.32197 7.00683 4.25472 7.27691 4.05197 7.40085C3.98372 7.44242 3.90897 7.4623 3.83522 7.4623C3.68947 7.4623 3.54722 7.38484 3.46772 7.24593C3.00022 6.42949 3.00022 5.41502 3.46772 4.59859C3.58772 4.38918 3.84922 4.31999 4.05197 4.44367Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_11189_5315'%3E %3Crect width='18' height='18' fill='white' transform='matrix(-1 0 0 1 18 0.615234)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") ! important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  margin-inline-end: 8px;
}
.radionas.grid1280_2 .audioIcon .duration,
.radionas .audioIcon .duration {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.radionas.grid1280_2 .labelText,
.radionas .labelText {
  width: auto;
  position: absolute;
  background-color: #ed1c24;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
  font-weight: 500;
}
.radionas.grid1280_2 .labelText span,
.radionas .labelText span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.radionas.grid1280_2 .labelText.basicLabel[style],
.radionas .labelText.basicLabel[style],
.radionas.grid1280_2 .labelText.basicLabel,
.radionas .labelText.basicLabel {
  height: 21px;
  line-height: 21px;
  padding: 0 5px;
  letter-spacing: 0.16px;
  font-size: 13px;
}
.radionas.grid1280_2 .labelText.basicLabel[style].bottom,
.radionas .labelText.basicLabel[style].bottom,
.radionas.grid1280_2 .labelText.basicLabel.bottom,
.radionas .labelText.basicLabel.bottom {
  bottom: 0px !important;
  border-radius: 5px 5px 0px 0px;
}
.radionas.grid1280_2 .labelText.basicLabel[style].left,
.radionas .labelText.basicLabel[style].left,
.radionas.grid1280_2 .labelText.basicLabel.left,
.radionas .labelText.basicLabel.left {
  left: 12px !important;
}
.radionas.grid1280_2 .labelText.basicLabel[style].right,
.radionas .labelText.basicLabel[style].right,
.radionas.grid1280_2 .labelText.basicLabel.right,
.radionas .labelText.basicLabel.right {
  right: 12px !important;
}
.radionas.grid1280_2 .labelText.basicLabel[style].top,
.radionas .labelText.basicLabel[style].top,
.radionas.grid1280_2 .labelText.basicLabel.top,
.radionas .labelText.basicLabel.top {
  top: 0px !important;
  border-radius: 0px 0px 5px 5px;
}
.radionas.grid1280_2 .labelText.bigLabel[style],
.radionas .labelText.bigLabel[style],
.radionas.grid1280_2 .labelText.bigLabel,
.radionas .labelText.bigLabel {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  padding: 0 6px;
}
.radionas.grid1280_2 .labelText.bigLabel[style].bottom,
.radionas .labelText.bigLabel[style].bottom,
.radionas.grid1280_2 .labelText.bigLabel.bottom,
.radionas .labelText.bigLabel.bottom {
  bottom: 0px !important;
  border-radius: 5px 5px 0px 0px;
}
.radionas.grid1280_2 .labelText.bigLabel[style].top,
.radionas .labelText.bigLabel[style].top,
.radionas.grid1280_2 .labelText.bigLabel.top,
.radionas .labelText.bigLabel.top {
  top: 0px !important;
  border-radius: 0px 0px 5px 5px;
}
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
.editorLinkWrapper {
  display: flex;
  align-items: center;
}
.editorLinkWrapper .LinkBtnContainer {
  font-family: 'ywcm';
  font-weight: 600;
}
.editorLinkWrapper .LinkBtnContainer .linkBtn::before {
  content: "\e965";
}
.editorLinkWrapper .LinkBtnContainer .unlinkBtn::before {
  content: "\e966";
}
.editorLinkWrapper .linkUrlInput {
  display: flex;
}
.editorLinkWrapper .linkUrlInput input {
  height: 30px;
  border-radius: 10px;
  direction: ltr;
  margin: 5px;
}
.editorLinkWrapper .linkUrlInput button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  margin: 5px;
}
.editorLinkWrapper .linkUrlInput button::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 1px;
  right: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .htmlEditorTextOutput {
    font-size: 4.0625vw !important;
    line-height: 1.15 !important;
    min-height: unset !important;
    padding: 0 4.6875vw !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .font-moses .htmlEditorTextOutput {
    font-weight: 340;
    line-height: normal !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .hContainer:not(.calcalist) .htmlEditorTextOutput {
    background: transparent !important;
    color: #fff !important;
  }
  .hContainer:not(.calcalist) .htmlEditorTextOutput a {
    color: #419bf9 !important;
  }
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput {
  width: 100%;
  min-height: 300px;
  font-size: 18px;
  overflow: hidden;
  color: #000;
  transition: max-height 0.3s ease-in-out;
}
.font-moses .htmlEditorTextOutputContainer .htmlEditorTextOutput {
  font-size: 15px;
  line-height: normal;
  font-weight: 340;
}
.htmlEditorTextOutputContainer .htmlEditorTextOutput a {
  color: #0000ca;
  text-decoration: underline;
}
.htmlEditorTextOutputContainer .collapsibleButton {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 20px;
}
.htmlEditorTextOutputContainer .collapsibleButton button {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  border: solid 0.8px #000;
  background-color: #f5f5f5;
  cursor: pointer;
}
.HtmlLayoutItem {
  margin-bottom: var(--marginbottom);
}
.HtmlLayoutItem.fix_height {
  height: var(--compheight);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
button {
  color: inherit;
}
/*.hContainer {
    display: flex;
}
*/
.site_page_root {
  line-height: 1.15;
  font-size: 12px;
}
.site_page_root .layoutItem {
  direction: rtl;
  outline: none;
}
.site_page_root button:focus,
.site_page_root a:focus,
.site_page_root input:focus,
.site_page_root select:focus {
  outline: none;
}
@media not screen and (max-width: 768px) and (orientation : portrait), not screen and (max-width: 900px) and (orientation : landscape) {
  .show-small-vp {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .firstImageInArticle {
    display: none !important;
  }
  .calcalist.blog_article .firstImageInArticle {
    display: block !important;
  }
  .INDMobile #INDmenu-btn {
    display: none ! important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
  }
  .no-small-vp {
    display: none;
  }
  .show-small-vp {
    display: initial;
  }
  body {
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  .MediaCarousel[style] {
    all: unset ! important;
  }
  .Article-Image-Title .ArticleTitleImg img[style] {
    height: auto ! important;
  }
}
@media print {
  .hContainer {
    width: 100% !important;
    zoom: 0.8 !important;
  }
  .layoutItem[style],
  .dynamicHeightItemsColumn[style],
  .GridPlacedItem[style] {
    all: unset !important;
    float: none;
    display: block;
  }
  .layoutItem[style] > div[style],
  .dynamicHeightItemsColumn[style] > div[style],
  .GridPlacedItem[style] > div[style] {
    height: unset ! important;
  }
  .RelativeElementsContainer[style] {
    width: 100% !important;
    float: none;
    display: block;
  }
  .no-print {
    display: none;
  }
  body {
    overflow: visible;
    font-size: 12px;
    width: 100.01%;
  }
  body * {
    -webkit-text-fill-color: initial;
  }
  .layoutContainer[style] {
    width: unset !important;
    min-height: unset ! important;
    padding-bottom: unset !important;
  }
  iframe,
  .VideoComponenta,
  [id^="browsi_adWrapper"][style],
  .articleYoutubeComponeta,
  .banner,
  .top-ad,
  .expand {
    display: none!important;
  }
  .SiteArticleSocialShareNew1280 .menuMore {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  body[style] {
    background: unset ! important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .iframe-lightbox .content-holder {
    width: 60vw !important;
    top: 10vh !important;
    height: 75vh !important;
    transform: none !important;
    left: 20vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0;
    width: 100%;
    height: 100% !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .iframe-lightbox .content-holder {
    width: 40vw !important;
    top: 8vh !important;
    height: 84vh !important;
    transform: none !important;
    left: 30vw !important;
    padding: 0 !important;
  }
  .iframe-lightbox .content {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .iframe-lightbox .content-holder {
    align-items: start !important;
    overflow-y: auto !important;
  }
  .iframe-lightbox .content {
    width: 100% !important;
  }
}
.iframe-lightbox,
.iframe-lightbox .backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.iframe-lightbox {
  display: none;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 10000;
}
.iframe-lightbox .backdrop {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: default;
  z-index: 1;
}
.iframe-lightbox .content-holder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.iframe-lightbox .content {
  height: 700px;
  padding: 0;
  position: relative;
  width: 375px;
}
.iframe-lightbox .content > .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NiIgc3Ryb2tlLWRhc2hhcnJheT0iMTg3Ljg2NzI0MDY4NDY2OTY0IDEwMS4xNTkyODM0NDU1OTEzMSIgc3Ryb2tlPSIjRTZFNkU2IiBvcGFjaXR5PSIxIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzM2MCA1MCA1MDsiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 3em 3em;
  background-position: center center;
}
.iframe-lightbox .content > .body.is-loaded {
  background-image: none;
}
.iframe-lightbox iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.iframe-lightbox.is-showing {
  display: block;
}
.iframe-lightbox.is-opened {
  opacity: 1;
}
.special-paper-header[style] {
  width: 100% ! important;
}
.SpecialPaperHeaderComponenta {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: rgba(30, 30, 30, 0.95);
  position: relative;
  box-sizing: border-box;
  justify-content: center;
}
.SpecialPaperHeaderComponenta .mainLogo {
  display: flex;
  color: #fff;
  text-align: right;
  font-family: "Moses";
  font-size: 18px;
  font-style: normal;
  font-weight: 340;
  line-height: 1.2;
  letter-spacing: 0.18px;
  gap: 10px;
}
.SpecialPaperHeaderComponenta .mainLogo .separator {
  color: rgba(238, 238, 238, 0.5);
}
.SpecialPaperHeaderComponenta .rightLogo {
  position: absolute;
  right: 20px;
  padding: 0 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #EEE;
  font-family: "Moses";
  font-size: 16px;
  font-style: normal;
  font-weight: 670;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.SpecialPaperHeaderComponenta .rightLogo .arrow {
  direction: ltr;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
}
.grid1280 .StripComponenta .textDiv {
  padding: 14px ! important;
}
.StripComponenta {
  height: 100%;
  position: relative;
}
.StripComponenta .mediaArea {
  position: relative;
  z-index: 1;
}
.StripComponenta.imageLeft .slotView .textDiv {
  order: 0;
  flex-grow: 1;
}
.StripComponenta.imageLeft .slotView .mediaArea {
  order: 1;
}
.StripComponenta > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.StripComponenta .slotView {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.StripComponenta .slotView:hover {
  cursor: pointer;
}
.StripComponenta .slotView.inEditMode > .textDiv {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.StripComponenta .slotView.inEditMode .show-small-vp {
  display: none;
}
.StripComponenta .slotView.inEditMode .mediaArea {
  flex: 1;
}
.StripComponenta .slotView.inEditMode .mediaArea .MarketingSign {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 25px;
  width: 25px;
  overflow: hidden;
  z-index: 3;
}
.StripComponenta .slotView h2.slotTitle {
  font-weight: bold;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: unset;
}
.StripComponenta .slotView h2.slotTitle span {
  line-height: 1.2;
}
.StripComponenta .slotView .slotSubTitle {
  max-width: 100%;
}
.StripComponenta .slotView .slotSubTitle span {
  line-height: 1.4;
}
.StripComponenta .slotView > .textDiv {
  margin: 0;
  padding: 10px 16px;
  overflow: hidden;
  flex-grow: 1;
}
.StripComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.StripComponenta .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.StripComponenta .mediaItems .sitePagelightBoxVideoPlayer,
.StripComponenta .mediaItems img {
  height: 100%;
}
.StripComponenta .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.StripComponenta .galleryArrow:disabled {
  display: none;
}
.StripComponenta .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.StripComponenta .numberOfMedia {
  display: none;
}
.StripComponenta .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.StripComponenta .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.StripComponenta .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.StripComponenta .scrollLeftBtn:after {
  left: 0;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .mynet .StripComponenta .slotView .MediaCarousel[style],
  .ynetnews .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta {
    height: 85px ! important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 9px;
  }
  .StripComponenta .slotView .textDiv {
    padding: 5px 10px ! important;
  }
  .StripComponenta .slotView .slotTitle {
    max-height: 34px ! important;
    overflow: hidden ! important;
    margin: 0 ! important;
  }
  .StripComponenta .slotView .slotTitle span[style] {
    font-size: 14px !important;
    font-weight: bold;
    padding-top: 0px;
    width: 100%;
    line-height: 16px ! important;
    max-height: 34px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .StripComponenta .slotView .slotSubTitle[style] {
    font-family: Arial !important;
    font-size: 11px ! important;
    line-height: 13px !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span[style],
  .StripComponenta .slotView .slotSubTitle[style] .articleInfo {
    line-height: 1.2 !important;
  }
  .StripComponenta .slotView .slotSubTitle[style] span:first-of-type {
    height: 28px ! important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden !important;
  }
  .StripComponenta .slotView .mediaArea {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .MediaCarousel[style] {
    width: 141px ! important;
    height: 85px ! important;
  }
  .StripComponenta .slotView .mediaItems {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
.SuperpharmComponenta {
  width: 100%;
  height: 100%;
}
.SuperpharmComponenta .withIframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.SuperpharmComponenta .withIframe > .forLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.englishSite .TabComponenta .titleLink {
  float: right;
  position: relative;
}
.englishSite .TabComponenta .titleLink.rightTitleLink {
  float: left ! important;
}
.englishSite .TabComponenta .titleLink .leftTitleText {
  direction: rtl;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: right ! important;
  display: flex;
}
.englishSite .TabComponenta .titleLink .leftTitleText::after {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 9px;
  position: absolute;
  right: -12px;
  vertical-align: middle;
  top: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpolygon points='0,16 13.7,27.4 13.7,4.6 '/%3E %3Cpolygon points='18.3,16 32,27.4 32,4.6 '/%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(180deg);
}
.TabComponenta {
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 0px 10px;
  height: 100%;
}
.TabComponenta .backgroundLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.TabComponenta .titleLink {
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #fff;
  width: auto;
  float: left;
  position: relative;
}
.TabComponenta .titleLink.rightTitleLink {
  float: right ! important;
}
.TabComponenta .titleLink.rightTitleLink .rightTitleLink {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.TabComponenta .titleLink .rightTitleText {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  justify-content: flex-start ! important;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.TabComponenta .titleLink .leftTitleText {
  direction: rtl;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  height: 100%;
  align-items: center;
  float: left;
  display: flex;
}
.grid1280 .TickerComponenta {
  border-left: 1px solid #e3e3e3;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab {
  width: 150px ! important;
  box-sizing: border-box;
}
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleText,
.grid1280 .TickerComponenta .TabComponenta.tickerTab .rightTitleLink {
  font-size: 14px! important;
  font-weight: 700 ! important;
}
.grid1280 .TickerComponenta .slotsContent {
  width: 150px ! important;
}
.grid1280 .TickerComponenta .slotsContent .slotTitle {
  font-size: 14px !important;
  font-weight: normal ! important;
  letter-spacing: -0.56px;
}
.TickerComponenta {
  display: flex;
  flex-direction: column;
  font-family: arial;
  overflow: hidden;
  height: 100%;
  direction: rtl;
}
.TickerComponenta .moreDetails {
  margin: 1px 0 0;
  color: #999999;
  vertical-align: top;
  font-size: 14px;
}
.TickerComponenta .moreDetails a {
  text-decoration: none;
}
.TickerComponenta .moreDetails a:hover {
  text-decoration: none;
  cursor: pointer;
}
.TickerComponenta .moreDetails a:hover > * {
  color: #ff0000 ! important;
}
.TickerComponenta .slotTitle,
.TickerComponenta .slotSubTitle {
  width: 100%;
  overflow: hidden;
}
.TickerComponenta .slotTitle {
  font-size: 13px;
}
.TickerComponenta .slotTitle > a {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover {
  text-decoration: none;
}
.TickerComponenta .slotTitle > a:hover > span {
  color: #ff0000 ! important;
}
.TickerComponenta .slotsContent {
  display: flex;
  padding-top: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.TickerComponenta .slotsContent .slotList .slotView {
  margin-bottom: 18px;
}
.TickerComponenta .slotsContent .slotList .slotTitle {
  font-weight: 700;
}
.TickerComponenta .slotsContent .slotList .slotSubTitle {
  min-height: 16px;
}
.TickerComponenta .tickerTab {
  padding-right: 10px;
  height: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .tickerTab a,
.TickerComponenta .tickerTab a:hover {
  text-decoration: none;
  color: #fff;
}
.TickerComponenta .tickerTab .titleLink {
  max-width: 100%;
  width: auto;
}
.TickerComponenta .tickerTab #tickerControl {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//www.ynet.co.il/images/stop_news.png);
}
.TickerComponenta .tickerTab .playTicker {
  background-image: url(//www.ynet.co.il/images/play_news.png) ! important;
}
.TickerComponenta .tickerDate {
  display: inline-block;
  color: #939394;
  font: bold 30px Tahoma;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
}
.TickerComponenta .tickerDate:before,
.TickerComponenta .tickerDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  text-align: center;
}
.TickerComponenta .tickerDate:before {
  top: 1px;
  right: 1px;
}
.TickerComponenta .tickerDate:after {
  top: 2px;
  right: 2px;
}
.TickerComponenta.englishSite #tickerControl {
  left: inherit ! important;
  right: 4px ! important;
}
.TickerComponenta .slotsContent {
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
}
.TickerComponenta .slotsContent .slotList {
  margin-right: 5px;
  flex-grow: 1;
  width: calc(100% - 5px);
}
.TickerComponenta .slotList {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.TickerComponenta .slotList .animationDiv {
  display: inline-block;
  animation: marquee 1s linear infinite;
  -webkit-animation: marquee 1s linear infinite;
}
.TickerComponenta .slotList .animationDiv:hover,
.TickerComponenta .slotList .animationDiv.pause {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 120px);
  }
  100% {
    -webkit-transform: translate(0, -100%);
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 120px);
  }
  100% {
    transform: translate(0, -100%);
  }
}
.SiteFlashPopUp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 1, 1, 0.4);
  z-index: 1000;
}
.SiteFlashPopUp.englishSite .closeBtn {
  left: inherit ! important;
  right: 15px;
}
.SiteFlashPopUp.englishSite .headerTitle > span {
  border-right: none ! important;
  border-left: 1px solid #ced8de;
  padding-right: 0px ! important;
  padding-left: 20px;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .imgArea {
  margin-right: 20px;
  margin-left: 0px ! important;
}
.SiteFlashPopUp.englishSite .flashContainer .topArea .tickerShareBtns {
  left: inherit ! important;
  right: 0;
}
.SiteFlashPopUp .ItemWrapper {
  width: 609px;
  clear: both;
  height: 790px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashHeader {
  width: 100%;
  height: 86px;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  display: flex;
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo {
  width: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .flashLogo > img {
  width: 106px;
  height: auto;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle {
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .headerTitle > span {
  border-right: 1px solid #ced8de;
  padding-right: 20px;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 0px;
  cursor: pointer;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%235d5c5c' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.SiteFlashPopUp .ItemWrapper .flashHeader .closeBtn:hover {
  opacity: 1;
}
.SiteFlashPopUp .ItemWrapper .flashContainer {
  height: 420px;
  flex-direction: column;
  display: flex;
  padding: 30px 20px 0px 20px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea {
  display: flex;
  flex-direction: row;
  position: relative;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .imgArea {
  margin-left: 20px;
  margin-bottom: 30px;
  flex-shrink: 0;
  height: 117px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea {
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashTitle {
  margin-bottom: 15px;
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .titleArea .flashDate {
  color: #b7b5b6;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns {
  position: absolute;
  bottom: 10px;
  left: 0px;
  display: flex;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns > * {
  flex-shrink: 0;
  margin: 0 3px 0px 3px;
  display: flex;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .topArea .tickerShareBtns .tickerPopUpCopyButton {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='14px' viewBox='0 0 14 14'%3E %3Cpath fillRule='evenodd' d='M 13.04 5.58C 13.04 5.58 10.07 8.55 10.07 8.55 9.65 8.96 9.13 9.26 8.56 9.4 8.56 9.4 8.53 9.4 8.53 9.4 8.53 9.4 8.4 9.43 8.4 9.43 8.4 9.43 8.32 9.45 8.32 9.45 8.32 9.45 8.16 9.47 8.16 9.47 8.16 9.47 8.08 9.47 8.08 9.47 8.02 9.47 7.97 9.48 7.92 9.48 7.92 9.48 7.78 9.5 7.78 9.5 7.78 9.5 7.76 9.5 7.76 9.5 7.76 9.5 7.6 9.5 7.6 9.5 7.48 9.5 7.37 9.48 7.25 9.47 7.16 9.45 7.06 9.43 6.97 9.41 6.97 9.41 6.83 9.37 6.83 9.37 6.78 9.36 6.73 9.34 6.68 9.32 6.63 9.3 6.58 9.29 6.53 9.27 6.48 9.25 6.44 9.23 6.39 9.2 6.04 9.04 5.72 8.82 5.45 8.55 5.26 8.36 5.17 8.1 5.18 7.83 5.2 7.61 5.29 7.39 5.45 7.23 5.82 6.89 6.4 6.89 6.76 7.23 7.31 7.78 8.2 7.78 8.74 7.23 8.74 7.23 9.51 6.47 9.51 6.47 9.51 6.47 9.53 6.45 9.53 6.45 9.53 6.45 11.72 4.27 11.72 4.27 12.26 3.72 12.26 2.83 11.72 2.29 11.17 1.74 10.28 1.74 9.73 2.29 9.73 2.29 7.98 4.04 7.98 4.04 7.91 4.11 7.81 4.13 7.72 4.09 7.25 3.9 6.74 3.8 6.23 3.8 6.23 3.8 6.15 3.8 6.15 3.8 6.05 3.8 5.96 3.75 5.93 3.66 5.89 3.57 5.91 3.47 5.98 3.4 5.98 3.4 8.42 0.96 8.42 0.96 9.7-0.32 11.77-0.32 13.04 0.96 14.32 2.23 14.32 4.3 13.04 5.58ZM 7.99 5.02C 8.19 5.14 8.38 5.29 8.54 5.46 8.73 5.65 8.83 5.91 8.81 6.18 8.8 6.4 8.7 6.61 8.54 6.77 8.17 7.11 7.6 7.11 7.23 6.77 6.68 6.22 5.8 6.22 5.25 6.77 5.25 6.77 2.27 9.74 2.27 9.74 1.73 10.29 1.73 11.18 2.27 11.73 2.82 12.27 3.71 12.27 4.25 11.73 4.25 11.73 6.02 9.96 6.02 9.96 6.08 9.89 6.18 9.87 6.27 9.91 6.74 10.1 7.25 10.2 7.76 10.2 7.76 10.2 7.86 10.2 7.86 10.2 7.99 10.2 8.09 10.3 8.09 10.43 8.09 10.49 8.07 10.55 8.02 10.6 8.02 10.6 5.57 13.05 5.57 13.05 4.96 13.66 4.13 14 3.26 14 1.46 14-0 12.54 0 10.73 0 9.87 0.34 9.04 0.95 8.43 0.95 8.43 3.92 5.46 3.92 5.46 4.53 4.84 5.37 4.5 6.23 4.5 6.86 4.5 7.47 4.68 7.99 5.02Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #324a5e;
  width: 29px;
  height: 29px;
  background-position: center center;
  margin: 0 5px 0px 5px;
  background-size: 50% 50%;
  border: 0;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  margin-top: 15px;
  flex-grow: 1;
  flex-direction: column;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span {
  display: flex;
  margin-bottom: 10px;
  max-height: 85px;
  overflow: auto;
  white-space: pre-wrap;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span:first-child {
  min-height: 170px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText span.smallSpan {
  font-size: 14px;
  color: #555555;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashText .linkToMail {
  color: #0706ff ! important;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows {
  position: relative;
  height: 13px;
  font-size: 14px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow {
  position: absolute;
  color: #949494;
  letter-spacing: -0.35px;
  line-height: 13px;
  height: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  align-content: center;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow:hover {
  color: #000066;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeLeft {
  left: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M24.7,28.4L11.9,16L24.7,3.6c0.8-0.8,0.8-2.2,0-3c-0.8-0.8-2.2-0.8-3.1,0L7.3,14.5c-0.8,0.8-0.8,2.2,0,3l14.4,13.9 c0.8,0.8,2.2,0.8,3.1,0C25.6,30.6,25.6,29.2,24.7,28.4z'/%3E %3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.SiteFlashPopUp .ItemWrapper .flashContainer .flashFooter .itemArrows .navigationArrow.swipeRight {
  right: 0;
  padding-right: 23px;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23000066' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M7.3,28.4L20.1,16L7.3,3.6c-0.8-0.8-0.8-2.2,0-3s2.2-0.8,3.1,0l14.4,13.9c0.8,0.8,0.8,2.2,0,3L10.3,31.4 c-0.8,0.8-2.2,0.8-3.1,0C6.4,30.6,6.4,29.2,7.3,28.4z'/%3E %3C/svg%3E");
}
.SiteFlashPopUp .ItemWrapper .taboolaArea {
  border-top: 1px solid #f1f0f0;
  padding: 20px;
  height: 250px;
  margin: 0 20px;
  flex-shrink: 0;
}
.SiteFlashPopUp .ItemWrapper .taboolaTitle {
  font-size: 22px;
  margin: 0px 0px -15px 0px;
}
.SiteFlashPopUp .Separator {
  border-bottom: 1px solid #f1f0f0;
  width: 100%;
  height: 1px;
  margin-bottom: 0px;
}
.TopStoryComponenta,
.TopStoryWideComponenta {
  position: relative;
}
.TopStoryComponenta > .sideSeparatorLine,
.TopStoryWideComponenta > .sideSeparatorLine {
  position: absolute;
  width: 0;
  margin-top: 0px;
  margin-right: -11px;
  border-right: 1px solid #cccccc;
}
.TopStoryComponenta > div,
.TopStoryWideComponenta > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div,
.TopStoryWideComponenta > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta > div > div > div,
.TopStoryWideComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.TopStoryComponenta .slotView,
.TopStoryWideComponenta .slotView {
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.TopStoryComponenta .slotView:hover,
.TopStoryWideComponenta .slotView:hover {
  cursor: pointer;
}
.TopStoryComponenta .slotView.inEditMode:hover,
.TopStoryWideComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.TopStoryComponenta .slotView .slotTitle,
.TopStoryWideComponenta .slotView .slotTitle {
  font-weight: bold;
  max-width: 100%;
}
.TopStoryComponenta .slotView .slotTitle span,
.TopStoryWideComponenta .slotView .slotTitle span {
  -webkit-line-break: after-white-space;
  word-wrap: break-word;
}
.TopStoryComponenta .slotView h1.slotTitle,
.TopStoryWideComponenta .slotView h1.slotTitle {
  margin: 0;
}
.TopStoryComponenta .slotView .slotSubTitle,
.TopStoryWideComponenta .slotView .slotSubTitle {
  margin-top: 13px;
  max-width: 100%;
}
.TopStoryComponenta .slotView .topStoryDate,
.TopStoryWideComponenta .slotView .topStoryDate {
  display: block;
  color: #939394;
  font: bold 42px Tahoma, sans-serif;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: -1px;
  line-height: 32px;
  cursor: initial;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before,
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  content: attr(title);
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 100%;
}
.TopStoryComponenta .slotView .topStoryDate:before,
.TopStoryWideComponenta .slotView .topStoryDate:before {
  top: 1px;
  right: 1px;
}
.TopStoryComponenta .slotView .topStoryDate:after,
.TopStoryWideComponenta .slotView .topStoryDate:after {
  top: 2px;
  right: 2px;
}
.TopStoryComponenta .slotView .topHebStoryDate,
.TopStoryWideComponenta .slotView .topHebStoryDate {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ababac;
  margin-bottom: 13px;
  cursor: initial;
}
.TopStoryComponenta .mediaArea,
.TopStoryWideComponenta .mediaArea {
  position: relative;
}
.TopStoryComponenta .mediaArea .mediaLabel,
.TopStoryWideComponenta .mediaArea .mediaLabel {
  position: absolute;
}
.TopStoryComponenta .mediaArea .MediaCarousel,
.TopStoryWideComponenta .mediaArea .MediaCarousel {
  display: flex;
  order: 1;
}
.TopStoryComponenta .mediaArea .MediaCarousel .EditableVideo > img,
.TopStoryWideComponenta .mediaArea .MediaCarousel .EditableVideo > img {
  height: 100%;
}
.TopStoryComponenta .mediaArea .MediaCarousel .mediaItems,
.TopStoryWideComponenta .mediaArea .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow {
  top: calc(50% - 14.5px);
  z-index: 2;
  width: 25px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.6);
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:disabled,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:disabled {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .galleryArrow:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .galleryArrow:after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #3a3a3a;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cpolygon points='29.1,0 17.5,0 2.9,16 17.5,32 29.1,32 14.5,16 '/%3E %3C/svg%3E");
  background-size: 9px auto;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
}
.TopStoryComponenta .mediaArea .MediaCarousel .numberOfMedia,
.TopStoryWideComponenta .mediaArea .MediaCarousel .numberOfMedia {
  display: none;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn {
  right: 0px;
  border-radius: 50% 0 0 50%;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollRightBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollRightBtn:after {
  right: 0;
  transform: rotate(180deg);
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn {
  border-radius: 0 50% 50% 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  left: 0;
}
.TopStoryComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after,
.TopStoryWideComponenta .mediaArea .MediaCarousel .scrollLeftBtn:after {
  left: 0;
}
.TopStoryComponenta .mediaArea .media-enter,
.TopStoryWideComponenta .mediaArea .media-enter {
  opacity: 0.5;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-enter.media-enter-active,
.TopStoryWideComponenta .mediaArea .media-enter.media-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.TopStoryComponenta .mediaArea .media-leave,
.TopStoryWideComponenta .mediaArea .media-leave {
  opacity: 1;
  z-index: 1;
}
.TopStoryComponenta .mediaArea .media-leave.media-enter-leave,
.TopStoryWideComponenta .mediaArea .media-leave.media-enter-leave {
  opacity: 0.5;
  transition: opacity 300ms ease-in;
}
.TopStoryComponenta .mediaArea .iconOnPoster,
.TopStoryWideComponenta .mediaArea .iconOnPoster {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.TopStoryComponenta .mediaArea .iconOnPoster.big,
.TopStoryWideComponenta .mediaArea .iconOnPoster.big {
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  top: calc(50% - 33px);
  right: calc(50% - 33px);
}
.TopStoryComponenta .mediaArea .iconOnPoster.small,
.TopStoryWideComponenta .mediaArea .iconOnPoster.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.TopStoryComponenta .inEditMode .textDiv:hover,
.TopStoryWideComponenta .inEditMode .textDiv:hover {
  overflow-y: auto;
}
.TopStoryComponenta {
  height: 280px;
}
.TopStoryComponenta .sideSeparatorLine {
  height: 280px;
}
.TopStoryComponenta .textDiv {
  margin: 0px 0px 15px 0px;
  overflow: hidden;
  flex-grow: 1;
  padding-left: 20px;
}
.TopStoryComponenta .textDiv a {
  text-decoration: none;
  max-width: 100%;
}
.TopStoryComponenta .textDiv span {
  -webkit-line-break: after-white-space;
}
.TopStoryComponenta .iconOnLiveVideo {
  top: 10px ! important;
  bottom: inherit ! important;
}
.TopStoryWideComponenta {
  height: 340px;
}
.TopStoryWideComponenta .sideSeparatorLine {
  height: 340px;
}
.TopStoryWideComponenta .inEditMode .textDiv {
  width: 100%;
  height: 85px;
}
.TopStoryWideComponenta .textDiv {
  position: absolute;
  bottom: 0;
  padding: 9px 16px;
  width: calc(100% - 32px);
  height: 67px;
  left: 0;
  overflow: hidden;
}
.TopStoryWideComponenta .textDiv .slotSubTitle {
  margin-top: 2px;
}
.TopStoryWideComponenta .textDiv .slotSubTitle .videoIcon {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.TopStoryWideComponenta .textDiv a {
  text-decoration: none;
}
.TopStoryWideComponenta .GalleryPaging {
  bottom: 54px;
  left: 16px;
}
.TopStoryWideComponenta .big {
  bottom: 92px !important;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .radionas .topStoryTagsComponenta {
    margin-bottom: 7.8125vw;
  }
  .radionas .topStoryTagsComponenta .mediaArea {
    margin-bottom: 7.8125vw !important;
  }
  .radionas .topStoryTagsComponenta .mediaItems img[style] {
    width: 100% !important;
    height: auto ! important;
    border-radius: unset ! important;
  }
  .radionas .topStoryTagsComponenta .slotView .textDiv {
    padding: 0 3.125vw;
    box-sizing: border-box;
  }
  .radionas .topStoryTagsComponenta .slotView .slotTitle {
    padding: 0;
    font-size: 7.8125vw !important;
    line-height: 9.375vw !important;
    margin: 0 0 4.6875vw !important;
    max-height: 19.0625vw !important;
    flex-shrink: 0;
  }
}
@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) {
  .radionas .topStoryTagsComponenta {
    background: transparent !important;
  }
  .radionas .topStoryTagsComponenta .slotView .slotTitle,
  .radionas .topStoryTagsComponenta .slotView .slotSubTitle {
    color: #fff !important;
  }
}
.radionas .topStoryTagsComponenta {
  background: #fff;
  height: 100%;
}
.radionas .topStoryTagsComponenta * {
  font-family: 'Noto Kufi Arabic';
}
.radionas .topStoryTagsComponenta .mediaArea {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 0;
}
.radionas .topStoryTagsComponenta > div {
  width: 100%;
  height: 100%;
}
.radionas .topStoryTagsComponenta > div > div {
  width: 100%;
  height: 100%;
}
.radionas .topStoryTagsComponenta > div > div > div {
  width: 100%;
  height: 100%;
}
.radionas .topStoryTagsComponenta .slotView {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
}
.radionas .topStoryTagsComponenta .slotView.inEditMode:hover {
  cursor: inherit;
}
.radionas .topStoryTagsComponenta .slotView .slotTitle {
  font-weight: 700 ;
  line-height: 60px;
  max-width: 100%;
  margin: 20px 0 16px 0;
  font-size: 50px;
  color: #020E24;
  overflow: hidden;
  box-sizing: content-box;
  max-height: 126px;
}
.radionas .topStoryTagsComponenta .slotView .slotSubTitle {
  max-width: 100%;
  font-size: 22px;
  line-height: 32px;
  color: #020E24;
  font-weight: 400;
}
.radionas .topStoryTagsComponenta .slotView > .textDiv {
  margin: 0;
  flex-grow: 1;
  position: relative;
}
.radionas .topStoryTagsComponenta .slotView > .textDiv > a {
  text-decoration: none;
}
.radionas .topStoryTagsComponenta .MediaCarousel {
  height: unset !important;
}
.radionas .topStoryTagsComponenta .MediaCarousel .mediaItems {
  position: relative;
  width: 100%;
  height: 100%;
}
.radionas .topStoryTagsComponenta .MediaCarousel .mediaItems img {
  height: 461px;
  object-fit: cover;
  border-radius: 10px;
}
.twoDivsAdsBox {
  height: inherit;
  display: flex;
  justify-content: space-between;
}
.twoDivsAdsBox .slotItem:first-child {
  margin-left: auto;
}
.twoDivsAdsBox .slotItem {
  width: 143px;
  height: 183px;
}
.VideoComponenta {
  background-color: #fff;
}
.radionas.articleContainer .VideoComponenta {
  background-color: transparent;
}
.VideoComponenta.englishSite .title,
.VideoComponenta.englishSite .subtitle,
.VideoComponenta.englishSite .videoInfoText {
  direction: ltr;
  text-align: left;
}
.VideoComponenta .titlesOverImage {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  z-index: 1;
  font-family: Arial;
  min-height: 40px;
}
.VideoComponenta .titlesOverImage .title {
  padding: 10px 10px 5px 10px;
  font-weight: bold;
}
.VideoComponenta .titlesOverImage .subtitle {
  padding: 0px 10px 10px;
}
.VideoComponenta .videoInfoDiv {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0px 10px 0px;
  float: unset !important;
  z-index: 0;
}
.VideoComponenta .videoInfoDiv .text-wrapper {
  margin-right: 7px;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  max-height: 45px;
  overflow: hidden;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText .withWidth {
  width: 50%;
}
.VideoComponenta .videoInfoDiv .text-wrapper .videoInfoText.credit {
  margin-right: 0;
}
.VideoComponenta .EditableVideo {
  background-color: #c0c9d0;
  height: 250px;
  text-align: center;
}
.VideoComponenta .EditableVideo img {
  width: auto;
  height: 100%;
}
.VideoComponenta .flowplayer {
  background-size: contain;
}
.PageVideoLiveComponenta .videoInfoText {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.PageVideoLiveComponenta .videoInfoText .withWidth {
  width: 50%;
}
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');
.radionas .categoryBreadcrumbs1280_2 * {
  font-family: 'Noto Kufi Arabic' !important;
}
.categoryBreadcrumbs1280_2 {
  height: 60px;
  display: flex;
}
.magazine2025 .categoryBreadcrumbs1280_2 {
  font-family: 'EzerShemesh';
}
.ynetnews .categoryBreadcrumbs1280_2,
.vesty .categoryBreadcrumbs1280_2 {
  direction: ltr;
}
.categoryBreadcrumbs1280_2 ul li:first-child {
  padding: 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 50px;
}
.categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  filter: invert(100%);
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child img,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child img {
  margin-right: 8px;
  margin-left: unset;
}
.categoryBreadcrumbs1280_2 ul li:first-child a,
.categoryBreadcrumbs1280_2 ul li:first-child span {
  color: #000 ! important;
  font-size: 38px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child a,
.radionas .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #020E24 !important;
}
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child a,
.font-moses .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-family: "MosesDisplay" !important;
  font-size: 32px;
  letter-spacing: 0.64px;
  font-weight: 670;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li:first-child span {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
}
.radionas .categoryBreadcrumbs1280_2 ul li:first-child i {
  display: inline;
  margin: unset;
}
.categoryBreadcrumbs1280_2 ul li:last-child,
.categoryBreadcrumbs1280_2 ul li:first-child {
  margin-left: 11px ! important;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li:last-child,
.ynetnews .categoryBreadcrumbs1280_2 ul li:first-child,
.vesty .categoryBreadcrumbs1280_2 ul li:last-child,
.vesty .categoryBreadcrumbs1280_2 ul li:first-child {
  margin-right: 11px ! important;
  margin-left: unset !important;
}
.categoryBreadcrumbs1280_2 ul li:last-child i,
.categoryBreadcrumbs1280_2 ul li:first-child i {
  display: none;
}
.categoryBreadcrumbs1280_2 ul {
  width: auto ! important;
  float: none ! important;
  margin: 0 ! important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
  padding: 0px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul {
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 h1 {
  line-height: unset;
  margin: 0 ! important;
}
.categoryBreadcrumbs1280_2 ul li {
  margin: 0px ! important;
  padding: 0 ! important;
  float: none ! important;
  background: none ! important;
  align-self: baseline;
  font-size: 20px;
  font-weight: normal;
}
.categoryBreadcrumbs1280_2 ul li a,
.categoryBreadcrumbs1280_2 ul li span,
.categoryBreadcrumbs1280_2 ul li i {
  color: #999999 ! important;
  font-size: 18px;
  text-decoration: none;
}
.radionas .categoryBreadcrumbs1280_2 ul li a,
.radionas .categoryBreadcrumbs1280_2 ul li span,
.radionas .categoryBreadcrumbs1280_2 ul li i {
  color: #020E24 !important;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}
.font-moses .categoryBreadcrumbs1280_2 ul li a,
.font-moses .categoryBreadcrumbs1280_2 ul li span,
.font-moses .categoryBreadcrumbs1280_2 ul li i {
  font-size: 16px;
  font-weight: 340;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li a,
.magazine2025 .categoryBreadcrumbs1280_2 ul li span,
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  color: #121111 ! important;
}
.categoryBreadcrumbs1280_2 ul li i {
  margin: auto 3px auto 6px;
  font-weight: normal;
  font-style: normal;
}
.ynetnews .categoryBreadcrumbs1280_2 ul li i,
.vesty .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 6px auto 3px;
}
.magazine2025 .categoryBreadcrumbs1280_2 ul li i {
  margin: auto 25px auto 25px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .TagsPageTitleComponenta {
    display: flex !important;
    width: auto !important;
    margin: 7.8125vw 3.125vw  2.5vw !important;
  }
  .TagsPageTitleComponenta .fixedLabel {
    font-size: 7.8125vw !important;
    line-height: 8.75vw !important;
  }
  .TagsPageTitleComponenta .TagsPageTitle {
    font-size: 5.625vw !important;
    line-height: 7.1875vw !important;
    margin: 7.8125vw 0 0 !important;
  }
}
@media only screen and (max-width: 768px) and (orientation : portrait) and (prefers-color-scheme: dark), only screen and (max-width: 900px) and (orientation : landscape) and (prefers-color-scheme: dark) {
  .TagsPageTitleComponenta .fixedLabel {
    color: #fff;
  }
  .TagsPageTitleComponenta .TagsPageTitle {
    color: #fff;
  }
}
.TagsPageTitleComponenta {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  color: #020E24;
  font-family: 'Noto Kufi Arabic';
}
.TagsPageTitleComponenta .fixedLabel {
  line-height: 46px;
  font-weight: 700;
  font-size: 36px;
}
.TagsPageTitleComponenta .TagsPageTitle {
  font-weight: 700;
  font-size: 50px;
  margin: 0;
  line-height: 62px;
  overflow: hidden;
  margin: 50px 0 0;
}
.YITFloatingPlayer,
.is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.YITFloatingPlayer .fp-ui .fp-controls,
.is-sticky .fp-ui .fp-controls {
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  padding-right: 40px;
}
.YITFloatingPlayer .fp-ui .fp-controls .fp-qsel,
.is-sticky .fp-ui .fp-controls .fp-qsel {
  padding-left: 3px;
  padding-top: 3px;
}
.YITFloatingPlayerCloseButton {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg data-name='Group 1' transform='translate(-21 -14)'%3E %3Ccircle data-name='Ellipse 1' cx='13' cy='13' r='13' transform='translate(21 14)' style='opacity:.67'/%3E %3Cpath data-name='Path 1' d='M8.188 6.914H15.1V8.22H8.188v6.88H6.882V8.22H0V6.914h6.882V0h1.306z' transform='rotate(45 -2.77 49.37)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: -33px;
  right: 10px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.AboutLinksList {
  display: flex;
  padding-top: 12px;
}
.AboutLinksList .bold {
  font-weight: bold;
}
.AboutLinksList ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.AboutLinksList ul li {
  display: flex;
  width: 115px;
}
.AboutLinksList ul li a,
.AboutLinksList ul li a:visited,
.AboutLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.AboutLinksList ul li a:hover,
.AboutLinksList ul li a:visited:hover,
.AboutLinksList ul li span:hover {
  color: #F50000;
}
.Channels {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.Channels .sectionLabelContainer {
  width: 100%;
  padding: 0 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.Channels .sectionLabelContainer .ynetLogo {
  width: 42px;
  height: 18px;
  background: transparent url(//www.ynet.co.il/images/footer/ynet_logo.png) no-repeat 0 0;
}
.Channels .channelsContainer {
  display: flex;
  flex: 8;
  width: 100%;
  padding: 24px 55px 0;
  box-sizing: border-box;
}
.Channels .channelsContainer ul:last-child {
  direction: ltr;
}
.Channels .channelsContainer ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Channels .channelsContainer ul li a,
.Channels .channelsContainer ul li span {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
}
.Channels .channelsContainer ul li a:hover,
.Channels .channelsContainer ul li span:hover {
  color: #F50000;
}
.CreditLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 100%;
  height: 79px;
}
.CreditLogos .iconsWrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.CreditLogos .iconsWrapper a.footer_yit_icon {
  background: transparent url(//www.ynet.co.il/images/footer_yit127X29_1.png) no-repeat 0 0;
  width: 116px;
  height: 31px;
}
.CreditLogos .iconsWrapper a.footer_accessability_icon {
  background: transparent url('//www.ynet.co.il/images/footer/footer_nagish.png') no-repeat 0 0;
  width: 87px;
  height: 38px;
}
.CreditLogos .iconsWrapper a.footer_acum_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_acum.png) no-repeat 0 0;
  width: 76px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_radware_icon {
  background: transparent url(//www.ynet.co.il/images/footer/footer_radware.png) no-repeat 0 0;
  width: 80px;
  height: 29px;
}
.CreditLogos .iconsWrapper a.footer_tali_icon {
  background: transparent url(//www.ynet.co.il/images/footer/foter_tali.png) no-repeat 0 0;
  width: 64px;
  height: 41px;
}
.CreditLogos .iconsWrapper a.footer_activetrail_icon {
  background: transparent url(//www.ynet.co.il/images/active_trail_footer.png) no-repeat 0 0;
  width: 106px;
  height: 40px;
}
.CreditLogos .iconsWrapper .homepage_footer_separator {
  display: inline-block;
  background-color: #e8e8e8;
  width: 1px;
  height: 40px;
}
.FooterLogos {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  background: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.FooterLogos .nadlan {
  background: transparent url(//www.ynet.co.il/images/footer/nadlan.png) no-repeat 0 0;
  width: 83px;
  height: 27px;
}
.FooterLogos .bigdeal {
  background: transparent url(//www.ynet.co.il/images/footer/bigdeal.png) no-repeat 0 0;
  width: 88px;
  height: 35px;
}
.FooterLogos .professionals {
  background: transparent url(//www.ynet.co.il/images/footer/pros.png) no-repeat 0 0;
  width: 98px;
  height: 35px;
}
.FooterLogos .insurance {
  background: transparent url(//www.ynet.co.il/images/footer/insurance.png) no-repeat 0 0;
  width: 111px;
  height: 35px;
}
.FooterLogos .mimun {
  background: transparent url(//www.ynet.co.il/images/footer/mimon.png) no-repeat 0 0;
  width: 122px;
  height: 35px;
}
.FooterLogos .shops {
  background: transparent url(/Common/images/footer/shops_grey_new.png) no-repeat 0 0;
  width: 116px;
  height: 35px;
}
.SectionLabelWithUnderlineDecoration {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.SectionLabelWithUnderlineDecoration .underline {
  background-color: #de0000;
  width: 19px;
  height: 3px;
  position: absolute;
  right: 0;
  margin-top: 19px;
}
.SocialLinks {
  display: flex;
}
.SocialLinks a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.SocialLinks .footer_tools_separator {
  background-color: #b8b6b7;
  width: 1px;
  height: 18px;
  display: inline-block;
  margin: 0 8px 0 13px;
}
.SocialLinks .ynetLogo {
  height: 20px;
  width: 80px;
  margin-left: 5px;
  background: transparent url(/Common/images/footer/footer_network_title.png) no-repeat 0 0;
}
.SocialLinks .logo {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.SocialLinks .logo.instagram {
  background: transparent url(//www.ynet.co.il/images/footer/instagram.png) no-repeat 0 0;
}
.SocialLinks .logo.youtube {
  background: transparent url(//www.ynet.co.il/images/footer/YouTube.png) no-repeat 0 0;
}
.SocialLinks .logo.twitter {
  background: transparent url(//www.ynet.co.il/images/footer/twitter.png) no-repeat 0 0;
}
.SocialLinks .logo.facebook {
  background: transparent url(//www.ynet.co.il/images/footer/facebook.png) no-repeat 0 0;
}
.SocialLinks .logo.negishut {
  cursor: pointer;
  background: transparent url(//www.ynet.co.il/images/footer/ngishot.png) no-repeat 0 0;
}
.ToolsAndAbout {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 0px 30px;
  margin: 10px 0;
  background-color: #f5f5f5;
}
.ToolsAndAbout .wrapper {
  display: flex;
  flex: 1;
}
.ToolsAndAbout .wrapper .aboutWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 43%;
}
.ToolsAndAbout .wrapper .aboutWrapper .SectionLabelWithUnderlineDecoration {
  padding-bottom: 20px;
}
.ToolsAndAbout .wrapper .toolsWrapper {
  display: flex;
  flex-direction: column;
  flex-basis: 57%;
  overflow: hidden;
}
.ToolsAndAbout .wrapper .toolsWrapper .sectionTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}
.ToolsLinksList {
  display: flex;
  padding-top: 7px;
  position: relative;
  left: 10px;
}
.ToolsLinksList ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  direction: rtl;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ToolsLinksList ul li {
  display: flex;
  padding-left: 11px;
}
.ToolsLinksList ul li .seperator {
  display: inline-block;
  color: #4a668b;
  padding-left: 11px;
  font-size: 9px;
}
.ToolsLinksList ul li a,
.ToolsLinksList ul li a:visited,
.ToolsLinksList ul li span {
  color: #000;
  font-family: "arial";
  font-size: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}
.ToolsLinksList ul li a:hover,
.ToolsLinksList ul li a:visited:hover,
.ToolsLinksList ul li span:hover {
  color: #000;
}
.circle-background,
.circle-progress {
  fill: none;
}
.circle-background {
  stroke: rgba(255, 255, 255, 0.6);
}
.circle-progress {
  stroke: #ff0000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.circle-text {
  font-size: 2em;
  font-weight: normal;
  fill: rgba(255, 255, 255, 0.6);
}
.pikudHaorefAlert {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1000000;
  right: 0;
  font-family: 'NarkisBlock';
}
.font-moses .pikudHaorefAlert {
  font-family: 'Moses', 'NarkisBlock';
}
.calcalist .pikudHaorefAlert {
  font-family: 'Open Sans Hebrew', sans-serif;
}
.pikudHaorefAlert .alertDescription {
  background-color: #e6eaf3;
  min-height: 44px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  transform-origin: 0% 0%;
  transform: translate(0, 100%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: -1;
}
.pikudHaorefAlert .alertDescription.open {
  transform: none;
}
.pikudHaorefAlert .alertDescription .redArrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #fb1b1b;
}
.pikudHaorefAlert .alertDescription .alert-description-container {
  display: flex;
  margin: 8px auto 19px;
  justify-content: center;
  width: 1031px;
}
.pikudHaorefAlert .alertDescription .area-description-title {
  font-weight: bold;
  margin-left: 6px;
  flex-shrink: 0;
  align-self: flex-start;
}
.pikudHaorefAlert .alert-top-container,
.pikudHaorefAlert .alert-bottom-container,
.pikudHaorefAlert .alert-description-container {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.pikudHaorefAlert .alert-top {
  width: 100%;
  background-color: #fb1b1b;
  min-height: 60px;
  height: auto;
  z-index: 2;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 50px;
  align-items: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 7px auto;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .alert-title {
  font-size: 16px;
  font-weight: 670;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas {
  list-style: none;
  display: flex;
  color: #fff;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  line-height: 18px;
  font-size: 16px;
  height: 18px;
  padding: 0 6px;
  margin: 0 0 5px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.font-moses .pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li {
  font-size: 14px;
  font-weight: 340;
  line-height: normal;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-top-data .areas li:last-child {
  border-left: none;
}
.pikudHaorefAlert .alert-top .alert-top-container .alerts-oref-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Cdefs%3E %3Cstyle%3E .cls-1%7Bfill:url(%23radial-gradient)%7D.cls-2%7Bfill:url(%23radial-gradient-2)%7D.cls-3%7Bfill:url(%23linear-gradient)%7D.cls-4%7Bfill:url(%23linear-gradient-2)%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke:%23000%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-19,.cls-20,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9%7Bstroke-miterlimit:10%7D.cls-19,.cls-20,.cls-5,.cls-6,.cls-7%7Bstroke-width:.25px%7D.cls-5%7Bfill:url(%23linear-gradient-3)%7D.cls-6%7Bfill:url(%23linear-gradient-4)%7D.cls-24,.cls-7%7Bfill:%23fff%7D.cls-10,.cls-11,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18,.cls-21,.cls-22,.cls-23,.cls-24,.cls-25,.cls-26,.cls-27,.cls-28,.cls-29,.cls-30,.cls-31,.cls-32,.cls-39,.cls-8,.cls-9%7Bstroke-width:.25px%7D.cls-8%7Bfill:url(%23linear-gradient-5)%7D.cls-25,.cls-26,.cls-27,.cls-28,.cls-30,.cls-9%7Bstroke-linejoin:round%7D.cls-9%7Bfill:url(%23linear-gradient-6)%7D.cls-10%7Bfill:url(%23linear-gradient-7)%7D.cls-11%7Bfill:url(%23linear-gradient-8)%7D.cls-12%7Bfill:%234d4d4d%7D.cls-13%7Bfill:url(%23linear-gradient-9)%7D.cls-14%7Bfill:url(%23linear-gradient-10)%7D.cls-15%7Bfill:url(%23linear-gradient-11)%7D.cls-16%7Bfill:url(%23linear-gradient-12)%7D.cls-17%7Bfill:url(%23linear-gradient-13)%7D.cls-18%7Bfill:none%7D.cls-19%7Bfill:url(%23linear-gradient-14)%7D.cls-20%7Bfill:url(%23linear-gradient-15)%7D.cls-21%7Bfill:url(%23linear-gradient-16)%7D.cls-22%7Bfill:url(%23linear-gradient-17)%7D.cls-23%7Bfill:url(%23linear-gradient-18)%7D.cls-25,.cls-26,.cls-27,.cls-28%7Bstroke-linecap:round%7D.cls-25%7Bfill:url(%23linear-gradient-19)%7D.cls-26%7Bfill:url(%23linear-gradient-20)%7D.cls-27%7Bfill:url(%23linear-gradient-21)%7D.cls-28%7Bfill:url(%23linear-gradient-22)%7D.cls-29%7Bfill:url(%23linear-gradient-23)%7D.cls-30%7Bfill:url(%23linear-gradient-24)%7D.cls-31%7Bfill:url(%23radial-gradient-3)%7D.cls-32%7Bfill:url(%23radial-gradient-4)%7D.cls-33%7Bfill:url(%23radial-gradient-5)%7D.cls-34%7Bfill:url(%23radial-gradient-6)%7D.cls-35%7Bfill:url(%23radial-gradient-7)%7D.cls-36%7Bfill:url(%23radial-gradient-8)%7D.cls-37%7Bfill:url(%23radial-gradient-9)%7D.cls-38%7Bfill:url(%23radial-gradient-10)%7D.cls-39%7Bstroke-linecap:square;fill:url(%23linear-gradient-25)%7D %3C/style%3E %3CradialGradient id='radial-gradient' cx='.88' cy='.054' r='1.29' gradientTransform='matrix(-.944 .33 -.273 -.779 1.725 -.195)'%3E %3Cstop offset='0' stop-color='%2375a0d1'/%3E %3Cstop offset='.664' stop-color='%235397cc'/%3E %3Cstop offset='1' stop-color='%231261ac'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-2' cx='.386' cy='.898' r='.983' gradientTransform='matrix(1 .015 -.013 .886 .012 .096)'%3E %3Cstop offset='0' stop-color='%23e26510'/%3E %3Cstop offset='1' stop-color='%23f6a423'/%3E %3C/radialGradient%3E %3ClinearGradient id='linear-gradient' x1='11.603' x2='11.686' y1='-4.053' y2='-2.637' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23183f54'/%3E %3Cstop offset='1' stop-color='%23071319'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-2' x1='.503' x2='.405' y1='.333' y2='1' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%230383c2'/%3E %3Cstop offset='1' stop-color='%230163a6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-3' x1='.09' x2='.871' y1='.215' y2='.646' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ccd0d4'/%3E %3Cstop offset='1' stop-color='%23bdbdbd'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-4' x1='.063' x2='.646' y1='.226' y2='1.047' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c1bdc0'/%3E %3Cstop offset='1' stop-color='%23989898'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-5' x1='83.787' x2='85.059' y1='-3.738' y2='-2.904' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23f5f5f5'/%3E %3Cstop offset='1' stop-color='%23d4d4d4'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-6' x1='20.768' x2='21.443' y1='-4.392' y2='-3.725' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23c4c6c9'/%3E %3Cstop offset='1' stop-color='%239c9ea1'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-7' x1='84.517' x2='84.97' y1='-3.393' y2='-2.442' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23d2d0d1'/%3E %3Cstop offset='1' stop-color='%23b0b0b0'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-8' x1='42.226' x2='43.331' y1='-12.049' y2='-10.917' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e9e9e9'/%3E %3Cstop offset='1' stop-color='%23b8b9b6'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-9' x1='44.051' x2='42.837' y1='-14.384' y2='-13.538' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ededed'/%3E %3Cstop offset='1' stop-color='%23d0dbd3'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-10' x1='44.603' x2='43.459' y1='-14.115' y2='-12.997' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23818181'/%3E %3Cstop offset='1' stop-color='%237b7c7c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-11' x1='80.414' x2='79.295' y1='-11.188' y2='-10.279' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%239fa3a3'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-12' x1='90.633' x2='89.595' y1='-11.225' y2='-10.55' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23babfc2'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-13' x1='20.482' x2='21.285' y1='-14.529' y2='-15.413' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%2361615d'/%3E %3Cstop offset='1' stop-color='%237f7f7f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-14' x1='.291' x2='.982' y1='.166' y2='.541' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbd9'/%3E %3Cstop offset='1' stop-color='%23a9aeaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-15' x1='.16' x2='.874' y1='.441' y2='1.013' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23a7aca9'/%3E %3Cstop offset='1' stop-color='%236c6c6c'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-16' x1='44.088' x2='43.521' y1='-13.636' y2='-12.933' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23848383'/%3E %3Cstop offset='1' stop-color='%23626363'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-17' x1='-26.243' x2='-24.933' y1='11.059' y2='12.321' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ababab'/%3E %3Cstop offset='1' stop-color='%23828282'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-18' x1='-25.833' x2='-24.373' y1='11.223' y2='12.158' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dce0e5'/%3E %3Cstop offset='1' stop-color='%23afafaf'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-19' x1='36.168' x2='36.092' y1='-62.591' y2='-60.034' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-20' x1='38.467' x2='38.181' y1='-62.519' y2='-60.078' xlink:href='%23linear-gradient-8'/%3E %3ClinearGradient id='linear-gradient-21' x1='38.573' x2='38.287' y1='-58.322' y2='-56.68' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%239f9f9f'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-22' x1='36.033' x2='36.037' y1='-58.266' y2='-56.758' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23e0e0e0'/%3E %3Cstop offset='1' stop-color='%23aaa'/%3E %3C/linearGradient%3E %3ClinearGradient id='linear-gradient-23' x1='21.194' x2='20.41' y1='-15.592' y2='-14.809' xlink:href='%23linear-gradient-9'/%3E %3ClinearGradient id='linear-gradient-24' x1='22.382' x2='19.835' y1='-6.336' y2='-4.702' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23bdd6df'/%3E %3Cstop offset='1' stop-color='%235f5f5f'/%3E %3C/linearGradient%3E %3CradialGradient id='radial-gradient-3' cx='38.381' cy='-343.503' r='1.193' gradientTransform='matrix(.084 .996 -1.073 .091 -237.441 -419.026)'%3E %3Cstop offset='0' stop-color='%23dbdbdb'/%3E %3Cstop offset='1' stop-color='%234a4a4a'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-4' cx='-34.254' cy='-392.56' r='1.053' gradientTransform='matrix(.067 .998 -1.452 .097 -572.88 -439.966)' xlink:href='%23radial-gradient-3'/%3E %3CradialGradient id='radial-gradient-5' cx='-.703' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.673 .839)'%3E %3Cstop offset='0' stop-color='%23fbfbfb'/%3E %3Cstop offset='1' stop-color='%23b3b3b3'/%3E %3C/radialGradient%3E %3CradialGradient id='radial-gradient-6' cx='-.703' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -1.393 -.765)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-7' cx='-.703' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -2.113 -2.369)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-8' cx='.553' cy='.13' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 .641 -.412)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-9' cx='.553' cy='-1.376' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.079 -2.016)' xlink:href='%23radial-gradient-5'/%3E %3CradialGradient id='radial-gradient-10' cx='.553' cy='-2.883' r='4.623' gradientTransform='matrix(-.047 .997 -.478 -.065 -.799 -3.621)' xlink:href='%23radial-gradient-5'/%3E %3ClinearGradient id='linear-gradient-25' x1='-.072' x2='1.024' y1='-.799' y2='1.704' gradientUnits='objectBoundingBox'%3E %3Cstop offset='0' stop-color='%23ececec'/%3E %3Cstop offset='.379' stop-color='%23c7c7c7'/%3E %3Cstop offset='1' stop-color='%2368696a'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg id='layer1' transform='translate(381.426 -37.282)'%3E %3Ccircle id='path4228-7' cx='20' cy='20' r='20' class='cls-1' transform='translate(-381.426 37.282)'/%3E %3Ccircle id='path4232-6' cx='19.074' cy='19.074' r='19.074' class='cls-2' transform='translate(-380.5 38.208)'/%3E %3Cpath id='rect1699' d='M0 0h11.405v23.124H0z' class='cls-3' transform='translate(-375.522 45.606)'/%3E %3Cpath id='path1697' d='M274.838 109.5l13.689 17.154h-27.378z' class='cls-4' transform='translate(-636.353 -57.921)'/%3E %3Cg id='g1191-4' transform='translate(-359.23 43.366)'%3E %3Cpath id='path1185-3' d='M-1303.712 388.711s4.442 1 4.634 4.981' class='cls-5' transform='translate(1303.712 -388.711)'/%3E %3Cpath id='path1187-4' d='M-1299.067 393.692a.046.046 0 0 0 0 .012c-.01-.01-2.824.6-4.635-4.993' class='cls-6' transform='translate(1303.702 -388.711)'/%3E %3Cpath id='path1189-1' d='M-1303.712 388.711l4.634 4.981' class='cls-7' transform='translate(1303.712 -388.711)'/%3E %3C/g%3E %3Cpath id='path1193-7' d='M-169.091 69.377l.951-2.591v24.888l-1.606-.547V73.121a11.139 11.139 0 0 1 .655-3.744z' class='cls-8' transform='translate(-187.284 -26.103)'/%3E %3Cpath id='path1177-7' d='M-174.456 144.476a.431.431 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.224 11.224 0 0 0 1.156-.9 12.569 12.569 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.076 8.076 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.756 16.756 0 0 0-.184-2.148c-.1-.706-.256-1.4-.419-2.067a30.432 30.432 0 0 0-1.156-3.56 34.777 34.777 0 0 0-1.064-2.435c-.143-.286-.256-.512-.338-.665s-.123-.235-.123-.235l.276-.153s.041.082.133.235.2.379.348.665c.3.573.7 1.412 1.125 2.435a29.661 29.661 0 0 1 1.248 3.591 18.851 18.851 0 0 1 .706 4.317c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.616 2.616 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.484 10.484 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.894 12.894 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.609.609 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-9' transform='translate(-183.106 -77.099)'/%3E %3Cpath id='path1195-0' d='M-154.858 69.377l-.951-2.591v26.047l1.606-.547V73.121a11.139 11.139 0 0 0-.655-3.744z' class='cls-10' transform='translate(-199.615 -26.103)'/%3E %3Cpath id='path1179-5' d='M-169.657 269.663v6.976h3.2v-6.976z' class='cls-11' transform='translate(-187.363 -205.6)'/%3E %3Cpath id='path1324' d='M-166.347 277.832l-3.141 1.177v.1l3.141-1.177zm.022 1l-3.14 1.168v.1l3.141-1.177zm0 1.024l-3.153 1.181v.1l3.153-1.181zm0 .975l-3.153 1.181v.1l3.153-1.181zm0 .993l-3.152 1.176v.1l3.153-1.181zm0 1.011l-3.153 1.181v.1l3.153-1.181z' class='cls-12' transform='translate(-187.513 -212.827)'/%3E %3Cpath id='path1209-9' d='M-114.6 180.342l-.1.029a7.61 7.61 0 0 1 3.183-6.126' class='cls-13' transform='translate(-235.982 -121.179)'/%3E %3Cpath id='path1211-8' d='M-110.72 174.148l.019-.013c0 .024.693 5-3.1 6.109' class='cls-14' transform='translate(-236.784 -121.082)'/%3E %3Cpath id='path1213-0' d='M-124.706 106.048s2.3 5.883-.921 7.929' class='cls-15' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1215-9' d='M-130.177 113.977s-1.821-5.351.921-7.929' class='cls-16' transform='translate(-221.768 -60.841)'/%3E %3Cpath id='path1217-6' d='M-130.611 231.946c-.052.558-.621 4.578-6.727 5.44' class='cls-17' transform='translate(-215.957 -172.229)'/%3E %3Cpath id='path1219-7' d='M-183.772 179.729c2.558 2.145 5.029 3.768 7.458 5.678' class='cls-18' transform='translate(-174.875 -126.03)'/%3E %3Cg id='g1228-9' transform='translate(-358.647 53.699)'%3E %3Cpath id='path1221-7' d='M-1298.647 478.37s5.78.593 7.448 5.555h-.058' class='cls-19' transform='translate(1298.647 -478.37)'/%3E %3Cpath id='path1223-6' d='M-1291.259 483.929c-.575.04-5.25.244-7.389-5.559' class='cls-20' transform='translate(1298.648 -478.37)'/%3E %3Cpath id='path1226-8' d='M-1298.647 478.37l7.458 5.678' class='cls-7' transform='translate(1298.647 -478.37)'/%3E %3C/g%3E %3Cpath id='path1230-5' d='M-111.51 174.136c-1.072 2.208-2.068 4.255-3.192 6.323' class='cls-21' transform='translate(-235.985 -121.082)'/%3E %3Cpath id='path1234-7' d='M-176.538 139.92a31.18 31.18 0 0 1-6.169-4.665' class='cls-18' transform='translate(-175.817 -86.681)'/%3E %3Cpath id='path1236-0' d='M-124.706 106.048a139.65 139.65 0 0 1-.921 7.673v.256' class='cls-18' transform='translate(-226.319 -60.841)'/%3E %3Cpath id='path1240-9' d='M-177.983 138.443c-.513.136-4.525.664-6.155-4.784' class='cls-22' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1242-8' d='M-184.137 133.659s4.815.511 6.2 4.781h-.049' class='cls-23' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1244-8' d='M-184.137 133.659l6.212 4.886' class='cls-24' transform='translate(-174.552 -85.27)'/%3E %3Cpath id='path1248-5' d='M-184.947 269.451l-1.6.419-2.2-1.371h3.8' class='cls-25' transform='translate(-170.477 -204.571)'/%3E %3Cpath id='path1250-2' d='M-155.808 269.451l1.76.419 1.809-1.371h-3.569' class='cls-26' transform='translate(-199.616 -204.571)'/%3E %3Cpath id='path1252-5' d='M-188.374 268.5h6.666' class='cls-18' transform='translate(-170.803 -204.571)'/%3E %3Cpath id='path1254-3' d='M-155.809 257.245h3.569l-1.962-1.466-1.606.417' class='cls-27' transform='translate(-199.615 -193.316)'/%3E %3Cpath id='path1257-2' d='M-184.946 257.245h-3.8l2.189-1.466 1.606.418' class='cls-28' transform='translate(-170.478 -193.316)'/%3E %3Cpath id='path1259-3' d='M-137.339 236.9c-.025-.006 2.359-4.687 6.732-5.5v.064' class='cls-29' transform='translate(-215.956 -171.741)'/%3E %3Cpath id='path1261-3' d='M-174.456 195.013a.43.43 0 0 1 .051-.02c.041-.02.092-.041.164-.082.153-.072.368-.184.634-.338s.593-.358.962-.6a11.227 11.227 0 0 0 1.156-.9 12.572 12.572 0 0 0 1.217-1.228 9.367 9.367 0 0 0 1.074-1.586 8.077 8.077 0 0 0 .706-1.913 2.261 2.261 0 0 0 .051-.256l.041-.256c.031-.174.041-.348.061-.522l.01-.133v-.131l.01-.276c.01-.184 0-.358 0-.542a16.753 16.753 0 0 0-.184-2.148c-.1-.706-.353-1.745-.516-2.41l.45-.123a21.963 21.963 0 0 1 .8 4.661c0 .184.01.389.01.563v.419l-.01.143a5 5 0 0 1-.051.563l-.041.276a2.614 2.614 0 0 0-.051.276 8.4 8.4 0 0 1-.726 2.087 10.485 10.485 0 0 1-1.125 1.729 11.309 11.309 0 0 1-1.258 1.33 12.893 12.893 0 0 1-1.207.972c-.379.266-.716.481-1 .655s-.512.3-.675.379l-.184.092a.606.606 0 0 1-.072.031l-.031-.02a.674.674 0 0 1-.266-.685z' class='cls-30' transform='translate(-183.106 -127.636)'/%3E %3Cpath id='path1265-2' d='M-131.463 172.673a.642.642 0 0 1-.645-.645.642.642 0 0 1 .645-.645.642.642 0 0 1 .645.645.642.642 0 0 1-.645.645z' class='cls-31' transform='translate(-220.585 -118.647)'/%3E %3Cpath id='path1269-6' d='M-124.408 224.42a.686.686 0 0 1-.685-.685.686.686 0 0 1 .685-.685.685.685 0 0 1 .685.685.685.685 0 0 1-.685.685z' class='cls-32' transform='translate(-226.79 -164.357)'/%3E %3Cpath id='path1232-7' d='M-137.338 237.248s4.79-3.861 6.729-5.459' class='cls-18' transform='translate(-215.957 -172.091)'/%3E %3Cg id='g5295' transform='translate(-373.459 47.689)'%3E %3Cpath id='rect1932' d='M0 0h3.255v1.907H0z' class='cls-33' transform='translate(4.023)'/%3E %3Cpath id='rect1934' d='M0 0h3.255v1.907H0z' class='cls-34' transform='translate(4.023 2.621)'/%3E %3Cpath id='rect1936' d='M0 0h3.255v1.907H0z' class='cls-35' transform='translate(4.023 5.243)'/%3E %3Cpath id='rect1921' d='M0 0h3.255v1.907H0z' class='cls-36'/%3E %3Cpath id='rect1923' d='M0 0h3.255v1.907H0z' class='cls-37' transform='translate(0 2.621)'/%3E %3Cpath id='rect1925' d='M0 0h3.255v1.907H0z' class='cls-38' transform='translate(0 5.243)'/%3E %3C/g%3E %3Crect id='rect5247' width='4.911' height='1.299' class='cls-39' rx='.65' transform='translate(-357.879 70.804)'/%3E %3C/g%3E %3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 40px;
  height: 40px;
  align-self: center;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.pikudHaorefAlert .alert-top .alert-top-container .alert-left .alerts-close {
  width: 17px;
  height: 17px;
  background: transparent url('//www.ynet.co.il/images/x-mark-16.png') no-repeat 0 0;
  margin-top: 7px;
}
.pikudHaorefAlert .alerts-bottom {
  background-color: #1069a5;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
.pikudHaorefAlert .alerts-bottom .alert-bottom-container {
  align-items: center;
}
.pikudHaorefAlert .alerts-bottom .alert-attention-text {
  font-weight: bold;
}
.pikudHaorefAlert .alerts-bottom .alert-permanent-link,
.pikudHaorefAlert .alerts-bottom .alert-permanent-link:hover {
  color: inherit;
}
.SiteScrollToTopButton {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23b9b9b9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,0.6c8.5,0,15.4,6.9,15.4,15.4S24.5,31.4,16,31.4S0.6,24.5,0.6,16S7.5,0.6,16,0.6 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M16,3.1C8.9,3.1,3.1,8.9,3.1,16S8.9,28.9,16,28.9S28.9,23.1,28.9,16S23.1,3.1,16,3.1z M22.4,18.9c-0.4,0.4-1,0.4-1.3,0 L16,13.8l-5.1,5.1c-0.4,0.4-1,0.4-1.3,0c-0.4-0.4-0.4-1,0-1.3l5.8-5.8c0.4-0.4,1-0.4,1.3,0l5.8,5.8C22.8,18,22.8,18.6,22.4,18.9z' /%3E %3C/g%3E %3C/svg%3E");
  display: block;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
  z-index: 2;
  outline: 0;
}
.grid1280_2 .SiteScrollToTopButton {
  bottom: 85px;
  width: 76px;
  height: 76px;
  z-index: 11;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='76px' height='76px' viewBox='0 0 76 76' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Ctitle%3E64CA87B2-9464-45F1-BA02-A1E200341794%3C/title%3E %3Cdefs%3E %3Ccircle id='path-1' cx='30' cy='30' r='30'%3E%3C/circle%3E %3Cfilter x='-22.5%25' y='-17.5%25' width='145.0%25' height='145.0%25' filterUnits='objectBoundingBox' id='filter-2'%3E %3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'%3E%3C/feMorphology%3E %3CfeOffset dx='0' dy='3' in='shadowSpreadOuter1' result='shadowOffsetOuter1'%3E%3C/feOffset%3E %3CfeGaussianBlur stdDeviation='3' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3E%3C/feGaussianBlur%3E %3CfeComposite in='shadowBlurOuter1' in2='SourceAlpha' operator='out' result='shadowBlurOuter1'%3E%3C/feComposite%3E %3CfeColorMatrix values='0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0 0.851760643 0 0 0 0.5 0' type='matrix' in='shadowBlurOuter1'%3E%3C/feColorMatrix%3E %3C/filter%3E %3C/defs%3E %3Cg id='DT-Home_Final-' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home_Back-To-Top_-captcha-V1.0' transform='translate(-1585.000000, -931.000000)'%3E %3Cg id='Group-4' transform='translate(1593.000000, 936.000000)'%3E %3Cg id='Oval'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'%3E%3C/use%3E %3Cuse fill-opacity='0.4' fill='%232E2E2F' fill-rule='evenodd' style='mix-blend-mode: multiply;' xlink:href='%23path-1'%3E%3C/use%3E %3C/g%3E %3Cg id='Group-3' transform='translate(30.476787, 29.545823) rotate(90.000000) translate(-30.476787, -29.545823) translate(14.000000, 17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cpath d='M12.8301532,8.25973737e-13 L15.0709124,2.29929173 L6.188,10.952 L32.953574,10.9557295 L32.9531003,14.1429333 L6.251,14.139 L15.145822,22.8086619 L12.9217994,25.0916462 L8.8817842e-14,12.4987941 L12.8301532,8.25973737e-13 Z' id='Combined-Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.grid1280_2 .SiteScrollToTopButton :focus {
  outline: none;
}
.radionas .SiteScrollToTopButton {
  display: none;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteScrollToTopButton {
    display: none ! important;
  }
}
.fp-header .fp-left {
  flex: unset !important;
}
.flowplayer.is-popped-out .fp-float-wrapper {
  max-width: 315px !important;
  bottom: 65px !important;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-logo {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-mute-float {
  top: 16% !important;
  width: 1.9em !important;
  height: 1.9em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-exit-float {
  top: -20% !important;
  right: 10px !important;
  width: 2.2em !important;
  height: 2.2em !important;
  cursor: pointer;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-exit-float {
  display: none;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .fp-togglable {
  position: absolute;
  top: -240%;
  left: 205%;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-ad-controls .ad-indicator {
  position: absolute;
  left: 150%;
  width: 75%;
  margin: unset;
  padding: unset;
  color: white;
}
.flowplayer.is-popped-out .fp-float-wrapper .fp-controls.fp-togglable {
  background-image: linear-gradient(to bottom 60%, transparent, #000);
}
.blockedVideo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.articleVideoComponenta .blockedVideo {
  padding-bottom: 56%;
}
.blockedVideo span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .SiteVideoLightbox {
    position: relative;
  }
  .SiteVideoLightbox .inlinePlayer[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
  .SiteVideoLightbox .inlinePlayer[style] video[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
  .SiteVideoLightbox .video-container[style] {
    width: 100vw ! important;
    height: 56.25vw ! important;
  }
}
.video-js.inlinePlayer {
  width: 100%;
  height: 100%;
}
.video-js.inlinePlayer.vjs-v6,
.video-js.inlinePlayer.vjs-v7 {
  padding-top: 56.25%;
}
.video-js.inlinePlayer .vjs-poster {
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  padding-top: unset;
}
.video-js.inlinePlayer.is-sticky {
  padding-top: 0 !important;
}
.holaWrapper {
  width: 100%;
  height: 100%;
}
.Calcalist-Article-Top-Story .flowplayer {
  margin-right: 129px;
}
.ctech .Calcalist-Article-Top-Story .flowplayer {
  margin-left: 129px;
  margin-right: unset !important;
}
.Calcalist-Article-Top-Story .video-js.inlinePlayer.vjs-v6,
.Calcalist-Article-Top-Story .video-js.inlinePlayer.vjs-v7 {
  padding-top: initial;
  margin-right: 129px;
}
.Calcalist-Article-Top-Story .videoDetails {
  display: flex;
  background: #27272e;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-family: inherit;
  font-size: 14px;
  margin-top: -3px;
  margin-right: 129px;
}
.Calcalist-Article-Top-Story .videoDetails > * {
  margin: 0 5px;
}
.videojsContainer.is-sticky {
  position: fixed;
  left: 10px;
  bottom: 10px;
  padding-top: 0;
  height: 158px;
  width: 284px !important;
  overflow: visible;
  z-index: 23;
}
.videojsContainer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.videojsContainer.is-sticky .ynetfp-close-button {
  display: block;
  position: absolute;
  top: -35px;
  left: 0px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.3;
}
.videojsContainer.is-sticky .ynetfp-close-button:hover {
  opacity: 1;
}
.videojsContainer.is-sticky .ynetfp-close-button:before,
.videojsContainer.is-sticky .ynetfp-close-button:after {
  position: absolute;
  top: 0;
  left: 10px;
  height: 33px;
  width: 3px;
  background-color: #cc0000;
  content: ' ';
}
.videojsContainer.is-sticky .ynetfp-close-button:before {
  transform: rotate(45deg);
}
.videojsContainer.is-sticky .ynetfp-close-button:after {
  transform: rotate(-45deg);
}
.videojsContainer .vjs-big-play-button {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 2em !important;
  height: 2em !important;
  border-radius: 100% !important;
}
.videojsContainer .vjs-big-play-button > .vjs-icon-placeholder:before {
  content: "\f101";
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.videojsContainer .vjs-big-play-button.force-display {
  display: block !important;
  z-index: 1;
}
.flowplayer.hidePlayImgAndLogo .fp-play,
.flowplayer.hidePlayImgAndLogo .fp-logo {
  display: none !important;
}
.flowplayer.is-sticky {
  position: fixed;
  height: 170px;
  width: 302px;
  left: 10px;
  bottom: 65px;
  overflow: unset;
  z-index: 99;
}
.flowplayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.flowplayer.is-sticky .fp-controls {
  background-color: rgba(0, 0, 0, 0.5);
  width: 202px;
}
.flowplayer.is-sticky .ynetfp-close-button {
  display: block;
  z-index: 9999;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg data-name='Group 1' transform='translate(-21 -14)'%3E %3Ccircle data-name='Ellipse 1' cx='13' cy='13' r='13' transform='translate(21 14)' style='opacity:.67'/%3E %3Cpath data-name='Path 1' d='M8.188 6.914H15.1V8.22H8.188v6.88H6.882V8.22H0V6.914h6.882V0h1.306z' transform='rotate(45 -2.77 49.37)' style='fill:%23fff'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: -33px;
  right: 10px;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.flowplayer.is-sticky .fp-bar {
  max-width: 38%;
}
.flowplayer.is-sticky .fp-share_button {
  padding-top: 4px;
}
.flowplayer .fp-title {
  display: none;
}
.flowplayer.ynetTv,
.flowplayer.ynetTv.hasTitle {
  max-width: 640px ! important;
  margin: 8% auto ! important;
}
.flowplayer.ynetTv .fp-logo,
.flowplayer.ynetTv.hasTitle .fp-logo {
  top: 15px ! important;
  left: 15px ! important;
  bottom: initial;
}
.flowplayer.ynetTv img.ynetTvLogo,
.flowplayer.ynetTv.hasTitle img.ynetTvLogo {
  top: 0px;
  position: absolute;
  bottom: initial;
  left: initial;
  right: 0;
  height: 23px;
  width: auto;
  margin: 10px;
}
.flowplayer.ynetTv .fp-title,
.flowplayer.ynetTv.hasTitle .fp-title,
.flowplayer.ynetTv .fp-fullscreen,
.flowplayer.ynetTv.hasTitle .fp-fullscreen {
  display: none;
}
.flowplayer.ynetTv .ynetfp-ads,
.flowplayer.ynetTv.hasTitle .ynetfp-ads {
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
}
.flowplayer.ynetTv .ynetfp-ads:before,
.flowplayer.ynetTv.hasTitle .ynetfp-ads:before {
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-header,
.flowplayer.ynetTv.hasTitle .fp-header {
  position: absolute;
  top: -40px ! important;
  opacity: 1;
  background: #000;
  width: 100%;
  height: 40px;
}
.flowplayer.ynetTv .fp-header .fp-unload,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload {
  display: block;
  border: 1px solid;
  border-radius: 50%;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  margin: 10px;
}
.flowplayer.ynetTv .fp-header .fp-unload:before,
.flowplayer.ynetTv.hasTitle .fp-header .fp-unload:before {
  left: 2px;
  position: absolute;
  top: 2px;
  font-size: 1.4em;
}
.flowplayer.ynetTv .fp-playlist,
.flowplayer.ynetTv.hasTitle .fp-playlist {
  bottom: -152px;
  padding-top: 87px;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding-right: 5px;
  padding-left: 5px;
}
.flowplayer.ynetTv .fp-playlist a,
.flowplayer.ynetTv.hasTitle .fp-playlist a {
  float: right ! important;
  margin-right: 0 ! important;
}
.flowplayer.ynetTv .fp-playlist .vp-info,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info {
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  height: 87px;
  padding-right: 7px;
}
.flowplayer.ynetTv .fp-playlist .vp-info > p,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info > p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  text-align: right;
  padding: 2px 0px 0 7px;
  font-family: arial;
  line-height: 1.5;
  font-size: 12px;
  max-height: 40px;
  margin: 0;
}
.flowplayer.ynetTv .fp-playlist .vp-info .vp-title,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info .vp-title {
  font-size: 15px;
  font-weight: bold;
  max-height: 20px;
  white-space: nowrap;
}
.flowplayer.ynetTv .fp-playlist .vp-info a,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a {
  background-color: #de1111;
  text-decoration: none;
  padding-right: 2px;
  font-size: 12px;
}
.flowplayer.ynetTv .fp-playlist .vp-info a img,
.flowplayer.ynetTv.hasTitle .fp-playlist .vp-info a img {
  float: left;
  margin-right: 5px;
}
.flowplayer.ynetTv .fp-playlist > a,
.flowplayer.ynetTv.hasTitle .fp-playlist > a {
  display: block;
  width: 105px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
  float: right;
}
.flowplayer.ynetTv .fp-playlist > a:first-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:first-child {
  margin-left: 5px;
}
.flowplayer.ynetTv .fp-playlist > a:last-child,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:last-child {
  margin-left: 0px;
}
.flowplayer.ynetTv .fp-playlist > a:hover,
.flowplayer.ynetTv.hasTitle .fp-playlist > a:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  opacity: 1;
  z-index: 1;
  border: 0;
  border-radius: 0;
  transform: scale(1);
}
.flowplayer.ynetTv .fp-playlist > a.is-active,
.flowplayer.ynetTv.hasTitle .fp-playlist > a.is-active {
  opacity: 1;
  box-shadow: 0 0 15px 0 #fff;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 20;
  color: white;
  margin: 0.9em 0 0 0.9em;
}
.flowplayer .fp-ad-container .fp-ui .ynetfp-ads:before {
  content: "\e10f";
}
.flowplayer .fp-ad-container .fp-ui.fp-shown .ynetfp-ads {
  display: block;
}
.flowplayer .fp-controls.is-hidden {
  display: none;
}
.flowplayer .fp-controls > * {
  margin: 0 .1em ! important;
}
.flowplayer .fp-controls .fp-bar {
  flex: inherit ! important;
  flex-grow: 1 ! important;
  min-width: 50%;
}
.flowplayer .fp-controls .fp-bar > * {
  top: 0;
}
.flowplayer .fp-share {
  display: none;
}
.flowplayer .fp-share_button {
  float: right;
  margin-right: 0px ! important;
}
.flowplayer .fp-share_button:before {
  content: "\e009";
}
.flowplayer.is-disabled .fp-header {
  opacity: 0 !important;
}
.flowplayer .fp-header {
  direction: rtl;
}
.flowplayer .fp-header .fp-icon.fp-embed {
  float: right;
  margin-right: 0;
}
.flowplayer .fp-header .share_button {
  width: 50px;
  height: 50px;
  background: #000;
}
.flowplayer .fp-header .fp-message {
  opacity: inherit;
  background-color: inherit;
  float: right;
  width: 70%;
  text-align: right;
}
.flowplayer .fp-header .fp-message a {
  text-decoration: underline !important;
}
.flowplayer .fp-header .fp-unload.fp-icon {
  float: left;
}
.flowplayer .share_window {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.flowplayer .share_window.hidden {
  display: none;
}
.flowplayer .share_window .shareTitle {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  margin-top: 20%;
}
.flowplayer .share_window .shareButtons {
  display: flex;
  margin-top: 20px;
  width: auto;
  flex-direction: row;
  align-self: center;
}
.flowplayer .share_window .shareButtons button,
.flowplayer .share_window .shareButtons a {
  flex-shrink: 0;
  margin: 5px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}
.flowplayer .share_window .shareButtons .closeShare {
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: 5px;
  left: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.flowplayer .share_window .shareButtons .closeShare:before {
  content: "\e10f";
}
.flowplayer .share_window .fp-playlist {
  position: absolute;
  display: flex !important;
  bottom: -97px;
  padding-top: 27px;
  padding-bottom: 5px;
  width: 100%;
  background-color: black;
}
.flowplayer .share_window .fp-playlist > a {
  display: block;
  width: 87px;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.7;
}
.flowplayer .share_window .fp-playlist > a:first-child {
  margin-left: 0px;
}
.flowplayer .share_window .fp-playlist > a:hover {
  border: white 1px solid;
  transform: scale(1.3);
  opacity: 1;
  z-index: 1;
}
.flowplayer .share_window .fp-playlist > a.is-active {
  opacity: 1;
}
.flowplayer .share_window.is-overlaid a.fp-logo {
  top: 2.9em;
  left: 2.9em;
  bottom: initial;
}
.flowplayer .share_window a.fp-logo {
  top: 15px;
  left: 15px;
  bottom: initial;
}
.flowplayer .share_window .ynetfp-close-button {
  display: none;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer .share_window .fp-ad-container .fp-engine > div iframe:first-child {
  width: 100% !important;
  height: 100% !important;
}
.flowplayer_external_mute,
.youtube_external_mute,
.videojs_external_mute,
.hola_external_mute {
  height: 30px;
  width: 30px;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23FE0000' xml:space='preserve'%3E %3Cpath d='M14,8H6v16h8l12,8V0L14,8z M24,28.3l-8-5.3V9.1l8-5.3V28.3z'/%3E %3C/svg%3E") no-repeat center center transparent !important;
  z-index: 1;
  position: absolute;
  border: 0;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.flowplayer_external_mute.hola_external_mute,
.youtube_external_mute.hola_external_mute,
.videojs_external_mute.hola_external_mute,
.hola_external_mute.hola_external_mute {
  bottom: 25px;
}
.flowplayer_external_mute.muted,
.youtube_external_mute.muted,
.videojs_external_mute.muted,
.hola_external_mute.muted {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23FE0000' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M5.6,10.4H0v11.3h5.6l8.5,5.6V4.7L5.6,10.4z M12.7,24.6L7,20.9v-9.8l5.6-3.8V24.6z'/%3E %3Cpolygon points='32,11.6 31,10.6 26.6,15 22.1,10.6 21.1,11.6 25.6,16 21.1,20.4 22.1,21.4 26.6,17 31,21.4 32,20.4 27.6,16 '/%3E %3C/g%3E %3C/svg%3E") no-repeat center center transparent !important;
}
.MediaCarousel img,
.galleryDroppedImage img,
.mediaArea img,
.VideoLiveComponenta img,
.VideoComponenta img,
.PageVideoLiveComponenta img,
.youTubeLightBoxPlayer img,
.SiteVideoLightbox img {
  cursor: pointer;
}
.MediaCarousel .sitePagelightBoxVideoPlayer,
.galleryDroppedImage .sitePagelightBoxVideoPlayer,
.mediaArea .sitePagelightBoxVideoPlayer,
.VideoLiveComponenta .sitePagelightBoxVideoPlayer,
.VideoComponenta .sitePagelightBoxVideoPlayer,
.PageVideoLiveComponenta .sitePagelightBoxVideoPlayer,
.youTubeLightBoxPlayer .sitePagelightBoxVideoPlayer,
.SiteVideoLightbox .sitePagelightBoxVideoPlayer {
  position: relative;
  width: 100%;
  height: 100%;
}
.MediaCarousel img.poster,
.galleryDroppedImage img.poster,
.mediaArea img.poster,
.VideoLiveComponenta img.poster,
.VideoComponenta img.poster,
.PageVideoLiveComponenta img.poster,
.youTubeLightBoxPlayer img.poster,
.SiteVideoLightbox img.poster {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster,
.galleryDroppedImage .iconOnPoster,
.mediaArea .iconOnPoster,
.VideoLiveComponenta .iconOnPoster,
.VideoComponenta .iconOnPoster,
.PageVideoLiveComponenta .iconOnPoster,
.youTubeLightBoxPlayer .iconOnPoster,
.SiteVideoLightbox .iconOnPoster,
.MediaCarousel .fp-play.fp-visible,
.galleryDroppedImage .fp-play.fp-visible,
.mediaArea .fp-play.fp-visible,
.VideoLiveComponenta .fp-play.fp-visible,
.VideoComponenta .fp-play.fp-visible,
.PageVideoLiveComponenta .fp-play.fp-visible,
.youTubeLightBoxPlayer .fp-play.fp-visible,
.SiteVideoLightbox .fp-play.fp-visible {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.MediaCarousel .iconOnPoster.big,
.galleryDroppedImage .iconOnPoster.big,
.mediaArea .iconOnPoster.big,
.VideoLiveComponenta .iconOnPoster.big,
.VideoComponenta .iconOnPoster.big,
.PageVideoLiveComponenta .iconOnPoster.big,
.youTubeLightBoxPlayer .iconOnPoster.big,
.SiteVideoLightbox .iconOnPoster.big,
.MediaCarousel .fp-play.fp-visible.big,
.galleryDroppedImage .fp-play.fp-visible.big,
.mediaArea .fp-play.fp-visible.big,
.VideoLiveComponenta .fp-play.fp-visible.big,
.VideoComponenta .fp-play.fp-visible.big,
.PageVideoLiveComponenta .fp-play.fp-visible.big,
.youTubeLightBoxPlayer .fp-play.fp-visible.big,
.SiteVideoLightbox .fp-play.fp-visible.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.MediaCarousel .iconOnPoster.small,
.galleryDroppedImage .iconOnPoster.small,
.mediaArea .iconOnPoster.small,
.VideoLiveComponenta .iconOnPoster.small,
.VideoComponenta .iconOnPoster.small,
.PageVideoLiveComponenta .iconOnPoster.small,
.youTubeLightBoxPlayer .iconOnPoster.small,
.SiteVideoLightbox .iconOnPoster.small,
.MediaCarousel .fp-play.fp-visible.small,
.galleryDroppedImage .fp-play.fp-visible.small,
.mediaArea .fp-play.fp-visible.small,
.VideoLiveComponenta .fp-play.fp-visible.small,
.VideoComponenta .fp-play.fp-visible.small,
.PageVideoLiveComponenta .fp-play.fp-visible.small,
.youTubeLightBoxPlayer .fp-play.fp-visible.small,
.SiteVideoLightbox .fp-play.fp-visible.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.MediaCarousel .iconOnPoster .fp-play-sharp-fill,
.galleryDroppedImage .iconOnPoster .fp-play-sharp-fill,
.mediaArea .iconOnPoster .fp-play-sharp-fill,
.VideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.VideoComponenta .iconOnPoster .fp-play-sharp-fill,
.PageVideoLiveComponenta .iconOnPoster .fp-play-sharp-fill,
.youTubeLightBoxPlayer .iconOnPoster .fp-play-sharp-fill,
.SiteVideoLightbox .iconOnPoster .fp-play-sharp-fill,
.MediaCarousel .fp-play.fp-visible .fp-play-sharp-fill,
.galleryDroppedImage .fp-play.fp-visible .fp-play-sharp-fill,
.mediaArea .fp-play.fp-visible .fp-play-sharp-fill,
.VideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.VideoComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.PageVideoLiveComponenta .fp-play.fp-visible .fp-play-sharp-fill,
.youTubeLightBoxPlayer .fp-play.fp-visible .fp-play-sharp-fill,
.SiteVideoLightbox .fp-play.fp-visible .fp-play-sharp-fill {
  display: none ! important;
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon {
  vertical-align: baseline;
  display: inline-flex;
  border-radius: 50%;
  border-color: #fff ! important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 39px);
  right: calc(50% - 39px);
  border: 4px solid;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.MediaCarousel .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.galleryDroppedImage .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.mediaArea .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.VideoComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.PageVideoLiveComponenta .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.youTubeLightBoxPlayer .fp-sitePagelightBoxVideoPlayer .videoIcon .icon,
.SiteVideoLightbox .fp-sitePagelightBoxVideoPlayer .videoIcon .icon {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' fill='%23fff' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M27.6,13.5L7.7,0.5C5.7-0.8,3.1,0.6,3.1,3v26c0,2.4,2.6,3.8,4.6,2.5l19.9-13C29.4,17.3,29.4,14.7,27.6,13.5z'/%3E %3C/svg%3E") no-repeat center center;
  width: 34px;
  height: 40px;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .MediaCarousel .youTubePlayer,
  .galleryDroppedImage .youTubePlayer,
  .mediaArea .youTubePlayer,
  .VideoLiveComponenta .youTubePlayer,
  .VideoComponenta .youTubePlayer,
  .PageVideoLiveComponenta .youTubePlayer,
  .youTubeLightBoxPlayer .youTubePlayer,
  .SiteVideoLightbox .youTubePlayer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .MediaCarousel .youTubePlayer iframe,
  .galleryDroppedImage .youTubePlayer iframe,
  .mediaArea .youTubePlayer iframe,
  .VideoLiveComponenta .youTubePlayer iframe,
  .VideoComponenta .youTubePlayer iframe,
  .PageVideoLiveComponenta .youTubePlayer iframe,
  .youTubeLightBoxPlayer .youTubePlayer iframe,
  .SiteVideoLightbox .youTubePlayer iframe,
  .MediaCarousel .youTubePlayer object,
  .galleryDroppedImage .youTubePlayer object,
  .mediaArea .youTubePlayer object,
  .VideoLiveComponenta .youTubePlayer object,
  .VideoComponenta .youTubePlayer object,
  .PageVideoLiveComponenta .youTubePlayer object,
  .youTubeLightBoxPlayer .youTubePlayer object,
  .SiteVideoLightbox .youTubePlayer object,
  .MediaCarousel .youTubePlayer embed,
  .galleryDroppedImage .youTubePlayer embed,
  .mediaArea .youTubePlayer embed,
  .VideoLiveComponenta .youTubePlayer embed,
  .VideoComponenta .youTubePlayer embed,
  .PageVideoLiveComponenta .youTubePlayer embed,
  .youTubeLightBoxPlayer .youTubePlayer embed,
  .SiteVideoLightbox .youTubePlayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.MediaCarousel .youTubePlayer,
.galleryDroppedImage .youTubePlayer,
.mediaArea .youTubePlayer,
.VideoLiveComponenta .youTubePlayer,
.VideoComponenta .youTubePlayer,
.PageVideoLiveComponenta .youTubePlayer,
.youTubeLightBoxPlayer .youTubePlayer,
.SiteVideoLightbox .youTubePlayer {
  direction: ltr;
  background-color: #000;
}
.MediaCarousel .youTubePlayer.is-sticky,
.galleryDroppedImage .youTubePlayer.is-sticky,
.mediaArea .youTubePlayer.is-sticky,
.VideoLiveComponenta .youTubePlayer.is-sticky,
.VideoComponenta .youTubePlayer.is-sticky,
.PageVideoLiveComponenta .youTubePlayer.is-sticky,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky,
.SiteVideoLightbox .youTubePlayer.is-sticky {
  position: fixed;
  overflow: visible;
  bottom: 10px;
  z-index: 23;
  left: 10px;
  animation: animateStickyVideo 0.2s ease;
}
.MediaCarousel .youTubePlayer.is-sticky.is-sticky-sargel,
.galleryDroppedImage .youTubePlayer.is-sticky.is-sticky-sargel,
.mediaArea .youTubePlayer.is-sticky.is-sticky-sargel,
.VideoLiveComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.VideoComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.PageVideoLiveComponenta .youTubePlayer.is-sticky.is-sticky-sargel,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky.is-sticky-sargel,
.SiteVideoLightbox .youTubePlayer.is-sticky.is-sticky-sargel {
  bottom: 60px ! important;
}
.MediaCarousel .youTubePlayer.is-sticky iframe,
.galleryDroppedImage .youTubePlayer.is-sticky iframe,
.mediaArea .youTubePlayer.is-sticky iframe,
.VideoLiveComponenta .youTubePlayer.is-sticky iframe,
.VideoComponenta .youTubePlayer.is-sticky iframe,
.PageVideoLiveComponenta .youTubePlayer.is-sticky iframe,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky iframe,
.SiteVideoLightbox .youTubePlayer.is-sticky iframe {
  height: 160px;
  width: 284px !important;
  transition: all 0.2s ease;
  transition-property: left, right, bottom, top;
}
.MediaCarousel .youTubePlayer.is-sticky .ynetfp-close-button,
.galleryDroppedImage .youTubePlayer.is-sticky .ynetfp-close-button,
.mediaArea .youTubePlayer.is-sticky .ynetfp-close-button,
.VideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.VideoComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.PageVideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky .ynetfp-close-button,
.SiteVideoLightbox .youTubePlayer.is-sticky .ynetfp-close-button {
  display: block;
  position: absolute;
  cursor: pointer;
  top: -26px;
  z-index: 20;
  color: black;
}
.MediaCarousel .youTubePlayer.is-sticky .ynetfp-close-button:before,
.galleryDroppedImage .youTubePlayer.is-sticky .ynetfp-close-button:before,
.mediaArea .youTubePlayer.is-sticky .ynetfp-close-button:before,
.VideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.VideoComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.PageVideoLiveComponenta .youTubePlayer.is-sticky .ynetfp-close-button:before,
.youTubeLightBoxPlayer .youTubePlayer.is-sticky .ynetfp-close-button:before,
.SiteVideoLightbox .youTubePlayer.is-sticky .ynetfp-close-button:before {
  content: "\e10f";
}
@keyframes animateStickyVideo {
  0% {
    transform: scale(1.5);
    left: 75px;
    opacity: 0;
  }
  100% {
    left: 10px;
    opacity: 1;
  }
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer,
.mediaArea .siteYnetTvLightBoxYoutubePlayer,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer {
  height: 100%;
  cursor: pointer;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header {
  position: absolute;
  top: -40px ! important;
  opacity: 1;
  background: #000;
  width: 100%;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header img.ynetTvLogo {
  top: 0px;
  /* position: absolute; */
  bottom: initial;
  left: initial;
  right: 0;
  height: 23px;
  width: auto;
  margin: 10px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.mediaArea .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer .siteYnetTvLightBoxYoutubePlayer-header .ynetTvCloseButton {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E %3Cpath d='M28.3,0.6L16,12.9L3.7,0.6c-0.8-0.8-2.2-0.8-3.1,0s-0.8,2.2,0,3.1L12.9,16L0.6,28.3c-0.8,0.8-0.8,2.2,0,3.1 c0.8,0.8,2.2,0.8,3.1,0L16,19.1l12.3,12.3c0.8,0.8,2.2,0.8,3.1,0c0.8-0.8,0.8-2.2,0-3.1L19.1,16L31.4,3.7c0.8-0.8,0.8-2.2,0-3.1 C30.5-0.2,29.1-0.2,28.3,0.6z'/%3E %3C/svg%3E");
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px;
  border: 1px solid white;
  border-radius: 50px;
  padding: 1px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer {
  height: 152px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner {
  position: absolute;
  bottom: 0;
  direction: rtl;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 5px;
  background-color: black;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail {
  display: block;
  width: 87px;
  height: 65px;
  margin-left: 5px;
  opacity: 0.7;
  border: transparent 1px solid;
  width: 105px;
  height: 60px;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .siteYnetTvLightBoxYoutubePlayer-footer-thumbnail:hover {
  opacity: 1;
  box-shadow: 0 0 15px 0 #fff;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton {
  height: 70px;
  width: 30px;
  cursor: pointer;
  z-index: 5;
}
.MediaCarousel .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.galleryDroppedImage .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.mediaArea .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.VideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.VideoComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.PageVideoLiveComponenta .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.youTubeLightBoxPlayer .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left,
.SiteVideoLightbox .siteYnetTvLightBoxYoutubePlayer #siteYnetTvLightBoxYoutubePlayer-footer #siteYnetTvLightBoxYoutubePlayer-footer_inner .carouselButton.carouselButton_left {
  left: 0;
}
.youTubeLightBoxPlayer,
.SiteVideoLightbox {
  height: 100%;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_header,
.SiteVideoLightbox #ynet_lightbox_video_header {
  height: 21px;
  background: black;
  color: white;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_p,
.SiteVideoLightbox .ynet_lightbox_video_header_p {
  padding: 0 7px 0 3px;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_p .ynet_lightbox_video_close,
.SiteVideoLightbox .ynet_lightbox_video_header_p .ynet_lightbox_video_close {
  border: none;
  margin: 0;
  width: auto;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
}
.youTubeLightBoxPlayer .ynet_lightbox_floatr,
.SiteVideoLightbox .ynet_lightbox_floatr {
  float: right;
  display: block;
}
.youTubeLightBoxPlayer .ynet_lightbox_video_header_title_wrap,
.SiteVideoLightbox .ynet_lightbox_video_header_title_wrap {
  margin-top: 2px;
  width: 80%;
}
.youTubeLightBoxPlayer .ynet_lightbox_pointer,
.SiteVideoLightbox .ynet_lightbox_pointer {
  cursor: pointer;
}
.youTubeLightBoxPlayer .ynet_lightbox_floatl,
.SiteVideoLightbox .ynet_lightbox_floatl {
  float: left;
  display: block;
}
@media only screen and (max-width: 768px) and (orientation : portrait), only screen and (max-width: 900px) and (orientation : landscape) {
  .youTubeLightBoxPlayer #ynet_lightbox_video_footer_inner,
  .SiteVideoLightbox #ynet_lightbox_video_footer_inner {
    display: none !important;
  }
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer,
.SiteVideoLightbox #ynet_lightbox_video_footer {
  display: flex;
  background-color: black;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner {
  position: relative;
  padding-top: 27px;
  padding-bottom: 5px;
  direction: ltr;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper {
  position: relative;
  display: block;
  width: 87px;
  height: 65px;
  margin-left: 5px;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:nth-child(n+8),
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:nth-child(n+8) {
  display: none;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper {
  position: relative;
  width: 87px;
  height: 65px;
  border: transparent 1px solid;
  opacity: 0.7;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper img,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper:hover,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper .innerWrapper:hover {
  border: white 1px solid;
  transform: scale(1.3);
  opacity: 1;
  z-index: 999;
}
.youTubeLightBoxPlayer #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:first-of-type,
.SiteVideoLightbox #ynet_lightbox_video_footer #ynet_lightbox_video_footer_inner .thumbnailWrapper:first-of-type {
  margin: 0;
}
.youTubeLightBoxPlayer .iconOnPoster,
.SiteVideoLightbox .iconOnPoster,
.youTubeLightBoxPlayer .fp-play.fp-visible,
.SiteVideoLightbox .fp-play.fp-visible {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' fill='%23fff' xml:space='preserve'%3E %3Cg%3E %3Cpath d='M16,1.3c8.1,0,14.7,6.6,14.7,14.7S24.1,30.7,16,30.7S1.3,24.1,1.3,16S7.9,1.3,16,1.3 M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16 s16-7.2,16-16S24.8,0,16,0L16,0z'/%3E %3Cpath d='M22.1,15.1l-8.8-5c-0.7-0.4-1.5,0.1-1.5,0.9V21c0,0.8,0.8,1.2,1.5,0.9l8.8-5C22.7,16.5,22.7,15.5,22.1,15.1z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 0px 0px;
  border: none;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px #fff;
  cursor: pointer;
}
.youTubeLightBoxPlayer .iconOnPoster.big,
.SiteVideoLightbox .iconOnPoster.big,
.youTubeLightBoxPlayer .fp-play.fp-visible.big,
.SiteVideoLightbox .fp-play.fp-visible.big {
  top: calc(50% - 33px);
  right: calc(50% - 33px);
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
}
.youTubeLightBoxPlayer .iconOnPoster.small,
.SiteVideoLightbox .iconOnPoster.small,
.youTubeLightBoxPlayer .fp-play.fp-visible.small,
.SiteVideoLightbox .fp-play.fp-visible.small {
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}
.youTubeLightBoxPlayer .iconOnPoster .fp-play-sharp-fill,
.SiteVideoLightbox .iconOnPoster .fp-play-sharp-fill,
.youTubeLightBoxPlayer .fp-play.fp-visible .fp-play-sharp-fill,
.SiteVideoLightbox .fp-play.fp-visible .fp-play-sharp-fill {
  display: none ! important;
}
