:root {
  --msColor: #7ecb33;
}

body {
  overflow: hidden;
  background-color: #fcfcfc;
  color: #404040;
  font-family: Prompt, sans-serif;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  font-family: Prompt, sans-serif;
}

.zoom-menu {
  z-index: 99999999;
  position: absolute;
  top: 15px;
  right: 15px;
}

.zoom-menu ul {
  list-style: none;
  text-indent: 0px;
  margin: 0;
  padding: 0;
}

.zoom-menu ul li {
  float: left;
  position: relative;
  width: auto;
  margin: 0 8px;
  list-style: none;
  background: none;
}

.zoom-menu ul li a {
  color: #000;
  font-size: 22px;
}

.zoom-menu ul li a:hover,
.zoom-custom i:hover {
  color: var(--msColor);
  cursor: pointer;
}

#content {
  /*background-image: url(/assets/flipbook/bookshelf/background.webp);*/
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.magazine-viewport .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 922px;
  height: 600px;
  margin: auto;
}

.magazine-viewport .magazine {
  width: 922px;
  height: 600px;
  left: -461px;
  top: -300px;
}

.magazine-viewport .page {
  width: 461px;
  height: 600px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.vc_flipbook-page-number {
  display: flex;
  z-index: 9999;
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  background: rgba(18, 9, 9, 0.7);
  padding: 0px 30px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 113px;
  text-align: center;
  justify-content: center;
}

.vc_flipbook-page-number svg {
  width: 30px;
  height: 32px;
  position: absolute;
}

.vc_flipbook-page-number svg[disabled] {
  filter: invert(63%) sepia(1%) saturate(1240%) hue-rotate(340deg)
    brightness(95%) contrast(76%);
}

.vc_flipbook-page-number svg.svg-prev {
  left: 5px;
}

.vc_flipbook-page-number svg.svg-next {
  right: 5px;
}

.vc_flipbook-page-number svg:not(svg[disabled]):hover {
  cursor: pointer;
  filter: invert(30%) sepia(100%) saturate(500%) hue-rotate(40deg)
    brightness(90%) contrast(86%);
}

.flipbook-page-number {
  padding: 5px;
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipbook .page {
  height: 100%;
  width: 100%;
}

.flipbook .page img {
  max-width: 100%;
  height: 100%;
}

.magazine .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.magazine-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.magazine .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.2))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.magazine .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.15))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient {
  display: none;
}

.magazine-viewport .loader {
  background: url("/book/assets/flipbook/lib/pics/loader.gif");
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.magazine-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;

  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

.animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.content:lang(en) {
  font-family: Roboto, Spartan, "Open Sans", Prompt, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 18pt;
}

.back-drop,
.footer-mobile .fname ul li:first-child {
  display: none;
}

.footer-mobile .fname ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*contact bottom*/
@media only screen and (max-width: 1300px) {
  .magazine {
    overflow: unset !important;
  }
}

@media only screen and (max-width: 1024px) {
  .vc_flipbook-page-number {
    bottom: 60px;
  }

  .box-all-slider .main-nav {
    max-width: 100%;
    width: 420px;
    margin: auto;
  }

  .box-all-slider .main-nav > ul {
    padding: 10px;
  }

  .box-all-slider .main-nav > ul > li {
    width: 25%;
    padding: 0;
    text-align: center;
  }

  .footer-mobile {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .main-nav .table-of-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 0;
    max-height: 100dvh;
  }

  .box-table-of-content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    flex: 0 1 auto;
    min-height: 0;
  }

  .box-table-of-content--toc {
    flex: 1 1 auto;
  }

  .box-table-of-content.is-collapsed {
    flex: 0 0 auto;
  }

  .box-table-of-content ul {
    list-style: none;
    padding: 0 50px;
    min-height: 0;
    overflow-y: auto;
  }

  .box-table-of-content::after {
    content: "\25BE";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.85);
    background: linear-gradient(
      180deg,
      rgba(18, 9, 9, 0) 0%,
      rgba(18, 9, 9, 0.92) 70%
    );
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
  }

  .box-table-of-content.has-overflow:not(.is-scroll-end)::after {
    opacity: 1;
    visibility: visible;
    animation: scrollHintBounce 1.3s ease-in-out infinite;
  }

  .box-table-of-content.is-collapsed::after {
    display: none;
  }

  @keyframes scrollHintBounce {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(4px);
    }
  }

  .main-nav .table-of-content .dbox-flex .preview:first-child {
    text-align: left;
  }

  .main-nav .table-of-content .title,
  .main-nav .table-of-content .story-title,
  .main-nav .table-of-content ul {
    padding: 0 50px !important;
  }

  .main-nav .table-of-content .dbox-flex {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 360px) {
  .vc_flipbook-page-number {
    bottom: 50px;
  }

  .box-slider-share,
  .box-slider-desktop {
    margin: 0 10px;
  }
}

/*end contact bottom*/

/*main-nav*/
.box-desktop-slider {
  display: block;
}

.box-mobile-slider {
  display: none;
}

.box-all-slider,
.box-contact {
  position: absolute;
  background: rgba(18, 9, 9, 0.7);
  box-shadow:
    0px 4px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.box-all-slider {
  bottom: 0;
  right: -46px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.box-all-slider .main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 40px 10px;
}

.box-all-slider .main-nav > ul > li {
  padding: 15px 0;
  text-align: center;
}

.box-all-slider .main-nav > ul > li.active > svg:not(.disabled),
.box-all-slider .main-nav > ul > li.active > .tap-hint-wrap > svg:not(.disabled) {
  cursor: pointer;
  filter: invert(30%) sepia(100%) saturate(500%) hue-rotate(40deg)
    brightness(90%) contrast(86%);
}

.box-all-slider .main-nav > ul > li svg:not(.disabled):hover {
  cursor: pointer;
  filter: invert(30%) sepia(100%) saturate(500%) hue-rotate(40deg)
    brightness(90%) contrast(86%);
}

.box-all-slider .main-nav svg.disabled {
  filter: invert(63%) sepia(1%) saturate(1240%) hue-rotate(340deg)
    brightness(95%) contrast(76%);
}

/*box-contact*/
.box-contact {
  z-index: 99999999999999999999;
  visibility: hidden;
  opacity: 0;
  right: -55px;
  border-radius: 30px;
}

.box-contact > ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.box-contact > ul > li {
  padding: 10px 0;
  text-align: center;
}

.box-contact ul li:last-child::after{
  content: "\A";
  border-style: solid;
  border-width: 4px 7px 4px 0;
  border-color: transparent rgba(18, 9, 9, 0.7) transparent transparent;
  position: absolute;
  left: -7px;
  bottom: 54px;
}

.main-nav .table-of-content ul li:last-child::after {
  left: -7px;
  bottom: 230px;
}

.main-nav > ul > li:last-child .box-contact {
  bottom: 10px;
}

.main-nav > ul > li:nth-child(3) .box-contact {
  bottom: 62px;
}

.tap-hint-wrap {
  position: relative;
  display: inline-block;
}

.tap-hint {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffb020, #ff5a1f);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 999999999;
  transition: opacity 0.25s ease;
}

.tap-hint.is-visible {
  opacity: 1;
  visibility: visible;
}

.tap-hint::before,
.tap-hint::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #ff5a1f;
  animation: tapHintRipple 1.6s ease-out infinite;
}

.tap-hint::after {
  animation-delay: 0.5s;
}

.tap-hint__hand {
  position: relative;
  animation: tapHintBounce 1.1s ease-in-out infinite;
}

@keyframes tapHintBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(4px) scale(0.92);
  }
}

@keyframes tapHintRipple {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .tap-hint {
    display: none;
  }
}

.main-nav .table-of-content {
  right: -314px;
  top: auto;
  bottom: 0;
  max-height: calc(100vh - 40px);
  padding: 20px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-nav .table-of-content.table-of-content--grouped {
  background: linear-gradient(180deg, #0f090b 0%, #0c0606 100%);
  border-radius: 5px 5px 14px 14px;
}

.main-nav .table-of-content.table-of-content--tabs-first {
  padding-top: 0;
}

.main-nav
  .table-of-content.table-of-content--grouped
  .box-table-of-content--toc {
  background: transparent;
}

.main-nav .table-of-content,
.main-nav .table-of-content span {
  color: #fff;
}

.main-nav .table-of-content .box-table-of-content .title {
  cursor: default;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav .table-of-content .title-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.main-nav .table-of-content .title-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
}

.main-nav .table-of-content .title-toggle svg {
  display: block;
  transition: transform 0.15s ease;
}

.main-nav
  .table-of-content
  .box-table-of-content.is-collapsed
  .title-toggle
  svg {
  transform: rotate(-90deg);
}

.main-nav .table-of-content .box-table-of-content.is-collapsed ul.announcements,
.main-nav .table-of-content .box-table-of-content.is-collapsed .story-title {
  display: none;
}

.main-nav .table-of-content .box-table-of-content + .box-table-of-content {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.main-nav .table-of-content .book_related span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-nav .table-of-content ul {
  width: 300px;
  padding: 0;
  list-style: none;
}

.main-nav .table-of-content ul li {
  padding: 0;
  font-weight: 300;
  padding: 6px 0;
}

.main-nav .table-of-content .title {
  font-weight: 300;
  border-bottom: 1px solid #939191;
  padding-bottom: 10px !important;
}

.main-nav .table-of-content .story-title {
  font-weight: 700;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

.main-nav .table-of-content .toc-group-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: 4px;
  width: 100%;
  max-height: none;
  overflow: visible;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.main-nav .table-of-content .toc-group-tabs li {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-nav .table-of-content .toc-group-tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 47px;
  overflow: hidden;
  padding: 2px 6px 0;
  color: rgba(255, 255, 255, 0.9);
  background: #1d1417;
  border-top: 2px solid transparent;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  font-size: 12px;
  font-weight: 600!important;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    color 0.18s ease,
    background-color 0.18s ease;
}

.main-nav .table-of-content .toc-group-tab-link.is-active {
  color: var(--msColor);
  background: #0f090b;
  border-top-color: var(--msColor);
  font-weight: 500;
  box-shadow: none;
}

.main-nav .table-of-content .toc-group-tab-link:not(.is-active):hover {
  color: #fff;
  background: #251a1d;
}

.main-nav .table-of-content .toc-group-tab-link:focus-visible {
  outline: 2px solid var(--msColor);
  outline-offset: -3px;
}

.main-nav .table-of-content .toc-group-pane.is-hidden {
  display: none;
}

.main-nav .table-of-content .toc-row-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.main-nav .table-of-content .toc-row-main a {
  flex: 1 1 auto;
  min-width: 0;
}

.main-nav .table-of-content .toc-item-toggle {
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: 4px 6px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

.main-nav .table-of-content .toc-item-toggle svg {
  display: inline-block;
  transition: transform 0.15s ease;
}

.main-nav .table-of-content .toc-item-toggle.is-expanded svg {
  transform: rotate(180deg);
}

.main-nav .table-of-content .toc-sub-list {
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 0px!important;
  box-sizing: border-box;
}

.main-nav .table-of-content .toc-sub-list.is-collapsed {
  display: none;
}

.main-nav .table-of-content .title,
.main-nav .table-of-content .story-title,
.main-nav .table-of-content ul li {
  font-size: 15px;
  line-height: 20.5px;
  letter-spacing: -0.225px;
  text-align: left;
}

.main-nav .table-of-content ul li a {
  text-decoration: none;
}

.main-nav .table-of-content .title,
.main-nav .table-of-content .story-title,
.main-nav .table-of-content ul {
  padding: 0 20px;
}

.main-nav
    .table-of-content.table-of-content--grouped
    .box-table-of-content--toc
    > .title,
.main-nav
    .table-of-content.table-of-content--grouped
    .box-table-of-content--toc
    > .story-title,
.main-nav
    .table-of-content.table-of-content--grouped
    .box-table-of-content--toc
    > .toc-group-pane {
  padding-left: 17px !important;
  padding-right: 17px !important;
  padding-top: 15px !important;
}

.main-nav
  .table-of-content.table-of-content--grouped
  .box-table-of-content--toc
  > .title {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.main-nav
  .table-of-content.table-of-content--grouped
  .box-table-of-content--toc
  > .title
  .title-toggle {
  width: 25px;
  height: 25px;
}

.main-nav
  .table-of-content.table-of-content--grouped
  .toc-group-pane
  .dbox-flex::before {
  background: rgba(255, 255, 255, 0.3);
}

.main-nav .table-of-content .dbox-flex::before {
  content: "\A";
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #939191;
  height: 1px;
}

.main-nav .table-of-content .dbox-flex {
  display: flex;
  width: 100%;
  position: relative;
}

.main-nav .table-of-content .dbox-flex .preview:first-child {
  width: 90%;
}

.main-nav .table-of-content .dbox-flex .preview:last-child {
  width: 10%;
  text-align: right;
}

.main-nav .table-of-content ul li a:hover span,
.main-nav
  .table-of-content
  .toc-group-pane
  .toc-row-main
  > a.is-current-page
  span {
  color: var(--msColor);
}

.main-nav .table-of-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #241212ad;
}

.main-nav .table-of-content ul::-webkit-scrollbar {
  width: 10px;
  background-color: #241212ad;
}

.main-nav .table-of-content ul::-webkit-scrollbar-thumb {
  background-color: var(--msColor);
  border: 2px solid #241212ad;
}

/* Keep the desktop TOC inside the viewport and stable when a section is collapsed. */
@media only screen and (min-width: 1025px) {
  .box-desktop-slider .main-nav .table-of-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 310px;
    min-height: 0;
    height: auto;
    max-height: calc(100vh - 100px);
    max-height: min(860px, calc(100vh - 100px));
    max-height: min(860px, calc(100dvh - 100px));
    overflow: visible;
    overscroll-behavior-y: contain;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content.table-of-content--many-items {
    height: 70vh;
    max-height: 70vh;
    height: 70dvh;
    max-height: 70dvh;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content.table-of-content--grouped.table-of-content--tabs-first::before {
    content: "";
    position: absolute;
    left: -7px;
    bottom: 230px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 4px 0;
    border-color: transparent rgba(18, 9, 9, 0.7) transparent transparent;
    pointer-events: none;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content.table-of-content--grouped.table-of-content--tabs-first
    ul
    li:last-child::after {
    content: none;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content--toc {
    flex: 1 1 auto;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content
    > .toc-group-tabs,
  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content
    > .title,
  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content
    > .story-title {
    flex: 0 0 auto;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content
    > ul.announcements {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }

  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content.is-collapsed
    > .story-title,
  .box-desktop-slider
    .main-nav
    .table-of-content
    > .box-table-of-content.is-collapsed
    > ul.announcements:not(.is-hidden) {
    display: block;
    visibility: hidden;
    pointer-events: none;
  }
}

.footer-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px;
  background: rgba(18, 9, 9, 0.7);
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 20.5px;
  letter-spacing: -0.225px;
  text-align: center;
}

@media only screen and (min-width: 1025px) and (max-width: 1850px) {
  .box-desktop-slider .main-nav .table-of-content,
  .box-desktop-slider .main-nav .table-of-content.is-open-more {
    box-sizing: border-box;
    right: -200px;
    top: auto;
    bottom: calc(100% + 8px);
    max-height: var(--desktop-toc-max-height, 70dvh);
    transform: translateX(var(--desktop-toc-shift-x, 0px));
  }

  .box-desktop-slider
    .main-nav
    .table-of-content.table-of-content--many-items {
    height: var(--desktop-toc-many-height, 70dvh);
    max-height: var(--desktop-toc-max-height, 70dvh);
  }
}

@media only screen and (max-width: 1024px) {
  .box-contact {
    z-index: 999999999;
  }

  .main-nav > ul > li.active .table-of-content {
    z-index: 999999999;
  }

  .box-desktop-slider,
  .footer-desktop {
    display: none;
  }

  .box-mobile-slider {
    display: block;
  }

  .box-all-slider .main-nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .box-all-slider {
    width: 100%;
    left: 0;
    bottom: 0;
    right: unset;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    z-index: 999999999;
  }

  .footer-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .box-all-slider .main-nav > ul > li {
    padding: 5px 0;
  }

  .footer-mobile .fname {
    padding: 5px 15px;
    background: rgba(18, 9, 9, 0.7);
  }

  .footer-mobile .fname ul li:first-child {
    display: block;
    width: 100%;
    padding-top: 5px;
  }

  .footer-mobile .fname ul li:first-child {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 20.5px;
    letter-spacing: -0.225px;
  }

  .main-nav .table-of-content.is-open-more {
    right: auto;
    bottom: 47px;
    left: 15px;
  }

  .main-nav .table-of-content.is-open-more > ul > li:last-child::after {
    left: 12%;
  }

  .main-nav .table-of-content.is-open-more > ul {
    width: 100%;
    height: 500px;
  }

  .box-contact > ul {
    padding: 0 10px;
  }

  .box-contact > ul > li {
    padding: 7px 7px;
  }

  .back-drop {
    position: absolute;
    top: 0;
    background: rgba(18, 9, 9, 0.7);
    left: 0;
    z-index: 20;
  }

  .main-nav > ul > li:nth-child(3) .box-contact {
    right: 44%;
  }

  .box-contact > ul > li:last-child::after {
    border-top: 6px solid #120909b3;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: 74%;
    bottom: -9px;
  }

  .main-nav > ul > li:nth-child(3) .box-contact,
  .main-nav > ul > li:nth-child(4) .box-contact {
    bottom: 45px;
  }

  .main-nav > ul > li:nth-child(4) .box-contact {
    right: 36%;
  }

  .box-contact > ul > li:nth-child(4)::after {
    left: 82%;
  }

  .d-mobile-flex {
    display: flex;
  }

  /*.line-m{
		margin-top: -2px;
	}*/
  .main-nav .table-of-content {
    right: auto;
    top: auto;
    left: 15px;
    bottom: 44px;
    padding: 20px 0;
  }

  .main-nav .table-of-content ul > li:last-child::after {
    left: 8%;
    bottom: -9px;
  }

  .main-nav .table-of-content ul {
    width: 100%;
    max-height: none;
  }

  .box-table-of-content--toc ul {
    flex: 1 1 auto;
    min-height: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .main-nav > ul > li:nth-child(3) .box-contact {
    right: 42%;
  }

  .main-nav > ul > li:nth-child(4) .box-contact {
    right: 32%;
  }
}

@media only screen and (max-width: 834px) {
  .main-nav > ul > li:nth-child(4) .box-contact {
    right: 28%;
  }
}

@media only screen and (max-width: 774px) {
  .main-nav > ul > li:nth-child(3) .box-contact {
    right: 39%;
  }

  .main-nav > ul > li:nth-child(4) .box-contact {
    right: 26%;
  }
}

@media only screen and (max-width: 767px) {
  .main-nav > ul > li:nth-child(3) .box-contact {
    right: 31%;
  }

  .main-nav > ul > li:nth-child(4) .box-contact {
    right: 6%;
  }

  .main-nav .table-of-content.is-open-more > ul {
    height: 250px;
  }

  .box-table-of-content {
    width: 100%;
    height: auto;
  }

  .main-nav .table-of-content,
  .box-table-of-content {
    background: #120909;
  }

  .main-nav .table-of-content .title,
  .main-nav .table-of-content .story-title,
  .main-nav .table-of-content ul {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 360px) {
  .main-nav .table-of-content .title,
  .main-nav .table-of-content .story-title,
  .main-nav .table-of-content ul {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
