@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;
}

@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/plus-jakarta-sans-v12-latin-regular.woff2") format("woff2");
}
/* plus-jakarta-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/plus-jakarta-sans-v12-latin-600.woff2") format("woff2");
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/plus-jakarta-sans-v12-latin-700.woff2") format("woff2");
}
/* plus-jakarta-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/plus-jakarta-sans-v12-latin-800.woff2") format("woff2");
}
/* jetbrains-mono-regular - latin */
@font-face {
  font-display: swap;
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jetbrains-mono-v24-latin-regular.woff2") format("woff2");
}
:root {
  --font-primary: "Plus Jakarta Sans", serif;
  --font-heading: "Plus Jakarta Sans", serif;
  --font-code: "JetBrains Mono", monospace;
  --fw-400: 400;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fs-10: 10px;
  --fs-11: 11px;
  --fs-12: 12px;
  --fs-13: 13px;
  --fs-14: 14px;
  --fs-15: 15px;
  --clamp-1: clamp(1.25rem, 1.1734rem + 0.3828vw, 1.5rem);
  --clamp-2: clamp(1.375rem, 1.2984rem + 0.3828vw, 1.625rem);
  --clamp-3: clamp(1.5rem, 1.4234rem + 0.3828vw, 1.75rem);
  --clamp-4: clamp(1.625rem, 1.5484rem + 0.3828vw, 1.875rem);
  --clamp-5: clamp(1.75rem, 1.6734rem + 0.3828vw, 2rem);
  --clamp-6: clamp(1.875rem, 1.7984rem + 0.3828vw, 2.125rem);
  --clamp-7: clamp(2rem, 1.9234rem + 0.3828vw, 2.25rem);
  --clamp-8: clamp(2.125rem, 2.0484rem + 0.3828vw, 2.375rem);
  --clamp-9: clamp(2.25rem, 2.1734rem + 0.3828vw, 2.5rem);
  --clamp-10: clamp(1.25rem, 0.8672rem + 1.9139vw, 2.5rem);
}

code {
  font-family: var(--font-code);
  font-size: var(--fs-13);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: var(--fw-400);
  color: var(--cp-text-primary);
  background-color: #ddd;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid var(--cp-border-primary);
  border-radius: 0.25rem;
}

/* Reset hanya untuk elemen yang "non-typographic" */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-10 {
  font-size: var(--fs-10);
}

.fs-11 {
  font-size: var(--fs-11);
}

.fs-12 {
  font-size: var(--fs-12);
}

.fs-13 {
  font-size: var(--fs-13);
}

.fs-14 {
  font-size: var(--fs-14);
}

/* Kembalikan margin/padding untuk elemen typographic */
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
blockquote,
pre,
figure,
figcaption {
  margin: revert;
  padding: revert;
}

.fw-400 {
  font-weight: var(--fw-400);
}

.fw-600 {
  font-weight: var(--fw-600);
}

.fw-700 {
  font-weight: var(--fw-700);
}

.fw-900 {
  font-weight: var(--fw-900);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  line-height: 1.3;
  margin: 6px 0;
  font-weight: var(--fw-800);
}

.head {
  margin: 6px 0;
  line-height: 1.3;
  font-weight: var(--fw-800);
  text-transform: uppercase;
}
.head.fw-400 {
  font-weight: var(--fw-400);
}
.head.fw-700 {
  font-weight: var(--fw-700);
}
.head.fw-900 {
  font-weight: var(--fw-900);
}
.head.normal {
  font-weight: var(--fw-400);
}

.head-medium {
  font-size: var(--clamp-4);
}
@media (min-width: 1024px) {
  .head-medium {
    font-size: var(--clamp-5);
  }
}
@media (min-width: 1440px) {
  .head-medium {
    font-size: var(--clamp-6);
  }
}

.head-small {
  text-transform: uppercase;
  font-size: var(--fs-10);
  letter-spacing: 1px;
}
@media (min-width: 390px) {
  .head-small {
    font-size: var(--fs-12);
  }
}

.post-title,
.head-big {
  font-size: 1rem;
}
@media (min-width: 390px) {
  .post-title,
  .head-big {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .post-title,
  .head-big {
    font-size: var(--clamp-2);
  }
}
.post-title.cp-4,
.head-big.cp-4 {
  color: var(--cp-4);
}

.text-small {
  margin: 4px 0;
  line-height: 1.5;
  font-size: var(--fs-13);
}

.hardapro-logo {
  font-weight: var(--fw-800);
}

.lw75mw100 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .lw75mw100 {
    width: 75%;
  }
}

:root {
  --cp-bg-primary: #f2f2f2;
  --cp-bg-secondary: #f5f5f5;
  --cp-bg-tertiary: #dddddd;
  --cp-text-primary: #00101a;
  --cp-branding-red: #e61412;
  --cp-1-100: #cdd6de;
  --cp-1-200: #9aadbd;
  --cp-1-300: #68839b;
  --cp-1-400: #355a7a;
  --cp-1-500: #033159;
  --cp-1-600: #022747;
  --cp-1-700: #021d35;
  --cp-1-800: #011424;
  --cp-1-900: #010a12;
  --cp-2: #0c4459;
  --cp-2-100: #cedade;
  --cp-2-200: #9eb4bd;
  --cp-2-300: #6d8f9b;
  --cp-2-400: #3d697a;
  --cp-2-500: #0c4459;
  --cp-2-600: #0a3647;
  --cp-2-700: #072935;
  --cp-2-800: #051b24;
  --cp-2-900: #020e12;
  --cp-3: #518c5a;
  --cp-3-100: #dce8de;
  --cp-3-200: #b9d1bd;
  --cp-3-300: #97ba9c;
  --cp-3-400: #74a37b;
  --cp-3-500: #518c5a;
  --cp-3-600: #417048;
  --cp-3-700: #315436;
  --cp-3-800: #203824;
  --cp-3-900: #101c12;
  --cp-4-100: #f9e9d9;
  --cp-4-200: #f3d4b3;
  --cp-4-300: #eebe8d;
  --cp-4-400: #e8a967;
  --cp-4-500: #bf702a;
  --cp-4-600: #9b5a21;
  --cp-4-700: #784417;
  --cp-4-800: #542e0d;
  --cp-4-900: #311804;
  --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);
}

.gradient-dark-1 {
  --deg: 180deg;
  background: linear-gradient(var(--deg), var(--cp-text-primary), var(--trans-dark-8), var(--cp-text-primary));
}

.gradient-45 {
  --deg: 45deg;
}

.gradient-90 {
  --deg: 90deg;
}

.gradient-135 {
  --deg: 135deg;
}

.cp-3-700 {
  color: var(--cp-3-700);
}

.cp-1-900 {
  color: var(--cp-1-800);
}

.col-cp-3 {
  color: var(--cp-3);
}

.col-cp-3-800 {
  color: var(--cp-3-800);
}

.col-cp-4 {
  color: var(--cp-4);
}

.col-cp-text {
  color: var(--cp-text-primary);
}

.bg-cp-3-700 {
  background-color: var(--cp-3-700);
  color: var(--cp-bg-primary);
}
.bg-cp-3-700 a {
  color: var(--cp-bg-primary);
  text-decoration: underline;
}

.col-cp-1-600 {
  color: var(--cp-1-600);
}

body {
  font-family: var(--font-primary);
  background-color: var(--cp-bg-primary);
  text-rendering: optimizeSpeed;
  color: var(--cp-text-primary);
  line-height: 1.6;
  font-size: 0.8rem;
  font-weight: var(--fw-400);
}
body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}
@media (min-width: 375px) {
  body {
    font-size: 0.83rem;
  }
}
@media (min-width: 390px) {
  body {
    font-size: 0.88rem;
  }
}
@media (min-width: 540px) {
  body {
    font-size: 0.93rem;
  }
}
@media (min-width: 1366px) {
  body {
    font-size: 0.98rem;
  }
}
body p {
  letter-spacing: 0.5px;
}
body li {
  letter-spacing: 0.5px;
}
body a {
  letter-spacing: 0.5px;
  text-decoration: none;
  color: var(--cp-text-primary);
}

main.active {
  -webkit-transform: scale(0.998);
  transform: scale(0.998);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

section.small,
.section.small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  section.small,
  .section.small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
section.medium,
.section.medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1366px) {
  section.medium,
  .section.medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
section .container,
.section .container {
  max-width: 1100px;
  padding: 0 0.75rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section .container,
  .section .container {
    padding: 0 1rem;
  }
}

figure {
  padding: 0;
  margin: 0;
  display: block;
  -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;
}

img {
  display: block;
}

.shrink-540 {
  max-width: 540px !important;
  margin: 0 auto;
}

.shrink-640 {
  max-width: 640px !important;
  margin: 0 auto;
}

.shrink-768 {
  max-width: 768px !important;
  margin: 0 auto;
}

.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-025 {
  gap: 0.25rem;
}

.gap-033 {
  gap: 0.33rem;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.position-fixed {
  position: fixed;
}

:root {
  --box-shadow-05: 0 0 5px 0 var(--trans-dark-1);
  --box-shadow-1: 0 0 10px 0 var(--trans-dark-3);
  --box-shadow-2: 5px 5px 0 0 var(--cp-text-primary);
  --borad-10: 10px;
  --borad-15: 15px;
  --borad-20: 20px;
  --borad-25: 25px;
  --borad-30: 30px;
  --borad-35: 35px;
  --borad-40: 40px;
  --borad-45: 45px;
  --borad-50: 50px;
}

ul,
ol {
  padding-left: 1.5rem;
}
ul.lns,
ol.lns {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.lns.square,
ol.lns.square {
  list-style: square;
  padding-left: 1rem;
}

.bs-default {
  position: relative;
  border: 3px solid var(--cp-text-primary);
  -webkit-box-shadow: 5px 5px 0 0 var(--cp-1-900);
  box-shadow: 5px 5px 0 0 var(--cp-1-900);
}
.bs-default.light {
  border: 3px solid var(--cp-1);
  -webkit-box-shadow: 5px 5px 0 0 var(--cp-1);
  box-shadow: 5px 5px 0 0 var(--cp-1);
}

.bs-default-light {
  position: relative;
  border: 3px solid var(--cp-1-100);
  -webkit-box-shadow: 5px 5px 0 0 var(--cp-1-700);
  box-shadow: 5px 5px 0 0 var(--cp-1-700);
}

.bs-default-darkmagenta {
  position: relative;
  border: 3px solid var(--cp-1-300);
  -webkit-box-shadow: 5px 5px 0 0 darkmagenta;
  box-shadow: 5px 5px 0 0 darkmagenta;
  background-color: darkmagenta;
}

.bs-default-small {
  position: relative;
  border: 2px solid var(--cp-text-primary);
  -webkit-box-shadow: 5px 5px 0 0 var(--cp-1-900);
  box-shadow: 5px 5px 0 0 var(--cp-1-900);
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}
.underline.light {
  text-decoration-color: var(--cp-bg-primary);
}
.underline.dark {
  text-decoration-color: var(--cp-text-primary);
}

.dot {
  position: relative;
  display: inline-block;
}
.dot:after {
  content: "▪";
  bottom: 0;
  position: relative;
  bottom: -4px;
  color: var(--cp-whatsapp);
}

address {
  font-size: var(--fs-12);
}
address ul.lns.list-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
address ul.lns.list-address li {
  display: inline-block;
}
address ul.lns.list-address li span.icon svg {
  position: relative;
  width: 20px;
  height: 20px;
  bottom: -4px;
}

.rotate-min-2 {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

ul.global-list {
  display: grid;
  gap: 0.75rem;
  line-height: 1.1;
}
@media (min-width: 375px) {
  ul.global-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 640px) {
  ul.global-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.global-list li a {
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  font-weight: var(--fw-700);
  text-align: center;
  width: 100%;
  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 !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 0.33rem;
}

ul.lns.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
ul.lns.faq-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
ul.lns.faq-list li .question {
  font-weight: var(--fw-700);
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--trans-dark-1);
}

.lh-19 {
  line-height: 1.75;
}

.italic {
  font-style: italic;
}

.h100 {
  height: 100%;
}

.borad-3 {
  border-radius: 3px;
}

.borad-5 {
  border-radius: 5px;
}

.borad-7 {
  border-radius: 7px;
}

.borad-10 {
  border-radius: 10px;
}

.h100 {
  height: 100%;
}

.label {
  font-weight: var(--fw-900);
}

.undeline {
  text-decoration: underline;
}

#section-cta-strip {
  background-color: var(--cp-3-700);
  min-height: 44px;
  padding-top: 0.55rem;
  padding-bottom: calc(0.55rem + 4px);
}
#section-cta-strip .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section-cta-strip .container a.btn {
  border: 3px solid var(--trans-dark-7);
  -webkit-box-shadow: 5px 5px 0 0 var(--trans-dark-7);
  box-shadow: 5px 5px 0 0 var(--trans-dark-7);
  line-height: 1;
}

div.icon svg,
span.icon svg {
  width: 20px;
  height: 20px;
}

span.hwp-img-pin-wrap:has(a) {
  position: relative;
}
span.hwp-img-pin-wrap:has(a) svg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 24px;
  height: 24px;
  fill: red;
}

.has-accent-default {
  position: relative;
}
.has-accent-default::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(36, 104, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 104, 255, 0.05) 1px, transparent 1px), linear-gradient(rgba(36, 104, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 104, 255, 0.12) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px, 220px 220px, 220px 220px;
  mask-image: radial-gradient(ellipse 85% 90% at 68% 44%, black 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 85% 90% at 68% 44%, black 15%, transparent 72%);
}
.has-accent-default {
  /* Accent filled cells */
}
.has-accent-default::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(var(--cp-2) 0%, var(--cp-2) 100%), linear-gradient(var(--cp-2) 0%, var(--cp-2) 100%), linear-gradient(var(--cp-2) 0%, var(--cp-2) 100%), linear-gradient(var(--cp-2) 0%, var(--cp-2) 100%), linear-gradient(var(--cp-1) 0%, var(--cp-1) 100%), linear-gradient(var(--cp-1) 0%, var(--cp-1) 100%), linear-gradient(var(--cp-1) 0%, var(--cp-1) 100%), linear-gradient(var(--cp-6) 0%, var(--cp-6) 100%), linear-gradient(var(--cp-6) 0%, var(--cp-6) 100%);
  background-size: 44px 44px, 44px 44px, 44px 44px, 44px 44px, 44px 44px, 44px 44px, 44px 44px, 44px 44px, 44px 44px;
  background-position: 528px 88px, 616px 176px, 484px 308px, 660px 352px, 572px 220px, 704px 132px, 528px 396px, 660px 264px, 748px 308px;
  background-repeat: no-repeat;
  opacity: 0.2;
  mask-image: radial-gradient(ellipse 65% 72% at 68% 44%, black 10%, transparent 62%);
  -webkit-mask-image: radial-gradient(ellipse 65% 72% at 68% 44%, black 10%, transparent 62%);
}

#tho-container {
  max-width: 1024px;
  margin: 0 auto;
}
#tho-container #tho-search-wr div#___gcse_0 div.gsc-control-cse.gsc-control-cse-id {
  width: 100% !important;
}
#tho-container #tho-search-wr div#___gcse_0 div.gsc-control-cse.gsc-control-cse-id div.gsc-control-wrapper-cse {
  width: 100% !important;
}
#tho-container #tho-search-wr div#___gcse_0 div.gsc-control-cse.gsc-control-cse-id div.gsc-control-wrapper-cse form {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.box {
  padding: 1rem;
}
.box.box-info {
  background-color: var(--cp-1-200);
}

div.icon-wr {
  width: 24px;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button.btn {
  border: none;
}

a.btn.btn-primary {
  background-color: var(--cp-4-500);
}
a.btn.btn-has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.btn.btn-has-icon span {
  display: block;
  line-height: 1;
}
a.btn.btn-md {
  padding: 0.5rem 1rem;
}
a.btn.btn-sm {
  padding: 2px 4px;
}

#topbar {
  background-color: var(--cp-bg-secondary);
  -webkit-box-shadow: var(--box-shadow-2);
  box-shadow: var(--box-shadow-2);
  --tb-padding-y: 4px;
  padding-top: var(--tb-padding-y);
  padding-bottom: var(--tb-padding-y);
  font-size: var(--fs-11);
}
@media (min-width: 375px) {
  #topbar {
    --tb-padding-y: 8px;
  }
}
@media (min-width: 399px) {
  #topbar {
    --tb-padding-y: 12px;
  }
}
@media (min-width: 768px) {
  #topbar {
    --tb-padding-y: 6px;
    font-size: var(--fs-12);
  }
}
#topbar .container {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 399px) {
  #topbar .container {
    grid-template-columns: 1fr auto;
  }
}
#topbar .container .left {
  line-height: 1.2;
}
#topbar .container .right {
  display: none;
}
@media (min-width: 540px) {
  #topbar .container .right {
    display: block;
  }
}
#topbar .container .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

header#header {
  height: 60px;
  background-color: var(--cp-1-700);
}
header#header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#header .container .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
}
@media (min-width: 1024px) {
  header#header .container .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
header#header .container .left a {
  color: var(--cp-bg-primary);
  font-weight: var(--fw-700);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.38px;
}
@media (min-width: 1024px) {
  header#header .container .left a {
    font-size: 1.25rem;
  }
}
header#header .container .mid {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: var(--cp-1-700);
  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;
}
header#header .container .mid.active {
  width: calc(100% - 60px);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  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;
  gap: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  header#header .container .mid.active {
    width: calc(75% - 60px);
  }
}
@media (min-width: 1024px) {
  header#header .container .mid {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: 0;
    -webkit-transform: unset;
    transform: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
header#header .container .mid button.closer {
  position: absolute;
  color: var(--cp-bg-primary);
  top: 1rem;
  right: 1rem;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  header#header .container .mid button.closer {
    display: none;
  }
}
header#header .container .mid nav#header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  header#header .container .mid nav#header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
    font-weight: var(--fw-600);
  }
}
header#header .container .mid nav#header-nav ul li a {
  color: var(--cp-bg-primary);
}
header#header .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
}
@media (min-width: 1024px) {
  header#header .container .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
header#header .container .right .search-toggle.icon-wr {
  display: none;
}
header#header .container .right .search-toggle.icon-wr svg {
  width: 100%;
  height: 100%;
}
header#header .container .right button.bars {
  width: 23px;
  height: 20px;
  position: relative;
  margin-left: auto;
}
@media (min-width: 1024px) {
  header#header .container .right button.bars {
    display: none;
  }
}
header#header .container .right button.bars span.bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--cp-bg-primary);
}
header#header .container .right button.bars span.bar:nth-child(1) {
  top: 0;
}
header#header .container .right button.bars span.bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#header .container .right button.bars span.bar:nth-child(3) {
  bottom: 0;
}
header#header .container .right #hea-cta-wr {
  background-color: transparent;
}
header#header .container .right #hea-cta-wr a {
  padding: 8px 8px;
}
header#header .container .right #hea-cta-wr a .icon-wr {
  display: none;
}
@media (min-width: 1024px) {
  header#header .container .right #hea-cta-wr a .icon-wr {
    display: block;
  }
}

#section-headline .container {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 641px) {
  #section-headline .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
#section-headline .container .headline-item {
  position: relative;
  border: 1px solid var(--trans-dark-3);
}
#section-headline .container .headline-item .fim {
  width: 100%;
  aspect-ratio: 16/9;
}
#section-headline .container .headline-item .fim img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#section-headline .container .headline-item .content {
  padding: 0.5rem;
  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;
}
#section-headline .container .headline-item .content h3 {
  font-size: var(--fs-12);
}
@media (min-width: 399px) {
  #section-headline .container .headline-item .content h3 {
    font-size: var(--fs-13);
  }
}
@media (min-width: 540px) {
  #section-headline .container .headline-item .content h3 {
    font-size: var(--fs-14);
  }
}
@media (min-width: 640px) {
  #section-headline .container .headline-item .content h3 {
    font-size: 1rem;
  }
}
#section-headline .container .headline-item .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  font-size: var(--fs-10);
}
#section-headline .container .headline-item .content .meta span {
  line-height: 1;
  display: block;
}
#section-headline .container .headline-item:nth-child(1) {
  grid-column: span 2;
}
@media (min-width: 641px) {
  #section-headline .container .headline-item:nth-child(1) .fim {
    aspect-ratio: unset;
    overflow: hidden;
  }
  #section-headline .container .headline-item:nth-child(1) .content {
    width: 100%;
    min-height: 8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--trans-dark-7);
  }
  #section-headline .container .headline-item:nth-child(1) .content h3 a {
    color: var(--cp-bg-primary);
  }
  #section-headline .container .headline-item:nth-child(1) .content .meta {
    color: var(--cp-bg-primary);
  }
  #section-headline .container .headline-item:nth-child(1) .content .meta a {
    color: var(--cp-bg-primary);
  }
}
@media (min-width: 641px) {
  #section-headline .container .headline-item:nth-child(2) {
    overflow: hidden;
  }
  #section-headline .container .headline-item:nth-child(2) .fim {
    aspect-ratio: unset;
    overflow: hidden;
    height: 100%;
  }
  #section-headline .container .headline-item:nth-child(2) .fim img {
    height: 100%;
    width: auto;
  }
  #section-headline .container .headline-item:nth-child(2) .content {
    width: 100%;
    min-height: 8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--trans-dark-7);
  }
  #section-headline .container .headline-item:nth-child(2) .content h3 a {
    color: var(--cp-bg-primary);
  }
  #section-headline .container .headline-item:nth-child(2) .content .meta {
    color: var(--cp-bg-primary);
  }
  #section-headline .container .headline-item:nth-child(2) .content .meta a {
    color: var(--cp-bg-primary);
  }
}

#the-content {
  margin: 0 auto;
  width: 100%;
}
#the-content figure.pajuda-img-figure {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
#the-content figure.pajuda-img-figure span.pajuda-img-pin-wrap {
  position: relative;
  width: 100%;
  display: block;
}
#the-content figure.pajuda-img-figure span.pajuda-img-pin-wrap a.pajuda-img-pin {
  width: 30px;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}
#the-content figure.pajuda-img-figure span.pajuda-img-pin-wrap a.pajuda-img-pin svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: var(--cp-branding-red);
}
#the-content figure.pajuda-img-figure span.pajuda-img-pin-wrap img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}
#the-content figure.pajuda-img-figure figcaption {
  font-size: var(--fs-10);
  letter-spacing: 0.38px;
  padding: 0.25rem;
  background-color: var(--cp-bg-secondary);
  font-weight: var(--fw-600);
  font-style: italic;
}
@media (min-width: 768px) {
  #the-content figure.pajuda-img-figure figcaption {
    font-size: var(--fs-14);
  }
}
#the-content a {
  text-decoration: underline;
  font-style: italic;
  font-weight: var(--fw-700);
  color: var(--cp-1-800);
}
#the-content blockquote {
  border-left: 5px solid var(--cp-3);
  padding-left: 1rem;
  margin-left: 1rem;
  font-style: italic;
}
#the-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
  table-layout: auto;
  font-size: var(--fs-11);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #the-content table {
    font-size: var(--fs-12);
  }
}
#the-content table tr th {
  padding: 0.25rem;
  background-color: black;
  color: white;
}
#the-content table tr td {
  border: 1px solid black;
  padding: 0.25rem;
  word-break: break-word;
}
#the-content div {
  width: 100%;
}
#the-content div.code-toolbar {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#the-content div.mmrpo {
  position: relative;
}
#the-content div.mmrpo a.mmrpo-sitemap-link {
  font-style: normal !important;
  text-transform: uppercase !important;
  text-decoration-style: dashed !important;
  text-decoration-color: var(--cp-text-primary) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
  color: var(--cp-text-primary);
  font-size: var(--fs-10);
  letter-spacing: 1px;
  margin-left: auto;
  display: block;
}
#the-content div.the-point, #the-content div.tp {
  background-color: var(--cp-bg-tertiary);
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#the-content div.the-point p:first-child, #the-content div.tp p:first-child {
  font-weight: var(--fw-700);
}
#the-content div.the-point .the-point-top p, #the-content div.tp .the-point-top p {
  margin: 6px 0;
}
#the-content div.the-point .the-point-top p.the-point-head, #the-content div.tp .the-point-top p.the-point-head {
  font-weight: var(--fw-900);
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
}
#the-content div.the-point .the-point-top p:has(small), #the-content div.tp .the-point-top p:has(small) {
  font-weight: var(--fw-700);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#the-content div.the-point ul,
#the-content div.the-point ul.the-point-list, #the-content div.tp ul,
#the-content div.tp ul.the-point-list {
  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;
  border-top: 1px solid var(--cp-bg-primary);
  padding: 1rem 0 1rem 1rem;
  list-style: square;
}
#the-content div img {
  display: block;
  max-width: 100%;
  height: auto;
}
#the-content div table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid silver;
  table-layout: auto;
  font-size: var(--fs-11);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #the-content div table {
    font-size: var(--fs-12);
  }
}
#the-content div table tr th {
  padding: 0.25rem;
  background-color: var(--cp-1-600);
  color: white;
}
#the-content div table tr td {
  border: 1px solid silver;
  padding: 0.25rem;
  word-break: break-word;
}
#the-content h2,
#the-content h3,
#the-content h4,
#the-content h5,
#the-content h6 {
  font-weight: var(--fw-700);
  margin: 6px 0;
}
#the-content p {
  line-height: 1.7;
  margin-bottom: 1rem;
}
#the-content p:has(img) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#the-content p img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#the-content p iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#the-content ul li,
#the-content ol li {
  margin-bottom: 0.33rem;
}

footer#footer {
  background-color: var(--cp-1-700);
  color: var(--cp-1-100);
}
footer#footer a {
  color: var(--cp-1-100);
}
footer#footer .container #foo-bot {
  font-size: var(--fs-11);
}
footer#footer .container #foo-copyright {
  font-size: var(--fs-11);
}