@layer templates.atlas-composable {
  :where(.page-template-atlas-composable) .hero {
    background-color: #010316;
    color: #fff;
    background-size: cover;
    background-position: center;
  }
  :where(.page-template-atlas-composable) .hero__info {
    padding: 3rem 0;
    grid-column: 2/span 3;
  }
  @media screen and (min-width: 480px) {
    :where(.page-template-atlas-composable) .hero__info {
      grid-column: 2/span 5;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .hero__info {
      grid-column: 2/span 6;
      padding: 6rem 0;
    }
  }
  :where(.page-template-atlas-composable) .hero__logo {
    width: 16rem;
    height: 6rem;
  }
  :where(.page-template-atlas-composable) .hero__logo svg {
    width: 100%;
    height: 100%;
  }
  :where(.page-template-atlas-composable) .hero__copy {
    padding-top: 2rem;
  }
  :where(.page-template-atlas-composable) .licensing {
    gap: 2rem;
    padding-top: clamp(2.5rem, 10vh, 5rem);
    padding-bottom: clamp(2.5rem, 10vh, 5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .licensing {
      padding-top: clamp(5rem, 15vh, 7.5rem);
      padding-bottom: clamp(5rem, 15vh, 7.5rem);
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .licensing__info {
      grid-column: 2/span 6;
    }
  }
  :where(.page-template-atlas-composable) .licensing__title {
    margin-bottom: 0.5rem;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .licensing__photo {
      grid-column: 8/span 6;
    }
  }
  :where(.page-template-atlas-composable) .licensing__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  :where(.page-template-atlas-composable) .pe {
    background-color: #010316;
    color: #fff;
    background-size: cover;
    background-position: center;
    align-items: center;
    gap: 2rem;
    padding-top: clamp(1.25rem, 5vh, 2.5rem);
    padding-bottom: clamp(1.25rem, 5vh, 2.5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .pe {
      padding-top: clamp(2.5rem, 7.5vh, 3.75rem);
      padding-bottom: clamp(2.5rem, 7.5vh, 3.75rem);
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .pe__logo {
      grid-column: 2/span 5;
    }
  }
  :where(.page-template-atlas-composable) .pe__logo-wrapper {
    width: 18rem;
    height: 6rem;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .pe__logo-wrapper {
      width: 24rem;
      height: 8rem;
    }
  }
  :where(.page-template-atlas-composable) .pe__logo svg {
    width: 100%;
    height: 100%;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .pe__copy {
      grid-column: 7/span 7;
    }
  }
  :where(.page-template-atlas-composable) .options {
    gap: 2rem;
    padding-top: clamp(1.25rem, 5vh, 2.5rem);
    padding-bottom: clamp(1.25rem, 5vh, 2.5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .options {
      padding-top: clamp(2.5rem, 7.5vh, 3.75rem);
      padding-bottom: clamp(2.5rem, 7.5vh, 3.75rem);
    }
  }
  :where(.page-template-atlas-composable) .options__grid {
    display: grid;
    gap: 2rem;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .options__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .options__copy-bottom {
      grid-column: 2/span 9;
    }
  }
  :where(.page-template-atlas-composable) .option {
    background: #010626;
    padding: 2.25rem;
    border-radius: 1rem;
    color: #fff;
    border-radius: 12px;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .option {
      padding: 3rem 2.25rem;
    }
  }
  :where(.page-template-atlas-composable) .option__copy {
    padding-top: 2rem;
  }
  :where(.page-template-atlas-composable) .option__copy a {
    color: #fff;
  }
  :where(.page-template-atlas-composable) .option-1 {
    border: 1px solid #01a5c3;
    background: radial-gradient(58.97% 66.67% at 90.52% 100%, #05b2dc 0%, #010626 100%);
  }
  :where(.page-template-atlas-composable) .option-2 {
    border: 1px solid #5f5a98;
    background: radial-gradient(58.97% 66.67% at 90.52% 100%, #15a1a1 0%, #010626 100%);
  }
  :where(.page-template-atlas-composable) .option-3 {
    border: 1px solid #134f97;
    background: radial-gradient(58.97% 66.67% at 90.52% 100%, #246ca0 0%, #010626 100%);
  }
  :where(.page-template-atlas-composable) section.cta {
    padding: 6rem 0;
    text-align: center;
    background: radial-gradient(226.55% 90.52% at 90.52% 100%, #312245 0%, #010626 100%);
    color: #fff;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) section.cta {
      padding: 8rem 0;
    }
  }
  :where(.page-template-atlas-composable) section.cta .cta__copy {
    padding: 0.5rem 0 2rem 0;
  }
  :where(.page-template-atlas-composable) section.cta .btn {
    background: #bc5b01;
  }
  :where(.page-template-atlas-composable) .composable-related {
    padding: 4rem 0 12rem 0;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-atlas-composable) .composable-related {
      padding: 6rem 0 12rem 0;
    }
  }
  :where(.page-template-atlas-composable) .composable-related .section-header {
    padding-bottom: 2rem;
  }
  :where(.page-template-atlas-composable) .site-footer {
    margin-top: 0;
  }
}