.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.cert .container {
  width: 90vw;
}
.cert .container__bg {
  position: absolute;
  background: #262261;
  width: 100%;
  height: 300px;
  z-index: -1;
}
.cert .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cert .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin: 0 5vw;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cert .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  list-style: none;
}
.cert .navigation a {
  font-size: 24px;
}
.cert .menu__item {
  color: white;
}
.cert .menu__item a {
  cursor: pointer;
}
.cert .menu__item--active {
  color: #ffc63d;
}
.cert .banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cert .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}
.cert .banner__image-wrapper {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  margin-left: 5vw;
  border-radius: 80px 0 0 0;
}
.cert .banner__title {
  position: absolute;
  font-weight: bolder;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: #ffc63d;
  font-size: 56px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cert .banner__overlay {
  background-color: rgba(0, 0, 0, 0.422);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.cert .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cert .tab__item {
  color: #b3b3b3;
  font-size: 26px;
  text-align: center;
}
.cert .tab__item--active {
  color: #262261;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 4px solid #ffc63d;
}
.cert .section1 {
  padding: 0px 0px 50px 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1400px;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .cert .section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cert .section1 table th {
  border: 1px solid #262261;
}
.cert .section1__table {
  width: 100%;
}
.cert .section1__title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #262261;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cert .section1__title {
    font-size: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cert .section1__table-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  background: #ffc63d;
  font-weight: bold;
  color: #262261;
}
@media only screen and (max-width: 767px) {
  .cert .section1__table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cert .section1__table-head div {
  text-align: center;
  font-size: 22px;
  padding: 10px;
  min-width: 256.86px;
  background: #ffc63d;
}
@media only screen and (max-width: 767px) {
  .cert .section1__table-head div {
    font-size: 16px;
  }
}
.cert .section1__table-head div:first-child {
  border-right: 1px solid #fff;
}
.cert .section1__table-subhead {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  background: #fff9eb;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cert .section1__table-subhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cert .section1__table-subhead div {
  text-align: center;
  padding: 10px;
  min-width: 256.86px;
  background: #fff9eb;
}
.cert .section1__table-subhead div:first-child {
  border-right: 1px solid #000;
  text-align: center;
}
.cert .section1__table-b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.cert .section1__table-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
.cert .section1__table-a ul {
  list-style: none;
}
.cert .list_price_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 256.86px;
}
.cert .list {
  width: 80%;
  padding: 20px;
  min-width: 175px;
}
.cert .section1__table-a .list_price_wrapper:first-child {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.cert .section1__table-a .list_price_wrapper:first-child {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.cert .section1__table-a .list_price_wrapper:last-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.cert .section1__table-a .list_price_wrapper:last-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.cert .section1__table-a .price {
  border-left: 1px solid #000;
  min-width: 60px;
}
.cert .list li {
  padding: 10px 0px;
}
.cert .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  text-align: center;
  padding: 20px;
}
.cert .table_foot {
  border-bottom: 8px solid #ffc63d;
}
.cert .hl {
  font-size: 14px;
  color: red;
}
.cert .htext {
  color: red;
}
.cert .section2 {
  padding: 50px 0px;
  border-top: 2px solid #000;
  margin: 50px auto;
  max-width: 1400px;
}
.cert .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cert .s2b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px auto;
  grid-template-columns: 60px auto;
}
@media only screen and (max-width: 767px) {
  .cert .s2b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.cert .s2u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.cert .s2b li {
  padding-top: 20px;
  margin-left: 20px;
}
.cert .section3 {
  padding: 50px 0px;
  border-top: 2px solid #000;
  margin: 50px auto;
  max-width: 1400px;
}
.cert .section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cert .s3head {
  background-color: #ffc63d;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 90%;
  grid-template-columns: 10% 90%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cert .s3head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 397px;
  }
}
.cert .s3head div {
  padding: 10px;
}
.cert .s3head div:last-child {
  border-left: 1px solid white;
}
.cert .s3b1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 90%;
  grid-template-columns: 10% 90%;
}
@media only screen and (max-width: 767px) {
  .cert .s3b1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 397px;
  }
}
.cert .btext {
  font-weight: bold;
  min-width: 80px;
}
.cert .s3bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff9eb;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.cert .s3bbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff9eb;
  border-right: 1px solid #000;
}
.cert .s3bb1a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 80%;
  grid-template-columns: 20% 80%;
}
@media only screen and (max-width: 767px) {
  .cert .s3bb1a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cert .s3bb1g {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .cert .s3bb1g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cert .s3bb1g div {
  padding: 10px;
}
.cert .s3bb1a div {
  padding: 10px;
}
.cert .s3bb1g div:first-child {
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .cert .s3bb1g div:first-child {
    min-width: 120px;
  }
}
.cert .s3bb1a div:first-child {
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .cert .s3bb1a div:first-child {
    min-width: 120px;
  }
}
.cert .s3bb1g div:last-child {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .cert .s3bb1g div:last-child {
    min-width: 200px;
  }
}
.cert .s3bb1a div:last-child {
  text-align: center;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .cert .s3bb1a div:last-child {
    min-width: 200px;
  }
}
.cert .s3bba {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .cert .s3bba {
    width: 100%;
  }
}
.cert .s3bblast {
  border-bottom: none !important;
}
.cert .h12m {
  margin-left: 30px;
  padding: 10px;
}
.cert .h12m li {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .cert .h12m li {
    min-width: 300px;
  }
}
.cert .sec3cont {
  border-bottom: 8px solid #ffc63d;
  overflow-x: auto;
}
.cert .grText {
  display: block;
  color: #b3b3b3;
  font-size: 14px;
}
.cert .s2gg {
  font-weight: bold;
  font-size: 26px;
  color: #262261;
  text-align: center;
  padding-bottom: 20px;
}