body {
  margin: 0;
  min-width: 360px;
}

a {
  color: inherit !important;
  text-decoration: none;
}

* {
  font-family: Pretendard !important;
  box-sizing: border-box;
}

button {
  border: none;
}


/* Hero-Section */
.Hero-Section {
  display: flex;
  padding: 140px 0px 220px 0px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: #1B1B1D;

}

.Hero-Section-container {
  display: flex;
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.Hero-Section-text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.Hero-Section-Label{
  font-size: 28px;
  color: #f54779;
  font-weight: bolder;
  text-align: center;
  width: 100%;
}

.Hero-Section-title {
  color: #FFF;
  text-align: center;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.Hero-Section-subtitle {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  width: 100%;
}

.Hero-Section-button {
  display: flex;
  width: 200px;
  height: 66px;
  padding: 18px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  border-radius: 12px;
  background: #FF4779;

  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;

  cursor: pointer;
}

.Hero-Section-button:hover{
  background: #ba2b51;
}

/* Review-Section */
.Review-Section {
  display: flex;
  padding: 0px 32px 80px 32px;
  flex-direction: column;
  align-items: center;
  gap: 68px;
  align-self: stretch;

  background: #1B1B1D;
}

.Vertical-Divider {
  width: 1px;

  background: #FFF;
}

.Review-Section-title {
  max-width: 1120px;
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.5px;
}

.Review-Section-Container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.Review-Section-Card-Wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  animation: card-wrapper 30s infinite linear;
}

.Review-Section-Card {
  flex: 0 0 auto;
  width: 262px;
  border-radius: 24px;
  overflow: hidden;
}

/* why-Section */
.why-Section {
  display: flex;
  height: 428px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  background:
    linear-gradient(0deg, rgba(29, 29, 31, 0.00) 18.62%, #1D1D1F 100%),
    url("assets/Why-Section-Image.png") lightgray 50% / cover no-repeat;
}

.why-Section-title {
  max-width: 1120px;

  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}

/* Section */
.Section {
  display: flex;
  padding: 120px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;

  background: #FFF;
}

.Section-heading {
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.Section-heading-title {
  color: #1D1D1F;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.Section-heading-subtitle {
  color: #4B4B4B;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.96px;
}

.Section-wrapper {
  display: flex;
  max-width: 1024px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.Section-wrapper-feature-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  flex: 1 0 0;

  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background: #F5F5F7;
}

.Section-wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
}

.Section-wrapper-content-card {
  display: flex;
  padding: 0px 32px;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;

  border-radius: 20px;
  background: #F5F5F7;
}

.Section-wrapper-content-card-title {
  flex: 1 0 0;

  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.156px;
}

.Section-wrapper-content-card-img {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 8px 8px 8px 4.235px;
  justify-content: center;
  align-items: center;
}

/* So-Section */
.So-Section {
  display: flex;
  padding: 120px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;

  background: #212121;
}

.So-Section-heading {
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  gap: 24px;
}

.So-Section-heading-title {
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.So-Section-heading-subtitle {
  color: #BBB;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.96px;
}

.So-Section-Section-Container {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  gap: 24px;
  width: 100%;
}

.So-Section-Section-Wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.So-Section-Image-Container {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.So-Section-Image-Wrapper {
  display: flex;
  width: 504px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.So-Section-image {
  height: 320px;
  align-self: stretch;

  border-radius: 20px;
}

.So-Section-Image-Label {
  display: flex;
  width: 504px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  background: #333;
}

.So-Section-Section-Container-text {
  color: #828282;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.5px;
}

/* Hook-Section */
.Hook-Section {
  display: flex;
  padding: 120px 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;

  background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%),
    url("assets/Hook-Section-Image.png") lightgray 50% / cover no-repeat;
}

.Hook-Section-heading {
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  gap: 24px;
}

.Hook-Section-heading-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
}

.Hook-Section-heading-title {
  color: #FF497A;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.56px;
}

.Hook-Section-heading-subtitle {
  color: #1D1D1F;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.Hook-Section-heading-tag {
  color: #4B4B4B;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.96px;
}

/* Last-Section */
.Last-Section {
  display: flex;
  padding: 120px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%),
    url("assets/Last-Section-Image.png") lightgray 50% / cover no-repeat;
}

.Last-Section-heading {
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  gap: 24px;
}

.Last-Section-heading-title {
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2.08px;
}

.Last-Section-heading-tag {
  color: #BBB;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.96px;
}

.Last-Section-Contact-Container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.Last-Section-Contact-Container-Card {
  display: flex;
  width: 100%;
  max-width: 1024px;
  align-items: center;

  border-radius: 24px;
  background: rgba(44, 44, 44, 0.80);
}

.Last-Section-Contact-Container-Sub-Card {
  display: flex;
  padding: 36px 32px;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.Last-Section-Contact-Container-Sub-Card-img {
  width: 64px;
  height: 64px;
}

.Last-Section-Contact-Container-Sub-Card-Contact-Info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.Last-Section-Contact-Container-Sub-Card-Contact-Info-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.132px;
}

.Last-Section-Contact-Container-Sub-Card-Contact-Info-subtitle {
  color: #FF497A !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.096px;
  cursor: pointer;
}

.Last-Section-Contact-Container-text {
  color: #828282;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.5px;
}

/* footer */
footer {
  display: flex;
  padding: 80px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.footer-container {
  display: flex;
  width: 100%;
  max-width: 1024px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.footer-info-container-content {
  display: flex;
  align-items: center;
}

.footer-info-container-content-text {
  color: #929292;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

@keyframes card-wrapper {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-2860px)
  }
}

@media (max-width: 768px) {
  .Hero-Section {
    display: flex;
    padding: 120px 16px 160px 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }

  .Hero-Section-container {
    gap: 32px;
  }

  .Hero-Section-text-section {
    gap: 14px;
  }

  .Hero-Section-Label{
    font-size: 18px;
  }

  .Hero-Section-title {
    font-size: 40px;
  }

  .Hero-Section-subtitle {
    font-size: 16px;
  }

  .Hero-Section-button {
    font-size: 18px;
    height: 48px;
    padding: 9px 24px;
    width: fit-content;
  }

  .Review-Section {
    padding: 0px 20px 80px 20px;
    gap: 40px;
    align-self: stretch;
  }

  .Review-Section-title {
    font-size: 32px;
  }

  .Review-Section-Card-Wrapper {
    gap: 12px;
    animation: card-wrapper 40s infinite linear;
  }

  .Review-Section-Card {
    flex: 0 0 auto;
    width: 220px;
  }

  .why-Section {
    height: 240px;
    padding: 32px 20px;
    background:
      linear-gradient(0deg, rgba(29, 29, 31, 0.00) 18.62%, #1D1D1F 100%),
      url("assets/Why-Section-Image.png") lightgray 50% / cover no-repeat;
  }

  .why-Section-title {
    font-size: 32px;
  }

  .Section {
    display: flex;
    padding: 80px 20px;
    gap: 48px;
  }

  .Section-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .Section-heading-title {
    color: #1D1D1F;
    font-size: 32px;
    letter-spacing: -1.0px;
  }

  .Section-heading-subtitle {
    font-size: 16px;
    letter-spacing: -0.64px;
  }

  .Section-wrapper-feature-list {
    border-radius: 16px;
    flex: initial;
  }

  .Section-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .Section-wrapper-content {
    gap: 12px;
  }

  .Section-wrapper-content-card {
    padding: 12px 20px;
    border-radius: 16px;
  }

  .Section-wrapper-content-card-title {
    font-size: 18px;
    letter-spacing: -0.108px;
  }

  .Section-wrapper-content-card-img {
    width: 48px;
    height: 48px;
    padding: 4.8px 4.8px 4.8px 2.541px;
  }

  .So-Section {
    padding: 80px 20px;
    gap: 48px;
  }

  .So-Section-heading {
    gap: 16px;
  }

  .So-Section-heading-title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .So-Section-heading-subtitle {
    font-size: 16px;
    letter-spacing: -0.54px;
  }

  .So-Section-Section-Container {
    gap: 16px;
  }

  .So-Section-Section-Wrapper {
    gap: 12px;
    width: 100%;
  }

  .So-Section-Image-Container {
    flex-direction: column;
    gap: 12px;
  }

  .So-Section-Image-Wrapper {
    width: 100%
  }

  .So-Section-Section-Container-text {
    font-size: 14px;
  }

  .Hook-Section {
    padding: 80px 20px;
  }

  .Hook-Section-heading {
    gap: 16px;
  }

  .Hook-Section-heading-title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .Hook-Section-heading-subtitle {
    font-size: 24px;
    letter-spacing: -0.96px;
  }

  .Hook-Section-heading-tag {
    font-size: 16px;
    letter-spacing: -0.64px;
  }

  .Last-Section {
    padding: 80px 20px;
    gap: 48px;
  }

  .Last-Section-heading {
    gap: 16px;
  }

  .Last-Section-heading-title {
    font-size: 32px;
    letter-spacing: -1.28px;
  }

  .Last-Section-heading-tag {
    font-size: 16px;
    letter-spacing: -0.64px;
  }

  .Last-Section-Contact-Container {
    max-width: 1024px;
    align-items: center;
    align-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .Last-Section-Contact-Container-Card {
    background: initial;
    width: 100%;
    align-content: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .Last-Section-Contact-Container-Sub-Card {
    min-width: 320px;
    padding: 24px 20px;
    gap: 12px;

    border-radius: 16px;
    background: rgba(44, 44, 44, 0.80);
  }

  .Last-Section-Contact-Container-Sub-Card-img {
    width: 48px;
    height: 48px;
  }

  .Last-Section-Contact-Container-Sub-Card-Contact-Info {
    gap: 6px;
  }

  .Last-Section-Contact-Container-Sub-Card-Contact-Info-title {
    font-size: 16px;
    letter-spacing: -0.096px;
  }

  .Last-Section-Contact-Container-Sub-Card-Contact-Info-subtitle {
    font-size: 14px;
    letter-spacing: -0.084px;
  }

  .Last-Section-Contact-Container-text {
    font-size: 14px;
  }

  footer {
    padding: 60px 20px;
  }

  .footer-info-container-content {
    align-content: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}