/* breakpoints */
.grid-position, .cta-carousel li.item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

html:lang(ar) .grid-position, html:lang(ar) .cta-carousel li.item, .cta-carousel html:lang(ar) li.item {
  float: right; }

.cta-carousel {
  color: #ffffff;
  position: relative;
  padding: 0; }
  .cta-carousel:after {
    content: "";
    display: block;
    height: 450px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000', GradientType=0 );
    /* IE6-9 */
    pointer-events: none; }
  .cta-carousel li.item {
    width: 100%;
    pointer-events: none;
    padding: 0;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .cta-carousel li.item {
        pointer-events: unset; } }
    @media (max-width: 1199.98px) {
      .cta-carousel li.item {
        height: 600px;
        min-height: 600px;
        max-height: 600px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .cta-carousel li.item {
        height: 580px;
        min-height: 580px;
        max-height: 580px; } }
    @media all and (max-width: 599px) {
      .cta-carousel li.item {
        height: 420px;
        min-height: 420px;
        max-height: 420px; } }
  .cta-carousel .desktop-video-carousel {
    width: 100%;
    height: 100%; }
    .cta-carousel .desktop-video-carousel iframe {
      width: 100%;
      height: 100%; }
    @media (max-width: 1199.98px) {
      .cta-carousel .desktop-video-carousel {
        display: none; } }
  .cta-carousel .bg-img-cover {
    width: 100%;
    height: 100vh; }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .cta-carousel .bg-img-cover {
        height: 580px; } }
    @media all and (max-width: 599px) {
      .cta-carousel .bg-img-cover {
        height: 420px; } }
  .cta-carousel video {
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    max-width: unset; }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .cta-carousel video {
        min-height: 580px;
        max-height: 580px;
        position: relative; } }
    @media all and (max-width: 599px) {
      .cta-carousel video {
        min-height: 420px;
        max-height: 420px;
        position: relative;
        left: 0 !important; } }
  .cta-carousel .description {
    width: 100%;
    position: absolute;
    padding: 0 9.11%;
    bottom: 228px; }
    @media all and (max-width: 1023px) {
      .cta-carousel .description {
        width: 100%;
        padding: 0 30px;
        bottom: 8%; } }
    .cta-carousel .description .main-title {
      padding-right: 30px; }
      @media all and (max-width: 599px) {
        .cta-carousel .description .main-title {
          padding-right: 30%; } }
  .cta-carousel .explore {
    background: url("../images/mask.svg") no-repeat;
    background-size: cover;
    width: 300px;
    height: 146px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media all and (max-width: 1023px) {
      .cta-carousel .explore {
        display: none; } }
    .cta-carousel .explore a {
      height: 106px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .cta-carousel .explore a:after {
        content: "";
        background: url("../images/arrow-down.svg") no-repeat;
        background-size: 100%;
        display: block;
        width: 16px;
        height: 16px;
        margin-top: 10px;
        -webkit-animation: fullbleed-arrow-down ease-in-out .5s alternate infinite;
        -moz-animation: fullbleed-arrow-down ease-in-out .5s alternate infinite;
        -ms-animation: fullbleed-arrow-down ease-in-out .5s alternate infinite;
        -o-animation: fullbleed-arrow-down ease-in-out .5s alternate infinite;
        animation: fullbleed-arrow-down ease-in-out .5s alternate infinite; }

@-webkit-keyframes fullbleed-arrow-down {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(0%, 10px); } }

@-moz-keyframes fullbleed-arrow-down {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(0%, 10px); } }

@-ms-keyframes fullbleed-arrow-down {
  .cta-carousel .explore a 0% {
    transform: translate(0%, 0); }
  .cta-carousel .explore a 100% {
    transform: translate(0%, 10px); } }

@-o-keyframes fullbleed-arrow-down {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(0%, 10px); } }

@keyframes fullbleed-arrow-down {
  0% {
    transform: translate(0%, 0); }
  100% {
    transform: translate(0%, 10px); } }
  .cta-carousel .slick-dots {
    width: auto;
    bottom: 5%;
    left: 10%; }
    @media all and (max-width: 1023px) {
      .cta-carousel .slick-dots {
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 2%; } }
    .cta-carousel .slick-dots li {
      min-height: 1px;
      max-height: 100%;
      width: auto;
      height: auto;
      padding: 0 20px; }
      .cta-carousel .slick-dots li button {
        height: auto;
        width: auto; }
        .cta-carousel .slick-dots li button:before {
          color: #ffffff;
          content: "";
          background-color: rgba(255, 255, 255, 0.58);
          width: 45px;
          height: 4px;
          opacity: 1; }
      .cta-carousel .slick-dots li.slick-active button:before {
        background-color: #ff6a00; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.plyr--video {
  height: 100%;
  width: 100%; }

.plyr__controls {
  display: none; }

.plyr__video-embed iframe {
  top: -50% !important;
  height: 200% !important; }

.plyr__poster {
  background-size: cover !important; }

.plyr__video-wrapper {
  height: 100%; }

.plyr > .plyr__control--overlaid,
.plyr > .plyr--video .plyr__control.plyr__tab-focus,
.plyr > .plyr--video .plyr__control.plyr__tab-focus,
.plyr > .plyr--video .plyr__control:hover,
.plyr > .plyr--video .plyr__control[aria-expanded=true] {
  background-image: url(../images/play-btn.svg);
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  box-shadow: none !important; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .plyr > .plyr__control--overlaid,
    .plyr > .plyr--video .plyr__control.plyr__tab-focus,
    .plyr > .plyr--video .plyr__control.plyr__tab-focus,
    .plyr > .plyr--video .plyr__control:hover,
    .plyr > .plyr--video .plyr__control[aria-expanded=true] {
      width: calc( 100px + (150 - 100) * ( (100vw - 1024px) / (1920 - 1024) )); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .plyr > .plyr__control--overlaid,
    .plyr > .plyr--video .plyr__control.plyr__tab-focus,
    .plyr > .plyr--video .plyr__control.plyr__tab-focus,
    .plyr > .plyr--video .plyr__control:hover,
    .plyr > .plyr--video .plyr__control[aria-expanded=true] {
      height: calc( 100px + (150 - 100) * ( (100vw - 1024px) / (1920 - 1024) )); } }

@media all and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .plyr > .plyr__control--overlaid,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus,
  .plyr > .plyr--video .plyr__control:hover,
  .plyr > .plyr--video .plyr__control[aria-expanded=true] {
    width: calc( 80px + (100 - 80) * ( (100vw - 320px) / (1023 - 320) )); } }

@media all and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .plyr > .plyr__control--overlaid,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus,
  .plyr > .plyr--video .plyr__control:hover,
  .plyr > .plyr--video .plyr__control[aria-expanded=true] {
    height: calc( 80px + (100 - 80) * ( (100vw - 320px) / (1023 - 320) )); } }
  .plyr > .plyr__control--overlaid svg,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus svg,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus svg,
  .plyr > .plyr--video .plyr__control:hover svg,
  .plyr > .plyr--video .plyr__control[aria-expanded=true] svg {
    display: none; }
  .plyr > .plyr__control--overlaid:hover,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus:hover,
  .plyr > .plyr--video .plyr__control.plyr__tab-focus:hover,
  .plyr > .plyr--video .plyr__control:hover:hover,
  .plyr > .plyr--video .plyr__control[aria-expanded=true]:hover {
    background-color: transparent; }

html:lang(ar) .cta-carousel:after {
  left: auto;
  right: 0; }

html:lang(ar) .cta-carousel .description .main-title {
  padding: 0;
  padding-left: 30px; }
  @media all and (max-width: 599px) {
    html:lang(ar) .cta-carousel .description .main-title {
      padding-left: 30%; } }

html:lang(ar) .cta-carousel .slick-dots {
  left: auto;
  right: 10%; }
  @media all and (max-width: 1023px) {
    html:lang(ar) .cta-carousel .slick-dots {
      left: 50%; } }
