/* Fix result carousel dots bị Flatsome button style làm méo */
#phun-xam-chan-may-landing-wrapper .phun-xam-chan-may-results__dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 12px !important;
    padding: 0 !important;
}

#phun-xam-chan-may-landing-wrapper .phun-xam-chan-may-results__dot,
#phun-xam-chan-may-landing-wrapper button.phun-xam-chan-may-results__dot {
    display: block !important;
    flex: 0 0 auto !important;

    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;

    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;

    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;
    outline: 0 !important;

    background: rgba(113, 13, 172, 0.22) !important;
    box-shadow: none !important;

    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    cursor: pointer !important;
    transform: none !important;
}

#phun-xam-chan-may-landing-wrapper .phun-xam-chan-may-results__dot.is-active,
#phun-xam-chan-may-landing-wrapper button.phun-xam-chan-may-results__dot.is-active {
    width: 9px !important;
    min-width: 9px !important;
    max-width: 9px !important;

    height: 9px !important;
    min-height: 9px !important;
    max-height: 9px !important;

    background: #710DAC !important;
}

#phun-xam-chan-may-landing-wrapper {
  width: 100%;
  overflow: hidden;
  background: #f4eefc;
}

#phun-xam-chan-may-landing-wrapper *,
#phun-xam-chan-may-landing-wrapper *::before,
#phun-xam-chan-may-landing-wrapper *::after {
  box-sizing: border-box;
}

/* ==========================================================================
   Hero banner
   ========================================================================== */

.phun-xam-chan-may-hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4eefc;
}

.phun-xam-chan-may-hero-banner__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.phun-xam-chan-may-hero-banner__picture {
  display: block;
  width: 100%;
}

.phun-xam-chan-may-hero-banner__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.phun-xam-chan-may-hero-banner__cta {
  position: absolute;
  left: 77%;
  bottom: 12%;
  z-index: 3;
  display: inline-flex;
  width: 355px;
  transform: translateX(-50%);
  text-decoration: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.phun-xam-chan-may-hero-banner__cta:hover {
  transform: translateX(-50%) translateY(-1px);
  filter: brightness(1.05);
}

.phun-xam-chan-may-hero-banner__cta-image {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Brow problems
   ========================================================================== */

.phun-xam-chan-may-brow-problems {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 54px 24px 44px;
  background: #f4eefc;
}

.phun-xam-chan-may-brow-problems__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.phun-xam-chan-may-brow-problems__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 100vw;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.75;
}

.phun-xam-chan-may-brow-problems__title-star {
  position: absolute;
  top: 35px;
  right: 8%;
  z-index: 2;
  width: 120px;
  height: 120px;
  object-fit: contain;
  pointer-events: none;
}

.phun-xam-chan-may-section-heading {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.phun-xam-chan-may-section-heading__glow {
  position: absolute;
  left: 50%;
  top: 18px;
  z-index: -1;
  width: 340px;
  height: 90px;
  border-radius: 999px;
  background: #f4eeff;
  filter: blur(24px);
  transform: translateX(-50%);
  pointer-events: none;
}

.phun-xam-chan-may-section-heading__line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.phun-xam-chan-may-section-heading__main {
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  background: linear-gradient(180deg, #9615d2 0%, #451180 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phun-xam-chan-may-section-heading__sub {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.phun-xam-chan-may-section-heading__pill-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
}

.phun-xam-chan-may-section-heading__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 312px;
  min-height: 54px;
  padding: 7px 39px 0px 39px;
  border-radius: 41.5px;
  border: 1px solid #710dac;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
}

.phun-xam-chan-may-section-heading__pill-text {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.phun-xam-chan-may-section-heading__pill-star {
  position: absolute;
  width: 40px;
  height: 40px;
  object-fit: contain;
  pointer-events: none;
}

.phun-xam-chan-may-section-heading__pill-star--left {
  left: -12px;
  bottom: -18px;
  transform: rotate(119deg);
}

.phun-xam-chan-may-section-heading__pill-star--right {
  right: -2px;
  top: -24px;
}

.phun-xam-chan-may-brow-problems__heading {
  margin-bottom: 34px;
}

.phun-xam-chan-may-brow-problems__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.phun-xam-chan-may-brow-problems__card {
  overflow: hidden;
  border-radius: 31.551px;
  border: 0.982px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6.435px 6.435px 0 rgba(247, 66, 137, 0.17),
    0 0 19.256px 7.859px #fff inset;
}

.phun-xam-chan-may-brow-problems__image {
  display: block;
  width: 100%;
  height: auto;
}

.phun-xam-chan-may-brow-problems__text {
  padding: 10px 10px 13px;
  color: #710dac;
  text-align: center;
  font-family: "Geomanist", sans-serif;
  font-size: 20.016px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.518px;
}

.phun-xam-chan-may-brow-problems__cta-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.phun-xam-chan-may-brow-problems__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 39px;
  border: 2px solid #fff;
  background: linear-gradient(
    62deg,
    #9615d2 0%,
    #451180 38%,
    #8e24d6 62%,
    #9615d2 100%
  );
  background-size: 264% 100%;
  background-position: 0% 50%;
  box-shadow: 4px 4px 8px rgba(59, 1, 124, 0.2);
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  animation: pxcmTechCtaPulse 2.2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-position 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.phun-xam-chan-may-brow-problems__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translateX(-120%);
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.42) 45%,
    transparent 75%
  );
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}

.phun-xam-chan-may-brow-problems__cta:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  filter: brightness(1.05);
  box-shadow: 8px 8px 16px rgba(59, 1, 124, 0.24);
}

.phun-xam-chan-may-brow-problems__cta:hover::before {
  transform: translateX(120%);
}

.phun-xam-chan-may-brow-problems__cta span {
  position: relative;
  z-index: 1;
}

@keyframes pxcmBrowProblemsCtaPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0.34),
      6.945px 6.945px 10.418px rgba(59, 1, 124, 0.2);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(113, 13, 172, 0),
      6.945px 6.945px 10.418px rgba(59, 1, 124, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0),
      6.945px 6.945px 10.418px rgba(59, 1, 124, 0.2);
  }
}

/* ==========================================================================
   Tech tabs
   ========================================================================== */

.phun-xam-chan-may-tech {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 66px 24px 68px;
  background: #f4eefc;
}

.phun-xam-chan-may-tech__bg-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.phun-xam-chan-may-tech__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phun-xam-chan-may-tech__inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}

.phun-xam-chan-may-tech__heading {
  margin-bottom: 34px;
}

.phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}

.phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__tech-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 28px;
  border-radius: 41.5px;
  border: 1px solid #710dac;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

.phun-xam-chan-may-section-heading__tech-pill-text {
  position: relative;
  z-index: 2;
}

.phun-xam-chan-may-section-heading__tech-pill-star {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  object-fit: contain;
  pointer-events: none;
}

.phun-xam-chan-may-section-heading__tech-pill-star--left {
  left: -24px;
  bottom: -18px;
}

.phun-xam-chan-may-section-heading__tech-pill-star--right {
  right: -24px;
  top: -22px;
}

.phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__main {
  margin-top: 4px;
  text-align: center;
}

.phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__subline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
}

.phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__sub-star {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__sub-text {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
}

.phun-xam-chan-may-tech__tabs {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin: 0 auto 32px;
}

.phun-xam-chan-may-tech__tab {
  min-width: 236px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 39px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #fff 0%, #f3edff 100%);
  box-shadow: 4px 4px 4px 0 rgba(59, 1, 124, 0.2);
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease,
    background-position 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.25s ease, box-shadow 0.25s ease;
}

.phun-xam-chan-may-tech__tab.is-active {
  color: #fff;
  background: linear-gradient(
    270deg,
    #9615d2 0%,
    #451180 48%,
    #8e24d6 72%,
    #9615d2 100%
  );
  background-size: 220% 100%;
  background-position: 100% 50%;
  box-shadow: 4px 4px 4px 0 rgba(59, 1, 124, 0.2);
}

.phun-xam-chan-may-tech__tab:hover {
  transform: translateY(-1px);
}

.phun-xam-chan-may-tech__panels {
  position: relative;
  z-index: 3;
}

.phun-xam-chan-may-tech__panel {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.phun-xam-chan-may-tech__panel.is-active {
  opacity: 1;
  transform: translateY(30px);
}

.phun-xam-chan-may-tech__panel[hidden] {
  display: none;
}

.phun-xam-chan-may-tech__card {
  position: relative;
  width: 992.529px;
  min-height: 591px;
  margin: 0 auto;
  padding: 82px 72px 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(243, 237, 255, 0.2) 100%
  );
  box-shadow: 4px 4px 4px 0 rgba(59, 1, 124, 0.2);
}

.phun-xam-chan-may-tech__panel-star {
  position: absolute;
  z-index: 4;
  width: 100px;
  height: 100px;
  object-fit: contain;
  pointer-events: none;
  transform: rotate(121deg);
}

.phun-xam-chan-may-tech__panel-star--left {
  left: -48px;
  bottom: -38px;
}

.phun-xam-chan-may-tech__panel-star--right {
  right: -48px;
  top: 46%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
}

.phun-xam-chan-may-tech__badge {
  position: absolute;
  left: 50%;
  top: -44px;
  z-index: 4;
  transform: translateX(-50%);
}

.phun-xam-chan-may-tech__badge-img {
  display: block;
  width: 283px;
  height: auto;
}

.phun-xam-chan-may-tech__gallery-picture {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.phun-xam-chan-may-tech__gallery-img {
  display: block;
  width: 100%;
  height: auto;
}

.phun-xam-chan-may-tech__description {
  max-width: 820px;
  margin: 24px auto 0;
  color: #710dac;
  text-align: center;
  font-family: "Geomanist", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.phun-xam-chan-may-tech__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.phun-xam-chan-may-tech__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 39px;
  border: 2px solid #fff;
  background: linear-gradient(
    62deg,
    #9615d2 0%,
    #451180 38%,
    #8e24d6 62%,
    #9615d2 100%
  );
  background-size: 264% 100%;
  background-position: 0% 50%;
  box-shadow: 4px 4px 8px rgba(59, 1, 124, 0.2);
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  animation: pxcmTechCtaPulse 2.2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-position 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.phun-xam-chan-may-tech__cta span {
  position: relative;
  z-index: 1;
}

.phun-xam-chan-may-tech__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translateX(-120%);
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.42) 45%,
    transparent 75%
  );
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}

.phun-xam-chan-may-tech__cta:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 8px 8px 16px rgba(59, 1, 124, 0.24);
}

.phun-xam-chan-may-tech__cta:hover::before {
  transform: translateX(120%);
}

@keyframes pxcmTechCtaPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0.34),
      4px 4px 8px rgba(59, 1, 124, 0.2);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(113, 13, 172, 0),
      4px 4px 8px rgba(59, 1, 124, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0), 4px 4px 8px rgba(59, 1, 124, 0.2);
  }
}

/* ==========================================================================
   Customer results
   ========================================================================== */

.phun-xam-chan-may-results {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 54px 24px 48px;
  background: #f4eefc;
}

.phun-xam-chan-may-results__inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}

.phun-xam-chan-may-results__star {
  position: absolute;
  z-index: 0;
  object-fit: contain;
  pointer-events: none;
}

.phun-xam-chan-may-results__star--left {
  left: -440px;
  bottom: -364px;
  width: 520px;
  height: auto;
}

.phun-xam-chan-may-results__star--right {
  right: -540px;
  top: -179px;
  width: 520px;
  height: auto;
}

.phun-xam-chan-may-results__title,
.phun-xam-chan-may-results__slider,
.phun-xam-chan-may-results__dots {
  position: relative;
  z-index: 2;
}

.phun-xam-chan-may-results__title {
  margin-bottom: 28px;
  text-align: center;
  color: #710dac;
}

.phun-xam-chan-may-results__number {
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(180deg, #9615d2 0%, #451180 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phun-xam-chan-may-results__headline {
  margin-top: 2px;
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(180deg, #9615d2 0%, #451180 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phun-xam-chan-may-results__service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 10px;
  padding: 6px 36px;
  border-radius: 41.5px;
  border: 1px solid #710dac;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}

.phun-xam-chan-may-results__slider {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.phun-xam-chan-may-results__viewport {
  width: 100%;
  overflow: hidden;
}

.phun-xam-chan-may-results__track {
  display: flex;
  gap: 12px;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.phun-xam-chan-may-results__item {
  flex: 0 0 calc((100% - 24px) / 3);
  width: calc((100% - 24px) / 3);
  backface-visibility: hidden;
}

.phun-xam-chan-may-results__image {
  display: block;
  width: 100%;
  height: auto;
}

.phun-xam-chan-may-results__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.phun-xam-chan-may-results__nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1 / 1;
  filter: drop-shadow(4px 4px 4px rgba(59, 1, 124, 0.2));
  pointer-events: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.phun-xam-chan-may-results__nav-icon svg {
  display: block;
  width: 43px;
  height: 43px;
  overflow: visible;
}

.phun-xam-chan-may-results__nav--prev {
  left: -58px;
}

.phun-xam-chan-may-results__nav--next {
  right: -58px;
}

.phun-xam-chan-may-results__nav--prev .phun-xam-chan-may-results__nav-icon {
  transform: rotate(180deg);
}

.phun-xam-chan-may-results__nav:hover .phun-xam-chan-may-results__nav-icon {
  filter: drop-shadow(4px 4px 6px rgba(59, 1, 124, 0.28));
}

.phun-xam-chan-may-results__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.phun-xam-chan-may-results__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(113, 13, 172, 0.22);
  cursor: pointer;
}

.phun-xam-chan-may-results__dot.is-active {
  background: #710dac;
}

/* ==========================================================================
   Promo banner
   ========================================================================== */

.phun-xam-chan-may-promo-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4eefc;
}

.phun-xam-chan-may-promo-banner__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.phun-xam-chan-may-promo-banner__picture {
  display: block;
  width: 100%;
}

.phun-xam-chan-may-promo-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.phun-xam-chan-may-promo-banner__cta {
  position: absolute;
  left: 26%;
  bottom: 17%;
  z-index: 3;
  display: inline-flex;
  width: 435px;
  max-width: 222vw;
  transform: translateX(-50%);
  text-decoration: none;
  animation: pxcmPromoBannerCtaPulse 2.2s ease-in-out infinite;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.phun-xam-chan-may-promo-banner__cta:hover {
  transform: translateX(-50%) translateY(-2px);
  filter: brightness(1.06);
}

.phun-xam-chan-may-promo-banner__cta-image {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes pxcmPromoBannerCtaPulse {
  0% {
    filter: drop-shadow(0 0 0 rgba(150, 21, 210, 0.32));
    transform: translateX(-50%) scale(1);
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(150, 21, 210, 0.42));
    transform: translateX(-50%) scale(1.035);
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(150, 21, 210, 0.32));
    transform: translateX(-50%) scale(1);
  }
}

/* ==========================================================================
   Process steps
   ========================================================================== */

.phun-xam-chan-may-process {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 54px 24px 48px;
  background: #f4eefc;
}

.phun-xam-chan-may-process__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.phun-xam-chan-may-process__bg-line {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 260px;
  height: auto;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.72;
}

.phun-xam-chan-may-process__bg-line--left {
  left: -120px;
}

.phun-xam-chan-may-process__bg-line--right {
  right: -120px;
}

.phun-xam-chan-may-process__heading {
  position: relative;
  z-index: 3;
  margin-bottom: 36px;
}

.phun-xam-chan-may-process .phun-xam-chan-may-section-heading__line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
}

.phun-xam-chan-may-process .phun-xam-chan-may-section-heading__main {
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  background: linear-gradient(180deg, #9615d2 0%, #451180 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phun-xam-chan-may-process .phun-xam-chan-may-section-heading__sub {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.phun-xam-chan-may-process .phun-xam-chan-may-section-heading__pill-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
}

.phun-xam-chan-may-process .phun-xam-chan-may-section-heading__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 6px 34px;
  border-radius: 41.5px;
  border: 1px solid #710dac;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
  margin-top: -21px;
}

.phun-xam-chan-may-process .phun-xam-chan-may-section-heading__pill-text {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
}

.phun-xam-chan-may-process__pill-text-mobile {
  display: none;
}

.phun-xam-chan-may-process__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 460px));
  justify-content: center;
  column-gap: 120px;
  row-gap: 40px;
  margin: 46px auto;
}

.phun-xam-chan-may-process__item {
  position: relative;
  min-height: 96px;
  display: flex;
  align-items: center;
}

.phun-xam-chan-may-process__thumb {
  position: absolute;
  left: -42px;
  top: 50%;
  z-index: 3;
  width: 92px;
  height: 92px;
  transform: translateY(-50%);
}

.phun-xam-chan-may-process__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
}

.phun-xam-chan-may-process__pill {
  position: relative;
  width: 460px;
  height: 83px;
  padding: 10px 54px 10px 70px;
  border-radius: 41.5px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
  display: flex;
  align-items: center;
}

.phun-xam-chan-may-process__content {
  position: relative;
  z-index: 2;
}

.phun-xam-chan-may-process__step-label {
  color: #710dac;
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.phun-xam-chan-may-process__step-text {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
}

.phun-xam-chan-may-process__star {
  position: absolute;
  right: 34px;
  top: -10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  object-fit: contain;
  pointer-events: none;
}

.phun-xam-chan-may-process__cta-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.phun-xam-chan-may-process__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 39px;
  border: 2px solid #fff;
  background: linear-gradient(
    62deg,
    #9615d2 0%,
    #451180 38%,
    #8e24d6 62%,
    #9615d2 100%
  );
  background-size: 264% 100%;
  background-position: 0% 50%;
  box-shadow: 4px 4px 8px rgba(59, 1, 124, 0.2);
  color: #fff;
  font-family: "Geomanist", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  animation: pxcmProcessCtaPulse 2.2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-position 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.phun-xam-chan-may-process__cta span {
  position: relative;
  z-index: 1;
}

.phun-xam-chan-may-process__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translateX(-120%);
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.42) 45%,
    transparent 75%
  );
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
}

.phun-xam-chan-may-process__cta:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow: 8px 8px 16px rgba(59, 1, 124, 0.24);
}

.phun-xam-chan-may-process__cta:hover::before {
  transform: translateX(120%);
}

@keyframes pxcmProcessCtaPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0.34),
      4px 4px 8px rgba(59, 1, 124, 0.2);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(113, 13, 172, 0),
      4px 4px 8px rgba(59, 1, 124, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 13, 172, 0), 4px 4px 8px rgba(59, 1, 124, 0.2);
  }
}

/* ==========================================================================
   Responsive ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â mobile
   ========================================================================== */

/* ==========================================================================
   Certificates
   ========================================================================== */

.phun-xam-chan-may-certificates {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 46px 24px 54px;
  background: #f4eefc;
}

.phun-xam-chan-may-certificates__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.phun-xam-chan-may-certificates__bg {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 0;
  width: 100vw;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.72;
  pointer-events: none;
}

.phun-xam-chan-may-certificates__heading {
  position: relative;
  z-index: 3;
  margin-bottom: 34px;
  text-align: center;
}

.phun-xam-chan-may-certificates .phun-xam-chan-may-section-heading__line {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.phun-xam-chan-may-certificates .phun-xam-chan-may-section-heading__main {
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.05;
  background: linear-gradient(180deg, #9615d2 0%, #451180 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phun-xam-chan-may-certificates .phun-xam-chan-may-section-heading__pill-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.phun-xam-chan-may-certificates .phun-xam-chan-may-section-heading__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 36px;
  border-radius: 41.5px;
  border: 1px solid #710dac;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
}

.phun-xam-chan-may-certificates .phun-xam-chan-may-section-heading__pill-text {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}

.phun-xam-chan-may-certificates__year {
  margin-top: 10px;
  color: #710dac;
  text-align: center;
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.phun-xam-chan-may-certificates__visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.phun-xam-chan-may-certificates__picture {
  display: block;
  width: 100%;
}

.phun-xam-chan-may-certificates__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Master team
   ========================================================================== */

.phun-xam-chan-may-master-team {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 52px 24px 54px;
  background: #f4eefc;
}

.phun-xam-chan-may-master-team__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  align-items: center;
  column-gap: 32px;
}

.phun-xam-chan-may-master-team__visual {
  position: relative;
  z-index: 2;
}

.phun-xam-chan-may-master-team__picture {
  display: block;
  width: 100%;
}

.phun-xam-chan-may-master-team__image {
  display: block;
  width: 100%;
  height: auto;
}

.phun-xam-chan-may-master-team__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phun-xam-chan-may-master-team__heading {
  width: 100%;
  margin-bottom: 34px;
  text-align: center;
}

.phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__line {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__main {
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 82px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.05;
  background: linear-gradient(180deg, #9615d2 0%, #451180 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__pill-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 6px 38px;
  border-radius: 41.5px;
  border: 1px solid #710dac;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
}

.phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__pill-text {
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

.phun-xam-chan-may-master-team__profile-card {
  position: relative;
  width: 701.999px;
  height: 392.145px;
  max-width: 100%;
  padding: 48px 58px 42px;
  border-radius: 41.5px;
  border: 1px solid #710dac;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 8.4px 4px #fff inset;
  color: #710dac;
}

.phun-xam-chan-may-master-team__profile-head {
  width: 100%;
  margin: 0 auto 24px;
  text-align: center;
}

.phun-xam-chan-may-master-team__profile-name {
  margin: 0;
  color: #710dac;
  text-align: center;
  font-family: "IvyPrestoDisplay", "DFVN IvyPresto Display", serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.05;
}

.phun-xam-chan-may-master-team__profile-position {
  margin-top: 4px;
  color: #710dac;
  text-align: center;
  font-family: "Geomanist", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.phun-xam-chan-may-master-team__achievements {
  margin: 0;
  padding-left: 22px;
  color: #710dac;
  font-family: "Geomanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  list-style-type: disc;
}

.phun-xam-chan-may-master-team__achievement {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .phun-xam-chan-may-hero-banner {
    background: #f4eefc;
  }

  .phun-xam-chan-may-hero-banner__image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .phun-xam-chan-may-hero-banner__cta {
    left: 50%;
    bottom: 2.5%;
    width: 222px;
    transform: translateX(-50%);
  }

  .phun-xam-chan-may-hero-banner__cta:hover {
    transform: translateX(-50%) translateY(-1px);
  }

  .phun-xam-chan-may-brow-problems {
    padding: 4px 10px 34px;
  }

  .phun-xam-chan-may-brow-problems__inner {
    max-width: 430px;
  }

  .phun-xam-chan-may-brow-problems__bg {
    display: none;
  }

  .phun-xam-chan-may-brow-problems__title-star {
    top: 10px;
    right: 10px;
    width: 52px;
    height: 52px;
  }

  .phun-xam-chan-may-section-heading__line {
    gap: 6px;
  }

  .phun-xam-chan-may-section-heading__pill-wrap {
    margin-top: 2px;
  }

  .phun-xam-chan-may-section-heading__main {
    font-size: 49px;
  }

  .phun-xam-chan-may-section-heading__sub {
    font-size: 20px;
  }

  .phun-xam-chan-may-section-heading__pill {
    min-width: 156px;
    min-height: 28px;
    padding: 7px 18px;
    border-radius: 41.5px;
  }

  .phun-xam-chan-may-section-heading__pill-text {
    font-size: 18px;
    line-height: 20px;
  }

  .phun-xam-chan-may-section-heading__pill-star {
    width: 24px;
    height: 24px;
  }

  .phun-xam-chan-may-section-heading__pill-star--left {
    left: 12px;
    bottom: -10px;
  }

  .phun-xam-chan-may-section-heading__pill-star--right {
    right: 22px;
    top: -14px;
  }

  .phun-xam-chan-may-brow-problems__heading {
    margin-bottom: 18px;
  }

  .phun-xam-chan-may-brow-problems__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 359px;
  }

  .phun-xam-chan-may-brow-problems__card {
    border-radius: 27px;
  }

  .phun-xam-chan-may-brow-problems__text {
    padding: 10px 5px 10px;
    font-size: 14px;
    line-height: 15px;
  }

  .phun-xam-chan-may-brow-problems__cta-wrap {
    margin-top: 16px;
  }

  .phun-xam-chan-may-brow-problems__cta {
    border-radius: 45px;
    font-size: 20px;
    min-height: 49px;
    min-width: 100px;
  }

  .phun-xam-chan-may-tech {
    padding: 34px 12px 44px;
  }

  .phun-xam-chan-may-tech__inner {
    max-width: 430px;
  }

  .phun-xam-chan-may-tech__heading {
    margin-bottom: 22px;
  }

  .phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__top {
    flex-direction: column;
    gap: 18px;
    font-size: 22px;
  }

  .phun-xam-chan-may-tech__heading
    .phun-xam-chan-may-section-heading__tech-pill {
    min-height: 28px;
    padding: 5px 18px;
    font-size: 17px;
    line-height: 22px;
  }

  .phun-xam-chan-may-section-heading__tech-pill-star {
    width: 24px;
    height: 24px;
  }

  .phun-xam-chan-may-section-heading__tech-pill-star--left {
    left: -14px;
    bottom: -10px;
  }

  .phun-xam-chan-may-section-heading__tech-pill-star--right {
    right: -14px;
    top: -12px;
  }

  .phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__main {
    margin-top: 4px;
    font-size: 44px;
    line-height: 1;
  }

  .phun-xam-chan-may-tech__heading .phun-xam-chan-may-section-heading__subline {
    gap: 6px;
    margin-top: 6px;
  }

  .phun-xam-chan-may-tech__heading
    .phun-xam-chan-may-section-heading__sub-star {
    width: 18px;
    height: 18px;
  }

  .phun-xam-chan-may-tech__heading
    .phun-xam-chan-may-section-heading__sub-text {
    font-size: 22px;
  }

  .phun-xam-chan-may-tech__tabs {
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 28px;
  }

  .phun-xam-chan-may-tech__tab {
    min-width: 142px;
    min-height: 34px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 39px;
  }

  .phun-xam-chan-may-tech__tab:nth-child(3) {
    min-width: 180px;
  }

  .phun-xam-chan-may-tech__card {
    width: 100%;
    min-height: auto;
    padding: 54px 16px 26px;
    border-radius: 22px;
  }

  .phun-xam-chan-may-tech__panel-star {
    width: 48px;
    height: 48px;
  }

  .phun-xam-chan-may-tech__panel-star--left {
    left: -16px;
    bottom: -24px;
  }

  .phun-xam-chan-may-tech__panel-star--right {
    right: -16px;
    top: 32%;
  }

  .phun-xam-chan-may-tech__badge {
    top: -34px;
    width: 199px;
  }

  .phun-xam-chan-may-tech__badge-img {
    width: 237px;
  }

  .phun-xam-chan-may-tech__gallery-picture {
    max-width: 100%;
  }

  .phun-xam-chan-may-tech__description {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.35;
  }

  .phun-xam-chan-may-tech__cta-wrap {
    margin-top: 16px;
  }

  .phun-xam-chan-may-tech__cta {
    min-width: 136px;
    min-height: 40px;
    padding: 0 25px;
    font-size: 20px;
    border-radius: 24px;
  }

  .phun-xam-chan-may-results {
    padding: 34px 14px 34px;
  }

  .phun-xam-chan-may-results__inner {
    max-width: 430px;
  }

  .phun-xam-chan-may-results__star--left {
    left: -54px;
    bottom: 28px;
    width: 88px;
  }

  .phun-xam-chan-may-results__star--right {
    right: -34px;
    top: 10px;
    width: 94px;
  }

  .phun-xam-chan-may-results__title {
    margin-bottom: 20px;
  }

  .phun-xam-chan-may-results__number {
    font-size: 50px;
  }

  .phun-xam-chan-may-results__headline {
    font-size: 42px;
  }

  .phun-xam-chan-may-results__service-pill {
    min-height: 28px;
    padding: 5px 24px;
    font-size: 17px;
    line-height: 24px;
  }

  .phun-xam-chan-may-results__slider {
    max-width: 100%;
  }

  .phun-xam-chan-may-results__track {
    gap: 0;
  }

  .phun-xam-chan-may-results__item {
    flex: 0 0 100%;
    width: 100%;
  }

  .phun-xam-chan-may-results__nav {
    width: 35px;
    height: 35px;
  }

  .phun-xam-chan-may-results__nav-icon {
    width: 35px;
    height: 35px;
  }

  .phun-xam-chan-may-results__nav--prev {
    left: -16px;
  }

  .phun-xam-chan-may-results__nav--next {
    right: -16px;
  }

  .phun-xam-chan-may-results__dots {
    margin-top: 12px;
  }

  .phun-xam-chan-may-results__dot {
    width: 8px;
    height: 8px;
  }

  .phun-xam-chan-may-promo-banner {
    background: #f4eefc;
  }

  .phun-xam-chan-may-promo-banner__image {
    width: 100%;
    height: auto;
  }

  .phun-xam-chan-may-promo-banner__cta {
    left: 50%;
    bottom: 3%;
    width: 240px;
    max-width: 70vw;
    transform: translateX(-50%);
  }

  .phun-xam-chan-may-promo-banner__cta:hover {
    transform: translateX(-50%) translateY(-2px);
  }

  .phun-xam-chan-may-process {
    padding: 17px 14px 38px;
  }

  .phun-xam-chan-may-process__inner {
    max-width: 430px;
  }

  .phun-xam-chan-may-process__bg-line {
    display: none;
  }

  .phun-xam-chan-may-process .phun-xam-chan-may-section-heading__main {
    font-size: 54px;
  }

  .phun-xam-chan-may-process .phun-xam-chan-may-section-heading__sub {
    font-size: 22px;
  }

  .phun-xam-chan-may-process .phun-xam-chan-may-section-heading__pill {
    min-height: 34px;
    padding: 0 24px;
    margin-top: -12px;
  }

  .phun-xam-chan-may-process .phun-xam-chan-may-section-heading__pill-text {
    font-size: 17px;
    line-height: 30px;
  }

  .phun-xam-chan-may-process__pill-text-desktop {
    display: none;
  }

  .phun-xam-chan-may-process__pill-text-mobile {
    display: inline;
  }

  .phun-xam-chan-may-process__heading {
    margin-bottom: 30px;
  }

  .phun-xam-chan-may-process__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 100%;
  }

  .phun-xam-chan-may-process__item {
    min-height: 86px;
  }

  .phun-xam-chan-may-process__thumb {
    left: 0;
    width: 84px;
    height: 84px;
  }

  .phun-xam-chan-may-process__pill {
    width: 100%;
    height: 72px;
    padding: 8px 0px 8px 94px;
    border-radius: 41.5px;
  }

  .phun-xam-chan-may-process__step-label {
    font-size: 23px;
  }

  .phun-xam-chan-may-process__step-text {
    font-size: 16px;
    line-height: 1.05;
  }

  .phun-xam-chan-may-process__star {
    right: 32px;
    top: -8px;
    width: 30px;
    height: 30px;
  }

  .phun-xam-chan-may-process__cta-wrap {
    margin-top: 34px;
  }

  .phun-xam-chan-may-process__cta {
    min-width: 220px;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 30px;
    font-size: 16px;
  }

  .phun-xam-chan-may-certificates {
    padding: 34px 10px 38px;
  }

  .phun-xam-chan-may-certificates__inner {
    max-width: 430px;
  }

  .phun-xam-chan-may-certificates__bg {
    display: none;
  }

  .phun-xam-chan-may-certificates__heading {
    margin-bottom: 20px;
  }

  .phun-xam-chan-may-certificates .phun-xam-chan-may-section-heading__main {
    font-size: 48px;
    line-height: 1.05;
  }

  .phun-xam-chan-may-certificates .phun-xam-chan-may-section-heading__pill {
    min-height: 24px;
    padding: 8px 12px;
    max-width: 100%;
  }

  .phun-xam-chan-may-certificates
    .phun-xam-chan-may-section-heading__pill-text {
    font-size: 20px;
    line-height: 29px;
  }

  .phun-xam-chan-may-certificates
    .phun-xam-chan-may-section-heading__pill-star {
    width: 22px;
    height: 22px;
  }

  .phun-xam-chan-may-certificates__year {
    margin-top: 8px;
    font-size: 24px;
  }

  .phun-xam-chan-may-certificates__visual {
    max-width: 100%;
    margin: 0 auto;
  }

  .phun-xam-chan-may-certificates__image {
    width: 100%;
    height: auto;
  }

  .phun-xam-chan-may-master-team {
    padding: 38px 14px 42px;
  }

  .phun-xam-chan-may-master-team__inner {
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .phun-xam-chan-may-master-team__content {
    display: contents;
  }

  .phun-xam-chan-may-master-team__heading {
    order: 1;
    margin-bottom: 24px;
    text-align: center;
  }

  .phun-xam-chan-may-master-team__visual {
    order: 2;
    width: 100%;
    margin-bottom: 0;
  }

  .phun-xam-chan-may-master-team__profile-card {
    order: 3;
  }

  .phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__main {
    font-size: 52px;
    line-height: 1.05;
  }

  .phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__pill {
    min-height: 34px;
    padding: 5px 28px;
  }

  .phun-xam-chan-may-master-team .phun-xam-chan-may-section-heading__pill-text {
    font-size: 20px;
    line-height: 30px;
  }

  .phun-xam-chan-may-master-team__profile-card {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -10px;
    padding: 61px 18px 28px;
    border-radius: 34px;
    z-index: 2;
  }

  .phun-xam-chan-may-master-team__profile-head {
    position: absolute;
    left: 50%;
    top: -44px;
    width: calc(100% - 72px);
    min-height: 84px;
    padding: 10px 14px 8px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 4px 16px rgba(113, 13, 172, 0.16), 0 0 8.4px 4px #fff inset;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    backdrop-filter: blur(6px);
  }

  .phun-xam-chan-may-master-team__profile-name {
    position: static;
    width: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    font-size: 26px;
    line-height: 1.05;
    text-align: center;
  }

  .phun-xam-chan-may-master-team__profile-position {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.15;
  }

  .phun-xam-chan-may-master-team__achievements {
    margin-top: 0;
    padding-left: 18px;
    font-size: 17px;
    line-height: 1.58;
  }

  .phun-xam-chan-may-master-team__achievement {
    margin-bottom: 5px;
  }
}
