@font-face {
  font-family: Haffer XH;
  src: url('../fonts/HafferXHRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer Mono;
  src: url('../fonts/HafferMonoMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer Mono;
  src: url('../fonts/HafferMonoRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #201d1d;
  background-color: #f4f4f4;
  font-family: Haffer, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}

.bodypannle {
  background-color: #fff;
}

.bodypannle.is--dark {
  color: #efeeec;
  background-color: #000;
}

.code-embed-css, .code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-header.is--loading-finished {
  position: relative;
}

.crisp-header.is--loading.is--hidden {
  z-index: auto;
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.crisp-header.is--loading.is--hidden-copy {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  position: relative;
  overflow: visible;
}

.osmo-icon-svg {
  width: 8em;
}

.noscript {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-loader {
  z-index: 481;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header__content {
  z-index: 600;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.crisp-header__top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.crisp-header__bottom {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.crisp-header__center {
  width: 100%;
  padding: 1.5em;
  position: absolute;
  left: 0;
}

.osmo-logo {
  color: unset;
  width: 8em;
  text-decoration: none;
  display: flex;
}

.osmo-logo__svg {
  display: block;
}

.crisp-header__hamburger {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.crisp-header__hamburger-bar {
  background-color: currentColor;
  width: 1.875em;
  height: .125em;
}

.crisp-header__h1 {
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .125em;
  font-family: Haffer XH, Arial, sans-serif;
  font-size: calc(5vw + 5dvh);
  font-weight: 400;
  line-height: .95;
}

.crisp-header__p {
  color: #797979;
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.crisp-header__a {
  color: inherit;
  text-decoration: none;
}

.crisp-loader__group {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-loader__group.is--relative {
  position: relative;
  left: 100%;
}

.crisp-loader__group.is--duplicate {
  position: absolute;
}

.crisp-loader__group.is--duplicate-2 {
  position: absolute;
  left: 200%;
}

.crisp-loader__cover-img {
  object-fit: cover;
  border-radius: inherit;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader__cover-img.is--scale-down {
  will-change: transform;
}

.crisp-loader__single {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.crisp-loader__groups {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.crisp-loader__media {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: relative;
}

.crisp-loader__media.is--scaling {
  will-change: transform;
  border-radius: 0;
  transition-property: border-radius;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.crisp-loader__media.is--scaling.is--radius {
  border-radius: .5em;
}

.crisp-loader__fade {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff 20%, #0000);
  width: 5em;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.crisp-loader__fade.is--duplicate {
  background-image: linear-gradient(90deg, #fff 20%, #0000);
  left: auto;
  right: -1px;
  transform: scaleX(-1);
}

.crisp-loader__wrap {
  font-size: var(--size-font);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-header__slider-nav {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-header__slider-nav-btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: .25em;
  width: 3.5em;
  height: 3.5em;
  position: relative;
}

.crisp-header__slider-nav-btn.is--current {
  border-color: #f4f4f4;
}

.img-slider__thumb {
  aspect-ratio: 1.5;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: .3125rem;
  width: 7rem;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.img-slider__thumb:hover {
  border-color: #fff6;
}

.img-slider__thumb.is--current {
  border-color: #fff;
}

.img-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.crisp-header__slider-slide-inner {
  z-index: 10;
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-slider__nav {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 95vw;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.slider-thumb__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crisp-header__slider-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  background-color: #0000004d;
  grid-area: 1 / 1 / -1 / -1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.crisp-header__slider-slide.is--current {
  opacity: 1;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
}

.crisp-header__slider-list {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.crisp-header__slider {
  z-index: 480;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.is--hero {
  z-index: 5;
  background-color: #fff;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.section.is--nav {
  z-index: 50;
  background-color: #2e2a2700;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.section.is--header {
  z-index: 80;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section.is--hero-copy {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: fixed;
  overflow: visible;
}

.section.is--nav-copy {
  z-index: 550;
  background-color: #2e2a2700;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: none;
  position: relative;
  top: auto;
  bottom: 0;
}

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

.nav_logo {
  z-index: 550;
  width: 11.61em;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2em;
}

.nav_logo-contain {
  z-index: 50;
  color: #201d1d00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: 0%;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.header_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_top {
  z-index: 50;
  border-bottom: 1px #e8e2da;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 6em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper {
  z-index: 10;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

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

.container.is--header {
  text-align: center;
  padding: 0;
}

.container.is--nav {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_wrap {
  height: 300vh;
}

.is--alt-text {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 120px;
}

.card-feature-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-feature-wrapper.vertical-alignment {
  flex-flow: column;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.slide-4 {
  width: 375px;
  margin-right: 20px;
}

.card {
  background-color: #f5f5f7;
  border-radius: 30px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.card._5 {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.card._4 {
  padding-top: 60px;
}

.card._1 {
  margin-bottom: 10px;
  padding: 20px;
}

.card._3 {
  padding-top: 0;
}

.grey {
  color: #6e6e73;
  font-size: 17px;
}

.modal-2-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.slide-8, .slide-5 {
  width: 375px;
  margin-right: 20px;
}

.modal-3-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-1-popup {
  z-index: 102000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.slide-2 {
  width: 100%;
  margin-right: 20px;
}

.popup-label {
  color: #1d1d1f;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.right-arrow {
  background-color: #e2e2e5;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  padding-left: 2px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 3px auto;
  overflow: hidden;
}

.right-arrow:hover {
  background-color: #e9e9eb;
}

.card-wrapper {
  position: static;
}

.card-wrapper:hover {
  transform: translate(0);
}

.card-front {
  color: #fff;
  background-image: url('../images/tel.webp'), linear-gradient(#f5f5f6, #f5f5f6);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 60vh;
  padding: 20px 0 0 20px;
  display: flex;
  position: relative;
}

.card-front._7 {
  background-image: url('../images/personalize__dwg8srggrbo2_large_2x_1personalize__dwg8srggrbo2_large_2x.avif');
}

.card-front._2 {
  background-image: url('../images/camera__exi2qfijti0y_large_2x_1camera__exi2qfijti0y_large_2x.avif');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 670px;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
}

.card-front._8 {
  background-image: url('../images/safety__bwp7rsowtjiu_large_2x_1safety__bwp7rsowtjiu_large_2x.avif');
}

.card-front._3 {
  cursor: pointer;
  background-image: url('../images/battery__2v7w6kmztvm2_large_2x_1battery__2v7w6kmztvm2_large_2x.avif');
  background-position: 50% 100%;
  width: 375px;
  height: 670px;
}

.card-front._4 {
  background-image: url('../images/innovation__os9bmmo3mjee_large_2x_1innovation__os9bmmo3mjee_large_2x.avif');
  width: 375px;
  height: 670px;
}

.card-front._5 {
  background-image: url('../images/environment__e3v3gj88dl6q_large_2x_1environment__e3v3gj88dl6q_large_2x.avif');
}

.card-front._6 {
  background-image: url('../images/privacy__ckc0wa30o55y_large_2x_1privacy__ckc0wa30o55y_large_2x.avif');
}

.card-front.swip2 {
  background-image: url('../images/Futuristic.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 23px;
}

.card-front.swip3 {
  background-image: url('../images/Brush.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60vh;
  padding-bottom: 23px;
  padding-left: 20px;
}

.card-front.swip4 {
  background-image: linear-gradient(#f5f5f6, #f5f5f6);
}

.card-front.swip4.swip5 {
  background-image: url('../images/bou.webp');
  background-position: 50%;
  background-size: cover;
}

.instructions-image-2 {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.mask {
  width: 100%;
  max-width: 1300px;
  height: 60vh;
  overflow: visible;
}

.slider-wrapper {
  max-width: 1300px;
  overflow: visible;
}

.modal-content {
  padding: 2rem 4.5rem;
}

.slide-7 {
  width: 375px;
  margin-right: 20px;
}

.slide-1 {
  width: 100%;
  margin-right: 20px;
  padding-right: 0;
}

.slide-1._4 {
  margin-right: 20px;
}

.popup-heading {
  color: #1d1d1f;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.feature-card-image {
  width: 500px;
}

.feature-card-image.tablet-mobile {
  display: none;
}

.feature-card-image.large {
  width: 1000px;
}

.webflow-link {
  color: #336cec;
  font-weight: 600;
  text-decoration: none;
}

.button {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.button:hover {
  background-color: #3e4ceb;
}

.button.open-modal {
  cursor: pointer;
  background-color: #272728;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 0;
  height: 35px;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.button.open-modal:hover {
  background-color: #272728;
}

.main-heading-wrapper {
  width: 100%;
  max-width: none;
  max-height: none;
}

.card-title {
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.card-title.black {
  color: #1d1d1f;
  font-weight: 600;
}

.rich-text-block {
  color: #1d1d1f;
  margin-bottom: 0;
  font-weight: 400;
}

.rich-text-block._40px {
  margin-bottom: 40px;
}

.rich-text-block._10px {
  margin-bottom: 10px;
}

.generic-link {
  color: #6e6e73;
  font-weight: 700;
  text-decoration: none;
}

.section-2 {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.superscript {
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.superscript.grey {
  text-decoration-thickness: 2px;
}

.cross {
  width: 17px;
  max-width: none;
}

.modal {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  width: 100%;
  max-width: 65rem;
  height: auto;
  margin: auto;
  position: relative;
}

.h1 {
  color: #1d1d1f;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.text-block {
  color: #6e6e73;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.paragraph {
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.paragraph.last {
  margin-bottom: 0;
}

.modal-popup-wrapper {
  z-index: 999;
  max-width: 1500px;
  display: block;
  position: absolute;
}

.left-arrow {
  background-color: #e2e2e5;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0;
  padding-right: 2px;
  transition: background-color .2s;
  display: flex;
  inset: auto 50px 3px auto;
}

.left-arrow:hover {
  background-color: #e9e9eb;
}

.slider {
  background-color: #fff0;
  flex-flow: column;
  align-items: center;
  height: 70vh;
  margin-top: 40px;
  margin-right: 100px;
  display: flex;
  overflow: visible;
}

.close-button {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.close-button.button-style-1 {
  cursor: pointer;
  background-color: #333336;
  border-radius: 8rem;
  width: 35px;
  height: 35px;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}

.close-button.button-style-1-copy {
  z-index: 9999;
  cursor: pointer;
  background-color: #000;
  border-radius: 8rem;
  width: 35px;
  height: 35px;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  position: fixed;
  inset: 0% 0% auto auto;
}

.section-heading {
  color: #1d1d1f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.slide-6 {
  width: 375px;
  margin-right: 20px;
}

.slide-nav {
  background-color: #f6f5f6;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin: 0;
  padding-top: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.plus-icon {
  width: 17px;
  max-width: none;
}

.feature-card-text {
  color: #1d1d1f;
  letter-spacing: -.5px;
  order: -1;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-card-text.right {
  order: 1;
}

.feature-card-text._40px {
  margin-bottom: 40px;
  font-size: 26px;
}

.heading-wrapper {
  margin-bottom: 40px;
}

.instructions-image-1 {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.slide-3 {
  width: 375px;
  margin-right: 20px;
}

.card-link {
  cursor: pointer;
  transform-style: preserve-3d;
  width: 100%;
  text-decoration: none;
  transition: all .4s;
}

.card-link:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.screen-reader-text {
  color: #000;
  text-decoration: none;
  display: none;
}

.container-2 {
  z-index: 900;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 200px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-superscript {
  vertical-align: super;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.label {
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.label.black {
  color: #1d1d1f;
}

.instructions-image-4 {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.phone-wrapper {
  flex: none;
  align-self: center;
  height: 100%;
  position: static;
  inset: 0%;
}

.right-arrow-image {
  width: 14px;
  margin-right: 0;
}

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

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

.left-arrow-image {
  width: 14px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.image {
  z-index: 500;
  position: relative;
}

.textonelink {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.navbar {
  z-index: 900;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.navbar_hamburger-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: none;
  position: relative;
}

.navbar_link-text._1 {
  pointer-events: none;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
}

.navbar_link-text._2 {
  pointer-events: none;
  position: absolute;
  top: 100%;
}

.navbar_logo {
  border-radius: 9px;
  width: 2.5rem;
}

.button_text {
  z-index: 5;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.button_text.light-small-6 {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.button_text.light-small-6:hover {
  color: #fff;
}

.button_text.light-small-6-copy {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.button_text.light-small-6-copy:hover {
  color: #000;
}

.button_text.light-small-6-copy-copy {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.button_text.light-small-6-copy-copy-copy {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.padding-global {
  z-index: 18;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 1em 2rem;
  display: flex;
  position: relative;
}

.navbar_links-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  color: #000;
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button_gradient-glow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.button_gradient-glow.light-small-7:hover {
  color: #fff;
}

.button_inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button_inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.button_inner.light-small-2 {
  box-shadow: none;
  color: #f5f5f6;
  border-radius: 30px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.button_inner.light-small-2:hover {
  color: #fff;
}

.button_inner.light-small-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #fffc;
  border-radius: 30px;
  width: auto;
  height: 50px;
  padding: 20px 5px 20px 20px;
  text-decoration: none;
  transition: all .2s, opacity .2s;
}

.button_inner.light-small-2-copy:hover {
  color: #fff;
  background-color: #fff;
}

.btn2 {
  color: #fff;
  background-color: #000;
  border-radius: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: clip;
}

.btn2:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.btn2._2 {
  color: #fff;
  background-color: #000;
  border-radius: .875rem;
}

.btn2._2.light-small {
  color: #f5f5f6;
  background-color: #2072e3;
  border-radius: 30px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 10px 50px #0003;
}

.btn2._2.light-small:hover {
  background-color: #1b60bf;
  transform: scale(1.02);
  box-shadow: 0 10px 50px #0006;
}

.btn2._2.light-small-copy {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
  display: none;
  box-shadow: 0 10px 50px #0003;
}

.btn2._2.light-small-copy:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 50px #0006;
}

.btn2._2.light-small-copy-copy {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.btn2._2.light-small-copy-copy:hover {
  background-color: #eee;
}

.btn2._2.light-small-copy-copy-copy {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn2._2.light-small-copy-copy-copy:hover {
  background-color: #eee;
}

.btn2._2.light-small-copy-copy-copy.hero {
  background-color: #fff;
  box-shadow: 0 10px 50px -10px #0003;
}

.btn2._2.light-small-copy-copy-copy.hero:hover {
  background-color: #fff;
  transform: scale(1.02);
  box-shadow: 0 10px 50px #0003;
}

.btn2._2.light-small-copy-copy-copy-copy {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  width: 250px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.btn2._2.light-small-copy-copy-copy-copy:hover {
  background-color: #eee;
}

.btn2._2.light-small-copy-copy-copy-copy {
  z-index: 20;
  color: #000;
  background-color: #fff0;
  border-radius: 30px;
  width: 275px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  text-decoration: none;
  transition: all .2s;
  position: sticky;
  top: auto;
  bottom: 10px;
  box-shadow: 0 10px 50px -10px #0003;
}

.btn2._2.light-small-copy-copy-copy-copy:hover {
  background-color: #fff;
  transform: scale(1.02);
  box-shadow: 0 10px 50px #0003;
}

.navbar_logo-wrap {
  position: relative;
  top: auto;
  bottom: 0;
}

.navbar_hamburger-wrap {
  display: none;
}

.navbar_component {
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-1 {
  background-color: #fd3846;
  background-image: linear-gradient(90deg, #fd3846, #ffd000);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}

.button_gradient-ball.ball-1.light-small-8 {
  filter: blur(13px);
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-2.light-small-9 {
  filter: blur(13px);
}

.navbar_links {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.button_gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.button_gradient.light-small-3 {
  color: #f7f7f7;
  position: relative;
}

.navbar_link {
  color: #000;
  background-color: #0000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 20px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.navbar_link:hover {
  color: #6d6d6d;
}

.navbar_link.w--current {
  color: #000;
}

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

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  background-color: #c4545433;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  z-index: 485;
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.div-block-4._2 {
  border-radius: 0;
  border-radius: inherit;
}

.image-2 {
  border-radius: 20px;
}

.div-block-5 {
  z-index: 2;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_logo-wrap-copy {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}

.image-3 {
  z-index: 10;
  border-radius: 20px;
  width: 1000px;
  height: auto;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading, .heading-2, .heading-3 {
  font-size: 80px;
  line-height: 80px;
}

.heading-4 {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 120px;
}

.heading-5 {
  font-size: 80px;
}

.heading-6 {
  font-size: 80px;
  line-height: 44;
}

.heading-7 {
  font-size: 80px;
}

.image-4-copy {
  width: 35px;
  padding-left: 0;
}

.image-4-copy.ctaapple {
  width: 35px;
}

.div-block-6-copy {
  color: #1e76df00;
  background-color: #1e76df;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1300px;
  padding-left: 100px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
}

.div-block-7 {
  background-color: #2072e3;
  border-radius: 30px;
  padding: 10px;
}

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

.small-text_component.is-absolute {
  display: block;
  position: absolute;
  inset: 5% auto auto 5%;
}

.small-text_wrapper {
  border: 1px solid #f38056;
  border-radius: 6px;
  padding: 1rem 1rem .8rem;
  display: inline-flex;
}

.title {
  color: #000;
  text-align: center;
  font-size: 10rem;
  font-weight: 900;
  line-height: 100%;
}

.title.is-7 {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  transform: rotate(0);
}

.title.is-7.com {
  font-size: 12px;
  transform: rotate(90deg);
}

.small-text {
  color: #fffce1;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  line-height: 120%;
}

.small-text.is-black {
  color: #000;
}

.title_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

.title_wrapper.hide {
  display: none;
}

.span-element {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.span-wrapper {
  width: 10rem;
  height: 8rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  position: relative;
}

.section_title {
  z-index: 80;
  background-color: #fff;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-8, .div-block-9, .div-block-10, .div-block-10-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  z-index: 10;
  background-image: linear-gradient(0deg, #ffffffb3 15%, #fff0);
  display: block;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 45px;
  transform: rotate(-45deg);
}

.image-4.earth {
  transform: none;
}

.image-5 {
  width: 40px;
}

.div-block-12 {
  background-image: url('../images/Dynamic-Motion-Capture.webp');
  background-position: 50% 30%;
  background-size: cover;
  border: 1px #fff;
  border-radius: 30px;
  width: 80px;
  height: 40px;
}

.div-block-12.textim1 {
  background-image: url('../images/camera__exi2qfijti0y_large_2x_1camera__exi2qfijti0y_large_2x.avif');
  background-position: 50% 37%;
}

.div-block-12.textim3 {
  background-image: url('../images/Abstract-Sculptures-Exhibition-1-1-2.png');
  background-position: 50% 100%;
}

.div-block-12.textim4 {
  background-image: url('../images/istockphoto-2170146550-1024x1024.jpg');
  background-position: 50% 100%;
}

.div-block-12-copy {
  background-image: url('../images/Capture-d’écran-2026-02-02-à-18.29.23.png');
  background-position: 50% 30%;
  background-size: cover;
  border: 1px #fff;
  border-radius: 0;
  width: 80px;
  height: 40px;
}

.image-4-copy {
  width: 45px;
}

.div-block-12-copy-copy {
  background-image: url('../images/Airplane-in-Blue-Sky.png');
  background-position: 50% 65%;
  background-size: cover;
  border: 1px #fff;
  border-radius: 30px;
  width: 80px;
  height: 40px;
}

.text-block-3 {
  z-index: 15;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}

.section-3 {
  z-index: 80;
  background-color: #f5f5f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
  display: none;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(auto, .5fr) minmax(auto, .5fr) minmax(auto, .5fr) minmax(.5px, .5fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.grid.pc {
  max-width: 1300px;
  height: 150vh;
}

.grid.mobile {
  display: none;
}

.div-block-13 {
  z-index: 5;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: #000;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #fff0;
  border: 1px #ebedf0;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.text-span {
  font-size: 44px;
  font-weight: 600;
}

.button-2 {
  color: #fff;
  letter-spacing: -.03em;
  background-color: #2072e3;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 35px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: flex;
}

.div-block-14 {
  color: #ebedf0;
  cursor: grab;
  background-color: #fff;
  border: 1px #ebedf0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-14:hover {
  border-style: solid;
  transform: rotate(1deg);
  box-shadow: 0 1px 2px #0003;
}

.div-block-15 {
  color: #ebedf0;
  cursor: grab;
  background-color: #fff;
  border: 1px #ebedf0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-15:hover {
  border-style: solid;
  border-color: #ebedf0;
  transform: rotate(-1deg);
  box-shadow: 0 1px 2px #0003;
}

.image-6 {
  height: 10%;
}

.div-block-16 {
  color: #ebedf0;
  cursor: grab;
  background-image: url('../images/Dynamic-Motion-Capture.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ebedf0;
  border-radius: 20px;
  transition: all .2s;
}

.div-block-16:hover {
  transform: rotate(1deg);
  box-shadow: 0 1px 2px #0003;
}

.text-block-4-copy {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #fff0;
  border: 1px #ebedf0;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.div-block-15-copy {
  color: #ebedf0;
  cursor: grab;
  background-color: #fff;
  border: 1px #ebedf0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-15-copy:hover {
  border-style: solid;
  border-color: #ebedf0;
  transform: rotate(1deg);
  box-shadow: 0 1px 2px #0003;
}

.field-label, .field-label-2 {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.submit-button {
  letter-spacing: -.03em;
  background-color: #2072e3;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.form-block {
  color: #f0f0f0;
  cursor: grab;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
}

.form-block:hover {
  border-style: solid;
  border-color: #ebedf0;
  transform: rotate(-1deg);
  box-shadow: 0 1px 2px #0003;
}

.text-field {
  color: #eeeff0;
  background-color: #f5f5f6;
  border: 1px solid #000;
  border-radius: 10px;
}

.text-field-2 {
  color: #eeeff0;
  background-color: #f5f5f6;
  border-radius: 10px;
}

.text-field-2.message {
  color: #eeeff0;
  -webkit-text-stroke-width: .2px;
  border-radius: 20px;
  height: 200px;
}

.success-message {
  border-radius: 20px;
}

.text-block-5 {
  color: red;
  text-align: center;
}

.error-message {
  border-radius: 20px;
}

.text-block-6 {
  color: #000;
}

.wrapper-title-faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.title-section {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.title-section.title-faq {
  color: #310600;
  text-align: left;
  max-width: 500px;
}

.logo-label {
  width: 15px;
}

.faq-left-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.question-inner {
  z-index: 2;
  grid-column-gap: 20px;
  color: #555;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.button-primary {
  grid-column-gap: 10px;
  color: #fff;
  letter-spacing: -.06px;
  background-color: #b2714a;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-button-wrapper {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.faq-item {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #eeeff0;
  background-color: #fff;
  border: 1px solid #eeeff0;
  border-radius: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 20px 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0003;
}

.text-block-7 {
  color: #b2714a;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.title-serif {
  color: #310600;
  font-style: italic;
  line-height: 130%;
}

.text-button-absolute {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}

.header-sectionp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-sectionp.align-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.list-faq {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #eeeff0;
  cursor: grab;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 769px;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.list-faq:hover {
  color: #eeeff0;
  -webkit-text-stroke-color: #eeeff0;
  border: 1px solid #eeeff0;
  transform: rotate(-1deg);
  box-shadow: 0 1px 2px #0003;
}

.wrapper-icon-accordion {
  background-color: #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.section-contain-faq {
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.black-arrow {
  display: none;
}

.answer-text {
  color: #5b5b5b;
  letter-spacing: -.06px;
  max-width: 612px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.title-question {
  color: #000;
  letter-spacing: -.06px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.label-section {
  grid-column-gap: 6px;
  background-color: #f5f5f5;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.answer-block {
  z-index: 2;
  background-color: #0000;
  height: 100px;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-7 {
  border-radius: 20px;
}

.background-video {
  width: 100%;
}

.div-block-18 {
  color: #fff7f7;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/casestudy-2-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.div-block-18:hover {
  color: #eeeff0;
  border: 1px solid #eeeff0;
  transform: rotate(-1deg);
  box-shadow: 0 1px 2px #0003;
}

.div-block-19 {
  z-index: 50;
  background-color: #768cff;
  border: 3px solid #fff;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
}

.div-block-20 {
  z-index: 10;
  background-color: #689bff4d;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
}

.div-block-21 {
  width: 80px;
}

.div-block-15-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ebedf0;
  cursor: grab;
  background-image: linear-gradient(0deg, #00000080, #fff0 59%), url('../images/641da63bc76a.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #ebedf0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-15-copy-copy:hover {
  border-style: solid;
  transform: rotate(1deg);
  box-shadow: 0 1px 2px #0003;
}

.text-block-8 {
  text-align: right;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.text-block-9 {
  font-size: 44px;
  font-weight: 700;
}

.button-2-copy {
  color: #fff;
  letter-spacing: -.03em;
  background-color: #2072e3;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-2-copy-copy {
  color: #fff;
  letter-spacing: -.03em;
  background-color: #9c9c9c;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-23 {
  color: #ebedf0;
  background-color: #fff;
  border-radius: 20px;
  transition: all .2s;
}

.div-block-23:hover {
  color: #ebedf0;
  border: 1px solid #ebedf0;
  transform: rotate(1deg);
  box-shadow: 0 1px 2px #0003;
}

.overlayoverlayblur {
  background-color: #908c874d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.ef-aerg-reagre-greg-reg-regre-gr-aerg-ergrergreg-rg-rg {
  color: #fff;
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.image-8 {
  z-index: 1;
  width: 750px;
  position: absolute;
}

.div-block-19-copy {
  z-index: 50;
  background-color: #768cff;
  border: 3px solid #fff;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
}

.div-block-18-copy {
  color: #eeeff0;
  cursor: grab;
  background-image: url('../images/641f8e70197145b6992239a6_mapswidget-p-500.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.div-block-18-copy:hover {
  color: #eeeff0;
  border: 1px solid #eeeff0;
  transform: rotate(-1deg);
  box-shadow: 0 1px 2px #0003;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.image-9 {
  width: 400px;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.div-block-25 {
  padding: 10px 20px;
  position: relative;
}

.div-block-26 {
  padding: 10px;
  display: block;
  position: relative;
}

.div-block-27 {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2;
  position: absolute;
  inset: 0%;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: 0;
  padding-left: 100px;
  display: flex;
}

.progressive-blur_panel {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.progressive-blur_wrap {
  z-index: 100;
  pointer-events: none;
  background-color: #fff0;
  background-image: linear-gradient(#ffffff80, #0000);
  height: 70px;
  min-height: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.crisp-header__content-copy {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-5-copy {
  z-index: 5;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
}

.div-block-29 {
  z-index: 20;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: none;
  position: absolute;
  inset: auto 0% 10%;
}

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

.div-block-29-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: grid;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-29-copy._1 {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.div-block-29-copy, .div-block-29-copy-copy, .div-block-29-copy, .div-block-29-copy-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 300px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-29-copy-copy-copy3 {
  color: #ebedf0;
  background-image: url('../images/Minimalist-Studio-Space.png');
  background-position: 50%;
  background-size: cover;
  border: 1px #ebedf0;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  transition: all .2s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  box-shadow: 0 10px 50px 5px #0003;
}

.div-block-29-copy, .div-block-29-copy-copy, .div-block-29-copy-copy-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 300px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-29-copy-copy-copy-copy {
  color: #ebedf0;
  background-image: url('../images/ChatGP.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #ebedf0;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  transition: all .2s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  box-shadow: 0 10px 50px 5px #0003;
}

.div-block-29-copy-copy-copy3-copy {
  color: #ebedf0;
  background-image: url('../images/istockphot.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #ebedf0;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-family: Georgia, Times, Times New Roman, serif;
  transition: all .2s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  box-shadow: 0 10px 50px 5px #0003;
}

.image-10 {
  width: 3rem;
}

.text-block-10 {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-11 {
  color: #aaa;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  inset: auto;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-2, .text-span-3 {
  color: #000;
}

.text-span-4 {
  font-size: 10px;
}

.text-span-5 {
  font-size: 10px;
  position: absolute;
}

.label-copy.phone {
  color: #000;
}

.label-copy.lien {
  color: #000;
}

.label-copy {
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.label-copy.black {
  color: #1d1d1f;
}

.label-copy-copy {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.label-copy-copy.black {
  color: #1d1d1f;
}

.text-block-3-copy {
  z-index: 15;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: none;
  position: relative;
}

.section-style {
  background-color: #f5f5f600;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 200px 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-3 {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-style {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 560px;
  max-width: 840px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #1d1d1f;
  letter-spacing: -.03em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.list {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 25px;
  padding-top: 2px;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.link-style {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-2 {
  color: #06c;
  letter-spacing: -.374px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.container-5 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.icon {
  object-fit: cover;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.background {
  background-color: #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.list-2 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 372px;
  height: 120px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.margin {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: -40px 0% auto;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  background-color: #000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.margin-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 372px;
  height: 347px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 307px;
  text-decoration: none;
  display: flex;
}

.picture-airpods-pro-3 {
  object-fit: cover;
  width: 50px;
  max-width: none;
  overflow: hidden;
}

.margin-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.la-meilleure-rduction-active-du-bruit-intra-auriculaire-au-monde-avec-dtection-de-la-frquence-cardia {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.la-meilleure-rduction-active-du-bruit-intra-auriculaire-au-monde-avec-dtection-de-la-frquence-cardia.description {
  color: #9e9e9e;
  font-size: 17px;
}

.la-meilleure-rduction-active-du-bruit-intra-auriculaire-au-monde-avec-dtection-de-la-frquence-cardia.description.monthly {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  position: relative;
}

.margin-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 103.41px;
  height: 37px;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}

.container-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 103.41px;
  height: 25px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.margin-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  padding-top: 1px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.border {
  border: 1px solid #0000;
  border-radius: 980px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-height: 42px;
  padding: 22px 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.container-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #424245;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.link---acheter-airpods-pro-3 {
  grid-column-gap: .01px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #06c;
  text-align: center;
  letter-spacing: -.374px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.container-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 372px;
  height: auto;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.horizontal-divider {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 382px;
  height: 1px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.container-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.container-18 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.picture {
  background-image: url('../images/verifier.webp');
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.picture.chiffres {
  background-image: none;
  width: auto;
  height: auto;
}

.margin-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 13.2px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.superscript-link---note-de-bas-de-page-11 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.margin-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 125.19px;
  padding-top: 40px;
  display: flex;
}

.container-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85.19px;
  text-decoration: none;
  display: flex;
}

.picture-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 89px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.margin-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 141.19px;
  padding-top: 40px;
  display: flex;
}

.container-20 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 101.19px;
  text-decoration: none;
  display: flex;
}

.picture-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.picture-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 43px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.picture-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.margin-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 13.2px;
  padding-left: 28px;
  padding-right: 27.99px;
  text-decoration: none;
  display: flex;
}

.picture-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 58px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.container-21 {
  grid-column-gap: 2.84217e-14px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.margin-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 113.59px;
  padding-top: 40px;
  display: flex;
}

.container-22 {
  grid-row-gap: 3.63798e-12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 73.59px;
  text-decoration: none;
  display: flex;
}

.container-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.margin-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 9.6px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.picture-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 36px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 120px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.container-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.margin-12 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 101.2px;
  height: 37px;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}

.container-25 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 101.2px;
  height: 25px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.container-26 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
  display: flex;
}

.link---en-savoir-plus-airpods-4 {
  background-color: #0071e3;
  border-radius: 980px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 70px;
  padding: 12px 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link---en-savoir-plus-airpods-4:hover {
  background-color: #177ce3;
  transform: scale(1.01);
}

.text-10 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.link---acheter-des-airpods-4-avec-rduction-active-du-bruit {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.horizontal-divider-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 382px;
  height: 1px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: -10px;
}

.container-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 101.19px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.container-28 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 10px;
  left: 0;
  overflow: hidden;
}

.container-29 {
  z-index: 20;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 10px;
}

.container-30 {
  border-radius: 28px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlayoverlayblur-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 384px;
  height: 56px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: -.01px;
}

.link-style-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  min-height: 56px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-31 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  padding-top: 15px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #1d1d1f;
  letter-spacing: -.374px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.background-2 {
  background-color: #0071e3;
  border-radius: 50px;
  position: relative;
  top: 0;
  left: 0;
}

.svg {
  opacity: .8;
  object-fit: cover;
}

.section-4 {
  z-index: 80;
  background-color: #f5f5f6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
  overflow: visible;
}

.picture-copy {
  background-image: url('../images/supprimer.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.container-17-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.cursor-hover {
  opacity: 0;
  position: absolute;
}

.bg-asset {
  z-index: 10;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.heading-style-h1 {
  font-size: 9em;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.text-weight-black.line-height_88 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  line-height: .75;
}

.page-wrapper {
  z-index: 20;
  background-color: #f5f5f6;
  position: relative;
}

.draggable-card {
  cursor: none;
  border-radius: .4375em;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 25em;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.draggable-card.is-third {
  z-index: 28;
  transform: rotate(-2.5deg);
}

.draggable-card.is-second {
  z-index: 29;
  transform: rotate(.64deg);
}

.draggable-card.is-fifth {
  z-index: 2;
  display: none;
  transform: rotate(2deg);
}

.draggable-card.is-sixth {
  z-index: 1;
  display: none;
  transform: rotate(-6deg);
}

.draggable-card.is-fourth {
  z-index: 3;
}

.draggable-card.is-first {
  z-index: 30;
  background-image: url('../images/pexels-frank-cone-140140-3787360.jpg');
  background-position: 50%;
  background-size: cover;
  transform: rotate(-6deg);
}

.bottom-content {
  position: absolute;
  bottom: 2.8em;
}

.primary-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #efeeec;
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .25em .25em .25em 1em;
  line-height: 1;
  text-decoration: none;
  transition: all .2s, background-color .25s;
  display: flex;
  position: relative;
}

.primary-button:hover {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #2e2f3b1a;
  transform: scale(1.01);
}

.copyright_link {
  transition: opacity .25s;
}

.copyright_link:hover {
  opacity: .8;
}

.hero-home {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: clip;
}

.bg-grid {
  z-index: 0;
  opacity: .15;
  background-image: url('../images/bg-grid.svg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-size-regular {
  font-size: .875em;
}

.bg-noise {
  z-index: 1;
  opacity: .15;
  mix-blend-mode: soft-light;
  filter: blur(.4px);
  background-image: url('../images/bg-noise.png');
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.drag-images-button {
  color: #2e2f3b;
  background-color: #efeeec;
  border-radius: .5em;
  padding: .5em 1em .5em .75em;
}

.drag-images-button.is-cards {
  z-index: 2;
  opacity: 0;
  white-space: nowrap;
  border-top-right-radius: 6.25em;
  border-bottom-right-radius: 6.25em;
  border-bottom-left-radius: 6.25em;
  position: absolute;
  top: 2em;
  left: 2em;
}

.cursor-default {
  opacity: 0;
  position: absolute;
}

.cursor-fixed {
  z-index: 2147483647;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

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

.cursor-grab {
  opacity: 0;
  position: absolute;
}

.copyright-wrapper {
  z-index: 99999999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  opacity: .5;
  display: flex;
}

.copyright-wrapper.opacity_100.hide-desktop {
  display: none;
}

.hero-heading {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 50em;
  display: flex;
  position: absolute;
}

.opacity_50 {
  opacity: .5;
}

.primary-button__text {
  z-index: 2;
  color: #fff;
  letter-spacing: -.03em;
  text-transform: none;
  white-space: nowrap;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}

.div-block-32 {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
}

.text-block-13 {
  color: #000;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.home-about_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.home-about_heading._1 {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  right: calc(100% + .25rem);
  overflow: hidden;
}

.home-about_heading._2 {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  left: calc(100% + .25rem);
  overflow: hidden;
}

.class-for-animation {
  display: none;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.section_home-about {
  z-index: 80;
  background-color: #f5f5f6;
  background-image: linear-gradient(#fff, #f5f5f6);
  display: block;
  position: relative;
  overflow: visible;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.home-about_img-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.animation-scroll-padding {
  padding: 1.5rem;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.home-about_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
  overflow: visible;
}

.scroll-note_text {
  z-index: 2;
  color: gray;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.home-header_img {
  z-index: 5;
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border-radius: 1.25rem;
  max-width: none;
  height: 9rem;
  position: absolute;
}

.home-header_imgs-wrap {
  z-index: 4;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 80%;
  min-height: 50rem;
  display: flex;
  position: absolute;
  overflow: visible;
  transform: rotate(0);
}

.home-header_img-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
}

.home-header_img-wrap._4 {
  bottom: 15%;
  right: 15%;
}

.home-header_img-wrap._8 {
  top: 15%;
  left: 15%;
}

.home-header_img-wrap._2 {
  z-index: 5;
  top: 15%;
  right: 15%;
}

.home-header_img-wrap._6 {
  bottom: 15%;
  left: 15%;
}

.home-header_img-wrap._1 {
  z-index: 5;
  top: 0;
}

.home-header_img-wrap._5 {
  z-index: 5;
  bottom: 0%;
}

.home-header_img-wrap._7 {
  left: 0%;
}

.home-header_img-wrap._3 {
  right: 0;
}

.button-3 {
  background-color: #2072e3;
  border-radius: 30px;
}

.button-3:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #2072e3;
}

.section-5 {
  z-index: 50;
  background-color: #f5f5f7;
  position: relative;
}

.code-embed-2 {
  background-color: #fff;
}

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

.div-block-34 {
  height: 90vh;
}

.text-span-11 {
  text-decoration: underline;
}

.text-block-14 {
  color: #757575;
  text-align: center;
  letter-spacing: -.03em;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-top-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.footer-links-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-17 {
  border-radius: 120px;
  width: 30px;
  max-width: none;
}

.p1 {
  color: #1f1f1f;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 110%;
}

.p1.white {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.p1.white.blend {
  color: #fff;
  mix-blend-mode: difference;
  padding-left: 5px;
}

.image-17-copy {
  border-radius: 120px;
  width: 35px;
  max-width: none;
}

.image-17-copy.insta {
  max-width: none;
}

.footer-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-start stretch;
  display: flex;
}

.button-text-wrapper-d1 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.page_container {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-15 {
  width: 50px;
  max-width: none;
  overflow: visible;
}

.b2-2 {
  color: #fff;
  cursor: pointer;
  mix-blend-mode: exclusion;
  background-color: #3898ec00;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.f-links-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 5px;
  padding-right: 8vw;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-17-copy-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 0% 50%;
  border-radius: 120px;
  width: 35px;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
}

.p2 {
  color: #1f1f1f;
  font-size: 2rem;
  font-weight: 300;
}

.p2.white {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.p2.white.blend {
  mix-blend-mode: difference;
  font-size: 17px;
}

.p2.white.right {
  text-align: right;
}

.p2.white.right.blend {
  margin-right: 10px;
  font-size: 16px;
  font-style: normal;
}

.f-bottom-right {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.f-nav-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.white-line {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.button-text-slider {
  height: auto;
}

.display-logo-copy {
  z-index: 1;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  max-width: 60%;
  margin-right: 0;
  font-size: 21svw;
  font-weight: 800;
  line-height: 100%;
}

.content {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.content.footer-flex {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
}

.f-bottom-left {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  display: flex;
}

.b1 {
  color: #fff;
  cursor: pointer;
  mix-blend-mode: exclusion;
  background-color: #3898ec00;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-text-slider-2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.button-text-wrapper-p {
  height: 1.3rem;
  overflow: hidden;
}

.link {
  color: #757575;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.div-block-35 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.div-block-37 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-copy {
  color: #757575;
  font-size: 10px;
  text-decoration: none;
}

.ix-left-down {
  display: none;
  position: absolute;
  inset: 0%;
}

.page-wrapper-2 {
  z-index: 2;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.ix-left {
  width: 2.5vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ix-right-trigger-top {
  width: 2vw;
  height: 50%;
  margin-left: -1vw;
  position: absolute;
  top: 0%;
  left: 100%;
}

.ix-left-up {
  display: none;
  position: absolute;
  inset: 0%;
}

.ix-left-trigger-bottom {
  width: 2vw;
  height: 50%;
  margin-right: -1vw;
  position: absolute;
  inset: 50% 100% 0% auto;
}

.ix-right {
  width: 2.5vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.block {
  width: 33%;
  padding-top: 33%;
  position: relative;
}

.block-x {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-contents {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  height: 100vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
  position: relative;
  overflow: scroll;
}

.ix-left-trigger-top {
  width: 2vw;
  height: 50%;
  margin-right: -1vw;
  position: absolute;
  inset: 0% 100% 0% auto;
}

._404 {
  z-index: 2;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
  overflow: hidden;
}

.ix-right-up, .ix-right-down {
  display: none;
  position: absolute;
  inset: 0%;
}

.bat {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vh;
  margin-top: -5vh;
  margin-left: -5vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

._404-container {
  z-index: 2;
  width: 50vw;
  position: relative;
}

.no-margin {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.ix-right-trigger-bottom {
  width: 2vw;
  height: 50%;
  margin-left: -1vw;
  position: absolute;
  bottom: 0;
  left: 100%;
}

.column {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.block-y {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.body {
  background-color: #fff;
}

.div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding: 10px 20px;
  display: flex;
}

.text-block-15 {
  font-family: Inter, sans-serif;
}

.code-embed-3 {
  z-index: 9990;
  display: block;
  position: fixed;
  inset: 0%;
}

.div-block-39 {
  display: none;
}

.text-block-16 {
  color: #757575;
  font-size: 14px;
}

.div-block-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-header_headings {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 500px;
  max-width: none;
  display: flex;
  position: relative;
}

.home-header_heading {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
}

.home-header_heading._1 {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  display: block;
}

.home-header_heading._2, .home-header_heading._3 {
  color: #000;
  letter-spacing: -.03em;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .card-feature-wrapper {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .card-feature-wrapper.vertical-alignment {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card._1 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .modal-1-popup {
    display: flex;
  }

  .right-arrow {
    transition: background-color .2s;
  }

  .right-arrow:hover {
    background-color: #e9e9eb;
  }

  .left-arrow {
    transition: background-color .2s;
    right: 4.5%;
  }

  .left-arrow:hover {
    background-color: #e9e9eb;
  }

  .section-heading {
    font-weight: 600;
  }

  .btn2._2 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .grid.pc {
    height: 130vh;
  }

  .div-block-23 {
    color: #eeeff0;
    -webkit-text-stroke-color: #eeeff0;
    border: 1px #eeeff0;
  }
}

@media screen and (min-width: 1440px) {
  .modal-1-popup {
    display: flex;
  }

  .card-front.swip3 {
    height: 60vh;
  }

  .slider-wrapper {
    overflow: visible;
  }

  .modal {
    max-width: 80rem;
  }

  .container-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid.pc {
    height: 110vh;
  }

  .faq-item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-faq {
    justify-content: center;
    align-items: center;
  }

  .wrapper-icon-accordion {
    min-width: 40px;
    min-height: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .section.is--header {
    height: 90vh;
  }

  .modal-1-popup {
    display: flex;
  }

  .card-front.swip3 {
    height: 60vh;
  }

  .mask {
    max-width: none;
  }

  .slider-wrapper {
    overflow: visible;
  }

  .main-heading-wrapper {
    max-width: 1300px;
  }

  .slider {
    margin-right: 0;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .btn2._2 {
    margin-left: 0;
  }

  .navbar_component {
    width: 100%;
  }

  .div-block-6 {
    width: 1300px;
    padding-left: 0;
  }

  .grid.pc {
    height: 100vh;
  }

  .div-block-28 {
    max-width: 1300px;
    padding-left: 0;
  }

  .div-block-29-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    position: relative;
  }

  .div-block-29-copy._1 {
    height: 100%;
  }

  .div-block-29-copy-copy {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .div-block-29-copy-copy-copy3 {
    background-image: url('../images/641da63bc76a.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    width: auto;
    position: relative;
  }

  .div-block-29-copy-copy-copy-copy {
    background-image: url('../images/ChatGP.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    width: auto;
    position: relative;
  }

  .div-block-29-copy-copy-copy3-copy {
    background-image: url('../images/istockphot.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    width: auto;
    position: relative;
  }

  .page_container {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-text-slider, .button-text-wrapper-p {
    mix-blend-mode: normal;
  }
}

@media screen and (max-width: 991px) {
  .crisp-header.is--loading.is--hidden-copy {
    height: auto;
  }

  .crisp-loader {
    font-size: 2vw;
  }

  .crisp-header__p {
    font-size: 14px;
  }

  .img-slider__thumb {
    flex: none;
  }

  .crisp-header__slider-list {
    width: 100%;
  }

  .section.is--nav {
    display: none;
  }

  .section.is--hero-copy {
    height: 90vh;
  }

  .section.is--nav-copy {
    display: flex;
  }

  .header_text-move.is--last {
    padding-bottom: 1em;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .header_text-wrap {
    height: auto;
  }

  .is--alt-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .card-feature-wrapper {
    flex-flow: column;
  }

  .slide-4 {
    width: 300px;
  }

  .card._2 {
    padding-top: 60px;
  }

  .card._1 {
    padding-top: 20px;
  }

  .card._3 {
    padding-top: 60px;
  }

  .grey {
    font-size: 20px;
  }

  .slide-8, .slide-5 {
    width: 300px;
  }

  .modal-1-popup {
    z-index: 999;
    display: block;
  }

  .slide-2 {
    width: 300px;
  }

  .card-front {
    box-shadow: none;
    width: 100%;
    height: 475px;
    padding: 20px 0 10px 20px;
    transition-property: none;
  }

  .card-front:hover {
    transform: none;
  }

  .card-front._7 {
    transition-property: none;
  }

  .card-front._2 {
    box-shadow: none;
    background-position: 50% 100%;
    width: 300px;
    height: 575px;
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
    transition-property: none;
  }

  .card-front._2:hover {
    transform: none;
  }

  .card-front._8 {
    transition-property: none;
  }

  .card-front._3 {
    width: 300px;
    height: 575px;
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
    transition-property: none;
  }

  .card-front._3:hover {
    transform: none;
  }

  .card-front._4 {
    width: 300px;
    height: 575px;
    transition-property: none;
  }

  .card-front._4:hover {
    transform: none;
  }

  .card-front._5, .card-front._6 {
    transition-property: none;
  }

  .card-front.swip2 {
    background-position: 0 0;
    background-size: auto;
    height: 475px;
  }

  .card-front.swip3 {
    width: 100%;
    height: 475px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .mask {
    width: 100%;
    height: 475px;
  }

  .slider-wrapper {
    width: 100%;
  }

  .modal-content {
    padding: 2rem;
  }

  .slide-7 {
    width: 300px;
  }

  .slide-1 {
    width: 100%;
  }

  .popup-heading {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .feature-card-image, .feature-card-image.tablet-mobile {
    display: block;
  }

  .feature-card-image.hide {
    display: none;
  }

  .card-title {
    margin-bottom: 0;
    font-size: 21px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .superscript, .superscript.grey {
    font-size: 12px;
  }

  .left-arrow {
    right: 45px;
  }

  .slider {
    width: 100%;
    height: 550px;
    margin-top: 60px;
    margin-right: 0;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 40px;
  }

  .slide-6 {
    width: 300px;
  }

  .feature-card-text {
    font-size: 20px;
  }

  .feature-card-text.right {
    order: -1;
    margin-bottom: 0;
  }

  .feature-card-text._40px {
    font-size: 20px;
  }

  .slide-3 {
    width: 300px;
  }

  .card-link:hover {
    transform: none;
  }

  .container-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .label {
    margin-right: 60px;
  }

  .textonelink {
    font-size: 32px;
  }

  .navbar {
    z-index: 900;
  }

  .navbar_hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .navbar_logo {
    width: 3rem;
  }

  .button_text.light-small-6-copy-copy, .button_text.light-small-6-copy-copy-copy {
    font-size: 14px;
  }

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

  .navbar_links-wrap {
    opacity: 0;
    background-color: #0009;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 5rem);
    padding: 2rem;
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
  }

  .button_inner.light-small-2.hero {
    padding-right: 10px;
  }

  .button_inner.light-small-2-copy {
    width: 265px;
    padding-left: 20px;
  }

  .btn2._2.light-small-copy-copy-copy-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .navbar_logo-wrap {
    top: auto;
    left: 0;
  }

  .navbar_hamburger-wrap {
    z-index: 101;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: -.3rem;
    display: flex;
    position: relative;
  }

  .navbar_component {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar_links {
    z-index: 101;
    flex-flow: column;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .navbar_logo-wrap-copy {
    top: auto;
  }

  .image-3 {
    width: 350px;
    height: 740px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .title.is-7 {
    font-size: 25px;
  }

  .title_wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-4 {
    width: 30px;
  }

  .div-block-12, .div-block-12-copy {
    width: 60px;
    height: 30px;
  }

  .text-block-3 {
    font-size: 16px;
    display: none;
  }

  .section-3 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) auto .25px auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid.pc {
    display: none;
  }

  .grid.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) auto .25px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: flex;
  }

  .text-span {
    font-size: 32px;
  }

  .button-2 {
    font-size: 14px;
  }

  .div-block-14, .div-block-15 {
    height: 200px;
  }

  .div-block-16 {
    background-position: 50% 25%;
    height: 420px;
  }

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

  .div-block-15-copy {
    height: 200px;
  }

  .field-label, .field-label-2 {
    margin-bottom: 0;
  }

  .form-block {
    height: 200px;
  }

  .text-field, .text-field-2 {
    margin-bottom: 0;
  }

  .faq-left-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-contain-faq {
    flex-flow: column;
  }

  .div-block-18 {
    height: 200px;
  }

  .div-block-15-copy-copy {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 420px;
  }

  .button-2-copy, .button-2-copy-copy {
    font-size: 14px;
  }

  .div-block-23, .div-block-18-copy {
    height: 200px;
  }

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

  .crisp-header__content-copy {
    height: 90vh;
  }

  .div-block-29-copy._1.mobile {
    grid-template-columns: 1fr 1fr;
  }

  .image-10 {
    width: 2rem;
  }

  .text-block-11 {
    font-size: 40px;
  }

  .label-copy, .label-copy-copy {
    margin-right: 60px;
  }

  .text-block-3-copy {
    font-size: 16px;
    display: block;
  }

  .section-style {
    padding-left: 50px;
    padding-right: 50px;
  }

  .background {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .list-2 {
    grid-column-gap: 10px;
  }

  .heading-9 {
    height: 100px;
  }

  .text-4 {
    font-size: 40px;
  }

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

  .la-meilleure-rduction-active-du-bruit-intra-auriculaire-au-monde-avec-dtection-de-la-frquence-cardia {
    font-size: 20px;
  }

  .margin-5 {
    height: 80px;
  }

  .container-14 {
    height: 100px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .border {
    padding: 12px 20px;
  }

  .container-16 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .horizontal-divider {
    width: 90%;
    max-width: 380px;
    margin-bottom: 10px;
    position: relative;
  }

  .container-17 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .picture {
    width: 20px;
    height: 20px;
  }

  .margin-6 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
  }

  .heading-10 {
    height: 100px;
  }

  .container-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .link---en-savoir-plus-airpods-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-divider-2 {
    width: 90%;
    margin-bottom: 10px;
    position: relative;
    left: 0;
  }

  .picture-copy {
    width: 20px;
    height: 20px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .container-17-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-style-h1.text-weight-black.line-height_88 {
    font-size: 60px;
  }

  .bottom-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 2.8em;
  }

  .drag-images-button {
    color: #2e2f3b;
    background-color: #efeeec;
    border-radius: .5em;
    padding: .5em 1em .5em .75em;
  }

  .cursor-fixed {
    display: none;
  }

  .copyright-wrapper {
    position: relative;
    bottom: auto;
  }

  .copyright-wrapper.opacity_100 {
    opacity: 100;
  }

  .copyright-wrapper.opacity_100.hide-desktop {
    display: block;
  }

  .hero-heading {
    width: 360px;
  }

  .primary-button__text, .text-block-13 {
    font-size: 14px;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .home-header_imgs-wrap {
    width: 100%;
    height: auto;
    min-height: auto;
    overflow: visible;
  }

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

  .footer-middle {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .page_container {
    max-width: none;
  }

  .image-15 {
    width: 40px;
  }

  .f-bottom-right {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .f-nav-block {
    width: 100%;
  }

  .display-logo-copy {
    max-width: 20%;
  }

  .f-bottom-left {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .home-header_heading {
    font-size: 3.5rem;
  }

  .home-header_heading._1, .home-header_heading._2, .home-header_heading._3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .crisp-header__content {
    padding-top: 1.75em;
    padding-left: 1.75em;
    padding-right: 1.75em;
  }

  .img-slider__thumb {
    border-radius: .25rem;
    width: 5rem;
  }

  .img-slider__nav {
    flex-flow: wrap;
  }

  .grey {
    font-size: 18px;
  }

  .modal-2-popup, .modal-3-popup {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .modal-1-popup {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .card-front {
    width: auto;
  }

  .modal-content {
    padding: 2rem;
  }

  .popup-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .card-title {
    font-size: 30px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .superscript {
    font-size: 12px;
  }

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

  .left-arrow {
    right: 45px;
  }

  .close-button.button-style-1, .close-button.button-style-1-copy {
    top: 0;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 35px;
  }

  .feature-card-text {
    font-size: 18px;
  }

  .heading-wrapper {
    margin-bottom: 20px;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .modal-superscript {
    font-size: 9px;
  }

  .navbar {
    background-color: #f8f7f300;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_logo {
    width: 3rem;
  }

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

  .navbar_links-wrap {
    width: calc(100% - 3rem);
    display: none;
    top: calc(100% + .5rem);
  }

  .button_inner {
    padding: 1rem 1.75rem;
  }

  .btn2 {
    border-radius: 1.25rem;
  }

  .faq-item {
    z-index: 2;
  }

  .crisp-header__content-copy {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-style {
    padding-left: 40px;
    padding-right: 40px;
  }

  .draggable-card {
    width: 14em;
    height: 15em;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
  }

  .text-block-14 {
    opacity: 1;
    color: #757575;
    padding-bottom: 0;
    display: block;
  }

  .button-text-wrapper-d1 {
    height: auto;
  }

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

  .image-15 {
    width: 40px;
  }

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

  .button-text-slider-2 {
    padding-bottom: 0;
  }

  .div-block-36 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home-header_heading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .crisp-header__p {
    font-size: 14px;
  }

  .img-slider__thumb {
    width: 4.5rem;
  }

  .modal-bg {
    margin-left: 0;
    padding-left: 0;
  }

  .slide-4 {
    width: auto;
  }

  .card._5, .card._4, .card._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card._1 {
    padding: 20px;
  }

  .card._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey {
    font-size: 17px;
  }

  .modal-2-popup {
    padding: 1rem 0 0;
    display: none;
  }

  .slide-8, .slide-5 {
    width: auto;
  }

  .modal-3-popup {
    padding: 1rem 0 0;
  }

  .modal-1-popup {
    padding: 1rem 0 0;
    display: block;
  }

  .slide-2 {
    width: auto;
  }

  .popup-label {
    font-weight: 500;
  }

  .right-arrow {
    margin-bottom: 0;
    bottom: 3px;
  }

  .card-front {
    width: 100%;
    height: 475px;
  }

  .card-front._2, .card-front._3, .card-front._4 {
    width: 250px;
    height: 475px;
  }

  .card-front.swip3 {
    height: 475px;
  }

  .mask {
    width: 100%;
    height: 475px;
  }

  .modal-content {
    padding: 3rem 1rem 2rem;
  }

  .slide-7 {
    width: auto;
  }

  .slide-1 {
    width: 100%;
    margin-right: 10px;
  }

  .popup-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .button {
    font-size: .9375rem;
  }

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

  .section-2 {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .superscript {
    font-size: 12px;
  }

  .superscript.grey {
    font-size: 10px;
  }

  .cross {
    width: 15px;
  }

  .modal {
    border-radius: 30px 30px 0 0;
  }

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

  .left-arrow {
    bottom: 3px;
    right: 45px;
  }

  .slider {
    height: 550px;
    margin-top: 60px;
    overflow: visible;
  }

  .close-button {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .close-button.button-style-1 {
    width: 30px;
    height: 30px;
    top: 0;
  }

  .close-button.button-style-1-copy {
    width: 30px;
    height: 30px;
    margin-top: 3rem;
    top: 0;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .slide-6 {
    width: auto;
  }

  .slide-nav {
    position: absolute;
    inset: auto auto 0%;
  }

  .feature-card-text {
    font-size: 17px;
    font-weight: 500;
  }

  .feature-card-text._40px {
    font-size: 21px;
  }

  .slide-3 {
    width: auto;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .modal-superscript {
    font-size: 9px;
  }

  .label {
    font-size: 20px;
  }

  .navbar {
    padding-top: 0;
  }

  .navbar_logo {
    width: 2.5rem;
    font-size: 1rem;
  }

  .button_text {
    font-size: .65rem;
    font-weight: 500;
  }

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

  .button_inner {
    padding: .75rem 1.5rem;
  }

  .button_inner.light-small-2 {
    padding-right: 19px;
  }

  .button_inner.light-small-2-copy {
    height: 45px;
  }

  .btn2 {
    border-radius: .75rem;
  }

  .btn2._2 {
    border-radius: .75rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .btn2._2.light-small-copy-copy-copy-copy {
    width: auto;
  }

  .navbar_logo-wrap {
    font-size: 1rem;
  }

  .button_gradient {
    border-radius: 20px;
  }

  .navbar_logo-wrap-copy {
    font-size: 1rem;
  }

  .title_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid.mobile {
    grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) minmax(auto, .25fr) auto .25px;
    height: 100%;
  }

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

  .div-block-14 {
    justify-content: flex-end;
    align-items: center;
    height: 300px;
    padding-right: 0;
  }

  .div-block-16 {
    height: 620px;
  }

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

  .div-block-15-copy {
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-title-faq {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .question-block.top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper-icon-accordion {
    width: auto;
    min-width: 36px;
    height: auto;
    min-height: 36px;
  }

  .icon-plus {
    width: 20px;
  }

  .section-contain-faq {
    grid-row-gap: 60px;
  }

  .answer-text {
    line-height: 24px;
  }

  .title-question {
    font-size: 18px;
  }

  .image-8 {
    margin-left: 10px;
    padding-right: 10px;
  }

  .text-block-11 {
    text-align: left;
    font-size: 30px;
  }

  .label-copy.phone {
    font-size: 20px;
  }

  .label-copy.lien {
    font-size: 20px;
  }

  .label-copy {
    font-size: 14px;
  }

  .label-copy-copy {
    font-size: 20px;
  }

  .section-style {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2 {
    grid-column-gap: 5px;
  }

  .link---en-savoir-plus-airpods-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h1.text-weight-black.line-height_88 {
    font-size: 60px;
  }

  .hero-heading {
    width: 350px;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .home-about_component {
    padding: 10px;
  }

  .home-header_img {
    border-radius: 1.75vh;
    width: 10vh;
    height: auto;
  }

  .home-header_imgs-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50vh;
  }

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

  .p1.white {
    white-space: normal;
  }

  .image-17-copy.insta {
    width: 35px;
  }

  .button-text-wrapper-d1 {
    height: auto;
  }

  .image-15 {
    width: 35px;
  }

  .f-links-block {
    flex-flow: wrap;
  }

  .footer-bottom {
    flex-flow: row;
  }

  .p2.white {
    font-size: 12px;
  }

  .p2.white.blend {
    font-size: 14px;
  }

  .p2.white.right.blend {
    margin-right: 10px;
    font-size: 14px;
  }

  .home-header_headings {
    max-width: none;
  }
}

#w-node-_5c95806f-05e7-581c-999e-0b0c2354e123-4e04de1e, #w-node-d2220684-f1e5-8153-a5ba-d840c063f00e-4e04de1e, #w-node-_22f41382-1f30-86c2-5935-c2bd6f257e56-4e04de1e, #w-node-b8908dcb-6200-ccf3-d78d-92ce5786a441-4e04de1e, #w-node-_15f3ef5a-bb81-3187-5281-25e3b08bb8e7-4e04de1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba78a588-eced-7c76-2b3f-c91f68221318-4e04de1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-a274178d-77ba-dc22-d214-e7b12cce2d5c-4e04de1e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_946e6a56-2326-5d4e-328b-251576560967-4e04de1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f2edbdb1-57ac-ccde-1e4c-852cae728c8e-4e04de1e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_28ae1dce-ffc7-89c5-5ec2-129ab3bcf26f-4e04de1e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_308a24d7-0815-2862-4b1c-0b0c496aef5f-4e04de1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_51224bb6-3b59-8647-b9af-712db959a8fb-4e04de1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_854f3e6b-9295-3313-22c9-78b461786a9e-4e04de1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-e9b87691-86f6-a991-e9d2-b5e1764e877b-4e04de1e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e9b87691-86f6-a991-e9d2-b5e1764e877c-4e04de1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e9b87691-86f6-a991-e9d2-b5e1764e8786-4e04de1e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e9b87691-86f6-a991-e9d2-b5e1764e878b-4e04de1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-e9b87691-86f6-a991-e9d2-b5e1764e879a-4e04de1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f2edbdb1-57ac-ccde-1e4c-852cae728c8e-4e04de1e, #w-node-_308a24d7-0815-2862-4b1c-0b0c496aef5f-4e04de1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51224bb6-3b59-8647-b9af-712db959a8fb-4e04de1e {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-e9b87691-86f6-a991-e9d2-b5e1764e877b-4e04de1e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e9b87691-86f6-a991-e9d2-b5e1764e8786-4e04de1e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9b87691-86f6-a991-e9d2-b5e1764e8787-4e04de1e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e9b87691-86f6-a991-e9d2-b5e1764e878a-4e04de1e, #w-node-e9b87691-86f6-a991-e9d2-b5e1764e878b-4e04de1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9b87691-86f6-a991-e9d2-b5e1764e879a-4e04de1e {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_308a24d7-0815-2862-4b1c-0b0c496aef5f-4e04de1e, #w-node-e9b87691-86f6-a991-e9d2-b5e1764e878b-4e04de1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Haffer XH';
  src: url('../fonts/HafferXHRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer Mono';
  src: url('../fonts/HafferMonoMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer Mono';
  src: url('../fonts/HafferMonoRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferHeavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}