.content-search__header,
.content-search__refine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.content-search__header > .content-search__refine > .title-wrapper > .mainTitle {
  min-width: auto;
  white-space: nowrap;
  margin-right: 28px;
  padding: 0;
  margin-bottom: 0;
  font-style: normal;
  margin-top: 0px;
}

.content-search__header > .content-search__refine > .title-wrapper {
  width: auto;
}

.content-search__header > .content-search__refine .activeClass {
  background-color: #29F87E;
  color: #000000;
  font-weight: 500;
  border-radius: 50px;
}

.switch {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  font-weight: 400;
}

.switch label:first-child {
  margin-right: 8px;
  white-space: nowrap;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  margin-left: 4px;
  margin-right: 5px;
  position: relative;
  width: 44px;
  border-radius: 50px;
  height: 24px;
  line-height: 1.9rem;
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: calc(44px + 0.5rem);
}

.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 24px;
  bottom: 0;
  display: block;
}

.switch input + label::before {
  right: 0;
  background-color: #221040;
  border-radius: 50px;
  border: 1px solid #3D286C;
  transition: 0.2s all;
}

.switch input + label::after {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(41, 248, 126, 1) 0%, rgba(18, 162, 77, 1) 100%);
  transition: 0.2s all;
}

.switch input:checked + label::after {
  margin-left: 20px;
}

.switch input:focus + label::before {
  outline: none;
  box-shadow: none;
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled + label::before {
  background-color: #e9ecef;
}

.switch + .switch {
  margin-left: 1rem;
}

.sortBy--text {
  margin-right: 10px;
}

.searchParam {
  font-size: 16px;
  font-weight: 600;
}

.cancel--btn {
  font-weight: 400;
  font-size: 14px;
  color: #29F87E;
  margin-left: 10px;
  cursor: pointer;
}

.text--green {
  font-weight: 400;
  color: #29F87E;
  cursor: pointer;
}

.sortBy-text {
  font-size: 12px;
  color: #D6C6F4;
  opacity: 70%;
  margin-left: 4px;
  margin-right: 5px;
  font-weight: 400;
}

.sortBy-img {
  height: 8.33px;
  width: auto;
}

.bottomFixed--modal {
  inset: unset !important;
  width: 100% !important;
  bottom: 0 !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  height: auto !important;
}

.img-close {
  width: 12px;
}

.content-search__header .globalSearch--custom {
  padding-right: 30px;
  padding-left: 30px;
}

.glassCard {
  background: rgb(0 0 0/30%);
  border-radius: 6px;
  padding: 15px !important;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.newsBunchWrap--custom {
  margin-top: 20px;
}

.content-search__header .searchIcon--left {
  width: 14px;
  height: 14px;
}

.content-search__header .leftSearch--custom {
  top: 27%;
}

.glassCard .topNewsImage--custom {
  border-radius: 4px;
}

.glassCard .topNewsDescription__custom {
  width: 56%;
}

.glassCard .topNewsContaier__innerCustom {
  width: 44%;
}

.newsBunchWrap--custom .adBox__custom {
  height: auto;
}

.globalSearch--withvalue {
  padding-left: 15px !important;
}

.modal-switch {
  display: flex;
  justify-content: center;
}

.bottomFixed--modal,
.sortHeaderWarp__cusotm {
  position: relative;
}

.sortHeaderWarp__cusotm {
  z-index: 9999999;
}

.bottomFixed--modal::before {
  position: absolute;
  content: "";
  background: url("https://images.ottplay.com/static/newImages/inside_bg_listing.png") no-repeat;
  background-position: center top;
  top: -35%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(180deg);
}

.sortMenuWrap__custom {
  min-height: 180px;
  padding-top: 7px !important;
}

.sortHeaderWarp__cusotm {
  padding-bottom: 25px !important;
}

.sortHeaderWarp__cusotm .img-close {
  min-width: 20px;
  max-width: 20px;
  height: auto;
  position: relative;
}

@media (min-width: 1730px) {
  .glassCard .topNewsDescription__custom {
    width: 56.7%;
  }
  .glassCard .topNewsContaier__innerCustom {
    width: 43.3%;
  }
}
@media (min-width: 1024px) and (max-width: 1729px) {
  .content-search__header .filter-wrap__custom .header__custom {
    padding: 4px 12px;
    font-size: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1023px) {
  .content-search__header .filter-wrap__custom .header__custom {
    padding: 3px 10px;
    font-size: 10px;
  }
}
@media (max-width: 959px) {
  .content-search__header .filter-wrap__custom .header__custom {
    padding: 3px 10px;
    font-size: 12px;
  }
  .content-search__refine {
    flex-wrap: wrap;
  }
  .content-search__header .globalSearch--custom {
    width: 100%;
    max-width: 100%;
  }
  .content-search__header .filter-wrap__custom {
    overflow-x: auto;
    margin-top: 9px;
    margin-bottom: 5px;
    padding-bottom: 8px;
  }
  .content-search__header .filter-wrap__custom::-webkit-scrollbar {
    width: 3px;
    margin: 10px 20px;
    background: transparent 3% 14% no-repeat padding-box !important;
    height: 2px;
    border-radius: 10px;
  }
  .content-search__header .filter-wrap__custom::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
  }
  .content-search__header .filter-wrap__custom:hover::-webkit-scrollbar-track {
    background: #090411 0% 0% no-repeat padding-box;
    box-shadow: inset 0 0 5px #090411;
  }
  .content-search__header .filter-wrap__custom:hover::-webkit-scrollbar {
    width: 3px;
    margin: 10px 20px;
    background: #090411 3% 14% no-repeat content-box;
    height: 2px;
    border-radius: 10px;
  }
  .content-search__header .filter-wrap__custom:hover::-webkit-scrollbar-thumb {
    background: #29F87E;
  }
  .cancel--btn {
    font-weight: 400;
    font-size: 12px;
    color: #29F87E;
    margin-left: 6px;
    cursor: pointer;
  }
  .text--green {
    color: #29F87E;
  }
  .glassCard .topNewsContaier__innerCustom,
  .glassCard .topNewsDescription__custom {
    width: 100%;
  }
  .glassCard .topNewsDescription__custom {
    padding-left: 0;
  }
  .newsBunchWrap--custom .glassCard {
    flex-direction: column;
    width: calc(100% - 320px);
  }
}
@media (max-width: 599px) {
  .content-search__header > .content-search__refine > .title-wrapper {
    margin: 5px 0 0 0px;
  }
  .sortBy--text {
    display: none;
  }
  .content-search__header .globalSearch--custom,
  .content-search__header .filter-wrap__custom,
  .searchParam {
    margin-left: 0px;
  }
  .searchParam {
    font-size: 12px;
  }
  .newsBunchWrap--custom > div + div {
    padding: 0 0px;
  }
  .content-search__header .leftSearch--custom {
    left: 8px;
  }
  .newsBunchWrap--custom .glassCard {
    flex-direction: column;
    width: 100%;
  }
}

.streaminghotnews_rhsNewsWidget__oAjNF{margin-bottom:20px}.streaminghotnews_rhsNewsWidget__oAjNF h3{color:#fff;font-size:clamp(14px,1.6vw,18px);padding:25px 0 0;display:block}.streaminghotnews_rhsNewsWidget__oAjNF ul li{border-bottom:1px dashed rgba(168,154,191,.3137254902)}.streaminghotnews_rhsNewsWidget__oAjNF ul li a{display:flex;padding:14px 0px}.streaminghotnews_rhsNewsWidget__oAjNF ul li a .streaminghotnews_image__dITPb{width:125px;height:71px;flex-shrink:0;margin-right:clamp(12px,1vw,16px)}.streaminghotnews_rhsNewsWidget__oAjNF ul li a .streaminghotnews_image__dITPb img{width:100%;height:100%;display:flex;object-fit:cover;border-radius:4px}.streaminghotnews_rhsNewsWidget__oAjNF ul li a p{color:#d3c9e0;display:-webkit-box;overflow:hidden;font-size:15px;font-weight:400;line-height:1.3;text-overflow:ellipsis;letter-spacing:0px;-webkit-box-orient:vertical;-webkit-line-clamp:4}.streaminghotnews_rhsNewsWidget__oAjNF ul li a:hover p{color:#29f87e}
.streaminghotnews_rhsNewsWidget__nnoD4{margin-bottom:20px}.streaminghotnews_rhsNewsWidget__nnoD4 h3{color:#fff;font-size:clamp(14px,1.6vw,18px);display:block}.streaminghotnews_rhsNewsWidget__nnoD4 ul li{border-bottom:1px dashed rgba(168,154,191,.3137254902)}.streaminghotnews_rhsNewsWidget__nnoD4 ul li a{display:flex;padding:14px 0px}.streaminghotnews_rhsNewsWidget__nnoD4 ul li a .streaminghotnews_image__SBs88{width:125px;height:71px;flex-shrink:0;margin-right:clamp(12px,1vw,16px)}.streaminghotnews_rhsNewsWidget__nnoD4 ul li a .streaminghotnews_image__SBs88 img{width:100%;height:100%;display:flex;object-fit:cover;border-radius:4px}.streaminghotnews_rhsNewsWidget__nnoD4 ul li a p{color:#d3c9e0;display:-webkit-box;overflow:hidden;font-size:15px;font-weight:400;line-height:1.3;text-overflow:ellipsis;letter-spacing:0px;-webkit-box-orient:vertical;-webkit-line-clamp:4}.streaminghotnews_rhsNewsWidget__nnoD4 ul li a:hover p{color:#29f87e}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://images.ottplay.com/cdn/seoprod/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://images.ottplay.com/cdn/seoprod/_next/static/media/slick.25572f22.eot);
    src: url(https://images.ottplay.com/cdn/seoprod/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(https://images.ottplay.com/cdn/seoprod/_next/static/media/slick.653a4cbb.woff) format('woff'), url(https://images.ottplay.com/cdn/seoprod/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(https://images.ottplay.com/cdn/seoprod/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.InlineWidgets_inlineWidgetWrap__rGfyO{display:flex}@media(max-width: 1024px){.InlineWidgets_inlineWidgetWrap__rGfyO{justify-content:center}}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6{background-image:url("https://images.ottplay.com/static/newImages/webArticleBannerBg28425.jpg");padding:10px 20px;border-radius:10px;background-repeat:no-repeat;background-size:cover}@media(max-width: 1024px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6{padding:15px}}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_heading__As1hK{font-size:15px;font-weight:500;color:#fff;margin-bottom:5px}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerWrap__ssXlB{margin:0;padding:0;display:flex;cursor:pointer;grid-gap:17px;flex-wrap:wrap}@media(max-width: 768px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerWrap__ssXlB{display:grid;grid-template-columns:repeat(2, 117px);justify-content:center;grid-gap:15px}}@media(max-width: 480px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerWrap__ssXlB{grid-template-columns:repeat(2, 1fr)}}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerWrap__ssXlB li{width:117px;list-style:none;margin-bottom:0;font-weight:500}@media(max-width: 768px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerWrap__ssXlB li{width:auto}}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerWrap__ssXlB li .InlineWidgets_imageWrap__xWFC2{border-radius:6px;padding-bottom:150%;position:relative;overflow:hidden}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerWrap__ssXlB li .InlineWidgets_imageWrap__xWFC2 img{position:absolute;width:100%;height:100%;object-fit:cover}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz{width:50.666666vw}@media(min-width: 1400px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz{width:41vw}}@media(max-width: 991px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz{width:80.333334vw}}@media(max-width: 767px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz{width:75.333334vw}}@media(max-width: 599px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz{width:calc(100vw - 60px)}}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER{cursor:pointer}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER .InlineWidgets_watchNowBtn__iAg04{font-size:14px;line-height:14px;border-radius:10px;display:flex;align-items:center;padding:10px 12px;color:#03f87e;border:2px solid rgba(0,0,0,0);cursor:pointer;background:linear-gradient(#130726, #130726) padding-box,linear-gradient(90deg, #29f87e 0%, #31baed 33%, rgb(233, 247, 66) 66%, #ed44cd 100%) border-box;margin-top:10px;justify-content:center}@media(max-width: 400px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER .InlineWidgets_watchNowBtn__iAg04{font-size:12px;line-height:12px;border-radius:5px;padding:8px 10px;border:1px solid rgba(0,0,0,0);margin-top:5px}}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER .InlineWidgets_watchNowBtn__iAg04 span{margin-right:5px}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER .InlineWidgets_watchNowBtn__iAg04::after{content:"";width:10px;height:10px;border-top:2px solid #03f87e;border-right:2px solid #03f87e;transform:rotate(45deg)}@media(max-width: 400px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER .InlineWidgets_watchNowBtn__iAg04::after{width:8px;height:8px;border-top:1px solid #03f87e;border-right:1px solid #03f87e}}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER .InlineWidgets_imageWrap__xWFC2{border-radius:6px;padding-bottom:150%;position:relative;overflow:hidden}.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz .InlineWidgets_sliderCard__3cqER .InlineWidgets_imageWrap__xWFC2 img{position:absolute;width:100%;height:100%;object-fit:cover}@media(max-width: 480px){.InlineWidgets_inlineWidgetWrap__rGfyO .InlineWidgets_inner__wwZg6 .InlineWidgets_inlineBannerSlider__N2xIz [class*=inlineBannerSlider]{display:grid;grid-template-columns:repeat(2, 1fr);justify-content:center;grid-gap:15px}}
.subscribeToWatch_subscribeToWatchBanner__h0h_n{display:flex;background-image:url("https://images.ottplay.com/static/newImages/webArticleBannerBg28425.jpg");padding:20px;border-radius:10px;gap:25px;background-repeat:no-repeat;background-size:cover;align-items:center;margin:15px 0}@media(max-width: 1024px){.subscribeToWatch_subscribeToWatchBanner__h0h_n{background-image:url("https://images.ottplay.com/static/newImages/mwebArticleBannerBg28425.jpg");padding:15px;flex-direction:column;gap:15px;align-items:flex-start;justify-content:center}}.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_contentBox__p9ES7{font-size:16px;line-height:22px;color:#03f87e;font-weight:bold}.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_contentBox__p9ES7 p{margin:0}.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_subscribeBtn__lod5v{flex-shrink:0;color:#03f87e;border:2px solid rgba(0,0,0,0);cursor:pointer;padding:18px 15px;overflow:hidden;position:relative;font-size:15px;line-height:16px;border-radius:10px;display:flex;align-items:center;background:linear-gradient(#130726, #130726) padding-box,linear-gradient(90deg, rgb(41, 248, 126) 0%, rgb(49, 186, 237) 33%, rgb(233, 247, 66) 66%, rgb(237, 68, 205) 100%) border-box}@media(max-width: 1024px){.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_subscribeBtn__lod5v{padding:13px 17px}}.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_subscribeBtn__lod5v img{margin-right:5px}.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_subscribeBtn__lod5v span{margin-right:20px}@media(max-width: 1024px){.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_subscribeBtn__lod5v span{margin-right:5px}}.subscribeToWatch_subscribeToWatchBanner__h0h_n .subscribeToWatch_subscribeBtn__lod5v::after{content:"";width:10px;height:10px;border-top:2px solid #03f87e;border-right:2px solid #03f87e;transform:rotate(45deg)}.subscribeToWatch_alertBox__xeQMX{left:50%;transform:translateX(-50%);bottom:5px;position:fixed;z-index:1000;white-space:nowrap}@media(max-width: 599px){.subscribeToWatch_alertBox__xeQMX{max-width:95%}}
.MastHead_adContainer__mjgg6{display:grid;place-items:center;margin-top:15px;color:#fff}@media(max-width: 768px){.MastHead_adContainer__mjgg6{margin-bottom:20px}}.MastHead_adBox__sAFJY{position:absolute;width:83%;text-align:center}.MastHead_adBox__sAFJY p{color:#fff}.MastHead_adText__gwckz{color:#c1b3d6;font-size:14px;background-color:#3a176a;padding:5px;border-radius:6px}@media(max-width: 768px){.MastHead_adText__gwckz{font-size:16px}}.MastHead_adShimmerHeading__73hiE{display:flex;padding:5px 8px;background-color:rgba(60,43,96,.4);align-items:center;grid-gap:20px}@media(max-width: 768px){.MastHead_adShimmerHeading__73hiE{padding:12px 15px}}.MastHead_paraLine__ekJVd{width:100%;height:17px;border-radius:5px;background:rgba(130,130,130,.2);background:linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);background-size:800px 100px;animation:MastHead_wave-lines__H1ToJ 1s infinite ease-out}@keyframes MastHead_wave-lines__H1ToJ{0%{background-position:-468px 0}100%{background-position:468px 0}}@keyframes MastHead_wave-squares__3iDOl{0%{background-position:-468px 0}100%{background-position:468px 0}}.MastHead_image__khZlS{width:100%;background:rgba(130,130,130,.2);background:linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);background-size:800px 100px;animation:MastHead_wave-squares__3iDOl 1s infinite ease-out}
@keyframes alsoReadSkeleton_wave-lines__AwsZG{0%{background-position:-468px 0}100%{background-position:468px 0}}@keyframes alsoReadSkeleton_wave-squares__rD8cd{0%{background-position:-468px 0}100%{background-position:468px 0}}.alsoReadSkeleton_skeletonWrap__uUPIN{width:100%}.alsoReadSkeleton_skeletonWrap__uUPIN .alsoReadSkeleton_headingBox__4ucvn{width:100%;display:flex;padding:25px 0 0;align-items:center;justify-content:space-between}.alsoReadSkeleton_skeletonWrap__uUPIN .alsoReadSkeleton_headingBox__4ucvn .alsoReadSkeleton_heading__XNnHA{width:135px;height:clamp(20px,1.6vw,25px);border-radius:5px;background:rgba(130,130,130,.2);background:linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);background-size:800px 100px;animation:alsoReadSkeleton_wave-lines__AwsZG 1s infinite ease-out}.alsoReadSkeleton_skeletonWrap__uUPIN ul li{width:100%;display:flex;align-items:center;padding:14px 0px;border-bottom:1px dashed rgba(168,154,191,.3137254902)}.alsoReadSkeleton_skeletonWrap__uUPIN ul li .alsoReadSkeleton_listInner__4HlXn{width:100%;display:flex;align-items:center}.alsoReadSkeleton_skeletonWrap__uUPIN ul li .alsoReadSkeleton_listInner__4HlXn .alsoReadSkeleton_image__dpejd{width:122px;height:71px;flex-shrink:0;margin-right:clamp(12px,1vw,16px);border-radius:6px;position:relative;background:rgba(130,130,130,.2);background:linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);background-size:800px 100px;animation:alsoReadSkeleton_wave-squares__rD8cd 1s infinite ease-out}.alsoReadSkeleton_skeletonWrap__uUPIN ul li .alsoReadSkeleton_listInner__4HlXn .alsoReadSkeleton_image__dpejd span{left:-28px;color:#d3c9e0;bottom:0;position:absolute;font-size:70px;font-weight:700;line-height:1.1;text-shadow:-2px 3px 4px rgba(0,0,0,.7019607843)}.alsoReadSkeleton_skeletonWrap__uUPIN ul li .alsoReadSkeleton_listInner__4HlXn .alsoReadSkeleton_discription__Ix2s_{width:100%;display:flex;flex-direction:column;grid-gap:10px}.alsoReadSkeleton_skeletonWrap__uUPIN ul li .alsoReadSkeleton_listInner__4HlXn .alsoReadSkeleton_discription__Ix2s_ .alsoReadSkeleton_paraLine___DnsK{width:100%;height:15px;border-radius:5px;background:rgba(130,130,130,.2);background:linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);background-size:800px 100px;animation:alsoReadSkeleton_wave-lines__AwsZG 1s infinite ease-out}.alsoReadSkeleton_skeletonWrap__uUPIN ul li .alsoReadSkeleton_listInner__4HlXn .alsoReadSkeleton_discription__Ix2s_ .alsoReadSkeleton_paraLine___DnsK.alsoReadSkeleton_line2__WcIIC{width:80%}.alsoReadSkeleton_skeletonWrap__uUPIN ul li .alsoReadSkeleton_listInner__4HlXn .alsoReadSkeleton_discription__Ix2s_ .alsoReadSkeleton_paraLine___DnsK.alsoReadSkeleton_line3__9Tx9i{width:60%}
