.dark-scheme .tab {
  background-color: rgba(255, 255, 255, 0.3);
}

.tab.tab-active {
  background-color: #ff414c !important;
}

.task {
  background: #f7f7f7;
}

.task__date {
  background: linear-gradient(to top, #f7f7f7, #e3e3e3);
}

.with-note {
  margin-bottom: -20px;
}

.money-signs {
  width: 1200px;
  max-width: calc(100% - 44px);
  margin: 4em auto;
  display: flex;
  justify-content: space-around;
}

.money-sign__wrapper {
  display: inline-block;
  height: 34vw;
  max-height: 450px;
}

.money-sign {
  height: 100%;
  width: auto;
  display: block;
}

.announce__animation {
  will-change: transform;
}


.wave-pattern {
  display: block;
  width: 2000px;
  height: auto;
  margin-left: calc((2000px - 100vw) / -2);
}

.wave-pattern_back {
  opacity: 0;
  will-change: opacity, transform;
  height: 517px;
}
.wave-pattern_front {
  position: absolute;
  top: 0;
  left: 0;
  height: 517px;
}

.wave-pattern_mask {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media(min-width: 2000px) {
  .main-cover {
    background: #000 !important;
  }
  .main-cover::before,
  .main-cover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(((2000px - 100vw) / -2) + 4px);
    background: #fff !important;
  }

  .main-cover::before {
    left: 0;
    height: 83px;
  }

  .main-cover::after {
    right: 0;
    height: 67px;
  }
}

/*** screencast ***/
.announce__screencast {
  position: relative;
  width: 1264px;
  max-width: calc(100% - 44px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
}

.announce__screencast video,
.ticker-product {
  position: absolute;
  top: 75px;
  left: 2.54%;
  width: 1200px;
  max-width: 94.94% !important;
  height: auto;
}

@media(max-width: 1308px) {
  .announce__screencast video,
  .ticker-product {
    top: calc((100vw - 44px) * 0.059);
  }
}
/*** screencast end***/

.ticker-product {
  overflow: hidden;
  padding-top: 59.5%;
  background: #001426 bottom center no-repeat;
}

.ticker-product::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 65%;
  background: linear-gradient(to bottom, #001426 0%, rgba(0,20,38,0) 100%);
}

.ticker-product__wave {
  position: absolute;
  top: -13%;
  left: -10%;
  right: -10%;
  bottom: -7%;
  background: transparent bottom center / cover no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.ticker-product__wave_1 {
  background-image: url(tickerinvest-consultative-1.svg);
  animation: hbmove 4s ease alternate infinite;
}

.ticker-product__wave_2 {
  background-image: url(tickerinvest-consultative-2.svg);
}

.ticker-product__page-mask {
  position: absolute;
  top: 0;
  width: 100%;
}

@media(max-width: 800px) {
  .wave-pattern {
    transform: scaleX(.8);
  }
}

@media(max-width: 600px) {
  .wave-pattern {
    transform: scaleX(.6);
  }
}

@keyframes hbmove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  45% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(3deg);
    transform: translate3d(0, 0, 0) rotate(3deg);
  }
}
/*** stripe ***/
.linked-products {
  width: 3860px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
  font-family: Direct;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  background: #001426;
  color: #fff;
}

.linked-products .linked-item {
  display: inline-block;
  vertical-align: top;
  height: 300px;
  width: 300px;
  text-align: left;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding-top: 50px;
  margin: 40px 40px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: none;
}

.linked-products a.linked-item:hover {
  color: #fff !important;
}

.linked-products .linked-item .decor-wrapper {
  position: absolute;
  width: 100%;
  padding-top: 100%;
  left: 50%;
  top: 0;
  margin-left: -50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}

.linked-products .linked-item .decor-wrapper .decor-back {
  z-index: -2;
  opacity: 0;
  transition: opacity 100ms ease 400ms, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 100ms ease 400ms;
  transition: transform 500ms ease, opacity 100ms ease 400ms, -webkit-transform 500ms ease;
}

.linked-products .linked-item .decor-wrapper .decor {
  position: absolute;
  width: 320px;
  height: 100%;
  left: -20px;
  top: 0;
  background: transparent no-repeat;
}

.linked-products .linked-item:hover .decor-back {
  opacity: 1;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: opacity 100ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 100ms ease;
  transition: transform 500ms ease, opacity 100ms ease, -webkit-transform 500ms ease;
}

.linked-products .linked-item p {
  margin: 0 0 0 calc(50% - 50px);
  padding: 13px 0 12px 0;
  font-size: 16px;
  line-height: 1.25;
}

.linked-products .linked-item h2 {
  text-align: left;
  margin: 0 0 0 calc(50% - 50px);
  padding: 0;
  font-size: 35px;
  max-width: 400px;
}

.linked-products_mobile {
  display: none;
}

@media(max-width: 700px) {
  .linked-products_mobile {
    display: block;
  }

  .linked-products {
    display: none;
  }
}

@media(max-width: 800px) {
  .linked-products .linked-item {
    pointer-events: none;
  }
}
/*** stripe end  ***/

.credits {
  background: #f7f7f7;
}

.video-container_muted {
  position: relative;
}

.video-container_muted::after {
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url(speaker-icon.svg) center / contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  pointer-events: none;
  transition: .2s ease-out transform;
}

.video-container_muted:hover::after {
  transform: translate(-50%, -50%) scale(1);
}