@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  *, ::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-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
  
  ::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-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
  
  /*
! tailwindcss v3.4.17 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
  
  html,
:host {
  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: Poppins, ui-sans-serif, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
  
  /*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
  
  /*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
  
  /*
Reset default styling for dialogs.
*/
  
  dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
  
  .container {
    width: 100%;
}
  
  @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;
    }
}
  
  .visible {
    visibility: visible;
}
  
  .collapse {
    visibility: collapse;
}
  
  .fixed {
    position: fixed;
}
  
  .absolute {
    position: absolute;
}
  
  .relative {
    position: relative;
}
  
  .left-0 {
    left: 0px;
}
  
  .right-0 {
    right: 0px;
}
  
  .top-0 {
    top: 0px;
}
  
  .top-2vw {
    top: 2vw;
}
  
  .z-0 {
    z-index: 0;
}
  
  .z-10 {
    z-index: 10;
}
  
  .z-40 {
    z-index: 40;
}
  
  .z-50 {
    z-index: 50;
}
  
  .col-span-12 {
    grid-column: span 12 / span 12;
}
  
  .col-span-4 {
    grid-column: span 4 / span 4;
}
  
  .col-span-8 {
    grid-column: span 8 / span 8;
}
  
  .mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
}
  
  .my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
  
  .-mt-vw24 {
    margin-top: calc(clamp(18px, 1.5vw, 28px) * -1);
}
  
  .mb-10 {
    margin-bottom: 2.5rem;
}
  
  .mb-2 {
    margin-bottom: 0.5rem;
}
  
  .mb-3 {
    margin-bottom: 0.75rem;
}
  
  .mb-4 {
    margin-bottom: 1rem;
}
  
  .mb-5 {
    margin-bottom: 1.25rem;
}
  
  .mb-6 {
    margin-bottom: 1.5rem;
}
  
  .mb-8 {
    margin-bottom: 2rem;
}
  
  .mb-\[1\.1vw\] {
    margin-bottom: 1.1vw;
}
  
  .mb-\[4\.44vw\] {
    margin-bottom: 4.44vw;
}
  
  .mb-vw16 {
    margin-bottom: clamp(12px, 1vw, 20px);
}
  
  .mb-vw24 {
    margin-bottom: clamp(18px, 1.5vw, 28px);
}
  
  .mb-vw40 {
    margin-bottom: clamp(30px, 2.5vw, 44px);
}
  
  .mb-vw48 {
    margin-bottom: clamp(36px, 3vw, 52px);
}
  
  .mb-vw8 {
    margin-bottom: clamp(6px, 0.5vw, 10px);
}
  
  .ml-auto {
    margin-left: auto;
}
  
  .mt-4 {
    margin-top: 1rem;
}
  
  .mt-6 {
    margin-top: 1.5rem;
}
  
  .mt-\[-3\.75vw\] {
    margin-top: -3.75vw;
}
  
  .mt-auto {
    margin-top: auto;
}
  
  .mt-vw24 {
    margin-top: clamp(18px, 1.5vw, 28px);
}
  
  .mt-vw32 {
    margin-top: clamp(24px, 2vw, 36px);
}
  
  .block {
    display: block;
}
  
  .inline-block {
    display: inline-block;
}
  
  .flex {
    display: flex;
}
  
  .inline-flex {
    display: inline-flex;
}
  
  .table {
    display: table;
}
  
  .grid {
    display: grid;
}
  
  .contents {
    display: contents;
}
  
  .hidden {
    display: none;
}
  
  .h-10 {
    height: 2.5rem;
}
  
  .h-3vw {
    height: 3vw;
}
  
  .h-7 {
    height: 1.75rem;
}
  
  .h-8 {
    height: 2rem;
}
  
  .h-9 {
    height: 2.25rem;
}
  
  .h-\[100vh\] {
    height: 100vh;
}
  
  .h-\[5rem\] {
    height: 5rem;
}
  
  .h-auto {
    height: auto;
}
  
  .h-full {
    height: 100%;
}
  
  .h-vw40 {
    height: clamp(30px, 2.5vw, 44px);
}
  
  .h-vw70 {
    height: clamp(52px, 4.375vw, 80px);
}
  
  .min-h-\[328px\] {
    min-height: 328px;
}
  
  .min-h-\[39\.7vw\] {
    min-height: 39.7vw;
}
  
  .min-h-\[50\.7vw\] {
    min-height: 50.7vw;
}
  
  .w-10 {
    width: 2.5rem;
}
  
  .w-14vw {
    width: 14vw;
}
  
  .w-20vw {
    width: 20vw;
}
  
  .w-27vw {
    width: 27vw;
}
  
  .w-3vw {
    width: 3vw;
}
  
  .w-5 {
    width: 1.25rem;
}
  
  .w-6 {
    width: 1.5rem;
}
  
  .w-7 {
    width: 1.75rem;
}
  
  .w-8 {
    width: 2rem;
}
  
  .w-90vw {
    width: 90vw;
}
  
  .w-\[170px\] {
    width: 170px;
}
  
  .w-\[31\.22vw\] {
    width: 31.22vw;
}
  
  .w-\[58vw\] {
    width: 58vw;
}
  
  .w-\[5rem\] {
    width: 5rem;
}
  
  .w-full {
    width: 100%;
}
  
  .w-vw24 {
    width: clamp(18px, 1.5vw, 28px);
}
  
  .w-vw40 {
    width: clamp(30px, 2.5vw, 44px);
}
  
  .w-vw70 {
    width: clamp(52px, 4.375vw, 80px);
}
  
  .min-w-7 {
    min-width: 1.75rem;
}
  
  .min-w-8 {
    min-width: 2rem;
}
  
  .min-w-9 {
    min-width: 2.25rem;
}
  
  .min-w-vw40 {
    min-width: clamp(30px, 2.5vw, 44px);
}
  
  .max-w-5 {
    max-width: 1.25rem;
}
  
  .max-w-\[50\%\] {
    max-width: 50%;
}
  
  .max-w-\[calc\(100vw-10px\)\] {
    max-width: calc(100vw - 10px);
}
  
  .max-w-\[max-content\] {
    max-width: -moz-max-content;
    max-width: max-content;
}
  
  .max-w-vw40 {
    max-width: clamp(30px, 2.5vw, 44px);
}
  
  .flex-shrink {
    flex-shrink: 1;
}
  
  .flex-grow {
    flex-grow: 1;
}
  
  .grow {
    flex-grow: 1;
}
  
  .basis-\[61\.64\%\] {
    flex-basis: 61.64%;
}
  
  .border-collapse {
    border-collapse: collapse;
}
  
  .translate-x-\[-120\%\] {
    --tw-translate-x: -120%;
    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;
}
  
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
  
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
  
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
  
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
  
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
  
  .flex-row {
    flex-direction: row;
}
  
  .flex-col {
    flex-direction: column;
}
  
  .flex-wrap {
    flex-wrap: wrap;
}
  
  .items-start {
    align-items: flex-start;
}
  
  .items-end {
    align-items: flex-end;
}
  
  .items-center {
    align-items: center;
}
  
  .justify-end {
    justify-content: flex-end;
}
  
  .justify-center {
    justify-content: center;
}
  
  .justify-between {
    justify-content: space-between;
}
  
  .gap-0 {
    gap: 0px;
}
  
  .gap-2 {
    gap: 0.5rem;
}
  
  .gap-3 {
    gap: 0.75rem;
}
  
  .gap-4 {
    gap: 1rem;
}
  
  .gap-5 {
    gap: 1.25rem;
}
  
  .gap-6 {
    gap: 1.5rem;
}
  
  .gap-8 {
    gap: 2rem;
}
  
  .gap-\[2\.08vw\] {
    gap: 2.08vw;
}
  
  .gap-\[3\.70vw\] {
    gap: 3.70vw;
}
  
  .gap-vw12 {
    gap: clamp(9px, 0.75vw, 14px);
}
  
  .gap-vw16 {
    gap: clamp(12px, 1vw, 20px);
}
  
  .gap-vw24 {
    gap: clamp(18px, 1.5vw, 28px);
}
  
  .gap-vw32 {
    gap: clamp(24px, 2vw, 36px);
}
  
  .gap-vw8 {
    gap: clamp(6px, 0.5vw, 10px);
}
  
  .gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
  
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
  
  .overflow-hidden {
    overflow: hidden;
}
  
  .overflow-visible {
    overflow: visible;
}
  
  .rounded-\[100px\] {
    border-radius: 100px;
}
  
  .rounded-\[32px\] {
    border-radius: 32px;
}
  
  .rounded-full {
    border-radius: 9999px;
}
  
  .rounded-lg {
    border-radius: 0.5rem;
}
  
  .rounded-vw-lg {
    border-radius: 1.666vw;
}
  
  .rounded-vw-md {
    border-radius: 1.014vw;
}
  
  .rounded-vw-xs {
    border-radius: 0.8333vw;
}
  
  .rounded-b-\[4\.16667vw\] {
    border-bottom-right-radius: 4.16667vw;
    border-bottom-left-radius: 4.16667vw;
}
  
  .rounded-t-\[3vw\] {
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
}
  
  .rounded-bl-\[4\.16667vw\] {
    border-bottom-left-radius: 4.16667vw;
}
  
  .rounded-tl-\[4\.16667vw\] {
    border-top-left-radius: 4.16667vw;
}
  
  .border {
    border-width: 1px;
}
  
  .border-4 {
    border-width: 4px;
}
  
  .border-dblue4 {
    --tw-border-opacity: 1;
    border-color: rgb(42 57 180 / var(--tw-border-opacity, 1));
}
  
  .border-dblue9 {
    --tw-border-opacity: 1;
    border-color: rgb(14 19 153 / var(--tw-border-opacity, 1));
}
  
  .border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
  
  .bg-\[\#0E1399\] {
    --tw-bg-opacity: 1;
    background-color: rgb(14 19 153 / var(--tw-bg-opacity, 1));
}
  
  .bg-\[\#EEEEEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
  
  .bg-\[\#F4FCFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 252 255 / var(--tw-bg-opacity, 1));
}
  
  .bg-dblue2 {
    --tw-bg-opacity: 1;
    background-color: rgb(189 234 249 / var(--tw-bg-opacity, 1));
}
  
  .bg-dblue9 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 19 153 / var(--tw-bg-opacity, 1));
}
  
  .bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(14 19 153 / var(--tw-bg-opacity, 1));
}
  
  .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
  
  .object-right {
    -o-object-position: right;
       object-position: right;
}
  
  .p-3 {
    padding: 0.75rem;
}
  
  .p-4 {
    padding: 1rem;
}
  
  .p-5 {
    padding: 1.25rem;
}
  
  .p-5vw {
    padding: 5vw;
}
  
  .p-6 {
    padding: 1.5rem;
}
  
  .p-6vw {
    padding: 6vw;
}
  
  .p-7 {
    padding: 1.75rem;
}
  
  .p-vw24 {
    padding: clamp(18px, 1.5vw, 28px);
}
  
  .p-vw40 {
    padding: clamp(30px, 2.5vw, 44px);
}
  
  .px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
  
  .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
  
  .px-5vw {
    padding-left: 5vw;
    padding-right: 5vw;
}
  
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
  
  .px-vw24 {
    padding-left: clamp(18px, 1.5vw, 28px);
    padding-right: clamp(18px, 1.5vw, 28px);
}
  
  .py-1vw {
    padding-top: 1vw;
    padding-bottom: 1vw;
}
  
  .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
  
  .py-5vw {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
  
  .py-\[21vw\] {
    padding-top: 21vw;
    padding-bottom: 21vw;
}
  
  .py-\[6\.25vw\] {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
}
  
  .py-\[8\.33vw\] {
    padding-top: 8.33vw;
    padding-bottom: 8.33vw;
}
  
  .py-vw40 {
    padding-top: clamp(30px, 2.5vw, 44px);
    padding-bottom: clamp(30px, 2.5vw, 44px);
}
  
  .pb-6 {
    padding-bottom: 1.5rem;
}
  
  .pb-\[11\.25vw\] {
    padding-bottom: 11.25vw;
}
  
  .pb-\[3\.854vw\] {
    padding-bottom: 3.854vw;
}
  
  .pb-\[5vw\] {
    padding-bottom: 5vw;
}
  
  .pb-\[6\.25vw\] {
    padding-bottom: 6.25vw;
}
  
  .pb-vw40 {
    padding-bottom: clamp(30px, 2.5vw, 44px);
}
  
  .pt-0 {
    padding-top: 0px;
}
  
  .pt-10 {
    padding-top: 2.5rem;
}
  
  .pt-50vw {
    padding-top: 50vw;
}
  
  .pt-\[10vw\] {
    padding-top: 10vw;
}
  
  .pt-\[13\.75vw\] {
    padding-top: 13.75vw;
}
  
  .pt-\[17\.08vw\] {
    padding-top: 17.08vw;
}
  
  .pt-\[6\.25vw\] {
    padding-top: 6.25vw;
}
  
  .pt-\[9\.58vw\] {
    padding-top: 9.58vw;
}
  
  .text-center {
    text-align: center;
}
  
  .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
  
  .text-40 {
    font-size: 2.1vw;
}
  
  .text-\[1\.1vw\] {
    font-size: 1.1vw;
}
  
  .text-\[1\.25vw\] {
    font-size: 1.25vw;
}
  
  .text-\[3\.89vw\] {
    font-size: 3.89vw;
}
  
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
  
  .text-vw18 {
    font-size: clamp(14px, 1.125vw, 22px);
}
  
  .text-vw20 {
    font-size: clamp(15px, 1.25vw, 24px);
}
  
  .text-vw24 {
    font-size: clamp(18px, 1.5vw, 28px);
}
  
  .text-vw40 {
    font-size: clamp(30px, 2.5vw, 44px);
}
  
  .text-vw48 {
    font-size: clamp(36px, 3vw, 52px);
}
  
  .font-medium {
    font-weight: 500;
}
  
  .font-semibold {
    font-weight: 600;
}
  
  .uppercase {
    text-transform: uppercase;
}
  
  .capitalize {
    text-transform: capitalize;
}
  
  .leading-\[1\.1em\] {
    line-height: 1.1em;
}
  
  .leading-\[1\.29em\] {
    line-height: 1.29em;
}
  
  .leading-\[1\.2\] {
    line-height: 1.2;
}
  
  .leading-\[1\.4em\] {
    line-height: 1.4em;
}
  
  .tracking-\[-0\.5\%\] {
    letter-spacing: -0.5%;
}
  
  .tracking-tighter {
    letter-spacing: -0.05em;
}
  
  .text-black {
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
  
  .text-dblue2 {
    --tw-text-opacity: 1;
    color: rgb(189 234 249 / var(--tw-text-opacity, 1));
}
  
  .text-dblue3 {
    --tw-text-opacity: 1;
    color: rgb(26 200 255 / var(--tw-text-opacity, 1));
}
  
  .text-dblue4 {
    --tw-text-opacity: 1;
    color: rgb(42 57 180 / var(--tw-text-opacity, 1));
}
  
  .text-dblue6 {
    --tw-text-opacity: 1;
    color: rgb(36 48 163 / var(--tw-text-opacity, 1));
}
  
  .text-dblue9 {
    --tw-text-opacity: 1;
    color: rgb(14 19 153 / var(--tw-text-opacity, 1));
}
  
  .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  
  .underline {
    text-decoration-line: underline;
}
  
  .opacity-75 {
    opacity: 0.75;
}
  
  .shadow-\[0px_12px_24px_0px_\#5858581F\] {
    --tw-shadow: 0px 12px 24px 0px #5858581F;
    --tw-shadow-colored: 0px 12px 24px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  
  .outline {
    outline-style: solid;
}
  
  .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-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  
  .transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
  
  .duration-500 {
    transition-duration: 500ms;
}
  
  html {
    scroll-behavior: smooth;
    color: #282828;
}
  
  article {

    ul,
    ol {
        list-style: initial;
        padding-left: clamp(18px, 1.5vw, 28px);

    }
    ul:not(:first-child),
    ol:not(:first-child){
        margin: 1.25vw 0;
    }

    p:not(:last-child),
    ul:not(:last-child),
    ol:not(:last-child) {
        margin: 0 0 1.25vw
    }
}
  
  .navmain a.active{
    font-weight: 600;
    opacity: .75;
}
  
  .btn {
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.5px;
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 1000px 1000px 1000px 1000px;
    border: 1px solid #FFF;
}
  
  .btn-border-white {
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    /* padding: 1vw 2vw 1vw 2vw; */
    padding: 0.625vw 1.5vw;
    border-radius: 1000px 1000px 1000px 1000px;
    border: 1px solid #FFF;
}
  
  .btn-border-white:hover,
.btn-waksen:hover{
    background: #1AC8FF;
    border-color: #1AC8FF;
    cursor: pointer;
}
  
  .btn-small {
    padding: 0.69vw 1.67vw;
    font-size: 1.125vw;
}
  
  .btn-waksen {
    border: 1px solid #2430A3;
    color: #2430A3;
    font-weight: 600;
}
  
  .btn-waksen.btn-small {
    /* padding-right: 0.28vw; */
    padding: 0;
    gap: 0;
}
  
  .btn-waksen.btn-small span{
    padding: 0.625vw 1.5vw;
    padding-right: 0.75vw;
}
  
  .btn-waksen.btn-small img{
    margin: 4px;
    margin-left: 0;
}
  
  /* Burger menu */
  
  .burger {
    width: 25px;
    height: 24px;
    cursor: pointer;
    z-index: 5;
    transition: .25s ease-in-out;
    position: relative;
}
  
  .burger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 25px;
    border-radius: 20px;
    background: #FFF;
    opacity: 1;
    right: 0;
    transition: all .4s ease;
}
  
  .burger span:nth-child(2) {
    top: 0.625rem;
    width: 18px;
}
  
  .burger span:nth-child(3) {
    top: 1.25rem;
}
  
  body.menu-open{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
  
  body.menu-open .menu-mobile{
    transform: translateX(0);
}
  
  .menu-mobile .burger{
    position: absolute;
    right: 1.5rem;
    /* top: 2.5rem; */
    top: 1.6rem;
}
  
  body.menu-open .burger span:nth-child(1) {
    top: 1rem;
    transform: rotate(130deg);
    margin-top: -9px;
}
  
  body.menu-open .burger span:nth-child(2) {
    transform: translateX(15px);
    opacity: 0;
}
  
  body.menu-open .burger span:nth-child(3) {
    transform: rotate(45deg);
    margin-top: -13px;
}
  
  body.menu-open .main-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding-bottom: 80px;
}
  
  body.menu-open::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 51;
}
  
  .menu-mobile{
    background-image: url(../images/arrow-aksen.png);
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: center 80%;
    z-index: 100;
}
  
  .main-wrapper {
    background: #F4FCFF;
}
  
  .masthead .subtitle{
    font-weight: 600;
}
  
  .masthead-big {
    border-radius: 0 0 80px 80px;
}
  
  .masthead-big .bg img {
    border-radius: 0 0 80px 80px;
    -o-object-fit: cover;
       object-fit: cover;
}
  
  .masthead h1 {
    text-shadow: 0px 4px 8px rgba(98, 122, 130, 0.5);
}
  
  .masthead-med {
    position: relative;
}
  
  .section-subtitle{
    margin-bottom: 0.5vw;
}
  
  .masthead-med .masthead-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000033;
    opacity: .2;
}
  
  .h-ourserve .container{
    position: initial !important;
}
  
  .h-ourserve-cards{
    display: flex;
    overflow: hidden;
    position: relative;
}
  
  /* .h-ourserve-card{
    position: relative;
    border-right: 1px solid #5160F480;
    box-shadow: 12px 0px 64px 0px #101656;
    background-image: url(../images/arrow-aksen.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 240% center;
    transition: all .3s ease-in-out;
    flex: 0 0 33.333%;
    margin-left: -27%;
    margin-left: -27vw;
    --overlap: 27%;
    flex: 0 0 calc(100% / var(--total-cards));
    margin-left: calc(var(--i) * -1 * var(--overlap));
} */
  
  .h-ourserve-card{
    position: relative;
    border-right: 1px solid #5160F480;
    box-shadow: 12px 0px 64px 0px #101656;
    background-image: url(../images/arrow-aksen.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 240% center;
    transition: all .3s ease-in-out;
    flex: 0 0 33.333%;
    margin-left: -27%;
}
  
  .h-ourserve-card.active{
    flex: 0 0 40%;
    margin-left: 0;
}
  
  .h-ourserve-card .btn-waksen{
    border: 1.5px solid #FFF;
    color: #FFF;
}
  
  .h-ourserve-card .btn-waksen:hover{
    background: #BDEAF9;
    color: #0E1399;
}
  
  .h-ourserve-card:hover{
    cursor: pointer;
}
  
  .h-ourserve-card:nth-child(1){
    z-index: 10;
}
  
  .h-ourserve-card:nth-child(2){
    z-index: 9;
}
  
  .h-ourserve-card:nth-child(3){
    z-index: 8;
}
  
  .h-ourserve-card:nth-child(4){
    z-index: 7;
}
  
  .h-ourserve-card:nth-child(5){
    z-index: 6;
}
  
  .h-ourserve-card:nth-child(6){
    z-index: 5;
}
  
  .h-ourserve-card:nth-child(7){
    z-index: 4;
}
  
  .h-ourserve-card:nth-child(8){
    z-index: 3;
}
  
  .h-ourserve-card:nth-child(9){
    z-index: 2;
}
  
  .h-ourserve-card .number{
    transition: all .3s ease-in-out;
    opacity: .3;
}
  
  .h-ourserve-card .text{
    position: relative;
    transition: all .3s ease-in-out;
    opacity: 0;
}
  
  .h-ourserve-card.active .number{
    justify-content: flex-start;
    opacity: 1;
}
  
  .h-ourserve-card.active .text{
    opacity: 1;
}
  
  /* .h-ourserve-card:hover{
    transform: translateX(-30%);
}
.h-ourserve-card:not(:first-child){
    transform: translateX(-80%);
    z-index: 20;
} */
  
  /* content */
  
  .container {
    margin-left: auto;
    margin-right: auto;
}
  
  .p-stories-title{
    position: relative;
    z-index: 333;
}
  
  .avatars{
    --gap: 30px
}
  
  .avatars img {
    margin-left: calc(var(--gap) * -1);
  }
  
  .avatars img:first-child{
    margin-left: 0;
}
  
  /* .avatars img:nth-child(2){
    transform: translateX(-30px);
}
.avatars img:nth-child(3){
    transform: translateX(-60px);
}
.avatars img:nth-child(4){
    transform: translateX(-90px);
} */
  
  .p-stories
.p-stories .swiper .swiper-slide{
    opacity: 0;
    border-radius: 1.666vw;
}
  
  .p-stories .swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
  
  .swiper-direction .swiperQuote-button-prev,
.swiper-direction .swiperQuote-button-next,
.swiper-direction .button-prev,
.swiper-direction .button-next,
.ourserve-button-prev,
.ourserve-button-next{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    border: 1px solid #0E1399;
    background-color: #FFF;
    background-image: url(../images/ic-small-arrow.svg);
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
}
  
  .swiper-direction .swiperQuote-button-prev:hover,
.swiper-direction .swiperQuote-button-next:hover,
.ourserve-button-prev,
.ourserve-button-next{
    cursor: pointer;
}
  
  .swiper-direction .swiperQuote-button-prev,
.swiper-direction .button-prev,
.ourserve-button-prev{
    transform: rotate(180deg);
}
  
  .swiper-direction .swiper-button-disabled,
.swiper-direction .swiper-button-disabled,
.ourserve-direction .swiper-button-disabled{
    border: 1px solid #DCDCDC;
    background-image: url(../images/ic-small-arrow-grey.svg);
}
  
  .portfolio-single-content,
.blog-single-content {
    article {
        h2 {
            color: #0E1399;
            font-size: 1.66667vw;
            line-height: 1.5;
            font-weight: 600;
            margin-bottom: 0.833333vw;

            &:not(:first-child) {
                margin-top: 2.08333vw
            }
        }
        pre{
            max-width: 100%;
            white-space: break-spaces;
        }
        pre:not(:last-child),
        img{
            margin: 0 0 1.25vw;
        }
        hr{
            display: block;
            margin: 1.25vw 0;
            border-top: 1px solid #2a39b4;
        }
        img.alignright{
            /* width: 100%; */
            margin-left: auto;
            float: right;
            margin-left: 1.5rem;
        }
        img.alignleft{
            /* width: 100%; */
            margin-right: auto;
            float: left;
            margin-right: 1.5rem;
        }
        ol{
            list-style-type: number;
        }
        a{
            color: rgb(26, 200, 255);
            transition: all .3s ease-in-out;
        }
        a:hover{
            color: rgba(26, 200, 255, .4);
        }
        blockquote{
            padding-left: 2.5rem;
            position: relative;
            margin-bottom: 1.5rem;
        }
        blockquote::before{
            content: "“";
            font-size: 4rem;
            color: #0E1399;
            position: absolute;
            left: 0;
            top: -10px;

        }
    }
}
  
  .portfolio-img img{
    min-width: 300px;
    width: 100%;
    height: 13.89vw;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}
  
  /* .gallery-grid {
    display: grid;
    grid-template-columns: 51.09375vw 20vw 20vw;
    grid-template-rows: 16.09375vw 16.09375vw;
    gap: 1.25vw;
    width: max-content;
    margin: 0 auto;

    img {
        width: 20vw;
        height: 16.09375vw;

        &:first-child {
            grid-column: 1;
            grid-row: 1 / span 2;
            width: 51.09375vw;
            height: 33.5416666667vw;
        }
    }
} */
  
  .gallery-grid {
    display: grid;
    grid-template-columns: 51.09375vw 20vw 20vw;
    grid-auto-rows: 16.09375vw; /* tinggi setiap baris tetap */
    gap: 1.25vw;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  
  .gallery-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  /* Gambar pertama (besar di kiri) */
  
  .gallery-grid img:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: calc((16.09375vw * 2) + 1.25vw); /* tinggi dua baris + jarak antar baris */
  }
  
  .gallery-grid img:nth-child(6) {
    grid-row: span 2;
  }
  
  .gallery-grid img:nth-child(11) {
    grid-row: span 2;
  }
  
  .accordion{
    .accordion-item{
        padding: 1.25vw;
        border-bottom: 1px solid #C5C8E2;
        background: #fff;
        transition: all .5s ease;
    }
    .accordion-header{
        color: #2430A3;
        line-height: 1.333;
        cursor: pointer;
    }
    .accordion-body{
        display: none;
    }
    .accordion-item.active{
        background: #EEFBFF;
        border-bottom: 2px solid #2430A3;
        .accordion-header{
            font-weight: 600;
            margin-bottom: 0.416666vw;
        }
    }
}
  
  .deliver-card{
    transition: all .6s ease-in-out;
    position: relative;
}
  
  .deliver-card:hover{
    transform: rotateY(180deg);
    cursor: pointer;
    max-height: 100%;
    overflow-y: auto;
}
  
  .deliver-card:hover .back{
    opacity: 1;
    background: #2A39B4;
    color: #FFF;
}
  
  .deliver-card .back{
    transform: rotateY(180deg);
    opacity: 0;
    transition: all .3s ease-in-out;
}
  
  .contact,
.bgaksen-radius{
    position: relative;
    width: 100%;
    overflow: hidden;
}
  
  .container,
.bgaksen-radius .container{
    position: relative;
    z-index: 3;
}
  
  .contact::after,
.bgaksen-radius::after{
    content: "";
    position: absolute;
    bottom: -28.75vw;
    right: -28.75vw;
    width: 57.5vw;
    height: 57.5vw;
    background: radial-gradient(32.94% 32.94% at 50% 50%, #19C7FF 0%, rgba(25, 199, 255, 0) 100%);
    opacity: .2;
    z-index: 0;
}
  
  .how-wwu::before{
    content: "";
    position: absolute;
    bottom: -28.75vw;
    left: -28.75vw;
    width: 57.5vw;
    height: 57.5vw;
    background: radial-gradient(32.94% 32.94% at 50% 50%, #19C7FF 0%, rgba(25, 199, 255, 0) 100%);
    opacity: .2;
    z-index: 0;
}
  
  .bgaksen-radius.left::after{
    right: auto;
    left: -28.75vw;
}
  
  .bgaksen-radius.tl::after{
    right: auto;
    left: -28.75vw;
    bottom: auto;
    top: -28.75vw;
}
  
  .bgaksen-radius.tr::after{
    left: auto;
    right: -28.75vw;
    bottom: auto;
    top: -28.75vw;
}
  
  .blog-single-content {
    article {
        h1, h2, h3, h4, h5, h6 {
            color: #0E1399;
            line-height: 1.5;
            font-weight: 600;
            margin-bottom: 0.833333vw;

            &:not(:first-child) {
                margin-top: 2.08333vw
            }
        }
    @media (min-width: 1024px) {
        h1{
            font-size: 2.5vw;
        }
        h2{
            font-size: 1.66667vw;
        }
        h3{
            font-size: 1.25vw;
        }
        h4{
            font-size: 1.125vw;
        }
        h5{
            font-size: 1vw;
        }
        h6{
            font-size: 0.875vw;
        }
    }
    @media (max-width: 1024px) and (min-width: 768px) {
        h1 { font-size: 2rem; line-height: 1.2;}     /* 32px */
        h2 { font-size: 1.75rem; line-height: 1.2;}  /* 28px */
        h3 { font-size: 1.5rem; line-height: 1.2;}   /* 24px */
        h4 { font-size: 1.25rem; line-height: 1.2;}  /* 20px */
        h5 { font-size: 1.125rem; line-height: 1.2;} /* 18px */
        h6 { font-size: 1rem; line-height: 1.2;}     /* 16px */
        h1, h2, h3, h4, h5, h6{
            margin-bottom: 16px;
        }
        p, img  {margin-bottom: 24px;}
    }
    @media (max-width: 767px) {
        h1, h2, h3, h4, h5, h6{
            margin-bottom: 16px;
        }
        h1 { font-size: 2rem; line-height: 1.2;}     /* 32px */
        h2 { font-size: 1.75rem; line-height: 1.2;}  /* 28px */
        h3 { font-size: 1.5rem; line-height: 1.2;}   /* 24px */
        h4 { font-size: 1.25rem; line-height: 1.2;}  /* 20px */
        h5 { font-size: 1.125rem; line-height: 1.2;} /* 18px */
        h6 { font-size: 1rem; line-height: 1.2;}     /* 16px */
        p, img  {margin-bottom: 24px;}
        img.alignright{
            width: 100%;
            margin-left: auto;
            float: none;
            margin-left: 0;
        }
        img.alignleft{
            width: 100%;
            margin-right: auto;
            float: none;
            margin-right: 0;
        }
    }
        
    }
}
  
  .masthead-single .breadcrumbs a{
    opacity: .75;
}
  
  .masthead-single .breadcrumbs span{
    opacity: .75;
}
  
  .masthead-single .breadcrumbs span:hover, .breadcrumbs a:hover{
    opacity: 1;
}
  
  /* Footer */
  
  .footer {
    position: relative;
    overflow: hidden;
    z-index: 4;
}
  
  .footer .container {
    position: relative;
    z-index: 2;
}
  
  .footer::before {
    content: "";
    width: clamp(280px, 66.74vw, 961px);
    /* width: 961px; */
    height: clamp(280px, 47.50vw, 684px);
    /* height: 684px; */
    background-image: url(../images/arrow-aksen.png);
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
  
  .footer .footer-group ul li:not(:last-child) {
    /*font-size: clamp(18px, 1.2vw, 20px);*/
    margin-bottom: 4px;
}
  
  .footer .footer-group ul li a{
    transition: all .3s ease-in-out;
}
  
  .footer .footer-group ul li a:hover{
    /* opacity: .75; */
    color: #1AC8FF;
}
  
  .footer .socmed a{
    border-radius: 100%;
    transition: all .3s ease-in-out;
}
  
  .footer .socmed a:hover{
    background-color: #1AC8FF;
}
  
  /* Footer CTA */
  
  .footer-cta {
    position: relative;
    margin-bottom: -5vw;
}
  
  .footer-cta::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #2430A3;
    background: radial-gradient(circle, rgba(36, 48, 163, 1) 0%, rgba(36, 48, 163, 0) 70%);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 2;
    border-radius: 100%;
}
  
  .footer-cta .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
  
  .footer-cta .bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
}
  
  .footer-cta .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
  
  .footer-cta .container {
    position: relative;
    z-index: 3;
}
  
  /* Gravity Form */
  
  .gform-theme--foundation .gform_fields{
    grid-row-gap: clamp(15px, 1.25vw, 24px) !important;
}
  
  .gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select{
    background: #EEEEEE !important;
    padding: 12px !important;
    border-radius: 6px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: clamp(14px, 1.125vw, 22px) !important;
    line-height: 1em !important;
    height: -moz-max-content !important;
    height: max-content !important;
}
  
  .gform_wrapper .ginput_container input::-moz-placeholder, .gform_wrapper .ginput_container textarea::-moz-placeholder{
    color: #777;
}
  
  .gform_wrapper .ginput_container input::placeholder,
.gform_wrapper .ginput_container textarea::placeholder{
    color: #777;
}
  
  .gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container textarea:focus,
.gform_wrapper .ginput_container select:focus{
    outline: 2px solid #0E1399;
}
  
  .gform_wrapper .ginput_container select{
    color: #0E1399;
    appearance: none;           /* Hapus arrow default */
    -webkit-appearance: none;
    -moz-appearance: none;
}
  
  .gform_wrapper .ginput_container.ginput_container_select{
    position: relative;
}
  
  .gform_wrapper .ginput_container.ginput_container_select::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #0E1399;
    border-bottom: 2px solid #0E1399;
    transition: all 0.3s ease;
}
  
  .gform_wrapper .gform_footer .gform_button{
    width: 100% !important;
    display: block !important;
    font-size: clamp(14px, 1.125vw, 22px) !important;
    line-height: 2.315em !important;
    background: #0E1399 !important;
    padding: 12px;
    border-radius: 100px !important;
}
  
  .gform_wrapper .gform_footer .gform_button:hover{
    background: #1AC8FF !important;
}
  
  .gfrom_wrapper .gform_button{
    position: relative;
}
  
  .gform-theme--framework .gform-loader{
    position: absolute !important;
    right: 10px !important;
}
  
  @media (min-width: 1024px) {
    .container {
        max-width: 90vw;
    }
}
  
  @media(max-width: 1024px){
    [class*="text-["],.text-vw18 {
        font-size: 16px;
    }
    .text-vw24{
        font-size: 18px;
    }
}
  
  @media (max-width: 1024px) and (min-width: 768px) {
    .menu-mobile{
        max-width: 55vw;
        transform: translateX(-200%);
    }
    .menu-mobile .burger{
        right: 2.5rem;
        top: 1.4rem;
    }
    .container {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    

    .btn {
        font-size: 2vw;
    }

    

    .masthead h1 {
        font-size: 38px;
    }

    h2.section-title {
        font-size: 24px;
    }
    .who .who-bg img{
        -o-object-position: 70% center;
           object-position: 70% center;
    }
}
  
  @media (min-width: 1023px) and (max-width: 1200px){
    .container{
        max-width: 100vw;
    }
}
  
  @media (max-width: 1024px) {
    
    .btn-border-white {
        font-size: 1.8vw;
        border-width: 1px 1px 1px 1px;
        padding: 1.5vw 3vw 1.5vw 3vw;
    }

    /* .p-stories .swiper{
        padding: 0;
        border-radius: 1.666vw;
        box-shadow: 0px 12px 24px 0px #5858581F;
    } */

    .h-ourserve-cards{
        width: 100%;
        gap: 24px;
        padding-bottom: 60px;
    }
    .h-ourserve-cards .ourserve-direction{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .h-ourserve-card,
    .h-ourserve-card.active{
        /* width: calc(100% / 2);
        flex: 0 0 calc((100% / 2) - 16px); */
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        box-shadow: none;
        border-radius: 1.666vw;
        background-position: right center;
        background-size: 150%;
        justify-content: flex-start;
    }
    .h-ourserve-card .text{
        opacity: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .h-ourserve-card .text .btn{
        margin-top: auto;
    }
    .h-ourserve-card .number{
        justify-content: flex-start;
        opacity: 1;
    }
    .h-ourserve-card article{
        margin-bottom: 16px;
    }


    .footer ul li {
        font-size: 1.8vw;
    }

    .footer-cta::before {
        width: 100%;
        transform: translate(-50%, 40%);
    }
    .portfolio-single-content {
        article {
            h2 {
                color: #0E1399;
                font-size: 20px;
                line-height: 1.5;
                font-weight: 600;
                margin-bottom: 12px;
    
                &:not(:first-child) {
                    margin-top: 40px;
                }
            }
        }
    }
    .portfolio-img{
        flex: 200px 0 0;
    }
    .portfolio-img img{
       min-width: 200px;
       height: 200px;
    }
    .masthead-single .breadcrumbs a, .breadcrumbs span{
        font-size: 12px;
    }
}
  
  @media (max-width: 767px) {
    .container {
        padding-left: 5.797vw;
        padding-right: 5.797vw;
    }

    .main-wrapper {
        font-size: 3.864vw
    }

    [class*="text-["],.text-vw18 {
        font-size: 3.864vw;
    }
    .text-vw24{
        font-size: 4.378vw;
    }
    .py-\[6\.25vw\],.single,.who{
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    .contact{
        padding: 8vw 0;
    }


    article {

        ul,
        ol {

            padding-left: 4.83vw;
        }

        p:not(last-child),
        ul:not(:last-child),
        ol:not(:last-child) {
            margin: 0 0 4.83vw;
        }
    }


    .text-vw40{
        font-size: 5.314vw;
    }

    .rounded-vw-lg{
        border-radius: 5.787vw;
    }

    .rounded-vw-md{
        border-radius: 4vw;
    }

    .section-title {
        font-size: 6vw;
    }

    .btn {
        font-size: 3.864vw;
    }

    .btn-waksen.btn-small span{
        padding: 1.932vw 3.864vw;
    }

    /* .swiper-direction{
        justify-content: flex-end;
    } */

    .btn-border-white {
        font-size: 3.4vw;
        padding: 1.5vw 3.5vw 1.5vw 3.5vw;
    }

    .masthead {
        padding-top: 120px;
        h1 {
            font-size: 24px;

            br {
                display: none;
            }
        }
    }
    .masthead-single{
        padding: 28.985vw 0 19.323vw;
    }
    
    .masthead-med::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(204deg, #FFFFFF00 43%, #000235A6 100%);
        z-index: 3;
    }

    .p-stories .swiperQuote{
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        max-width: 100%;
      }
    
      .gallery-grid img:first-child {
        grid-column: span 2;
        grid-row: span 1;
        height: auto;
      }
      .gallery-grid img:nth-child(6) {
        grid-column: span 2;
        grid-row: span 2;
        height: auto;
      }
      .gallery-grid img:nth-child(11) {
        grid-column: span 2;
        grid-row: span 3;
        height: auto;
      }

    .accordion{
        .accordion-item{
            padding: 3.864vw;
            
        }
        .accordion-item.active{
            .accordion-header{
                font-weight: 600;
                margin-bottom: 1.932vw;
            }
        }
    }

    .portfolio-img img{
        height: 100%;
    }

    .footer ul li {
        font-size: 3.7vw;
    }

    .footer-cta::before {
        background: linear-gradient(180deg, #04087300 16%, #2331A2 80%);
        width: 100%;
        height: 20vw;
        top: 36vw;
        left: 0;
        border-radius: 0;
        transform: translate(0);
    }

    .footer-cta {
        background: #2430A3;
        margin-bottom: -10vw;
        /* background: linear-gradient(180deg, #04087300 16%, #2331A2 23%); */
    }

    .footer-cta .bg {
        width: 100%;
        height: auto;
    }

    .footer{
        .container{
            padding: 10vw 7.5vw;
        }
    }
    .footer .copyright{
    }
    .footer .copyright p{
        order: 2;
    }
    .footer .copyright .flex{
        order: 1;
    }
}
  
  .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
}
  
  .hover\:bg-dblue6:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(36 48 163 / var(--tw-bg-opacity, 1));
}
  
  .hover\:text-dblue3:hover {
    --tw-text-opacity: 1;
    color: rgb(26 200 255 / var(--tw-text-opacity, 1));
}
  
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  
  .hover\:underline:hover {
    text-decoration-line: underline;
}
  
  .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
  
  .focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
  
  .focus\:ring-dblue9:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(14 19 153 / var(--tw-ring-opacity, 1));
}
  
  @media not all and (min-width: 1024px) {
  
    .max-lg\:mt-4 {
        margin-top: 1rem;
    }
  
    .max-lg\:mt-6 {
        margin-top: 1.5rem;
    }
  
    .max-lg\:mt-\[3vw\] {
        margin-top: 3vw;
    }
  
    .max-lg\:h-7 {
        height: 1.75rem;
    }
  
    .max-lg\:h-8 {
        height: 2rem;
    }
  
    .max-lg\:w-7 {
        width: 1.75rem;
    }
  
    .max-lg\:min-w-8 {
        min-width: 2rem;
    }
  
    .max-lg\:min-w-9 {
        min-width: 2.25rem;
    }
  
    .max-lg\:flex-col {
        flex-direction: column;
    }
  
    .max-lg\:gap-2 {
        gap: 0.5rem;
    }
  
    .max-lg\:p-4 {
        padding: 1rem;
    }
}
  
  @media not all and (min-width: 768px) {
  
    .max-md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
  
    .max-md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
  
    .max-md\:mb-0 {
        margin-bottom: 0px;
    }
  
    .max-md\:mb-10 {
        margin-bottom: 2.5rem;
    }
  
    .max-md\:mb-vw24 {
        margin-bottom: clamp(18px, 1.5vw, 28px);
    }
  
    .max-md\:mt-\[3vw\] {
        margin-top: 3vw;
    }
  
    .max-md\:flex {
        display: flex;
    }
  
    .max-md\:hidden {
        display: none;
    }
  
    .max-md\:h-12 {
        height: 3rem;
    }
  
    .max-md\:min-h-\[160vw\] {
        min-height: 160vw;
    }
  
    .max-md\:w-5 {
        width: 1.25rem;
    }
  
    .max-md\:w-8 {
        width: 2rem;
    }
  
    .max-md\:min-w-12 {
        min-width: 3rem;
    }
  
    .max-md\:min-w-5 {
        min-width: 1.25rem;
    }
  
    .max-md\:min-w-7 {
        min-width: 1.75rem;
    }
  
    .max-md\:max-w-6 {
        max-width: 1.5rem;
    }
  
    .max-md\:max-w-\[3vw\] {
        max-width: 3vw;
    }
  
    .max-md\:flex-col {
        flex-direction: column;
    }
  
    .max-md\:items-start {
        align-items: flex-start;
    }
  
    .max-md\:items-end {
        align-items: flex-end;
    }
  
    .max-md\:justify-center {
        justify-content: center;
    }
  
    .max-md\:gap-2 {
        gap: 0.5rem;
    }
  
    .max-md\:gap-3 {
        gap: 0.75rem;
    }
  
    .max-md\:gap-4 {
        gap: 1rem;
    }
  
    .max-md\:gap-8 {
        gap: 2rem;
    }
  
    .max-md\:gap-\[10vw\] {
        gap: 10vw;
    }
  
    .max-md\:gap-\[3vw\] {
        gap: 3vw;
    }
  
    .max-md\:rounded-t-\[10vw\] {
        border-top-left-radius: 10vw;
        border-top-right-radius: 10vw;
    }
  
    .max-md\:p-4 {
        padding: 1rem;
    }
  
    .max-md\:p-6 {
        padding: 1.5rem;
    }
  
    .max-md\:p-\[5vw\] {
        padding: 5vw;
    }
  
    .max-md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
  
    .max-md\:text-center {
        text-align: center;
    }
}
  
  @media (min-width: 768px) {
  
    .md\:mb-0 {
        margin-bottom: 0px;
    }
  
    .md\:mb-4 {
        margin-bottom: 1rem;
    }
  
    .md\:mb-\[3\.645vw\] {
        margin-bottom: 3.645vw;
    }
  
    .md\:mb-vw24 {
        margin-bottom: clamp(18px, 1.5vw, 28px);
    }
  
    .md\:mb-vw40 {
        margin-bottom: clamp(30px, 2.5vw, 44px);
    }
  
    .md\:ml-auto {
        margin-left: auto;
    }
  
    .md\:mt-vw24 {
        margin-top: clamp(18px, 1.5vw, 28px);
    }
  
    .md\:block {
        display: block;
    }
  
    .md\:hidden {
        display: none;
    }
  
    .md\:h-vw40 {
        height: clamp(30px, 2.5vw, 44px);
    }
  
    .md\:w-14vw {
        width: 14vw;
    }
  
    .md\:w-20vw {
        width: 20vw;
    }
  
    .md\:w-vw40 {
        width: clamp(30px, 2.5vw, 44px);
    }
  
    .md\:min-w-\[28\.71\%\] {
        min-width: 28.71%;
    }
  
    .md\:min-w-\[38\.75\%\] {
        min-width: 38.75%;
    }
  
    .md\:max-w-\[60\%\] {
        max-width: 60%;
    }
  
    .md\:max-w-\[70\%\] {
        max-width: 70%;
    }
  
    .md\:grow {
        flex-grow: 1;
    }
  
    .md\:basis-\[32\.11\%\] {
        flex-basis: 32.11%;
    }
  
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .md\:items-center {
        align-items: center;
    }
  
    .md\:justify-between {
        justify-content: space-between;
    }
  
    .md\:gap-6 {
        gap: 1.5rem;
    }
  
    .md\:gap-vw12 {
        gap: clamp(9px, 0.75vw, 14px);
    }
  
    .md\:object-right {
        -o-object-position: right;
           object-position: right;
    }
  
    .md\:p-5 {
        padding: 1.25rem;
    }
  
    .md\:p-7 {
        padding: 1.75rem;
    }
  
    .md\:p-vw24 {
        padding: clamp(18px, 1.5vw, 28px);
    }
  
    .md\:py-\[8\.33vw\] {
        padding-top: 8.33vw;
        padding-bottom: 8.33vw;
    }
  
    .md\:pt-0 {
        padding-top: 0px;
    }
  
    .md\:pt-\[12\.58vw\] {
        padding-top: 12.58vw;
    }
  
    .md\:text-center {
        text-align: center;
    }
  
    @media not all and (min-width: 1024px) {
  
        .md\:max-lg\:w-6 {
            width: 1.5rem;
        }
  
        .md\:max-lg\:flex-row {
            flex-direction: row;
        }
  
        .md\:max-lg\:gap-6 {
            gap: 1.5rem;
        }
    }
}
  
  @media (min-width: 1024px) {
  
    .lg\:absolute {
        position: absolute;
    }
  
    .lg\:sticky {
        position: sticky;
    }
  
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
  
    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }
  
    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }
  
    .lg\:mb-vw24 {
        margin-bottom: clamp(18px, 1.5vw, 28px);
    }
  
    .lg\:block {
        display: block;
    }
  
    .lg\:hidden {
        display: none;
    }
  
    .lg\:h-3vw {
        height: 3vw;
    }
  
    .lg\:h-\[2\.7vw\] {
        height: 2.7vw;
    }
  
    .lg\:h-\[3vw\] {
        height: 3vw;
    }
  
    .lg\:h-\[4\.583vw\] {
        height: 4.583vw;
    }
  
    .lg\:h-\[7\.5rem\] {
        height: 7.5rem;
    }
  
    .lg\:max-h-\[37\.78vw\] {
        max-height: 37.78vw;
    }
  
    .lg\:min-h-\[100vh\] {
        min-height: 100vh;
    }
  
    .lg\:min-h-\[28vw\] {
        min-height: 28vw;
    }
  
    .lg\:w-3vw {
        width: 3vw;
    }
  
    .lg\:w-\[3vw\] {
        width: 3vw;
    }
  
    .lg\:w-\[4\.583vw\] {
        width: 4.583vw;
    }
  
    .lg\:w-\[50\.71\%\] {
        width: 50.71%;
    }
  
    .lg\:w-\[7\.5rem\] {
        width: 7.5rem;
    }
  
    .lg\:min-w-\[30vw\] {
        min-width: 30vw;
    }
  
    .lg\:max-w-\[21vw\] {
        max-width: 21vw;
    }
  
    .lg\:max-w-\[32\.11\%\] {
        max-width: 32.11%;
    }
  
    .lg\:max-w-\[43\.40vw\] {
        max-width: 43.40vw;
    }
  
    .lg\:max-w-\[44vw\] {
        max-width: 44vw;
    }
  
    .lg\:max-w-\[50\%\] {
        max-width: 50%;
    }
  
    .lg\:max-w-\[60vw\] {
        max-width: 60vw;
    }
  
    .lg\:max-w-\[66\.6667\%\] {
        max-width: 66.6667%;
    }
  
    .lg\:grow {
        flex-grow: 1;
    }
  
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  
    .lg\:flex-row {
        flex-direction: row;
    }
  
    .lg\:flex-col {
        flex-direction: column;
    }
  
    .lg\:gap-0 {
        gap: 0px;
    }
  
    .lg\:gap-5 {
        gap: 1.25rem;
    }
  
    .lg\:gap-8 {
        gap: 2rem;
    }
  
    .lg\:gap-vw12 {
        gap: clamp(9px, 0.75vw, 14px);
    }
  
    .lg\:gap-vw16 {
        gap: clamp(12px, 1vw, 20px);
    }
  
    .lg\:gap-y-vw48 {
        row-gap: clamp(36px, 3vw, 52px);
    }
  
    .lg\:p-vw24 {
        padding: clamp(18px, 1.5vw, 28px);
    }
  
    .lg\:p-vw32 {
        padding: clamp(24px, 2vw, 36px);
    }
  
    .lg\:p-vw40 {
        padding: clamp(30px, 2.5vw, 44px);
    }
  
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
  
    .lg\:px-vw24 {
        padding-left: clamp(18px, 1.5vw, 28px);
        padding-right: clamp(18px, 1.5vw, 28px);
    }
  
    .lg\:py-\[6\.25vw\] {
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
    }
  
    .lg\:py-vw40 {
        padding-top: clamp(30px, 2.5vw, 44px);
        padding-bottom: clamp(30px, 2.5vw, 44px);
    }
  
    .lg\:pt-0 {
        padding-top: 0px;
    }
  
    .lg\:text-vw14 {
        font-size: clamp(10px, 0.875vw, 18px);
    }
  
    .lg\:text-vw48 {
        font-size: clamp(36px, 3vw, 52px);
    }
}
  
  @media (min-width: 1280px) {
  
    .xl\:flex {
        display: flex;
    }
  
    .xl\:hidden {
        display: none;
    }
  
    .xl\:h-vw40 {
        height: clamp(30px, 2.5vw, 44px);
    }
  
    .xl\:w-\[11\.11vw\] {
        width: 11.11vw;
    }
  
    .xl\:w-vw40 {
        width: clamp(30px, 2.5vw, 44px);
    }
  
    .xl\:p-\[2\.22vw\] {
        padding: 2.22vw;
    }
}

