@charset "UTF-8";
@layer templates.single-customer-stories {
  :where(.single-customer_stories) article.customer_stories {
    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(.single-customer_stories) article.customer_stories {
      padding-top: clamp(2.5rem, 7.5vh, 3.75rem);
      padding-bottom: clamp(2.5rem, 7.5vh, 3.75rem);
    }
  }
  @media screen and (min-width: 768px) {
    :where(.single-customer_stories) article.customer_stories .article-header {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-header {
      grid-column: 2/span 12;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-header .back a {
    font-size: clamp(0.6rem, 0.52rem + 0.43vw, 0.78rem);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #2d77f8;
  }
  :where(.single-customer_stories) article.customer_stories .article-header .back a::before {
    content: "← ";
  }
  :where(.single-customer_stories) article.customer_stories .article-header .back a:hover {
    text-decoration: underline;
  }
  :where(.single-customer_stories) article.customer_stories .article-header h1 {
    font-size: clamp(2.59rem, 2.22rem + 1.85vw, 3.37rem);
    color: #0a2d6b;
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-header h1 {
      font-size: clamp(3.11rem, 2.67rem + 2.22vw, 4.625em);
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-body {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 20px 30px -12px, rgba(0, 0, 0, 0.0625) 0px 9px 18px -18px;
  }
  @media screen and (min-width: 768px) {
    :where(.single-customer_stories) article.customer_stories .article-body {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-body {
      grid-column: 6/span 8;
      padding: 2rem;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-body .featured-video {
    aspect-ratio: 16/9;
    margin-bottom: 2rem;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .featured-video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .featured-image {
    padding-bottom: 2rem;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .featured-image img {
    border-radius: 5px;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .title h2 {
    font-size: clamp(1.5rem, 1.29rem + 1.07vw, 1.95rem);
    line-height: 1.125em;
    color: #2d77f8;
    font-weight: 900;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .copy-2 {
    padding: 0 1rem;
    line-height: 1.675em;
  }
  :where(.single-customer_stories) article.customer_stories .article-body blockquote {
    background: #0a2d6b;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-body blockquote {
      padding: 3rem;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-body blockquote p {
    font-size: clamp(0.87rem, 0.74rem + 0.62vw, 1.13rem);
    line-height: 1.75em;
    font-weight: 400;
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-body blockquote p {
      font-size: clamp(1.04rem, 0.89rem + 0.74vw, 1.35rem);
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-body blockquote p + p {
    margin-top: 1rem;
  }
  :where(.single-customer_stories) article.customer_stories .article-body blockquote h4 {
    padding-top: 2rem;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-size: clamp(0.72rem, 0.62rem + 0.52vw, 0.94rem);
    line-height: 1.5em;
  }
  :where(.single-customer_stories) article.customer_stories .article-body h3 {
    color: #0a2d6b;
  }
  :where(.single-customer_stories) article.customer_stories .article-body h3 + * {
    margin-top: 0.5rem;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .documents {
    display: flex;
    flex-wrap: wrap;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .documents .document {
    width: 100%;
  }
  @media screen and (min-width: 1280px) {
    :where(.single-customer_stories) article.customer_stories .article-body .documents .document {
      width: auto;
      margin-right: 1.5rem;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-body .documents .document + .document {
    margin-top: 1rem;
  }
  @media screen and (min-width: 1280px) {
    :where(.single-customer_stories) article.customer_stories .article-body .documents .document + .document {
      margin-top: 0;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-body .documents .btn {
    text-decoration: none;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .links .link + .link {
    margin-top: 1rem;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .links .link a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    line-height: 1.375em;
    font-family: "Rubik", sans-serif;
    font-size: clamp(0.66rem, 0.58rem + 0.48vw, 0.88rem);
  }
  :where(.single-customer_stories) article.customer_stories .article-body .links .link a .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .links .link a .icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    fill: #000;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .links .link a .icon svg g,
  :where(.single-customer_stories) article.customer_stories .article-body .links .link a .icon svg path {
    fill: #000;
  }
  :where(.single-customer_stories) article.customer_stories .article-body .links .link a .label {
    flex: 1;
    padding-left: 1rem;
    max-width: 30rem;
  }
  :where(.single-customer_stories) article.customer_stories .article-sidebar .copy-3 {
    line-height: 1.675em;
    font-style: italic;
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 20px 30px -12px, rgba(0, 0, 0, 0.0625) 0px 9px 18px -18px;
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-sidebar .copy-3 {
      padding: 2rem;
    }
  }
  @media screen and (min-width: 768px) {
    :where(.single-customer_stories) article.customer_stories .article-sidebar {
      grid-column: 3/span 6;
    }
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-sidebar {
      grid-column: 2/span 4;
      grid-row: 2;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-footer {
    padding-top: 2rem;
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-footer {
      padding-top: 4rem;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-footer .related .section-header {
    padding-bottom: 1rem;
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories .article-footer .related .section-header {
      padding-bottom: 2rem;
    }
  }
  :where(.single-customer_stories) article.customer_stories .article-footer .related .section-title {
    color: #0a2d6b;
  }
  :where(.single-customer_stories) article.customer_stories section.call-to-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: linear-gradient(90deg, #f3a530 0%, #ebca38 100%);
    color: #fff;
    padding: 1.5rem 3rem;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 20px 30px -12px, rgba(0, 0, 0, 0.0625) 0px 9px 18px -18px;
    margin-bottom: clamp(2.5rem, 10vh, 5rem);
  }
  @media screen and (min-width: 992px) {
    :where(.single-customer_stories) article.customer_stories section.call-to-action {
      margin-bottom: clamp(5rem, 15vh, 7.5rem);
    }
  }
  :where(.single-customer_stories) article.customer_stories section.call-to-action .icon {
    width: 4rem;
    margin-right: 2rem;
  }
  :where(.single-customer_stories) article.customer_stories section.call-to-action .info {
    width: 100%;
    padding: 1rem 0;
  }
  @media screen and (min-width: 768px) {
    :where(.single-customer_stories) article.customer_stories section.call-to-action .info {
      flex: 1;
      width: unset;
      max-width: 40rem;
      padding: 0;
    }
  }
  :where(.single-customer_stories) article.customer_stories section.call-to-action .info .headline {
    padding-bottom: 0.25rem;
  }
  :where(.single-customer_stories) article.customer_stories section.call-to-action .info .headline h3 {
    font-size: clamp(1.04rem, 0.89rem + 0.74vw, 1.35rem);
  }
  @media screen and (min-width: 768px) {
    :where(.single-customer_stories) article.customer_stories section.call-to-action .cta {
      margin-left: auto;
    }
  }
  :where(.single-customer_stories) article.customer_stories section.call-to-action .cta .btn {
    white-space: nowrap;
  }
  :where(.single-customer_stories) article.customer_stories section.call-to-action .cta .btn:hover {
    color: #f3a041;
  }
}