/* Widescreen layout recovered from New-Slidy-main (3).zip.
 *
 * Keep the imported composition isolated to large screens so the currently
 * approved desktop/tablet/mobile layouts remain unchanged below 1200px.
 */

.archive-wide-only {
  display: none !important;
}

@media (min-width: 1200px) {
  /* Shared widescreen ellipse geometry from the supplied archive. */
  body.archive-wide-home .hero-section > .hero-ellipse,
  body.powerpoint-page .hero-ellipse {
    height: 400px;
  }

  body.archive-wide-home .hero-section > .hero-ellipse img,
  body.powerpoint-page .hero-ellipse img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
  }

  /* Home: wide final-CTA artwork added by the supplied index.html. */
  body.archive-wide-home #join.trust-section {
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 50px;
    align-items: stretch;
    justify-content: initial;
  }

  body.archive-wide-home #join .trust-bg {
    display: flex;
    height: 100%;
  }

  body.archive-wide-home #join .trust-bg img {
    width: 100%;
    height: 100%;
  }

  body.archive-wide-home #join .trust-left-right.archive-wide-only {
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 1440px;
    pointer-events: none;
  }

  body.archive-wide-home #join .trust-left-pic {
    display: flex;
    position: absolute;
    top: 70px;
    left: 36px;
    max-width: 454px;
    width: 100%;
  }

  body.archive-wide-home #join .trust-left-pic img,
  body.archive-wide-home #join .trust-right-pic img,
  body.archive-wide-home #join .trast-star img {
    width: 100%;
    height: auto;
  }

  body.archive-wide-home #join .trust-right-pic {
    display: flex;
    position: absolute;
    max-width: 581px;
    width: 100%;
    right: 0;
    bottom: -3px;
  }

  body.archive-wide-home #join .trast-star {
    display: flex;
    position: absolute;
    width: 169px;
    top: 168px;
    right: 169px;
  }

  body.archive-wide-home #join .trust-fon.archive-wide-only {
    display: flex !important;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    pointer-events: none;
  }

  body.archive-wide-home #join .trust-fon img {
    width: 100%;
    height: 211px;
  }

  /* PowerPoint: wide hero composition added by the supplied PowerPoint.html. */
  body.powerpoint-page .power-main {
    height: 800px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  body.powerpoint-page .power-info {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  body.powerpoint-page .power-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  body.powerpoint-page .power-bg img {
    width: 100%;
    height: auto;
  }

  body.powerpoint-page .power-image.archive-wide-only {
    display: flex !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    width: 100%;
    bottom: 0;
    pointer-events: none;
  }

  body.powerpoint-page .power-image img {
    width: 100%;
    height: auto;
  }

  body.powerpoint-page .power-fon.archive-wide-only {
    display: flex !important;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    pointer-events: none;
  }

  body.powerpoint-page .power-fon img {
    width: 100%;
    height: 90px;
  }

  /* PowerPoint: wide final CTA side artwork from the supplied archive. */
  body.powerpoint-page .linking-card {
    padding-top: 20px;
    min-height: 604px;
  }

  body.powerpoint-page .linking-card-info {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  body.powerpoint-page .linking-card-bg {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
  }

  body.powerpoint-page .linking-card-bg img {
    width: 100%;
    height: auto;
  }

  body.powerpoint-page .linking-imgs.archive-wide-only {
    display: block !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1520px;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  body.powerpoint-page .linking-imgs img {
    width: 100%;
    height: auto;
  }

  /* Shared footer wide-screen ellipse adjustment present in the archive. */
  footer .loss-quality-elips img {
    height: auto;
    object-fit: initial;
    object-position: initial;
  }

  footer .loss-quality-elips {
    top: -80px;
    height: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  body.archive-wide-home #join .trust-left-pic {
    left: 0;
    max-width: 389px;
  }

  body.archive-wide-home #join .trust-right-pic {
    max-width: 500px;
    bottom: 43px;
  }

  body.archive-wide-home #join .trast-star {
    width: 138px;
    top: 197px;
    right: 153px;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  body.archive-wide-home #join .trust-left-pic {
    max-width: 329px;
  }

  body.archive-wide-home #join .trust-right-pic {
    max-width: 400px;
    bottom: 108px;
  }

  body.archive-wide-home #join .trast-star {
    width: 132px;
    top: 204px;
    right: 107px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  body.powerpoint-page .linking-imgs.archive-wide-only {
    top: 46px;
    left: 0;
    transform: none;
    max-width: 1520px;
    height: auto;
  }

  body.powerpoint-page .linking-imgs img {
    object-fit: cover;
    height: 656px;
  }
}

@media (min-width: 1600px) and (max-width: 1980px) {
  body.archive-wide-home .hero-section > .hero-ellipse,
  body.powerpoint-page .hero-ellipse {
    height: 300px;
  }
}

@media (min-width: 1981px) {
  footer .loss-quality-elips {
    top: -130px;
    height: auto;
  }
}
