/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

:root{
  --color-icon-base: #000;
  --color-icon-hover: #545454;
}

.iconph svg[fill]:not([fill=none]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconph:hover svg[fill]:not([fill=none]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.iconph svg rect[stroke]:not([stroke=none]),
    .iconph svg polyline[stroke]:not([stroke=none]),
    .iconph svg polygon[stroke]:not([stroke=none]),
    .iconph svg path[stroke]:not([stroke=none]),
    .iconph svg line[stroke]:not([stroke=none]),
    .iconph svg circle[stroke]:not([stroke=none]),
    .iconph svg ellipse[stroke]:not([stroke=none]) {
  fill: none;
  stroke: var(--color-icon-base);
}

.iconph svg rect[fill]:not([fill=none]),
    .iconph svg polyline[fill]:not([fill=none]),
    .iconph svg polygon[fill]:not([fill=none]),
    .iconph svg path[fill]:not([fill=none]),
    .iconph svg line[fill]:not([fill=none]),
    .iconph svg circle[fill]:not([fill=none]),
    .iconph svg ellipse[fill]:not([fill=none]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconph svg rect[opacity]:not([opacity=none]),
    .iconph svg polyline[opacity]:not([opacity=none]),
    .iconph svg polygon[opacity]:not([opacity=none]),
    .iconph svg path[opacity]:not([opacity=none]),
    .iconph svg line[opacity]:not([opacity=none]),
    .iconph svg circle[opacity]:not([opacity=none]),
    .iconph svg ellipse[opacity]:not([opacity=none]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconph svg circle:not([fill]):not([stroke]) {
  fill: var(--color-icon-base);
  stroke: none;
}

.iconph:hover svg > * {
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.iconph:hover svg rect[stroke]:not([stroke=none]),
    .iconph:hover svg polyline[stroke]:not([stroke=none]),
    .iconph:hover svg polygon[stroke]:not([stroke=none]),
    .iconph:hover svg path[stroke]:not([stroke=none]),
    .iconph:hover svg line[stroke]:not([stroke=none]),
    .iconph:hover svg circle[stroke]:not([stroke=none]),
    .iconph:hover svg ellipse[stroke]:not([stroke=none]) {
  fill: none;
  stroke: var(--color-icon-hover);
}

.iconph:hover svg rect[fill]:not([fill=none]),
    .iconph:hover svg polyline[fill]:not([fill=none]),
    .iconph:hover svg polygon[fill]:not([fill=none]),
    .iconph:hover svg path[fill]:not([fill=none]),
    .iconph:hover svg line[fill]:not([fill=none]),
    .iconph:hover svg circle[fill]:not([fill=none]),
    .iconph:hover svg ellipse[fill]:not([fill=none]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.iconph:hover svg rect[opacity]:not([opacity=none]),
    .iconph:hover svg polyline[opacity]:not([opacity=none]),
    .iconph:hover svg polygon[opacity]:not([opacity=none]),
    .iconph:hover svg path[opacity]:not([opacity=none]),
    .iconph:hover svg line[opacity]:not([opacity=none]),
    .iconph:hover svg circle[opacity]:not([opacity=none]),
    .iconph:hover svg ellipse[opacity]:not([opacity=none]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.iconph:hover svg circle:not([fill]):not([stroke]) {
  fill: var(--color-icon-hover);
  stroke: none;
}

.columns-wrap {
  margin: -14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media not all and (min-width: 1024px) {
  .columns-wrap {
    margin: -8px;
  }
}

.columns-wrap > [class*=column-] {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: auto;
  padding: 14px;
}

@media not all and (min-width: 1024px) {
  .columns-wrap > [class*=column-] {
    padding: 8px;
  }
}

.columns-wrap.gap-60 {
  margin: -30px;
  gap: 0px;
}

.columns-wrap.gap-60 > [class*=column-] {
  padding: 30px;
}

.columns-wrap.gap-30 {
  margin: -15px;
  gap: 0px;
}

.columns-wrap.gap-30 > [class*=column-] {
  padding: 15px;
}

.column-1 {
  width: 100%;
  flex-basis: 100%;
}

.column-3 {
  width: 33.333333%;
  flex-basis: 33.333333%;
}

.column-3-12 {
  width: 25%;
  flex-basis: 25%;
}

.column-4-12 {
  width: 33.333333%;
  flex-basis: 33.333333%;
}

.column-6-12 {
  width: 50%;
  flex-basis: 50%;
}

:root, :before, :after{
  --color-brand: #1E5128;
  --color-brand-hover: #357e45;
  --color-text: #222;
  --color-dark: #303030;
  --color-greylight: #fafafa;
  --swiper-navigation-size: 30px;
  --swiper-theme-color: var(--color-brand);
  --color-link: var(--color-brand);
  --color-link-hover: var(--color-brand-hover);
  --color-widget: #7A8A99;
  --color-border-separator: #E9E9E9;
  --color-border: #E2E2E2;
  --color-icon: #000;
  --color-icon-base: var(--color-icon);
  --color-icon-hover: var(--color-icon);
  --font-title: "Philosopher", 'sans-serif';
  --font-base: "Inter", 'sans-serif';
}

a {
  color: var(--color-link);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

a:hover {
  color: var(--color-link-hover);
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-text);
}

.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}

.container {
  position: relative;
}

@media not all and (min-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bg-greylight {
  background-color: var(--color-greylight);
}

.icon {
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon svg {
  height: 1rem;
  width: 1rem;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.overlay ~ .site-header {
  z-index: 999;
}

.required {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

/* Tentang Kami */

.contact-info p:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

/* Biografi */

.bio-timeline > .timeline-item:last-child .thumb:after {
  display: none;
}

.bio-timeline > .timeline-item .thumb .squre-decor {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.bio-timeline > .timeline-item:hover .thumb .squre-decor {
  --tw-rotate: 360deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media ( max-width: 1023px ) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.container {
  max-width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1160px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1160px;
  }
}

.button-wrap > .button {
  flex: 0 1 auto;
}

@media not all and (min-width: 1024px) {
  .button-wrap > .button {
    flex-basis: 100%;
  }
}

.button{
  --color-icon-base: var(--color-text);
  --color-icon-hover: #FFF;
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  border-color: var(--color-border);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-text);
  transition-property: all;
  transition-duration: 150ms;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .button {
    min-height: 45px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.button:hover {
  border-color: var(--color-brand-hover);
  background-color: var(--color-brand-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.button-full {
  display: flex;
}

.button.button-primary{
  --color-icon-base: #FFF;
  --color-icon-hover: #FFF;
  border-width: 1px;
  border-color: var(--color-brand);
  background-color: var(--color-brand);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.button-primary:hover {
  border-color: var(--color-brand-hover);
  background-color: var(--color-brand-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.button-outline-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --color-icon-base: #FFF;
}

.button.button-outline-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-brand);
  --color-icon-hover: var(--color-brand);
}

.button.button-outline {
  border-color: var(--color-brand);
  background-color: transparent;
  color: var(--color-brand);
  --color-icon-base: var(--color-brand);
}

.button.button-outline:hover {
  border-color: var(--color-brand-hover);
  background-color: var(--color-brand-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --color-icon-hover: #FFF;
}

.button.button-icon .icon ~ span {
  padding-left: 0.5rem;
}

.button.button-icon span ~ .icon {
  padding-left: 0.5rem;
}

.button.button-icon-md svg {
  height: 1.5rem;
  width: 1.5rem;
}

.readmore .icon {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.readmore .icon ~ span {
  padding-left: 0.25rem;
}

.readmore span ~ .icon {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 0.25rem;
}

.readmore:hover span ~ .icon {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#sidebar-left {
  order: 0;
}

#content-area {
  order: 2;
  flex-grow: 1 !important;
}

@media (min-width: 1024px) {
  #content-area {
    order: 1;
  }
}

#sidebar-right {
  order: 1;
}

@media (min-width: 1024px) {
  #sidebar-right {
    order: 2;
  }
}

body.single-post #sidebar-left {
  order: 2;
}

@media (min-width: 1024px) {
  body.single-post #sidebar-left {
    order: 0;
  }
}

body.single-post #sidebar-right {
  order: 0;
}

@media (min-width: 1024px) {
  body.single-post #sidebar-right {
    order: 2;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-2 {
  top: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.top-\[130px\] {
  top: 130px;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.z-\[1000\] {
  z-index: 1000;
}

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

.z-\[3\] {
  z-index: 3;
}

.order-last {
  order: 9999;
}

.-m-3 {
  margin: -0.75rem;
}

.-mx-\[20px\] {
  margin-left: -20px;
  margin-right: -20px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-\[\.6rem\] {
  margin-top: .6rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mt-auto {
  margin-top: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[100px\] {
  height: 100px;
}

.\!h-auto {
  height: auto !important;
}

.\!h-\[180px\] {
  height: 180px !important;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[800px\] {
  height: 800px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[150px\] {
  height: 150px;
}

.\!h-\[200px\] {
  height: 200px !important;
}

.h-\[250px\] {
  height: 250px;
}

.max-h-\[350px\] {
  max-height: 350px;
}

.w-full {
  width: 100%;
}

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

.w-\[100px\] {
  width: 100px;
}

.w-\[calc\(100\%\+10px\)\] {
  width: calc(100% + 10px);
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-\[calc\(50\%-1\.25rem\)\] {
  max-width: calc(50% - 1.25rem);
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-centering-bio {
  max-width: calc(487px * 2 - 190px);
}

.max-w-\[274px\] {
  max-width: 274px;
}

.max-w-\[650px\] {
  max-width: 650px;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.basis-full {
  flex-basis: 100%;
}

.basis-6\/12 {
  flex-basis: 50%;
}

.basis-auto {
  flex-basis: auto;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.\!flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.\!items-start {
  align-items: flex-start !important;
}

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[var\(--color-border\)\] {
  border-color: var(--color-border);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-\[\#DDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-dark {
  border-color: var(--color-dark);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-brand {
  background-color: var(--color-brand);
}

.bg-dark {
  background-color: var(--color-dark);
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-arrow-right-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Cpath d='M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69L138.34,61.66a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\!py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.\!pb-\[30px\] {
  padding-bottom: 30px !important;
}

.pb-8 {
  padding-bottom: 2rem;
}

.\!pt-\[60px\] {
  padding-top: 60px !important;
}

.\!pb-\[60px\] {
  padding-bottom: 60px !important;
}

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

.\!pb-32 {
  padding-bottom: 8rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

.align-middle {
  vertical-align: middle;
}

.font-philosopher {
  font-family: "Philosopher", sans-serif;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 16px;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.1em\] {
  font-size: 1.1em;
}

.text-\[1\.2em\] {
  font-size: 1.2em;
}

.text-\[1\.5em\] {
  font-size: 1.5em;
}

.font-bold {
  font-weight: 700;
}

.\!font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-3 {
  line-height: .75rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-dark {
  color: var(--color-dark);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.no-underline {
  text-decoration-line: none;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

@media not all and (min-width: 1024px) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

/*Icon menggunakan SVG Phosphor.com*/

.before\:relative::before {
  content: var(--tw-content);
  position: relative;
}

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-\[30px\]::before {
  content: var(--tw-content);
  width: 30px;
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:align-middle::before {
  content: var(--tw-content);
  vertical-align: middle;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-full::after {
  content: var(--tw-content);
  top: 100%;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-\[2px\]::after {
  content: var(--tw-content);
  width: 2px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-dark::after {
  content: var(--tw-content);
  background-color: var(--color-dark);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1024px) {
  .max-lg\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:\!h-\[280px\] {
    height: 280px !important;
  }

  .md\:\!h-\[300px\] {
    height: 300px !important;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:basis-6\/12 {
    flex-basis: 50%;
  }

  .md\:column-4-12 {
    width: 33.333333%;
    flex-basis: 33.333333%;
  }

  .md\:column-6-12 {
    width: 50%;
    flex-basis: 50%;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[130px\] {
    top: 130px;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[180px\] {
    height: 180px;
  }

  .lg\:h-\[172px\] {
    height: 172px;
  }

  .lg\:h-\[40px\] {
    height: 40px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-\[250px\] {
    height: 250px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:w-\[172px\] {
    width: 172px;
  }

  .lg\:w-\[calc\(100\%\+20px\)\] {
    width: calc(100% + 20px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[calc\(33\.33\%-1\.25rem\)\] {
    max-width: calc(33.33% - 1.25rem);
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .lg\:column-4 {
    width: 25%;
    flex-basis: 25%;
  }

  .lg\:column-3-12 {
    width: 25%;
    flex-basis: 25%;
  }

  .lg\:column-4-12 {
    width: 33.333333%;
    flex-basis: 33.333333%;
  }

  .lg\:column-6-12 {
    width: 50%;
    flex-basis: 50%;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:\!py-\[60px\] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:odd\:ml-auto:nth-child(odd) {
    margin-left: auto;
  }

  .lg\:even\:mr-auto:nth-child(even) {
    margin-right: auto;
  }

  .lg\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.\[\&_p\]\:\!text-sm p {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\[\&_p\]\:\!leading-tight p {
  line-height: 1.25 !important;
}