/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/fast-css-loader/lib/index.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./sources/css/components/video.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* Bootstrap */
/* Vendors */
.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1030; }

.video-inline-wrapper iframe {
  width: 100%;
  height: 100%; }

.video-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  font-size: var(--title-sm);
  line-height: var(--title-sm-line-height); }

.close-button {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  z-index: 1040; }
  .close-button:hover {
    color: #E11F26; }
  @media (max-width: 991.98px) {
    .close-button {
      top: 1.25rem;
      right: 1.25rem; } }

.play-button-wrapper {
  z-index: 2;
  cursor: pointer; }
  .play-button-wrapper::after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    content: "";
    top: 0;
    left: 0; }
  .play-button-wrapper:hover::after {
    background-color: rgba(0, 0, 0, 0.2); }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(calc((70 * 1px)), calc(3.5vw), calc(140px * var(--max-font-size-controler)));
  height: clamp(calc((70 * 1px)), calc(3.5vw), calc(140px * var(--max-font-size-controler)));
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 5;
  border: 2px solid currentColor;
  border-radius: 50%; }
  .play-button svg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.play-button--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(calc((50 * 1px)), calc(2.5vw), calc(100px * var(--max-font-size-controler)));
  height: clamp(calc((50 * 1px)), calc(2.5vw), calc(100px * var(--max-font-size-controler)));
  cursor: pointer !important;
  z-index: 5;
  border-radius: 50%;
  background-color: #E11F26;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden; }
  @media (min-width: 768px) {
    .play-button--circle {
      width: clamp(calc((70 * 1px)), calc(4vw), calc(160px * var(--max-font-size-controler)));
      height: clamp(calc((70 * 1px)), calc(4vw), calc(160px * var(--max-font-size-controler))); } }
  @media (hover: hover) {
    .play-button--circle:hover {
      background-color: var(--btn-bg-color-hover); } }
  .play-button--circle svg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    padding-left: .625rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .play-button--circle::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    z-index: 2;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-filter: var(--filter-light);
            filter: var(--filter-light);
    margin-left: 0.1875rem; }
    @media (max-width: 767.98px) {
      .play-button--circle::after {
        width: 2rem;
        height: 2rem; } }
    .play-button--circle::after--sm {
      width: clamp(calc((50 * 1px)), calc(2.5vw), calc(100px * var(--max-font-size-controler)));
      height: clamp(calc((50 * 1px)), calc(2.5vw), calc(100px * var(--max-font-size-controler))); }
      .play-button--circle::after--sm::after {
        width: 2rem;
        height: 2rem; }

