:root {
  --text-color-default: #333333;
  --text-color-default-hover: #000000;
  --text-color-muted: #A2A2A2;
  --text-color-muted-hover: #555555;
  --text-color-caption: #999999;
  --link-color-default: #333333;
  --link-color-hover: #BD1877;
  --tab-link-color: #3366CC;
  --breadcrumb-default-color: var(--text-color-default);
  --breadcrumb-hover-color: #BD1877;
  --breadcrumb-active-color: #8B8B8B;
  --breadcrumb-divider-color: #999999;
  --border-color: #F3F3F3;
  --border-color-lite: #ededed;
  --border-color-white: #ffffff;
  --border-color-dark: #333;
  --ext-menu-bg: #f9f9f9;
  --theme-black-bg: #111111;
  --highlight-bg: #fff5fb;
  --overlay-bg: #232323;
  --overlay-side-bg: #1c1c1c;
  --primary-color: #BD1877;
  --primary-color-hover: #a61569;
  --secondary-color: #444444;
  --secondary-color-hover: #373737;
  --info-color: #45bcc0;
  --info-color-hover: #3cacb0;
  --success-color: #0dcf97;
  --success-color-hover: #0bb785;
  --warning-color: #FF903B;
  --warning-color-hover: #ff8221;
  --danger-color: #E20000;
  --danger-color-hover: #c90000;
  --white-color: #ffffff;
  --white-color-hover: #f2f2f2;
  --dark-color: #111111;
  --dark-color-hover: #000000;
  --light-color: #F3F3F3;
  --light-color-hover: #e6e6e6;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  background-color: transparent;
}

img,
picture img {
  border-style: none;
  max-width: 100%;
  outline: none;
  display: block;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

ol,
ul {
  list-style: none;
}

body {
  overflow: hidden;
  overflow-y: auto;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--en-font-primary);
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
}

p {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  margin: 0;
  color: var(--text-color-default);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--en-font-primary);
  font-weight: var(--font-weight-bold);
  color: var(--dark-color);
}

h2,
.h2 {
  font-size: 33.18px;
  line-height: 39.816px;
  letter-spacing: normal;
  font-style: normal;
}

h3,
.h3 {
  font-size: 27.65px;
  line-height: 33.18px;
  letter-spacing: normal;
  font-style: normal;
}

h4,
.h4 {
  font-size: 23.04px;
  line-height: 27.648px;
  letter-spacing: normal;
  font-style: normal;
}

/* adv block start */
.advtBlock__title,
.advtBlock__footer,
.advtBlock__content,
.advtBlock__img {
  text-align: center;
}
.advtBlock__title img,
.advtBlock__footer img,
.advtBlock__content img,
.advtBlock__img img {
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  flex: auto;
}
.advtBlock__title picture,
.advtBlock__footer picture,
.advtBlock__content picture,
.advtBlock__img picture {
  display: inline-block;
}

.advtBlock__content div[data-google-query-id] {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow-x: auto;
}
.advtBlock__content div[data-google-query-id] > div, .advtBlock__content div[data-google-query-id] > iframe {
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .advtBlock__content div[data-google-query-id] {
    min-height: 90px;
  }
  .advtBlock__content div[data-google-query-id]#header1-ad {
    min-height: 90px;
  }
}

.advtBlock__title,
.advtBlock__footer {
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: normal;
  font-style: normal;
  font-family: var(--en-font-primary);
  color: var(--text-color-default);
  margin-bottom: 5px;
  text-align: center;
}
.advtBlock__title a,
.advtBlock__footer a {
  color: var(--text-color-default);
  text-decoration: none;
}

.advtBlock__footer {
  margin-bottom: 0;
  margin-top: 5px;
}

.comp-ad {
  min-height: 90px;
  background-color: var(--light-color);
}

/* adv block start */
.cmp-megamenu__navigation,
.hamburgermenu {
  display: none;
}

.top-advt-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-advt-block .advtBlock .advtBlock__in .advtBlock__content {
  min-height: 280px;
}
@media only screen and (min-width: 576px) {
  .top-advt-block .advtBlock .advtBlock__in .advtBlock__content {
    min-height: 90px;
  }
}

/* header start */
.cmp-header {
  position: relative;
  /* header top end */
  /* header__main end */
}
.cmp-header .header--message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cmp-header .header--message {
    display: block;
  }
}
.cmp-header__top {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
}
.cmp-header-top__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.cmp-header-top__item {
  padding-left: 15px;
  padding-right: 15px;
}
.cmp-header-top__item:nth-child(1), .cmp-header-top__item:nth-child(3) {
  flex: 1 1 calc(100% / 2);
  width: calc(100% / 2);
  max-width: calc(100% / 2);
}
.cmp-header-top__item.header--message {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .cmp-header-top__item.header--message {
    flex: 1 1 calc(100% / 2);
    width: calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .cmp-header-top__item:nth-child(1), .cmp-header-top__item:nth-child(3) {
    flex: 1 1 calc(100% / 4);
    width: calc(100% / 4);
    max-width: calc(100% / 4);
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-header-top__item:nth-child(1), .cmp-header-top__item:nth-child(3) {
    flex: 1 1 16.66666667%;
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .cmp-header-top__item.header--message {
    flex: 1 1 66.66666667%;
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
}
.cmp-header .cmp-social-media__nav {
  display: flex;
  margin: 0 -5px;
}
.cmp-header .cmp-social-media__item {
  padding-left: 5px;
  padding-right: 5px;
}
.cmp-header .cmp-social-media__link {
  width: 30px;
  height: 30px;
  display: block;
}
.cmp-header .cmp-social-media__link.with-icon {
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
}
.cmp-header .cmp-social-media__link.with-icon.facebook {
  background-position: 0px -144px;
}
.cmp-header .cmp-social-media__link.with-icon.instagram {
  background-position: -35px -144px;
}
.cmp-header .cmp-social-media__link.with-icon.youtube {
  background-position: -70px -144px;
}
.cmp-header .cmp-social-media__link.with-icon.twitter {
  background-position: -105px -144px;
}
.cmp-header__messages {
  display: inline-flex;
  align-items: center;
}
.cmp-header__badge {
  padding: 3px 8px;
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: normal;
  font-style: normal;
  background-color: var(--warning-color);
  color: var(--white-color);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.cmp-header__badge + p {
  font-family: var(--en-font-primary);
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: normal;
  font-style: normal;
  padding-left: 10px;
}
.cmp-header__navbartop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: -10px;
  margin-right: -10px;
}
.cmp-header__navbartop .cmp-navbartop__link {
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--primary-color);
  text-decoration: none;
  display: block;
}
.cmp-header__navbartop .cmp-navbartop__link.icon--search {
  width: 24px;
  height: 24px;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  background-position: -245px 0px;
}
.cmp-header__navbartop .cmp-navbartop__item {
  padding-left: 10px;
  padding-right: 10px;
}
.cmp-header__navbartop .cmp-navbartop__item .logged-in__user {
  position: relative;
  padding-left: 25px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  min-height: 30px;
}
.cmp-header__navbartop .cmp-navbartop__item .logged-in__user .user-thump {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.cmp-header__navbartop .cmp-navbartop__item .logged-in__user .user-thump .user-has__image {
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.cmp-header__navbartop .cmp-navbartop__item .logged-in__user .user-thump .user-has__image img {
  width: 28px;
  height: 28px;
  border: 0;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.cmp-header__navbartop .cmp-navbartop__item .logged-in__user .logged-in__user-text {
  display: none;
}
.cmp-header__navbartop .cmp-navbartop__item .logged-in__user:after {
  position: absolute;
  right: -5px;
  top: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  background-position: -560px -35px;
}
@media only screen and (min-width: 576px) {
  .cmp-header__navbartop .cmp-navbartop__item .logged-in__user {
    padding-left: 38px;
  }
  .cmp-header__navbartop .cmp-navbartop__item .logged-in__user .logged-in__user-text {
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: normal;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
    display: block;
  }
}
.cmp-header__navbartop .cmp-navbartop__item .user-account__submenu {
  display: none;
}
.cmp-header__navbartop .cmp-navbartop__item:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
.cmp-header .cmp-search-module {
  display: none;
}
.cmp-header__logo {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.cmp-header__logo a {
  display: inline-block;
}
.cmp-header__logo img {
  object-fit: contain;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 570px) {
  .cmp-header__logo img {
    max-width: 220px;
  }
}
.cmp-header__options {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cmp-header__options .cmp-options__item {
  position: relative;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--text-color-muted);
  display: block;
  text-decoration: none;
}
.cmp-header__options .cmp-options__item:not(:last-child) {
  padding-right: 5px;
  margin-right: 6px;
}
.cmp-header__options .cmp-options__item:not(:last-child)::after {
  content: "|";
  position: absolute;
  display: block;
  right: -3px;
  top: 1px;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--text-color-muted);
}
.cmp-header__navbartop {
  display: flex;
  justify-content: flex-end;
}
.cmp-header__navbartop .cmp-navbartop__item {
  position: relative;
}
.cmp-header__navbartop .cmp-navbartop__item .cmp-header-dropdown {
  display: none;
}
.cmp-header__navbartop .cmp-navbartop__link.icon--subscriptions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--text-color-default);
  text-decoration: none;
  text-align: center;
}
.cmp-header__navbartop .cmp-navbartop__link.icon--subscriptions::before {
  display: inline-block;
  content: "";
  width: 45px;
  height: 45px;
  background-color: var(--light-color);
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-position: -168px 7px;
}
.cmp-header__main {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 11;
}
.cmp-header__main .cmp-header-main__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.cmp-header__main .cmp-header-main__in .cmp-header-main__item {
  padding-left: 15px;
  padding-right: 15px;
}
.cmp-header__main .cmp-header-main__in .cmp-header-main__item:nth-child(1) {
  display: flex;
  align-items: center;
}
.cmp-header__main .cmp-header-main__in .cmp-header-main__item:nth-child(1), .cmp-header__main .cmp-header-main__in .cmp-header-main__item:nth-child(3) {
  flex: 1 1 calc(100% / 4);
  width: calc(100% / 4);
  max-width: calc(100% / 4);
}
.cmp-header__main .cmp-header-main__in .cmp-header-main__item.logo-area {
  flex: 1 1 calc(100% / 2);
  width: calc(100% / 2);
  max-width: calc(100% / 2);
}
.cmp-header__main .cmp-magazine__preview {
  display: none;
  order: 2;
  padding-left: 20px;
}
.cmp-header__main .cmp-magazine__preview img {
  object-fit: contain;
}
.cmp-header__main .cmp-magazine__preview figcaption {
  padding-left: 15px;
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__title {
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--dark-color);
  font-weight: var(--font-weight-bold);
  margin-bottom: 2px;
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__title a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: unset;
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__date {
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--text-color-default);
  font-weight: var(--font-weight-regular);
  font-family: var(--en-font-primary);
  margin-bottom: 5px;
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__date time {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: unset;
  text-decoration: unset;
  font-style: unset;
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__link-btn {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  font-style: normal;
  display: inline-flex;
  font-family: var(--en-font-primary);
  color: var(--text-color-default);
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__link-btn:hover, .cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__link-btn:focus {
  color: var(--primary-color);
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__link-btn.with--arrow {
  position: relative;
  padding-right: 30px;
  min-height: 30px;
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__link-btn.with--arrow:after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  background-position: -315px -35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(0);
}
.cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__link-btn.with--arrow:hover:after, .cmp-header__main .cmp-magazine__preview figcaption .cmp-magazine__link-btn.with--arrow:focus:after {
  transform: translateX(5px);
}
.cmp-header__main .toogle-nav {
  order: 1;
  display: block;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  background-position: -140px 0px;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .cmp-header__main .cmp-magazine__preview {
    display: flex;
    min-width: 250px;
  }
  .cmp-header__main .cmp-header__navbartop .cmp-navbartop__item .cmp-navbartop__link.icon--subscriptions {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: normal;
    font-style: normal;
  }
  .cmp-header__main .cmp-header__navbartop .cmp-navbartop__item .cmp-navbartop__link.icon--subscriptions::before {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-position: -172px 3px;
    margin-bottom: 5px;
  }
}
.cmp-header__bottom {
  position: relative;
  border: 1px solid var(--border-color);
  border-right: 0;
  border-left: 0;
  overflow: hidden;
  overflow-x: auto;
  animation-duration: 0.5s;
  transition: 0.5s;
  transform: translateY(0);
  min-height: 50px;
}
@media only screen and (min-width: 992px) {
  .cmp-header__bottom {
    min-height: 49px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-header__bottom {
    min-height: 51px;
  }
}
.cmp-header__bottom .main-nav__in {
  position: relative;
  display: flex;
}
.cmp-header__bottom .main-nav__ul,
.cmp-header__bottom .main-nav .ext-nav__ul {
  display: flex;
}
.cmp-header__bottom .main-nav__li {
  display: flex;
  min-height: 48px;
}
@media only screen and (min-width: 992px) {
  .cmp-header__bottom .main-nav__li {
    min-height: 47px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-header__bottom .main-nav__li {
    min-height: 49px;
  }
}
.cmp-header__bottom .main-nav__li:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
.cmp-header__bottom .main-nav__a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--text-color-default);
  font-family: var(--en-font-primary);
  text-decoration: none;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .cmp-header__bottom .main-nav__a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-header__bottom .main-nav__a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.cmp-header__bottom .main-nav__ul .main-nav__li:first-child .main-nav__a {
  padding-left: 0;
}
.cmp-header__bottom .main-nav .ext-nav__ul .main-nav__li:first-child {
  border-left: 1px solid var(--border-color-lite);
}
.cmp-header__bottom .main-nav .ext-nav__ul .main-nav__li:not(:last-child) {
  border-right-color: var(--border-color-lite);
}
.cmp-header__bottom .main-nav .ext-nav__ul .main-nav__li .main-nav__a {
  color: var(--text-color-default);
}

/* header end */
.section-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
}
.section-wrapper::after, .section-wrapper::before {
  content: "";
  clear: both;
  display: table;
}

.row-ctrl.parsys {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  clear: both;
}
.row-ctrl.parsys::after, .row-ctrl.parsys::before {
  content: "";
  clear: both;
  display: table;
}
.row-ctrl.parsys .section-wrapper {
  position: unset;
  padding-top: 0;
  padding-bottom: 0;
}
.row-ctrl.parsys .section-wrapper .astroprediction {
  margin-bottom: 0;
}
.row-ctrl.parsys .section-wrapper::after, .row-ctrl.parsys .section-wrapper::before {
  display: none;
}
.row-ctrl.parsys .section-wrapper .section-wrapper {
  position: unset;
  padding-bottom: 0;
  padding-top: 0;
}
.row-ctrl.parsys .insta__list {
  padding-bottom: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1172px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}
.container .container {
  margin-right: unset;
  margin-left: unset;
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
}

/* story list start */
.story-list-block {
  position: relative;
}
.story-list-block .cmp-section-title-block {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.story-list-block .cmp-section-title-block .cmp-section-title {
  color: var(--dark-color);
  font-family: var(--en-font-primary);
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: normal;
  font-style: normal;
}
.story-list-block .cmp-section-title-block .cmp-section-title > .cmp-section-shape {
  float: right;
  margin-left: 10px;
  margin-top: 9px;
}
.story-list-block .cmp-section-title-block .cmp-section-title .cmp-section-shape {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  background-position: 0px -249px;
  display: block;
  width: 40px;
  height: 10px;
}
.story-list-block .cmp-section-title-block .cmp-section-title > a {
  position: relative;
  padding-right: 50px;
}
.story-list-block .cmp-section-title-block .cmp-section-title > a .cmp-section-shape {
  position: absolute;
  left: auto;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.story-list-block .cmp-section-title-block .cmp-section-title > a .cmp-section-shape:nth-child(1) {
  right: 0;
}
.story-list-block .cmp-section-title-block .cmp-section-title > a .cmp-section-shape:nth-child(2) {
  left: 0;
}
@media only screen and (min-width: 640px) {
  .story-list-block .cmp-section-title-block .cmp-section-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .story-list-block .cmp-section-title-block .cmp-section-title {
    font-size: 23px;
    line-height: 27.6px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.story-list-block .cmp-section-title-block .cmp-section-title a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: unset;
  text-decoration: none;
}
.story-list-block .story-list-block__content-block {
  margin-bottom: 15px;
}
.story-list-block .cmp-story-list:not(.slick-slider) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .story-list-block .cmp-story-list:not(.slick-slider) {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.story-list-block .cmp-story-list .cmp-story-list__item {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in {
  position: relative;
  background-color: var(--white-color);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
  height: 100%;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__image-block {
  position: relative;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  order: 1;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__image-block .cmp-story-list__image-link {
  position: relative;
  padding-top: 52.0833333333%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  overflow: hidden;
  background-color: var(--light-color);
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__image-block .cmp-story-list__image-link .cmp-story-list__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__image-block .cmp-story-list__image-link .cmp-story-list__img img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content {
  position: unset;
  order: 2;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list_play {
  margin-bottom: 5px;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list_play .btn-play {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  background-position: -105px 0px;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__title {
  text-decoration: none;
  color: var(--text-color-default);
  font-family: var(--font-primary), sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 23.1px;
  letter-spacing: normal;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 576px) {
  .story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__title {
    font-size: 22px;
    line-height: 24.2px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 992px) {
  .story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__title {
    font-size: 21px;
    line-height: 23.1px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__title .cmp-story-list__title-link {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  font-style: unset;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__title:hover {
  color: var(--text-color-default);
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  bottom: 0;
  left: 0;
  min-height: 30px;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__predate {
  margin-bottom: 5px;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__pretitle,
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__predate {
  display: inline-block;
  text-decoration: none;
  color: var(--text-color-muted);
  font-family: var(--en-font-primary);
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: normal;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__pretitle,
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__predate {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  .story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__pretitle,
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__predate {
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (max-width: 767px) {
  .story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__predate {
    position: relative;
    padding-right: 12px;
    margin-bottom: 0;
    display: inline-block;
  }
  .story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-left .cmp-story-list__predate::after {
    position: absolute;
    content: "|";
    display: block;
    right: 0;
    top: 0;
    color: var(--text-color-muted);
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-right .cmp-story-list__controls {
  display: none;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-right .cmp-story-list__controls .cmp-story-list__control-li .cmp-story-list__control-btn {
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-right .cmp-story-list__controls .cmp-story-list__control-li .cmp-story-list__control-btn .mm-icon {
  position: relative;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-right .cmp-story-list__controls .cmp-story-list__control-li .cmp-story-list__control-btn .mm-icon.mm-icon__listen {
  background-position: -210px 0px;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-right .cmp-story-list__controls .cmp-story-list__control-li .cmp-story-list__control-btn.with--icon {
  position: relative;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-right .cmp-story-list__controls .cmp-story-list__control-li .cmp-story-list__control-btn.with--icon.icon--play {
  background-position: -105px 0px;
}
.story-list-block .cmp-story-list .cmp-story-list__item .cmp-story-list__item-in .cmp-story-list__content .cmp-story-list__content-bottom .cmp-story-list__content-btm-right .cmp-story-list__controls .cmp-story-list__control-li:last-child:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 640px) {
  .story-list-block .cmp-story-list .cmp-story-list__item {
    padding: 10px;
    flex: 1 1 calc(100% / 3);
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media only screen and (min-width: 1024px) {
  .story-list-block .cmp-story-list .cmp-story-list__item {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 640px) {
  .story-list-block.story-single-list-block .story-list-block__content-block .cmp-story-list .cmp-story-list__item {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
.story-list-block.title-block--center .cmp-section-title-block {
  justify-content: center;
}
.story-list-block.title-block--center .cmp-section-title-block .cmp-section-title {
  text-align: center;
}
.story-list-block.title-block--center .cmp-section-title-block .cmp-section-title > a {
  padding-left: 50px;
}

.cmp-story-list__dispn {
  display: none;
}

/* story list end */
/* section header start */
.cmp-section__header {
  position: relative;
  background-color: var(--dark-color);
  padding: 15px 20px;
  min-height: 90px;
}
.cmp-section__header .cmp-section-header__in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 1;
  min-height: 60px;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  padding-bottom: 0;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title .cmp-header-title__item {
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--white-color);
  display: block;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title .cmp-header-title__item:not(:last-child) {
  margin-bottom: 5px;
  padding-right: 5px;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title .cmp-header-title__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: unset;
  font-size: 14px;
  line-height: 15.4px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--white-color);
  opacity: 0.55;
  margin-left: 4px;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title .cmp-header-title__item:last-child {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: normal;
  font-style: normal;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title .cmp-header-title__item a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  font-style: unset;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title .cmp-header-title__item a:hover {
  color: var(--primary-color);
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-header__title .cmp-header-title__item:last-child:not(:first-child) {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 10px;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -10px;
  margin-right: -10px;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul .cmp-section-block__nav-li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul .cmp-section-block__nav-li .cmp-section-block__nav-a {
  position: relative;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
  color: var(--white-color);
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul .cmp-section-block__nav-li .cmp-section-block__nav-a:after {
  position: absolute;
  width: 100%;
  max-width: calc(100% - 20px);
  height: 1px;
  display: block;
  background-color: var(--white-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul .cmp-section-block__nav-li:hover .cmp-section-block__nav-a:after, .cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul .cmp-section-block__nav-li:focus .cmp-section-block__nav-a:after {
  content: "";
}
.cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul .cmp-section-block__nav-li.active .cmp-section-block__nav-a:after {
  content: "";
}
@media only screen and (max-width: 991px) {
  .cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul {
    margin-top: 5px;
  }
  .cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav .cmp-section-block__nav-in .cmp-section-block__nav-ul .cmp-section-block__nav-li {
    flex: 1 1 calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media only screen and (min-width: 992px) {
  .cmp-section__header .cmp-section-header__in .cmp-section-header__col {
    align-self: center;
  }
  .cmp-section__header .cmp-section-header__in .cmp-section-header__col .cmp-section-block__nav {
    margin-top: 0;
    border-top: 0;
  }
  .cmp-section__header .cmp-section-header__in .cmp-section-header__col:first-child {
    flex: 1 0 300px;
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cmp-section__header .cmp-section-header__in .cmp-section-header__col:first-child .cmp-header__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: normal;
    font-style: normal;
  }
  .cmp-section__header .cmp-section-header__in .cmp-section-header__col:last-child {
    flex: 1 1 calc(100% - 300px);
    width: calc(100% - 300px);
  }
}
.cmp-section__header .cmp-section-header__bg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 90px;
}
.cmp-section__header .cmp-section-header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
@media only screen and (max-width: 991px) {
  .cmp-section__header {
    min-height: 150px;
  }
  .cmp-section__header .cmp-section-header__in {
    min-height: 120px;
    align-items: center;
  }
  .cmp-section__header .cmp-section-header__bg {
    min-height: 150px;
  }
}

/* section header end */
.video-player__block {
  position: relative;
  padding: 25px;
  background-color: var(--light-color);
}
.video-player__block::before {
  position: absolute;
  display: block;
  height: 100px;
  width: 100%;
  right: 0;
  left: 0;
  top: -15px;
  margin: auto;
  content: "";
  background-color: var(--light-color);
}
@media only screen and (min-width: 768px) {
  .video-player__block .cmp-video-block {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.video-player__block .cmp-video-block .vstickyClose {
  display: none;
}
.video-player__block .cmp-video-block .cmp-video-block__inner {
  position: relative;
  padding-bottom: 56.25%;
}
.video-player__block .cmp-video-block .cmp-video-block__inner .cmp-video-block__frame {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-color);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.video-player__block .cmp-video-block .cmp-video-block__content {
  position: relative;
  padding-top: 40px;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top {
  position: absolute;
  width: 100%;
  bottom: auto;
  top: 10px;
  opacity: 0.4;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li .mm-icon {
  position: relative;
  font-size: 0px;
  line-height: 0px;
  letter-spacing: normal;
  font-style: normal;
  background-image: url("/etc.clientlibs/theme-vanitha/clientlibs/clientlib-vanitha-specialdetail-head/resources/img/icons.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li .mm-icon.mm-icon__read-mode {
  background-position: -333px -70px;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li .cmp-video-block__content-top-text {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-color-muted);
  font-family: var(--basic-fonts-pack);
  font-weight: bold;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: normal;
  font-style: normal;
  margin-right: 8px;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li .cmp-video-block__content-top-text:empty {
  display: none;
}
@media only screen and (min-width: 640px) {
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li .cmp-video-block__content-top-text {
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  color: var(--text-color-muted);
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: normal;
  font-style: normal;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-top .cmp-video-block__content-top-ul .cmp-video-block__content-top-li:not(:first-child) {
  padding-left: 8px;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__title {
  position: relative;
  text-decoration: none;
  color: var(--dark-color);
  font-family: var(--font-secondary), var(--font-primary), sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: normal;
  font-style: normal;
}
@media only screen and (min-width: 576px) {
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__title {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 992px) {
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__title {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__title .cmp-story-list__title-link {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  font-style: unset;
}
.video-player__block .cmp-video-block .cmp-video-block__content .article-body__content-top {
  margin-bottom: 15px;
  margin-top: 5px;
}
.video-player__block .cmp-video-block .cmp-video-block__content .article-body__content-top p {
  color: var(--text-color-default);
  font-family: var(--font-secondary), var(--font-primary), sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: normal;
  font-style: normal;
}
@media only screen and (min-width: 576px) {
  .video-player__block .cmp-video-block .cmp-video-block__content .article-body__content-top p {
    font-size: 21px;
    line-height: 25.2px;
    letter-spacing: normal;
    font-style: normal;
  }
}
.video-player__block .cmp-video-block .cmp-video-block__content .article-body__content-top p .cmp-story-list__title-link {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  font-style: unset;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom {
  position: relative;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left {
  padding-bottom: 10px;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle {
  display: inline-block;
  text-decoration: none;
  color: var(--text-color-muted);
  font-family: var(--en-font-primary);
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: normal;
  font-style: normal;
}
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle:hover, .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle:focus {
  color: var(--text-color-muted-hover);
}
@media only screen and (min-width: 640px) {
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle {
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 768px) {
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle {
    margin-bottom: 5px;
  }
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle:not(:last-child) {
    position: relative;
    padding-right: 12px;
    margin-bottom: 0;
    display: inline-block;
  }
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left .cmp-story-list__pretitle:not(:last-child)::after {
    position: absolute;
    content: "|";
    display: block;
    right: 0;
    top: 0;
    color: var(--text-color-muted);
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media only screen and (min-width: 576px) {
  .video-player__block .cmp-video-block .cmp-video-block__content {
    padding-bottom: 35px;
  }
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-left,
.video-player__block .cmp-video-block .cmp-video-block__content .cmp-video-block__content-bottom .cmp-video-block__content-btm-right {
    padding-bottom: 0;
    display: inline-block;
  }
}
