* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.div {
  justify-content: flex-end;
  align-items: center;
  background-color: var(--Pink, #ffd4d0);
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.div-2 {
  display: flex;
  margin-top: 40px;
  width: 100%;
  max-width: 1192px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .div-2 {
    max-width: 100%;
  }
}
.div-3 {
  justify-content: space-between;
  align-items: start;
  display: flex;
  width: 100%;
  gap: 20px;
}
@media (max-width: 991px) {
  .div-3 {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.div-4 {
  color: #00d1ff;
  letter-spacing: -6.6px;
  font: 800 30px/45px Inter, sans-serif;
}
.div-5 {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  gap: 0px;
}
.div-6 {
  border-radius: 50%;
  display: flex;
  width: 146px;
  height: 48px;
  flex-direction: column;
}
.div-7 {
  align-self: start;
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .div-7 {
    justify-content: center;
  }
}
.div-8 {
  color: var(--Dark, #1f1f1f);
  font: 700 18px/23px Montserrat, sans-serif;
  cursor: pointer;
}
.div-9 {
  color: var(--Dark, #1f1f1f);
  font: 700 18px/23px Montserrat, sans-serif;
  cursor: pointer;
}
.div-10 {
  color: var(--Dark, #1f1f1f);
  white-space: nowrap;
  font: 700 18px/23px Montserrat, sans-serif;
  cursor: pointer;
}
@media (max-width: 991px) {
  .div-10 {
    white-space: initial;
  }
}
.div-11 {
  color: var(--White, #fff);
  white-space: nowrap;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  background-color: var(--Dark, #1f1f1f);
  align-self: stretch;
  padding: 12px 20px;
  font: 700 16px/24px Montserrat, sans-serif;
}
@media (max-width: 991px) {
  .div-11 {
    white-space: initial;
  }
}
.div-12 {
  justify-content: center;
  margin-top: 32px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .div-12 {
    max-width: 100%;
  }
}
.div-13 {
  gap: 20px;
  display: flex;
}
@media (max-width: 991px) {
  .div-13 {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}
.column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 42%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .column {
    width: 100%;
  }
}
.div-14 {
  align-self: stretch;
  display: flex;
  margin-top: 14px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .div-14 {
    max-width: 100%;
    margin-top: 40px;
  }
}
.div-15 {
  color: var(--Dark, #1f1f1f);
  font: 400 20px/30px Montserrat, sans-serif;
}
@media (max-width: 991px) {
  .div-15 {
    max-width: 100%;
  }
}
.div-16 {
  color: var(--Red, #fc3314);
  margin-top: 16px;
  font: 700 48px/72px Montserrat, sans-serif;
}
@media (max-width: 991px) {
  .div-16 {
    max-width: 100%;
    font-size: 40px;
    line-height: 67px;
  }
}
.div-17 {
  color: var(--Dark, #1f1f1f);
  margin-top: 16px;
  font: 400 16px/24px Montserrat, sans-serif;
}
@media (max-width: 991px) {
  .div-17 {
    max-width: 100%;
  }
}
.div-18 {
  display: flex;
  margin-top: 48px;
  padding-right: 38px;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .div-18 {
    max-width: 100%;
    flex-wrap: wrap;
    padding-right: 20px;
    margin-top: 40px;
  }
}
.div-19 {
  color: var(--White, #fff);
  cursor: pointer;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  background-color: var(--Dark, #1f1f1f);
  flex-grow: 1;
  padding: 12px 20px;
  font: 700 16px/24px Montserrat, sans-serif;
}
@media (max-width: 991px) {
  .div-19 {
    white-space: initial;
  }
}
.div-20 {
  color: var(--Dark, #1f1f1f);
  white-space: nowrap;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border: 1px solid var(--Dark, #1f1f1f);
  background-color: #fff;
  flex-grow: 1;
  padding: 12px 20px;
  font: 700 16px/24px Montserrat, sans-serif;
}
@media (max-width: 991px) {
  .div-20 {
    white-space: initial;
  }
}
.column-2 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 58%;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .column-2 {
    width: 100%;
  }
}
.div-21 {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 146px;
  font: 700 475px/575px Inter, sans-serif;
}

.div-21 p {
  -webkit-text-stroke: 1px #fc3314;
}
@media (max-width: 991px) {
  .div-21 {
    max-width: 100%;
    margin-top: 40px;
    font-size: 40px;
    line-height: 54px;
  }
}
