:root {
  --untitled-ui--white: white;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: #000;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --_nav_width---width: 100svw;
  --tp_bg: white;
  --_rounded-box---width: 100svw;
  --_rounded-box---height: 100svh;
  --card-button-color: #c7bfba3d;
  --form-field-border: #ff9857ba;
  --form-field-bg: #ffe3e3c2;
  --_rounded-box---color: #f7cb9d70;
  --_rounded-box---background-color: #fff0;
}

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

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

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

body {
  color: #333;
  --_rounded-box---width: 100vw;
  --_rounded-box---height: 100svh;
  --_rounded-box---color: #f7cb9d70;
  --_rounded-box---background-color: #fff0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  vertical-align: baseline;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: underline;
}


/* ===== PRELOADER ===== */
.preloader {
  z-index: 1000;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.preloader-block {
  justify-content: center;
  margin: auto;
  display: flex;
  position: relative;
}

.preloader-img-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  margin-bottom: 5rem;
}

.preloader-arrow {
  width: 100px;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
}

.preloader-arrow._1 {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ff9c23;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}


.preloader-text {
  font-size: 1rem;
  position: absolute;
}

.footer {
  z-index: -1;
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.section {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 300vh;
  min-height: auto;
  display: none;
  position: relative;
}

.nav {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  position: sticky;
  top: 5px;
}

.container-2 {
  height: 90vh;
}

.image {
  float: left;
  position: relative;
  left: 0;
}

.brand {
  float: left;
  text-align: left;
}

.image-2 {
  width: 50px;
  padding-top: 10px;
}

.section-2 {
  height: 80%;
}

.page-wrapper {
  z-index: 100;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow-x: hidden;
}

.root {
  mix-blend-mode: normal;
  z-index: 100;
  background-color: #e4898900;
  width: 100vw;
  height: 100vh;
  min-height: 80%;
  display: flex;
  position: fixed;
}

.root.react {
  min-width: 100vw;
}

.root.r3f-container {
  z-index: 5;
  box-sizing: border-box;
  background-color: var(--untitled-ui--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 100vw;
  min-width: 100%;
  max-width: 0;
  height: 100vh;
  min-height: 100vh;
  max-height: 0;
  margin-top: 0;
  display: block;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.root.r3f-container._1 {
  float: right;
  width: auto;
  height: auto;
  min-height: 100%;
  position: relative;
}

.container-4 {
  z-index: 100;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-color: #ffeded00;
  background-clip: border-box;
  width: 100vw;
  display: block;
  overflow: visible;
  transform: skew(0deg);
}

.navbar {
  float: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #d5e4c445;
  transition: opacity .2s;
  display: block;
  position: sticky;
  inset: 100vh 0% 0%;
}

.wrapper {
  z-index: 100;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  display: none;
  position: relative;
  inset: 0;
  overflow: hidden visible;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  position: relative;
}

.canvas {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  z-index: 100;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  min-height: 80vh;
  padding: 10px;
  display: block;
  position: fixed;
  overflow: visible;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}


.scroll-section {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.body {
  color: #ddd;
  background-color: #0000;
  border: 0 #000;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  font-family: Chakra Petch, sans-serif;
  display: block;
  overflow: visible;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-heroheader04_image {
  width: 76rem;
  min-width: 76rem;
  display: block;
  position: absolute;
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-section_heroheader04 {
  overflow: hidden;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.footer_component {
  background-color: var(--relume-library-lite--rl-white);
  z-index: -1;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  overflow: visible;
}

.navigation {
  border-bottom: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  justify-content: flex-start;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  transition: text-underline-offset .2s, opacity .2s;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.container-5 {
  height: 80vh;
}

.section-marquee {
  color: #fff;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.section-marquee.text-animate {
  display: none;
}

.showcase_marquee_track {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100px;
  margin-top: 0;
  padding-top: 0;
  font-family: Inconsolata, monospace;
  display: block;
  position: static;
  overflow: hidden;
}

.showcase_marquee_track.reverse {
  display: flex;
}

.marquee {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  aspect-ratio: auto;
  direction: ltr;
  letter-spacing: normal;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: row;
  place-content: center flex-start;
  align-items: stretch;
  width: 100vw;
  height: auto;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 2%;
  font-size: 20vw;
  font-weight: 700;
  line-height: 1%;
  display: flex;
  position: static;
}

.showcase_marquee_list {
  align-items: flex-end;
  height: 100%;
  margin-top: 2.5em;
  display: block;
  position: relative;
}

.section-4 {
  display: flex;
}

.section_showcase {
  z-index: -1;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto auto;
  padding-top: 0;
  display: block;
  position: static;
  top: 0%;
  overflow: visible;
  rotate: none;
}

.showcase_marquee_wrapper {
  z-index: 10;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.showcase_marquuee_flex {
  clear: none;
  color: #bb0707;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  height: 20px;
  min-height: 200px;
  display: flex;
}

.text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #9c6c3b;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 200px;
  min-height: 20px;
  margin-top: 0%;
  margin-right: 18px;
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 16px;
  display: inline-flex;
  position: relative;
}

.text-block.text_ {
  letter-spacing: 0;
  text-indent: 20px;
  text-transform: none;
  text-overflow: clip;
  column-count: 0;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0;
  font-size: 40rem;
  display: inline-flex;
  position: static;
}

.heading {
  color: #9c6c3b;
  letter-spacing: 2rem;
  -webkit-text-stroke-width: 10px;
  text-indent: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-family: Merriweather, serif;
  font-size: 8rem;
  line-height: 44%;
  display: inline-flex;
  position: relative;
}

.heading.marquee_2 {
  font-size: 5rem;
}

.image-3 {
  width: 40%;
}


.columns {
  width: auto;
  margin-top: 10em;
}

.paragraph {
  text-align: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.div-block-2 {
  z-index: 10;
}

.code-embed {
  width: 10em;
  height: 10em;
  margin-top: 10rem;
  margin-left: 5em;
  margin-right: 5em;
  display: inline-block;
  position: absolute;
}

.sticky_div {
  height: 100vh;
  position: sticky;
  top: 100vh;
}

.div-block-3 {
  z-index: 1;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
}

.main-layer {
  width: 100vw;
  min-width: 100vw;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.calculator {
  z-index: 1001;
  -webkit-backdrop-filter: saturate(180%) blur(25px);
  backdrop-filter: saturate(180%) blur(25px);
  text-align: left;
  background-color: #fff0;
  background-image: linear-gradient(135deg, #000, #919191 52%, #fff);
  border: 1px solid #ffffff2e;
  border-radius: 24px;
  flex: 1;
  width: 100%;
  min-width: auto;
  max-width: 1440px;
  height: auto;
  min-height: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000004d;
}

.calculator._1 {
  cursor: grab;
  display: block;
}

.calculator.glass-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  margin: auto;
}

.flair {
  cursor: pointer;
  width: 100px;
  height: 100px;
  margin-top: -20px;
  margin-bottom: 0;
  margin-left: 0;
}

.flair.card-3 {
  align-items: stretch;
  margin-top: 10px;
  margin-left: -40px;
  margin-right: 0;
  display: inline-flex;
  position: absolute;
  left: 0;
}

.flair.card-2 {
  z-index: 100;
  margin-top: 30%;
  margin-left: 0%;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
}

.flair.card-1 {
  z-index: 100;
  margin: 50% auto 25% -10%;
  display: block;
  position: absolute;
  left: 0;
}

.section-cure {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 90vw;
  min-width: 90vw;
  height: 100vh;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: 10vh;
  left: 0;
  right: 0;
}

.div-block-5 {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #ddd;
  background-color: #ffffffd9;
  border: 2px solid #5757577d;
  border-radius: 10px;
  width: 20vw;
  min-width: 20%;
  height: auto;
  min-height: 10%;
  margin-bottom: 4em;
  margin-left: 15em;
  padding: 10px;
  display: block;
  position: absolute;
}

.div-block-5.card-1 {
  z-index: 2;
  margin-bottom: 10em;
}

.div-block-5.flair {
  width: 280px;
  min-width: 200px;
  height: 220px;
  min-height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.div-block-5.flair.card-1 {
  inset: 15% auto auto 10%;
}

.columns-2 {
  width: 100%;
  min-width: 100%;
  height: 30%;
  min-height: 30%;
}

.heading-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.block-quote {
  font-family: Share Tech;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.button {
  opacity: 1;
  float: right;
  cursor: grab;
  background-color: #67c490;
  border-radius: 10px;
  width: 70px;
  height: 40px;
  padding: 3px 0;
  font-family: Share Tech;
  font-size: 11px;
  display: block;
  overflow: visible;
}

.text-block-2 {
  text-align: center;
  background-color: #fff0;
  border-radius: 0;
  width: 50%;
  margin-bottom: 5px;
  padding: 1px 1px 1px 0;
  font-family: Share Tech;
  font-size: 9px;
  display: inline-block;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #0000;
  margin-left: 15px;
  font-family: Chakra Petch, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.code-embed-2 {
  vertical-align: sub;
  display: inline-block;
}

.div-block-6 {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-color: #58585845;
  background-clip: border-box;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Share Tech;
  display: block;
}

.button-2 {
  background-color: #ffffff52;
  border-radius: 5px;
}

.code-embed-3 {
  float: left;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 23px;
  text-overflow: clip;
  column-count: 0;
  column-rule-style: none;
  column-rule-width: 0px;
  white-space: normal;
  word-break: break-all;
  vertical-align: middle;
  cursor: grab;
  background-color: #0000;
  border-radius: 10px;
  align-content: center;
  column-gap: 0;
  width: 30px;
  height: 30px;
  margin: auto 0;
  padding: 0 0 12px 10px;
  font-family: Inconsolata, monospace;
  font-size: 9px;
  font-style: normal;
  line-height: 0;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.code-embed-4 {
  float: right;
  width: 20px;
  height: 20px;
  padding-top: 5px;
  position: relative;
  overflow: visible;
}

.div-block-7 {
  width: 100%;
  height: 40px;
  margin: 5px auto auto;
}

.card-3 {
  z-index: 100;
  cursor: grab;
  align-items: center;
  width: 280px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 10vw;
  display: flex;
  position: absolute;
  left: 0;
}

.card-3-copy {
  margin-top: -140px;
  margin-bottom: 0;
}

.text {
  float: none;
  clear: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #91919100;
  border: 1px solid #ffffff2e;
  border-radius: 24px;
  width: 75%;
  height: 100%;
  margin: 10vw 10vh;
  padding: 3rem;
  font-family: Chakra Petch, sans-serif;
  display: block;
  position: relative;
  right: auto;
}

.text.text-animate-1 {
  z-index: 0;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text.text-animate-1._2 {
  cursor: auto;
  z-index: 100;
  margin-top: 20px;
  display: block;
  position: relative;
  top: 10vh;
}

.text.text-animate-2 {
  order: 0;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text.text-1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #91919100;
  border: 0 #ffffff2e;
  border-radius: 0;
  width: 75%;
  margin: 5vw 5vh;
  padding: 3rem;
}

.text.text-1.glass-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-width: 1px;
  border-radius: 24px;
  margin: auto;
  padding: 30px;
  height: auto;
}

.text.text-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  margin: 5vw 5vh;
}

.text.text-2.glass-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-width: 1px;
  border-color: #ffffff2e;
  border-radius: 24px;
  width: 80%;
  margin: 5vh 4.5vw;
  padding: 30px;
}

.paragraph-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #cfcfcf;
  text-align: left;
  flex-flow: column wrap;
  place-content: stretch flex-start;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  font-family: Share Tech;
  display: flex;
  position: relative;
}

.paragraph-3.text-animate {
  width: 100%;
  font-family: Chakra Petch, sans-serif;
}

.paragraph-3.text-animate.calc {
  color: #00ffd0;
}

.heading-4 {
  color: #e2e2e2;
  font-family: Share Tech;
}

.heading-4.text-animate {
  text-align: left;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.7rem;
}

.heading-4.text-animate.calc {
  color: #f80000;
}

.div-block-8 {
  text-align: left;
  margin-top: 25%;
  margin-left: 5%;
}

.button-wrapper {
  clear: none;
  text-align: center;
  float: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0 8% 0 auto;
}

.image-4 {
  float: right;
  width: 40px;
  position: absolute;
  inset: auto 5% auto auto;
}

.code-embed-5 {
  float: right;
  letter-spacing: 2px;
  text-indent: 0;
  background-color: #184419;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Share Tech;
  font-size: 10px;
  line-height: 20px;
  position: relative;
}

.calculator-tab {
  float: right;
  color: #fff;
  cursor: grab;
  border-radius: 20px;
  width: 400px;
  max-width: none;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: 50px;
  padding: 40px 30px;
  position: absolute;
  left: auto;
  right: 2em;
}

.calculator-box {
  cursor: grab;
}

.slider-container {
  margin-bottom: 20px;
}

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

.results {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: inline-flex;
}

.rs-tag {
  letter-spacing: 1.5px;
  text-indent: 5px;
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
  font-size: .8rem;
}

.rs-tag.centred {
  width: 55%;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 18px;
  display: inline-block;
  position: static;
  left: 20px;
}

.calculator-wrap {
  cursor: grab;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.section-5 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
  overflow: hidden;
}

.logo {
  opacity: 1;
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  display: block;
  position: relative;
  inset: auto auto auto -10%;
}

.image-5 {
  z-index: 100;
  width: 20rem;
  min-width: 5rem;
  max-width: none;
  height: 20rem;
  min-height: 5rem;
}

.image-6 {
  width: 200px;
  max-width: 200px;
  height: 200px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-6.rotate-h {
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}

.code-embed-6 {
  float: none;
  color: #3f3f3f;
  letter-spacing: 10px;
  font-family: Share Tech;
  font-size: 17px;
  display: none;
  position: relative;
}

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

.columns-3 {
  display: flex;
  position: relative;
}

.div-block-9 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.div-block-10 {
  width: 20em;
}

.navbar-r {
  width: 80px;
  height: 80px;
  margin: 5px auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.box-3d {
  width: 100vh;
  min-width: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 50%;
  margin-top: 10rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto;
  overflow: visible;
}

.columns-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout62_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-layout62_tabs-link.w--current {
  border-left-width: 4px;
  border-left-color: var(--untitled-ui--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-layout62_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-layout62_image-wrapper {
  background-color: var(--untitled-ui--gray100);
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout62_image-02 {
  width: 18rem;
  min-width: 18rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
  right: 0%;
}

.uui-layout62_image-01 {
  width: 24rem;
  min-width: 24rem;
  position: absolute;
  top: 2rem;
  left: auto;
  right: -1.5rem;
}

.uui-layout62_lightbox {
  background-color: var(--untitled-ui--gray100);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-layout62_lightbox-image {
  border: .25rem solid var(--untitled-ui--gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto 3rem auto auto;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-5 {
  width: auto;
  margin-top: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.7rem;
  display: inline-block;
}

.rs-tag-2 {
  font-family: Share Tech;
  font-size: 25px;
  display: inline-block;
}

.price2 {
  font-family: Share Tech;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.price {
  font-family: Share Tech;
  font-size: 24px;
  line-height: 1.2;
}

.div-block-11 {
  width: 50vw;
  height: 50vh;
  position: relative;
}

.code-embed-7 {
  width: 309px;
  max-width: none;
  height: 309px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.code-embed-7.rotate-h {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.code-embed-8 {
  float: right;
  -webkit-backdrop-filter: hue-rotate(230deg) blur(10px);
  backdrop-filter: hue-rotate(230deg) blur(10px);
  background-color: #16161645;
  border: 1px solid #0000000d;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.code-embed-8.rotate-h {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: left;
  background-color: #0000;
  border-width: 0;
  border-color: #0000;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.scroll-space {
  z-index: 1000;
  width: 100%;
  height: 100vh;
}

.section-calc {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 90vw;
  min-width: 90vw;
  height: 100vh;
  min-height: 100vh;
  margin: auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.section-service {
  width: 90vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Chakra Petch, sans-serif;
  display: block;
}

.stacking-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  perspective: 3000px;
  flex-flow: column;
  width: 100%;
  max-width: 120rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stacking-card {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50em;
  max-height: 75vh;
  padding: 4rem 7.5em;
  display: flex;
  position: sticky;
  top: 4rem;
}

.column-2 {
  z-index: 101;
}

.div-block-12 {
  -webkit-backdrop-filter: hue-rotate(140deg) blur(20px);
  backdrop-filter: hue-rotate(140deg) blur(20px);
  background-color: #00000030;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.stacking-card-wrapper {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #b3b3b3c2;
  border: 1px solid #7c7c7c87;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50em;
  max-height: 75vh;
  margin-left: 0;
  margin-right: 0;
  padding: 4em 2rem;
  font-family: Dongle;
  display: flex;
  position: sticky;
  top: 5em;
  box-shadow: 0 9px 10px #d14d0063;
}

.stacking-card-wrapper.s2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff3d;
}

.section_card-heading-wrapper {
  margin-top: 2vh;
  margin-bottom: 1vh;
  display: flex;
}

.ection-service {
  height: 100vh;
}

.container-service {
  max-width: 90rem;
  height: 100%;
  padding-top: 10vh;
  padding-left: 4em;
  padding-right: 4em;
  position: sticky;
  top: 0;
}

.section-card-wrapper {
  perspective: 3000px;
  position: relative;
}

.section-card-wrapper.cc1 {
  background-color: #0000;
  width: 100%;
  max-width: 70rem;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.container-stack {
  width: 70vw;
  max-width: 90rem;
  height: 100vh;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10vh;
  padding-left: 4rem;
  padding-right: 4rem;
  position: static;
  top: 0;
}

.rectangle-1 {
  object-fit: cover;
}

.column-3 {
  height: 100%;
  margin-top: 0;
}

.columns-5 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.column-4 {
  color: #ddd;
  margin-top: 0;
  font-family: Share Tech;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area ."
                       ". Area-2";
}

.image-7 {
  vertical-align: top;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  display: block;
  position: relative;
}

.enquire {
  color: #fff4e0;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #686868;
  -webkit-text-fill-color: inherit;
  background-color: #f0953b;
  background-clip: border-box;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  display: inline-flex;
}

.text-block-3 {
  flex-flow: row;
  display: inline;
}

.list-item {
  list-style-type: disc;
}

.list_service {
  background-image: url('../images/icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: auto;
  height: 20px;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
  list-style-type: none;
  display: block;
}

.list {
  padding-left: .25rem;
  list-style-type: none;
}

.text-block-4 {
  color: #ddd;
  position: absolute;
  inset: auto auto 3% 0%;
}

.section_card-overlay {
  pointer-events: none;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0;
}

.section-about {
  z-index: 10;
  background-image: none;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  max-width: 90vw;
  height: 100vh;
  margin: 10rem auto;
  display: flex;
  position: relative;
}

.service-tagline {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
}

.h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 8rem;
}

.div-block-13 {
  width: 100%;
  height: 100%;
}

.quick-stack-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.line-break {
  -webkit-backdrop-filter: hue-rotate(140deg);
  backdrop-filter: hue-rotate(140deg);
  background-color: #0000005e;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 1rem auto;
  transition: opacity .2s;
  position: static;
}

.paragraph-4 {
  letter-spacing: 1.1px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

.section-6 {
  z-index: 101;
  width: auto;
  height: 200vh;
  min-height: 0%;
  padding: 5rem 3rem;
  display: block;
  position: relative;
  top: 50%;
}

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

.main-body {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  font-family: Quicksand;
  display: block;
  position: relative;
  overflow: visible;
}

.columns-6 {
  table-layout: fixed;
  width: auto;
  display: block;
}

.section-a {
  width: var(--_rounded-box---width);
  z-index: 7;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.section-b, .section-c {
  width: var(--_rounded-box---width);
  height: var(--_rounded-box---height);
}

.logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.middle-logo-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-container-middle {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-button {
  margin-top: auto;
  margin-bottom: auto;
  padding: 25px;
  display: block;
  position: absolute;
  inset: auto 5% auto auto;
  overflow: hidden;
}

.banner-basic {
  color: #160042;
  text-align: center;
  background-color: #f7f9fd;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.navigation-full-wrapper {
  align-items: center;
  display: none;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-link {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #642eff;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-9 {
  width: 70px;
  height: 64px;
}

.line-3 {
  background-color: #20193a;
  width: 27px;
  height: 2px;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.navbar-6 {
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar6-contain {
  background-color: #f0f0f000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.line-1 {
  background-color: #000;
  width: 27px;
  height: 2px;
}

.navmenu-6 {
  width: 96%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.line-2 {
  background-color: #20193a;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar6-logo {
  text-decoration: none;
}

.burger-wrapper {
  z-index: 201;
  clear: none;
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 10%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
  left: 0%;
}

.code-embed-9 {
  display: none;
}

.navbar-3c {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  align-items: center;
  width: 100svw;
  display: flex;
  position: fixed;
}

.nav-left {
  display: flex;
}

.nav-center {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-right {
  justify-content: flex-end;
  display: flex;
}


.div-block-15 {
  width: 80px;
  height: 80px;
}

.top-logo-container {
  z-index: 10;
  width: 100%;
  margin-top: 3.5rem;
  margin-left: 3.5rem;
  margin-right: auto;
  position: fixed;
  inset: auto;
}

.top-logo {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 6% 0% 0%;
}

.top-logo.parallax-up {
  margin-top: 15px;
}

.div-block-16 {
  display: none;
  position: fixed;
}

.navbar_fixed_slide {
  z-index: 100;
  width: 100vw;
  position: relative;
  inset: 0;
}

.navbar_fixed {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
}

.column-5 {
  height: 100%;
}

.columns-7 {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.column-6 {
  overflow: hidden;
}

.div-block-17 {
  width: 100vw;
  height: 500vh;
  position: fixed;
}

.div-block-18 {
  background-color: #00000080;
  border-radius: 3px;
  width: 100px;
  height: 40px;
  position: absolute;
  inset: auto auto auto 5%;
}

.link-block {
  position: absolute;
}

.div-block-19 {
  background-color: #ffffff3b;
  border-radius: 10px;
  width: 110px;
  max-width: 50%;
  height: 20px;
  margin-top: 10px;
  display: block;
  position: absolute;
  inset: 5% auto 0% 6%;
  box-shadow: 3px 2px 5px #0003;
}

.text-block-5 {
  color: #000;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 28px;
  padding-top: 6px;
  font-family: Chakra Petch, sans-serif;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  inset: 0% auto;
}

.text-block-5.review-text {
  color: #292929;
  letter-spacing: 0;
  height: 26px;
  margin-left: 28px;
  padding-top: 6px;
  font-size: 15px;
  line-height: 15px;
}

.code-embed-12 {
  display: inline-block;
  position: absolute;
}

.text-block-6 {
  display: inline-block;
  position: relative;
}

.button-review {
  background-color: var(--card-button-color);
  color: #292929;
  float: right;
  border: 1px solid #00000069;
  border-radius: 5px;
  width: 90px;
  height: 30px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20;
  position: relative;
  bottom: 5px;
  right: 10px;
}

.alert {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-left: 5px;
  display: inline-flex;
  position: absolute;
  inset: auto;
}

.card-1 {
  cursor: grab;
  z-index: 100;
  align-items: center;
  width: 280px;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 18vw;
  display: flex;
  position: absolute;
  left: 0;
}

.card-2 {
  cursor: grab;
  z-index: 100;
  align-items: center;
  width: 280px;
  margin: 45px 0 0 5vw;
  display: flex;
  position: absolute;
  inset: auto auto auto 0;
}

.container-servc {
  z-index: 100;
}

.stacking-card_wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  max-width: 120rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stacking-card_content {
  max-width: 45%;
}

.stacking-card_visual-holder {
  color: #242424;
  background-color: #4e1c1c;
  border-radius: 8px;
  width: 60%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.image-10 {
  display: none;
}


.h1 {
  z-index: 0;
  color: var(--tp_bg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Smooch Sans;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
  display: none;
  position: relative;
}

.image-11 {
  width: auto;
  height: auto;
}

.heading-6 {
  z-index: 10;
  font-family: Smooch Sans;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-7 {
  width: 60%;
  margin: 40px auto 20px;
  font-size: 3.2rem;
}

.heading-7.glass-title {
  text-align: left;
  width: 90%;
  margin-left: 1rem;
  font-family: Chakra Petch, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 44px;
  position: relative;
  left: auto;
}

.glass-wrapper {
  background-color: #0000;
  border: 0 solid #0000001c;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.glass-wrapper.portfolio-scroll {
  display: none;
}

.div-block-21 {
  width: 100%;
}

.glass-container {
  z-index: 10;
  width: 60vw;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  position: relative;
}

.glass-overlay-1 {
  z-index: 300;
  position: static;
}

.glass-content {
  margin-bottom: 20px;
}

.wave-text {
  z-index: 100;
  outline-offset: 0px;
  text-align: center;
  outline: 3px #ff851a;
  width: 50vw;
  margin: 10rem auto auto;
  font-family: Chakra Petch, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 38px;
  display: block;
  position: sticky;
}

.image-12 {
  z-index: 100;
  transform-origin: 50% 66%;
  width: 50px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0;
}

.image-12.rotate {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 10px;
  display: block;
  position: absolute;
  inset: auto;
}

.image-12.rotate-on-scroll {
  width: 230px;
  margin-top: 25%;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.column-7 {
  z-index: 101;
}

.code-embed-14 {
  width: 100%;
  font-family: Chakra Petch, sans-serif;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.section-large-14 {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.text-10 {
  color: var(--tp_bg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.component-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.h4-7 {
  color: var(--tp_bg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.section-services {
  z-index: 10;
  background-color: #0000;
  background-image:linear-gradient(#0000, #000000ff 43.7%, #000000ff 71.85%, #000000f5 90%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Chakra Petch, sans-serif;
  display: table;
  position: relative;
}

.div-services {
  width: 90vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}


.tabs-link-4.w--current {
  opacity: 1;
  background-color: #ffffff26;
  border-left: 1em groove #612f07bf;
  border-radius: 24px;
  padding: .5rem 1rem .5rem 1.2rem;
  left: 5px;
}

.tabs-link-4.glass-tab {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tabs-link-4.glass-tab.w--current {
  outline-offset: 0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 194, 125, 0.98);
    -webkit-text-stroke-width: 0.35px;
    -webkit-text-stroke-color: rgb(255, 191, 153);
      border-left: .2em groove #612f0740;
  outline: 3px #2220;
  padding: .75rem 1.5rem;
  left: auto;
}

.spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}


.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.plan-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.h6-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.glass-button-comp {
  border: 1px solid var(--card-button-color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}
.price-wrapper {
  text-align: center;
}

.h1-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}
.tabs-content {
  width: 70%;
  margin-left: auto;
  margin-right: 3rem;
}

.dot {
  color: #fff;
}

.left-column {
  top: 5vh;
}

.marquee-track.marquee-track-down {
  margin-top: 10vh;
}

.marquee-item {
  background-color: #000000e6;
  border: 1px solid #ffffff3d;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-image {
  text-align: left;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  order: -1;
  align-self: flex-start;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 15px;
  text-decoration: none;
}

.testimonial-author {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: .8rem;
  line-height: 20px;
}

.tagline {
  margin-bottom: 10px;
  font-family: Chakra Petch, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  display: flex;
  position: absolute;
  right: 20%;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image-13 {
  filter: invert();
  width: 20px;
  height: 20px;
}

.image-14 {
  opacity: .25;
  width: 50px;
  height: 50px;
}

.rl-padding-section-large-14 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-select-input {
  border: 1px solid var(--form-field-border);
  background-color: var(--form-field-bg);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.heading-style-h2-8 {
  color: var(--tp_bg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact-text {
  color: var(--tp_bg);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-error-text {
  color: #e23939;
}

.contact {
  z-index: 10;
  text-align: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto 5rem;
}

.contact-icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.footer-copy {
  color: #fff;
  text-align: center;
  width: 100vw;
  margin: 0 auto;
  font-family: Chakra Petch, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: auto 0% 10px;
}

.contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.space {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link-5 {
  color: var(--tp_bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakra Petch, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact6_icon {
  color: var(--tp_bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  margin-top: 1vh;
}

.site-footer {
  z-index: -1;
  background-color: #ffdc69;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 70vh;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  font-family: Chakra Petch, sans-serif;
  display: none;
  position: relative;
  inset: auto 0% 0%;
}

.container-9 {
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-8 {
  margin-left: 2rem;
  font-family: Chakra Petch, sans-serif;
  font-size: 3rem;
}

.glass-btn-container {
  align-self: start;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Chakra Petch, sans-serif;
}

.glass-btn {
  position: relative;
  left: auto;
}

.dot-container {
  margin-top: 20px;
}

.dot-pattern {
  width: 100%;
  height: 25rem;
}

.glass-subtitle {
  text-align: left;
  width: 90%;
  margin-right: auto;
  padding-left: 10px;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.2rem;
  line-height: 30px;
}

.glass-button {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 70vh;
}

.div-block-23 {
  align-self: start;
  align-items: center;
  width: auto;
  max-width: 140px;
  margin-left: auto;
  margin-right: 5rem;
  display: flex;
}

.div-block-24 {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  margin: 0;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.heading-9, .paragraph-6, .paragraph-7 {
  font-family: Chakra Petch, sans-serif;
  font-size: 0.8rem;
}

.div-block-25 {
  width: 50%;
  margin-left: auto;
}

.div-block-26 {
  width: 50vw;
  height: 100vh;
}

.header {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0;
  font-family: Chakra Petch, sans-serif;
  display: block;
  position: relative;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.pricing-overview {
  z-index: 10;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.section-contact {
  z-index: 5;
  background:linear-gradient(rgba(0, 0, 0, 0.5) 10.92%, rgba(0, 1, 9, 1) 25.63%, rgba(0, 2, 24, 1) 63.45%, rgb(0, 3, 35));
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
  inset: auto auto 0%;
  overflow: hidden;
}

.div-block-27 {
  width: 50vh;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
}


.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50vh;
  margin-top: 10%;
  display: none;
}

.section-two {
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: relative;
  top: auto;
}

.heading-11 {
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
  margin-right: 5rem;
  font-family: Chakra Petch, sans-serif;
  line-height: 40px;
  position: relative;
  inset: auto;
}

.heading-11.intro-h {
  text-align: left;
  width: 38%;
  margin-left: 5rem;
  margin-right: auto;
  line-height: 1.5;
}

.paragraph-8 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 50px;
}

.text-circle {
  text-transform: uppercase;
  width: 90vw;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  position: static;
}

.div-block-30 {
  opacity: 1;
  text-align: center;
  width: 90vw;
  height: auto;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bold-text {
  font-size: 3rem;
  line-height: 0;
}

.subscript {
  font-size: 2rem;
  line-height: 0;
}

.div-block-31 {
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu {
  margin-left: 2rem;
}

.circle-pointer {
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
}

.code-embed-16 {
  width: 100vw;
  position: absolute;
  top: 85vh;
  left: 0;
  right: 0;
}

.paragraph-9 {
  text-align: right;
  text-overflow: clip;
  width: 100%;
  font-family: Chakra Petch, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.paragraph-9.p1 {
  display: block;
}

.paragraph-9.intro-h {
  text-align: right;
  margin-left: auto;
  margin-right: 3.9rem;
}

.div-block-32 {
  width: 80vw;
  height: 60vh;
}

.sticky-div {
  background-color: #ffffff82;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.hidden-mask {
  z-index: 200;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.scrollable-div {
  align-items: center;
  width: 300vh;
  height: 100%;
  display: flex;
}

.scroll-content {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.background {
  z-index: 100;
  background-color: #6464641c;
  background-image: url('../images/icon.svg');
  background-position: 0 0;
  background-size: 10px 10px;
  width: 800vh;
  height: 100%;
  position: absolute;
}

.horizontal-wrapper {
  width: 100%;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.horizontal-container {
  height: var(--_rounded-box---height);
  flex-wrap: nowrap;
  width: 0;
  display: flex;
}

.panel {
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
}

.panel.panel-1, .panel.panel-2, .panel.panel-3 {
  background-color: #0000;
  flex-basis: auto;
  justify-content: flex-start;
  width: 62%;
  display: flex;
}

.horizontal-section {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
}

.horizontal-sectio {
  width: var(--_rounded-box---width);
  height: var(--_rounded-box---height);
  opacity: .01;
}

.horizontal_container {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: sticky;
  top: 0;
}

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

.div-block-33 {
  float: none;
  width: 90vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: .5rem 2rem;
  position: static;
  top: 100vh;
  transform: translate(5%);
}

.div-block-34 {
  flex: 0 auto;
  align-self: auto;
  height: auto;
  line-height: 0;
}

.home-photos_h-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: -5rem;
  margin-bottom: 0;
  margin-right: 3.9rem;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.home-photos_button {
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-family: Chakra Petch, sans-serif;
  transition: color .15s, background-color .15s;
  display: flex;
}

.home-photos_button:hover {
  -webkit-text-stroke-color: #a73131;
  background-color: #302822;
}

.is-home-photos.container {
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: static;
}

.marquee-photo_wrapper {
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.marquee-photo_panel {
  align-items: flex-start;
  display: flex;
}

.div-block-39 {
  flex: none;
  width: 25vw;
  margin-right: .75rem;
}

.div-block-40 {
  width: 100%;
  margin-top: 116%;
  position: relative;
}

.image-16 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-photos_section {
  padding-bottom: 12rem;
  display: none;
}

.marquee-text_component {
  width: 100%;
  margin-top: 0;
  font-family: Chakra Petch, sans-serif;
  position: static;
}

.marquee-text_component.is-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.marquee-text_wrapper {
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.marquee-text_panel {
  flex: none;
  align-items: center;
  font-size: 1.2vw;
  line-height: 1.6;
  display: flex;
  transform: translate(0);
}

.home-hero_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.home-hero_img {
  z-index: 2;
  width: 25%;
  max-width: 48vh;
  display: none;
  position: absolute;
}

.marquee-text_text {
  padding-top: .13em;
  font-size: 3rem;
  line-height: .75;
}

.image-17 {
  width: 4.8rem;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
}

.text-block-9 {
  padding-top: .13em;
}

.marquee-text_icon {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  width: 4.8rem;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
}

.heading-13, .home-photos_heading {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-41 {
  flex: none;
  width: 25vw;
  margin-right: .75rem;
}

.marquee-photo_height {
  width: 100%;
  padding-top: 117%;
  position: relative;
}

.marquee-photo_img {
  border-radius: .6rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-42 {
  z-index: 5;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(90deg, #000, #1c1c1c7d 7%, #3e3e3e00 14%, #85858500 54%, #1110 88%, #0000008c 93%, #000);
  background-clip: padding-box;
  width: 100%;
  height: 5.5em;
  position: absolute;
}

.div-block-43 {
  margin-top: 0;
  display: none;
  position: absolute;
  top: 23rem;
}

.home-photos_button-icon.is-1 {
  width: 41px;
  height: 41px;
}

.home-photos_button-icon.is-1:hover {
  -webkit-text-stroke-color: #000;
  width: 41px;
  height: 41px;
}

.home-photos_button-icon.is-1:active {
  width: 41px;
  height: 41px;
}

.home-photos_button-icon.is-1:focus {
  width: 41px;
}

.home-photos_button-icon.is-2 {
  width: 41px;
  height: 41px;
  display: none;
}

.div-block-44 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #a0a0a059;
  border-radius: 24px;
  width: 41%;
  margin-right: 0;
  padding: 2rem;
  position: absolute;
  left: auto;
  right: 3.8rem;
  top: 25vh
}

.heading-14, .paragraph-10 {
  width: 100%;
  font-family: Chakra Petch, sans-serif;
}

.div-block-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #a0a0a054;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 90vw;
  display: inline-grid;
}

.column-10 {
  padding-left: 2rem;
}

.code-embed-17 {
  z-index: 10;
  height: 10rem;
  font-family: Chakra Petch, sans-serif;
  line-height: 3;
  position: relative;
}

.track {
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  position: relative;
}

.text-color-grey {
  border: 1px solid #fff;
  font-size: 3rem;
  line-height: 1.5;
}

.typedjs-fade.heading-small {
  display: inline;
}

.typed-js_component {
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.typedjs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.tips-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.loader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-46 {
  width: auto;
  position: relative;
  inset: auto 30%;
}

.div-block-47 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.frame {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: sticky;
  inset: 10% auto auto;
}

.item {
  flex: none;
  width: 45%;
  height: 100%;
  padding: 0;
}

.image-18 {
  width: 500px;
  max-width: 500px;
  height: auto;
  overflow: visible;
}

.section-7 {
  height: auto;
  padding-bottom: 100vh;
  display: block;
  position: relative;
  top: auto;
}

.section-8 {
  width: 100%;
  height: 200vh;
  position: relative;
}

.div-block-48 {
  height: 300vh;
  position: static;
  top: 10vh;
}

.div-block-49 {
  position: absolute;
  inset: 0%;
}

.sticky-wrap {
  padding-bottom: 0;
  display: block;
  position: relative;
}

.sticky-trigger {
  border: 2px solid red;
  height: 200vh;
  position: relative;
}

.sticky-element {
  z-index: 10;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: sticky;
  top: 25vh;
}

.sticky-track {
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  position: relative;
}

.height {
  background-image: linear-gradient(#000, #fff);
  height: 300vh;
  position: relative;
}

.spacer {
  height: 50vh;
}

.image-19 {
  overflow: hidden;
}

.sticky-wrapper {
  width: 100%;
  padding-bottom: 50vh;
}

.sticky-wrapper.test {
  padding-bottom: 100vh;
}

.sticky-track-h {
  width: 100%;
  height: 100vw;
  margin-bottom: 0;
}

.sticky-component {
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 56vh;
  overflow: hidden;
}

.sticky-component.test {
  top: 25vh;
}

.sticky-component-track {
  flex: none;
  height: 100%;
  transform: translate(0);
}

.sticky-items {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.image-20 {
  width: 50vw;
  height: 45vh;
  margin-left: 0;
}

.div-block-51 {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #acacac33;
  border-radius: 24px;
  width: 80vw;
  height: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  position: relative;
}

.div-block-52 {
  text-align: left;
  width: auto;
  margin-left: 0;
  position: absolute;
  right: 2rem;
  transform: translate(0, 35%);
}

.heading-15 {
  margin-top: 10px;
}

.div-block-53 {
  width: 100%;
  height: 100vw;
}

.typedjs-smart {
  font-size: 24px;
  line-height: 1.5;
  display: inline-block;
}

.image-21 {
  width: 80px;
  height: auto;
  margin-top: 1.4rem;
}

.text-block-10 {
  margin-top: 1.4rem;
  font-size: 2rem;
  font-weight: 900;
  position: static;
}

.marquee-wrapper {
  width: 100vw;
  height: 50vh;
}

.loop-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.heading-16 {
  opacity: .1;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 11rem;
}

.div-block-54 {
  background-image: linear-gradient(90deg, #000, #0000 15% 90%, #000 104%);
}

.paragraph-11 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .root.r3f-container {
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    top: 25rem;
    overflow: visible;
  }

  .body {
    background-color: #0000;
    height: 100%;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sticky_div {
    height: 300vh;
    position: sticky;
    top: 5rem;
  }

  .main-layer {
    display: none;
  }

  .button-wrapper {
    display: block;
    inset: 0%;
  }

  .button-wrapper.menu-button {
    margin: 20px auto;
    padding: 0;
  }

  .image-6.rotate-h {
    left: 50%;
  }

  .code-embed-6 {
    order: 0;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .div-block-9 {
    float: left;
    clear: none;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .navbar-r {
    display: inline-flex;
  }

  .uui-layout62_component {
    grid-column-gap: 3rem;
  }

  .uui-layout62_image-02 {
    display: none;
  }

  .uui-layout62_image-01 {
    width: 100%;
    min-width: auto;
    top: 3%;
    right: -5%;
  }

  .uui-layout62_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    right: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columns-6 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .navigation-2 {
    position: relative;
  }

  .middle-logo-mobile {
    margin-left: 0;
    display: flex;
  }

  .navigation-container-middle {
    justify-content: space-between;
  }

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 25px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .container-6 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar6-contain {
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu-6 {
    width: 100svw;
  }

  .code-embed-10 {
    display: block;
  }

  .div-block-14 {
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 5%;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .nav-right {
    height: auto;
  }

  .h1-6 {
    font-size: 3.25rem;
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .heading-style-h2-8 {
    font-size: 2.75rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .root.r3f-container {
    z-index: 5;
    height: 100vh;
    min-height: 100vh;
    top: auto;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge, .rl-padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }


  .navigation {
    min-height: 4rem;
  }

  .showcase_marquee_track {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    padding-top: 0%;
    display: flex;
  }

  .showcase_marquee_list {
    flex: none;
    display: block;
  }

  .section_showcase {
    height: 100vh;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .showcase_marquee_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .showcase_marquuee_flex {
    align-items: flex-end;
    height: 100%;
    display: flex;
    position: relative;
  }

  .heading {
    font-size: 6rem;
  }

  .image-3 {
    object-fit: fill;
    width: auto;
    max-width: 25%;
    height: auto;
    max-height: 25%;
    display: block;
  }
  .calculator {
    font-family: Share Tech;
  }

  .div-block-5 {
    width: 10rem;
  }

  .button-wrapper {
    clear: none;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    inset: 0% 10% 0% auto;
  }

  .rs-tag {
    font-family: Share Tech;
  }

  .logo {
    left: auto;
  }

  .code-embed-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .columns-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    display: inline-flex;
  }

  .div-block-9 {
    width: 45%;
    min-width: auto;
    height: 100%;
    display: block;
  }

  .column {
    margin-top: 0;
    padding-left: 40%;
    padding-right: 20%;
    left: auto;
    right: auto;
  }

  .div-block-10 {
    position: static;
  }

  .navbar-r {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout62_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-layout62_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout62_image-wrapper {
    height: 24rem;
    min-height: auto;
  }

  .uui-layout62_image-02 {
    width: 50%;
    min-width: auto;
    display: block;
    top: 25%;
    left: 5%;
  }

  .uui-layout62_image-01 {
    width: 60%;
    min-width: 60%;
    top: 2%;
    right: 0%;
  }

  .uui-layout62_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-layout62_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-5 {
    font-family: Share Tech;
  }

  .rs-tag-2 {
    font-family: Share Tech;
    display: inline-block;
  }

  .price2, .price {
    font-family: Share Tech;
  }

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

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

  .columns-5 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .main-body {
    display: none;
  }

  .columns-6 {
    table-layout: fixed;
    width: 100svw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .menu-button {
    padding: 25px;
  }

  .banner-basic {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navbar-logo-center-container.shadow-three {
    height: 100px;
    padding: 0;
  }

  .container-6 {
    max-width: 100%;
    height: 100%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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


  .top-logo-container {
    position: fixed;
    inset: 0% 0% auto;
  }

  .top-logo {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: 50px 0% 0%;
  }

  .navbar_fixed_slide {
    height: 100vh;
    inset: 0%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .wave-text {
    width: 80vw;
    font-size: 3rem;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .section-large-14 {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .component-4 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .h4-7 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .h6-3 {
    font-size: 1.125rem;
  }

  .glass-button-comp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h1-6 {
    font-size: 2.5rem;
  }

  .spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-style-h2-8 {
    font-size: 2.25rem;
  }

  .footer-copy {
    font-size: 1rem;
  }

  .space {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_rounded-box---width: 100svw;
    --_rounded-box---height: 100svh;
    --_rounded-box---color: #f7cb9d70;
    --_rounded-box---background-color: #fff0;
  }

  .footer {
    display: none;
  }

  .section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-top: 15rem;
    margin-bottom: 2rem;
    display: block;
    position: relative;
  }

  .root.r3f-container {
    z-index: 0;
    background-color: #fff0;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    top: 0;
    overflow-y: hidden;
  }

  .wrapper {
    width: 100%;
    height: 300px;
    min-height: 300px;
    overflow-y: hidden;
  }

  .body {
    background-color: #0000;
    border: 0 #3c141400;
    max-width: 100vw;
    height: auto;
    min-height: auto;
    font-family: Chakra Petch, sans-serif;
    font-size: 12px;
    line-height: 20px;
    overflow: visible;
  }

  .uui-heroheader04_component, .rl_layout207_component, .rl_layout28_component-2 {
    grid-template-columns: 1fr;
  }

  .showcase_marquee_track {
    justify-content: flex-start;
    align-items: stretch;
  }

  .showcase_marquee_list {
    margin-top: 0%;
  }

  .section_showcase {
    z-index: 10;
    margin-top: 15%;
    display: block;
    rotate: none;
  }

  .showcase_marquee_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    z-index: 10;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    position: absolute;
    inset: auto 0%;
  }

  .showcase_marquuee_flex {
    margin-top: 5%;
  }

  .text-block {
    font-family: Oswald, sans-serif;
    font-size: 4em;
  }

  .heading {
    font-size: 4rem;
    display: inline-flex;
  }

  .rl_contact20_content, .rl_layout207_component-2 {
    grid-template-columns: 1fr;
  }

  .main-layer {
    display: none;
  }

  .calculator {
    margin-top: 0;
    position: relative;
  }

  .calculator.glass-container {
    width: 90vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 27.5rem;
  }

  .flair {
    background-image: none;
  }

  .flair.card-3 {
    margin-left: -140px;
  }

  .flair.card-2 {
    margin-left: -220px;
  }

  .flair.card-1 {
    margin-left: -100px;
    margin-right: 0;
  }

  .section-cure {
    z-index: 100;
    justify-content: center;
    align-items: stretch;
    margin-top: 100vh;
    font-family: Chakra Petch, sans-serif;
    display: flex;
  }

  .div-block-5 {
    width: 10rem;
    height: auto;
  }

  .div-block-5.flair {
    filter: none;
    height: 220px;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 0;
    font-family: Chakra Petch, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 18px;
  }

  .block-quote {
    text-align: center;
    letter-spacing: normal;
    font-family: Share Tech;
    font-size: .5rem;
    line-height: 1em;
  }

  .button {
    text-align: center;
    float: right;
    background-color: #90dac7;
    border-radius: 10px;
    margin: 20px 20px 15px;
  }

  .paragraph-2 {
    font-family: Chakra Petch, sans-serif;
  }

  .text {
    border-color: var(--tp_bg);
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: absolute;
    inset: auto;
  }

  .text.text-animate-1 {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: sticky;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .text.text-animate-2 {
    width: 100%;
    padding-top: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .text.text-1 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff2e;
    border-radius: 24px;
    width: 90vw;
    height: auto;
    margin: auto;
    padding: 2rem;
    position: absolute;
    left: 0;
    right: 0;
  }

  .text.text-1.glass-container {
    z-index: 100;
  }

  .text.text-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #91919100;
    border: 1px solid #ffffff2e;
    border-radius: 24px;
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    top: 44vh;
  }

  .text.text-2.glass-container {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    margin: -1.5rem auto 2rem auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    top: 0rem;
  }


  .paragraph-3.text-animate {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Chakra Petch, sans-serif;
    font-size: 1.1rem;
  }

  .heading-4.text-animate {
    text-align: left;
    text-transform: uppercase;
    font-family: Chakra Petch, sans-serif;
    font-size: 1.4rem;
  }

  .div-block-8 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18rem;
    font-family: Share Tech;
    display: block;
    position: absolute;
    top: auto;
  }

  .button-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    position: relative;
    inset: auto 10px auto auto;
  }

  .button-wrapper.menu-button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .calculator-tab {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    right: auto;
  }

  .calculator-tab.glass-container {
    display: block;
  }

  .slider-container {
    z-index: 100;
  }

  .results {
    align-items: flex-start;
    width: 100%;
    font-size: 1em;
    line-height: 14px;
    display: inline-flex;
  }

  .rs-tag {
    font-family: Chakra Petch, sans-serif;
  }

  .rs-tag.centred {
    color: #fff;
    letter-spacing: 1px;
    text-indent: 5px;
    align-items: flex-start;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    display: inline-flex;
  }

  .calculator-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .image-6 {
    position: relative;
    top: 15%;
  }

  .code-embed-6 {
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: flex;
    position: absolute;
    inset: 6% 5% auto auto;
  }

  .navbar-r {
    margin-top: auto;
    margin-bottom: auto;
  }

  .container {
    z-index: 1001;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    margin: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: -12rem -1rem auto auto;
  }

  .columns-4 {
    position: absolute;
  }

  .uui-layout62_image-02 {
    top: 20%;
  }

  .uui-layout62_image-01 {
    width: 80%;
    right: -7%;
  }

  .heading-5 {
    font-family: Chakra Petch, sans-serif;
  }

  .rs-tag-2 {
    font-family: Chakra Petch, sans-serif;
    display: inline-block;
  }

  .price2, .price {
    font-family: Chakra Petch, sans-serif;
    font-size: 1rem;
  }

  .code-embed-8.rotate-h {
    display: block;
  }

  .section-calc {
    z-index: 10;
    width: 90vw;
    min-width: 90vw;
    margin-top: 27rem;
  }

  .section-service {
    font-family: Chakra Petch, sans-serif;
    display: block;
  }

  .section-about {
    max-width: 100vw;
    margin-top: 0;
    display: flex;
  }

  .rl_layout207_component-3 {
    grid-template-columns: 1fr;
  }

  .section-6 {
    display: block;
  }

  .main-body {
    z-index: 10;
    background-color: #0000;
    margin-top: 0;
    display: inline-block;
    position: relative;
  }

  .section-a {
    z-index: 10;
  }

  .banner-wrap {
    text-align: left;
  }

  .navigation-container-middle {
    height: auto;
  }

  .menu-button {
    color: #0000;
    border: 0 #f3f5fb00;
    border-radius: 0;
    padding: 10px;
    right: 5%;
  }

  .navigation-full-wrapper {
    display: block;
  }

  .paragraph-regular {
    font-size: 12px;
  }

  .navbar-logo-center-container.shadow-three {
    margin-top: 20px;
  }

  .container-6 {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .navbar-brand-three {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image-9 {
    width: 60px;
    height: 60px;
    max-height: 150px;
    display: block;
    position: absolute;
    inset: auto auto auto 5%;
    overflow: visible;
  }

  .navbar6-contain {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .navmenu-6 {
    display: none;
    position: fixed;
  }

  .navbar6-logo.rotate-h {
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 5% 0% auto;
  }

  .code-embed-9, .code-embed-10 {
    display: block;
  }

  .navbar-3c {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
  }

  .nav-left {
    display: flex;
  }

  .nav-center {
    justify-content: center;
    display: flex;
  }

  .nav-right {
    justify-content: flex-end;
    align-self: center;
    display: flex;
  }

  .rl_navbar3_logo-3 {
    width: 60px;
    height: 60px;
  }

  .rl_menu-icon3-3, .rl_navbar3_menu-button-3 {
    display: none;
  }

  .rl_navbar3_component-2 {
    border: 1px solid #0000;
  }

  .div-block-15 {
    padding: 0;
    position: relative;
    right: 10px;
  }

  .top-logo-container {
    justify-content: center;
    width: 100vw;
    margin-top: .5rem;
    margin-left: auto;
    display: flex;
  }

  .top-logo {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: fixed;
    inset: 10px 0% 0%;
  }

  .div-block-16 {
    display: none;
  }

  .navbar_fixed_slide {
    z-index: 100;
    height: 15vh;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .navbar_fixed {
    z-index: 1000;
    height: 100px;
    position: absolute;
    inset: 0%;
  }

  .paragraph-5 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-19 {
    width: 100px;
    max-width: none;
  }

  .text-block-5.review-text {
    letter-spacing: .5px;
    margin-left: 25px;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
  }

  .button-review {
    width: 72px;
  }

  .card-1 {
    margin-left: 20%;
  }

  .stacking-card_content {
    width: 100%;
    max-width: 100%;
  }

  .rl-padding-section-large-12 {
    padding-top: 4rem;
  }

  .rl_header26_image-wrapper {
    margin-top: 12rem;
    display: block;
  }

  .rl_header26_content {
    margin-bottom: 0;
  }

  .rl-text-style-medium-9 {
    width: 100%;
    font-family: Exo, sans-serif;
  }

  .rl-text-style-medium-9.glass-subtitle {
    text-align: left;
    margin: 0;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 1.2rem;
    line-height: 25px;
  }

  .rl_section_header26 {
    margin-top: 0;
    display: none;
  }

  .rl_header26_component {
    margin-top: 0;
  }

  .h1 {
    margin-top: 2rem;
    font-family: Exo, sans-serif;
  }

  .rl-padding-global-12 {
    display: flex;
    position: sticky;
    top: 0;
  }

  .rotate-h1 {
    margin-left: 10px;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-7 {
    width: 100%;
    font-size: 1.4rem;
  }

  .heading-7.glass-title {
    text-transform: uppercase;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 36px;
  }

  .glass-wrapper {
    width: var(--_rounded-box---width);
    height: 80vh;
    padding: 0;
  }

  .glass-container {
    width: 90vw;
    height: 75vh;
    margin-left: 0;
    margin-right: 0;
  }

  .glass-overlay-1 {
    width: 100%;
    height: 100%;
  }

  .glass-content {
    padding-bottom: 20px;
  }

  .wave-text {
    text-align: center;
    width: 90vw;
    margin: auto;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 35px;
    display: block;
  }

  .image-12 {
    transform-origin: 50% 66%;
    width: 50px;
    height: auto;
    margin: 10px auto auto;
    display: block;
    inset: 0% auto;
  }

  .image-12.rotate {
    width: 170px;
    margin: 40% auto auto;
    padding: 0;
    position: absolute;
    inset: 0% 0% 0% -2rem;
  }

  .image-12.rotate-on-scroll {
    z-index: 100;
    width: 150px;
    margin-top: 4rem;
    margin-bottom: 2rem;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .column-7 {
    z-index: 10;
  }

  .code-embed-13 {
    z-index: 1001;
    position: relative;
  }

  .code-embed-14 {
    font-family: Chakra Petch, sans-serif;
  }

  .container-7 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .text-10 {
    color: #000;
  }

  .component-4 {
    grid-template-columns: 1fr;
  }

  .h4-7 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
  }

  .section-services {
    z-index: 10;
    color: #000;
    background-color: #0000;
    background-image:linear-gradient(#0000, #000000ff 43.7%, #000000ff 71.85%, #000000f5 90%);
    width: 100vw;
    height: auto;
    margin-top: 85vh;
    padding-bottom: 18rem;
  }

  .rl_layout28_tabs-menu-4 {
    grid-row-gap: 2.5rem;
  }

  .tabs-link-4 {
    padding-left: 1rem;
  }

  .tabs-link-4.w--current {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--card-button-color);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--card-button-color);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--card-button-color);
    -webkit-backdrop-filter: hue-rotate(11deg) blur(20px);
    backdrop-filter: hue-rotate(11deg) blur(20px);
    background-color: #ffffff26;
    border-left: 1em groove #612f07bf;
    border-radius: 24px;
    margin-left: 0;
    padding: 1rem 1rem 1rem 1.2rem;
    font-size: 12px;
    left: auto;
    box-shadow: inset 0 2px 5px #fff3;
  }

  .text-11 {
    font-family: Chakra Petch, sans-serif;
  }

  .feature-list {
    width: 100%;
  }

  .h6-3, .h1-6 {
    font-family: Chakra Petch, sans-serif;
  }

  .tabs-content {
    z-index: 100;
    width: 90%;
    margin-right: auto;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-column {
    justify-content: center;
    height: 80vh;
    margin: 0 auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 3.7rem;
  }

  .left-column {
    height: 63vh;
    max-height: 63vh;
    margin: auto;
  }

  .marquee-track {
    margin-top: -6px;
  }
  .marquee-track.marquee-track-down {
      margin-top: -2vh;
  }

  .marquee-item {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #00000045;
    border: 1px solid #ffffff2b;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-author {
    font-family: Chakra Petch, sans-serif;
    font-size: .8rem;
    line-height: 25px;
  }

  .testimonial-icon-wrapper {
    justify-content: center;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rl-form-select-input {
    border-color: var(--form-field-border);
    background-color: var(--form-field-bg);
    color: #000;
    font-family: Chakra Petch, sans-serif;
  }

  .heading-style-h2-8 {
    color: var(--tp_bg);
    font-family: Chakra Petch, sans-serif;
  }

  .contact-text {
    color: var(--tp_bg);
    border: 1px solid #fff0;
    font-family: Chakra Petch, sans-serif;
  }

  .contact {
    z-index: 100;
    position: relative;
    bottom: 0;
  }

  .rl_contact6_form-field-wrapper {
    background-color: #a5000000;
  }

  .rl-form-radio-icon {
    border-color: var(--tp_bg);
  }

  .rl-form-input-4 {
    border-color: var(--form-field-border);
    background-color: var(--form-field-bg);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 10px;
  }

  .rl_contact6_form-block {
    background-color: #fff0;
    border-radius: 0;
  }

  .rl_section_contact6 {
    color: #fff;
    background-color: #0000;
    margin-top: 20rem;
    font-family: Chakra Petch, sans-serif;
    display: none;
  }

  .rl-checkbox-label-small, .rl-form-radio-label {
    color: var(--tp_bg);
  }

  .rl-button-8 {
    border-color: var(--form-field-border);
    color: var(--tp_bg);
    background-color: #ff8e4969;
    border-radius: 20px;
    font-family: Chakra Petch, sans-serif;
  }

  .rl_content6_component {
    grid-template-columns: 1fr;
  }

  .rl-form-text-area {
    border-color: var(--form-field-border);
    background-color: var(--form-field-bg);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: var(--tp_bg);
    border-radius: 10px;
  }

  .rl-form-checkbox-icon {
    border-color: var(--tp_bg);
  }

  .footer-copy {
    color: var(--tp_bg);
    font-family: Chakra Petch, sans-serif;
  }

  .contact-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
  }

  .rl-text-style-link-5 {
    color: var(--tp_bg);
  }

  .contact-list {
    display: block;
  }

  .subheading {
    color: #fff;
  }

  .rl-field-label {
    color: var(--tp_bg);
  }

  .rl-form-radio-2col {
    border: 1px solid #fff0;
  }

  .contact6_icon {
    color: var(--tp_bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    margin-top: 1vh;
  }

  .container-9 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-8 {
    color: #fff;
  }

  .glass-btn-container {
    width: auto;
    max-width: 150px;
    height: auto;
    margin-right: 26%;
  }

  .glass-btn-container.header-btn {
    width: 100px;
    height: 50px;
  }

  .glass-subtitle {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 1.5rem 1.5rem 0;
    font-size: 1.1rem;
  }

  .glass-button {
    align-self: start;
    margin-top: 1rem;
    margin-left: auto;
    font-size: 25px;
    top: 65vh;
  }

  .div-block-23 {
    width: 120px;
    max-width: 140px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: 20px;
  }

  .div-block-24 {
    width: 120px;
    max-width: 120px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: 20px;
  }

  .heading-9 {
    font-family: Chakra Petch, sans-serif;
    font-size: 1.8rem;
  }

  .paragraph-6 {
    font-family: Chakra Petch, sans-serif;
    font-size: 1.1rem;
  }

  .paragraph-7 {
    font-family: Chakra Petch, sans-serif;
  }

  .div-block-25 {
    width: auto;
    max-width: 120px;
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-26 {
    width: 100vw;
    height: 50vh;
  }

  .header {
    background-color: #0000;
    background-image: none;
    margin-top: -10vh;
    margin-bottom: auto;
    display: block;
  }

  .container-10 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .pricing-overview {
    z-index: 10;
    margin-top: 20rem;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .section-contact {
    margin-top: 0;
    position: relative;
  }

  .column-9 {
    height: 50vh;
    display: none;
  }

  .preloader {
    z-index: 1001;
  }

  .preloader-block {
    align-items: center;
  }

  .image-15 {
    width: 50px;
    height: 50px;
  }

  .gap-v {
    height: 50vh;
  }

  .div-block-28 {
    margin-top: 6rem;
    margin-bottom: auto;
    display: block;
  }

  .section-two {
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .columns-8 {
    display: block;
  }

  .columns-9 {
    display: block;
    position: relative;
  }

  .heading-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Chakra Petch, sans-serif;
    font-size: 2rem;
    display: block;
    position: relative;
  }

  .div-block-29 {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 30vh;
  }

  .heading-11 {
    text-align: center;
    text-transform: uppercase;
    width: 80vw;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-family: Chakra Petch, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 50px;
    inset: 0%;
  }

  .heading-11.intro-h {
    direction: ltr;
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: normal;
    width: 90vw;
    margin-left: auto;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .paragraph-8 {
    text-align: center;
    letter-spacing: 0;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-family: Chakra Petch, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 32px;
  }

  .text-block-7 {
    width: auto;
    max-width: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Chakra Petch, sans-serif;
    font-size: 20px;
    font-weight: 900;
  }

  .text-block-8 {
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .text-block-8.text-circle {
    font-family: Chakra Petch, sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 40px;
  }

  .text-circle {
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed-15 {
    z-index: 1000;
    font-family: Chakra Petch, sans-serif;
    position: relative;
  }

  .div-block-30 {
    width: 100vw;
  }

  .bold-text {
    font-size: 3rem;
  }

  .subscript {
    font-size: 1rem;
    line-height: 0;
  }

  .tabs-menu {
    margin-left: 1rem;
  }

  .circle-pointer {
    inset: 50% 0% auto;
  }

  .code-embed-16 {
    inset: auto auto 5%;
  }

  .paragraph-9 {
    text-align: left;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    position: relative;
    inset: 20% auto auto;
  }

  .div-block-44 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 3vh;
  }

  .code-embed-17 {
    height: auto;
    position: relative;
  }

  .typedjs-fade.heading-small {
    font-size: 2rem;
  }

  .typed-js_component {
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
    position: relative;
    top: auto;
    left: auto;
  }

  .typed-js_component._1 {
    position: absolute;
  }

  .typedjs-wrapper {
    justify-content: center;
    width: 90%;
    margin-top: -3rem;
  }

  .div-block-47 {
    margin-top: 0;
  }

  .sticky-wrapper {
    overflow: visible;
    margin-top: 10vh;
  }

  .sticky-wrapper.test {
    padding-bottom: 75vh;
    overflow: visible;
  }

  .sticky-track-h {
    height: 300vw;
  }

  .image-20 {
    width: 100vw;
    height: 30vh;
    margin-left: -2.5rem;
  }

  .div-block-51 {
    width: 90vw;
    margin-bottom: 10rem auto;
  }

  .div-block-52 {
    margin-top: 2rem;
    position: absolute;
    inset: 0%;
  }

  .div-block-53 {
    height: 250vw;
  }

  .image-21 {
    z-index: 10;
    margin-top: 3rem;
    display: none;
    position: relative;
  }

  .text-block-10 {
    width: 100px;
    height: 100%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
  }

  .heading-16 {
    opacity: .01;
    position: absolute;
    font-size: 7rem;
  }
}

  .w-tab-menu {
  position: absolute;
}
@media screen and (max-width: 479px) {
  .w-tab-menu {
  position: relative;
}

}