@font-face {
  font-family: "Aeonik";
  src: url("https://www.stata.com/includes/fonts/Aeonik/Aeonik-Regular.otf");
}
.limit_size {
  max-width: 1440px;
  padding: 46px 96px 30px 96px;
  margin: auto;
}
@media (max-width: 991px) {
  .limit_size {
    padding: 46px 56px 20px 56px;
  }
}
@media (max-width: 767px) {
  .limit_size {
    padding: 30px 46px 0px 46px;
  }
}
@media (max-width: 575px) {
  .limit_size {
    padding: 30px 26px 0px 26px;
  }
}

.teach_header {
  background-color: #033560;
  background: linear-gradient(91.73deg, #102541 0%, #173A63 49.91%, #164476 100%);
  padding: 15px 0px;
}
@media (max-width: 767px) {
  .teach_header .limit_size {
    padding: 30px 46px 30px 46px;
  }
}
@media (max-width: 575px) {
  .teach_header .limit_size {
    padding: 30px 26px 30px 26px;
  }
}
.teach_header h2.regular {
  font-family: Aeonik;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
  color: #ffffff;
  font-size: 3em;
}
@media (max-width: 767px) {
  .teach_header h2.regular {
    font-size: 2em;
  }
}
@media (max-width: 575px) {
  .teach_header h2.regular {
    font-size: 1.7em;
  }
}
.teach_header p.regular {
  font-family: Aeonik;
  font-weight: 400;
  font-size: 1.125em;
  margin: auto;
  width: 55%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .teach_header p.regular {
    width: 80%;
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .teach_header p.regular {
    width: 90%;
    font-size: 0.8em;
  }
}

.easy_to_use h3.regular {
  font-family: Aeonik;
  color: #222934;
  text-align: center;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 30px;
}
.easy_to_use h4.regular {
  font-family: Aeonik;
  color: #222934;
  font-size: 1.125em;
  font-weight: 600;
}
.easy_to_use p.regular {
  font-family: Aeonik;
  color: #222934;
  font-size: 1em;
  font-weight: 400;
}
.easy_to_use img {
  margin-right: 10px;
  margin-bottom: 4px;
}
.easy_to_use .reasons .reason {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .easy_to_use .reasons .reason {
    margin-bottom: 30px;
  }
}
.easy_to_use .reasons a {
  text-decoration: none;
  font-weight: 500;
}
.easy_to_use .reasons .code_box {
  margin: -15px 0px 10px 20px;
}
.easy_to_use .reasons .code_box p.code {
  font-variant-ligatures: no-contextual;
  color: #222934;
  font-weight: bolder;
  font-size: 0.75em;
  margin: 0px;
  padding: 0px;
}

.reviews {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .reviews {
    margin-top: -10px;
  }
}
.reviews .review_box {
  text-align: center;
  margin: auto;
  width: 80%;
  background-color: #F9F9F9;
  padding: 20px 40px;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .reviews .review_box {
    width: 100%;
    padding: 20px 10px;
  }
}
.reviews .review_box img {
  margin: auto;
  margin-bottom: 30px;
}
.reviews .review_box p.regular {
  font-family: Aeonik;
  font-size: 1em;
  color: #222934;
  font-weight: 400;
  margin: auto;
  text-align: center;
  width: 90%;
}
.reviews .review_box p.regular .bolder {
  font-weight: 600;
}
.reviews .review {
  display: none;
}
@media (max-width: 767px) {
  .reviews .review {
    margin-top: 40px;
  }
}
.reviews .review img {
  margin-bottom: 20px;
}
.reviews .review p.regular {
  font-family: Aeonik;
}
.reviews .fade_review {
  animation-name: fade;
  animation-duration: 1.5s;
}
.reviews .first_review {
  display: block;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.reviews .nav_box {
  margin-top: 25px;
}
.reviews .nav_box a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
.reviews .nav_box .right_arrow, .reviews .nav_box .left_arrow {
  height: 32px;
  margin: 0px;
  padding: 0px;
}
.reviews .nav_box .right_arrow {
  margin-left: 16px;
}
.reviews .nav_box .right_arrow:hover, .reviews .nav_box .left_arrow:hover {
  cursor: pointer;
}

.resources h3.regular {
  font-family: Aeonik;
  color: #222934;
  font-size: 2em;
  text-align: center;
  font-weight: 400;
}
.resources .resource_row {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .resources .resource_row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.resources .resource_row a {
  text-decoration: none;
}
.resources .resource_row .resource_box {
  height: 100%;
  width: 100%;
  border: 1px solid #D2D9E5;
  border-radius: 6px;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .resources .resource_row .resource_box {
    height: auto;
    margin-bottom: 20px;
  }
}
.resources .resource_row .resource_box img {
  margin-bottom: 10px;
}
.resources .resource_row .resource_box h4.regular {
  font-family: Aeonik;
  color: #222934;
  font-size: 1.125em;
  font-weight: 500;
}
.resources .resource_row .resource_box p.regular {
  font-family: Aeonik;
  color: #496080;
  margin: 0px;
  padding: 0px;
}
.resources .resource_row .resource_box:hover {
  border: 1px solid #004FF4;
  box-shadow: 0px 4px 14px 2px rgba(73, 96, 128, 0.35);
}
.resources .resource_row .resource_box:hover h4.regular {
  color: #004FF4;
}

.affordable {
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  .affordable {
    padding-bottom: 40px;
  }
}
.affordable h3.regular {
  font-family: Aeonik;
  color: #222934;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 30px;
}
.affordable .points p.regular {
  font-family: Aeonik;
  font-weight: 400;
}
.affordable .points .blue {
  color: #004FF4;
}
.affordable .points a {
  font-family: Aeonik;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 767px) {
  .affordable .afford_image_box {
    text-align: center;
    margin-top: 20px;
  }
}
.affordable .afford_image_box img {
  text-align: right;
  width: 100%;
  border-radius: 16px;
}

.integrated .integrated_header {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .integrated .integrated_header {
    margin-bottom: 20px;
  }
}
.integrated .integrated_header h3.regular {
  font-family: Aeonik;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .integrated .integrated_header h3.regular {
    margin-top: 30px;
  }
}
.integrated .integrated_header p.regular {
  font-family: Aeonik;
  font-weight: 400;
  margin: auto;
  width: 75%;
  text-align: center;
}
.integrated .integrated_features {
  margin-bottom: 30px;
}
.integrated .integrated_features img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(125, 149, 179, 0.25);
  box-shadow: 0px 4px 8px 2px rgba(125, 149, 179, 0.35);
}
@media (max-width: 575px) {
  .integrated .integrated_features img {
    width: 100%;
  }
}
.integrated .integrated_features h4.regular {
  font-family: Aeonik;
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 2%;
}
.integrated .integrated_features p.regular {
  font-weight: 400;
}
.integrated .integrated_features a {
  font-family: Aeonik;
  font-weight: 500;
  text-decoration: none;
}
.integrated .integrated_features a .link {
  font-family: Aeonik;
  font-weight: 500;
  font-size: 1em;
}/*# sourceMappingURL=teachstata.css.map */