:root {
  --white: white;
  --main-blue: #00175a;
  --main-green: #a1cf77;
  --light-green: rgba(161, 207, 119, .2);
  --main-black: #0f2b52;
  --main-green-30: rgba(161, 207, 119, .3);
  --black: black;
  --main-dark-20\<deleted\|variable-90389f35\>: rgba(0, 23, 90, .2);
  --main-blue-50: rgba(0, 23, 90, .5);
  --secondary: #edbbbb;
  --main-dark-blue: #000b2a;
  --main-light-blue: rgba(0, 23, 90, .05);
  --second: #e9b24c;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  max-width: 22ch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter Tight;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  max-width: 60ch;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  max-width: 60ch;
  margin-bottom: 25px;
}

.body {
  background-color: var(--white);
  color: var(--main-blue);
  -webkit-text-stroke-color: var(--main-green);
  font-family: Pcm Moderat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.daily-difference-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.daily-difference-footer.alt {
  display: none;
}

.daily-difference-footer.pcm, .daily-difference-footer.pt {
  padding-top: 120px;
}

.hero-wrap {
  text-align: center;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-bottom: 0;
  display: flex;
}

.hero-wrap.alt {
  flex-direction: row;
  max-width: 1200px;
}

.features {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

._3-features-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  max-width: 1300px;
  display: flex;
}

.div-block-6 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.features-image {
  border-radius: 4px;
  width: 45%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero-left-container {
  width: 50%;
  height: 640px;
}

.footer {
  background-color: var(--main-blue);
  color: var(--light-green);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

.form {
  background-color: var(--white);
  box-shadow: none;
  color: var(--main-black);
  text-align: left;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  display: flex;
}

.field-label {
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
}

.text-field {
  background-color: var(--light-green);
  box-shadow: 0 0 0 1px var(--main-green-30);
  color: var(--black);
  border: 1px #000;
  border-radius: 4px;
  height: 47px;
  transition: all .1s;
}

.text-field:hover {
  box-shadow: 0 0 0 1px var(--main-dark-20\<deleted\|variable-90389f35\>);
}

.text-field:focus {
  border-width: 2px;
  border-color: var(--main-blue-50);
  box-shadow: 0 0 0 2px var(--main-green);
}

.form-block {
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.checkbox {
  border-color: var(--main-green);
  background-color: #f9fdff;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.checkbox-label {
  width: 90%;
  font-size: 11px;
  line-height: 1.4;
  display: flex;
}

.div-block-15 {
  width: 48%;
}

.success-message {
  background-color: var(--white);
  border: 1px solid #71b473;
  border-radius: 6px;
  width: 90%;
}

.div-block-17 {
  color: #579b59;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
}

.text-block-5 {
  color: #71b473;
  text-align: center;
  width: 100%;
}

.error-message {
  background-color: #fff5f5;
  border: 1px solid #d11919;
  border-radius: 4px;
  position: absolute;
  box-shadow: 0 5px 6px -6px rgba(209, 25, 25, .56);
}

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

.div-block-18 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.text-block-9 {
  opacity: .5;
  color: var(--white);
  margin-top: 20px;
  font-size: 11px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 9000;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-text-stroke-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.logo {
  width: 150px;
}

.logo.footer-logo {
  width: 400px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.cta {
  background-color: var(--main-blue);
  box-shadow: inset 0 2px 0 0 var(--main-dark-blue), inset 0 -2px 0 0 var(--main-blue-50);
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .2s;
}

.cta:hover {
  background-color: var(--main-green);
  box-shadow: none;
}

.cta:active {
  background-color: var(--main-blue);
}

.cta.nav {
  box-shadow: none;
  opacity: .5;
  color: var(--main-blue);
  background-color: rgba(0, 0, 0, 0);
  padding: 12px;
  font-size: 15px;
}

.cta.nav:hover {
  opacity: 1;
  color: var(--main-green);
}

.cta.fancy {
  border: 1px solid var(--main-green-30);
  background-color: var(--white);
  box-shadow: none;
  color: var(--main-green);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta.fancy.button {
  border-width: 1px;
}

.cta.button.formulaire, .cta.forms {
  width: 100%;
}

.logos {
  background-color: var(--main-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: none;
}

.logos-image {
  width: 20%;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-29 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.form-section {
  background-color: var(--light-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 66px;
  display: none;
}

.features-wrap {
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  max-width: 1300px;
  display: flex;
}

.logo-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  max-width: 1200px;
  display: flex;
}

._6-personality {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.footer-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  max-width: 1300px;
  display: flex;
}

.benefits-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.slide-9 {
  background-color: var(--white);
  border-radius: 10px;
  width: 450px;
  height: 680px;
  padding-right: 0;
}

.slide-nav-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6px;
  line-height: 1;
  display: none;
}

.text-block-110 {
  opacity: .5;
  font-size: 12px;
}

.icon-4 {
  background-color: var(--main-blue);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  display: flex;
}

.slider-5 {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  width: 450px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.image-42 {
  width: 80px;
}

.slider-testimonials-wrap {
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0%;
  display: flex;
}

.div-block-150 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.mask-4 {
  width: 30%;
  height: auto;
  overflow: visible;
}

.div-block-151 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.arrow-testi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.text-block-109 {
  font-weight: 700;
}

.slider-testimonials {
  z-index: 1;
  background-color: var(--main-light-blue);
  color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.slider-testimonials.alt {
  padding-bottom: 100px;
}

.div-block-152 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-45 {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.div-block-153 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-160 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.div-block-161 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-161.inv {
  flex-direction: row-reverse;
}

.tab_text-wrapper {
  color: var(--main-blue);
  overflow: hidden;
}

.tab_pane {
  overflow: visible;
}

.tab-link {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left: 3px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 8% 0 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: flex;
}

.tab-link:hover {
  border-left-color: var(--main-dark-20\<deleted\|variable-90389f35\>);
  opacity: .6;
  text-decoration: none;
}

.tab-link.w--current {
  border-left-width: 3px;
  border-left-color: var(--main-green);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.strategy-illo_bg {
  width: 100%;
}

.tab_illo-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._3-tabs-animation {
  background-color: var(--light-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.col {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.col._2col {
  flex: 0 50%;
}

.col._2col.overflow-visible {
  flex: 0 auto;
  width: 55%;
  overflow: visible;
}

.col._2col.tab-menu {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  width: 45%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._3-tabs {
  width: 100%;
  margin-top: 30px;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

.row.flex-center {
  text-align: left;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logos-slide {
  background-color: var(--white);
  color: var(--main-blue);
  -webkit-text-stroke-color: var(--main-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.base-logos-slide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradient-logos {
  z-index: 100;
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, 0));
  width: 15%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.white-gradient-logos.right {
  background-image: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.main-wrapper-logos {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-logos {
  flex: none;
  width: 100%;
}

.list-logos {
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  background-color: var(--white);
  text-align: left;
  width: 14%;
  margin-left: 3%;
  margin-right: 3%;
}

.list-item.testi {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 31%;
  margin: 1%;
  padding: 20px;
  display: flex;
}

.list-item.abn {
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.image-51 {
  width: 100%;
}

.h1 {
  max-width: none;
  margin-bottom: 0;
  font-family: Pcm Moderat, sans-serif;
  font-size: 120px;
  line-height: .9;
}

.h1.alt {
  text-align: left;
}

.h1.alt.pt {
  font-size: 90px;
}

.html-embed {
  display: none;
}

.div-block-165 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.button-2 {
  opacity: .66;
  color: var(--white);
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  transition: all .2s;
}

.button-2:hover {
  opacity: 1;
}

.stats {
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-166 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.div-block-167 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block-113 {
  opacity: .6;
  margin-bottom: 5px;
  font-size: .8em;
  line-height: 1.4;
}

.h2.xl {
  letter-spacing: -1px;
  font-size: 70px;
  line-height: .9;
}

.opacity66 {
  opacity: .66;
}

.div-block-168 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.div-block-169 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-116 {
  opacity: .66;
}

.div-block-173 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.image-54 {
  border-radius: 50%;
  width: 50px;
  margin-right: 10px;
}

.div-block-174 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-117 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-117.s {
  opacity: .5;
  font-size: 13px;
  font-weight: 400;
}

.section-7 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  max-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-55 {
  z-index: -1;
  filter: contrast(80%) brightness(90%);
  width: 110%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.fill-cta-fancy {
  z-index: 0;
  background-color: var(--main-green);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 101%;
}

.text-cta-fancy {
  z-index: 1;
  position: relative;
}

.text-cta-fancy.blue {
  color: var(--main-blue);
}

.partners {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  display: none;
}

.wrapper-4-sections {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-6 {
  color: var(--main-blue);
  text-align: left;
  width: 490px;
  max-width: none;
  margin-bottom: 0;
  font-size: 48px;
  line-height: .9;
}

.heading-6.alt {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.heading-6.center {
  text-align: center;
  width: 560px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.2;
}

.div-block-176 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-176.alt {
  width: 100%;
}

.div-block-176.vertical {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.subtitles {
  color: var(--main-blue-50);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 600px;
  max-width: none;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
}

.subtitles.alt {
  text-align: center;
  width: 500px;
  margin-top: 10px;
}

.image-56 {
  width: 30%;
}

.div-block-177 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  width: 95%;
  display: flex;
}

.div-block-178 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-178.alt {
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.wrap-uptitle {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.image-57 {
  width: 12px;
  margin-right: 10px;
}

.text-block-118 {
  color: var(--main-blue-50);
  width: 470px;
  margin-top: 20px;
  padding-top: 0;
  font-size: 30px;
  line-height: 1.4;
}

.text-block-118.alt {
  text-align: left;
}

.wrap-img-hero {
  width: 50%;
}

.card-stat {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-119 {
  color: var(--main-blue);
  letter-spacing: -2px;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
}

.subtext-stat {
  color: var(--main-blue-50);
  text-align: center;
  width: 200px;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--main-green);
}

.wrap-image-testi {
  width: 450px;
  margin-bottom: 20px;
}

.testi-text {
  color: var(--main-blue);
  text-align: center;
  width: 90%;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
}

.name-testi {
  color: var(--main-blue);
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1;
}

.job-position {
  color: var(--main-blue-50);
  text-align: center;
  width: 240px;
  font-size: 13px;
  line-height: 1.4;
}

.div-block-180 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.uptitle {
  color: var(--main-blue);
  font-size: 16px;
}

.uptitle.green {
  color: var(--main-green);
}

.image-58 {
  width: 30px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.div-block-181 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.profile {
  width: 150px;
  margin-right: 10px;
}

.text-block-121 {
  text-align: left;
  width: 300px;
  font-size: 18px;
  line-height: 1.4;
}

.statistics {
  background-color: var(--main-green);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.wrap-enroll {
  align-items: center;
  display: flex;
}

.text-block-122 {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: none;
  width: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.image-59 {
  width: 36px;
  margin-right: 20px;
}

.heading-7 {
  color: var(--main-blue);
}

.text-span-6 {
  color: var(--main-green);
}

.image-60 {
  width: 100%;
  margin-top: 60px;
}

.wrapper-title {
  width: 90%;
}

.benefits {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-7 {
  color: var(--main-green);
}

.wrap-benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-top: 60px;
  display: flex;
}

.benefit-text {
  width: 40%;
}

.benefit-text.right {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.title-text-benef {
  text-align: left;
  width: 350px;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1;
}

.text-span-8 {
  color: var(--main-green);
}

.text-benef {
  text-align: left;
  width: 357px;
  margin-bottom: 30px;
}

.personality-wrap {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.wrap-text-personalities {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-123 {
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
  line-height: 1.4;
}

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

.image-61 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-bakground {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(67, 68, 68, .3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-189 {
  width: 48%;
}

.form-block-6 {
  flex-direction: column;
  align-items: center;
  width: 45%;
  display: none;
}

.form-6 {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  display: flex;
}

.success-message-4 {
  color: #1da044;
  background-color: #fff;
  border: 1px solid #1da044;
  border-radius: 6px;
  padding-bottom: 16px;
}

.div-block-188 {
  z-index: 1;
  background-color: #fff;
  width: 96%;
  max-width: 1000px;
  padding: 21px;
  position: relative;
}

.image-63 {
  cursor: pointer;
  width: 30px;
  transform: rotate(45deg);
}

.error-message-2 {
  color: #fff;
  background-color: #fd4848;
  border-radius: 6px;
  padding: 16px 24px 14px;
  position: static;
}

.field-label-4 {
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.html-embed-2 {
  width: 96%;
  display: none;
}

.div-block-190 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.checkbox-2 {
  background-color: #f9fdff;
  border-color: #abccda;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 12px;
}

.modal-wrapper {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-124 {
  cursor: pointer;
  font-weight: 700;
}

.cta-3 {
  color: #fff;
  text-align: center;
  background-color: #eb5b25;
  border-radius: 6px;
  padding: 16px 24px 14px;
  font-size: 16px;
  transition: all .2s;
}

.cta-3:hover {
  background-color: #cb3f0b;
}

.cta-3:active {
  background-color: #0050c0;
}

.text-field-3-copy-2 {
  color: #434444;
  border: 1px solid #dde5e7;
  border-radius: 16px;
  width: 100%;
  height: 54px;
  margin-bottom: 3%;
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 16px;
  font-size: 16px;
  transition: all .2s;
}

.text-field-3-copy-2:hover {
  border-color: #888;
}

.text-field-3-copy-2:focus {
  border-color: #1e73be;
}

.text-field-3-copy-2::placeholder {
  color: rgba(136, 136, 136, .66);
}

.div-block-191 {
  width: 48%;
}

.form-block-7 {
  flex-direction: column;
  align-items: center;
  width: 45%;
  display: flex;
}

.form-7 {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.success-message-5 {
  color: #1da044;
  background-color: #fff;
  border: 1px solid #1da044;
  border-radius: 6px;
  padding-bottom: 16px;
}

.div-block-192 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  padding: 30px;
  display: flex;
  position: relative;
}

.image-64 {
  cursor: pointer;
  width: 30px;
  transform: rotate(45deg);
}

.div-block-193 {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-block-125 {
  cursor: pointer;
  font-weight: 700;
}

.cta-4 {
  color: #fff;
  text-align: center;
  background-color: #eb5b25;
  border-radius: 6px;
  padding: 16px 24px 14px;
  font-size: 16px;
  transition: all .2s;
}

.cta-4:hover {
  background-color: #cb3f0b;
}

.cta-4:active {
  background-color: #0050c0;
}

.success-message-6 {
  background-color: var(--white);
}

.text-block-126 {
  font-size: 25px;
  line-height: 1.2;
}

.body-2 {
  background-color: var(--main-green-30);
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-note {
  background-color: var(--white);
  background-image: url('../images/Ellipse-3_1.svg'), url('../images/Ellipse-3.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px, 100px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 80px;
  display: flex;
}

.text-block-127 {
  color: var(--main-blue);
  width: 510px;
  font-size: 24px;
  line-height: 1.4;
}

.wrapper-testi-form {
  width: 50%;
  margin-left: 30px;
}

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

.text-span-10, .text-span-11 {
  font-weight: 700;
}

.mosaique {
  flex-flow: column wrap;
  display: flex;
}

.div-block-195 {
  color: #579b59;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
}

.error-message-3 {
  background-color: #fff5f5;
  border: 1px solid #d11919;
  border-radius: 4px;
  position: absolute;
  box-shadow: 0 5px 6px -6px rgba(209, 25, 25, .56);
}

.text-block-128 {
  color: var(--main-green);
  width: 100%;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.checkbox-3 {
  background-color: #f9fdff;
  border-color: #00984f;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 12px;
}

.field-label-5 {
  color: var(--main-blue);
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
}

.checkbox-label-2 {
  color: #001209;
  width: 90%;
  font-size: 11px;
  line-height: 1.4;
  display: flex;
}

.div-block-196 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-block-129 {
  color: #00984f;
  font-size: 24px;
  line-height: 1.5;
}

.text-span-12 {
  padding-right: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.hero-wrap-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  max-width: 1300px;
  display: flex;
}

.wrap-btm-hero {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-span-13 {
  color: rgba(0, 152, 79, .5);
  line-height: 1;
}

.block-hero {
  color: #001209;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.text-block-130 {
  color: #71b473;
  text-align: center;
  width: 100%;
}

.hero-2 {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/PCM_opener_SixCharacters_Rebel_EstherAarts_Final_Flat_RGB.png'), url('../images/PCM_opener_SixCharacters_Promoter_EstherAarts_Final_Flat_RGB.png');
  background-position: 100% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px, 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 25px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-197 {
  width: 48%;
}

.text-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 4px;
  height: 47px;
  transition: all .1s;
  box-shadow: 0 0 0 1px rgba(0, 152, 79, .2);
}

.text-field-2:hover {
  box-shadow: 0 0 0 1px rgba(0, 152, 79, .5);
}

.text-field-2:focus {
  border-width: 2px;
  border-color: #1a78fc;
  box-shadow: 0 0 0 2px #00984f;
}

.h1-2 {
  color: var(--main-blue);
  text-transform: none;
  font-family: Pcm Moderat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.form-block-8 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.hero-left-container-2 {
  width: 50%;
}

.success-message-7 {
  background-color: #fff;
  border: 1px solid #71b473;
  border-radius: 6px;
  width: 90%;
}

.form-8 {
  background-color: var(--light-green);
  box-shadow: none;
  color: #0f2b52;
  text-align: left;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 40px;
  display: flex;
}

.cta-5 {
  color: #001209;
  text-align: center;
  text-transform: uppercase;
  background-color: #eecb4d;
  border-radius: 8px;
  padding: 18px 24px;
  font-size: 14px;
  transition: all .2s;
}

.cta-5:hover {
  color: #fff;
  background-color: #00984f;
}

.cta-5:active {
  background-color: #00984f;
}

.image-66 {
  max-width: 70%;
}

.text-block-131 {
  font-size: 18px;
}

.div-block-198 {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.div-block-199 {
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 93%;
  max-width: 1100px;
  margin-top: 0;
  display: flex;
}

.cta-6 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #181e75;
  border-radius: 50px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.cta-6:hover {
  background-color: #1a78fc;
}

.cta-6:active {
  background-color: #1b1b50;
}

.div-block-186 {
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.list-item-2 {
  text-align: left;
  width: 15.667%;
  margin-left: .5%;
  margin-right: .5%;
}

.list-item-2._3 {
  width: 13.2%;
  margin-left: .5%;
  margin-right: .5%;
}

.list-logos-2 {
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.list-logos-2.recipes {
  justify-content: center;
  margin-top: 0;
  margin-bottom: -70px;
  padding-top: 70px;
}

.made-for-you {
  background-color: var(--main-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.h2-2 {
  max-width: 640px;
  font-size: 50px;
}

.image-67 {
  width: 32px;
  margin-right: 10px;
}

.div-block-200 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 460px;
  margin-bottom: 20px;
  display: flex;
}

.image-68 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
}

.image-68.cinco, .image-68.juil {
  margin-top: 20px;
}

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

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

.cta-7 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #181e75;
  border-radius: 50px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.cta-7:hover {
  background-color: #1a78fc;
}

.cta-7:active {
  background-color: #1b1b50;
}

.div-block-201 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 93%;
  max-width: 1100px;
  margin-top: 0;
  display: flex;
}

.div-block-182 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.science-behind {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 60px;
  display: none;
}

.div-block-202 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.image-69 {
  opacity: 1;
  width: 31%;
  margin-right: 2.333%;
}

.image-70 {
  width: 40%;
}

.text-block-120 {
  max-width: 480px;
  margin-bottom: 30px;
}

.heading-9 {
  text-transform: none;
  max-width: 480px;
  margin-bottom: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-14 {
  color: var(--main-green);
  font-style: italic;
}

.section-11 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-15 {
  color: #f02d87;
}

.div-block-184 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 93%;
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-185 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  margin-bottom: 30px;
  display: flex;
}

.image-71 {
  width: 100%;
  margin-bottom: 10px;
}

.cta-8 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #181e75;
  border-radius: 50px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.cta-8:hover {
  background-color: #1a78fc;
}

.cta-8:active {
  background-color: #1b1b50;
}

.text-span-16 {
  color: var(--main-green);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-132 {
  margin-bottom: 25px;
  font-size: 14px;
}

.text-block-133 {
  color: var(--white);
  text-align: center;
  width: 50%;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}

.list-item-3 {
  text-align: left;
  width: 15.667%;
  margin-left: .5%;
  margin-right: .5%;
}

.list-item-3._3 {
  flex-direction: column;
  justify-content: flex-end;
  width: 23%;
  margin-left: .5%;
  margin-right: .5%;
  display: flex;
}

.list-item-3._3.hide {
  flex-direction: column;
  justify-content: flex-end;
  width: 23%;
  display: flex;
}

.image-72 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
}

.image-72.cinco, .image-72.juil {
  margin-top: 20px;
}

.image-72.may {
  width: 90%;
  margin-top: 10px;
}

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

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

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

.slide-10 {
  height: 490px;
}

.testimonial-carousel-wrapper {
  height: 100%;
  margin-bottom: 100px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.testimonial-carousel-wrapper.d-none {
  display: none;
}

.testimonial-logo {
  object-fit: cover;
  border-radius: 10rem;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: auto;
}

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

.testimonial-text {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 20px;
}

.object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-author-inner {
  align-items: center;
  font-size: 15px;
  line-height: 19px;
  display: flex;
}

.home_testimonial-image-wrapper {
  flex: none;
  width: 13rem;
  position: relative;
}

.html-embed-3 {
  display: flex;
}

.testimonial-mask {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  min-width: 600px;
  display: flex;
  overflow: visible;
}

.testimonial-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.author-title {
  font-weight: 500;
}

.testimonial-slide {
  background-color: var(--main-green);
  border-radius: 1rem;
  flex: none;
  min-height: 350px;
  margin-right: 40px;
  display: block;
  overflow: hidden;
}

.testimonial-author-img {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  position: relative;
}

.arrow-left {
  background-color: #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -30px;
  padding: 1px 6px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

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

.arrow-right {
  z-index: 99;
  background-color: #181818;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: -30px;
  padding: 1px 6px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 50%;
  transform: translate(50%);
}

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

.mask-wrapper {
  width: 100%;
  max-width: 25%;
  height: 100%;
  padding-bottom: 40px;
  overflow: visible;
}

.testimonial-quote-wrapper {
  align-items: flex-start;
  display: flex;
}

.arrow {
  display: none;
  position: -webkit-sticky;
  position: sticky;
}

.slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.testimonial-section {
  background-color: #0f0f0f;
  padding-top: 90px;
  padding-bottom: 120px;
  overflow: hidden;
}

.testimonial-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 380px;
  display: flex;
}

.testimonial-author-wrapper {
  min-height: 56px;
}

.testimonial-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #f0f0f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  padding-top: 1em;
  display: grid;
}

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

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

.slide-nav {
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
  bottom: 0%;
}

.left-arrow {
  background-color: var(--main-green);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  bottom: 5px;
  left: 0;
  right: 120px;
  transform: rotate(180deg);
}

.testimonial-card {
  background-color: #070c29;
  border: 1px solid rgba(8, 72, 114, .05);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 310px;
  padding: 50px 40px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 15px rgba(5, 5, 5, .5);
}

.logo-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.right-arrow {
  background-color: var(--main-green);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  bottom: 5px;
  left: 120px;
  right: 0;
}

.text-weight-bold {
  font-weight: 600;
}

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

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-bottom: 150px;
}

.testimonial-section-header {
  width: 100%;
  max-width: 600px;
  margin-bottom: 90px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
}

.test-size-medium {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.owl-item-slide {
  height: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-204 {
  color: #181e75;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 93%;
  max-width: 700px;
  margin-bottom: 180px;
  padding: 40px;
  display: flex;
  position: relative;
}

.text-block-134 {
  color: var(--main-blue);
  font-size: 20px;
}

.div-block-205 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-73 {
  border-radius: 10px;
  width: 100%;
}

.image-74 {
  width: 420px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

.text-block-135 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.wrap-offer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-75 {
  width: 55px;
  height: 55px;
  margin-top: -20px;
  margin-left: 0;
  position: absolute;
}

.image-76 {
  width: 32px;
  margin-right: 10px;
}

.div-block-177-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.offer-section {
  background-color: var(--light-green);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.package-pricing {
  background-color: var(--secondary);
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  bottom: -150px;
  right: -40px;
}

.paragraph {
  color: var(--main-blue);
  text-align: center;
  width: 420px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.bold-text {
  font-size: 20px;
}

.div-block-207 {
  background-color: var(--main-green);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 330px;
  padding: 20px;
  display: flex;
}

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

.image-77 {
  width: 50px;
  position: relative;
  top: -20px;
  left: 200px;
}

.heading-10, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  font-weight: 700;
}

.text-block-136 {
  border-top: 1px solid var(--white);
  padding-top: 20px;
  line-height: 1.4;
}

.text-span-23 {
  font-size: 14px;
  line-height: 1.6;
}

.name-company {
  margin-top: 10px;
}

.not-so-secret {
  background-color: var(--light-green);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-decoder {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: wrap;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 40px;
  display: flex;
}

.card-decoder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 48%;
  display: flex;
}

.div-block-208 {
  flex-direction: column;
  justify-content: flex-start;
  width: 70%;
  display: flex;
}

.div-block-209 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-span-24 {
  color: var(--main-green);
}

.heading-11 {
  font-size: 28px;
  line-height: 1.2;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 1.5;
}

.spacer {
  margin-bottom: 40px;
}

.space {
  margin-top: 20px;
}

.text-span-25 {
  font-weight: 400;
}

.text-span-26, .text-span-27, .text-span-28 {
  font-weight: 700;
}

.h2-3 {
  color: #002776;
  text-align: center;
  max-width: 30ch;
}

.bold-text-3, .bold-text-4 {
  color: #fff59b;
}

.html-embed-4 {
  display: flex;
}

.bold-text-2 {
  color: #fff59b;
}

.text-span-29 {
  color: #ee3d7b;
}

.slider-testimonials-2 {
  z-index: 1;
  color: #fff;
  background-color: #afdaff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonial-slide-2 {
  background-color: #002776;
  border-radius: 1rem;
  flex: none;
  min-height: 350px;
  margin-right: 40px;
  display: block;
  overflow: hidden;
}

.text-span-30 {
  color: #fff59b;
}

.div-block-210 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-210.vertical {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.text-block-137 {
  border-top: 1px solid #fff;
  padding-top: 20px;
  line-height: 1.4;
}

.right-arrow-2 {
  background-color: #002776;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  bottom: 5px;
  left: 120px;
  right: 0;
}

.left-arrow-2 {
  background-color: #002776;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
  bottom: 5px;
  left: 0;
  right: 120px;
  transform: rotate(180deg);
}

.div-block-211 {
  color: #181e75;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 93%;
  max-width: 700px;
  margin-bottom: 120px;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.div-block-212 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.image-79 {
  border-radius: 10px;
  width: 100%;
}

.image-80 {
  width: 420px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

.text-block-139 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-213 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 93%;
  max-width: 1100px;
  display: flex;
}

.image-81 {
  width: 55px;
  height: 55px;
  margin-top: -20px;
  margin-left: 300px;
  position: absolute;
  transform: rotate(-90deg);
}

.h2-4 {
  max-width: 700px;
  font-size: 50px;
}

.image-82 {
  width: 32px;
  margin-right: 10px;
}

.div-block-177-copy-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

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

.image-83 {
  width: 230px;
}

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

.image-84 {
  width: 650px;
}

@media screen and (max-width: 991px) {
  .daily-difference-footer {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-wrap {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }

  ._3-features-wrap {
    flex-direction: column;
    justify-content: flex-start;
    width: 92%;
  }

  .div-block-6 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .features-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-left-container {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    margin-bottom: 0;
    display: flex;
  }

  .footer {
    padding-top: 80px;
  }

  .form-block {
    width: 90%;
    max-width: 450px;
  }

  .nav-wrap {
    width: 94%;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    text-align: right;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100vw;
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta {
    font-size: 14px;
  }

  .cta.nav {
    text-align: right;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .cta.button {
    font-size: 12px;
  }

  .logos-image {
    width: 33%;
    margin-bottom: 30px;
  }

  .features-wrap {
    width: 92%;
  }

  .logo-wrap {
    width: 97%;
  }

  ._6-personality {
    padding-top: 50px;
  }

  .benefits-wrap {
    flex-wrap: wrap;
    width: 90%;
  }

  .slider-testimonials-wrap {
    margin-top: 60px;
    padding-left: 20px;
  }

  .mask-4 {
    width: 50%;
    max-width: 320px;
  }

  .slider-testimonials {
    flex-direction: column;
  }

  .div-block-160 {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-161 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .div-block-161.inv {
    flex-direction: column;
  }

  .tab-link {
    padding-right: 0%;
  }

  .list-item {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .h1 {
    text-align: left;
    font-size: 90px;
  }

  .h1.alt.pt {
    width: 490px;
    font-size: 80px;
  }

  .div-block-166 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-167 {
    width: 80%;
    margin: 30px;
  }

  .h2.xl {
    font-size: 60px;
  }

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

  .menu-button.w--open {
    background-color: var(--main-green);
    color: var(--white);
  }

  .section-7 {
    height: 60vh;
  }

  .wrapper-4-sections {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-6 {
    width: 440px;
    font-size: 42px;
  }

  .heading-6.center {
    font-size: 42px;
  }

  .div-block-176.vertical {
    flex-direction: column;
  }

  .subtitles {
    width: 310px;
    font-size: 18px;
  }

  .subtitles.alt {
    font-size: 18px;
  }

  .div-block-178.alt {
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: 0;
  }

  .text-block-118 {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
  }

  .text-block-118.alt.quizz {
    width: 440px;
  }

  .wrap-img-hero {
    flex-direction: column;
    justify-content: center;
    width: 40%;
    display: flex;
  }

  .profile {
    width: 180px;
    margin-right: 20px;
  }

  .text-block-121 {
    text-align: center;
    line-height: 1.3;
  }

  .text-block-122 {
    text-align: center;
    font-size: 28px;
  }

  .wrapper-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .wrap-benefits {
    justify-content: space-around;
    width: 100%;
  }

  .title-text-benef {
    width: auto;
    font-size: 23px;
  }

  .text-benef {
    width: auto;
    font-size: 16px;
    line-height: 1.6;
  }

  .wrap-text-personalities {
    margin-top: 60px;
  }

  .text-block-123 {
    margin-top: 0;
  }

  .div-block-188 {
    padding: 15px;
  }

  .modal-wrapper {
    display: none;
  }

  .div-block-192 {
    width: 70%;
    padding: 15px;
  }

  .div-block-194 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-129 {
    text-align: center;
    width: 570px;
    font-size: 24px;
  }

  .hero-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-2 {
    background-image: url('../images/PCM_opener_SixCharacters_Rebel_EstherAarts_Final_Flat_RGB.png');
    background-position: 99% 98%;
    background-repeat: no-repeat;
    background-size: 140px;
    padding-top: 80px;
  }

  .h1-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 80px;
  }

  .form-block-8 {
    width: 90%;
    max-width: 700px;
  }

  .hero-left-container-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-186 {
    flex-direction: row;
    padding-left: 0%;
  }

  .div-block-200 {
    width: 51%;
    max-width: none;
  }

  .div-block-201 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-182 {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .div-block-202 {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .image-69 {
    width: 29.33%;
    margin-left: 2px;
    margin-right: 2%;
  }

  .image-70 {
    width: 52%;
    margin-left: 0%;
  }

  .mask-wrapper {
    max-width: 50%;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 15px;
  }

  .testimonial-author-wrapper {
    min-height: 50px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-card {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-section-header {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 1;
  }

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

  .div-block-177-copy {
    text-align: left;
  }

  .paragraph {
    font-weight: 400;
  }

  .div-block-207 {
    height: 450px;
  }

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

  .heading-10 {
    text-align: left;
    font-size: 27px;
    line-height: 1.2;
  }

  .slider-testimonials-2, .div-block-210.vertical {
    flex-direction: column;
  }

  .div-block-177-copy-2 {
    text-align: left;
  }

  .image-83 {
    width: 230px;
  }

  .image-84 {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrap {
    flex-direction: row;
    justify-content: space-between;
    width: 94%;
  }

  ._3-features-wrap {
    width: 96%;
  }

  .hero-left-container {
    width: 50%;
    height: auto;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .form-block {
    width: 80%;
  }

  .div-block-18 {
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .div-block-21 {
    width: 90%;
  }

  .nav-wrap {
    width: 95%;
  }

  .cta {
    font-size: 9.5px;
  }

  .cta.button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .cta.button.discover {
    font-size: 18px;
  }

  .cta.button.quizz {
    font-size: 16px;
  }

  .cta.forms {
    font-size: 14px;
  }

  .features-wrap, .logo-wrap {
    width: 96%;
  }

  .footer-wrap {
    justify-content: space-between;
  }

  .benefits-wrap {
    width: 96%;
  }

  .slide-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-5 {
    width: 100%;
  }

  .slider-testimonials-wrap {
    width: 100%;
    padding-left: 0;
  }

  .mask-4 {
    width: 100%;
    max-width: none;
  }

  .arrow-testi {
    flex-wrap: nowrap;
    width: 80px;
    display: flex;
    overflow: hidden;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -16px;
    padding-left: 16px;
  }

  ._3-tabs-animation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col._2col.overflow-visible {
    width: 60%;
  }

  .col._2col.tab-menu {
    width: 40%;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row.flex-center {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .list-logos {
    width: 100%;
  }

  .list-item {
    width: 20%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h1 {
    width: 530px;
    font-size: 70px;
  }

  .stats {
    padding-top: 0;
  }

  .div-block-166 {
    flex-direction: column;
  }

  .div-block-167 {
    width: 90%;
  }

  .h2.xl {
    font-size: 45px;
  }

  .div-block-169 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 300px;
  }

  .section-7 {
    height: 40vh;
  }

  .heading-6 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 430px;
    display: flex;
  }

  .heading-6.center {
    width: 470px;
    font-size: 40px;
  }

  .div-block-176 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-176.vertical {
    flex-direction: column;
  }

  .subtitles {
    text-align: center;
    flex-direction: column;
    width: 310px;
    margin-top: 20px;
  }

  .subtitles.alt {
    width: 440px;
    font-size: 18px;
  }

  .subtitles.expand {
    width: 440px;
  }

  .div-block-178 {
    align-items: center;
    width: 100%;
  }

  .div-block-178.alt {
    width: 100%;
  }

  .image-57 {
    width: 10px;
  }

  .text-block-118.alt.quizz {
    font-size: 20px;
  }

  .wrap-img-hero {
    justify-content: flex-end;
    width: 45%;
    height: 490px;
  }

  .text-block-119 {
    font-size: 100px;
  }

  .subtext-stat {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .uptitle, .uptitle.green {
    font-size: 14px;
  }

  .profile {
    width: 150px;
  }

  .text-block-121 {
    font-size: 18px;
  }

  .statistics {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .image-59 {
    width: 30px;
  }

  .wrap-benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
  }

  .benefit-text, .benefit-text.right {
    width: 100%;
  }

  .title-text-benef {
    width: 350px;
    font-size: 21px;
  }

  .wrap-text-personalities {
    width: 450px;
  }

  .text-block-123 {
    font-size: 18px;
  }

  .form-block-6 {
    width: 80%;
  }

  .div-block-188 {
    padding: 11px;
  }

  .modal-wrapper {
    display: none;
  }

  .cta-3 {
    font-size: 14px;
  }

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

  .div-block-192 {
    flex-flow: column;
    width: 80%;
    padding: 20px;
  }

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

  .cta-4 {
    font-size: 14px;
  }

  .wrapper-testi-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    display: flex;
  }

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

  .text-block-129 {
    line-height: 1.3;
  }

  .hero-wrap-2 {
    flex-direction: column;
    width: 96%;
  }

  .hero-2 {
    background-position: 100% 104%;
  }

  .h1-2 {
    margin-bottom: 20px;
    font-size: 80px;
  }

  .form-block-8 {
    width: 90%;
  }

  .hero-left-container-2 {
    width: 100%;
  }

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

  .list-item-2._3 {
    width: 24%;
  }

  .list-item-2._3.hide {
    display: none;
  }

  .list-logos-2.recipes {
    margin-bottom: -40px;
  }

  .h2-2 {
    max-width: 460px;
    font-size: 40px;
  }

  .div-block-200 {
    width: 100%;
    max-width: 380px;
  }

  .image-70 {
    width: 60%;
  }

  .div-block-185 {
    width: 90%;
    margin-bottom: 0;
  }

  .div-block-185.mobile {
    display: none;
  }

  .list-item-3._3 {
    width: 24%;
  }

  .list-item-3._3.hide {
    display: flex;
  }

  .testimonial-logo {
    display: none;
  }

  .testimonial-headshot {
    object-position: 50% 0%;
    border-radius: .75rem;
  }

  .testimonial-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .home_testimonial-image-wrapper {
    width: 6rem;
    height: 6rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .testimonial-mask {
    width: 80%;
    min-width: auto;
  }

  .testimonial-content {
    flex: 1;
    margin-top: 1rem;
    padding: 1rem;
  }

  .author-title {
    font-size: 13px;
  }

  .testimonial-slide {
    min-height: auto;
  }

  .testimonial-quote-wrapper {
    flex-direction: column;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 80px;
    font-size: 14px;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .testimonial-author-wrapper {
    min-height: auto;
  }

  .testimonial-card {
    padding: 40px 15px 15px;
    box-shadow: 0 7px 20px rgba(5, 5, 5, .4);
  }

  .logo-img {
    width: 50px;
    height: 50px;
  }

  .testimonial-slider {
    padding-right: 1rem;
  }

  .testimonial-section-header {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.3;
  }

  .owl-item-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-204 {
    align-items: center;
    margin-bottom: 170px;
    padding: 30px;
  }

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

  .div-block-205 {
    flex-direction: column;
  }

  .image-74 {
    width: 390px;
    bottom: -100px;
    right: auto;
  }

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

  .wrap-offer {
    width: 95%;
  }

  .image-75 {
    width: 40px;
    height: 40px;
    margin-left: 110px;
  }

  .package-pricing {
    right: -20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block-207 {
    width: 100%;
    height: 360px;
  }

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

  .wrapper-decoder {
    flex-direction: column;
  }

  .card-decoder {
    width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slide-2 {
    min-height: auto;
  }

  .div-block-210 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-210.vertical {
    flex-direction: column;
  }

  .div-block-211 {
    align-items: center;
    margin-bottom: 170px;
    padding: 30px 30px 70px;
  }

  .image-80 {
    width: 390px;
    bottom: -100px;
    right: auto;
  }

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

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

  .image-81 {
    width: 40px;
    height: 40px;
    margin-left: 110px;
  }

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

  .div-block-177-copy-2 {
    max-width: 260px;
  }

  .image-83 {
    text-align: left;
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrap {
    flex-direction: row;
    justify-content: flex-end;
    width: 90%;
  }

  .features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3-features-wrap {
    width: 98%;
  }

  .div-block-6 {
    width: 100%;
    margin-right: 0%;
  }

  .hero-left-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .form-block {
    width: 92%;
  }

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

  .div-block-18 {
    align-items: flex-start;
    width: 90%;
    margin-bottom: 5px;
  }

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

  .div-block-21 {
    width: 94%;
    margin-top: 40px;
  }

  .nav-wrap {
    width: 96%;
  }

  .cta {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 10px;
  }

  .cta.button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta.button.formulaire.discover {
    font-size: 16px;
  }

  .cta.button.formulaire.discover.core {
    font-size: 15px;
  }

  .cta.button.discover {
    font-size: 16px;
  }

  .features-wrap, .logo-wrap {
    width: 98%;
  }

  ._6-personality {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .benefits-wrap {
    width: 90%;
  }

  .slide-9 {
    width: 90%;
    height: auto;
    min-height: 530px;
    margin-left: 3px;
    margin-right: 3px;
    padding-bottom: 30px;
  }

  .icon-4 {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .slider-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slider-testimonials-wrap {
    text-align: center;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-start;
    padding-left: 0;
    overflow: hidden;
  }

  .mask-4 {
    width: 100%;
  }

  .arrow-testi {
    width: 40px;
  }

  .slider-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab-link {
    margin-left: -12px;
    padding-left: 12px;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .strategy-illo_bg {
    width: 300px;
  }

  ._3-tabs-animation {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .col._2col.overflow-visible, .col._2col.tab-menu {
    width: 100%;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .logos-slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-logos {
    width: 100%;
  }

  .list-item {
    width: 24%;
    margin-left: -2%;
    margin-right: -2%;
  }

  .list-item.abn {
    padding-left: 8px;
    padding-right: 8px;
  }

  .h1 {
    width: auto;
    font-size: 47px;
  }

  .h1.alt.pt {
    text-align: left;
    width: 260px;
    font-size: 50px;
  }

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

  .stats {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .h2.xl {
    font-size: 26px;
  }

  .opacity66 {
    width: 250px;
  }

  .div-block-169 {
    width: auto;
    margin-top: 20px;
  }

  .section-7 {
    height: 21vh;
  }

  .wrapper-4-sections {
    width: 90%;
  }

  .heading-6 {
    width: auto;
    font-size: 32px;
    line-height: 1.1;
  }

  .heading-6.alt {
    width: auto;
    font-size: 36px;
  }

  .heading-6.center {
    width: 90%;
    max-width: 1200px;
    font-size: 32px;
  }

  .subtitles {
    width: 280px;
    font-size: 16px;
  }

  .subtitles.alt {
    width: auto;
    font-size: 16px;
  }

  .subtitles.expand {
    width: auto;
    font-size: 20px;
  }

  .text-block-118 {
    width: 250px;
    margin-top: 10px;
    font-size: 18px;
  }

  .text-block-118.alt.quizz {
    width: 280px;
  }

  .wrap-img-hero {
    height: auto;
  }

  .text-block-119 {
    font-size: 70px;
  }

  .wrap-image-testi {
    width: 100%;
  }

  .testi-text {
    font-size: 15px;
  }

  .job-position {
    font-size: 12px;
  }

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

  .uptitle, .uptitle.green {
    font-size: 12px;
  }

  .image-58 {
    margin-left: 18px;
  }

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

  .profile {
    width: 140px;
    margin-right: 10px;
  }

  .text-block-121 {
    width: auto;
    font-size: 13px;
  }

  .wrap-enroll {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
  }

  .text-block-122 {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
  }

  .image-59 {
    width: 26px;
    margin-right: 0;
  }

  .heading-7 {
    width: 200px;
    line-height: 1.2;
  }

  .benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrap-benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .benefit-text {
    width: 100%;
  }

  .benefit-text.right {
    flex-wrap: nowrap;
    width: 100%;
  }

  .title-text-benef {
    width: auto;
    font-size: 30px;
    line-height: 1.1;
  }

  .text-benef {
    font-size: 16px;
    line-height: 1.4;
  }

  .wrap-text-personalities {
    width: auto;
  }

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

  .image-61 {
    width: 100%;
  }

  .image-62 {
    display: none;
  }

  .div-block-188 {
    padding: 8px;
  }

  .modal-wrapper {
    display: none;
  }

  .cta-3.form {
    align-items: center;
    padding-right: 24px;
  }

  .text-field-3-copy-2 {
    border-radius: 6px;
    height: 40px;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1;
  }

  .div-block-192 {
    width: 90%;
    padding: 8px;
  }

  .image-64 {
    width: 25px;
  }

  .div-block-193 {
    margin-bottom: 10px;
  }

  .cta-4.form {
    align-items: center;
    padding-right: 24px;
  }

  .text-block-128 {
    font-size: 28px;
  }

  .text-block-129 {
    width: 290px;
    font-size: 18px;
  }

  .hero-wrap-2 {
    width: 96%;
  }

  .hero-2 {
    background-position: 100% 100%;
    background-size: 110px;
    padding-top: 60px;
  }

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

  .h1-2 {
    margin-bottom: 10px;
    font-size: 50px;
  }

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

  .hero-left-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .h2-2 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .image-67 {
    margin-bottom: 3px;
    margin-right: 4%;
  }

  .image-69 {
    width: 70%;
    margin-bottom: 10px;
  }

  .heading-9 {
    font-size: 44px;
  }

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

  .testimonial-text {
    margin-bottom: 20px;
  }

  .testimonial-mask {
    padding-left: 0;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .testimonial-wrapper {
    flex-direction: column;
    min-height: 420px;
  }

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

  .left-arrow {
    bottom: 6.5%;
    left: 17%;
  }

  .right-arrow {
    bottom: 6.5%;
    right: 16%;
  }

  .test-size-medium {
    font-size: 16px;
  }

  .div-block-204 {
    width: 100%;
    margin-bottom: 220px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-74 {
    width: 90%;
    bottom: -70px;
  }

  .wrap-offer {
    width: 96%;
  }

  .image-75 {
    width: 30px;
    height: 30px;
    margin-left: 30px;
  }

  .image-76 {
    margin-bottom: 3px;
    margin-right: 4%;
  }

  .div-block-177-copy {
    text-align: center;
    flex-direction: column;
    max-width: none;
    margin-bottom: 20px;
  }

  .package-pricing {
    bottom: -180px;
    right: 0;
  }

  .paragraph {
    width: 250px;
    font-size: 16px;
  }

  .div-block-207 {
    height: 450px;
  }

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

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

  .heading-11 {
    font-size: 22px;
  }

  .spacer {
    width: 90%;
    max-width: 1200px;
  }

  .slider-testimonials-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .right-arrow-2 {
    bottom: 6.5%;
    right: 16%;
  }

  .left-arrow-2 {
    bottom: 6.5%;
    left: 17%;
  }

  .div-block-211 {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-80 {
    width: 90%;
    bottom: -70px;
  }

  .image-81 {
    width: 30px;
    height: 30px;
    margin-left: 30px;
  }

  .image-82 {
    margin-bottom: 3px;
    margin-right: 4%;
  }

  .div-block-177-copy-2 {
    text-align: center;
    flex-direction: column;
    max-width: none;
    margin-bottom: 20px;
  }

  .image-84 {
    width: 200px;
  }
}


@font-face {
  font-family: 'Pcm Moderat';
  src: url('../fonts/PCM-Moderat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pcm Moderat';
  src: url('../fonts/PCM-Moderat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}