body {
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}

.blue {
  color: #1560e3;
}

.gray {
  color: #ededed;
}

.h-fit {
  height: fit-content;
}

.h-100p {
  height: 100% !important;
}

.h-100 {
  height: 100vh !important;
}

.h-90 {
  height: 90vh !important;
}

.h-80 {
  height: 80vh !important;
}

.h-75 {
  height: 75vh !important;
}

.h-70 {
  height: 70vh !important;
}

.h-60 {
  height: 60vh !important;
}

.w-fit {
  width: fit-content !important;
}

.w-full {
  width: 100% !important;
}

.w-110 {
  width: 110% !important;
}

.w-120 {
  width: 120% !important;
}

.w-130 {
  width: 130% !important;
}

.w-1 {
  width: 1% !important;
}

.w-1s {
  width: 1.5% !important;
}

.w-2 {
  width: 2% !important;
}

.w-4 {
  width: 4% !important;
}

.w-6 {
  width: 6%;
}

.w-8 {
  width: 8%;
}

.w-10 {
  width: 10% !important;
}

.w-12 {
  width: 12% !important;
}

.w-14 {
  width: 14% !important;
}

.w-16 {
  width: 16% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-28 {
  width: 28% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}
.w-32 {
  width: 32% !important;
}
.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-78 {
  width: 78% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-drop .w-icon16 {
  width: 16px;
  aspect-ratio: 1/1;
}

.w-icon35 {
  width: 35px;
  aspect-ratio: 1/1;
}

.w-icon20 {
  width: 20px;
  aspect-ratio: 1/1;
}

.p-0 {
  padding: 0;
}

.p-03 {
  padding: 0.3rem !important;
}

.p-0s {
  padding: 0.5rem !important;
}

.p-06 {
  padding: 0.6rem !important;
}

.p-07 {
  padding: 0.7rem !important;
}

.p-08 {
  padding: 0.8rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-1s {
  padding: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-dc {
  flex-direction: column;
}

.flex-dr {
  flex-direction: row;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.gap-0s {
  gap: 0.5rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-1s {
  gap: 1.5rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-2s {
  gap: 2.5rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-4s {
  gap: 4.5rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.button-primary {
  background-color: #2273fd;
  color: white;
  padding: 0.8rem 2.5rem;
}

.button-secondary {
  background: #fe8a0b;
  background: linear-gradient(90deg, rgba(254, 138, 11, 1) 0%, rgba(244, 100, 4, 1) 100%);
  color: white;
  padding: 0.8rem 2.5rem;
}

.bg-blue {
  background-color: #2273fd;
}

.bg-orange {
  background: #fe8a0b;
  background: linear-gradient(90deg, rgba(254, 138, 11, 1) 0%, rgba(244, 100, 4, 1) 100%);
}

.button-video1 {
  background-color: #2273fd;
  color: white;
  padding: 0.8rem 2.5rem;
}

.button-video2 {
  background: #fe8a0b;
  background: linear-gradient(90deg, rgba(254, 138, 11, 1) 0%, rgba(244, 100, 4, 1) 100%);
  color: white;
  padding: 0.8rem 2.5rem;
}

.button-header1 {
  background-color: #2273fd;
  color: white;
  padding: 0.7rem 2.5rem;
}

.button-header2 {
  background: #fe8a0b;
  background: linear-gradient(90deg, rgba(254, 138, 11, 1) 0%, rgba(244, 100, 4, 1) 100%);
  color: white;
  padding: 0.7rem 2.5rem;
}

.b-radius-0 {
  border-radius: 0px !important;
}

.b-radius-12 {
  border-radius: 12px !important;
}

.b-radius-16 {
  border-radius: 16px !important;
}

.b-radius-20 {
  border-radius: 20px !important;
}

.b-radius-30 {
  border-radius: 30px !important;
}

.b-radius-99 {
  border-radius: 99px !important;
}

a {
  text-decoration: none;
  color: black;
}

.border-1-red {
  border: 1px solid red;
}

.border-1-white {
  border: 1px solid white;
}

.border-1-black {
  border: 1px solid black;
}

.border-1-black05 {
  border: 1px solid rgba(0, 0, 0, 0.075);
}

.border-top-black05 {
  border-top: 1px solid rgba(0, 0, 0, 0.075) !important;
}

.text-blue {
  color: #2273fd;
}

.f-weight500 {
  font-weight: 500 !important;
}

.f-weight600 {
  font-weight: 600;
}

.f-weight700 {
  font-weight: 700;
}

a.nav-link.font-p {
  font-size: 14px;
}

.font-p13 {
  font-size: 13px;
}

.pt-05 {
  padding-top: 0.5rem !important;
}

.pt-06 {
  padding-top: 0.6rem !important;
}

.pt-08 {
  padding-top: 0.8rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pb-05 {
  padding-bottom: 0.5rem !important;
}

.pb-06 {
  padding-bottom: 0.6rem !important;
}

.pb-08 {
  padding-bottom: 0.8rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.ml-0s {
  margin-left: 0.5rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.row1 {
  margin-left: 0 !important;
}

.o-hidden {
  overflow: hidden;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1 !important;
}

.l-height140 {
  line-height: 140%;
  letter-spacing: 0.2px;
}

.l-height150 {
  line-height: 170%;
  letter-spacing: 0.2px;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 35px;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.aspect-r1 {
  aspect-ratio: 1/1 !important;
}

.flex-end {
  justify-content: flex-end;
}

.color-white {
  color: white;
}

.op-70 {
  opacity: 70%;
}

.op-80 {
  opacity: 80%;
}

.op-85 {
  opacity: 85%;
}

.op-90 {
  opacity: 90%;
}

.p-relative {
  position: relative;
}

.semibold {
  font-weight: 700;
}

.bold {
  font-weight: 900 !important;
}

.p-absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0px;
}

.opacity-75 {
  opacity: 75% !important;
}

.opacity-100 {
  opacity: 100% !important;
}

.gray {
  color: #616161;
}

.whiteblue {
  color: #b5d0ff;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-gblue {
  background: #2b4de7;
  background: linear-gradient(105deg, rgba(43, 77, 231, 1) 0%, rgba(0, 47, 140, 1) 100%);
}

.bg-gblue05 {
  background: #196af2;
  background: linear-gradient(
    105deg,
    rgba(25, 106, 242, 1) 0%,
    rgba(15, 89, 211, 1) 100%
  );
}

.bg-darkblue {
  background-color: #002158 !important;
}

.bg-f5 {
  background-color: #f5f5f5;
}

.readmore-box {
  max-width: 720px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1.6;
  position: relative;
  text-align: left;
  margin-bottom: 2rem;
}

.readmore-content {
  overflow: hidden;
  transition: height 0.4s ease;
  height: auto; /* akan diatur via JS */
  position: relative;
}

.readmore-button {
  display: inline-block;
  margin-top: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  color: #0b5cff;
  background: none;
  border: none;
  padding: 0;
  user-select: none;
}

/* Efek gradasi bawah */
.readmore-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(245, 245, 245));
  pointer-events: none;
}

.expanded::after {
  display: none;
}

.cursor-p {
  cursor: pointer;
}

.hover:hover {
  color: white;
}

.a-white {
  color: white !important;
}

.dropshadow {
  box-shadow: 1px -1px 25px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px -1px 25px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px -1px 25px -10px rgba(0, 0, 0, 0.15);
}

.hover-blue:hover {
  color: #0b5cff;
}

.hover-nav:hover {
  background-color: #fafafa;
}

.inform-item ul {
  border: 1px solid red;
  background-color: green;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  padding-left: 2rem !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.btn-outline {
  border-width: 0px !important;
}

.btn-outline:focus-visible {
  outline: 0px !important;
}
.mx-0 {
  margin: 0 !important;
}