.v2-paragraph--ytvs {
  position: relative;
  margin-top: 110px;
  margin-bottom: 90px;
}
.page.home .v2-paragraph--ytvs {
  margin-bottom: 0;
}

.v2-paragraph--ytvs[data-counts="1"]:not(._has-content-desc) .ytvs--ctrl-explorer {
  margin-top: -70px;
}

.v2-paragraph--ytvs--head {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}

.ytvs {
  position: relative;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.ytvs--container {
  width: 100%;
}

.ytvs-fullscreen-btn {
  cursor: pointer;
  background: none;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: 5px;
  height: 30px;
  width: 30px;
  right: 5px;
  outline: 0;
  box-shadow: none;
  border: none;
  fill: white;
}

.ytvs-fullscreen-btn svg {
  width: 30px;
  height: 30px;
}

.ytvs-fullscreen-btn svg._exit {
  display: none;
}

.ytvs._fullscreen .ytvs-fullscreen-btn svg {
  display: none;
}

.ytvs._fullscreen .ytvs-fullscreen-btn svg._exit {
  display: block;
}

.ytvs--content {}

.ytvs--list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ytvs--item {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
}

.ytvs--item:after,
.ytvs--item:before {
  content: none !important;
}

.ytvs--item-content {}

.ytvs--item-content-player {
  position: relative;
  width: 100%;
  padding: 50.5% 0 0 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.ytvs--item-content-player:after {
  content: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: visible;
  z-index: 11;
}
.ytvs._idle .ytvs--item-content-player:after {
  content: "";
}

.ytvs--item-content-player-youtube {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.ytvideo_slider-slides-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background: black;
}

.ytvideo_slider-slides-loading #ytvid_loading_svg {
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 42.5px);
}

.ytvideo_slider-slides-loading #ytvid_loading_svg path {
  stroke: #2f3040;
  stroke-width: 2px;
  stroke-dasharray: 36, 72;
  -webkit-animation: ytvid_loading 1s infinite linear forwards;
  -moz-animation: ytvid_loading 1s infinite linear forwards;
  animation: ytvid_loading 1s infinite linear forwards;
}

@-webkit-keyframes ytvid_loading {
  from {
    stroke-dashoffset: 108;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes ytvid_loading {
  from {
    stroke-dashoffset: 108;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ytvid_loading {
  from {
    stroke-dashoffset: 108;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.ytvs[data-ytvs-slide-initialized=true] .ytvideo_slider-slides-loading {
  /*display: none;*/
}

.ytvs--item-content-player-youtube {}

.ytvs--item-content-info {
  display: flex;
  margin-top: 30px;
  width: 100%;
}

.ytvs--item-content-info-heading {
  flex: 0 0 50%;
  width: 50%;
  padding-right: 70px;
  box-sizing: border-box;
  font-size: 1.3em;
  color: #1FA678;
  font-weight: 300;
  padding-top: 40px;
}
.v2-paragraph--ytvs[data-counts="1"] .ytvs--item-content-info-heading{
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.ytvs--item-content-info-desc {
  flex: 0 0 50%;
  width: 50%;
  color: #103174;
  font-size: .95em;
}

.ytvs--ctrl {}

.ytvs--ctrl-pags {
  width: calc(50% - 80px);
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.ytvs--ctrl-pags > * {
  pointer-events: auto;
}

.ytvs--ctrl-pags2 {
  display: flex;
  align-items: center;
}

.ytvs--ctrl-pags-line {
  position: relative;
  height: 2px;
  width: 100%;
  background: #71BF44;
}

.ytvs--ctrl-pags-line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #103174;
  transition: all 0.3s;
}

.ytvs--ctrl-pags-btns {
  display: flex;
  align-items: center;
  margin-left: 20px;
  flex: 1;
}

.ytvs--ctrl-pags-btns button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.ytvs--ctrl-pags-btns button:focus,
.ytvs--ctrl-pags-btns button:active {
  border: none;
  outline: none;
}

.ytvs--ctrl-pags-btns button:first-child {
  margin-right: 8px;
}

.ytvs--ctrl-pags-btns button svg {
  width: 25px;
  height: 25px;
}

.ytvs--ctrl-pags-btns button.swipper--prev {}

.ytvs--ctrl-pags-btns button.swipper--next {}

.ytvs--ctrl-pags-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}

.ytvs--ctrl-pags-dots:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border: 1px solid #1FA678;
}

.swipper--dots--item {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #1FA678;
  cursor: pointer;
}

.swipper--dots--item.active {
  background: #00ADE6;
  border-color: #00ADE6;
}

.ytvs--item-content-player-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.ytvs--ctrl-explorer {
  display: block;
}

.ytvs--item-explorer {
  display: none;
}

@media (max-width: 768px) {
  .ytvs--ctrl-explorer {
    display: none;
  }
  .ytvs--item-explorer {
    display: block;
  }
}

.ytvs._fullscreen .ytvs--ctrl-explorer {
  display: none;
}

.ytvs._fullscreen .ytvs--item-explorer {
  display: none;
}

.ytvs--ctrl-explorer,
.ytvs--item-explorer {
  text-align: right;
}

.ytvs--ctrl-explorer a,
.ytvs--item-explorer a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
}

.ytvs--ctrl-explorer span,
.ytvs--item-explorer span {
  display: block;
  color: #00ADE6;
  font-size: .8em;
  font-weight: 600;
  margin-right: 20px;
}

.ytvs--ctrl-explorer svg,
.ytvs--item-explorer svg {
  display: block;
  height: 60px;
  width: 60px;
}

.ytvs--item-content-player-big-play {
  position: absolute;
  z-index: 15;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  display: none !important;
}

.ytvs--item-content-player-big-play:focus,
..ytvs--item-content-player-big-play:active {
  border: none;
  outline: none;
}

.ytvs--item-content-player-big-play svg {
  width: 80px;
  height: 80px;
}

.ytvs--item-content-player-big-play span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: .85em;
  color: white;
}

.ytvs--item._active .ytvs--item-content-player-big-play {
  display: none;
}

.ytvs._fullscreen .ytvs--container {
  height: 100%;
}

.ytvs._fullscreen .ytvs--item,
.ytvs._fullscreen .ytvs--content {
  height: 100%;
}

.ytvs._fullscreen .ytvs--item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ytvs._fullscreen .ytvs--item-content-player {
  height: 100%;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ytvs._fullscreen .ytvs--ctrl-pags {
  pointer-events: none;
  right: 20px;
  top: 80px;
  left: unset;
}

.ytvs._fullscreen._idle .ytvs--ctrl-pags {
  display: none;
}

.ytvs._fullscreen:not(._active) .ytvs--ctrl-pags {
  display: block;
}

.ytvs._fullscreen .ytvs--ctrl-pags2 {
  pointer-events: auto;
  background: rgba(34, 38, 35, 0.72);
  padding: 10px 20px;
  /*padding-top: 40px;*/
  border-radius: 10px;
}

.ytvs._fullscreen .ytvs--ctrl-pags-dots {
  position: relative;
  bottom: 70px;
  opacity: 0.2;
  margin-left: 20px
}

.ytvs._fullscreen .ytvs--item-content-info-desc {
  color: #777d97 !important;
}

.ytvs._fullscreen .ytvs--item-content-info-desc p {
  color: #777d97 !important;
}

.ytvs._fullscreen._active._idle .ytvs--item-content-player-mask {
  display: block;
}

.ytvs--item:not(._ready) .ytvs--item-content-player-big-play {
  display: none;
}

.ytvs._fullscreen .ytvs--item-content-info-heading {
  padding-top: 0 !important;
}

.ytvs:not(._fullscreen) .ytvs--ctrl-pags {
  top: 50px;
  padding: 50.5% 0 0 0;
}

@media (max-width: 768px) {
  .ytvs--item-content-info {
    display: block;
  }
  .ytvs--item-content-info-heading,
  .ytvs--item-content-info-desc {
    width: 100%;
  }
  .ytvs--item-content-info-heading {
    margin-top: 50px;
  }
  .ytvs._fullscreen .ytvs--item-content-info {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .ytvs._fullscreen .ytvs--item-content-info-desc {
    display: none;
  }
  .ytvs._fullscreen .ytvs--item-content-info-heading {
    display: inline;
    margin: 0;
  }
  .ytvs:not(._fullscreen) .ytvs--ctrl-pags {
    width: 100%;
    position: absolute;
    padding: 50.5% 0 0 0;
    z-index: 11;
    left: 0;
    pointer-events: none;
  }
  .ytvs:not(._fullscreen) .ytvs--ctrl-pags>* {
    pointer-events: auto;
  }
  .ytvs:not(._fullscreen) .ytvs--ctrl-explorer a {
    flex-direction: column;
  }
  .ytvs:not(._fullscreen) .ytvs--ctrl-explorer a>* {
    margin-left: auto;
  }
}