/** Shopify CDN: Minification failed

Line 171:22 Expected identifier but found "!"
Line 187:12 Unexpected "{"
Line 187:21 Expected ":"
Line 306:13 Unexpected "{"
Line 306:22 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:author-profile (INDEX:5) */
.author-profile {
  --ap-navy: #003b61;
  --ap-navy-75: rgba(0, 59, 97, 0.75);
  --ap-navy-50: rgba(0, 59, 97, 0.5);
  --ap-navy-08: rgba(0, 59, 97, 0.08);
  --ap-pink: #f1baa9;
  --ap-radius-media: 20px;

  font-family: "omnes-pro", sans-serif;
  color: var(--ap-navy-75);
  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.author-profile__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 40px;
}
.author-profile__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.author-profile__intro {
  width: 100%;
}
.author-profile__name {
  font-weight: 700;
  color: var(--ap-navy);
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.51px;
  margin: 0 0 6px;
}
.author-profile__role {
  margin: 0;
  color: var(--ap-navy-75);
  font-size: 16px;
}
.author-profile__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
}
.author-profile__tag {
  background: var(--ap-navy-08);
  color: var(--ap-navy);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 13px;
  line-height: 1.2;
}

.author-profile__bio,
.author-profile__credentials {
  margin-top: 32px;
  font-size: 16px;
}
.author-profile__bio p,
.author-profile__credentials p {
  font-size: 16px;
  line-height: 1.7;
}
.author-profile__bio a,
.author-profile__credentials a {
  color: var(--ap-pink);
  text-underline-offset: 0.15em;
}

.author-profile__subtitle {
  font-weight: 700;
  color: var(--ap-navy);
  font-size: 20px;
  letter-spacing: 0.3px;
  margin: 0 0 20px;
}

.author-profile__articles {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--ap-navy-08);
}
.author-profile__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 28px 24px;
}
.author-profile__card {
  text-decoration: none;
  color: var(--ap-navy);
  display: block;
}
.author-profile__card-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--ap-radius-media);
  margin-bottom: 11px;
}
.author-profile__card-title {
  font-weight: 700;
  color: var(--ap-navy);
  font-size: 15px;
  line-height: 1.35;
  margin: 0 0 5px;
  transition: color 0.15s ease;
}
.author-profile__card:hover .author-profile__card-title {
  color: var(--ap-pink);
}
.author-profile__card-date {
  font-size: 13px;
  color: var(--ap-navy-50);
  margin: 0;
}
.author-profile__empty {
  color: var(--ap-navy-50);
}

@media (max-width: 480px) {
  .author-profile__name {
    font-size: 28px;
  }
}
/* END_SECTION:author-profile */

/* START_SECTION:featured-banner (INDEX:29) */
.banner-feature-section {
  padding: 2rem 1rem;
  overflow:hidden;
}
  
.banner-feature-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-color, #f5f5f7);
  gap: 2rem;
  height: 100%;
  min-height:90vh;
}

.banner-feature-container.banner_rounded{
  border-radius: 10px;!important
}

.banner-feature-container.banner-box-shadow{
 box-shadow: 2px 4px 16px #00000029;
}

.banner-feature-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  min-height: calc(60vh - 60px);
}

  .section-{{ section.id }} .title-wrapper{
    display: flex;
    flex-direction: column;
  }

  .title__headline p {
    margin: 0 !important;
  }

  .banner-card{
    width:100%;
    text-align: start;
  }

  .banner-card h3{
    margin: 0 !important;
  }

  .banner-feature-text {
  flex: 1;
  text-align: center;
}


  
.banner-feature-buttons {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  flex-direction: row;
  gap:20px;
  width: 100%;
}

  .banner_feature-btn{
    min-width: initial !important;
  }

.button.banner_feature-btn-secondary{
  display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 1.5rem;
    cursor: pointer;
    font: inherit;
  text-decoration:none;
 background: transparent;
  color: #003B61;
}
  

.superposed-images {
  position: relative;
  width: 60%;
  height: auto;
  display: flex;
  align-items: center;
}

  .superposed-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.6s ease, rotate 0.6s ease;
  width: 100%;
  z-index: 1;
}

/*
  .banner-feature-container::after{
    content: '';
    background-image: url('/cdn/shop/files/test_animation2.svg?v=1750259145');
    height: 100%;
    width: 120px;
    display: block;
    position:absolute;
    left:0;
  }
*/

@media (min-width: 768px) {
  .banner-feature-container {
    flex-direction: row;
    justify-content: space-between;
     min-height:60vh;
  }

  .banner-feature-buttons {
    flex-direction: row;
  }
   .banner-feature-text {
    text-align: left;
  }

  .superposed-images {
    width: 50%;
  }

  .superposed-images img {
    max-width: 400px;
  }
}
  

@media (min-width: 1199px) {

  .banner-feature-wrapper{
    flex-direction: row;
    align-items: center;
    gap: 50px;
    padding-inline-start:clamp(0px, 6.25vw, 120px);
    padding-inline-end:clamp(0px, 6.25vw, 120px);
    min-height: calc(60vh - 60px);
  }

   .section-{{ section.id }} .title-wrapper{
    margin-bottom: 0 !important;
  }

  
  .banner-card{
    width:50%;
    text-align:left;
  }

  .banner-card p {
    max-width: 85%;
  }

  .banner-feature-buttons {
    justify-content: start;
  }

  .superposed-images {
    width: 100%;
    max-width: 400px;
  }

   .superposed-images img {
      top: initial;
     left: 46%;
    }
  
}

@media (min-width: 1499px) {

   .superposed-images img {
     left: 75%;
    }
  
}
/* END_SECTION:featured-banner */