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

@font-face {
  font-family: Akira Expanded Demo;
  src: url('../fonts/Akira-Expanded-Demo.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Aquire';
  src: url('../fonts/aquire-font/Aquire-BW0ox.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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


/* Google Sans Font Family */
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/Google_Sans/static/GoogleSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/Google_Sans/static/GoogleSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/Google_Sans/static/GoogleSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/Google_Sans/static/GoogleSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/Google_Sans/static/GoogleSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --text: #fff;
  --border: #dadada;
  --white: white;
  --background: #f2f2f200;
  --purple: var(--white);
  --base: 1rem;
  --marging: 1.563rem;
  --large-spacer: 0px;
}

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

body {
  background-color: var(--black);
  color: var(--text);
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

h3 {
  font-weight: 500;
}

p {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 30px auto auto;
  display: flex;
}

a {
  color: var(--text);
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-bottom: 0;
  display: inline-block;
  overflow: visible;
}

blockquote {
  border-left: 5px solid var(--border);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-content {
  z-index: auto;
  aspect-ratio: auto;
  overflow-wrap: normal;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.section {
  margin-left: 25px;
  margin-right: 25px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.top-margin---medium-space {
  margin-top: 90px;
}

.text---heading-large {
  letter-spacing: -.04em;
  object-fit: fill;
  margin-top: 14px;
  margin-left: 18px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 80px;
  line-height: .78;
  text-decoration: none;
  position: absolute;
  top: 0;
  overflow: visible;
}

.navbar {
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.nav-link-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.link {
  margin-top: -.2ch;
  margin-bottom: -.2ch;
  padding-top: .2ch;
  padding-bottom: .2ch;
  position: relative;
  overflow: hidden;
}

.divider {
  border-top: 1px #000;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.top-margin---small-space {
  margin-top: 60px;
}

.section-title {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot-decoration {
  background-color: var(--black);
  border-radius: 100%;
  width: 7px;
  height: 7px;
}

.text---paragraph {
  font-size: 24px;
  line-height: 1.2;
}

.intro-image-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.team-image {
  aspect-ratio: 1.06;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-image._1 {
  background-image: url('../images/Member---Man.png');
  background-position: 50% 0;
}

.team-image._2 {
  background-image: url('../images/Member---Woman.png');
  background-position: 50% 0;
}

.logo {
  width: 100%;
}

.brand {
  width: 126px;
}

.scroll-anchor-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.arrow-block {
  position: relative;
  overflow: hidden;
}

.clone {
  position: absolute;
}

.nav-menu-button {
  display: none;
}

.top-margin---large-space {
  margin-top: 105px;
}

.stat-list {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.stat-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.text---heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 600;
  line-height: .85;
}

.line-divider {
  border-top: 1px #000;
  position: relative;
  overflow: hidden;
}

.footer {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 30px;
}

.fooer-link-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.top-margin---extra-large-space {
  margin-top: 180px;
}

.work-divider {
  border-bottom: 1px none var(--border);
  justify-content: center;
  align-items: flex-end;
  height: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-item {
  width: 100%;
  padding-top: 35px;
  position: relative;
}

.work-link {
  position: absolute;
  inset: 0%;
}

.intro-display-wrap {
  aspect-ratio: auto;
  overflow-wrap: normal;
  margin-top: -.5vw;
  margin-bottom: -.5vw;
  padding-top: .5vw;
  padding-bottom: .5vw;
  position: absolute;
  overflow: hidden;
}

.work-image {
  aspect-ratio: 1.85;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.top-margin---extra-small-space {
  margin-top: 45px;
}

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

.work-image-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.next-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

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

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

.color-block {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 7.4vw;
}

.color-block._2 {
  background-color: var(--text);
}

.color-block._3 {
  background-color: var(--border);
}

.color-block._4 {
  background-color: var(--white);
}

.color-block._5 {
  border: 1px solid var(--border);
  background-color: var(--background);
}

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

.typography-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.rich-text-block h1 {
  margin-bottom: .8rem;
}

.rich-text-block p {
  margin-bottom: 2rem;
}

.load-in-screen {
  z-index: 5;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.load-in-indicator {
  height: 8px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.inficator-filler {
  background-color: var(--text);
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-100%);
}

.load-in-brand-wrap {
  position: relative;
  overflow: hidden;
}

.load-in-brand {
  position: relative;
}

.divider-filler {
  border-top: 1px solid var(--border);
  width: 100%;
}

.divider-filler---intro {
  border-top: 1px solid var(--border);
}

.cursor-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.cursor-button-wrap {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.container---navbar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.menu-wrap {
  display: none;
}

.menu-link-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.open-button,
.close-button {
  display: none;
}

.divider-filler---work {
  border-top: 1px solid var(--text);
  width: 100%;
  position: absolute;
  transform: translate(-100%);
}

.section---intro {
  margin-left: 25px;
  margin-right: 25px;
}

.next-arrow-block {
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider-filler-copy {
  border-top: 1px solid var(--border);
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.field-label {
  display: none;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  background-color: var(--background);
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.button {
  background-color: var(--text);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 13px;
  display: flex;
}

.badge-wrap {
  position: fixed;
  bottom: 12px;
  right: 12px;
}

.webflow-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.badge-image {
  width: 26px;
  height: 16px;
}

.cursor-container {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.thumbnail {
  aspect-ratio: 1.43;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  position: absolute;
}

.thumbnail-container {
  aspect-ratio: 1.43;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.work-collection-list {
  position: relative;
}

.text-block {
  box-sizing: border-box;
  text-align: center;
  letter-spacing: .8px;
  margin-left: 24px;
  padding-top: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 17px;
}


.body-playdate {
  background-color: #111;
  color: #fff;
  --text: #fff;
}

.body-playdate .navigation-link {
  color: #fff !important;
  opacity: 0.9;
}

.body-playdate .showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #333;
  transition: transform 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.body-playdate .showcase-img:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.body-6 {
  background-color: transparent;
  color: #fff;
}

/* New class for Pizza Delivery Page */
.body-pizza {
  background-color: #f9c22e !important;
  /* Organic background with overlay shapes - Magnified */
  background-image:
    url('../images/PizzaDeliveryIMG/Shape-21.png'),
    url('../images/PizzaDeliveryIMG/Shape-31.png'),
    url('../images/PizzaDeliveryIMG/Foliage-13.png') !important;
  background-position:
    top right,
    bottom left,
    center right !important;
  background-repeat: no-repeat !important;
  background-size:
    80% auto,
    90% auto,
    60% auto !important;
  /* Image sizes increased */
  background-attachment: fixed !important;
  --text: #fff;
  color: #fff !important;
}

/* Scoped styles for Pizza Delivery Page (Yellow Theme with Shapes) */
.body-pizza .section-large,
.body-pizza .div-block-6,
.body-pizza .div-block-7,
.body-pizza .div-block-13,
.body-pizza .section-medium-3,
.body-pizza .content-section,
.body-pizza .div-block-16,
.body-pizza .container-large,
.body-pizza .h3-heading-4,
.body-pizza .h3-heading,
.body-pizza .heading-3,
.body-pizza .heading-4,
.body-pizza .h2-heading-5,
.body-pizza .paragraph-x-large,
.body-pizza .text-block-7,
.body-pizza .description1,
.body-pizza .camtext,
.body-pizza .puzzle,
.body-pizza .headline-stealth,
.body-pizza .div-block-14.ittuk,
.body-pizza .grid-three-column.ittuk,
.body-pizza .div-block-4 {
  background-color: transparent !important;
  background-image: none !important;
  color: #fff !important;
}

/* Apply Botch font to all headings in Pizza Delivery page */
.body-pizza h1,
.body-pizza h2,
.body-pizza h3,
.body-pizza .heading-3,
.body-pizza .heading-4,
.body-pizza .h2-heading-5,
.body-pizza .h3-heading,
.body-pizza .h3-heading-4 {
  font-family: 'Botch', sans-serif !important;
  -webkit-text-stroke: 2px #5D4037;
  /* Brown stroke */
  color: #fff !important;
  /* Ensure fill is white */
}

/* Map Iteration Section Styles */
.iteration-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  padding: 0 10%;
  /* Add side spacing to shrink images */
  box-sizing: border-box;
}

.iteration-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.iteration-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  /* Square images */
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #fff;
  background-color: #000;
  position: relative;
  transition: transform 0.3s ease;
}

.iteration-image-wrapper:hover {
  transform: scale(1.05);
}

.iteration-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iteration-arrow {
  font-family: 'Botch', sans-serif;
  font-size: 40px;
  color: #fff;
  -webkit-text-stroke: 1px #5D4037;
  flex-shrink: 0;
}

/* Local responsive styles for iteration grid */
@media screen and (max-width: 767px) {
  .iteration-grid {
    flex-direction: column;
    gap: 40px;
  }

  .iteration-arrow {
    transform: rotate(90deg);
  }
}

.hero-section-wrapper {
  position: relative;
  overflow: visible;
  /* Changed from hidden to allow smooth gradient at bottom */
  background-color: transparent !important;
  /* Transparent to show organic body background */
  padding-bottom: 100px;
}

/* Layer 1: Blurred "Smudge" Effect (Full width) */
.hero-section-wrapper::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: 0;
  background-image: url('../images/PizzaDeliveryIMG/HeroBG.png');
  background-size: cover;
  background-position: center top;
  filter: blur(40px);
  opacity: 0.8;
  z-index: 0;
  /* Blend to transparent at the bottom */
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

/* Layer 2: Sharp Image (Scaled Down) */
.hero-section-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/PizzaDeliveryIMG/HeroBG.png');
  background-size: 85% auto;
  background-position: center top 130px;
  background-repeat: no-repeat;
  z-index: 1;
  /* Above blur, below content */
  /* Fade edges of the sharp image */
  mask-image: radial-gradient(ellipse closest-side at center 40%, black 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse closest-side at center 40%, black 40%, transparent 100%);
}

/* Ensure content is above both layers */
.hero-section-wrapper>* {
  position: relative;
  z-index: 2;
}

.body {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: 1100px;
  max-height: none;
  padding-top: 15px;
}

.section-2 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1100px;
  background-attachment: scroll;
  position: relative;
}

.image {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.body-2 {
  background-color: var(--background);
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: 1100px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h1-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.content-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e0e2fca3;
  border-radius: 8px;
  flex-flow: column;
  margin-left: 20px;
  margin-right: 20px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.section-xx-large {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-x-large {
  color: #e6e6e6;
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.5;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.brand-span {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.paragraph-small {
  color: #40444c;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.content-card-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch;
  align-self: auto;
  margin-top: 40px;
}

.subheading-large {
  color: #000;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-large.text-brand-purple {
  color: #6153bd;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  position: static;
}

.content-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  place-items: center;
}

.container-regular {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.gallery-cover {
  box-sizing: border-box;
  object-fit: fill;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.gallery-section-carousel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.gallery-carousel-image-square {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-carousel-image-landscape {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-section {
  background-color: #f6f7f900;
  padding-top: 60px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.gallery-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.gallery-button {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-carousel {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.button-primary {
  color: #fff;
  white-space: nowrap;
  background-color: #23272f;
  background-image: radial-gradient(circle, #23272feb, #23272f52), url('../images/Button-Dots_1Button Dots.avif');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.code-embed {
  display: none;
}

.wrap-v-regular {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
  position: relative;
}

.cta-shape {
  z-index: 0;
  pointer-events: none;
  flex: none;
  width: 344px;
  height: 344px;
  position: absolute;
  inset: 0% -172px auto auto;
}

.paragraph-regular {
  z-index: 2;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 60px;
  font-size: 16px;
  line-height: 1.6;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h3-heading {
  z-index: 3;
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
}

.h3-heading.camtext {
  width: auto;
  height: auto;
  margin-top: 70px;
  padding-top: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 27px;
  position: absolute;
  top: auto;
}

.h3-heading.puzzle,
.h3-heading.headline-stealth {
  margin-top: 70px;
  padding-top: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 27px;
}

.section-large {
  text-align: left;
  max-width: 1000px;
  margin-top: 30px;
  padding: 0 5% 0 0%;
  position: static;
  overflow: hidden;
}

.cta-card-outline {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 256px;
  aspect-ratio: 3 / 2;
  color: #000;
  background-color: #000;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 290px;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card-outline:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.icon-link {
  color: #141414;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.grid-three-column {
  float: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: 0;
  position: relative;
  left: auto;
}

.grid-three-column.ittuk {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-cover {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 10px;
}

.image-cover.lbg {
  width: 100%;
  height: 130%;
  padding-top: 0;
  padding-left: 350px;
}

.image-cover._1 {
  height: 130%;
  margin-left: 92px;
  padding-bottom: 0;
}

.image-cover.p {
  padding-bottom: 40px;
  display: inline-block;
  overflow: hidden;
}

.button-link {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-x-small {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.social-share-row {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  font-size: 20px;
  display: flex;
  position: static;
}

.social-share-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.social-icon-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.body-3 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: 1100px;
}

.slider-wrapper {
  position: static;
  inset: 0% 0% 0% auto;
}

.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -37px;
  margin-bottom: -56px;
  display: block;
}

.slider-actions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.slider-nav-active {
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.slider-nav-inactive {
  -webkit-user-select: none;
  user-select: none;
  background-color: #d3d3d3;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.slider-button {
  color: #fff;
  background-color: #000;
  padding: 10px 32px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.div-block {
  position: relative;
  top: 0;
}

.paragraph {
  text-align: right;
  margin-top: 100px;
  margin-bottom: -241px;
  padding: 0 20px 0 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.heading {
  text-align: right;
  padding-top: 40px;
  padding-right: 20px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.h2-heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-stroke-color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -19px;
  padding-top: 10px;
  padding-left: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.video-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-small-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-large-2 {
  padding: 120px 5%;
  display: block;
  position: relative;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.play-button {
  z-index: 2;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.play-image {
  flex: none;
  width: 32px;
  height: 32px;
}

.video-image {
  z-index: auto;
  text-align: center;
  object-fit: cover;
  align-self: center;
  width: 80%;
  height: 80%;
  padding-top: 0;
  position: absolute;
  inset: 0% auto 0% 10%;
}

.title-wrapper-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-detail {
  text-align: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.section-large-3 {
  margin-bottom: -314px;
  padding: 120px 5% 69px;
  position: relative;
  top: -113px;
  bottom: 110px;
}

.button-link-large {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.caption {
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.icon-link-2 {
  color: #141414;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.feature-noise {
  z-index: 1;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.feature-outline-r {
  grid-column-gap: 24px;
  grid-row-gap: 140px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-outline-r:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.icon-small {
  color: #cb9cda;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrap-v-large {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.feature-shape-a {
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -32px -64px auto auto;
}

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.h5-heading {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  align-self: center;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
}

.slider {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.image-2 {
  vertical-align: baseline;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.mask {
  position: relative;
  overflow: visible;
}

.slide {
  margin-bottom: 40px;
  padding-left: 65px;
}

.image-3 {
  margin-left: 11px;
}

.mask-2 {
  overflow: visible;
}

.icon {
  margin-top: 400px;
}

.slider-2 {
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: content-box;
  height: 700px;
}

.icon-2 {
  margin-top: 400px;
}

.body-4 {
  background-color: var(--background);
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: 100px;
}

.text-block-2 {
  margin-top: -129px;
  margin-left: 1px;
  padding-top: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
}

.paragraph-2 {
  text-align: left;
  margin-top: 66px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.image-4 {
  aspect-ratio: auto;
  position: absolute;
  overflow: visible;
}

.text-block-3 {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 0 0 19px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 20px;
  position: relative;
  line-height: 1.5;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary:hover {
  background-color: #eceefe;
}

.button-secondary:active {
  background-color: #d8d7df;
}

.button-secondary.icon-right {
  padding-right: 24px;
}

.header-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.header-logo-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-header-large {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary-2:hover {
  background-color: #6478f7;
}

.button-primary-2:active {
  background-color: #7788f8;
}

.play-icon {
  background-color: #eceefe;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.overline-large {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.overline-large.text-color-brand {
  color: #5167f6;
}

.header-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.header-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-color-brand {
  color: #5167f6;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.h1-heading-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.image-cover-2 {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  height: auto;
  overflow: visible;
}

.gallery_section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: var(--black);
  background-color: #fafafa00;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.gallery_swiper-slide {
  flex: none;
  width: 25rem;
}

.gallery_swiper-slide.swiper-slide {
  width: 15rem;
  padding-left: 0;
}

.gallery_swiper-slide.swiper-slide.is-small {
  width: 15rem;
}

.gallery_image-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large-2.column-left {
  justify-content: center;
  align-items: flex-start;
}

.max-width-x-small {
  width: 100%;
  max-width: 20rem;
}

.gallery_swiper-script {
  display: none;
}

.container-medium {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-x-large {
  width: 100%;
  max-width: 36rem;
}

.gallery_image-wrapper {
  border-radius: .75rem;
  height: auto;
  overflow: hidden;
}

.gallery_image-wrapper.is-small {
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.gallery_image-wrapper.is-large {
  height: 20rem;
  margin-top: -170px;
}

.gallery-01_swiper-wrapper {
  display: flex;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.h1-heading-3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.body-x-large {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

.body-x-large.text-weight-medium {
  margin-top: 29px;
  padding-bottom: 0;
  font-weight: 500;
}

.title-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.body-medium {
  color: var(--white);
  margin-top: -22px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.gallery_slide-content {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  object-fit: fill;
  border-right: 1px solid #d4d4d8;
  flex-flow: column;
  justify-content: space-between;
  min-width: 20px;
  height: 100%;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 20px;
  display: flex;
}

.mask-3 {
  padding-bottom: 0;
  overflow: hidden;
}

.image-5 {
  margin-top: 71px;
  margin-bottom: -200px;
  padding-top: 0;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  margin-top: 48px;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
  overflow: clip;
}

.slide-2 {
  aspect-ratio: auto;
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.gallery-slider.is-thumb {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16%;
  display: flex;
  position: static;
  overflow: hidden;
}

.text-color-orange {
  color: #f46d2a;
}

.swiper-wrapper.is-main {
  display: flex;
}

.swiper-wrapper.is-thumb {
  flex: 0 auto;
  display: flex;
}

.gallery-slider-script {
  display: none;
}

.swiper-slide.is-main {
  aspect-ratio: 3 / 2;
  cursor: grab;
  background-color: #000;
  background-image: url('../images/未命名-1.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 100%;
  padding-right: 10px;
  overflow: hidden;
}

.swiper-slide.is-thumb {
  aspect-ratio: 3 / 2;
  opacity: .4;
  cursor: pointer;
  object-fit: fill;
  background-image: url('../images/截屏2024-07-26-17.06.34.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  flex: none;
  width: 25%;
  transition: opacity .5s;
  overflow: hidden;
}

.swiper-slide.is-thumb.swiper-slide-thumb-active {
  opacity: 1;
  background-color: #00000075;
  background-image: url('../images/截屏2024-07-26-17.06.46.png');
  background-position: 0 0;
  background-size: 455px;
  background-attachment: scroll;
}

.swiper-slide.is-thumb.lev {
  background-image: url('../images/未命名-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.swiper-slide.is-thumb.tb2 {
  background-image: url('../images/截屏2024-07-26-17.19.09.png');
  background-size: cover;
}

.swiper-slide.is-thumb.tb3 {
  background-image: url('../images/截屏2024-08-20-17.37.39.png');
}

.swiper-slide.is-main {
  aspect-ratio: 3 / 2;
  cursor: grab;
  background-color: #0000;
  background-image: none;
  flex: none;
  width: 100%;
}

.swiper-slide.is-thumb {
  aspect-ratio: 3 / 2;
  opacity: .4;
  cursor: pointer;
  object-fit: fill;
  background-image: none;
  border-radius: 16px;
  flex: none;
  width: 25%;
  transition: opacity .5s;
  overflow: hidden;
}

.swiper-slide.is-thumb.swiper-slide-thumb-active {
  opacity: 1;
  background-color: #0000;
  background-image: none;
}

.swiper-slide.is-main {
  aspect-ratio: 3 / 2;
  cursor: grab;
  flex: none;
  width: 100%;
}

.swiper-slide.is-thumb {
  aspect-ratio: 3 / 2;
  opacity: .4;
  cursor: pointer;
  border-radius: 16px;
  flex: none;
  width: 25%;
  transition: opacity .5s;
  overflow: hidden;
}

.swiper-slide.is-thumb:hover,
.swiper-slide.is-thumb.swiper-slide-thumb-active {
  opacity: 1;
}

.section-medium {
  background-color: #f4f4f500;
  margin-top: -78px;
  padding: 64px 5%;
  position: relative;
}

.text-color-gradient {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #368cfb, #5caefe 27%, #ffeb85);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
}

.container-small-3 {
  z-index: 1;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.galley-slider-wrapper {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h3-heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.title-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-color-brand-2 {
  color: #368cfb;
}

.gallery-slider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: visible;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h3-heading-3 {
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.booster-script {
  display: none;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-image-before {
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-wrapper {
  text-align: left;
  border-radius: 6px;
  width: 100%;
  max-width: 960px;
  height: 460px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.overline-medium {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.overline-medium.text-color-gray-500 {
  color: #fff;
  margin-top: 10px;
}

.section-large-4 {
  margin-top: -100px;
  padding: 120px 5%;
  position: relative;
}

.content-card-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.content-divider-s {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.h2-heading-3 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.text-link-s {
  grid-column-gap: 8px;
  color: #141414;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-5.text-weight-bold {
  font-weight: 700;
}

.content-wrap-small {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-image-l {
  border-radius: 24px;
  width: 100%;
  height: 99%;
  overflow: hidden;
}

.client-link {
  color: #fffdfd;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.content-grid-small-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.title-wrapper-s {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small-4 {
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.h5-heading-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.overline-2 {
  color: #cb9cda;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-2 {
  color: var(--white);
}

.body-5 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: 1100px;
}

.text-block-4,
.text-block-5,
.text-block-6 {
  color: #cb9cda;
}

.div-block-3 {
  margin-top: -7px;
}

.image-7 {
  box-sizing: content-box;
  object-fit: fill;
  width: 2000px;
}

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

.subheading-x-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.subheading-x-small.text-color-secondary {
  color: #434347;
}

.divider-gray-100 {
  background-color: #e6e6e7;
  flex: none;
  width: 100%;
  height: 1px;
}

.project-tile {
  background-color: #fff;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.section-regular {
  background-color: #f5f5f600;
  padding: 80px 5%;
  position: relative;
}

.image-cover-3 {
  text-align: left;
  object-fit: cover;
  background-image: url('../images/未命名-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-left: 35px;
}

.project-image {
  aspect-ratio: 5.88 / 3.2;
  object-fit: cover;
  overflow: hidden;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-regular.child-wrap {
  flex-flow: wrap;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-6 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-6.text-color-tertiary {
  color: #59595f;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.child-wrap {
  flex-flow: wrap;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.overline-regular-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.project-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.h2-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-4.text-balance {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.title-center-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large-2 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-secondary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  margin-top: 40px;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  overflow: hidden;
}

.image-8 {
  background-image: url('../images/cover-into-the-unknown.png');
  background-position: 0 0;
  background-size: auto;
}

.body-6 {
  background-image: url('../images/cover-into-the-unknown.png');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-left: 20px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
}

.block-quote {
  float: none;
  object-fit: fill;
  max-width: none;
  margin-top: 450px;
  padding-left: 20px;
  font-family: Varela, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  overflow: hidden;
}

.block-quote.lbd {
  margin-top: 20px;
}

.block-quote.fwh {
  color: var(--purple);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #91571e9e;
  background-clip: border-box;
  margin-top: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-lightbox-small {
  width: 100%;
}

.gallery-three-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.gallery-image-side {
  height: 400px;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.image-cover-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-image-x-tall {
  height: 550px;
}

.h3-heading-4 {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 20px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  overflow: hidden;
}

.section-large-5 {
  padding: 10px 5% 120px;
  position: relative;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-4 {
  z-index: 0;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex: 0 auto;
  align-self: auto;
  width: 300px;
  height: 220px;
  max-height: 300px;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.div-block-4.card-bg {
  top: 0;
}

.div-block-4.stealthbg {
  box-sizing: border-box;
  object-fit: contain;
  background-image: url('../images/process1-8.png');
  background-position: 0%;
  background-size: cover;
  height: 250px;
  padding-left: 16px;
}

.div-block-4.cam {
  opacity: .9;
  height: 240px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-4.puzzleimg {
  opacity: .8;
  background-image: url('../images/process1-4.png');
  background-position: 100%;
  background-size: cover;
  height: 240px;
}

.card-overlay {
  z-index: 2;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 0;
}

.text-block-7 {
  z-index: 4;
  opacity: 1;
  color: #fff;
  text-align: center;
  width: 300px;
  height: 250px;
  margin-top: 0;
  padding-top: 30px;
  position: absolute;
  inset: 0%;
}

.text-block-7.description1 {
  opacity: 0;
  width: 290px;
  padding-top: 60px;
  display: block;
}

.heading-3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  position: static;
  overflow: hidden;
}

.div-block-5 {
  background-image: url('../images/Group-9.png');
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  width: 600px;
  max-width: 1042px;
  height: 600px;
  min-height: 1000px;
  max-height: 1000px;
  overflow: visible;
}

.image-9 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.div-block-6 {
  margin-top: 50px;
  position: static;
}

.heading-4 {
  text-align: center;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  overflow: hidden;
}

.div-block-7 {
  margin-top: 40px;
}

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

.content-section {
  background-color: #f6f5f300;
  padding-top: 96px;
  padding-bottom: 0;
}

.h2-heading-5 {
  color: #fff;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
}

.link-arrow {
  color: #ff443d;
  overflow: hidden;
}

.column-tiny {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.title-center-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-900 {
  color: #393837;
}

.caption-small.text-color-gray-700 {
  color: #5f5e5d;
}

.content-carousel {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.icon-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.carousel-horizontal {
  overflow: hidden;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-footer {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-carousel-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  padding: 24px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.content-carousel-card.raised {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.content-link-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-wrapper-regular {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.content-carousel-track {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-8 {
  z-index: 0;
  mix-blend-mode: normal;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  width: 240px;
  height: 165px;
  position: absolute;
}

.div-block-8.img6 {
  background-image: url('../images/process1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-8.img11 {
  background-image: url('../images/process1-3.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-8.img16 {
  background-image: url('../images/process1-11.png');
}

.div-block-8.img21 {
  background-image: url('../images/process1-16.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-8.img26 {
  background-image: url('../images/process1-17.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9 {
  width: 240px;
  height: 165px;
}

.div-block-9.img2 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-9.img3 {
  background-image: url('../images/3.png');
  background-position: 0%;
  background-size: cover;
}

.div-block-9.img4 {
  background-image: url('../images/cam-1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img5 {
  background-image: url('../images/backbag.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img7 {
  background-image: url('../images/process1-1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img8 {
  background-image: url('../images/process1-4.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img9 {
  background-image: url('../images/process1-5.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img10 {
  background-image: url('../images/process1-2.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img12 {
  background-image: url('../images/process1-6.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img13 {
  background-image: url('../images/2-1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img14 {
  background-image: url('../images/process1-7.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img15 {
  background-image: url('../images/process1-8.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img17 {
  background-image: url('../images/process1-12.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img18 {
  background-image: url('../images/process1-13.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img19 {
  background-image: url('../images/process1-14.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img20 {
  background-image: url('../images/process1-15.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img22 {
  background-image: url('../images/unlock.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img23 {
  background-image: url('../images/process1-6.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img24 {
  background-image: url('../images/process1-10.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img25 {
  background-image: url('../images/process1-19.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img27 {
  background-image: url('../images/process1-18.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img28 {
  background-image: url('../images/get-key.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img29 {
  background-image: url('../images/f2.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-9.img30 {
  background-image: url('../images/f3.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10 {
  z-index: 1;
  background-image: linear-gradient(180deg, black, var(--background) 86%);
  opacity: .8;
  width: 300px;
  height: 240px;
  position: absolute;
}

.cam-text {
  z-index: 2;
  opacity: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 240px;
  padding-top: 60px;
  display: block;
  position: absolute;
  overflow: visible;
}

.puz-text {
  z-index: 2;
  opacity: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.column-2x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.feature_grid {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  position: relative;
}

.feature_floral-image {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.heading-style-h3 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.text-weight-medium {
  font-weight: 500;
}

.feature_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-medium-2 {
  padding: 4rem 5%;
  position: relative;
}

.feature_background-line {
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.heading-style-h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.heading-style-h6.text-color-secondary {
  color: #3d3d3d;
}

.relative {
  position: relative;
}

.container-medium-2 {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.image-cover-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-medium-3 {
  background-color: #f4f4f500;
  padding: 0 5% 64px;
  position: relative;
}

.paragraph-small-7 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h3-heading-5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}

.title-center-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.spline-scene {
  position: relative;
}

.spline-scene-2 {
  float: none;
  text-align: left;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 600px;
  margin-left: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap-v-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hidden-arrow {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: all .3s;
  display: none;
  inset: auto 234px 0% auto;
}

.hidden-arrow:hover {
  color: #fff;
  background-color: #000;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-3.text-color-gray-600 {
  color: #525252;
}

.next-button {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 234px 0% auto;
}

.next-button:hover {
  color: #fff;
  background-color: #000;
}

.video-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small-5 {
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.section-large-6 {
  padding: 120px 5%;
  position: relative;
}

.video-slide-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.paragraph-small-8 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-8.text-weight-bold {
  font-weight: 700;
}

.video {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slider-custom-arrow {
  display: none;
}

.mask-4 {
  height: auto;
}

.video-control-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.back-button {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 234px 0% auto;
}

.back-button:hover {
  color: #fff;
  background-color: #000;
}

.hidden-dots {
  display: none;
}

.video-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-x-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.video-button-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-medium {
  width: 100%;
  max-width: 588px;
}

.section-large-7 {
  padding: 120px 5%;
  position: relative;
}

.paragraph-small-9 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-9.text-weight-bold {
  font-weight: 700;
}

.mask-5 {
  height: auto;
}

.slide-4 {
  position: static;
}

.div-block-11 {
  background-color: #b7a995;
  height: 1080px;
}

.image-11 {
  object-fit: fill;
  border-top: 1px solid #dd959500;
  overflow: visible;
}

.section-large-8 {
  padding: 10px 5% 120px;
  position: relative;
}

.h2-heading-6 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-6.text-color-inverse {
  color: #fff;
}

.button-slide-text {
  margin-left: 12px;
  margin-right: 12px;
  position: static;
}

.video-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 128px 5% 32px;
  display: flex;
  position: relative;
}

.video-lines {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-x-small {
  z-index: 2;
  width: 100%;
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.paragraph-small-10 {
  color: #fff;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.container-large-3 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large-3.fwh {
  margin-top: 60px;
}

.video-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  margin-top: -10px;
}

.video-overlay {
  background-image: linear-gradient(#0003, #000);
  position: absolute;
  inset: 0%;
}

.button-slide-text-hidden {
  opacity: 0;
  margin-left: .75rem;
}

.button-slide-text-hidden.text-color-primary {
  color: #1a1925;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large-3.column-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.video-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text);
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  transition: all 0.3s ease;
}

.video-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.button-slide-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1f62ff;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px 8px 8px 12px;
  display: flex;
  position: absolute;
  left: .25rem;
  overflow: hidden;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.video-play-button {
  color: #fff;
  white-space: nowrap;
  background-color: #1a1925;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  height: 48px;
  padding: 8px 4px 8px 44px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content_slider-arrow {
  width: auto;
  inset: auto auto 0% 0%;
}

.content_slider-arrow.is-right {
  inset: auto auto 0% 3.75rem;
}

.content_slider-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  min-height: 25rem;
  display: grid;
  position: relative;
}

.section-large-9 {
  padding: 5rem 5%;
  position: relative;
}

.section-large-9.overflow-hidden {
  background-color: #0000;
  border: 1px solid #0000;
  overflow: hidden;
}

.heading-style-h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.content_slider-slide {
  width: 100%;
  margin-right: 1.5rem;
}

.hide-2 {
  display: none;
}

.content_slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: static;
}

.content_slider-item {
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.content_slider-mask {
  -webkit-clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  width: 26rem;
  max-width: 80vw;
  overflow: visible;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  background-image: url('../images/noise-medium_1noise-medium.png'), linear-gradient(#43756f, #43756f);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-2:hover {
  background-image: url('../images/noise-medium_1noise-medium.png'), linear-gradient(#5aae71, #5aae71);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-xlarge.text-color-secondary {
  color: #3d3d3d;
}

.icon-button {
  background-color: #389154;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-button.is-outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #e7e7e7;
  transition: border-color .3s;
}

.icon-button.is-outline:hover {
  border-color: #d1d1d1;
}

.image-cover-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-7 {
  background-image: url('../images/cv-1.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
}

.body-7::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  pointer-events: none;
}

.image-12 {
  border-radius: 0;
  margin-top: 53px;
}

.team-slide-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.team-slider {
  background-color: #0000;
  height: 100%;
  overflow: hidden;
}

.team-slider-section {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-slide-link {
  color: #b8b8b8;
  transition: opacity .3s;
}

.team-slide-link:hover {
  color: #000;
}

.team-slide {
  margin-right: 32px;
}

.team-member-image-wrapper {
  border-radius: 16px;
  flex: 1;
  align-self: auto;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.image-cover-7 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.team-member-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.h6-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.team-slider-trigger {
  background-image: linear-gradient(90deg, #fff0, #5f554a);
  width: 38%;
  transition: opacity .3s;
  inset: 0% 0% 0% auto;
}

.team-slider-trigger:hover {
  opacity: .5;
}

.team-slider-trigger.left {
  background-image: linear-gradient(270deg, #fff0, #5f554a);
  inset: 0% auto 0% 0%;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-gray-600 {
  color: #525252;
}

.team-divider {
  background-color: #e0e0e0;
  width: 50%;
  height: 1px;
}

.h2-heading-7 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.team-slider-mask {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.team-member-description {
  padding: 8px;
}

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

.section-medium-4 {
  background-color: #f4f4f500;
  padding: 0 5%;
  position: relative;
  overflow: visible;
}

.container-small-6 {
  z-index: 1;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.paragraph-small-11 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h3-heading-6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.title-center-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-cover-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.text-highlight {
  color: #000;
  background-image: linear-gradient(#0000 10%, #05df72 10% 90%, #0000 90%);
  padding-left: .5rem;
  padding-right: .5rem;
}

.max-width-2x-large {
  width: 100%;
  max-width: 48rem;
}

.feature_swiper-slide {
  flex: none;
  width: 24rem;
  margin-right: 1.25rem;
}

.feature_card-image {
  position: absolute;
  inset: 0%;
}

.feature_swiper-script {
  display: none;
}

.feature_swiper-wrapper {
  display: flex;
}

.feature_card-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.body-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-large.text-weight-medium {
  font-weight: 500;
}

.h4-heading-2 {
  letter-spacing: -.035em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.h4-heading-2.text-weight-semibold {
  font-weight: 600;
}

.feature_image-overlay {
  pointer-events: none;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.container-medium-3 {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 99rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: transform .3s;
  display: flex;
}

.icon-button-2:hover {
  transform: scale(1.1);
}

.icon-button-2.is-secondary {
  color: #000;
  background-color: #fff;
}

.feature_swiper-slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-3x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.feature_slide-card {
  color: #fff;
  background-color: #fff;
  border-radius: 1rem;
  height: 25rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.row-2x-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-heading-4 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.title-row-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.column-3x-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.section-medium-5 {
  background-color: #fafafa;
  padding: 4rem 5%;
  position: relative;
}

.section-medium-5.overflow-hidden {
  background-color: #fafafa00;
  overflow: hidden;
}

.grid-2,
.div-block-12 {
  margin-left: 20px;
  margin-right: 20px;
}

.button-3 {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Akira Expanded Demo, Arial, sans-serif;
  font-size: 20px;
  display: flex;
  position: static;
}

.gallery-8-navigation {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  display: flex;
  position: absolute;
}

.icon-button-outline-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.gallery-8-card {
  aspect-ratio: 2;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.section-regular-2 {
  background-color: #fff0;
  padding: 64px 5%;
  position: relative;
}

.column-4x-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.gallery-8-button {
  width: auto;
  height: 48px;
  bottom: 56px;
}

.gallery-8-slide {
  margin-right: 24px;
}

.container-large-4 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-small-12 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.gallery-8-mask {
  aspect-ratio: 3 / 2;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.gallery-8-styles {
  display: none;
}

.gallery-8-caption {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  position: absolute;
  inset: auto 8px 8px;
}

.gallery-8-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.paragraph-x-large-2 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.div-block-13 {
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  object-fit: cover;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-14.ittuk {
  padding-bottom: 40px;
}

.image-13 {
  position: static;
}

.image-cover-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-medium-6 {
  background-color: #f4f4f500;
  padding: 64px 5%;
  position: relative;
}

.text-color-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0%, #368cfb, #5caefe 27%, #ffeb85);
  -webkit-background-clip: text;
  background-clip: text;
}

.container-small-7 {
  z-index: 1;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-small-13 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h3-heading-7 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.title-center-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-cover-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.footer-cards {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.foooter-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.footer-card {
  border: 4px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.footer-card.large {
  width: 52%;
  margin-bottom: 64px;
  margin-left: -126px;
  transform: rotate(-5deg);
}

.footer-card.medium {
  z-index: 1;
  width: 60%;
  position: relative;
  transform: rotate(10deg);
}

.footer-card.small {
  z-index: 2;
  width: 36%;
  margin-bottom: 24px;
  margin-right: -48px;
  position: relative;
  transform: rotate(-15deg);
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: url('../images/Noise--Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.section-regular-3 {
  background-color: #f3f3f500;
  padding: 72px 5%;
  position: relative;
}

.footer-contact-link {
  color: #000;
  letter-spacing: -.02em;
  border-bottom: 1px solid #cfd2d6;
  padding-bottom: 8px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .3s;
}

.footer-contact-link:hover {
  border-bottom-color: #ff6c0a;
}

.footer-link-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6b7280;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link-arrow:hover {
  color: #1e2022;
}

.footer-content {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.icon-x-small-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.footer-link-icon {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.caption-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.footer-social-button {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.footer-social-button:hover {
  color: #ff6c0a;
}

.footer-legal-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-legal-link {
  color: #36393f;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #1e2022;
}

.footer-links-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.subheading-x-small-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.subheading-x-small-2.text-color-tertiary {
  color: #6b7280;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small-3.column-left {
  justify-content: center;
  align-items: flex-start;
}

.text-block-8 {
  color: #fff;
}

.h5-heading-3 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.h5-heading-3.text-color-inverse {
  color: #fff;
}

.paragraph-small-14 {
  color: #454545;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-14.text-color-inverse {
  color: #fff;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #1843dc;
}

.blog-slider-nav {
  width: 100%;
  display: flex;
}

.blog-image-large {
  aspect-ratio: 3.66 / 3.64;
  border-radius: 12px 16px 12px 12px;
  max-height: 364px;
  position: relative;
  overflow: hidden;
}

.blog-mask {
  max-width: 80%;
  overflow: visible;
}

.title-row-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.blog-block-content {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-large-5 {
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-4 {
  background-color: #f6f6f6;
  padding: 64px 3%;
  position: relative;
}

.section-regular-4.overflow-hidden {
  background-color: #f6f6f600;
  overflow: hidden;
}

.blog-slider-button {
  color: #454545;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  transition: color .3s, background-color .3s;
  display: flex;
}

.blog-slider-button:hover {
  color: #2b2b2b;
  background-color: #e7e7e7;
}

.blog-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: transparent;
  background-image: url('../images/截屏2024-08-23-18.46.28.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.blog-card-large.bg1 {
  background-image: url('../images/截屏2024-08-23-18.49.19.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-card-large.bg2 {
  background-image: url('../images/cv-1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-3.column-left {
  justify-content: center;
  align-items: flex-start;
}

.blog-badge {
  z-index: 2;
  color: #6d6d6d;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  padding: 4px 8px 8px 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: 0 0 auto auto;
}

.blog-author-image {
  background-color: #deac4f;
  border-radius: 12px;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.paragraph-x-small {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small.text-color-tertiary {
  color: #6d6d6d;
}

.blog-slider-nav-link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-slider-nav-link:hover {
  color: #000;
}

.blog-slider-nav-line {
  background-color: #d1d1d1;
  width: 100%;
  height: 1px;
  transition: background-color .3s;
}

.blog-slider-nav-line.active {
  background-color: #286efb;
}

.blog-author-detail {
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.blog-slider {
  background-color: #0000;
  height: auto;
}

.blog-card-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #bf793b;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.blog-card-block.blog-olive {
  background-color: #3b413a;
}

.blog-card-block.block-gray {
  background-color: #f6f6f6;
}

.badge-outline {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.blog-card-slide {
  margin-right: 24px;
}

.max-width-large {
  width: 100%;
  max-width: 588px;
}

.hide-3 {
  display: none;
}

.button-wrapper {
  flex-flow: column;
  min-width: 180px;
  display: flex;
}

.blog-slider-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 48px;
  display: flex;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #1843dc;
}

.badge-substract {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -8px;
}

.badge-substract.bottom {
  inset: auto 0% -8px auto;
}

.blog-block-background {
  z-index: 0;
  opacity: .65;
  pointer-events: none;
  background-image: url('../images/Noise-Dark.png'), url('../images/Marble-Dark.webp');
  background-position: 0 0, 50%;
  background-size: 125px, 366px;
  position: absolute;
  inset: 0%;
}

.subheading-regular {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.subheading-regular.text-color-yellow {
  color: #eba00a;
}

.subheading-regular.text-color-brand {
  color: #286efb;
}

.subheading-regular.text-color-inverse {
  color: #fff;
}

.h1-heading-5 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.style-embed {
  display: none;
}

.body-8 {
  background-image: url('../images/截屏2023-08-26-20.47.50.png');
}

.heading-5 {
  margin-top: 20px;
}

.heading-6 {
  z-index: 2;
  aspect-ratio: auto;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Cake N Truffles, Times New Roman, sans-serif;
  font-size: 50px;
  display: block;
  position: relative;
  top: -80px;
  left: -200px;
  overflow: visible;
}

.nav-container-lines {
  color: var(--background);
  border: 0 #0000;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 48px;
  position: relative;
}

.nav-container-lines.fwh {
  z-index: 1;
  position: absolute;
}

.button-background {
  z-index: 0;
  pointer-events: none;
  background-color: #ffffff1f;
  border-radius: 99px;
  position: absolute;
  inset: 0%;
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button-bg {
  pointer-events: none;
  display: none;
}

.nav-button-group {
  align-items: center;
  display: flex;
}

.button-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 4px solid #070707;
  border-radius: 99px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.7;
  position: relative;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 1px #ffffff1f;
}

.button-4.lbd {
  border-color: #fff;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.nav-logo {
  height: 32px;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.line-vertical-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.navigation-link {
  color: #fff;
  border-radius: 40px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
}

.navigation-link:hover {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff0f;
}

.navigation-link.w--current {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  background-color: #ffffff0f;
}

.navigation-line {
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 120px;
  height: 2px;
  position: absolute;
  inset: auto auto -34px 0%;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.line-vertical-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.line-dot {
  z-index: 5;
  background-color: #0d0d11;
  border: 1px solid #1b1b1d;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-dot.top-right {
  inset: -4.5px -4.5px auto auto;
}

.line-dot.top-left {
  inset: -4.5px auto auto -4.5px;
}

.line-horizontal {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-secondary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.navbar-2 {
  z-index: 2;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
}

.home-lights {
  z-index: 98;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.light-wrap {
  width: auto;
  min-width: 1440px;
  position: relative;
}

.light-right {
  width: 80vw;
  max-width: 1440px;
  margin-top: 40px;
  margin-right: -116px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.light-left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-14 {
  margin-top: -21px;
  margin-left: -19px;
}

.container-small-9 {
  width: 100%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-form-block {
  max-width: 456px;
  margin-bottom: 0;
}

.footer-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
  position: relative;
}

.container-lines-legal {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

.footer-contact-details {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-x-small-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.footer-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6a6a6b;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: #a6a6a6;
}

.label-regular {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.h4-heading-3 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.badge-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-h-xsmall.wrap-child {
  flex-wrap: wrap;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -96px auto auto 0;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.success-message {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.wrap-v-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-3 {
  z-index: 2;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.icon-small-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-contact-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a6a6b;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link-2:hover {
  color: #a6a6a6;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.text-field-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #ffffff1f;
  border-radius: 40px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-field-2:focus {
  border-color: #ffffff3d;
}

.text-field-2::placeholder {
  color: #6a6a6b;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 1px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-4:hover {
  background-color: #ffffff14;
}

.text-color-white {
  color: #fff;
}

.footer-base-link {
  color: #6a6a6b;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.footer-base-link:hover {
  color: #a6a6a6;
}

.paragraph-small-15 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.button-5 {
  z-index: 2;
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 4px solid #070707;
  border-radius: 99px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.7;
  position: relative;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 1px #ffffff1f;
}

.button-5.fwh {
  border-color: #984f1b;
}

.image-15 {
  max-width: 100%;
  margin-top: -27px;
  margin-left: -26px;
  overflow: clip;
}

.button-secondary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.navbar-3 {
  z-index: 1;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
  position: static;
}

.div-block-15 {
  z-index: 0;
  background-image: linear-gradient(#916035, #fff0);
  min-height: 200px;
  position: relative;
}

.section-small {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 5%;
  display: block;
  position: relative;
}

.container-regular-4 {
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.template-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-large-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.template-link-dark {
  color: #fffc;
  text-decoration: underline;
}

.div-block-16 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-small-10 {
  width: 100%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feature-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  flex: none;
  align-items: center;
  padding: 8px 12px 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0a;
}

.cta-badge.empty {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  margin-right: -8px;
}

.container-regular-5 {
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.carousel-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 112px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.feature-button-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 10px 4px 8px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button-small:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.text-block-9 {
  font-size: 14px;
  line-height: 1.7;
}

.label-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.logo-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 744px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrap {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  max-width: 384px;
  padding: 4px;
  position: relative;
}

.icon-line {
  z-index: 4;
  pointer-events: none;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 33px 80px #fce48fcc, 0 16px 40px #bb8ffccc, 0 10px 24px #fce48fa3, 0 12px 24px #bb8ffcb8, 0 4.2px 10.5px #fce48f99, 0 2.5px 6.25px #bb8ffc73, 0 1.5px 3.6px #fce48f66, 0 .66px 1.6px #bb8ffc3d;
}

.video-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.grid-two-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.feature-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 34px;
  display: flex;
}

.icon-blur {
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

.linear-border {
  z-index: 0;
  pointer-events: none;
  border-radius: 12px 12px 6px 6px;
  position: absolute;
  inset: 0%;
}

.linear-border.cta-border {
  z-index: 3;
  border-radius: 8px;
}

.carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.nav-container-lines-2 {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 48px;
  position: relative;
}

.feature-card {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  padding: 4px;
  position: relative;
}

.wrap-v-xlarge {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.video-lightbox-link {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 100%;
  padding: 36px;
  transition: transform .3s;
  position: absolute;
  box-shadow: inset 0 -16px 24px #ffffff1a;
}

.video-lightbox-link:hover {
  transform: scale(1.2);
}

.container-x-small-2 {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-feature-line {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.headline-regular {
  color: #6a6a6b;
  letter-spacing: -.04px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.image-wrap-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  background-image: url('../images/Noise.png');
  background-position: 0 0;
  background-size: 1440px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hint {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6a6a6b;
  align-items: center;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.icon-x-small-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.feature-icon {
  z-index: 2;
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 400px;
  margin-right: 400px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-small:hover {
  background-color: #ffffff0f;
}

.linear-code {
  display: none;
}

.grid-three-column-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.circle-dash-border {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-side {
  border-radius: 8px;
  width: 100%;
  max-width: 380px;
  padding: 44px 1px 44px 44px;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.feature-line {
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 40px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.feature-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 20px;
  display: flex;
}

.container-lines-regular {
  z-index: 1;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 48px;
  position: relative;
}

.hint-link {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}

.header-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.full-page {
  position: relative;
  overflow: hidden;
}

.light-right-2 {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-answer {
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.hero-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 4px 6px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.wrap-v-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.circle-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #070707;
  background-image: linear-gradient(#ffffff0a, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 24px 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 4px 6px 4px 4px;
  display: flex;
}

.logo-2 {
  cursor: pointer;
  flex: none;
  width: 32px;
  height: 32px;
  transition: all .3s;
}

.logo-2:hover {
  transform: scale(1.15);
}

.feature-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 36px 24px;
  display: flex;
}

.integration-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.headline-small {
  letter-spacing: -.03px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.minus {
  z-index: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}

.content-container-lines {
  z-index: 5;
  background-image: url('../images/Grid-Light_1Grid Light.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1128px;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.h4-heading-4 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.badge-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.horizontal-divider-dash {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.horizontal-divider-dash.feature {
  margin-top: 26px;
  margin-bottom: 6px;
}

.image-16 {
  max-width: 100%;
  margin-top: -27px;
  margin-left: -26px;
  overflow: clip;
}

.cta-overlay {
  z-index: 3;
  background-image: linear-gradient(to right, #14141700, #101013);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 16px;
  width: 20%;
  position: absolute;
  inset: 1px 0 1px auto;
}

.carousel-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-holder.reverse {
  justify-content: flex-end;
}

.carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #a6a6a6;
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #070707;
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature.last {
  border-top-right-radius: 24px;
}

.cta-feature.first {
  border-top-left-radius: 24px;
}

.feature-image {
  z-index: 2;
  border-radius: 12px 12px 6px 6px;
  position: relative;
  overflow: hidden;
}

.carousel-overlay {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.integration-circle-inner {
  z-index: 2;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  text-align: center;
  background-color: #0707093d;
  background-image: linear-gradient(#00000005, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 262px;
  display: flex;
  position: relative;
  box-shadow: 0 0 1px 32px #ffffff0a, 0 12px 40px #000000b8;
}

.faq-question {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.integration-circle {
  border-radius: 100%;
  padding: 32px;
  position: absolute;
  inset: auto;
}

.h-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.feature-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 48px 40px;
  position: relative;
}

.integration-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 552px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-h-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.light-wrap-2 {
  width: 100%;
  min-width: 1440px;
  position: relative;
}

.wrap-v-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.content-form-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.plus {
  width: 24px;
  height: 24px;
}

.section-4 {
  z-index: 2;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  display: flex;
}

.faq-dropdown {
  cursor: pointer;
  background-color: #070707;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 24px;
}

.grid-v-full-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 456px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.container-lines-large {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.container-lines-large.overflow {
  overflow: hidden;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.icon-small-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.feature-card-small {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 16px;
  padding: 4px;
  position: relative;
}

.grid-v-full-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-contact-link-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a6a6b;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link-3:hover {
  color: #a6a6a6;
}

.feature-image-wrap {
  position: relative;
}

.text-field-3 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #ffffff1f;
  border-radius: 40px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-field-3:focus {
  border-color: #ffffff3d;
}

.text-field-3::placeholder {
  color: #6a6a6b;
}

.video-lightbox-wrapper {
  background-image: url('../images/CG00008375.png'), url('../images/Video_1Video.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 984px, 984px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.button-primary-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 1px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-5:hover {
  background-color: #ffffff14;
}

.cta-badge-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-right: -2px;
  display: flex;
}

.feature-badge {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #ffffff0a;
  border: .8px solid #ffffff1a;
  border-radius: 40px;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity .2s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.feature-badge:hover {
  color: #fff;
  border-color: #ffffff29;
}

.button-secondary-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.h6-heading-3 {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-card-buton-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-x-small-2 {
  width: 100%;
  max-width: 440px;
}

.max-width-x-small-2.spacing-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.h3-heading-8 {
  color: #fff;
  letter-spacing: -.17px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.icon-wrap {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff03;
  border: 1px solid #ffffff0a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -4px 8px #ffffff0f;
}

.navbar-4 {
  z-index: 97;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
}

.paragraph-small-16 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.carousel.reverse {
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .top-margin---medium-space {
    margin-top: 80px;
  }

  .text---heading-large {
    font-size: 17.386vw;
  }

  .navbar {
    margin-top: 25px;
  }

  .nav-link-list {
    display: none;
  }

  .divider {
    height: 20px;
  }

  .top-margin---small-space {
    margin-top: 50px;
  }

  .nav-menu-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .top-margin---large-space {
    margin-top: 95px;
  }

  .stat-list {
    margin-top: 40px;
  }

  .stat-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text---heading {
    font-size: 80px;
  }

  .footer {
    padding-bottom: 25px;
  }

  .top-margin---extra-large-space {
    margin-top: 150px;
  }

  .work-divider {
    height: 15px;
  }

  .work-image {
    aspect-ratio: 1.423;
  }

  .top-margin---extra-small-space {
    margin-top: 35px;
  }

  .colors-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-block {
    height: 16.5vw;
  }

  .typography-list {
    grid-template-columns: 1fr;
  }

  .cursor-button {
    width: 100px;
    height: 100px;
  }

  .container---navbar {
    position: relative;
  }

  .menu-wrap {
    z-index: 1;
    display: block;
    position: relative;
  }

  .menu-link-list {
    display: flex;
  }

  .menu {
    z-index: 5;
    background-color: var(--background);
    padding-top: 25px;
    padding-bottom: 25px;
    transform: translate(0, -100%);
  }

  .menu-overlay {
    background-color: var(--background);
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100%);
  }

  .menu-container {
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .open-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .close-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .content-grid-small {
    grid-template-columns: 1fr;
  }

  .gallery-carousel {
    height: 350px;
  }

  .grid-three-column,
  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .section-header-large {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .button-primary-2 {
    display: flex;
  }

  .header-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 100%;
    margin-bottom: 64px;
  }

  .header-background-image {
    right: -6%;
  }

  .header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .header-image-grid {
    padding-left: 5%;
  }

  .gallery_slide-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h3-heading-2,
  .h3-heading-3 {
    font-size: 40px;
  }

  .content-wrap-small {
    grid-row-gap: 24px;
  }

  .content-grid-small-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .gallery-image-side {
    height: 240px;
  }

  .gallery-image-x-tall {
    height: 440px;
  }

  .content-carousel {
    overflow: auto;
  }

  .feature_grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature_background-line {
    display: none;
  }

  .h3-heading-5 {
    font-size: 40px;
  }

  .video-slide-detail {
    grid-column-gap: 48px;
  }

  .video-control-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-heading-6 {
    font-size: 46px;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content_slider-grid {
    grid-template-columns: 1fr;
  }

  .content_slider {
    padding-bottom: 4rem;
  }

  .team-slider-trigger {
    width: 20%;
  }

  .h3-heading-6 {
    font-size: 40px;
  }

  .feature_swiper-slide {
    width: 100%;
  }

  .column-4x-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .h3-heading-7 {
    font-size: 40px;
  }

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .blog-image-large {
    aspect-ratio: auto;
  }

  .blog-card-large {
    grid-template-columns: 1fr;
  }

  .nav-container-lines {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-container {
    grid-template-columns: 1fr 1fr;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #0000007a;
    border-bottom: 1px solid #1b1b1d;
    margin-left: 5.25%;
    margin-right: 5.25%;
    padding: 12px 24px;
    top: 72px;
  }

  .menu-button {
    color: #fff;
    background-color: #070707;
    background-image: linear-gradient(#ffffff05, #ffffff05);
    border: 1px solid #252527;
    border-bottom-color: #1b1b1d;
    border-radius: 12px;
    padding: 12px;
    box-shadow: inset 0 -4px 12px #ffffff0a;
  }

  .menu-button.w--open {
    background-color: #070707;
    background-image: linear-gradient(#ffffff0a, #ffffff0a);
    border: 1px solid #252527;
    border-radius: 12px;
    padding: 12px;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navigation-line {
    inset: auto 0% -40px;
  }

  .button-secondary-3 {
    max-width: 150px;
    display: flex;
  }

  .footer-side {
    max-width: none;
  }

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .button-primary-4 {
    display: flex;
  }

  .button-secondary-4 {
    max-width: 150px;
    display: flex;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .nav-container-lines-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .button-primary-small {
    display: flex;
  }

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

  .cta-side {
    max-width: none;
  }

  .cta-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-content {
    max-width: none;
    padding-right: 44px;
  }

  .video-lightbox-wrapper {
    background-position: 0 0, 0 0;
    background-size: cover, 984px;
  }

  .button-primary-5 {
    display: flex;
  }

  .button-secondary-5 {
    max-width: 150px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .top-margin---medium-space {
    margin-top: 75px;
  }

  .text---heading-large {
    font-size: 18vw;
  }

  .navbar {
    margin-left: 20px;
    margin-right: 20px;
  }

  .top-margin---small-space {
    margin-top: 55px;
  }

  .intro-image-container {
    flex-flow: column;
  }

  .top-margin---large-space {
    margin-top: 90px;
  }

  .stat-list {
    margin-top: 35px;
  }

  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .top-margin---extra-large-space {
    margin-top: 90px;
  }

  .color-block {
    height: 19vw;
  }

  .section---intro {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cursor-container {
    display: none;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-xx-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .gallery-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

  .video-small {
    height: 320px;
  }

  .section-large-2,
  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .section-header-large {
    padding-top: 72px;
  }

  .header-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .body-x-large {
    font-size: 18px;
  }

  .swiper-slide.is-thumb {
    border-radius: 8px;
  }

  .h3-heading-2,
  .h3-heading-3 {
    font-size: 32px;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-3 {
    font-size: 44px;
  }

  .content-grid-small-2 {
    grid-template-columns: 1fr;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

  .gallery-three-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .section-large-5,
  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-5 {
    font-size: 40px;
  }

  .h3-heading-5 {
    font-size: 32px;
  }

  .video-wrapper {
    padding-bottom: 72px;
  }

  .section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .video {
    height: 320px;
  }

  .h4-heading {
    font-size: 36px;
  }

  .section-large-7,
  .section-large-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .team-slider-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-slide {
    margin-right: 16px;
  }

  .h6-heading-2 {
    font-size: 28px;
  }

  .team-slider-trigger {
    background-image: none;
    width: 10%;
  }

  .team-slider-trigger.left {
    background-image: none;
  }

  .h2-heading-7 {
    font-size: 44px;
  }

  .team-slider-mask {
    width: 80%;
  }

  .h3-heading-6 {
    font-size: 32px;
  }

  .gallery-8-card {
    min-height: 300px;
  }

  .column-4x-large {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-x-large-2 {
    font-size: 18px;
  }

  .h3-heading-7 {
    font-size: 32px;
  }

  .foooter-links-wrapper {
    flex-flow: column;
  }

  .footer-contact-link {
    font-size: 50px;
  }

  .footer-links-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h5-heading-3 {
    font-size: 28px;
  }

  .h1-heading-5 {
    font-size: 56px;
  }

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

  .button-secondary-3 {
    max-width: 100%;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

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

  .footer-legal-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .footer-line {
    top: -72px;
  }

  .footer-main {
    padding-top: 16px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-secondary-4 {
    max-width: 100%;
  }

  .feature-caption {
    flex-direction: column;
    align-items: stretch;
  }

  .carousel-container-lines {
    padding-bottom: 72px;
  }

  .logo-group {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .video-container-lines,
  .nav-container-lines-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .video-lightbox-link {
    padding: 24px;
  }

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

  .cta-side {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

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

  .content-container-lines {
    padding: 72px 24px;
  }

  .integration-circle-inner {
    width: 180px;
    height: 180px;
  }

  .feature-container-lines {
    padding-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-lines-large,
  .container-lines-large.overflow {
    padding: 72px 24px;
  }

  .video-lightbox-wrapper {
    height: 380px;
  }

  .button-secondary-5 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .top-margin---medium-space {
    margin-top: 70px;
  }

  .text---heading-large {
    font-size: 25.581vw;
  }

  .navbar {
    margin-left: 15px;
    margin-right: 15px;
  }

  .top-margin---small-space {
    margin-top: 40px;
  }

  .section-title {
    margin-bottom: 25px;
  }

  .team-image {
    margin-top: -5px;
  }

  .scroll-anchor-link {
    display: none;
  }

  .top-margin---large-space {
    margin-top: 85px;
  }

  .stat-list {
    margin-top: 30px;
  }

  .stat-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .text---heading {
    font-size: 75px;
  }

  .footer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .fooer-link-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .top-margin---extra-large-space {
    margin-top: 135px;
  }

  .hidden-on-mobile {
    display: none;
  }

  .intro-display-wrap {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .work-image {
    aspect-ratio: 1.08;
    margin-top: -5px;
  }

  .top-margin---extra-small-space {
    margin-top: 25px;
  }

  .arrow-text {
    display: flex;
  }

  .color-block {
    height: 26vw;
  }

  .section---intro {
    margin-left: 15px;
    margin-right: 15px;
  }

  .utility-page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-card {
    padding: 24px;
  }

  .content-card-grid {
    grid-template-columns: 1fr;
  }

  .gallery-section-carousel,
  .gallery-carousel-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .gallery-carousel {
    height: 200px;
  }

  .cta-card-outline {
    grid-row-gap: 188px;
  }

  .video-small {
    border-radius: 12px;
    height: 200px;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .button-secondary {
    width: 100%;
  }

  .header-button-group {
    flex-direction: column;
    width: 100%;
  }

  .header-image-block {
    height: 320px;
  }

  .header-image-grid {
    grid-column-gap: 12px;
  }

  .gallery_swiper-slide {
    width: 90vw;
  }

  .content-card-2 {
    padding: 16px;
  }

  .content-image-l {
    height: 380px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .project-image {
    aspect-ratio: 5.88 / 4.2;
  }

  .title-center-2 {
    margin-bottom: 56px;
  }

  .content-carousel-card {
    width: 180px;
    padding: 16px 12px;
  }

  .feature_grid {
    grid-template-columns: 1fr;
  }

  .feature_floral-image {
    order: -9999;
  }

  .feature_item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .video-slide-detail {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .video {
    border-radius: 12px;
    height: 200px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .team-member-image-wrapper {
    height: 220px;
  }

  .team-slider-trigger {
    display: none;
  }

  .team-slider-mask {
    width: 90%;
  }

  .footer-card.large {
    margin-left: -64px;
  }

  .footer-card.small {
    margin-right: -24px;
  }

  .footer-contact-link {
    font-size: 32px;
  }

  .button-primary-3 {
    width: 100%;
  }

  .blog-mask {
    max-width: none;
  }

  .blog-card-large {
    padding: 16px;
  }

  .button-wrapper {
    width: 100%;
  }

  .blog-slider-actions {
    flex-flow: column;
    margin-top: 24px;
  }

  .button-primary-large {
    width: 100%;
  }

  .nav-container {
    justify-content: space-between;
    display: flex;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #0000007a;
    top: 72px;
  }

  .menu-button {
    background-color: #070707;
    background-image: none;
    border: 1px solid #252527;
    border-radius: 12px;
    padding: 12px;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navigation-line {
    width: 80px;
  }

  .footer-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .label-regular {
    white-space: normal;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .button-primary-4 {
    width: 100%;
  }

  .logo-group {
    grid-column-gap: 28px;
  }

  .feature-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary-small {
    width: 100%;
  }

  .feature-line {
    left: 28px;
  }

  .feature-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .integration-circle {
    display: none;
  }

  .h-form {
    flex-direction: column;
  }

  .cta-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-lightbox-wrapper {
    height: 340px;
  }

  .button-primary-5 {
    width: 100%;
  }

  .feature-card-buton-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_6bbe8c68-090e-d03a-ffc1-42df9491cfae-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6bbe8c68-090e-d03a-ffc1-42df9491cfb8-3424e3b3 {
  justify-self: end;
}

#w-node-_3a71123a-0297-498c-d9ce-31a9666e6580-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3a71123a-0297-498c-d9ce-31a9666e658a-3424e3b3 {
  justify-self: end;
}

#w-node-_3343fa24-9303-77e6-c8e7-1e8030890450-3424e3b3,
#w-node-_9c55bcf0-cdf0-e56b-29d0-28cc26dcd066-3424e3b3,
#w-node-eced8ddd-6e73-2769-7edc-b7e9746974e7-3424e3b3,
#w-node-_420727bc-cf15-6d34-e267-5f5332b54937-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef6758b-f825-835e-5ae5-426c0747d4b7-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef6758b-f825-835e-5ae5-426c0747d4f1-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_218f1848-a45b-370f-c75b-959ac68edfdd-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_218f1848-a45b-370f-c75b-959ac68edfe7-3424e3b3 {
  justify-self: end;
}

#w-node-_218f1848-a45b-370f-c75b-959ac68ee03f-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee07d-3424e3b3,
#w-node-de4270d1-e48f-fff7-dc33-3a215cafd811-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee0e1-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_218f1848-a45b-370f-c75b-959ac68ee116-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_218f1848-a45b-370f-c75b-959ac68ee1b3-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee1bf-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee1cb-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee1e3-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee1ed-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee1f7-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee23b-3424e3b3,
#w-node-_218f1848-a45b-370f-c75b-959ac68ee263-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_218f1848-a45b-370f-c75b-959ac68ee297-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_218f1848-a45b-370f-c75b-959ac68ee2d1-3424e3b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f069139a-643f-e0fb-682e-96599d3d395c-3424e3b4 {
  grid-area: span 1 / span 14 / span 1 / span 14;
}

#w-node-f069139a-643f-e0fb-682e-96599d3d395f-3424e3b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end;
}

#w-node-f069139a-643f-e0fb-682e-96599d3d3967-3424e3b4,
#w-node-f069139a-643f-e0fb-682e-96599d3d396e-3424e3b4 {
  grid-area: span 1 / span 16 / span 1 / span 16;
}

#w-node-_2de140f8-f894-ecf0-5e74-4c178cfe22a5-3424e3b4,
#w-node-_2de140f8-f894-ecf0-5e74-4c178cfe22b6-3424e3b4,
#w-node-_2de140f8-f894-ecf0-5e74-4c178cfe22c7-3424e3b4,
#w-node-_2de140f8-f894-ecf0-5e74-4c178cfe22d8-3424e3b4,
#w-node-_2de140f8-f894-ecf0-5e74-4c178cfe22e9-3424e3b4,
#w-node-_2de140f8-f894-ecf0-5e74-4c178cfe22fa-3424e3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39b412bf-83ee-87b8-a57d-0bc36a17b76f-3424e3b4,
#w-node-_69e6bead-dc20-8ff3-6a6e-f1a9eb3579a0-3424e3b4 {
  grid-area: span 1 / span 16 / span 1 / span 16;
}

#w-node-_0a990cd4-5e52-22c9-ae42-665c6dc290d7-3424e3b4 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-f069139a-643f-e0fb-682e-96599d3d3975-3424e3b4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: start;
}

#w-node-f069139a-643f-e0fb-682e-96599d3d3979-3424e3b4 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_0726a4d7-78e0-4e24-70b7-5ed6c6f987bd-3424e3b4 {
  grid-area: 3 / 9 / 4 / 17;
}

#w-node-_89049913-119a-8baa-e0e7-bacccee5937f-3424e3b4,
#w-node-_76a6bc4e-1776-9275-f1c1-c4deec692490-3424e3b4 {
  justify-self: start;
}

#w-node-f069139a-643f-e0fb-682e-96599d3d3974-3424e3b4,
#w-node-a3257827-3808-7553-a661-173643d39b3d-43d39b3a {
  grid-area: span 1 / span 16 / span 1 / span 16;
}

#w-node-a3257827-3808-7553-a661-173643d39b3f-43d39b3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3257827-3808-7553-a661-173643d39b41-43d39b3a {
  grid-area: 2 / 9 / 3 / 13;
  align-self: start;
}

#w-node-a3257827-3808-7553-a661-173643d39b4b-43d39b3a {
  grid-area: 2 / 15 / 3 / 17;
  justify-self: end;
}

#w-node-d9edca0f-ca85-01e2-d28e-9f4c99b6d82d-99b6d82d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d23-871a5d06,
#w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d27-871a5d06 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d2a-871a5d06 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: start end;
}

#w-node-_69e3d43a-2d83-7358-57b3-60e8535622c8-3424e3b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_69e3d43a-2d83-7358-57b3-60e8535622d2-3424e3b8 {
  justify-self: end;
}

#w-node-c3f312d0-ac23-6497-a0f7-c078832ae03e-3424e3b8 {
  grid-area: span 1 / span 16 / span 1 / span 16;
}

#w-node-c3f312d0-ac23-6497-a0f7-c078832ae03f-3424e3b8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: start;
}

#w-node-e28a0666-9e34-89b6-efc6-dbff71a2a599-3424e3b8,
#w-node-e28a0666-9e34-89b6-efc6-dbff71a2a5bd-3424e3b8,
#w-node-e28a0666-9e34-89b6-efc6-dbff71a2a5be-3424e3b8,
#w-node-e28a0666-9e34-89b6-efc6-dbff71a2a5bf-3424e3b8,
#w-node-e28a0666-9e34-89b6-efc6-dbff71a2a5c0-3424e3b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_781521ad-ba05-2226-3228-e7cad978eef2-b9eaab47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_781521ad-ba05-2226-3228-e7cad978eefc-b9eaab47 {
  justify-self: end;
}

#w-node-_5f336c26-efb1-5e71-7b6f-4e1f6b7a2a71-b9eaab47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af442949-645b-d747-0f0a-c9416032e9d1-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-af442949-645b-d747-0f0a-c9416032e9db-512ac21f {
  justify-self: end;
}

#w-node-_1097a097-593b-5150-3e13-eb98a1502182-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1097a097-593b-5150-3e13-eb98a15021a0-512ac21f,
#w-node-_25adcd62-c91b-47c9-61ba-e3e1d5f5bb30-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25adcd62-c91b-47c9-61ba-e3e1d5f5bb32-512ac21f,
#w-node-_25adcd62-c91b-47c9-61ba-e3e1d5f5bb51-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_25adcd62-c91b-47c9-61ba-e3e1d5f5bb6f-512ac21f,
#w-node-_7b09cff1-8f58-ae05-c24b-3f60cc1acafd-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b09cff1-8f58-ae05-c24b-3f60cc1acaff-512ac21f,
#w-node-_7b09cff1-8f58-ae05-c24b-3f60cc1acb1e-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7b09cff1-8f58-ae05-c24b-3f60cc1acb3c-512ac21f,
#w-node-_16c31e7f-279b-cb29-0b26-9f08f3d4992d-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16c31e7f-279b-cb29-0b26-9f08f3d4992f-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ab8b595f-904c-f860-4b27-ee1956b01a97-512ac21f,
#w-node-ab8b595f-904c-f860-4b27-ee1956b01ab2-512ac21f,
#w-node-ab8b595f-904c-f860-4b27-ee1956b01acd-512ac21f,
#w-node-ab8b595f-904c-f860-4b27-ee1956b01ae8-512ac21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9fa0daf-bba4-157e-061a-c1331ba1bad4-59fdfefa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b9fa0daf-bba4-157e-061a-c1331ba1bade-59fdfefa {
  justify-self: end;
}

#w-node-_552bac2d-683e-85e0-ee07-26e8ead2a139-d08ed77c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_552bac2d-683e-85e0-ee07-26e8ead2a143-d08ed77c {
  justify-self: end;
}

@media screen and (max-width: 991px) {

  #w-node-_6ef6758b-f825-835e-5ae5-426c0747d4f1-3424e3b3,
  #w-node-_218f1848-a45b-370f-c75b-959ac68ee116-3424e3b3 {
    justify-self: start;
  }

  #w-node-_218f1848-a45b-370f-c75b-959ac68ee1f7-3424e3b3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_218f1848-a45b-370f-c75b-959ac68ee2d1-3424e3b3 {
    justify-self: start;
  }

  #w-node-_39b412bf-83ee-87b8-a57d-0bc36a17b76f-3424e3b4,
  #w-node-_69e6bead-dc20-8ff3-6a6e-f1a9eb3579a0-3424e3b4 {
    grid-area: span 1 / span 16 / span 1 / span 16;
  }

  #w-node-_0a990cd4-5e52-22c9-ae42-665c6dc290d7-3424e3b4 {
    grid-area: 2 / 7 / 3 / 12;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3975-3424e3b4 {
    grid-column: span 6 / span 6;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3979-3424e3b4 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_0726a4d7-78e0-4e24-70b7-5ed6c6f987bd-3424e3b4 {
    grid-area: 3 / 7 / 4 / 17;
  }

  #w-node-a3257827-3808-7553-a661-173643d39b3f-43d39b3a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a3257827-3808-7553-a661-173643d39b41-43d39b3a {
    grid-area: 2 / 7 / 3 / 14;
  }

  #w-node-a3257827-3808-7553-a661-173643d39b4b-43d39b3a {
    grid-area: 2 / 14 / 3 / 17;
    justify-self: end;
  }

  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d23-871a5d06,
  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d27-871a5d06 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d2a-871a5d06 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start end;
  }

  #w-node-c3f312d0-ac23-6497-a0f7-c078832ae03f-3424e3b8 {
    grid-column: span 6 / span 6;
  }

  #w-node-_25adcd62-c91b-47c9-61ba-e3e1d5f5bb32-512ac21f,
  #w-node-_7b09cff1-8f58-ae05-c24b-3f60cc1acaff-512ac21f,
  #w-node-_16c31e7f-279b-cb29-0b26-9f08f3d4992f-512ac21f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_218f1848-a45b-370f-c75b-959ac68ee1f7-3424e3b3 {
    grid-column: span 1 / span 1;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d395c-3424e3b4 {
    grid-column: span 8 / span 8;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d395f-3424e3b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: end;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3967-3424e3b4,
  #w-node-f069139a-643f-e0fb-682e-96599d3d396e-3424e3b4,
  #w-node-_39b412bf-83ee-87b8-a57d-0bc36a17b76f-3424e3b4,
  #w-node-_69e6bead-dc20-8ff3-6a6e-f1a9eb3579a0-3424e3b4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_0a990cd4-5e52-22c9-ae42-665c6dc290d7-3424e3b4 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3975-3424e3b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3979-3424e3b4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0726a4d7-78e0-4e24-70b7-5ed6c6f987bd-3424e3b4 {
    grid-area: 3 / 5 / 4 / 13;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3974-3424e3b4,
  #w-node-a3257827-3808-7553-a661-173643d39b3d-43d39b3a {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a3257827-3808-7553-a661-173643d39b3f-43d39b3a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a3257827-3808-7553-a661-173643d39b41-43d39b3a {
    grid-area: 2 / 5 / 3 / 10;
  }

  #w-node-a3257827-3808-7553-a661-173643d39b4b-43d39b3a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d23-871a5d06,
  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d27-871a5d06 {
    grid-column: span 4 / span 4;
  }

  #w-node-c3f312d0-ac23-6497-a0f7-c078832ae03e-3424e3b8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-c3f312d0-ac23-6497-a0f7-c078832ae03f-3424e3b8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f069139a-643f-e0fb-682e-96599d3d395c-3424e3b4 {
    grid-column: span 4 / span 4;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d395f-3424e3b4 {
    justify-self: start;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3967-3424e3b4,
  #w-node-f069139a-643f-e0fb-682e-96599d3d396e-3424e3b4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_39b412bf-83ee-87b8-a57d-0bc36a17b76f-3424e3b4,
  #w-node-_69e6bead-dc20-8ff3-6a6e-f1a9eb3579a0-3424e3b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0a990cd4-5e52-22c9-ae42-665c6dc290d7-3424e3b4 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: end;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3979-3424e3b4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0726a4d7-78e0-4e24-70b7-5ed6c6f987bd-3424e3b4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f069139a-643f-e0fb-682e-96599d3d3974-3424e3b4,
  #w-node-a3257827-3808-7553-a661-173643d39b3d-43d39b3a {
    grid-column: span 4 / span 4;
  }

  #w-node-a3257827-3808-7553-a661-173643d39b41-43d39b3a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d23-871a5d06,
  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d27-871a5d06 {
    grid-column: span 1 / span 1;
  }

  #w-node-a98f66dc-40f3-4286-ea2d-e8d8871a5d2a-871a5d06 {
    grid-column: span 2 / span 2;
    justify-self: end;
  }

  #w-node-c3f312d0-ac23-6497-a0f7-c078832ae03e-3424e3b8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6a7c0402-a9d2-726a-c7ba-2e8094e479d2-59fdfefa,
  #w-node-_6a7c0402-a9d2-726a-c7ba-2e8094e479f0-59fdfefa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cake N Truffles';
  src: url('../fonts/Cake-n-Truffles.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akira Expanded Demo';
  src: url('../fonts/Akira-Expanded-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Concept Art Prototype Styles */
.concept-grid-v1 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 600px;
  width: 100%;
}

.concept-grid-v1 .main-img {
  grid-row: 1 / -1;
  grid-column: 1 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.concept-grid-v1 .sub-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.concept-grid-v1 .small-img {
  width: 100%;
  height: 100%;
  /* Let flex grow handle it */
  flex: 1;
  object-fit: cover;
  border-radius: 16px;
}

.concept-grid-v2,
.concept-grid-v3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: 600px;
  width: 100%;
}

.concept-grid-v2 img,
.concept-grid-v3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.concept-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  font-family: inherit;
  font-weight: 500;
}

/* Override swiper slide width for this section to be full or large */
.feature_swiper-slide {
  width: 80% !important;
  /* Make slides wider to show the grid well */
  opacity: 0.4;
  transition: opacity 0.3s;
}

.feature_swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* Update Concept Styles to be smaller */
.concept-grid-v1,
.concept-grid-v2,
.concept-grid-v3 {
  height: 350px;
}

/* Shrink Stills Section */
.blog-card-large {
  height: 350px !important;
  min-height: auto !important;
}

/* Source Code Section Styles */
.source-code-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #111;
  color: #fff;
}

.code-container {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;
  border: 1px solid #333;
}

.code-container pre {
  margin: 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #dadada;
  white-space: pre;
}

/* Scrollbar styling for webkit browsers */
.code-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.code-container::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 6px;
}

.code-container::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 6px;
}

.code-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Code Header Styles */
.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
  padding: 10px 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid #333;
}

.code-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.code-label {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  color: #f9c22e;
  /* Playdate Yellow */
  font-size: 1.1rem;
}

.download-button {
  background-color: #f9c22e;
  color: #000;
  padding: 6px 14px;
  border-radius: 6px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s;
  display: inline-block;
  cursor: pointer;
}

.download-button:hover {
  background-color: #e0ac1c;
  color: #000;
}