@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
.button {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 16px 40px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.divider {
  align-items: end;
  display: flex;
  height: 136px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.divider__number {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  align-items: center;
  background-color: #fafafa;
  border-radius: 99px;
  border: 1px solid #d1d1df;
  color: #87879d;
  display: flex;
  height: 56px;
  justify-content: center;
  position: relative;
  width: 56px;
}
.divider__number::before {
  background-color: #d1d1df;
  content: "";
  height: 80px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 1px;
}

.header {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  margin-top: 48px;
}
@media (min-width: 640px) {
  .header {
    margin-top: 80px;
  }
}

.hero {
  overflow: hidden;
  padding-bottom: 32px;
  padding-top: 64px;
}
@media (min-width: 640px) {
  .hero {
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .hero {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-left: -1.5%;
    width: 103%;
  }
}

.hero__image {
  display: block;
  margin-left: -8%;
  max-width: none;
  width: 115%;
}
@media (min-width: 640px) {
  .hero__image {
    margin-left: -3%;
    width: 106%;
  }
}
@media (min-width: 1024px) {
  .hero__image {
    margin-left: 0;
    width: 22rem;
  }
}

.hero__image--right {
  display: none;
  margin-left: 0;
  margin-right: -8%;
}
@media (min-width: 1024px) {
  .hero__image--right {
    display: block;
    margin-right: 0;
    max-width: none;
    width: 22rem;
  }
}

.hero__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 640px) {
  .hero__content {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .hero__content {
    width: 30%;
  }
}

.hero__title {
  font-size: 40px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: normal;
  font-style: normal;
  color: #28283d;
  margin-top: 48px;
  text-align: center;
}
@media (min-width: 640px) {
  .hero__title {
    font-size: 48px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 64px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    margin-top: 8px;
  }
}

.hero__description {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  color: #87879d;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__description {
    font-size: 18px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    font-style: normal;
  }
}

.hero__actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .hero__actions {
    flex-direction: row;
  }
}

.hero__button {
  background-color: #4d96a9;
  color: #fafafa;
}
.hero__button:hover {
  background-color: #71c0d4;
}

.hero .button__version {
  color: #8fe3f9;
}

.hero__link {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  background-color: #855fb1;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.hero__link:hover {
  background-color: #b18bdd;
}

.main-content {
  padding: 32px;
}
@media (min-width: 640px) {
  .main-content {
    padding-bottom: 64px;
    padding-top: 56px;
  }
}

.feature {
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .feature {
    margin-left: auto;
    margin-right: auto;
    width: 78%;
  }
}

.feature__gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) {
  .feature__gallery {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 8px;
  }
}
.feature__gallery img {
  border-radius: 8px;
}

.feature_article {
  margin-top: 64px;
  margin-top: 64px;
  text-align: center;
}
@media (min-width: 640px) {
  .feature_article {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .feature_article {
    width: 60%;
  }
}

.feature_article__subtitle {
  font-size: 12px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 4px;
  font-style: normal;
  color: #4d96a9;
}
@media (min-width: 640px) {
  .feature_article__subtitle {
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 4px;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .feature_article__subtitle {
    font-size: 16px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 4px;
    font-style: normal;
  }
}

.feature_article__title {
  font-size: 32px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: normal;
  font-style: normal;
  color: #28283d;
  margin-top: 16px;
}
@media (min-width: 640px) {
  .feature_article__title {
    font-size: 36px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .feature_article__title {
    font-size: 40px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    font-style: normal;
  }
}

.feature_article__description {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  color: #87879d;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .feature_article__description {
    font-size: 18px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    font-style: normal;
  }
}

body {
  font-family: "Red Hat Display", sans-serif;
  background-color: #fafafa;
}
@media (min-width: 1536px) {
  body {
    width: 1536px;
    margin: 0 auto;
  }
}

.footer__feature-wrapper {
  margin-top: -28px;
  padding: 64px 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__feature-wrapper {
    padding: 112px 80px;
  }
}
.footer__feature-wrapper::before {
  background: url("../../assets/mobile/image-footer.jpg") no-repeat top/cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}
@media (min-width: 640px) {
  .footer__feature-wrapper::before {
    background-image: url("../../assets/tablet/image-footer.jpg");
  }
}
@media (min-width: 1024px) {
  .footer__feature-wrapper::before {
    background-image: url("../../assets/desktop/image-footer.jpg");
  }
}
.footer__feature-wrapper::after {
  background-color: rgba(77, 150, 169, 0.85);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.footer__feature {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
@media (min-width: 640px) {
  .footer__feature {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .footer__feature {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 80px;
    text-align: left;
  }
}

.footer__title {
  font-size: 32px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: normal;
  font-style: normal;
  color: #fafafa;
}
@media (min-width: 640px) {
  .footer__title {
    font-size: 36px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 40px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media (min-width: 1024px) {
  .footer__title {
    width: 30%;
  }
}

.footer__description {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  color: #fafafa;
}
@media (min-width: 768px) {
  .footer__description {
    font-size: 18px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    font-style: normal;
  }
}
@media (min-width: 1024px) {
  .footer__description {
    width: 30%;
  }
}

.footer__button {
  align-self: center;
  background-color: #855fb1;
  color: #fafafa;
}
.footer__button:hover {
  background-color: #b18bdd;
}
@media (min-width: 1024px) {
  .footer__button {
    white-space: nowrap;
  }
}

.button__version {
  color: #d9b8ff;
}

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

/*# sourceMappingURL=styles.css.map */
