@layer templates.solutions-2025 {
  :where(.page-template-solutions-2025) {
    background: #fff;
  }
  :where(.page-template-solutions-2025) .about {
    padding: 4rem 0;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .about {
      padding: 8rem 0;
    }
  }
  :where(.page-template-solutions-2025) .about__headline {
    padding-bottom: 1rem;
  }
  :where(.page-template-solutions-2025) .about__content {
    display: grid;
    gap: 2rem;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .about__content {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 4rem;
    }
  }
  @media screen and (min-width: 1280px) {
    :where(.page-template-solutions-2025) .about__content {
      gap: 6rem;
    }
  }
  :where(.page-template-solutions-2025) .about .copy {
    padding-top: 1rem;
    line-height: 1.6;
  }
  :where(.page-template-solutions-2025) .about__rect-top {
    position: absolute;
    top: 0;
    left: 25%;
    width: 4rem;
    grid-column: 1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .about__rect-top {
      width: 10rem;
    }
  }
  :where(.page-template-solutions-2025) .about__rect-right {
    position: absolute;
    top: 60%;
    right: 0;
    width: 2rem;
    grid-column: 1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .about__rect-right {
      width: 5rem;
    }
  }
  :where(.page-template-solutions-2025) .challenges {
    padding: 4rem 0;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges {
      padding: 8rem 0;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__content {
      grid-column: 2/span 5;
    }
  }
  :where(.page-template-solutions-2025) .challenges__headline {
    text-align: left !important;
    padding-bottom: 1rem;
  }
  :where(.page-template-solutions-2025) .challenges__copy-top {
    line-height: 1.6;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__copy-top {
      grid-column: 8/span 6;
    }
  }
  :where(.page-template-solutions-2025) .challenges__diagram {
    display: grid;
    gap: 2rem;
    padding: 2rem 0;
    grid-template-areas: "a" "b" "c" "d" "e" "f";
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .challenges__diagram {
      grid-template-areas: "a b" "d c" "e f";
    }
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__diagram {
      grid-template-areas: "a b c" "f e d";
      grid-column: 3/span 10;
      padding-top: 6rem;
      gap: 4rem 3rem;
    }
  }
  :where(.page-template-solutions-2025) .challenges__diagram-step {
    display: grid;
    gap: 1rem;
    align-items: start;
  }
  :where(.page-template-solutions-2025) .challenges__diagram-step-1 {
    grid-area: a;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__diagram-step-1 .challenges__diagram-copy {
      grid-row: -1;
    }
  }
  :where(.page-template-solutions-2025) .challenges__diagram-step-2 {
    grid-area: b;
  }
  :where(.page-template-solutions-2025) .challenges__diagram-step-3 {
    grid-area: c;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__diagram-step-3 .challenges__diagram-copy {
      grid-row: -1;
    }
  }
  :where(.page-template-solutions-2025) .challenges__diagram-step-4 {
    grid-area: d;
  }
  :where(.page-template-solutions-2025) .challenges__diagram-step-5 {
    grid-area: e;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__diagram-step-5 .challenges__diagram-copy {
      grid-row: -1;
    }
  }
  :where(.page-template-solutions-2025) .challenges__diagram-step-6 {
    grid-area: f;
  }
  :where(.page-template-solutions-2025) .challenges__diagram-graphic {
    max-width: 16rem;
    margin: 0 auto;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__diagram-copy {
      padding: 0 2rem;
    }
  }
  :where(.page-template-solutions-2025) .challenges__diagram-copy p {
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
    line-height: 1.4;
  }
  :where(.page-template-solutions-2025) .challenges__copy-bottom {
    line-height: 1.6;
    margin-top: 2rem;
  }
  :where(.page-template-solutions-2025) .challenges__blob {
    position: absolute;
    top: -10%;
    left: 0%;
    width: 6rem;
    grid-column: 1;
    z-index: -1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__blob {
      width: 10rem;
    }
  }
  :where(.page-template-solutions-2025) .challenges__rect-right {
    position: absolute;
    top: 30%;
    right: 0;
    width: 2rem;
    grid-column: 1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .challenges__rect-right {
      width: 4rem;
    }
  }
  :where(.page-template-solutions-2025) .customer-driven {
    padding: 4rem 0;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .customer-driven {
      padding: 8rem 0;
    }
  }
  :where(.page-template-solutions-2025) .customer-driven__content {
    display: grid;
    gap: 4rem;
    align-items: start;
  }
  :where(.page-template-solutions-2025) .customer-driven__headline {
    padding-bottom: 3rem;
  }
  :where(.page-template-solutions-2025) .customer-driven__card {
    display: grid;
    gap: 2rem;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .customer-driven__card {
      grid-template-columns: 1.25fr 1fr;
      gap: 4rem;
    }
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .customer-driven__card-1 {
      grid-template-columns: 1fr 1.25fr;
    }
    :where(.page-template-solutions-2025) .customer-driven__card-1 .customer-driven__copy-1 {
      order: -1;
    }
  }
  :where(.page-template-solutions-2025) .customer-driven__blob {
    position: absolute;
    top: -10%;
    right: 0%;
    width: 6rem;
    grid-column: 1;
    z-index: -1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .customer-driven__blob {
      width: 18rem;
    }
  }
  :where(.page-template-solutions-2025) .solutions {
    padding: 4rem 0;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .solutions {
      padding: 8rem 0;
    }
  }
  :where(.page-template-solutions-2025) .solutions__headline {
    padding-bottom: 1rem;
  }
  :where(.page-template-solutions-2025) .solutions__products {
    display: grid;
    gap: 2rem;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .solutions__products {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2rem;
    }
  }
  :where(.page-template-solutions-2025) .solutions__product {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
    padding: 4rem 2rem 3rem;
  }
  :where(.page-template-solutions-2025) .solutions__product:nth-child(1) {
    background: #fff url(../../../src/images/home-2025/blob-small-orange.png) no-repeat top left;
  }
  :where(.page-template-solutions-2025) .solutions__product:nth-child(2) {
    background: #fff url(../../../src/images/home-2025/blob-small-pink.png) no-repeat top center;
  }
  :where(.page-template-solutions-2025) .solutions__product:nth-child(3) {
    background: #fff url(../../../src/images/home-2025/blob-small-blue.png) no-repeat top right;
  }
  :where(.page-template-solutions-2025) .solutions__product-logo {
    margin-bottom: 1rem;
  }
  :where(.page-template-solutions-2025) .solutions__product-headline {
    font-weight: 600;
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
    color: #141414;
    line-height: 1.3;
    margin: 0;
  }
  :where(.page-template-solutions-2025) .solutions__product-copy {
    padding: 1rem 0;
  }
  :where(.page-template-solutions-2025) .solutions__product-link {
    text-align: right;
    margin-top: auto;
  }
  :where(.page-template-solutions-2025) .solutions__product-link a {
    color: #206cf8;
    font-weight: 500;
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
    text-decoration: none;
  }
  :where(.page-template-solutions-2025) .solutions__product-link a:hover {
    text-decoration: underline;
  }
  :where(.page-template-solutions-2025) .solutions__rect-right {
    position: absolute;
    top: 40%;
    right: 0;
    width: 2rem;
    grid-column: 1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .solutions__rect-right {
      width: 4rem;
    }
  }
  :where(.page-template-solutions-2025) .use-cases {
    padding: 4rem 0;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .use-cases {
      padding: 8rem 0;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__headline {
    font-weight: 150;
    font-size: clamp(2.16rem, 1.85rem + 1.54vw, 2.81rem);
    letter-spacing: -0.02em;
    line-height: 1.1em;
    color: #141414;
    margin-bottom: 2rem;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .use-cases__headline {
      font-size: clamp(3.11rem, 2.67rem + 2.22vw, 4.625em);
    }
  }
  :where(.page-template-solutions-2025) .use-cases__copy {
    line-height: 1.6;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 350;
  }
  :where(.page-template-solutions-2025) .use-cases__me-headline, :where(.page-template-solutions-2025) .use-cases__other-industries-headline {
    font-weight: 600;
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
    color: #141414;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  :where(.page-template-solutions-2025) .use-cases__me-table {
    display: grid;
    gap: 0;
    align-items: start;
    border: 1px solid #000;
    margin-bottom: 3rem;
    max-width: 60rem;
    margin: 0 auto;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__me-table {
      grid-template-columns: 1fr 1fr;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__me-column {
    display: grid;
    align-items: start;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__me-column {
      border-right: 1px solid #000;
    }
    :where(.page-template-solutions-2025) .use-cases__me-column:last-child {
      border-right: none;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__me-header {
    background: #206cf8;
    color: #fff;
    padding: 1rem;
    font-weight: 600;
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #000;
  }
  :where(.page-template-solutions-2025) .use-cases__me-copy {
    padding: 2rem;
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
    line-height: 1.4;
    align-self: start;
  }
  :where(.page-template-solutions-2025) .use-cases__me-copy ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  :where(.page-template-solutions-2025) .use-cases__other-industries {
    padding: 4rem 0;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .use-cases__other-industries {
      padding: 8rem 0;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__other-industries-headline {
    text-wrap: balance;
  }
  :where(.page-template-solutions-2025) .use-cases__other-industries-list {
    line-height: 1.6;
    max-width: 60rem;
    margin: 0 auto;
  }
  :where(.page-template-solutions-2025) .use-cases__other-industries-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__other-industries-list ul {
      -moz-columns: 2;
           columns: 2;
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__workflows {
    border: 1px solid #000;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-header {
    display: none;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__workflows-header {
      background: #206cf8;
      color: #fff;
      font-weight: 600;
      font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
      text-align: center;
      margin: 0;
      border-bottom: 1px solid #000;
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-header-item {
    padding: 1rem;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-header-item:first-child {
    border-right: 1px solid #000;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-item {
    background: #206cf8;
    color: #fff;
    padding: 1.5rem;
    font-weight: 600;
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
    text-align: center;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-content {
    display: grid;
    gap: 0;
    overflow: hidden;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-row {
    display: grid;
    gap: 0;
    border-bottom: 1px solid #000;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-row:last-child {
    border-bottom: none;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__workflows-row {
      grid-template-columns: 1fr 1fr;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-workflow {
    padding: 2rem;
    background: #fafafa;
    border-bottom: 1px solid #d5d5d5;
    color: #000;
    font-weight: 600;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__workflows-workflow {
      border-right: 1px solid #000;
      background: unset;
      border-bottom: unset;
      color: unset;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-workflow:before {
    display: block;
    content: "Workflow";
    font-weight: 600;
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
    color: #206cf8;
    margin-bottom: 0.25rem;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__workflows-workflow:before {
      display: none;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-use-cases {
    padding: 2rem;
    line-height: 1.4;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-use-cases ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  :where(.page-template-solutions-2025) .use-cases__workflows-use-cases ul:before {
    display: block;
    content: "Uses Cases";
    font-weight: 600;
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
    color: #206cf8;
    margin-bottom: 1rem;
  }
  @media screen and (min-width: 768px) {
    :where(.page-template-solutions-2025) .use-cases__workflows-use-cases ul:before {
      display: none;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__rect-left {
    position: absolute;
    top: 15%;
    left: 0;
    width: 2rem;
    grid-column: 1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .use-cases__rect-left {
      width: 4rem;
    }
  }
  :where(.page-template-solutions-2025) .use-cases__rect-right {
    position: absolute;
    top: 35%;
    right: 0;
    width: 2rem;
    grid-column: 1;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .use-cases__rect-right {
      width: 4rem;
    }
  }
  :where(.page-template-solutions-2025) .section-headline-2025 {
    font-weight: 150;
    font-size: clamp(2.16rem, 1.85rem + 1.54vw, 2.81rem);
    letter-spacing: -0.02em;
    line-height: 1.1em;
    color: #141414;
    text-align: center;
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .section-headline-2025 {
      font-size: clamp(3.11rem, 2.67rem + 2.22vw, 4.625em);
    }
  }
  :where(.page-template-solutions-2025) .section-headline-2025.small {
    font-size: clamp(1.5rem, 1.29rem + 1.07vw, 1.95rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .section-headline-2025.small {
      font-size: clamp(1.8rem, 1.54rem + 1.29vw, 2.34rem);
    }
  }
  :where(.page-template-solutions-2025) .section-headline-2025.medium {
    font-size: clamp(1.8rem, 1.54rem + 1.29vw, 2.34rem);
  }
  @media screen and (min-width: 992px) {
    :where(.page-template-solutions-2025) .section-headline-2025.medium {
      font-size: clamp(2.16rem, 1.85rem + 1.54vw, 2.81rem);
    }
  }
  :where(.page-template-solutions-2025) .sub-headline {
    text-align: center;
    font-weight: 500;
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 3rem;
  }
  :where(.page-template-solutions-2025) .divider {
    padding: 0 2rem;
    position: relative;
  }
  :where(.page-template-solutions-2025) .divider svg {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}