/** Shopify CDN: Minification failed

Line 63:41 Expected ")" to end URL token
Line 68:42 Expected ")" to end URL token

**/
.service__pseudo-col {
    max-width: 788px;
  }
  .service__cta-wrapper {
    margin-bottom: 40px;
  }
  .service__description, .service__extra-meta, .service__agreement, .service__extra-meta-header, .service__footer, .service__footer-header {
    color: var(--color-night);
  }
  .service__title {
    color: var(--gradient-base-accent-1);
    margin: 0 0 20px 0;
  }
  .service__description p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .service__extra-meta {
    background-color: #ECFAFE; 
    padding: 60px;
    border-radius: 40px;
    margin: 40px 0;
  }
  .service__extra-meta a {
    color: var(--gradient-base-accent-1);
    text-decoration: none;
  }
  .service__extra-meta-header, .service__footer h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
  }
  .service__extra-meta-header p:last-of-type {
    margin-bottom: 0;
  }
  .back-link svg {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
  }
  .service__cta-wrapper .button {
    font-size: 18px;
    height: 60px;
    min-width: 200px;
    border-radius: 32px;
  }
  .service__agreement {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .service__footer {
    padding: 75px 0 120px;
    border-top: 2px solid var(--color-roseo);
  }
  .decorative-ele1 {
    background: top right / 233px url({{ section.settings.decorative-img | img_url: 'master' }}) no-repeat;
  }

  @media screen and (max-width: 769px){
    .decorative-ele1 {
      background: 50% 100% / 125px url({{ section.settings.decorative-img-mobile | img_url: 'master' }}) no-repeat;
      padding-bottom: 120px;
      margin-bottom: -30px;
    }
  }