/** Shopify CDN: Minification failed

Line 18:4 Unexpected "{"
Line 19:11 Expected ":"
Line 185:6 Unexpected "{"
Line 186:13 Expected ":"
Line 197:6 Unexpected "{"
Line 198:13 Expected ":"

**/
.dlp-tl-sec {
  background: #fff;
  padding: 70px 0;
  text-align: center;
}

#dlp-tl- {
    {
    section.id
  }
}

.dlp-tl-sec .dlp-sec-sub {
  max-width: 560px;
  margin: 0 auto;
}

.dlp-tl-cta {
  display: inline-flex;
  align-items: center;
  padding: 17px 24px;
  background: var(--dlp-maroon);
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 48px 0;
  transition: background .18s;
  font-size: 16px;
  line-height: 22px;
}

.dlp-tl-cta:hover {
  background: var(--dlp-deep);
}

.dlp-timeline {
  background: var(--dlp-gray);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
  color: var(--dlp-ink);
  position: relative;
}

.dlp-tstep {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.dlp-tstep-line {
  position: absolute;
  top: 17px;
  right: -32%;
}

.dlp-line-mobile {
  display: none;
}

.dlp-tstep-badge {
  background: #f5ede8;
  border: 1px solid rgba(3, 3, 3, .1);
  border-radius: 48px;
  padding: 12px 16px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.dlp-tstep-label {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.dlp-tstep-phase {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--dlp-gold);
  margin: 0;
}

.dlp-tstep-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.dlp-tstep:last-child .dlp-tstep-desc {
  max-width: 61%;
}

.dlp-tstep-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  min-height: 226px;
  box-shadow: 0 35px 35px rgba(0, 0, 0, .05);
}

.dlp-titems {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dlp-titem {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.dlp-titem-blt {
  width: 16px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 3px;
}

.dlp-titem-text {
  font-size: 16px;
  line-height: 22px;
  flex: 1;
  text-align: left;
  margin: 0;
}

@media (min-width: 881px) and (max-width: 1024px) {
  .dlp-tstep-line {
    top: 19px;
    right: -28%;
  }

  .dlp-tstep-line img {
    max-width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 880px) {
  .dlp-tstep-line {
    top: 19px;
    right: -30%;
  }

  .dlp-tstep-line img {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .dlp-tl-sec {
    padding: 32px 24px;
  }

  #dlp-tl- {
      {
      section.id
    }
  }

.dlp-tl-sec .dlp-sec-title {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  #dlp-tl- {
      {
      section.id
    }
  }

  .dlp-tstep-phase {
  font-size: 12px;
  line-height: 17px;
}

.dlp-tstep-desc {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  max-width: 100%;
  margin: 0;
}

.dlp-titem-text {
  font-size: 12px;
  line-height: 18px;
}

  .dlp-sec-sub {
    font-size: 14px;
    line-height: 20px;
  }

  .dlp-tl-cta {
    padding: 11px 16px;
    border-radius: 2px;
    margin: 20px 0;
    width: 100%;
    justify-content: center;
  }

  .dlp-timeline {
    border-radius: 8px;
    padding: 16px;
    gap: 24px;
    flex-direction: column;
  }

  .dlp-tstep {
    gap: 16px;
    align-items: flex-start;
  }

  .dlp-tstep-line {
    display: none;
  }

  .dlp-line-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  .dlp-tstep-badge {
    padding: 8px 12px;
    font-size: 14px;
  }

  .dlp-tstep-label {
    gap: 8px;
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  .dlp-tstep-desc {
    text-align: left;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .dlp-tstep:last-child .dlp-tstep-desc {
    max-width: 100%;
  }

  .dlp-tstep-card {
    border-radius: 6px;
    padding: 16px;
    min-height: auto;
  }

  .dlp-titem,
  .dlp-titems {
    gap: 8px;
  }

  .dlp-titem-blt {
    width: 12px;
    height: 17px;
    padding-top: 0;
  }
}