.theme-dark .violator-frameless.violator-opaque {
  color: rgba(255, 255, 255, 0.7);
}

/* full width alt router */

@media only screen and (min-width: 735px) {
  .section-more-experiences .router-container.alt > a:nth-child(-n + 2) {
    margin-right: 0;
    width: 100%;
    background: #dad6cb;
  }

  .section-more-experiences .router-full .router {
    justify-content: flex-start;
    margin: 0 auto;
  }

  .section-more-experiences .router-full .router .top {
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
  }

  .section-more-experiences
    .router-full
    .services-overview-even-more-wallet-icon {
    margin-right: 0.5em;
  }

  .router-full {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #dad6cb;
    border-radius: 15px;
    padding-top: 3em;
    width: 960px;
    margin: 0 auto;
  }

  .router-full .image-wrap {
    display: flex;
    justify-content: center;
    align-items: end;
  }

  .router-full .image-wrap .wallet-image {
    width: 430px;
    height: 339px;
    background-size: 430px 339px;
    background-image: url("/mideast/services/i/images/alt/hardware_iphone_large.png");
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 1.5dppx),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-resolution: 144dpi) {
    .router-full .image-wrap .wallet-image {
      background-image: url("/mideast/services/i/images/alt/hardware_iphone_large_2x.png");
    }
  }

  @media only screen and (max-width: 1068px) {
    .router-full .image-wrap .wallet-image {
      width: 343px;
      height: 270px;
      background-size: 343px 270px;
      background-image: url("/mideast/services/i/images/alt/hardware_iphone_medium.png");
    }
  }

  @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
    only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .router-full .image-wrap .wallet-image {
      background-image: url("/mideast/services/i/images/alt/hardware_iphone_medium_2x.png");
    }
  }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .router-full {
    width: auto;
  }

  .router-full .typography-router-card-body {
    font-size: 28px;
  }

  .section-more-experiences .router-full .router {
    width: 240px;
  }
}

.chapternav-item-apple-fitness .chapternav-icon {
  background-image: url(/mideast/services/i/images/chapternav/light/fitnessplus_large_light.svg);
}

html.no-svg .chapternav-item-apple-fitness .chapternav-icon {
  background-image: url(/mideast/services/i/images/chapternav/light/fitnessplus_large_light.png);
}

.theme-dark .chapternav-item-apple-fitness .chapternav-icon {
  background-image: url(/mideast/services/i/images/chapternav/dark/fitnessplus_large_dark.svg);
}

html.no-svg .theme-dark .chapternav-item-apple-fitness .chapternav-icon {
  background-image: url(/mideast/services/i/images/chapternav/dark/fitnessplus_large_dark.png);
}

.marquee-cta:after {
  content: "";
  padding-left: 0.3em;
  top: 0;
}
.marquee-cta:before {
  display: none;
}
@media only screen and (max-width: 734px) {
  .section-icloud .hero-heading-cta-container .hero-heading-cta-link {
    display: inline-block;
    margin: 7px 0px 0px 17px;
  }
}

@media only screen and (max-width: 734px) {
  .section-icloud .play-pause-button {
    top: 16px;
  }
}

.marquee-tile {
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
  width: var(--tile-width);
  margin-top: 15px;
  margin-right: 15px;
}

.marquee-link {
  display: block;
}

.marquee-link:hover {
  text-decoration: none;
}

.marquee-link:hover .marquee-hover-content {
  opacity: 1;
}

.marquee-link:hover .marquee-cta {
  transform: translateY(0);
}

.static-marquee .marquee-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  color: #fff;
  border-radius: 13px;
  width: 374px;
  height: 237px;
  background: #3babdb;
  background-image: linear-gradient(133deg, #78cef2, #55c1f2 60%, #51a4f1 99%);
  margin-right: 15px;
  padding-left: 45px;
}

@media only screen and (max-width: 1068px) {
  .static-marquee .marquee-tile {
    margin-right: 13px;
    padding-left: 36px;
  }
}

@media only screen and (max-width: 734px) {
  .static-marquee .marquee-tile {
    margin-right: 10px;
    padding-left: 26px;
  }
}

.static-marquee .marquee-tile.with-image {
  width: 575px;
  height: 236px;
}

@media only screen and (max-width: 1068px) {
  .static-marquee .marquee-tile.with-image {
    width: 434px;
  }
}

@media only screen and (max-width: 734px) {
  .static-marquee .marquee-tile.with-image {
    width: 217px;
  }
}

@media only screen and (max-width: 1068px) {
  .static-marquee .marquee-tile.with-image {
    height: 177px;
  }
}

@media only screen and (max-width: 734px) {
  .static-marquee .marquee-tile.with-image {
    height: 136px;
  }
}

.static-marquee .marquee-tile.with-image p {
  width: 8.6em;
  margin: 0 0.8em 0 0;
}

@media only screen and (max-width: 1068px) {
  .static-marquee .marquee-tile.with-image p {
    margin-right: 0.5em;
  }
}

.static-marquee .marquee-tile.no-image {
  width: 374px;
  height: 236px;
}

@media only screen and (max-width: 1068px) {
  .static-marquee .marquee-tile.no-image {
    width: 314px;
  }
}

@media only screen and (max-width: 734px) {
  .static-marquee .marquee-tile.no-image {
    width: 217px;
  }
}

@media only screen and (max-width: 1068px) {
  .static-marquee .marquee-tile.no-image {
    height: 177px;
  }
}

@media only screen and (max-width: 734px) {
  .static-marquee .marquee-tile.no-image {
    height: 136px;
  }
}

.static-marquee .marquee-tile.no-image p {
  width: 9.5em;
  margin: 0 0.8em 0 0;
}

.section-apple-card .dynamic-gallery {
  margin-top: 0px;
}

.section-icloud .dynamic-gallery {
  margin-top: 0px;
}

.section-dynamic-gallery {
  padding-top: 20px;
  padding-bottom: 42px;
}

html.no-js .section-dynamic-gallery {
  display: none;
}

@media only screen and (max-width: 1068px) {
  .section-dynamic-gallery {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 734px) {
  .section-dynamic-gallery {
    padding-bottom: 5px;
  }
}

.section-dynamic-gallery .section-content {
  position: relative;
  width: 100%;
}

.dynamic-gallery {
  display: flex;
  flex-direction: column;
  position: relative;
}

.dynamic-gallery .control-container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 4;
  height: 0;
}

@media only screen and (max-width: 734px) {
  .dynamic-gallery .control-container {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
  .dynamic-gallery .control-container {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

html.no-js .dynamic-gallery .control-container,
html.reduced-motion .dynamic-gallery .control-container {
  display: none;
}

.dynamic-gallery .play-pause-marquees-button {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  color: #6e6e73;
}

.dynamic-gallery .play-pause-marquees-button:hover {
  color: #1d1d1f;
}

.dynamic-gallery.marquees-initialized .play-pause-marquees-button {
  opacity: 1;
  pointer-events: auto;
}

.dynamic-gallery-item {
  width: 100%;
  position: absolute;
  background-color: #fff;
  visibility: hidden;
  z-index: 0;
}

.dynamic-gallery-item:first-of-type {
  visibility: visible;
  z-index: 1;
}

.mounted .dynamic-gallery-item {
  visibility: visible;
}

.dynamic-gallery-item-container {
  height: 305px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1068px) {
  .dynamic-gallery-item-container {
    height: 235px;
  }
}

@media only screen and (max-width: 734px) {
  .dynamic-gallery-item-container {
    height: 190px;
  }
}

html.text-zoom .dynamic-gallery-item-container {
  height: 350px;
}

@media only screen and (max-width: 1068px) {
  html.text-zoom .dynamic-gallery-item-container {
    height: 275px;
  }
}

@media only screen and (max-width: 734px) {
  html.text-zoom .dynamic-gallery-item-container {
    height: 235px;
  }
}

.dynamic-gallery-item-container--landscape {
  height: 305px;
}

@media only screen and (max-width: 1068px) {
  .dynamic-gallery-item-container--landscape {
    height: 235px;
  }
}

@media only screen and (max-width: 734px) {
  .dynamic-gallery-item-container--landscape {
    height: 190px;
  }
}

html.text-zoom .dynamic-gallery-item-container--landscape {
  height: 350px;
}

@media only screen and (max-width: 1068px) {
  html.text-zoom .dynamic-gallery-item-container--landscape {
    height: 275px;
  }
}

@media only screen and (max-width: 734px) {
  html.text-zoom .dynamic-gallery-item-container--landscape {
    height: 235px;
  }
}

.dynamic-gallery-item-container--portrait {
  height: 445px;
}

@media only screen and (max-width: 1068px) {
  .dynamic-gallery-item-container--portrait {
    height: 325px;
  }
}

@media only screen and (max-width: 734px) {
  .dynamic-gallery-item-container--portrait {
    height: 285px;
  }
}

html.text-zoom .dynamic-gallery-item-container--portrait {
  height: 495px;
}

@media only screen and (max-width: 1068px) {
  html.text-zoom .dynamic-gallery-item-container--portrait {
    height: 375px;
  }
}

@media only screen and (max-width: 734px) {
  html.text-zoom .dynamic-gallery-item-container--portrait {
    height: 335px;
  }
}
