@charset "UTF-8";
:root {
  --mainColor: #569ee2;
  --deepColor: #0070a6;
  --cyanColor: #05b2d9;
  --secondColor: #28b9b2;
  --purpleColor: #5754b0;
  --accentColor: #f1ce2b;
  --warmColor: #ffbf5e;
  --darkColor: #272727;
  --titleColor: var(--darkColor);
  --titleColorSoft: #333;
  --textColor: #8d8d8d;
  --subTextColor: #757575;
  --lightColor: #85b1dc;
  --thirdColor: #f1fcff;
  --grayBg: #f1f1f1;
  --heroBg: #53a6e5;
  --heroGlow: 100, 228, 253;
  --linkColor: #000;
  --linkHoverColor: var(--deepColor);
  --btnColor: #fff;
  --btnBgColor: var(--mainColor);
  --lineColor: rgba(0, 0, 0, 0.1);
  --maskColor: rgba(0, 0, 0, 0.7);
  --brandGradient: linear-gradient(
      to right,
      var(--deepColor),
      var(--cyanColor)
  );
  --btnShadow: 4.774px 5.119px 15px 0px rgba(195, 195, 195, 0.75);
  --btnIconShadow: 1px 1.732px 5px 0px rgba(168, 168, 168, 0.75);
  --cardShadow: 6.293px 7.771px 20px 0px rgba(202, 202, 202, 0.75);
  --softShadow: 1px 2px 12px rgba(0, 0, 0, 0.05);
  --mainFont:
      "Inter", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  --:
      "Inter", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Arial,
      sans-serif;
  --enTitleFont: Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  --titleSize: 60px;
  --titleSizeMedium: 45px;
  --titleSizeSmall: 36px;
  --titleSizeXSmall: 26px;
  --subtitleSize: 20px;
  --subtitleSizeSmall: 22px;
  --subtitleSizeXSmall: 18px;
  --textSize: 18px;
  --textSizeSmall: 16px;
  --textSizeBase: 17px;
  --sectionTitleSize: 52px;
  --sectionSubSize: 21px;
  --containerXl: 1560px;
  --containerWide: 1200px;
  --containerNarrow: 1520px;
  --titleTracking: 1px;
  --bodyLineHeight: 1.5;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --fBorderColor: #d9dfe8;
  --fLabelColor: #666;
  --fLabelColorBlue: var(--mainColor);
  --fInputColor: var(--darkColor);
  --fReqColor: #e0004d;
  --fBg: #f4f7fa;
  --fPadV: 16px;
  --fGap: 40px;
}

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

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: inherit;
  position: relative;
  background-color: var(--thirdColor);
  color: var(--textColor);
  overflow-x: hidden;
  font-family: var(--mainFont);
  font-size: var(--textSize);
  line-height: var(--bodyLineHeight);
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    font-size: var(--textSizeSmall);
  }
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: var(--titleFont);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--titleTracking);
  color: var(--titleColor);
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

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

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

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

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

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

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}

::-moz-selection {
  background-color: #bfdbfe;
  color: #1e3a8a;
}

::selection {
  background-color: #bfdbfe;
  color: #1e3a8a;
}

.mainArea {
  padding-bottom: 0;
}

.btnPill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 60px;
  padding: 6px 26px 6px 6px;
  border-radius: 99em;
  background-color: var(--mainColor);
  box-shadow: var(--btnShadow);
  color: var(--btnColor);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.btnPill .btnIcon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--mainColor);
  box-shadow: var(--btnIconShadow);
  font-size: 20px;
  transition: all 0.4s ease;
}
.btnPill.isTeal {
  background-color: var(--secondColor);
}
.btnPill.isTeal .btnIcon {
  color: var(--secondColor);
}
.btnPill.isPurple {
  background-color: var(--purpleColor);
  box-shadow: 4.774px 5.119px 15px 0px rgba(87, 84, 176, 0.45);
}
.btnPill.isPurple .btnIcon {
  color: var(--purpleColor);
}
@media (hover: hover) and (pointer: fine) {
  .btnPill:hover {
    background-color: #fff;
    color: var(--mainColor);
  }
  .btnPill:hover .btnIcon {
    background-color: var(--mainColor);
    color: #fff;
  }
  .btnPill:hover.isTeal {
    color: var(--secondColor);
  }
  .btnPill:hover.isTeal .btnIcon {
    background-color: var(--secondColor);
  }
  .btnPill:hover.isPurple {
    color: var(--purpleColor);
  }
  .btnPill:hover.isPurple .btnIcon {
    background-color: var(--purpleColor);
  }
}

.btnBox {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.btnBox .btn {
  display: flex;
  width: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
}
.btnBox .btn.bgMain {
  background: var(--mainColor);
  border-radius: 99px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 10px;
  height: 70px;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
}
.btnBox .btn.bgMain .btnText {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  padding-left: 15px;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .btnBox .btn.bgMain .btnText {
    padding-left: 35px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .btnBox .btn.bgMain .btnText {
    padding-left: 45px;
    font-size: 14px;
  }
}
.btnBox .btn.bgMain .arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 99px;
  position: relative;
  transition: 0.5s;
}
.btnBox .btn.bgMain .arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #85b1dc;
  border-width: 2px 2px 0 0;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.btnBox .btn.bgMain .arrow::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #85b1dc;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btnBox .btn.bgMain:hover {
    background-color: #fff;
  }
  .btnBox .btn.bgMain:hover .btnText {
    color: var(--mainColor);
  }
  .btnBox .btn.bgMain:hover .arrow {
    background: var(--mainColor);
  }
  .btnBox .btn.bgMain:hover .arrow::before {
    border-color: #fff;
  }
  .btnBox .btn.bgMain:hover .arrow::after {
    background: #fff;
  }
}
.btnBox.single {
  max-width: 100%;
  margin: 0;
}
.btnBox.single .btn.colorMain {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 99px;
  padding: 10px 30px;
  height: 48px;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btnBox.single .btn.colorMain:hover {
    background-color: var(--mainColor);
    color: #fff;
  }
}

.glass {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgb(255, 255, 255);
  box-shadow: var(--softShadow);
  border-radius: 1.25rem;
}

@media (hover: hover) and (pointer: fine) {
  .glass-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--cardShadow);
    transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  }
}

.icon-3d {
  background: linear-gradient(135deg, #ffffff, #f0f4f8);
  box-shadow: -3.83px -3.214px 8px 0px rgba(255, 255, 255, 0.8), 4.774px 5.119px 15px 0px rgba(195, 195, 195, 0.55);
}

.text-gradient {
  background: var(--brandGradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.watermark-text {
  font-size: 8rem;
  font-weight: 900;
  color: rgba(86, 158, 226, 0.04);
  position: absolute;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.ileo-hero-title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: var(--titleColor);
  font-family: var(--titleFont);
  font-size: clamp(42px, 5.3vw, 66px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  font-synthesis: none;
}

.ileo-hero-title::before {
  content: "";
  position: absolute;
  top: -18px;
  right: clamp(-26px, -2vw, -10px);
  width: 58px;
  height: 58px;
  border: 2px dashed rgba(86, 158, 226, 0.55);
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 640px) {
  .ileo-hero-title::before {
    width: 46px;
    height: 46px;
  }
}

.ileo-hero-title::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accentColor);
  box-shadow: -18px -12px 0 var(--secondColor), 18px 14px 0 rgba(86, 158, 226, 0.35);
  pointer-events: none;
}

.titleBox {
  position: relative;
  isolation: isolate;
  text-align: center;
  margin-bottom: 5rem;
}

.titleBox::before,
.titleBox::after {
  content: none;
}

.decoTitle {
  display: block;
  margin-bottom: 10px;
  color: var(--mainColor);
  font-family: var(--enTitleFont);
  font-size: clamp(26px, 4.4vw, 45px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.titleBox .title {
  color: var(--titleColor);
  font-family: var(--titleFont);
  font-size: var(--sectionTitleSize);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-synthesis: none;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .titleBox .title {
    font-size: 44px;
  }
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 540px) {
  .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .titleBox .title {
    font-size: 28px;
  }
}

.titleBox .subtitle {
  color: var(--titleColor);
  font-family: var(--);
  font-size: var(--subtitleSize);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: var(--subtitleSizeSmall);
  }
}
@media (max-width: 480px) {
  .titleBox .subtitle {
    font-size: var(--subtitleSizeXSmall);
  }
}

.titleBox p,
.titleBox .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  color: var(--subTextColor);
  font-size: var(--sectionSubSize);
  line-height: 1.75;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .titleBox p,
  .titleBox .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox p,
  .titleBox .text {
    font-size: 18px;
  }
}

.titleBox.isInverse .decoTitle,
.titleBox.isInverse .title,
.titleBox.isInverse .subtitle,
.titleBox.isInverse .text {
  color: #fff;
}

#navbar {
  position: fixed;
  width: 100%;
  z-index: 50;
  padding-top: 20px;
  transition: all 0.5s ease;
}
#navbar .navLogo {
  filter: brightness(0) invert(1);
  transition: filter 0.4s ease;
}
#navbar.isScrolled {
  padding-top: 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#navbar.isScrolled .navLogo {
  filter: none;
}
@media (max-width: 575px) {
  #navbar {
    padding-top: 0;
    background: transparent;
  }
  #navbar .navLogo {
    height: 50px;
    filter: none;
  }
  #navbar.isScrolled {
    background: transparent;
    box-shadow: none;
  }
}

.navMenu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 99em;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .navMenu a:hover {
    background-color: rgba(255, 255, 255, 0.18);
  }
}

#navbar.isScrolled .navMenu a {
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  #navbar.isScrolled .navMenu a:hover {
    background-color: var(--mainColor);
    color: #fff;
    box-shadow: none;
  }
}

.getPiceBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 53px;
  padding: 0 26px;
  border-radius: 25px;
  background-color: var(--mainColor);
  box-shadow: -3.83px -3.214px 8px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .getPiceBtn:hover {
    background-color: var(--deepColor);
  }
}

.getPiceBtn.navCta {
  margin-left: 16px;
  height: 64px;
  padding: 0 48px;
  border-radius: 30px;
  gap: 10px;
  font-size: 17px;
  box-shadow: 0 7px 18px rgba(255, 255, 255, 0.2), 0 12px 36px rgba(255, 255, 255, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .getPiceBtn.navCta:hover {
    background-color: #fff;
    color: var(--mainColor);
  }
}

#scanBtn {
  flex-shrink: 0;
  height: 64px;
  padding-left: 12px;
  padding-right: 40px;
  border-radius: 9999px;
  box-shadow: 0 7px 18px rgba(255, 255, 255, 0.2), 0 12px 36px rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  #scanBtn {
    width: 61px;
    height: 61px;
    padding: 0;
    border: 6px solid #fff;
    background: #6ba8e6;
    box-shadow: none;
    color: #fff;
    font-size: 0;
  }
}

.navToggle {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: -3.83px -3.214px 8px 0px rgba(224, 224, 224, 0.75);
  cursor: pointer;
  transition: all 0.4s ease;
}
.navToggle i {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--mainColor);
  transition: 0.4s;
}
.navToggle.isOpen i:nth-child(1) {
  transform: rotate(45deg) translate(4px, 6px);
}
.navToggle.isOpen i:nth-child(2) {
  opacity: 0;
}
.navToggle.isOpen i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

.navToggle.navToggleDesktop {
  width: 64px;
  height: 64px;
  gap: 7px;
  margin-left: 20px;
}
.navToggle.navToggleDesktop i {
  width: 30px;
}
.navToggle.navToggleDesktop.isOpen i:nth-child(1) {
  transform: rotate(45deg) translate(5px, 7px);
}
.navToggle.navToggleDesktop.isOpen i:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -7px);
}

#navPanel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#navPanel.isOpen {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navPanel a {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  #navPanel a:hover {
    color: var(--mainColor);
  }
}
@media (min-width: 640px) {
  #navPanel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #navPanel {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575px) {
  #navPanel {
    top: 73px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.navWrap {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .navWrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .navWrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575px) {
  .navWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.navBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media (max-width: 575px) {
  .navBar {
    height: 73px;
    align-items: stretch;
    background: #fff;
  }
}

.navLogoLink {
  flex-shrink: 0;
  display: block;
}
@media (max-width: 575px) {
  .navLogoLink {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
    padding-left: 20px;
    padding-right: 14px;
    background: #fff;
  }
  .navLogoLink .Img {
    display: flex;
    align-items: center;
    min-width: 0;
  }
}

.navLogo {
  display: block;
  height: 53px;
  width: auto;
}

.navActions {
  display: none;
}
@media (min-width: 1024px) {
  .navActions {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}

.navActionsMobile {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1024px) {
  .navActionsMobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .navActionsMobile {
    flex: 0 0 auto;
    gap: 0;
    align-items: stretch;
  }
}

.navMenu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.getPiceBtn i {
  font-size: 1.125rem;
}

.getPiceBtn.getPiceBtnSm {
  height: 48px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .getPiceBtn.getPiceBtnSm {
    width: 73px;
    height: 73px;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    gap: 0;
    background: var(--secondColor);
    color: #fff;
    font-size: 0;
  }
  .getPiceBtn.getPiceBtnSm i {
    display: block;
    font-size: 34px;
    line-height: 1;
  }
}

.navToggle.navToggleSm {
  width: 48px;
  height: 48px;
}
@media (max-width: 575px) {
  .navToggle.navToggleSm {
    width: 73px;
    height: 73px;
    border-radius: 0;
    box-shadow: none;
    gap: 8px;
    background: var(--mainColor);
  }
  .navToggle.navToggleSm i {
    width: 34px;
    height: 3px;
    background: #fff;
  }
  .navToggle.navToggleSm.isOpen i:nth-child(1) {
    transform: rotate(45deg) translate(7px, 8px);
  }
  .navToggle.navToggleSm.isOpen i:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -8px);
  }
}

.navPanelWrap {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}

.navPanelCard {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.1);
  border: 1px solid #f1f5f9;
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .navPanelCard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .navPanelCard {
    grid-template-columns: 1fr;
    border-radius: 0 0 18px 18px;
    padding: 18px 22px 22px;
    row-gap: 0;
  }
}

.navPanelLink {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #334155;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #f1f5f9;
}
@media (max-width: 575px) {
  .navPanelLink {
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 0;
  }
}

.navPanelContact {
  grid-column: 1/-1;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 640px) {
  .navPanelContact {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.navPanelInfo {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #64748b;
}
.navPanelInfo > * + * {
  margin-top: 0.75rem;
}
.navPanelInfo p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navPanelInfo i {
  color: var(--mainColor);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.loader {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-left-color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.float {
  animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cloudDriftR {
  animation: cloudDriftR 10s linear infinite;
  animation-delay: -2.5s;
}

@keyframes cloudDriftR {
  0% {
    transform: translateX(320px);
    opacity: 0.5;
  }
  25% {
    opacity: 0.5;
  }
  60% {
    opacity: 0;
  }
  100% {
    transform: translateX(-440px);
    opacity: 0;
  }
}
.cloudDriftL {
  animation: cloudDriftL 14s linear infinite;
  animation-delay: -6s;
}

@keyframes cloudDriftL {
  0% {
    transform: translateX(-320px);
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateX(520px);
    opacity: 0;
  }
}
@keyframes adFloating {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.isLoading {
  opacity: 0.8;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.isPulsing {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

details summary::-webkit-details-marker {
  display: none;
}
details[open] summary i {
  transform: rotate(180deg);
}

.faqArea {
  padding-top: 96px;
  padding-bottom: 112px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .faqArea {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .faqArea {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.faqArea .wrap {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .faqArea .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .faqArea .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.faqArea .faqDeco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}
.faqArea .faqDeco img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes faqFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.faqArea .faqDecoTopLeft {
  top: 9%;
  left: 8%;
  width: 220px;
  animation: faqFloat 6s ease-in-out infinite;
}
.faqArea .faqDecoBottomLeft {
  bottom: 24%;
  left: -4%;
  width: 190px;
  animation: faqFloat 7s ease-in-out -1.5s infinite;
}
.faqArea .faqDecoTopRight {
  top: 5%;
  right: 7%;
  width: 250px;
  animation: faqFloat 6.5s ease-in-out -0.8s infinite;
}
.faqArea .faqDecoRight {
  top: 55%;
  right: 2%;
  width: 150px;
  animation: faqFloat 5.5s ease-in-out -2.2s infinite;
}
@media (max-width: 1180px) {
  .faqArea .faqDeco {
    opacity: 0.5;
  }
  .faqArea .faqDecoTopLeft {
    width: 100px;
  }
  .faqArea .faqDecoBottomLeft {
    width: 130px;
  }
  .faqArea .faqDecoTopRight {
    width: 150px;
  }
  .faqArea .faqDecoRight {
    width: 130px;
  }
}
@media (max-width: 768px) {
  .faqArea .faqDeco {
    display: none;
  }
}
.faqArea summary span {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
}
.faqArea details > div {
  font-size: var(--sectionSubSize);
  color: var(--subTextColor);
  line-height: 1.75;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .faqArea details > div {
    font-size: 1rem;
  }
}
.faqArea details[open] > div::before {
  content: "";
  display: block;
  height: 1px;
  background: var(--lineColor);
  margin-bottom: 20px;
}

.faqMore {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.faqMoreBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: var(--mainColor);
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 0 0 14px #e6e7e7, 0 10px 26px rgba(86, 158, 226, 0.3);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background-color 0.35s var(--ease), color 0.35s var(--ease);
}
.faqMoreBtn i {
  transition: transform 0.4s var(--ease);
}
.faqMoreBtn::before {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 50%;
  border: 2px dotted #cfd1d2;
}
@media (hover: hover) and (pointer: fine) {
  .faqMoreBtn:hover {
    transform: scale(1.06);
    background: var(--mainColor);
    color: #fff;
    box-shadow: 0 0 0 14px #e6e7e7, 0 12px 30px rgba(86, 158, 226, 0.4);
  }
}
.faqMoreBtn.isOpen i {
  transform: rotate(45deg);
}

.faqArea .titleBox {
  margin-bottom: 64px;
}
@media (max-width: 1180px) {
  .faqArea .titleBox {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .faqArea .titleBox {
    margin-bottom: 30px;
  }
}

.faqList > * + * {
  margin-top: 1rem;
}

.faqDetails {
  background: #f8fafc;
  border-radius: 1rem;
  border: 1px solid #f1f5f9;
}

.faqSummary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  cursor: pointer;
  list-style: none;
}
@media (max-width: 768px) {
  .faqSummary {
    padding: 1rem;
  }
}

.faqSummaryMain {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.faqIcon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.faqIcon i {
  font-size: 1.25rem;
}
.faqIcon.isPrimary {
  color: var(--mainColor);
}
.faqIcon.isSecondary {
  color: var(--secondColor);
}
.faqIcon.isAmber {
  color: #f59e0b;
}

.faqCaret {
  color: #94a3b8;
  transition: transform 0.3s;
}

.faqAnswer {
  padding-left: 5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.heroWaves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 30dvh;
  min-height: 180px;
  max-height: 320px;
  z-index: 2;
  pointer-events: none;
}
.heroWaves svg {
  width: 100%;
  height: 100%;
}
.heroWaves .waveParallax > use {
  animation: waveMove 12s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite alternate;
}
.heroWaves .waveParallax > use:nth-child(1) {
  animation-name: waveMove;
  animation-duration: 5s;
  animation-delay: -1.3s;
  animation-timing-function: ease-in-out;
}
.heroWaves .waveParallax > use:nth-child(2) {
  animation-name: waveMove2;
  animation-duration: 6.7s;
  animation-delay: -3.1s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}
.heroWaves .waveParallax > use:nth-child(3) {
  animation-name: waveMove3;
  animation-duration: 8.3s;
  animation-delay: -2.2s;
  animation-timing-function: ease-in-out;
}
.heroWaves .waveParallax > use:nth-child(4) {
  animation-name: waveMove4;
  animation-duration: 10.1s;
  animation-delay: -4.6s;
  animation-timing-function: cubic-bezier(0.5, 0.1, 0.5, 0.9);
}
@media (max-width: 575px) {
  .heroWaves {
    display: none;
  }
}

@keyframes waveMove {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  50% {
    transform: translate3d(-8px, -7px, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes waveMove2 {
  0% {
    transform: translate3d(80px, 0, 0);
  }
  50% {
    transform: translate3d(-12px, 6px, 0);
  }
  100% {
    transform: translate3d(-100px, 0, 0);
  }
}
@keyframes waveMove3 {
  0% {
    transform: translate3d(-60px, 2px, 0);
  }
  50% {
    transform: translate3d(40px, -9px, 0);
  }
  100% {
    transform: translate3d(115px, 0, 0);
  }
}
@keyframes waveMove4 {
  0% {
    transform: translate3d(125px, 0, 0);
  }
  50% {
    transform: translate3d(20px, 8px, 0);
  }
  100% {
    transform: translate3d(-75px, -3px, 0);
  }
}
.floatObj {
  animation: floating 6s ease-in-out infinite;
}
.floatObj.delay-1 {
  animation-delay: -2s;
}
.floatObj.delay-2 {
  animation-delay: -4s;
}

.scrollDown {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  border: 2px dotted rgba(255, 255, 255, 0.9);
}
.scrollDown::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transform: translate(-50%, -50%);
}
.scrollDown::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
.scrollDown .scrollDot {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  color: #5b9bd5;
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@media (max-width: 575px) {
  .scrollDown {
    display: none;
  }
}

@keyframes scrollPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}
@keyframes caseScrollUp1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes caseScrollUp2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes caseScrollUp3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.bannerArea {
  position: relative;
  min-height: max(950px, 100dvh);
  display: flex;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 160px;
  overflow: hidden;
  background: var(--heroBg);
}
@media (max-width: 575px) {
  .bannerArea {
    min-height: 100dvh;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, var(--heroBg) 0%, #47cfe0 100%);
  }
}

.heroGlow {
  position: absolute;
  width: 560px;
  height: 560px;
  background: rgba(var(--heroGlow), 0.6);
  border-radius: 9999px;
  filter: blur(150px);
  pointer-events: none;
}
@media (max-width: 575px) {
  .heroGlow {
    display: none;
  }
}

.heroGlowTR {
  top: -6rem;
  right: -6rem;
}

.heroGlowBL {
  width: 520px;
  height: 520px;
  bottom: -7rem;
  left: -7rem;
}

.heroCloud {
  position: absolute;
  z-index: 30;
  pointer-events: none;
  display: none;
}
@media (max-width: 575px) {
  .heroCloud {
    display: none;
  }
}

.heroCloudTL {
  top: 9rem;
  left: 4%;
  width: 14rem;
}
@media (min-width: 768px) {
  .heroCloudTL {
    display: block;
  }
}

.heroCloudBL {
  bottom: 3rem;
  left: 6%;
  width: 13.5rem;
}
@media (min-width: 768px) {
  .heroCloudBL {
    display: block;
  }
}

.heroCloudBR {
  bottom: 7rem;
  right: 8%;
  width: 12.5rem;
}
@media (min-width: 1024px) {
  .heroCloudBR {
    display: block;
  }
}

.bannerArea .wrap {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {
  .bannerArea .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .bannerArea .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575px) {
  .bannerArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.bannerGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .bannerGrid {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 575px) {
  .bannerGrid {
    gap: 36px;
  }
}

.bannerCopy {
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .bannerCopy {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .bannerCopy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bannerTitle {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}
@media (min-width: 1024px) {
  .bannerTitle {
    text-align: left;
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .bannerTitle {
    white-space: nowrap;
  }
}
@media (min-width: 1440px) {
  .bannerTitle {
    font-size: 3.25rem;
  }
}
@media (min-width: 1600px) {
  .bannerTitle {
    font-size: 3.75rem;
  }
}
@media (max-width: 375px) {
  .bannerTitle {
    font-size: 1.8rem;
  }
}

.bannerTitleBreak,
.bannerLeadMobile,
.bannerLeadBreakSmall {
  display: none;
}

@media (max-width: 575px) {
  .bannerTitleBreak,
  .bannerLeadMobile {
    display: block;
  }
}

@media (max-width: 449px) {
  .bannerLeadBreakSmall {
    display: block;
  }
}

@media (max-width: 575px) {
  .bannerLeadDesktop {
    display: none;
  }
}

.bannerLead {
  font-size: 21px;
  color: #eff6ff;
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  .bannerLead {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .bannerLead {
    max-width: 438px;
    margin-bottom: 36px;
    font-size: 21px;
    line-height: 1.66;
    color: #fff;
  }
}
@media (max-width: 375px) {
  .bannerLead {
    font-size: 18px;
  }
}

.bannerPill {
  position: relative;
  z-index: 50;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  height: 86px;
  padding: 0.5rem;
  padding-left: 1.5rem;
  border-radius: 9999px;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .bannerPill {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .bannerPill {
    height: 75px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 7px 6px 27px;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.bannerPillField {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 575px) {
  .bannerPillField {
    gap: 15px;
    min-width: 0;
  }
}

.bannerPillIcon {
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .bannerPillIcon {
    font-size: 23px;
  }
}

.bannerPillInputBox {
  position: relative;
  width: 100%;
  min-width: 0;
}

.bannerPillInput {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.bannerPillInput:focus {
  outline: none;
}
.bannerPillInput::-moz-placeholder {
  color: transparent;
}
.bannerPillInput::placeholder {
  color: transparent;
}
.bannerPillInput.isInvalid {
  border-color: var(--mainColor);
}
@media (max-width: 575px) {
  .bannerPillInput {
    min-width: 0;
    font-size: 20px;
  }
}
@media (max-width: 449px) {
  .bannerPillInput {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .bannerPillInput {
    font-size: 16px;
  }
}

.bannerPillPlaceholder {
  position: absolute;
  top: 50%;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  pointer-events: none;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media (max-width: 575px) {
  .bannerPillPlaceholder {
    font-size: 20px;
  }
}
@media (max-width: 449px) {
  .bannerPillPlaceholder {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .bannerPillPlaceholder {
    font-size: 16px;
  }
}

.bannerPillPlaceholderSmall {
  display: none;
}
@media (max-width: 375px) {
  .bannerPillPlaceholderSmall {
    display: block;
  }
}

@media (max-width: 375px) {
  .bannerPillPlaceholderDefault {
    display: none;
  }
}

.bannerPillInput:not(:-moz-placeholder) ~ .bannerPillPlaceholder {
  display: none;
}

.bannerPillInput:not(:placeholder-shown) ~ .bannerPillPlaceholder {
  display: none;
}

.scanBtnIcon {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
  flex-shrink: 0;
  transition: background-color 0.15s, color 0.15s;
}
@media (max-width: 575px) {
  .scanBtnIcon {
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
  }
  .scanBtnIcon i {
    font-size: 19px;
  }
}

.bannerScanResult {
  display: flex;
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 0.875rem;
  color: #fff;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}
.bannerScanResult.isHidden {
  display: none;
}
.bannerScanResult i {
  color: var(--accentColor);
}

.bannerVisual {
  position: relative;
}
@media (max-width: 575px) {
  .bannerVisual {
    margin-top: 0;
  }
}

.bannerVisualInner {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(6%, 5%);
}
@media (max-width: 575px) {
  .bannerVisualInner {
    width: 112%;
    max-width: none;
    margin-left: -6%;
    margin-right: -6%;
    transform: translateY(-18px);
  }
}

.bannerObj {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.bannerLight {
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  width: 125%;
  max-width: none;
  z-index: 0;
  pointer-events: none;
}

.bannerMain {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}
@media (max-width: 575px) {
  .bannerMain {
    filter: none;
  }
}

.bannerCloud {
  z-index: 20;
  left: -9%;
  top: 52%;
  width: 20%;
  pointer-events: none;
}

.bannerAiWeb {
  z-index: 20;
  left: 1%;
  top: 33%;
  width: 27%;
}

.bannerPaint {
  z-index: 20;
  left: 15%;
  top: -2%;
  width: 12%;
}

.bannerPie {
  z-index: 20;
  right: -5%;
  top: 50%;
  width: 17%;
}

.gapArea {
  position: relative;
  overflow: hidden;
  padding: 82px 0 90px;
  background: #e7e7e7;
}
.gapArea *,
.gapArea *::before,
.gapArea *::after {
  box-sizing: border-box;
}
.gapArea::before {
  content: "SOLUTIONS";
  position: absolute;
  top: 120px;
  left: 50%;
  color: rgba(255, 255, 255, 0.32);
  font-size: clamp(108px, 15vw, 216px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transform: translateX(-50%);
  white-space: nowrap;
}
.gapArea::after {
  content: "";
  position: absolute;
  right: -2%;
  top: 410px;
  width: 260px;
  height: 170px;
  background: url("../images/bg-cloud.png") no-repeat center/contain;
  pointer-events: none;
  animation: floating 6s ease-in-out infinite;
}
.gapArea .wrap {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}
.gapArea .reveal {
  opacity: 1;
  transform: none;
}
.gapArea .titleBox {
  margin-bottom: 58px;
}
.gapArea .titleBox::before, .gapArea .titleBox::after {
  display: none;
}
.gapArea .titleBox .title {
  overflow-wrap: anywhere;
}
.gapArea .titleBox .text {
  max-width: 760px;
  color: var(--subTextColor);
  font-size: var(--sectionSubSize);
  line-height: 1.75;
  letter-spacing: 1px;
}
.gapArea .gapList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 36px;
}
.gapArea .gapItem {
  min-width: 0;
}
.gapArea .gapItem.isWide {
  grid-column: 1/-1;
}
.gapArea .item {
  position: relative;
  height: 100%;
  min-height: 264px;
  overflow: visible;
  border-radius: 12px;
  padding: 28px 42px 30px;
  box-shadow: 0 14px 26px rgba(30, 46, 70, 0.13);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.gapArea .item.isTeal {
  background: #39bdb7;
  color: #fff;
}
.gapArea .item.isTeal .Txt {
  max-width: none;
}
.gapArea .item.isTeal .text {
  max-width: 360px;
}
.gapArea .item.isTeal .expertBox {
  max-width: none;
}
.gapArea .item.isTeal .tag,
.gapArea .item.isTeal .expertBox {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
}
.gapArea .item.isTeal .expertBox {
  border-color: rgba(255, 255, 255, 0.2);
}
.gapArea .item.isTeal .text,
.gapArea .item.isTeal .expertTxt p {
  color: rgba(255, 255, 255, 0.86);
}
.gapArea .item.isTeal .icon {
  color: #f4cc29;
}
.gapArea .item.isTeal .Img {
  right: -28px;
  top: 16px;
  width: 220px;
}
.gapArea .item.isTeal .Img .cardFloat {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 3;
  animation: floating 6s ease-in-out infinite;
}
.gapArea .item.isTeal .Img .cardFloatMagnifier {
  left: 8%;
  top: 24%;
  width: 82%;
}
.gapArea .item.isAmber {
  background: #ffc267;
  color: #1d283a;
}
.gapArea .item.isAmber .Txt {
  max-width: none;
}
.gapArea .item.isAmber .text {
  max-width: 325px;
}
.gapArea .item.isAmber .tag {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.16);
}
.gapArea .item.isAmber .text,
.gapArea .item.isAmber .expertTxt p {
  color: rgba(29, 40, 58, 0.72);
}
.gapArea .item.isAmber .expertBox {
  max-width: none;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.18);
}
.gapArea .item.isAmber .icon {
  color: #39bdb7;
}
.gapArea .item.isAmber .Img {
  right: -68px;
  top: 24px;
  width: 205px;
}
.gapArea .item.isAmber .Img .cardFloat {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 3;
  animation: floating 6s ease-in-out infinite;
}
.gapArea .item.isAmber .Img .cardFloatEye {
  left: -38%;
  top: 16%;
  width: 80%;
  animation-delay: -3s;
}
.gapArea .item.isBlue {
  min-height: 248px;
  clip-path: inset(-400px -400px 0 -400px);
  background: radial-gradient(170% 170% at 100% 0%, #53b6eb 0%, rgba(83, 182, 235, 0) 72%), #5aa4e5;
  color: #fff;
}
.gapArea .item.isBlue .Txt {
  max-width: 520px;
}
.gapArea .item.isBlue .tag,
.gapArea .item.isBlue .expertBox {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
}
.gapArea .item.isBlue .text,
.gapArea .item.isBlue .expertTxt p {
  color: rgba(255, 255, 255, 0.87);
}
.gapArea .item.isBlue .icon {
  color: #b050ff;
}
.gapArea .item.isBlue .Img {
  right: -44px;
  bottom: 0;
  width: 628px;
}
.gapArea .item.isBlue .Img .cardFloat {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: 3;
  animation: floating 6s ease-in-out infinite;
}
.gapArea .item.isBlue .Img .cardFloatArrow {
  left: 48%;
  top: 22%;
  width: 9.6%;
}
.gapArea .item.isBlue .Img .cardFloatCoin {
  left: 50%;
  top: 40%;
  width: 12%;
  animation-delay: -2.5s;
}
.gapArea .Txt {
  position: relative;
  z-index: 2;
  max-width: 360px;
}
.gapArea .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 15px;
  margin-bottom: 18px;
  border: 1px solid currentColor;
  border-radius: 99px;
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}
.gapArea .Txt .title {
  margin-bottom: 12px;
  color: currentColor;
  font-size: clamp(1.65rem, 2.9vw, 2.1rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1px;
}
.gapArea .Txt .text {
  margin: 0 0 38px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.gapArea .expertBox {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 70px;
  width: 100%;
  padding: 10px 18px;
  border: 1px solid;
  border-radius: 8px;
}
.gapArea .icon {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24), 0 0 0 10px rgba(255, 255, 255, 0.14);
  font-size: 23px;
}
.gapArea .expertTxt {
  min-width: 0;
}
.gapArea .expertTxt h4 {
  margin: 0 0 4px;
  color: currentColor;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
}
.gapArea .expertTxt p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
.gapArea .Img {
  position: absolute;
  z-index: 3;
  margin: 0;
  pointer-events: none;
  transition: transform 0.4s var(--ease);
}
.gapArea .Img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .gapArea .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(30, 46, 70, 0.22);
  }
  .gapArea .item:hover .Img {
    transform: scale(1.06) rotate(3deg);
  }
}
@media (max-width: 1180px) {
  .gapArea .wrap {
    width: calc(100% - 32px);
    max-width: 960px;
  }
  .gapArea .item {
    padding: 34px 32px 28px;
  }
  .gapArea .item.isBlue .Img {
    right: -160px;
  }
}
@media (max-width: 991px) {
  .gapArea {
    padding: 72px 0;
  }
  .gapArea .gapList {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gapArea .item {
    min-height: 300px;
  }
  .gapArea .item.isBlue {
    min-height: 300px;
  }
  .gapArea .item.isBlue .Img {
    right: -210px;
    bottom: -84px;
  }
}
@media (max-width: 768px) {
  .gapArea::before {
    top: 58px;
    font-size: 82px;
  }
  .gapArea::after {
    display: none;
  }
  .gapArea .titleBox {
    margin-bottom: 36px;
  }
  .gapArea .item {
    min-height: auto;
    padding: 30px 24px 0;
  }
  .gapArea .item.isTeal .Img, .gapArea .item.isAmber .Img, .gapArea .item.isBlue .Img {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(78%, 300px);
    margin: 18px 0 -18px auto;
  }
  .gapArea .item.isBlue .Img {
    width: min(100%, 430px);
    margin-bottom: -42px;
  }
  .gapArea .Txt,
  .gapArea .item.isBlue .Txt {
    max-width: none;
  }
  .gapArea .Txt .title {
    font-size: 28px;
  }
  .gapArea .expertBox {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .gapArea {
    padding: 60px 0;
  }
  .gapArea .wrap {
    width: calc(100% - 24px);
    max-width: 1080px;
  }
  .gapArea .item {
    padding: 26px 18px 0;
  }
  .gapArea .expertBox {
    align-items: flex-start;
    gap: 14px;
    padding: 12px;
  }
  .gapArea .icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

.edgeDecoGap {
  position: relative;
  z-index: 10;
  width: 100%;
}
.edgeDecoGap .edgeDecoInner {
  position: absolute;
  left: 6%;
  top: 0;
  transform: translateY(-50%);
  width: 14.4%;
  max-width: 215px;
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) {
  .edgeDecoGap .edgeDecoInner {
    display: block;
  }
}
.edgeDecoGap img {
  width: 100%;
}

.showcaseArea {
  position: relative;
  overflow: hidden;
  background: var(--mainColor);
  padding: 96px 0 360px;
}
.showcaseArea .showcaseTopArc {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 4;
  pointer-events: none;
}
.showcaseArea .showcaseTopArc svg {
  display: block;
  width: 100%;
  height: 100%;
}
.showcaseArea .caseBgLeft {
  position: absolute;
  left: -2%;
  top: 9%;
  width: 18%;
  max-width: 283px;
  z-index: 1;
  pointer-events: none;
}
.showcaseArea .caseBgLeft img {
  width: 100%;
  height: auto;
  animation: floating 6.5s ease-in-out infinite;
}
.showcaseArea .caseBgRight {
  position: absolute;
  right: 0;
  bottom: 18%;
  width: 16%;
  max-width: 220px;
  z-index: 1;
  pointer-events: none;
}
.showcaseArea .caseBgRight img {
  width: 100%;
  height: auto;
  animation: floating 6.5s ease-in-out infinite;
  animation-delay: -3.25s;
}
@media (max-width: 1180px) {
  .showcaseArea .caseBgRight {
    bottom: 10%;
    right: 3%;
  }
}
.showcaseArea .caseBgPie {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: 12%;
  max-width: 180px;
  z-index: 2;
  pointer-events: none;
}
.showcaseArea .caseBgPie img {
  width: 100%;
  height: auto;
}
.showcaseArea .showcaseWaves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
  width: 100%;
  height: 30dvh;
  min-height: 180px;
  max-height: 320px;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .showcaseArea .showcaseWaves {
    bottom: 200px;
  }
}
@media (min-width: 1181px) {
  .showcaseArea .showcaseWaves {
    bottom: 220px;
  }
}
.showcaseArea .showcaseWaves svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.showcaseArea .showcaseWaves .waveParallax > use {
  animation: waveMove 12s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite alternate;
}
.showcaseArea .showcaseWaves .waveParallax > use:nth-child(1) {
  animation-name: waveMove;
  animation-duration: 5s;
  animation-delay: -1.3s;
  animation-timing-function: ease-in-out;
}
.showcaseArea .showcaseWaves .waveParallax > use:nth-child(2) {
  animation-name: waveMove2;
  animation-duration: 6.7s;
  animation-delay: -3.1s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}
.showcaseArea .showcaseWaves .waveParallax > use:nth-child(3) {
  animation-name: waveMove3;
  animation-duration: 8.3s;
  animation-delay: -2.2s;
  animation-timing-function: ease-in-out;
}
.showcaseArea .showcaseWaves .waveParallax > use:nth-child(4) {
  animation-name: waveMove4;
  animation-duration: 10.1s;
  animation-delay: -4.6s;
  animation-timing-function: cubic-bezier(0.5, 0.1, 0.5, 0.9);
}
.showcaseArea .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--containerXl);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.showcaseArea .titleBox {
  text-align: center;
  margin-bottom: 60px;
}
.showcaseArea .titleBox.isInverse .decoTitle {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}
.showcaseArea .titleBox.isInverse .title {
  margin-bottom: 26px;
}
.showcaseArea .titleBox.isInverse .text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
}
.showcaseArea .showcaseBox {
  max-width: 1260px;
  margin: 0 auto;
}
.showcaseArea .showcaseList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 769px) {
  .showcaseArea .showcaseList {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1180px) {
  .showcaseArea .showcaseList {
    gap: 30px;
  }
}
@media (min-width: 1440px) {
  .showcaseArea .showcaseList {
    gap: 48px;
  }
}
.showcaseArea .showcaseItem .item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 70, 140, 0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
  .showcaseArea .showcaseItem .item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 70, 140, 0.28);
  }
}
.showcaseArea .Txt {
  padding: 28px 28px 20px;
}
.showcaseArea .Txt .tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--mainColor);
  background-color: #e8f4ff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
.showcaseArea .Txt .title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--titleColor);
  margin-bottom: 16px;
  line-height: 1.35;
}
@media (max-width: 1440px) {
  .showcaseArea .Txt .title {
    font-size: 1.675rem;
  }
}
.showcaseArea .Txt .text {
  font-size: 20px;
  font-weight: 400;
  color: #8d8d8d;
  line-height: 1.75;
}
@media (max-width: 1180px) {
  .showcaseArea .Txt .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .showcaseArea .Txt .text {
    font-size: 16px;
  }
}
.showcaseArea .caseImgWrap {
  margin: 16px 20px 24px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  height: 240px;
  background-color: #c8d8e8;
  border: 3px solid #fff;
  box-shadow: 0 6px 24px rgba(86, 158, 226, 0.4), 0 2px 8px rgba(86, 158, 226, 0.2);
}
.showcaseArea .caseImgNormal {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  transition: opacity 0.4s ease;
}
.showcaseArea .caseImgNormal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.showcaseArea .caseImgScroll {
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: caseScrollUp1 3s linear infinite;
  animation-play-state: paused;
}
.showcaseArea .caseImgScroll img {
  width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.showcaseArea .caseImgScroll.isCase2 {
  animation-name: caseScrollUp2;
  animation-duration: 4s;
}
.showcaseArea .caseImgScroll.isCase3 {
  animation-name: caseScrollUp3;
  animation-duration: 3s;
}
.showcaseArea .caseImgFade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.95) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .showcaseArea .showcaseItem .item:hover .caseImgNormal {
    opacity: 0;
  }
  .showcaseArea .showcaseItem .item:hover .caseImgScroll {
    opacity: 1;
    animation-play-state: running;
  }
  .showcaseArea .showcaseItem .item:hover .caseImgFade {
    opacity: 1;
  }
}
.showcaseArea .btnBox {
  text-align: center;
  margin-top: 58px;
  position: relative;
  z-index: 4;
}
.showcaseArea .btnBox .btn.bgMain {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 70, 140, 0.2);
}
.showcaseArea .btnBox .btn.bgMain .btnText {
  color: var(--mainColor);
}
.showcaseArea .btnBox .btn.bgMain .arrow {
  background: var(--mainColor);
}
.showcaseArea .btnBox .btn.bgMain .arrow::before {
  border-color: #fff;
}
.showcaseArea .btnBox .btn.bgMain .arrow::after {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .showcaseArea .btnBox .btn.bgMain:hover {
    background: var(--mainColor);
  }
  .showcaseArea .btnBox .btn.bgMain:hover .btnText {
    color: #fff;
  }
  .showcaseArea .btnBox .btn.bgMain:hover .arrow {
    background: #fff;
  }
  .showcaseArea .btnBox .btn.bgMain:hover .arrow::before {
    border-color: var(--mainColor);
  }
  .showcaseArea .btnBox .btn.bgMain:hover .arrow::after {
    background: var(--mainColor);
  }
}
.showcaseArea .btnBox .btn.bgWhite {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--mainColor);
  border-radius: 50px;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0, 70, 140, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.showcaseArea .btnBox .btn.bgWhite::before {
  content: "—";
  display: inline-block;
  margin-right: 4px;
  color: var(--mainColor);
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
  .showcaseArea .btnBox .btn.bgWhite:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 70, 140, 0.3);
  }
}
@media (min-width: 769px) {
  .showcaseArea {
    padding: 100px 0 280px;
  }
}
@media (min-width: 1181px) {
  .showcaseArea {
    padding: 120px 0 300px;
  }
}

.investFloat {
  animation: cardElementFloat 4s ease-in-out infinite;
  animation-delay: -2s;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .investFloat {
    animation: none;
  }
}

.pricingArea {
  margin-top: -160px;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  background-color: #e9eaea;
  overflow: hidden;
}
.pricingArea .investElement {
  position: absolute;
  top: 64px;
  left: 18%;
  width: 78px;
  z-index: 6;
  pointer-events: none;
}
.pricingArea .investElement img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 769px) {
  .pricingArea .investElement {
    top: 80px;
    width: 92px;
  }
}
.pricingArea .investBgLeft {
  position: absolute;
  left: -3%;
  bottom: 2%;
  width: 38%;
  max-width: 480px;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}
.pricingArea .investBgLeft img {
  width: 100%;
  height: auto;
  display: block;
}
.pricingArea .investWatermark {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.32);
  font-size: clamp(108px, 15vw, 216px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1180px) {
  .pricingArea .investWatermark {
    top: 40px;
  }
}
.pricingArea .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--containerXl);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pricingArea .titleBox {
  text-align: center;
  margin-bottom: 96px;
}
@media (max-width: 840px) {
  .pricingArea .titleBox {
    margin-bottom: 60px;
  }
}
.pricingArea .pricingCard {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 30px 60px -22px rgba(86, 158, 226, 0.3);
}
@media (min-width: 769px) {
  .pricingArea .pricingCard {
    flex-direction: row;
  }
}
.pricingArea .pricingCountdown {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) scale(0.75);
  transform-origin: right center;
  z-index: 9;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 15px 22px;
  background: #e978ff;
  border-radius: 999px;
  box-shadow: 0 14px 30px -10px rgba(233, 120, 255, 0.5);
}
.pricingArea .pricingCountdown__label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #fff;
  white-space: nowrap;
}
.pricingArea .pricingCountdown__bell {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 4px;
  font-size: 21px;
  color: #fff;
  transform-origin: center bottom;
  animation: alarmRing 1.5s ease-in-out infinite;
}
@keyframes alarmRing {
  0% {
    transform: scale(1) translateY(0) rotate(0);
  }
  3% {
    transform: scale(1.18) translateY(-3px) rotate(-16deg);
  }
  7% {
    transform: scale(1.12) translateY(-1px) rotate(14deg);
  }
  11% {
    transform: scale(1.14) translateY(-2px) rotate(-12deg);
  }
  15% {
    transform: scale(1.08) translateY(0) rotate(10deg);
  }
  19% {
    transform: scale(1.05) translateY(-1px) rotate(-6deg);
  }
  23% {
    transform: scale(1.02) translateY(0) rotate(3deg);
  }
  26%, 100% {
    transform: scale(1) translateY(0) rotate(0);
  }
}
.pricingArea .flipClock {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricingArea .flipClock__piece {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.pricingArea .flipClock__slot {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}
.pricingArea .numCard {
  display: block;
  transform: translateY(-2px);
  min-width: 1.45em;
  padding: 0.2em 0.26em;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #702c7d;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 3px 7px rgba(112, 44, 125, 0.22);
  font-variant-numeric: tabular-nums;
}
@media (max-width: 480px) {
  .pricingArea .pricingCountdown {
    gap: 10px;
    padding: 12px 16px;
  }
  .pricingArea .pricingCountdown__label {
    font-size: 14px;
  }
  .pricingArea .numCard {
    font-size: 1.1rem;
  }
}
.pricingArea .cardLeft {
  position: relative;
  z-index: 2;
  padding: 44px 30px;
  background: linear-gradient(180deg, #f4f8fd 0%, #eaf2fc 100%);
  border-radius: 32px 32px 0 0;
}
@media (min-width: 769px) {
  .pricingArea .cardLeft {
    width: 36%;
    flex-shrink: 0;
    padding: 56px 32px;
    border-radius: 32px 0 0 32px;
  }
}
@media (min-width: 1180px) {
  .pricingArea .cardLeft {
    padding: 56px 48px;
  }
}
.pricingArea .planTag {
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
  color: var(--mainColor);
  border: 1px solid #d7e6f8;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
  box-shadow: 0 3px 8px rgba(86, 158, 226, 0.12);
}
.pricingArea .planName {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.15rem;
  color: var(--titleColor);
  margin-bottom: 12px;
}
.pricingArea .planDesc {
  font-size: 19px;
  color: var(--textColor);
  line-height: 1.75;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .pricingArea .planDesc {
    font-size: 16px;
  }
}
.pricingArea .priceLabel {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa7b5;
  margin-bottom: 6px;
}
.pricingArea .priceMain {
  margin-bottom: 24px;
}
.pricingArea .priceMain .priceNum {
  font-size: clamp(2.1rem, 3.2vw, 2.9rem);
  font-weight: 900;
  color: var(--titleColor);
  letter-spacing: -0.01em;
  line-height: 1;
}
.pricingArea .priceMain .priceNum span {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--titleColor);
}
@media (max-width: 1180px) {
  .pricingArea .priceMain .priceNum span {
    font-size: 1.1rem;
  }
}
.pricingArea .priceSub {
  padding-top: 22px;
  border-top: 1px solid #dde6ef;
}
.pricingArea .priceSub .priceNum2 {
  font-size: 26px;
  font-weight: 900;
  color: #4a5a6a;
}
.pricingArea .priceSub .priceNum2 span {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--titleColorSoft);
}
@media (max-width: 1180px) {
  .pricingArea .priceSub .priceNum2 span {
    font-size: 1.1rem;
  }
}
.pricingArea .cardRight {
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 32px 32px;
}
@media (min-width: 540px) {
  .pricingArea .cardRight {
    padding: 44px 36px;
  }
}
@media (min-width: 769px) {
  .pricingArea .cardRight {
    padding: 56px 48px;
    border-radius: 0 32px 32px 0;
  }
}
.pricingArea .featureList {
  list-style: none;
  margin: 0 0 64px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .pricingArea .featureList {
    margin: 0 0 40px;
  }
}
@media (max-width: 400px) {
  .pricingArea .featureList {
    margin: 0 0 30px;
  }
}
.pricingArea .featureItem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 540px) {
  .pricingArea .featureItem {
    gap: 12px;
  }
}
.pricingArea .checkIcon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 2px;
  font-size: 16px;
}
@media (max-width: 540px) {
  .pricingArea .checkIcon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .pricingArea .checkIcon {
    width: 36px;
    height: 36px;
  }
}
.pricingArea .checkIcon i {
  -webkit-text-stroke: 0.6px currentColor;
}
.pricingArea .checkIcon.isBlue {
  background: #dcebfb;
  color: var(--mainColor);
}
.pricingArea .checkIcon.isYellow {
  background: #fbf0c6;
  color: #d9ab00;
}
.pricingArea .checkIcon.isTeal {
  background: #d4f1ef;
  color: var(--secondColor);
}
.pricingArea .checkIcon.isPurple {
  background: #e7e1fa;
  color: var(--purpleColor);
}
.pricingArea .featureTitle {
  font-size: 25px;
  font-weight: 500;
  color: var(--titleColor);
  margin-bottom: 5px;
}
@media (max-width: 1180px) {
  .pricingArea .featureTitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .pricingArea .featureTitle {
    font-size: 20px;
  }
}
.pricingArea .featureDesc {
  font-size: 20px;
  color: var(--textColor);
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .pricingArea .featureDesc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .pricingArea .featureDesc {
    font-size: 16px;
  }
}
.pricingArea .featureDesc .hl {
  color: var(--mainColor);
  font-weight: 600;
}
.pricingArea .cardRight .btnBox {
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 4;
}
.pricingArea .cardElement {
  position: absolute;
  right: -300px;
  top: 53%;
  transform: translateY(-50%);
  width: 380px;
  z-index: 1;
  pointer-events: none;
  display: none;
  animation: cardElementFloat 4s ease-in-out infinite;
  will-change: transform;
}
.pricingArea .cardElement img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .pricingArea .cardElement {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pricingArea .cardElement {
    animation: none;
  }
}
@keyframes cardElementFloat {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(calc(-50% - 16px));
  }
}
@media (min-width: 769px) {
  .pricingArea {
    margin-top: -200px;
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1181px) {
  .pricingArea {
    margin-top: -220px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.edgeDecoInvest {
  position: relative;
  z-index: 40;
  width: 100%;
}
.edgeDecoInvest .edgeDecoInner {
  position: absolute;
  left: 12%;
  top: -180px;
  transform: translateY(-50%);
  width: 15%;
  max-width: 230px;
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) {
  .edgeDecoInvest .edgeDecoInner {
    display: block;
  }
}
.edgeDecoInvest img {
  width: 100%;
}

.whyLpArea {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  overflow: hidden;
  padding: 96px 0 80px;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .whyLpArea {
    padding: 60px 0 60px;
  }
}
.whyLpArea .bgGrid {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  background-image: url("../images/bg-grid.png");
  background-repeat: repeat;
  background-size: 1800px auto;
}
.whyLpArea .adBgLeft {
  position: absolute;
  left: 9%;
  top: 7%;
  width: 15%;
  max-width: 212px;
  z-index: 0;
  pointer-events: none;
}
.whyLpArea .adBgLeft img {
  width: 100%;
  height: auto;
  animation: adFloating 6s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .whyLpArea .adBgLeft {
    width: 24%;
    top: 17%;
    left: 0%;
  }
}
.whyLpArea .adBgRight {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 18%;
  max-width: 271px;
  z-index: 0;
  pointer-events: none;
  transform: scale(0.9);
  transform-origin: bottom right;
}
.whyLpArea .adBgRight img {
  width: 100%;
  height: auto;
  animation: adFloating 5.5s ease-in-out infinite;
  animation-delay: -2.5s;
}
@media (max-width: 1180px) {
  .whyLpArea .adBgRight {
    display: none;
  }
}
.whyLpArea .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--containerXl);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.whyLpArea .titleBox {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 1181px) {
  .whyLpArea .titleBox {
    margin-bottom: 96px;
  }
}
.whyLpArea .titleBox .decoTitle {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--mainColor);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.whyLpArea .titleBox .title {
  margin-bottom: 26px;
}
.whyLpArea .titleBox .text {
  font-size: var(--sectionSubSize);
  color: var(--subTextColor);
  line-height: 1.75;
}
.whyLpArea .titleBox .text strong {
  color: inherit;
  font-weight: 400;
}
.whyLpArea .whyLpBox {
  max-width: 1280px;
  margin: 0 auto;
}
.whyLpArea .whyLpList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 769px) {
  .whyLpArea .whyLpList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.whyLpArea .whyLpItem .item {
  position: relative;
  overflow: visible !important;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 32px 36px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 6.293px 7.771px 38px 0px rgba(86, 158, 226, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .whyLpArea .whyLpItem .item:hover {
    transform: translateY(-6px);
    box-shadow: 6px 12px 30px rgba(86, 158, 226, 0.18);
  }
  .whyLpArea .whyLpItem .item:hover .cardGraphic {
    transform: scale(1.07) rotate(3deg);
  }
  .whyLpArea .whyLpItem .item:hover .cardGraphic img {
    animation: floating 2.8s ease-in-out infinite;
  }
}
.whyLpArea .smallIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  margin-bottom: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.whyLpArea .smallIcon .Img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.whyLpArea .smallIcon.isTeal {
  background-color: var(--secondColor);
}
.whyLpArea .smallIcon.isBlue {
  background-color: var(--mainColor);
}
.whyLpArea .smallIcon.isPurple {
  background-color: #c4a9f5;
}
.whyLpArea .cardGraphic {
  position: absolute;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 156px;
  top: -10px;
  right: 12px;
}
.whyLpArea .cardGraphic img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .whyLpArea .cardGraphic {
    width: 180px;
    top: -14px;
    right: 12px;
  }
}
@media (min-width: 1181px) {
  .whyLpArea .cardGraphic {
    width: 198px;
    top: -16px;
    right: 14px;
  }
}
.whyLpArea .whyLpItem:nth-child(1) .cardGraphic {
  width: 183px;
  top: -12px;
  right: 8px;
}
@media (min-width: 769px) {
  .whyLpArea .whyLpItem:nth-child(1) .cardGraphic {
    width: 210px;
    top: -16px;
    right: 8px;
  }
}
@media (min-width: 1181px) {
  .whyLpArea .whyLpItem:nth-child(1) .cardGraphic {
    width: 231px;
    top: -18px;
    right: 10px;
  }
}
.whyLpArea .whyLpItem:nth-child(2) .cardGraphic {
  width: 164px;
  top: -2px;
  right: 2px;
}
@media (min-width: 769px) {
  .whyLpArea .whyLpItem:nth-child(2) .cardGraphic {
    width: 190px;
    top: -6px;
    right: 2px;
  }
}
@media (min-width: 1181px) {
  .whyLpArea .whyLpItem:nth-child(2) .cardGraphic {
    width: 209px;
    top: -8px;
    right: 4px;
  }
}
.whyLpArea .whyLpItem:nth-child(3) .cardGraphic {
  width: 187px;
  top: -26px;
  right: -8px;
}
@media (min-width: 769px) {
  .whyLpArea .whyLpItem:nth-child(3) .cardGraphic {
    width: 216px;
    top: -60px;
    right: -10px;
  }
}
@media (min-width: 1181px) {
  .whyLpArea .whyLpItem:nth-child(3) .cardGraphic {
    width: 238px;
    top: -64px;
    right: -12px;
  }
}
.whyLpArea .Txt .title {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.4;
}
.whyLpArea .Txt .text {
  font-size: 18px;
  color: #9d9d9d;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .whyLpArea {
    padding: 116px 0 100px;
  }
}
@media (min-width: 1181px) {
  .whyLpArea {
    padding: 136px 0 120px;
  }
}

.roadmapArea {
  padding-top: 96px;
  padding-bottom: 128px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.roadmapArea .stepBgLeft {
  position: absolute;
  left: 2%;
  top: 10%;
  width: 12%;
  max-width: 179px;
  z-index: 0;
  pointer-events: none;
  animation: adFloating 5s ease-in-out infinite;
}
.roadmapArea .stepBgRight {
  position: absolute;
  right: 2%;
  top: 15%;
  width: 15%;
  max-width: 200px;
  z-index: 0;
  pointer-events: none;
  display: none;
}
.roadmapArea .stepBgRight .Img {
  transform: scale(0.88);
}
.roadmapArea .stepHeader {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  padding-left: 0;
  transform: translate(-44px, -8px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1800px) {
  .roadmapArea .stepHeader {
    transform: translate(-10px, -20px);
  }
}
@media (max-width: 1540px) {
  .roadmapArea .stepHeader {
    transform: translate(0px, 0px);
    padding-bottom: 10px;
  }
}
@media (max-width: 1180px) {
  .roadmapArea .stepHeader {
    align-items: center;
  }
}
@media (max-width: 640px) {
  .roadmapArea .stepHeader {
    align-items: flex-end;
    padding-right: 40px;
  }
}
.roadmapArea .stepNum {
  font-size: clamp(4.5rem, 5vw, 7rem);
  font-weight: 900;
  color: #d8d8d8;
  line-height: 1;
  font-family: var(--en);
}
.roadmapArea .stepLabel {
  font-size: 0.875rem;
  font-weight: 900;
  color: #d8d8d8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 0;
  margin-top: 8px;
  line-height: 1;
  font-family: var(--en);
}
.roadmapArea .item {
  position: relative;
  overflow: visible !important;
  min-height: 190px;
  transition: transform 0.4s var(--ease);
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, 0 20px 25px -5px #f1f5f9, 0 8px 10px -6px #f1f5f9;
}
@media (min-width: 768px) {
  .roadmapArea .item {
    padding-left: 215px;
    padding: 24px;
  }
}
@media (min-width: 1440px) {
  .roadmapArea .item {
    padding-left: 145px;
  }
}
@media (min-width: 1800px) {
  .roadmapArea .item {
    padding-left: 185px;
  }
}
.roadmapArea .item.isWarm {
  background-color: var(--warmColor);
}
.roadmapArea .item.isWarm .stepTxt p {
  color: rgba(39, 39, 39, 0.8);
}
.roadmapArea .item.isWarm .dayBadge {
  background-color: #fcf6cf;
  color: #e5c12b;
  border: 1px solid #f3e9a8;
}
.roadmapArea .item.isTeal {
  background-color: var(--secondColor);
}
.roadmapArea .item.isTeal .dayBadge {
  background-color: #e4f6f3;
  color: #34b3aa;
  border: 1px solid #c5ebe6;
}
.roadmapArea .item.isPurple {
  background-color: #d0a6f8;
}
.roadmapArea .item.isPurple .dayBadge {
  background-color: #f4e9fd;
  color: #a94ef2;
  border: 1px solid #e6d2fb;
}
.roadmapArea .item.isPurple .stepTxt p {
  color: rgba(39, 39, 39, 0.8);
}
.roadmapArea .stepTxt {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  padding: 22px 26px;
  text-align: center;
  width: 100%;
}
.roadmapArea .stepTxt .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
  line-height: 2.25rem;
  color: #1e293b;
}
.roadmapArea .stepTxt p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.625;
}
@media (max-width: 1600px) {
  .roadmapArea .stepTxt {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .roadmapArea .stepTxt .title {
    font-size: 24px;
  }
  .roadmapArea .stepTxt p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .roadmapArea .stepTxt {
    padding: 20px 10px;
  }
}
.roadmapArea .item.isTeal .stepTxt .title {
  color: #fff;
}
.roadmapArea .item.isTeal .stepTxt p {
  color: #fff;
}
@media (min-width: 769px) {
  .roadmapArea .stepTxt p {
    white-space: nowrap;
  }
}
.roadmapArea .dayBadge {
  position: absolute;
  bottom: calc(100% + 14px);
  right: 0;
  z-index: 10;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 99px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.roadmapArea .stepImg {
  position: absolute;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 5;
  width: 120px;
  left: 30px;
  top: 0%;
  transform: translateY(-80%);
}
.roadmapArea .stepImg img {
  display: block;
  width: 100%;
  height: auto;
  animation: stepFloat 5s ease-in-out infinite;
}
@media (min-width: 576px) {
  .roadmapArea .stepImg {
    width: 165px;
    left: 30px;
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  .roadmapArea .stepImg {
    width: 205px;
    left: -16px;
    top: 50%;
  }
}
@media (min-width: 1440px) {
  .roadmapArea .stepImg {
    width: 140px;
    left: -14px;
  }
}
@media (min-width: 1800px) {
  .roadmapArea .stepImg {
    width: 165px;
    left: -14px;
  }
}
.roadmapArea .roadmapItem:nth-child(3) .stepImg img {
  animation-delay: -1.6s;
}
.roadmapArea .roadmapItem:nth-child(5) .stepImg img {
  animation-delay: -3.2s;
}
@media (hover: hover) and (pointer: fine) {
  .roadmapArea .roadmapItem:hover .item {
    transform: translateY(-4px);
    box-shadow: var(--cardShadow);
  }
  .roadmapArea .roadmapItem:hover .stepImg {
    transform: translateY(-50%) scale(1.06);
  }
}
.roadmapArea .flowChevron {
  margin-top: 50px;
  z-index: 5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmapArea .flowChevron .flowArrow {
  width: 90px;
  height: 90px;
  transition: transform 0.3s var(--ease);
  color: #e2e8f0;
}
@media (max-width: 1800px) {
  .roadmapArea .flowChevron .flowArrow {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1600px) {
  .roadmapArea .flowChevron .flowArrow {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1180px) {
  .roadmapArea .flowChevron {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .roadmapArea .roadmapBox:hover .flowChevron .flowArrow {
    transform: translateX(4px);
  }
}
.roadmapArea .wrap {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .roadmapArea .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .roadmapArea .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.roadmapArea .titleBox {
  margin-bottom: 48px;
}
.roadmapArea .roadmapBox {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.roadmapArea .roadmapList {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0px;
}
@media (max-width: 1540px) {
  .roadmapArea .roadmapList {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .roadmapArea .roadmapList {
    flex-direction: column;
    align-items: center;
  }
}
.roadmapArea .roadmapItem {
  position: relative;
}
@media (max-width: 1180px) {
  .roadmapArea .roadmapItem {
    width: 100%;
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .roadmapArea .stepBgRight {
    display: block;
  }
}

@keyframes stepFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.connectArea {
  padding: 0 0 60px;
  background-color: #fff;
}
.connectArea .wrap {
  max-width: var(--containerWide);
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .connectArea {
    padding: 0 0 80px;
  }
}
@media (min-width: 1181px) {
  .connectArea {
    padding: 0 0 100px;
  }
}

.connectCard {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 40px 15px;
  text-align: center;
  border-radius: 32px;
  background: linear-gradient(120deg, #2cc0b3 0%, #14b6c6 55%, #18bdd2 100%);
  box-shadow: 0 30px 60px -25px rgba(20, 182, 198, 0.55);
}
@media (min-width: 400px) {
  .connectCard {
    padding: 56px 24px;
  }
}
@media (min-width: 992px) {
  .connectCard {
    min-height: 440px;
    padding: 70px 40px;
  }
}

.connectBody {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}
.connectBody .connectEn {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--);
  font-weight: 800;
  font-size: 45px;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (max-width: 1180px) {
  .connectBody .connectEn {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .connectBody .connectEn {
    font-size: 32px;
  }
}
.connectBody .connectTitle {
  margin-bottom: 22px;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 1180px) {
  .connectBody .connectTitle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .connectBody .connectTitle {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  .connectBody .connectTitle {
    font-size: 24px;
    letter-spacing: 0em;
  }
}
@media (max-width: 375px) {
  .connectBody .connectTitle {
    font-size: 22px;
  }
}
.connectBody .connectText {
  margin-bottom: 34px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1.9;
}
.connectBody .connectText br {
  display: none;
}
@media (min-width: 769px) {
  .connectBody .connectText br {
    display: inline;
  }
}
@media (max-width: 768px) {
  .connectBody .connectText {
    font-size: 16px;
  }
}
.connectBody .btnBox {
  margin: 0 auto;
}
.connectBody .btnBox .btn.bgMain {
  background: #fff;
  box-shadow: 0 10px 26px rgba(86, 158, 226, 0.3);
}
.connectBody .btnBox .btn.bgMain .btnText {
  color: var(--mainColor);
}
.connectBody .btnBox .btn.bgMain .arrow {
  background: var(--mainColor);
  overflow: hidden;
}
.connectBody .btnBox .btn.bgMain .arrow::before, .connectBody .btnBox .btn.bgMain .arrow::after {
  display: none;
}
.connectBody .btnBox .btn.bgMain .arrow .arrowIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.45s var(--ease);
}
.connectBody .btnBox .btn.bgMain .arrow .arrowIcon.isIn {
  transform: translate(-50%, -50%) translateX(-220%);
}
@media (hover: hover) and (pointer: fine) {
  .connectBody .btnBox .btn.bgMain:hover {
    box-shadow: 0 12px 30px rgba(40, 185, 178, 0.35);
  }
  .connectBody .btnBox .btn.bgMain:hover .btnText {
    color: var(--secondColor);
  }
  .connectBody .btnBox .btn.bgMain:hover .arrow {
    background: var(--secondColor);
  }
  .connectBody .btnBox .btn.bgMain:hover .arrow .arrowIcon {
    transform: translate(-50%, -50%) translateX(220%);
  }
  .connectBody .btnBox .btn.bgMain:hover .arrow .arrowIcon.isIn {
    transform: translate(-50%, -50%) translateX(0);
  }
}

.connectArt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  display: none;
}
@media (min-width: 992px) {
  .connectArt {
    display: block;
  }
}
.connectArt .ctaMain {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.connectArt .ctaObj {
  position: absolute;
  height: auto;
}

.connectArtLeft {
  left: -5%;
  bottom: 4%;
  width: 38%;
  max-width: 500px;
  transform: translateY(-30%);
}
.connectArtLeft .ctaLeftBottom {
  bottom: 3%;
  left: -5%;
  width: 110%;
  z-index: 0;
  opacity: 0.9;
}
.connectArtLeft .ctaLeft1 {
  top: 8%;
  right: -3%;
  width: 35%;
}
.connectArtLeft .ctaLeft2 {
  bottom: -35%;
  right: 5%;
  width: 30%;
  z-index: 5;
}

.connectArtRight {
  right: 0;
  bottom: 16%;
  width: 26%;
  max-width: 320px;
}
.connectArtRight .ctaRight1 {
  bottom: 12%;
  left: -8%;
  width: 67%;
  z-index: 3;
}
.connectArtRight .ctaRight2 {
  bottom: 25%;
  right: -12%;
  width: 26%;
  z-index: 2;
}

.faqArea .faqExtra {
  animation: faqFade 0.5s ease both;
}

@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.footerArea {
  background: var(--mainColor);
  padding-top: 60px;
  padding-bottom: 55px;
}
.footerArea .wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .footerArea .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .footerArea .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footerArea .footerLogo {
  width: 100%;
  max-width: 170px;
}
.footerArea .footerLogo img {
  width: 100%;
}
.footerArea .footerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footerArea .footerMenu a {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: color 0.15s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footerArea .footerMenu a:hover {
    color: var(--accentColor);
  }
}
.footerArea .footerInfo {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.footerArea .footerInfoItem {
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition: color 0.15s ease;
}
.footerArea .footerInfoItem i {
  margin-right: 6px;
  margin-top: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .footerArea .footerInfoItem:hover {
    color: var(--accentColor);
  }
}
@media (max-width: 767.98px) {
  .footerArea .footerInfo {
    width: 100%;
    text-align: left;
  }
  .footerArea .footerInfoItem {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}
.footerArea .footerCopy {
  color: #fff;
  font-size: 15px;
  padding-top: 1.25rem;
  text-align: center;
}

.quoteFormArea {
  --quoteScale: 1;
  background: var(--fBg);
  padding: 70px 0 90px;
}
@media (min-width: 769px) {
  .quoteFormArea {
    padding: 90px 0 110px;
  }
}
.quoteFormArea .wrap {
  max-width: var(--containerWide);
  margin: 0 auto;
  padding: 0 20px;
}
.quoteFormArea .inputStyle, .quoteFormArea textarea {
  background-color: transparent;
}
.quoteFormArea .otherbox span {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .quoteFormArea {
    --quoteScale: 1.1;
  }
}
@media (min-width: 1280px) {
  .quoteFormArea {
    --quoteScale: 1.3;
  }
}
@media (min-width: 1440px) {
  .quoteFormArea {
    --quoteScale: 1.45;
  }
}
@media (min-width: 1600px) {
  .quoteFormArea {
    --quoteScale: 1.604;
  }
}