@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');

.scwv-snapchat-web-viewer,
.scwv-snapchat-web-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

.scwv-snapchat-web-viewer {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172018;
  font-family: inherit;
}

.scwv-snapchat-web-viewer .scwv-section {
  width: 100% !important;
  text-align: center;
}

.scwv-snapchat-web-viewer .scwv-section-one,
.scwv-snapchat-web-viewer .scwv-section-three {
  background: #ffffff;
}

.scwv-snapchat-web-viewer .scwv-section-two {
  background: linear-gradient(180deg, #fffce8 0%, #f7fbef 100%);
}

.scwv-snapchat-web-viewer .scwv-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.scwv-snapchat-web-viewer .scwv-heading,
.scwv-snapchat-web-viewer .scwv-intro,
.scwv-snapchat-web-viewer .scwv-card-title,
.scwv-snapchat-web-viewer .scwv-card-text {
  text-align: center !important;
}

.scwv-snapchat-web-viewer .scwv-heading {
  margin: 0 auto;
  color: #141b15;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.scwv-snapchat-web-viewer .scwv-intro {
  margin: 14px auto 0;
  max-width: 740px;
  color: #526052;
  line-height: 1.65;
  font-weight: 400;
}

.scwv-snapchat-web-viewer .scwv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.scwv-snapchat-web-viewer .scwv-card {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(211, 198, 42, 0.35);
  box-shadow: 0 18px 45px rgba(62, 64, 18, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.scwv-snapchat-web-viewer .scwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 252, 0, 0.18), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.scwv-snapchat-web-viewer .scwv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 211, 67, 0.78);
  box-shadow: 0 24px 58px rgba(72, 76, 16, 0.16);
}

.scwv-snapchat-web-viewer .scwv-card:hover::before {
  opacity: 1;
}

.scwv-snapchat-web-viewer .scwv-card:hover .scwv-icon {
  transform: translateY(-4px) scale(1.035);
  background-position: 100% 50%;
}

.scwv-snapchat-web-viewer .scwv-tinted-card {
  background: rgba(255, 255, 255, 0.88);
}

.scwv-snapchat-web-viewer .scwv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #172018;
  background: linear-gradient(135deg, #fffc00 0%, #ffe26d 48%, #2fd36b 100%);
  background-size: 180% 180%;
  box-shadow: 0 12px 28px rgba(255, 214, 55, 0.28);
  transition: transform 260ms ease, background-position 260ms ease;
}

.scwv-snapchat-web-viewer .scwv-i {
  color: #172018;
  line-height: 1;
  text-align: center;
}

.scwv-snapchat-web-viewer .scwv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172018;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}

.scwv-snapchat-web-viewer .scwv-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #59665a;
  line-height: 1.58;
}

.scwv-snapchat-web-viewer .scwv-reveal {
  opacity: 0;
  transform: translateY(16px);
}

.scwv-snapchat-web-viewer .scwv-reveal.scwv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .scwv-snapchat-web-viewer .scwv-section {
    padding: 86px 0;
  }

  .scwv-snapchat-web-viewer .scwv-container {
    padding: 0 28px;
  }

  .scwv-snapchat-web-viewer .scwv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .scwv-snapchat-web-viewer .scwv-intro {
    font-size: 17px;
  }

  .scwv-snapchat-web-viewer .scwv-grid {
    gap: 24px;
    margin-top: 42px;
  }

  .scwv-snapchat-web-viewer .scwv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scwv-snapchat-web-viewer .scwv-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .scwv-snapchat-web-viewer .scwv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .scwv-snapchat-web-viewer .scwv-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .scwv-snapchat-web-viewer .scwv-i {
    font-size: 30px;
  }

  .scwv-snapchat-web-viewer .scwv-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .scwv-snapchat-web-viewer .scwv-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scwv-snapchat-web-viewer .scwv-section {
    padding: 68px 0;
  }

  .scwv-snapchat-web-viewer .scwv-container {
    padding: 0 24px;
  }

  .scwv-snapchat-web-viewer .scwv-heading {
    font-size: 34px;
  }

  .scwv-snapchat-web-viewer .scwv-intro {
    font-size: 16px;
  }

  .scwv-snapchat-web-viewer .scwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }

  .scwv-snapchat-web-viewer .scwv-card {
    min-height: 266px;
    padding: 28px 22px 26px;
    border-radius: 20px;
  }

  .scwv-snapchat-web-viewer .scwv-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .scwv-snapchat-web-viewer .scwv-i {
    font-size: 27px;
  }

  .scwv-snapchat-web-viewer .scwv-card-title {
    font-size: 18px;
    margin-bottom: 11px;
  }

  .scwv-snapchat-web-viewer .scwv-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .scwv-snapchat-web-viewer .scwv-section {
    padding: 50px 0;
  }

  .scwv-snapchat-web-viewer .scwv-container {
    padding: 0 16px;
  }

  .scwv-snapchat-web-viewer .scwv-heading {
    font-size: 27px;
    line-height: 1.16;
  }

  .scwv-snapchat-web-viewer .scwv-intro {
    font-size: 14px;
    line-height: 1.55;
  }

  .scwv-snapchat-web-viewer .scwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 26px;
  }

  .scwv-snapchat-web-viewer .scwv-card {
    min-height: 232px;
    padding: 20px 14px 18px;
    border-radius: 16px;
  }

  .scwv-snapchat-web-viewer .scwv-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .scwv-snapchat-web-viewer .scwv-i {
    font-size: 22px;
  }

  .scwv-snapchat-web-viewer .scwv-card-title {
    font-size: 15.5px;
    margin-bottom: 8px;
  }

  .scwv-snapchat-web-viewer .scwv-card-text {
    font-size: 12.8px;
    line-height: 1.46;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .scwv-snapchat-web-viewer .scwv-section {
    padding: 44px 0;
  }

  .scwv-snapchat-web-viewer .scwv-container {
    padding: 0 12px;
  }

  .scwv-snapchat-web-viewer .scwv-heading {
    font-size: 24px;
    line-height: 1.17;
  }

  .scwv-snapchat-web-viewer .scwv-intro {
    font-size: 13.4px;
    line-height: 1.5;
  }

  .scwv-snapchat-web-viewer .scwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .scwv-snapchat-web-viewer .scwv-card {
    min-height: 222px;
    padding: 18px 11px 16px;
    border-radius: 14px;
  }

  .scwv-snapchat-web-viewer .scwv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .scwv-snapchat-web-viewer .scwv-i {
    font-size: 20px;
  }

  .scwv-snapchat-web-viewer .scwv-card-title {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

  .scwv-snapchat-web-viewer .scwv-card-text {
    font-size: 12.2px;
    line-height: 1.42;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .scwv-snapchat-web-viewer .scwv-section {
    padding: 38px 0;
  }

  .scwv-snapchat-web-viewer .scwv-container {
    padding: 0 9px;
  }

  .scwv-snapchat-web-viewer .scwv-heading {
    font-size: 21px;
    line-height: 1.18;
  }

  .scwv-snapchat-web-viewer .scwv-intro {
    font-size: 12.6px;
    line-height: 1.46;
  }

  .scwv-snapchat-web-viewer .scwv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .scwv-snapchat-web-viewer .scwv-card {
    min-height: 214px;
    padding: 16px 9px 14px;
    border-radius: 13px;
  }

  .scwv-snapchat-web-viewer .scwv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .scwv-snapchat-web-viewer .scwv-i {
    font-size: 18px;
  }

  .scwv-snapchat-web-viewer .scwv-card-title {
    font-size: 13.4px;
    margin-bottom: 6px;
  }

  .scwv-snapchat-web-viewer .scwv-card-text {
    font-size: 11.4px;
    line-height: 1.38;
  }
}