article p,
article span {
  font-size: 16px;
  line-height: 28px;
  color: #303c42;
}
article h1 {
  font-weight: 500;
  font-size: 4.16vw;
  line-height: 1.33;
  font-family: "Manrope" !important;
  padding-top: 0;
}
article h2 {
  font-weight: 500;
  margin: 0;
  color: #101f3a;
  font-family: "Manrope" !important;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
article h3 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  margin: 21px 0 15px;
}
.same-width {
  max-width: 90%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.btn-link a {
  width: 211px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  vertical-align: top;
}
.btn-link a:hover {
  text-decoration: none;
}
.btn-link .animation-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  border: 1px solid #fff;
  color: #fff;
  margin: 49px auto 0;
  min-width: 180px;
  height: 50px;
}
.animation-btn:hover:after {
  content: "";
  display: inline-block;
  -moz-animation: aperture 0.7s;
  -webkit-animation: aperture 0.7s;
  animation: aperture 0.7s;
  width: 35px;
  height: 35px;
  position: absolute;
  background: rgba(245, 252, 255, 0.15);
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
  left: 0;
  right: 0;
  top: 0.5vw;
  margin: auto;
  line-height: 30px;
}
.svg-icon {
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
@keyframes aperture {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(2);
  }
  20% {
    transform: scale(3);
  }
  30% {
    transform: scale(4);
  }
  40% {
    transform: scale(5);
  }
  50% {
    transform: scale(6);
  }
  60% {
    transform: scale(7);
  }
  70% {
    transform: scale(8);
  }
  80% {
    transform: scale(9);
  }
  90% {
    transform: scale(10);
  }
  100% {
    transform: scale(11);
  }
}
.yeastar-academy {
  background: url(/wp-content/uploads/2023/05/yeastar-academy-banner.webp)
    center no-repeat;
  background-size: cover;
  min-height: 800px;
  padding-top: 210px;
}
.yeastar-academy .same-width {
  display: block;
}
.yeastar-academy .banner-p {
  font-size: 24px;
  width: 567px;
  max-width: 90%;
  line-height: 1.5;
}
.anchor-list {
  width: 975px;
  max-width: 100%;
  min-height: 129px;
  background: #fff;
  box-shadow: 3px 8px 27px 7px rgba(157, 163, 169, 0.1);
  border-radius: 65px;
  display: flex;
  align-items: center;
  padding: 0 5% 0 4%;
  margin-top: 160px;
}
.anchor-cont img {
  width: 82px;
}
.anchor-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.anchor-cont a {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #303c42;
}
/*  */
.academy-series {
  justify-content: space-between;
}
.academy-info {
  max-width: 1025px;
  margin: 5.2vw auto 60px;
  text-align: center;
}
.academy-series .cont-right {
  width: 70%;
  min-height: 26vw;
  border: 1px solid #c9eafb;
  border-radius: 13px;
  padding: 2vw 0 2.6vw;
  text-align: center;
  position: relative;
  background: #fff;
}
.menu-list {
  display: flex;
  justify-content: space-between;
  width: 308px;
  position: relative;
  height: 128px;
}
.menu-list:last-child {
  margin-bottom: 0;
  height: auto;
}
.menu-list:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  background: #c9eafb;
  position: absolute;
  top: 31px;
  left: 20px;
}
.menu-list:last-child:after {
  display: none;
}
.menu-list span {
  display: inline-block;
  width: 245px;
  height: 41px;
  border-radius: 20px;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 41px;
  padding-left: 16px;
  cursor: pointer;
  color: #101f3a;
}
.menu-list span:hover {
  color: #006ee1;
}
.wp-menu span {
  background: url(/wp-content/uploads/2023/05/new-icon.webp) right no-repeat;
  background-size: 33px;
}
.menu-list svg {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #c9eafb;
  background: #fff;
  position: relative;
  z-index: 2;
}
.menu-list svg use {
  transform: translateX(-100px);
  filter: drop-shadow(#c9eafb 100px 0);
}
.click-active span {
  background-color: #006ee1;
  color: #fff;
}
.click-active span:hover {
  color: #fff;
}
.click-active svg {
  background: #006ee1;
}
.click-active svg use {
  filter: drop-shadow(#fff 100px 0);
}
.click-active span:after {
  content: "";
  display: block;
  border-width: 0 5px 15px 5px;
  border-style: solid;
  border-color: transparent transparent #006ee1;
  position: absolute;
  left: -12px;
  top: 13px;
  transform: rotate(270deg);
}
.academy-list {
  display: flex;
  justify-content: space-around;
}
.wp-area .academy-list {
  margin-top: 30px;
}
.academy-list .grade {
  display: inline-block;
  color: #006ee1;
  border: 1px solid #006ee1;
  border-radius: 20px;
  padding: 0 12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.academy-list p {
  min-height: 56px;
  margin-bottom: 16px;
}
.academy-list p span {
  display: block;
}
.academy-list:nth-child(2) div p {
  /* min-height:84px; */
}
.academy-list div {
  position: relative;
  width: 33.333%;
}
.academy-list div:after {
  content: "";
  display: inline-block;
  width: 95%;
  height: 1px;
  background: #006ee1;
  position: absolute;
  left: 50%;
  top: 51.2%;
}
.cont-rg-bott:nth-child(2) .academy-list div:after {
  top: 47%;
}
.wp-area .academy-list div:after {
  display: none;
}
.wp-area img {
  width: 173px;
}
.academy-list div:last-child:after {
  display: none;
}
.academy-list a,
/*  */
.get-trained .cont-bott div a {
  font-size: 16px;
  color: #006ee1;
  position: relative;
  display: inline-block;
  width: 120px;
}
.academy-list a:after,
.get-trained .cont-bott a:after {
  content: "";
  display: inline-block;
  background-size: 19px 17px;
  width: 19px;
  height: 17px;
  position: absolute;
  right: -10px;
  top: 5px;
  transition: all 0.3s;
}
.academy-list a:hover,
.get-trained .cont-bott a:hover {
  text-decoration: none;
  color: #00b7ff;
}
.academy-list a:hover:after,
.get-trained .cont-bott a:hover:after {
  right: 0;
  background-size: 23px 17px;
  width: 23px;
}
.cont-rg-bott {
  position: absolute;
  background: #fff;
  display: none;
  left: 0;
  padding: 0 25px;
  width: 100%;
}
.cont-rg-bott:first-child {
  display: block;
}
.cont-rg-bott > p {
  margin-bottom: 5px;
}
.cont-rg-bott:nth-child(3) .academy-list {
  display: block;
}
.cont-rg-bott:nth-child(3) .academy-list div {
  width: 100%;
}
.academy-list .svg-icon {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/*  */
.get-trained {
  margin: 7.3vw auto 0;
  background: url(/wp-content/uploads/2023/05/get-trained-bg.webp) center
    no-repeat;
  background-size: cover;
  min-height: 937px;
  background-color: #dcf8ff;
  padding-top: 90px;
}
.get-trained h2 {
  margin-bottom: 20px;
}
.get-trained .cont-top,
.get-trained .cont-bott {
  position: relative;
  z-index: 2;
}
.get-trained .cont-bott {
  display: flex;
  justify-content: space-between;
}
.get-trained .cont-top p {
  max-width: 1100px;
  margin: 0 auto 3vw;
}
.get-trained .cont-bott div {
  width: 31%;
  background: #ffffff;
  box-shadow: 0px 20px 49px 4px rgba(61, 74, 89, 0.2);
  border-radius: 13px;
  padding: 17px 14px 40px;
  text-align: left;
}
.get-trained .cont-bott img {
  width: 100%;
}
.get-trained .cont-bott p {
  min-height: 112px;
}
.yeastar-authorized {
  margin: 7vw auto 0;
  text-align: center;
  min-height: 395px;
  padding: 45px 7vw 0;
  background-size: cover;
  border-radius: 20px;
}
.yeastar-authorized h2,
.yeastar-authorized p {
  color: #fff;
}
.take-exam {
  min-height: 328px;
  margin-top: 7vw;
}
.take-exam .btn-link .animation-btn {
  margin: 0;
  background-color: #00b7ff;
  border: none;
}
.take-exam > div {
  position: relative;
}
.take-exam h2 {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 30px;
}
.take-exam .cont-right {
  width: 41%;
}
.take-exam .cont-left {
  width: 59%;
  padding-top: 125px;
}
.take-exam img {
  display: block;
}
@media (max-width: 1700px) and (min-width: 1501px) {
  .academy-series .cont-right {
    min-height: 34vw;
  }
}
@media (max-width: 1500px) and (min-width: 768px) {
  div .same-width {
    max-width: 90%;
    width: 1100px;
  }
  .conte-bott-right input[type="submit"] {
    width: 110px;
    right: 0vw;
    font-size: 16px;
    top: 14px;
  }
  .hs-richtext:last-child p {
    margin-top: -23px;
  }
  #primary .form-columns-1 textarea.hs-input {
    font-size: 15px;
  }
  .yeastar-academy {
    min-height: 600px;
    padding-top: 100px;
  }
  .anchor-list {
    min-height: 100px;
  }
  .anchor-list .anchor span {
    font-size: 20px;
  }
  .academy-list .svg-icon {
    width: 123px;
  }
  .yeastar-academy .banner-p {
    font-size: 22px;
    line-height: 38px;
  }
  .menu-list {
    width: 290px;
  }
  .menu-list span {
    font-size: 20px;
    width: 230px;
  }
  .take-exam h2 {
    font-size: 2.5vw;
  }
  .take-exam {
    min-height: 302px;
  }
  .take-exam .cont-left {
    padding-top: 110px;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .academy-list div:after {
    display: none;
  }
  .academy-series .cont-right {
    min-height: 44vw;
  }
}
@media (max-width: 767px) {
  #primary * {
    line-height: initial;
  }
  #primary h1 {
    font-size: 22px;
  }
  #primary h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 45px 5px 15px;
  }
  #primary h3 {
    font-size: 18px;
  }
  #primary p {
    font-size: 16px;
  }
  .btn-link a {
    width: 180px;
    font-size: 16px;
    padding: 15px 0;
  }
  .same-width,
  .get-trained {
    flex-direction: column;
    width: 95%;
  }
  .same-width > div,
  .academy-series .cont-right {
    width: 100%;
  }
  .same-width > div + div {
    width: 100%;
    margin-left: 0;
  }
  .btn-link .animation-btn {
    line-height: 20px !important;
  }
  .field textarea {
    height: 120px;
  }
  .academy-list {
    flex-direction: column;
  }
  .academy-list div:after,
  .get-trained:before,
  .get-trained:after {
    display: none;
  }
  .academy-series .cont-right {
    min-height: 1122px;
    padding-top: 40px;
    margin-top: 30px;
  }
  .academy-list:nth-child(2) div p {
    min-height: 54px;
  }
  .get-trained .cont-bott {
    flex-direction: column;
  }
  .get-trained .cont-bott div {
    width: 100%;
    margin: 10px 0;
  }
  .take-exam > div {
    width: 95%;
    flex-direction: column;
  }
  #primary .take-exam h2 {
    padding-top: 0;
    white-space: normal;
  }
  .menu-list {
    height: 58px;
  }
  #primary .menu-list span {
    line-height: 41px;
  }
  .yeastar-academy {
    min-height: 400px;
    padding-top: 80px;
  }
  .yeastar-academy .cont-info {
    width: 95%;
  }
  .yeastar-academy .banner-p {
    width: 100%;
  }
  .anchor-list .anchor span {
    font-size: 16px;
  }
  .anchor-list {
    margin-top: 50px;
  }
  .yeastar-academy .cont-righ img {
    width: 100%;
    position: initial;
  }
  .take-exam .cont-left {
    width: 100%;
  }
  .take-exam .cont-right {
    width: 100%;
  }
  .yeastar-authorized {
    padding-top: 0;
  }
}
