@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
/* line 22, ../sass/page.scss */
* {
  box-sizing: border-box;
}

/* line 26, ../sass/page.scss */
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 370;
  line-height: 35px;
  background: #0b0b0b;
}

/* line 35, ../sass/page.scss */
.padding30 {
  padding-top: 30px;
}

/* line 36, ../sass/page.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 42, ../sass/page.scss */
header .nav_fix {
  position: fixed;
  width: auto;
  top: 7%;
  left: 50%;
  background: #131313;
  outline: solid 2px #ffffff12;
  border-radius: 58px;
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
}
/* line 54, ../sass/page.scss */
header .nav_fix ul {
  margin-bottom: 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 61, ../sass/page.scss */
header .nav_fix ul li {
  display: flex;
  align-items: center;
  padding: 0;
}
/* line 66, ../sass/page.scss */
header .nav_fix ul li.text {
  padding-right: 15px;
}
/* line 70, ../sass/page.scss */
header .nav_fix ul li a {
  display: inline-block;
  color: #ffffff;
  line-height: 0;
}
/* line 79, ../sass/page.scss */
header .nav_fix ul li a img {
  height: 70px;
  padding-left: 15px;
  margin-right: 15px;
}

/* line 91, ../sass/page.scss */
.ml-hamburger-btn {
  display: none;
}

/* line 92, ../sass/page.scss */
.ml-ham-li {
  display: none;
}

/* line 97, ../sass/page.scss */
header .nav_fix ul li a.btn_gradient, .btn_gradient {
  background: linear-gradient(to bottom, #0D5272, #087666);
  padding: 15px 30px !important;
  height: auto;
  line-height: 1;
  border-radius: 58px;
  margin-left: 25px;
  margin-right: 8px;
  color: #ffffff;
  cursor: pointer;
  border: none;
}

/* line 115, ../sass/page.scss */
a:hover {
  color: #ffffff;
  line-height: 0;
}

/* line 124, ../sass/page.scss */
#skrollr-body {
  width: 100%;
  height: 100%;
}

/* line 132, ../sass/page.scss */
div.image_feature {
  position: fixed;
}
/* line 135, ../sass/page.scss */
div.image_feature img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* line 144, ../sass/page.scss */
.image_feature1 {
  max-width: 150px;
  max-height: 180px;
}

/* line 145, ../sass/page.scss */
.image_feature2 {
  max-width: 190px;
  max-height: 190px;
}

/* line 146, ../sass/page.scss */
.image_feature3 {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  z-index: 5;
}

/* line 147, ../sass/page.scss */
.image_feature4 {
  max-width: 270px;
  max-height: 270px;
}

/* line 148, ../sass/page.scss */
.image_feature5 {
  max-width: 210px;
  max-height: 360px;
}

/* line 149, ../sass/page.scss */
.image_feature6 {
  max-width: 110px;
  max-height: 110px;
}

/* line 150, ../sass/page.scss */
.image_feature7 {
  max-width: 150px;
  max-height: 150px;
}

/* line 151, ../sass/page.scss */
.image_feature8 {
  max-width: 180px;
  max-height: 200px;
}

/* line 153, ../sass/page.scss */
div.image_feature9 {
  width: 460px;
  max-height: 580px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 160, ../sass/page.scss */
div.image_feature9 img {
  border-radius: 40px !important;
}

/* line 168, ../sass/page.scss */
h1.glance-title {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 7em;
  text-align: center;
  z-index: 15;
  margin: 0;
  letter-spacing: 3px;
}

/* line 182, ../sass/page.scss */
p.subtitle {
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: "Playfair", serif;
  font-size: 1.2em;
  text-align: center;
  z-index: 15;
  letter-spacing: 1px;
  margin: 0;
}

/* line 196, ../sass/page.scss */
.h2_title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 40px;
  font-family: "Playfair", serif;
}

/* line 206, ../sass/page.scss */
.message {
  max-width: 400px;
  max-height: 600px;
  color: #ffffff;
}
/* line 211, ../sass/page.scss */
.message p {
  margin-bottom: 40px;
}

/* line 216, ../sass/page.scss */
.messagefull {
  max-width: 700px;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

/* line 223, ../sass/page.scss */
.messagefooter {
  max-width: 991px;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

/* line 233, ../sass/page.scss */
#cell-outline {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  width: 400px;
  height: 600px;
  color: #ffffff;
  border-radius: 40px;
  opacity: 1;
  box-shadow: 0px 0px 23.57px 5.92px rgba(255, 255, 255, 0.21);
  border: solid 2px #ffffff;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 250, ../sass/page.scss */
#cell-outline p {
  padding: 30px;
}

/* line 258, ../sass/page.scss */
footer {
  padding-left: 300px !important;
  padding: 50px 100px;
}
/* line 262, ../sass/page.scss */
footer img {
  width: 40px;
}
/* line 266, ../sass/page.scss */
footer .lisuite {
  padding-left: 90px;
}
/* line 267, ../sass/page.scss */
footer .lisuite2 {
  padding-left: 30px;
}
/* line 269, ../sass/page.scss */
footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
/* line 275, ../sass/page.scss */
footer .footer-inner .footer-brand h3 {
  margin: 0;
  color: #ffffff;
}
/* line 280, ../sass/page.scss */
footer .footer-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
/* line 287, ../sass/page.scss */
footer .footer-inner ul li a,
footer .footer-inner ul li p {
  color: white;
  text-decoration: none;
  margin: 0;
}
/* line 293, ../sass/page.scss */
footer .footer-inner ul li a:hover,
footer .footer-inner ul li p:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 302, ../sass/page.scss */
.demo-btn {
  background: linear-gradient(to bottom, #0D5272, #087666);
  color: #fff;
  border: none;
  padding: 15px 35px;
  border-radius: 58px;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

/* line 316, ../sass/page.scss */
.glance-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  touch-action: none;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* line 331, ../sass/page.scss */
.glance-overlay.active {
  display: flex;
  opacity: 1;
}
/* line 332, ../sass/page.scss */
.glance-overlay.fadeout {
  opacity: 0;
}

/* line 338, ../sass/page.scss */
.glance-modal {
  position: relative;
  background: rgba(15, 15, 15, 0.92);
  border: 1.5px solid rgba(13, 82, 114, 0.7);
  border-radius: 24px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 50px 50px 40px;
  box-shadow: 0 0 0 1px rgba(8, 118, 102, 0.15), 0 30px 80px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(20px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
/* line 358, ../sass/page.scss */
.glance-modal::-webkit-scrollbar {
  display: none;
}

/* line 361, ../sass/page.scss */
.glance-overlay.active .glance-modal {
  transform: translateY(0);
}

/* line 366, ../sass/page.scss */
.glance-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  padding: 6px;
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
/* line 385, ../sass/page.scss */
.glance-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* line 394, ../sass/page.scss */
.view-form {
  display: block;
}

/* line 395, ../sass/page.scss */
.view-success {
  display: none;
}

/* line 397, ../sass/page.scss */
.modal-title {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 600;
  text-align: center;
  margin: 0 0 16px;
  line-height: 1.2;
}

/* line 407, ../sass/page.scss */
.beta-badge {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}
/* line 412, ../sass/page.scss */
.beta-badge span {
  display: inline-block;
  border: 1.5px solid rgba(8, 118, 102, 0.8);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 6px;
}

/* line 425, ../sass/page.scss */
.modal-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
}

/* line 432, ../sass/page.scss */
.field-group {
  margin-bottom: 20px;
}
/* line 435, ../sass/page.scss */
.field-group label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 443, ../sass/page.scss */
.field-group input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 15px 18px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
/* line 457, ../sass/page.scss */
.field-group input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
/* line 459, ../sass/page.scss */
.field-group input:focus {
  border-color: rgba(8, 118, 102, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
/* line 464, ../sass/page.scss */
.field-group input.error {
  border-color: rgba(220, 80, 80, 0.7);
}

/* line 468, ../sass/page.scss */
.error-msg {
  color: rgba(220, 80, 80, 0.9);
  font-size: 12px;
  margin-top: 6px;
  display: none;
}

/* line 475, ../sass/page.scss */
.btn-submit {
  width: 100%;
  background: linear-gradient(to bottom, #0D5272, #087666);
  color: #fff;
  border: none;
  border-radius: 58px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 18px;
  cursor: pointer;
  margin-top: 10px;
  transition: opacity 0.2s, transform 0.2s;
  letter-spacing: 0.3px;
}
/* line 490, ../sass/page.scss */
.btn-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
/* line 491, ../sass/page.scss */
.btn-submit:active {
  transform: translateY(0);
}
/* line 492, ../sass/page.scss */
.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* line 498, ../sass/page.scss */
.view-success {
  text-align: center;
  padding: 20px 0 10px;
}

/* line 503, ../sass/page.scss */
.success-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2.5px solid #087666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  animation: scaleIn 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 514, ../sass/page.scss */
.success-icon svg {
  width: 28px;
  height: 28px;
}

@keyframes scaleIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* line 522, ../sass/page.scss */
.success-title {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: clamp(20px, 5vw, 33px);
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.2;
}

/* line 531, ../sass/page.scss */
.success-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
  max-width: 380px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  /* line 540, ../sass/page.scss */
  .glance-modal {
    padding: 40px 24px 32px;
    border-radius: 20px;
    max-height: 95vh;
  }

  /* line 546, ../sass/page.scss */
  .modal-title {
    font-size: 26px;
  }
}
/* line 552, ../sass/page.scss */
#glance-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
/* line 562, ../sass/page.scss */
#glance-preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* line 569, ../sass/page.scss */
.preloader-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 576, ../sass/page.scss */
.preloader-glow {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8, 118, 102, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  animation: glowPulse 1.4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% {
    transform: scale(0.85);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
/* line 590, ../sass/page.scss */
.path-loop {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: drawLoop 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
}

@keyframes drawLoop {
  to {
    stroke-dashoffset: 0;
  }
}
/* line 598, ../sass/page.scss */
.path-line {
  stroke-dasharray: 11;
  stroke-dashoffset: 11;
  animation: drawLine 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.85s forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
/* line 606, ../sass/page.scss */
.preloader-svg {
  position: relative;
  z-index: 1;
  animation: svgPulse 0.5s ease-out 1.3s both;
}

@keyframes svgPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1400px) {
  /* line 622, ../sass/page.scss */
  header .nav_fix {
    width: 534px;
  }
}
/* line 631, ../sass/page.scss */
html.is-mobile #skrollr-body,
html.is-mobile .messagefull,
html.is-mobile footer.messagefooter {
  display: none !important;
}

/* line 638, ../sass/page.scss */
#mobile-layout {
  display: none;
}

/* line 639, ../sass/page.scss */
html.is-mobile #mobile-layout {
  display: block !important;
}

@media (max-width: 1023px) {
  /* line 646, ../sass/page.scss */
  header .nav_fix {
    top: 5%;
  }

  /* line 650, ../sass/page.scss */
  html.is-mobile .nav_fix ul li.text,
  html.is-mobile .nav_fix ul li:nth-child(3) {
    display: none;
  }

  /* line 655, ../sass/page.scss */
  html.is-mobile .ml-ham-li {
    display: inline-flex;
    align-items: center;
  }

  /* line 661, ../sass/page.scss */
  html.is-mobile header .nav_fix ul li.logo a img {
    height: 46px;
    padding-right: 10px;
  }

  /* line 667, ../sass/page.scss */
  html.is-mobile header .nav_fix ul li:last-child {
    align-self: stretch;
    padding: 0;
  }

  /* line 672, ../sass/page.scss */
  html.is-mobile header .nav_fix ul li:last-child .btn_gradient,
  html.is-mobile header .nav_fix ul li:last-child button.btn_gradient {
    height: 100%;
    margin-right: 0 !important;
    margin-left: 10px !important;
    padding: 0 18px !important;
    border-radius: 58px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
  }
}
/* line 689, ../sass/page.scss */
html.is-mobile #mobile-layout {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

/* line 699, ../sass/page.scss */
html.is-mobile .ml-title-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
  z-index: 10;
  pointer-events: none;
}

/* line 710, ../sass/page.scss */
html.is-mobile .ml-title {
  font-size: clamp(52px, 16vw, 90px);
  letter-spacing: 0.08em;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

/* line 718, ../sass/page.scss */
html.is-mobile .ml-sub {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 3.5vw, 19px);
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  letter-spacing: 0.04em;
}

/* line 729, ../sass/page.scss */
html.is-mobile .ml-photo {
  position: fixed;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
/* line 737, ../sass/page.scss */
html.is-mobile .ml-photo img {
  display: block;
  width: clamp(70px, 20vw, 110px);
  height: clamp(70px, 20vw, 110px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* line 750, ../sass/page.scss */
html.is-mobile .ml-phone-wrap {
  position: relative;
  left: 50%;
  top: 55%;
  width: 459px;
  max-width: 477px;
  z-index: 20;
  will-change: transform, opacity;
}
/* line 759, ../sass/page.scss */
html.is-mobile .ml-phone-wrap svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
/* line 767, ../sass/page.scss */
html.is-mobile .ml-phone-wrap video {
  position: absolute;
  top: 3.99%;
  left: 11.66%;
  width: 77.26%;
  height: 92%;
  object-fit: cover;
  border-radius: 11%;
  z-index: 1;
}

/* line 782, ../sass/page.scss */
html.is-mobile .ml-msg {
  position: fixed;
  left: 2vw;
  right: 2vw;
  bottom: 30vh;
  z-index: 30;
  pointer-events: none;
  text-align: center;
  background: radial-gradient(ellipse 70% 65% at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0) 80%);
  padding: 20px 20px;
  border-radius: 20px;
}
/* line 794, ../sass/page.scss */
html.is-mobile .ml-msg h2,
html.is-mobile .ml-msg .h2_title {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
  text-align: left;
  font-size: 35px;
}
/* line 803, ../sass/page.scss */
html.is-mobile .ml-msg p {
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
  font-size: 17px;
}

/* line 815, ../sass/page.scss */
html.is-mobile .ml-full {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 6vw;
  right: 6vw;
  z-index: 40;
  text-align: center;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 829, ../sass/page.scss */
html.is-mobile .ml-full h2,
html.is-mobile .ml-full .h2_title {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
}
/* line 838, ../sass/page.scss */
html.is-mobile .ml-full p {
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
}
/* line 846, ../sass/page.scss */
html.is-mobile .ml-full .btn_gradient,
html.is-mobile .ml-full button {
  pointer-events: all;
  margin-top: 0px !important;
  margin-bottom: 80px;
  border: none;
}

/* line 858, ../sass/page.scss */
html.is-mobile .ml-footer-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(11, 11, 11, 0.95);
  padding: 20px 24px 24px;
}
/* line 867, ../sass/page.scss */
html.is-mobile .ml-footer-mobile .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* line 873, ../sass/page.scss */
html.is-mobile .ml-footer-mobile .footer-brand h3,
html.is-mobile .ml-footer-mobile .footer-brand {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
/* line 883, ../sass/page.scss */
html.is-mobile .ml-footer-mobile .footer-bottom-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
/* line 890, ../sass/page.scss */
html.is-mobile .ml-footer-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
/* line 900, ../sass/page.scss */
html.is-mobile .ml-footer-mobile ul:first-of-type {
  flex-shrink: 0;
}
/* line 903, ../sass/page.scss */
html.is-mobile .ml-footer-mobile ul:first-of-type li a img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 1;
  display: block;
}
/* line 912, ../sass/page.scss */
html.is-mobile .ml-footer-mobile ul:last-of-type {
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  padding-left: 60px;
}
/* line 918, ../sass/page.scss */
html.is-mobile .ml-footer-mobile ul:last-of-type li a {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  text-align: left;
}
/* line 925, ../sass/page.scss */
html.is-mobile .ml-footer-mobile ul:last-of-type li a:hover {
  color: #ffffff;
}

@media (max-width: 1023px) {
  /* line 934, ../sass/page.scss */
  html.is-mobile .ml-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    flex-shrink: 0;
    transition: background 0.2s;
  }
  /* line 949, ../sass/page.scss */
  html.is-mobile .ml-hamburger-btn:hover, html.is-mobile .ml-hamburger-btn:active {
    background: rgba(255, 255, 255, 0.12);
  }
  /* line 954, ../sass/page.scss */
  html.is-mobile .ml-hamburger-btn .ml-ham-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  /* line 959, ../sass/page.scss */
  html.is-mobile .ml-hamburger-btn .ml-ham-lines span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 2px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
  }
  /* line 970, ../sass/page.scss */
  html.is-mobile .ml-hamburger-btn.is-open .ml-ham-lines span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  /* line 971, ../sass/page.scss */
  html.is-mobile .ml-hamburger-btn.is-open .ml-ham-lines span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  /* line 972, ../sass/page.scss */
  html.is-mobile .ml-hamburger-btn.is-open .ml-ham-lines span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  /* line 975, ../sass/page.scss */
  footer {
    margin-top: 100px;
    padding-left: 30px !important;
  }
}
/* line 984, ../sass/page.scss */
#ml-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(8, 8, 12, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* line 995, ../sass/page.scss */
#ml-menu-overlay.is-visible {
  opacity: 1;
}
/* line 997, ../sass/page.scss */
#ml-menu-overlay .ml-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0;
  padding: 40px 24px;
}
/* line 1007, ../sass/page.scss */
#ml-menu-overlay .ml-menu-link {
  display: block;
  font-family: "Playfair", serif;
  font-size: clamp(32px, 10vw, 52px);
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.04em;
  padding: 16px 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.2s;
}
/* line 1019, ../sass/page.scss */
#ml-menu-overlay .ml-menu-link:hover {
  color: rgba(255, 255, 255, 0.55);
}
/* line 1022, ../sass/page.scss */
#ml-menu-overlay.is-visible .ml-menu-link {
  opacity: 1;
  transform: translateY(0);
}
/* line 1023, ../sass/page.scss */
#ml-menu-overlay.is-visible .ml-menu-link:nth-child(1) {
  transition-delay: 0.08s;
}
/* line 1024, ../sass/page.scss */
#ml-menu-overlay.is-visible .ml-menu-link:nth-child(2) {
  transition-delay: 0.16s;
}
/* line 1026, ../sass/page.scss */
#ml-menu-overlay .ml-menu-sep {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 4px 0;
  opacity: 0;
  transition: opacity 0.3s ease 0.2s;
}
/* line 1035, ../sass/page.scss */
#ml-menu-overlay.is-visible .ml-menu-sep {
  opacity: 1;
}
/* line 1037, ../sass/page.scss */
#ml-menu-overlay .ml-menu-cta {
  margin-top: 40px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease 0.26s, transform 0.35s ease 0.26s;
}
/* line 1044, ../sass/page.scss */
#ml-menu-overlay.is-visible .ml-menu-cta {
  opacity: 1;
  transform: translateY(0);
}
/* line 1046, ../sass/page.scss */
#ml-menu-overlay .ml-menu-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
}

@media (max-width: 540px) {
  /* line 1061, ../sass/page.scss */
  html.is-mobile .ml-phone-wrap {
    position: relative;
    left: 50%;
    top: 50%;
    width: 340px;
    max-width: 400px;
    z-index: 20;
    will-change: transform, opacity;
  }

  /* line 1071, ../sass/page.scss */
  html.is-mobile #ml-video-1 {
    position: absolute !important;
    top: 22px !important;
    left: 40px !important;
    width: 261px !important;
    height: 502px !important;
    object-fit: cover !important;
    border-radius: 39px !important;
    z-index: 1 !important;
  }

  /* line 1082, ../sass/page.scss */
  html.is-mobile #ml-video-2 {
    position: absolute !important;
    top: 22px !important;
    left: 40px !important;
    width: 261px !important;
    height: 502px !important;
    object-fit: cover !important;
    border-radius: 39px !important;
    z-index: 1 !important;
  }

  /* line 1094, ../sass/page.scss */
  header .nav_fix {
    width: auto;
  }

  /* line 1098, ../sass/page.scss */
  header .nav_fix ul li.text {
    padding-right: 0;
  }

  /* line 1102, ../sass/page.scss */
  header .nav_fix ul li a img {
    height: 65px;
    padding-left: 0;
    margin-right: 0;
  }

  /* line 1109, ../sass/page.scss */
  .ml-full .btn_gradient,
  .ml-full button.btn_gradient {
    border-radius: 58px;
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    border: none;
  }

  /* line 1117, ../sass/page.scss */
  .field-group input {
    padding: 7px 9px;
  }

  /* line 1121, ../sass/page.scss */
  .btn-submit {
    padding: 7px;
  }

  /* line 1124, ../sass/page.scss */
  .modal-title {
    text-align: left;
  }

  /* line 1127, ../sass/page.scss */
  .glance-modal {
    padding: 30px 20px 20px;
  }

  /* line 1130, ../sass/page.scss */
  .modal-desc {
    line-height: 1.4;
    margin: 0 0 10px;
  }

  /* line 1134, ../sass/page.scss */
  .field-group label {
    font-weight: 400;
    margin-bottom: 5px;
  }

  /* line 1138, ../sass/page.scss */
  .field-group {
    margin-bottom: 10px;
  }

  /* line 1143, ../sass/page.scss */
  footer .lisuite {
    padding-left: 90px;
    display: block;
  }
  /* line 1144, ../sass/page.scss */
  footer .lisuite2 {
    padding-left: 30px;
  }
}
