@font-face {
  font-family: Bettertogether;
  src: url('../fonts/BetterTogether-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bettertogether;
  src: url('../fonts/BetterTogether-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bettertogether;
  src: url('../fonts/BetterTogether-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --blur: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.navbar {
  box-shadow: none;
  background-color: #fff;
}

.body {
  font-family: Bettertogether, Tahoma, sans-serif;
  overflow-x: clip;
}

.sub-navbar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #303c46;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.sub-navbar.inside-open-navbar {
  display: none;
}

.sub-nav-text {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.sub-nav-text:hover {
  color: red;
}

.sub-navbar-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
}

.sub-navbar-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #303c46;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.block-navbar-menu {
  color: #303c46;
  height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  position: relative;
}

.block-navbar-menu:hover {
  color: red;
}

.navbar-brand {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-menu {
  font-size: 16px;
}

.main-navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-navbar {
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px;
}

.empty-navbar-right {
  width: 92px;
}

.item-submenu {
  color: #303c46;
  cursor: pointer;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.item-submenu:hover {
  background-color: #e8e9e9;
}

.submenu-arrow {
  width: 8px;
}

.submenu-arrow.mobile {
  display: none;
}

.submenu {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 260px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.submenu.expand {
  position: absolute;
  transform: translate(100%);
}

.submenu.hide {
  display: none;
}

.expand-submenu {
  align-self: stretch;
  position: relative;
}

.expand-submenu.hide {
  display: none;
}

.navbar-menu {
  flex-flow: column;
  display: inline-block;
  position: relative;
}

.text-block {
  font-size: 14px;
}

.open-navbar, .navbar-menu-expand-icon, .back-navbar, .navbar-skim {
  display: none;
}

.navbar-brand-logo {
  height: 40px;
}

.hidden {
  display: none;
}

.hero-section {
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: relative;
  overflow-x: clip;
}

.hero-full-width-container {
  z-index: 1;
  width: 100%;
  max-width: none;
  padding-top: 100vh;
  position: relative;
}

.hero-flex {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  position: absolute;
  inset: 0%;
}

.hero-text-heading {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, red, #fe0145 30%, #883aff 60%, #07dcff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 100px;
  line-height: 100%;
}

.hero-text-description {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.secondary-flex {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150vh;
  font-size: 64px;
  line-height: 100%;
  position: relative;
}

.hero-video {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-speaker {
  z-index: 5;
  transform-origin: 50% 100%;
  will-change: transform;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 2048px;
  transition-property: all;
  transition-duration: 50ms;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
}

.hero-sticky-speaker {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: 2048px;
  display: flex;
  position: sticky;
  bottom: -10%;
  overflow: clip visible;
}

.hero-bg-image {
  object-fit: cover;
  object-position: 50% 80%;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.hero-button-solid {
  color: #fff;
  cursor: pointer;
  background-color: red;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero-button-solid:where(.w-variant-82211dce-fe6a-e128-6408-bfe4e9400754) {
  width: fit-content;
}

.hero-button-solid:hover {
  transform: scale(1.05);
}

.hero-button-solid.hug {
  width: auto;
}

.hero-button-transparent {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: red;
  cursor: pointer;
  background-color: #fffc;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 16px 32px;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero-button-transparent:hover {
  transform: scale(1.05);
}

.hero-cta-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  position: relative;
}

.hero-text-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.flex-block {
  line-height: 100%;
}

.secondary-flex-empty-box {
  z-index: 2;
  width: 15%;
  height: 100px;
  position: relative;
}

.secondary-flex-cover-text-left {
  z-index: 1;
  text-align: right;
  width: 720px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.secondary-flex-cover-text-left.right {
  text-align: left;
}

.secondary-flex-cover-text-left.highlight {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(122deg, #d2108e 17%, #00b4ef 66%, #00b4ef);
  -webkit-background-clip: text;
  background-clip: text;
  width: 480px;
  font-size: 64px;
  line-height: 72px;
}

.secondary-flex-cover-text-left.small {
  font-size: 48px;
}

.secondary-sub-flex {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 64px;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-sub-flex.first-section {
  z-index: auto;
  height: 75vh;
}

.secondary-sub-flex.second-section {
  height: 75vh;
}

.hero-bg-light {
  z-index: 2;
  background-image: linear-gradient(#fff 22%, #fff0), radial-gradient(circle at 50% -50%, #ffffff80 38%, #fff0 68%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.secondary-flex-gradient {
  filter: blur(64px);
  background-image: radial-gradient(circle, #000c1f 38%, #000c1f00);
  border-radius: 100%;
  width: 640px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.secondary-flex-cover-text-right {
  z-index: 1;
  width: 720px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.secondary-flex-cover-text-right.right {
  text-align: left;
}

.secondary-flex-cover-text-right.small {
  width: 480px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.secondary-flex-cover-text-right.highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(122deg, #d2108e, #00b4ef 54% 101%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
}

.base-container {
  max-width: 1440px;
}

.section {
  z-index: 3;
  background-color: green;
}

.third-flex {
  width: 100%;
  height: 100vh;
  position: relative;
}

.test-block {
  width: 100%;
  height: 500px;
}

.full-width-section {
  width: 100vw;
  height: 100vh;
}

.hero-last-bg-image {
  z-index: 10;
  opacity: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.full-width-container {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: relative;
}

.third-flex-bg {
  width: 100%;
  height: 100%;
}

.third-flex-shadow-bg {
  z-index: 2;
  opacity: 1;
  background-image: url('../images/living-room-white.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.third-flex-skim {
  z-index: 1;
  background-color: #000000e6;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.third-sub-flex {
  z-index: 2;
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  color: #fff;
  background-image: url('../images/gradient-top.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  font-size: 64px;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.third-sub-flex-left {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
}

.third-flex-cover-text-left {
  z-index: 1;
  text-align: right;
  width: 640px;
  position: relative;
}

.third-flex-cover-text-left.right {
  text-align: left;
}

.third-flex-cover-text-left.highlight {
  letter-spacing: -8px;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(153deg, #5797ff, #2c7cff 35%, #7a40ff 81%, #c307ff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding-right: 64px;
  font-size: 160px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.third-flex-voice-text-left {
  text-align: right;
  align-self: stretch;
  font-size: 56px;
  font-weight: 700;
}

.third-flex-voice-text-left.small {
  align-self: flex-end;
  max-width: 440px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
}

.hero-last-video {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.ripple-effect-v1 {
  display: none;
}

.key-highlight-section {
  z-index: 2;
  background-color: #fff;
  background-image: url('../images/highlight.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 32px 32px 0 0;
  width: 100vw;
  margin-top: -32px;
  margin-bottom: -180px;
  position: relative;
  overflow-x: clip;
}

.basic-container {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.cover-key-highlight {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.key-highlight-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 48px;
}

.key-highlight-tag-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  max-width: 540px;
}

.key-highlight-title-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.text-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-subtitle.medium {
  font-weight: 500;
}

.tag {
  color: #595959;
  border-radius: 4px;
  padding: 6px 12px;
}

.tag.dark {
  color: #fff;
}

.key-hightlight-content {
  z-index: 2;
  background-image: linear-gradient(139deg, #2c7cff 8%, #7a40ff 44%, #c307ff 61%);
  border-radius: 32px;
  align-self: stretch;
  position: sticky;
  top: 252px;
  overflow: hidden;
  box-shadow: 0 2px 64px #ffffff80;
}

.highlight-card {
  height: 440px;
}

.highlight-content {
  color: #fff;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 64px;
  font-weight: 500;
}

.highlight-image {
  object-fit: cover;
  align-self: stretch;
  width: 50%;
}

.key-highlight-content-cover {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.home-iot-flex {
  color: #fff;
  background-color: #000;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.highlight-text-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.highlight-text-description {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.key-highlight-blur {
  z-index: 3;
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 180px;
  position: sticky;
  inset: auto 0% 0%;
}

.key-highlight-blur.back {
  z-index: 1;
}

.footer {
  z-index: 5;
  position: relative;
}

.bg-red {
  background-color: red;
}

.home-iot-block-image {
  flex-flow: column;
  align-self: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.home-iot-item-list-cover {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-iot-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-iot-image.active {
  display: block;
}

.home-iot-content-cover {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-right: 64px;
}

.home-iot-content-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  max-width: 560px;
}

.home-iot-block-description {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  align-self: stretch;
  width: 60%;
  position: relative;
}

.home-iot-block-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-self: stretch;
}

.tag-dark {
  color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
}

.tag-dark.dark {
  color: #fff;
}

.home-iot-item-list-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-self: stretch;
  max-width: 1440px;
  display: flex;
}

.home-iot-item-list-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 96px;
  padding-bottom: 32px;
  position: relative;
  overflow-x: clip;
}

.home-iot-item-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: stretch;
  width: 128px;
}

.home-iot-item {
  background-color: #fff;
  border-radius: 16px;
  width: 128px;
  height: 128px;
  overflow: hidden;
}

.home-iot-name {
  color: #fff;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Bettertogether, Tahoma, sans-serif;
  display: flex;
}

.home-iot-item-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.hero-logo {
  align-self: stretch;
  height: 80px;
}

.hero-particle-spark {
  z-index: 0;
  font-size: 12px;
  position: relative;
}

.speaker-ripple-large {
  z-index: 2;
  opacity: 0;
  transform-origin: 50% 75%;
  object-fit: contain;
  object-position: 50% 100%;
  width: 640px;
  max-width: none;
  height: 640px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(0)translate(-50%, -50%);
}

.cover-speaker-ripple-large {
  pointer-events: none;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.secondary-flex-empty-box-first-section {
  z-index: 2;
  width: 30%;
  height: 100px;
  position: relative;
}

.hero-speaker-video {
  z-index: 5;
  background-color: red;
  width: 100vw;
  height: 100vh;
}

.hero-speaker-2 {
  z-index: 5;
  transform-origin: 50% 100%;
  width: 45%;
  display: none;
  position: absolute;
  transform: translate(1%, -60%);
}

.hero-speaker-backup {
  z-index: 5;
  transform-origin: 50% 100%;
  width: 13%;
  display: none;
  position: absolute;
  transform: translate(5%, -60%);
}

.hero-speaker-image {
  opacity: 1;
  filter: saturate(59%);
  object-fit: contain;
  object-position: 50% 100%;
  align-self: flex-end;
  width: 100%;
  height: 100vh;
  transition: transform 50ms;
  position: absolute;
  transform: translate(0%, 10%)scale(.45);
}

.hero-speaker-image.active {
  opacity: 1;
  display: block;
}

.hero-speaker-image.overlay {
  opacity: 0;
  display: block;
}

.hero-flex-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cover-help {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.help-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.help-title-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
}

.help-tag-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.hep-content-cover {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding-bottom: 200px;
}

.help-content-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.help-content-container:where(.w-variant-e1ebccb7-cbb2-d516-8d17-b3d274c4beb0) {
  margin-top: -412px;
}

.help-content-image {
  object-fit: cover;
  width: 50vh;
  height: 50vh;
}

.help-content-left {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 320px;
}

.help-content-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  max-width: 320px;
  font-weight: 300;
}

.help-content-right.mobile {
  display: none;
}

.help-content-title-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
}

.help-content-title-flex:where(.w-variant-e1ebccb7-cbb2-d516-8d17-b3d274c4beb0) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.help-content-heading-highlight {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #0044b3 44%, #002869);
  -webkit-background-clip: text;
  background-clip: text;
}

.help-content-heading {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000c1f, #0044b3);
  -webkit-background-clip: text;
  background-clip: text;
}

.help-content-command-box {
  color: #005bf0;
  -webkit-text-stroke-color: #5797ff;
  background-color: #2c7cff33;
  border: 2px solid #5797ff;
  border-radius: 20px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 0 12px #5797ff99;
}

.help-content-fix-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  position: sticky;
  top: 200px;
}

.existing-member-container {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  padding-top: 96px;
  display: flex;
  position: relative;
}

.help-section {
  z-index: 2;
  background-color: #f9f9fc;
  background-image: url('../images/help-ripple-right.png'), url('../images/help-ripple-left.png');
  background-position: 100% 150%, -25% -50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, contain;
  background-attachment: fixed, fixed;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  width: 100vw;
  margin-top: -32px;
  position: relative;
}

.hero-fixed-black-bg {
  z-index: 1;
  opacity: 0;
  background-image: radial-gradient(circle at 0 100%, #073175, #000c1f 40%, #000);
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.existing-member-section {
  z-index: 2;
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
}

.hero-speaker-image-night-mode {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hero-speaker-image-night-mode.active {
  display: block;
}

.help-content-description {
  font-size: 20px;
  line-height: 24px;
}

.hero-speaker-shadow {
  opacity: 1;
  width: 12%;
  height: 30px;
  position: absolute;
  top: -202px;
  transform: translate(-50%);
}

.hero-speaker-shadow.v2 {
  opacity: 1;
  filter: blur(9px);
  width: 20%;
  height: 15px;
  transform: scale3d(1none, 1none, 1none) translate(-50%, 0%);
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #000 54%, #0000);
  border-radius: 100%;
  position: absolute;
  top: -191px;
  left: 50%;
}

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

.faq-section.blue-gradient-bg {
  z-index: 1;
  background-image: radial-gradient(circle at 0 100%, #0044b3, #000c1f 55%, #000);
  width: 100vw;
  position: relative;
}

.faq-container {
  z-index: 1;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  padding: 64px 80px;
  display: flex;
  position: relative;
}

.faq-container.blue-gradient-bg {
  width: 100%;
}

.flex-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.text-block-2 {
  font-family: Bettertogether, Tahoma, sans-serif;
}

.text-white-header {
  color: #fff;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44.8px;
}

.faq-parent {
  cursor: pointer;
  border-bottom: 2px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #ebf2ff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 32px 20px;
  transition: height .2s;
  display: flex;
  position: relative;
}

.block-2 {
  background-color: #faf6ff;
}

.faq-header {
  color: #9697a8;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.faq-info-head {
  color: #000;
  text-align: left;
  align-self: stretch;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  transition: height .2s;
}

.image-white {
  width: 48px;
  height: 48px;
}

.body-2 {
  background-color: #0000;
}

.package-suggestion-cover {
  position: relative;
}

.package-suggestion-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.package-suggestion-section-gradient {
  z-index: 1;
  background-image: linear-gradient(#0000, #000713 48%, #011e4f00);
  width: 100%;
  height: 256px;
  margin-bottom: -128px;
  position: relative;
}

.package-suggestion-section {
  z-index: 2;
  background-color: #fff;
  width: 100vw;
  position: relative;
}

.package-suggestion-card {
  z-index: 1;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 24px;
  flex: 1;
  align-self: stretch;
  padding: 16px 16px 24px;
  position: relative;
  box-shadow: 0 8px 17px 3px #8383832e;
}

.package-suggestion-card.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

.package-suggestion-image {
  object-fit: cover;
  border-radius: 16px;
  flex: none;
  align-self: stretch;
  height: 240px;
}

.package-suggestion-image.horizontal {
  object-fit: cover;
  flex: 1;
  height: auto;
}

.package-suggestion-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  align-self: stretch;
  padding: 32px 16px 16px;
}

.package-suggestion-subcontent {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  align-self: stretch;
}

.package-suggestion-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.package-suggestion-benefits {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #425466;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.package-suggestion-bullet {
  object-fit: contain;
  align-self: flex-start;
  width: 32px;
}

.faq-wrapper {
  flex-flow: column;
  transition: height .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(132deg, #5797ff, #2c7cff 26%, #7a40ff 76%, #c307ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.block-content {
  text-align: center;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 0;
  transition: max-height 50ms;
  display: flex;
  overflow: hidden;
}

.package-suggestion-title {
  color: #16192c;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.faq-answer-text {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  transition: height .45s;
  display: flex;
}

.package-suggestion-price {
  color: #425466;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.faq-item {
  z-index: 1;
  transition: height .2s;
  position: relative;
  overflow: hidden;
}

.package-suggestion-title-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  align-self: stretch;
}

.flex-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: height .2s;
}

.flex-block-5 {
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  margin-right: 40px;
  padding-top: 8px;
  transition: height .45s;
  overflow: hidden;
}

.third-sub-flex-right {
  z-index: 1;
  width: 640px;
  font-weight: 700;
  position: relative;
}

.third-sub-flex-right.right {
  text-align: left;
}

.third-sub-flex-right.small {
  flex: 1;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.secondary-flex-bottom-fade {
  pointer-events: none;
  background-image: url('../images/gradiet-bottom.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-motion {
  background-color: #fff;
  border-radius: 999999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
}

.plus-motion {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.command-wheel-canvas {
  width: 100%;
  height: 100%;
  position: relative;
}

.blocker {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.home-new-iot-full-screen {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-new-iot-image-container {
  position: absolute;
  inset: 0%;
}

.home-new-iot-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-list {
  cursor: pointer;
  align-items: stretch;
}

.hero-flex-details {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 96px;
}

.hero-text-flex-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.hero-section-details {
  background-color: #f6f6f8;
  background-image: linear-gradient(#fff 19%, #fff0), url('../images/hero-bg-1.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100vw;
  min-height: 100%;
  position: relative;
  overflow-x: clip;
}

.hero-full-width-container-details {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
}

.hero-text-header-detail {
  color: #1e1e1e;
  text-align: center;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #00b4ef, #03b1ec 17%, #7761aa 37%, #7e5aa7 59%, #bd2293 82%, #d60d8c);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-hero-detail-desc {
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 80px;
}

.hero-image-details-box {
  display: block;
  position: relative;
}

.hero-detail-image {
  z-index: 2;
  display: inline-flex;
  position: relative;
  top: -15%;
}

.grid-detail-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area Area Area Area Area-2 Area-2 Area-2 Area-2"
  / 1fr 1fr 1fr 1fr 1fr .5fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.hero-flex-details-grid-section {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 64px;
  position: relative;
  inset: 0%;
}

.grid-detail-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area-2 Area-2" minmax(auto, .25fr)
                 "Area Area Area-3 Area-3"
                 / 3.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-detail-3 {
  grid-template: "Area ."
                 "Area-2 Area-2"
                 / 1fr 1fr;
}

.grid-div-short {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 420px;
  padding: 20px;
  position: relative;
}

.content-grid-detail {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.content-grid-detail:hover {
  opacity: 1;
}

.grid-div-2 {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  height: 480px;
  padding: 20px;
  position: relative;
}

.text-grid {
  z-index: 0;
  padding-top: 25px;
  padding-left: 25px;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block {
  z-index: 0;
  opacity: 0;
  background-color: red;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block:hover {
  opacity: 100;
  display: block;
}

.content-grid-detail-hover-state {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(#000, #fff0), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/Grid-bg.png');
  background-position: 50%, 0 0, 0 0, 50%;
  background-repeat: repeat-y, repeat, repeat, no-repeat;
  background-size: 100% 100%, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  border: 1px #000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.content-grid-detail-hover-state:hover {
  opacity: 1;
}

.content-grid-detail-hover-state.grid-2 {
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/Grid-bg-2.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: repeat-y, repeat, repeat;
  background-size: 100% 100%, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-grid-detail-hover-state.grid-4 {
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/grid-bg-4.avif');
}

.content-grid-detail-hover-state.grid-5 {
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/Lamp-Hover-bg.png');
}

.content-grid-detail-hover-state.grid-7 {
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/Clock-hover-bg.png');
}

.content-grid-detail-hover-state.grid-3 {
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/Scene-A-2.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: repeat-y, repeat, repeat-y;
  background-size: 100% 100%, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.content-grid-detail-hover-state.grid-6 {
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/Smart-Plug.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: repeat-y, repeat, repeat-y;
  background-size: 100% 100%, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.content-grid-detail-hover-state.grid-8 {
  background-image: url('../images/AiRingAnimationShaky.png'), linear-gradient(135deg, #000 8%, #2a80ff45 28%, #2a80ff00 60%), url('../images/true-hover-bg.png');
}

.text-grid-hover {
  color: #fff;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.header-porduct-hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 2%;
}

.desc-detail-hover {
  color: #fff;
  flex: 1;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.detail-product-hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image {
  border-radius: 24px;
  height: 120%;
}

.ripple-highlight {
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.home-iot-block-cover {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.home-iot-block-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  padding-top: 64px;
  padding-left: 24px;
  display: flex;
}

.blue-gradient-bg {
  background-image: radial-gradient(circle at 0 100%, #0044b3, #000c1f 55%, #000);
  overflow-x: clip;
}

.help-content-image-cover {
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vh;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.help-content-image-cover.mobile {
  display: none;
}

.help-content-text {
  position: relative;
}

.help-content-image-scroll {
  will-change: transform;
  transform: translate(0);
}

.existing-member-bg-cover {
  z-index: 1;
  object-fit: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip hidden;
}

.hero-text-span-box {
  padding-top: 40px;
}

.text-hero-span {
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2a80ff 59%, #7a40ff 76%, #c307ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-under-product {
  width: 100%;
  position: absolute;
  inset: 70% 0% 0%;
}

.grid-div-3 {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  padding: 20px;
  position: relative;
}

.hero-section-details-grid {
  background-color: #f6f6f8;
  width: 100vw;
  min-height: 100%;
  position: relative;
  overflow-x: clip;
}

.grid-3 {
  grid-template: "Area Area-2 Area-2 Area-2 Area-2"
                 "Area Area-2 Area-2 Area-2 Area-2"
                 "Area Area-3 Area-3 Area-3 Area-3"
                 "Area Area-3 Area-3 Area-3 Area-3"
                 / 7fr .75fr 1fr 1fr 1fr;
}

.grid-detail-2-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area Area Area Area-2 Area-2 Area-2 Area-2 Area-2"
                 "Area Area Area Area Area Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area Area Area Area Area Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area Area Area Area Area Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area Area Area Area Area Area-3 Area-3 Area-3 Area-3 Area-3"
                 / 1fr 1fr 1fr 1fr 1fr .5fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-div-4, .grid-div-5, .grid-div-6, .grid-div-7 {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  height: 480px;
  padding: 20px;
  position: relative;
}

.grid-detail-3-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area Area Area Area Area-2 Area-2 Area-2 Area-2"
  / 1fr 1fr 1fr 1fr 1fr .5fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-image {
  object-fit: cover;
}

.grid-detail-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area Area Area Area Area Area Area Area"
  / 1fr 1fr 1fr 1fr 1fr .5fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-div-8 {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  height: 480px;
  padding: 20px;
  position: relative;
}

.hero-section-details-carousel {
  background-image: radial-gradient(circle at 0 100%, #0044b3, #000c1f 55%, #000);
  width: 100vw;
  min-height: 100%;
  display: none;
  position: relative;
  overflow: clip visible;
}

.hero-flex-details-carousel-section {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 111px 96px;
  position: relative;
  inset: 0%;
}

.div-block-2 {
  background-color: red;
  width: 175px;
  height: 68px;
  padding: 10px 40px;
  position: absolute;
  inset: auto 0% 0% 50%;
}

.button-hover {
  z-index: 1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%);
}

.button-hover.grid-8 {
  left: 45%;
}

.button-hover.grid-7 {
  left: 35%;
}

.text-button-hover {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.help-section-blur {
  background-image: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 180px;
  position: absolute;
  inset: auto 0% 0%;
}

.upper-hero-section {
  z-index: 2;
  pointer-events: none;
  background-color: #000;
  background-image: url('../images/upper-hero-bg.avif');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  padding-bottom: 5vh;
  position: sticky;
  top: 0;
}

.button-red {
  z-index: 1;
  background-color: red;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 10px 40px;
  transition: opacity .2s;
  display: flex;
}

.button-red:where(.w-variant-ca1f4e74-58e0-07ad-0f37-f213657753f2) {
  z-index: 3;
  position: absolute;
  inset: auto auto 10% 42%;
}

.button-red:where(.w-variant-58765acf-2dc0-bc16-3ec2-e5e3df852f26) {
  margin-top: 0;
}

.button-red.grid-8 {
  left: 45%;
}

.button-red.grid-7 {
  left: 35%;
}

.text-button-white {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.upper-hero-full-width-container {
  z-index: 1;
  background-image: url('../images/upper-section-gradient.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 2048px;
  position: relative;
}

.home-iot-item-list-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: stretch;
  width: 128px;
}

.home-iot-item-detail {
  background-color: #fff;
  border-radius: 24px;
  width: 128px;
  height: 128px;
  overflow: hidden;
}

.home-iot-item-image-detail {
  cursor: pointer;
  background-color: #0000;
  transition: all .2s;
}

.home-iot-item-image-detail:hover {
  transform: scale(1.1);
}

.home-iot-name-detail {
  color: #fff;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-weight: 700;
  display: flex;
}

.swiper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper-v2 {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  transform: translate(0, 50%);
}

.hero-flex-cover {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-flex-white-bg {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(#fff, #fff 15%, #fff0 55%);
  background-position: 0 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.upper-hero-gradient-bg {
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #fff 75%);
  width: 100vw;
  height: 100vh;
  margin-bottom: -4px;
  position: absolute;
  inset: auto 0% 0%;
}

.upper-hero-cover {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.upper-hero-logo {
  width: 440px;
}

.upper-hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
}

.upper-hero-product-cover {
  flex: 1;
  max-width: 1440px;
  max-height: 600px;
  position: relative;
}

.upper-base-container {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  max-width: 1440px;
  height: 100%;
  padding: 48px 80px 32px;
  display: flex;
  position: relative;
}

.upper-hero-product-container {
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  height: 320px;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(.95)translate(-50%, -50%);
}

.upper-hero-product-container._06 {
  width: 400px;
  height: 280px;
  padding-bottom: 48px;
  top: 64%;
  left: 31%;
}

.upper-hero-product-container._05-bulb {
  width: 280px;
  height: 200px;
  padding-bottom: 48px;
  top: 70%;
  left: 65%;
}

.upper-hero-product-container._03-solar {
  width: 320px;
  height: 280px;
  padding-bottom: 64px;
  top: 43%;
  left: 17%;
}

.upper-hero-product-container._02-bulb {
  width: 400px;
  height: 280px;
  top: 40%;
  left: 50%;
}

.upper-hero-product-container._04-trueid {
  height: 170px;
  top: 62%;
  left: 84%;
}

.upper-hero-product-container._01-bulb {
  width: 200px;
  height: 180px;
  top: 37%;
  left: 74%;
}

.upper-hero-product-ripple {
  width: 100%;
  height: 240px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.upper-hero-product-image {
  z-index: 2;
  object-fit: contain;
  height: 100%;
  position: relative;
}

.upper-hero-product-shadow {
  z-index: 0;
  opacity: .5;
  filter: blur(13px);
  background-image: radial-gradient(circle, #000, #0000);
  border-radius: 100%;
  width: 240px;
  height: 50px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -25px);
}

.hero-ripple {
  z-index: 2;
  width: 600px;
  height: 240px;
  display: none;
  position: absolute;
  inset: auto 0% 5% 50%;
  transform: translate(-50%);
}

.hero-logo-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
}

.hero-heading-text {
  font-size: 40px;
  line-height: 48px;
}

.text-upper-hero-heading {
  text-align: center;
}

.upper-hero-heading-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.hero-video-fade-white {
  background-color: #fff;
  flex: 1;
  position: relative;
}

.home-next-section {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.home-next-cover {
  z-index: 2;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 96px;
  position: relative;
}

.home-next-container {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  align-self: stretch;
}

.home-next-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.home-next-bullet {
  width: 100px;
}

.home-next-text {
  text-align: center;
  align-self: stretch;
  font-size: 20px;
  line-height: 24px;
}

.swiper-slide-v2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-details-carousel-v2 {
  background-image: radial-gradient(circle at 0 100%, #0044b3, #000c1f 55%, #000);
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
  overflow: clip hidden;
}

.iot-full-width-container {
  z-index: 1;
  width: 100%;
  max-width: 2048px;
  height: 100%;
  position: relative;
}

.iot-display-area {
  width: 100%;
  height: 100%;
}

.existing-member-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.existing-member-bg-gradient {
  background-image: linear-gradient(#fff, #fff0 80%), radial-gradient(circle at 0 0, #f1f1f1 15%, #f1f1f100 54%);
  width: 100%;
  height: 100%;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  display: flex;
  position: absolute;
  top: 5%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #d60d8c, #bd2293 20%, #7e5aa7 51%, #7761aa 60%, #03b1ec 95%, #00b4ef);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}

.code-embed {
  position: absolute;
  top: 70%;
  left: 50%;
}

.text-light {
  font-weight: 500;
}

.help-description-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.help-title-highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #d60d8c, #bd2293 18%, #7761aa 39%, #00b4ef);
  -webkit-background-clip: text;
  background-clip: text;
}

.help-free-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.iot-devices-section {
  z-index: 2;
  background-color: #c2c2c2;
  width: 100vw;
  position: relative;
  overflow-x: clip;
}

.iot-devices-container {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: sticky;
  top: 0;
}

.h0-heading-text {
  text-align: center;
  letter-spacing: -.5px;
  font-size: 80px;
  line-height: 90%;
}

.hero-h0-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.upper-hero-ripple-v1 {
  filter: brightness(164%) saturate(200%);
  width: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 8px;
}

.upper-hero-ripple-v1._04, .upper-hero-ripple-v1._03, .upper-hero-ripple-v1._02 {
  bottom: 16px;
}

.upper-hero-ripple-v1._01 {
  bottom: 24px;
}

.home-content-icon {
  object-fit: cover;
  width: 128px;
  height: 128px;
  margin-bottom: -24px;
}

.home-content-icon.left {
  margin-right: 96px;
}

.home-content-icon.center {
  margin-right: 32px;
}

.iot-sales-section {
  z-index: 1;
  background-color: #00060f;
  position: relative;
}

.iot-sales-section.blue-gradient-bg {
  z-index: 1;
  background-image: linear-gradient(#00060f00, #00060f), radial-gradient(circle at 0 0, #0044b3, #000c1f 55%, #00060f 78%, #000);
  position: relative;
}

.iot-sales-cover {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 32px;
}

.iot-sales-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
}

.iot-sales-product-cover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  padding: 0;
}

.text-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.iot-sales-title-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.iot-sales-title-highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #d60d8c 18%, #7761aa 67%, #03b1ec);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  line-height: 64px;
}

.iot-sales-title-heading {
  font-size: 44px;
  line-height: 48px;
}

.text-span-3 {
  -webkit-text-fill-color: transparent;
  background-color: #e83a24;
  background-image: radial-gradient(circle at 0 100%, #a100ff 28%, #982ad800 48%), radial-gradient(circle at 100% 0, #ff9200 17%, #efa03700 45%);
  -webkit-background-clip: text;
  background-clip: text;
}

.rounded-tag {
  border-radius: 100px;
  padding: 6px 16px 4px;
  font-size: 20px;
}

.hero-product-ripple {
  z-index: 6;
  filter: brightness(200%);
  transform-origin: 50%;
  width: 800px;
  position: absolute;
  bottom: 166px;
  transform: scale(1.3);
}

.hero-speaker-shadow-container {
  display: block;
}

.home-iot-item-title {
  color: #fff;
  padding-left: 24px;
  font-size: 24px;
  line-height: 24px;
}

.home-iot-item-description {
  padding-bottom: 8px;
  line-height: 150%;
}

.home-iot-description-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.home-iot-description-block.active {
  padding-left: 20px;
  display: block;
}

.home-iot-command-cover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
}

.home-iot-description-container {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0006;
  border-radius: 16px;
  max-width: 540px;
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 24px;
}

.home-iot-command-container {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  cursor: pointer;
  background-color: #2c7cff4d;
  border: 2px solid #5797ff;
  border-radius: 100px 100px 0;
  flex: none;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  box-shadow: 0 0 8px #2c7cff;
}

.home-iot-command-container.active {
  background-color: #2c7cffb3;
}

.home-iot-skim-back {
  background-image: url('../images/IoT-section-skim.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-iot-command-scroll {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
}

.home-iot-skim-front {
  pointer-events: none;
  background-image: url('../images/iot-skim-front.avif'), url('../images/iot-skim-front.avif');
  background-position: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  position: absolute;
  inset: 0%;
}

.home-iot-heading {
  font-size: 48px;
  line-height: 56px;
}

.home-iot-true-x-logo {
  width: 96px;
  height: 96px;
}

.home-iot-true-x-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.home-iot-truex-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.home-iot-speaker-cover {
  width: 500px;
  height: 420px;
  position: absolute;
  inset: auto 40% 0% auto;
  transform: translate(50%);
}

.home-iot-speaker-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-iot-speaker-ripple {
  opacity: 0;
  filter: brightness(200%);
  transform-origin: 50%;
  width: 800px;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%)scale(1.5);
}

.home-iot-device-ripple-block {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.home-iot-device-ripple-block.active {
  display: block;
}

.home-iot-device-ripple {
  filter: brightness(147%);
  width: 128px;
  height: 128px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  position: absolute;
  top: 33%;
  left: 32%;
}

.home-iot-device-ripple._01 {
  top: 33vh;
  left: 36.8vw;
}

.home-iot-device-ripple._02-1 {
  top: 21vh;
  left: 66.6vw;
}

.home-iot-device-ripple._02-2 {
  top: 41vh;
  left: 41.7vw;
}

.home-iot-device-ripple._03 {
  top: 20vh;
  left: 54.1vw;
}

.home-iot-device-ripple._04 {
  top: 57vh;
  left: 78.8vw;
}

.home-iot-device-ripple._05 {
  top: 39vh;
  left: 53.3vw;
}

.div-pop-up-grid {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 24px 32px 32px 0;
  padding: 12px 16px;
  transition: opacity .2s;
  box-shadow: 0 6.52px 13.05px #00000014;
}

.div-pop-up-grid.grid-2 {
  bottom: 23%;
  right: 5%;
}

.div-pop-up-grid.grid-4, .div-pop-up-grid.grid-5 {
  bottom: 40%;
}

.div-pop-up-grid.grid-6 {
  bottom: 30%;
}

.text-popup {
  color: #000;
  text-align: left;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.preload-images-wrapper {
  z-index: -999;
  width: 1px;
  height: 1px;
  position: absolute;
}

.hero-section-customer-no-product {
  background-image: linear-gradient(135deg, #f9f9fc 45%, #ffd8e7 62%, #e7deff 82%, #bee9ff);
  width: 100vw;
  min-height: 100%;
  position: relative;
  overflow-x: clip;
}

.hero-full-width-container-customer-no-prodect {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
}

.hero-flex-customer-no-product {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.image-customer-no-product {
  width: 50%;
}

.div-customer-no-product-content {
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-weight: 700;
}

.logo-image-no-product-div {
  aspect-ratio: auto;
  background-color: #fff;
  border-bottom-right-radius: 84.23px;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-image-no-product {
  width: 70%;
}

.div-customer-no-product-text {
  color: #000;
  font-size: 64px;
  line-height: 72px;
}

.div-customer-no-product-content-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  font-family: Bettertogether, Tahoma, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  display: none;
}

.ripple-top {
  filter: brightness(200%);
  width: 100%;
  position: absolute;
  inset: auto 0% 32px;
}

.ripple-bottom {
  z-index: 3;
  filter: brightness(200%);
  width: 100%;
  position: absolute;
  inset: auto 0% 32px;
}

.hero-flex-details-grid-cover {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 48px 111px 96px 80px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-carousel-button-cover {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 96px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-customer-no-product-cover {
  grid-row-gap: 32px;
  flex: 1;
}

.header-porduct-hover-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.header-porduct-hover-conver {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.home-iot-block-subtitle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.highlight-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.highlight-text-title-thai {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.highlight-text-ps {
  z-index: 1;
  font-size: 16px;
  font-weight: 300;
  position: sticky;
  bottom: 0;
}

.flex-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.highlight-text-ps-block {
  padding-top: 64px;
}

.highlight-text-ps-block.mobile {
  display: none;
}

.upper-hero-ripple-cover {
  z-index: 0;
  width: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 8px;
}

.upper-hero-ripple-cover._04, .upper-hero-ripple-cover._03, .upper-hero-ripple-cover._02 {
  bottom: 16px;
}

.upper-hero-ripple-cover._01 {
  bottom: 24px;
}

.upper-hero-ripple {
  z-index: 0;
  opacity: .35;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.packshot-suggestion-tag-block {
  background-color: #fff;
  border-bottom-right-radius: 48px;
  padding: 12px 32px 16px 16px;
  position: absolute;
}

.packshot-suggestion-tag-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(131deg, #2c7cff, #7a40ff 72%, #c307ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.package-suggestion-price-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-weight: 300;
}

.package-suggestion-container-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 48px;
}

.package-suggestion-scroll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.package-suggestion-section-cover {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.existing-member-price-cover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.existing-member-price {
  font-size: 80px;
  line-height: 64px;
}

.existing-member-price-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.existing-member-condition {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.existing-member-text-ps {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-color: #0000007d;
  border-radius: 8px;
  width: fit-content;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 300;
}

.existing-member-section-container {
  max-width: 1440px;
  height: 100%;
  min-height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.upper-hero-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.rounded-tag-upper-hero {
  border-radius: 100px;
  padding: 12px 24px 8px;
  font-size: 24px;
}

.upper-hero-text-highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(260deg, #ff0012, #ff8101 62%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 4px;
  font-style: italic;
}

.upper-hero-section-cover {
  z-index: 2;
  background-color: #000;
  width: 100vw;
  height: 200vh;
  position: relative;
}

.upper-hero-transition-frame {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.upper-hero-transition-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.upper-hero-background {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-iot-text-ps {
  margin-left: 4px;
  font-size: 14px;
}

.link {
  color: #38e1ff;
}

.home-iot-command-scroll-cover {
  width: 100%;
  padding-left: 24px;
  overflow: auto;
}

.home-iot-command-space {
  flex: none;
  align-self: stretch;
  width: 30%;
}

.iot-sales-title {
  font-size: 32px;
  line-height: 120%;
}

.iot-sales-ps {
  z-index: 1;
  color: #cecece;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .sub-navbar {
    display: none;
  }

  .sub-navbar.inside-open-navbar {
    height: 60px;
    padding: 24px 24px 16px;
    display: block;
  }

  .sub-navbar-left {
    justify-content: center;
    align-items: flex-start;
  }

  .sub-navbar-right {
    flex-flow: column;
  }

  .block-navbar-menu {
    flex: 1;
    height: auto;
    padding: 12px 0;
  }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
  }

  .main-navbar {
    display: block;
  }

  .container-navbar {
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 1px 3px #0003;
  }

  .item-submenu {
    padding-left: 24px;
    font-weight: 700;
  }

  .submenu-arrow.desktop {
    display: none;
  }

  .submenu-arrow.mobile {
    width: 16px;
    height: 16px;
    display: inline-flex;
  }

  .submenu {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    box-shadow: none;
    border-radius: 0;
    align-self: stretch;
    padding-top: 120px;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .submenu.expand {
    position: fixed;
    overflow: auto;
    transform: none;
  }

  .expand-submenu.first-step {
    position: static;
  }

  .navbar-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    padding-right: 16px;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .menu-button.outside-menu {
    position: absolute;
    left: 8px;
  }

  .open-navbar {
    z-index: 10;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding-left: 8px;
    padding-right: 24px;
    display: flex;
    position: relative;
    box-shadow: 0 1px 3px #0003;
  }

  .open-navbar-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .tablet-navbar-area {
    position: relative;
  }

  .navbar-menu-expand-icon {
    width: 16px;
    height: 16px;
    display: block;
  }

  .navbar-menu-expand-icon.large {
    width: 24px;
    height: 24px;
  }

  .back-navbar {
    z-index: 2;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    background-color: #fff;
    margin-top: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    display: none;
    position: relative;
  }

  .text-back-navbar {
    color: red;
    font-weight: 700;
  }

  .navbar-skim {
    background-color: #00000080;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar-brand-logo {
    height: 26px;
  }

  .hero-flex {
    padding-top: 96px;
  }

  .hero-text-description {
    font-size: 20px;
  }

  .secondary-flex {
    z-index: auto;
    height: 200vh;
  }

  .hero-speaker {
    width: 150%;
  }

  .hero-bg-image {
    object-position: 50% 100%;
    top: 8%;
  }

  .hero-text-flex {
    padding-left: 64px;
    padding-right: 64px;
  }

  .secondary-flex-empty-box {
    display: none;
  }

  .secondary-flex-cover-text-left {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .secondary-flex-cover-text-left.highlight {
    z-index: 6;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .secondary-sub-flex.first-section, .secondary-sub-flex.second-section {
    z-index: 6;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 32px;
  }

  .secondary-flex-cover-text-right {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .secondary-flex-cover-text-right.small {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .full-width-section {
    overflow-x: clip;
  }

  .third-sub-flex {
    z-index: 3;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    padding-top: 96px;
  }

  .third-sub-flex-left {
    flex: 1;
    width: auto;
    padding-left: 64px;
    position: relative;
  }

  .third-flex-cover-text-left.highlight {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .third-flex-voice-text-left {
    align-self: flex-start;
  }

  .third-flex-voice-text-left.small {
    text-align: left;
    align-self: flex-start;
  }

  .key-highlight-section {
    background-position: 100% 0;
    background-size: cover;
    margin-top: -32px;
    margin-bottom: 0;
  }

  .basic-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cover-key-highlight {
    padding-bottom: 64px;
  }

  .key-highlight-header {
    position: relative;
    top: 0;
  }

  .key-hightlight-content {
    background-image: linear-gradient(315deg, #2c7cff, #7a40ff 49%, #c307ff 73%);
    position: relative;
    top: 0;
  }

  .highlight-card {
    flex-flow: column;
    height: auto;
  }

  .highlight-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    padding: 24px;
  }

  .highlight-image {
    object-position: 50% 0%;
    flex: none;
    order: -9999;
    width: auto;
    height: 320px;
  }

  .highlight-text-title {
    font-size: 28px;
  }

  .highlight-text-description {
    font-size: 20px;
  }

  .key-highlight-blur {
    display: none;
  }

  .home-iot-block-image {
    height: 80vh;
    bottom: auto;
  }

  .home-iot-item-list-block {
    padding-bottom: 48px;
  }

  .home-iot-item-list {
    width: auto;
  }

  .home-iot-item {
    align-self: stretch;
    width: auto;
  }

  .home-iot-item-image {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .hero-logo {
    height: 64px;
  }

  .secondary-flex-empty-box-first-section {
    display: none;
  }

  .hero-speaker-image {
    object-fit: cover;
  }

  .hero-speaker-image.active {
    opacity: 1;
  }

  .help-content-left {
    align-self: stretch;
    max-width: none;
  }

  .help-content-right {
    display: none;
  }

  .help-content-right.mobile {
    max-width: none;
    display: block;
  }

  .help-content-title-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .help-content-heading {
    text-align: left;
    align-self: stretch;
  }

  .help-section {
    overflow-x: clip;
  }

  .hero-speaker-image-night-mode {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-speaker-shadow {
    opacity: 1;
    width: 240px;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }

  .hero-speaker-shadow.v2 {
    opacity: 1;
    width: 300px;
    transform: scale3d(1none, 1none, 1none) translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  .faq-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .package-suggestion-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }

  .package-suggestion-card {
    flex: none;
    width: 480px;
  }

  .package-suggestion-card.horizontal {
    flex-flow: column;
    flex: none;
    width: 480px;
  }

  .third-sub-flex-right {
    text-align: center;
  }

  .third-sub-flex-right.small {
    display: none;
  }

  .secondary-flex-bottom-fade {
    z-index: 3;
    height: 240px;
  }

  .circle-motion {
    min-width: 48px;
    min-height: 48px;
  }

  .command-wheel-canvas {
    background-color: #0000;
    position: absolute;
    inset: 0%;
  }

  .hero-flex-details {
    padding-top: 64px;
  }

  .hero-text-flex-details {
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid-detail-1 {
    flex-flow: column;
    display: flex;
  }

  .hero-flex-details-grid-section {
    padding-top: 64px;
  }

  .help-content-image-cover {
    flex: 1;
    order: 9999;
    width: 40vh;
  }

  .help-content-image-cover.mobile {
    display: none;
  }

  .hero-text-span-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-hero-span {
    text-align: center;
    white-space: normal;
  }

  .grid-div-3 {
    height: 480px;
  }

  .grid-detail-2-0, .grid-detail-3-0 {
    flex-flow: column;
    display: flex;
  }

  .hero-flex-details-carousel-section {
    padding-top: 64px;
  }

  .button-hover.grid-8 {
    left: 35%;
  }

  .upper-hero-section {
    overflow-x: clip;
  }

  .button-red:where(.w-variant-ca1f4e74-58e0-07ad-0f37-f213657753f2) {
    left: 30%;
  }

  .upper-hero-cover {
    padding-left: 24px;
    padding-right: 24px;
  }

  .upper-hero-logo {
    width: 380px;
  }

  .upper-hero-product-cover {
    transform: scale(.75);
  }

  .upper-base-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .upper-hero-product-container._06 {
    left: 25%;
  }

  .upper-hero-product-container._05-bulb {
    top: 67%;
    left: 72%;
  }

  .upper-hero-product-container._03-solar {
    left: 0%;
  }

  .upper-hero-product-container._04-trueid {
    top: 62%;
    left: 100%;
  }

  .upper-hero-product-container._01-bulb {
    top: 36%;
    left: 90%;
  }

  .upper-hero-product-ripple {
    display: none;
  }

  .hero-ripple {
    bottom: 8%;
  }

  .upper-hero-heading {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .home-next-cover {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-next-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .home-next-content {
    align-self: stretch;
    padding-left: 96px;
    padding-right: 96px;
  }

  .existing-member-bg {
    width: 150%;
    height: 120%;
  }

  .help-content-mobile-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 1;
  }

  .help-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-4 {
    font-size: 40px;
    line-height: 48px;
  }

  .iot-devices-section {
    overflow-x: clip;
  }

  .hero-h0-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-content-icon-block {
    align-self: flex-start;
  }

  .home-content-icon.left, .home-content-icon.center {
    margin-left: -16px;
    margin-right: 0;
  }

  .home-content-icon.right {
    margin-left: -16px;
  }

  .iot-sales-cover {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .iot-sales-container {
    max-width: none;
  }

  .iot-sales-product-cover {
    align-self: stretch;
  }

  .hero-product-ripple {
    bottom: 165px;
  }

  .hero-speaker-shadow-container {
    z-index: 2;
    width: 100%;
    height: 120px;
    position: fixed;
    inset: auto 0% 0;
  }

  .home-iot-skim-front {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-iot-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .home-iot-speaker-cover {
    bottom: 5%;
    right: 25%;
  }

  .home-iot-device-ripple-block.active {
    display: none;
  }

  .div-pop-up-grid.grid-3 {
    bottom: 50%;
  }

  .home-iot-image-skim-mobile {
    display: none;
  }

  .hero-flex-customer-no-product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 96px;
  }

  .image-customer-no-product {
    width: 80%;
  }

  .div-customer-no-product-content {
    order: -9999;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .logo-image-no-product-div {
    border-bottom-right-radius: 64px;
    width: 180px;
  }

  .div-customer-no-product-text {
    text-align: center;
    font-size: 48px;
    line-height: 64px;
  }

  .div-customer-no-product-content-mobile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-flex-details-grid-cover {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .highlight-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .highlight-text-ps-block.mobile {
    padding-top: 0;
    display: block;
  }

  .package-suggestion-scroll {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    overflow: auto;
  }

  .package-suggestion-section-cover {
    padding-left: 0;
    padding-right: 0;
  }

  .existing-member-section-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .upper-hero-title {
    font-size: 40px;
  }

  .upper-hero-section-cover {
    overflow-x: clip;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-flex {
    z-index: 6;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 160px;
  }

  .hero-text-description {
    font-size: 16px;
  }

  .hero-button-solid {
    padding: 12px 24px;
    font-size: 18px;
  }

  .hero-cta-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-left: 64px;
    padding-right: 64px;
    position: static;
  }

  .hero-text-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .secondary-flex-cover-text-left {
    align-self: stretch;
    width: auto;
    font-size: 48px;
  }

  .secondary-flex-cover-text-left.highlight {
    width: auto;
    font-size: 48px;
    line-height: 56px;
  }

  .secondary-sub-flex.first-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .secondary-flex-cover-text-right {
    align-self: stretch;
    width: auto;
    font-size: 48px;
  }

  .secondary-flex-cover-text-right.small {
    width: auto;
    font-size: 48px;
    line-height: 56px;
  }

  .third-flex-shadow-bg {
    z-index: auto;
  }

  .third-sub-flex {
    padding-top: 32px;
  }

  .third-sub-flex-left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 32px;
  }

  .third-flex-cover-text-left.highlight {
    font-size: 108px;
  }

  .third-flex-voice-text-left {
    margin-bottom: 0;
    font-size: 40px;
  }

  .third-flex-voice-text-left.small {
    margin-top: 8px;
  }

  .hero-last-video {
    z-index: auto;
  }

  .key-highlight-section {
    background-position: 100% 0;
    background-size: cover;
  }

  .basic-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .key-highlight-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-subtitle {
    font-size: 18px;
  }

  .home-iot-block-image {
    width: 110vw;
    height: 50vh;
    top: auto;
    bottom: 25vh;
    left: auto;
  }

  .home-iot-block-description {
    width: 100%;
  }

  .home-iot-item-list-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-image: linear-gradient(#0000, #000 51%);
  }

  .home-iot-item-list-block {
    z-index: 1;
    background-image: linear-gradient(#0000, #000 38%);
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .hero-logo {
    height: 64px;
  }

  .cover-speaker-ripple-large {
    overflow-x: clip;
  }

  .hero-speaker-image {
    object-fit: scale-down;
    height: 50vh;
    transition-duration: 30ms;
    transform: translate(0%, 50%)scale(.6);
  }

  .hero-speaker-image.active {
    opacity: 1;
  }

  .hep-content-cover {
    padding-bottom: 0;
  }

  .help-content-container:where(.w-variant-e1ebccb7-cbb2-d516-8d17-b3d274c4beb0) {
    margin-top: 0;
  }

  .help-content-image {
    width: 100%;
    height: 100%;
  }

  .help-content-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .help-content-fix-container {
    display: none;
  }

  .existing-member-container {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .help-section {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), linear-gradient(#0000, #0000), url('../images/help-ripple-left.png');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 80%;
    background-attachment: scroll, scroll, fixed;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 96px;
  }

  .faq-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-1 {
    padding: 24px;
  }

  .faq-header {
    display: none;
  }

  .faq-info-head {
    align-self: stretch;
    margin-right: 48px;
    font-size: 20px;
  }

  .package-suggestion-container {
    padding: 32px 24px 64px;
  }

  .package-suggestion-card.horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .package-suggestion-image {
    flex: none;
  }

  .package-suggestion-image.horizontal {
    flex: none;
    height: 240px;
  }

  .package-suggestion-content {
    padding: 16px 0 0;
  }

  .package-suggestion-benefits {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .package-suggestion-bullet {
    width: 24px;
  }

  .package-suggestion-title {
    font-size: 20px;
    line-height: 120%;
  }

  .faq-answer-text {
    font-size: 18px;
    line-height: 120%;
  }

  .package-suggestion-price {
    font-size: 24px;
  }

  .flex-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .flex-block-5 {
    width: auto;
    margin-right: 0;
  }

  .third-sub-flex-right {
    align-self: stretch;
    width: auto;
    font-size: 56px;
  }

  .third-sub-flex-right.small {
    width: auto;
  }

  .circle-motion {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    position: absolute;
    right: 24px;
  }

  .command-wheel-canvas {
    z-index: 10;
  }

  .home-new-iot-full-screen {
    justify-content: space-between;
    align-items: center;
  }

  .hero-flex-details {
    padding-top: 64px;
  }

  .hero-text-header-detail {
    font-size: 60px;
  }

  .hero-flex-details-grid-section {
    padding-top: 64px;
  }

  .home-iot-block-cover {
    z-index: 1;
  }

  .home-iot-block-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 32px;
  }

  .help-content-image-cover {
    display: none;
  }

  .help-content-image-cover.mobile {
    flex: none;
    order: -9999;
    width: 100%;
    height: 320px;
    display: block;
  }

  .hero-flex-details-carousel-section {
    padding-top: 64px;
  }

  .button-hover.grid-8, .button-hover.grid-7 {
    left: 30%;
  }

  .hero-flex-white-bg {
    background-image: linear-gradient(#b1c5e4, #fff 15%, #fff0 55%);
    background-position: 0 0;
  }

  .upper-hero-gradient-bg {
    opacity: 1;
    background-image: url('../images/upper-hero-footer-bg.avif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10vh;
  }

  .upper-hero-cover {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .upper-hero-logo {
    width: 200px;
  }

  .upper-base-container {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .upper-hero-product-container._06 {
    width: 320px;
  }

  .upper-hero-product-container._05-bulb {
    width: 220px;
  }

  .upper-hero-product-container._04-trueid {
    width: 240px;
  }

  .upper-hero-product-container._01-bulb {
    width: 200px;
  }

  .upper-hero-product-image {
    height: 80%;
  }

  .hero-ripple {
    bottom: 5%;
  }

  .hero-logo-flex {
    flex-flow: column;
  }

  .hero-heading-text {
    font-size: 28px;
    line-height: 32px;
  }

  .upper-hero-heading {
    align-self: center;
    display: block;
  }

  .text-upper-hero-heading {
    display: block;
  }

  .upper-hero-heading-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .existing-member-bg {
    height: 130%;
    right: -15%;
  }

  .help-content-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: stretch;
  }

  .help-description-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .help-title-highlight {
    font-size: 40px;
    line-height: 110%;
  }

  .iot-devices-container {
    background-image: linear-gradient(#c2c2c2 50%, #000 51%);
    height: 110vh;
    position: sticky;
    top: -10vh;
  }

  .h0-heading-text {
    font-size: 64px;
  }

  .hero-h0-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-content-icon {
    width: 160px;
    height: 160px;
    margin-top: -96px;
    position: relative;
  }

  .hero-product-ripple {
    display: none;
    bottom: 5%;
  }

  .hero-speaker-shadow-container {
    display: none;
  }

  .home-iot-item-title {
    font-size: 20px;
    display: none;
  }

  .home-iot-item-description {
    font-size: 16px;
  }

  .home-iot-description-block.active {
    padding-left: 32px;
  }

  .home-iot-description-container {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #0006;
    border-radius: 16px;
    max-width: none;
    margin-right: 24px;
    padding-top: 16px;
    padding-left: 4px;
  }

  .home-iot-command-container {
    padding: 12px 16px;
    font-size: 18px;
  }

  .home-iot-skim-back {
    background-image: linear-gradient(#000, #c2c2c2 34%, #fff0 51%);
    background-position: 0 0;
  }

  .home-iot-heading {
    font-size: 32px;
    line-height: 120%;
  }

  .home-iot-true-x-logo {
    width: 64px;
    height: 64px;
  }

  .home-iot-speaker-cover {
    z-index: 1;
    opacity: 1;
    bottom: 0%;
    right: 50%;
  }

  .div-pop-up-grid {
    bottom: 50%;
  }

  .div-pop-up-grid.grid-3 {
    bottom: 40%;
  }

  .home-iot-image-skim-mobile {
    background-image: linear-gradient(#c2c2c2, #c2c2c200 16%, #0000 82%, #000);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .hero-flex-customer-no-product {
    padding-top: 128px;
  }

  .logo-image-no-product-div {
    width: 25%;
  }

  .div-customer-no-product-text {
    text-align: center;
  }

  .hero-flex-details-grid-cover {
    padding-top: 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .highlight-text-title-thai {
    font-size: 20px;
  }

  .highlight-text-ps {
    font-size: 14px;
  }

  .packshot-suggestion-tag-block {
    border-bottom-right-radius: 32px;
    padding: 8px 24px 12px 12px;
  }

  .packshot-suggestion-tag-text {
    font-size: 18px;
  }

  .package-suggestion-scroll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .existing-member-text-ps {
    font-size: 14px;
    bottom: 16px;
  }

  .existing-member-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rounded-tag-upper-hero {
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 20px;
  }

  .upper-hero-section-cover {
    height: 100vh;
  }

  .upper-hero-transition-frame, .upper-hero-background {
    display: none;
  }

  .home-iot-command-space {
    width: 70%;
  }

  .iot-sales-ps {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .back-navbar {
    background-color: #fff;
  }

  .hero-full-width-container {
    overflow-x: clip;
  }

  .hero-flex {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-cta-section {
    z-index: 10;
    position: relative;
  }

  .hero-text-flex {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-bg-light {
    background-image: linear-gradient(#fff 18%, #fff0), radial-gradient(circle at 50% -50%, #ffffff80 38%, #fff0 68%);
  }

  .third-flex-cover-text-left.highlight {
    padding-right: 12px;
    font-size: 80px;
  }

  .highlight-image {
    height: 240px;
  }

  .home-iot-block-image {
    width: 150vw;
    height: 50vh;
    margin-top: 25vh;
    bottom: 15vh;
    right: -5vw;
  }

  .home-iot-item-list-container {
    background-image: linear-gradient(#fff0, #0f0f0f 17%, #000 77%);
  }

  .home-iot-item-list-block {
    padding-bottom: 48px;
  }

  .hero-speaker-image.active {
    opacity: 1;
  }

  .help-tag-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .existing-member-section {
    background-color: #fff;
    overflow: clip;
  }

  .package-suggestion-card, .package-suggestion-card.horizontal {
    width: 320px;
  }

  .package-suggestion-image {
    flex: none;
  }

  .package-suggestion-image.horizontal {
    flex: none;
    height: 240px;
  }

  .package-suggestion-content {
    padding: 16px 0 0;
  }

  .hero-flex-details {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-text-header-detail {
    font-size: 40px;
    line-height: 60px;
  }

  .text-hero-detail-desc {
    text-align: center;
    font-size: 24px;
    line-height: 44px;
  }

  .hero-flex-details-grid-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-iot-block-cover {
    z-index: 3;
    justify-content: flex-end;
    align-items: center;
  }

  .home-iot-block-container {
    padding-right: 24px;
  }

  .existing-member-bg-cover {
    background-color: #fff;
    overflow: hidden;
  }

  .text-hero-span {
    font-size: 40px;
    line-height: 60px;
  }

  .hero-flex-details-carousel-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .button-hover {
    opacity: 0;
    width: 170px;
    height: 45px;
  }

  .button-hover.grid-8, .button-hover.grid-7 {
    left: 25%;
  }

  .text-button-hover {
    font-size: 20px;
  }

  .button-red:where(.w-variant-ca1f4e74-58e0-07ad-0f37-f213657753f2) {
    left: 10%;
  }

  .upper-hero-cover {
    padding-left: 0;
    padding-right: 0;
  }

  .upper-hero-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 240px;
  }

  .upper-hero-product-cover {
    transform: scale(.6);
  }

  .upper-hero-product-container._06 {
    top: 82%;
    left: 12%;
  }

  .upper-hero-product-container._05-bulb {
    top: 85%;
    left: 103%;
  }

  .upper-hero-product-container._03-solar {
    left: -8%;
  }

  .upper-hero-product-container._02-bulb {
    top: 15%;
    left: 52%;
  }

  .upper-hero-product-container._04-trueid {
    top: 66%;
    left: 61%;
  }

  .upper-hero-product-container._01-bulb {
    left: 110%;
  }

  .hero-logo-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .hero-heading-text {
    text-align: center;
    align-self: center;
    line-height: 48px;
  }

  .home-next-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .existing-member-bg {
    width: 200%;
    height: 100%;
    margin-top: 157px;
    right: -34%;
  }

  .text-block-4 {
    font-size: 30px;
    line-height: 50px;
  }

  .text-block-5 {
    font-size: 70px;
    line-height: 80px;
  }

  .iot-devices-container {
    height: 123vh;
    top: -23vh;
  }

  .h0-heading-text {
    text-align: center;
    align-self: center;
  }

  .home-iot-description-container {
    margin-right: 0;
    padding-bottom: 0;
  }

  .home-iot-skim-back {
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(#000, #c2c2c2 34%, #fff0 48%);
    background-position: 0 0;
  }

  .home-iot-speaker-cover {
    display: none;
  }

  .div-pop-up-grid {
    opacity: 0;
    padding: 15px;
  }

  .text-popup {
    font-size: 18px;
    line-height: 24px;
  }

  .home-iot-image-skim-mobile {
    height: 100%;
    display: block;
  }

  .hero-flex-customer-no-product {
    padding-top: 96px;
  }

  .logo-image-no-product-div {
    border-bottom-right-radius: 32px;
    width: 30%;
  }

  .div-customer-no-product-text {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .div-customer-no-product-content-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 10px;
  }

  .hero-flex-details-grid-cover {
    padding-top: 0;
  }

  .existing-member-price-cover {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .upper-hero-title {
    font-size: 32px;
  }

  .upper-hero-transition-frame {
    background-color: #000;
  }
}

#w-node-_87127d4b-f908-591e-c0b8-fd8b84c295e8-cca10993 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c9debf61-b163-6470-5cce-dba48174f699-cc9ae4ce {
  grid-area: Area;
}

#w-node-_0c62fa3f-08f5-2afc-308e-e76e81b46385-cc9ae4ce {
  grid-area: Area-2;
}

#w-node-_68b75fd7-7cfc-382f-c119-792c7b312bf0-cc9ae4ce {
  grid-area: Area;
}

#w-node-_68b75fd7-7cfc-382f-c119-792c7b312c05-cc9ae4ce {
  grid-area: Area-2;
}

#w-node-_3002b881-2ec5-25b5-f99e-fcf0038d1a5c-cc9ae4ce {
  grid-area: Area-3;
}

#w-node-_264a9354-5926-3305-4cc3-de3cad5a1e79-cc9ae4ce {
  grid-area: Area;
}

#w-node-_264a9354-5926-3305-4cc3-de3cad5a1e8e-cc9ae4ce {
  grid-area: Area-2;
}

#w-node-_2ba3ffa0-8813-ec7d-67ea-8a19166c4404-cc9ae4ce {
  grid-area: Area;
}

@media screen and (max-width: 479px) {
  #w-node-_87127d4b-f908-591e-c0b8-fd8b84c295e8-cca10993 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Bettertogether';
  src: url('../fonts/BetterTogether-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bettertogether';
  src: url('../fonts/BetterTogether-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bettertogether';
  src: url('../fonts/BetterTogether-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}