/** Shopify CDN: Minification failed

Line 201:0 All "@import" rules must come first
Line 432:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:inscription-video (INDEX:9) */
.video-registration-section {
  width: 100%;
}

.section-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-heading {
    text-align: center;
    margin: 20px;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 2px;
}

.subheading {
    text-align: center;
    max-width: 635px;
    margin: 0 auto 5px;
    font-size: 16px;
    font-weight: 600;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 48px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secondary-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 2px;
}


.cta-button {
    text-decoration: none;
    transition: opacity .3s ease;
    display: block;
    border-style: none;
    border-radius: 0px;
    width: 463px;
    background: rgba(215, 253, 69, 1);
    box-shadow: none;
    text-shadow: none;
    color: #161831;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: Open Sans;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    margin: auto;
    padding: 15px;
}

.cta-button:hover {
  opacity: 0.9;
}

.bottom-text {
    max-width: 395px;
    margin: 24px auto 0;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans";
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-style: normal;
}
  p.subheading b {
    font-size: 28px;
}

  .cta-container {
  text-align: center;
  position: relative;
}

.arrow-container {
    position: absolute;
    left: 55px;
    top: 25px;
    width: 115px;
    height: 91px;
}
.arrow-container img {
    width: 115px;
    height: 91px;
}

  .inscription-footer {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}
  .inscription-footer img {
    max-height: 33px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .section-container {
  max-width: 340px;
  margin: 0 auto;
  padding: 0 20px;
}
.arrow-container {
    left: -120px;
    top: 15px;
}
  .main-heading {
    font-size: 28px;
  }

  .subheading {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .secondary-heading {
    font-size: 24px;
  }

  .cta-button {
    padding: 14px 28px;
    font-size: 16px;
    width: auto;
  }

  .bottom-text {
    font-size: 14px;
  }
  .inscription-footer {
    gap: 20px;
}
  .inscription-footer img {
    max-height: 23px;
}
}
  

@media screen and (max-width: 480px) {
  .section-container {
    padding: 0 15px;
  }

  .main-heading {
    font-size: 24px;
  }

  .cta-button {
    padding: 10px 10px;
    font-size: 15px;
  }
  .arrow-container {
    left: -90px;
    top: 30px;
}
  .arrow-container img {
    width: 65px;
    height: 60px;
}
}
/* END_SECTION:inscription-video */

/* START_SECTION:ew-merci-ebook2 (INDEX:43) */
@import url('https://fonts.googleapis.com/css2?family=Coluna&family=Open+Sans&display=swap');

  .landing-everwell {
    font-family: 'Open Sans', sans-serif;
    color: var(--le-text);
    padding: 40px 20px;
    text-align: center;
    max-width: 900px;
    margin: auto;
  }

  .landing-everwell h1,
  .landing-everwell h2,
  .landing-everwell h3 {
    font-family: 'Coluna', serif;
    color: var(--le-text);
    margin: 0 0 12px;
  }

  .landing-everwell p {
    margin: 0 0 16px;
    line-height: 1.6;
  }

  .landing-everwell__button {
    background-color: var(--le-brand);
    color: #fff;
    padding: 14px 28px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0;
  }

  .landing-everwell__video {
    margin: 40px 0;
  }

  .landing-everwell__video iframe {
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
  }
/* END_SECTION:ew-merci-ebook2 */

/* START_SECTION:ew-new-hero-advanced (INDEX:58) */
.ewh {
    position: relative;
    min-height: var(--hero-height, 100vh);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .ewh__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .ewh__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ewh__bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .ewh__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 800px;
    padding: 24px;
    margin: 0 auto;
  }

  .ewh__title {
    font-size: clamp(2.25rem, 8vw, var(--ewh-title-size, 55px));
    color: var(--ewh-title-color, #fff);
    margin: 0 0 0.4em;
    line-height: 1.1;
  }

  .ewh__subtitle {
    font-size: clamp(1.125rem, 4vw, var(--ewh-sub-size, 20px));
    color: var(--ewh-sub-color, #fff);
    margin: 0 0 clamp(1rem, 4vw, var(--ewh-sub-mb, 24px));
    line-height: 1.4;
  }

  .ewh__cta {
    margin-top: 16px;
  }

  /* Mobile: CTA fits its text instead of stretching full width */
  @media (max-width: 749px) {
    .ewh__cta {
      width: auto;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
  }

  /* Short viewports (laptops): title/subtitle are near-fixed height regardless of
     screen width, so on a short viewport centering the block leaves little room
     above it. Shrink the block so it still centers with breathing room. */
  @media (max-height: 820px) {
    .ewh__title {
      font-size: clamp(1.75rem, 6vw, calc(var(--ewh-title-size, 55px) * 0.7));
    }

    .ewh__subtitle {
      font-size: clamp(1rem, 3vw, calc(var(--ewh-sub-size, 20px) * 0.9));
      margin: 0 0 clamp(0.5rem, 2vw, calc(var(--ewh-sub-mb, 24px) * 0.6));
    }

    .ewh__text {
      padding: 16px;
    }
  }
/* END_SECTION:ew-new-hero-advanced */

/* START_SECTION:ew-product-service (INDEX:81) */
.ew-service {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0 15px 12px;
}
.ew-service-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  display: flex;
  align-items: flex-start;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
}
.ew-service__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ew-service__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ew-service__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(121.15deg, #000000 2.03%, rgba(102, 102, 102, 0) 68.84%);
}
.ew-service__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ew-service__content {
  max-width: 560px;
}
.ew-service__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--c-primary);
    margin: 0 0 20px;
}
.ew-service__text {
  color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.ew-team__cred-text-static {

    font-weight: 500;
    font-size: 18px;
    color: rgba(4, 6, 37, 1);

}
.ew-service__decoration {
  position: absolute;
  left: 15px;
  bottom: 40px;
  z-index: 1;
  width: 95%;
  pointer-events: none;
}
.ew-team__member-creds-static {
    opacity: 1;
    max-width: 90%;
}
.ew-service__decoration-img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 749px) {
  .ew-service__title { font-size: 30px; }
  .ew-service__content { max-width: 100%; }
}
/* END_SECTION:ew-product-service */

/* START_SECTION:merci-ebook (INDEX:121) */
@import url('https://fonts.googleapis.com/css2?family=Coluna&family=Open+Sans&display=swap');

  .thank-you-everwell {
    font-family: 'Open Sans', sans-serif;
    color: #161831;
    padding: 40px 20px;
    text-align: center;
    max-width: 900px;
    margin: auto;
  }

  .thank-you-everwell h1, .thank-you-everwell h2 {
    font-family: 'Coluna', serif;
    color: #161831;
  }

  .cta-button {
    background-color: #F45929;
    color: white;
    padding: 14px 28px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0;
  }

  .video-container {
    margin: 40px 0;
  }

  .video-container iframe {
    width: 100%;
    max-width: 100%;
    height: 315px;
    border: none;
    border-radius: 8px;
    position: inherit!important;
  }
  @media (max-width: 768px) {
  .transformer-hero__video-wrapper iframe {
    height: 300px;
    overflow: hidden;
  }
}
/* END_SECTION:merci-ebook */