
/*@media (min-width: 1200px) {*/
/*  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {*/
/*      max-width: 1450px !important;*/

/*  }*/
/*}*/
@media (min-width: 1200px) {
  body .container, 
  body .container-lg, 
  body .container-md, 
  body .container-sm, 
  body .container-xl, 
  body .container-xxl {
      max-width: 1450px !important;
      
  }
}
a{
  text-decoration: none;
}

/* For Mobile */
@media (max-width: 960px) {
    ._13xDDA0A._1s-A3PtI {
        margin-top: 36px;
    }

    ._13xDDA0A {
        top: 48px;
        height: calc(100% - 96px);
    }
    ._13xDDA0A._1s-A3PtI.o0L_Z0WU {
        text-align: left !important;
        left: 0.5% !important;
        width: 95% !important;
        margin-bottom: 20px;
    }

    .css-7vq5hu {
        font: var(--podium-cds-typography-320-to-959-display2) !important;
        color: #111111;
        text-transform: uppercase;
    }
    
}

/* For Desktop */
@media (min-width: 960px) {
    ._13xDDA0A._1s-A3PtI {
        margin-top: 36px;
    }

    ._13xDDA0A {
        top: 48px;
        height: calc(100% - 96px);
    }
    ._13xDDA0A._1s-A3PtI.o0L_Z0WU {
        text-align: center;
        margin-bottom: 40px;
    }

    .css-7vq5hu {
        font: var(--podium-cds-typography-960-to-1919-display2);
        color: #111111;
        text-transform: uppercase;
    }
}


._13xDDA0A._1s-A3PtI.o0L_Z0WU {
    text-align: center;
    width: 75%;
    left: 12.5%;
    right: 0;
    justify-content: flex-start;
    position: relative;
    top: 0;
}

._1MF91zHG {
    font-weight: 500;
}

.css-7vq5hu {
    font: var(--podium-cds-typography-960-to-1919-display2);
    color: #111111;
    text-transform: uppercase;
}



._1NORiqU4 {
    display: inline-block;
    pointer-events: auto;
}

.Yjk73vve {
    margin-top: 18px;
}





/* ------------------------------ button ------------------------------ */

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 30px;
    /* padding: 5px 20px 5px 20px; */
    font: var(--podium-cds-typography-body1-strong);
  }
  
  .btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  }
  
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  
  .btn-dark:active:focus, .btn-dark.active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  }
  
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
    opacity: 0.65;
  }


  /* ----------------------------------------- video --------------------------------- */


  /* Hide video controls */
  video::-webkit-media-controls {
    display: none !important;
  }
  video::-moz-media-controls {
    display: none !important;
  }
  video {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Show only on md and up */
  .video-desktop {
    display: none;
  }

  /* Show only below md */
  .image-mobile {
    display: block;
  }

  @media (min-width: 768px) {
    .video-desktop {
      display: block;
    }
    .image-mobile {
      display: none;
    }
  }


  