#page-simple .section-hero {
  position: relative;
  background-image: linear-gradient(to right, #153787, #001d61);
  padding: 190rem 0 70rem;
  text-align: center;
}
#page-simple .section-hero .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-simple .section-hero .wrapper-content {
  width: 902rem;
}
#page-simple .section-hero .wrapper-content--tag {
  background-color: #ccff00;
  display: inline-flex;
  padding: 6rem 16rem;
  border-radius: 50px;
  color: #001d61;
  font-size: 12rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22rem;
}
#page-simple .section-hero .wrapper-content--title h1 {
  color: white;
  font-size: 56rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  #page-simple .section-hero .wrapper-content--title h1 {
    font-size: 40rem;
  }
}
#page-simple .section-content {
  background-color: white;
  padding: 80rem 0 110rem;
}
#page-simple .section-content .wrapper {
  max-width: 902rem;
  margin: 0 auto;
}
#page-simple .section-content .wrapper-content > *:not(:last-child) {
  margin-bottom: 25rem;
}
#page-simple .section-content .wrapper-content p,
#page-simple .section-content .wrapper-content ul li,
#page-simple .section-content .wrapper-content ol li {
  color: #676f7e;
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.9;
}
#page-simple .section-content .wrapper-content p strong,
#page-simple .section-content .wrapper-content ul li strong,
#page-simple .section-content .wrapper-content ol li strong {
  color: #313e4e;
  font-weight: bold;
}
#page-simple .section-content .wrapper-content ol {
  padding-left: 18rem;
}
#page-simple .section-content .wrapper-content ol,
#page-simple .section-content .wrapper-content ol li {
  list-style-type: decimal !important;
}
#page-simple .section-content .wrapper-content ul li {
  position: relative;
  padding-left: 15rem;
}
#page-simple .section-content .wrapper-content ul li::before {
  content: "";
  background-color: #001d61;
  position: absolute;
  top: 15rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
#page-simple .section-content .wrapper-content a {
  color: #001d61;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition-property: border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-simple .section-content .wrapper-content a:hover {
  border-color: #001d61;
}
#page-simple .section-content .wrapper-content h2,
#page-simple .section-content .wrapper-content h3,
#page-simple .section-content .wrapper-content h4 {
  color: #001d61;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.03em;
  display: block;
}
#page-simple .section-content .wrapper-content h2 {
  font-size: 28rem;
  margin-top: 50rem;
}
#page-simple .section-content .wrapper-content h2:first-child {
  margin-top: 0;
}
#page-simple .section-content .wrapper-content h3 {
  font-size: 21rem;
  margin-top: 30rem;
}
#page-simple .section-content .wrapper-content h4 {
  font-size: 18rem;
}
#page-simple .section-content .wrapper-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15rem;
  line-height: 1.5;
  color: #676f7e;
}
#page-simple .section-content .wrapper-content table th,
#page-simple .section-content .wrapper-content table td {
  text-align: left;
  vertical-align: top;
  padding: 12rem 14rem;
  border-bottom: 1px solid #e6e8ec;
}
#page-simple .section-content .wrapper-content table th {
  color: #001d61;
  font-weight: bold;
  background-color: #f4f6fa;
}
@media (max-width: 1023px) {
  #page-simple .section-content .wrapper-content table {
    display: block;
    overflow-x: auto;
  }
}
/*# sourceMappingURL=simple.min.css.map */
