* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  font-family: "Pretendard", system-ui, sans-serif;
  color: #f2ede3;
  background: #0e0d14;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
::selection {
  background: #e7b24e;
  color: #0e0d14;
}
@keyframes ap-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ap-bar {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(330%);
  }
}
@keyframes ap-kb {
  0% {
    transform: scale(1.06) translate(0, 0);
  }
  100% {
    transform: scale(1.16) translate(-2%, -2%);
  }
}
@keyframes proc-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(231, 178, 78, 0.5);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(231, 178, 78, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(231, 178, 78, 0);
  }
}
.ap-en {
  font-family: "Outfit", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
input,
select,
textarea {
  font-family: inherit;
}
.ap-navlink {
  position: relative;
  transition: color 0.2s;
}
.ap-navlink:hover {
  color: #e7b24e;
}
.ap-lncard:hover {
  border-color: rgba(231, 178, 78, 0.5) !important;
  background: rgba(231, 178, 78, 0.05) !important;
}
.ap-case {
  transition:
    transform 0.3s ease,
    border-color 0.3s,
    background 0.3s;
}
.ap-case:hover {
  transform: translateY(-6px);
  border-color: rgba(231, 178, 78, 0.5);
  background: rgba(231, 178, 78, 0.06);
}
#proc-scroller::-webkit-scrollbar {
  height: 6px;
}
#proc-scroller::-webkit-scrollbar-thumb {
  background: rgba(231, 178, 78, 0.4);
  border-radius: 3px;
}
@media (max-width: 767px) {
  [data-d="desktop-only"] {
    display: none !important;
  }
  [data-d="mobile-only"] {
    display: flex !important;
  }
  #ap-header-inner {
    padding: 0 18px !important;
    height: 60px !important;
  }
  #ap-nav {
    display: none !important;
  }
  #ap-cta-head {
    display: none !important;
  }
  #ap-burger {
    display: flex !important;
  }
  #hero {
    min-height: 88vh !important;
    padding: 100px 0 44px !important;
  }
  #hero-inner {
    padding: 0 22px !important;
  }
  #hero h1 {
    font-size: 44px !important;
    letter-spacing: -0.01em !important;
  }
  #hero-sub {
    font-size: 15px !important;
  }
  #hero-meta {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-start !important;
  }
  #hero-cta {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  #hero-idx {
    display: none !important;
  }
  .ap-sec {
    padding: 60px 0 !important;
  }
  .ap-wrap {
    padding: 0 22px !important;
  }
  .ap-h2 {
    font-size: 28px !important;
    line-height: 1.28 !important;
  }
  .ap-lead {
    font-size: 14.5px !important;
  }
  #about-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  #about-stats {
    gap: 0 !important;
  }
  .ap-grid3 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .cmp-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .cmp-cell {
    padding: 14px 16px !important;
  }
  .cmp-head {
    display: none !important;
  }
  #proc-line {
    left: 23px !important;
  }
  .proc-step {
    grid-template-columns: 48px 1fr !important;
    gap: 16px !important;
  }
  .proc-node {
    width: 40px !important;
    height: 40px !important;
  }
  .proc-card {
    padding: 18px 20px !important;
  }
  .proc-card h3 {
    font-size: 18px !important;
  }
  #succ-desktop {
    display: none !important;
  }
  #succ-mobile {
    display: block !important;
  }
  #diag-q-grid {
    grid-template-columns: 1fr !important;
  }
  #diag-card {
    padding: 26px 20px !important;
  }
  .ap-ctab h2 {
    font-size: 30px !important;
  }
  #ap-quick {
    display: none !important;
  }
  #ap-mobilebar {
    display: grid !important;
  }
  #ap-footer-cols {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
  #foot-sitemap {
    display: none !important;
  }
  .ap-modal-box {
    width: calc(100vw - 28px) !important;
    padding: 28px 22px !important;
    max-height: 90vh !important;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  #ap-header-inner {
    padding: 0 24px !important;
  }
  #ap-nav {
    gap: 22px !important;
  }
  .ap-navlink {
    font-size: 14px !important;
  }
  #hero h1 {
    font-size: 78px !important;
  }
  .ap-h2 {
    font-size: 34px !important;
  }
  #hero-inner,
  .ap-wrap {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* extracted static inline styles */
.ix-1 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0e0d14;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  transition:
    opacity 0.6s ease,
    visibility 0.6s;
}
.ix-2 {
  display: inline-flex;
  align-items: baseline;
  color: #e7b24e;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}
.ix-3 {
  font-size: 60px;
}
.ix-4 {
  font-size: 42px;
  margin-left: -0.14em;
  color: rgba(245, 241, 233, 0.92);
}
.ix-5 {
  width: 180px;
  height: 3px;
  border-radius: 3px;
  background: rgba(231, 178, 78, 0.16);
  overflow: hidden;
}
.ix-6 {
  width: 42%;
  height: 100%;
  background: #e7b24e;
  border-radius: 3px;
  animation: ap-bar 1.1s ease-in-out infinite;
}
.ix-7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background 0.4s,
    border-color 0.4s,
    box-shadow 0.4s;
}
.ix-8 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ix-9 {
  display: flex;
  align-items: center;
  gap: 11px;
}
.ix-10 {
  font-size: 34px;
}
.ix-11 {
  font-size: 24px;
  margin-left: -0.14em;
  color: rgba(242, 237, 227, 0.9);
}
.ix-12 {
  font-size: 19px;
  font-weight: 800;
  color: #f2ede3;
  letter-spacing: 0.01em;
}
.ix-13 {
  color: #e7b24e;
}
.ix-14 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ix-15 {
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(242, 237, 227, 0.8);
}
.ix-16 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ix-17 {
  background: #e7b24e;
  color: #0e0d14;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 100px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.ix-18 {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.ix-19 {
  width: 22px;
  height: 2px;
  background: #f2ede3;
  display: block;
  transition: 0.3s;
}
.ix-20 {
  max-height: 0;
  overflow: hidden;
  background: #15131d;
  transition: max-height 0.4s ease;
}
.ix-21 {
  padding: 8px 24px 24px;
}
.ix-22 {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #f2ede3;
  border-bottom: 1px solid rgba(242, 237, 227, 0.1);
}
.ix-23 {
  margin-top: 16px;
  width: 100%;
  background: #e7b24e;
  color: #0e0d14;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  border-radius: 100px;
}
.ix-24 {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b0a10;
}
.ix-25 {
  position: absolute;
  inset: 0;
  background: url("../hero.jpg") no-repeat center center;
  background-size: cover;
  animation: ap-kb 16s ease-in-out infinite alternate;
}
.ix-26 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 10, 16, 0.92) 0%,
    rgba(11, 10, 16, 0.72) 32%,
    rgba(11, 10, 16, 0.34) 56%,
    rgba(11, 10, 16, 0.12) 100%
  );
  pointer-events: none;
}
.ix-27 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.ix-28 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.32em;
  color: #e7b24e;
  margin-bottom: 26px;
}
.ix-29 {
  font-size: 104px;
  line-height: 0.98;
  font-weight: 800;
  color: #f7f3ea;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.ix-30 {
  font-size: 16px;
  line-height: 1.66;
  color: rgba(242, 237, 227, 0.72);
  max-width: 520px;
  margin-bottom: 20px;
  font-weight: 300;
}
.ix-31 {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 40px;
}
.ix-32 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #f2ede3;
}
.ix-33 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.ix-34 {
  background: #e7b24e;
  color: #0e0d14;
  font-size: 16.5px;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 100px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.ix-35 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(242, 237, 227, 0.3);
  color: #f2ede3;
  font-size: 16.5px;
  font-weight: 600;
  padding: 18px 30px;
  border-radius: 100px;
  transition: background 0.25s;
}
.ix-36 {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(242, 237, 227, 0.6);
  cursor: pointer;
}
.ix-37 {
  font-size: 11px;
  letter-spacing: 0.24em;
}
.ix-38 {
  width: 1px;
  height: 38px;
  background: linear-gradient(rgba(242, 237, 227, 0.5), transparent);
}
.ix-39 {
  position: relative;
  z-index: 2;
  background: #0e0d14;
}
.ix-40 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.ix-41 {
  padding: 130px 0;
  background: #0e0d14;
}
.ix-42 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
.ix-43 {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #e7b24e;
  margin-bottom: 22px;
}
.ix-44 {
  font-size: 46px;
  line-height: 1.24;
  font-weight: 800;
  color: #f7f3ea;
  letter-spacing: -0.025em;
  margin-bottom: 26px;
}
.ix-45 {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(242, 237, 227, 0.66);
  margin-bottom: 20px;
  font-weight: 300;
}
.ix-46 {
  color: #f2ede3;
  font-weight: 600;
}
.ix-47 {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(242, 237, 227, 0.66);
  margin-bottom: 44px;
  font-weight: 300;
}
.ix-48 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(242, 237, 227, 0.14);
}
.ix-49 {
  padding: 26px 0;
  border-right: 1px solid rgba(242, 237, 227, 0.1);
}
.ix-50 {
  font-size: 44px;
  font-weight: 800;
  color: #e7b24e;
  display: block;
  line-height: 1;
}
.ix-51 {
  font-size: 13px;
  color: rgba(242, 237, 227, 0.55);
}
.ix-52 {
  padding: 26px 0 26px 26px;
  border-right: 1px solid rgba(242, 237, 227, 0.1);
}
.ix-53 {
  padding: 26px 0 26px 26px;
}
.ix-54 {
  position: relative;
  height: 520px;
  border-radius: 8px;
  overflow: hidden;
  background: #171310;
  border: 1px solid rgba(231, 178, 78, 0.16);
}
.ix-55 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.ix-56 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(14, 13, 20, 0.82) 100%
  );
  pointer-events: none;
}
.ix-57 {
  position: absolute;
  left: 26px;
  bottom: 26px;
}
.ix-58 {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #e7b24e;
  margin-bottom: 6px;
}
.ix-59 {
  font-size: 19px;
  font-weight: 700;
  color: #f2ede3;
}
.ix-60 {
  font-size: 13px;
  font-weight: 400;
  color: rgba(242, 237, 227, 0.6);
}
.ix-61 {
  padding: 120px 0;
  background: #0b0a10;
}
.ix-62 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.ix-63 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 52px;
}
.ix-64 {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #e7b24e;
  margin-bottom: 18px;
}
.ix-65 {
  font-size: 46px;
  line-height: 1.16;
  font-weight: 800;
  color: #f7f3ea;
  letter-spacing: -0.025em;
}
.ix-66 {
  font-size: 15px;
  color: rgba(242, 237, 227, 0.55);
  max-width: 340px;
  font-weight: 300;
}
.ix-67 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ix-68 {
  border: 1px solid rgba(242, 237, 227, 0.14);
  border-radius: 6px;
  padding: 38px 32px;
  transition:
    border-color 0.35s,
    background 0.35s,
    transform 0.35s;
  background: rgba(242, 237, 227, 0.02);
}
.ix-69 {
  font-size: 15px;
  font-weight: 700;
  color: #e7b24e;
  margin-bottom: 22px;
}
.ix-70 {
  font-size: 26px;
  font-weight: 800;
  color: #f7f3ea;
  margin-bottom: 14px;
}
.ix-71 {
  font-size: 14.5px;
  line-height: 1.74;
  color: rgba(242, 237, 227, 0.62);
  margin-bottom: 22px;
  font-weight: 300;
}
.ix-72 {
  padding: 120px 0;
  background: #0e0d14;
}
.ix-73 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
.ix-74 {
  text-align: center;
  margin-bottom: 50px;
}
.ix-75 {
  border: 1px solid rgba(242, 237, 227, 0.14);
  border-radius: 8px;
  overflow: hidden;
}
.ix-76 {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.3fr;
  background: rgba(231, 178, 78, 0.08);
}
.ix-77 {
  padding: 20px 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(242, 237, 227, 0.6);
}
.ix-78 {
  padding: 20px 26px;
  font-size: 16px;
  font-weight: 800;
  color: #e7b24e;
  border-left: 1px solid rgba(242, 237, 227, 0.1);
}
.ix-79 {
  font-size: 13px;
  color: rgba(242, 237, 227, 0.4);
  margin-top: 18px;
  text-align: center;
}
.ix-80 {
  background: #0b0a10;
  padding: 110px 0;
}
.ix-81 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}
.ix-82 {
  text-align: center;
  margin-bottom: 60px;
}
.ix-83 {
  position: relative;
}
.ix-84 {
  position: absolute;
  left: 31px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: rgba(242, 237, 227, 0.12);
  overflow: visible;
}
.ix-85 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #e7b24e, #c4a876);
  box-shadow: 0 0 12px rgba(231, 178, 78, 0.5);
}
.ix-86 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f7d98a;
  box-shadow:
    0 0 0 5px rgba(231, 178, 78, 0.18),
    0 0 16px 3px rgba(231, 178, 78, 0.6);
  opacity: 0;
  transition: opacity 0.3s;
}
.ix-87 {
  text-align: center;
  margin-bottom: 52px;
}
.ix-88 {
  font-size: 46px;
  line-height: 1.16;
  font-weight: 800;
  color: #f7f3ea;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.ix-89 {
  font-size: 15px;
  color: rgba(242, 237, 227, 0.5);
  font-weight: 300;
}
.ix-90 {
  display: none;
  position: relative;
}
.ix-91 {
  overflow: hidden;
}
.ix-92 {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.ix-93 {
  position: absolute;
  top: 34%;
  left: -4px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(242, 237, 227, 0.25);
  color: #f2ede3;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 13, 20, 0.6);
}
.ix-94 {
  position: absolute;
  top: 34%;
  right: -4px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(242, 237, 227, 0.25);
  color: #f2ede3;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 13, 20, 0.6);
}
.ix-95 {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.ix-96 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
.ix-97 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 40px;
}
.ix-98 {
  text-align: center;
  margin-bottom: 42px;
}
.ix-99 {
  font-size: 44px;
  line-height: 1.18;
  font-weight: 800;
  color: #f7f3ea;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.ix-100 {
  font-size: 15px;
  color: rgba(242, 237, 227, 0.55);
  font-weight: 300;
}
.ix-101 {
  border: 1px solid rgba(242, 237, 227, 0.14);
  border-radius: 10px;
  padding: 40px 44px;
  background: rgba(242, 237, 227, 0.02);
}
.ix-102 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ix-103 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #e7b24e;
}
.ix-104 {
  font-size: 12px;
  color: rgba(242, 237, 227, 0.45);
}
.ix-105 {
  height: 3px;
  border-radius: 3px;
  background: rgba(242, 237, 227, 0.12);
  margin-bottom: 26px;
  overflow: hidden;
}
.ix-106 {
  height: 100%;
  width: 33%;
  background: #e7b24e;
  border-radius: 3px;
  transition: width 0.35s ease;
}
.ix-107 {
  font-size: 20px;
  font-weight: 700;
  color: #f7f3ea;
  margin-bottom: 18px;
}
.ix-108 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ix-109 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.ix-110 {
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(242, 237, 227, 0.55);
  padding: 14px 20px;
  visibility: hidden;
}
.ix-111 {
  background: #e7b24e;
  color: #0e0d14;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 100px;
  transition: transform 0.2s;
}
.ix-112 {
  display: none;
  text-align: center;
  padding: 8px 0;
}
.ix-113 {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    120% 120% at 50% 0%,
    #3a2c17 0%,
    #15110b 55%,
    #0b0a10 100%
  );
}
.ix-114 {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(231, 178, 78, 0.14),
    transparent 68%
  );
  pointer-events: none;
}
.ix-115 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.ix-116 {
  text-align: center;
  margin-bottom: 46px;
}
.ix-117 {
  font-size: 44px;
  font-weight: 800;
  color: #f7f3ea;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  line-height: 1.18;
}
.ix-118 {
  font-size: 16.5px;
  color: rgba(242, 237, 227, 0.66);
  font-weight: 300;
}
.ix-119 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 38px;
}
.ix-120 {
  border: 1px solid rgba(242, 237, 227, 0.14);
  border-radius: 10px;
  padding: 30px 26px;
  background: rgba(242, 237, 227, 0.02);
}
.ix-121 {
  margin-bottom: 18px;
}
.ix-122 {
  font-size: 19px;
  font-weight: 700;
  color: #f7f3ea;
  margin-bottom: 8px;
}
.ix-123 {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(242, 237, 227, 0.55);
  font-weight: 300;
}
.ix-124 {
  text-align: center;
}
.ix-125 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #e7b24e;
  color: #0e0d14;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 100px;
}
.ix-126 {
  background: #08070c;
  color: rgba(242, 237, 227, 0.6);
  padding: 72px 0 0;
}
.ix-127 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  padding-bottom: 44px;
}
.ix-128 {
  font-size: 21px;
  font-weight: 800;
  color: #f2ede3;
  margin-bottom: 16px;
}
.ix-129 {
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(242, 237, 227, 0.5);
  max-width: 430px;
  font-weight: 300;
}
.ix-130 {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}
.ix-131 {
  background: #e7b24e;
  color: #0e0d14;
  font-size: 14.5px;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: 100px;
}
.ix-132 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(242, 237, 227, 0.2);
  color: #f2ede3;
  font-size: 14.5px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 100px;
}
.ix-133 {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #e7b24e;
  margin-bottom: 20px;
}
.ix-134 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 20px;
}
.ix-135 {
  font-size: 14.5px;
  color: rgba(242, 237, 227, 0.6);
}
.ix-136 {
  border-top: 1px solid rgba(242, 237, 227, 0.1);
}
.ix-137 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0;
  color: rgba(242, 237, 227, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.ix-138 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: transform 0.3s;
  color: #e7b24e;
}
.ix-139 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.ix-140 {
  padding: 0 0 24px;
  font-size: 13.5px;
  line-height: 2.05;
  color: rgba(242, 237, 227, 0.45);
  font-weight: 300;
}
.ix-141 {
  border-top: 1px solid rgba(242, 237, 227, 0.1);
  padding: 24px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.ix-142 {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(242, 237, 227, 0.34);
}
.ix-143 {
  display: flex;
  gap: 22px;
}
.ix-144 {
  font-size: 13px;
  color: rgba(242, 237, 227, 0.6);
  font-weight: 500;
}
.ix-145 {
  font-size: 13px;
  color: rgba(242, 237, 227, 0.44);
}
.ix-146 {
  position: fixed;
  right: 26px;
  bottom: 28px;
  z-index: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 0.4s,
    transform 0.4s;
}
.ix-147 {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: #fee500;
  color: #3a1d1d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
.ix-148 {
  font-size: 8px;
  font-weight: 700;
}
.ix-149 {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: rgba(242, 237, 227, 0.06);
  border: 1px solid rgba(231, 178, 78, 0.4);
  color: #e7b24e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
.ix-150 {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: #e7b24e;
  color: #0e0d14;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
.ix-151 {
  font-size: 15px;
  line-height: 1;
}
.ix-152 {
  font-size: 9.5px;
  font-weight: 700;
}
.ix-153 {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  grid-template-columns: 1fr 1fr;
  background: #15131d;
  transform: translateY(110%);
  transition: transform 0.35s ease;
}
.ix-154 {
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #f2ede3;
  background: transparent;
  border-right: 1px solid rgba(242, 237, 227, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.ix-155 {
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #0e0d14;
  background: #e7b24e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.ix-156 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ix-157 {
  position: absolute;
  inset: 0;
  background: rgba(8, 7, 12, 0.72);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s;
}
.ix-158 {
  position: relative;
  width: 520px;
  max-width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: #16141e;
  border: 1px solid rgba(242, 237, 227, 0.1);
  border-radius: 12px;
  padding: 40px 42px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.35s;
}
.ix-159 {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(242, 237, 227, 0.08);
  color: rgba(242, 237, 227, 0.7);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ix-160 {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #e7b24e;
  margin-bottom: 9px;
}
.ix-161 {
  font-size: 26px;
  font-weight: 800;
  color: #f7f3ea;
  margin-bottom: 9px;
}
.ix-162 {
  font-size: 14.5px;
  color: rgba(242, 237, 227, 0.6);
  line-height: 1.6;
  margin-bottom: 26px;
  font-weight: 300;
}
.ix-163 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ix-164 {
  font-size: 13px;
  font-weight: 600;
  color: rgba(242, 237, 227, 0.75);
  display: block;
  margin-bottom: 7px;
}
.ix-165 {
  color: #e8a05a;
}
.ix-166 {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(242, 237, 227, 0.16);
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  background: rgba(242, 237, 227, 0.04);
  color: #f2ede3;
  transition: border 0.2s;
}
.ix-167 {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(242, 237, 227, 0.16);
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  background: #16141e;
  color: #f2ede3;
}
.ix-168 {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(242, 237, 227, 0.16);
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  resize: none;
  background: rgba(242, 237, 227, 0.04);
  color: #f2ede3;
  transition: border 0.2s;
}
.ix-169 {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}
.ix-170 {
  margin-top: 3px;
  width: 17px;
  height: 17px;
  accent-color: #e7b24e;
}
.ix-171 {
  font-size: 12.5px;
  color: rgba(242, 237, 227, 0.6);
  line-height: 1.5;
}
.ix-172 {
  margin-top: 24px;
  width: 100%;
  background: #e7b24e;
  color: #0e0d14;
  font-size: 16px;
  font-weight: 700;
  padding: 17px;
  border-radius: 10px;
  transition: background 0.2s;
}
.ix-173 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.ix-174 {
  flex: 1;
  height: 1px;
  background: rgba(242, 237, 227, 0.12);
}
.ix-175 {
  font-size: 12.5px;
  color: rgba(242, 237, 227, 0.45);
}
.ix-176 {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.ix-177 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(242, 237, 227, 0.2);
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: #f2ede3;
}
.ix-178 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  background: #fee500;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: #3a1d1d;
}
.ix-179 {
  display: none;
  text-align: center;
  padding: 26px 0;
}
.ix-180 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(231, 178, 78, 0.5);
  color: #e7b24e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 22px;
}
.ix-181 {
  font-size: 23px;
  font-weight: 800;
  color: #f7f3ea;
  margin-bottom: 11px;
}
.ix-182 {
  font-size: 15px;
  color: rgba(242, 237, 227, 0.6);
  line-height: 1.65;
  margin-bottom: 26px;
  font-weight: 300;
}
.ix-183 {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.ix-184 {
  padding: 13px 22px;
  border: 1px solid rgba(242, 237, 227, 0.2);
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: #f2ede3;
}
.ix-185 {
  padding: 13px 22px;
  background: #fee500;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: #3a1d1d;
}

.ap-navlink {
  color: rgba(242, 237, 227, 0.84) !important;
  font-size: 15.8px !important;
  font-weight: 700 !important;
  padding: 8px 0 !important;
}
.ap-navlink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 2px;
  background: #e7b24e;
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.ap-navlink:hover,
.ap-navlink.selected {
  color: #e7b24e !important;
}
.ap-navlink:hover::after,
.ap-navlink.selected::after {
  opacity: 1;
  transform: scaleX(1);
}
.biz-chevron::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 58px;
  }
  body {
    font-size: 14px;
  }
  #ap-header-inner {
    height: 56px !important;
    padding: 0 16px !important;
  }
  #ap-logo {
    gap: 8px !important;
  }
  #ap-logo > span:last-child {
    font-size: 15px !important;
    white-space: nowrap;
  }
  #ap-logo .ap-serif span:first-child {
    font-size: 28px !important;
  }
  #ap-logo .ap-serif span:last-child {
    font-size: 20px !important;
  }
  #ap-burger {
    width: 38px !important;
    height: 38px !important;
  }
  #hero {
    position: relative !important;
    height: auto !important;
    min-height: 72svh !important;
    padding: 78px 0 34px !important;
  }
  #hero-bg {
    animation: none !important;
    transform: none !important;
    transform-origin: center !important;
    background-position: 45% center !important;
  }
  #hero-inner {
    padding: 0 18px !important;
  }
  #hero .ap-en {
    font-size: 10.5px !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 14px !important;
  }
  #hero h1 {
    font-size: 34px !important;
    line-height: 1.05 !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.015em !important;
  }
  #hero-sub {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    max-width: 300px !important;
    margin-bottom: 12px !important;
  }
  #hero-meta {
    margin-bottom: 22px !important;
  }
  #hero-meta span {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
  #hero-cta {
    gap: 8px !important;
    max-width: 246px !important;
  }
  #hero-cta button,
  #hero-cta a {
    font-size: 13.5px !important;
    padding: 12px 16px !important;
    min-height: 42px !important;
    justify-content: center !important;
  }
  #hero-cta svg {
    width: 15px !important;
    height: 15px !important;
  }
  .ap-sec {
    padding: 42px 0 !important;
  }
  .ap-wrap {
    padding: 0 18px !important;
  }
  .ap-kicker {
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 10px !important;
  }
  .ap-h2 {
    font-size: 22px !important;
    line-height: 1.24 !important;
    margin-bottom: 14px !important;
  }
  .ap-lead {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }
  #about-grid {
    gap: 20px !important;
  }
  #about-grid > div:first-child p {
    font-size: 13px !important;
    line-height: 1.65 !important;
    margin-bottom: 14px !important;
  }
  .about-photo {
    height: 300px !important;
    border-radius: 10px !important;
  }
  .about-photo-caption {
    left: 18px !important;
    bottom: 18px !important;
  }
  #about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  #about-stats > div {
    padding: 14px 7px !important;
  }
  #about-stats b {
    font-size: 25px !important;
  }
  #about-stats span {
    font-size: 11px !important;
  }
  .ap-grid3 {
    gap: 10px !important;
  }
  .ap-lncard {
    padding: 19px 18px !important;
    border-radius: 10px !important;
  }
  .ap-lncard .ap-en {
    font-size: 12px !important;
    margin-bottom: 12px !important;
  }
  .ap-lncard h3 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
  .ap-lncard p {
    font-size: 13px !important;
    line-height: 1.58 !important;
    margin-bottom: 0 !important;
  }
  .cmp-cell {
    padding: 10px 12px !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }
  .cmp-cell span {
    font-size: 12px !important;
  }
  #cmp-body {
    display: grid !important;
    gap: 10px !important;
    padding: 10px !important;
  }
  #cmp-body .cmp-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    border: 1px solid rgba(242, 237, 227, 0.12) !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: rgba(242, 237, 227, 0.025) !important;
  }
  #cmp-body .cmp-cell {
    padding: 11px 12px !important;
    border-left: 0 !important;
    background: transparent !important;
    font-size: 12.3px !important;
    line-height: 1.55 !important;
  }
  #cmp-body .cmp-cell:first-child {
    grid-column: 1/-1;
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #e7b24e !important;
    background: rgba(231, 178, 78, 0.07) !important;
    border-bottom: 1px solid rgba(242, 237, 227, 0.1) !important;
  }
  #cmp-body .cmp-cell:nth-child(3) {
    border-left: 1px solid rgba(242, 237, 227, 0.09) !important;
  }
  #cmp-body .cmp-cell span[data-d="mobile-only"] {
    display: block !important;
    margin: 0 0 5px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.08em !important;
  }
  #compare p {
    font-size: 11.5px !important;
    line-height: 1.6 !important;
    margin-top: 12px !important;
  }
  #process {
    padding: 42px 0 !important;
  }
  #process .ap-wrap > div:first-child {
    margin-bottom: 28px !important;
  }
  #proc-timeline {
    padding-left: 0 !important;
  }
  #proc-line {
    display: block !important;
    left: 13px !important;
    top: 14px !important;
    bottom: 14px !important;
    width: 1px !important;
    background: rgba(242, 237, 227, 0.14) !important;
    z-index: 0;
  }
  #proc-line-fill {
    box-shadow: none !important;
  }
  #proc-dot {
    display: none !important;
  }
  .proc-step {
    grid-template-columns: 34px 1fr !important;
    gap: 10px !important;
    padding-bottom: 12px !important;
  }
  .proc-node {
    width: 28px !important;
    height: 28px !important;
    border-width: 1px !important;
  }
  .proc-node .proc-num {
    font-size: 10px !important;
  }
  .proc-card {
    padding: 14px 15px !important;
    border-radius: 10px !important;
    transform: none !important;
  }
  .proc-card h3 {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
  .proc-card p {
    font-size: 12.5px !important;
    line-height: 1.58 !important;
  }
  .proc-card .ap-en {
    font-size: 9.5px !important;
    letter-spacing: 0.12em !important;
  }
  #success .ap-wrap > div:first-child,
  #faq .ap-wrap > div:first-child,
  #diagnosis .ap-wrap > div:first-child {
    margin-bottom: 28px !important;
  }
  #success {
    padding-bottom: 34px !important;
  }
  #succ-mobile {
    display: grid !important;
    grid-template-columns: 42px 1fr 42px;
    grid-template-areas: "track track track" "prev dots next";
    gap: 8px 10px;
    align-items: center;
  }
  #succ-mobile > div:first-child {
    grid-area: track;
  }
  #succ-track .ap-case {
    padding: 17px 17px !important;
    border-radius: 10px !important;
    min-height: 0 !important;
  }
  #succ-track .ap-case > span {
    font-size: 10px !important;
    padding: 4px 9px !important;
    margin-bottom: 12px !important;
  }
  #succ-track .ap-case h3 {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  #succ-track .ap-case p {
    font-size: 12.5px !important;
    line-height: 1.58 !important;
  }
  #succ-track .ap-case div {
    font-size: 11.5px !important;
  }
  #succ-track .ap-case div[style*="margin-bottom:16px"] {
    margin-bottom: 10px !important;
    padding-bottom: 12px !important;
  }
  #succ-prev,
  #succ-next {
    position: static !important;
    grid-area: prev;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(242, 237, 227, 0.07) !important;
    font-size: 18px !important;
    justify-self: end !important;
  }
  #succ-next {
    grid-area: next;
    justify-self: start !important;
  }
  #succ-dots {
    grid-area: dots;
    margin-top: 0 !important;
    align-items: center;
  }
  .ap-dot {
    width: 6px !important;
    height: 6px !important;
  }
  .ap-faq-q {
    padding: 16px 0 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }
  .ap-faq-q > span:first-child {
    gap: 9px !important;
  }
  .ap-faq-q .ap-en {
    font-size: 10.5px !important;
    padding-top: 2px !important;
  }
  .ap-faq-ic {
    font-size: 18px !important;
  }
  .ap-faq-a p {
    padding: 0 0 18px 23px !important;
    font-size: 12.8px !important;
    line-height: 1.62 !important;
  }
  #diag-card {
    padding: 18px 16px !important;
    border-radius: 12px !important;
  }
  #diag-count {
    font-size: 10.5px !important;
    letter-spacing: 0.12em !important;
  }
  #diag-q-title {
    font-size: 15px !important;
    margin-bottom: 12px !important;
  }
  .ap-dq {
    padding: 12px 13px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    gap: 9px !important;
  }
  .ap-dq-box {
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px !important;
    font-size: 11px !important;
  }
  #diag-prev,
  #diag-next {
    font-size: 13px !important;
    padding: 12px 16px !important;
  }
  .ap-ctab {
    padding: 48px 0 !important;
  }
  .ap-ctab .ap-wrap > div:first-child {
    margin-bottom: 24px !important;
  }
  .ap-ctab h2 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
  }
  .ap-ctab p {
    font-size: 13px !important;
    line-height: 1.58 !important;
  }
  .ap-ctab .ap-grid3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    overflow: visible !important;
    border-top: 1px solid rgba(242, 237, 227, 0.14);
    border-left: 1px solid rgba(242, 237, 227, 0.14);
  }
  .ap-ctab .ap-case {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    flex: auto !important;
    scroll-snap-align: unset !important;
    padding: 13px 8px !important;
    border: 0 !important;
    border-right: 1px solid rgba(242, 237, 227, 0.14) !important;
    border-bottom: 1px solid rgba(242, 237, 227, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: center !important;
  }
  .ap-ctab .ap-case svg,
  .ap-ctab .ap-case p {
    display: none !important;
  }
  .ap-ctab .ap-case h3 {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }
  .knowledge-main-link {
    font-size: 13px !important;
    padding: 12px 20px !important;
  }
  footer {
    padding-top: 42px !important;
  }
  #ap-footer-cols {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-bottom: 26px !important;
  }
  #foot-sitemap,
  .footer-actions {
    display: none !important;
  }
  footer p {
    font-size: 12.5px !important;
    line-height: 1.62 !important;
  }
  .footer-brand-title {
    font-size: 17px !important;
  }
  .footer-bottom {
    padding: 18px 0 84px !important;
  }
  #biz-toggle {
    padding: 16px 0 !important;
    font-size: 12.5px !important;
  }
  .biz-chevron::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-top: -3px;
  }
  #biz-body div {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }
  #ap-mobilebar {
    display: grid !important;
  }
  #ap-mobilebar button {
    padding: 12px 10px !important;
    font-size: 13px !important;
    min-height: 46px !important;
  }
  .ap-modal-box {
    width: calc(100vw - 24px) !important;
    padding: 22px 18px !important;
    border-radius: 14px !important;
  }
  .ap-modal-box h3 {
    font-size: 20px !important;
  }
  .ap-modal-box p,
  .ap-modal-box label,
  .ap-modal-box input,
  .ap-modal-box select,
  .ap-modal-box textarea {
    font-size: 13px !important;
  }
  .ap-modal-box input,
  .ap-modal-box select,
  .ap-modal-box textarea {
    padding: 12px 13px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
:focus-visible {
  outline: 2px solid #e7b24e;
  outline-offset: 3px;
}
@media (min-width: 768px) and (max-width: 1180px) {
  #ap-nav {
    gap: 20px !important;
  }
  .ap-navlink {
    font-size: 14.8px !important;
  }
}
