html {
  position: relative;
}

.videobox {
  width: 7.5rem;
  height: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 0.625rem;
  bottom: 3.625rem;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 8;
  display: none;
}
@media only screen and (min-width: 769px) {
  .videobox:hover {
    width: 8.75rem;
    height: 8.75rem;
    right: 0.625rem;
    bottom: 0.625rem;
  }
}
.videobox.hide {
  opacity: 0;
  right: -11.25rem;
  bottom: -19.6875rem;
  -webkit-transition: opacity 0.5s linear, right 0.5s linear, bottom 0.5s linear;
  transition: opacity 0.5s linear, right 0.5s linear, bottom 0.5s linear;
}
.videobox.hide .vbcountdown_bubble {
  display: none;
}
.videobox .link {
  display: none;
}
.videobox .mentions {
  display: none;
}
.videobox.open {
  width: 21.875rem;
  height: 37.5rem;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: calc(infinity);
  border-radius: 10px !important;
}
.videobox.open .vbcountdown_bubble,
.videobox.open .videoboxContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.videobox.open .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}
.videobox.open .link span {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 54px;
  text-align: center;
  font: normal normal bold 16px/54px Muli;
  letter-spacing: 0px;
  color: #2D2A29;
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #88000c;
}
.videobox.open .link span:hover {
  border: 2px solid #fff;
  background-color: #88000c;
  color: #fff;
}
.videobox.open .mentions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 4px;
  z-index: 4;
  width: 100%;
}
.videobox.open .mentions a {
  text-decoration: none;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 16px;
}
.videobox.open .mentions a:hover {
  text-decoration: underline;
}
.videobox.open .mentions a.sm {
  font-size: 12px;
}
.videobox.open .mentions a br {
  display: none;
}
@media screen and (max-width: 480px) {
  .videobox.open .mentions a {
    font-size: 12px;
  }
  .videobox.open .mentions a.sm {
    font-size: 10px;
  }
  .videobox.open .mentions a br {
    display: block;
  }
}
.videobox.open .videoboxContain video {
  cursor: default;
  pointer-events: none;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.videobox.open .videobox-close {
  display: none;
}
.videobox-close {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.videobox .videoboxContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.videobox .videoboxContain video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .overlayVideo {
    background: #2d2a29;
    opacity: 0.5;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: block;
  }
}
.video-controls {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  z-index: 4;
  margin-right: 0.625rem;
}
.video-controls span {
  color: #fff;
  display: inline-block;
  margin-left: 1.25rem;
  font-size: 1.875rem;
  font-weight: bold;
  cursor: pointer;
}
.video-controls span:hover {
  color: #fff;
}
.video-controls span:hover svg path {
  fill: #fff;
  color: #fff;
}
.video-controls span.active {
  color: #37624f;
}
.video-controls span.active svg path {
  fill: #37624f;
  color: #37624f;
}

@media only screen and (max-width: 48rem) {
  .videobox {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
  }
  .videobox .videoboxContain {
    overflow: hidden;
  }
  .videobox .videoboxContain video {
    width: 100%;
    height: auto;
  }
  .videobox.open {
    border-radius: 10px;
    max-width: calc(100vw - 20px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: calc(100dvh - 40px);
    left: 0.625rem;
    right: 0.625rem;
    top: 1.25rem;
    bottom: 1.25rem;
    margin: 0 auto;
  }
  .videobox.open .videoboxContain {
    border-radius: 10px;
    overflow: visible;
    height: 100%;
    width: 100%;
  }
  .videobox.open .videoboxContain video {
    width: 100%;
    height: 100%;
  }
  .videobox-close {
    top: -0.25rem;
    right: -0.25rem;
    bottom: 1.5625rem;
  }
}
.vbcountdown_bubble {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.vbcountdown_bubble .vbcountdown_bubble-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.vbcountdown_bubble .vbcountdown_bubble-values span {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.vbcountdown_bubble .vbcountdown_bubble-unity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.vbcountdown_bubble .vbcountdown_bubble-unity span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
}
.vbcountdown_bubble .vbcountdown_bubble-unity span:last-child {
  margin-right: 0;
}
@media only screen and (max-height: 550px) {
  .vbcountdown_bubble .vbcountdown_bubble-values span {
    font-size: 20px;
  }
  .vbcountdown_bubble .vbcountdown_bubble-unity {
    gap: 5px;
  }
  .vbcountdown_bubble .vbcountdown_bubble-unity span {
    font-size: 10px;
  }
}
@media only screen and (max-height: 550px) {
  .vbcountdown_bubble {
    bottom: 100px;
  }
}