@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

ul,
ol {
  margin-left: 1rem;
}
ul.lns,
ol.lns {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-padding-before: 0;
  padding-block-start: 0;
  -webkit-padding-after: 0;
  padding-block-end: 0;
}

.bs {
  --bs-3: 3px;
  --bs-5: 5px;
  --bs-dark: var(--cp-1-700);
}
.bs.bs-5-dark {
  -webkit-box-shadow: var(--bs-5) var(--bs-5) 0 0 var(--cp-1-700);
  box-shadow: var(--bs-5) var(--bs-5) 0 0 var(--cp-1-700);
  border: var(--bs-5) solid var(--cp-1-700);
}
.bs.bs-3-dark {
  -webkit-box-shadow: var(--bs-3) var(--bs-3) 0 0 var(--cp-1-700);
  box-shadow: var(--bs-3) var(--bs-3) 0 0 var(--cp-1-700);
  border: var(--bs-3) solid var(--cp-1-700);
}

.icon-wr {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-wr svg {
  width: 100%;
}

.row-card {
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed var(--trans-dark-3);
}
.row-card .row-card-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.row-card .row-card-item-top .row-card-num {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* JetBrains Mono start */
/* jetbrains-mono-600 - latin */
/* jetbrains-mono-700 - latin */
/* JetBrains Mono End */
/* Lexend Start */
/* lexend-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lexend-v26-latin-regular.woff2") format("woff2");
}
/* lexend-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lexend-v26-latin-500.woff2") format("woff2");
}
/* lexend-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/lexend-v26-latin-600.woff2") format("woff2");
}
/* lexend-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lexend-v26-latin-700.woff2") format("woff2");
}
/* Lexend End */
/* stack-sans-notch-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Stack Sans Notch";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/stack-sans-notch-v5-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Stack Sans Notch";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/stack-sans-notch-v5-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Stack Sans Notch";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/stack-sans-notch-v5-latin-700.woff2") format("woff2");
}
/* dm-sans-regular - latin */
/* dm-sans-700 - latin */
:root {
  --font-primary: "Lexend", sans-serif;
  --font-heading: "Stack Sans Notch", sans-serif;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-400-font-heading: 400;
  --fw-600-font-heading: 600;
  --fw-700-font-heading: 700;
  --fs-10: 10px;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --fs-16: 16px;
}

p {
  margin: 16px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: var(--fw-700-font-heading);
  line-height: 1.2;
  margin: 8px 0;
  letter-spacing: 1.5px;
}

h1 {
  font-size: 1.3rem;
}
@media (min-width: 395px) {
  h1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.2rem;
}
@media (min-width: 395px) {
  h2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1rem;
}
@media (min-width: 395px) {
  h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 0.9rem;
}
@media (min-width: 395px) {
  h4 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5,
h6 {
  font-size: 0.9rem;
}
@media (min-width: 395px) {
  h5,
  h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  h5,
  h6 {
    font-size: 1.1rem;
  }
}

.head.head-small {
  font-size: 0.85rem;
}
.head.head-big {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .head.head-big {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .head.head-big {
    font-size: 1.75rem;
  }
}

.lw75m100 {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lw75m100 {
    width: 75%;
  }
}

h3.head-card {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  h3.head-card {
    font-size: 1rem;
  }
}

.lw85m100left {
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .lw85m100left {
    width: 85%;
  }
}

:root {
  /* ============================================
      BASE — dari aturan Anda, tidak diubah
      ============================================ */
  --cp-bg-primary: #fafaf8;
  --cp-bg-secondary: #f5f5f5;
  --cp-text-primary: #333333;
  --cp-text-secondary: #666666;
  /* --cp-1: #2468ff; */
  --cp-1-100: #ccd6eb;
  --cp-1-200: #99add8;
  --cp-1-300: #6784c4;
  --cp-1-400: #345bb1;
  --cp-1-500: #01329d;
  --cp-1-600: #01287e;
  --cp-1-700: #011e5e;
  --cp-1-800: #00143f;
  --cp-1-900: #000a1f;
  --cp-2-100: #f0f9d9;
  --cp-2-200: #e0f3b3;
  --cp-2-300: #d0ed8c;
  --cp-2-400: #c0e766;
  --cp-2-500: #b0e140;
  --cp-2-600: #99c938;
  --cp-2-700: #80b130;
  --cp-2-800: #679928;
  --cp-2-900: #4e8120;
  --cp-2-1000: #4c7e20;
  --cp-3-100: #f8d2d9;
  --cp-3-200: #f1a5b4;
  --cp-3-300: #e9788e;
  --cp-3-400: #e24b69;
  --cp-3-500: #db1e43;
  --cp-3-600: #af1836;
  --cp-3-700: #831228;
  --cp-3-800: #580c1b;
  --cp-3-900: #2c060d;
  /* RGBA */
  --trans-dark-1: rgba(0, 0, 0, 0.1);
  --trans-dark-2: rgba(0, 0, 0, 0.2);
  --trans-dark-3: rgba(0, 0, 0, 0.3);
  --trans-dark-4: rgba(0, 0, 0, 0.4);
  --trans-dark-5: rgba(0, 0, 0, 0.5);
  --trans-dark-6: rgba(0, 0, 0, 0.6);
  --trans-dark-7: rgba(0, 0, 0, 0.7);
  --trans-dark-8: rgba(0, 0, 0, 0.8);
  --trans-dark-9: rgba(0, 0, 0, 0.9);
  --trans-light-1: rgba(255, 255, 255, 0.1);
  --trans-light-2: rgba(255, 255, 255, 0.2);
  --trans-light-3: rgba(255, 255, 255, 0.3);
  --trans-light-4: rgba(255, 255, 255, 0.4);
  --trans-light-5: rgba(255, 255, 255, 0.5);
  --trans-light-6: rgba(255, 255, 255, 0.6);
  --trans-light-7: rgba(255, 255, 255, 0.7);
  --trans-light-8: rgba(255, 255, 255, 0.8);
  --trans-light-9: rgba(255, 255, 255, 0.9);
}

button.btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: var(--font-heading);
}
a.btn-sm {
  padding: 4px 8px;
}
a.btn-md {
  padding: 8px 16px;
}
a.btn-primary {
  background-color: var(--cp-1-500);
  color: var(--cp-bg-primary);
}
a.btn-primary .icon-wrapper svg {
  fill: var(--cp-bg-primary);
}
a.btn-secondary {
  background-color: var(--cp-2-700);
  color: var(--cp-text-primary);
}
a.btn-secondary .icon-wrapper svg {
  fill: var(--cp-text-primary);
}
a.btn-shadow-sm-dark {
  -webkit-box-shadow: 3px 3px 0 0 var(--cp-1-700);
  box-shadow: 3px 3px 0 0 var(--cp-1-700);
  border: 2px solid var(--cp-1-700);
}
a.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
a.btn-icon .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 24px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

body {
  font-family: var(--font-primary);
  font-size: var(--fs-12);
  line-height: 1.5;
  background-color: var(--cp-bg-primary);
  color: var(--cp-text-primary);
  font-weight: var(--fw-400);
}
body.no-scroll {
  overflow: hidden;
}
@media (min-width: 375px) {
  body {
    font-size: var(--fs-13);
  }
}
@media (min-width: 767px) {
  body {
    font-size: var(--fs-15);
  }
}
body a {
  color: inherit;
  text-decoration: none;
}
body .section {
  width: 100%;
  padding: 0;
}
body .section.small {
  padding: 1rem 0;
}
body .section.medium {
  padding: 2rem 0;
}
@media (min-width: 375px) {
  body .section.medium {
    padding: 2.5rem 0;
  }
}
@media (min-width: 768px) {
  body .section.medium {
    padding: 4rem 0;
  }
}
@media (min-width: 1024px) {
  body .section.medium {
    padding: 6rem 0;
  }
}
body .section .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

main {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main.active {
  -webkit-transform: scale(0.998);
  transform: scale(0.998);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

header#header {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
}
@media (min-width: 1100px) {
  header#header {
    padding-right: 0;
    padding-left: 0;
  }
}
header#header .container {
  background-color: var(--cp-bg-primary);
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  header#header .container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
header#header .container #header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header#header .container #header-left a {
  line-height: 1;
  font-size: 1.4rem;
  display: block;
  font-family: var(--font-heading);
  font-weight: var(--fw-600-font-heading);
}
@media (min-width: 375px) {
  header#header .container #header-left a {
    font-size: 1.7rem;
  }
}
header#header .container #header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
header#header .container #header-right nav#header-menu-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--cp-1-700);
  color: var(--cp-bg-primary);
  z-index: 777;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  header#header .container #header-right nav#header-menu-nav {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    background-color: transparent;
    color: var(--cp-text-primary);
    z-index: 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
header#header .container #header-right nav#header-menu-nav ul.lns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: var(--fw-600-font-heading);
  font-size: 0.85rem;
  letter-spacing: 1px;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .container #header-right nav#header-menu-nav ul.lns.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 1024px) {
  header#header .container #header-right nav#header-menu-nav ul.lns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.5rem;
    font-size: 1rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
header#header .container #header-right nav#header-menu-nav ul.lns li.menu-item-has-children {
  position: relative;
}
header#header .container #header-right nav#header-menu-nav ul.lns li.menu-item-has-children ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  list-style: square;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {
  header#header .container #header-right nav#header-menu-nav ul.lns li.menu-item-has-children ul.sub-menu {
    display: none;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  header#header .container #header-right nav#header-menu-nav ul.lns li.menu-item-has-children ul.sub-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--cp-bg-primary);
    list-style: none;
    padding: 2rem 1rem;
    right: 100%;
    -webkit-box-shadow: 2px 2px 0 0 var(--cp-1-700);
    box-shadow: 2px 2px 0 0 var(--cp-1-700);
    border: 2px solid var(--cp-1-700);
  }
}
header#header .container #header-right nav#header-menu-nav ul.lns li.menu-item-has-children ul.sub-menu li.semua-jasa {
  background-color: var(--cp-3-600);
  color: var(--cp-bg-primary);
  padding: 4px 4px 4px 8px;
  -webkit-box-shadow: 3px 3px 0 0 var(--cp-text-primary);
  box-shadow: 3px 3px 0 0 var(--cp-text-primary);
}
header#header .container #header-right nav#header-menu-nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header#header .container #header-right a.btn {
  padding: 2px 8px;
  font-style: var(--fs-10);
  line-height: 1;
  gap: 4px;
  -webkit-box-shadow: 2px 2px 0 0 var(--cp-1-700);
  box-shadow: 2px 2px 0 0 var(--cp-1-700);
  border: 2px solid var(--cp-1-700);
  color: var(--cp-bg-primary);
}
header#header .container #header-right a.btn .btn-icon {
  width: 20px;
}
header#header .container #header-right a.btn .btn-icon svg {
  width: 20px;
}
header#header .container #header-right a.btn .header-btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
header#header .container #header-right a.btn .header-btn-text span.btn-text.whatsapp {
  display: none;
}
@media (min-width: 375px) {
  header#header .container #header-right a.btn .header-btn-text span.btn-text.whatsapp {
    display: block;
  }
}
header#header .container #header-right button.bars {
  width: 20px;
  height: 18px;
  position: relative;
}
@media (min-width: 1024px) {
  header#header .container #header-right button.bars {
    display: none;
  }
}
header#header .container #header-right button.bars span.bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--cp-text-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#header .container #header-right button.bars span.bar:nth-child(1) {
  top: 0;
}
header#header .container #header-right button.bars span.bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#header .container #header-right button.bars span.bar:nth-child(3) {
  bottom: 0;
}
header#header .container #header-right button.bars.active span.bar {
  height: 4px;
}
header#header .container #header-right button.bars.active span.bar:nth-child(1) {
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#header .container #header-right button.bars.active span.bar:nth-child(2) {
  display: none;
}
header#header .container #header-right button.bars.active span.bar:nth-child(3) {
  bottom: calc(50% - 3px);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

#section-blog-headline .container #headline-wr {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  #section-blog-headline .container #headline-wr {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  #section-blog-headline .container #headline-wr {
    grid-template-columns: repeat(4, 1fr);
  }
}
#section-blog-headline .container #headline-wr .headline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  #section-blog-headline .container #headline-wr .headline-item {
    border: 1px solid var(--trans-dark-1);
  }
}
#section-blog-headline .container #headline-wr .headline-item .headline-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#section-blog-headline .container #headline-wr .headline-item .headline-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#section-blog-headline .container #headline-wr .headline-item .headline-meta {
  background-color: var(--cp-bg-primary);
}
@media (min-width: 768px) {
  #section-blog-headline .container #headline-wr .headline-item .headline-meta {
    padding: 1rem;
  }
}
#section-blog-headline .container #headline-wr .headline-item:nth-child(1) {
  grid-column: span 2;
}
@media (min-width: 768px) {
  #section-blog-headline .container #headline-wr .headline-item:nth-child(1) {
    grid-column: span 3;
  }
  #section-blog-headline .container #headline-wr .headline-item:nth-child(1) .headline-meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--trans-dark-7);
  }
  #section-blog-headline .container #headline-wr .headline-item:nth-child(1) .headline-meta h3 a {
    color: var(--cp-bg-primary);
  }
}
@media (min-width: 1024px) {
  #section-blog-headline .container #headline-wr .headline-item:nth-child(1) {
    grid-column: span 2;
  }
}

#section-layanan-utama .container #slu-bot {
  display: grid;
  gap: 1.25rem;
}
#section-layanan-utama .container #slu-bot .slu-item {
  padding: 0 1rem;
}
#section-layanan-utama .container #slu-bot .slu-item:nth-child(odd) {
  -webkit-transform: rotate(-0.2deg);
  transform: rotate(-0.2deg);
}
#section-layanan-utama .container #slu-bot .slu-item:nth-child(even) {
  -webkit-transform: rotate(0.2deg);
  transform: rotate(0.2deg);
}
#section-layanan-utama .container #slu-bot .slu-item h3.head-card {
  position: relative;
  padding-left: 17px;
}
#section-layanan-utama .container #slu-bot .slu-item h3.head-card:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--cp-2-1000);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#section-layanan-utama .container #slu-bot .slu-item h3.head-card a {
  color: var(--cp-2-1000);
}

#part-footer {
  background: var(--cp-1-700);
  color: var(--cp-bg-primary);
}
#part-footer .container #pfo-mid nav#footer-menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-family: var(--font-heading);
}
#part-footer .container #pfo-mid nav#footer-menu-nav ul li {
  position: relative;
}
#part-footer .container #pfo-mid nav#footer-menu-nav ul li:before {
  content: "#";
}