:root {
  --medium-slate-blue: #955df1;
  --white: white;
  --yellow-prices: #fbff00;
  --black: black;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

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

.section.center {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 0;
  display: grid;
  position: relative;
}

.section.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  height: auto;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.col {
  max-width: 50%;
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  width: 25vw;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  width: 80vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

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

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  width: 100vw;
  align-items: flex-start;
  position: relative;
}

.wrap {
  max-width: 700px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 9px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.title.blanc {
  color: #000;
}

.image-2 {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: none;
  display: block;
  box-shadow: 7px 6px 10px rgba(0, 0, 0, .2);
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  width: auto;
  height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  width: 100%;
  height: 300px;
  background-color: #c6ced3;
  border-radius: 20px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  background-color: #acb1b4;
  border-radius: 20px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  text-transform: uppercase;
}

.hero-content {
  z-index: 90;
  width: 100%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  height: auto;
  background-color: #2d2d2d;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-bar {
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

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

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

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

.float {
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  flex: 1;
}

.dropdown {
  margin-right: 39px;
}

.container {
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  outline-offset: 0px;
  pointer-events: auto;
  color: #fff;
  text-align: left;
  cursor: auto;
  mix-blend-mode: normal;
  border: 5px #000;
  outline: 3px #fff;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 5vh;
  font-weight: 700;
  line-height: 5vh;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 14px 4px 19px -4px rgba(0, 0, 0, .2);
}

.div-block-13 {
  aspect-ratio: auto;
  text-align: center;
  text-shadow: 8px 10px 8px rgba(0, 0, 0, .2);
  word-break: normal;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.text-span {
  color: #000;
  text-shadow: 8px 10px 8px rgba(0, 0, 0, .19);
  text-decoration: underline;
}

.text-span-2 {
  color: red;
  text-indent: 333px;
  align-self: auto;
  align-items: flex-start;
  text-decoration: overline;
  display: block;
}

.text-span-3 {
  color: #fff200;
  text-indent: 3px;
  column-count: auto;
  text-decoration: underline;
}

.text-block-3 {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  align-self: center;
  margin-top: 60px;
  font-style: normal;
  font-weight: 600;
}

.text-span-4 {
  padding-right: 9px;
  transition: opacity .2s;
  overflow: visible;
}

.text-span-qust {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--medium-slate-blue);
  margin-left: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 900;
}

.text-span-qust.jaune {
  color: #fff200;
  margin-left: 2px;
}

.text-span-qust.encoche, .text-span-qust.intero {
  color: #fff200;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.heading-5 {
  color: var(--white);
}

.flex-block-2 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  align-items: stretch;
  padding-left: 10px;
  display: flex;
}

.text-block-4.p8 {
  display: block;
}

.flex-block-3 {
  color: #893f3f;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: baseline;
  margin-right: 0;
  padding-top: 10px;
}

.flex-block-3.p88 {
  justify-content: center;
  margin-right: 0;
  padding-top: 0;
}

.flex-block-3.couleur {
  color: #fd0b7d;
  flex-direction: row;
  justify-content: space-around;
  margin-right: auto;
  padding: 10px;
}

.flex-block-4 {
  margin-left: 60px;
  margin-right: 60px;
}

.dropdown-2 {
  color: #fffb00;
  cursor: pointer;
  border: 1px dashed #fffb00;
  border-right: 2px solid #fffb00;
  font-size: 12px;
  line-height: 5px;
}

.text-block-5 {
  color: #fffb00;
  border-right: 1px solid #000;
  font-family: Droid Sans, sans-serif;
  font-size: 0;
  line-height: 10px;
}

.text-span-5 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fbff00;
  margin-left: 10px;
  font-family: "Fa Solid 900", sans-serif;
}

.text-span-6 {
  color: #fffb00;
}

.text-span-6.jaune {
  color: #fd0b7d;
}

.text-span-7 {
  color: #fffb00;
}

.text-span-7.jaune {
  color: #fd0b7d;
}

.div-block-14 {
  color: #8b3636;
  -webkit-text-fill-color: inherit;
  background-color: #30323a;
  background-clip: border-box;
  border-radius: 13px;
}

.div-block-15 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #00ff9b;
  background-clip: border-box;
  border-radius: 17px;
  margin-top: 10px;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-15.stage {
  background-color: #fffb00;
}

.div-block-15.stage.couleur {
  background-color: #fd0b7d;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15.cv {
  border: 1px solid var(--yellow-prices);
  background-color: rgba(0, 0, 0, 0);
}

.div-block-15.cv.couleur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  border-color: #eaff00;
  justify-content: space-around;
  align-self: stretch;
  align-items: baseline;
  margin-top: 10px;
  margin-right: 0;
  padding: 0 0 10px;
  display: flex;
}

.div-block-15.p888 {
  justify-content: space-around;
  align-self: stretch;
  align-items: baseline;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.div-block-15.p888.couleur {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid #fbff00;
}

.text-span-8 {
  font-family: Droid Sans, sans-serif;
}

.text-span-8.open-sans {
  color: var(--yellow-prices);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.text-span-9 {
  font-weight: 800;
}

.text-span-9.text-block-4 {
  justify-content: space-around;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.flex-block-5 {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.flex-block-5.padd {
  margin-top: 20px;
  margin-bottom: 0;
}

.flex-block-5.min {
  margin-top: 40px;
  margin-bottom: 0;
}

.flex-block-5.test {
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-16 {
  max-width: 200px;
  align-self: center;
  position: static;
}

.flex-block-6 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
}

.flex-block-6.bas {
  margin-bottom: 20px;
}

.flex-block-9 {
  display: flex;
}

.text-block-7 {
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.flex-block-10 {
  justify-content: space-around;
  align-items: baseline;
}

.flex-block-11 {
  justify-content: space-between;
  align-items: stretch;
}

.flex-block-12 {
  justify-content: space-around;
  align-items: center;
}

.flex-block-13 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: baseline;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 30px;
  display: flex;
}

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

.heading-8 {
  color: #fd0b7d;
}

.blanck {
  color: #1b1b1b;
  margin-left: 0;
  padding-left: 0;
}

.text-span-11 {
  color: #ff006a;
}

.flex-block-15 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  aspect-ratio: 2 / 3;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 40px;
  padding-top: 20px;
  display: none;
}

.flex-block-16 {
  max-height: 650px;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-9 {
  float: none;
  clear: none;
  outline-offset: 0px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 7px 4px 5px rgba(0, 0, 0, .2);
  -webkit-text-fill-color: inherit;
  background-color: rgba(209, 209, 209, 0);
  background-clip: border-box;
  border: 1px #efc734;
  border-radius: 20px;
  outline: 3px #fff;
  padding: 10px;
  font-size: 7vh;
  font-weight: 700;
  line-height: 8vh;
  overflow: visible;
  box-shadow: -4px 7px 5px rgba(0, 0, 0, .2);
}

.flex-block-17 {
  margin-left: 40px;
  margin-right: 0;
  line-height: 20px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  mix-blend-mode: screen;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.div-block-18 {
  text-transform: capitalize;
  align-self: center;
  margin-top: 20px;
  padding-right: 0;
}

.text-span-12 {
  color: #000;
}

.text-span-13 {
  color: #fff200;
}

.text-span-14 {
  color: red;
  word-break: normal;
}

.div-block-19 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: inset -9px 0 10px -3px rgba(0, 0, 0, .2);
}

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

.text-block-9.blanc {
  color: #fff;
}

.flex-block-18 {
  border-bottom-right-radius: 24px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  align-items: baseline;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-20 {
  background-color: #ffea00;
  border-radius: 14px 0 14px 14px;
  padding: 10px;
  font-size: 13px;
}

.div-block-20.block {
  background-color: #360e47;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-21 {
  z-index: auto;
  width: 1000px;
  height: 750px;
  max-height: 650px;
  max-width: 1000px;
  clear: none;
  text-align: left;
  overflow-wrap: normal;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/lovely-teenage-girl-with-curly-hair-posing-yellow-tshirt-min-1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  align-self: flex-end;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 20px;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-10 {
  display: block;
}

.text-span-15 {
  color: #000;
  background-color: #d18d55;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.container-2 {
  display: block;
}

.heading-10 {
  color: #fffb00;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 10vh;
  box-shadow: 4px 2px 5px rgba(255, 255, 255, .2);
}

.image-6 {
  float: none;
  clear: right;
  overflow-wrap: anywhere;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-7 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 587px;
  perspective-origin: 100% 100%;
  transform-origin: 100% 0;
  text-align: left;
  transform-style: preserve-3d;
  flex: 0 auto;
  align-self: center;
  display: inline-block;
  transform: translate3d(-16px, 16px, -174px)perspective(734px);
}

.image-9 {
  object-fit: fill;
}

.link-block {
  justify-content: flex-end;
  align-items: center;
  display: inline-block;
  position: static;
}

.heading-11 {
  display: block;
}

.container-3 {
  display: flex;
}

.text-block-11 {
  color: #fff;
  display: block;
}

.icon-2 {
  color: #fff;
}

.dropdown-toggle {
  background-color: #680000;
}

.dropdown-3 {
  background-color: #a100ff;
  margin-left: 40px;
}

.list-2 {
  color: #ffea00;
  justify-content: space-between;
  align-items: center;
  margin-left: 4px;
  margin-right: 6px;
  padding-top: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.flex-block-19 {
  justify-content: space-between;
  margin-bottom: 17px;
  padding-top: 11px;
}

._300k {
  color: var(--yellow-prices);
}

@media screen and (min-width: 1440px) {
  .nav {
    margin-top: 49px;
  }

  .feature-content {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .wrap.blanc {
    width: 100%;
    max-width: 70%;
    margin-bottom: 47px;
  }

  .title {
    font-size: 15px;
  }

  .title.blanc {
    font-size: 20px;
    line-height: 35px;
  }

  .black-text {
    justify-content: center;
    display: flex;
  }

  .flex-block-6.bas {
    width: 70%;
  }

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

  .flex-block-14 {
    width: 100%;
  }

  .flex-block-16 {
    margin-top: 200px;
    margin-right: -148px;
  }

  .text-block-9 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .flex-block-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-9 {
    padding-bottom: 0;
  }

  .flex-block-19 {
    width: 70%;
  }

  .big {
    margin-left: -223px;
    margin-right: -223px;
    font-size: 58px;
    line-height: 68px;
  }

  .paragraph-2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .button {
    text-transform: capitalize;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    min-width: 240px;
    background-color: #000;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .text-block-9, .text-block-9.blanc {
    text-align: center;
  }

  .div-block-20.block {
    margin-left: 10px;
  }

  .image-8 {
    text-align: center;
  }

  .image-9 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

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

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-content: space-around;
    justify-content: center;
    justify-items: stretch;
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bottom-image-wrap {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .text-span {
    text-indent: 5px;
    text-transform: uppercase;
    line-height: 8vh;
  }

  .text-span-2 {
    line-height: 8vh;
  }

  .text-block-3 {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .heading-5 {
    flex: 1;
    align-self: baseline;
    margin-left: 11px;
  }

  .heading-6 {
    flex: 0 auto;
  }

  .flex-block-2 {
    margin-right: auto;
    padding-right: 0;
  }

  .heading-7 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
  }

  .text-block-4 {
    justify-content: space-around;
    align-items: baseline;
    display: block;
  }

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

  .div-block-15 {
    align-self: stretch;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15.stage {
    background-color: #fff200;
  }

  .text-span-9.cv1 {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }

  .text-block-6 {
    color: #fff;
    text-align: center;
    font-weight: 500;
  }

  .flex-block-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex-block-6 {
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .flex-block-7 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .flex-block-7.cv {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .flex-block-8 {
    margin-left: 10px;
    display: block;
  }

  .text-span-10 {
    color: #ff0078;
  }

  .text-span-11 {
    color: #ee0070;
  }

  .flex-block-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-9 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 5vh;
  }

  .flex-block-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-8 {
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .div-block-18 {
    flex: 0 auto;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-18 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-20 {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .div-block-20.block {
    margin-top: 10px;
    margin-right: 10px;
  }

  .heading-10 {
    font-size: 25px;
    line-height: 5vh;
  }

  .image-7 {
    perspective-origin: 50%;
    transform-origin: 50%;
    cursor: pointer;
    transform: perspective(734px);
  }

  .link-block {
    padding: 13px;
  }

  .flex-block-19 {
    flex-direction: column;
  }

  #w-node-e899740f-d083-29a5-7226-828a6a71060c-9450efec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}