<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.3.3 | 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: currentColor;
  /* 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.
*/

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: "kurious-looped";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
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] {
  display: none;
}

*, ::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:  ;
}

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

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

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

.h-full {
  height: 100%;
}

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

.w-full {
  width: 100%;
}

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

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

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-\[68px\] {
  flex: 68px;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

.border-t {
  border-top-width: 1px;
}

.border-\[\#93939320\] {
  border-color: #93939320;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

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

.pl-\[16px\] {
  padding-left: 16px;
}

.pr-\[56px\] {
  padding-right: 56px;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

.\!font-skv-700 {
  font-family: "kurious-looped" !important;
}

.font-skv-700 {
  font-family: "kurious-looped";
}

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

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

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

.text-small-text {
  font-size: 13px;
}

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

.text-\[\#59560c\] {
  --tw-text-opacity: 1;
  color: rgb(89 86 12 / var(--tw-text-opacity));
}

.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-\[\#9F9F9F\] {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1.5;
  opacity: 0
}

header {
  transition: height 0.25s ease-out , background 0.25s ease-out;
  background: linear-gradient(400deg, rgb(0 0 0 / 78%) -50%, rgba(0, 0, 0, 0.2) 75%);
  position: fixed;
  top: 0px;
  z-index: 100;
  height: 80px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (max-width: 1139px) {
  header {
    height: 64px;
  }
}

@media (max-width: 639px) {
  header {
    height: 54px;
  }
}

header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background: linear-gradient(400deg, rgba(48 99 95 / 100%) -50%, rgba(14 45 45 / 95%) 75%);
  opacity: 0;
  transition:opacity 0.25s ease-out;
  z-index: -1;
}

header.active {
  height: 64px;
  background-color: rgb(10 10 10 / 0.9);
}

@media (max-width: 639px) {
  header.active {
    height: 54px;
  }
}

header.active:before {
  opacity: 1;
}

header .btn-header {
  transition: all 0.18s ease-out
}

@media (max-width: 1139px) {
  header .btn-header {
    height: 36px;
    gap: 0.375rem;
    border-radius: 14px;
    padding-left: 1rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 639px) {
  header .btn-header {
    font-size: 16px;
  }
}

@media (max-width: 1139px) {
  header .btn-header .arrow {
    height: 16px;
    width: 16px;
  }
}

header.active .btn-header {
  height: 44px;
  border-radius: 14px;
}

@media (max-width: 1139px) {
  header.active .btn-header {
    height: 36px;
  }
}

.header_inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.navbar ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1139px) {
  .navbar ul {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 16px;
    padding-top: 28px;
    text-align: left;
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .navbar ul {
    gap: 0px;
    padding-top: 24px;
  }
}

.navbar ul li a {
  display: block;
  border-radius: 0.75rem;
}

@media (max-width: 1139px) {
  .navbar ul li a {
    padding: 1rem;
  }
}

.navbar ul li a.active {
  --tw-text-opacity: 1;
  color: rgb(1 169 80 / var(--tw-text-opacity));
}

@media (max-width: 1139px) {
  .navbar ul li a.active {
    background-color: rgb(255 255 255 / 0.1);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.overlay-menu {
  transition: opacity 0.45s ease;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  height: 100vh;
  width: 100vw;
  background-color: rgb(0 0 0 / 0.75);
  opacity: 0;
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

@media (max-width: 1139px) {
  .overlay-menu {
    transition-delay: 0.1s;
  }

  .overlay-menu.is-show {
    pointer-events: auto;
    opacity: 1;
    --tw-grayscale: grayscale(0.2);
    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-delay: 0s;
  }
}

.language {
  display: flex;
  align-items: center;
  justify-content: center;
}

.language &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.language {
  font-family: "kurious-looped";
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(187 195 207 / var(--tw-text-opacity));
}

.language a {
  transition: color 0.2s ease;
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  line-height: 1
}

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

.language a.selected {
  font-family: "kurious-looped";
  --tw-text-opacity: 1;
  color: rgb(41 183 150 / var(--tw-text-opacity));
}

.language.desktop {
  display: none;
}

@media (min-width: 640px) {
  .language.desktop {
    display: block;
  }
}

.language.mobile {
  display: none;
}

@media (max-width: 1139px) {
  .language.mobile {
    display: block;
  }
}

.logo-k-bank {
  height: 100%;
  width: 90px;
}

@media (max-width: 1139px) {
  .logo-k-bank {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

@media (max-width: 639px) {
  .logo-k-bank {
    width: 56px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1140px) {
  .logo-k-bank {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.logo-k-bank img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.main-navbar {
  transition: right 0.65s cubic-bezier(0.76, 0, 0.24, 1)
}

@media (max-width: 1139px) {
  .main-navbar {
    position: fixed;
    top: 0px;
    right: -421px;
    z-index: 20;
    height: 100svh;
    width: 100%;
    max-width: 420px;
    --tw-bg-opacity: 1;
    background-color: rgb(8 57 57 / var(--tw-bg-opacity));
    padding: 0px;
    --tw-backdrop-blur: blur(40px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    transition-delay: 0s;
  }

  .main-navbar.is-open {
    right: 0%;
    transition-delay: 0.05s;
  }
}

.hamburger-menu {
  position: relative;
  z-index: 50;
  margin-left: 0.75rem;
  display: none;
  height: 18px;
  width: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1139px) {
  .hamburger-menu {
    display: flex;
  }
}

.hamburger-menu span {
  transition: opacity 0.2s ease, transform 0.2s ease, top 0.2s ease;
  position: relative;
  top: 0px;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1
}

.hamburger-menu.is-active span:nth-child(1) {
  top: 8px;
  --tw-rotate: 45deg;
  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));
}

.hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.is-active span:nth-child(3) {
  top: -8px;
  --tw-rotate: -45deg;
  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));
}

.main-navbar .logo-k-bank {
  display: none;
  height: auto;
}

@media (max-width: 1139px) {
  .main-navbar .logo-k-bank {
    display: block;
    width: 56px;
  }
}

.floating {
  position: sticky;
  bottom: 0px;
  right: 0px;
  z-index: 99;
}

@media (max-width: 575px) {
  .floating {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

.floating a {
  position: absolute;
  bottom: 0px;
  right: 1rem;
}

@media (max-width: 575px) {
  .floating a {
    position: static;
  }
}

.floating img {
  margin-left: auto;
  width: 122px;
}

@media (max-width: 1279px) {
  .floating img {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .floating img {
    width: 80px;
  }
}

footer {
  background:
    url(../images/bg-footer-left.svg) top left no-repeat,
    url(../images/bg-footer-right.svg) top right no-repeat,
    linear-gradient(180deg, #29B796 -155.59%, #0B4645 75.66%) center center no-repeat;
  position: relative;
  width: 100%;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (max-width: 767px) {
  footer {
    background-size: 40%,40%,100%;
  }
}

@media (min-width: 1280px) {
  footer {
    padding-top: 0.5rem;
  }
}

footer:before {
  content: '';
  background: url(../images/shape-left.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  aspect-ratio: 120/144;
  width: 120px
}

@media (max-width: 1279px) {
  footer:before {
    width: 80px;
  }
}

@media (max-width: 1023px) {
  footer:before {
    width: 56px;
  }
}

@media (max-width: 767px) {
  footer:before {
    width: 40px;
  }
}

footer:after {
  content: '';
  background: url(../images/shape-right.svg) top right no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 0px;
  aspect-ratio: 120/144;
  width: 120px
}

@media (max-width: 1279px) {
  footer:after {
    width: 80px;
  }
}

@media (max-width: 1023px) {
  footer:after {
    width: 56px;
  }
}

@media (max-width: 767px) {
  footer:after {
    width: 40px;
  }
}

.link-footer-group {
  position: relative;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "kurious-looped";
  font-weight: 500;
}

@media (max-width: 767px) {
  .link-footer-group {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575px) {
  .link-footer-group {
    margin-bottom: 1.25rem;
    flex-direction: column;
    gap: 0.75rem;
  }
}

.link-footer-group a {
  transition: 0.25s ease-out;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.link-footer-group a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 170 80 / var(--tw-text-opacity));
}

.link-footer-group li a:before {
  transition: width 0.25s ease-out;
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 80 / var(--tw-bg-opacity))
}

.link-footer-group li a:hover:before {
  width: 100%;
}

footer h2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  footer h2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 33px;
  }
}

@media (max-width: 1023px) {
  footer h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  footer h2 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  footer h2 {
    width: 80%;
  }
}

@media (max-width: 575px) {
  footer h2 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .logo-footer {
    margin-bottom: 1rem;
    text-align: center;
  }
}

.logo-footer a {
  display: inline-block;
}

.logo-footer img {
  max-width: 225px;
}

@media (max-width: 1279px) {
  .logo-footer img {
    max-width: 180px;
  }
}

@media (max-width: 1023px) {
  .logo-footer img {
    max-width: 128px;
  }
}

.menu-footer {
  margin-left: -10%;
  margin-right: -10%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1023px) {
  .menu-footer {
    margin-left: -20%;
  }
}

@media (max-width: 767px) {
  .menu-footer {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block;
  }
}

.menu-footer li {
  margin-bottom: 0.75rem;
}

@media (max-width: 1279px) {
  .menu-footer li {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .menu-footer li {
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 767px) {
  .menu-footer li {
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .menu-footer li:nth-child(1) {
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
  }
}

.menu-footer a {
  transition: color 0.25s ease-out;
  position: relative;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .menu-footer a {
    font-size: 16px;
  }
}

.menu-footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 170 80 / var(--tw-text-opacity));
}

.menu-footer li a:before {
  transition: width 0.25s ease-out;
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 80 / var(--tw-bg-opacity))
}

.menu-footer li a:hover:before {
  width: 100%;
}

@media (max-width: 767px) {
  footer .box-social {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    width: 100%;
  }
}

footer .social {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 0.75rem;
}

@media (max-width: 1279px) {
  footer .social {
    gap: 0.5rem;
  }
}

@media (max-width: 1023px) {
  footer .social {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 767px) {
  footer .social {
    margin-bottom: 1rem;
    justify-content: center;
  }
}

footer .social a {
  transition: background 0.15s ease;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px
}

footer .social a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (max-width: 1279px) {
  footer .social a {
    height: 32px;
    width: 32px;
    padding: 8px;
  }
}

.btn-type-1 {
  transition: box-shadow 0.18s ease-out;
  display: inline-flex;
  height: 68px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 1.5rem;
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .btn-type-1 {
    height: 60px;
    border-radius: 16px;
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .btn-type-1 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .btn-type-1 {
    height: 54px;
  }
}

@media (max-width: 639px) {
  .btn-type-1 {
    height: 48px;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}

.btn-type-1.btn-green {
  background: linear-gradient(180deg, #29B796 0%, #0B4645 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-type-1.btn-green:hover {
  box-shadow: 0 0 16px #32E2C9;
}

.btn-type-1.btn-yellow {
  background: linear-gradient(180deg, #EEECA2 0%, #C5C046 100%);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}

.btn-type-1.btn-yellow:hover {
  box-shadow: 0 0 16px #E9E695;
}

.btn-type-1 span {
  transition: transform 0.18s ease-out;
  display: inline-block
}

.btn-type-1 .arrow {
  transition: transform 0.18s ease-out;
  position: relative;
  height: 24px;
  width: 24px
}

@media (max-width: 639px) {
  .btn-type-1 .arrow {
    height: 16px;
    width: 16px;
  }
}

.btn-type-1 .arrow:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity))
}

.btn-type-1.btn-green .arrow:before{
  background: url(../images/arr_white.svg) center no-repeat;
  background-size: contain;
}

.btn-type-1.btn-yellow .arrow:before{
  background: url(../images/arr_black.svg) center no-repeat;
  background-size: contain;
}

.btn-type-1:hover span {
  --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));
}

.btn-type-1:hover .arrow {
  --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));
}

.btn-type-2 {
  transition: box-shadow 0.18s ease-out;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 1.5rem;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .btn-type-2 {
    border-radius: 16px;
    padding-left: 1.25rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 1023px) {
  .btn-type-2 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .btn-type-2 {
    height: 36px;
    gap: 0.375rem;
    border-radius: 16px;
    padding-left: 1rem;
    padding-right: 0.75rem;
  }
}

.btn-type-2.btn-green {
  background: linear-gradient(180deg, #29B796 0%, #0B4645 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-type-2.btn-green:hover {
  box-shadow: 0 0 16px #32E2C9;
}

.btn-type-2.btn-yellow {
  background: linear-gradient(180deg, #EEECA2 0%, #C5C046 100%);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}

.btn-type-2.btn-yellow:hover {
  box-shadow: 0 0 16px #E9E695;
}

.btn-type-2 span {
  transition: transform 0.18s ease-out;
  display: inline-block
}

.btn-type-2 .arrow {
  transition: transform 0.18s ease-out;
  position: relative;
  height: 24px;
  width: 24px
}

@media (max-width: 767px) {
  .btn-type-2 .arrow {
    height: 16px;
    width: 16px;
  }
}

.btn-type-2 .arrow:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity))
}

.btn-type-2.btn-green .arrow:before{
  background: url(../images/arr_white.svg) center no-repeat;
  background-size: contain;
}

.btn-type-2.btn-yellow .arrow:before{
  background: url(../images/arr_black.svg) center no-repeat;
  background-size: contain;
}

.btn-type-2:hover span {
  --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));
}

.btn-type-2:hover .arrow {
  --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));
}

.herobanner {
  aspect-ratio: 3840/1507;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (max-width: 1139px) {
  .herobanner {
    padding-top: 64px;
  }
}

@media (max-width: 639px) {
  .herobanner {
    padding-top: 55px;
  }
}

.intro {
  position: relative;
  overflow: hidden;
}

.intro .txt_intro {
  position: relative;
  display: flex;
  max-height: 1080px;
  min-height: calc(100vh - 64px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 1439px) {
  .intro .txt_intro {
    min-height: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media (max-width: 1279px) {
  .intro .txt_intro {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.intro h1 {
  font-family: "kurious-looped";
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(14 103 90 / var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .intro h1 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .intro h1 {
    font-size: 28px;
  }
}

.intro h2 {
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 183 150 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .intro h2 {
    font-size: 33px;
  }
}

@media (max-width: 639px) {
  .intro h2 {
    font-size: 24px;
  }
}

.intro h3 {
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 64 71 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .intro h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .intro h3 {
    font-size: 20px;
  }
}

@media (max-width: 639px) {
  .intro h3 {
    font-size: 20px;
  }
}

.intro .element {
  position: absolute;
  top: 30%;
  left: -8%;
  max-width: 235px;
}

@media (max-width: 1279px) {
  .intro .element {
    top: 45%;
    max-width: 150px;
  }
}

@media (max-width: 1023px) {
  .intro .element {
    top: 10%;
    left: -5%;
    max-width: 128px;
  }
}

@media (max-width: 575px) {
  .intro .element {
    top: 5%;
    left: -9%;
    max-width: 80px;
    opacity: 0.3;
  }
}

.sec-bg-white {
  background:
    url(../images/bg1.png) right center no-repeat,
    url(../images/bg_white.jpg) 0% 0% repeat-x;
  background-size: 50% , contain;
}

.passion {
  margin-top: 1.5rem;
}

.passion h2 {
  font-family: "kurious-looped";
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .passion h2 {
    font-size: 42px;
  }
}

@media (max-width: 1023px) {
  .passion h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .passion h2 {
    font-size: 28px;
  }
}

@media (max-width: 639px) {
  .passion h2 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .passion h2 {
    font-size: 28px;
  }
}

.passion .icon {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 68px;
}

@media (max-width: 1279px) {
  .passion .icon {
    flex-basis: 50px;
  }
}

@media (max-width: 575px) {
  .passion .icon {
    flex-basis: 40px;
    padding-top: 0.375rem;
  }
}

.passion .txt {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
}

.passion .txt h2 {
  text-align: left;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .passion .txt h2 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .passion .txt h2 {
    font-size: 18px;
  }
}

.passion .txt h3 {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .passion .txt h3 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .passion .txt h3 {
    margin-top: 0.25rem;
    font-size: 16px;
  }
}

.passion .items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}

.passion .item {
  margin-right: -1rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(97 197 182 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (max-width: 1279px) {
  .passion .item {
    margin-right: -3rem;
  }
}

@media (max-width: 1023px) {
  .passion .item {
    margin-right: 0px;
  }
}

@media (max-width: 639px) {
  .passion .item {
    border-radius: 16px;
  }
}

@media (max-width: 575px) {
  .passion .item {
    align-items: flex-start;
    gap: 1rem;
  }
}

.passion_img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10%;
  margin-bottom: -8%;
  width: 100%;
}

@media (max-width: 1023px) {
  .passion_img {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .passion_img {
    width: 100%;
  }
}

.passion_img:before {
  background: rgb(80,254,190);
  background: radial-gradient(circle, rgba(80,254,190,0.8) 0%, rgba(80,254,190,0) 60%);
  content: '';
  position: absolute;
  right: -2rem;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 9999px
}

@media (max-width: 575px) {
  .passion_img:before {
    right: 0px;
  }
}

.sec-bg-green {
  background:
    url(../images/bg_green.jpg) center repeat-x;
  background-size: auto 100%;
  position: relative;
  overflow: hidden
}

.bg_element {
  position: absolute;
  top: -50%;
  left: 0px;
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .bg_element {
    top: 0px;
    left: -10%;
    width: 120%;
  }
}

.bg_element img {
  position: relative;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-step {
  background: linear-gradient(90deg, rgba(62,168,135,1) 0%, rgba(130,239,233,1) 100%);
  position: relative;
  z-index: 2;
  margin-top: -16rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem
}

@media (max-width: 767px) {
  .sec-step {
    border-radius: 16px;
  }
}

.header-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 1279px) {
  .header-step {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 575px) {
  .header-step {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header-step h2 {
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .header-step h2 {
    font-size: 33px;
  }
}

@media (max-width: 1023px) {
  .header-step h2 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .header-step h2 {
    font-size: 24px;
  }
}

.steps h2 {
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .steps h2 {
    font-size: 33px;
  }
}

@media (max-width: 1023px) {
  .steps h2 {
    font-size: 28px;
  }
}

@media (max-width: 639px) {
  .steps h2 {
    font-size: 28px;
  }
}

.steps ul li {
  
}

.sec-step .steps {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  width: calc(100% - 64px);
  align-items: stretch;
  justify-content: space-evenly;
  gap: 2rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

@media (max-width: 1279px) {
  .sec-step .steps {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1023px) {
  .sec-step .steps {
    gap: 1.25rem;
  }
}

@media (max-width: 767px) {
  .sec-step .steps {
    margin-top: 0px;
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 2.5rem;
  }
}

.sec-step .steps .item {
  background: linear-gradient(180deg, #FFF 0%, #F5F2A7 100%);
  box-shadow: -10px -10px 4px 0px rgba(255, 255, 255, 0.40) inset, 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  width: 100%;
  max-width: 180px;
  flex-direction: column;
  border-radius: 24px
}

@media (max-width: 767px) {
  .sec-step .steps .item {
    max-width: 100%;
    flex-direction: row;
    border-radius: 16px;
  }
}

.sec-step .steps .item .icon {
  margin-top: -1.75rem;
}

@media (max-width: 767px) {
  .sec-step .steps .item .icon {
    margin: 0px;
    padding: 0.75rem;
  }
}

@media (max-width: 575px) {
  .sec-step .steps .item .icon {
    display: flex;
    align-items: center;
  }
}

.sec-step .steps .item .icon img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1279px) {
  .sec-step .steps .item .icon img {
    max-width: 72px;
  }
}

@media (max-width: 1023px) {
  .sec-step .steps .item .icon img {
    max-width: 64px;
  }
}

@media (max-width: 767px) {
  .sec-step .steps .item .icon img {
    max-width: 48px;
  }
}

.sec-step .steps .item .txt {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 767px) {
  .sec-step .steps .item .txt {
    height: auto;
    width: 100%;
    flex-direction: row;
  }
}

@media (max-width: 575px) {
  .sec-step .steps .item .txt {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: left;
  }
}

.sec-step .steps .item .txt h2 {
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 1279px) {
  .sec-step .steps .item .txt h2 {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .sec-step .steps .item .txt h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sec-step .steps .item .txt h2 {
    text-align: left;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .sec-step .steps .item .txt h2 {
    font-size: 18px;
  }
}

.sec-step .steps .item .txt h3 {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 1279px) {
  .sec-step .steps .item .txt h3 {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .sec-step .steps .item .txt h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sec-step .steps .item .txt h3 {
    min-width: 100px;
    text-align: right;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .sec-step .steps .item .txt h3 {
    text-align: left;
    font-size: 16px;
  }
}

.sec-step .steps .item span.arrow {
  background: url(../images/arr_step.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -40px;
  height: 100%;
  width: 20px
}

@media (max-width: 1279px) {
  .sec-step .steps .item span.arrow {
    right: -22px;
    width: 12px;
  }
}

@media (max-width: 1023px) {
  .sec-step .steps .item span.arrow {
    right: -14px;
    width: 8px;
  }
}

@media (max-width: 767px) {
  .sec-step .steps .item span.arrow {
    right: 0px;
    top: auto;
    bottom: -45px;
    height: 50px;
    width: 100%;
    background-image: url(../images/arr_step_mb.svg);
    background-size: 40px;
  }
}

.sec-step .steps .item:nth-last-child(1) span.arrow {
  display: none;
}

.testimonial {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 252 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 575px) {
  .testimonial {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.testimonial h2 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(8 57 57 / var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .testimonial h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .testimonial h2 {
    font-size: 24px;
  }
}

.testimonial-items {
  margin-top: 2.75rem;
  width: 100%;
  padding-bottom: 2rem;
}

@media (max-width: 639px) {
  .testimonial-items {
    margin-top: 2rem;
  }
}

.testimonial-items .item {
  box-shadow: 0px 13px 14px 0px rgba(0, 0, 0, 0.10);
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(14 103 90 / var(--tw-bg-opacity))
}

@media (max-width: 767px) {
  .testimonial-items .item {
    border-radius: 16px;
  }
}

.testimonial-items .item .img {
  border-right-width: 1px;
  border-color: #CECECE20;
  padding: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .testimonial-items .item .img {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 767px) {
  .testimonial-items .item .img {
    border-right-width: 0px;
    border-bottom-width: 1px;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}

.testimonial-items .item .txt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 1279px) {
  .testimonial-items .item .txt {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (max-width: 767px) {
  .testimonial-items .item .txt {
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .testimonial-items .item .txt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.testimonial-items .item .txt:before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  left:32px;
  top:32px;
  background: url(../images/double_quote_left.svg) center no-repeat;
  background-size: contain
}

@media (max-width: 1279px) {
  .testimonial-items .item .txt:before {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 1023px) {
  .testimonial-items .item .txt:before {
    left: 24px;
    top: 24px;
  }
}

@media (max-width: 767px) {
  .testimonial-items .item .txt:before {
    left: 12px;
    top: 12px;
  }
}

@media (max-width: 575px) {
  .testimonial-items .item .txt:before {
    opacity: 0.25;
  }
}

.testimonial-items .item .txt:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  right:32px;
  bottom:32px;
  background: url(../images/double_quote_right.svg) center no-repeat;
  background-size: contain
}

@media (max-width: 1279px) {
  .testimonial-items .item .txt:after {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 1023px) {
  .testimonial-items .item .txt:after {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 767px) {
  .testimonial-items .item .txt:after {
    right: 12px;
    bottom: 12px;
  }
}

@media (max-width: 575px) {
  .testimonial-items .item .txt:after {
    opacity: 0.25;
  }
}

.testimonial-items .item .txt p {
  text-indent: 1.25rem;
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .testimonial-items .item .txt p {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .testimonial-items .item .txt p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .testimonial-items .item .txt p {
    font-size: 13px;
  }
}

.testimonial-items .thumb {
  background: linear-gradient(180deg, #29B796 0%, #50FEBE 100%);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  max-width: 212px;
  border-radius: 0.75rem
}

@media (max-width: 1279px) {
  .testimonial-items .thumb {
    max-width: 180px;
  }
}

@media (max-width: 1023px) {
  .testimonial-items .thumb {
    max-width: 128px;
  }
}

.testimonial-items .thumb img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonial-items .name {
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonial-items .name h3 {
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .testimonial-items .name h3 {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .testimonial-items .name h3 {
    font-size: 20px;
  }
}

.testimonial-items .name p {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .testimonial-items .name p {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .testimonial-items .name p {
    font-size: 13px;
  }
}

.testimonial-items .swiper {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1280px) {
  .testimonial-items .swiper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.testimonial-items .swiper-wrapper {
  align-items: stretch;
}

.testimonial-items .swiper-slide {
  height: auto;
  max-width: 1050px;
  padding-bottom: 2.5rem;
}

@media (max-width: 1279px) {
  .testimonial-items .swiper-slide {
    max-width: 850px;
  }
}

@media (max-width: 1023px) {
  .testimonial-items .swiper-slide {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .testimonial-items .swiper-slide {
    max-width: 450px;
    padding-bottom: 1.75rem;
  }
}

.testimonial-items .swiper-slide .item {
  transition: all 0.8s ease;
  box-shadow: 0px 13px 14px 0px rgba(0, 0, 0, 0.10);
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity));
  opacity: 0.12
}

.testimonial-items .swiper-slide.swiper-slide-active .item {
  --tw-bg-opacity: 1;
  background-color: rgb(14 103 90 / var(--tw-bg-opacity));
  opacity: 1;
}

.testimonial-items .swiper-slide .item .grid-testimonial {
  transition: opacity 0.6s ease;
  transition-delay: 0.4s;
  display: grid;
  opacity: 0
}

@media (max-width: 767px) {
  .testimonial-items .swiper-slide .item .grid-testimonial {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
}

.testimonial-items .swiper-slide.swiper-slide-active .item .grid-testimonial {
  opacity: 1;
}

@media (min-width: 1280px) {
  .testimonial-items .swiper-slide.swiper-slide-active .item .grid-testimonial {
    padding-right: 1rem;
  }
}

.testimonial-items .swiper-pagination {
  top: auto;
  bottom: -0.375rem;
}

.testimonial-items .swiper-pagination-bullet {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
  height: 12px;
  width: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 243 / var(--tw-bg-opacity));
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonial-items .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

.testimonial-items .swiper-pagination-bullet-active {
  background:linear-gradient(180deg, #29B796 0%, #0B4645 100%);
}

.testimonial-items .swiper-button {
  transition: opacity 0.2s ease;
  top: calc(50% - (48px / 2) );
  height: 48px;
  width: 48px;
  border-radius: 9999px;
  opacity: 0.9
}

.testimonial-items .swiper-button:hover {
  opacity: 1;
}

@media (max-width: 1023px) {
  .testimonial-items .swiper-button {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 575px) {
  .testimonial-items .swiper-button {
    opacity: 1;
  }
}

.testimonial-items .swiper-button:after {
  display: none;
}

.testimonial-items .swiper-button-next {
  background: url(../images/arr_slide_next.svg) center no-repeat;
  background-size: contain;
  left: calc((1050px / 2) + 50% + 24px);
  right: auto
}

@media (max-width: 1279px) {
  .testimonial-items .swiper-button-next {
    left: calc((850px / 2) + 50% + 24px);
  }
}

@media (max-width: 1023px) {
  .testimonial-items .swiper-button-next {
    left: calc((600px / 2) + 50% + 24px);
  }
}

@media (max-width: 767px) {
  .testimonial-items .swiper-button-next {
    left: calc((450px / 2) + 50% + 24px);
  }
}

@media (max-width: 639px) {
  .testimonial-items .swiper-button-next {
    left: auto;
    right: 8px;
  }
}

.testimonial-items .swiper-button-prev {
  background: url(../images/arr_slide_prev.svg) center no-repeat;
  background-size: contain;
  right: calc((1050px / 2) + 50% + 24px);
  left: auto
}

@media (max-width: 1279px) {
  .testimonial-items .swiper-button-prev {
    right: calc((850px / 2) + 50% + 24px);
  }
}

@media (max-width: 1023px) {
  .testimonial-items .swiper-button-prev {
    right: calc((600px / 2) + 50% + 24px);
  }
}

@media (max-width: 767px) {
  .testimonial-items .swiper-button-prev {
    right: calc((450px / 2) + 50% + 24px);
  }
}

@media (max-width: 639px) {
  .testimonial-items .swiper-button-prev {
    right: auto;
    left: 8px;
  }
}

.video {
  background: url(../images/bg_video.jpg) center no-repeat;
  background-size: cover;
  height: calc(100vh - 64px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-height: 960px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 1rem
}

@media (max-width: 1023px) {
  .video {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.video_stage {
  width: 100%;
}

.video .swiper-slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (max-width: 767px) {
  .video .swiper-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.video .item {
  box-shadow: 0px 13px 14px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  height: 100%;
  max-width: 960px;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

@media (max-width: 1279px) {
  .video .item {
    max-width: 850px;
  }
}

@media (max-width: 767px) {
  .video .item {
    border-radius: 16px;
  }
}

/* .video .item img {
    transition: transform 0.4s ease;
}
.video .item:hover img {
    transform: scale(1.04);
} */

.video .item:before {
  background: url(../images/btn_play_video.svg) center no-repeat;
  background-size: cover;
  content: '';
  top:calc(50% - (var(--size) / 2));
  left:calc(50% - (var(--size) / 2));
  --size:85px;
  pointer-events: none;
  position: absolute;
  z-index: 5;
  height: var(--size);
  width: var(--size)
}

@media (max-width: 767px) {
  .video .item:before {
    top: calc(50% - (64px / 2));
    left: calc(50% - (64px / 2));
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 575px) {
  .video .item:before {
    top: calc(50% - (40px / 2));
    left: calc(50% - (40px / 2));
    height: 40px;
    width: 40px;
  }
}

.video_stage iframe {
  position: relative;
  height: 100%;
  width: 100%;
}

.video_stage .swiper {
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.video_stage  .swiper-pagination {
  top: auto;
  bottom: -0.375rem;
}

.video_stage  .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

@media (max-width: 767px) {
  .video_stage  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

.video_stage  .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(207 202 92 / var(--tw-bg-opacity));
}

.group-items {
  box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(97 197 182 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
  padding-top: 1.25rem
}

@media (max-width: 1023px) {
  .group-items {
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  .group-items {
    padding: 1rem;
  }
}

@media (max-width: 575px) {
  .group-items {
    border-radius: 16px;
  }
}

.group-items h2 {
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(10 99 98 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .group-items h2 {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .group-items h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .group-items h2 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .group-items h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .group-items h2 {
    font-size: 24px;
  }
}

.group-items .item {
  display: grid;
  width: 100%;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1279px) {
  .group-items .item {
    grid-template-columns: 40px 1fr;
  }
}

@media (max-width: 1023px) {
  .group-items .item {
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .group-items .item {
    grid-template-columns: 32px 1fr;
  }
}

.group-items .item h3 {
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .group-items .item h3 {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .group-items .item h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .group-items .item h3 {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .group-items .item h3 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .group-items .item h3 {
    font-size: 18px;
  }
}

.group-items .item p {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .group-items .item p {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .group-items .item p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .group-items .item p {
    margin-top: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity));
  }
}

.faq {
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 252 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.faq h2 {
  padding-bottom: 3rem;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 58px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .faq h2 {
    font-size: 48px;
  }
}

@media (max-width: 1023px) {
  .faq h2 {
    padding-bottom: 2rem;
    font-size: 40px;
  }
}

@media (max-width: 639px) {
  .faq h2 {
    padding-bottom: 2rem;
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .faq h2 {
    font-size: 28px;
  }
}

.faq-accordion .faq-item {
  box-shadow: 0px 13px 14px 0px rgba(0, 0, 0, 0.10);
  pointer-events: none;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.5rem
}

@media (max-width: 1279px) {
  .faq-accordion .faq-item {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .faq-accordion .faq-item {
    border-radius: 16px;
    padding: 1.5rem;
  }
}

@media (max-width: 575px) {
  .faq-accordion .faq-item {
    padding: 1rem;
  }
}

.faq-accordion .faq-item .faq-head {
  transition: color 0.2s ease , background-position 0.2s ease;
  background-image: url(../images/faq_arrow.svg);
  background-size: 40px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  pointer-events: auto;
  cursor: pointer;
  padding-right: 5rem;
  font-family: "kurious-looped";
  font-size: 36px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}

@media (max-width: 1279px) {
  .faq-accordion .faq-item .faq-head {
    font-size: 32px;
  }
}

@media (max-width: 1023px) {
  .faq-accordion .faq-item .faq-head {
    background-size: 32px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .faq-accordion .faq-item .faq-head {
    background-size: 28px;
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .faq-accordion .faq-item .faq-head {
    background-size: 24px;
    padding-right: 2rem;
    font-size: 18px;
  }
}

.faq-accordion .faq-item .faq-head:hover {
  --tw-text-opacity: 1;
  color: rgb(41 183 150 / var(--tw-text-opacity));
}

.faq-accordion .faq-item .faq-content {
  transition: max-height 0.25s ease-out;
  max-height: 0px;
  overflow: hidden;
  padding-left: 5rem;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(109 112 121 / var(--tw-text-opacity))
}

@media (max-width: 1279px) {
  .faq-accordion .faq-item .faq-content {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .faq-accordion .faq-item .faq-content {
    padding-left: 3.5rem;
  }
}

@media (max-width: 767px) {
  .faq-accordion .faq-item .faq-content {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .faq-accordion .faq-item .faq-content {
    padding-left: 2rem;
  }
}

.faq-accordion .faq-item .faq-content ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.faq-accordion .faq-item .num {
  width: 5rem;
}

@media (max-width: 1023px) {
  .faq-accordion .faq-item .num {
    width: 3.5rem;
  }
}

@media (max-width: 575px) {
  .faq-accordion .faq-item .num {
    width: 2rem;
  }
}

.faq-accordion .faq-item.open .faq-head{
  background-image: url(../images/faq_arrow_active.svg);
  --tw-text-opacity: 1;
  color: rgb(41 183 150 / var(--tw-text-opacity))
}

/* 0 / 142 / 277 */

.box-steps {
  position: relative;
  margin-left: auto;
  aspect-ratio: 414/662;
  width: 414px;
}

@media (max-width: 1279px) {
  .box-steps {
    width: 350px;
  }
}

@media (max-width: 1023px) {
  .box-steps {
    display: none;
  }
}

.box-step {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 1023px) {
  .box-step {
    left: auto;
    right: -10%;
    bottom: -16%;
    max-width: 180px;
  }
}

@media (max-width: 575px) {
  .growth .container {
    padding: 0px;
  }
}

.growth .box-txts {
  -webkit-clip-path: inset(0% 15% 0% 0%);
          clip-path: inset(0% 15% 0% 0%);
  position: absolute;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  padding-right: 20%;
  padding-top: 2%;
  padding-bottom: 8%
}

@media (max-width: 1279px) {
  .growth .box-txts {
    padding-top: 1%;
    padding-bottom: 7%;
  }
}

@media (max-width: 1023px) {
  .growth .box-txts {
    position: relative;
    width: 90%;
    gap: 0px;
    padding-right: 0px;
    padding-bottom: 5%;
  }
}

@media (max-width: 767px) {
  .growth .box-txts {
    width: 100%;
    padding-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .growth .box-txts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.growth .box-txt {
  margin-left: auto;
  display: flex;
  height: 100%;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (max-width: 1279px) {
  .growth .box-txt {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}

@media (max-width: 1023px) {
  .growth .box-txt {
    position: relative;
    height: 90%;
    overflow: visible;
    border-radius: 32px 64px 32px 32px;
  }
}

@media (max-width: 767px) {
  .growth .box-txt {
    border-radius: 24px;
  }
}

@media (max-width: 639px) {
  .growth .box-txt {
    border-radius: 16px;
  }
}

@media (max-width: 575px) {
  .growth .box-txt {
    height: auto;
    flex-direction: column;
    overflow: hidden;
  }
}

.growth .box-txt .box-step {
  display: block;
}

@media (max-width: 767px) {
  .growth .box-txt .box-step {
    display: none;
  }
}

@media (min-width: 1024px) {
  .growth .box-txt .box-step {
    display: none;
  }
}

.growth .growth-txt h2 {
  padding-top: 0.5rem;
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .growth .growth-txt h2 {
    padding-top: 0.375rem;
    font-size: 20px;
  }
}

.growth .growth-txt h3 {
  margin-top: 0.375rem;
  font-family: "kurious-looped";
  font-size: 18px;
}

@media (max-width: 1279px) {
  .growth .growth-txt h3 {
    margin-top: 0.25rem;
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .growth .growth-txt h3 {
    margin-top: 0.375rem;
  }
}

.growth .growth-txt ul {
  margin-top: 0.375rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

@media (max-width: 1279px) {
  .growth .growth-txt ul {
    margin-top: 0.25rem;
  }
}

.growth .growth-txt ul li {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
}

.growth .growth-txt {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  padding: 1.25rem;
}

@media (max-width: 1023px) {
  .growth .growth-txt {
    padding-right: 25%;
  }
}

@media (max-width: 575px) {
  .growth .growth-txt {
    width: 100%;
    padding: 1.25rem;
  }
}

.growth .growth-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 1rem;
}

@media (max-width: 1279px) {
  .growth .growth-icon {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 80px;
  }
}

@media (max-width: 1023px) {
  .growth .growth-icon {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
  }
}

@media (max-width: 767px) {
  .growth .growth-icon {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
}

@media (max-width: 639px) {
  .growth .growth-icon {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 575px) {
  .growth .growth-icon {
    border-radius: 0px;
  }
}

.growth [data-growth="growth3"] {
  width: 80%;
  --tw-border-opacity: 1;
  border-color: rgb(97 197 182 / var(--tw-border-opacity));
}

@media (max-width: 1023px) {
  .growth [data-growth="growth3"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .growth [data-growth="growth3"] {
    order: 3;
  }
}

.growth [data-growth="growth3"] .growth-icon {
  background: linear-gradient(180deg, #29B796 0%, #0B4645 100%);
}

.growth [data-growth="growth3"] h2{
  color: #0E675A;
}

.growth [data-growth="growth2"] {
  width: 90%;
  --tw-border-opacity: 1;
  border-color: rgb(41 183 150 / var(--tw-border-opacity));
}

@media (max-width: 1023px) {
  .growth [data-growth="growth2"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .growth [data-growth="growth2"] {
    order: 2;
  }
}

.growth [data-growth="growth2"] .growth-icon {
  background: linear-gradient(180deg, #50FEBE -40.77%, #29B796 88.27%);
}

.growth [data-growth="growth2"] h2{
  color: #29B796;
}

.growth [data-growth="growth1"] {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(197 192 70 / var(--tw-border-opacity));
}

@media (max-width: 1023px) {
  .growth [data-growth="growth1"] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .growth [data-growth="growth1"] {
    order: 1;
  }
}

.growth [data-growth="growth1"] .growth-icon {
  background: linear-gradient(180deg, #EEECA2 0%, #C5C046 100%);
}

.growth [data-growth="growth1"] h2{
  color: #CFCA5C;
}

.growth .graph img {
  max-width: 100%;
}

@media (max-width: 1279px) {
  .growth .graph img {
    max-width: 16px;
  }
}

.host-partner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.host-partner h2 {
  font-family: "kurious-looped";
  font-size: 24px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .host-partner h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .host-partner h2 {
    font-size: 18px;
  }
}

.host-partner .items {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
}

@media (max-width: 575px) {
  .host-partner .items {
    margin-top: 1.25rem;
    gap: 1.25rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.logo-partner {
  height: 46px;
}

@media (max-width: 1279px) {
  .logo-partner {
    height: 40px;
  }
}

@media (max-width: 1023px) {
  .logo-partner {
    height: 32px;
  }
}

@media (max-width: 767px) {
  .logo-partner {
    height: 24px;
  }
}

.logo-partner a {
  display: inline-block;
  height: 100%;
}

.logo-partner img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.growth {
  background:
    url(../images/bg2.png) -8% 20% no-repeat,
    url(../images/bg_yellow.jpg) top center repeat-x;
  background-size: 50% , auto;
  padding-bottom: 4rem;
  padding-top: 8rem
}

@media (max-width: 1023px) {
  .growth {
    padding-bottom: 3rem;
  }
}

.growth-inner {
  overflow: hidden;
}

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

.growth .txthead h2 {
  font-family: "kurious-looped";
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .growth .txthead h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .growth .txthead h2 {
    font-size: 28px;
  }
}

@media (max-width: 639px) {
  .growth .txthead h2 {
    font-size: 28px;
  }
}

.growth .txthead h3 {
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(41 183 150 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .growth .txthead h3 {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .growth .txthead h3 {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .growth .txthead h3 {
    font-size: 24px;
  }
}

/* .ani_passion_h2 {
    @apply
    overflow-hidden
} */

@media(max-width:1139px){
  header{
    background: linear-gradient(400deg, rgba(48 99 95 / 100%) -50%, rgba(14 45 45 / 95%) 75%);
  }

  .main-navbar {
    background: linear-gradient(400deg, #29B796 -50%, #0B4645 75%)
  }

  /* .video {
    height: calc(100svh - 55px);
} */
}

@media(max-width:1023px){
  .growth .box-txts {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

@media (max-width: 1139px) {
  .max-\[1139px\]\:flex {
    display: flex;
  }
}

@media (max-width: 575px) {
  .max-\[575px\]\:block {
    display: block;
  }

  .max-\[575px\]\:hidden {
    display: none;
  }

  .max-\[575px\]\:border-t-0 {
    border-top-width: 0px;
  }

  .max-\[575px\]\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-\[575px\]\:pt-0 {
    padding-top: 0px;
  }

  .max-\[575px\]\:pt-12 {
    padding-top: 3rem;
  }

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

@media (min-width: 640px) {
  .sm\:h-\[64px\] {
    height: 64px;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .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\:justify-normal {
    justify-content: normal;
  }

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pb-\[20\%\] {
    padding-bottom: 20%;
  }
}

@media (min-width: 1024px) {
  .lg\:w-\[95\%\] {
    width: 95%;
  }

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

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

  .lg\:pb-\[12\%\] {
    padding-bottom: 12%;
  }

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

@media (min-width: 1280px) {
  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:w-\[85\%\] {
    width: 85%;
  }

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

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

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }
}

.document-list ul li {
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 500
}

@media (max-width: 1279px) {
  .document-list ul li {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .document-list ul li {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .document-list ul li {
    font-size: 16px;
  }
}</pre></body></html>