@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.igsvd-story-download,
.igsvd-story-download * {
  box-sizing: border-box;
  min-width: 0;
}

.igsvd-story-download {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17211d;
  font-family: Arial, Helvetica, sans-serif;
}

.igsvd-story-download .igsvd-section {
  width: 100% !important;
}

.igsvd-story-download .igsvd-section-white {
  background: #ffffff;
}

.igsvd-story-download .igsvd-section-tint {
  background: linear-gradient(180deg, #fff7fb 0%, #f7fbff 100%);
}

.igsvd-story-download .igsvd-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.igsvd-story-download .igsvd-heading,
.igsvd-story-download .igsvd-intro,
.igsvd-story-download .igsvd-card-title,
.igsvd-story-download .igsvd-card-text {
  text-align: center !important;
}

.igsvd-story-download .igsvd-heading {
  margin: 0 auto;
  color: #14211d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.igsvd-story-download .igsvd-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #53615b;
  line-height: 1.65;
}

.igsvd-story-download .igsvd-grid {
  display: grid !important;
  align-items: stretch !important;
}

.igsvd-story-download .igsvd-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(236, 83, 137, 0.18);
  box-shadow: 0 18px 44px rgba(25, 32, 44, 0.09);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.igsvd-story-download .igsvd-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(236, 83, 137, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease, transform 280ms ease;
  transform: translateY(10px);
  pointer-events: none;
}

.igsvd-story-download .igsvd-card:hover {
  transform: translateY(-8px);
  border-color: rgba(236, 83, 137, 0.42);
  box-shadow: 0 24px 54px rgba(236, 83, 137, 0.18);
  background: #ffffff;
}

.igsvd-story-download .igsvd-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.igsvd-story-download .igsvd-icon {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center !important;
  border-radius: 22px;
  background: linear-gradient(135deg, #ec5389 0%, #ff8a5b 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(236, 83, 137, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.igsvd-story-download .igsvd-card:hover .igsvd-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(255, 138, 91, 0.28);
}

.igsvd-story-download .igsvd-i {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center !important;
}

.igsvd-story-download .fa-eye::before { content: "\25C9"; }
.igsvd-story-download .fa-download::before { content: "\21E9"; }
.igsvd-story-download .fa-mobile-screen::before { content: "\25AF"; }
.igsvd-story-download .fa-photo-film::before { content: "\25A3"; }
.igsvd-story-download .fa-shield-halved::before { content: "\25D2"; }
.igsvd-story-download .fa-folder-open::before { content: "\25F1"; }
.igsvd-story-download .fa-link::before { content: "\221E"; }
.igsvd-story-download .fa-magnifying-glass::before { content: "\2315"; }
.igsvd-story-download .fa-circle-play::before { content: "\25B6"; }
.igsvd-story-download .fa-gauge-high::before { content: "\25D4"; }
.igsvd-story-download .fa-check-circle::before { content: "\2713"; }
.igsvd-story-download .fa-cloud::before { content: "\2601"; }
.igsvd-story-download .fa-lightbulb::before { content: "\25CC"; }
.igsvd-story-download .fa-chart-line::before { content: "\2571"; }
.igsvd-story-download .fa-bookmark::before { content: "\25E7"; }
.igsvd-story-download .fa-clock::before { content: "\25F4"; }
.igsvd-story-download .fa-bullseye::before { content: "\25CE"; }
.igsvd-story-download .fa-lock::before { content: "\25A6"; }

.igsvd-story-download .igsvd-card-title {
  position: relative;
  margin: 0;
  color: #17211d;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.igsvd-story-download .igsvd-card-text {
  position: relative;
  margin: 0;
  color: #627068;
  line-height: 1.6;
}

.igsvd-story-download .igsvd-card {
  opacity: 1;
  transform: translateY(0);
}

.igsvd-story-download .igsvd-card.igsvd-reveal-ready {
  opacity: 0;
  transform: translateY(18px);
}

.igsvd-story-download .igsvd-card.igsvd-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .igsvd-story-download .igsvd-section {
    padding: 84px 0;
  }

  .igsvd-story-download .igsvd-container {
    padding: 0 28px;
  }

  .igsvd-story-download .igsvd-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .igsvd-story-download .igsvd-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .igsvd-story-download .igsvd-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .igsvd-story-download .igsvd-grid {
    gap: 24px;
    margin-top: 44px;
  }

  .igsvd-story-download .igsvd-card {
    min-height: 294px;
    padding: 34px 28px;
    border-radius: 24px;
  }

  .igsvd-story-download .igsvd-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .igsvd-story-download .igsvd-i {
    font-size: 30px;
  }

  .igsvd-story-download .igsvd-card-title {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .igsvd-story-download .igsvd-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igsvd-story-download .igsvd-section {
    padding: 68px 0;
  }

  .igsvd-story-download .igsvd-container {
    padding: 0 24px;
  }

  .igsvd-story-download .igsvd-heading {
    font-size: 34px;
  }

  .igsvd-story-download .igsvd-intro {
    margin-top: 14px;
    font-size: 16px;
  }

  .igsvd-story-download .igsvd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }

  .igsvd-story-download .igsvd-card {
    min-height: 266px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .igsvd-story-download .igsvd-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .igsvd-story-download .igsvd-i {
    font-size: 27px;
  }

  .igsvd-story-download .igsvd-card-title {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .igsvd-story-download .igsvd-card-text {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .igsvd-story-download .igsvd-section {
    padding: 52px 0;
  }

  .igsvd-story-download .igsvd-container {
    padding: 0 16px;
  }

  .igsvd-story-download .igsvd-heading {
    font-size: 27px;
  }

  .igsvd-story-download .igsvd-intro {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1.55;
  }

  .igsvd-story-download .igsvd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .igsvd-story-download .igsvd-card {
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .igsvd-story-download .igsvd-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 18px;
  }

  .igsvd-story-download .igsvd-i {
    font-size: 23px;
  }

  .igsvd-story-download .igsvd-card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .igsvd-story-download .igsvd-card-text {
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .igsvd-story-download .igsvd-section {
    padding: 46px 0;
  }

  .igsvd-story-download .igsvd-container {
    padding: 0 12px;
  }

  .igsvd-story-download .igsvd-heading {
    font-size: 24px;
  }

  .igsvd-story-download .igsvd-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .igsvd-story-download .igsvd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .igsvd-story-download .igsvd-card {
    min-height: 222px;
    padding: 20px 12px;
    border-radius: 16px;
  }

  .igsvd-story-download .igsvd-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .igsvd-story-download .igsvd-i {
    font-size: 21px;
  }

  .igsvd-story-download .igsvd-card-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .igsvd-story-download .igsvd-card-text {
    font-size: 12.5px;
    line-height: 1.44;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .igsvd-story-download .igsvd-section {
    padding: 40px 0;
  }

  .igsvd-story-download .igsvd-container {
    padding: 0 10px;
  }

  .igsvd-story-download .igsvd-heading {
    font-size: 22px;
  }

  .igsvd-story-download .igsvd-intro {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.45;
  }

  .igsvd-story-download .igsvd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .igsvd-story-download .igsvd-card {
    min-height: 214px;
    padding: 18px 10px;
    border-radius: 15px;
  }

  .igsvd-story-download .igsvd-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 15px;
  }

  .igsvd-story-download .igsvd-i {
    font-size: 19px;
  }

  .igsvd-story-download .igsvd-card-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .igsvd-story-download .igsvd-card-text {
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .igsvd-story-download .igsvd-grid {
    grid-template-columns: 1fr;
  }
}