/*Espaciados rem */
.rand-video-large {
  width: auto; }
  .rand-video-large__wrapper {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    background: transparent; }
    .rand-video-large__wrapper iframe {
      display: block;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      margin-left: 0;
      transform: translate(-50%, -50%); }
  .rand-video-large__first-frame {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    align-items: center; }
    .rand-video-large__first-frame.text-under-video {
      height: 90%; }
      @media (max-width: 940px) {
        .rand-video-large__first-frame.text-under-video {
          height: 85%; } }
    .rand-video-large__first-frame:not([data-ratio]) {
      position: relative; }
    .rand-video-large__first-frame p {
      margin-right: 10px;
      margin-left: auto; }
    .rand-video-large__first-frame img {
      width: 15%;
      margin: 0 auto; }
      @media (min-width: 941px) {
        .rand-video-large__first-frame img {
          width: 8%; } }
    .rand-video-large__first-frame p + img {
      width: 60px;
      margin-right: auto;
      margin-left: 0; }
      @media (max-width: 940px) {
        .rand-video-large__first-frame p + img {
          width: 50px; } }
    .rand-video-large__first-frame + iframe.rand-video-large__player {
      display: none; }
    .rand-video-large__first-frame--left p {
      margin-left: 0; }
    .rand-video-large__first-frame--left svg + p,
    .rand-video-large__first-frame--left img + p {
      margin-left: 10px; }
    .rand-video-large__first-frame--right p + img {
      margin-right: 0; }
  .rand-video-large__text-container {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 941px) {
      .rand-video-large__text-container {
        display: flex;
        position: relative;
        z-index: 2;
        top: 50%;
        width: 47%;
        margin: 0;
        transform: translateY(-50%);
        justify-content: flex-end; } }
  @media (min-width: 941px) {
    .rand-video-large__box-inner {
      max-width: 500px; } }
  .rand-video-large__box-inner .btn--translucient {
    margin-top: 40px; }
  .rand-video-large__title {
    color: var(--color-brand-secondary);
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px; }
    .rand-video-large__box-inner__color-white .rand-video-large__title {
      color: var(--color-white); }
    @media (min-width: 941px) {
      .rand-video-large__title {
        font-size: 56px;
        line-height: 56px;
        letter-spacing: -3px; } }
  .rand-video-large__subtitle p {
    margin: 25px 0 0;
    color: var(--color-brand-secondary); }
    .rand-video-large__box-inner__color-white .rand-video-large__subtitle p {
      color: var(--color-white); }
  .rand-video-large__default {
    position: relative;
    border-radius: 8px; }
  @media (max-width: 940px) {
    .rand-video-large .video-rich.rand-video-large__first-frame img {
      width: unset;
      margin: unset; } }
  .rand-video-large .video-rich .px-s h2, .rand-video-large .video-rich .px-s p, .rand-video-large .video-rich .bg-brand--dark-blue .button--icon-text {
    color: var(--color-brand-tertiary); }
  .rand-video-large .video-rich .content-block__description {
    line-height: normal; }
  .rand-video-large .video-rich .icon svg {
    min-width: 60px; }
  .rand-video-large .video-rich .button--icon-text .icon:hover {
    color: inherit; }
  .rand-video-large__footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 941px) {
      .rand-video-large__footer {
        flex-direction: row; } }
  .rand-video-large__duration {
    color: var(--color-brand-secondary-tint-60); }
  .rand-video-large .button--icon-text:focus,
  .rand-video-large .button--icon-only:focus .icon {
    outline: none; }

#rand-video-large__overlay {
  overflow: hidden;
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-brand-secondary-alpha-70);
  text-align: center;
  cursor: pointer; }
  #rand-video-large__overlay .rand-video-large__overlay-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 50vh;
    width: 80%;
    height: 0;
    padding: 0 0 45%;
    transform: translateY(-50%); }
    @media (max-width: 500px) {
      #rand-video-large__overlay .rand-video-large__overlay-inner {
        width: 100%;
        height: 40%; } }
    #rand-video-large__overlay .rand-video-large__overlay-inner span {
      display: block;
      position: absolute;
      z-index: 9999999;
      top: 5.5%;
      right: 5px;
      width: 18px;
      height: 18px;
      border-radius: 2px;
      color: var(--color-white);
      background: var(--color-brand-primary);
      font-size: 16px;
      line-height: 15px;
      text-align: center; }
    #rand-video-large__overlay .rand-video-large__overlay-inner iframe {
      position: absolute;
      top: 5%;
      left: 0;
      width: 100%;
      height: 90%;
      border: none; }

/*# sourceMappingURL=video-large.css.map */
