:root {
  --dark-grey: #dfdfdf;
  --my-custom: #2e2e2e;
  --black: #000;
  --white: #fff;
  --general: #fd742f;
  --blue-bg: #0163ff;
  --grey: #f2f2f2;
  --grey-text: #292929;
  --spark-orange: #ff6f00;
  --obengs: #d55b4c;
  --light-grey: #f5f5f5;
  --blue: #03f;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  margin-right: auto;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  background-color: #000;
  border-radius: 20px;
  margin-left: auto;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.primary-button.cc-jumbo-button {
  color: #fff;
  background-color: #ff6106;
  width: 12%;
  margin-bottom: 18px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 26px;
  transition: background-color .2s, width .2s cubic-bezier(.95, .05, .795, .035);
}

.primary-button.cc-jumbo-button:hover {
  color: #fff;
  background-color: #00eaff;
  width: 100%;
}

.primary-button.cc-jumbo-button.beautiful-mind {
  text-align: center;
  background-color: #0080ff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.primary-button.cc-contact-us {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--my-custom);
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  transition-duration: .4s, .4s, .5s;
  display: block;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.beautiful-mind {
  color: #000;
  background-color: #38c9f1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 12vw;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  transition: border-radius 1s linear, width 1.5s cubic-bezier(0, .971, .193, .989), background-color .4s, opacity .4s, color .2s;
  display: block;
}

.primary-button.beautiful-mind:hover {
  color: #fff;
  background-color: #09233b;
}

.primary-button.beautiful-mind.cta {
  color: #fff;
  background-color: #0cf;
  width: 15%;
  font-size: 20px;
}

.primary-button.beautiful-mind.cta:hover {
  border-radius: 0;
  width: 100%;
}

.primary-button.beautiful-mind.cta.spark {
  background-color: #ff6f00;
}

.primary-button.beautiful-mind.hero {
  opacity: 1;
  background-color: #0cf;
  width: 20%;
  margin: 0 auto;
  padding: 10px;
  font-size: 15px;
  display: flex;
}

.primary-button.beautiful-mind.hero:hover {
  color: #000;
  background-color: #00fffb;
  border-radius: 20px;
}

.primary-button.beautiful-mind.hero.bm {
  flex: 0 auto;
  width: 15%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.primary-button.beautiful-mind.hero.bm:hover {
  z-index: 999;
  color: #fff;
  background-color: #09233b;
  position: relative;
}

.primary-button.beautiful-mind.hero.bm.team {
  background-color: #fff;
}

.primary-button.beautiful-mind.hero.spark {
  background-color: #f4c744;
}

.primary-button.beautiful-mind.hero.spark:hover {
  color: #fff;
  background-color: #eb7f30;
}

.primary-button.spark {
  color: #000;
  background-color: #f3c644;
  width: 12vw;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
  transition: border-radius 1s linear, width 1.5s cubic-bezier(0, 1.001, .199, .983), background-color .4s, opacity .4s, color .4s;
}

.primary-button.spark:hover {
  color: #fff;
  background-color: #eb7f30;
}

.primary-button.spark.w--current {
  padding-left: 5px;
  padding-right: 5px;
}

.primary-button.non-center {
  margin-left: 20px;
}

.primary-button.non-center:hover {
  background-color: #d55b4c;
}

.primary-button.login {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.services {
  margin-left: 4px;
  position: absolute;
  inset: auto 50% 2% auto;
  transform: translate(50%);
}

.primary-button.services:hover {
  background-color: #d55b4c;
}

.body {
  overflow: visible;
}

.body.beautiful-mind {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.body.beautiful-mind.navbar {
  color: #1d1f24;
  background-color: #414788;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.body.navabar {
  z-index: 99999;
  color: #6c7188;
  background-color: #adb1e2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  overflow: visible;
}

.body.navabar.beautiful-mind {
  color: #151d3f;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.body.footer {
  background-color: #000;
}

.body.spark {
  background-color: #fff;
}

.body.services {
  background-color: #dbebea;
}

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

.container-3 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 32%;
  margin-top: 50px;
  padding-bottom: 40px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-color: #dbebea;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 110%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.pricing-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 120px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 300;
}

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

.heading-services {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap {
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
  }

  .section.team {
    opacity: 1;
    flex: 0 2 auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

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

  .container {
    overflow: hidden;
  }

  .container.cta {
    margin-left: auto;
    margin-right: auto;
  }

  .container.products-home {
    overflow: visible;
  }

  .container.small-container {
    width: 90%;
  }

  .paragraph-bigger.cc-bigger-light.beautiful-mind {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-bigger.cc-bigger-light.beautiful-mind.spark {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-jumbo-button {
    width: 22%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button.spark, .primary-button.cc-jumbo-button {
    width: 22%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button.cc-jumbo-button:hover {
    width: 100%;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .primary-button.beautiful-mind {
    width: 22%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button.beautiful-mind.cta {
    width: 25%;
  }

  .primary-button.spark {
    width: 22%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-light {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    flex: 0 3 auto;
    justify-content: center;
    align-items: center;
    width: 23%;
    margin-right: 0;
    display: block;
  }

  .logo-link.w--current {
    flex: 0 auto;
    width: 15%;
    margin-right: 40px;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .navigation-wrap {
    background-color: #fff;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    aspect-ratio: auto;
    opacity: 100;
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-self: auto;
    width: 100%;
    height: 100px;
    margin-right: auto;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    overflow: visible;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    flex: 0 2 auto;
    width: auto;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-image: linear-gradient(#00000094, #00000094), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68e409e5aed5f478641e0faa_IMG_1921.PNG");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .intro-header.bm-home {
    height: 100vh;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-pic {
    border-radius: 0;
    width: 100%;
    height: 250px;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-section-wrap {
    width: 60%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid._2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .navbar.navigation-wrap {
    width: 100vw;
    margin-top: 20px;
  }

  .link-block {
    padding-right: 20px;
  }

  .bm.fourth {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .paragraph-bm {
    flex: 0 auto;
    width: 100%;
    height: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-bm {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 2rem;
    padding-bottom: 0;
    display: flex;
  }

  .div-bm.second, .div-bm.third, .div-bm.second, .div-bm.third {
    width: 50%;
  }

  .div-block-4.cta {
    display: block;
  }

  .div-block-4.spark {
    padding-bottom: 40px;
  }

  .div-block-4.middle-page {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .text-block-7 {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 75px;
    line-height: 80px;
  }

  .dropdown-toggle {
    flex: 0 auto;
    width: auto;
    overflow: visible;
  }

  .dropdown-list.w--open {
    opacity: 100;
    -webkit-text-fill-color: inherit;
    background-color: #70be3b;
    background-clip: border-box;
    border-radius: 20px;
  }

  .div-block-6 {
    opacity: 100;
    width: 100%;
  }

  .text-block-12 {
    padding-top: 20px;
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-13 {
    font-size: 45px;
    line-height: 55px;
  }

  .dropdown-link, .dropdown-link-2 {
    opacity: 0;
    border-radius: 20px;
  }

  .team-intro-image {
    border-radius: 0;
    height: 100%;
    overflow: hidden;
  }

  .team-intro-image:hover {
    opacity: 1;
  }

  .paragraph-5 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
  }

  .text-navabar {
    flex: 0 auto;
    width: auto;
    padding-right: 10px;
    font-size: 10px;
    overflow: visible;
  }

  .dropdown {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    height: 135%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .navabar-linkblock.w--current {
    flex: 0 auto;
    justify-content: center;
    width: auto;
    overflow: visible;
  }

  .div-block-25 {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-29 {
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-34 {
    width: 50%;
  }

  .picasso-homepage {
    width: 100%;
    margin-right: 0;
  }

  .info-box {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .info-box.home-contact {
    width: 100%;
  }

  .info-box.bm.first-box {
    background-image: linear-gradient(#00000069, #00000069), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cf55bbb221743982f5209_Screenshot%202025-11-02%20at%2016.37.19.png");
    background-position: 0 0, 20%;
  }

  .info-box.bm.second-box {
    background-image: linear-gradient(#00000063, #00000063), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cf63f2dab44a19259c1d7_Gemini_Generated_Image_ntgir6ntgir6ntgi.png");
    background-position: 0 0, 20%;
  }

  .div-block-36 {
    width: 90%;
    height: 450px;
  }

  .div-block-37 {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-37.side-gap {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 4rem;
  }

  .grid-layout.desktop-3-column.mobile-landscape-1-column.grid-gap-s {
    grid-column-gap: .6rem;
    grid-column-gap: .6rem;
    grid-column-gap: .6rem;
    grid-column-gap: .6rem;
    width: 100%;
  }

  .utility-margin-bottom-0 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .icon-large.utility-margin-bottom-1rem {
    margin-left: 0;
    margin-right: auto;
  }

  .text-block-35 {
    padding-left: 50px;
  }

  .div-block-40 {
    background-color: #777;
    width: 90%;
    height: 1px;
  }

  .team-pic-paragraph {
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .team-div {
    border-radius: 0;
    overflow: hidden;
  }

  .div-block-43 {
    height: 600px;
  }

  .paragraph-12 {
    line-height: 45px;
  }

  .div-block-46 {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 2rem;
  }

  .div-block-47 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-48.buttom {
    justify-content: center;
    align-items: center;
  }

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

  .brand-image._3 {
    padding-top: 1.5rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-margin-all-0 {
    margin: 0;
  }

  .y-center-parent.y-center {
    align-items: center;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .heading-style-h1.weight-medium.side.margin-left {
    padding-left: 2.5%;
  }

  .text-size-medium.side {
    width: 90%;
  }

  .text-size-medium.side.white {
    width: 70%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .accordion {
    border-radius: 2rem;
  }

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

  .faq-component-wrapper, .faq-contact-wrapper {
    border-radius: 2rem;
  }

  .text-size-large.weight-medium {
    text-align: left;
    text-align: left;
  }

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

  .heading-style-h2.weight-medium.margin-buttom-0-5 {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small.side-gap {
    margin-right: auto;
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    width: 100%;
    padding-bottom: 0;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-form-block {
    border-radius: 2rem;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .inside-info-home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .inside-info-home.second-box-home {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-78 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-51.side-gap {
    margin-right: auto;
    padding-left: 0;
  }

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

  .team-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .subpage-header-image-wrapper {
    border-radius: 2rem;
  }

  .subpage-header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .subpage-header-image {
    border-radius: 2rem;
  }

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

  .div-block-88 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .div-block-89 {
    width: 95%;
  }

  .div-block-94 {
    margin-right: -2px;
  }

  .div-block-94._1 {
    height: 80vh;
    margin-left: -1px;
    margin-right: 0;
  }

  .background-video-9._1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .values-item.jobs-page.jobs-page-reasons-bg {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 15rem;
  }

  .values-item.jobs-page.jobs-page-reasons-bg.none-for-lower-than-desktop {
    display: none;
  }

  .values-item.jobs-page.jobs-page-reasons-bg.orange {
    background-color: var(--spark-orange);
  }

  .values-item.jobs-page.jobs-page-reasons-bg.green {
    background-color: #30cc01;
  }

  .values-component {
    width: 100%;
  }

  .values-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .values-list.jobs-page {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto;
    grid-auto-columns: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .values-list.jobs-page.non-for-desktop {
    display: flex;
  }

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

  .div-block-102 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .div-block-103 {
    width: 15%;
    margin-bottom: 2rem;
  }

  .image-33 {
    font-size: 16rem;
  }

  .div-block-104 {
    margin-bottom: 4rem;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #f2f2f2;
    background-clip: border-box;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    display: none;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu-link-wrapper {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar-link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    background-color: #f2f2f2;
  }

  .navbar-button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar-menu-button {
    padding: 0;
  }

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

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: #171717;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-114 {
    height: auto;
    min-height: 800px;
  }

  .text-block-52 {
    text-align: center;
    font-size: 5rem;
  }

  .div-block-130 {
    background-position: 50%;
  }

  .div-block-131 {
    margin-left: 2rem;
  }

  .section-19 {
    margin-top: 8rem;
  }

  .collection-list-wrapper-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-141 {
    width: 79%;
  }

  .section-21.margin-bottom-1 {
    margin-top: auto;
  }

  .div-block-150 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    background-position: 50% 70%;
    background-size: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 15px;
  }

  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.team {
    opacity: 0;
    margin-right: 0;
    padding-top: 220px;
  }

  .container {
    text-align: center;
    flex-flow: column;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .paragraph-light.home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    padding-top: 100px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    z-index: 9999;
    margin-right: auto;
    padding-left: 0;
  }

  .logo-link.w--current {
    width: 22vw;
    margin-left: .5rem;
    margin-right: auto;
  }

  .menu {
    display: none;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    padding-top: 0;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .intro-header.bm-home {
    margin-top: 0;
  }

  .intro-content {
    width: 80%;
  }

  .about-story-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-story-wrap.about {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 0 30px 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea, .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .map {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .team-pic {
    width: 50%;
    height: 500px;
    margin-bottom: 30px;
  }

  .team-member-title-wrap {
    overflow: hidden;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .contact-email-link {
    font-size: 16px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-top: 40px;
  }

  .section-heading.eyebrow.utility-margin-bottom-1rem {
    margin-bottom: 20px;
  }

  .navbar.navigation-wrap {
    z-index: 9999;
    z-index: 9999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .image-7.third {
    position: sticky;
  }

  .grid-3 {
    margin-top: 0;
  }

  .paragraph-bm {
    font-size: 16px;
  }

  .div-bm {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .div-block-4 {
    padding-bottom: 10px;
  }

  .topic-about {
    padding-bottom: 20px;
  }

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

  .container-3 {
    justify-content: center;
    align-items: center;
  }

  .pricing-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .pricing-card-three {
    width: 100%;
    height: 100%;
  }

  .pricing-card-text {
    margin-bottom: 50px;
    line-height: 25px;
  }

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

  .footer-block-two.footer {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .footer-link-two.footer {
    flex: none;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2vw;
  }

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

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

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

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

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

  .text-block-13 {
    font-size: 35px;
  }

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

  .div-block-9 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video {
    width: 100%;
  }

  .lottie-animation-4 {
    height: auto;
  }

  .text-block-19 {
    font-size: 30px;
  }

  .team-intro-image {
    height: auto;
    position: relative;
  }

  .div-block-12 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 40px;
  }

  .text-block-22 {
    margin-top: 100px;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .div-block-14 {
    margin-right: 0;
  }

  .text-navabar {
    font-size: 1vw;
  }

  .text-navabar.panel {
    color: var(--white);
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 100%;
    transition: background-color .2s, color .2s;
  }

  .text-navabar.panel:hover {
    color: #fff;
  }

  .navabar-linkblock.panel {
    z-index: 9999;
    color: var(--white);
    flex: 1;
    width: 90%;
    position: relative;
  }

  .navabar-linkblock.panel.w--current {
    flex: 0 2 auto;
  }

  .menu-panel {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 100%;
    display: flex;
    position: fixed;
  }

  .menu-pannel-inner {
    z-index: 8888;
    opacity: 1;
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .text-block-27 {
    margin-left: 0;
    margin-right: auto;
    padding-left: 10px;
  }

  .div-block-25 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .div-block-30 {
    width: 25%;
  }

  .picasso-homepage {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .info-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .info-box.bm {
    margin-top: 0;
  }

  .info-box.bm.first-box {
    background-image: linear-gradient(#00000069, #00000069), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cf55bbb221743982f5209_Screenshot%202025-11-02%20at%2016.37.19.png");
    background-position: 0 0, 25%;
  }

  .info-box.bm.second-box {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cf63f2dab44a19259c1d7_Gemini_Generated_Image_ntgir6ntgir6ntgi.png");
    background-position: 0 0, 30%;
  }

  .info-box.bm.third-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-36 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-37 {
    width: 50%;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1rem;
  }

  .div-block-37._1 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-37.side-gap {
    width: 95%;
    margin-right: 0;
    padding-left: 2rem;
  }

  .text-block-32 {
    text-align: left;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 50%;
    margin-right: 50%;
    line-height: 45px;
  }

  .paragraph-8 {
    line-height: 26px;
  }

  .utility-margin-bottom-3rem {
    margin-bottom: 1.5rem;
  }

  .grid-layout.desktop-3-column.mobile-landscape-1-column.grid-gap-s {
    justify-content: center;
    align-items: center;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
    column-count: 1;
  }

  .utility-margin-bottom-0 {
    width: 100%;
    margin-bottom: 0;
  }

  .icon-large.utility-margin-bottom-1rem {
    margin-bottom: 0;
  }

  .heading-services {
    font-size: 20px;
  }

  .team-div {
    flex: 1;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .text-block-37, .text-block-38 {
    font-size: 16px;
  }

  .div-block-43 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .paragraph-12 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
  }

  .image-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-13 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
    font-size: 15px;
  }

  .div-block-47 {
    flex-flow: column;
    height: 100%;
  }

  .paragraph-14 {
    text-align: center;
    margin: 40px 20px 60px;
  }

  .paragraph-15 {
    margin-bottom: 40px;
  }

  .text-block-43 {
    font-size: 35px;
  }

  .div-block-48.top {
    margin-left: auto;
  }

  .div-block-48.buttom {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .vid_scroll_sample_bm.none {
    display: none;
  }

  .utility-margin-top-2rem {
    margin-top: 1rem;
  }

  .section-12 {
    margin-top: 20px;
  }

  .link-block-7 {
    flex: 0 auto;
    margin-left: auto;
    margin-right: 20px;
    display: block;
  }

  .div-block-58 {
    display: flex;
  }

  .burger {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .burger._1 {
    background-color: var(--black);
  }

  .burger._3, .burger._1 {
    background-color: var(--black);
  }

  .burger._2 {
    background-color: var(--black);
    opacity: 0;
  }

  .burger._3 {
    background-color: var(--black);
  }

  .div-block-59 {
    z-index: 8888;
  }

  .navbar-3 {
    z-index: 7777;
  }

  .div-block-60 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-24 {
    width: 30%;
    margin-left: 0;
  }

  .image-25 {
    width: 30%;
    margin-right: 0;
  }

  .image-27, .image-28 {
    width: 50%;
    height: 100%;
  }

  .image-29 {
    width: 50%;
    height: 100%;
    margin-bottom: 20px;
  }

  .image-team {
    width: 50%;
    margin-bottom: 10px;
  }

  .div-block-63 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .utility-position-sticky {
    position: static;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .grid-gap-xxl-parent.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-margin-top-4rem {
    margin-top: 2rem;
  }

  .div-block-70 {
    background-color: #f2f2f24d;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .button-2 {
    flex: 0 auto;
    height: 50px;
    padding: .25rem 1rem;
  }

  .button-2.is-navbar {
    margin-left: 0;
  }

  .text-size-medium {
    width: 70%;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .text-size-medium.side {
    text-align: left;
    width: 80%;
  }

  .text-size-medium.side.blue {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .margin-bottom.margin-small.logo-footer {
    padding-left: 1rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: 0;
  }

  .margin-top {
    margin: 1.5rem 0 0;
  }

  .margin-top.margin-medium {
    margin-top: 1.5rem;
  }

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

  .accordion-title {
    padding: 1rem 1.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .accordion-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-icon-wrapper {
    width: auto;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-large.weight-medium.side {
    margin-right: auto;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 2.25rem;
  }

  .heading-style-h2.weight-medium {
    text-align: left;
    text-align: left;
    margin-bottom: 1rem;
  }

  .footer-bottom-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 0;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-bottom-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-credit-text-2 {
    margin-top: 1.5rem;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-3 {
    padding: .25rem 1rem;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .product-home {
    margin-top: 0;
  }

  .div-block-75 {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: auto;
  }

  .inside-info-home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .inside-info-home.second-box-home {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .team-image-wrapper {
    height: 100%;
  }

  .team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .button-4 {
    padding: .25rem 1rem;
  }

  .subpage-header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .text-size-medium-4 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .div-block-93._1 {
    margin-top: 1rem;
  }

  .div-block-94 {
    width: 60vw;
    height: 70vh;
  }

  .div-block-94._1 {
    width: 50vw;
    height: 60vh;
  }

  .background-video-9 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-block-96._1 {
    width: 95%;
  }

  .values-item.jobs-page.jobs-page-reasons-bg {
    height: 15rem;
    display: flex;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .values-list {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .values-list.jobs-page {
    margin-bottom: 1rem;
  }

  .values-list.jobs-page.non-for-desktop {
    display: flex;
  }

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

  .div-block-107 {
    margin-bottom: 0;
  }

  .div-block-109 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-menu {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #f2f2f24d;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-menu-link-wrapper {
    background-color: #fff0;
    padding: 1.25rem;
  }

  .navbar-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link:hover {
    background-color: var(--general);
  }

  .navbar-link.w--current {
    color: var(--black);
  }

  .button-5 {
    padding: .25rem 1rem;
  }

  .menu-icon-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-gap-l-parent.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .utility-padding-all-2rem {
    padding: 1rem;
  }

  .div-block-142 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .collection-list-2 {
    width: 97.5%;
  }

  .div-block-145.margin-bottom-2 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    width: 100%;
    margin-bottom: 6rem;
    margin-right: 0;
  }

  .section.cc-home-wrap {
    background-image: url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68f9019212039ec6e406fd4b_best%20%20Large%202.jpg");
    background-position: 50%;
    background-size: contain;
  }

  .section.cc-store-home-wrap {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #fff;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .section.beautiful-mind2 {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68d845893efdcd28f208d8ba_BM_logo.svg");
    background-size: auto, cover;
  }

  .section.beautiful-mind2.spark {
    background-image: linear-gradient(#000000e3, #000000e3), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68da689449d820ee0303cb3a_Spark_logo.svg");
    background-size: auto, cover;
  }

  .section.cta {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .section.team {
    opacity: 1;
  }

  .container {
    border-radius: 0;
  }

  .container.products-home {
    overflow: visible;
  }

  .primary-button.beautiful-mind, .primary-button.beautiful-mind.cta {
    width: 35vw;
  }

  .primary-button.spark, .primary-button.beautiful-mind, .primary-button.beautiful-mind.cta {
    width: 35vw;
  }

  .primary-button.beautiful-mind.cta {
    width: 35vw;
  }

  .primary-button.beautiful-mind.hero {
    width: 30vw;
  }

  .primary-button.spark {
    width: 35vw;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .paragraph-light.about {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  .paragraph-light.utility-display-block {
    margin-bottom: 0;
  }

  .paragraph-light.contact {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small.beautiful-mind {
    width: auto;
    font-size: 35px;
  }

  .logo-link {
    width: 30vw;
    margin-left: 10px;
  }

  .logo-link.w--current {
    width: 30vw;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    width: 100%;
    padding-left: 10px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    padding-right: 5px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    background-image: linear-gradient(#000000a3, #000000a3), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68e409e5aed5f478641e0faa_IMG_1921.PNG");
    background-position: 0 0, 20%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .intro-header.bm-home {
    z-index: 11;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-radius: 0;
    width: 100%;
  }

  .intro-header.spark-header {
    background-image: url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68c2b006a424e78e3933a3e2_assets-task_01k4w1nvgsfbws7kqsnsgct803-1757583056_img_0.webp");
    justify-content: center;
    align-items: center;
  }

  .intro-header.spark {
    justify-content: center;
    align-items: center;
  }

  .about-story-wrap, .about-story-wrap.about, .about-story-wrap.about {
    width: 95%;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .map {
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    width: 80%;
  }

  .section-heading.eyebrow.utility-margin-bottom-1rem {
    margin-bottom: 0;
    font-size: 25px;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .body.no-scroll {
    height: 100vh;
    overflow: hidden;
  }

  .navbar.navigation-wrap {
    margin-bottom: 0;
    position: fixed;
  }

  .div-block {
    background-image: linear-gradient(#0000009e, #0000009e), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68e409e5aed5f478641e0faa_IMG_1921.PNG");
    background-position: 0 0, 22%;
  }

  .image-3, .image-4 {
    width: 35%;
  }

  .grid-3.spark {
    margin-top: 40px;
  }

  .bm.fourth {
    width: 100%;
    height: 50%;
  }

  .paragraph-bm {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .div-bm {
    padding-top: 0;
  }

  .div-bm.second {
    width: 100%;
    height: 50%;
  }

  .div-bm.third {
    flex-flow: row;
    width: 100%;
    height: 50%;
  }

  .paragraph-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    line-height: 25px;
  }

  .div-block-4.middle-page {
    background-color: #0241b6c2;
    margin-top: 25px;
  }

  .image-10 {
    width: 60%;
    height: auto;
  }

  .topic-about {
    text-align: left;
    padding-left: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 35px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

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

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

  .footer-title {
    font-size: 20px;
  }

  .footer-link-two.footer {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 2.5vw;
  }

  .footer-divider-two {
    margin-bottom: 20px;
  }

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

  .footer-bottom.footer {
    justify-content: center;
    align-items: center;
  }

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

  .footer-social-block-two {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-link {
    width: 30%;
    margin-left: 0;
    padding: 10px;
  }

  .footer-social-link:hover {
    background-color: #ff770078;
  }

  .text-block-7 {
    font-size: 50px;
    line-height: 60px;
  }

  .body-2 {
    overflow: hidden;
  }

  .dropdown-toggle {
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle.menu-pannel-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    z-index: 2;
    position: relative;
  }

  .section-3 {
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .text-block-12 {
    font-size: 50px;
    line-height: 55px;
  }

  .text-block-13 {
    padding-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-14 {
    padding-bottom: 10px;
    font-size: 100px;
  }

  .text-block-15 {
    text-align: left;
    padding-left: 10px;
    font-size: 50px;
  }

  .lottie-animation-4 {
    width: 35%;
    margin-bottom: 0;
  }

  .text-block-19 {
    font-size: 20px;
    line-height: 35px;
  }

  .image-17 {
    width: 90%;
  }

  .text-block-21 {
    text-align: center;
    width: 90%;
  }

  .heading-2, .text-block-22 {
    font-size: 35px;
  }

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

  .div-block-14 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5 {
    margin: 40px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-navabar.menu-pannel-inner {
    color: #fff;
    flex-flow: row;
    flex: 0 100%;
    justify-content: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-navabar.panel {
    color: #fff;
    font-size: 100%;
  }

  .dropdown.menu-pannel-inner {
    color: #fff;
    height: 20%;
  }

  .navabar-linkblock.menu-pannel-inner {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    width: auto;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .navabar-linkblock.panel {
    width: 90%;
  }

  .menu-button-2 {
    background-color: #ada3a3;
  }

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

  .icon {
    background-color: #1f1b1b;
  }

  .div-block-19 {
    height: 100vh;
    display: flex;
  }

  .menu-panel {
    z-index: 8888;
    text-align: left;
    object-fit: fill;
    background-color: #000;
    width: 0;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .menu-pannel-inner {
    opacity: 100;
    width: 100%;
    overflow: auto;
  }

  .paragraph-6 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-6.second, .paragraph-6.third {
    font-size: 15px;
  }

  .paragraph-6.second, .paragraph-6.third {
    font-size: 15px;
  }

  .paragraph-6.fourth {
    line-height: 55px;
  }

  .text-block-26 {
    color: #fff;
    font-size: 15px;
  }

  .div-block-23 {
    z-index: 2;
    flex-flow: column;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .text-block-27 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .div-block-25 {
    height: auto;
    margin: 0 auto;
    padding-top: 0;
  }

  .text-block-28 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .text-block-29 {
    text-align: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 15px;
  }

  .div-block-30 {
    margin-top: auto;
    margin-bottom: 0;
  }

  .div-block-30.w--current, .div-block-30.margin-bottom-1, .div-block-30.margin-bottom-1 {
    width: 6rem;
    margin-bottom: 1rem;
  }

  .big-div-bm {
    flex-flow: column;
    height: 650px;
    margin-bottom: 0;
  }

  .big-div-bm.spark {
    height: 600px;
  }

  .big-div-bm.spark.none {
    display: flex;
  }

  .big-div-bm.spark.none-phone {
    display: none;
  }

  .big-div-bm.first {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .big-div-bm.second {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: none;
  }

  .big-div-bm.second.none {
    display: flex;
  }

  .info-box {
    flex-flow: column;
    width: 95%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .info-box.home-contact {
    border-style: none;
    margin-top: 0;
    margin-bottom: 6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .info-box.contact-box {
    padding-top: 2rem;
  }

  .info-box.bm {
    margin-bottom: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .info-box.bm.first-box {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cf55bbb221743982f5209_Screenshot%202025-11-02%20at%2016.37.19.png");
    background-position: 0 0, 20%;
    justify-content: center;
    align-items: flex-start;
  }

  .info-box.bm.second-box {
    background-image: linear-gradient(#0000006b, #0000006b), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cf63f2dab44a19259c1d7_Gemini_Generated_Image_ntgir6ntgir6ntgi.png");
    background-position: 0 0, 25%;
    justify-content: center;
    align-items: flex-start;
  }

  .info-box.bm.second-box.spark {
    background-image: linear-gradient(#00000069, #00000069), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cc434da6d1c3adf5276da_Screenshot%202025-11-06%20at%2015.51.56.png"), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cf63f2dab44a19259c1d7_Gemini_Generated_Image_ntgir6ntgir6ntgi.png");
    background-position: 0 0, 50% 45%, 0 0, 0%;
  }

  .info-box.bm.third-box {
    background-image: linear-gradient(#000000ad, #000000ad), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68bb15b52837048515036d70_istockphoto-978274922-612x612.jpg");
    background-position: 0 0, 0%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .info-box.bm.third-box.spark {
    background-image: linear-gradient(#000000a8, #000000a8), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/6910cedec6b6563bdce60fff_Screenshot%202025-11-09%20at%2017.09.22.png"), linear-gradient(90deg, #000000de, #fff0), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/68bb15b52837048515036d70_istockphoto-978274922-612x612.jpg");
    background-position: 0 0, 50%, 0 0, 0%;
    background-size: auto, cover, auto, cover;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-36 {
    width: 100%;
    height: 40vh;
    margin-bottom: 10px;
  }

  .div-block-37 {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-37._1 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .div-block-37._1.spark {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-37.side-gap {
    width: 80%;
    margin-left: 5%;
    padding-left: 0;
  }

  .div-block-37.side-gap.third-box {
    padding-left: 0;
  }

  .text-block-32 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 30px;
  }

  .paragraph-8 {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
  }

  .grid-layout.desktop-3-column.mobile-landscape-1-column.grid-gap-s {
    grid-template-rows: auto auto auto;
  }

  .grid-layout.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .utility-margin-bottom-0 {
    border-radius: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .text-link.text-size-small {
    padding-left: .5rem;
  }

  .div-block-40 {
    background-color: #000;
  }

  .div-block-43 {
    width: 90vw;
    height: 100%;
    margin-top: 40px;
  }

  .link-block-5 {
    width: 100%;
  }

  .section-9 {
    width: 100vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dropdown-list-2 {
    flex-flow: row;
    display: none;
  }

  .dropdown-list-3 {
    display: none;
  }

  .dropdown-toggle-2, .dropdown-toggle-3 {
    width: 100%;
    display: flex;
  }

  .text-block-39 {
    width: 100%;
    font-size: 16px;
  }

  .text-block-41 {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }

  .paragraph-faq {
    width: 100%;
  }

  .paragraph-12 {
    text-align: left;
    padding-right: 10px;
    font-size: 25px;
  }

  .div-block-46 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1rem;
  }

  .image-21 {
    width: 25vw;
  }

  .paragraph-13 {
    text-align: justify;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    line-height: 25px;
  }

  .background-video-7 {
    z-index: -3;
  }

  .text-block-42 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-10 {
    margin-bottom: 6rem;
  }

  .paragraph-15 {
    color: #575757;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-48.top {
    width: 250vw;
  }

  .div-block-48.buttom {
    width: 250vw;
    margin-right: 500px;
    right: 0;
  }

  .vid_scroll_sample_bm.none {
    display: none;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .text-span-2, .text-span-3, .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    color: #eb9564;
  }

  .div-block-62 {
    margin-top: auto;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 0;
  }

  .text-block-47 {
    width: 100vw;
    margin-top: 0;
  }

  .text-block-48 {
    color: #d65c4d;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-weight: 600;
    display: flex;
  }

  .brand-image._1 {
    width: 25vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand-image._2, .brand-image._1 {
    width: 25vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand-image._3 {
    width: 25vw;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .brand-image._2 {
    width: 25vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-65 {
    background-color: #0000009e;
    background-image: none;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .bold-text-10, .bold-text-11 {
    color: #d55b4c;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-margin-all-0 {
    margin: 0;
  }

  .button-secondary {
    padding: .5rem 1rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.weight-medium.side.margin-left {
    margin-bottom: .5rem;
    padding-left: 2.5%;
  }

  .heading-style-h1.weight-medium.side {
    margin-bottom: 0;
  }

  .heading-style-h1.weight-medium.side.margin-bottom {
    margin-bottom: .5rem;
  }

  .button-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-2.is-navbar {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-size-medium.width-medium.side {
    width: 90%;
  }

  .text-size-medium.width-medium.side.margin-bottom-1 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .text-size-medium.white {
    width: 100%;
  }

  .text-size-medium.side {
    width: auto;
  }

  .text-size-medium.side.white {
    width: 100%;
  }

  .text-size-medium.side.white.spark {
    width: 100%;
    margin-bottom: 0;
  }

  .max-width-large {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.logo-footer {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .button-group-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-padding-large {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .accordion {
    border-radius: 2rem;
  }

  .section-faq {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-global {
    margin-bottom: 6rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global.is-2rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h3 {
    font-size: 1.3rem;
  }

  .faq-component-wrapper {
    border-radius: 2rem;
  }

  .faq-contact-wrapper {
    background-image: url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/6910f2c06cbdfb4118764bfc_Gemini_Generated_Image_c1j9a5c1j9a5c1j9.png");
    background-position: 65% 35%;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding: 1.5rem;
  }

  .faq-contact-wrapper.home {
    background-image: linear-gradient(#0000008c, #0000008c), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cd673894c77ddf899914c_Screenshot%202025-11-06%20at%2017.09.32.png");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 2rem;
  }

  .text-size-large.weight-medium.obengs {
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-style-h2.weight-medium {
    text-align: center;
    margin-bottom: 0;
    padding-left: 1rem;
    line-height: 1.5;
  }

  .heading-style-h2.weight-medium {
    text-align: center;
    margin-bottom: 0;
    padding-left: 1rem;
    line-height: 1.5;
  }

  .heading-style-h2.weight-medium.grey-text {
    text-align: center;
    text-align: center;
  }

  .heading-style-h2.weight-medium {
    padding-left: 0;
  }

  .footer-left-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .footer-link {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link:hover {
    background-color: #fff;
  }

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

  .newsletter-footer-wrapper {
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-component {
    padding-top: 1rem;
  }

  .padding-vertical, .footer-address {
    padding-left: 0;
    padding-right: 0;
  }

  .input-form.is-text-area {
    border-radius: 1rem;
    min-height: 15rem;
  }

  .container-large {
    width: 100%;
  }

  .text-size-small.side-gap {
    padding-left: .5rem;
  }

  .footer-form-2 {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
    padding-top: 2rem;
  }

  .footer-link-list {
    width: 100%;
    position: relative;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 0;
  }

  .footer-menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-size-regular {
    width: 100%;
  }

  .footer-social-link-2 {
    width: 9rem;
  }

  .footer-links-list-title {
    padding-left: 0;
  }

  .form-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-component {
    grid-row-gap: 4.8rem;
    grid-template-columns: 1fr;
  }

  .contact-content {
    padding-left: 0;
  }

  .button-3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-3.is-form {
    text-align: center;
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .contact-form-block {
    border-radius: 2rem;
    padding: 1rem;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }

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

  .footer-top-wrapper-2 {
    grid-row-gap: 48px;
  }

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

  .product-home {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-75 {
    margin-top: 1.5rem;
  }

  .inside-info-home.second-box-home {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-78 {
    padding-left: 0;
  }

  .section-padding-large-2 {
    margin-top: 1rem;
    margin-bottom: 4rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .team-section-header {
    margin-bottom: 1rem;
  }

  .team-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .max-width-large-4 {
    padding-left: 0;
  }

  .section-padding-large-3 {
    padding-bottom: 0;
  }

  .subpage-header-image-wrapper {
    border-radius: 1rem;
  }

  .button-4 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .subpage-header-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .subpage-header-image {
    border-radius: 2rem;
  }

  .text-size-medium-4 {
    margin-bottom: 0;
  }

  .header-content {
    padding-left: 0;
  }

  .wrapper-team {
    background-image: linear-gradient(#000000b5, #000000b5), url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cc78e699e83885c84d3cd_Screenshot%202025-11-06%20at%2016.06.24.png");
    background-position: 0 0, 50% 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .div-block-79 {
    width: 80%;
  }

  .div-block-80 {
    width: 95%;
  }

  .div-block-82 {
    width: 80%;
    margin-bottom: 1rem;
  }

  .div-block-88 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-90 {
    height: 80vh;
    margin-bottom: 1rem;
  }

  .div-block-91 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    height: 100%;
  }

  .div-block-92 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .div-block-93 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .div-block-93._1 {
    flex-flow: column;
    height: auto;
    padding-top: 0;
  }

  .div-block-94 {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: 60vh;
  }

  .div-block-94._1 {
    width: 100%;
    height: 60vh;
    margin-top: -1px;
    margin-left: 0;
  }

  .div-block-94._1.spark {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-94.spark {
    background-image: url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/690cd1dc1ab5e000d609bed8_spiral-galaxy-7077551.webp");
    width: 100%;
  }

  .background-video-9 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .background-video-9._1 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .div-block-95 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-95._2 {
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .div-block-95.spark {
    margin-bottom: 6rem;
  }

  .div-block-96 {
    width: 100%;
    position: relative;
  }

  .div-block-96._1 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: relative;
  }

  .values-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .values-item.is-grey {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .values-item.is-grey.none-for-desktop {
    display: flex;
  }

  .values-item.is-grey.none-for-mobile {
    display: none;
  }

  .values-item.none-for-desktop {
    display: flex;
  }

  .values-item.non-for-mobile {
    display: none;
  }

  .values-item.jobs-page.jobs-page-reasons-bg.none-for-lower-than-desktop {
    height: 15rem;
  }

  .values-item.jobs-page.jobs-page-reasons-bg.orange {
    background-color: var(--spark-orange);
  }

  .values-item.jobs-page.jobs-page-reasons-bg.green {
    background-color: #0ecf00;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .max-width-large-5.align-center.margin-bottom-1 {
    margin-bottom: 1rem;
  }

  .values-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 1.5rem;
  }

  .div-block-103, .image-34 {
    width: 4rem;
  }

  .div-block-104 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .div-block-105 {
    margin-bottom: 1rem;
  }

  .navbar-link:hover {
    background-color: #f2f2f2;
  }

  .navbar-link.w--current {
    border: 1px solid #000;
  }

  .navbar-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .button-5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-5.is-navbar {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-110 {
    display: flex;
  }

  .div-block-111 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 2rem;
    display: flex;
  }

  .div-block-112 {
    padding-left: 1rem;
  }

  .div-block-113 {
    margin-bottom: .5rem;
  }

  .div-block-114 {
    min-height: 300px;
    margin-top: 1rem;
  }

  .section-15 {
    flex-flow: column;
  }

  .div-block-115 {
    height: 100%;
    padding-top: 0;
  }

  .text-block-52 {
    font-size: 2rem;
  }

  .div-block-117 {
    margin-bottom: 6rem;
  }

  .div-block-119 {
    margin-bottom: 0;
  }

  .image-35 {
    width: 20%;
    margin-bottom: .5rem;
  }

  .section-16 {
    background-color: var(--spark-orange);
    border-style: solid;
    width: 95%;
    height: auto;
    margin-top: 0;
    margin-bottom: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-120 {
    width: 95%;
  }

  .div-block-121 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-122 {
    width: 70%;
  }

  ._70-percent-div, .div-block-123, .div-block-124 {
    width: 90%;
  }

  .text-block-54 {
    font-size: 4rem;
    line-height: 1.5;
  }

  .section-18 {
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .div-block-130 {
    background-image: url("https://cdn.prod.website-files.com/68aed098e6d153affb0860a9/698fb634cf2eb90ac8c549b6_image.png");
    background-position: 0%;
  }

  .div-block-131 {
    width: 100%;
    margin-left: 1rem;
    padding-top: 2rem;
  }

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

  .collection-list-wrapper-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-138 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-141 {
    padding-left: 1rem;
  }

  .collection-list-2 {
    flex-flow: column;
  }

  .collection-item {
    margin-bottom: 3rem;
  }

  .div-block-144.margin-bottom {
    height: 40vh;
  }

  .div-block-145.margin-bottom-2, .div-block-148 {
    width: 95%;
  }

  .div-block-150 {
    width: 100vw;
  }

  .div-block-154 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_3edf0b43-10a7-a17f-7f57-4bb2254d6c6e-1493a64f, #w-node-_3edf0b43-10a7-a17f-7f57-4bb2254d6c78-1493a64f, #w-node-_3edf0b43-10a7-a17f-7f57-4bb2254d6c82-1493a64f, #w-node-f9aea65e-6049-3469-5767-5eb3c0db016d-1493a64f, #w-node-f9aea65e-6049-3469-5767-5eb3c0db0159-1493a64f, #w-node-f9aea65e-6049-3469-5767-5eb3c0db0163-1493a64f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
