@font-face {
  font-family: Lineseedsansth;
  src: url('../fonts/LINESeedSansTH_He.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lineseedsansth;
  src: url('../fonts/LINESeedSansTH_Rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lineseedsansth;
  src: url('../fonts/LINESeedSansTH_XBd.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Lineseedsansth;
  src: url('../fonts/LINESeedSansTH_Th.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-light: #ececec;
  --white: white;
  --black: black;
}

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

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

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

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

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

h1 {
  color: var(--text-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lineseedsansth, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: var(--text-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lineseedsansth, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  color: var(--text-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lineseedsansth, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--text-light);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lineseedsansth, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

a {
  text-decoration: none;
}

.body {
  background-color: #000;
}

.navbar {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  position: fixed;
  inset: 0% 0% auto;
}

.text-hero-bold {
  align-items: center;
  max-width: 100vw;
  padding: 16px 32px;
  display: flex;
}

.brand {
  flex: 1;
}

.logo-desktop {
  display: block;
}

.logo-tablet {
  display: none;
}

.container-1080 {
  max-width: 1080px;
}

.basic-container {
  padding-top: 96px;
  padding-bottom: 96px;
}

.basic-container.padding-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.basic-container._180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.flex-horizaontal.align-stretch {
  align-items: stretch;
}

.flex-horizaontal.align-stretch.justify-center {
  justify-content: center;
}

.flex-horizaontal._32px {
  grid-column-gap: 32px;
}

.flex-horizaontal._64px {
  grid-column-gap: 64px;
}

.flex-horizaontal._16px {
  grid-column-gap: 16px;
}

.flex-horizaontal._80px {
  grid-column-gap: 80px;
}

.flex-horizaontal._96px {
  grid-column-gap: 96px;
}

.sizing-grow {
  flex: 1;
  align-self: stretch;
}

.sizing-grow.flex-vertical {
  flex-direction: column;
  display: flex;
}

.sizing-grow.align-center {
  align-self: center;
}

.flex-vertical {
  grid-row-gap: 24px;
}

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

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

.flex-vertical.align-stretch {
  align-items: stretch;
}

.flex-vertical._32px {
  grid-row-gap: 32px;
}

.flex-vertical._64px {
  grid-row-gap: 64px;
}

.flex-vertical._16px {
  grid-row-gap: 16px;
}

.flex-vertical._8px {
  grid-row-gap: 8px;
}

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

.text-color-light {
  color: #f2f2f2;
}

.text-body-2 {
  color: #f2f2f2;
  font-family: Lineseedsansth, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-subtitle {
  color: var(--text-light);
  font-family: Lineseedsansth, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-subtitle.regular {
  font-weight: 400;
}

.button {
  color: #000;
  background-color: #faaa19;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Lineseedsansth, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.button.small {
  font-size: 20px;
}

.heading {
  color: #fff;
  font-family: Lineseedsansth, sans-serif;
}

.font-weight-thin {
  font-weight: 100;
}

.image-check {
  width: 24px;
}

.text-body-1 {
  color: var(--text-light);
  font-family: Lineseedsansth, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.image-looking-for {
  align-self: center;
  width: 128px;
  height: 128px;
}

.block-looking-for {
  align-self: center;
  align-items: center;
  display: flex;
}

.container-looking-for {
  background-color: #1d1d1dcc;
  border-bottom: 1px solid #3a3a3a;
  border-radius: 32px;
  flex: 1;
  max-width: 320px;
  padding: 24px;
}

.position-fixed {
  position: fixed;
}

.position-fixed.height-100vh.width-100vw.bg-black {
  z-index: -1;
  background-image: none;
  inset: 0%;
}

.bg-glow-animation {
  transform-origin: 50% 100%;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #ffffff80, #fff0 90%);
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.bg-glow {
  background-image: radial-gradient(circle farthest-side, #fff3, #fff0 60%);
  width: 100vw;
  height: 200vh;
}

.bg-video {
  z-index: -1;
  opacity: .25;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.text-black {
  color: #141414;
}

.text-black.highlight-bg {
  background-image: url('../images/highlight-text.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlight-text {
  background-image: url('../images/highlight-text-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-video-gradient {
  z-index: -10;
  background-image: linear-gradient(#0000 59%, #000);
  position: absolute;
  inset: 0%;
}

.chat {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/facebook-messenger-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  position: fixed;
  inset: auto 16px 16px auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    top: -2px;
  }

  .text-hero-bold {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding-right: 16px;
  }

  .logo-desktop {
    display: none;
  }

  .logo-tablet {
    display: block;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #000c;
  }

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

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

  .icon {
    color: #fafafa;
    display: none;
  }

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

  .flex-horizaontal._80px.flex-product-section {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .flex-horizaontal._80px.flex-product-section.switch-content {
    flex-direction: column-reverse;
  }

  .flex-product-image {
    max-width: 600px;
    max-height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #0e0e0e;
  }

  .text-hero-bold {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    padding-left: 24px;
    padding-right: 8px;
  }

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

  .flex-horizaontal.align-stretch.justify-center._16px.flex-looking-for-container {
    grid-row-gap: 32px;
    flex-direction: column;
    align-self: stretch;
  }

  .sizing-grow.align-center.flex-product-image {
    flex-direction: column;
    align-self: stretch;
    display: flex;
  }

  .container-looking-for {
    max-width: none;
  }

  .bg-glow-animation {
    display: none;
  }

  .bg-glow {
    background-image: radial-gradient(circle, #ffffff4d, #fff0 70%);
    height: 200vh;
    display: none;
    transform: translate(0, -10vh);
  }

  .bg-video-gradient {
    background-image: linear-gradient(#0000 59%, #0e0e0e);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  .text-hero-bold {
    padding-left: 16px;
  }

  .flex-horizaontal._80px.flex-product-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}


@font-face {
  font-family: 'Lineseedsansth';
  src: url('../fonts/LINESeedSansTH_He.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineseedsansth';
  src: url('../fonts/LINESeedSansTH_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineseedsansth';
  src: url('../fonts/LINESeedSansTH_XBd.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineseedsansth';
  src: url('../fonts/LINESeedSansTH_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineseedsansth';
  src: url('../fonts/LINESeedSansTH_Th.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}