@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color:#007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
  }
.swiper-css-mode  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
:is(.swiper-css-mode > .swiper-wrapper)::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
:is(.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress)) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
:root {
  --swiper-navigation-size:44px;
}
.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-disabled:is(.swiper-button-next,.swiper-button-prev) {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
.swiper-button-hidden:is(.swiper-button-next,.swiper-button-prev) {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
.swiper-navigation-disabled :is(.swiper-button-next,.swiper-button-prev) {
    display: none !important;
  }
:is(.swiper-button-next,.swiper-button-prev) svg {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
.swiper-button-lock {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }
.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal  ~ .swiper-button-next,.swiper-horizontal  ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev,.swiper-horizontal ~ .swiper-button-next,.swiper-horizontal .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
:is(.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal .swiper-button-prev) .swiper-navigation-icon {
      transform: rotate(180deg);
    }
:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev) .swiper-navigation-icon {
      transform: rotate(0deg);
    }
.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-next,.swiper-vertical  ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
  }
:is(.swiper-vertical .swiper-button-prev,.swiper-vertical ~ .swiper-button-prev) .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }
:is(.swiper-vertical .swiper-button-next,.swiper-vertical ~ .swiper-button-next) .swiper-navigation-icon {
      transform: rotate(90deg);
    }
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
.swiper-pagination.swiper-pagination-disabled,.swiper-pagination-disabled > .swiper-pagination {
    display: none !important;
  }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
.swiper-pagination-bullet:only-child {
    display: none !important;
  }
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical > .swiper-pagination-bullets) .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
.swiper-pagination-bullets-dynamic:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical > .swiper-pagination-bullets) {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
.swiper-pagination-bullets-dynamic:is(.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical > .swiper-pagination-bullets) .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
:is(.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
.swiper-pagination-bullets-dynamic:is(.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
.swiper-pagination-bullets-dynamic:is(.swiper-horizontal > .swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal > .swiper-pagination-progressbar,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled,.swiper-scrollbar-disabled > .swiper-scrollbar {
    display: none !important;
  }
.swiper-scrollbar.swiper-scrollbar-horizontal,.swiper-horizontal > .swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical > .swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container  > canvas,.swiper-zoom-container  > img,.swiper-zoom-container  > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
      transition-timing-function: ease-out;
    }
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
:is(.swiper-fade .swiper-slide) .swiper-slide {
      pointer-events: none;
    }
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
:is(.swiper-fade .swiper-slide-active) .swiper-slide-active {
      pointer-events: auto;
    }
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
  }
:is(.swiper-cube .swiper-slide) .swiper-slide {
      pointer-events: none;
    }
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
:is(.swiper-cube .swiper-slide-active),:is(.swiper-cube .swiper-slide-active) .swiper-slide-active {
      pointer-events: auto;
    }
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
:is(.swiper-cube .swiper-cube-shadow):before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
  }
:is(.swiper-flip .swiper-slide) .swiper-slide {
      pointer-events: none;
    }
:is(.swiper-flip .swiper-slide-active),:is(.swiper-flip .swiper-slide-active) .swiper-slide-active {
      pointer-events: auto;
    }
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  src: local("Satoshi Medium"), url("/assets/Satoshi-Medium-b080d461.woff") format("woff");
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  src: local("Satoshi Bold"), url("/assets/Satoshi-Bold-79fbaa19.woff") format("woff");
}
.hl-en-62px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 76px;
}
.hl-en-54px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 62px;
}
.hl-en-48px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
.hl-en-44px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
}
.hl-en-36px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}
.hl-en-32px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.hl-en-28px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
.hl-en-24px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.hl-en-20px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.hl-en-16px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.hl-en-14px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.de-med-20px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.de-med-18px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.de-bld-18px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.de-med-16px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.de-bld-16px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.de-med-14px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.de-med-12px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.de-bld-12px {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
.btn-primary {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 18px;
  height: 48px;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  gap: 8px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #0142ff;
  color: #ffffff;
}
.btn-primary > img {
  height: 20px;
  width: 20px;
}
.btn-primary {
  background-color: #0142ff;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover {
  background-color: #002eeb;
}
.btn-secondary {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 18px;
  height: 48px;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  gap: 8px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #0142ff;
  color: #ffffff;
}
.btn-secondary > img {
  height: 20px;
  width: 20px;
}
.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.btn-secondary .icon--hover {
  display: none;
}
.btn-secondary .icon {
  display: inline;
}
.btn-secondary:hover {
  background-color: #ffffff;
  color: #0142ff;
}
.btn-secondary:hover .icon {
  display: none;
}
.btn-secondary:hover .icon--hover {
  display: inline;
}
.btn-text-link {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  gap: 8px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #475467;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.btn-text-link .icon--hover {
  display: none;
}
.btn-text-link .icon {
  display: inline;
}
.btn-text-link:hover .icon {
  display: none;
}
.btn-text-link:hover .icon--hover {
  display: inline;
}
.btn-inline-link {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #475467;
  -webkit-text-decoration: underline dotted #0142ff;
          text-decoration: underline dotted #0142ff;
  text-underline-offset: 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease-in-out;
}
.btn-inline-link:hover {
  color: #002eeb;
}
button, input[type=submit] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.input {
  display: grid;
}
.input input,
.input textarea {
  all: unset;
  width: -webkit-fill-available;
  color: #111111;
  border-style: solid;
  border-color: #b0b8c4;
  border-width: 1px;
  border-radius: 4px;
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 12px;
  background-color: #ffffff;
}
.input input:hover,
.input textarea:hover {
  border-color: #475467;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.input input:focus,
.input textarea:focus {
  border-color: #475467;
  outline: none;
}
.input__label {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  padding-bottom: 4px;
}
.input__label--asterisk {
  color: #ff0000;
}
.input__label-description {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  padding-bottom: 8px;
}
.input--error input,
.input--error textarea,
.input--error .input__dropdown__wrapper,
.input--error input[type=checkbox] {
  border: 2px solid #ff0000;
}
.input--error .input__checkbox__label {
  color: #111111;
}
.input--error select {
  color: #ff0000;
  border: 2px solid #ff0000;
}
.input--error .input__label {
  color: #111111;
}
.input__message {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #ff0000;
  margin-top: 4px;
}
.input--readonly {
  cursor: default;
  background-color: #dadde2 !important;
}
.input__password {
  position: relative;
}
.input__password__eye {
  position: absolute;
  right: 5px;
  top: 8px;
  cursor: pointer;
}
.input__password__eye .hide {
  display: none;
}
.input__search {
  position: relative;
}
.input__search input[type=search] {
  padding-left: 40px;
  padding-right: 34px;
}
.input__search input[type=search]::-webkit-search-decoration, .input__search input[type=search]::-webkit-search-cancel-button, .input__search input[type=search]::-webkit-search-results-button, .input__search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.input__search__submit-button {
  display: none;
}
.input__search__clear-button {
  display: grid;
  cursor: pointer;
  position: absolute;
  padding: 10px;
}
.input__search__icon {
  position: absolute;
  z-index: 1;
  padding: 12px;
}
.input__dropdown {
  position: relative;
}
.input__dropdown__wrapper {
  display: grid;
  grid-template-columns: 1fr 30px;
  height: 42px;
  align-items: center;
  padding-left: 12px;
  border-style: solid;
  border-color: #b0b8c4;
  border-width: 1px;
  border-radius: 4px;
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
}
.input__dropdown__wrapper:hover {
  border-color: #475467;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.input__dropdown__wrapper--focus {
  border-color: #475467 !important;
  outline: none;
}
.input__dropdown .list {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 64px;
  left: 0;
  width: calc(100% - 18px);
  padding: 10px 8px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #b0b8c4;
  border-width: 1px;
  border-radius: 4px;
  z-index: 99;
}
.input__dropdown .list ul,
.input__dropdown .list li {
  all: unset;
  display: grid;
  padding: 10px 8px;
}
.input__dropdown .list li:hover {
  background-color: #e5f1ff;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.input__dropdown .list--with-desc {
  top: 90px;
}
.input__dropdown summary {
  outline: none;
  position: relative;
}
.input__dropdown summary input[type=radio] {
  display: none;
}
.input__dropdown summary::-webkit-details-marker, .input__dropdown summary::marker {
  display: none;
  content: "";
}
.input__dropdown summary:after {
  content: "";
  background-image: url("/assets/input/chevron_down-61111982.svg");
  float: left;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
}
details[open] .input__dropdown summary:after {
  background-image: url("/assets/input/chevron_up-43d74e0f.svg");
}
.input__checkbox, .input__radiobutton {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0px 8px;
}
.input__checkbox input, .input__radiobutton input {
  width: 22px;
  height: 22px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  display: grid;
  place-content: center;
  margin-top: 5px;
}
.input__checkbox input::before, .input__radiobutton input::before {
  content: "";
  width: 17px;
  height: 17px;
  transform: scale(0);
  transition: 0.2s transform ease-in-out;
}
.input__checkbox input:hover, .input__radiobutton input:hover {
  border-color: #475467;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.input__checkbox__label, .input__radiobutton__label {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  padding-top: 3px;
}
.input__checkbox__message, .input__radiobutton__message {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #ff0000;
  margin-top: 4px;
}
.input__checkbox--error div > input, .input__radiobutton--error div > input {
  border-color: #ff0000;
}
.input__checkbox--error__label, .input__radiobutton--error__label {
  color: #ff0000;
}
.input__checkbox input {
  border-style: solid;
  border-color: #b0b8c4;
  border-width: 1px;
  border-radius: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  border-width: 1px;
}
.input__checkbox input:checked {
  background-color: #0142ff;
  border-color: #0142ff;
}
.input__checkbox input:checked::before {
  content: "";
  display: inline-block;
  width: 14px;
  background: url("/assets/input/check-dae52a72.svg") no-repeat center/contain;
  transform: scale(1);
}
.input__checkbox span p {
  margin: 0;
}
.input__checkbox__label {
  display: flex;
}
.input__radiobutton input {
  background-color: #ffffff;
  border-style: solid;
  border-color: #b0b8c4;
  border-width: 1px;
  border-radius: 4px;
  border-radius: 12px;
  border-width: 2px;
}
.input__radiobutton input:checked {
  border-color: #0142ff;
  border-width: 2px;
}
.input__radiobutton input:checked::before {
  transform: scale(1);
  box-shadow: inset 1em 1em #0142ff;
  border-radius: 22px;
}
.input__radiobutton--readonly {
  pointer-events: none;
}
.input__radiobutton--readonly input {
  background-color: #f9f9f9;
}
.hidden {
  display: none;
}
.readonly {
  pointer-events: none;
}
.container {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .container {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.container {
  background-color: rgba(12, 140, 233, 0.1019607843);
}
.desktop-only {
  display: none;
}
@media (min-width: 679px) {
  .desktop-only {
    display: block !important;
  }
}
.mobile-only {
  display: block;
}
@media (min-width: 679px) {
  .mobile-only {
    display: none !important;
  }
}
@keyframes float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -15px);
  }
}
@keyframes float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-12px, -15px);
  }
}
@keyframes float-3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -12px);
  }
}
@keyframes float-4 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -8px);
  }
}
.clients-carousel {
  width: 100%;
  background-color: #ffffff;
}
.clients-carousel__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .clients-carousel__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .clients-carousel__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.clients-carousel__wrapper {
  display: grid;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 24px;
  text-align: center;
}
@media (min-width: 679px) {
  .clients-carousel__wrapper {
    padding-top: 50px;
    padding-bottom: 32px;
  }
}
.clients-carousel__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  text-align: center;
}
@media (min-width: 679px) {
  .clients-carousel__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
.clients-carousel__carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 84px;
}
@media (min-width: 679px) {
  .clients-carousel__carousel-wrapper {
    height: 134px;
  }
}
.clients-carousel__overlay {
  position: absolute;
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(233, 238, 233, 0) 15.36%, rgba(233, 238, 233, 0) 49.52%, rgba(233, 238, 233, 0) 87.03%, #ffffff 100%);
  z-index: 2;
  width: 100%;
  height: 64px;
}
@media (min-width: 679px) {
  .clients-carousel__overlay {
    height: 134px;
  }
}
.clients-carousel__carousel-subwrapper {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.cta-section {
  width: 100%;
  background-color: #0142ff;
  color: #ffffff;
}
.cta-section__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cta-section__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cta-section__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cta-section__wrapper {
  display: grid;
  gap: 32px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 834px) {
  .cta-section__wrapper {
    grid-template-columns: 10fr 2px 4fr;
    gap: 44px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    min-height: 340px;
    align-content: center;
  }
}
.cta-section__person {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
}
.cta-section__person-detail {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: grid;
  gap: 4px;
}
.cta-section__content-1 {
  display: grid;
  gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
  justify-items: center;
  text-align: center;
}
@media (min-width: 834px) {
  .cta-section__content-1 {
    justify-items: start;
    text-align: start;
    gap: 36px;
  }
}
.cta-section__content-1 h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 834px) {
  .cta-section__content-1 h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
.cta-section__content-2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: grid;
  height: 100%;
  gap: 24px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
.cta-section__seperator {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  opacity: 0.5;
}
@media (min-width: 834px) {
  .cta-section__seperator {
    width: 2px;
    height: 100%;
    min-height: 340px;
  }
}
.cta-section__title--desktop {
  display: none;
}
@media (min-width: 834px) {
  .cta-section__title--desktop {
    display: block;
  }
}
.cta-section__title--mobile {
  display: block;
}
@media (min-width: 834px) {
  .cta-section__title--mobile {
    display: none;
  }
}
.centered-cta-section {
  width: 100%;
  background-color: #0142ff;
  color: #ffffff;
}
.centered-cta-section__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .centered-cta-section__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .centered-cta-section__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.centered-cta-section__wrapper {
  display: grid;
  gap: 24px;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-items: center;
}
@media (min-width: 834px) {
  .centered-cta-section__wrapper {
    gap: 32px;
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.centered-cta-section__text-wrapper {
  display: grid;
  gap: 24px;
  color: #ffffff;
}
.centered-cta-section__text-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  max-width: 7000px;
  margin: auto;
  gap: 24px;
}
@media (min-width: 834px) {
  .centered-cta-section__text-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.centered-cta-section__text-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: auto;
  max-width: 620px;
}
@media (min-width: 834px) {
  .centered-cta-section__text-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    max-width: 700px;
  }
}
.centered-cta-section__text-wrapper p span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #04e369;
}
@media (min-width: 834px) {
  .centered-cta-section__text-wrapper p span {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
}
.navbar {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  height: 80px;
  padding: 0px 52px;
  align-items: center;
  background-color: transparent;
  color: #111111;
  transition: background-color 0.32s cubic-bezier(0.4, 0, 0.2, 1), color 0.32s cubic-bezier(0.4, 0, 0.2, 1), border-bottom-color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid transparent;
  display: grid;
}
.navbar__position {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navbar__wrapper {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  width: 100%;
  max-width: 1128px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.navbar__logo {
  display: grid;
  align-items: center;
  height: 28px;
  width: 122px;
  background-image: url("/assets/nav/company-with-name-06c4ff48.svg");
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-size: contain;
}
.navbar__menu-wrapper {
  display: flex;
  gap: 36px;
  text-align: center;
  align-items: center;
}
.navbar__menu {
  display: flex;
  gap: 4px;
  text-decoration: none;
  color: #111111;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  align-content: center;
}
.navbar__menu:hover {
  color: #0142ff;
}
.navbar__menu--with-mega-menu:hover {
  color: #111111;
}
.navbar__menu--with-mega-menu .icon {
  display: inline;
}
.navbar__menu--with-mega-menu .icon--active {
  display: none;
}
.navbar__button-wrapper {
  display: grid;
  justify-content: end;
}
.navbar--scroll, .navbar--bg {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #dadde2;
}
.nav-mega-menu {
  width: 100dvw;
  background-color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.32s;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
}
.nav-mega-menu__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1128px;
  justify-content: space-between;
  margin: auto;
  padding: 28px 0px;
}
.nav-mega-menu__card {
  display: grid;
  height: 209px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 360px;
}
.nav-mega-menu__card:hover {
  background-color: #e5f1ff;
}
.nav-mega-menu__card:hover .btn-text-link .icon {
  display: none;
}
.nav-mega-menu__card:hover .btn-text-link .icon--hover {
  display: inline;
}
.nav-mega-menu__card-wrapper {
  display: grid;
  grid-template-rows: 1fr 20px;
  padding: 16px;
  justify-content: space-between;
}
.nav-mega-menu__card-subwrapper {
  display: grid;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.nav-mega-menu__title-wrapper {
  display: grid;
  gap: 4px;
}
.nav-mega-menu__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.nav-mega-menu__subtitle {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #002eeb;
}
.nav-mega-menu--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.navbar--scroll, .navbar--bg {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #dadde2;
}
.navbar__menu--active {
  color: #0142ff !important;
}
.navbar__menu--active .icon {
  display: none;
}
.navbar__menu--active .icon--active {
  display: inline;
}
.navbar--desktop {
  display: none;
}
@media (min-width: 1100px) {
  .navbar--desktop {
    display: grid;
  }
}
.navbar--mobile {
  display: grid;
}
@media (min-width: 1100px) {
  .navbar--mobile {
    display: none;
  }
}
.mobile-navbar {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: grid;
  background-color: transparent;
  color: #111111;
  display: block;
  transition: background-color 0.32s cubic-bezier(0.4, 0, 0.2, 1), color 0.32s cubic-bezier(0.4, 0, 0.2, 1), border-bottom-color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid transparent;
}
.mobile-navbar__wrapper {
  display: grid;
  height: 60px;
  align-items: center;
  justify-items: center;
  position: relative;
  justify-content: left;
  padding-left: 20px;
  z-index: 1000;
}
.mobile-navbar__menu-wrapper {
  position: absolute;
  top: 60px;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.32s;
  pointer-events: none;
  overflow-y: auto;
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100dvh - 60px);
}
.mobile-navbar__menu-wrapper--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-navbar__menu-subwrapper {
  display: grid;
  padding: 6px 0px;
  border-top: 1px solid #dadde2;
}
.mobile-navbar__menu-item {
  cursor: pointer;
  padding: 16px 22px;
  align-items: center;
}
.mobile-navbar__menu-item--translation {
  display: flex;
  gap: 8px;
}
.mobile-navbar__menu-separator {
  width: 2px;
  height: 20px;
  background-color: #dadde2;
}
.mobile-navbar__logo {
  display: grid;
  margin: auto;
  width: 122px;
  height: 28px;
  background-size: cover;
  background-image: url("/assets/nav/company-with-name-06c4ff48.svg");
}
.mobile-navbar__hamburger {
  display: grid;
  margin: auto;
  width: 25px;
  height: 17px;
  background-size: cover;
}
.mobile-navbar__button-wrapper {
  padding-right: 22px;
  position: absolute;
  right: 0;
  display: grid;
  align-items: center;
  cursor: pointer;
}
.mobile-navbar__button-wrapper a {
  display: grid;
  align-items: center;
  height: 24px;
  width: 24px;
}
.mobile-navbar__action-button-wrapper {
  display: grid;
  gap: 20px;
  justify-items: center;
}
.mobile-navbar__action-button-wrapper a {
  padding: 0px;
  width: calc(100% - 44px);
  margin: auto;
}
.mobile-navbar--scroll, .mobile-navbar--bg {
  background-color: #ffffff;
  color: #111111;
}
.mobile-navbar--scroll {
  border-bottom-color: #dadde2;
}
.mobile-navbar__overlay {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3607843137);
  z-index: -1;
}
.mobile-navbar__accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-navbar__accordion .mobile-navbar__arrow-wrapper {
  position: relative;
  width: 16px;
  height: 16px;
}
.mobile-navbar__accordion .mobile-navbar__arrow-wrapper > .mobile-navbar__arrow--down {
  opacity: 1;
  position: absolute;
  z-index: 2;
}
.mobile-navbar__accordion .mobile-navbar__arrow-wrapper > .mobile-navbar__arrow--up {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.mobile-navbar__accordion--open .mobile-navbar__accordion-title {
  color: #0142ff;
}
.mobile-navbar__accordion--open .mobile-navbar__arrow-wrapper > .mobile-navbar__arrow--down {
  opacity: 0;
}
.mobile-navbar__accordion--open .mobile-navbar__arrow-wrapper > .mobile-navbar__arrow--up {
  opacity: 1;
}
.mobile-navbar__accordion--open + .mobile-navbar__accordion-content {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.mobile-navbar__arrow {
  width: 16px;
  height: 16px;
}
.mobile-navbar__accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s;
  background-color: #f9f9f9;
  display: grid;
}
.mobile-navbar__accordion-content a:first-child {
  padding-top: 8px;
}
.mobile-navbar__accordion-content a:last-child {
  padding-bottom: 8px;
}
.mobile-navbar__accordion-content .line-horizontal {
  height: 1px;
  width: calc(100% - 48px);
  background-color: #dadde2;
  margin: auto;
}
.mobile-navbar__accordion-menu-wrapper {
  padding: 12px 24px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
}
.mobile-navbar__accordion-menu-wrapper .text-wrapper {
  display: grid;
  gap: 4px;
}
.mobile-navbar__accordion-menu-subwrapper {
  display: grid;
  gap: 4px;
}
.mobile-navbar__accordion-menu-subwrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.mobile-navbar__accordion-menu-subwrapper .subtitle {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #0142ff;
}
.no-scroll {
  overflow: hidden !important;
}
.footer {
  background-color: #ffffff;
}
.footer__container {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  max-width: 1128px;
  width: 100%;
  margin: auto;
  display: grid;
}
.footer__wrapper {
  display: grid;
  gap: 18px;
  padding: 36px 22px 22px 22px;
}
@media (min-width: 679px) {
  .footer__wrapper {
    padding: 48px 24px 26px 24px;
  }
}
@media (min-width: 1176px) {
  .footer__wrapper {
    padding: 48px 0px 28px 0px;
  }
}
.footer__line {
  width: 100%;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 18px;
}
@media (min-width: 750px) {
  .footer__line {
    justify-content: end;
    margin-top: 0px;
  }
}
.footer__main-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
}
@media (min-width: 750px) {
  .footer__main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 70px;
  }
}
.footer__links {
  display: grid;
  gap: 38px;
}
@media (min-width: 679px) {
  .footer__links {
    justify-content: space-between;
    height: 100%;
  }
}
.footer__brand {
  display: grid;
  gap: 18px;
  max-width: calc(100dvw - 48px);
}
@media (min-width: 750px) {
  .footer__brand {
    max-width: 360px;
  }
}
.footer__description {
  display: grid;
  gap: 4px;
}
.footer__description .company-name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #111111;
}
.footer__contact-details {
  display: grid;
  gap: 12px;
}
.footer__newsletter {
  height: 104px;
  background-color: #f9f9f9;
}
.footer__menu {
  display: flex;
  gap: 16px 40px;
  align-items: center;
  flex-flow: wrap;
  justify-content: start;
}
@media (min-width: 750px) {
  .footer__menu {
    justify-content: end;
  }
}
.footer__menu-item {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  cursor: pointer;
}
.footer__contact-item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: center;
}
.footer__contact-item--align-top {
  align-items: start;
}
.footer__bottom {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .footer__bottom {
    grid-template-columns: max-content max-content;
  }
}
.footer__left {
  display: grid;
  height: -moz-max-content;
  height: max-content;
  gap: 6px;
}
.footer__right {
  display: none;
}
@media (min-width: 750px) {
  .footer__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.footer__bottom--top-mobile {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
}
@media (min-width: 750px) {
  .footer__bottom--top-mobile {
    display: none;
  }
}
.footer__legal {
  display: grid;
  gap: 6px;
}
@media (min-width: 750px) {
  .footer__legal {
    display: flex;
    gap: 12px;
  }
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__separator {
  width: 2px;
  height: 20px;
  background-color: #e6e6e6;
  display: none;
}
@media (min-width: 750px) {
  .footer__separator {
    display: block;
  }
}
.footer__credit span {
  color: #111111;
}
.footer__language {
  display: flex;
  gap: 12px;
}
.footer__lang-link {
  color: #111111;
  text-decoration: none;
}
.footer__lang-separator {
  width: 2px;
  height: 16px;
  background-color: #e6e6e6;
}
.homepage-banner__wrapper {
  background: linear-gradient(180deg, rgba(1, 66, 255, 0.25) -47.83%, rgba(1, 66, 255, 0) 124.97%);
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 630px;
}
@media (min-width: 834px) {
  .homepage-banner__wrapper {
    min-height: 737px;
  }
}
.homepage-banner__subwrapper {
  position: absolute;
  top: 50%;
  display: grid;
  max-width: 900px;
  gap: 22px;
  text-align: center;
  padding: 0px 22px;
  transform: translate(0%, -40%);
}
@media (min-width: 834px) {
  .homepage-banner__subwrapper {
    padding: 0px;
    left: 36%;
    transform: translate(-28%, -40%);
  }
}
@media (min-width: 1440px) {
  .homepage-banner__subwrapper {
    padding: 0px;
    left: 50%;
    transform: translate(-50%, -40%);
  }
}
.homepage-banner__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
}
@media (min-width: 834px) {
  .homepage-banner__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.homepage-banner__title > span {
  color: #002eeb;
}
.homepage-banner__desc-wrapper {
  display: grid;
  gap: 12px;
  max-width: 708px;
  margin: auto;
}
.homepage-banner__desc-1 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
@media (min-width: 834px) {
  .homepage-banner__desc-1 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }
}
.homepage-banner__desc-2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
@media (min-width: 834px) {
  .homepage-banner__desc-2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.homepage-banner__button {
  margin: auto;
}
.homepage-banner .icon-1 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 25px;
  top: 75%;
  left: 3%;
  animation: float-1 4s ease-in-out infinite;
}
@media (min-width: 834px) {
  .homepage-banner .icon-1 {
    width: 46px;
    top: 55%;
    left: 7%;
  }
}
.homepage-banner .icon-2 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 18px rgba(1, 66, 255, 0.1490196078));
  width: 44px;
  top: 85%;
  left: 15%;
  animation: float-2 5s ease-in-out infinite;
}
@media (min-width: 834px) {
  .homepage-banner .icon-2 {
    width: 80px;
    top: 80%;
    left: 15%;
  }
}
.homepage-banner .icon-3 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 36px;
  top: 20%;
  right: 10%;
  animation: float-3 3.5s ease-in-out infinite;
}
@media (min-width: 834px) {
  .homepage-banner .icon-3 {
    width: 68px;
    top: 65%;
    right: 8%;
  }
}
.homepage-banner .icon-4 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(1, 66, 255, 0.1490196078));
  width: 22px;
  top: 10%;
  right: 20%;
  animation: float-4 4.5s ease-in-out infinite;
}
@media (min-width: 834px) {
  .homepage-banner .icon-4 {
    width: 40px;
    top: 20%;
    right: 12%;
  }
}
.swiper-wrapper--client {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
}
.swiper-slide--client {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
}
@media (min-width: 679px) {
  .swiper-slide--client {
    padding-right: 68px;
  }
}
.swiper-slide--client > img {
  width: 100%;
  min-width: 106px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 679px) {
  .swiper-slide--client > img {
    min-width: 192px;
    height: 90px;
  }
}
.homepage-review {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .homepage-review {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .homepage-review {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.homepage-review {
  overflow: hidden;
  padding-bottom: 50px;
}
.homepage-review--desktop {
  display: none;
}
@media (min-width: 834px) {
  .homepage-review--desktop {
    display: block;
  }
}
.homepage-review--mobile {
  display: block;
}
@media (min-width: 834px) {
  .homepage-review--mobile {
    display: none;
  }
}
.homepage-review__swiper-desktop-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.homepage-review__card {
  display: grid;
  border-radius: 8px;
  height: 360px;
  justify-content: space-between;
}
@media (min-width: 834px) {
  .homepage-review__card {
    min-height: 360px;
    height: 100%;
  }
}
.homepage-review__card--primary {
  background-color: #002eeb;
  color: #ffffff;
}
.homepage-review__card--secondary {
  background-color: #e5f1ff;
  color: #002eeb;
}
.homepage-review__card--secondary img {
  place-self: end;
}
.homepage-review__card-wrapper {
  display: grid;
  padding: 24px;
  gap: 18px;
}
.homepage-review__card-subwrapper {
  display: grid;
  gap: 4px;
}
.homepage-review__card-image {
  border-radius: 8px 0px 8px 0px;
}
.homepage-review__card-review {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-height: 160px;
  overflow-y: auto;
}
@media (min-width: 834px) {
  .homepage-review__card-review {
    max-height: unset;
    height: 100%;
  }
}
.homepage-review__card-position {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.homepage-review__card-name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.swiper-pagination {
  bottom: 10px !important;
}
.swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 99px;
  background-color: #0142ff;
}
.homepage-whyus {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .homepage-whyus {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .homepage-whyus {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.homepage-whyus__wrapper {
  padding: 64px 0px 54px 0px;
}
@media (min-width: 834px) {
  .homepage-whyus__wrapper {
    padding: 134px 0px 100px 0px;
  }
}
.homepage-whyus__title-wrapper {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: auto;
  text-align: center;
}
.homepage-whyus__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
}
@media (min-width: 834px) {
  .homepage-whyus__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
.homepage-whyus__title > span {
  color: #0142ff;
}
.homepage-whyus__description {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
@media (min-width: 834px) {
  .homepage-whyus__description {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.homepage-whyus__content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 36px;
  padding-top: 32px;
}
@media (min-width: 680px) {
  .homepage-whyus__content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
    padding-top: 84px;
  }
}
.homepage-whyus__card {
  display: grid;
  gap: 18px;
  justify-items: center;
}
@media (min-width: 680px) {
  .homepage-whyus__card {
    justify-items: start;
  }
}
.homepage-whyus__card img {
  width: 40px;
}
@media (min-width: 680px) {
  .homepage-whyus__card img {
    width: 55px;
  }
}
.homepage-whyus__card-content {
  display: grid;
  gap: 8px;
}
.homepage-whyus__card-content h3 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  text-align: center;
}
@media (min-width: 680px) {
  .homepage-whyus__card-content h3 {
    text-align: start;
  }
}
@media (min-width: 834px) {
  .homepage-whyus__card-content h3 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: start;
  }
}
.homepage-whyus__card-content p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
.homepage-solution {
  background-image: url("/assets/bg-pattern-mobile-687197af.png");
}
@media (min-width: 680px) {
  .homepage-solution {
    background-image: url("/assets/bg-pattern-0c043136.png");
    background-position: center;
  }
}
.homepage-solution {
  width: 100dvw;
  background-color: #0142ff;
}
.homepage-solution__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .homepage-solution__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .homepage-solution__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.homepage-solution__wrapper {
  display: grid;
  gap: 36px;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 834px) {
  .homepage-solution__wrapper {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
.homepage-solution__title-wrapper {
  display: grid;
  gap: 12px;
  color: #ffffff;
  max-width: 720px;
  margin: auto;
  text-align: center;
}
@media (min-width: 834px) {
  .homepage-solution__title-wrapper {
    gap: 16px;
  }
}
.homepage-solution__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
}
@media (min-width: 834px) {
  .homepage-solution__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
.homepage-solution__title span {
  color: #04e369;
}
.homepage-solution__description {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .homepage-solution__description {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.homepage-solution__card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 36px 24px 24px 24px;
  display: grid;
  gap: 36px;
}
.homepage-solution__card-content {
  display: grid;
  gap: 28px;
}
.homepage-solution__card-content img {
  width: 48px;
}
@media (min-width: 834px) {
  .homepage-solution__card-content img {
    width: 62px;
  }
}
.homepage-solution__card-content .content-wrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: grid;
  gap: 12px;
  color: #475467;
}
@media (min-width: 834px) {
  .homepage-solution__card-content .content-wrapper {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.homepage-solution__card-content .content-subwrapper {
  display: grid;
  gap: 8px;
}
.homepage-solution__card-content .content-subwrapper h3 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
@media (min-width: 834px) {
  .homepage-solution__card-content .content-subwrapper h3 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.homepage-solution__card-content .content-subwrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #0142ff;
}
@media (min-width: 834px) {
  .homepage-solution__card-content .content-subwrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
}
.homepage-solution__card-button {
  height: -moz-max-content;
  height: max-content;
}
.homepage-solution__content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 680px) {
  .homepage-solution__content-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.homepage-marquee {
  padding: 46px 0px 28px 0px;
}
@media (min-width: 834px) {
  .homepage-marquee {
    padding: 86px 0px 64px 0px;
  }
}
.homepage-marquee__text {
  font-family: "Satoshi", "Noto Sans HK", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  color: #111111;
}
@media (min-width: 834px) {
  .homepage-marquee__text {
    font-size: 120px;
  }
}
.homepage-marquee__text span {
  color: #04e369;
}
.marquee {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  width: 100dvw;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 834px) {
  .marquee {
    height: 215px;
  }
}
.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 10s linear infinite;
}
.marquee--inner:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.homepage-step {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .homepage-step {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .homepage-step {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.homepage-step__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media (min-width: 680px) {
  .homepage-step__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.homepage-step__subwrapper {
  display: grid;
  gap: 14px;
  grid-template-columns: 40px 1fr;
}
@media (min-width: 680px) {
  .homepage-step__subwrapper {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    gap: 20px;
  }
}
.homepage-step__number {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: grid;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #0142ff;
  border-radius: 40px;
  place-content: center;
  transition: box-shadow 0.3s ease;
}
.homepage-step__number:hover {
  box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(1, 66, 255, 0.8);
}
.homepage-step__number-wrapper {
  display: grid;
  grid-template-rows: 40px 1fr;
  align-items: center;
  justify-items: center;
  gap: 8px;
}
@media (min-width: 680px) {
  .homepage-step__number-wrapper {
    grid-template-rows: unset;
    grid-template-columns: 40px 1fr;
  }
}
.homepage-step__line {
  width: 2px;
  height: 100%;
  background-color: #dadde2;
}
@media (min-width: 680px) {
  .homepage-step__line {
    width: 100%;
    height: 1px;
  }
}
.homepage-step__line--last {
  display: none;
}
@media (min-width: 680px) {
  .homepage-step__line--last {
    display: block;
  }
}
.homepage-step__content-wrapper {
  display: grid;
  gap: 12px;
  grid-template-rows: max-content 1fr;
}
.homepage-step__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
@media (min-width: 834px) {
  .homepage-step__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.homepage-step__description {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  padding-bottom: 24px;
}
@media (min-width: 680px) {
  .homepage-step__description {
    padding-bottom: 0px;
  }
}
@media (min-width: 834px) {
  .homepage-step__description {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.homepage-step__button {
  display: grid;
  justify-items: center;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 58px;
}
@media (min-width: 834px) {
  .homepage-step__button {
    padding-top: 68px;
    padding-bottom: 115px;
  }
}
.homepage-case-studies {
  padding-top: 56px;
  padding-bottom: 54px;
  background: linear-gradient(180deg, #f5f5f5 -18.12%, rgba(245, 245, 245, 0) 50.72%, rgba(245, 245, 245, 0.5) 123.65%);
}
@media (min-width: 834px) {
  .homepage-case-studies {
    padding-top: 89px;
    padding-bottom: 109px;
  }
}
.homepage-case-studies__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .homepage-case-studies__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .homepage-case-studies__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.homepage-case-studies__title-wrapper {
  display: grid;
  gap: 24px;
  max-width: 500px;
  margin: auto;
  padding-bottom: 48px;
}
@media (min-width: 834px) {
  .homepage-case-studies__title-wrapper {
    padding-bottom: 98px;
  }
}
.homepage-case-studies__title-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  text-align: center;
}
@media (min-width: 834px) {
  .homepage-case-studies__title-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
.homepage-case-studies__title-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  text-align: center;
}
@media (min-width: 834px) {
  .homepage-case-studies__title-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
.homepage-case-studies__button {
  width: 100dvw;
  justify-content: center;
  padding-top: 48px;
}
@media (min-width: 834px) {
  .homepage-case-studies__button {
    padding-top: 65px;
  }
}
.case-studies {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .case-studies {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .case-studies {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.case-studies {
  width: 100%;
}
.case-studies__wrapper {
  display: grid;
  gap: 40px;
}
@media (min-width: 834px) {
  .case-studies__wrapper {
    gap: 80px;
  }
}
.case-studies__item-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 834px) {
  .case-studies__item-wrapper {
    grid-template-columns: 1fr 360px 1fr;
    gap: 24px;
  }
}
.case-studies__empty {
  display: none;
}
@media (min-width: 834px) {
  .case-studies__empty {
    display: block;
  }
}
.case-studies__image-wrapper {
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 834px) {
  .case-studies__image-wrapper {
    width: 360px;
    height: 360px;
  }
}
.case-studies__image {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.case-studies__image:hover {
  transform: scale(1.05) rotate(-3deg);
}
.case-studies__content-wrapper {
  display: grid;
  gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
@media (min-width: 834px) {
  .case-studies__content-wrapper {
    gap: 28px;
  }
}
.case-studies__content-wrapper h3 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
@media (min-width: 834px) {
  .case-studies__content-wrapper h3 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }
}
.case-studies__content-wrapper h3 > span {
  color: #04e369;
}
.case-studies__content-wrapper .tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background-color: #0142ff;
  padding: 4px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 834px) {
  .case-studies__content-wrapper .tag {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
}
.case-studies__content-wrapper--reverse {
  grid-row: 2;
}
@media (min-width: 834px) {
  .case-studies__content-wrapper--reverse {
    grid-row: unset;
  }
}
.case-studies__content-subwrapper {
  display: grid;
  gap: 12px;
}
.case-studies__button {
  height: 20px;
}
.services-banner {
  background: linear-gradient(180deg, rgba(1, 66, 255, 0.25) -47.83%, rgba(1, 66, 255, 0) 124.97%);
  width: 100%;
}
.services-banner__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .services-banner__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .services-banner__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.services-banner__wrapper {
  height: 100%;
  position: relative;
  display: grid;
  min-height: 630px;
}
@media (min-width: 680px) {
  .services-banner__wrapper {
    align-items: center;
    min-height: 430px;
  }
}
@media (min-width: 834px) {
  .services-banner__wrapper {
    min-height: 608px;
  }
}
.services-banner__subwrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .services-banner__subwrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .services-banner__subwrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.services-banner__subwrapper {
  position: absolute;
  display: grid;
  gap: 22px;
  margin-top: 120px;
}
@media (min-width: 680px) {
  .services-banner__subwrapper {
    align-self: center;
    margin-top: 0px;
    padding-top: 60px;
  }
}
@media (min-width: 834px) {
  .services-banner__subwrapper {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .services-banner__subwrapper {
    padding-top: 100px;
  }
}
.services-banner__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
  max-width: 831px;
}
@media (min-width: 834px) {
  .services-banner__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.services-banner__title > span {
  color: #002eeb;
}
.services-banner__desc-wrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: grid;
  gap: 12px;
  color: #475467;
  max-width: 560px;
}
@media (min-width: 834px) {
  .services-banner__desc-wrapper {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.services-banner__button {
  margin: auto;
}
.services-banner .icon-1 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 44px;
  bottom: 130px;
  right: 30%;
  animation: float-1 4s ease-in-out infinite;
}
@media (min-width: 680px) {
  .services-banner .icon-1 {
    bottom: 160px;
    right: 60px;
  }
}
@media (min-width: 834px) {
  .services-banner .icon-1 {
    width: 75px;
    bottom: 220px;
    right: 60px;
  }
}
@media (min-width: 1200px) {
  .services-banner .icon-1 {
    width: 75px;
    bottom: 220px;
    right: 20px;
  }
}
.services-banner .icon-2 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 18px rgba(1, 66, 255, 0.1490196078));
  width: 34px;
  bottom: 160px;
  right: 60%;
  animation: float-2 5s ease-in-out infinite;
}
@media (min-width: 680px) {
  .services-banner .icon-2 {
    bottom: 220px;
    right: 150px;
  }
}
@media (min-width: 834px) {
  .services-banner .icon-2 {
    width: 58px;
    bottom: 300px;
    right: 240px;
  }
}
@media (min-width: 1200px) {
  .services-banner .icon-2 {
    width: 58px;
    bottom: 300px;
    right: 180px;
  }
}
.services-banner .icon-3 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 18px;
  bottom: 80px;
  right: calc(50% - 9px);
  animation: float-3 3.5s ease-in-out infinite;
}
@media (min-width: 680px) {
  .services-banner .icon-3 {
    bottom: 80px;
    right: 120px;
  }
}
@media (min-width: 834px) {
  .services-banner .icon-3 {
    width: 30px;
    bottom: 150px;
    right: 190px;
  }
}
@media (min-width: 1200px) {
  .services-banner .icon-3 {
    width: 30px;
    bottom: 150px;
    right: 150px;
  }
}
.services-banner .box {
  position: absolute;
  z-index: -2;
  width: 285px;
  bottom: 0%;
  right: calc(50% - 142px);
}
@media (min-width: 680px) {
  .services-banner .box {
    right: -20px;
  }
}
@media (min-width: 834px) {
  .services-banner .box {
    width: 440px;
    right: -20px;
  }
}
@media (min-width: 1200px) {
  .services-banner .box {
    width: 440px;
    right: -60px;
  }
}
.services-wrong {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .services-wrong {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .services-wrong {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.services-wrong {
  padding-top: 48px;
  padding-bottom: 40px;
}
@media (min-width: 834px) {
  .services-wrong {
    padding-top: 77px;
    padding-bottom: 90px;
  }
}
.services-wrong__wrapper {
  display: grid;
  gap: 36px;
}
@media (min-width: 834px) {
  .services-wrong__wrapper {
    gap: 64px;
  }
}
.services-wrong__subwrapper {
  display: grid;
  gap: 28px;
}
@media (min-width: 834px) {
  .services-wrong__subwrapper {
    gap: 36px;
  }
}
.services-wrong__title-wrapper {
  display: grid;
  gap: 12px;
}
.services-wrong__title-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  text-align: center;
  max-width: 900px;
  margin: auto;
}
@media (min-width: 834px) {
  .services-wrong__title-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.services-wrong__title-wrapper h2 span {
  color: #002eeb;
}
.services-wrong__title-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  text-align: center;
  max-width: 580px;
  margin: auto;
}
@media (min-width: 834px) {
  .services-wrong__title-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.services-wrong__grid-wrapper {
  display: grid;
  gap: 16px;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 834px) {
  .services-wrong__grid-wrapper {
    display: flex;
    gap: 25px;
    height: -moz-max-content;
    height: max-content;
  }
}
.services-wrong__grid-item {
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr;
}
@media (min-width: 834px) {
  .services-wrong__grid-item {
    gap: 4px;
    grid-template-columns: 1fr;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.services-wrong__grid-item img {
  align-self: center;
}
.services-wrong__grid-item p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-content: center;
}
.services-wrong__grid-seperator {
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}
@media (min-width: 834px) {
  .services-wrong__grid-seperator {
    width: 2px;
    height: 100%;
    min-height: 100px;
    align-self: center;
  }
}
.services-wrong__quote-wrapper {
  background-color: #e5f1ff;
  color: #002eeb;
  border-radius: 8px;
  display: grid;
  gap: 26px;
}
@media (min-width: 834px) {
  .services-wrong__quote-wrapper {
    grid-template-columns: 90px 1fr;
    gap: 36px;
  }
}
.services-wrong__quote-img {
  background-color: #f9f9f9;
  border-radius: 8px 0px 8px 0px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-wrong__quote-subwrapper {
  display: grid;
  padding: 0px 24px 28px 24px;
}
@media (min-width: 834px) {
  .services-wrong__quote-subwrapper {
    padding: 24px 24px 34px 0px;
  }
}
.services-wrong__quote-text {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 22px;
}
@media (min-width: 834px) {
  .services-wrong__quote-text {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.services-wrong__quote-name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 4px;
}
@media (min-width: 834px) {
  .services-wrong__quote-name {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 4px;
  }
}
.services-wrong__quote-position {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 834px) {
  .services-wrong__quote-position {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}
.services-wrong__text {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 6px;
  text-align: center;
}
@media (min-width: 834px) {
  .services-wrong__text {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0px;
  }
}
.services-how {
  background-image: url("/assets/bg-pattern-mobile-687197af.png");
}
@media (min-width: 680px) {
  .services-how {
    background-image: url("/assets/bg-pattern-0c043136.png");
    background-position: center;
  }
}
.services-how {
  width: 100dvw;
  background-color: #0142ff;
}
.services-how__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .services-how__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .services-how__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.services-how__wrapper {
  display: grid;
  gap: 36px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 834px) {
  .services-how__wrapper {
    padding-top: 108px;
    padding-bottom: 126px;
  }
}
.services-how__title-wrapper {
  display: grid;
  gap: 12px;
  color: #ffffff;
  max-width: 720px;
  margin: auto;
  text-align: center;
}
@media (min-width: 834px) {
  .services-how__title-wrapper {
    gap: 16px;
  }
}
.services-how__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
}
@media (min-width: 834px) {
  .services-how__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.services-how__title span {
  color: #04e369;
}
.services-how__description {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .services-how__description {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.services-how__card {
  background-color: #ffffff;
  color: #111111;
  border-radius: 8px;
  padding: 24px;
  display: grid;
  gap: 16px;
  grid-template-rows: max-content 1fr;
}
@media (min-width: 834px) {
  .services-how__card {
    padding: 28px;
  }
}
.services-how__card img {
  width: 56px;
}
.services-how__card-content {
  display: grid;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.services-how__card-content .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .services-how__card-content .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.services-how__card-content .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 834px) {
  .services-how__card-content .desc {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.services-how__card-wrapper {
  display: grid;
  gap: 20px;
}
@media (min-width: 834px) {
  .services-how__card-wrapper {
    gap: 24px;
  }
}
.services-how__card-wrapper--2 {
  display: grid;
  gap: 20px;
}
@media (min-width: 680px) {
  .services-how__card-wrapper--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 834px) {
  .services-how__card-wrapper--2 {
    gap: 24px;
  }
}
.services-how__card-wrapper--3 {
  display: grid;
  gap: 20px;
}
@media (min-width: 680px) {
  .services-how__card-wrapper--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 834px) {
  .services-how__card-wrapper--3 {
    gap: 24px;
  }
}
.services-step {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .services-step {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .services-step {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.services-step {
  display: grid;
  gap: 36px;
  padding-top: 48px;
  padding-bottom: 54px;
}
@media (min-width: 834px) {
  .services-step {
    padding-top: 100px;
    gap: 70px;
    padding-bottom: 100px;
  }
}
.services-step__main-title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin: auto;
  text-align: center;
}
@media (min-width: 834px) {
  .services-step__main-title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.services-step__main-title span {
  color: #04e369;
}
.services-step__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media (min-width: 680px) {
  .services-step__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.services-step__subwrapper {
  display: grid;
  gap: 14px;
  grid-template-columns: 40px 1fr;
}
@media (min-width: 680px) {
  .services-step__subwrapper {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    gap: 20px;
  }
}
.services-step__number {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: grid;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #0142ff;
  border-radius: 40px;
  place-content: center;
  transition: box-shadow 0.3s ease;
}
.services-step__number:hover {
  box-shadow: 0 0 0 2px white, 0 0 0 3px rgba(1, 66, 255, 0.8);
}
.services-step__number-wrapper {
  display: grid;
  grid-template-rows: 40px 1fr;
  align-items: center;
  justify-items: center;
  gap: 8px;
}
@media (min-width: 680px) {
  .services-step__number-wrapper {
    grid-template-rows: unset;
    grid-template-columns: 40px 1fr;
  }
}
.services-step__line {
  width: 2px;
  height: 100%;
  background-color: #dadde2;
}
@media (min-width: 680px) {
  .services-step__line {
    width: 100%;
    height: 2px;
  }
}
.services-step__line--last {
  display: none;
}
@media (min-width: 680px) {
  .services-step__line--last {
    display: block;
  }
}
.services-step__content-wrapper {
  display: grid;
  gap: 12px;
  grid-template-rows: max-content 1fr;
}
.services-step__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
}
@media (min-width: 834px) {
  .services-step__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.services-step__description {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  padding-bottom: 24px;
}
@media (min-width: 680px) {
  .services-step__description {
    padding-bottom: 0px;
  }
}
@media (min-width: 834px) {
  .services-step__description {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.services-proof {
  width: 100dvw;
  background-color: #f5f5f5;
}
.services-proof__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .services-proof__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .services-proof__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.services-proof__wrapper {
  max-width: 936px;
  display: grid;
  gap: 32px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
}
@media (min-width: 834px) {
  .services-proof__wrapper {
    gap: 60px;
    padding-top: 90px;
    padding-bottom: 105px;
  }
}
.services-proof__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 834px) {
  .services-proof__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.services-proof__subwrapper {
  display: grid;
  gap: 18px;
}
@media (min-width: 680px) {
  .services-proof__subwrapper {
    grid-template-columns: 360px 1fr;
    gap: 24px;
  }
}
.services-proof__image {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 834px) {
  .services-proof__image {
    width: 360px;
    height: 360px;
  }
}
.services-proof__content-wrapper {
  display: grid;
  gap: 18px;
  grid-template-rows: max-content 20px;
  align-self: center;
}
@media (min-width: 834px) {
  .services-proof__content-wrapper {
    gap: 28px;
  }
}
.services-proof__content-wrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .services-proof__content-wrapper .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }
}
.services-proof__content-wrapper .title span {
  color: #04e369;
}
.kumose-banner {
  background: linear-gradient(180deg, rgba(1, 66, 255, 0.25) -47.83%, rgba(1, 66, 255, 0) 124.97%);
  width: 100%;
}
.kumose-banner__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .kumose-banner__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .kumose-banner__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.kumose-banner__wrapper {
  height: 100%;
  position: relative;
  display: grid;
  min-height: 600px;
}
@media (min-width: 380px) {
  .kumose-banner__wrapper {
    min-height: 500px;
  }
}
@media (min-width: 680px) {
  .kumose-banner__wrapper {
    align-items: center;
    min-height: 430px;
  }
}
@media (min-width: 834px) {
  .kumose-banner__wrapper {
    min-height: 608px;
  }
}
.kumose-banner__subwrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .kumose-banner__subwrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .kumose-banner__subwrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.kumose-banner__subwrapper {
  position: absolute;
  display: grid;
  gap: 16px;
  margin-top: 120px;
}
@media (min-width: 680px) {
  .kumose-banner__subwrapper {
    align-self: center;
    margin-top: 0px;
    padding-top: 40px;
  }
}
@media (min-width: 834px) {
  .kumose-banner__subwrapper {
    padding-top: 60px;
  }
}
.kumose-banner__tagline {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 6px;
  align-content: center;
  align-items: center;
}
.kumose-banner__tagline > p > span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  align-content: center;
}
.kumose-banner__tagline .line {
  background-color: #0142ff;
  width: 4px;
  height: 20px;
  margin-right: 2px;
}
.kumose-banner__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
  max-width: 831px;
  padding-bottom: 4px;
}
@media (min-width: 834px) {
  .kumose-banner__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.kumose-banner__title > span {
  color: #002eeb;
}
.kumose-banner__desc-wrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: grid;
  gap: 12px;
  color: #475467;
  max-width: 560px;
}
@media (min-width: 834px) {
  .kumose-banner__desc-wrapper {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.kumose-banner__button {
  margin: auto;
}
.kumose-banner .icon-1 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 30px;
  bottom: 240px;
  right: 15%;
  animation: float-1 4s ease-in-out infinite;
}
@media (min-width: 680px) {
  .kumose-banner .icon-1 {
    bottom: 160px;
    right: 60px;
  }
}
@media (min-width: 834px) {
  .kumose-banner .icon-1 {
    width: 45px;
    bottom: 220px;
    right: 180px;
  }
}
@media (min-width: 1200px) {
  .kumose-banner .icon-1 {
    width: 68px;
    bottom: 220px;
    right: 90px;
  }
}
.kumose-banner .icon-2 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 18px rgba(1, 66, 255, 0.1490196078));
  width: 34px;
  bottom: 60px;
  right: 20%;
  animation: float-2 5s ease-in-out infinite;
}
@media (min-width: 680px) {
  .kumose-banner .icon-2 {
    bottom: 220px;
    right: 150px;
  }
}
@media (min-width: 834px) {
  .kumose-banner .icon-2 {
    width: 54px;
    bottom: 120px;
    right: 260px;
  }
}
@media (min-width: 1200px) {
  .kumose-banner .icon-2 {
    width: 80px;
    bottom: 120px;
    right: 240px;
  }
}
.kumose-banner .icon-3 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 18px;
  bottom: 320px;
  right: 5%;
  animation: float-3 3.5s ease-in-out infinite;
}
@media (min-width: 680px) {
  .kumose-banner .icon-3 {
    bottom: 80px;
    right: 120px;
  }
}
@media (min-width: 834px) {
  .kumose-banner .icon-3 {
    width: 28px;
    bottom: 150px;
    right: 90px;
  }
}
@media (min-width: 1200px) {
  .kumose-banner .icon-3 {
    width: 41px;
    bottom: 150px;
    right: 0px;
  }
}
.kumose-infra {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .kumose-infra {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .kumose-infra {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.kumose-infra {
  padding-top: 48px;
  padding-bottom: 40px;
}
@media (min-width: 834px) {
  .kumose-infra {
    padding-top: 77px;
    padding-bottom: 90px;
  }
}
.kumose-infra__wrapper {
  display: grid;
  gap: 36px;
}
@media (min-width: 834px) {
  .kumose-infra__wrapper {
    gap: 64px;
  }
}
.kumose-infra__subwrapper {
  display: grid;
  gap: 36px;
}
@media (min-width: 834px) {
  .kumose-infra__subwrapper {
    gap: 54px;
  }
}
.kumose-infra__title-wrapper {
  display: grid;
  gap: 12px;
}
.kumose-infra__title-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  text-align: center;
  margin: auto;
}
@media (min-width: 834px) {
  .kumose-infra__title-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.kumose-infra__title-wrapper h2 span {
  color: #002eeb;
}
.kumose-infra__title-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  text-align: center;
  margin: auto;
}
@media (min-width: 834px) {
  .kumose-infra__title-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.kumose-infra__grid-wrapper {
  display: grid;
  gap: 16px;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 834px) {
  .kumose-infra__grid-wrapper {
    display: flex;
    gap: 25px;
    height: -moz-max-content;
    height: max-content;
  }
}
.kumose-infra__grid-item {
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr;
}
@media (min-width: 834px) {
  .kumose-infra__grid-item {
    gap: 4px;
    grid-template-columns: 1fr;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.kumose-infra__grid-item img {
  align-self: center;
}
.kumose-infra__grid-item p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-content: center;
}
.kumose-infra__grid-seperator {
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}
@media (min-width: 834px) {
  .kumose-infra__grid-seperator {
    width: 2px;
    height: 100%;
    min-height: 100px;
    align-self: center;
  }
}
.kumose-infra__quote-wrapper {
  background-color: #e5f1ff;
  color: #002eeb;
  border-radius: 8px;
  display: grid;
  gap: 26px;
}
@media (min-width: 834px) {
  .kumose-infra__quote-wrapper {
    grid-template-columns: 90px 1fr;
    gap: 36px;
  }
}
.kumose-infra__quote-img {
  background-color: #f9f9f9;
  border-radius: 8px 0px 8px 0px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.kumose-infra__quote-subwrapper {
  display: grid;
  padding: 0px 24px 28px 24px;
}
@media (min-width: 834px) {
  .kumose-infra__quote-subwrapper {
    padding: 24px 24px 34px 0px;
  }
}
.kumose-infra__quote-text {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 22px;
}
@media (min-width: 834px) {
  .kumose-infra__quote-text {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.kumose-infra__quote-name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 4px;
}
@media (min-width: 834px) {
  .kumose-infra__quote-name {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 4px;
  }
}
.kumose-infra__quote-position {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 834px) {
  .kumose-infra__quote-position {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}
.kumose-infra__text {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 6px;
  text-align: center;
  max-width: 865px;
  margin: auto;
  color: #475467;
}
.kumose-infra__text > span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 0px;
  color: #111111;
}
.kumose-what {
  background-image: url("/assets/bg-pattern-mobile-687197af.png");
}
@media (min-width: 680px) {
  .kumose-what {
    background-image: url("/assets/bg-pattern-0c043136.png");
    background-position: center;
  }
}
.kumose-what {
  width: 100dvw;
  background-color: #0142ff;
}
.kumose-what__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .kumose-what__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .kumose-what__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.kumose-what__wrapper {
  display: grid;
  gap: 36px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 834px) {
  .kumose-what__wrapper {
    padding-top: 108px;
    padding-bottom: 126px;
  }
}
.kumose-what__title-wrapper {
  display: grid;
  gap: 12px;
  color: #ffffff;
  max-width: 768px;
  margin: auto;
  text-align: center;
}
@media (min-width: 834px) {
  .kumose-what__title-wrapper {
    gap: 16px;
  }
}
.kumose-what__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
}
@media (min-width: 834px) {
  .kumose-what__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.kumose-what__title span {
  color: #04e369;
}
.kumose-what__description {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .kumose-what__description {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.kumose-what__card {
  background-color: #ffffff;
  color: #111111;
  border-radius: 8px;
  padding: 24px;
  display: grid;
  gap: 16px;
  grid-template-rows: max-content 1fr;
}
@media (min-width: 834px) {
  .kumose-what__card {
    padding: 28px;
  }
}
.kumose-what__card img {
  width: 56px;
}
.kumose-what__card-content {
  display: grid;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.kumose-what__card-content .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .kumose-what__card-content .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.kumose-what__card-content .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 834px) {
  .kumose-what__card-content .desc {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.kumose-what__card-wrapper {
  display: grid;
  gap: 20px;
}
@media (min-width: 834px) {
  .kumose-what__card-wrapper {
    gap: 24px;
  }
}
.kumose-what__card-wrapper--2 {
  display: grid;
  gap: 20px;
}
@media (min-width: 680px) {
  .kumose-what__card-wrapper--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 834px) {
  .kumose-what__card-wrapper--2 {
    gap: 24px;
  }
}
.kumose-what__card-wrapper--3 {
  display: grid;
  gap: 20px;
}
@media (min-width: 680px) {
  .kumose-what__card-wrapper--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 834px) {
  .kumose-what__card-wrapper--3 {
    gap: 24px;
  }
}
.kumose-price {
  width: 100dvw;
  background-color: #f9f9f9;
}
.kumose-price__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .kumose-price__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .kumose-price__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.kumose-price__wrapper {
  display: grid;
  gap: 32px;
  padding-top: 47px;
  padding-bottom: 46px;
  justify-items: center;
}
@media (min-width: 680px) {
  .kumose-price__wrapper {
    gap: 40px;
    padding-top: 58px;
    padding-bottom: 57px;
  }
}
@media (min-width: 834px) {
  .kumose-price__wrapper {
    gap: 48px;
    padding-top: 100px;
    padding-bottom: 82px;
  }
}
.kumose-price__title-wrapper {
  display: grid;
  gap: 16px;
}
.kumose-price__title-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  text-align: center;
  margin: auto;
}
@media (min-width: 834px) {
  .kumose-price__title-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.kumose-price__title-wrapper h2 span {
  color: #002eeb;
}
.kumose-price__title-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  text-align: center;
  margin: auto;
}
@media (min-width: 834px) {
  .kumose-price__title-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.kumose-price__title-wrapper p span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
@media (min-width: 834px) {
  .kumose-price__title-wrapper p span {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
}
.kumose-price__plan-wrapper {
  display: grid;
  gap: 20px;
  width: 100%;
}
@media (min-width: 834px) {
  .kumose-price__plan-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.kumose-price__card {
  background-color: #ffffff;
  border-radius: 8px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  padding: 32px 24px;
}
@media (min-width: 680px) {
  .kumose-price__card {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding: 28px 24px;
  }
}
@media (min-width: 834px) {
  .kumose-price__card {
    gap: 26px;
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    padding: 36px 28px;
  }
}
.kumose-price__card-checklist {
  display: grid;
  gap: 8px;
}
.kumose-price__card-checklist .list-wrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 8px;
  align-items: start;
}
.kumose-price__card-checklist .list-wrapper--highlight {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.kumose-price__card-content {
  display: grid;
  grid-template-rows: max-content 62px;
  align-content: space-between;
  height: 100%;
  min-height: 226px;
  gap: 28px;
}
.kumose-price__card-title {
  display: grid;
  gap: 6px;
  height: -moz-fit-content;
  height: fit-content;
}
.kumose-price__card-title h3 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (min-width: 834px) {
  .kumose-price__card-title h3 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }
}
.kumose-price__card-title p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
.kumose-price__card-price {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: grid;
  gap: 4px;
  color: #111111;
}
@media (min-width: 834px) {
  .kumose-price__card-price {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.kumose-price__card-price .price {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 834px) {
  .kumose-price__card-price .price {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }
}
.kumose-price__card-price .price span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.kumose-price__tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  background-color: #ffffff;
  color: #111111;
  height: 23px;
  border: 1px solid #111111;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  padding: 0px 7px;
  align-content: center;
}
.kumose-sla {
  position: relative;
}
.kumose-sla .bg-gradient {
  position: absolute;
  z-index: -1;
  background: rgba(0, 116, 255, 0.1019607843);
  width: 40dvw;
  height: 300px;
  border-radius: 50%;
  filter: blur(390px);
  opacity: 1;
}
.kumose-sla .bg-gradient--1 {
  top: 50px;
  left: -10%;
  background: radial-gradient(circle, rgba(0, 116, 255, 0.8) 0%, rgba(0, 116, 255, 0.1) 40%, rgb(255, 255, 255) 100%);
}
.kumose-sla .bg-gradient--2 {
  bottom: 50px;
  right: -10%;
  background: radial-gradient(circle, rgba(2, 250, 114, 0.07) 0%, rgba(0, 116, 255, 0.1) 40%, rgb(255, 255, 255) 100%);
}
.kumose-sla__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .kumose-sla__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .kumose-sla__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.kumose-sla__wrapper {
  padding-top: 62px;
  padding-bottom: 80px;
}
@media (min-width: 680px) {
  .kumose-sla__wrapper {
    padding-top: 58x;
    padding-bottom: 100px;
  }
}
@media (min-width: 834px) {
  .kumose-sla__wrapper {
    padding-top: 90x;
    padding-bottom: 122px;
  }
}
.kumose-sla__title-wrapper {
  display: grid;
  gap: 16px;
  text-align: center;
}
.kumose-sla__title-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
}
@media (min-width: 834px) {
  .kumose-sla__title-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.kumose-sla__title-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
@media (min-width: 834px) {
  .kumose-sla__title-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.kumose-sla__card-wrapper {
  display: grid;
  gap: 24px;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 680px) {
  .kumose-sla__card-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 36px;
    padding-bottom: 72px;
  }
}
@media (min-width: 834px) {
  .kumose-sla__card-wrapper {
    gap: 24px;
    padding-top: 44px;
    padding-bottom: 126px;
  }
}
.kumose-sla__card {
  background-color: #ffffff;
  padding: 24px 20px;
  border-radius: 8px;
  justify-content: center;
  text-align: center;
}
.kumose-sla__card .priority {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  background-color: #0142ff;
  display: grid;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  text-align: center;
  align-content: center;
  justify-self: center;
  margin: auto;
  margin-bottom: 10px;
}
.kumose-sla__card .name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  margin-bottom: 20px;
}
.kumose-sla__card .detail {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #111111;
}
.kumose-sla__card .detail span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.kumose-sla__result h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  text-align: center;
  margin: auto;
  padding-bottom: 56px;
}
@media (min-width: 680px) {
  .kumose-sla__result h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 48px;
  }
}
@media (min-width: 834px) {
  .kumose-sla__result h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 60px;
  }
}
.kumose-sla__result h2 span {
  color: #002eeb;
}
.kumose-sla__result-wrapper {
  display: grid;
  gap: 28px;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.kumose-sla__result-wrapper .seperator {
  width: 2px;
  height: 100px;
  background-color: #dadde2;
}
.kumose-sla__result-subwrapper {
  display: grid;
  gap: 10px;
  color: #111111;
}
.kumose-sla__result-subwrapper .big-text {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}
@media (min-width: 834px) {
  .kumose-sla__result-subwrapper .big-text {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.kumose-sla__result-subwrapper .small-text {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .kumose-sla__result-subwrapper .small-text {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
}
.kumose-sla__result-subwrapper span {
  color: #04e369;
}
.about-banner {
  background: linear-gradient(180deg, rgba(1, 66, 255, 0.25) -47.83%, rgba(1, 66, 255, 0) 124.97%);
  width: 100%;
}
.about-banner__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .about-banner__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .about-banner__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.about-banner__wrapper {
  height: 100%;
  position: relative;
  display: grid;
  min-height: 315px;
}
@media (min-width: 680px) {
  .about-banner__wrapper {
    align-items: center;
    min-height: 350px;
  }
}
@media (min-width: 834px) {
  .about-banner__wrapper {
    min-height: 460px;
  }
}
.about-banner__subwrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .about-banner__subwrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .about-banner__subwrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.about-banner__subwrapper {
  position: absolute;
  display: grid;
  gap: 16px;
  margin-top: 120px;
}
@media (min-width: 680px) {
  .about-banner__subwrapper {
    align-self: center;
    margin-top: 0px;
    padding-top: 40px;
  }
}
@media (min-width: 834px) {
  .about-banner__subwrapper {
    padding-top: 60px;
  }
}
.about-banner__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
  max-width: 320px;
  padding-bottom: 4px;
}
@media (min-width: 834px) {
  .about-banner__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
    max-width: 595px;
  }
}
.about-banner__title > span {
  color: #002eeb;
}
.about-banner .icon-1 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 30px;
  bottom: 200px;
  right: 15%;
  animation: float-1 4s ease-in-out infinite;
}
@media (min-width: 680px) {
  .about-banner .icon-1 {
    bottom: 160px;
    right: 60px;
  }
}
@media (min-width: 834px) {
  .about-banner .icon-1 {
    width: 45px;
    bottom: 220px;
    right: 180px;
  }
}
@media (min-width: 1200px) {
  .about-banner .icon-1 {
    width: 68px;
    bottom: 220px;
    right: 90px;
  }
}
.about-banner .icon-2 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 18px rgba(1, 66, 255, 0.1490196078));
  width: 34px;
  bottom: 60px;
  right: 20%;
  animation: float-2 5s ease-in-out infinite;
}
@media (min-width: 680px) {
  .about-banner .icon-2 {
    bottom: 220px;
    right: 150px;
  }
}
@media (min-width: 834px) {
  .about-banner .icon-2 {
    width: 54px;
    bottom: 120px;
    right: 260px;
  }
}
@media (min-width: 1200px) {
  .about-banner .icon-2 {
    width: 80px;
    bottom: 120px;
    right: 240px;
  }
}
.about-banner .icon-3 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 18px;
  bottom: 180px;
  right: 5%;
  animation: float-3 3.5s ease-in-out infinite;
}
@media (min-width: 680px) {
  .about-banner .icon-3 {
    bottom: 80px;
    right: 120px;
  }
}
@media (min-width: 834px) {
  .about-banner .icon-3 {
    width: 28px;
    bottom: 150px;
    right: 90px;
  }
}
@media (min-width: 1200px) {
  .about-banner .icon-3 {
    width: 41px;
    bottom: 150px;
    right: 0px;
  }
}
.about-story {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .about-story {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .about-story {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.about-story {
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (min-width: 834px) {
  .about-story {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.about-story__wrapper {
  display: grid;
  gap: 16px;
}
@media (min-width: 834px) {
  .about-story__wrapper {
    grid-template-columns: 285fr 818fr;
    gap: 24px;
  }
}
.about-story__title-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #111111;
}
@media (min-width: 834px) {
  .about-story__title-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }
}
.about-story__title-wrapper h2 span {
  color: #0142ff;
}
.about-story__content-wrapper {
  display: grid;
  gap: 20px;
}
.about-story__content-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
.about-story__content-wrapper p span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.about-map {
  background-color: #f9f9f9;
}
.about-map__wrapper {
  display: grid;
  padding-top: 48px;
  padding-bottom: 46px;
}
@media (min-width: 834px) {
  .about-map__wrapper {
    padding-top: 85px;
    padding-bottom: 81px;
  }
}
.about-map__title-wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .about-map__title-wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .about-map__title-wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.about-map__title-wrapper {
  width: 100%;
  width: calc(100% - 44px);
}
.about-map__title-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
}
@media (min-width: 834px) {
  .about-map__title-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.about-map__title-wrapper h2 span {
  color: #0142ff;
}
.about-map__subwrapper {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 100%;
  max-width: 1128px;
  height: 1000px;
  margin: auto;
}
@media (min-width: 834px) {
  .about-map__subwrapper {
    height: 720px;
    padding-top: 50px;
  }
}
.about-map__map-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1128px;
  aspect-ratio: 400/390;
}
@media (min-width: 834px) {
  .about-map__map-wrapper {
    aspect-ratio: 1128/570;
  }
}
.about-map__bg--desktop {
  position: absolute;
  display: none;
  margin: 0px auto;
  max-width: 1128px;
  width: 100%;
}
@media (min-width: 834px) {
  .about-map__bg--desktop {
    display: block;
  }
}
.about-map__bg--mobile {
  position: absolute;
  display: block;
  margin: 0px auto;
  max-width: 1128px;
  width: 100%;
}
@media (min-width: 834px) {
  .about-map__bg--mobile {
    display: none;
  }
}
.about-map__tag-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1128px;
  aspect-ratio: 400/390;
}
@media (min-width: 834px) {
  .about-map__tag-wrapper {
    aspect-ratio: 1128/570;
  }
}
.about-map__tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-color: #111111;
  color: #ffffff;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 12px max-content;
  gap: 8px;
  border-radius: 40px;
  position: absolute;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 834px) {
  .about-map__tag {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 12px;
  }
}
.about-map__tag:hover {
  scale: 1.05;
}
.about-map__tag--helsinki {
  top: 25%;
  left: 13%;
}
@media (min-width: 834px) {
  .about-map__tag--helsinki {
    left: unset;
    top: 21%;
    right: 37.5%;
  }
}
.about-map__tag--bangkok {
  top: 62%;
  left: 62%;
}
@media (min-width: 834px) {
  .about-map__tag--bangkok {
    left: unset;
    top: 52%;
    right: 15%;
  }
}
.about-map__tag--taipei {
  top: 46%;
  left: 73%;
}
@media (min-width: 834px) {
  .about-map__tag--taipei {
    left: unset;
    top: 39%;
    right: 11%;
  }
}
.about-map__content-wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .about-map__content-wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .about-map__content-wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.about-map__content-wrapper {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  display: grid;
  gap: 16px;
}
@media (min-width: 834px) {
  .about-map__content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-map__card {
  background-color: rgba(255, 255, 255, 0.9);
  color: #111111;
  padding: 24px;
  display: grid;
  gap: 8px;
}
.about-map__card h3 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .about-map__card h3 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.about-map__card p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.about-map__card p span {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.glow-dot {
  width: 9px;
  height: 9px;
  background-color: #04e369;
  border-radius: 50%;
  box-shadow: 0 0 15px #04e369, 0 0 30px #04e369;
  animation: glow 1.2s infinite ease-in-out;
}
@keyframes glow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px #04e369, 0 0 20px #04e369, 0 0 30px #04e369;
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 20px #04e369, 0 0 40px #04e369, 0 0 60px #04e369;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px #04e369, 0 0 20px #04e369, 0 0 30px #04e369;
  }
}
.about-ceo {
  background-color: #0142ff;
  color: #ffffff;
}
.about-ceo__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .about-ceo__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .about-ceo__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.about-ceo__wrapper {
  display: grid;
  padding-top: 58px;
  padding-bottom: 50px;
  gap: 38px;
}
@media (min-width: 834px) {
  .about-ceo__wrapper {
    padding-top: 84px;
    padding-bottom: 106px;
    gap: 30px;
  }
}
.about-ceo__wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 834px) {
  .about-ceo__wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
  }
}
.about-ceo__subwrapper {
  display: grid;
  gap: 30px;
  grid-template-rows: 225px 1fr;
}
@media (min-width: 834px) {
  .about-ceo__subwrapper {
    grid-template-rows: unset;
    grid-template-columns: 275px 1fr;
    gap: 84px;
  }
}
.about-ceo__img-wrapper {
  position: relative;
  min-height: 225px;
}
@media (min-width: 834px) {
  .about-ceo__img-wrapper {
    min-height: 304px;
  }
}
.about-ceo__img-wrapper .ceo {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 207px;
  right: calc(50% - 75px);
  bottom: 0%;
}
@media (min-width: 834px) {
  .about-ceo__img-wrapper .ceo {
    width: 205px;
    height: 280px;
    right: 0%;
    bottom: 0%;
  }
}
.about-ceo__img-wrapper .decor {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 50px;
  left: calc(50% - 120px);
}
@media (min-width: 834px) {
  .about-ceo__img-wrapper .decor {
    width: 140px;
    height: 69px;
    right: unset;
    bottom: unset;
    left: 0%;
    top: 0%;
  }
}
.about-ceo__content-wrapper {
  align-content: center;
}
.about-ceo__content-wrapper .icon {
  padding-bottom: 16px;
}
@media (min-width: 834px) {
  .about-ceo__content-wrapper .icon {
    padding-bottom: 20px;
  }
}
.about-ceo__content-wrapper .content {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 16px;
}
@media (min-width: 834px) {
  .about-ceo__content-wrapper .content {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
  }
}
.about-ceo__content-wrapper .name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 6px;
}
@media (min-width: 834px) {
  .about-ceo__content-wrapper .name {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
.about-ceo__content-wrapper .position {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.about-client {
  position: relative;
}
.about-client .bg-gradient {
  position: absolute;
  z-index: -1;
  background: rgba(0, 116, 255, 0.1019607843);
  width: 40dvw;
  height: 300px;
  border-radius: 50%;
  filter: blur(390px);
  opacity: 1;
}
.about-client .bg-gradient--1 {
  top: 50px;
  left: -10%;
  background: radial-gradient(circle, rgba(0, 116, 255, 0.8) 0%, rgba(0, 116, 255, 0.1) 40%, rgb(255, 255, 255) 100%);
}
.about-client .bg-gradient--2 {
  bottom: 50px;
  right: -10%;
  background: radial-gradient(circle, rgba(2, 250, 114, 0.07) 0%, rgba(0, 116, 255, 0.1) 40%, rgb(255, 255, 255) 100%);
}
.about-client__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .about-client__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .about-client__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.about-client__wrapper {
  display: grid;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 48px;
}
@media (min-width: 834px) {
  .about-client__wrapper {
    padding-top: 78px;
    padding-bottom: 104px;
    gap: 55px;
  }
}
.about-client__subwrapper {
  display: grid;
  gap: 42px;
}
@media (min-width: 834px) {
  .about-client__subwrapper {
    gap: 113px;
  }
}
.about-client__content-wrapper {
  display: grid;
  gap: 24px;
}
@media (min-width: 834px) {
  .about-client__content-wrapper {
    gap: 36px;
  }
}
.about-client__content-wrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  max-width: 696px;
}
@media (min-width: 834px) {
  .about-client__content-wrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
.about-client__client-wrapper {
  display: grid;
  gap: 12px;
}
.about-client__client-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.about-client__client-wrapper--grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 834px) {
  .about-client__client-wrapper--grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about-client__client-wrapper--grid-4 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.about-client__client-wrapper--grid-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 834px) {
  .about-client__client-wrapper--grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.about-client__client-wrapper--grid-5 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.about-client__button {
  justify-items: center;
  display: grid;
}
.contact {
  position: relative;
}
.contact__bg {
  position: absolute;
  z-index: -1;
  background: rgba(0, 116, 255, 0.1019607843);
  width: 100dvw;
  height: 300px;
  border-radius: 50%;
  filter: blur(390px);
  opacity: 1;
  bottom: 0%;
  background: radial-gradient(circle, rgba(0, 116, 255, 0.8) 0%, rgba(0, 116, 255, 0.1) 40%, rgb(255, 255, 255) 100%);
}
.contact__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .contact__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .contact__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.contact__wrapper {
  padding-top: 104px;
  padding-bottom: 48px;
}
@media (min-width: 834px) {
  .contact__wrapper {
    padding-top: 169px;
    padding-bottom: 85px;
  }
}
.contact__title-wrapper {
  display: grid;
  gap: 18px;
}
@media (min-width: 834px) {
  .contact__title-wrapper {
    gap: 24px;
  }
}
.contact__title-wrapper h1 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
}
@media (min-width: 834px) {
  .contact__title-wrapper h1 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.contact__title-wrapper h1 span {
  color: #0142ff;
}
.contact__title-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  max-width: 689px;
}
@media (min-width: 834px) {
  .contact__title-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
.contact__content-wrapper {
  display: grid;
  gap: 76px;
  margin-top: 28px;
}
@media (min-width: 680px) {
  .contact__content-wrapper {
    margin-top: 34px;
  }
}
@media (min-width: 834px) {
  .contact__content-wrapper {
    grid-template-columns: 1fr 316px;
    gap: 57px;
    margin-top: 40px;
  }
}
.contact__info-wrapper {
  display: grid;
  gap: 28px;
  height: -moz-fit-content;
  height: fit-content;
}
.contact__info-subwrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: grid;
  gap: 28px;
}
.contact__info-subwrapper .info-wrapper {
  display: grid;
  gap: 9px;
}
.contact__info-subwrapper .title-wrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 9px;
}
.contact__info-title {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  align-items: center;
}
.contact__info-title p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .contact__info-title p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.contact__info-title p br {
  display: contents;
}
@media (min-width: 834px) {
  .contact__info-title p br {
    display: block;
  }
}
.contact__subwrapper {
  display: grid;
  grid-template-columns: unset;
  gap: 28px;
}
@media (min-width: 680px) {
  .contact__subwrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 834px) {
  .contact__subwrapper {
    grid-template-columns: unset;
  }
}
.contact-form__wrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 680px) {
  .contact-form__wrapper {
    background-color: #ffffff;
    padding: 36px;
  }
}
.contact-form__subwrapper {
  display: grid;
  grid-template-rows: 1fr;
  gap: 20px;
}
.contact-form__checkbox-lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 680px) {
  .contact-form__checkbox-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.thankyou__wrapper {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  min-height: 400px;
  place-content: center;
  border-radius: 8px;
}
.thankyou__subwrapper {
  display: grid;
  gap: 8px;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  justify-items: center;
}
.thankyou__subwrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.thankyou__subwrapper .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  max-width: 536px;
}
.cs-banner {
  background: linear-gradient(180deg, rgba(1, 66, 255, 0.25) -47.83%, rgba(1, 66, 255, 0) 124.97%);
  width: 100%;
}
.cs-banner__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cs-banner__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cs-banner__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cs-banner__wrapper {
  height: 100%;
  position: relative;
  display: grid;
  min-height: 390px;
  justify-items: center;
}
@media (min-width: 680px) {
  .cs-banner__wrapper {
    align-items: center;
  }
}
.cs-banner__subwrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cs-banner__subwrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cs-banner__subwrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cs-banner__subwrapper {
  position: absolute;
  display: grid;
  gap: 14px;
  margin-top: 150px;
  text-align: center;
  width: 100%;
}
@media (min-width: 680px) {
  .cs-banner__subwrapper {
    align-self: center;
    margin-top: 0px;
    padding-top: 40px;
  }
}
@media (min-width: 834px) {
  .cs-banner__subwrapper {
    padding-top: 60px;
    gap: 24px;
  }
}
.cs-banner__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #111111;
}
@media (min-width: 834px) {
  .cs-banner__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.cs-banner__desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  max-width: 400px;
  margin: auto;
}
@media (min-width: 834px) {
  .cs-banner__desc {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    max-width: unset;
  }
}
.cs-banner .icon-1 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  animation: float-1 4s ease-in-out infinite;
  width: 34px;
  top: 270px;
  left: 20px;
}
@media (min-width: 680px) {
  .cs-banner .icon-1 {
    width: 50px;
    top: 260px;
    left: 80px;
  }
}
@media (min-width: 834px) {
  .cs-banner .icon-1 {
    width: 50px;
    top: 180px;
    left: 70px;
  }
}
.cs-banner .icon-2 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 18px rgba(1, 66, 255, 0.1490196078));
  animation: float-2 5s ease-in-out infinite;
  width: 20px;
  left: 80px;
  top: 330px;
}
@media (min-width: 680px) {
  .cs-banner .icon-2 {
    width: 28px;
    left: 180px;
    top: 330px;
  }
}
@media (min-width: 834px) {
  .cs-banner .icon-2 {
    width: 28px;
    left: 30px;
    top: 280px;
  }
}
.cs-banner .icon-3 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  animation: float-3 3.5s ease-in-out infinite;
  width: 32px;
  top: 120px;
  right: 70px;
}
@media (min-width: 680px) {
  .cs-banner .icon-3 {
    width: 62px;
    top: 120px;
    right: 170px;
  }
}
@media (min-width: 834px) {
  .cs-banner .icon-3 {
    width: 62px;
    top: 160px;
    right: 40px;
  }
}
.cs-banner .icon-4 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(1, 66, 255, 0.1490196078));
  animation: float-4 4.5s ease-in-out infinite;
  width: 19px;
  top: 170px;
  right: 20px;
}
@media (min-width: 680px) {
  .cs-banner .icon-4 {
    width: 40px;
    top: 200px;
    right: 100px;
  }
}
@media (min-width: 834px) {
  .cs-banner .icon-4 {
    width: 40px;
    top: 300px;
    right: 0px;
  }
}
.cs-content {
  display: grid;
  gap: 36px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 834px) {
  .cs-content {
    gap: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.cs-content__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cs-content__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cs-content__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cs-marquee__text {
  font-family: "Satoshi", "Noto Sans HK", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  color: #111111;
}
@media (min-width: 834px) {
  .cs-marquee__text {
    font-size: 120px;
  }
}
.cs-marquee__text span {
  color: #04e369;
}
.cs-show-banner {
  position: relative;
  display: grid;
  max-width: 1512px;
  margin: auto;
  margin-top: 60px;
}
@media (min-width: 1100px) {
  .cs-show-banner {
    max-height: 490px;
    margin-top: 80px;
  }
}
.cs-show-banner__img {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: end;
  width: 100dvw;
  max-width: 840px;
  aspect-ratio: 840/490;
}
@media (min-width: 680px) {
  .cs-show-banner__img {
    width: 55dvw;
  }
}
.cs-show-banner__text-wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cs-show-banner__text-wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cs-show-banner__text-wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cs-show-banner__text-wrapper {
  max-width: 1128px;
  display: grid;
  gap: 16px;
  padding: 22px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 680px) {
  .cs-show-banner__text-wrapper {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    align-content: center;
    justify-content: start;
    max-width: 45dvw;
  }
}
@media (min-width: 1200px) {
  .cs-show-banner__text-wrapper {
    max-width: 1128px;
    width: 100%;
    padding: 0px;
  }
}
.cs-show-banner__text-wrapper .category {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #111111;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding-bottom: 4px;
}
.cs-show-banner__text-wrapper .category-wrapper {
  display: grid;
  grid-template-columns: 4px max-content;
  gap: 6px;
  align-items: center;
}
.cs-show-banner__text-wrapper .dot--green {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #04e369;
}
.cs-show-banner__text-wrapper .dot--blue {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #0142ff;
}
.cs-show-banner__text-wrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 834px) {
  .cs-show-banner__text-wrapper .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.cs-show-banner__text-wrapper .link {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (min-width: 834px) {
  .cs-show-banner__text-wrapper .link {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
.cs-show-banner__text-wrapper .highlight {
  display: block;
  width: 4px;
  height: 20px;
  background-color: #04e369;
}
.cs-show-banner__text-wrapper .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
@media (min-width: 834px) {
  .cs-show-banner__text-wrapper .desc {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.cs-show-content {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cs-show-content {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cs-show-content {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cs-show-content {
  color: #111111;
  display: grid;
  gap: 36px;
  padding-top: 36px;
  padding-bottom: 42px;
}
@media (min-width: 834px) {
  .cs-show-content {
    gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cs-show-content__grid-wrapper {
  display: grid;
  gap: 16px;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 834px) {
  .cs-show-content__grid-wrapper {
    display: flex;
    gap: 25px;
    height: -moz-max-content;
    height: max-content;
  }
}
.cs-show-content__grid-item {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 834px) {
  .cs-show-content__grid-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.cs-show-content__grid-seperator {
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}
@media (min-width: 834px) {
  .cs-show-content__grid-seperator {
    width: 2px;
    height: 100%;
    min-height: 100px;
    align-self: center;
  }
}
.cs-show-content__number {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 834px) {
  .cs-show-content__number {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
  }
}
.cs-show-content__number span {
  color: #04e369;
}
.cs-show-content__detail {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 834px) {
  .cs-show-content__detail {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.cs-show-content__quote-wrapper {
  background-color: #e5f1ff;
  color: #002eeb;
  border-radius: 8px;
  display: grid;
  gap: 26px;
}
@media (min-width: 834px) {
  .cs-show-content__quote-wrapper {
    grid-template-columns: 90px 1fr;
    gap: 36px;
  }
}
.cs-show-content__quote-img {
  background-color: #f9f9f9;
  border-radius: 8px 0px 8px 0px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-show-content__quote-subwrapper {
  display: grid;
  padding: 0px 24px 28px 24px;
}
@media (min-width: 834px) {
  .cs-show-content__quote-subwrapper {
    padding: 24px 24px 34px 0px;
  }
}
.cs-show-content__quote-text {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 22px;
}
@media (min-width: 834px) {
  .cs-show-content__quote-text {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
.cs-show-content__quote-name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 4px;
}
@media (min-width: 834px) {
  .cs-show-content__quote-name {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 4px;
  }
}
.cs-show-content__quote-position {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 834px) {
  .cs-show-content__quote-position {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}
.cs-show-content__info-wrapper {
  display: grid;
  gap: 32px;
}
@media (min-width: 834px) {
  .cs-show-content__info-wrapper {
    gap: 54px;
    padding-top: 20px;
  }
}
.cs-show-content__info-subwrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 680px) {
  .cs-show-content__info-subwrapper {
    grid-template-columns: max-content 1fr;
    gap: 20px;
  }
}
.cs-show-content__info-subwrapper h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #111111;
  min-width: 180px;
}
@media (min-width: 834px) {
  .cs-show-content__info-subwrapper h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    min-width: 285px;
  }
}
.cs-show-content__info-subwrapper h2 span {
  color: #0142ff;
}
.cs-show-content__info-subwrapper .detail {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  display: grid;
  gap: 16px;
}
.cs-show-content__info-subwrapper .detail--main,
.cs-show-content__info-subwrapper .detail strong {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.cs-show-img {
  display: block;
  width: 100dvw;
  max-width: 1512px;
  margin: auto;
}
@media (min-width: 680px) {
  .cs-show-img {
    padding-bottom: 60px;
  }
}
@media (min-width: 834px) {
  .cs-show-img {
    padding-bottom: 95px;
  }
}
.cs-show-img--desktop {
  display: none;
}
@media (min-width: 680px) {
  .cs-show-img--desktop {
    display: block;
  }
}
.cs-show-img--mobile {
  display: block;
}
@media (min-width: 680px) {
  .cs-show-img--mobile {
    display: none;
  }
}
.cs-show-result {
  background-image: url("/assets/bg-pattern-mobile-687197af.png");
}
@media (min-width: 680px) {
  .cs-show-result {
    background-image: url("/assets/bg-pattern-0c043136.png");
    background-position: center;
  }
}
.cs-show-result {
  width: 100dvw;
  background-color: #0142ff;
}
.cs-show-result__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cs-show-result__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cs-show-result__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cs-show-result__wrapper {
  display: grid;
  gap: 36px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 834px) {
  .cs-show-result__wrapper {
    padding-top: 108px;
    padding-bottom: 126px;
  }
}
.cs-show-result__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #ffffff;
  margin: auto;
}
@media (min-width: 834px) {
  .cs-show-result__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
  }
}
.cs-show-result__title span {
  color: #04e369;
}
.cs-show-result__card {
  background-color: #ffffff;
  color: #111111;
  border-radius: 8px;
  padding: 24px;
  display: grid;
  gap: 16px;
  grid-template-rows: max-content 1fr;
}
@media (min-width: 834px) {
  .cs-show-result__card {
    padding: 28px;
  }
}
.cs-show-result__card img {
  width: 56px;
}
.cs-show-result__card-content {
  display: grid;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.cs-show-result__card-content .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .cs-show-result__card-content .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }
}
.cs-show-result__card-content .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.cs-show-result__card-content .desc strong {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.cs-show-result__card-wrapper {
  display: grid;
  gap: 12px;
  position: relative;
}
@media (min-width: 680px) {
  .cs-show-result__card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
  }
}
.cs-show-result__card-wrapper .decor {
  position: absolute;
  right: -10px;
  bottom: -24px;
}
@media (min-width: 680px) {
  .cs-show-result__card-wrapper .decor {
    bottom: unset;
    right: -64px;
    top: -24px;
  }
}
.cs-show-key {
  display: block;
  width: 100dvw;
  position: relative;
}
.cs-show-key .bg-gradient {
  position: absolute;
  z-index: -1;
  width: 40dvw;
  height: 300px;
  border-radius: 50%;
  filter: blur(250px);
  bottom: -150px;
  right: 0px;
  background: radial-gradient(circle, rgba(0, 116, 255, 0.8) 0%, rgba(0, 116, 255, 0.1) 100%);
}
.cs-show-key__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .cs-show-key__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .cs-show-key__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.cs-show-key__wrapper {
  display: grid;
  gap: 28px;
  padding-top: 48px;
  padding-bottom: 65px;
  justify-items: center;
}
@media (min-width: 680px) {
  .cs-show-key__wrapper {
    padding-top: 72px;
    padding-bottom: 90px;
  }
}
.cs-show-key__subwrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 680px) {
  .cs-show-key__subwrapper {
    grid-template-columns: 200px 1fr;
    gap: 15px;
  }
}
@media (min-width: 834px) {
  .cs-show-key__subwrapper {
    grid-template-columns: 307px 1fr;
    gap: 76px;
  }
}
.cs-show-key__title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
}
@media (min-width: 834px) {
  .cs-show-key__title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.cs-show-key__title span {
  color: #0142ff;
}
.cs-show-key__lists-wrapper {
  display: grid;
  gap: 20px;
}
@media (min-width: 834px) {
  .cs-show-key__lists-wrapper {
    gap: 24px;
  }
}
.cs-show-key__list {
  display: grid;
  grid-template-columns: 15px 1fr;
  gap: 8px;
}
.cs-show-key__list img {
  padding-top: 4px;
}
.cs-show-key__list p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.cs-show-key__list p strong {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.blog-index {
  display: block;
  position: relative;
}
.blog-index .bg-gradient {
  position: absolute;
  z-index: -1;
  background: rgba(0, 116, 255, 0.1019607843);
  width: 40dvw;
  height: 300px;
  border-radius: 50%;
  filter: blur(250px);
  opacity: 1;
}
.blog-index .bg-gradient--1 {
  top: 50px;
  left: -10%;
  background: radial-gradient(circle, rgba(0, 116, 255, 0.8) 0%, rgba(0, 116, 255, 0.1) 40%, rgb(255, 255, 255) 100%);
}
.blog-index .bg-gradient--2 {
  top: 50px;
  right: -10%;
  background: radial-gradient(circle, rgba(2, 250, 114, 0.8) 0%, rgba(0, 116, 255, 0.1) 40%, rgb(255, 255, 255) 100%);
}
.blog-index__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-index__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-index__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-index__banner {
  display: grid;
  padding-top: 110px;
  padding-bottom: 40px;
}
@media (min-width: 834px) {
  .blog-index__banner {
    grid-template-columns: 1fr 1fr;
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.blog-index__banner-content-wrapper {
  display: grid;
  gap: 24px;
}
.blog-index__banner-content-wrapper h1 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
}
@media (min-width: 834px) {
  .blog-index__banner-content-wrapper h1 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 76px;
  }
}
.blog-index__banner-content-wrapper p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  max-width: 459px;
}
@media (min-width: 834px) {
  .blog-index__banner-content-wrapper p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-index__banner-content-wrapper .subscribe {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  max-width: 459px;
}
@media (min-width: 834px) {
  .blog-index__banner-content-wrapper .subscribe {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-index__banner-icon-wrapper {
  position: relative;
  width: 100%;
  display: grid;
}
.blog-index__banner-icon-wrapper .icon-1 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 28px;
  bottom: 50px;
  right: 5%;
  animation: float-1 4s ease-in-out infinite;
}
@media (min-width: 834px) {
  .blog-index__banner-icon-wrapper .icon-1 {
    width: 68px;
    bottom: 80px;
    right: 40%;
  }
}
.blog-index__banner-icon-wrapper .icon-2 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 18px rgba(1, 66, 255, 0.1490196078));
  width: 34px;
  bottom: 130px;
  right: 30%;
  animation: float-2 5s ease-in-out infinite;
}
@media (min-width: 834px) {
  .blog-index__banner-icon-wrapper .icon-2 {
    width: 80px;
    bottom: 10px;
    right: 60%;
  }
}
.blog-index__banner-icon-wrapper .icon-3 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 4px 16px rgba(4, 227, 105, 0.1490196078));
  width: 18px;
  bottom: 0px;
  right: 20%;
  animation: float-3 3.5s ease-in-out infinite;
}
@media (min-width: 834px) {
  .blog-index__banner-icon-wrapper .icon-3 {
    width: 40px;
    bottom: 50px;
    right: 20%;
  }
}
.blog-index__load-more {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-index__load-more {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-index__load-more {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-index__load-more {
  display: grid;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 70px;
  margin: auto;
}
@media (min-width: 834px) {
  .blog-index__load-more {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 75px;
    padding-bottom: 88px;
  }
}
.blog-featured-card {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-featured-card {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-featured-card {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-featured-card {
  display: grid;
}
.blog-featured-card__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.blog-featured-card__wrapper > *:nth-child(2) {
  order: -1;
}
@media (min-width: 834px) {
  .blog-featured-card__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-featured-card__wrapper > *:nth-child(2) {
    order: 1;
  }
}
.blog-featured-card__image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 552/310;
}
@media (min-width: 834px) {
  .blog-featured-card__image-wrapper {
    width: 100%;
    height: 100%;
  }
}
.blog-featured-card__image {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.blog-featured-card__content-wrapper {
  display: grid;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
.blog-featured-card__content-wrapper .tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background-color: #0142ff;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 834px) {
  .blog-featured-card__content-wrapper .tag {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
}
.blog-featured-card__content-wrapper .title-wrapper {
  display: grid;
  gap: 8px;
}
.blog-featured-card__content-wrapper .title-wrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 834px) {
  .blog-featured-card__content-wrapper .title-wrapper .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }
}
.blog-featured-card__content-wrapper .title-wrapper .date {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #475467;
}
.blog-featured-card__content-wrapper .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
@media (min-width: 834px) {
  .blog-featured-card__content-wrapper .desc {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-featured-card__content-wrapper .author {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-radius: 28px;
}
.blog-featured-card:hover .blog-featured-card__image {
  transform: scale(1.1) rotate(-3deg);
}
.blog-featured-card:hover .blog-featured-card__content-wrapper > .title-wrapper > .title {
  color: #0142ff;
}
.blog-tags {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-tags {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-tags {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 46px;
  padding-bottom: 24px;
}
@media (min-width: 834px) {
  .blog-tags {
    gap: 16px;
    padding-top: 70px;
    padding-bottom: 36px;
  }
}
.blog-tags .tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #0142ff;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e5f1ff;
}
.blog-tags .tag--active {
  background-color: #e5f1ff;
}
.blog-cards {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-cards {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-cards {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 680px) {
  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 834px) {
  .blog-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-card {
  display: grid;
  gap: 20px;
}
@media (min-width: 834px) {
  .blog-card {
    gap: 16px;
  }
}
.blog-card__image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 306/201;
}
@media (min-width: 834px) {
  .blog-card__image-wrapper {
    width: 100%;
    height: 100%;
    max-width: 360px;
  }
}
.blog-card__image {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.blog-card__content-wrapper {
  display: grid;
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
.blog-card__content-wrapper .tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background-color: #0142ff;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 834px) {
  .blog-card__content-wrapper .tag {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
}
.blog-card__content-wrapper .title-wrapper {
  display: grid;
  gap: 8px;
}
.blog-card__content-wrapper .title-wrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  transition: all 0.3s ease-in-out;
  text-align: start;
}
.blog-card__content-wrapper .title-wrapper .date {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #475467;
}
.blog-card__content-wrapper .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  padding-top: 4px;
}
.blog-card__content-wrapper .author {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-radius: 28px;
}
.blog-card:hover .blog-card__image {
  transform: scale(1.1) rotate(-3deg);
}
.blog-card:hover .blog-card__content-wrapper > .title-wrapper > .title {
  color: #0142ff;
}
.blog-show-banner {
  background: linear-gradient(180deg, rgba(1, 66, 255, 0.25) -47.83%, rgba(1, 66, 255, 0) 124.97%);
  padding-top: 96px;
  padding-bottom: 40px;
}
@media (min-width: 834px) {
  .blog-show-banner {
    padding-top: 160px;
    padding-bottom: 75px;
  }
}
.blog-show-banner__wrapper {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-show-banner__wrapper {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-show-banner__wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-show-banner__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.blog-show-banner__wrapper > *:nth-child(2) {
  order: -1;
}
@media (min-width: 834px) {
  .blog-show-banner__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
  }
  .blog-show-banner__wrapper > *:nth-child(2) {
    order: 1;
  }
}
.blog-show-banner__image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 552/310;
}
@media (min-width: 834px) {
  .blog-show-banner__image-wrapper {
    width: 100%;
    height: 100%;
  }
}
.blog-show-banner__image {
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.blog-show-banner__content-wrapper {
  display: grid;
  gap: 12px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
.blog-show-banner__content-wrapper .tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background-color: #0142ff;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 834px) {
  .blog-show-banner__content-wrapper .tag {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
}
.blog-show-banner__content-wrapper .title-wrapper {
  display: grid;
  gap: 12px;
}
.blog-show-banner__content-wrapper .title-wrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #111111;
}
@media (min-width: 834px) {
  .blog-show-banner__content-wrapper .title-wrapper .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }
}
.blog-show-banner__content-wrapper .title-wrapper .date {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #475467;
}
.blog-show-banner__content-wrapper .desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.blog-show-banner__content-wrapper .author {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-radius: 28px;
}
.blog-show-banner__social-wrapper {
  padding-top: 36px;
}
@media (min-width: 834px) {
  .blog-show-banner__social-wrapper {
    padding-top: 54px;
  }
}
.blog-show-content {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-show-content {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-show-content {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-show-content {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  padding-top: 36px;
  display: grid;
  gap: 36px;
}
.blog-show-content > *:nth-child(2) {
  order: -1;
}
@media (min-width: 834px) {
  .blog-show-content {
    padding-top: 60px;
    grid-template-columns: 1fr 264px;
    gap: 24px;
  }
  .blog-show-content > *:nth-child(2) {
    order: 1;
  }
}
.blog-show-related {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .blog-show-related {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .blog-show-related {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.blog-show-related {
  display: grid;
  gap: 36px;
  padding-top: 72px;
  padding-bottom: 54px;
}
@media (min-width: 834px) {
  .blog-show-related {
    gap: 50px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.blog-show-related h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  text-align: center;
}
@media (min-width: 834px) {
  .blog-show-related h2 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}
.blog-content .highlight {
  color: #0142ff;
  padding-bottom: 16px;
}
.blog-content p {
  padding-bottom: 12px;
}
.blog-content h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  padding-top: 44px;
  padding-bottom: 32px;
}
@media (min-width: 834px) {
  .blog-content h2 {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
.blog-content h3 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 834px) {
  .blog-content h3 {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
.blog-content blockquote {
  position: relative;
  background-color: #e5f1ff;
  color: #111111;
  padding: 20px 20px 20px 60px;
  border-radius: 4px;
  margin: 20px 0;
}
.blog-content blockquote::before {
  content: " ";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  background: url("/assets/icons/blockquote-41326419.svg") no-repeat center center;
  background-size: contain;
}
.blog-content blockquote p {
  margin: 0;
}
.blog-content img {
  width: 100%;
  margin: auto;
  padding: 12px 0px;
}
.blog-content figure > figcaption {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding-bottom: 12px;
}
.blog-toc {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
}
.blog-toc__wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px;
  align-items: center;
}
.blog-toc__wrapper .title {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
}
@media (min-width: 834px) {
  .blog-toc__wrapper .title {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
}
.blog-toc__wrapper .icon {
  width: 20px;
}
@media (min-width: 834px) {
  .blog-toc__wrapper .icon {
    width: 24px;
  }
}
.blog-toc__seperator {
  display: grid;
  width: 100%;
  height: 1px;
  background-color: #111111;
  margin-top: 12px;
  margin-bottom: 14px;
}
@media (min-width: 834px) {
  .blog-toc__seperator {
    margin-bottom: 17px;
  }
}
.blog-toc__lists-wrapper {
  display: grid;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.blog-toc__lists-wrapper ::before {
  content: "/";
  padding-right: 8px;
}
.blog-toc__lists-wrapper :hover {
  color: #0142ff;
}
.blog-author {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background-color: #f9f9f9;
  color: #111111;
  padding: 20px;
  display: grid;
  gap: 12px;
  padding-bottom: 28px;
}
.blog-author .tag {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background-color: #0142ff;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 4px;
}
@media (min-width: 834px) {
  .blog-author .tag {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
  }
}
.blog-author__profile {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px;
  align-content: center;
}
.blog-author__profile .profile-img {
  width: 40px;
  height: 40px;
  padding: 0;
}
.blog-author__profile .name {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.blog-author__profile .position {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.blog-author__profile-wrapper {
  display: grid;
  gap: 2px;
}
.blog-author__desc {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.share-wrapper {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
.share-list {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
.share-item {
  position: relative;
}
.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.share-icon {
  width: 28px;
  height: 28px;
}
.share-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.privacy {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .privacy {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .privacy {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.privacy {
  padding-top: 110px;
  padding-bottom: 40px;
}
@media (min-width: 834px) {
  .privacy {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.privacy h1 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #111111;
  text-align: center;
  padding-bottom: 32px;
}
@media (min-width: 834px) {
  .privacy h1 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 52px;
  }
}
.privacy__content {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  display: grid;
  gap: 32px;
}
.privacy__content h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  padding-bottom: 12px;
}
.service-level-agreement {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .service-level-agreement {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .service-level-agreement {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.service-level-agreement {
  padding-top: 110px;
  padding-bottom: 40px;
}
@media (min-width: 834px) {
  .service-level-agreement {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.service-level-agreement h1 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #111111;
  text-align: center;
  padding-bottom: 32px;
}
@media (min-width: 834px) {
  .service-level-agreement h1 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 52px;
  }
}
.service-level-agreement__content {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  display: grid;
  gap: 32px;
}
.service-level-agreement__content h2 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #111111;
  padding-bottom: 12px;
}
.service-level-agreement__content ul {
  list-style-type: none;
  padding-left: 24px;
  margin: 0;
}
.service-level-agreement__content ul li {
  margin-bottom: 8px;
}
.service-level-agreement__content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.service-level-agreement__content table thead tr {
  background-color: #f9f9f9;
}
.service-level-agreement__content table th,
.service-level-agreement__content table td {
  border: 1px solid #dadde2;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}
.service-level-agreement__content table th {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.service-level-agreement__content table td {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
.service-level-agreement__content a {
  color: #0142ff;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
  transition: all 0.2s ease-in-out;
}
.service-level-agreement__content a:hover {
  color: #002eeb;
}
.service-level-agreement__content .mobile-table {
  display: block;
  margin-top: 16px;
}
.service-level-agreement__content .mobile-table p {
  margin-bottom: 16px;
}
@media (min-width: 834px) {
  .service-level-agreement__content .mobile-table {
    display: none;
  }
}
.service-level-agreement__content .desktop-table {
  display: none;
}
@media (min-width: 834px) {
  .service-level-agreement__content .desktop-table {
    display: table;
  }
}
.error-page {
  padding: 0px 22px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 680px) and (max-width: 834px) {
  .error-page {
    padding: 0px 24px;
  }
}
@media (min-width: 1200px) {
  .error-page {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0px;
  }
}
.error-page {
  padding-top: 155px;
  padding-bottom: 120px;
  display: grid;
  text-align: center;
  justify-items: center;
  gap: 12px;
}
@media (min-width: 834px) {
  .error-page {
    padding-top: 240px;
    padding-bottom: 175px;
  }
}
.error-page h1 {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #111111;
  padding-top: 4px;
  padding-bottom: 12px;
}
@media (min-width: 834px) {
  .error-page h1 {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.error-page p {
  font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  padding-bottom: 12px;
}
@media (min-width: 834px) {
  .error-page p {
    font-family: "Satoshi", "Noto Sans HK", "Noto Sans Thai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100dvh;
}
[id] {
  scroll-margin-top: 120px;
}
.hidden {
  display: none !important;
}
.no-scroll {
  height: 100dvh;
  overflow: hidden !important;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: none;
  position: relative;
}
::-webkit-scrollbar-thumb {
  background-color: #858585;
}
::-webkit-scrollbar-thumb:hover {
  background: #858585;
}
h1,
h2,
h3,
h4,
p {
  padding: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}