@import url("https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
body .history {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .history .history-img {
  aspect-ratio: 3/4;
  border-radius: 10px 18px 10px 18px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
body .history .abc-avp {
  width: 90%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  border: none;
}
body .miss-vis-qp {
  display: flex;
  flex-direction: column;
}
body .miss-vis-qp .mvq-container {
  background-color: rgba(226, 226, 226, 0.4);
  border-radius: 10px;
}
body .miss-vis-qp .mvq-container .desc .panel-title-container {
  display: flex;
}
body .miss-vis-qp .mvq-container .desc .panel-title-container .mvq-icon {
  aspect-ratio: 1/1;
  transform: scale(0.7);
}
body .affiliates {
  display: flex;
  flex-direction: column;
}
body .affiliates .affiliates-list {
  display: flex;
}
body .affiliates .affiliates-list .affiliate {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background-color: rgba(226, 226, 226, 0.4);
  border-radius: 10px;
}
body .affiliates .affiliates-list .affiliate .affiliate-thumb {
  width: 100%;
  aspect-ratio: 10/12;
  border-radius: 10px;
}
body .affiliates .affiliates-list .affiliate .affiliate-name {
  color: #004b93;
  font-family: "Sunflower";
  font-weight: 500;
  text-align: center;
}
body .affiliates .affiliates-list .affiliate .see-details-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #004b93;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: white;
  border: 0;
  transition: 0.2s;
  width: fit-content;
}
body .affiliates .affiliates-list .affiliate .see-details-btn:hover {
  transform: scale(1.05);
  background-color: #00396e;
}
body .awards-recog {
  display: flex;
  flex-direction: column;
}
body .awards-recog .awards-list {
  display: flex;
  flex-direction: column;
}
body .awards-recog .awards-list .award {
  display: flex;
  background-color: rgba(226, 226, 226, 0.4);
}
body .awards-recog .awards-list .award .award-thumb-container {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .awards-recog .awards-list .award .award-thumb-container .award-thumb {
  width: 100%;
}
body .awards-recog .awards-list .award .award-text {
  width: 100%;
}
body .awards-recog .awards-list .award .award-text .award-name {
  color: #004b93;
  font-family: "Sunflower";
  font-weight: 500;
}
body .awards-recog .awards-list .award .award-text .awarding-body {
  color: rgba(37, 37, 37, 0.6);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
body .awards-recog .awards-list .award .award-text .award-description {
  font-family: "DM Sans", sans-serif;
  color: rgba(37, 37, 37, 0.6);
  margin: 6px 0 0 0;
}
body .awards-recog .awards-list .award .award-text .award-description .pab-link {
  color: #004b93;
}
body .awards-recog .awards-list .award .award-text .see-details-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #004b93;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: white;
  border: 0;
  transition: 0.2s;
  width: fit-content;
}
body .awards-recog .awards-list .award .award-text .see-details-btn:hover {
  transform: scale(1.05);
  background-color: #00396e;
}
body .lic-certs {
  display: flex;
  flex-direction: column;
}
body .lic-certs .lic-cert-list {
  display: flex;
  flex-direction: column;
}
body .lic-certs .lic-cert-list .lic-cert {
  display: flex;
  background-color: rgba(226, 226, 226, 0.4);
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-thumb-container {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-thumb-container .lic-cert-thumb {
  width: 100%;
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-text {
  width: 100%;
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-name {
  color: #004b93;
  font-family: "Sunflower";
  font-weight: 500;
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-text .awarding-body {
  color: rgba(37, 37, 37, 0.6);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-description {
  font-family: "DM Sans", sans-serif;
  color: rgba(37, 37, 37, 0.6);
  margin: 6px 0 0 0;
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-text .dl-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #004b93;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: white;
  border: 0;
  transition: 0.2s;
  width: fit-content;
  text-decoration: none;
}
body .lic-certs .lic-cert-list .lic-cert .lic-cert-text .dl-btn:hover {
  transform: scale(1.05);
  background-color: #00396e;
}
body .acc-hmo {
  display: flex;
  flex-direction: column;
}
body .acc-hmo .hmo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .acc-hmo .hmo-list .hmo {
  background-color: rgba(226, 226, 226, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .acc-hmo .hmo-list .hmo .hmo-thumb-container {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .acc-hmo .hmo-list .hmo .hmo-thumb-container .hmo-thumb {
  width: 100%;
}
body .acc-hmo .hmo-list .hmo .hmo-text .hmo-name {
  color: #004b93;
  font-family: "Sunflower";
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 1440px) {
  .history {
    padding: 150px 170px 60px 170px;
    gap: 40px;
  }
  .history .history-img {
    width: 400px;
  }
  .miss-vis-qp {
    padding: 150px 170px 60px 170px;
    gap: 50px;
  }
  .miss-vis-qp .mvq-container {
    padding: 30px;
    gap: 40px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container {
    gap: 10px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container .mvq-icon {
    height: 55px;
  }
  .affiliates {
    padding: 150px 170px 60px 170px;
    gap: 30px;
  }
  .affiliates .affiliates-list {
    padding: 0 70px;
    gap: 30px;
  }
  .affiliates .affiliates-list .affiliate {
    gap: 10px;
    padding: 20px;
  }
  .affiliates .affiliates-list .affiliate .affiliate-name {
    font-size: 20px;
  }
  .affiliates .affiliates-list .affiliate .see-details-btn {
    padding: 10px 26px;
    font-size: 14px;
  }
  .awards-recog {
    padding: 150px 170px 60px 170px;
    gap: 30px;
  }
  .awards-recog .awards-list {
    padding: 0 40px;
    gap: 20px;
  }
  .awards-recog .awards-list .award {
    gap: 40px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .awards-recog .awards-list .award .award-thumb {
    width: 30%;
  }
  .awards-recog .awards-list .award .award-text .award-name {
    font-size: 30px;
  }
  .awards-recog .awards-list .award .award-text .awarding-body {
    font-size: 20px;
  }
  .awards-recog .awards-list .award .award-text .award-description {
    font-size: 20px;
    text-indent: 20px;
  }
  .awards-recog .awards-list .award .award-text .see-details-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    margin: 30px 0 0 0;
  }
  .lic-certs {
    padding: 150px 170px 60px 170px;
    gap: 30px;
  }
  .lic-certs .lic-cert-list {
    padding: 0 40px;
    gap: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert {
    gap: 40px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-thumb {
    width: 30%;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-name {
    font-size: 30px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .awarding-body {
    font-size: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-description {
    font-size: 20px;
    text-indent: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .dl-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    margin: 30px 0 0 0;
  }
  .acc-hmo {
    padding: 150px 170px 60px 170px;
    gap: 30px;
  }
  .acc-hmo .hmo-list {
    padding: 0 100px;
    gap: 30px;
  }
  .acc-hmo .hmo-list .hmo {
    width: 250px;
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
  }
  .acc-hmo .hmo-list .hmo .hmo-text .hmo-name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .history {
    padding: 180px 120px 60px 120px;
    gap: 40px;
  }
  .history .history-img {
    width: 400px;
  }
  .miss-vis-qp {
    padding: 150px 120px 60px 120px;
    gap: 40px;
  }
  .miss-vis-qp .mvq-container {
    padding: 20px;
    gap: 30px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container {
    gap: 10px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container .mvq-icon {
    height: 43px;
  }
  .affiliates {
    padding: 150px 120px 60px 120px;
    gap: 40px;
  }
  .affiliates .affiliates-list {
    padding: 0 40px;
    gap: 20px;
  }
  .affiliates .affiliates-list .affiliate {
    gap: 10px;
    padding: 20px;
  }
  .affiliates .affiliates-list .affiliate .affiliate-name {
    font-size: 14px;
  }
  .affiliates .affiliates-list .affiliate .see-details-btn {
    padding: 10px 18px;
    font-size: 10px;
  }
  .awards-recog {
    padding: 150px 120px 60px 120px;
    gap: 40px;
  }
  .awards-recog .awards-list {
    padding: 0 40px;
    gap: 20px;
  }
  .awards-recog .awards-list .award {
    gap: 40px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .awards-recog .awards-list .award .award-thumb {
    width: 30%;
  }
  .awards-recog .awards-list .award .award-text .award-name {
    font-size: 16px;
  }
  .awards-recog .awards-list .award .award-text .awarding-body {
    font-size: 12px;
  }
  .awards-recog .awards-list .award .award-text .award-description {
    font-size: 14px;
    text-indent: 20px;
  }
  .awards-recog .awards-list .award .award-text .see-details-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .lic-certs {
    padding: 150px 120px 60px 120px;
    gap: 40px;
  }
  .lic-certs .lic-cert-list {
    padding: 0 40px;
    gap: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert {
    gap: 40px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-thumb {
    width: 30%;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-name {
    font-size: 16px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .awarding-body {
    font-size: 12px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-description {
    font-size: 14px;
    text-indent: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .dl-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .acc-hmo {
    padding: 150px 120px 60px 120px;
    gap: 40px;
  }
  .acc-hmo .hmo-list {
    padding: 0 0;
    gap: 14px;
  }
  .acc-hmo .hmo-list .hmo {
    width: 250px;
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
  }
  .acc-hmo .hmo-list .hmo .hmo-text .hmo-name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .history {
    padding: 110px 80px 40px 80px;
    gap: 20px;
  }
  .history .history-img {
    width: 50%;
  }
  .miss-vis-qp {
    padding: 110px 80px 40px 80px;
    gap: 20px;
  }
  .miss-vis-qp .mvq-container {
    padding: 20px;
    gap: 30px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container {
    gap: 10px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container .mvq-icon {
    height: 25px;
  }
  .affiliates {
    padding: 110px 120px 60px 120px;
    gap: 40px;
  }
  .affiliates .affiliates-list {
    padding: 0 20px;
    gap: 20px;
  }
  .affiliates .affiliates-list .affiliate {
    gap: 6px;
    padding: 10px;
  }
  .affiliates .affiliates-list .affiliate .affiliate-name {
    font-size: 10px;
  }
  .affiliates .affiliates-list .affiliate .see-details-btn {
    padding: 10px 18px;
    font-size: 10px;
  }
  .awards-recog {
    padding: 110px 120px 60px 120px;
    gap: 40px;
  }
  .awards-recog .awards-list {
    padding: 0 0;
    gap: 20px;
  }
  .awards-recog .awards-list .award {
    gap: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
  .awards-recog .awards-list .award .award-thumb {
    width: 100%;
  }
  .awards-recog .awards-list .award .award-text .award-name {
    font-size: 16px;
  }
  .awards-recog .awards-list .award .award-text .awarding-body {
    font-size: 12px;
  }
  .awards-recog .awards-list .award .award-text .award-description {
    font-size: 12px;
    text-indent: 20px;
  }
  .awards-recog .awards-list .award .award-text .see-details-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .lic-certs {
    padding: 110px 120px 60px 120px;
    gap: 40px;
  }
  .lic-certs .lic-cert-list {
    padding: 0 0;
    gap: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert {
    gap: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-thumb {
    width: 100%;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-name {
    font-size: 16px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .awarding-body {
    font-size: 12px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-description {
    font-size: 12px;
    text-indent: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .dl-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .acc-hmo {
    padding: 110px 120px 60px 120px;
    gap: 40px;
  }
  .acc-hmo .hmo-list {
    padding: 0 0;
    gap: 14px;
  }
  .acc-hmo .hmo-list .hmo {
    width: 180px;
    padding: 14px;
    gap: 10px;
    border-radius: 10px;
  }
  .acc-hmo .hmo-list .hmo .hmo-text .hmo-name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .history {
    padding: 110px 80px 40px 80px;
    gap: 30px;
    flex-direction: column;
  }
  .history .history-img {
    width: 50%;
  }
  .miss-vis-qp {
    padding: 110px 80px 40px 80px;
    gap: 20px;
  }
  .miss-vis-qp .mvq-container {
    padding: 20px;
    gap: 30px;
    flex-direction: column;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container {
    gap: 10px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container .mvq-icon {
    height: 25px;
  }
  .affiliates {
    padding: 110px 80px 40px 80px;
    gap: 20px;
  }
  .affiliates .affiliates-list {
    padding: 0 0;
    gap: 20px;
    flex-direction: column;
  }
  .affiliates .affiliates-list .affiliate {
    gap: 10px;
    padding: 20px;
  }
  .affiliates .affiliates-list .affiliate .affiliate-name {
    font-size: 22px;
  }
  .affiliates .affiliates-list .affiliate .see-details-btn {
    padding: 10px 18px;
    font-size: 10px;
  }
  .awards-recog {
    padding: 110px 80px 40px 80px;
    gap: 20px;
  }
  .awards-recog .awards-list {
    padding: 0 0;
    gap: 20px;
  }
  .awards-recog .awards-list .award {
    gap: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
  .awards-recog .awards-list .award .award-thumb {
    width: 100%;
  }
  .awards-recog .awards-list .award .award-text .award-name {
    font-size: 16px;
  }
  .awards-recog .awards-list .award .award-text .awarding-body {
    font-size: 12px;
  }
  .awards-recog .awards-list .award .award-text .award-description {
    font-size: 12px;
    text-indent: 20px;
  }
  .awards-recog .awards-list .award .award-text .dl-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .lic-certs {
    padding: 110px 80px 40px 80px;
    gap: 20px;
  }
  .lic-certs .lic-cert-list {
    padding: 0 0;
    gap: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert {
    gap: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-thumb {
    width: 100%;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-name {
    font-size: 16px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .awarding-body {
    font-size: 12px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-description {
    font-size: 12px;
    text-indent: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .see-details-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .acc-hmo {
    padding: 100px 80px 40px 80px;
    gap: 20px;
  }
  .acc-hmo .hmo-list {
    padding: 0 0;
    gap: 14px;
  }
  .acc-hmo .hmo-list .hmo {
    width: 150px;
    padding: 14px;
    gap: 10px;
    border-radius: 10px;
  }
  .acc-hmo .hmo-list .hmo .hmo-text .hmo-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .history {
    padding: 70px 40px 40px 40px;
    gap: 20px;
    flex-direction: column;
  }
  .history .history-img {
    width: 70%;
  }
  .miss-vis-qp {
    padding: 70px 40px 40px 40px;
    gap: 20px;
  }
  .miss-vis-qp .mvq-container {
    padding: 20px;
    gap: 37px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container {
    gap: 10px;
  }
  .miss-vis-qp .mvq-container .desc .panel-title-container .mvq-icon {
    height: 20px;
  }
  .affiliates {
    padding: 70px 40px 40px 40px;
    gap: 20px;
  }
  .affiliates .affiliates-list {
    padding: 0 0;
    gap: 20px;
    flex-direction: column;
  }
  .affiliates .affiliates-list .affiliate {
    gap: 10px;
    padding: 15px;
  }
  .affiliates .affiliates-list .affiliate .affiliate-name {
    font-size: 16px;
  }
  .affiliates .affiliates-list .affiliate .see-details-btn {
    padding: 10px 18px;
    font-size: 10px;
  }
  .awards-recog {
    padding: 70px 40px 40px 40px;
    gap: 20px;
  }
  .awards-recog .awards-list {
    padding: 0 0;
    gap: 20px;
  }
  .awards-recog .awards-list .award {
    gap: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
  .awards-recog .awards-list .award .award-thumb {
    width: 100%;
  }
  .awards-recog .awards-list .award .award-text .award-name {
    font-size: 16px;
  }
  .awards-recog .awards-list .award .award-text .awarding-body {
    font-size: 12px;
  }
  .awards-recog .awards-list .award .award-text .award-description {
    font-size: 12px;
    text-indent: 20px;
  }
  .awards-recog .awards-list .award .award-text .see-details-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .lic-certs {
    padding: 70px 40px 40px 40px;
    gap: 20px;
  }
  .lic-certs .lic-cert-list {
    padding: 0 0;
    gap: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert {
    gap: 20px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-thumb {
    width: 100%;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-name {
    font-size: 16px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .awarding-body {
    font-size: 12px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .lic-cert-description {
    font-size: 12px;
    text-indent: 20px;
  }
  .lic-certs .lic-cert-list .lic-cert .lic-cert-text .dl-btn {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .acc-hmo {
    padding: 70px 40px 40px 40px;
    gap: 20px;
  }
  .acc-hmo .hmo-list {
    padding: 0 0;
    gap: 20px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  .acc-hmo .hmo-list .hmo {
    width: 100%;
    padding: 12px;
    gap: 10px;
    border-radius: 10px;
  }
  .acc-hmo .hmo-list .hmo .hmo-text .hmo-name {
    font-size: 16px;
  }
}/*# sourceMappingURL=about-us.css.map */