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

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

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

@font-face {
  font-family: Pptalisman Condensed;
  src: url('../fonts/68623ac33982350852c8c2d6_PPTalisman-Condensed-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --max-wdith: 100%;
  --p-grey: #b1b1b1;
  --brand-color: #fe1111;
  --deulfat-border: 16px;
  --black-brand: #000;
  --border-low: 6px;
  --brand-border: 30px;
}

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

.body {
  color: #fff;
  background-color: #f5f5f5;
  font-family: Neuemontreal, Arial, sans-serif;
  font-weight: 400;
}

.global-css {
  display: none;
}

.padding-global {
  z-index: 10;
  max-width: var(--max-wdith);
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 100px 45px;
  position: relative;
}

.p-header {
  color: var(--p-grey);
  text-align: center;
  width: 80%;
  margin: auto;
  font-family: b-paragraphe, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.p-header.left-text {
  color: #fff;
  text-align: left;
  width: auto;
  margin-left: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.secondary-btn {
  text-transform: none;
  background-color: #fe111066;
  background-image: linear-gradient(27deg, #fe111066, #ff9f9f66);
  border-radius: 19px;
  padding: .3vh;
  text-decoration: none;
  transition: all .8s;
}

.secondary-btn:hover {
  background-color: var(--brand-color);
  background-image: none;
}

.secondary-btn.large {
  background-color: #2e2e2e66;
  background-image: none;
  width: 100%;
  padding: .3vh;
}

.secondary-btn.large:hover {
  background-color: var(--brand-color);
}

.div-block-4 {
  background-color: var(--brand-color);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.grid {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.counter {
  color: #fff;
  text-align: center;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
  overflow: hidden;
}

.text-block-2 {
  color: var(--p-grey);
  text-align: center;
  font-family: b-paragraphe, Arial, sans-serif;
  line-height: 17px;
}

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

.div-block-7 {
  margin: auto;
  padding-left: 2vh;
  padding-right: 2vh;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: flex;
}

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

.div-block-8 {
  max-width: var(--max-wdith);
  border-radius: var(--deulfat-border);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  border: 1px solid #ffffff0d;
  width: 100%;
  margin: auto;
  padding: 2vh 1.5vh;
}

.navmenu {
  z-index: 9999;
  margin: auto;
  padding: 2vh;
  position: fixed;
  inset: 0% 0% auto;
}

.link-nav-menu {
  color: var(--p-grey);
  text-transform: none;
  flex: none;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: all .8s cubic-bezier(.86, 0, .07, 1);
}

.link-nav-menu:hover {
  color: #fff;
}

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

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

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

.box-content {
  aspect-ratio: 1;
  border-radius: var(--deulfat-border);
  position: relative;
}

.box-content.left {
  aspect-ratio: auto;
}

.box-content.left.noratio {
  min-height: 550px;
}

.box-content.left.noratio.up {
  min-height: 570px;
}

.box-content.box-information.noratio {
  aspect-ratio: auto;
  width: auto;
  height: auto;
}

.box-content.box-information.noratio.low {
  padding: 2vh;
}

.box-content.padding {
  z-index: 10;
  aspect-ratio: auto;
  height: 100%;
  padding: 2vh;
}

.box-content.noratio {
  aspect-ratio: auto;
}

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

.main-box-content {
  background-color: #0000001a;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.main-box-content.pricingbox {
  min-height: 550px;
}

.main-box-content.pricingbox.add {
  border: 1px solid #fe111140;
  min-height: 570px;
}

.box-information {
  z-index: 4;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4vh;
  display: flex;
  position: relative;
}

.box-information.pricingbox {
  z-index: 3;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 550px;
  padding: 4vh;
}

.h2 {
  color: var(--p-grey);
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 67px;
  line-height: 1;
}

.h2.center-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 86px;
  line-height: 86px;
}

.section-header {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
}

.h3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  margin: 0;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.content-section-vision {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.line-top-line {
  background-image: linear-gradient(120deg, #fe111100, var(--brand-color) 51%, #fe111100);
  width: 100%;
  height: 1px;
}

.border-bottom-low {
  background-color: var(--brand-color);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 147px;
  height: 13px;
}

.border-bottom-low.rotation {
  transform: rotate(180deg);
}

.border-bottom-low.rotation.margins {
  justify-content: center;
  align-items: center;
  padding: 1.5vh;
  display: flex;
}

.custom_code_section_offer {
  display: none;
}

.title-title-low {
  flex: none;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 160px;
  line-height: 160px;
}

.view-first {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 133px;
  display: flex;
}

.big-title, .title-title-top, .title-title-low-bottom {
  flex: none;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 160px;
  line-height: 160px;
}

.section-bigs-title {
  background-color: var(--black-brand);
  position: relative;
  overflow: hidden;
}

.center-view, .bottom-view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 133px;
  display: flex;
}

.faq_question-wrapper {
  border: 1px #000;
  margin-bottom: 0;
  display: flex;
}

.top-header-container {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section--faq {
  background-color: #abb7f8;
  background-image: linear-gradient(149deg, #7a668b, #e2a0e2 50%, #c08e77);
  position: relative;
  overflow: hidden;
}

.grid-7 {
  max-width: var(--max-wdith);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: flex;
}

.heading-xxsmall {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph {
  color: #fff;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.main_container_question {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_answer {
  border: 1px #000;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.faq_answer-wrapper {
  padding-top: 10px;
  padding-right: 6vh;
}

.faq_question {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_item {
  cursor: pointer;
  border: .6px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.faq_icon {
  color: #818181;
  background-color: #20202033;
  border: 1px #252525;
  border-radius: 30000px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  max-width: 34px;
  height: 34px;
  max-height: 34px;
  margin-left: 2rem;
  transition: background-color .3s;
  display: flex;
}

.white-inisght {
  color: #fff;
}

.div-block-16 {
  width: 800px;
  max-width: 800px;
  margin: auto;
}

.box {
  width: 100%;
}

.cross {
  color: var(--p-grey);
  border: 1px #202020;
  border-radius: 30000px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
}

.number {
  color: #fff;
  text-align: center;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.div-block-17 {
  max-width: var(--max-wdith);
  border-radius: 16px;
  margin: auto;
  padding: .8vh 2vh;
}

.line-style {
  width: 100%;
  height: 1px;
}

.padding-globel-section-methode {
  z-index: 1;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.code-embed-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3-copy {
  color: var(--p-grey);
  text-align: left;
  font-family: b-paragraphe, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-block-3-copy.center {
  text-align: left;
  font-size: 16px;
  line-height: 23px;
}

.div-block-24 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

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

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.text-block-5 {
  color: #fff;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 85px;
  font-weight: 500;
  line-height: .9;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 45px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

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

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-28 {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.grid-10 {
  grid-template-rows: auto;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-8 {
  color: #969494;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 14px;
}

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

.section-footer {
  background-color: var(--black-brand);
  width: 100%;
  overflow: hidden;
}

.div-block-32 {
  background-color: #202020;
  border: 1px #fff3;
  border-radius: 3000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.code-embed-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

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

.div-block-36 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-37 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  overflow: hidden;
}

.intro-truncated-text {
  color: var(--p-grey);
}

.spacer-45 {
  height: 45px;
}

.text-block-22 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-2 {
  z-index: 1;
  color: var(--p-grey);
  margin-bottom: 0;
  font-family: b-paragraphe, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.content-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #beac9333;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  padding: 1.5vh;
  display: flex;
  overflow: hidden;
}

.slide-content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #11181c;
  border: 1px #fff6;
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 400px;
  padding: 1.5vh;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 1.6;
  display: flex;
  position: relative;
}

.card-client-1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px #fff3;
  border-radius: 15px;
  max-width: 50vw;
  padding: 1vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-client-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px #fff3;
  border-radius: 25px;
  max-width: 50vw;
  padding: 1.5vh;
  display: flex;
  overflow: hidden;
}

.div-block-690 {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.card-client-5 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px #fff3;
  border-radius: 25px;
  max-width: 50vw;
  padding: 1.5vh;
  display: flex;
  overflow: hidden;
}

.card-div-global-feedback {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-footer {
  color: #11181c;
  border-radius: 25px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 36px;
  display: flex;
  position: relative;
}

.div-block-693 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  width: 100%;
  max-width: 90rem;
  margin: auto;
  padding-top: 120px;
  display: flex;
}

.controller-list {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 80em;
  margin: auto;
  display: none;
}

.div-block-687 {
  z-index: 3;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.card-client-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px #fff3;
  border-radius: 25px;
  max-width: 50vw;
  padding: 1.5vh;
  display: flex;
  overflow: hidden;
}

.div-card-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #beac9333;
  border-radius: 15px;
  flex-flow: column;
  padding: 1.5vh;
  display: flex;
  overflow: hidden;
}

.card-client-4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px #fff3;
  border-radius: 25px;
  max-width: 50vw;
  padding: 1.5vh;
  display: flex;
  overflow: hidden;
}

.button-right {
  cursor: grab;
  background-color: #fff;
  border-radius: 3000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  display: flex;
  overflow: hidden;
}

.text-block-326 {
  color: var(--p-grey);
  text-align: left;
  font-family: b-paragraphe, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.text-block-326.white {
  color: var(--p-grey);
}

.controler-container {
  z-index: 90;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.button-left {
  cursor: pointer;
  background-color: #fff;
  border-radius: 3000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.left-arrow {
  color: #131216;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(180deg);
}

.right-arrow {
  color: #131216;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(0);
}

.code-animation-call {
  display: none;
}

.code-embed-17 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7a3434, #971c1c);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.all-border {
  border-radius: var(--deulfat-border);
  border: 1px solid #ffffff26;
}

.custom_cursor {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff4d;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 8px;
  display: flex;
  position: absolute;
}

.cursor-text {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.use-case-main-div {
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .8s;
}

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

.code-embed-18 {
  max-width: var(--max-wdith);
  margin: auto;
  padding: 2vh;
}

.bottom_stiky_cta {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-682 {
  cursor: pointer;
  background-color: #181818;
  border-top-left-radius: 28px;
  border-top-right-radius: 29px;
  padding: .5vh .5vh 0;
  text-decoration: none;
  transition: all .675s;
  position: relative;
  overflow: hidden;
}

.div-block-682:hover {
  background-color: #fe1111;
}

.div-block-585 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 1px #fe1111;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-block-282 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-586 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-6 {
  border: 1px solid #fe1111;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.people_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 275px 275px;
  justify-content: flex-start;
  place-items: center end;
  width: auto;
  height: 100%;
  display: flex;
}

.people_wrapper.right-copy {
  justify-content: flex-end;
  align-items: center;
}

.div-block-702 {
  aspect-ratio: 1;
  border-radius: var(--deulfat-border);
  width: 200px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.div-block-702.hide {
  display: none;
}

.global_wrapper_peoples {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: visible;
}

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

.div-block-704 {
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-left-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.what-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 100%;
}

.header-div-information {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-pricing-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: flex;
}

.text-span-55 {
  color: #fff;
}

.h3-copy {
  color: var(--p-grey);
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

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

.grid-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1152px;
  margin: auto;
}

.card-icp {
  border-radius: var(--deulfat-border);
  border: 1px solid #2c2b2b;
  justify-content: flex-start;
  align-items: flex-end;
  height: 512px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-icp-details {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3vh;
  display: flex;
  position: relative;
}

.div-block-709 {
  z-index: 2;
  background-image: linear-gradient(#0000, #040404);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.title-icp {
  color: #fff;
  text-transform: uppercase;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.paragraphe-icp-description {
  color: #ffffffb3;
  font-family: b-paragraphe, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-span-56 {
  color: #fff;
}

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

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

.text-block-328 {
  background-image: linear-gradient(45deg, #303030, var(--black-brand));
  color: var(--black-brand);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 18px;
  transform: rotate(180deg);
}

.grid-21 {
  z-index: 3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

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

.left-shaddow {
  background-image: linear-gradient(270deg, #04040400, #04040400 0%, #04040400 86%, var(--black-brand));
  width: 100vw;
  height: 100vw;
  position: absolute;
  inset: 0%;
}

.section-impact {
  height: 100%;
  position: relative;
}

.right-shaddow {
  background-image: linear-gradient(270deg, #04040400, #04040400 0%, #04040400 86%, var(--black-brand));
  width: 100%;
  height: 100vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.div-pricing {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-329 {
  color: #8d8d8d;
  font-family: b-paragraphe, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.div-block-715 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.header-div-offer {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

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

.div-black-bg {
  background-color: var(--black-brand);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.div-black-bg.center {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
}

.code-embed-20 {
  width: 100%;
  height: 100%;
  margin: auto;
}

.grid-estimator {
  max-width: var(--max-wdith);
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-718 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-719 {
  z-index: 10;
  background-image: linear-gradient(90deg, var(--black-brand), #04040400 30%, #04040400 50%, #04040400 70%, var(--black-brand));
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.circle {
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0% 0% auto;
}

.circle.invert {
  height: 110%;
  transform: rotate(180deg);
}

.primary-btn {
  text-transform: none;
  background-color: #fe111066;
  background-image: linear-gradient(27deg, #fe111066, #ff9f9f66);
  border-radius: 19px;
  padding: .3vh;
  text-decoration: none;
  transition: all .8s cubic-bezier(.86, 0, .07, 1);
}

.primary-btn:hover {
  background-color: #fff9;
  background-image: none;
}

.arrow-service {
  color: var(--p-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(180deg);
}

.link-menu-service {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-above {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
}

.menu-service {
  z-index: 99999999;
  opacity: 1;
  background-color: #fcf8f3;
  border-radius: 13px;
  flex-flow: column;
  width: 35vw;
  padding: 14px 4.5px;
  display: none;
  position: absolute;
  inset: 48px auto auto;
}

.text-main {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.container-link-wrapper {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 14.4px 23.4px;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.container-link-wrapper:hover {
  background-color: #faecd9;
  border-radius: 18px;
}

.menu-container-link {
  place-content: center;
  place-items: center;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.service-cible {
  z-index: 10;
  width: 100%;
  position: relative;
}

.title-service {
  text-transform: uppercase;
  font-family: beauchoix, Arial, sans-serif;
  font-size: 21px;
}

.titre-service-cible {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 14.4px 23.4px;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.titre-service-cible:hover {
  background-color: #faecd900;
  border-radius: 18px;
}

.text-block-3-copy-copy {
  color: #fff;
  text-align: left;
  font-family: b-paragraphe, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.div-block-720 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.section-estimation {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.back-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(180deg);
}

.div-block-722 {
  padding-top: 120px;
}

.div-block-723 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.shaddow-mobile, .hamburger_menu_mobile, .bigmenumobile, .faq-css {
  display: none;
}

.div-block-742 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1000px;
  margin: auto auto auto 0;
  display: flex;
}

.heading-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 28px;
}

.text-block-338 {
  color: #444;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.heading-3-copy {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 50px;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 95px;
  line-height: 95px;
}

.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;
}

.div-block-34-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start stretch;
  display: flex;
}

.grid-article {
  max-width: var(--max-wdith);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: auto;
}

.category {
  color: var(--brand-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.title-article {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: beauchoix, Arial, sans-serif;
  line-height: 24px;
}

.div-block-34-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end stretch;
  display: block;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.hero-content {
  z-index: 1;
  max-width: var(--max-wdith);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-6 {
  color: #fff;
  text-align: right;
  margin: 0;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: .9;
}

.button {
  color: var(--black-brand);
  background-color: #fff;
  border-radius: 3000px;
  padding: 15px 29px;
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1rem;
  transition: all .6s;
}

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

.nav-menu {
  z-index: 99;
  width: 100%;
  padding-left: 2vh;
  padding-right: 2vh;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-756 {
  width: 100%;
  margin: auto;
  padding: 4vh 45px;
}

.code-embed-41 {
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.grid-27 {
  z-index: 99999999;
  max-width: var(--max-wdith);
  grid-template: "Area-3 Area-2 Area"
  / 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin: auto;
  position: relative;
}

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

.body-2 {
  background-color: var(--black-brand);
  color: #fff;
  font-family: Neuemontreal, Arial, sans-serif;
}

.text-block-340 {
  color: #fff;
  flex: none;
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.secondarybutton {
  color: #000;
  background-color: #fff;
  border-radius: 3000px;
  flex: none;
  padding: 15px 25px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .6s;
}

.secondarybutton:hover {
  background-color: #222;
}

.padding-global-backscene {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 45px;
  display: flex;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.menu-mav-right {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bacckground-image {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.badge-item {
  color: var(--p-grey);
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

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

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

.footer_new_artiste {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-artiste-new {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #2b2b2b59;
  border: 1px #201f1f36;
  border-radius: 12px;
  max-width: 450px;
  padding: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.grid-28 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  position: relative;
}

.image-19 {
  object-fit: cover;
  border: 1px solid #ffffffe6;
  border-radius: 30000px;
  width: 65px;
  height: 65px;
}

.text-block-342 {
  color: #ffffffd9;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.text-block-343 {
  color: #fff;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.medium-btn {
  color: #000;
  background-color: #fff;
  border-radius: 3000px;
  width: 100%;
  padding: 12px 25px;
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1rem;
  transition: all .6s;
}

.medium-btn:hover {
  background-color: #161616;
}

.text-span-61 {
  color: #fff;
  font-weight: 500;
}

.section-cokpit {
  position: relative;
  overflow: hidden;
}

.heading-7 {
  color: #fff;
  text-align: left;
  margin: 0;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 86px;
  line-height: 86px;
}

.section-hero-contact {
  width: 100%;
  height: 100vh;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-14 {
  color: var(--black-brand);
  margin: 0;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 150px;
  font-weight: 500;
  line-height: 150px;
}

.form-block-2 {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #0009;
  border-radius: 20px;
  margin: 0;
  padding: 40px;
}

.submit-button-2 {
  color: var(--black-brand);
  background-color: #fff;
  border-radius: 3000px;
  padding: 12px 24px;
  font-weight: 500;
}

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

.text-field-2 {
  color: #131216;
  background-color: #fff0;
  border: 1px solid #a39d9d4d;
  border-radius: 10px;
  min-height: 45px;
  margin: 0;
  transition: all .8s;
}

.text-field-2:hover {
  border-width: 2px;
  border-color: #fff;
}

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

.secondarybtnfundora-2 {
  z-index: 99;
  color: #131216;
  background-color: #fff;
  border-radius: 30000px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: all .5s;
  position: relative;
}

.secondarybtnfundora-2:hover {
  color: #fff;
  background-color: #000;
}

.text-block-205 {
  color: #131313b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.grid-17 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 2vh;
  position: relative;
}

.div-block-768 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.div-block-769 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-347 {
  color: #fffc;
  font-family: Neuemontreal, Arial, sans-serif;
  line-height: 25px;
}

.div-block-770, .div-block-771, .badge-animation {
  width: 100%;
}

.div-block-774 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-775 {
  z-index: 2147483647;
  mix-blend-mode: difference;
  padding: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  inset: 0% 0% auto;
}

.p-text-backscene {
  color: #ffffffb3;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.p-text-backscene.center {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

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

.bg-main-video-artiste {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-artiste-main {
  height: 100vh;
  overflow: hidden;
}

.div-block-778 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 45px;
  display: flex;
}

.text-block-349 {
  text-transform: uppercase;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 180px;
  line-height: .9;
}

.text-block-339-copy {
  color: #fff;
  text-align: left;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

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

.div-block-780 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.padding-global-backscene-copy {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 45px;
  display: flex;
}

.padding-global-backscene-copy.addpadding {
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.grid-30 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.image-28 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin: auto;
}

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

.container-illustration {
  background-color: #4b4949;
  border-radius: 30px;
  width: 85%;
  margin: auto;
  padding: 1vh;
  position: relative;
}

.logo-principal-svg {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

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

.logo-center {
  background-color: var(--black-brand);
  border-radius: 35px;
}

.instagram-svg {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.orbital-css {
  display: none;
}

.network-logo {
  opacity: .65;
  filter: grayscale();
  border-radius: 20px;
  overflow: hidden;
}

.section-main-feature {
  background-color: var(--black-brand);
  position: relative;
  overflow: hidden;
}

.grid-31 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
  position: relative;
}

.text-block-350 {
  color: #ffffffb3;
  text-align: left;
  font-size: 17px;
  line-height: 22px;
}

.heading-7-copy {
  color: #fff;
  text-align: left;
  margin: 0;
  font-family: Pptalisman Condensed, Arial, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.heading-7-copy.right {
  text-align: right;
  font-size: 86px;
  line-height: 86px;
}

.heading-7-copy.low {
  font-size: 86px;
  line-height: 86px;
}

.heading-7-copy.center-h {
  text-align: center;
  font-size: 86px;
  line-height: 86px;
}

.div-block-786 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-784-copy {
  z-index: 2;
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.code-embed-43-copy {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-33 {
  flex-flow: column;
  display: flex;
}

.tabs-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f0f0f;
  border: 1px #ffffff1a;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 25px;
  padding: 1vh;
  display: flex;
}

.tabs-grid.margin-add {
  align-self: center;
}

.heading-15 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.text-block-351 {
  color: #ffffff80;
}

.div-tabs-1 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vh;
  text-decoration: none;
  display: flex;
}

.div-tabs-1.w--current {
  background-color: #0000;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vh;
  line-height: 19px;
}

.slider-1 {
  background-color: #4b4949;
  border-radius: 30px;
  margin: auto;
  padding: 1vh;
  position: relative;
}

.body-3 {
  background-color: var(--black-brand);
  color: #fff;
  font-family: Neuemontreal, Arial, sans-serif;
}

.logo-end-div {
  z-index: 1;
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: -20px;
  display: flex;
}

.div-tabs-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #ddd0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vh;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}

.div-tabs-2.w--current {
  background-color: #0000;
}

.div-tabs-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #ddd0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vh;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}

.div-tabs-3.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  padding: 1.5vh;
}

.div-tabs-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #ddd0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vh;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}

.div-tabs-4.w--current {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #0000;
  padding: 1.5vh;
  overflow: hidden;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.div-block-787 {
  width: 100%;
  max-width: 1400px;
}

.main-paragraphe-header {
  color: var(--black-brand);
  text-align: left;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.code-embed-44 {
  width: 100vw;
}

.padding-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 45px;
  display: flex;
}

.padding-global-low {
  z-index: 10;
  max-width: var(--max-wdith);
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 45px;
  position: relative;
}

.container-tabs {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-tabs.w--current {
  background-color: #0000;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vh;
  line-height: 19px;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

._404-content {
  z-index: 1;
  max-width: var(--max-wdith);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: hidden;
  }

  .padding-global {
    width: 100%;
    padding: 60px 2vh;
  }

  .p-header {
    width: auto;
  }

  .p-header.left-text {
    text-align: center;
    width: auto;
    margin-right: 0;
  }

  .counter {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .grid-2 {
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .code-embed-2 {
    width: 90px;
  }

  .navmenu {
    z-index: 999;
    width: 100%;
    margin: 0;
    inset: 0% 0% auto;
  }

  .div-block-9, .div-block-11 {
    display: none;
  }

  .box-content.padding {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .main-box-content, .box-information {
    height: 100%;
  }

  .h2 {
    text-align: center;
  }

  .h2.center-text {
    text-align: center;
    font-size: 70px;
    line-height: 70px;
  }

  .section-header {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-title-low {
    font-size: 100px;
  }

  .view-first {
    height: 100px;
  }

  .big-title, .title-title-top, .title-title-low-bottom {
    font-size: 100px;
    line-height: 100px;
  }

  .center-view, .bottom-view {
    height: 100px;
  }

  .top-header-container {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .grid-7 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .div-block-16 {
    width: auto;
  }

  .number {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-17 {
    width: 100%;
    padding: 0;
  }

  .grid-9 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .text-block-5 {
    margin-bottom: 15px;
    font-size: 70px;
  }

  .text-block-7 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .div-block-28 {
    padding-bottom: 60px;
  }

  .div-block-33 {
    justify-content: space-between;
  }

  .div-block-36 {
    justify-content: space-between;
    height: 100%;
  }

  .card-client-1 {
    padding: 0;
  }

  .card-client-1.center, .card-client-3.center, .card-client-5.center {
    max-width: none;
  }

  .card-div-global-feedback, .div-block-693 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

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

  .card-client-2.center, .card-client-4.center {
    max-width: none;
  }

  .button-right {
    overflow: hidden;
  }

  .controler-container {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .button-left {
    overflow: hidden;
  }

  .div-block-702 {
    width: 100px;
    height: 100px;
  }

  .what-text {
    font-size: 38px;
  }

  .div-pricing-wrapper {
    flex-flow: column;
  }

  .grid-20 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .grid-estimator {
    flex-flow: column;
    display: flex;
  }

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

  .menu-service {
    width: 20vw;
    max-width: 20vw;
    margin-right: 8vh;
  }

  .text-main.white {
    color: #fff;
    font-family: Pptalisman Condensed, Arial, sans-serif;
    font-size: 45px;
    line-height: 45px;
  }

  .container-link-wrapper:hover {
    border-radius: var(--deulfat-border);
    background-color: #2b2b2b;
  }

  .title-service.white-inisght {
    color: #636363;
  }

  .titre-service-cible {
    width: 100%;
  }

  .section-estimation, .div-block-723 {
    height: auto;
  }

  .down-line {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 1px;
  }

  .hamburger_menu_mobile {
    z-index: 10;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 25px;
    max-width: 25px;
    height: 15px;
    max-height: 15px;
    display: flex;
    position: relative;
  }

  .top-line, .bottom-line {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 1px;
  }

  .bigmenumobile {
    z-index: 998;
    background-color: #161616;
    width: 100vw;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .padding_menu {
    width: 100%;
    padding: 13vh 2vh 2vh;
  }

  .grid-23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .grid-article {
    align-items: stretch;
  }

  .div-block-34-copy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-end;
    width: 700px;
    margin: 0;
    padding: 0;
  }

  .heading-6 {
    font-size: 110px;
  }

  .div-block-756 {
    padding: 2vh;
  }

  .grid-27 {
    grid-template-columns: 1fr 1fr auto;
    display: flex;
  }

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

  .padding-global-backscene {
    padding: 2vh;
  }

  .padding-global-backscene.nogap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer_new_artiste {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: grid;
  }

  .card-artiste-new {
    width: 100%;
    max-width: none;
  }

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

  .heading-14 {
    text-align: center;
    width: 100%;
    font-size: 100px;
    line-height: 100px;
  }

  .form-block-2 {
    width: 100%;
  }

  .div-block-530 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .grid-17 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p-text-backscene {
    font-size: 16px;
    line-height: 21px;
  }

  .p-text-backscene.center {
    text-align: left;
  }

  .div-block-778 {
    padding: 2vh;
  }

  .text-block-349 {
    font-size: 140px;
  }

  .text-block-339-copy {
    font-size: 16px;
    line-height: 16px;
  }

  .padding-global-backscene-copy {
    padding: 5vh 2vh;
  }

  .padding-global-backscene-copy.addpadding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-illustration {
    width: auto;
  }

  .network-logo {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .section-main-feature {
    height: auto;
  }

  .grid-31 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-350 {
    text-align: right;
    width: 80%;
  }

  .heading-7-copy.right, .heading-7-copy.low {
    font-size: 70px;
    line-height: 70px;
  }

  .heading-7-copy.center-h {
    text-align: left;
    font-size: 70px;
    line-height: 70px;
  }

  .div-block-786 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-33.padding-add {
    width: 100%;
  }

  .heading-15 {
    font-size: 17px;
    line-height: 17px;
  }

  .div-tabs-1.w--current, .div-tabs-2.w--current, .div-tabs-3.w--current, .div-tabs-4.w--current {
    background-color: #0000;
  }

  .div-block-787 {
    width: auto;
  }

  .main-paragraphe-header {
    font-size: 18px;
    line-height: 23px;
  }

  .padding-large {
    padding: 60px 2vh;
  }

  .padding-global-low {
    width: 100%;
    padding: 60px 2vh;
  }

  .container-tabs.w--current {
    background-color: #0000;
  }

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

  ._404-content {
    justify-content: center;
    align-items: center;
    width: 700px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    font-size: 16px;
  }

  .h2 {
    font-size: 62px;
  }

  .h2.center-text {
    font-size: 60px;
    line-height: 60px;
  }

  .h3 {
    font-size: 45px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .heading-xxsmall {
    font-size: 1.25rem;
  }

  .main_container_question {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq_answer-wrapper {
    margin-left: 0;
  }

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

  .grid-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .controller-list, .people_wrapper.right-copy {
    justify-content: center;
    align-items: center;
  }

  .div-block-702.hide {
    display: flex;
  }

  .global_wrapper_peoples.hide {
    display: none;
  }

  .what-text {
    font-size: 55px;
  }

  .grid-21 {
    flex-flow: column;
    display: flex;
  }

  .section-impact {
    overflow: hidden;
  }

  .right-shaddow {
    display: none;
  }

  .menu-service {
    margin-right: 2vh;
  }

  .shaddow-mobile {
    background-image: linear-gradient(180deg, var(--black-brand), #04040400 50%, var(--black-brand));
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .category {
    font-size: 12px;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .heading-6 {
    font-size: 98px;
  }

  .footer_new_artiste {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

  .card-artiste-new {
    padding: 20px;
  }

  .heading-7 {
    font-size: 60px;
    line-height: 60px;
  }

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

  .form-block-2 {
    padding: 30px;
  }

  .submit-button-2 {
    width: 100%;
  }

  .grid-17 {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .div-block-769 {
    flex-flow: row;
  }

  .text-block-349 {
    font-size: 120px;
  }

  .heading-7-copy.right {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-7-copy.low {
    line-height: 60px;
  }

  .heading-7-copy.center-h {
    font-size: 60px;
    line-height: 60px;
  }

  .tabs-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-end-div {
    margin-bottom: -10px;
  }

  .section-11 {
    font-size: 60px;
  }

  ._404-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .p-header {
    width: 85%;
    margin: auto;
  }

  .p-header.left-text {
    width: auto;
  }

  .secondary-btn {
    width: 100%;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .counter {
    font-size: 45px;
    line-height: 45px;
  }

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

  .div-block-7 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-2 {
    width: 75px;
  }

  .link-nav-menu {
    font-size: 16px;
  }

  .box-content.box-information.noratio.low {
    padding: 3vh;
  }

  .h2 {
    font-size: 55px;
  }

  .h2.center-text {
    font-size: 60px;
  }

  .h3 {
    font-size: 35px;
    line-height: 35px;
  }

  .title-title-low {
    font-size: 45px;
    line-height: 45px;
  }

  .view-first {
    height: 45px;
  }

  .big-title, .title-title-top, .title-title-low-bottom {
    font-size: 45px;
    line-height: 45px;
  }

  .center-view, .bottom-view {
    height: 45px;
  }

  .faq_question-wrapper {
    align-items: flex-start;
  }

  .heading-xxsmall {
    font-size: 16px;
    line-height: 1.3;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
  }

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

  .faq_answer-wrapper {
    padding-top: 1rem;
  }

  .faq_question {
    justify-content: space-between;
    align-items: center;
  }

  .faq_icon {
    margin-left: 1.5rem;
    display: flex;
  }

  .number {
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-17 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .text-block-5 {
    font-size: 60px;
  }

  .div-block-26 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-27 {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .grid-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .div-block-29 {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .slide-content {
    min-height: auto;
    padding: 25px 25px 60px;
  }

  .card-div-global-feedback {
    overflow: visible;
  }

  .slide-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-693 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .controller-list {
    justify-content: center;
    align-items: center;
    padding-top: 25px;
  }

  .controler-container {
    margin-top: 0;
  }

  .text-block-282 {
    font-size: 16px;
  }

  .div-block-702 {
    width: 150px;
    height: 150px;
  }

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

  .impact_wrapper {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .grid-21 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .circle.invert {
    height: auto;
    inset: 0% 0% auto;
  }

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

  .text-above.white {
    font-family: Pptalisman Condensed, Arial, sans-serif;
    font-size: 30px;
    line-height: 2;
  }

  .menu-service {
    width: 30vw;
    max-width: 30vw;
    margin-right: 4vh;
  }

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

  .text-main.white {
    font-size: 25px;
    line-height: 1;
  }

  .heading-3-copy {
    font-size: 70px;
    line-height: 70px;
  }

  .grid-article {
    flex-flow: column;
    display: flex;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-end;
  }

  .heading-6 {
    font-size: 75px;
  }

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

  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .badge-item {
    font-size: 14px;
    line-height: 14px;
  }

  .footer_new_artiste {
    position: static;
  }

  .grid-28 {
    flex-flow: wrap;
    display: flex;
  }

  .image-19 {
    width: 45px;
    height: 45px;
  }

  .medium-btn {
    text-align: center;
    width: 100%;
  }

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

  .heading-14 {
    font-size: 60px;
    line-height: 60px;
  }

  .form-block-2 {
    padding: 2.5vh;
  }

  .submit-button-2 {
    width: 100%;
  }

  .grid-17 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-769 {
    flex-flow: row;
  }

  .p-text-backscene.center {
    text-align: left;
    width: auto;
    font-size: 16px;
    line-height: 21px;
  }

  .section-artiste-main.section--mask-liquid {
    height: 85vh;
  }

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

  .text-block-349 {
    text-align: center;
    font-size: 85px;
  }

  .padding-global-backscene-copy.addpadding.nopadding {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-30 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .image-28 {
    border-radius: 0;
  }

  .container-illustration {
    border-radius: 0;
    padding: 0;
  }

  .logo-center {
    background-color: #0000;
  }

  .instagram-svg {
    width: 45px;
    height: 45px;
  }

  .network-logo {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .text-block-350 {
    font-size: 16px;
    line-height: 21px;
  }

  .heading-7-copy.right, .heading-7-copy.low {
    font-size: 50px;
    line-height: 50px;
  }

  .code-embed-43-copy {
    display: none;
  }

  .grid-33.padding-add {
    padding: 0 2vh;
  }

  .tabs-grid.margin-add {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 45px;
    padding-left: 2vh;
    padding-right: 2vh;
    display: flex;
    box-sizing: border-box;
  }

  .heading-15 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-351 {
    display: none;
  }

  .div-tabs-1, .div-tabs-1.w--current {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .slider-1 {
    border-radius: 0;
    padding: 0;
  }

  .div-tabs-2, .div-tabs-3, .div-tabs-4 {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .padding-large.no-padding {
    padding: 60px 0 0;
  }

  .div-block-788 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    display: flex;
  }

  .div-block-789 {
    z-index: 5;
    background-color: var(--black-brand);
    width: 45px;
    height: 45px;
    position: relative;
  }

  ._404-content {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
  }
}

#w-node-e7932be0-9eb8-98f4-be7d-f88f7ea6bf17-7ea6bee7 {
  justify-self: end;
}

#w-node-_64355677-ff25-5602-c9c0-ad6815e96c47-15e96c44 {
  grid-area: Area-3;
  place-self: center start;
}

#w-node-_64355677-ff25-5602-c9c0-ad6815e96c49-15e96c44 {
  grid-area: Area;
  justify-self: end;
}

#w-node-_1c19eec7-b461-9b36-345c-1178bc7828ed-92529edf {
  justify-self: end;
}

#w-node-_94695bd1-8d37-63f5-0547-080609a51071-92529edf {
  align-self: start;
}

#w-node-_28226671-c5e1-732b-685d-edf8981f1576-92529edf {
  justify-self: end;
}

#w-node-ef42d58e-c997-abaf-4249-48420505b979-92529edf {
  align-self: center;
}

#w-node-deaf053d-67ca-a31c-2492-09d8982c737f-982c737c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b9775405-c022-d9b4-6eab-d0856566d0df-49d5a41f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a74b9217-e038-8ce7-a3b1-60d843ad3a84-15e96c44 {
    place-self: center end;
  }
}


@font-face {
  font-family: 'beauchoix';
  src: url('../fonts/23abvvsJnimeUT4yXx7mwr8bU.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'b-paragraphe';
  src: url('../fonts/gyByhwUxId8gMEwcGFU.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptalisman Condensed';
  src: url('../fonts/68623ac33982350852c8c2d6_PPTalisman-Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}