body,
html {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-y: hidden;
  background-color: #f3f3f3;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-container {
  max-width: 996px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56.92px;
}

.hero-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  text-align: center;
  margin-top: 24.46px;
}

.hero-author {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-top: 19px;
}

.hero-row {
  background-color: #303f91;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  margin-top: 230.87px;
  padding-left: 62.64px;
  padding-right: 76.36px;
  padding-bottom: 40px;
  border-radius: 4px;
}

.hero-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 520px;
  min-width: 310px;
  margin-top: -200px;
}

.hero-row-text {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.article {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.article-container {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 17.75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40.16px;
  padding-left: 70px;
  padding-right: 71px;
  padding-bottom: 22px;
}

.article-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  text-align: start;
}

.article-text {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 28.46px;
}

.article-features {
  width: 100%;
  margin-top: 37.24px;
  gap: 58px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.article-feature-text {
  max-width: 401px;
}

.article-feature-img {
  max-width: 400px;
  aspect-ratio: 400/352;
}

.article-feature-img video {
  border-radius: 4px;
}

.article-feature-img img {
  border-radius: 4px;
}

.article-feature-img video,
.article-feature-img img {
  width: 100%;
  height: auto;
}

.article-feature-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.article-feature-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.article-feature-text-title-desk {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
}

.article-feature-text-description {
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 17px;
}

.article-feature-text-title-mob {
  display: none;
}

.go-to-action {
  text-decoration: none;
  font-weight: 700;
  color: #0b57d0;
  cursor: pointer;
}

.steps {
  margin-top: 16px;
}

.steps-container {
  background-color: #303f91;
  padding-top: 43px;
  padding-bottom: 50px;
  border-radius: 4px;
  max-width: 996px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 13px;
  padding-right: 10px;
}

.steps-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}

.steps-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 26px;
}

.steps-body {
  max-width: 721px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-top: 35px;
  color: #fff;
}

.bold-steps-text {
  font-size: 28px;
  font-weight: 700;
}

.steps-pro-tip {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 45px;
  max-width: 721px;
}

.cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  background-color: #ffe100;
  width: 100%;
  max-width: 705px;
  border-radius: 10px;
  padding-top: 17px;
  padding-bottom: 14px;
  margin-top: 30px;
}

.cta-btn a {
  color: #000000;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

footer {
  margin-top: 139px;
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 16px;
}

.floating-bar {
  background-color: #303f91;
  padding: 17.5px 16px;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.floating-bar .cta-btn {
  margin-top: 0;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 991px) {
  footer {
    margin-top: 69.17px;
    margin-bottom: 14.83px;
  }

  .floating-bar {
    padding: 12.17px 31px 11.83px 26px;
  }

  .cta-btn {
    margin-top: 23px;
    font-size: 18px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
  }

  .steps-pro-tip {
    margin-top: 5px;
  }

  .d-none-mob {
    display: none;
  }

  .steps-container {
    padding-top: 28px;
    padding-bottom: 24.58px;
  }

  .steps-title {
    font-size: 28px;
    line-height: 34px;
  }

  .article-feature-text-title-mob {
    display: flex;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    align-self: flex-start;
  }

  .article-features {
    margin-top: 33.5px;
    gap: 30.99px;
  }

  .article-feature-img {
    margin-top: 13.73px;
    width: 100%;
    height: auto;
    aspect-ratio: 323/284;
  }

  .article-feature-text-title-desk {
    display: none;
  }

  .article-feature-text-description {
    margin-top: 15.73px;
    max-width: 100%;
  }

  .article-feature-right,
  .article-feature-left {
    flex-direction: column;
    max-width: 100%;
  }

  .article-feature-text {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .article {
    padding-top: 11px;
    /* padding-left: 8.75px;
    padding-right: 7.86px; */
  }

  .article-container {
    padding-left: 8.75px;
    padding-right: 7.86px;
    padding-top: 11px;
    padding-bottom: 7px;
  }

  .hero-container {
    padding-top: 21.19px;
    /* padding-left: 16px;
    padding-right: 16px; */
  }

  .hero-title {
    font-size: 32px;
    line-height: 39px;
    margin-top: 13.97px;
  }

  .hero-author {
    line-height: 24px;
  }

  .hero-row {
    background-color: #303f91;
    padding-left: 12px;
    padding-right: 13px;
    padding-bottom: 26px;
    border-radius: 4px;
    margin-top: calc(16.83px + 8%);
  }

  .hero-img img {
    margin-top: -8%;
  }

  .hero-row-text {
    margin-top: 0;
  }
}

@media only screen and (max-width: 364px) {
  .cta-btn {
    font-size: 14px;
  }
}
