.grid,
.grid * {
  box-sizing: border-box;
}
.grid {
  width: auto;
  position: relative;
  padding: 20px;
  margin-top: 60px;
}

.text,
.text * {
  box-sizing: border-box;
}
.text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.typography-icon {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.heading-2-xl {
  color: var(--color-typeface-grayscale-0, #ffffff);
  text-align: center;
  font-family: var(
    --typescale-header-desktop-2-xl-font-family,
    "Inter-SemiBold",
    sans-serif
  );
  font-size: var(--typescale-header-desktop-2-xl-font-size, 48px);
  line-height: var(--typescale-header-desktop-2-xl-line-height, 56px);
  font-weight: var(--typescale-header-desktop-2-xl-font-weight, 600);
  position: relative;
  align-self: stretch;
}
.heading-2-xl2 {
  color: var(--color-typeface-grayscale-300, #000814);
  text-align: center;
  font-family: Inter;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 104px; /* 108.333% */
  letter-spacing: -3.84px;
  position: relative;
  align-self: stretch;
}
.paragraph {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.typography2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.paragraph-2-m-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  color: var(--color-typeface-grayscale-250, #2A2B3C);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -1.6px;
  text-align: center;
}

.image-congratulations {
  width: 80px;
  height: 80px;
}

.plans {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 41px;
  gap: 16px;
}

.background {
  background: var(--color-background-primary-50, #fef498);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
}

.video-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 24px;
}

.video-card-container{
  display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 30px 0;
}
